/* Themify Customize Styling */
:root {	
	--theme_accent: #88f0b4; 
}
body #site-logo a img {		width: 75px; 
}
#footerwrap {	background: none;
	background-color: #bffa78; 
}
#footer {	
	color: #ffffff; 
}
#footer a {	
	color: #fe6500; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {		width: 75px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 75px; 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
body #site-logo a img {		width: 75px; 
}
 }
/* Themify Custom CSS */
.woocommerce ul.products li.product .button {
    opacity: 1;
}
a.quick-look, a.wishlist-button {
    color: red;
    padding: 40px;
}
#cart-wrap .button, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button, .woocommerce input.button.alt, .woocommerce ul.products li.product .button, .woocommerce-product-search button, button[type=submit], input[type=reset], input[type=submit] {
	background-color: #88f0b4;
}