/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.rich[contenteditable="true"] {
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
}
.promo-labels {
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 5;
  width: calc(100% - 11px);
  max-width: 215px;
}
@media (max-width: 991px) {
  .promo-labels {
    top: 20px;
    left: 20px;
  }
}
.promo-labels__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.promo-labels__wrap .promo-label {
  font-family: 'Futura New', 'Arial', sans-serif;
  text-transform: uppercase;
  overflow: visible;
  color: #FFFFFF;
  margin: 0 10px 10px 0;
  font-size: 15px;
  padding: 11px 20px;
  line-height: 18px;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  background: #4F97BB;
}
.promo-labels__wrap .promo-label:nth-child(-n+1) {
  display: block;
}
.promo-labels__wrap .promo-label_gift {
  border: #EFEBE7;
  color: #997C65;
}
.promo-labels__wrap .promo-label_gift:before {
  content: '+';
  display: inline-block;
  margin-right: 2px;
}
.promo-labels__wrap .promo-label_discount span {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.promo-labels__wrap .promo-label_lifting {
  background-color: #666666;
}
.promo-labels__wrap .promo-label_best-price {
  background-color: #A28141;
}
.promo-labels__wrap .promo-label_new {
  background-color: #4F97BB;
}
.promo-labels__wrap .promo-label_new::after {
  content: '!';
}
.promo-labels__wrap .promo-label_bf {
  background-color: #000000;
}
.promo-labels__wrap .promo-label_bf span {
  font-weight: inherit;
  text-transform: capitalize;
}
.promo-labels__wrap .promo-label_hit {
  background-color: #4F97BB;
}
.promo-labels__wrap .promo-label_exclusive {
  background-color: #989881;
}
.promo-labels__wrap .promo-label_limited {
  background-color: #6711AB;
}
.promo-labels__wrap .promo-label_outlet {
  background-color: #910F47;
}
.promo-labels__wrap .promo-label_recommend {
  background-color: #909090;
}
.promo-labels__wrap .promo-label_reduced {
  background-color: #989881;
}
.promo-labels__wrap .promo-label_discount {
  background-color: #4F97BB;
}
.promo-labels__wrap_hidden .promo-labels__more-btn {
  border: 1px solid #EFEFF4;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  position: relative;
  display: block;
  cursor: pointer;
}
.promo-labels__wrap_hidden .promo-labels__more-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 53%;
  background-image: url('/skin/frontend/ariflex/rehau/images/svg/promo_label_more.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  transition: .2s;
}
.promo-labels__wrap_hidden .promo-labels__more-btn::after {
  content: none;
}
.promo-labels__wrap_hidden .promo-label {
  display: none;
}
.promo-labels__wrap .promo-labels__more-btn {
  display: block;
}
.promo-labels__wrap_opened .promo-labels__more-btn::before {
  transform: translate(-50%, -50%) rotate(180deg);
  opacity: 1;
  left: 47%;
  transition: .2s;
}
.promo-labels__wrap_opened .promo-label {
  display: block;
}
.promo-labels__wide .promo-label:nth-child(-n+1) {
  display: block;
}
.promo-labels__wide .promo-label:nth-child(2) {
  display: none;
}
.promo-labels__wide.promo-labels__wrap_opened .promo-label:nth-child(2) {
  display: block;
}
#product-info .promo-labels {
  position: static;
  width: 100%;
  max-width: unset;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  #product-info .promo-labels .promo-label {
    margin: 0 5px 5px 0;
  }
}
#product-info .promo-labels__wrap_hidden .promo-label:nth-child(-n+4) {
  display: block;
}
#product-info .promo-labels__wrap_opened .promo-label {
  display: block;
}
.label-hint {
  font-family: 'Futura New Light', sans-serif;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.5);
  padding: 13px 15px 20px 20px;
  z-index: 1000;
  width: 100%;
  max-width: 180px;
  transition: 0.2s linear;
  opacity: 1;
}
.label-hint.loading {
  opacity: 0;
}
.label-hint__arrow {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.label-hint__text {
  color: #707372;
  font-size: 16px;
}
.label-hint__text a {
  color: #707372;
}
.label-hint__close {
  position: absolute;
  top: 6px;
  right: 6px;
  background: url(/skin/frontend/ariflex/stanley/images/svg/promo-label-close.svg) no-repeat center;
  background-size: contain;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .label-hint {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: 250px;
    max-width: 100%;
    background: #FFFFFF;
  }
  .label-hint__content {
    background: #FFFFFF;
    padding: 0;
    max-width: 215px;
  }
  .label-hint__arrow {
    display: none;
  }
  .label-hint__bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
}
.category-products_list .promo-labels {
  width: 180px;
}
@media (max-width: 991px) {
  #product-info .product-card__title-section .promo-labels {
    display: none;
  }
}

