/*
/////
/////////////// Variables /////////////////
*/
/*
/////
/////////////// Px to Rem VW Plugin /////////////////
////

/////////////////
*/
.site-header .special-offer-banner {
  background-color: #D70000;
  color: #fff;
  font-size: 14px;
  padding: 0.6818181818rem 1.1363636364rem;
}
@media screen and (min-width: 1500px) {
  .site-header .special-offer-banner {
    padding: 0.78125vw 1.3020833333vw;
  }
}
.site-header .special-offer-banner .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-header .special-offer-banner .offer-text {
  font-size: 1rem;
}
@media screen and (min-width: 1500px) {
  .site-header .special-offer-banner .offer-text {
    font-size: 1.1458333333vw;
  }
}
.site-header .special-offer-banner .offer-text strong {
  font-weight: 700;
  margin-right: 6px;
}
.site-header .special-offer-banner .offer-timer {
  gap: 8px;
}
.site-header .special-offer-banner .offer-timer .ends-in {
  font-size: 0.9090909091rem;
}
@media screen and (min-width: 1500px) {
  .site-header .special-offer-banner .offer-timer .ends-in {
    font-size: 1.0416666667vw;
  }
}
.site-header .special-offer-banner .countdown-timer {
  display: flex;
  gap: 5px;
}
.site-header .special-offer-banner .countdown-timer .countdown-section {
  height: 2.6363636364rem;
  width: 2.6363636364rem;
  padding: 0.2272727273rem 0.2272727273rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1500px) {
  .site-header .special-offer-banner .countdown-timer .countdown-section {
    height: 3.0208333333vw;
  }
}
@media screen and (min-width: 1500px) {
  .site-header .special-offer-banner .countdown-timer .countdown-section {
    width: 3.0208333333vw;
  }
}
@media screen and (min-width: 1500px) {
  .site-header .special-offer-banner .countdown-timer .countdown-section {
    padding: 0.2604166667vw 0.2604166667vw;
  }
}
.site-header .special-offer-banner .countdown-timer .countdown-section .countdown-amount {
  font-size: 0.9090909091rem;
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 1500px) {
  .site-header .special-offer-banner .countdown-timer .countdown-section .countdown-amount {
    font-size: 1.0416666667vw;
  }
}
.site-header .special-offer-banner .countdown-timer .countdown-section .countdown-period {
  font-size: 0.9090909091rem;
  display: block;
  opacity: 0.8;
}
@media screen and (min-width: 1500px) {
  .site-header .special-offer-banner .countdown-timer .countdown-section .countdown-period {
    font-size: 1.0416666667vw;
  }
}
.site-header .special-offer-banner .offer-actions {
  gap: 0.9090909091rem;
}
.site-header .special-offer-banner .offer-actions .btn-shopnow {
  padding: 0.2727272727rem 0.5454545455rem;
  font-size: 0.7272727273rem;
  background: #000;
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (min-width: 1500px) {
  .site-header .special-offer-banner .offer-actions .btn-shopnow {
    padding: 0.3125vw 0.625vw;
  }
}
@media screen and (min-width: 1500px) {
  .site-header .special-offer-banner .offer-actions .btn-shopnow {
    font-size: 0.8333333333vw;
  }
}
.site-header .special-offer-banner .offer-actions .btn-shopnow:hover {
  background: #333;
}
.site-header .special-offer-banner .offer-actions .offer-details {
  font-size: 0.5909090909rem;
  padding: 0.3636363636rem 0.7272727273rem;
  border-radius: 0.6818181818rem;
  -ms-border-radius: 0.6818181818rem;
  -webkit-border-radius: 0.6818181818rem;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.22);
  text-decoration: none;
  opacity: 0.9;
  cursor: pointer;
}
@media screen and (min-width: 1500px) {
  .site-header .special-offer-banner .offer-actions .offer-details {
    font-size: 0.6770833333vw;
  }
}
@media screen and (min-width: 1500px) {
  .site-header .special-offer-banner .offer-actions .offer-details {
    padding: 0.4166666667vw 0.8333333333vw;
  }
}
@media screen and (min-width: 1500px) {
  .site-header .special-offer-banner .offer-actions .offer-details {
    border-radius: 0.78125vw;
    -ms-border-radius: 0.78125vw;
    -webkit-border-radius: 0.78125vw;
  }
}
.site-header .special-offer-banner .offer-actions .offer-details:hover {
  opacity: 1;
}

#offerDetailsLimit.izimodal-offersmodal {
  background: #fff;
  border-radius: 12px;
  max-width: 560px;
}
#offerDetailsLimit.izimodal-offersmodal .button-close {
  width: 0.625rem;
  position: absolute;
  top: 16px;
  right: 16px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
}
#offerDetailsLimit.izimodal-offersmodal .modal-title {
  margin: 0.7272727273rem 0.9090909091rem;
  font-size: 20px;
  font-weight: 900;
  color: #000;
}
@media screen and (min-width: 1500px) {
  #offerDetailsLimit.izimodal-offersmodal .modal-title {
    margin: 0.8333333333vw 1.0416666667vw;
  }
}
#offerDetailsLimit.izimodal-offersmodal .picture {
  margin: 0.7272727273rem 0.7272727273rem;
}
@media screen and (min-width: 1500px) {
  #offerDetailsLimit.izimodal-offersmodal .picture {
    margin: 0.8333333333vw 0.8333333333vw;
  }
}
#offerDetailsLimit.izimodal-offersmodal .picture img {
  border-radius: 0.7272727273rem;
  -ms-border-radius: 0.7272727273rem;
  -webkit-border-radius: 0.7272727273rem;
}
@media screen and (min-width: 1500px) {
  #offerDetailsLimit.izimodal-offersmodal .picture img {
    border-radius: 0.8333333333vw;
    -ms-border-radius: 0.8333333333vw;
    -webkit-border-radius: 0.8333333333vw;
  }
}
#offerDetailsLimit.izimodal-offersmodal .text-block {
  margin: 0.4545454545rem 0.9090909091rem;
}
@media screen and (min-width: 1500px) {
  #offerDetailsLimit.izimodal-offersmodal .text-block {
    margin: 0.5208333333vw 1.0416666667vw;
  }
}
#offerDetailsLimit.izimodal-offersmodal .shopnow {
  margin: 0.7272727273rem 0rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1500px) {
  #offerDetailsLimit.izimodal-offersmodal .shopnow {
    margin: 0.8333333333vw 0vw;
  }
}
#offerDetailsLimit.izimodal-offersmodal .shopnow .button {
  background-color: #000;
  width: 80%;
}

/*# sourceMappingURL=common.css.map */
