.checkout-sec{
    padding: 50px 0;
}
.paypalbtn-div .btn {
    font-family: var(--regular-font);
    font-size: 15px;
    padding: 10px 25px;
    margin-right: 10px;
}
.paypalbtn {
    background: #EDF6FB;
}
.paypalbtn img {
    width: 125px;
}
.form-control, .form-select {
    border-radius: 0;
    padding: .75rem .75rem;
    font-size: 13px;
    color: #4B505F;
    font-family: var(--regular-font);
    font-weight: 600;
}
.credit-card-box {
  background: #F8F8F8;
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #A4A7B1;
  margin-top: 25px;
  margin-bottom: 25px;
}
.credit-card-box-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #1E2537;
}
.credit-card-box-text i{
    font-size: 20px;
    color: #6E7381;
}
.cart-product-detail {
    border: 1px solid #6E7381;
    padding: 25px 25px 10px 25px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
  .title h6 {
    font-size: 20px;
    font-family: var(--para-font);
}
.cart-product-detail .checkout-products {
    max-height: 280px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 10px;
  }
.cart-product-detail .checkout-products::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
  .cart-product-detail .products {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #A6A6A6;
    padding: 18px 0;
    position: relative;
}
.img-box {
    width: 50px;
    height: 50px;
}
.cart-product-detail .products .abt-product .pro-dtl ul.variations li {
    color: #6D6D6D;
    font-size: 11px;
}
.cart-product-detail .products .abt-product {
    display: flex;
    align-items: center;
  }
.cart-product-detail .products .abt-product .pro-dtl {
    padding-left: 15px;
  }
.cart-product-detail .products .abt-product .pro-dtl h5.name {
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
    font-family: var(--para-font);
  }
.cart-product-detail .products .abt-product .pro-dtl ul.variations {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
  }
.cart-product-detail .products .img-box figure {
    margin-bottom: 0;
  }
  .checkout
    .cart-product-detail
    .products
    .abt-product
    .pro-dtl
    ul.variations
    li {
    border-right: 1px solid #1f2c3582;
    padding: 0 7px;
    font-weight: 700;
    color: #000;
  }
  .checkout
    .cart-product-detail
    .products
    .abt-product
    .pro-dtl
    ul.variations
    li:last-child {
    border: 0;
  }
  .checkout
    .cart-product-detail
    .products
    .abt-product
    .pro-dtl
    ul.variations
    li:first-child {
    padding-left: 0;
    color: #6d6d6d;
    font-size: 13px;
    font-weight: 400;
  }
.cart-product-detail .products .product-price h4.price {
    font-size: 16px;
    margin-left: 24px;
    display: inline-block;
    margin-bottom: 0px;
  }
  .cart-product-detail .products .product-price p.price {
    text-align: right;
    margin-bottom: 0px;
    white-space: nowrap;
}
.cart-product-detail .pricing-details {
    padding-top: 30px;
}
  .cart-product-detail .pricing-details .item-total h4.property {
    font-size: 15px;
    font-family: var(--para-font);
}
.cart-product-detail .pricing-details .item-total h4.value {
    font-size: 15px;
    font-family: var(--para-font);
}
.cart-product-detail .pricing-details .item-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
  }
  .cart-product-detail .pricing-details {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 15px;
}
.cart-product-detail .order-total {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .cart-product-detail .order-total h3.property {
    font-weight: normal;
    font-size: 18px;
    font-family: var(--para-font);
}
.cart-product-detail .order-total h3.value {
    font-weight:normal;
    font-family: var(--para-font);
    font-size: 18px;
  }
  .place-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 10px 0;
    border-top: 1px solid #6E7381;
    margin-top: 50px;
}
@media (max-width: 991.8px) {
  .checkout-sec-mobile{
    flex-direction:column-reverse;
  }
  .cart-product-detail {
    margin-bottom: 20px;
}
}
@media (max-width: 575px) {
  .place-order {
    display: block;
    padding: 20px;
    margin-top: 20px;
  }
  .checkout-sec .form-check {
    margin-bottom: 20px;
}
.paypalbtn-div .btn {
  margin-bottom: 10px;
}
}
