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;
}

.payment-method-select-grid {
  display: block;
}

.payment-method-select {
  display: flex;
}

.payment-method-select.active {
  border-color: transparent;
}

.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(../image/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(../image/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(../image/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;
}

.radio-cc {
  border-radius: initial !important;
}
.radio-cc.active{
  border-bottom: none;
}
.radio-pp {
  border-top: 1px solid rgba(0, 0, 0, .2);
  border-radius: initial;
}
.radio-pp.active{
  border-bottom: none !important;
  border-radius: initial;
}
.payment-pp-hint,#airwallex-iframe{
  padding: 8px !important;
}
.payment-method-cc{
  display: flex;
  flex-wrap: wrap;
}
.payment-method-cc > div{
  width: 100%;
}

.payment-method-cc,#airwallex-iframe,#example-stripe,#payTypePaypal,#btn-pay{
  display: none;
}