body {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 0px;
}

.popup-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.56);
}

.popup-overlay.no-overlay {
  min-height: auto;
  background-color: transparent;
}

.popup-overlay.includesbar.no-overlay {
  top: auto;
}

.popup-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.24), 0 30px 70px 0 rgba(0, 0, 0, 0.24);
  font-size: 16px;
  line-height: 24px;
}

.popup-container.image-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.popup-container.has-background-image {
  background-color: #e30103;
}

.has-background-image p:last-of-type, .has-background-image a:last-of-type {
  color: white !important;
}

.popup-container.font-lora {
  font-family: Lora, sans-serif;
}

.popup-container.font-poppins {
  font-family: Poppins, sans-serif;
}

.popup-container.image-on-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.popup-half-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 390px;
  min-width: 390px;
  padding: 24px 24px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.popup-half-column.popup-image-full {
  padding: 0px;
}

.popup-half-column.text-align-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.popup-half-column.multiple-products {
  max-width: 620px;
  min-width: 620px;
}

.popup-half-column.single-product {
  max-width: 360px;
  min-width: 360px;
  padding: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.popup-title {
  margin-bottom: 12px;
  color: #282828;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.popup-title.smaller-title {
  font-size: 28px;
  line-height: 36px;
}

.popup-title.bigger-title {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.4px;
}

.popup-image-full {
  width: 100%;
  height: 100%;
}

.popup-image-full.popup-image-contain {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.popup-desc {
  margin-bottom: 24px;
  color: #686868;
}

.popup-desc.popup-white-color-text {
  color: #fff;
}

.popup-field {
  height: 48px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(0, 0, 0, 0.21);
  border-radius: 2px;
}

.popup-field::-webkit-input-placeholder {
  color: #686868;
}

.popup-field:-ms-input-placeholder {
  color: #686868;
}

.popup-field::-ms-input-placeholder {
  color: #686868;
}

.popup-field::placeholder {
  color: #686868;
}

.popup-field.field-50 {
  width: 46.5%;
}

.popup-field.field-style-2 {
  padding-right: 12px;
  padding-left: 12px;
  border-style: none;
  border-color: #000;
  background-color: #f1f1f1;
}

.popup-main-button {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 24px;
  padding: 15px 24px 16px;
  border-radius: 2px;
  background-color: #3369e7;
  text-align: center;
}

.popup-main-button.submit-style-2 {
  border-radius: 100px;
}

.popup-main-button.customize-color {
  background-color: rgba(0, 0, 0, 0.48);
}

.popup-main-button.submit-style-3 {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.36);
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup-subtitle {
  margin-bottom: 12px;
  color: #3369e7;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.popup-bar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding: 18px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.18);
  font-size: 16px;
  line-height: 24px;
}

.popup-bar-container.font-lato {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.popup-form-block {
  width: 100%;
  margin-bottom: 0px;
}

.subtitle-image {
  max-height: 124px;
  margin-bottom: 18px;
}

.custom-color {
  color: #fff;
}

.popup-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: -8px;
  margin-bottom: 24px;
  margin-left: -8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup-product {
  padding: 18px 18px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.popup-product:hover {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
}

.popup-product-name {
  margin-bottom: 8px;
  color: #282828;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.popup-product-price {
  color: #686868;
}

.popup-product-price.new-price {
  color: #3369e7;
  font-size: 22px;
  line-height: 28px;
}

.popup-product-price.old-price {
  margin-bottom: 4px;
  text-decoration: line-through;
}

.popup-product-image {
  max-height: 180px;
  margin-bottom: 18px;
  border-radius: 0px;
}

.popup-countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  margin-bottom: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 26px;
}

.popup-countdown-number {
  margin-bottom: 4px;
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  font-weight: 400;
  letter-spacing: -1px;
}

.popup-countdown-box {
  margin-right: 8px;
  margin-left: 8px;
  padding: 12px 14px;
  border-radius: 4px;
  background-color: #2b2b2b;
  color: #fff;
  text-align: center;
}

.popup-countdown-box p {
  color: white;
}

.popup-discount {
  margin-bottom: 24px;
}

.popup-discount-text {
  margin-bottom: 0px;
  color: #686868;
}

.popup-discount-code {
  padding: 8px 24px;
  border: 1px dashed #000;
  background-color: #f0f0f0;
  color: #3369e7;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
}

.lighter-headlines {
  font-weight: 400;
}

.popup-countdown-inbetween {
  margin-top: -48px;
  font-size: 56px;
  line-height: 56px;
}

@media (max-width: 991px) {
  .popup-half-column {
    height: 100%;
    max-width: 50vw;
    min-width: auto;
  }
  .popup-half-column.multiple-products {
    min-width: auto;
  }
}

@media (max-width: 767px) {
  .popup-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popup-half-column.popup-image-full {
    max-height: 50%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .popup-products {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popup-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .popup-product-image {
    width: 128px;
    max-height: none;
    max-width: 45%;
    margin-right: 18px;
    margin-bottom: 0px;
  }
}

@media (max-width: 479px) {
  .popup-half-column.multiple-products {
    display: block;
    overflow: auto;
  }
  .popup-title {
    font-size: 30px;
    line-height: 38px;
  }
  .popup-products {
    margin-top: -18px;
  }
  .popup-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 18px;
    padding: 0px;
  }
}
