
/** checkout-section **/

.checkout-section{
  position: relative;
}

.checkout-section .sec-title h2{
  font-size: 36px;
  line-height: 42px;
}

.checkout-section h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 33px;
}

.checkout-section .billing-content{
  position: relative;
  display: block;
}

.checkout-section .billing-content .form-inner{
  margin: 0px 10px;
  padding-bottom: 20px;
}

.checkout-section .billing-content .form-inner .field-column{
  padding: 0px 5px;
}

.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'],
.checkout-section .billing-content .form-inner .form-group select{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px dashed rgb(39 170 225);
  font-size: 16px;
  color: var(--title-color);
  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 .form-inner .form-group .select-box .list{
  width: 100%;
}

.checkout-section .billing-content label{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  margin-bottom: 4px;
}

.checkout-section .billing-content .form-inner .form-group label span{
  color: rgba(233, 37, 48, 1);
}

.checkout-section .billing-content .form-inner .form-group .nice-select{
  border: 1px dashed rgba(229, 229, 229, 1);
  font-size: 16px;
  color: var(--title-color);
  height: 50px;
  line-height: 50px;
  padding: 0px 38px 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 .billing-content .check-box label:before{
  top: 6px;
}

.checkout-section .billing-content .check-box label:after{
  background: none !important;
  content: '\e928';
  font-family: 'icomoon';
  font-size: 7px;
  top: 1px;
  left: 3px;
}

.checkout-section .order-info{
  position: relative;
  display: block;
  background: var(--badge-promo-color);
  border: 1px dashed var(--border-color);
  padding: 21px 30px 40px 30px;
  border-radius: 10px;
}

.checkout-section .order-info .title-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--border-color);
  margin-bottom: 30px;
}

.checkout-section .order-info .title-box .text{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--title-color);
}

.checkout-section .order-info .order-product .single-item{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.checkout-section .order-info h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: rgba(233, 37, 48, 1);
}

.checkout-section .order-info h4 span{
  color: var(--title-color);
}

.checkout-section .order-info .order-product .single-item .product-right-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.checkout-section .order-info .order-product .single-item .checkout-item-remove-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff5f5;
  border: 1px solid #fed7d7;
  color: #e53e3e;
  font-size: 13px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: all 250ms ease;
}

.checkout-section .order-info .order-product .single-item .checkout-item-remove-btn:hover{
  background: #e53e3e;
  border-color: #e53e3e;
  color: #fff;
  transform: scale(1.1);
}

.checkout-section .order-info .order-product .single-item .checkout-item-remove-btn:disabled{
  opacity: 0.5;
  cursor: default;
}

.checkout-section .order-info .order-product .single-item .product-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}

.checkout-section .order-info .order-product .single-item .product-box .image-box{
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  min-width: 70px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  background: #fff;
  flex-shrink: 0;
}

.checkout-section .order-info .order-product .single-item h6{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  max-width: 220px;
  margin: 0;
}

.checkout-section .order-info .order-product .single-item h6 a{
  color: var(--title-color);
  transition: color 300ms ease;
  display: inline;
}

.checkout-section .order-info .order-product .single-item h6 a:hover{
  color: var(--theme-color);
}

.checkout-section .order-info .order-product .single-item .product-box .image-box a{
  display: block;
  width: 100%;
  height: 100%;
}

.checkout-section .order-info .order-product .single-item .product-box .image-box a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.checkout-section .order-info .order-product .single-item .product-box .image-box a:hover img{
  transform: scale(1.06);
}

.checkout-section .order-info .order-product .single-item h6 span{
  color: rgba(124, 124, 124, 1);
}

.checkout-section .order-info .coupon-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.checkout-section .order-info .coupon-box .coupon-status{
  font-size: 13px;
  margin-bottom: 10px;
  color: rgba(30, 158, 90, 1);
}

.checkout-section .order-info .coupon-box .coupon-error{
  font-size: 13px;
  margin-bottom: 10px;
  color: rgba(233, 37, 48, 1);
}

.checkout-section .order-info .coupon-box .form-group{
  position: relative;
  margin-bottom: 0px;
}

.checkout-section .order-info .coupon-box .form-group input[type='text']{
  position: relative;
  display: block;
  width: 100%;
  height: 51px;
  background: #fff;
  border: 1px dashed var(--border-color);
  border-radius: 55px;
  font-size: 16px;
  color: var(--title-color);
  padding: 10px 115px 10px 20px;
  transition: all 500ms ease;
}

.checkout-section .order-info .coupon-box .form-group button{
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 5px;
  height: 41px;
  line-height: 41px;
  padding: 0px 20px;
  font-size: 12px;
  white-space: nowrap;
  border: none;
  border-radius: 55px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.checkout-section .order-info .coupon-box .applied-coupon{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #fff;
  border: 1px dashed var(--border-color);
  border-radius: 55px;
  padding: 12px 20px;
  font-size: 14px;
  color: var(--title-color);
}

.checkout-section .order-info .coupon-box .applied-coupon i{
  color: var(--theme-color);
  margin-right: 6px;
}

.checkout-section .order-info .coupon-box .applied-coupon button{
  background: none;
  border: none;
  padding: 0px;
  font-size: 13px;
  color: rgba(233, 37, 48, 1);
  text-decoration: underline;
  cursor: pointer;
}

.checkout-section .order-info .cost-box{
  position: relative;
  display: block;
  padding-top: 22px;
  padding-bottom: 32px;
  border-top: 1px dashed var(--border-color);
  border-bottom: 1px dashed var(--border-color);
  margin-bottom: 18px;
}

.checkout-section .order-info .cost-box li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 33px;
}

.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: 25px;
}

.checkout-section .order-info .payment-option .bank-payment{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 22px 30px;
  margin-bottom: 30px;
}

.checkout-section .order-info .payment-option .bank-payment p{
  font-size: 15px;
  line-height: 24px;
  margin-left: 24px;
}

.checkout-section .order-info .payment-option .check-box input {
  display: none;
}

.checkout-section .order-info .payment-option .check-box label {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: var(--title-color);
  padding-left: 24px;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0px;
}

.checkout-section .order-info .payment-option .check-box label:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #9A9A9A;
}

.checkout-section .order-info .payment-option .check-box label:after {
  position: absolute;
  content: '';
  top: 8px;
  opacity: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 3px;
}

.checkout-section .order-info .payment-option .check-box input:checked + label:after {
  opacity: 1;
}

.checkout-section .order-info .payment-option .check-box input:checked + label:before{

}

.checkout-section .order-info .btn-box .theme-btn{
  width: 100%;
  color: #fff;
  border-color: #fff !important;
  padding: 8px 30px;
}

/** upsell-box **/

.checkout-section .upsell-box{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.checkout-section .upsell-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 24px;
  font-weight: 700;
  color: var(--title-color);
  font-family: var(--title-font);
}

.checkout-section .upsell-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.checkout-section .upsell-card{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--badge-promo-color);
  border: 1px dashed var(--border-color);
  border-radius: 10px;
  padding: 14px 12px;
  text-align: center;
  transition: all 400ms ease;
  cursor: pointer;
}

.checkout-section .upsell-card:hover{
  border-color: var(--theme-color);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.checkout-section .upsell-image{
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  margin: 0px 0px 12px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  border: 1px dashed var(--border-color);
  padding: 0;
  overflow: hidden;
}

.checkout-section .upsell-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 400ms ease;
}

.checkout-section .upsell-card:hover .upsell-image img{
  transform: scale(1.08);
}

.checkout-section .upsell-info{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

.checkout-section .upsell-name{
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  color: var(--title-color);
  font-family: var(--title-font);
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 36px;
}

.checkout-section .upsell-price{
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: rgba(233, 37, 48, 1);
  font-family: var(--title-font);
  margin: 0px;
}

.checkout-section .upsell-add-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  font-family: var(--title-font);
  text-align: center;
  border-radius: 50px;
  padding: 6px 12px;
  border: 2px dashed var(--theme-color);
  color: var(--theme-color);
  background: #fff;
  cursor: pointer;
  transition: all 400ms ease;
}

.checkout-section .upsell-add-btn:hover{
  background: var(--theme-color);
  color: #fff;
  border-color: var(--theme-color);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.checkout-section .upsell-add-btn:disabled{
  opacity: 0.6;
  cursor: default;
}

@media only screen and (max-width: 991px){
  .checkout-section .upsell-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}

@media only screen and (max-width: 767px){
  .checkout-section .upsell-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .checkout-section .upsell-card{
    padding: 10px 8px;
  }
  .checkout-section .upsell-name{
    font-size: 12px;
    line-height: 16px;
    min-height: 32px;
  }
  .checkout-section .upsell-price{
    font-size: 14px;
    line-height: 18px;
  }
  .checkout-section .upsell-add-btn{
    font-size: 12px;
    padding: 5px 8px;
  }
}

@media only screen and (max-width: 420px){
  .checkout-section .upsell-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/** upsell-modal **/

.upsell-modal-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.upsell-modal-overlay.active{
  opacity: 1;
  visibility: visible;
}

.upsell-modal-dialog{
  position: relative;
  width: 100%;
  max-width: 440px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: scale(0.92);
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.upsell-modal-overlay.active .upsell-modal-dialog{
  transform: scale(1);
}

.upsell-modal-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: var(--badge-promo-color);
  border-bottom: 1px dashed var(--border-color);
}

.upsell-modal-title{
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.upsell-modal-close{
  border: none;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  transition: all 250ms ease;
}

.upsell-modal-close:hover{
  background: #fdf2f2;
  color: #e53e3e;
  transform: rotate(90deg);
}

.upsell-modal-body{
  padding: 20px;
}

.upsell-modal-product-preview{
  display: flex;
  align-items: center;
  gap: 14px;
  background: #faf8f5;
  border: 1px dashed var(--border-color);
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 18px;
}

.upsell-modal-img{
  position: relative;
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin: 0;
}

.upsell-modal-img img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.upsell-modal-prod-info{
  flex-grow: 1;
  overflow: hidden;
}

.upsell-modal-prod-info h5{
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0 0 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upsell-modal-price{
  font-size: 15px;
  font-weight: 700;
  color: rgba(233, 37, 48, 1);
  font-family: var(--title-font);
}

.upsell-modal-label{
  font-size: 13px;
  font-weight: 700;
  color: var(--title-color);
  font-family: var(--title-font);
  margin-bottom: 8px;
  display: block;
}

.upsell-modal-pills{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.upsell-modal-pill{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 50px;
  border: 1.5px dashed var(--border-color);
  background: #fff;
  color: var(--title-color);
  font-size: 13px;
  font-weight: 600;
  font-family: var(--title-font);
  cursor: pointer;
  transition: all 250ms ease;
}

.upsell-modal-pill:hover:not(:disabled){
  border-color: var(--theme-color);
  color: var(--theme-color);
  background: rgba(39, 170, 225, 0.05);
}

.upsell-modal-pill.active{
  border-color: var(--theme-color);
  background: var(--theme-color);
  color: #fff;
  border-style: solid;
  box-shadow: 0 4px 10px rgba(39, 170, 225, 0.25);
}

.upsell-modal-pill:disabled{
  opacity: 0.45;
  cursor: not-allowed;
  background: #f8f8f8;
  border-color: #e2e8f0;
}

.upsell-modal-pill-out{
  font-size: 10px;
  background: #fed7d7;
  color: #c53030;
  border-radius: 10px;
  padding: 1px 5px;
  line-height: 1.2;
}

.upsell-modal-error{
  font-size: 12px;
  color: rgba(233, 37, 48, 1);
  font-weight: 600;
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.upsell-modal-footer{
  padding: 14px 20px 20px;
  background: #faf8f5;
  border-top: 1px dashed var(--border-color);
}

.upsell-modal-confirm-btn{
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
}



/** rtl-css **/

.rtl .checkout-section .order-info .order-product .single-item .product-box .image-box{
  margin-right: 0px;
  margin-left: 15px;
}

.rtl .checkout-section .order-info .payment-option .check-box label:after{
  left: inherit;
  right: 3px;
}

.rtl .checkout-section .billing-content{
  margin-right: 0px;
  margin-left: 30px;
}

.rtl .checkout-section .billing-content label{
  padding-left: 0px;
  padding-right: 24px;
}

/** 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){
  .checkout-section{
    padding-bottom: 70px;
  }

  .checkout-section .order-info{
    padding: 20px 16px 28px 16px;
  }

  .checkout-section .order-info .order-product .single-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dashed var(--border-color);
  }

  .checkout-section .order-info .order-product .single-item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .checkout-section .order-info .order-product .single-item .product-box{
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
  }

  .checkout-section .order-info .order-product .single-item .product-box .image-box{
    width: 52px;
    height: 52px;
    min-width: 52px;
    margin: 0 !important;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    flex-shrink: 0;
  }

  .checkout-section .order-info .order-product .single-item .product-box .image-box a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .checkout-section .order-info .order-product .single-item h6{
    font-size: 13px;
    line-height: 18px;
    max-width: 100%;
    margin: 0;
    word-break: break-word;
  }

  .checkout-section .order-info .order-product .single-item .product-right-box{
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .checkout-section .order-info .order-product .single-item .product-right-box h4{
    font-size: 15px;
    line-height: 20px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 499px){

}























