/* product ribon */
.offer-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index:500;
}
  .offer-content > div {
    background: #4caf50;
    text-align: center;
  }

  .offer-content .offer-box {
    background: transparent;
    padding: 7px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    box-shadow: none;
  }

  .offer-content .discount-info-label {
    background: orangered !important;
    border-bottom: solid 1px #fff;
  }

  .offer-content .new-products,
  .offer-content .bestseller-label {
    background: orange;
  }
