.stickers {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  text-align: left;
  width: 100%;
  max-width: 75px;
}

.product-stickers {
  position: relative;
  height: 100%;
}

.product-stickers .stickers {
  left: 10px;
}
@media (min-width: 1200px) {
  .product-stickers .stickers {
    left: 90px;
  }
}

.stickers-box {
  overflow: hidden;
  
  margin-bottom: 5px;
}
.stickers .stickers-item {
  display: inline-flex;
  height: 20px;
  width: auto;
  min-width: 55px;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: white;
  white-space: nowrap;
  padding-right: 14px;
  padding-left: 8px;
  position: relative;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

.stickers .stickers-item::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 0;
  border-style: solid;
  border-width: 20px 8px 3px 0;
  border-color: transparent rgba(255, 255, 255, 0.5) transparent transparent;
  transform: rotate(25deg);
  z-index: 2;
}

.stickers .stickers-item a {
  color: white;
  text-decoration: none;
}
/* .sticker_bestseller {
  margin-bottom: 5px;
}
.sticker_bestseller:before {
  background-image: url(../../theme/default/image/stiker-best.png);
}
*/
.sticker_new_product {
  background-color: #6cc23c;
  text-transform: uppercase;
}

.sticker_special {
  background-color: #ff3131;
}

.sticker_most_viewed {
  background-color: #ff612f;
  text-transform: uppercase;
}

.product_cart_sticker {
  left: 30px !important ;
}

@media (max-width: 380px) {
  .stickers {
    top: 13px;
    left: 7px;
  }
  .stickers .stickers-item {
    height: 18px;
    max-width: 45px;
    border-top-width: 18px;
  }
  .stickers .stickers-item::before {
    font-size: 10px;
    height: 18px;
  }
  .stickers .stickers-item::after {
    border-width: 18px 8px 3px 0;
  }
}
