
/* Rushikesh Start */
.quantity-btn{
    padding: 0 7px;
    font-size: 20px;
    font-family: 'Raleway-Regular';
}

.payment_product_price_box .btn-outline-danger{
    background: #fff;
    border: none;
    color: #000;
    font-size: 25px;
    padding: 0px 7px;
    line-height: 27px;
    font-family: 'Raleway-Regular';
}



/* ////////////////////////////////////////////////////////// */

.payment-radio .radio-icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.payment-radio {
    flex: 1;
    border-radius: 40px;
    padding: 8px 22px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: var(--color-button);
    display: flex;
    align-items: center;
    gap: 13px;
    position: relative;
    opacity: 0.5;
    font-family: var(--font-raleway-medium);
}
.withoutborder{
    border: none;
    background: #FBFBFB;
}
.payment_product_qty_box {
    background-color: #fff;
    width: fit-content;
    padding: 4px 15px;
    border-radius: 8px;
    font-family: 'Raleway-Medium';
    font-size: 14px;
    border: 1px solid #D9D9D9;
    line-height: normal;
}

.coupon_applied_box{
    color: green;
    position: relative;
}
.coupon_applied_box .address_popup_close {
    background-color: #fff;
  border-radius: 100%;
  border: 1px solid #8B4A26;
  width: 15px;
  height: 15px;
  color: #8B4A26;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.new_payment_coupons_offer_mainbox .payment_price_list_price {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (max-width:1400px) {
  /* Checkout Unified Start */
  .new_payment_rightbox {
      padding: 30px 0 0 40px;
  }
  /* Checkout Unified End */
}

/* Responsive Design */
@media (max-width: 1199.98px) {
    /* Checkout Unified Start */
    .new_payment_contenbox {
        grid-template-columns: 1fr 400px;
    }
    .payment-radio{
        gap: 5px;
        padding: 8px 14px;
    }
    .payment-radio .radio-icon img {
        width: 26px;
        height: 26px;
    }
    .new_payment_leftbox{
        padding: 40px 40px 40px 0;
    }
    .new_payment_rightbox {
        padding: 30px 0 0 40px;
    }
    .new_payment_form_listing{
        column-gap: 10px;
    }
    .two_form_group {
        gap: 10px;
    }
    /* Checkout Unified End */
}

@media (max-width: 991.98px) {
    .new_payment_contenbox {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .new_payment_rightbox {
        position: sticky;
        top: 80px;
    }
    .new_payment_sticky_box {
        position: static;
    }
    .new_payment_background_left {
        background-color: #fff;
        border-top: 1px solid #D6D6D6;
        display: none;
    }
    .new_payment_leftbox {
        padding: 40px 40px 40px 40px;
        border-radius: 40px;
    }
}

@media (max-width: 767.98px) {
    .new_payment_main {
        padding: 30px 0;
    }

    .new_payment_leftbox {
        padding: 20px;
    }

    .new_payment_form_listing {
        grid-template-columns: 1fr;
    }

    .two_form_group {
        grid-template-columns: 1fr;
    }

    .payment-options {
        grid-template-columns: 1fr;
    }

    .new_payment_right_thirdbox_first {
        grid-template-columns: 1fr;
    }
    .new_payment_rightbox{
        padding: 30px 0 0 0px;
    }
    .new_payment_leftbox{
        border-radius: 20px;
    }
}

@media (max-width: 575.98px) {
    .new_payment_contenbox {
        gap: 15px;
    }

    .new_payment_list_headingbox .subheading {
        font-size: 18px;
    }

    .payment_product_name {
        font-size: 13px;
    }

    .new_payment_right_total_heading {
        font-size: 16px;
    }

    .new_payment_right_total_price {
        font-size: 20px;
    }
    .form_group_full_size {
        grid-column: unset;
    }
    .payment_products_listing{
        gap: 20px;
    }
}