/* PROMOTION */
.fly-out {position: fixed;right: 0;top: 50%;transform: translate(0%, -50%);display:none;}
.fly-out-content {position: relative;;width:220px;}
.fly-out-close button {background-color: transparent;border-color: transparent;cursor: pointer;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.button__line {background-color: #919191;position: absolute;height: 1px;width: 100%;}
.button__line--first {
  left: 0px;
  top: 50%;
  transform: translate(0%, -50%) rotate(45deg);
  height: 1px;
  width: 100%;
}
.button__line--second {
  left: 50%;
  top: 0px;
  transform: translate(-50%, 0%) rotate(45deg);
  height: 100%;
  width: 1px;
}
.fly-out-close {height: 32px;}
.fly-out-content img {display: block;width: 100%;}

@media only screen and (max-width: 580px) {
  .fly-out{display:none !important;}
}

.fly-out {top: 190px;right:20px;}
.fly-out-content {width: 180px; }
#fly-out-link{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (max-width: 1470px) {.fly-out {top: 240px;}}
@media only screen and (max-width: 991px) {.fly-out {top: 230px;}}

.fly-info {
  position: absolute;
  z-index: 1;
  top: 10%;
  right: 10%;
  margin: auto;
  transform: rotate(17deg);
}

#fly-out-link p {
  display: inline-block;
  text-align: center;
  font-family: "Lexend", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: white;
  background: #a72942;
  border-radius: 10px;
  padding: 3px 20px 4px;
  text-transform: uppercase;
  line-height: 1;
}
#fly-out-link p span{
  display: block;
  line-height: 1;
  font-size: 1.8rem;
}
.price-container{
  height: 70px;
}

.ru_RU .t-new4 .price{
  font-size: 1.8rem;
}
.ru_RU .t-new4 .dollar-sign{
  font-size: 1.5rem;
}
.ru_RU .frequency{
  font-size: 1.8rem;
}

.nb_NO  .t-new4 .price,
.sv_SE  .t-new4 .price,
.hi_IN  .t-new4 .price,
.ko_KR  .t-new4 .price{
  font-size: 2rem;
}
.nb_NO  .t-new4 .dollar-sign,
.sv_SE  .t-new4 .dollar-sign,
.hi_IN  .t-new4 .dollar-sign,
.ko_KR  .t-new4 .dollar-sign{
  font-size: 1.8rem;
}
.nb_NO  .frequency,
.sv_SE  .frequency,
.hi_IN  .frequency,
.ko_KR  .frequency{
  font-size: 1.5rem;
}

.zh_CN .brand-rrc .price-container{
  display: block;
  margin-top: 2rem;
}



.promo-modal{  
  word-break: normal;
  padding-right: 0;
}
.promo-modal .close{opacity: 1;}
.promo-modal .close span{text-shadow:none;color:#fff;}
.promo-modal .modal-body {
  position: relative;
  top: 20px;
}
.promo-modal .modal-header {
  position: relative;
  top: 35px;
}

.promo-modal .modal-content {
  background-image: url(https://f057a20f961f56a72089-b74530d2d26278124f446233f95622ef.ssl.cf1.rackcdn.com/site/promo/holidays/popup.png);
}

.promo-modal .modal-content {
  font-family: "Lexend", sans-serif;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 600px;
  height: 460px;
  border: none;  
  position: relative;
  border-radius: 30px;
  background-color: transparent;
}

.promo-modal .modal-dialog{
  max-width: 600px;
}
.promo-modal .modal-body{
  padding: 3rem 0;
  padding-top: 0px;
  color: #fff;
}

.promo-modal .modal-info{  
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 1rem;
}
.promo-modal .popup-heading {
  text-align: center;
  line-height: 1;
  margin-top: 2.2rem;
  position: relative;
  padding-bottom: 0;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 0;
  color: #1c1c1d;
}

.promo-modal .popup-disclaimer{
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-top: .6rem;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 20px;
  background-color: #c9314f;
  padding: 8px 30px;
  border-radius: 40px;  
}
.promo-modal .stripe-white{
  position: relative;
  margin-top: 2rem;
  width: 340px;
  margin-left: auto;
}
.promo-modal .modal-pop-container {
  width: 520px;
  margin-left: auto;
  position: relative;
  top: 10px;
}
.promo-modal .popup-link{
  font-weight: 700;
  background: #c9314f;
  color: #fff;
  display: block;
  transition: background-color .2s;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  font-size: 24px;
  padding: 13px 30px 12px;
  border-radius: 0 0 10px 10px;
}

.promo-modal .popup-link:hover{
  text-decoration: none;
  background-color: #aa0a29;
}

.fr_FR .promo-modal .popup-heading { font-size: 48px; }
.es_ES .promo-modal .popup-heading { font-size: 48px; }
.pl_PL .promo-modal .popup-heading { font-size: 48px; }
.ja .promo-modal .popup-heading { font-size: 48px; }
.ru_RU .promo-modal .popup-heading { font-size: 44px; }



@media only screen and (max-width: 540px) {
  .promo-modal .modal-content{
    width: 100%;
    height: 100%;
  }
  .modal-pop-container{margin-top: 1rem;}
}

@media only screen and (max-width: 500px) {

}

@media only screen and (max-width: 420px) {
  .promo-modal .modal-content {
    height: auto;
  }
}

@media only screen and (max-width: 400px) {
  .promo-modal .popup-heading { margin-bottom: 1rem; }
  .promo-modal .modal-body{padding-bottom: 2rem;}
}




.promo-bg {
  position: relative;
  min-height: 420px;
  padding: 1% 1% 1%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.snowmen {
  max-width: 1600px;
  margin: auto;
  position: relative;
}
.snowmen::before,
.snowmen::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}
.snowmen::before {
  left: 0;
  background-image: url('https://f057a20f961f56a72089-b74530d2d26278124f446233f95622ef.ssl.cf1.rackcdn.com/site/promo/holidays/snowman-left.png');
  width: 380px;
  height: 365px;
}
.snowmen::after {
  right: 0;
  background-image: url('https://f057a20f961f56a72089-b74530d2d26278124f446233f95622ef.ssl.cf1.rackcdn.com/site/promo/holidays/snowman-right.png');
  width: 400px;
  height: 362px;
}

.no-webp .promo-bg,
.no-js .promo-bg {
  background-image: url(https://f057a20f961f56a72089-b74530d2d26278124f446233f95622ef.ssl.cf1.rackcdn.com/site/promo/holidays/buy.jpg);
}

.webp .promo-bg {
  background-image: url(https://f057a20f961f56a72089-b74530d2d26278124f446233f95622ef.ssl.cf1.rackcdn.com/site/promo/holidays/buy.webp);
}

.promo-buy{
  font-family: "Lexend", sans-serif;    
  padding-top: 6%;
  padding-bottom: 3%;
  text-align: center;
  position: relative;  
}
.promo-buy .promo-name {
  font-size: 4.2rem;
  color: #1c1c1d;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  line-height: 1;
  padding: 20px 0 40px;
  background: #f2f2f2;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, .9) 30%,
    rgba(255, 255, 255, 1) 35%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, .9) 75%,
    rgba(255, 255, 255, 0)
  );

  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, .9) 30%,
    rgba(255, 255, 255, 1) 35%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, .9) 75%,
    rgba(255, 255, 255, 0)
  );

  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, .9) 30%,
    rgba(255, 255, 255, 1) 35%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, .9) 75%,
    rgba(255, 255, 255, 0)
  );


}

.promo-buy .promo-info {
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 20px;
  background-color: #c9314f;
  padding: 8px 30px;
  border-radius: 40px;
  position: relative;
  top: -30px;
  margin-bottom: 0;
}
.stripe-white {
  padding: 1% 2%;
}
.promo-add{
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 0;
  position: relative;
  top: -13px;
  text-shadow: 0px 3px 6px rgba(201, 49, 79,.5);
}
.de_DE .promo-buy .promo-name {font-size: 3.6rem;}
.fr_FR .promo-buy .promo-name {font-size: 3.4rem;}
.fr_FR .promo-buy .promo-name span{
  display: block;
}
.fr_FR .promo-buy { padding-top: 3%;}
.ru_RU .promo-buy .promo-name span{
  display: block;
}
.ru_RU .promo-buy { padding-top: 3%;}

@media only screen and (max-width: 1330px) {
  .promo-buy {
      padding-top: 6%;
      padding-bottom: 10%;
      background-position: right bottom;
  }
  .fr_FR  .promo-buy { padding-bottom: 6%;}
  .snowmen{position: static;}
  .snowmen::before,.snowmen::after{background-position: bottom;}
  .snowmen::before{width: 300px;}
  .snowmen::after{width: 320px;}
  .promo-buy .promo-name { font-size: 4rem;}
}
@media only screen and (max-width: 1100px) {
  .snowmen::before{width: 240px;}
  .snowmen::after{width: 260px;}
  .fr_FR .snowmen::before { width: 200px; }
  .fr_FR .snowmen::after { width: 220px; }
  .es_ES .snowmen::before { width: 200px; }
  .es_ES .snowmen::after { width: 220px; }
}

@media only screen and (max-width: 880px) {

}
@media only screen and (max-width: 767px) {
  .snowmen::before,.snowmen::after{background-image:none;z-index:-1;}
    .promo-buy {
        padding-top: 10%;
    }
    .promo-bg { min-height: 380px;}
    .pl_PL .promo-buy .promo-name,
    .nl_NL .promo-buy .promo-name {
      font-size: 3.2rem;
    }
}

@media only screen and (max-width: 630px) {
  .promo-bg {min-height: 360px;}
  .promo-buy .promo-name {font-size: 3rem;}
  .promo-add{font-size: 1.8rem;}
  .promo-buy .promo-info {font-size:1.6rem;}
}
@media only screen and (max-width: 480px) {
  .de_DE .promo-buy .promo-name {font-size: 3rem;}
  .de_DE .promo-buy .promo-info,
  .fr_FR .promo-buy .promo-info,
  .pt_PT .promo-buy .promo-info,
  .pl_PL .promo-buy .promo-info,
  .nl_NL .promo-buy .promo-info {
    font-size: 1.6rem;
  }
}



.promo-home-btn {
  font-weight: 400;
  background-color: #ca314f;
  color: #fff;
  display: inline-block;
  border-radius: 3px 16px;
  overflow: hidden;
  position: relative;
  margin-top: 0;
  font-size: 28px;
  font-weight: 200;
  padding: 10px 30px 12px;
  transition: opacity 0.2s ease, border-radius 0.2s ease;
}
.promo-home-btn:hover {
    text-decoration: none;
    color: #fff;
    border-radius: 16px 3px;
}
.promo-home-btn:after {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 7.5em);
}
.promo-home-btn:hover:after {
    animation: sheen 1s forwards;
}
@keyframes sheen {
    100% {
        transform: rotateZ(60deg) translate(1em, -9em);
    }
}










.price-box--combined .price-box__info {
  min-height: 175px;
}
.price-box__info--fixed {
  height: 175px;
}
.price-box__info--size-160 {
  min-height: 174px;
}
.price-box__info--small {
  min-height: 125px !important;
}
.price-box__button-container-single {margin-top:22px;}
.price-box__bottom--size-fixed {
  min-height: 376px;
}


.ko_KR .price-box__price-container:has(.price-box__regular-price),
.nb_NO .price-box__price-container:has(.price-box__regular-price)
{
font-size: 2rem;
}

.ru_RU .price-box__price-container:has(.price-box__regular-price)
/* .ru_RU .price-box__price-container */
{
font-size: 1.5rem;
}
.ru_RU .price-box__regular-price {font-size: inherit;}

.zh_CN .price-box__price-container:has(.price-box__regular-price),
.hi_IN  .price-box__price-container:has(.price-box__regular-price)
{
font-size: 1.8rem;
}

.double-container .price-box--combined {
  min-width: 308px;
}
