.product__price-savings {
      font-size: 18px;
    display: inline-block;
    background: #eaf8e9;
    padding: 2px 14px;
    border-radius: 22px;
    font-weight: 900;
}
.product__price.on-sale{
color:#c20000;  
      font-weight: 500;
}
.u_pro_sale_price{
  color:#c20000;  
}