/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 21 2024 | 00:54:19 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.top-sidebar {
	display: none;
}

/* 
	SHOP PAGE
*/
/* remove product prices on SHOP page */
.woocommerce ul.products li.product .price {
	display: none;
}
.wrap-top-shop-loop .zoo-sidebar-control {
	display: none;
}
.cwapf-price-filter-widget, .widget_cwapf-price-filter {
	display: none;
}
.wrap-product-img {
	aspect-ratio: 1;
}
.woocommerce .wrap-product-loop-buttons {
	display: none;
}
.zoo-product-sold-day, .zoo-extend-notice {
	display: none;
}