.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: 8px;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: flex;
}
.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(1.3);
  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;
}
