/* Colors */
/* Fonts */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@media (max-width: 540px) {
  .tingle-enabled,
  .overflow-hidden,
  .fancybox-parent_overflow {
    position: relative;
    min-height: 100vh;
  }
  .tingle-enabled .page-wrapper,
  .overflow-hidden .page-wrapper,
  .fancybox-parent_overflow .page-wrapper {
    position: relative;
    overflow: hidden;
    height: 100vh;
  }
}
.rich[contenteditable="true"] {
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
}
.cms-page-view .tingle-modal {
  z-index: 10000;
}
.tingle-modal {
  min-width: 320px;
}
@media (max-width: 540px) {
  .tingle-modal.tingle-modal--close-button {
    padding-top: 60px;
  }
}
.tingle-modal .tingle-modal-box__header {
  padding: 1.5rem 2rem;
  width: auto;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
  position: relative;
}
.tingle-modal .tingle-modal-box__header__title {
  font-size: 33px;
  font-weight: 700;
  color: #000;
}
.tingle-modal .tingle-modal-box__header__subtitle {
  font-size: 25px;
  font-weight: 400;
}
.tingle-modal .tingle-modal-box__content {
  padding: 30px;
}
.tingle-modal .tingle-modal-box__footer {
  background-color: #f5f5f5;
}
.tingle-modal .tingle-modal-box .aristos_form {
  margin: 0;
}
.tingle-modal .tingle-modal-box .aristos_form .c-row {
  width: 100%;
}
.tingle-modal .tingle-modal-box .aristos_form .c-row label.control-label {
  width: auto;
}
.tingle-modal .tingle-modal-box .aristos_form .c-row .c-input,
.tingle-modal .tingle-modal-box .aristos_form .c-row .c-textarea {
  width: 100%;
  max-width: initial;
}
@media (max-width: 540px) {
  .tingle-modal .tingle-modal-box .aristos_form .a-btn.a-btn-submit {
    width: 100%;
    box-sizing: border-box;
  }
}
.tingle-modal.tingle-modal_related,
.tingle-modal.promo-box {
  background: rgba(0, 0, 0, 0.5);
  z-index: 100501;
}
.tingle-modal.tingle-modal_related > .tingle-modal__close,
.tingle-modal.promo-box > .tingle-modal__close {
  display: none;
}
.tingle-modal_related .tingle-modal-box {
  border-radius: 0;
  box-shadow: 0 3px 29px rgba(0, 0, 0, 0.35);
  max-width: 600px;
  background-color: #ffffff;
}
.tingle-modal_related .tingle-modal-box__footer {
  background-color: transparent;
  padding: 20px 40px 50px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tingle-modal_related .tingle-modal-box__footer:after {
  display: none;
}
.tingle-modal_related .tingle-modal-box__content {
  padding: 0;
  padding-bottom: 18px;
}
.tingle-modal_related .tingle-modal-box__header {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
  position: relative;
}
.tingle-modal_related .tingle-btn {
  width: 48%;
  margin-left: 0;
  outline: none;
  font-size: 15px;
  font-family: 'Brix Sans', 'Roboto Condensed', sans-serif;
  line-height: 1;
  border: 2px solid transparent;
  transition: .7s;
  padding: 10px;
  border-radius: 0;
  min-width: 195px;
  max-width: none;
  text-transform: none;
  font-weight: normal;
}
.tingle-modal_related .tingle-btn:last-child {
  margin-right: 0;
}
.tingle-modal_related .tingle-btn_continue {
  background-color: #ffffff;
  color: #515151;
  border: 2px solid #e8e8e8;
}
.tingle-modal_related .tingle-btn_continue:hover {
  background-color: #000;
  border-color: #000;
  color: #ffffff;
}
.tingle-modal_related .tingle-btn_cart {
  color: #ffffff;
  background-color: #000;
}
.tingle-modal_related .tingle-btn_cart:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-add-to-cart_waiting:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url('/skin/frontend/base/default/images/popup/loading.svg') 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.popup_related {
  position: relative;
}
.popup_related .popup {
  position: relative;
}
.popup_related .popup__title {
  color: #000;
  font-family: 'Brix Sans', 'Roboto Condensed', sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 42px;
  margin: 0;
  padding: 20px 40px 50px;
}
.popup_related .popup__title_two {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 20px 0 0;
}
.popup_related .popup__close {
  background-image: url('../../../images/pickup_close_btn.png');
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 25px;
  right: 23px;
  position: absolute;
  background-color: transparent;
  border: none;
  outline: none;
}
.popup_related .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.popup_related .product__image {
  max-width: 75px;
  border: none;
  padding: 0;
  margin: 0 30px 0 0;
}
.popup_related .product__name {
  line-height: 14px;
  margin: 0 0 4px;
  padding: 0 20px 0 0;
  color: #525252;
  font-family: 'Brix Sans', 'Roboto Condensed', sans-serif;
  font-size: 14px;
}
.popup_related .product__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popup_related .product__bottom_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
.popup_related .product__btn {
  outline: none;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-family: 'Brix Sans', 'Roboto Condensed', sans-serif;
  font-weight: 400;
  line-height: 28px;
  padding: 0 20px;
  margin-right: 20px;
  border: 1px solid #000;
  transition: background-color 0.7s, border-color 0.7s;
}
.popup_related .product__btn .material-icons {
  display: none;
}
.popup_related .product__btn:hover {
  background-color: #000000;
  border-color: #000000;
}
.popup_related .product__prices {
  margin-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popup_related .product__prices_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.popup_related .product__prices_two .product__weight {
  margin-right: 15px;
}
.popup_related .product_current {
  margin-bottom: 0;
  padding: 23px 23px;
  border-radius: 0;
  background-color: #ffffff;
}
.popup_related .product_current .product__prices {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.popup_related .product_current .product__image {
  width: 75px;
}
.popup_related .product__price {
  color: #000;
  font-family: 'Brix Sans', 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.popup_related .product__price_old {
  color: #bfbfbf;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: line-through;
  margin: 0 11px 0 0;
}
.popup_related .product__weight {
  display: none;
  color: #595858;
  font-family: 'Brix Sans', 'Roboto Condensed', sans-serif;
  font-size: 15px;
  white-space: nowrap;
}
.popup_related .product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.popup_related .product__info_two {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popup_related .border {
  border-bottom: 1px solid #e5e5e5;
}
.popup_related .products {
  max-height: 330px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 0;
}
.popup_related .products::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 1px #d3d3d3;
  background-color: #ffffff;
}
.popup_related .products::-webkit-scrollbar {
  width: 9px;
  background-color: #000;
}
.popup_related .products::-webkit-scrollbar-thumb {
  background-color: #000;
}
.popup_shadow:after {
  content: '';
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  bottom: 0;
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.56) 100%);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.56) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.56) 100%);
}
.in-basket {
  border-bottom: none;
  padding: 23px 19px 31px;
  background-color: #f5f5f5;
}
.in-basket__title {
  color: #000;
  font-family: 'Brix Sans', 'Roboto Condensed', sans-serif;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 25px;
}
.in-basket__title b {
  text-decoration: underline;
  color: #000;
  font-weight: normal;
  font-family: 'Brix Sans', 'Roboto Condensed', sans-serif;
}
@media (max-width: 920px) {
  .tingle-modal-box {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .tingle-modal-box {
    width: 100%;
  }
  .popup_related .popup__close {
    background-size: 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    right: 23px;
    top: 25px;
  }
  .tingle-modal_related .tingle-btn {
    width: 48%;
    flex: none;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .tingle-modal_related .tingle-modal-box__content {
    padding: 0;
    overflow: hidden;
  }
  .tingle-modal_related .tingle-modal-box__footer {
    padding: 18px 20px 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .popup_related .product__info_one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex: 0 0 60%;
  }
  .popup_related .product__info_two {
    -webkit-flex: 0 0 70%;
    -moz-box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }
  .popup_related .product__prices_one {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .popup_related .product .product_current {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tingle-modal_related .tingle-btn {
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .popup_related .popup__title {
    width: auto;
  }
  .popup_related .product__close {
    right: -10px;
    top: -10px;
  }
  .popup_related .product__bottom_two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tingle-modal.oneclickorder__modal .tingle-modal-box,
.tingle-modal.promo-box .tingle-modal-box {
  border-radius: 0;
  max-width: 690px;
  width: 90%;
}
@media (max-width: 540px) {
  .tingle-modal.oneclickorder__modal .tingle-modal-box,
  .tingle-modal.promo-box .tingle-modal-box {
    margin: 0 auto;
  }
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__header,
.tingle-modal.promo-box .tingle-modal-box__header {
  padding-left: 124px;
  padding-right: 50px;
  position: relative;
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__header:before,
.tingle-modal.promo-box .tingle-modal-box__header:before {
  content: '';
  width: 77px;
  height: 77px;
  background: url(../../../images/gift.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 30px;
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__header__title,
.tingle-modal.promo-box .tingle-modal-box__header__title {
  font-family: 'Brix Sans', 'Roboto Condensed', sans-serif;
  margin-bottom: 15px;
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__header__subtitle,
.tingle-modal.promo-box .tingle-modal-box__header__subtitle {
  font-size: 17px;
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__header__subtitle a,
.tingle-modal.promo-box .tingle-modal-box__header__subtitle a,
.tingle-modal.oneclickorder__modal .tingle-modal-box__header__subtitle .price,
.tingle-modal.promo-box .tingle-modal-box__header__subtitle .price {
  color: #333333;
  font-family: 'Brix Sans', 'Roboto Condensed', sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 18px;
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__content .aristos_form .c-row,
.tingle-modal.promo-box .tingle-modal-box__content .aristos_form .c-row {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .tingle-modal.oneclickorder__modal .tingle-modal-box__content .aristos_form .c-row .controls,
  .tingle-modal.promo-box .tingle-modal-box__content .aristos_form .c-row .controls {
    margin: 10px 0 0;
  }
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__content .aristos_form .c-row label,
.tingle-modal.promo-box .tingle-modal-box__content .aristos_form .c-row label {
  width: 100%;
  color: #333333;
  font-family: 'Brix Sans', 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  margin-bottom: 7px;
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__content .aristos_form .c-row.oneclickorder__form__submit-row,
.tingle-modal.promo-box .tingle-modal-box__content .aristos_form .c-row.oneclickorder__form__submit-row {
  text-align: center;
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__content .aristos_form .c-row.oneclickorder__form__submit-row .oneclickorder__form__disclaimer,
.tingle-modal.promo-box .tingle-modal-box__content .aristos_form .c-row.oneclickorder__form__submit-row .oneclickorder__form__disclaimer {
  margin: 20px 0 0;
  width: 100%;
  max-width: 100%;
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__content .aristos_form .c-row #btn-submit-delivery-request,
.tingle-modal.promo-box .tingle-modal-box__content .aristos_form .c-row #btn-submit-delivery-request {
  width: 227px;
  height: 50px;
  background-color: #00a892;
  color: #ffffff;
  font-family: 'Brix Sans', 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  border: 0;
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__content .aristos_form .c-row .additional-info,
.tingle-modal.promo-box .tingle-modal-box__content .aristos_form .c-row .additional-info {
  font-family: 'Brix Sans', 'Roboto Condensed', sans-serif;
  text-align: center;
  margin-bottom: 15px;
  color: #333333;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__content .aristos_form .c-row .additional-info a,
.tingle-modal.promo-box .tingle-modal-box__content .aristos_form .c-row .additional-info a {
  color: #333333;
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__content .aristos_form .c-row .additional-info i,
.tingle-modal.promo-box .tingle-modal-box__content .aristos_form .c-row .additional-info i {
  display: none;
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__content .aristos_form .c-input,
.tingle-modal.promo-box .tingle-modal-box__content .aristos_form .c-input {
  border: 0;
  margin: 0;
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__content .aristos_form .c-input.active,
.tingle-modal.promo-box .tingle-modal-box__content .aristos_form .c-input.active {
  box-shadow: none;
  margin: 0;
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__content .aristos_form .c-input .c-status,
.tingle-modal.promo-box .tingle-modal-box__content .aristos_form .c-input .c-status {
  display: none;
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__content .aristos_form .c-input input,
.tingle-modal.promo-box .tingle-modal-box__content .aristos_form .c-input input {
  max-width: 690px;
  width: 100%;
  height: 40px;
  border: 1px solid #cacaca;
  padding: 0 15px;
  color: #999999;
  font-family: 'Brix Sans', 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 40px;
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__content .aristos_form .c-input .intl-tel-input .flag-dropdown,
.tingle-modal.promo-box .tingle-modal-box__content .aristos_form .c-input .intl-tel-input .flag-dropdown {
  display: none;
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__content .aristos_form .c-input .intl-tel-input input[type="tel"],
.tingle-modal.promo-box .tingle-modal-box__content .aristos_form .c-input .intl-tel-input input[type="tel"] {
  margin: 0 !important;
}
@media (max-width: 1024px) {
  .tingle-modal.oneclickorder__modal .tingle-modal-box__content .aristos_form .c-input .intl-tel-input input[type="tel"],
  .tingle-modal.promo-box .tingle-modal-box__content .aristos_form .c-input .intl-tel-input input[type="tel"] {
    padding-left: 15px;
  }
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__content .aristos_form .c-textarea,
.tingle-modal.promo-box .tingle-modal-box__content .aristos_form .c-textarea {
  border: 0;
  margin: 0;
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__content .aristos_form .c-textarea.active,
.tingle-modal.promo-box .tingle-modal-box__content .aristos_form .c-textarea.active {
  box-shadow: none;
  margin: 0;
}
.tingle-modal.oneclickorder__modal .tingle-modal-box__content .aristos_form .c-textarea textarea,
.tingle-modal.promo-box .tingle-modal-box__content .aristos_form .c-textarea textarea {
  color: #999999;
  font-family: 'Brix Sans', 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: 300;
  border: 1px solid #cacaca;
  padding: 10px 15px;
}
@media (min-width: 541px) {
  .tingle-modal.oneclickorder__modal .tingle-modal-box .tingle-modal__close,
  .tingle-modal.promo-box .tingle-modal-box .tingle-modal__close {
    font-size: 32px;
    color: #a3a3a3;
    top: 20px;
    right: 28px;
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 540px) {
  .tingle-modal.oneclickorder__modal .tingle-modal-box .tingle-modal__close,
  .tingle-modal.promo-box .tingle-modal-box .tingle-modal__close {
    top: -60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tingle-modal.oneclickorder__modal .tingle-modal-box .tingle-modal__close .tingle-modal__closeIcon,
  .tingle-modal.promo-box .tingle-modal-box .tingle-modal__close .tingle-modal__closeIcon {
    font-size: 42px;
  }
}
.tingle-modal.promo-box .popup_gift .popup__title {
  color: #37A58C;
}
.tingle-modal.promo-box .popup_gift .in-basket {
  margin-bottom: 30px;
}
.tingle-modal.promo-box .popup_gift .gift-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #DD0060;
  padding: 20px 30px;
}
.tingle-modal.promo-box .popup_gift .gift-current__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 150px;
}
.tingle-modal.promo-box .popup_gift .gift-current__body::after {
  content: '';
  display: block;
  cursor: pointer;
  background-repeat: no-repeat;
  position: absolute;
  border: none;
  outline: none;
}
@media (min-width: 1024px) {
  .tingle-modal.promo-box .popup_gift .gift-current__body::after {
    background-image: url('/skin/frontend/evo/rehau/images/svg/product-gift-current.svg');
    background-size: 68px;
    width: 68px;
    height: 66px;
    top: 0;
    right: 0;
    background-color: transparent;
  }
}
.tingle-modal.promo-box .popup_gift .gift-current__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 541px) {
  .tingle-modal.promo-box .popup_gift .gift-current {
    display: block;
  }
  .tingle-modal.promo-box .popup_gift .gift-current__slide-side_left {
    margin-bottom: 20px;
  }
  .tingle-modal.promo-box .popup_gift .gift-current__body {
    padding-right: 0;
  }
  .tingle-modal.promo-box .popup_gift .gift-current__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tingle-modal.promo-box .popup_gift .gift-current__footer .gift-price {
    margin-bottom: 10px;
  }
}
.tingle-modal.promo-box .popup_gift .gift-sku {
  font-size: 15px;
  color: #818181;
  margin-bottom: 10px;
}
.tingle-modal.promo-box .popup_gift .gift-name {
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
  text-decoration: none;
}
.tingle-modal.promo-box .popup_gift .gift-img {
  min-width: 70px;
  min-height: 70px;
  max-width: 70px;
  max-height: 70px;
  margin-right: 25px;
}
.tingle-modal.promo-box .popup_gift .gift-price .price {
  font-size: 19px;
  color: #D9D9D9;
  text-decoration: line-through;
}
.tingle-modal.promo-box .popup_gift .tingle-btn {
  margin-right: 0;
  width: 100%;
  font-size: 14px;
  padding: 5px 55px 5px 15px;
}
.tingle-modal.promo-box .popup_gift .tingle-btn::before {
  width: 34px;
  height: 34px;
}
.tingle-modal.promo-box .popup_gift .tingle-btn::after {
  width: 34px;
  height: 34px;
  background-size: 8px 11px;
}
.tingle-modal.promo-box .popup_gift .popup__header::before {
  background-image: url('/skin/frontend/evo/rehau/images/svg/product-gift.svg');
}
.tingle-modal.promo-box .popup .promo-gift__slider-wrap {
  position: relative;
  margin-top: 30px;
}
.tingle-modal.promo-box .popup .promo-gift__slider-wrapper {
  padding: 0;
}
.tingle-modal.promo-box .popup .promo-gift__slider-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tingle-modal.promo-box .popup .promo-gift__input-id {
  display: none;
}
.tingle-modal.promo-box .popup .promo-gift__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tingle-modal.promo-box .popup .promo-gift__info .tingle-btn {
  margin-top: 15px;
  order: 0;
}
.tingle-modal.promo-box .popup .promo-gift__slider-title {
  font-size: 18px;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}
.tingle-modal.promo-box .popup .promo-gift__slide {
  display: block;
  max-width: 47%;
  width: 100%;
  height: auto;
  list-style: none;
}
.tingle-modal.promo-box .popup .promo-gift__slide > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D9D9D9;
  padding: 30px 30px 20px 20px;
  background-color: #fff;
  height: 100%;
}
@media (max-width: 540px) {
  .tingle-modal.promo-box .popup .promo-gift__slide {
    max-width: 100%;
  }
}
.tingle-modal.promo-box .popup .promo-gift__nav-btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
.tingle-modal.promo-box .popup .promo-gift__nav-btn::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #F2F2F2;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  transition: .2s linear;
}
.tingle-modal.promo-box .popup .promo-gift__nav-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: -2px;
  width: 8px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/skin/frontend/evo/rehau/images/svg/icon-nav-arrow.svg');
}
.tingle-modal.promo-box .popup .promo-gift__nav-btn:hover.tingle-modal.promo-box .popup .promo-gift__nav-btn::before {
  border-color: #757575;
}
.tingle-modal.promo-box .popup .promo-gift__nav_prev {
  left: 0;
}
.tingle-modal.promo-box .popup .promo-gift__nav_prev:after {
  transform: rotate(180deg);
}
.tingle-modal.promo-box .popup .promo-gift__nav_next {
  right: 0;
}
.tingle-modal_related,
.tingle-modal.promo-box {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .tingle-modal_related,
  .tingle-modal.promo-box {
    padding: 10px;
  }
}
.tingle-modal_related .tingle-btn,
.tingle-modal.promo-box .tingle-btn {
  width: 48%;
  width: calc(50% - 15px/2);
  border: 0;
  text-transform: initial;
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
  position: relative;
  padding: 13px 60px 13px 15px;
  transition: background-position 0.2s linear;
  background-position-x: 100%;
  background-size: 220% 100%;
  margin: 0;
}
.tingle-modal_related .tingle-btn::before,
.tingle-modal.promo-box .tingle-btn::before,
.tingle-modal_related .tingle-btn::after,
.tingle-modal.promo-box .tingle-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.tingle-modal_related .tingle-btn::before,
.tingle-modal.promo-box .tingle-btn::before {
  background-size: 220% 100%;
  transition: background-position 0.2s linear;
  background-position-x: 100%;
}
.tingle-modal_related .tingle-btn::after,
.tingle-modal.promo-box .tingle-btn::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px 17px;
}
.tingle-modal_related .tingle-btn_continue,
.tingle-modal.promo-box .tingle-btn_continue {
  background-color: #000;
  color: #4E4E4E;
  background-image: linear-gradient(to right, #000 50%, #F2F2F2 50%);
}
.tingle-modal_related .tingle-btn_continue::before,
.tingle-modal.promo-box .tingle-btn_continue::before {
  background-image: linear-gradient(to right, #000 50%, #F2F2F2 50%);
}
.tingle-modal_related .tingle-btn_continue::after,
.tingle-modal.promo-box .tingle-btn_continue::after {
  background-image: url("/skin/frontend/ariflex/rehau/images/svg/next-arrow-dark-grey.svg");
}
.tingle-modal_related .tingle-btn_cart,
.tingle-modal.promo-box .tingle-btn_cart {
  color: #fff;
  margin-right: 20px;
  background-image: linear-gradient(to right, #000 50%, #37A58C 50%);
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.tingle-modal_related .tingle-btn_cart::before,
.tingle-modal.promo-box .tingle-btn_cart::before {
  background-image: linear-gradient(to right, #000 50%, #37A58C 50%);
}
.tingle-modal_related .tingle-btn_cart::after,
.tingle-modal.promo-box .tingle-btn_cart::after {
  background-image: url("/skin/frontend/ariflex/rehau/images/svg/main-slide-arrow-white.svg");
}
@media (max-width: 768px) {
  .tingle-modal_related .tingle-btn_cart,
  .tingle-modal.promo-box .tingle-btn_cart {
    margin-bottom: 15px;
  }
}
.tingle-modal_related .tingle-btn:hover,
.tingle-modal.promo-box .tingle-btn:hover {
  background-position-x: 0;
  transition: background-position 0.2s linear;
  border: 0;
}
.tingle-modal_related .tingle-btn:active::before,
.tingle-modal.promo-box .tingle-btn:active::before {
  background-position-x: 0;
  transition: background-position 0.2s linear;
}
.tingle-modal_related .tingle-btn_continue:active::after,
.tingle-modal.promo-box .tingle-btn_continue:active::after {
  background-image: url("/skin/frontend/ariflex/rehau/images/svg/main-slide-arrow-white.svg");
}
@media (max-width: 768px) {
  .tingle-modal_related .tingle-btn,
  .tingle-modal.promo-box .tingle-btn {
    width: 100%;
  }
}
.tingle-modal_related .tingle-modal-box,
.tingle-modal.promo-box .tingle-modal-box {
  max-width: 740px;
  width: 95%;
}
@media (max-width: 768px) {
  .tingle-modal_related .tingle-modal-box,
  .tingle-modal.promo-box .tingle-modal-box {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}
.tingle-modal_related .tingle-modal-box__content,
.tingle-modal.promo-box .tingle-modal-box__content {
  padding: 0;
}
.tingle-modal_related .tingle-modal-box__footer,
.tingle-modal.promo-box .tingle-modal-box__footer {
  padding: 0 30px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .tingle-modal_related .tingle-modal-box__footer,
  .tingle-modal.promo-box .tingle-modal-box__footer {
    padding: 0 20px 20px;
  }
}
.tingle-modal_free-shipping .tingle-modal__close {
  display: none;
}
.tingle-modal_free-shipping .tingle-modal-box {
  max-width: 740px;
  width: 95%;
}
@media (max-width: 768px) {
  .tingle-modal_free-shipping .tingle-modal-box {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}
.tingle-modal_free-shipping .tingle-modal-box__content {
  padding: 0;
}
.tingle-modal_free-shipping .tingle-modal-box__footer {
  padding: 0 30px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .tingle-modal_free-shipping .tingle-modal-box__footer {
    padding: 0 20px 20px;
  }
}
.popup_related .popup__header,
.popup_gift .popup__header {
  background-color: #F2F2F2;
  margin: 0;
  padding: 35px 60px 35px 130px;
  position: relative;
}
@media (max-width: 768px) {
  .popup_related .popup__header,
  .popup_gift .popup__header {
    padding: 20px 40px 20px 70px;
  }
}
@media (max-width: 374px) {
  .popup_related .popup__header,
  .popup_gift .popup__header {
    padding-left: 20px;
  }
}
.popup_related .popup__header::before,
.popup_gift .popup__header::before {
  content: '';
  position: absolute;
  background-image: url('/skin/frontend/ariflex/rehau/images/svg/icon-success-cart.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
}
@media (max-width: 768px) {
  .popup_related .popup__header::before,
  .popup_gift .popup__header::before {
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
    transform: none;
  }
}
@media (max-width: 374px) {
  .popup_related .popup__header::before,
  .popup_gift .popup__header::before {
    display: none;
  }
}
.popup_related .popup__header [data-delivery],
.popup_gift .popup__header [data-delivery] {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .popup_related .popup__header [data-delivery],
  .popup_gift .popup__header [data-delivery] {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
  }
}
.popup_related .popup__header [data-delivery] span,
.popup_gift .popup__header [data-delivery] span {
  font-weight: bold;
}
.popup_related .popup__grand-total,
.popup_gift .popup__grand-total {
  padding: 30px;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .popup_related .popup__grand-total,
  .popup_gift .popup__grand-total {
    padding: 20px;
  }
}
.popup_related .popup__grand-total p,
.popup_gift .popup__grand-total p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .popup_related .popup__grand-total p,
  .popup_gift .popup__grand-total p {
    margin: 0 0 15px;
  }
}
.popup_related .popup__grand-total .price,
.popup_gift .popup__grand-total .price {
  font-weight: 500;
  font-size: 19px;
  line-height: 18px;
  color: #DD0060;
}
.popup_related .popup__title,
.popup_gift .popup__title {
  color: #000;
}
.popup_related .popup__title_one,
.popup_gift .popup__title_one {
  background-color: transparent;
  margin-bottom: 5px;
  padding: 0;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .popup_related .popup__title_one,
  .popup_gift .popup__title_one {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
  }
}
@media (max-width: 374px) {
  .popup_related .popup__title_one,
  .popup_gift .popup__title_one {
    font-size: 16px;
  }
}
.popup_related button.popup__close,
.popup_gift button.popup__close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 30px;
  right: 30px;
  background-image: url("/skin/frontend/ariflex/rehau/images/svg/icon-close-colored.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .popup_related button.popup__close,
  .popup_gift button.popup__close {
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
  }
}
.popup_related .in-basket,
.popup_gift .in-basket {
  margin: 30px 30px 0;
  background-color: #fff;
  padding: 0;
  border-bottom: none;
}
@media (max-width: 768px) {
  .popup_related .in-basket,
  .popup_gift .in-basket {
    margin: 20px 20px 0;
  }
}
.popup_related .in-basket .product__name,
.popup_gift .in-basket .product__name {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  max-width: 350px;
  margin: 0 0 20px;
  color: #000;
  padding: 0;
}
@media (max-width: 768px) {
  .popup_related .in-basket .product__name,
  .popup_gift .in-basket .product__name {
    max-width: 100%;
  }
}
.popup_related .product,
.popup_gift .product {
  padding: 30px;
  border: 1px solid #D9D9D9;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .popup_related .product,
  .popup_gift .product {
    padding: 20px;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 374px) {
  .popup_related .product,
  .popup_gift .product {
    padding: 15px;
  }
}
.popup_related .product__btn,
.popup_gift .product__btn {
  background-color: #37A58C;
  border: 1px solid #37A58C;
}
.popup_related .product__btn:hover,
.popup_gift .product__btn:hover {
  background-color: #2fccb2;
  border: 1px solid #2fccb2;
}
.popup_related .product__btn:active,
.popup_gift .product__btn:active {
  background-color: #37A58C;
  border: 1px solid #37A58C;
}
.popup_related .product_current .product__image.product__image,
.popup_gift .product_current .product__image.product__image {
  min-width: 80px;
  max-width: 80px;
  margin-right: 20px;
  line-height: 0;
  padding: 5px;
  border: 1px solid #D9D9D9;
}
@media (max-width: 768px) {
  .popup_related .product_current .product__image.product__image,
  .popup_gift .product_current .product__image.product__image {
    margin: 0 auto 20px;
  }
}
.popup_related .product_current .product__image.product__image img,
.popup_gift .product_current .product__image.product__image img {
  max-width: 100%;
  height: auto;
}
.popup_related .product__price,
.popup_gift .product__price {
  color: #303030;
  font-size: 22px;
}
.popup_related .product__sku,
.popup_gift .product__sku {
  color: #818181;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
}
.popup_related .product__info,
.popup_gift .product__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 768px) {
  .popup_related .product__info,
  .popup_gift .product__info {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.popup_related .product__info_two,
.popup_gift .product__info_two {
  width: 90%;
}
.popup_related .product__info .product-item__buttons,
.popup_gift .product__info .product-item__buttons {
  margin-top: 10px;
}
.popup_related .product__bottom,
.popup_gift .product__bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 400px) {
  .popup_related .product__bottom,
  .popup_gift .product__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.popup_related .product__qty,
.popup_gift .product__qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}
@media (max-width: 400px) {
  .popup_related .product__qty,
  .popup_gift .product__qty {
    margin: 0 0 10px;
  }
}
.popup_related .product__qty-text,
.popup_gift .product__qty-text {
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  color: #818181;
  margin-right: 5px;
}
.popup_related .product__qty-number,
.popup_gift .product__qty-number {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #4E4E4E;
}
.popup_related .product__prices,
.popup_gift .product__prices {
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
  width: auto;
}
@media (max-width: 400px) {
  .popup_related .product__prices,
  .popup_gift .product__prices {
    margin-left: 0;
  }
}
.popup_related .product__prices .product__price,
.popup_gift .product__prices .product__price {
  font-size: 19px;
  line-height: 18px;
  font-weight: 500;
  color: #DD0060;
}
.popup_related .product__prices .product__price_old,
.popup_gift .product__prices .product__price_old {
  color: #B0B0B0;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  text-decoration: none;
}
.popup_related .product__prices .product__price_old::after,
.popup_gift .product__prices .product__price_old::after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  width: calc(105%);
  top: 50%;
  color: #B0B0B0;
  height: 0;
  border-bottom: 1px solid #B0B0B0;
}
.popup_related .border,
.popup_gift .border {
  width: 90%;
}
@media (max-width: 480px) {
  .popup_related .border,
  .popup_gift .border {
    width: 80%;
  }
}
.popup_related .products,
.popup_gift .products {
  padding-bottom: 60px;
}
.popup_related .products::-webkit-scrollbar-track,
.popup_gift .products::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 1px #37A58C;
  background-color: #ffffff;
}
.popup_related .products::-webkit-scrollbar,
.popup_gift .products::-webkit-scrollbar {
  width: 9px;
  background-color: #37A58C;
}
.popup_related .products::-webkit-scrollbar-thumb,
.popup_gift .products::-webkit-scrollbar-thumb {
  background-color: #37A58C;
}
.popup_related:after,
.popup_gift:after {
  display: none;
}
.popup_free-shipping {
  padding: 22px 38px 23px 31px;
}
.popup_free-shipping .cart-tooltip__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 600px;
  padding: 30px;
  text-align: left;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .popup_free-shipping .cart-tooltip__content {
    padding: 20px;
  }
}
.popup_free-shipping .cart-tooltip__title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-right: 30px;
  color: #000;
}
@media (max-width: 767px) {
  .popup_free-shipping .cart-tooltip__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.popup_free-shipping .cart-tooltip__text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000;
  margin-right: 30px;
}
.popup_free-shipping .cart-tooltip__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .popup_free-shipping .cart-tooltip__text {
    font-size: 14px;
    line-height: 18px;
    margin-right: 0;
  }
}
.popup_free-shipping .cart-tooltip__close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  background-image: url("/skin/frontend/ariflex/rehau/images/svg/icon-close-colored.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 767px) {
  .popup_free-shipping .cart-tooltip__close {
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
  }
}
.popup .popup__relative-products {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .popup .popup__relative-products {
    display: none;
  }
}
.popup .popup__close {
  top: 10px;
  right: -10px;
  z-index: 2;
  background-image: url("/skin/frontend/ariflex/axor/images/svg/icon-close.svg");
}
.popup__grand-total {
  margin: 50px 0 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popup__grand-total p {
  font-size: 21px;
  font-weight: 300;
  line-height: 34px;
  margin-right: 15px;
}
.popup__grand-total .price {
  color: #000;
  font-size: 21px;
  font-weight: 300;
  line-height: 34px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .popup__grand-total {
    margin-top: 30px;
    padding: 0;
    text-align: center;
  }
  .popup__grand-total p {
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    margin: 0 0 10px;
  }
  .popup__grand-total .price {
    line-height: 21px;
    margin: 0 auto;
  }
}
