@charset "UTF-8";
/* FONTS */
@font-face {
  font-family: "Centaurus";
  src: url("../fonts/Centaurus-SVG.otf") format("opentype"), url("../fonts/Centaurus_Regular.240328-0943.ttf") format("ttf"), url("../fonts/Centaurus_Regular.240328-0943.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.finish-register {
  font-size: 1.25rem;
}
.finish-register strong {
  color: #49454F;
}

.auth {
  gap: 6.25rem;
  justify-content: center;
  padding: 4rem 4rem 1rem 4rem;
  display: flex;
  flex-direction: row;
  height: 100% !important;
  color: #18192A;
  letter-spacing: 0.25px;
  font-family: "Barlow", "sans-serif";
  font-size: 14px;
}

.auth__left {
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-width: 22rem;
  width: 33%;
}
.auth__left hr {
  border-color: #AFAFAF;
  border-top: 0.5px solid;
}

.auth__title {
  display: inline;
  font-size: 2rem;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: -0.64px;
  font-family: "Centaurus", sans-serif;
  text-transform: uppercase;
}

.auth__title + img {
  vertical-align: sub;
  margin-left: 0.5rem !important;
}

.auth__p {
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: -0.32px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
}

.auth__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border-radius: 32px;
  max-width: 1074px;
  width: 66%;
  min-height: 835px;
  height: fit-content;
}

.auth__formbox {
  width: 100%;
  text-align: center;
  padding: 4rem 5rem;
}

.auth__input-box {
  text-align: left;
  margin-bottom: 15px;
}
.auth__input-box label {
  font-weight: 500 !important;
  margin-bottom: 5px;
}
.auth__input-box input, .auth__input-box select {
  height: 40px;
  border: 0.5px solid #18191A;
  box-shadow: none !important;
  font-size: 14px;
  border-radius: 8px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #18192A;
}
.auth__input-box input:focus, .auth__input-box select:focus {
  outline: 0;
  border-color: #80ba27 !important;
}
.auth__input-box select {
  appearance: none;
  background: no-repeat url("../img/dropdown-icon.svg") 95% 50%;
}

.input__password {
  padding-right: 4rem;
}
.pos-relative {
  position: relative;
}

.show-password-icon {
  position: absolute;
  right: 1.4rem;
  transform: translateY(-1.4rem);
  cursor: pointer;
}

.auth__options-in {
  gap: 0.5rem;
  text-align: left;
  margin-bottom: 15px;
  display: flex;
}

.auth__options {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.auth__options .text-danger {
  color: #c00;
}
.auth__options input {
  border-radius: 0.25em;
  appearance: none;
  width: 0;
  height: 0;
  margin: 0 1rem 0 0;
}
.auth__options input[type=checkbox]::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #49454F;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
}
.auth__options input::after {
  content: "";
  background: center center no-repeat url(../img/checkbox-tick.svg);
  position: absolute;
  display: none;
  width: 16px;
  height: 16px;
}
.auth__options input:checked::before {
  border: none;
  background: #80BA27;
}
.auth__options input:checked::after {
  display: block;
}
.auth__options label {
  text-align: left;
  line-height: 1.25;
  margin-top: -1px;
  font-weight: 400;
}

.auth__link-box {
  margin-left: auto !important;
}
.auth__link-box a {
  color: #18191A;
  display: block;
  margin-top: -1px;
}
.auth__link-box a:hover {
  color: #3A6A33;
}

.auth__btnbox {
  margin-top: 1rem;
  text-align: center;
}

.auth__btn {
  cursor: pointer;
  background: #80BA27;
  color: #ffffff;
  padding: 0 1.5rem;
  height: 3rem;
  border-radius: 12px;
  border: none;
  text-align: center;
  transition: all 0.3s;
  font-size: 1rem;
}
.auth__btn:hover {
  background: #3A6A33 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  outline: none !important;
}

.divider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.divider-container hr {
  max-width: 120px;
  width: 100%;
  border-color: #AFAFAF;
  border-top: 0.5px solid;
}
.divider-container span {
  margin: 0 3rem;
}

.auth__social {
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.auth__social a {
  box-shadow: 0 2px 3px rgba(3, 3, 3, 0.1);
  display: flex;
  width: 290px;
  height: 3rem;
  background: #1a73e8;
  color: #ffffff;
  border-radius: 12px;
  border: none;
  line-height: 40px;
  font-size: 14px;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.auth__social a span {
  font-weight: 500;
  font-size: 1rem;
}
.auth__social .auth__google:hover {
  color: #3B5998;
  background-color: #fff;
}
.auth__social .auth__facebook {
  color: #3B5998;
  box-shadow: none;
  background-color: #ebeef4;
}
.auth__social .auth__facebook:hover {
  color: #212529;
}

.auth__registration-link {
  margin-top: 3rem;
}
.auth__registration-link span {
  color: #49454F;
  font-weight: 300;
}
.auth__registration-link a {
  color: #80ba27;
}
.auth__registration-link a:hover {
  color: #3A6A33;
}

.auth__background {
  bottom: 0;
  position: fixed;
  z-index: -1000;
  width: 100%;
  height: 100%;
  background: bottom left no-repeat url(../img/background.svg);
}

.auth__sub {
  text-align: left;
  display: block;
}

.my4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.auth__input-box-wrap {
  margin-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.auth__row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.auth__row .auth__input-box {
  width: calc(50% - 2rem);
}

.auth__hint {
  font-size: 12px;
  color: rgba(24, 25, 26, 0.5019607843);
  margin-left: 0.75rem;
  margin-top: 0.5rem;
}

.auth__hint--danger {
  color: #c00 !important;
}

.auth__options--regulations {
  margin-top: 15px;
  font-size: 13px;
  line-height: normal;
  font-weight: 300;
  color: #AFAFAF;
  text-align: left;
  display: block;
  margin-bottom: 1rem;
}
.auth__options--regulations .auth__options-in {
  margin-bottom: 0.5rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.auth__danger {
  color: #c00;
  display: block;
  font-size: 0.75rem;
}

.has-error {
  border-color: #c00 !important;
}

.auth__options--regulations .auth__danger {
  margin-left: 1.5rem;
}

.auth__error-info {
  background: #c00;
  border-radius: 12px !important;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  padding: 1rem 3rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.alert-box {
  border-radius: 12px !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  padding: 1rem 3rem;
  display: flex;
  justify-content: center;
}

.alert-box--success {
  background: rgba(128, 186, 39, 0.1019607843);
  color: #49454F;
}

.alert-box--error {
  background: rgba(255, 0, 0, 0.1019607843);
  color: #FF0000;
}

.finish-register {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.finish-register img {
  max-width: 500px;
  display: block;
}

@media (max-width: 1130px) {
  .divider-container hr {
    max-width: 40px;
  }
  .divider-container span {
    margin: 0 2rem;
  }
  .auth__input-box-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .auth__row {
    flex-wrap: wrap;
  }
  .auth__row .auth__input-box {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 768px) {
  .auth {
    justify-content: center !important;
    flex-direction: column !important;
    gap: unset;
    padding: 1rem;
  }
  .auth__row .auth__input-box {
    width: 100%;
  }
  .finish-register img {
    max-width: 100%;
  }
  .finish-register span, .finish-register strong {
    font-size: 1rem;
  }
  .auth__input-box-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .auth__left {
    width: 100%;
  }
  .auth__form {
    width: 100%;
  }
  .auth__formbox {
    padding: 4rem 0.5rem;
  }
  body:not(.page-template-page-login) .auth__options {
    justify-content: center;
  }
  .auth__link-box {
    margin-left: 0 !important;
  }
  .divider-container hr {
    max-width: 20px;
  }
  .divider-container span {
    margin: 0 2rem;
  }
}
#nsl-custom-login-form-main {
  display: none !important;
}

.auth__registration-link {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.auth__error-info {
  background: rgba(128, 186, 39, 0.1) !important;
  color: #49454F !important;
  font-weight: 600;
}

.input__password, .popupemail, #popupemail2 {
  color: #000;
}

.alert {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 15px;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  border: 1px solid transparent;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success .alert-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #155724;
}

.alert-success .alert-message {
  margin-left: 35px;
}

.alert-success .alert-icon::before {
  content: "✔";
  font-weight: bold;
}

.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-error .alert-message {
  margin-left: 35px;
}

.alert-error .alert-icon::before {
  content: "✖";
  font-weight: bold;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-input {
  -moz-appearance: textfield;
}

.list-choice-price .currency {
  text-transform: uppercase;
}

.text-upercase {
  text-transform: uppercase;
}

.d-none {
  display: none !important;
}

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