body {
    background-color: #ffffff !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container--fluid {
    padding: 0 6%;

}

.container-fluid {
    padding: 0;
}

figure {
    margin: 0 !important;
    padding: 0 !important;
}

figure img {
    width: 100%;
}

main {
    padding: 30px 0 !important;
}

input::placeholder,
select {
    color: rgba(0, 0, 0, 0.8) !important;
}

abbr {
    text-decoration: none !important;
}

.iti {
    width: 100%;
}

.iti input,
.iti input[type=tel] {
    padding-left: 50px !important;
}

.iti__flag-container {
    bottom: auto;
}

.iti__selected-flag {
    padding: 12px 10px 10px 10px;
}

/* .form-field-inputs-inner input[type="email"]:focus,
.form-field-inputs-inner input[type="email"]:focus-visible,
.form-field-inputs-inner input[type="password"]:focus,
.form-field-inputs-inner input[type="password"]:focus-visible,
.form-field-inputs-inner input[type="text"]:focus,
.form-field-inputs-inner input[type="text"]:focus-visible,
.form-field-inputs-inner textarea:focus,
.form-field-inputs-inner textarea:focus-visible {
    border-color: #BDA371 !important;
}

.form-select:focus,.otp-inputs input[type="text"]:focus-visible {
    box-shadow: unset;
   border-color: #BDA371 !important;
} */

.form-field-inputs-inner input[type="password"]:focus-visible,
.form-field-inputs-inner input[type="text"]:focus-visible,
.form-field-inputs-inner input[type="tel"]:focus-visible,
.form-field-inputs-inner input[type="email"]:focus-visible,
.form-field-inputs-inner select:focus-visible,
textarea.form-control:focus-visible {
    border-color: #ccc !important;
}


.form-field-inputs-inner .form-control:focus,
.form-field-inputs-inner .form-control:focus-visible,
.form-field-inputs-inner .form-control:focus,
.form-field-inputs-inner .form-control:focus-visible,
.form-field-inputs-inner .form-control:focus,
.form-field-inputs-inner .form-control:focus-visible,
textarea.form-control:focus-visible,
.form-control:focus {
    box-shadow: unset !important;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 42px !important;
    /* margin: 0 0 -4px; */
    user-select: none;
    -webkit-user-select: none;
    padding: 5px 0;
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}


.checkout-header {
    display: flex;
    justify-content: center;
    background: #fff;
}

.checkout-steps {
    background-color: #fff;
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    font-family: 'Figtree', sans-serif;
}

.checkout-steps .steps {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 16px;
}

.checkout-steps .step {
    position: relative;
    font-size: 20px;
    color: rgba(162, 163, 177, 1);
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    cursor: pointer;
}
.checkout-steps .step a {
    color: rgba(162, 163, 177, 1);
}

.checkout-steps .step.active {
    color: #0b0b2a;
    /* dark navy */
    font-weight: 600;
}

.checkout-steps .step:not(:last-child)::after {
    content: url(/wp-content/themes/dellastore/newhome/images/checkout/checkout-arrow-right.svg);
    padding-left: 20px;
}

.checkout-title,
.checkout-subtitle {
    margin-bottom: 8px;
    color: rgba(23, 23, 23, 1);
    font-size: 34px;
    font-family: 'Figtree', sans-serif;
}

.checkout-subtitle {
    font-size: 22px;
}

.checkout-section-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.checkout-form {
    width: 100%;
}

.checkout-section-form {
    width: 100%;
    align-items: flex-start;

}

.checkout-section-form .checkout-Forms {
    padding-right: 20px;
}

.different-address-block select {
    padding: 10px;
}

select.form-control:not([size]):not([multiple]) {
    height: 100%;
}

.woocommerce-billing-fields label,
.woocommerce-shipping-fields label {
    display: block;
    margin-top: 0;

}

.woocommerce-billing-fields input,
.woocommerce-shipping-fields textarea {
    padding: 10px 10px 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

.deliveryAdress {
    /* width: calc(64% - 0px); */
    margin-bottom: 30px;
    background: #f2f2f2;
    padding: 15px;
    border: 1px dashed #d4ad68;
    background: #f2f2f2;
    box-shadow: 5px 5px 10px #00000034;
    border-radius: 10px;
}

.deliveryAdress-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.deliverytext {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.deliveryAdress img {
    width: 21px;
    margin-right: 5px;
}

.listofadrress {
    /* width: calc(64% - 0px); */
    margin-bottom: 8px;
    /* padding: 16px; */
    /* background-color: #fff6f4; */
    display: block;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
}

.listofadrress-Container {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    padding: 20px 15px 20px;
    background-color: #fff6f4;
    border: 1px solid #eaeaec;
    box-shadow: 0 0 4px rgba(40, 44, 63, .2);
    /* align-items: center; */
    font-size: 16px;
    color: black;
    white-space: nowrap;
}

.addresslist-radio {
    display: flex;
    /* align-items: center; */
    cursor: pointer;
    padding-top: 5px;
    width: 100%;
}

.addresslist-radio input {
    display: none;
}

.radio-mark {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #d4ad68;
    position: relative;
}

.addresslist-radio input:checked+.radio-mark::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #d4ad68;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.listofadrress-Container button {
    background: transparent;
    border: 1px solid #d4ad68;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: bold;
}

.editAddressBtn {
    margin-left: 10px;
}

.listofadrress-title {
    margin-left: 20px;
}

.listofadrress-addressName-highlight {
    font-weight: bold;
}

.listofadrress-addressName {
    margin-bottom: 12px;
}

.listofadrress-subText {
    font-size: 14px;
    opacity: 0.8;
}

.listofadrress-subTextMobile {
    font-size: 14px;
    margin-top: 10px;
}

.listofadrresschangeBtnDesktop {
    margin-top: 20px;
}

.address-details-block {
    width: calc(65% - 0px);
    margin-right: 20px;
    display: none;
}

/* .listofadrresschangeBtnDesktop {
    width: 30%;
    text-align: right;
} */

.err {
    color: red;
    font-size: 14px;
}

.newaddressbtn {
    color: #d4ad68;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    text-decoration: underline;
}

.newaddressbtn:hover .tooltip {
    display: block;
}

.newAddress {
    position: relative;
}

.addformsection-block {
    transition: all 0.5s ease-in-out;
}

.heading {
    margin-bottom: 20px;
    padding-left: 15px;
    color: black;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    display: inline-block;
}

.order-summary-card {
    margin-bottom: 30px;
    padding: 0 15px 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D4AD68;
}

.order-summary-card figure {
    width: calc(25% - 0px);
    margin-right: 20px;
    margin-bottom: 0;
}

.order-summary-card-details {
    width: calc(60% - 0px);
}

.orderitemtitle {
    margin-bottom: 40px;
    color: black;
    font-size: 16px;
    font-weight: 700;
    font-family: "Figtree", sans-serif;
}

.orderprice {
    color: #D4AD68;
    font-size: 22px;
    font-weight: 700;
    font-family: "Figtree", sans-serif;
}

.orderquantity {
    color: black;
    font-size: 16px;
    font-family: "Figtree", sans-serif;
}

.summary-details p {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    color: black;
}

.orderpricesummary {
    padding: 15px;
}

.quantityblock {
    display: flex;
    justify-content: space-between;
}

.formsinput input,
textarea {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    color: #000;
    font-size: 14px;
    outline: none;
}

.gsttext span {
    font-size: 12px;
    font-weight: 600;
}

.gsttext .price {
    font-size: 16px;
}

.summarydiscount {
    font-size: 16px !important;
}

.placeOrder {
    width: 100%;
    padding: 12px;
    margin-top: 20px;
    border: 1px solid #d4ad68;
    display: flex;
    justify-content: center;
    background-color: #d4ad68;
    border-radius: 15px;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    outline: none;
}

.labeltitle {
    margin-bottom: 15px;
    color: black;
    font-size: 18px;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    line-height: 0;
}

.subtitle {
    margin-top: 40px;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

.form-wrapper-inputs {
    margin-top: 30px;
}

.form-field-block3,
.form-field-block2 {
    display: flex;
    justify-content: space-between;
}

.form-field-inputs-inner {
    width: 100%;
    margin-right: 10px;
}

.form-field-inputs-inner:last-child {
    margin-right: 0;
}

.form-field-inputs {
    margin-bottom: 24px;
}

.form-field-inputs-bottomblock {
    display: flex;
    margin-top: 0;
}

.form-field-inputs-bottomblock .form-field-inputs {
    /* margin-bottom: 30px; */
    width: 50%;
    margin-right: 10px;
}

.form-field-inputs-bottomblock .form-field-inputs:last-child {
    margin-right: 0;
}


.form-field-inputs-submit input {
    background-color: #D4AD68;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
}


.form-field-checked input[type="checkbox"] {
    display: none;
}

/* Custom checkbox design */
.form-field-checked input[type="checkbox"]+label {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 200;
    font-family: "Figtree", sans-serif;
    gap: 8px;
    color: black;
    z-index: 3;
}

/* Custom checkbox box */
.form-field-checked input[type="checkbox"]+label::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #D4AD68;
    display: inline-block;
    border-radius: 4px;
    transition: 0.2s;
}

/* Checked state */
.form-field-checked input[type="checkbox"]:checked+label::before {
    content: "✔";
    color: black;
    background-color: #E6E6E6;
    text-align: center;
    line-height: 15px;
    font-size: 14px;
    font-weight: bold;
}

.form-fields-checkbox {
    display: flex;
    margin-top: 20px;
}

.form-field-checked {
    margin-right: 20px;
}

#checkoutLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    display: none;
    z-index: 9999;
}

.checkoutLoader-inner {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: relative;
    top: 0;
}

.checkoutLoader-inner img {
    width: 100px;
}

#checkoutLoader .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #000;
}




@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}


/* .addaddressmodal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.modal-content {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 8px;
    width: 50%;
    max-width: 600px;
    position: relative;
    top: 18%;
    text-align: center;
    margin: 0 auto;
} */

.sbu-category {
    font-size: 14px;
    font-family: "Figtree", sans-serif;
}

.billing-section-form {
    display: none;
}

.address-heading {
    margin-bottom: 10px;
    color: black;
    opacity: 0.6;
    font-weight: 700;
    font-size: 14px;
    font-family: "Figtree", sans-serif;
}

#billingAddressDisplay {
    margin-bottom: 50px;
}

.addaddressmodal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    padding-top: 100px;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: #f2f2f2;
    width: 90%;
    max-width: 600px;
    height: auto;
    max-height: 90vh;
    overflow-y: auto;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
}

/* Close button styling */
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    cursor: pointer;
    color: #333;
}

.addaddressmodal .formsinput input {
    padding: 8px 12px;
    margin-bottom: 0;
}

.addaddressmodal .subtitle {
    margin-top: 25px;
}

.addaddressmodal .form-field-inputs {
    margin-bottom: 10px;
}

.addaddressmodal .form-field-inputs-bottomblock {
    margin-top: 20px;
}

.addaddressmodal .form-field-inputs-bottomblock {
    margin-top: 15px;
}


.tooltip {
    display: none;
    position: absolute;
    background-color: #D4AD68;
    color: #fff;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 4px;
    top: 50px;
    /* Adjust as needed */
    left: 10px;
    z-index: 10;
    animation: fadeInOut 2s ease-in-out;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    20% {
        opacity: 1;
        transform: translateY(0px);
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.custom-select-group {
    position: relative;
    flex: 1;
}

.select-box {
    width: 100%;
    padding: 15px 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    border-radius: 10px !important;
    border: 1px solid #ced4da;
    padding: 10px 12px !important;
    font-family: 'Figtree', sans-serif;
}

.select-box:focus {
    border-color: #d0d0d0;
}

.select-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 40px;
    height: auto;
}

.select-icon svg {
    width: 100%;
    height: 100%;
    fill: #999;
}


.checkoutstreetaddress-input,
.form-field-state-block {
    width: 100%;
}

.checkoutstreetaddress-input textarea {
    width: 100%;
    resize: none;
}

.checkoutstreetaddress-input {
    margin-right: 10px;
}

.form-field-state-block .form-field-inputs-inner {
    margin-bottom: 25px;
}


.form-wrapper-inputs-addresstype {
    margin: 35px 0 20px;
}

.form-field-inputs-addresstype-inner {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

/* Hide native radio */
.form-field-inputs-addresstype-inner input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* Custom circle */
.form-field-inputs-addresstype-inner label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 16px;
    color: rgba(10, 10, 10, 1);
}

.form-field-inputs-addresstype-inner label::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(118, 118, 118, 1);
    background-color: #fff;
    transition: all 0.2s ease;
}

/* Filled circle when checked */
.form-field-inputs-addresstype-inner input[type="radio"]:checked+label::after {
    content: "";
    position: absolute;
    left: 4px;
    top: -6px;
    width: 12px;
    height: 12px;
    background-color: #BDA371;
    /* Blue fill */
    border-radius: 50%;
    transition: all 0.2s ease;
}

/* Change border when selected */
.form-field-inputs-addresstype-inner input[type="radio"]:checked+label::before {
    border-color: rgba(118, 118, 118, 1);
}

/* Hover effect */
.form-field-inputs-addresstype-inner label:hover::before {
    border-color: rgba(118, 118, 118, 1);
}



.cart-page--wrapper-right {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08),
        0 4px 12px rgba(0, 0, 0, 0.06);
    padding: 24px;

    .order--summary-title {
        font-size: 18px;
        font-family: "Figtree", light;
        color: #171717;
    }

    .order--summary-list {
        list-style: none;
        padding: 0;
        margin-top: 20px;
    }

    .order--summary-item,
    .order--summary-total {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .order--summary-item-discount,
    .order--summary-item-heading,
    .order--summary-item-amount,
    .order--summary-text {
        font-weight: 500;
        font-family: "Figtree", light;
        font-size: 17px;
    }

    .order--summary-item-discount {
        color: #BDA371;
    }

    .order--summary-item-heading {
        color: #525252;
    }

    .order--summary-item-amount,
    .order--summary-tex {
        color: #171717;
    }

    .order--summary-total {
        padding-top: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }

    .order--summary-totalamount {
        font-weight: 500;
        font-family: "Figtree", light;
        font-size: 20px;
    }

    .order--summary-coupon-title {
        color: #525252;
        font-weight: 500;
        font-family: "Figtree", light;
        font-size: 17px;
        cursor: pointer;
    }

    .order--summary-coupon-title i {
        color: #BDA371;
    }

    .order--summary-coupon-input {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.7s ease;
    }

    .order--summary-coupon-input.active {
        max-height: 45px;
        overflow: visible;
        transition: max-height 0.7s ease;
    }

    .coupon-input {
        background-color: #F5F5F5;
        width: 80%;
        border: 1px solid #F5F5F5;
        padding: 8px;
        margin-right: 5px;
    }

    .apply-btn {
        width: 18%;
        border: 1px solid #B99B57;
        color: #B99B57;
        font-family: "Figtree", light;
        padding: 8px;
        font-size: 14px;
        background: none;
        transition: all 0.5s ease-in;
    }

    .apply-btn:hover {
        background-color: #BDA371;
        color: #fff;
    }

    .order--summary-proceed-btn .proceed-btn {
        width: 100%;
        padding: 10px;
        text-align: center;
        font-family: "Figtree", light;
        font-size: 16px;
        color: #fff;
        background: #BDA371;
        border: 1px solid #BDA371;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .secure-text {
        margin-top: 20px;
        color: #737373;
        font-family: "Figtree", light;
        font-size: 12px;
        text-align: center;
        line-height: 0;
    }

    .order--summary-additionalinfo {
        margin-top: 30px;
        padding: 20px 0 0;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }

    .order--summary-additionalinfo li {
        color: #737373;
        font-family: "Figtree", light;
        font-size: 12px;
        list-style-position: inside;
    }

}

 .formsinput .payment-label input {
    width: auto;
}

.cart--page-items {
    position: relative;
    overflow: hidden;
}

.cart--page-items-card {
    margin-bottom: 20px;
    background-color: #F3F3F3;
    padding: 0 20px 20px;
    position: relative;
    align-items: center;
}

.cart--page-items-count,
.cart--page-items-quantity {
    text-align: right;
}

.cart--page-items-count {
    color: #737373;
    font-family: "Figtree", light;
    font-size: 14px;
}

.cart--page-items-title {
    color: #000;
    font-size: 18px;
    font-family: "Figtree", Regular;
    font-weight: 400;
}

.cart--page-items-subtitle {
    color: #737373;
    font-size: 14px;
    font-family: "Figtree", light;
    margin-top: 10px;
    font-weight: 400;
}

.cart--page-items-sku,
.cart--page-items-size {
    color: #737373;
    font-size: 12px;
    font-family: "Figtree", light;
    margin-top: 10px;
    font-weight: 400;
}

.cart--page-items-price {
    margin-bottom: 10px;
    word-break: break-word;
}

.old-price {
    color: #A1A1A1;
    font-size: 13px;
    font-family: "Figtree", light;
    text-decoration: line-through;
}

.new-price {
    color: #000;
    font-size: 18px;
    font-family: "Figtree", light;
}

.close-item {
    position: absolute;
    top: 10px;
    right: 15px;
    margin-bottom: 10px;
    border: 0;
    background: none;
    z-index: 2;
}

.close-item i {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: bold;
}

.cart--page-items-content {
    padding-top: 20px;
    padding-left: 20px;
}

.cart--page-items-quantity {
    padding-top: 20px;
    align-self: self-end;
}

.card-details-quantity {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.card-details-quantity-inner {
    width: 65%;
    text-align: right;
    border: 1px solid #E5E5E5;
    line-height: 0;
    padding: 5px 0;
    display: flex;
    justify-content: center;
}

.quantity-input {
    width: 50%;
    text-align: center;
    border: 0;
    background: none;
    color: #0A0A0A;
    font-size: 20px;
}

.quantity-btn {
    border: none;
    font-size: 24px;
}

.error {
    color: #d93025;
    font-size: 13px;
    display: block;
    margin-top: 5px;
    text-transform: capitalize;
}

.input-error {
    border-color: #d93025 !important;
}


/* Order Journey Starts Here */


.product-scenarios-title {
    color: rgba(51, 51, 51, 1);
    font-family: "Figtree", light;
    font-weight: 500;
}

.product-scenarios-description {
    font-family: "Figtree", light;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(75, 75, 75, 1);
}

.product-scenarios-btn {
    display: inline-block;
    background-color: #b5925a;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    transition: background-color 0.3s;
}

.product-scenarios-btn:hover {
    background-color: #a37f4c;
}

.product-scenarios-summary {
    background: #f6f6f6;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 auto 25px;
    font-family: "Figtree", sans-serif;
}

.product-scenarios-categories-explore a {
    font-size: 18px;
    color: #333;
    margin-bottom: 40px;
    font-weight: 500;
    font-family: "Figtree", sans-serif;
    text-decoration: unset;
}

.product-scenarios-categories-explore a:hover {
    color: #333;
}

.product-scenarios-btn-two {
    background: #fff;
    border: 1px solid #BDA371;
    color: #333;
    padding: 10px 26px;
    border-radius: 10px;
    font-size: 14px;
}

.product-scenarios-categories-title {
    font-size: 14px;
    color: rgba(75, 75, 75, 1);
}

.product-scenarios-categories-list a {
    border: 1px solid #BDA371;
    border-radius: 50px;
    font-size: 13px;
    padding: 10px 15px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    color: rgba(75, 75, 75, 1);
}

.product-scenarios-categories-list a:hover {
    border: 1px solid #BDA371;
    border-color: #BDA371;
    color: rgba(75, 75, 75, 1);
}

.payment-method-option {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  padding: 18px 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.payment-method-option:hover {
  border-color: #c7a55d;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.payment-method-option.active {
  border-color: #c7a55d;
  background-color: #fffaf3;
  box-shadow: 0 0 0 2px rgba(199,165,93,0.25);
}

.payment-label {
    width: 100%;
    cursor: pointer;
}

/* Hide native radio */
.payment-method-option input[type="radio"] {
  display: none;
}

/* Checkmark icon */
.checkmark {
  font-size: 20px;
  color: #c7a55d;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  right: 20px;
  top: 22px;
}

.payment-method-option.active .checkmark {
  opacity: 1;
}



/* === PAYMENT METHOD STYLING (Match new structure) === */
.wc_payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Each payment option card */
.wc_payment_method {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  padding: 18px 20px;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  cursor: pointer;
}

/* Hover effect */
.wc_payment_method:hover {
  border-color: #c7a55d;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

/* Active state (selected) */
.wc_payment_method input[type="radio"]:checked + label {
  border-color: #c7a55d;
  background-color: #fffaf3;
  box-shadow: 0 0 0 2px rgba(199,165,93,0.25);
  border-radius: 12px;
}

/* Hide native radio button */
.wc_payment_method input[type="radio"] {
  display: none;
}

/* Label as clickable block */
.wc_payment_method label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  position: relative;
}

/* Payment title text */
.wc_payment_method label {
  font-weight: 600;
  color: #222;
  font-size: 16px;
}

/* Description text (if present) */
.payment_box {
  margin-top: 10px;
  padding: 10px 15px;
  border-top: 1px solid #eee;
  font-size: 14px;
  color: #666;
  display: none;
}

/* Show active payment box */
.wc_payment_method input[type="radio"]:checked ~ .payment_box {
  display: block;
}

/* Card logos inside labels */
.wc_payment_method label img {
  height: 20px;
  margin-left: 6px;
  vertical-align: middle;
}

/* Checkmark icon */
.wc_payment_method label::after {
  content: "\f26e"; /* Bootstrap icon: bi-check-circle-fill */
  font-family: "bootstrap-icons";
  font-size: 20px;
  color: #c7a55d;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 22px;
  transition: opacity 0.3s ease;
}

/* Show checkmark when selected */
.wc_payment_method input[type="radio"]:checked + label::after {
  opacity: 1;
}


/* Branding area */
/* .gateway-branding {
  margin-top: 12px;
  border-top: 1px solid #eee;
  padding-top: 10px;
} */


@media screen and (max-width: 1024px) {
    aside {
        width: 100% !important;
        margin-top: 20px;
    }

    .checkout-section-form {
        flex-direction: column;
    }

    .checkout-section-form .checkout-Forms {
        padding-right: 0;
        width: 100%;
    }

    .container--fluid {
        padding: 0 4%;
    }

    aside {
        margin-top: 20px !important;
    }
}

@media (max-width: 767px) {
    .order-details-wrapper .order-progress {
        gap: 15px;
    }

    .order-details-wrapper .step .icon {
        width: 40px;
        height: 40px;
    }

    .order-details-wrapper .step:not(:last-child)::after {
        content: "";
        position: absolute;
        right: -50%;
        bottom: 60px;
        width: 78%;
    }

    .order-details-wrapper .step .icon img {
        width: 50%;
    }

    .order-details-wrapper .order-progress {
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {

    main {
        padding: 20px 0 !important;
    }

    .checkout-steps {
        padding: 20px 0;
    }

    .checkout-section-block {
        flex-direction: column;
        align-items: unset;
    }

    .address-details-block {
        width: 100%;
        margin-right: 0;
    }

    .listofadrress-Container {
        white-space: normal;
    }

    .checkout-section-form,
    aside {
        width: 100%;
    }


    aside {
        margin-top: 50px;
    }

    .form-field-block3,
    .form-field-block2 {
        flex-direction: column;
    }

    .form-field-block2 .form-field-inputs-inner {
        width: 100%;
        margin-bottom: 20px;
    }

    .form-field-inputs-inner {
        margin-bottom: 20px;
    }

    .form-field-inputs {
        margin-bottom: 0;
    }

    .checkoutstreetaddress-input {
        margin-bottom: 20px;
    }

    .form-field-inputs-bottomblock .form-field-inputs {
        width: 100%;
        margin-right: 0;
    }

    .addaddressmodal .form-field-inputs.form-field-block2,
    .addaddressmodal .form-field-inputs.form-field-block3 {
        margin-bottom: 0;
    }

    .addaddressmodal .form-field-inputs {
        margin-bottom: 20px;
    }

    .form-field-inputs-bottomblock {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }

    .form-field-inputs-addresstype-inner {
        margin-bottom: 20px;
    }

    .addaddressmodal .form-field-inputs-bottomblock {
        margin-top: 0;
    }

    .addaddressmodal .form-field-inputs-bottomblock .form-field-inputs-inner {
        margin-bottom: 0;
    }

    .modal-content {
        max-height: 80vh;
    }

    .form-field-inputs-gst {
        width: 100% !important;
    }

    .order-container {
        width: 90%;
        flex-direction: column;
    }

    .order-left,
    .order-right {
        width: 100%;
    }

    .cart--page-items-count,
    .cart--page-items-quantity {
        text-align: center;
    }

    .form-wrapper-inputs-addresstype {
        margin-bottom: 0;
    }

    aside {
        margin-top: 0 !important;
    }

    .card-order-items-content,
    .buttons {
        flex-direction: column;
    }

    .category-buttons button {
        padding: 8px 18px;
    }

    .order-details-wrapper .card-order-items .text-content {
        width: auto;
    }

    /* .woocommerce .row {
        margin-left: 0;
        margin-right: 0;
    } */

    /* .container--fluid {
        padding: 0;
    } */
}