

/* Price color */

/*
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #f44d4d;
}
*/

/* Product - Sale price color */

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	color: #f44d4d;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	color: #000;
}
.cart-discount {
  color: #009f31;
}

/* Store - Sale price color */

.woocommerce ul.products li.product .price ins {
	color: #f44d4d;
}

.woocommerce ul.products li.product .price del {
	color: #000;
}


/* Sale Badge - Show on top of hover shader */

.woocommerce span.onsale {
	z-index: 11;
}
