/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2022 | 14:03:23 */
.woocommerce img, .woocommerce-page img{
	width:100%;
}
div#top_sear .top-search{
	width:100% !important;
}
div#top_sear .top-search input{
	width:100% !important;
}

div#top_sear .input-group{
	width:100% !important;
}

.single-product-top form.cart .single_add_to_cart_button {
    background-color: #fff !important;
}

.single-product-top form.cart .add_to_cart_button:hover, .single-product-top form.cart .product_type_external:hover, .single-product-top form.cart .product_type_grouped:hover, .single-product-top form.cart .single_add_to_cart_button:hover {
    color: #fff !important;
    background: #f9000d !important;
}

@media(max-width:768px){
	.single-product-top form.cart .single_add_to_cart_button {
    text-indent: 0 !important;
}
}