/* =========================================================
   MASALA ZONE PRO
   CHECKOUT PAGE
   ========================================================= */

.mz-checkout-page{
    width:100%;
    padding:70px 20px 90px;
    background:#faf8f4;
    box-sizing:border-box;
}

.mz-checkout-page *,
.mz-checkout-page *::before,
.mz-checkout-page *::after{
    box-sizing:border-box;
}

.mz-checkout-container{
    width:100%;
    max-width:1200px;
    margin:0 auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.mz-checkout-header{
    text-align:center;
    margin-bottom:50px;
}

.mz-checkout-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 16px;
    border-radius:50px;
    background:#fff0e8;
    color:#c85b2d;
    font-size:12px;
    font-weight:700;
    letter-spacing:1.5px;
    margin-bottom:15px;
}

.mz-checkout-header h1{
    margin:0;
    color:#211812;
    font-size:46px;
    line-height:1.15;
    font-weight:800;
}

.mz-checkout-header p{
    margin:15px auto 0;
    max-width:600px;
    color:#746a63;
    font-size:16px;
    line-height:1.7;
}


/* =========================================================
   MAIN GRID
   ========================================================= */

.mz-checkout-grid{
    display:grid;
    grid-template-columns:minmax(0,1.55fr) minmax(340px,.85fr);
    gap:30px;
    align-items:start;
}


/* =========================================================
   FORM CARD
   ========================================================= */

.mz-checkout-form-card{
    background:#ffffff;
    border:1px solid #eee7e1;
    border-radius:22px;
    padding:35px;
    box-shadow:0 12px 40px rgba(47,31,20,.06);
}


/* =========================================================
   SECTION TITLES
   ========================================================= */

.mz-checkout-section-title{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:28px;
}

.mz-checkout-section-title > span{
    flex:0 0 42px;
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#c85b2d;
    color:#fff;
    font-size:14px;
    font-weight:800;
}

.mz-checkout-section-title h2{
    margin:0 0 4px;
    color:#211812;
    font-size:21px;
    font-weight:750;
}

.mz-checkout-section-title p{
    margin:0;
    color:#8b817a;
    font-size:13px;
    line-height:1.5;
}

.mz-delivery-title{
    margin-top:40px;
}

.mz-payment-title{
    margin-top:40px;
}


/* =========================================================
   FORM ROW
   ========================================================= */

.mz-form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}


/* =========================================================
   FORM GROUP
   ========================================================= */

.mz-form-group{
    margin-bottom:20px;
}

.mz-form-group label{
    display:block;
    margin-bottom:8px;
    color:#30251f;
    font-size:13px;
    font-weight:700;
}

.mz-form-group label span{
    color:#9b928c;
    font-weight:400;
}

.mz-form-group input,
.mz-form-group textarea{
    width:100%;
    display:block;
    border:1px solid #e4ddd7;
    background:#fcfbfa;
    color:#211812;
    border-radius:12px;
    padding:14px 15px;
    font-family:inherit;
    font-size:14px;
    outline:none;
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.mz-form-group input{
    height:50px;
}

.mz-form-group textarea{
    min-height:105px;
    resize:vertical;
    line-height:1.6;
}

.mz-form-group input::placeholder,
.mz-form-group textarea::placeholder{
    color:#aaa29c;
}

.mz-form-group input:focus,
.mz-form-group textarea:focus{
    border-color:#c85b2d;
    background:#fff;
    box-shadow:0 0 0 4px rgba(200,91,45,.09);
}


/* =========================================================
   PAYMENT OPTIONS
   ========================================================= */

.mz-payment-options{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.mz-payment-option{
    position:relative;
    display:flex;
    align-items:center;
    gap:13px;
    padding:17px;
    border:1px solid #e6dfd9;
    border-radius:14px;
    background:#fff;
    cursor:pointer;
    transition:
        border-color .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.mz-payment-option:hover{
    border-color:#d9a58e;
}

.mz-payment-option input{
    position:absolute;
    opacity:0;
    pointer-events:none;
}

.mz-payment-radio{
    flex:0 0 20px;
    width:20px;
    height:20px;
    border:2px solid #cfc7c1;
    border-radius:50%;
    position:relative;
}

.mz-payment-option input:checked + .mz-payment-radio{
    border-color:#c85b2d;
}

.mz-payment-option input:checked + .mz-payment-radio::after{
    content:"";
    position:absolute;
    width:10px;
    height:10px;
    left:3px;
    top:3px;
    border-radius:50%;
    background:#c85b2d;
}

.mz-payment-option:has(input:checked){
    border-color:#d9a58e;
    background:#fffaf7;
    box-shadow:0 5px 18px rgba(200,91,45,.06);
}

.mz-payment-content{
    display:flex;
    flex-direction:column;
    gap:3px;
}

.mz-payment-content strong{
    color:#2b201a;
    font-size:14px;
}

.mz-payment-content small{
    color:#8d837c;
    font-size:12px;
}


/* =========================================================
   ORDER SUMMARY
   ========================================================= */

.mz-order-summary-card{
    position:sticky;
    top:30px;
    background:#211812;
    color:#fff;
    border-radius:22px;
    padding:28px;
    box-shadow:0 18px 50px rgba(33,24,18,.18);
}

.mz-summary-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:15px;
    padding-bottom:22px;
    border-bottom:1px solid rgba(255,255,255,.1);
}

.mz-summary-header > div:first-child > span{
    display:block;
    color:#d99879;
    font-size:10px;
    font-weight:800;
    letter-spacing:1.5px;
    margin-bottom:5px;
}

.mz-summary-header h2{
    margin:0;
    color:#fff;
    font-size:24px;
    font-weight:750;
}

.mz-summary-count{
    white-space:nowrap;
    color:#bdb3ac;
    font-size:12px;
    padding-top:4px;
}

.mz-summary-count span{
    color:#fff;
    font-weight:700;
}


/* =========================================================
   CHECKOUT ITEMS
   ========================================================= */

.mz-checkout-items{
    padding:20px 0;
    max-height:390px;
    overflow-y:auto;
}

.mz-checkout-items::-webkit-scrollbar{
    width:5px;
}

.mz-checkout-items::-webkit-scrollbar-thumb{
    background:rgba(255,255,255,.2);
    border-radius:10px;
}

.mz-checkout-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:12px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.mz-checkout-item:last-child{
    border-bottom:0;
}

.mz-checkout-item-image{
    flex:0 0 58px;
    width:58px;
    height:58px;
    border-radius:10px;
    overflow:hidden;
    background:#342923;
}

.mz-checkout-item-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.mz-checkout-item-info{
    min-width:0;
    flex:1;
}

.mz-checkout-item-name{
    margin:0 0 5px;
    color:#fff;
    font-size:13px;
    font-weight:700;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.mz-checkout-item-meta{
    color:#a99e97;
    font-size:11px;
}

.mz-checkout-item-price{
    flex:0 0 auto;
    text-align:right;
}

.mz-checkout-item-price strong{
    display:block;
    color:#fff;
    font-size:13px;
}

.mz-checkout-item-price small{
    display:block;
    color:#9d928b;
    font-size:10px;
    margin-top:3px;
}


/* =========================================================
   EMPTY CART
   ========================================================= */

.mz-checkout-empty{
    text-align:center;
    padding:35px 15px;
}

.mz-empty-icon{
    width:54px;
    height:54px;
    margin:0 auto 13px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#342923;
    font-size:22px;
}

.mz-checkout-empty h3{
    margin:0 0 7px;
    color:#fff;
    font-size:16px;
}

.mz-checkout-empty p{
    margin:0;
    color:#a79c94;
    font-size:12px;
    line-height:1.6;
}


/* =========================================================
   PRICE SUMMARY
   ========================================================= */

.mz-price-summary{
    padding:18px 0;
    border-top:1px solid rgba(255,255,255,.1);
}

.mz-price-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    padding:7px 0;
}

.mz-price-row span{
    color:#aaa099;
    font-size:13px;
}

.mz-price-row strong{
    color:#fff;
    font-size:13px;
}

.mz-price-divider{
    height:1px;
    margin:10px 0;
    background:rgba(255,255,255,.1);
}

.mz-total-row{
    padding-top:12px;
}

.mz-total-row span{
    color:#fff;
    font-size:16px;
    font-weight:700;
}

.mz-total-row strong{
    color:#fff;
    font-size:21px;
    font-weight:800;
}


/* =========================================================
   PLACE ORDER BUTTON
   ========================================================= */

.mz-place-order-btn{
    width:100%;
    min-height:55px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    padding:0 18px;
    border:0;
    border-radius:13px;
    background:#c85b2d;
    color:#fff;
    font-family:inherit;
    font-size:14px;
    font-weight:800;
    cursor:pointer;
    transition:
        transform .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.mz-place-order-btn:hover{
    background:#ad4821;
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(200,91,45,.25);
}

.mz-place-order-arrow{
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    font-size:18px;
}

.mz-secure-note{
    margin:15px 0 0;
    text-align:center;
    color:#847972;
    font-size:10px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width:980px){

    .mz-checkout-page{
        padding:55px 18px 70px;
    }

    .mz-checkout-header h1{
        font-size:38px;
    }

    .mz-checkout-grid{
        grid-template-columns:1fr;
    }

    .mz-order-summary-card{
        position:relative;
        top:auto;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width:600px){

    .mz-checkout-page{
        padding:40px 14px 55px;
    }

    .mz-checkout-header{
        margin-bottom:32px;
    }

    .mz-checkout-badge{
        font-size:10px;
        padding:7px 13px;
        margin-bottom:12px;
    }

    .mz-checkout-header h1{
        font-size:30px;
    }

    .mz-checkout-header p{
        margin-top:11px;
        font-size:13px;
        line-height:1.6;
    }

    .mz-checkout-form-card{
        padding:22px 17px;
        border-radius:17px;
    }

    .mz-checkout-section-title{
        gap:11px;
        margin-bottom:22px;
    }

    .mz-checkout-section-title > span{
        flex-basis:36px;
        width:36px;
        height:36px;
        font-size:12px;
    }

    .mz-checkout-section-title h2{
        font-size:18px;
    }

    .mz-checkout-section-title p{
        font-size:11px;
    }

    .mz-form-row{
        grid-template-columns:1fr;
        gap:0;
    }

    .mz-form-group{
        margin-bottom:17px;
    }

    .mz-form-group label{
        font-size:12px;
    }

    .mz-form-group input{
        height:48px;
    }

    .mz-form-group input,
    .mz-form-group textarea{
        padding:13px;
        font-size:13px;
        border-radius:10px;
    }

    .mz-delivery-title,
    .mz-payment-title{
        margin-top:32px;
    }

    .mz-payment-option{
        padding:14px;
    }

    .mz-order-summary-card{
        padding:21px 17px;
        border-radius:17px;
    }

    .mz-summary-header h2{
        font-size:21px;
    }

    .mz-checkout-items{
        max-height:320px;
    }

    .mz-checkout-item-image{
        flex-basis:50px;
        width:50px;
        height:50px;
    }

    .mz-checkout-item-name{
        font-size:12px;
    }

    .mz-checkout-item-meta{
        font-size:10px;
    }

    .mz-checkout-item-price strong{
        font-size:12px;
    }

    .mz-total-row span{
        font-size:15px;
    }

    .mz-total-row strong{
        font-size:19px;
    }

    .mz-place-order-btn{
        min-height:52px;
        font-size:13px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width:380px){

    .mz-checkout-page{
        padding-left:10px;
        padding-right:10px;
    }

    .mz-checkout-header h1{
        font-size:27px;
    }

    .mz-checkout-form-card{
        padding:19px 14px;
    }

    .mz-order-summary-card{
        padding:18px 14px;
    }

}
/* =========================================================
   ORDER CONFIRMATION MODAL
========================================================= */

.mz-order-confirmation{
    position:fixed;
    inset:0;
    z-index:999999;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    visibility:hidden;
    opacity:0;
    pointer-events:none;
    transition:
        opacity .25s ease,
        visibility .25s ease;
}

.mz-order-confirmation.active{
    visibility:visible;
    opacity:1;
    pointer-events:auto;
}

.mz-order-confirmation-overlay{
    position:absolute;
    inset:0;
    background:rgba(20,14,10,.78);
    backdrop-filter:blur(8px);
}

.mz-order-confirmation-box{
    position:relative;
    z-index:2;
    width:100%;
    max-width:520px;
    padding:38px;
    border-radius:24px;
    background:#fff;
    text-align:center;
    box-shadow:0 30px 90px rgba(0,0,0,.3);
    transform:translateY(20px) scale(.97);
    transition:transform .3s ease;
}

.mz-order-confirmation.active
.mz-order-confirmation-box{
    transform:translateY(0) scale(1);
}


/* Close */

.mz-confirmation-close{
    position:absolute;
    top:15px;
    right:15px;
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:0;
    border-radius:50%;
    background:#f5f1ed;
    color:#3a2b23;
    font-size:22px;
    line-height:1;
    cursor:pointer;
    transition:.2s ease;
}

.mz-confirmation-close:hover{
    background:#c85b2d;
    color:#fff;
}


/* Icon */

.mz-confirmation-icon{
    width:68px;
    height:68px;
    margin:0 auto 18px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#c85b2d;
    color:#fff;
    font-size:30px;
    font-weight:800;
    box-shadow:0 10px 25px rgba(200,91,45,.25);
}


/* Badge */

.mz-confirmation-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:7px 14px;
    border-radius:50px;
    background:#fff0e8;
    color:#c85b2d;
    font-size:10px;
    font-weight:800;
    letter-spacing:1.5px;
}


/* Heading */

.mz-order-confirmation-box h2{
    margin:15px 0 10px;
    color:#211812;
    font-family:"Playfair Display",serif;
    font-size:30px;
    line-height:1.2;
}

.mz-order-confirmation-box > p{
    margin:0 auto;
    max-width:410px;
    color:#746a63;
    font-size:13px;
    line-height:1.7;
}


/* Summary */

.mz-confirmation-summary{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin:25px 0;
    padding:18px;
    border:1px solid #eee5df;
    border-radius:15px;
    background:#faf8f5;
    text-align:left;
}

.mz-confirmation-summary > div{
    display:flex;
    flex-direction:column;
    gap:4px;
}

.mz-confirmation-summary span{
    color:#948981;
    font-size:10px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.mz-confirmation-summary strong{
    color:#2a1f19;
    font-size:13px;
    word-break:break-word;
}


/* Actions */

.mz-confirmation-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.mz-confirmation-back,
.mz-confirmation-submit{
    min-height:50px;
    border-radius:12px;
    padding:0 15px;
    font-family:inherit;
    font-size:13px;
    font-weight:800;
    cursor:pointer;
    transition:.2s ease;
}

.mz-confirmation-back{
    border:1px solid #ddd4ce;
    background:#fff;
    color:#3a2b23;
}

.mz-confirmation-back:hover{
    background:#f7f3ef;
}

.mz-confirmation-submit{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    border:0;
    background:#c85b2d;
    color:#fff;
}

.mz-confirmation-submit:hover{
    background:#ad4821;
    transform:translateY(-1px);
}

.mz-confirmation-submit span{
    font-size:17px;
}


/* Security note */

.mz-confirmation-note{
    margin-top:18px !important;
    color:#958a82 !important;
    font-size:10px !important;
}


/* =========================================================
   CONFIRMATION MOBILE
========================================================= */

@media (max-width:600px){

    .mz-order-confirmation{
        padding:14px;
    }

    .mz-order-confirmation-box{
        max-width:100%;
        padding:30px 18px 22px;
        border-radius:20px;
    }

    .mz-confirmation-icon{
        width:58px;
        height:58px;
        font-size:25px;
    }

    .mz-order-confirmation-box h2{
        font-size:24px;
    }

    .mz-order-confirmation-box > p{
        font-size:12px;
    }

    .mz-confirmation-summary{
        gap:10px;
        padding:14px;
    }

    .mz-confirmation-actions{
        grid-template-columns:1fr;
    }

    .mz-confirmation-back,
    .mz-confirmation-submit{
        min-height:48px;
    }

}
/* =========================================================
   ORDER SUCCESS
========================================================= */

.mz-order-success{
    width:100%;
    max-width:760px;
    margin:0 auto;
    padding:55px 40px;
    text-align:center;
    background:#fff;
    border:1px solid #eee5df;
    border-radius:25px;
    box-shadow:0 15px 50px rgba(47,31,20,.08);
}

.mz-order-success-icon{
    width:78px;
    height:78px;
    margin:0 auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#c85b2d;
    color:#fff;
    font-size:35px;
    font-weight:800;
    box-shadow:0 12px 30px rgba(200,91,45,.25);
}

.mz-order-success-badge{
    display:inline-flex;
    padding:8px 15px;
    border-radius:50px;
    background:#fff0e8;
    color:#c85b2d;
    font-size:10px;
    font-weight:800;
    letter-spacing:1.5px;
}

.mz-order-success h1{
    margin:18px 0 10px;
    color:#211812;
    font-family:"Playfair Display",serif;
    font-size:38px;
    line-height:1.2;
}

.mz-order-success > p{
    max-width:540px;
    margin:0 auto;
    color:#746a63;
    font-size:14px;
    line-height:1.7;
}

.mz-order-success-branch{
    margin:30px auto;
    padding:20px;
    max-width:600px;
    border:1px solid #eee5df;
    border-radius:15px;
    background:#faf8f5;
}

.mz-order-success-branch > span{
    display:block;
    margin-bottom:7px;
    color:#c85b2d;
    font-size:10px;
    font-weight:800;
    letter-spacing:1.3px;
}

.mz-order-success-branch strong{
    display:block;
    color:#2a1f19;
    font-size:16px;
}

.mz-order-success-branch p{
    margin:7px 0 0;
    color:#746a63;
    font-size:12px;
    line-height:1.6;
}

.mz-order-success-actions{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-top:28px;
}

.mz-success-menu-btn,
.mz-success-whatsapp-btn{
    min-width:170px;
    min-height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 20px;
    border-radius:12px;
    text-decoration:none;
    font-size:13px;
    font-weight:800;
    transition:.2s ease;
}

.mz-success-menu-btn{
    border:1px solid #ddd4ce;
    background:#fff;
    color:#3a2b23;
}

.mz-success-menu-btn:hover{
    background:#f7f3ef;
}

.mz-success-whatsapp-btn{
    background:#c85b2d;
    color:#fff;
}

.mz-success-whatsapp-btn:hover{
    background:#ad4821;
    transform:translateY(-2px);
}

.mz-order-success-note{
    margin-top:20px !important;
    font-size:11px !important;
    color:#958a82 !important;
}


/* =========================================================
   SUCCESS MOBILE
========================================================= */

@media (max-width:600px){

    .mz-order-success{
        padding:40px 18px;
        border-radius:20px;
    }

    .mz-order-success-icon{
        width:65px;
        height:65px;
        font-size:28px;
    }

    .mz-order-success h1{
        font-size:29px;
    }

    .mz-order-success > p{
        font-size:12px;
    }

    .mz-order-success-actions{
        flex-direction:column;
    }

    .mz-success-menu-btn,
    .mz-success-whatsapp-btn{
        width:100%;
    }

}
/* =========================================================
   MASALA ZONE CHECKOUT
   COMPLETE FORM TEXT VISIBILITY FIX
========================================================= */

/* =========================
   ALL CHECKOUT INPUTS
========================= */

.mz-checkout-page input,
.mz-checkout-page textarea,
.mz-checkout-page select {
    font-family: inherit;
    opacity: 1 !important;
}

/* =========================
   DARK INPUT FIELDS
   Name / Mobile / Email / City / Pincode
========================= */

.mz-checkout-page #mz-customer-name,
.mz-checkout-page #mz-customer-phone,
.mz-checkout-page #mz-customer-email,
.mz-checkout-page #mz-city,
.mz-checkout-page #mz-pincode {

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
}

/* Dark input placeholders */

.mz-checkout-page #mz-customer-name::placeholder,
.mz-checkout-page #mz-customer-phone::placeholder,
.mz-checkout-page #mz-customer-email::placeholder,
.mz-checkout-page #mz-city::placeholder,
.mz-checkout-page #mz-pincode::placeholder {

    color: #a9a9a9 !important;
    -webkit-text-fill-color: #a9a9a9 !important;
    opacity: 1 !important;
}
}
/* =========================================================
   MASALA ZONE CHECKOUT FORM
   WHITE BACKGROUND + BLACK TEXT
========================================================= */

/* ALL FORM FIELDS */
.mz-checkout-page input[type="text"],
.mz-checkout-page input[type="tel"],
.mz-checkout-page input[type="email"],
.mz-checkout-page textarea {
    background: #ffffff !important;
    background-color: #ffffff !important;

    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;

    caret-color: #111111 !important;

    opacity: 1 !important;
    visibility: visible !important;
}


/* PLACEHOLDER */
.mz-checkout-page input::placeholder,
.mz-checkout-page textarea::placeholder {
    color: #777777 !important;
    -webkit-text-fill-color: #777777 !important;
    opacity: 1 !important;
}


/* FOCUS */
.mz-checkout-page input:focus,
.mz-checkout-page textarea:focus {
    background: #ffffff !important;
    background-color: #ffffff !important;

    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;

    caret-color: #111111 !important;

    outline: none;
}


/* TYPING / ACTIVE STATE */
.mz-checkout-page input:active,
.mz-checkout-page textarea:active {
    background: #ffffff !important;
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
}


/* AUTOFILL - CHROME / EDGE */
.mz-checkout-page input:-webkit-autofill,
.mz-checkout-page input:-webkit-autofill:hover,
.mz-checkout-page input:-webkit-autofill:focus {
    -webkit-text-fill-color: #111111 !important;

    background-color: #ffffff !important;
    background: #ffffff !important;

    caret-color: #111111 !important;

    box-shadow: 0 0 0 1000px #ffffff inset !important;
}


/* TEXT SELECTION */
.mz-checkout-page input::selection,
.mz-checkout-page textarea::selection {
    background: #d88935 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}


/* DISABLED / READONLY */
.mz-checkout-page input:disabled,
.mz-checkout-page textarea:disabled,
.mz-checkout-page input[readonly],
.mz-checkout-page textarea[readonly] {
    background: #ffffff !important;
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
    opacity: 1 !important;
}


/* MOBILE */
@media (max-width: 768px) {

    .mz-checkout-page input[type="text"],
    .mz-checkout-page input[type="tel"],
    .mz-checkout-page input[type="email"],
    .mz-checkout-page textarea {
        background: #ffffff !important;
        background-color: #ffffff !important;

        color: #111111 !important;
        -webkit-text-fill-color: #111111 !important;

        caret-color: #111111 !important;

        opacity: 1 !important;
    }
}
/* =========================================================
   MASALA ZONE PREMIUM CHECKOUT FORM
   BLACK BACKGROUND + WHITE TEXT
========================================================= */

/* ALL FORM INPUTS */
.mz-checkout-page input:not([type="radio"]):not([type="checkbox"]),
.mz-checkout-page textarea {
    background: #181818 !important;
    background-color: #181818 !important;

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    caret-color: #ffffff !important;

    opacity: 1 !important;
    visibility: visible !important;

    border: 1px solid rgba(255,255,255,.22) !important;
}


/* HOVER */
.mz-checkout-page input:not([type="radio"]):not([type="checkbox"]):hover,
.mz-checkout-page textarea:hover {
    background: #1c1c1c !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}


/* FOCUS */
.mz-checkout-page input:not([type="radio"]):not([type="checkbox"]):focus,
.mz-checkout-page textarea:focus {
    background: #181818 !important;
    background-color: #181818 !important;

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    caret-color: #ffffff !important;

    border-color: #d89a32 !important;

    outline: none !important;

    box-shadow:
        0 0 0 2px rgba(216,154,50,.12),
        0 8px 25px rgba(0,0,0,.12) !important;
}


/* PLACEHOLDER */
.mz-checkout-page input:not([type="radio"]):not([type="checkbox"])::placeholder,
.mz-checkout-page textarea::placeholder {
    color: #9b9b9b !important;
    -webkit-text-fill-color: #9b9b9b !important;
    opacity: 1 !important;
}


/* AUTOFILL - CHROME / EDGE */
.mz-checkout-page input:-webkit-autofill,
.mz-checkout-page input:-webkit-autofill:hover,
.mz-checkout-page input:-webkit-autofill:focus {
    background-color: #181818 !important;

    -webkit-text-fill-color: #ffffff !important;

    color: #ffffff !important;
    caret-color: #ffffff !important;

    box-shadow: 0 0 0 1000px #181818 inset !important;
}


/* TEXT SELECTION */
.mz-checkout-page input::selection,
.mz-checkout-page textarea::selection {
    background: #d86a32 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}


/* DISABLED / READONLY */
.mz-checkout-page input:disabled,
.mz-checkout-page textarea:disabled,
.mz-checkout-page input[readonly],
.mz-checkout-page textarea[readonly] {
    background: #181818 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
}


/* MOBILE */
@media (max-width: 768px) {

    .mz-checkout-page input:not([type="radio"]):not([type="checkbox"]),
    .mz-checkout-page textarea {
        background: #181818 !important;
        background-color: #181818 !important;

        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;

        caret-color: #ffffff !important;

        opacity: 1 !important;
    }
}