.row-invert .discountPercent {
  position: absolute;
  top: 1rem;
  right: 0;
}

.row-invert .Pricediscountpercent {
  background-color: #000;
  padding: 1.3rem 1rem;
  color: #fff !important;
  width: 100%;
  display: block;
  font-size: 1rem;
  border: 3px solid #ababab;
  border-radius: 50%;
}

.row-invert .price-crossed {
  text-decoration: line-through;
}


@media (min-width: 992px) {
  .home_product .product-container {
    width: 80%!important;
  }
}
