@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.pre-checkout-page {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  margin: 50px 0;
}
.pre-checkout-page.show-register .pre-checkout-container {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: all;
}
.pre-checkout-page.show-phone-verif .phone-verification-container {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: all;
}
.pre-checkout-page .pre-checkout-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translate(-500px, 0);
  pointer-events: none;
  transition: all 0.35s ease;
}
.pre-checkout-page .pre-checkout-container .pre-checkout-content {
  width: 550px;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 10;
  line-height: 2;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  position: relative;
}
.pre-checkout-page .pre-checkout-container .pre-checkout-content .package-info-container {
  width: 100%;
  border-radius: 0;
  padding-top: 10px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.pre-checkout-page .pre-checkout-container .pre-checkout-content .package-info-container span {
  text-align: center;
  color: #29b475;
  font-size: 20px;
  font-weight: 600;
  margin: auto;
  padding: 5px 15px;
  border-bottom: 2px solid #29b475;
}
@media (max-width: 500px) {
  .pre-checkout-page .pre-checkout-container .pre-checkout-content .package-info-container {
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .pre-checkout-page .pre-checkout-container .pre-checkout-content .package-info-container {
    font-size: 16px;
  }
}
.pre-checkout-page .pre-checkout-container .pre-checkout-content h6 {
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding: 20px 40px;
  margin: 0;
  color: #000000 !important;
  font-size: 16px;
  font-weight: 500;
}
.pre-checkout-page .pre-checkout-container .pre-checkout-content h6 span {
  color: #25a269 !important;
  font-size: 22px;
  font-weight: 900;
}
@media (max-width: 500px) {
  .pre-checkout-page .pre-checkout-container .pre-checkout-content h6 {
    font-size: 14px;
    padding: 15px 20px;
  }
}
@media (max-width: 380px) {
  .pre-checkout-page .pre-checkout-container .pre-checkout-content h6 {
    font-size: 13px;
  }
}
.pre-checkout-page .pre-checkout-container .pre-checkout-content .nova-wc-notices {
  width: 100%;
  padding: 10px 30px;
}
.pre-checkout-page .pre-checkout-container .pre-checkout-content hr {
  width: 100%;
  height: 3px;
  background-color: #29b475;
}
.pre-checkout-page .pre-checkout-container .pre-checkout-content .nova-form-container {
  max-width: 100%;
  padding: 0 20px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.pre-checkout-page .pre-checkout-container .pre-checkout-content .nova-form-container .nova-radio-title {
  position: relative;
  padding: 0 20px 0 30px;
  margin: 0 0 25px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pre-checkout-page .pre-checkout-container .pre-checkout-content .nova-form-container .nova-radio-title p {
  height: 30px;
  width: 20%;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #000000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pre-checkout-page .pre-checkout-container .pre-checkout-content .nova-form-container .nova-radio-title .radio-el {
  width: 60px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  transition: 0.3s ease all;
  background-color: #f8f8fa;
  color: #000000;
  border: 1px solid #e3e3e7;
  border-radius: 0;
  transition: all 0.3s ease;
}
.pre-checkout-page .pre-checkout-container .pre-checkout-content .nova-form-container .nova-radio-title .radio-el:hover {
  background-color: #eaf8f1 !important;
  border: 1px solid #000000 !important;
  color: #29b475 !important;
}
.pre-checkout-page .pre-checkout-container .pre-checkout-content .nova-form-container .nova-radio-title .radio-el.active {
  background-color: #eaf8f1 !important;
  border: 1px solid #000000 !important;
  color: #29b475 !important;
}
.pre-checkout-page .pre-checkout-container .pre-checkout-content .nova-form-container .nova-radio-title .radio-el span {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.pre-checkout-page .pre-checkout-container .pre-checkout-content .nova-form-container .nova-radio-title .radio-el input {
  display: none;
}
@media (max-width: 450px) {
  .pre-checkout-page .pre-checkout-container .pre-checkout-content .nova-form-container .nova-radio-title {
    padding: 0 20px;
  }
  .pre-checkout-page .pre-checkout-container .pre-checkout-content .nova-form-container .nova-radio-title p {
    font-size: 14px;
  }
  .pre-checkout-page .pre-checkout-container .pre-checkout-content .nova-form-container .nova-radio-title .radio-el {
    width: 60px;
    height: 40px;
  }
  .pre-checkout-page .pre-checkout-container .pre-checkout-content .nova-form-container .nova-radio-title .radio-el span {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .pre-checkout-page .pre-checkout-container .pre-checkout-content .nova-form-container .nova-radio-title {
    padding: 0 10px;
  }
}
@media (max-width: 350px) {
  .pre-checkout-page .pre-checkout-container .pre-checkout-content .nova-form-container .nova-radio-title {
    padding: 0 5px;
  }
}
.pre-checkout-page .pre-checkout-container .pre-checkout-content .nova-form-container .nova-pre-checkout-login {
  width: 100%;
  text-align: center;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 30px 0;
  text-decoration: underline;
  transition: all 0.2s ease;
  font-weight: 600;
  line-height: 20px !important;
}
.pre-checkout-page .pre-checkout-container .pre-checkout-content .nova-form-container .nova-pre-checkout-login:hover {
  color: #29b475 !important;
}
@media (max-width: 400px) {
  .pre-checkout-page .pre-checkout-container .pre-checkout-content .nova-form-container .nova-pre-checkout-login {
    font-size: 13px;
    font-weight: 500;
  }
}
.pre-checkout-page .pre-checkout-container .pre-checkout-content.deactivate {
  opacity: 0;
  left: 100%;
  pointer-events: none;
}
@media (max-width: 576px) {
  .pre-checkout-page .pre-checkout-container .pre-checkout-content {
    width: 95%;
  }
  .pre-checkout-page .pre-checkout-container .pre-checkout-content .nova-form-group {
    width: 100% !important;
    padding: 0 5px !important;
  }
  .pre-checkout-page .pre-checkout-container .pre-checkout-content .nova-form-group label {
    top: -5% !important;
    left: 20px !important;
  }
}
@media (max-width: 400px) {
  .pre-checkout-page .pre-checkout-container .pre-checkout-content .prefix-select-container {
    width: 100% !important;
    left: 0 !important;
  }
  .pre-checkout-page .pre-checkout-container .pre-checkout-content .prefix-select-container input {
    width: 95% !important;
    margin: 10px auto !important;
  }
}
.pre-checkout-page .phone-verification-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  opacity: 0;
  transform: translate(500px, 0);
  pointer-events: none;
  transition: all 0.35s ease;
}
.pre-checkout-page .phone-verification-container .phone-verification-content {
  width: 500px;
  min-height: 300px;
  background-color: white;
  font-family: "Poppins", sans-serif;
  z-index: 10;
  line-height: 2;
  padding: 20px;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 0;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .phone-verif-title {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .logo-container img {
  height: 100%;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .logo-container .nova-logo {
  height: 55px;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .logo-container .two-fa-logo {
  height: 75px;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .verif-code-input-container {
  transition: all 0.3s ease;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .verif-code-input-container.error .error-message {
  display: block;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .verif-code-input-container.error input {
  border: 2px solid #cc3333;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .verif-code-input-container .error-message {
  width: 100%;
  text-align: center;
  color: #cc3333;
  display: none;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .verif-code-input-container input {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  outline: none;
  border: 2px solid #000000;
  color: #000000;
  background-color: white;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin: 5px;
  padding: 0 !important;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .verif-code-input-container input:focus {
  border: 2px solid #25a269;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .verif-code-input-container input::-webkit-outer-spin-button,
.pre-checkout-page .phone-verification-container .phone-verification-content .verif-code-input-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .verif-code-input-container {
  /* Firefox */
}
.pre-checkout-page .phone-verification-container .phone-verification-content .verif-code-input-container input[type=number] {
  -moz-appearance: textfield;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .resend-code-message {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.5;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .resend-code-message a {
  font-weight: 500;
  color: #29b475;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .resend-code-message a:hover {
  color: #25a269;
}
@media (max-width: 576px) {
  .pre-checkout-page .phone-verification-container .phone-verification-content {
    width: 90%;
  }
}
.pre-checkout-page .phone-verification-container .phone-verification-content .recaptcha-content .nova-logo {
  max-width: 30%;
  margin: auto;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .recaptcha-content p {
  margin: 2rem;
  font-size: 14px;
  line-height: 24px;
  padding: 0;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .recaptcha-content #nova-recaptcha-form {
  margin-bottom: 1rem;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .recaptcha-content #nova-recaptcha-form .g-recaptcha {
  display: flex;
  justify-content: center;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .recaptcha-content .error-message {
  color: #cc3333;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  margin: auto;
  display: none;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding: 20px 0 0 0;
}
.pre-checkout-page .phone-verification-container .phone-verification-content .recaptcha-content .error-message.active {
  display: flex;
}
@media (max-width: 500px) {
  .pre-checkout-page .phone-verification-container .phone-verification-content {
    padding: 20px 10px 0 10px !important;
  }
  .pre-checkout-page .phone-verification-container .phone-verification-content .recaptcha-content p {
    margin: 1rem;
    font-size: 12px;
    line-height: 20px;
  }
}
.pre-checkout-page .nova-form-group .prefix {
  left: 40px !important;
}
.pre-checkout-page .nova-form-group > label {
  left: 30px !important;
}

#duplicate-email-modal .nova-modal__logo {
  font-size: 48px;
  margin-bottom: 20px;
  display: flex;
  color: #29b475;
  justify-content: center;
  padding: 30px 13px 10px 10px;
}
#duplicate-email-modal .nova-modal__logo img {
  width: 150px;
}
#duplicate-email-modal .nova-modal__body {
  padding: 10px 20px 30px 20px;
  text-align: center;
}
#duplicate-email-modal .nova-modal__message {
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  margin: 0;
  text-align: center;
}
#duplicate-email-modal .nova-modal__footer {
  padding: 15px 20px;
  text-align: center;
}
#duplicate-email-modal button {
  margin-bottom: 10px !important;
}/*# sourceMappingURL=nova-pre-checkout-style.css.map */