/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2023 | 15:07:30 */
.woocommerce .product .product-label .featured span {
    color: rgba(255,255,255,1);
    background: rgba(245,0,0,1);
    display: none;
}
.woocommerce .product .product-label .out-of-stock span {
    color: rgba(255,255,255,1);
    background: rgba(152,152,152,1);
	display: none;
}

.woocommerce .product .product-label .onsale span {
    color: rgba(255,255,255,1);
    background: rgba(57,181,74,1);
	display: none;
}
.woosticker.new_round_left, .woosticker.new_round_right {
    background-position: -2px -186px;
    display: none;
}