.woocommerce span.onsale{
	display:none;
}

/*Font Size for the product loop*/
.woocommerce ul.products li.product .price {
  color: #EB6D37;
	font-size: 24px !important; 
}

.single-product .single_add_to_cart_button {
  background-color: black !important;
  color: #EB6D37 !important;
}