.custom-label-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.custom-label-container .label-item {
  padding: 3px 10px;
  border: 1px solid #000;
  border-radius: 20px;
  background: #fff;
  font-family: "Almoni";
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #060706;
  margin: 20px 10px 0 0;
}
.slider-product-wrapper .custom-label-container {
  right: 60px;
}
