/*** NEW STYLE ***/
.checkout-phase-one .stock {
    font-size: 18px;
    text-align: left;
    border-bottom: 2px solid #5e5e5e;
    margin-bottom: 18px;
    font-weight: 800;
    justify-content: center;
    display: flex;
    align-items: flex-start;
    align-content: center;
    align-self: center;
    margin: 0;
    padding: 14px 0 12px;
    background: #fbe6e5;
}
.stock-limited img {
    max-width: 100%;
    width: 29px;
    height: 27px;
}

.you-saved {
  font-size: 1.2em;
  background-color: rgba(255,235,0,.44);
  color: #ec1e24;
  text-decoration: underline;
  font-weight: 700;
  margin-right: -2px;
  line-height: 1;
  text-align: center;
  padding: .6em .4em;
  margin-top: 1em;
  display: none;
}

.save-money-text {
  display: none;
  flex-direction: column;
  text-align: center;
  border: 1px dotted #ffd800!important;
  background-color: #fffcdd;
  padding: .8em .4em;
  color: #ec1e24;
  text-decoration: underline;
  text-decoration-color: #ec1e24;
  font-size: 1em;
  font-weight: 600;
  text-transform: capitalize;
}

.checkout-phase-one .totals-item .totals-value{white-space: nowrap;}

.plus-btn img{
  display: block;
  height: 26px;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(27 185 84);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255,0,0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
  }
}


.sale-coupon.copy-coupon{display:none;}

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

.minus-btn img {
  width: 26px;
  height: 26px;
  margin-top:3px;
}
.produc-header h3 {
  font-size: 2rem;
  /*font-family: HelveticaNeue!important;*/
  font-family: sans-serif;
}


.stock-limited h3 {
    font-size: 2rem;
}
.payment-block {
    margin: 20px;
}
img.billing-img {
    height: 31px;
    width: 28px;
    margin-right: 10px;
}
.payment-i img {
    width: 13px !important;
    height: 14px;
}
.product-section, .responsive-form {
    max-width: 650px;
    margin: 1rem auto;
    padding: 0.3rem 0.3rem;
    border-radius: 18px;
    box-sizing: border-box;
}
.checkout-page .product-section, .checkout-page .payment-section, .checkout-page .responsive-form {
    border-radius: 18px;
    background: #fff;
    padding: 0.5rem 1rem;
}
.delivery-section, .delivery {
    display: flex;
}
form.form {
    background: #f3f3f3;
}
.form-checkout.delivery-info{
    padding: 10px 1px 0;
}
section.billing-info {
    padding: 10px 1px 0;
}
.form-checkout.payment-info {
    padding: 10px 1px 20px;
    }
    .delivery-stock img {
    float: left;
    width: 37px !important;
    margin-right: 5px;
}
/*** MOBILE NEW ***/
@media (max-width: 767px){
    .review-block-section {
    padding: 0px 12px;
}
.checkout-phase-one .stock p.button-p {
    line-height: 20px;
    font-size: 13px;
    width: 71%;
    margin-left: 7px;
}

.produc-header h3{
    font-size:1.6em;
    line-height: 1.35em;
    }
    .stock-limited h3 {
    font-size: 1.2rem;
}
.stock-limited img {
    max-width: 100%;
    width: 25px;
    height: 23px;
}
.yellow-box {
    font-size: .7em !important;
}
.delivery-info .delivery-stock {
    font-size: 11px;
}
}
@media (max-width: 428px){
.delivery-info .delivery-stock {
    font-size: 10px;
}
.delivery-stock img {
    width: 31px !important;
}
}
@media (max-width: 380px){
.checkout-phase-one .stock {
    font-size: 10px;
}
.delivery-info .delivery-stock {
    font-size: 9px;
}
}




.quantity input,
.quantity input:disabled{
  color:#000!important;
  -webkit-text-fill-color: #000;
  opacity: 1; /* required on iOS */
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000!important;
  -webkit-text-fill-color: #000;
  opacity: 1; /* required on iOS */
}


.quantity {
    display: flex;
    margin: 11px;
    justify-content: center;
    align-items: center;
}

.quantity label {
    font-size: 1.2em;
    margin-right: 10px;
    font-weight: 600;
}

.quantity img {
    width: 25px;
}

.quantity button {
   -webkit-appearance: none;
    border: none;
    background: none;
    -webkit-appearance: none;
    height: 58px;
    margin: 3px;
    padding: 5px;
}

.quantity input[type=number] {
    -webkit-appearance: none;
    border: none;
    background: #fff;
    text-align: center;
    width: 30px;
    font-size: 20px;
    -webkit-appearance: none;
    padding: 0;
}
.you-saved{
   margin-bottom: 10px;
   margin-top: 0;
}
.r-slider-h{
   margin-top: 10px;
}
.totals-item .totals-value {
    font-size: 26px;
}
.title-props h4 {
margin-top: 10px;
}

   .qty_coupon{
         display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.sale-coupon h3 {
    font-weight: 700!important;
    text-decoration: underline;
    font-size: 22.168px!important;
    padding-top: 4px;
}



.freq-block {
    width: 100%;
    max-width: 558px;
    margin: 0 auto 20px;
    padding: 0 10px;
}



.es_variant-row {
    margin-bottom: 38px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.es_variant-heading h2 {
    margin: 0 0 15px 0
}

.es_variant-options {
    display: inline-block;
    width: 100%
}

.es_variant-options .es_variant-option,
.es_variant-options .es_variant-option * {
    cursor: pointer
}

.es_variant-options .es_variant-option.es_option-radio {
    display: block;
    padding: 10px;
    font-weight: normal;
    margin-bottom: 4px;
    position: relative;
    font-size: 19px;
    color: #000;
}

.es_variant-options .es_variant-option.es_option-radio:hover{
text-decoration: none;
}

.es_variant-options .es_variant-option.es_option-radio:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    float: left;
    border: solid 2px #000;
    border-radius: 5em;
    margin-right: 8px;
}

.es_variant-options .es_variant-option.es_option-radio.active:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    float: left;
    border-radius: 5em;
    margin-right: 8px;
    position: absolute;
    left: 0;
    background: #000;
    margin-left: 15px;
    margin-top: 5px;
}

a.es_variant-option.es_option-radio.active {
    background-color: #f6f6f6;
    border-radius: 100px
}

.es_discount_badge {
    background: #ffdf00;
    color: #000;
    padding: 4px 15px;
    font-size: 19px;
    float: right;
    border-radius: 100px;
    margin-top: -3px
}

.es_variant-options .es_variant-option.es_option-swatch {
    width: calc(50% - 7px);
    border: solid 1px rgba(73, 73, 73, .38);
    background: #fff;
    border-radius: 4px;
    padding: 15px 5px;
    margin-bottom: 10px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

.es_variant-options .es_variant-option.es_option-swatch label {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px
}

.es_variant-options .es_variant-option.es_option-swatch.es_badge-best_deal:before {
    content: "BEST SELLER";
    display: inline-block;
    background: #000;
    width: 35px;
    height: 25px;
    position: absolute;
    left: -47px;
    top: -34px;
    color: #fff;
    font-size: 10px;
    padding: 44px 30px 0 30px;
    transform: rotate(-45deg);
    line-height: 1;
    font-weight: 800
}

.es_variant-options .es_variant-option.es_option-swatch.active.es_badge-best_deal:before {
    background: #000;
    color: #fff
}

.es_variant-options .es_variant-option.es_option-swatch.active {
    background: #014484;
    border: 1px dashed #000;
    box-shadow: rgb(0 52 255 / 18%) 0 0 0 4px
}

.es_variant-options .es_variant-option.es_option-swatch:nth-child(4n+1),
.es_variant-options .es_variant-option.es_option-swatch:nth-child(4n+2) {
    float: left
}

.es_variant-options .es_variant-option.es_option-swatch:nth-child(4n),
.es_variant-options .es_variant-option.es_option-swatch:nth-child(4n+3) {
    float: right
}

img.question-mark {
    width: 20px;
    height: 20px;
}

.tooltip-one .tooltiptext-one {
     visibility: hidden;
     width: 310 px ;
     background-color: #E7F0FB;
     color: #000;
     text-align: center;
     border-radius: 6 px ;
     padding: 5 px ;
     position: absolute;
     z-index: 1;
     bottom: 125%;
     left: -87 px ;
     margin-left: -60 px ;
     opacity: 0;
     transition: opacity 0.3s;
}


.tooltip-one {
    position: relative;
    display: inline-block;
}

.discount-bar {
    font-size: 18px;
    margin-top: -5px;
    margin-bottom: 15px;
}