.checkout_inner_main {
   
}

.checkout_inner_main .row {
    align-items: flex-start;
}

.left_main_checkout {
    padding: min(max(20px, 1.5625vw), 30px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    width: 94%;
    border-radius: 20px;
     border: 1px dashed var(--theme-brown-light);
    background: var(--theme-white);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.left_main_checkout .billing_inner .woocommerce-billing-fields__field-wrapper{
    margin-left: 0;
    margin-right: 0;
}

.billing_inner {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    margin-bottom: 0 !important;
}

.billing_inner .biling_detail {
    width: 100% !important;
    max-width: 100%;
}


.aditional_information {
    width: 100% !important;
}


.checkout-section .woocommerce-message{
    display: none !important;
}

.left_main_checkout h3 {
    /* font-size: 22px; */
    font-weight: 600;
    margin-bottom: 25px;
    color: #2C1810;
}



.left_main_checkout .form-row {
    margin-bottom: 20px;
}

.left_main_checkout input,
.left_main_checkout select,
.left_main_checkout textarea {
    width: 100%;
    height: 52px;
    padding: 12px 15px !important;
    border-radius: 12px !important;
    border: 1px solid #ddd;
    background: #fff;
    transition: 0.3s ease;
    margin: 0 !important;
    letter-spacing: 0;
}


.left_main_checkout textarea {
    height: 100px;
}

.left_main_checkout input:focus,
.left_main_checkout select:focus,
.left_main_checkout textarea:focus {
    border-color: #b7410e;
    box-shadow: 0 0 0 3px rgba(183,65,14,0.1);
    outline: none;
}

.left_main_checkout .form-row-first,
.left_main_checkout .form-row-last {
    width: 48% !important;
    float: left;
}

.left_main_checkout .form-row-last {
    float: right;
}

.right_main_checkout {
    padding: min(max(20px, 1.5625vw), 30px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 40px;
    border-radius: 20px;
    border: 1px dashed var(--theme-brown-light);
    background: var(--theme-white);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.right_main_checkout table {
    border: none !important;
}

.right_main_checkout th,
.right_main_checkout td {
    border: none !important;
    padding: 12px 0;
    font-size: 14px;
}

.right_main_checkout .order-total {
    background: #b7410e;
    color: #fff;
}

.right_main_checkout .order-total th,
.right_main_checkout .order-total td {
    padding: 15px;
    font-weight: 600;
}

#wc_payment_methods {
    margin-top: 20px;
}

#wc_payment_methods li {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    transition: 0.3s;
}

#wc_payment_methods li:hover {
    border-color: #b7410e;
}


#place_order {
    width: 100%;
    background: linear-gradient(to bottom, #b7410e, #7a1f00);
    border: none;
    border-radius: 30px;
    font-size: min(max(16px, 1.0417vw), 20px);
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
    transition: 0.3s;
    width: fit-content !important;
    font-family: var(--theme-font-qasira);
    padding: 14px 40px;
}


#place_order:hover {
    /* transform: translateY(-2px); */
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.form_group_inner .form_left {
    display: flex;
    flex-direction: column;
}

.form_group_inner .form_left label{
    flex-grow: 1;
}




/* Main container */
.select2-container--default .select2-selection--single {
    display: flex !important;
    align-items: center;
}



.form_left.small_select_box .select2-selection__rendered{
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.form_left.small_select_box .select2-container {
    height: 52px !important;
}

@media (max-width: 1199px) {

.left_main_checkout{
    width: 100%;
}

}


@media (max-width: 991px) {

    .left_main_checkout,
    .right_main_checkout {
        padding: 25px;
        margin-bottom: 30px;
    }

    .left_main_checkout .form-row-first,
    .left_main_checkout .form-row-last {
        width: 100% !important;
        float: none;
    }

    .right_main_checkout {
        position: relative;
        top: 0;
    }
}






/* start checkout page html */

.checkout-section {
    padding-top: 30px;
    position: relative;
}

.checkout-section .cart_main_title_common{
    position: relative;
}

.checkout-section .section_overlay{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
   background: radial-gradient(50% 50% at 50% 50%, rgba(244, 230, 196, 0.92) 0%, rgba(255, 255, 255, 0.00) 100%);
   mix-blend-mode: luminosity;
}

.checkout-section  .section__overlay{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
   background: radial-gradient(50% 50% at 50% 50%, rgba(244, 230, 196, 0.92) 0%, rgba(255, 255, 255, 0.00) 100%);
   mix-blend-mode: luminosity;
}

.form_group_inner {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.form_left {
    width: calc((100% - 20px) / 2);
}

.form_left.w-full{
    width: 100%;
}

.form_left label{
    color: var(--theme-brown-light);
    font-size: min(max(18px, 1.1458vw), 22px);
    padding-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0.44px;
}

.line_checkout{
    width: 100%;
    margin: 20px 0px;
    background: rgba(0, 0, 0, 0.10);
    height: 1px;
}

.checkout_form_title{
    width: 100%;
}

.checkout_form_title {
    margin-bottom: 10px;
}

.checkout_form_title .fs-28{
    margin: 0;
    font-weight: 700;
    font-family: var(--theme-font-lato);
}

.full_width{
    width: 100% !important;
}

.form_left.small_box{
    width: calc((100% - 40px) / 3);
}

.form_left.small_select_box{
    position: relative;
}

.form_left.small_select_box::before{
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 6" fill="none"><path d="M5.50003 6.00003C5.37216 6.00003 5.24416 5.95116 5.14653 5.85353L0.146531 0.853531C-0.0488437 0.658156 -0.0488437 0.341781 0.146531 0.146531C0.341906 -0.0487188 0.658281 -0.0488437 0.853531 0.146531L5.50003 4.79303L10.1465 0.146531C10.3419 -0.0488437 10.6583 -0.0488437 10.8535 0.146531C11.0488 0.341906 11.0489 0.658281 10.8535 0.853531L5.85353 5.85353C5.75591 5.95116 5.62791 6.00003 5.50003 6.00003Z" fill="black"></path></svg>');
    width: 14px;
    height: 7px;
    background-size: 100% 100%;
    position: absolute;
    right: 16px;
    bottom: 19px;
    z-index: 9;
}

.form_left.small_select_box .form-control {
    padding-right: 38px;
}

/* Wrapper */
.gc-payment-wrapper {
    width: 100%;
}

/* Card */
.gc-payment-card {
    display: block;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 18px 20px;
    margin-bottom: 15px;
    background: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hide default radio */

.gc-payment-wrapper .gc-payment-card .gc-payment-radio {
    display: none;
}

/* Inner content */
.gc-payment-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

/* Left side */
.gc-payment-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Custom radio */
.gc-custom-radio {
    width: 20px;
    height: 20px;
    border: 1px solid #c65a16;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

/* Checked style */
.gc-payment-radio:checked + .gc-payment-content .gc-custom-radio {
    background-color: #c65a16;
    border-color: #c65a16;
}

/* Title */
.gc-payment-title {
    font-size: 15px;
    color: #222;
    font-weight: 500;
    flex: 1;
}

/* Icons */
.gc-payment-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    padding-left: 34px;
}

.gc-payment-icons img {
    height: 26px;
    object-fit: contain;
}

/* Active Border */
.gc-payment-radio:checked + .gc-payment-content {
    font-weight: 600;
}

.gc-payment-radio:checked ~ .gc-payment-content {
    color: #000;
}

.gc-payment-radio:checked + .gc-payment-content,
.gc-payment-radio:checked + .gc-payment-content .gc-payment-title {
    color: #000;
}

.gc-payment-radio:checked + .gc-payment-content {
    background: transparent;
}

.gc-payment-radio:checked + .gc-payment-content {
    border-radius: 8px;
}

/* Card active border */
.gc-payment-card:has(.gc-payment-radio:checked) {
    border: 1px solid #c65a16;
    background: #f3f3f3;
}



.left_main_checkout .form_group_inner .gc-payment-wrapper .gc-payment-card{
    padding: 0;
    background: none;
    border: none;
    margin-top: 20px;
    margin-bottom: 0;
}


/* end checkout page html */


















.gs-order-summary-wrapper {
    max-width: 100%;
    width: 100%;
}

.gs-order-summary-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2e2e2e;
    font-family: var(--theme-font-lato);
}

/* Item */

.gs-order-summary-item {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
}

.gs-order-item-left {
    flex-shrink: 0;
}

.gs-order-item-image {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
}

.right_main_checkout .woocommerce-checkout-review-order-table .product-name .gs-order-summary-item .gs-order-item-image{
    width: min(max(70px, 5.9896vw), 115px);
}

.gs-order-item-content {
    flex: 1;
}

.gs-order-item-top {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.gs-order-item-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #2c2c2c;
    font-family: var(--theme-font-lato);
}

.right_main_checkout .woocommerce-checkout-review-order-table .product-name .gs-order-summary-item .gs-order-item-title{
    font-size: min(max(1rem, 1.1458vw), 22px);
    font-weight: 700;
    color: #2C2520;
}

.right_main_checkout .woocommerce-checkout-review-order-table .product-name .gs-order-summary-item .gs-order-item-author{
    font-size: min(max(14px, 0.8333vw), 16px);
}

.gs-order-item-author {
    font-size: 14px;
    margin: 4px 0 8px;
    color: #666;
}

.gs-order-item-author span {
    color: #c24a1b;
    text-decoration: underline;
    cursor: pointer;
}

.gs-order-item-remove {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}

.gs-order-item-price {
    font-size: 16px;
    font-weight: 600;
    color: #7a1e00;
}

.right_main_checkout .woocommerce-checkout-review-order-table .product-name .gs-order-item-price .woocommerce-Price-amount{
    font-size: min(max(20px, 1.25vw), 24px);
    font-weight: 600;
    color: #7a1e00;
}

.right_main_checkout .woocommerce-checkout-review-order-table .product-name .gs-order-item-price .woocommerce-Price-amount span{
    font-size: min(max(16px, 0.9375vw), 18px);
}

.checkout-section .checkout-login-coupon-wrapper{
    margin: 0;
}

/* Promo */

.gs-order-promo-wrapper {
    margin-top: 20px;
}

.gs-order-promo-label {
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
    color: #444;
}

.gs-order-promo-field {
    display: flex;
    gap: 10px;
}

.gs-order-promo-input {
    flex: 1;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    outline: none;
}

.gs-order-promo-btn {
    padding: 10px 18px;
    background: #d8cfc7;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

/* Price Summary */

.gs-order-price-summary {
    margin-top: 20px;
}

.gs-order-price-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 14px;
    color: #333;
}

/* Grand Total */

.gs-order-grand-total {
    margin-top: 16px;
    background: #b33b06;
    color: #fff;
    padding: 14px 16px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 15px;
}














/* payment section wrapper */
.checkout_payment_left #payment {
    background: transparent;
    border: none;
}

/* payment methods box */
.checkout_payment_left ul.wc_payment_methods {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* each payment option */
.checkout_payment_left ul.wc_payment_methods li {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 12px 20px !important;
    margin-bottom: 7px !important;
    background: #f7f7f7;
}

/* radio button + title align */
.checkout_payment_left ul.wc_payment_methods li label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 0;
    padding-bottom: 2px;
}

/* radio button style */
.checkout_payment_left input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #b04a1f; /* orange color like design */
    cursor: pointer;
}

/* payment icons */
.checkout_payment_left .payment_box,
.checkout_payment_left .wc_payment_method img {
    margin-top: 15px;
}

/* icons wrapper */
.checkout_payment_left .wc_payment_method label img {
    height: 30px;
    width: auto;
    margin-right: 10px;
}

/* hide payment description if needed */
.checkout_payment_left .payment_box {
    background: transparent;
    padding: 0;
    border: none;
}

.checkout_payment_left .wc_payment_method label img {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 6px 10px;
    height: 32px;
}

.checkout_payment_left .payment_box {
    display: none !important;
}








/* start address radio */


.saved_address_wrapper{
width: 100%;
}

.saved_address_wrapper .checkout_form_title{
    margin-bottom: 22px;
}

/* address card */

.address_card{
display:block;
margin-bottom:20px;
cursor:pointer;
}

.address_card input{
display:none;
}

.address_card_inner{
display:flex;
gap:20px;
align-items:flex-start;
border:1px solid #d9d9d9;
border-radius:12px;
padding:25px;
position:relative;
transition:0.3s;
background:#fff;
}

/* icon */

.address_icon{
font-size:26px;
color:#c24b1e;
}

/* text */

.left_main_checkout .fs-24 {
    font-weight: 600;
    margin-bottom: 25px;
    color: #000000;
    font-family: var(--nooni-main-font-family);
}

.saved_address_wrapper .address_content {
    margin-bottom: 15px;
    color: #000000;
    letter-spacing: 0;
    font-size: min(max(16px, 0.9375vw), 18px);
}

.saved_address_wrapper .address_content .address_text{
    line-height: 1.5;
}

.saved_address_wrapper .address_content .contact {
    margin-top: 18px;
    padding-bottom: 5px;
}



/* check icon */

.address_check{
position:absolute;
right:20px;
top:20px;
width:18px;
height:18px;
border-radius:4px;
border:2px solid var(--theme-orange-red);
}

/* selected */

.address_card input:checked + .address_card_inner{
border-color: var(--theme-orange-red);
}

.address_card input:checked + .address_card_inner .address_check{
background:var(--theme-orange-red);
}

/* button */



/* end address radio */





/* start  */


/* Right checkout container */
.right_main_checkout {
   
}

/* Heading */
.right_main_checkout #order_review_heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2e2e2e;
    font-family: var(--theme-font-lato);
}

/* Product list */
.right_main_checkout .woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
}

.right_main_checkout .woocommerce-checkout-review-order-table thead tr{
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    width: 100%;
}

/* product row */
.right_main_checkout .woocommerce-checkout-review-order-table tbody tr.cart_item {
    padding: 14px 0;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    column-gap: 10px;
}

.right_main_checkout .woocommerce-checkout-review-order-table tbody tr.cart_item .gs-order-summary-item + *{
    display: none;
}

.right_main_checkout .woocommerce-checkout-review-order-table tbody tr.cart_item .product-quantity{
    display: none;
}

.right_main_checkout .woocommerce-checkout-review-order-table tbody .cart_item .product-total{
    display: none;
}

.right_main_checkout .woocommerce-checkout-review-order-table .product-name .gs-order-summary-item{
    border-bottom: none;
    padding: 0;
}

/* product name */
.right_main_checkout .woocommerce-checkout-review-order-table .product-name {
   font-weight: 400 !important;
    font-size: min(max(16px, 0.9375vw), 18px) !important;
    color: var(--theme-brown-light) !important;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.right_main_checkout .woocommerce-checkout-review-order-table thead{
    display: none;
}

/* author name */
.right_main_checkout .woocommerce-checkout-review-order-table .product-name a {
    display: block;
    font-size: 30px;
    color: #000;
    text-decoration: none;
    margin-top: 4px;
}

.right_main_checkout .woocommerce-checkout-review-order-table .product-name a:hover{
    color: #000;
}

/* price */
.right_main_checkout .woocommerce-checkout-review-order-table .product-total {
    font-weight: 400 !important;
    font-size: min(max(16px, 0.9375vw), 18px) !important;
    color: var(--theme-brown-light) !important;
    width: 100%;
    flex: 1;
    padding: 0 !important;
    margin: 0 !important;
}

.right_main_checkout .woocommerce-checkout-review-order-table .product-total .woocommerce-Price-amount{
    font-weight: 400 !important;
    font-size: min(max(16px, 0.9375vw), 18px) !important;
    color: var(--theme-brown-light) !important;
}

/* Promo code section */
.right_main_checkout .checkout_coupon.woocommerce-form-coupon {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.right_main_checkout .checkout_coupon input.input-text {
    flex: 1;
    height: 44px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 0 12px;
}

.right_main_checkout .checkout_coupon button {
    height: 44px;
    padding: 0 18px;
    background: #e6ddd5;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.right_main_checkout .woocommerce-checkout-review-order-table tfoot th {
    padding: 0 !important;
    font-weight: 400 !important;
    font-size: min(max(16px, 0.9375vw), 18px) !important;
    color: var(--theme-brown-light) !important;
}

.right_main_checkout .woocommerce-checkout-review-order-table tfoot td {
    padding: 0 !important;
    font-size: min(max(16px, 0.9375vw), 18px) !important;
    font-weight: 400 !important;
    color: var(--theme-brown-light) !important;
}

.right_main_checkout .woocommerce-checkout-review-order-table tfoot span {
    font-size: min(max(16px, 0.9375vw), 18px) !important;
    font-weight: 400 !important;
    color: var(--theme-brown-light) !important;
}

.right_main_checkout .woocommerce-checkout-review-order{
    margin-bottom: 0 !important;
}

/* totals section */
.right_main_checkout .woocommerce-checkout-review-order-table tfoot tr {
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
}

.right_main_checkout .woocommerce-checkout-review-order-table tfoot .checkout-coupon-row td{
    width: 100%;
}

.right_main_checkout .woocommerce-checkout-review-order-table tfoot .checkout-coupon-row .coupon-group{
    display: flex;
}

.right_main_checkout .woocommerce-checkout-review-order-table tfoot .checkout-coupon-row .coupon-group .input-text{
    height: 50px;
    margin: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.right_main_checkout .woocommerce-checkout-review-order-table tfoot .checkout-coupon-row .coupon-group .apply_coupon{
    height: 50px;
    background: linear-gradient(to bottom, #b7410e, #7a1f00);
    font-size: 16px;
    border: none;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    min-width: max-content;
}

.right_main_checkout .woocommerce-checkout-review-order-table tfoot th,
.right_main_checkout .woocommerce-checkout-review-order-table tfoot td {
    font-size: 15px;
    font-weight: 500;
}

/* Grand total */
.right_main_checkout .woocommerce-checkout-review-order-table .order-total {
    background: var(--theme-orange-red);
    color: var(--theme-white);
    padding: 12px 16px;
    border-radius: 6px;
    margin-top: 20px;
}

.right_main_checkout .woocommerce-checkout-review-order-table .order-total th{
    color: var(--theme-white) !important;
}

.right_main_checkout .woocommerce-checkout-review-order-table .order-total th,
.right_main_checkout .woocommerce-checkout-review-order-table .order-total td {
    color: var(--theme-white);
    font-size: 16px;
    font-weight: 600;
}

.right_main_checkout .woocommerce-checkout-review-order-table .order-total th{
    color: var(--theme-white);
}

.right_main_checkout .woocommerce-checkout-review-order-table .order-total td{
    color: var(--theme-white);
}

.right_main_checkout .woocommerce-checkout-review-order-table .order-total td strong{
    color: var(--theme-white);
}

.right_main_checkout .woocommerce-checkout-review-order-table .order-total td .woocommerce-Price-amount{
    color: var(--theme-white) !important;
}

.right_main_checkout .woocommerce-checkout-review-order-table .order-total td .woocommerce-Price-amount span{
    color: var(--theme-white) !important;
}

.right_main_checkout .woocommerce-checkout-review-order-table tfoot tr.tax-rate{
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 15px;
}

/* end */






/* start media query */

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

.left_main_checkout{
    width: 100%;
}

.left_main_checkout .col-1{
    margin-bottom: 0px !important;
}

}

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

.form_left {
    width: 100%;
}

.form_left.small_box {
    width: 100%;
}

.gc-payment-icons img {
    height: 17px;
}

.gc-payment-title {
    font-size: 14px;
}

.form_left.small_select_box::before{
    bottom: 23px;
}

}


/* end media query */