
/** checkout-section **/

.checkout-section{
  position: relative;
}

.checkout-section .sec-title h2{
  font-size: 48px;
  line-height: 56px;
}

.checkout-section .inner-container{
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 39px 50px 50px 50px;
}

.checkout-section h3{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 32px;
}

.checkout-section .billing-content{
  position: relative;
  display: block;
}

.checkout-section .billing-content .form-inner{
  padding-bottom: 20px;
}

.checkout-section .billing-content .form-inner .form-group{
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.checkout-section .billing-content .form-inner .form-group input[type='text'],
.checkout-section .billing-content .form-inner .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(229, 229, 229, 1);
  font-size: 16px;
  color: rgba(124, 124, 124, 1);
  padding: 10px 20px;
  border-radius: 50px;
  transition: all 500ms ease;
}

.checkout-section .billing-content .form-inner .form-group input:focus{

}

.checkout-section .billing-content .form-inner .form-group .select-box{
  min-height: 50px;
}

.checkout-section .billing-content label{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  margin-bottom: 5px;
}

.checkout-section .billing-content .form-inner .form-group label span{
  
}

.checkout-section .billing-content .form-inner .form-group .nice-select{
  border: 1px solid rgba(229, 229, 229, 1);
  font-size: 16px;
  color: rgba(124, 124, 124, 1);
  font-family: var(--text-font);
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
  text-transform: capitalize;
  border-radius: 50px;
}

.checkout-section .billing-content .form-inner .form-group .nice-select:before{
  color: var(--title-color);
  right: 20px;
}

.checkout-section .billing-content .other-address h3{
  margin-bottom: 30px;
}

.checkout-section .order-info{
  position: relative;
  display: block;
}

.checkout-section .order-info .title-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}

.checkout-section .order-info .title-box .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--title-color);
}

.checkout-section .order-info .order-product .single-item{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin-bottom: 12px;
  padding: 7px 12px;
}

.checkout-section .order-info h4{
  font-size: 16px;
  line-height: 26px;
}

.checkout-section .order-info h4 span{
  color: var(--title-color);
}

.checkout-section .order-info .order-product .single-item .product-box{
  position: relative;
  display: flex;
  align-items: center;
}

.checkout-section .order-info .order-product .single-item .product-box .image-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-right: 30px;
}

.checkout-section .order-info .order-product .single-item h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  max-width: 190px;
}

.checkout-section .order-info .order-product .single-item h6 span{
  color: rgba(124, 124, 124, 1);
}

.checkout-section .order-info .cost-box{
  position: relative;
  display: block;
  padding-top: 14px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(232, 232, 232, 1);
  margin-bottom: 24px;
}

.checkout-section .order-info .cost-box h4,
.checkout-section .order-info .total-box h4{
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.checkout-section .order-info .cost-box li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.checkout-section .order-info .cost-box li:last-child{
  margin-bottom: 0px;
}

.checkout-section .order-info .total-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 33px;
}

.checkout-section .order-info .payment-option .check-box input{
  display: none;
}

.checkout-section .order-info .payment-option .check-box label{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  padding-right: 24px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
}

.checkout-section .order-info .payment-option .check-box label:before{
  position: absolute;
  content: '';
  right: 0px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  top: 5px;
  border: 1px solid rgba(154, 154, 154, 1)
}

.checkout-section .order-info .payment-option .check-box input:checked + label:before{

}

.checkout-section .order-info .payment-option .check-box label:after{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  right: 3px;
  top: 8px;
  opacity: 0;
}

.checkout-section .order-info .payment-option .check-box input:checked + label:after {
  opacity: 1;
}

.checkout-section .order-info .payment-option .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  margin-bottom: 13px;
}

.checkout-section .order-info .payment-option .bank-payment{
  position: relative;
  display: block;
  background: rgba(247, 247, 247, 1);
  padding: 30px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.checkout-section .order-info .payment-option .bank-payment .card-list li{
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.checkout-section .order-info .payment-option .bank-payment .card-list li a{
  position: relative;
  display: inline-block;
  border-radius: 5px;
}

.checkout-section .order-info .payment-option .bank-payment .card-list li a img{
  width: 100%;
  border-radius: 5px;
}

.checkout-section .order-info .btn-box .theme-btn{
  width: 100%;
  color: #fff;
}

.checkout-section .order-info .btn-box .theme-btn span{
  background: var(--title-color);
}

.checkout-section .order-info .payment-option .text-box p{
  font-size: 16px;
  color: #6A6A6A;
}



/** rtl-css **/

.rtl .checkout-section .order-info .order-product .single-item .product-box .image-box{
  margin-right: 0px;
  margin-left: 15px;
}

.rtl .checkout-section .billing-content{
  margin-right: 0px;
  margin-left: 30px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .checkout-section .billing-content{
    margin-bottom: 40px;
  }

  .checkout-section .billing-content{
    margin-right: 0px;
  }

  .rtl .checkout-section .billing-content{
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px){

}

@media only screen and (max-width: 599px){
  .checkout-section .order-info .order-product .single-item{
    display: block;
    margin-bottom: 10px;
  }

  .checkout-section .order-info .order-product .single-item h6 br{
    display: none;
  }

  .checkout-section .order-info .order-product .single-item .product-box{
    display: block;
  }

  .checkout-section .order-info .order-product .single-item .product-box .image-box{
    margin: 0px 0px 10px 0px !important;
  }

  .checkout-section .inner-container{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 499px){

}























