#sales-popup .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: 733px;
  max-height: 387px;
}
#sales-popup .close {
  position: absolute;
  padding: 10px;
  top: 0;
  right: 0;
  border: 0;
  background-color: #fff0;
}
#sales-popup .modal-content {
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 733px;
  max-height: 387px;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 4px;
}
#sales-popup .modal-content.with-timer {
  max-height: 482px;
}
@media (max-width: 767px) {
  #sales-popup .modal-content.with-timer {
    max-height: 672px;
  }
}
#sales-popup .img-container {
  width: 50%;
  height: 100%;
}
#sales-popup .img-container.desktop-img-container {
  display: block;
}
#sales-popup .img-container.mobile-img-container {
  display: none;
}
#sales-popup .img-container img {
  border-radius: 7px 0 0 7px;
}
#sales-popup .right-container {
  width: 50%;
  display: flex;
  flex-direction: column;
}
#sales-popup .title-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
}
#sales-popup .title-container h1 {
  font-family: var(--dec-font-family-ethereal);
  font-size: 70px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 0px;
  line-height: 1;
}
#sales-popup .title-container h1 .off-discount-currency {
  margin-left: 10px;
}
#sales-popup .title-container h2 {
  font-size: 25px;
  margin-top: -5px;
}
#sales-popup .title-container h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--dec-gold);
}
#sales-popup .mobile-title-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}
#sales-popup .mobile-title-container h1 {
  font-family: var(--dec-font-family-ethereal);
  font-size: 70px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 0px;
  line-height: 1;
}
#sales-popup .mobile-title-container h1 .off-discount-currency {
  margin-left: 10px;
}
#sales-popup .mobile-title-container h2 {
  font-size: 25px;
  margin-top: -5px;
}
#sales-popup .mobile-title-container h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--dec-gold);
}
#sales-popup .action-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 40px;
  padding-left: 40px;
}
#sales-popup .action-container span {
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-top: 20px;
}
#sales-popup .sale-title {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
#sales-popup .countdown-timer {
  text-align: center;
  display: flex;
  justify-content: center;
  column-gap: 13px;
}
#sales-popup .countdown-timer .timer-expired {
  margin-top: 20px;
}
#sales-popup .countdown-timer .timer-unit .timer-value {
  color: #8A7C56;
  text-align: center;
  font-family: "proxima-nova", "Century Gothic", "Helvetica", "Helvetica Neue", "Arial", "Microsoft Sans Serif", "Avenir", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  display: block;
}
#sales-popup .countdown-timer .timer-unit .timer-label {
  margin-top: -5px;
  color: #333333;
  text-align: center;
  font-family: "proxima-nova", "Century Gothic", "Helvetica", "Helvetica Neue", "Arial", "Microsoft Sans Serif", "Avenir", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
#sales-popup .countdown-timer .timer-separator {
  margin-top: -5px;
  color: #8A7C56;
  text-align: center;
  font-family: "proxima-nova", "Century Gothic", "Helvetica", "Helvetica Neue", "Arial", "Microsoft Sans Serif", "Avenir", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #sales-popup .modal-dialog {
    max-height: 621px;
    width: 95%;
  }
  #sales-popup .modal-content {
    max-height: 621px;
    width: 95%;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #sales-popup .img-container {
    width: 100%;
    height: 30%;
    order: 2;
  }
  #sales-popup .img-container.desktop-img-container {
    display: none;
  }
  #sales-popup .img-container.mobile-img-container {
    display: block;
  }
  #sales-popup .img-container img {
    border-radius: 0;
  }
  #sales-popup .right-container {
    width: 100%;
    order: 3;
  }
  #sales-popup .title-container {
    display: none;
  }
  #sales-popup .mobile-title-container {
    display: flex;
    order: 1;
  }
  #sales-popup .mobile-title-container h1 {
    margin-top: 25px;
  }
  #sales-popup .action-container {
    order: 2;
    padding: 30px 20px;
  }
  #sales-popup .action-container span {
    margin-top: 10px;
  }
}
body.language-es #sales-popup .title-container {
  padding-bottom: 10px;
}
body.language-es #sales-popup .title-container h1 {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.language-es #sales-popup .title-container h1 .off-friendly-discount {
  order: 2;
  font-size: 127px;
}
body.language-es #sales-popup .title-container h1 .off-friendly-discount-label {
  order: 1;
  font-size: 50px;
  font-weight: 300;
  text-transform: none;
}
body.language-es #sales-popup .title-container h2 {
  display: none;
}
body.language-es #sales-popup .action-container span {
  margin-top: 10px;
  text-transform: none;
}
@media (max-width: 768px) {
  body.language-es #sales-popup .mobile-title-container {
    padding-bottom: 20px;
  }
  body.language-es #sales-popup .mobile-title-container h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body.language-es #sales-popup .mobile-title-container h1 .off-friendly-discount {
    order: 2;
    font-size: 104px;
  }
  body.language-es #sales-popup .mobile-title-container h1 .off-friendly-discount-label {
    order: 1;
    font-size: 40px;
    font-weight: 300;
    text-transform: none;
  }
  body.language-es #sales-popup .mobile-title-container h2 {
    display: none;
  }
  body.language-es #sales-popup .action-container {
    padding-bottom: 0px;
  }
}
