select::-ms-expand {
  display: none;
}

.fake-survey {
  background-color: #363636;
  z-index: 99;
  border-radius: 8px 8px 0 0;
  color: #fff;
  width: 340px;
  display: none !important;
}

.fake-survey__logo {
  max-width: 120px;
}

.fake-survey__arrow {
  background-color: #363636;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  bottom: 99%;
  min-height: 30px;
  min-width: 85px;
  right: 9%;
  cursor: pointer;
}

.whoops-container {
  position: absolute;
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
  transform: translateX(-150%);
  transition: transform 1s;
  z-index: 100;
}

.whoops {
  display: inline-table;
  background: #fff;
  height: 75px;
  padding: 10px 15px 0;
  color: #0a0a0a;
  font-size: 14px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
  white-space: nowrap;
}

.whoops.default {
  border-color: black;
}

.whoops img {
  display: flex;
  height: 55px;
  float: left;
  margin-right: 20px;
}

.whoops p:first-of-type {
  display: inline-block;
}

.whoops p {
  margin-bottom: 5px;
}

.order-page-features .text {
  font-size: 13.5px;
}

.order-page-features {
  background-color: #007ffd;
  color: #fff;
}

.order-quantity-options__product-img {
  max-width: 97px;
  flex-shrink: 0;
}

.order-quantity-options__product-img+div {
  width: 100%;
  /* width: 60% !important; */
}

.product-name {
  font-size: 14px;
  text-align: right;
  justify-content: flex-end !important;
  font-weight: 500;
  line-height: 1;
}

.product-save-percent {
  background-color: #5acd65;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  padding: 5px 0;
  border-radius: 4px;
  padding: 5px 0;
}

.product-quantity {
  font-size: 2rem;
  font-weight: bold;
  justify-content: flex-end !important;
}

.ie11 .js-product-image {
  max-height: 97px;
  flex-shrink: 0;
}

.order-quantity-options__badge {
  background-color: #007ffd;
}

.each-price {
  font-size: 14px;
  line-height: 2;
  justify-content: flex-end !important;
}

.step-icon {
  vertical-align: text-bottom;
}

.product-each-price {
  font-size: 14px;
  color: #5acd65;
  font-weight: bold;
}

.eachpricetxt {
  font-size: 13px;
  color: #282828;
  font-weight: 500;
}

.product-discount-price {
  font-size: 18px;
  color: #1AC70E;
  font-weight: 700;
  text-transform: capitalize;
}

.product-origin-price {
  font-size: 14px;
  color: #949494;
  position: relative;
  white-space: nowrap;
}

.price-origin {
  font-size: 14px;
  color: #15151566;
  font-weight: 400;
  line-height: 1.2;
}

.product-origin-price::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 105%;
  height: 1px;
  background-color: #949494;
  transform: translate(-50%, -50%);
}

.product-save-price {
  font-size: 12px;
  color: #5acd65;
}

.product-total-price {
  color: #333;
  font-size: 12px;
}

.product-item .product-body {
  /* border: 3px solid #fff; */
}

.product-item.active:not(:first-child) .product-body {
  border: 3px solid #1ac70e;
}

.product-item:not(:first-child) .product-body {
  border: 3px solid #fff;
}

.product-item:first-child .product-body>div:first-child {
  border: 3px solid #fff;
}

.product-item.active:first-child .product-body>div:first-child {
  border: 3px solid #1ac70e;
  padding: 0.1rem 1rem !important;
}

.loading-wrapper.open {
  display: flex !important;
}

.loading-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1400;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: #0000;
  position: fixed;
  background-color: rgba(255, 255, 255, .75)
}

.loading,
.loading>div {
  position: relative;
  box-sizing: border-box;
}

.loading {
  display: block;
  font-size: 0;
  color: #000;
}

.loading.la-dark {
  color: #333;
}

.loading>div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.loading {
  width: 100px;
  height: 100px;
}

.loading>div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  border-radius: 100%;
  animation: ball-spin 1s infinite ease-in-out;
}

.loading>div:nth-child(1) {
  top: 5%;
  left: 50%;
  animation-delay: -1.125s;
}

.loading>div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  animation-delay: -1.25s;
}

.loading>div:nth-child(3) {
  top: 50%;
  left: 95%;
  animation-delay: -1.375s;
}

.loading>div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  animation-delay: -1.5s;
}

.loading>div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  animation-delay: -1.625s;
}

.loading>div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  animation-delay: -1.75s;
}

.loading>div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  animation-delay: -1.875s;
}

.loading>div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  animation-delay: -2s;
}

.loading.la-sm {
  width: 16px;
  height: 16px;
}

.loading.la-sm>div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.loading.la-2x {
  width: 64px;
  height: 64px;
}

.loading.la-2x>div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

.loading.la-3x {
  width: 96px;
  height: 96px;
}

.loading.la-3x>div {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

@keyframes ball-spin {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    transform: scale(0);
  }
}


.loading-bar_global {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  opacity: 1;
  transition: opacity 1s linear
}

.loading-bar_global .loader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 480px;
  width: 100%;
  padding: 0 20px;
  word-break: break-word;
  text-align: center
}

.loading-bar_global .loader-content .text {
  color: #363636;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 30px
}

.loading-bar_global .progress-bar-wrapper {
  height: 15px;
  position: relative;
  background: #ccc;
  border-radius: 25px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .3)
}

.loading-bar_global .progress-bar-wrapper .progress-bar,
.loading-bar_global .progress-bar-wrapper .progress-bar::after {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden
}

.loading-bar_global .progress-bar-wrapper .progress-bar {
  display: block;
  height: 100%;
  transition: width 1s linear;
  background: #ccea1e;
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, .3), inset 0 -2px 6px rgba(0, 0, 0, .4);
  position: relative
}

.loading-bar_global .progress-bar-wrapper .progress-bar.finish {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px
}

.loading-bar_global .progress-bar-wrapper .progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%);
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite
}

@media (max-width:575.98px) {
  .order-quantity-options__product-img {
    max-width: 120px;
  }

  .fake-survey {
    width: 100%;
  }

  .fake-survey__arrow {
    min-width: 20%;
    right: 40%;
  }
}

@media (max-width:768px) {
  .whoops {
    white-space: normal;
  }

  .whoops p:first-of-type {
    display: flex !important;
  }
}

.order-page-nuubu__free-ebook {
  background: #007ffd;
  border-radius: 5px;
}

.order-page-nuubu__free-ebook-text {
  padding-right: 50px;
}

.order-page-nuubu__free-ebook-gift {
  right: -12px;
  width: 60px;
  top: -11px;
}

.js-product-image {
  max-width: 92px;
}

.product-list {
  /* border-bottom: 1px solid #e1e1e1; */
  padding-bottom: 30px;
}

.note2 {
  font-size: 12px !important;
}

.footer {
  background: #313233;
  color: #fff;
  padding: 50px 0 20px;
  text-align: left;
}

.footer__list-item {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0;
}

.t-gray-hard {
  color: var(--gray-hard) !important;
}

.footer__list-item a,
.footer__list-item a:hover,
.footer__list-item a:visited {
  color: inherit;
  text-decoration: none !important;
  font-size: 16px;
}

.product-list>div:nth-child(2n + 1) {
  padding-left: 0 !important;
}

.product-list>div:nth-child(2n) {
  padding-right: 0 !important;
}

@media (max-width:1028px) {
  .order-page-melzu__order-box_top>div:first-child {
    padding-bottom: 4px;
  }
}

@media (max-width:768px) {
  .order-pay {
    border-bottom: 1px solid #e1e1e1;
  }

  .product-list>div {
    padding: 0 !important;
  }
}

.order-form .form-control {
  padding: 10px 8px;
  height: auto;
}

.order-form .form-control::placeholder {
  color: #ccc;
}

.paypal-btn {
  background-color: #FFC438;
  border-radius: 4px;
}

.google-btn {
  padding: 12px 15%;
  background: black;
  border-radius: 4px;
}

.order-form .confirm-label {
  margin-bottom: 0;
}

.order-quantity-options__product-img,
.js-product-image {
  max-width: 100px;
}

#email_subscribe~label,
#sms_subscribe~label,
#agree-terms~label {
  width: 95%;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: none
}

#payment-request-button {}

.cart-input-label {
  display: block;
}

.payment-method-cc input {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, .2);
}

.payment-method-cc input:focus {
  background-color: #fff;
  border-color: #c4b3f3;
  box-shadow: 0 0 0 0.2rem rgb(110 69 226 / 25%);
  color: #495057;
  outline: 0;
}

.strip-btn {
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.stripe-btn-placeholder {
  height: 64px;
  position: relative;

}

.stripe-btn-placeholder::before {
  background: url(../images/spinner-1s-200px.svg) 50% no-repeat #fff;
  background-size: contain;
  border-radius: 6px;
  bottom: -4px;
  content: " ";
  left: -1px;
  opacity: .8;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 101;
}

.strip-btn:hover {
  background-color: #fff;
}


.example.example3 * {
  /* font-family: Quicksand, Open Sans, Segoe UI, sans-serif; */
  font-size: 16px;
  font-weight: 600;
}

.example.example3 .fieldset {
  margin: 15px 0 15px 22px;
  padding: 0;
  border-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.example.example3 .field {
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: .25rem !important;
}


.example.example3 .field+.field {
  margin-top: 6px;
}

.example.example3 .field.focus,
.example.example3 .field:focus {
  color: #424770;
  background-color: #f6f9fc;
}

.example.example3 .field.focus::-webkit-input-placeholder,
.example.example3 .field:focus::-webkit-input-placeholder {
  color: #cfd7df;
}

.example.example3 .field.focus::-moz-placeholder,
.example.example3 .field:focus::-moz-placeholder {
  color: #cfd7df;
}

.example.example3 .field.focus:-ms-input-placeholder,
.example.example3 .field:focus:-ms-input-placeholder {
  color: #cfd7df;
}

.example.example3 input,
.example.example3 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.example.example3 input::-webkit-input-placeholder {
  color: #9bacc8;
}

.example.example3 input::-moz-placeholder {
  color: #9bacc8;
}

.example.example3 input:-ms-input-placeholder {
  color: #9bacc8;
}

.example.example3 button {
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  margin: 0 15px;
  background-color: #fcd669;
  border-radius: 20px;
  color: #525f7f;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.example.example3 button:active {
  background-color: #f5be58;
}

.example.example3 .error svg .base {
  fill: #fa755a;
}

.example.example3 .error svg .glyph {
  fill: #fff;
}

.example.example3 .error .message {
  color: #fff;
}

.example.example3 .success .icon .border {
  stroke: #fcd669;
}

.example.example3 .success .icon .checkmark {
  stroke: #fff;
}

.example.example3 .success .title {
  color: #fff;
}

.example.example3 .success .message {
  color: #9cabc8;
}

.example.example3 .success .reset path {
  fill: #fff;
}

.fieldset-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 10px;
}

.fieldset-card-expiry {
  width: 77%;
}

.fieldset-card-cvc {
  width: 20%;
}

.card-error {
  color: #dc3545;
  font-size: .875em;
  margin-top: 0.25rem;
  width: 100%;
}

.invalid-feedback {
  margin-bottom: 0px;
}

.paypal-loading {
  position: relative;
}

.paypal-loading::before {
  background: url(../images/spinner-1s-200px.svg) 50% no-repeat #fff;
  background-size: contain;
  border-radius: 6px;
  bottom: -4px;
  content: " ";
  left: -1px;
  opacity: .8;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 101;
}

.order-loading {
  position: relative;
}

.order-loading::before {
  background: url(../images/spinner-1s-200px.svg) 50% no-repeat #fff;
  background-size: contain;
  border-radius: 6px;
  bottom: -4px;
  content: " ";
  left: -1px;
  opacity: .8;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 101;
}

.order-form label {
  font-size: inherit;
}

.product-item:nth-child(-n+2) .product-body {
  margin-top: 0 !important;
}

@media screen and (max-width:1028px) {
  .product-item:nth-child(2) .product-body {
    margin-top: 10px !important;
  }

  .product-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.order-page-melzu__order-box_top {
  margin-bottom: 0px !important;
  border-bottom: none !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.order-page-melzu__order-box_bottom {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 30px;
}

.order-page-melzu__order-box_top {
  padding: 32px 16px 0;
}

.order-page-melzu__order-box_top>div {
  border-bottom: 1px solid #e1e1e1;
  flex-wrap: nowrap;
  padding-bottom: 30px;
}

.order-page-melzu__order-box {
  border: none;
}

.order-customer-information {
  border: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .product-each-price {
    font-size: 14px;
  }

  .eachpricetxt {
    font-size: 12px;
  }
}

.prod-box {
  padding: 0.1rem 1rem !important;
}

.price-box {
  justify-content: flex-end !important;
}

.street-address-tips {
  color: #007FFD;
  font-size: 12px;
  margin-bottom: 10px;
}

/* payment */
.payment-method-item {
    width: 100%;
    border: 1px solid hsl(0, 0%, 87%);
}
.payment-method-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.payment-method-item:last-child {
    margin-top: -1px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.payment-method-item .payment-method-select {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
    padding: 14px;
    justify-content: space-between;
    cursor: pointer;
}
.payment-method-item .payment-method-select::before {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid hsl(0, 0%, 87%);
    content: '';
    z-index: 1;
}
.payment-method-item.active .payment-method-select::before {
    border-color: #1ac70e;
    background-color: #cbf1c866;
}
.payment-method-item:first-child .payment-method-select::before {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.payment-method-item:last-child .payment-method-select::before {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.payment-method-item.active:last-child .payment-method-select::before {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.payment-method-item .payment-method-select .payment-radio {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    flex-shrink: 0;
    gap: 10px;
}
.payment-radio .radio-style {
    width: 18px;
    height: 18px;
}
.payment-method-item.active .payment-radio .radio-style {
    border-color: #1ac70e;
}
.payment-method-item.active .payment-radio .radio-style::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 18px;
    display: block;
    background-color: #1ac70e;
}
.payment-radio .payment-radio-label {
    font-size: 14px;
    font-weight: 500;
}
.payment-method-item .payment-method-select .payment-logo {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.payment-logo .icon {
    max-width: 48px;
    padding: 4px;
    background: white;
    border-radius: 4px;
}
.payment-logo .icon.paypal {
    max-width: 100px;
    background: transparent;
}
.payment-method-item .payment-method-content {
    display: none;
    padding: 14px;
    background-color: rgba(0, 0, 0, 0.043);
}
.payment-method-item .payment-method-paypal {
    text-align: center;
}
.payment-method-item .payment-method-paypal>img {
    margin-top: 22px;
    padding-bottom: 10px;
}
.payment-method-item.active .payment-method-content {
    display: block;
}
.payment-method-credit .credit-form {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}
.payment-method-credit .credit-form .credit-form-item.has-error {
    margin-bottom: 10px;
}
.payment-method-credit .credit-form .credit-form-item {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid hsl(0, 0%, 87%);
    position: relative;
}
.payment-method-credit .credit-form .credit-form-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    column-gap: 14px;
}
.credit-form .credit-form-item.group-60 {
    width: 60%;
}
.credit-form .credit-form-item.group-40 {
    width: 40%;
}
.credit-form .credit-form-item .field-container {
    flex: 1;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
}
.credit-form .credit-form-item .field-error {
    position: absolute;
    display: none;
    bottom: -22px;
    color: #dc3545;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%;
}
.credit-form .credit-form-item .field {
    flex: 1;
    border: 0;
    height: 100%;
    background-color: transparent;
    padding: 14px;
    font-family: Arial;
}
.credit-form .credit-form-item .credit-form-item-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 40px;
    height: 100%;
}
.credit-form-item-icon .icon {
    position: relative;
    z-index: 2;
    max-width: 16px;
    color: rgb(112, 112, 112);
}
.credit-form-item-icon .icon.question {
    cursor: pointer;
}
.tooltip {
    position: absolute;
    bottom: 42px;
    left: -55px;
    width: 150px;
    z-index: 999;
    height: auto;
    border-radius: 8px;
    padding: 14px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    transform: scale(0);
    transform-origin: bottom center;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.tooltip::after {
    display: block;
    content: '';
    position: absolute;
    bottom: -4px;
    left: 72px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background-color: #000;
}
.credit-form-item-icon:hover .tooltip {
    transform: scale(1);
    opacity: 1;
}
.payment-dialog {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.payment-dialog-bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.payment-dialog-container {
    position: relative;
    z-index: 2;
    width: 540px;
    overflow: hidden;
    background: #000;
    border-radius: 12px;
    color: #fff;
    padding: 32px;
}
.payment-dialog-container .title {
    font-size: 1.5rem;
    text-align: center;
}
.payment-dialog-container .content {
    font-size: 1.1rem;
    margin: 40px 0;
    text-align: center;
}
.payment-dialog-container .back-button {
    background: #1677ff;
    color: #fff;
    display: block;
    margin: 0 auto;
    height: 45px;
    padding: 0 4rem;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    box-shadow: 0 2px 0 rgba(5,145,255,0.1);
}
.payment-dialog-container .back-button:hover {
    opacity: 0.9;
}

@media screen and (max-width: 540px) {
    .payment-dialog-container {
        width: 90vw;
        padding: 24px;
    }
    .payment-dialog-container .back-button {
        width: 100%;
        padding: 0;
    }
    .payment-method-credit .credit-form .credit-form-group {
      flex-direction: column;
      row-gap: 14px;
    }
    .credit-form .credit-form-item.group-60 {
        width: 100%;
    }
    .credit-form .credit-form-item.group-40 {
        width: 100%;
    }
    .tooltip {
      left: auto;
      right: 0;
      transform-origin: bottom right;
    }
    .tooltip::after {
      left: auto;
      right: 16px;
    }
}