/*
 Theme Name:   Shoptimizer Child
 Template:     shoptimizer
*/

.site-search {
	display: none !important;
}

.post-type-archive-product #content-woocommerce {
width:100%;
box-sizing:border-box;
} 
.home .site-content .col-full {max-width: 100%; padding: 0;}
body li.product:not(.product-category):hover img {transform: scale(1)}

.wvs-archive-variations-wrapper {
	opacity: 0; 
}

ul.products li.product:hover .wvs-archive-variations-wrapper {
	opacity: 1;
}


div.woocommerce-variation {
	/*display:none;*/
}

.grecaptcha-badge {
	margin-right: -10000px;
}

