.checkout-phase-one .button-checkout button{
  font-size: 1.8rem;
}

.checkout-phase-three .button-checkout button{
  font-size: 2rem;
}

.checkout-phase-three .responsive-form .form-checkout .title-props .title-text{
  margin-bottom:12px;
}
.checkout-phase-three .responsive-form .form-checkout .title-props .ships-text,
.checkout-phase-three .responsive-form .form-checkout .title-props .delivery-text{
  font-size: 14px;
  color:#909092;
  margin-bottom:4px;
}

.checkout-phase-three .responsive-form.payment-form .payment-info .title-props{
  margin-bottom:20px;
}

.checkout-phase-three .responsive-form.billing-form .form-checkout .title-props .ships-text,
.checkout-phase-three .responsive-form.billing-form .form-checkout .title-props .delivery-text{
  font-size: 9px;
}


.checkout-phase-three .responsive-form .form-checkout .title-props .ships-text .icon-payment,
.checkout-phase-three .responsive-form .form-checkout .title-props .delivery-text .icon-payment {
  width: 20px;/*height: 10px;*/margin-right: 5px;/*margin-top: 6px;*/
}

/* .checkout-phase-three .responsive-form .form-checkout .form-proper .payment-form{
} */
.checkout-phase-three .responsive-form .form-checkout .form-proper .date-range{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.checkout-phase-three .responsive-form .form-checkout .form-proper .date-range .form-input label,
.checkout-phase-three .responsive-form .form-checkout .form-proper .date-range .form-input input{
  min-width: 0;
  max-width: 100%;
}
.checkout-phase-three .responsive-form .form-checkout .form-proper .date-range .form-input{
  flex: 0 0 59%;
  overflow: hidden;
}
.checkout-phase-three .responsive-form .form-checkout .form-proper .date-range .form-input:last-child{
  flex: 0 0 39%;
  margin-left: auto;
}

.checkout-phase-three .responsive-form .form-checkout .form-proper .text-form{
  padding:0 0 20px;
}
.checkout-phase-three .responsive-form .form-checkout .form-proper .form-text {
  position: relative;
}
.checkout-phase-three .responsive-form .form-checkout .form-proper .form-text .form-title-text{
  font-size: 23px;
  font-weight: 600;
}
.checkout-phase-three .responsive-form .form-checkout .form-proper .form-text .icon-payment{
  max-width: 100%;
  min-width: 0;
  position: absolute;
  width:36%;
  right:0;
  top:-7px;
}

/* .checkout-phase-three .responsive-form .form-checkout .form-proper .form-row.checkbox-row{} */
.checkout-phase-three .responsive-form .form-checkout .form-proper .form-row.checkbox-row .form-input{
  background: transparent;
  border: 0 none;
  margin-bottom: 0;
  box-shadow: none;
}

.checkout-phase-three .responsive-form .form-checkout .form-proper .form-row.checkbox-row .form-input input[type="checkbox"]{
  display: inline-block;
  min-width: 0;
  max-width: 100%;
  transform: scale(2);
  transform-origin: center;
}
.checkout-phase-three .responsive-form .form-checkout .form-proper .form-row.checkbox-row .form-input label{
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding: 10px 0 0 18px;
  font-weight: 600;
}
.checkout-phase-three .responsive-form.billing-form{
  display: none;
}

.checkout-phase-one header,
.checkout-phase-two header,
.checkout-phase-three header{
  padding-top:0!important;
  padding-bottom:0!important;
}


.checkout-phase-three .payment-section{
  border-bottom: 0 none;
}

.ships-text_checkout{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}
.responsive-form .form-checkout .title-props .ships-text.ships-text_checkout .icon{
  margin-bottom: 0;
}

.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;
    margin:0;
    padding: 14px 0 12px;
}
.checkout-phase-one .stock img{
  max-height: 100%;
  min-height: 0;
  flex: 0 0 auto;
  width: 38px!important;
}
.checkout-phase-one .stock .span#timer{
  margin: 0 8px;
}
.checkout-phase-one .stock-1,
.checkout-phase-one .product-price,
.checkout-phase-one .step-section-1{
  display: none;
}
.checkout-phase-three .form-row.checkbox-row{
  display: none;
}
@media(max-width:767px) {
  .checkout-phase-one .button-checkout button {
        max-width: 400px;
  }
  .checkout-phase-three .button-checkout button {
        font-size: 2.8em!important;
  }
  .checkout-phase-three .responsive-form .form-checkout .form-proper .form-row.checkbox-row .form-input label {
    font-size: 16px!important;
  }
  .basket-header h1 {
      font-size: 40px;
  }
  .product-price {
    font-size: 2em;
  }
  .sale-coupon {
    max-width: 160px;
  }
  .checkout-phase-one div.footer {
    font-size: 16px!important;
  }
  .checkout-phase-one .stock img{
    max-height: 100%;
    min-height: 0;
    flex: 0 0 auto;
    width: 25px!important;
    height: 15px;
    margin: 0 5px;
}

.checkout-phase-one .stock{
  font-size: 14px;
}
  .payment-section,
  .product-item,
  .product-h-section {
    padding: 0 5px;
  }
  .quantity label {
    font-size: 2.2em;
  }
  .minus-btn img {
    width: 40px !important;
    height: 40px !important;
  }
  .plus-btn img {
    width: 40px !important;
    height: 40px !important;
  }
  .quantity input {
    font-size: 30px;
    color: #191919;
  }
  .checkout-phase-one .stock {
    padding: 23px 0 23px;
  }
  .pulse {
    top: 53.9%;
    right: 11.3%;
  }
  .checkout-phase-one .stock {
    font-size: 9px !important;
  }
  .total-quantity, .total-old-price, .total-saved, .subtotal-price {
    font-size: 22px;
}
.product-header {
    max-width: 801px;
}

}
