/*---------------------------------------------------
    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;
}
/* Colors */
/* Фильтры для svg иконок https://codepen.io/sosuke/pen/Pjoqqp */
/* Breakpoints */
/* Base heading style */
/* Base button style */
/* old colors */
/* Fonts */
/* Colors */
/* Шрифты */
/* Breakpoints */
.js-fixed-panel {
  display: none;
}
.js-fixed-panel.visible {
  display: block;
  position: fixed;
  top: 47px;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
@media (max-width: 640px) {
  .js-fixed-panel.visible {
    top: auto;
    bottom: 0;
  }
}
.js-fixed-panel .fixed-panel__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 640px) {
  .js-fixed-panel .fixed-panel__wrapper {
    padding: 15px 22px;
    gap: 0;
  }
}
.js-fixed-panel .fixed-panel__left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 30px;
}
@media (max-width: 1023px) {
  .js-fixed-panel .fixed-panel__left-side {
    gap: 0 10px;
  }
}
.js-fixed-panel .fixed-panel__product-name {
  max-width: 400px;
}
@media (max-width: 1023px) {
  .js-fixed-panel .fixed-panel__product-name {
    max-width: 220px;
  }
}
.js-fixed-panel .fixed-panel__product-name .js-name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #333333;
  margin: 0;
}
@media (max-width: 1023px) {
  .js-fixed-panel .fixed-panel__product-name .js-name {
    font-size: 16px;
    line-height: 20px;
  }
}
.js-fixed-panel .fixed-panel__product-name .js-name {
  font-family: 'Futura', 'Arial', 'Helvetica CY', 'Nimbus Sans L', sans-serif;
}
.js-fixed-panel .fixed-panel__product-img {
  max-width: 80px;
  max-height: 80px;
}
@media (max-width: 1023px) {
  .js-fixed-panel .fixed-panel__product-img {
    max-width: 60px;
    max-height: 60px;
  }
}
.js-fixed-panel .fixed-panel__product-img img {
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 640px) {
  .js-fixed-panel .fixed-panel__product-name,
  .js-fixed-panel .fixed-panel__product-img {
    display: none;
  }
}
.js-fixed-panel .fixed-panel__right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 90px;
}
@media (max-width: 1023px) {
  .js-fixed-panel .fixed-panel__right-side {
    gap: 0 66px;
  }
}
@media (max-width: 640px) {
  .js-fixed-panel .fixed-panel__right-side {
    width: 100%;
  }
}
.js-fixed-panel .fixed-panel__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
@media (max-width: 640px) {
  .js-fixed-panel .fixed-panel__prices {
    display: none;
  }
}
.js-fixed-panel .fixed-panel__prices .price {
  font-size: 22px;
  line-height: 24px;
  color: #333333;
  font-family: 'Futura', 'Arial', 'Helvetica CY', 'Nimbus Sans L', sans-serif;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .js-fixed-panel .fixed-panel__prices .price {
    font-size: 18px;
  }
}
.js-fixed-panel .fixed-panel__prices .price .old {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #A3A3A3;
}
@media (max-width: 1023px) {
  .js-fixed-panel .fixed-panel__prices .price .old {
    font-size: 14px;
  }
}
.js-fixed-panel .fixed-panel__prices .price .special {
  font-size: 22px;
  line-height: 24px;
  color: #333333;
  margin-left: -15px;
  margin-top: -22px;
  font-family: 'Futura', 'Arial', 'Helvetica CY', 'Nimbus Sans L', sans-serif;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .js-fixed-panel .fixed-panel__prices .price .special {
    font-size: 18px;
  }
}
.js-fixed-panel .fixed-panel__prices .price .savings {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.js-fixed-panel .fixed-panel__prices .price .savings__label {
  font-family: 'Futura', 'Arial', 'Helvetica CY', 'Nimbus Sans L', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  padding: 0;
}
@media (max-width: 1023px) {
  .js-fixed-panel .fixed-panel__prices .price .savings__label {
    font-size: 12px;
  }
}
.js-fixed-panel .fixed-panel__prices .price .savings .price {
  font-family: 'Futura', 'Arial', 'Helvetica CY', 'Nimbus Sans L', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.js-fixed-panel .fixed-panel__product-buy-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 640px) {
  .js-fixed-panel .fixed-panel__product-buy-btn {
    width: 100%;
  }
}
.js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons .addtocart-form,
.js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons.product-card__buttons {
  margin: 0;
}
@media (max-width: 640px) {
  .js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons .addtocart-form,
  .js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons.product-card__buttons {
    width: 100%;
  }
}
.js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons .addtocart-form .button,
.js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons.product-card__buttons .button {
  font-size: 16px;
  line-height: 20px;
  width: 212px;
  height: 50px;
  padding: 15px;
}
@media (max-width: 1023px) {
  .js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons .addtocart-form .button,
  .js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons.product-card__buttons .button {
    font-size: 14px;
    line-height: 18px;
    width: 190px;
    height: 45px;
  }
}
@media (max-width: 640px) {
  .js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons .addtocart-form .button,
  .js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons.product-card__buttons .button {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    height: 50px;
  }
}
.js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons .addtocart-form .button_out-stock,
.js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons.product-card__buttons .button_out-stock {
  margin: 0;
  width: 230px;
}
@media (max-width: 640px) {
  .js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons .addtocart-form .button_out-stock,
  .js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons.product-card__buttons .button_out-stock {
    width: 100%;
  }
}
.js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons .addtocart-form .button.btn-add-to-cart_order,
.js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons.product-card__buttons .button.btn-add-to-cart_order {
  position: relative;
  padding: 6px 20.5px 6px 57.5px;
}
.js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons .addtocart-form .button.btn-add-to-cart_order::before,
.js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons.product-card__buttons .button.btn-add-to-cart_order::before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  left: 47px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/skin/frontend/ariflex/hansgrohe/images/svg/icon-success-add-to-cart.svg");
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(95%) sepia(0%) saturate(7500%) hue-rotate(91deg) brightness(105%) contrast(106%);
}
@media (max-width: 1023px) {
  .js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons .addtocart-form .button.btn-add-to-cart_order::before,
  .js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons.product-card__buttons .button.btn-add-to-cart_order::before {
    left: 40px;
  }
}
@media (max-width: 640px) {
  .js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons .addtocart-form .button.btn-add-to-cart_order::before,
  .js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons.product-card__buttons .button.btn-add-to-cart_order::before {
    left: 29%;
  }
}
.js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons .addtocart-form .button.btn-add-to-cart.button_preorder.btn-add-to-cart_order::before,
.js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons.product-card__buttons .button.btn-add-to-cart.button_preorder.btn-add-to-cart_order::before {
  filter: invert(55%) sepia(28%) saturate(912%) hue-rotate(121deg) brightness(93%) contrast(98%);
}
.js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons .addtocart-form .button.btn-add-to-cart.button_preorder.btn-add-to-cart_order:hover::before,
.js-fixed-panel .fixed-panel__product-buy-btn #fixed-panel-buttons.product-card__buttons .button.btn-add-to-cart.button_preorder.btn-add-to-cart_order:hover::before {
  filter: invert(95%) sepia(0%) saturate(7500%) hue-rotate(91deg) brightness(105%) contrast(106%);
}

