
.checkout-section{
  position: relative;
}

.checkout-section .upper-box{
  position: relative;
  margin-bottom: 45px;
}

.checkout-section .upper-box .single-box{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #1D2635;
  font-weight: 400;
  padding: 17px 30px;
  border: 1px solid rgba(29, 38, 53, 0.1)
}

.checkout-section .upper-box .single-box a{
  font-weight: 700;
  color: #1D2635;
}

.checkout-section .customer a:hover,
.checkout-section .coupon a:hover{
  text-decoration: underline;
}

.checkout-section .sub-title{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}

.checkout-section .billing-info{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.checkout-section .billing-form{
  position: relative;
  display: block;
  padding: 45px 0px 28px 0px;
}

.checkout-section .billing-form .form-group{
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.checkout-section .billing-form .form-group:last-child{
  margin-bottom: 0px;
}

.checkout-section .billing-form .form-group label{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #1D2635;
  margin-bottom: 7px;
}

.checkout-section .billing-form .form-group input[type='text'],
.checkout-section .billing-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  font-size: 16px;
  color: #676767;
  padding: 10px 15px;
  transition: all 500ms ease;
}

.checkout-section .billing-form .form-group .nice-select{
  border-radius: 5px;
  border: 1px solid #E6E6E6 !important;
  width: 100%;
  font-size: 16px;
  color: #676767;
  height: 45px;
  line-height: 45px;
  padding: 0px 20px;
  text-transform: capitalize;
}

.checkout-section .billing-form .form-group .nice-select:after{
  border-bottom: 2px solid #c4c4c4;
  border-right: 2px solid #c4c4c4;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  right: 20px;
}

.checkout-section .billing-form .form-group .nice-select .list{
  width: 100%;
}

.checkout-section .billing-form .form-group input.address{
  margin-bottom: 10px;
}

.checkout-section .billing-form .form-group input:focus{
  border-color: var(--main-color);
}

.checkout-section .billing-form .select-box .ui-state-default{
  width: 100% !important;
}

.checkout-section .billing-form .select-box .ui-selectmenu-button span.ui-icon:before{
  color: #848484;
}

.checkout-section .billing-form .create-acc{
  position: relative;
  display: block;
  margin-top: 3px;
}

.checkout-section .billing-form .create-acc .custom-controls-stacked .description{
  font-size: 16px;
  color: #1D2635;
  cursor: pointer;
}

.checkout-section .additional-info .note-book{
  position: relative;
  display: block;
}

.checkout-section .additional-info .note-book label{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  margin-bottom: 7px;
}

.checkout-section .additional-info .note-book textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 140px;
  border: 1px solid #e5e5e5;
  color: #848484;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 20px;
  resize: none;
  padding-top: 12px;
  transition: all 500ms ease;
}

.checkout-section .additional-info .note-book textarea:focus{
  border-color: var(--main-color);
}

.checkout-section .order-info .order-list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #1D2635;
  border-bottom: 1px solid #E6E6E6;
  padding: 15px 0px;
}

.checkout-section .order-info .order-list li:last-child{
  border-bottom: none;
}

.checkout-section .order-info .order-list li span{
  float: right;
}

.checkout-section .order-info .order-list li.sub-total{
  color: #8A8B8E;
}

.checkout-section .order-info .order-list li.order-total span{
  font-weight: 600;
}

.checkout-section .order-info{
  position: relative;
  display: block;
  background: #F7F7F7;
  padding: 42px 50px 33px 50px;
}

.checkout-section .order-info .sub-title{
  font-size: 23px;
  line-height: 33px;
  color: #1D2635;
  font-weight: 500;
  margin-bottom: 20px;
}

.checkout-section .payment-info h2{
  margin-bottom: 45px;
}

.checkout-section .payment-info{
  position: relative;
  display: block;
  background: #F7F7F7;
  padding: 42px 50px 60px 50px;
}

.checkout-section .payment-info .sub-title{
  font-size: 23px;
  line-height: 33px;
  color: #1D2635;
  font-weight: 500;
  margin-bottom: 20px;
}

.checkout-section .payment-info .payment-inner{
  position: relative;
  display: block;
  background: #fff;
  padding: 27px 30px 40px 30px;
}

.checkout-section .payment-info .payment-inner .custom-control.material-checkbox .material-control-indicator{
  top: 8px;
}

.checkout-section .payment-info .payment-inner .custom-controls-stacked .description,
.checkout-section .payment-info .payment-inner .custom-controls-stacked .description a{
  font-size: 16px;
  line-height: 26px;
  color: #1D2635;
}

.checkout-section .payment-info .payment-inner .custom-controls-stacked .description a{
  margin-left: 15px;
}

.checkout-section .payment-info .payment-inner .custom-controls-stacked .description a:hover{
  text-decoration: underline;
}

.checkout-section .payment-info .payment-inner .option-block{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.checkout-section .payment-info .payment-inner .option-block p{
  position: relative;
  font-size: 14px;
  line-height: 21px;
  padding: 4px 0px 0px 30px;
}

.checkout-section .payment-info .theme-btn{
  background: var(--title-color);
  border-radius: 0px;
}

.checkout-section .custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  background: #F7F7F7;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  width: 17px;
  height: 17px;
  left: 0px;
  top: 3px;
}

.checkout-section .custom-control.material-checkbox .material-control-indicator:before{
  left: 4px;
  top: 4px;
  background: #1D2635;
  width: 7px;
  height: 7px;
}










