@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-form-checkout {
  position: relative;
  background: url("/wp-content/themes/nextai/woocommerce/img/content-bg.png") top center no-repeat #fff;
  background-size: 100% auto;
  padding: 150px 0;
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-form-checkout {
    padding: 75px 0;
  }
}
@media (max-width: 991.98px) {
  .l-form-checkout {
    padding: 75px 0;
  }
}
.l-form-checkout__wrapper {
  display: flex;
  gap: 30px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .l-form-checkout__wrapper {
    flex-direction: column;
    gap: 70px;
  }
}
.l-form-checkout__label {
  color: #483696 !important;
  font-family: "avenirbook", sans-serif !important;
  font-size: 1em !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: initial !important;
  margin: 0 0 5px 0 !important;
}
@media (max-width: 991.98px) {
  .l-form-checkout__label {
    margin-bottom: 0px !important;
    font-size: 0.875em !important;
  }
}
.l-form-checkout__label::first-letter {
  text-transform: uppercase;
}
.l-form-checkout__label .required {
  display: none;
}
.l-form-checkout__input {
  border-radius: 0 !important;
  padding: 0 5px 0 15px !important;
  margin: 0 !important;
  height: 40px !important;
  color: #000 !important;
  font-style: normal !important;
  font-size: 0.875em !important;
  border-color: transparent !important;
  background-color: #f7f7f7;
  border-radius: 6px !important;
  width: 50%;
  text-align: right;
}
.l-form-checkout__input::placeholder {
  text-decoration: none !important;
  font-style: oblique !important;
  color: #979797 !important;
  line-height: 1.14 !important;
}
.l-form-checkout__button {
  position: relative;
  color: #fff !important;
  border: none;
  font-size: 1.125em;
  font-weight: 900;
  font-family: "avenirbook", sans-serif;
  line-height: 2.06;
  transition: 0.3s all;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  min-width: 240px;
  width: 100%;
  min-height: 50px;
  background-image: linear-gradient(115deg, #6548bf -12%, #7d3a88 92%);
  border-radius: 6px;
  margin: 20px auto 0;
  max-width: none !important;
}
.l-form-checkout__button:hover {
  opacity: 0.8;
  color: #fff !important;
}
.l-form-checkout__form-box {
  padding: 44px 100px 44px 100px;
  background-color: transparent;
  border: 2px solid #0d0c3b;
  margin-top: 25px;
  border-radius: 6px;
  position: relative;
  background: #ffffff;
}
.l-form-checkout__form-box--first {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .l-form-checkout__form-box {
    padding: 30px 50px 30px 50px;
  }
}
@media (max-width: 767.98px) {
  .l-form-checkout__form-box {
    padding: 30px;
  }
}
.l-form-checkout__collapsable-button {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 35px;
  top: 45px;
}
@media (max-width: 991.98px) {
  .l-form-checkout__collapsable-button {
    top: 30px;
  }
}
@media (max-width: 575.98px) {
  .l-form-checkout__collapsable-button {
    top: 32px;
    right: 16px;
    width: 20px;
    height: 20px;
  }
}
.l-form-checkout__collapsable-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 2px;
  width: 100%;
  background: #0b0c3b;
}
.l-form-checkout__collapsable-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 2px;
  background: #0b0c3b;
  transition: opacity 200ms linear;
}
.l-form-checkout__collapsable-button.is-active:after {
  opacity: 0;
}
.l-form-checkout .thwcfd-field-checkbox {
  margin-top: 20px;
}
.l-form-checkout__form-collapsable.is-hide {
  display: none;
}
.l-form-checkout__form-collapsable--collapsed {
  padding-top: 40px;
}
.l-form-checkout__form-collapsable label.checkbox {
  padding-left: 30px;
  cursor: pointer;
  color: #000 !important;
}
.l-form-checkout__form-collapsable input[type=checkbox]:before {
  content: "";
  margin: -14px 0 0 -31px;
  width: 20px;
  height: 20px;
  z-index: 1;
  border: solid 2px #483696;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  background: transparent;
}
.l-form-checkout__form-collapsable input[type=checkbox]:checked:after {
  content: "" !important;
  width: 6px !important;
  height: 9px !important;
  border-bottom: 2px solid #483696 !important;
  border-right: 2px solid #483696 !important;
  position: absolute !important;
  top: -10px !important;
  left: -24px;
  z-index: 1;
  transform: rotate(45deg) !important;
}
.l-form-checkout__form-collapsable label span {
  display: none;
}
.l-form-checkout__form-title {
  font-size: 1.25em;
  text-transform: uppercase;
  font-family: "avenirbook", sans-serif;
  color: #483696;
  font-weight: 900;
  line-height: 1.85;
  letter-spacing: 4px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .l-form-checkout__form-title {
    padding: 0 15px 0 15px;
    font-size: 1.125em;
  }
}
@media (max-width: 575.98px) {
  .l-form-checkout__form-title {
    padding: 0;
    font-size: 0.875em;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-form-checkout__form-title {
    padding: 25px 35px;
    font-size: 1.125em;
  }
}
.l-form-checkout__form-title--collapsable {
  margin-bottom: 0;
}
.l-form-checkout__form-title--payment {
  margin-top: 20px !important;
  padding-top: 40px;
  border-top: dashed 1px #979797;
  margin-bottom: 20px;
}
.l-form-checkout .form-row {
  position: relative;
}
.l-form-checkout label {
  color: #483696 !important;
  font-family: "avenirbook", sans-serif !important;
  font-size: 1em !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: initial !important;
  margin: 0 0 10px 0 !important;
}
@media (max-width: 991.98px) {
  .l-form-checkout label {
    margin-bottom: 0px !important;
    font-size: 0.875em !important;
  }
}
.l-form-checkout label .required {
  display: none;
}
.l-form-checkout select,
.l-form-checkout input[type=text],
.l-form-checkout input[type=email],
.l-form-checkout input[type=phone],
.l-form-checkout input[type=tel],
.l-form-checkout textarea {
  border-radius: 0 !important;
  padding: 0 5px 0 15px !important;
  margin: 0 !important;
  height: 40px !important;
  color: #000 !important;
  font-style: normal !important;
  font-size: 0.875em !important;
  border-color: transparent !important;
  background-color: #f7f7f7;
  border-radius: 6px !important;
  width: 100%;
  text-align: left;
}
.l-form-checkout select::placeholder,
.l-form-checkout input[type=text]::placeholder,
.l-form-checkout input[type=email]::placeholder,
.l-form-checkout input[type=phone]::placeholder,
.l-form-checkout input[type=tel]::placeholder,
.l-form-checkout textarea::placeholder {
  text-decoration: none !important;
  font-style: oblique !important;
  color: #979797 !important;
  line-height: 1.14 !important;
}
.l-form-checkout .woocommerce-invalid select,
.l-form-checkout .woocommerce-invalid input[type=text],
.l-form-checkout .woocommerce-invalid input[type=email],
.l-form-checkout .woocommerce-invalid input[type=phone],
.l-form-checkout .woocommerce-invalid input[type=tel],
.l-form-checkout .woocommerce-invalid textarea {
  border: 2px solid #b81c23 !important;
}
.l-form-checkout .woocommerce-invalid label {
  color: #b81c23 !important;
}
.l-form-checkout select {
  padding-right: 40px !important;
  background-image: url("/wp-content/themes/nextai/img/icons/select-icon.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px;
  cursor: pointer;
}
.l-form-checkout select option {
  color: #000;
}
.l-form-checkout textarea {
  height: auto !important;
  padding: 15px !important;
}
.l-form-checkout .woocommerce-error {
  color: #0b0c3b;
  margin-bottom: 30px;
  padding: 30px 30px 30px 60px;
  background: #fafafa;
  border-top: 3px solid #b81c23;
  position: relative;
}
.l-form-checkout .woocommerce-error:before {
  background: url("/wp-content/themes/nextai/woocommerce/img/delete.svg") center center no-repeat;
  content: " ";
  top: 30px;
  left: 20px;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
}
.l-form-checkout .woocommerce-error a, .l-form-checkout .woocommerce-error a:hover, .l-form-checkout .woocommerce-error a:visited {
  color: #0b0c3b;
  text-decoration: underline;
}
.l-form-checkout .blockUI.blockOverlay {
  z-index: 100 !important;
}
.l-form-checkout .blockUI.blockOverlay:after {
  display: block;
  width: 160px;
  height: 160px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: " ";
  background: url("/wp-content/themes/nextai/img/icons/loading.svg") no-repeat center center;
  background-size: 100%;
  z-index: 100;
  transform-origin: center;
}

@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ws-order {
  position: relative;
  background: url("/wp-content/themes/nextai/woocommerce/img/content-bg.png") top center no-repeat #fff;
  background-size: 100% auto;
}
.ws-order__review-container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  gap: 60px;
  max-width: 970px;
  background: #ffffff;
  border: 2px solid #0d0c3b;
  border-radius: 6px;
  margin: 80px auto 102px auto;
}
.ws-order__review-container .c-section-title {
  margin: 20px auto 60px;
  width: 50%;
}
@media (max-width: 991.98px) {
  .ws-order__review-container .c-section-title {
    width: 100%;
  }
}
.ws-order__review-title {
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  color: #483696 !important;
}
.ws-order__review-text {
  max-width: 342px;
  text-align: center;
  color: #343434;
  font-family: "avenirbook", sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1599.98px) {
  .ws-order__review-text {
    font-size: 1em;
  }
}
@media (max-width: 1199.98px) {
  .ws-order__review-text {
    font-size: 1em;
    line-height: 1.67;
  }
}
@media (max-width: 575.98px) {
  .ws-order__review-text {
    font-size: 0.875em;
  }
}
.ws-order__review-button {
  color: #343434;
  color: #343434;
}
.ws-order__review-button:hover, .ws-order__review-button:active, .ws-order__review-button:focus, .ws-order__review-button:visited {
  color: #343434;
}
.ws-order__review-link {
  text-decoration: underline;
  font-size: 1.25em;
  line-height: 1.43;
  color: #343434;
  color: #343434;
}
.ws-order__review-link:hover, .ws-order__review-link:active, .ws-order__review-link:focus, .ws-order__review-link:visited {
  color: #343434;
}
.ws-order__title-icon {
  width: 96px;
}

.l-payment-methods .testmode-info {
  display: none;
}

@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-review-order {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 60px;
}
.l-review-order thead {
  background-color: #fafafa;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.l-review-order thead th {
  padding: 20px 30px 10px 30px;
  position: relative;
}
@media (max-width: 575.98px) {
  .l-review-order thead th {
    padding: 15px;
  }
}
.l-review-order thead th:after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  border-bottom: dashed 1px #979797;
  position: absolute;
  bottom: 0;
  left: 30px;
}
@media (max-width: 575.98px) {
  .l-review-order thead th:after {
    width: calc(100% - 15px);
    left: 15px;
  }
}
.l-review-order thead th:nth-child(2) {
  text-align: right;
}
.l-review-order thead th:nth-child(2):after {
  left: 0;
}
.l-review-order tbody {
  background-color: #fafafa;
}
.l-review-order tbody td {
  padding: 20px 30px;
}
@media (max-width: 575.98px) {
  .l-review-order tbody td {
    padding: 15px;
  }
}
.l-review-order tbody tr {
  border-top: solid 1px rgba(255, 255, 255, 0.15);
}
.l-review-order tbody tr:first-child {
  border-top: none;
}
.l-review-order tfoot {
  background-color: #0b0c3b;
}
.l-review-order tfoot td {
  text-align: right;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 575.98px) {
  .l-review-order tfoot td {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-review-order__header {
  color: #483696;
  text-transform: uppercase;
  line-height: 2.3;
  font-family: "avenirbook", sans-serif;
  font-size: 0.875em;
  font-weight: bold;
}
.l-review-order__image {
  width: 100px;
}
.l-review-order__data {
  width: calc(100% - 200px);
}
.l-review-order__subtotal {
  color: #e345c0;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-align: right;
  width: 160px;
}
.l-review-order__remove-icon {
  height: 24px !important;
  width: 24px !important;
  cursor: pointer;
  top: -2px;
  position: relative;
  margin-left: 10px;
}
.l-review-order__name {
  color: #0b0c3b;
  text-transform: uppercase;
  font-family: "avenirbook", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
@media (max-width: 575.98px) {
  .l-review-order__name {
    font-size: 1.125em;
  }
}
.l-review-order__date {
  color: #0b0c3b;
  text-transform: uppercase;
  line-height: 1.25;
  font-family: "avenirbook", sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding-left: 30px;
  position: relative;
}
.l-review-order__date:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url("/wp-content/themes/nextai/woocommerce/img/schedule.svg") center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.l-review-order__total {
  padding: 15px 30px;
  font-family: "avenirbook", sans-serif;
}
.l-review-order__total-title {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.25em;
  line-height: 0.95;
}
.l-review-order__total-amount bdi {
  font-family: "avenirbook", sans-serif;
  font-size: 2.1875em;
  font-weight: bold;
}
.l-review-order__total-amount bdi span {
  font-family: "avenirbook", sans-serif;
  font-size: 0.5em;
  font-weight: normal;
}
.l-review-order__taxes {
  font-size: 0.875em;
  font-style: italic;
  font-family: "avenirbook", sans-serif;
}

@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-single-product {
  position: relative;
  background: url("/wp-content/themes/nextai/woocommerce/img/content-bg.png") top center no-repeat #fff;
  background-size: 100% auto;
  padding: 150px 0;
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-single-product {
    padding: 75px 0;
  }
}
@media (max-width: 991.98px) {
  .l-single-product {
    padding: 75px 0;
  }
}
.l-single-product__wrapper {
  display: flex;
  gap: 30px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .l-single-product__wrapper {
    flex-direction: column;
    gap: 70px;
  }
}
.l-single-product__left-column {
  padding: 0 75px 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: left;
  height: 100%;
}
@media (max-width: 1599.98px) {
  .l-single-product__left-column {
    padding: 0 60px 24px 0;
  }
}
@media (max-width: 1199.98px) {
  .l-single-product__left-column {
    padding: 0 50px 30px 0;
  }
}
@media (max-width: 991.98px) {
  .l-single-product__left-column {
    padding: 0;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-single-product__left-column {
    padding-right: 50px;
  }
}
.l-single-product__right-column {
  height: 100%;
}
.l-single-product__image {
  background-repeat: no-repeat;
  background-position: top right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .l-single-product__image {
    background-size: 300px;
  }
}
@media (max-width: 991.98px) {
  .l-single-product__image {
    background-size: 210px;
  }
}
@media (max-width: 767.98px) {
  .l-single-product__image {
    background-size: 280px;
    background-position: top center;
    align-items: center;
    margin-bottom: 20px;
  }
}
.l-single-product__pretitle {
  font-family: "avenirbook", sans-serif;
  text-transform: uppercase;
  color: #000;
  line-height: 1.85;
  letter-spacing: 4px;
  font-size: 1.25em;
}
@media (max-width: 991.98px) {
  .l-single-product__pretitle {
    font-size: 1.125em;
  }
}
.l-single-product__title {
  font-family: "avenirbook", sans-serif;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  color: #483696;
  font-weight: normal;
  font-size: 3.4375em;
  line-height: 1.22;
  letter-spacing: 11px;
  border-bottom: 1px dotted #979797;
  padding-bottom: 30px;
  width: 100%;
}
@media (max-width: 1599.98px) {
  .l-single-product__title {
    font-size: 2.5em;
  }
}
@media (max-width: 991.98px) {
  .l-single-product__title {
    font-size: 2.625em;
  }
}
@media (max-width: 575.98px) {
  .l-single-product__title {
    font-size: 2.25em;
  }
}
@media (max-width: 767.98px) {
  .l-single-product__title {
    align-items: center;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-single-product__title {
    font-size: 2.625em;
  }
}
.l-single-product__title strong {
  font-weight: 900;
}
.l-single-product__product-discount {
  position: relative;
  background: rgba(11, 12, 59, 0.1);
  width: 100%;
  flex-direction: column;
  padding: 15px 20px;
  align-items: center;
  display: flex;
  margin-top: 30px;
}
.l-single-product__product-discount:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: rgba(11, 12, 59, 0.1);
  border-width: 4px;
  margin-left: -4px;
}
.l-single-product__product-discount-text {
  color: #e345c0;
  text-transform: uppercase;
  font-size: 1em;
  margin: 0;
  font-weight: bold;
}
.l-single-product__product-discount-date {
  color: #7f5a87;
  font-size: 1em;
  margin: 0;
}
.l-single-product__product-info {
  padding-top: 15px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .l-single-product__product-info {
    text-align: center;
  }
}
.l-single-product__product-title {
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.85;
  color: #0d0c3b;
  margin: 0;
}
.l-single-product__product-price {
  color: #e345c0;
  font-size: 3.125em;
  font-weight: 900;
  line-height: 1.54;
}
@media (max-width: 1599.98px) {
  .l-single-product__product-price {
    font-size: 2.5em;
  }
}
@media (max-width: 991.98px) {
  .l-single-product__product-price {
    font-size: 1.875em;
  }
}
.l-single-product__product-price .woocommerce-Price-currencySymbol {
  font-size: 24px;
  line-height: 1.54;
  letter-spacing: 2.64px;
  margin-left: -10px;
}
@media (max-width: 1599.98px) {
  .l-single-product__product-price .woocommerce-Price-currencySymbol {
    font-size: 19.2px;
  }
}
@media (max-width: 991.98px) {
  .l-single-product__product-price .woocommerce-Price-currencySymbol {
    font-size: 16px;
  }
}
.l-single-product__product-price del {
  font-size: 24px;
  color: #483696;
}
@media (max-width: 1599.98px) {
  .l-single-product__product-price del {
    font-size: 19.2px;
  }
}
@media (max-width: 991.98px) {
  .l-single-product__product-price del {
    font-size: 16px;
  }
}
.l-single-product__product-price del .woocommerce-Price-currencySymbol {
  margin-left: 0;
}
.l-single-product__product-price ins {
  text-decoration: none;
}
.l-single-product__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #000;
  margin-top: 20px;
}
.l-single-product__text p {
  font-family: "avenirbook", sans-serif;
  font-size: 1.125em;
  line-height: 1.6;
  text-align: left;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .l-single-product__text p {
    font-family: 1em;
  }
}
@media (max-width: 991.98px) {
  .l-single-product__text p {
    font-size: 1em;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-single-product__text p {
    font-size: 1em;
  }
}
.l-single-product__text li {
  line-height: 1.45;
  color: #000;
  position: relative;
  padding-left: 35px;
  margin-top: 15px;
  font-size: 1.125em;
}
@media (max-width: 1199.98px) {
  .l-single-product__text li {
    font-family: 1em;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-single-product__text li {
    font-size: 1em;
  }
}
.l-single-product__text li strong {
  color: #e345c0;
}
.l-single-product__text li:first-child {
  margin-top: 0;
}
.l-single-product__text li:before {
  content: " ";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 14px;
  background: url("/wp-content/themes/nextai/img/icons/check-blue.svg") center center no-repeat;
}
@media (max-width: 1199.98px) {
  .l-single-product__text li:before {
    top: 6px;
  }
}
@media (max-width: 991.98px) {
  .l-single-product__text li:before {
    top: 4px;
  }
}
.l-single-product__text li.featured::before {
  background: url("/wp-content/themes/nextai/img/icons/check-pink.svg") center center no-repeat;
}
.l-single-product__form-box {
  background-color: transparent;
  border: 2px solid #0d0c3b;
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  .l-single-product__form-box {
    margin: 50px auto 0 auto;
    height: fit-content;
  }
}
.l-single-product__form-box-header img {
  width: 100%;
}
.l-single-product__form-wrapper {
  padding: 40px 50px 60px 50px;
}
@media (max-width: 991.98px) {
  .l-single-product__form-wrapper {
    padding: 40px 30px 30px 30px;
  }
}
.l-single-product__form-title {
  font-size: 1.25em;
  text-transform: uppercase;
  font-family: "avenirbook", sans-serif;
  color: #483696;
  font-weight: 900;
  line-height: 1.85;
  letter-spacing: 4px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .l-single-product__form-title {
    padding: 30px 50px;
  }
}
@media (max-width: 991.98px) {
  .l-single-product__form-title {
    padding: 25px;
    font-size: 1.125em;
  }
}
@media (max-width: 575.98px) {
  .l-single-product__form-title {
    padding: 0;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-single-product__form-title {
    padding: 25px 35px;
    font-size: 1.125em;
  }
}
.l-single-product__label {
  color: #483696 !important;
  font-family: "avenirbook", sans-serif !important;
  font-size: 1em !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: lowercase !important;
  margin: 0 0 5px 0 !important;
}
@media (max-width: 991.98px) {
  .l-single-product__label {
    margin-bottom: 0px !important;
    font-size: 0.875em !important;
  }
}
.l-single-product__label::first-letter {
  text-transform: uppercase;
}
.l-single-product__quantity {
  margin: 0 25px;
}
@media (max-width: 767.98px) {
  .l-single-product__quantity {
    margin: 0;
  }
}
.l-single-product__quantity-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 30px;
}
.l-single-product__input {
  border-radius: 0 !important;
  padding: 0 5px 0 15px !important;
  margin: 0 !important;
  height: 40px !important;
  color: #000 !important;
  font-style: normal !important;
  font-size: 0.875em !important;
  border-color: transparent !important;
  background-color: #f7f7f7;
  border-radius: 6px !important;
  width: 50%;
  text-align: left;
  max-width: 130px;
}
.l-single-product__input::placeholder {
  text-decoration: none !important;
  font-style: oblique !important;
  color: #979797 !important;
  line-height: 1.14 !important;
}
.l-single-product__input[type=number] {
  -webkit-appearance: number-input;
  -moz-appearance: number-input;
  appearance: number-input;
}
.l-single-product__input[type=number]::-webkit-inner-spin-button {
  margin-left: 10px;
}
.l-single-product__code {
  position: relative;
  margin-top: 20px;
}
.l-single-product__code input[type=text] {
  position: relative;
  background-color: #fff;
  color: #000;
  min-height: 60px;
  border-radius: 6px;
  padding: 10px 130px 10px 20px !important;
  font-size: 1em;
  border: 1px solid #a3a3a3;
  margin: 0;
}
.l-single-product__code a {
  position: absolute !important;
  top: 5px;
  right: 5px;
  margin: 0;
  background-image: linear-gradient(115deg, #6548bf -12%, #7d3a88 92%);
  outline: none !important;
  border: none !important;
  border-radius: 6px !important;
  min-width: fit-content !important;
  max-width: 50%;
  padding: 0 20px;
  line-height: normal !important;
  min-height: 50px !important;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 900;
  color: #fff;
}
.l-single-product__code a:hover, .l-single-product__code a:active, .l-single-product__code a:focus, .l-single-product__code a:visited {
  color: #fff;
}
.l-single-product__code-error {
  font-size: 1em;
  color: red;
  pointer-events: none;
  opacity: 0;
}
.l-single-product__code-error.is-visible {
  opacity: 1;
  pointer-events: initial;
}
.l-single-product__button {
  position: relative;
  color: #fff !important;
  border: none;
  font-size: 1.125em;
  font-weight: 900;
  font-family: "avenirbook", sans-serif;
  line-height: 2.06;
  transition: 0.3s all;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  min-width: 240px;
  width: 100%;
  min-height: 50px;
  background-image: linear-gradient(115deg, #6548bf -12%, #7d3a88 92%);
  border-radius: 6px;
  margin: 20px auto 0;
  max-width: none !important;
}
.l-single-product__button:hover {
  opacity: 0.8;
  color: #fff !important;
}
.l-single-product__button:disabled {
  opacity: 0.27;
}
.l-single-product__button:disabled:hover {
  opacity: 0.27;
}

@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-terms-and-conditions {
  text-align: center;
  margin-top: 40px;
}
.l-terms-and-conditions__label {
  margin: 0 auto;
  position: relative;
  padding-left: 30px;
}
.l-terms-and-conditions__text {
  line-height: 1.4;
  font-family: "avenirbook", sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  color: #979797;
}
.l-terms-and-conditions__text a, .l-terms-and-conditions__text a:hover, .l-terms-and-conditions__text a:visited {
  color: #0b0c3b;
  text-decoration: underline;
}
.woocommerce-invalid .l-terms-and-conditions__text a, .woocommerce-invalid .l-terms-and-conditions__text a:hover, .woocommerce-invalid .l-terms-and-conditions__text a:visited {
  color: #b81c23 !important;
}
.woocommerce-invalid .l-terms-and-conditions__text {
  color: #b81c23 !important;
}
.l-terms-and-conditions input[type=checkbox] {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  transform: translateY(-50%);
  cursor: pointer;
}
.l-terms-and-conditions input[type=checkbox]:after {
  display: none !important;
}
.l-terms-and-conditions input[type=checkbox]:before {
  content: "";
  border: none;
  position: absolute;
  width: 20px !important;
  height: 20px !important;
  top: -5px;
  left: 20px;
  cursor: pointer;
  background: url("/wp-content/themes/nextai/woocommerce/img/check.svg") top center no-repeat;
}
.l-terms-and-conditions input[type=checkbox]:checked:before {
  background-position: bottom center;
}
.l-terms-and-conditions .woocommerce-invalid label {
  color: #b81c23 !important;
}