.product-sale {
  color: #fff;
  background: #ff4a27;
  font-size: 14px;
}
.prod_sale_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.prod_sale_wrap strong {
  font-size: 14px;
  padding-right: 5px;
  text-decoration: line-through;
  text-decoration-color: #ff4a27;
}
