@charset "UTF-8";
/* CSS Document */
#bundle-banner a {
  color: var(--night);
}
#bundle-banner a:hover {
  text-decoration: none !important;
  color: var(--night) !important;
}
.customizer-disabled {
  display: none;
}
.modal .modal-body {
  text-align: left;
  font-size: 14px;
}
.modal-body li a {
  color: blue;
}
.header-banner .close-button{
	z-index: 2;
}
.header-banner, .header-banner .close-button .close {
  background-color: var(--brightwhite);
}
.header-banner .close-button .close {
  color: var(--night) !important;
}
/*.header-banner div {
  min-width: 0;
}*/
.offer-banner-swiper-box {
  color: var(--night);
  max-width: 500px;
  margin-right: -2.125em;
}
.offer-banner-swiper-wrapper {
  align-items: center;
}
.header-banner .content {
  margin-right: -1em;
}
.promo-banner-link {
  line-height: 1;
	color: var(--night);
}
.promo-banner-link span {
  text-decoration: underline;
  font-size: 12px;
}
.promo-close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.promo-close:hover {
  color: #000;
  opacity: .75;
  text-decoration: none;
}
.promo-dialog .modal-body img {
  width: 196px;
  margin: 20px auto 15px;
}
.modal-cta-container {
  width: 275px;
  height: 320px;
  position: absolute;
  display: inline-block;
  bottom: 30px;
  background-color: rgba(255, 255, 255, .5);
  text-align: center;
}
.modal-cta-container-left {
  left: 30px;
}
.modal-cta-container-right {
  right: 30px;
  ;
}
.modal-cta-container li {
  margin: 20px auto 0;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  color: rgba(0, 0, 0, .65);
  text-align: left;
  line-height: 12px;
}
.promo-close-ad {
  position: absolute;
  right: 25px;
  top: 25px;
  height: 40px;
  width: 40px;
  background: var(--night);
  border-radius: 50%;
  padding: 0;
}
.promo-body {
  padding: 0;
}
.promo-dialog {
  margin: 1rem 0;
  max-width: 640px;
  width: 100%;
}
#promo-offer-details {
  position: absolute;
  bottom: 10px;
  font-size: 14px;
  color: var(--night);
  cursor: pointer;
  width: 100%;
}
#promo-offer-details:hover {
  text-decoration: underline;
}
/**offer banner carousel**/
.swiper-pagination-bullets {
  text-align: center;
}
.offer-promo-banner-container {
  width: 520px;
  max-width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-container.offer-banner-container.swiper-container-horizontal {
  width: 100%;
  max-width: 500px;
  padding: 0;
}
.offer-banner-container .swiper-wrapper .offer-banner-slide {
  font-size: 14px;
}
.offer-banner-next, .offer-banner-prev, #offer-banner-swiper-toggle-autoplay {
  background-image: none !important;
  display: flex;
  font-size: 24px;
  color: var(--night);
  width: 40px;
  min-width: 0;
  opacity: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
#offer-banner-swiper-toggle-autoplay {
  color: var(--night);
  position: absolute;
  left: 0;
  z-index: 12;
  width: 40px;
  height: 44px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.offer-promo-banner-container:hover .offer-banner-next, .offer-promo-banner-container:hover .offer-banner-prev, .offer-promo-banner-container:hover #offer-banner-swiper-toggle-autoplay {
  opacity: 1;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.offer-banner-next:focus, .offer-banner-prev:focus {
  /*	outline: none; */
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-chevron-left:before {
  content: "\F053";
}
/**end offer banner carousel**/
.modal-list {
  display: inline-block;
}
.modal-nothanks {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, .65);
  text-align: center;
  text-decoration: underline;
  bottom: 15px;
  position: absolute;
  width: 100%;
}
.modal-mobile {
  display: none;
}
.modal-desktop {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .offer-promo-banner-container {
    width: auto;
    max-width: none;
  }
  .offer-banner-swiper-box {
    max-width: 100vw;
  }
  .modal-mobile {
    display: block;
  }
  .modal-desktop {
    display: none;
  }
  .modal-cta-container {
    height: auto;
    width: 90%;
    bottom: 50px;
  }
  .modal-cta-container-right {
    right: 5%;
  }
  .modal-introducing {
    margin-top: 5px;
  }
  .modal-cta-container li {
    font-size: 18px;
  }
  .promo-dialog .modal-body img {
    margin: 10px auto 0px;
    display: block;
  }
}
@media screen and (max-width: 544px) {
  .offer-banner-next, .offer-banner-prev {
    display: none;
  }
  #offer-banner-swiper-toggle-autoplay {
    opacity: 1;
  }
  .header-banner .container {
    padding: 0;
  }
}
@media screen and (min-width: 544px) {
  .promo-dialog {
    margin: 1.75rem auto;
    max-width: 640px;
    width: 100%;
  }
}