/*
 Theme Name:   Hestia CHILD
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Hestia Child Theme
 Author:       Mick
 Author URI:   http://example.com
 Template:     hestia
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

#ish-woocommerce-shop {
  background-color: rgb(229,229,229);
}

.wc_custom_nav{
		background-color: rgb(247,247,247);
		border-radius: 5px;
		border-color: rgb(240,240,240);
		border-width: 1px;
		margin-bottom: 20px;
		padding: 10px;
}
.wc_custom_nav *{
	padding: 15px;
	display: inline-block;
	color: rgb(79,79,79);
	background-color: rgb(240,240,240);
	text-decoration: none !important;
	font-size: 1em;
	margin: 0 !important;
	-webkit-transition: all 0.2s ease-in !important;
	-moz-transition: all 0.2s ease-in !important;
	-o-transition: all 0.2s ease-in !important;
	transition: all 0.2s ease-in !important;
}

.wc_custom_nav *:not(last):hover{
	text-decoration: underline;
	background-color: rgb(210, 210, 210);
}

.wc_custom_nav a:last-child
{
	float: right;
	color: white;
	background-color: rgb(68, 179, 46);
}

.product {
	background-color: white;
	border-radius: 5px;
	text-align: center;
}

.product img {
	width: 80% !important;
	padding-top: 10%;
	padding-left: 10%;
	padding-right: 10%;
}
