h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px !important;
}

.zc-menu-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}

.zc-menu-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #ffb104;
    border-radius: 5px;
    padding: 12px;
    width: 25%;
    box-sizing: border-box;
    justify-content: space-between;
}

.zc-price-sec {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.zc-product-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

.zc-thumb img {
    max-width: 100%;
    height: auto;
}

.zc-popup,
.zc-cart-modal,
.zc-order-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    z-index: 9999;
    border: 1px solid #333;
    max-width: 520px;
    width: 90%;
}

.zc-close-icon {
    font-size: 16px;
    padding: 5px 10px;
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #ffb104;
    border: none;
    border-radius: 50px !important;
    color: #500C01;
}

.zc-close-icon:hover {
    background-color: #d59303 !important;
}

.zc-cart-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background: #222;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9998;
}

.zc-add-to-cart-btn {
    cursor: pointer;
}

.zc-complete {
    background: green;
    color: #fff;
}

.zc-popup {
    border-radius: 10px;
    color: #000;
}

.zc-popup h5,
h3 {
    color: #000 !important;
}

.zc-addon-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    font-size: 18px;
}

.zc-popup-price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    padding-top: 10px;
    border-top: 1px solid #000;
}

.zc-total {
    font-size: 22px;
    font-weight: 700;
    color: #ffb104;
}

#zc-addons-list {
    padding-top: 10px;
}

#zc-popup-desc {
    padding-bottom: 10px;
}

.zc-cart-row {
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #333;
}

.zc-cart-row:last-child {
    border-bottom: none;
}

.zc-item-qty-controls {
    border: 1px solid #ffb104;
    border-radius: 5px;
    font-size: 16px;
}

.zc-item-qty,
.zc-item-inc,
.zc-item-dec {
    padding: 8px 2px !important;
    width: 30px!important;
    background: transparent !important;
    border: none !important;
    font-size: 18px !important;
}

.zc-remove-item {
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 12px !important;
    border: none !important;
}

.zc-order-popup-form {
    margin-top: 10px;
}

.zc-order-popup-form input {
    margin-bottom: 10px;
}

.zc-special-msg {
    font-size: 26px;
    font-weight: 600;
    color: #500C01;
    text-decoration: underline;
    margin: 10px 0;
}

.zc-order-details {
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #333;
}

.zc-token {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background: #500C01;
    padding: 5px;
    border-radius: 15px;
}

.note {
    font-size: 14px;
    padding-top: 5px;
}

.zc-order-summary {
    width: 70%;
}

@media (max-width: 767px) {
    .zc-menu-wrap {
        flex-wrap: wrap;
    }

    .zc-menu-item {
        width: 48%;
    }

    .zc-total {
        font-size: 18px;
    }

    .zc-popup-price {
        font-size: 18px;
    }

    .zc-special-msg {
        font-size: 20px;
        font-weight: 600;
        color: #500C01;
        text-decoration: underline;
        margin: 10px 0 !important;
    }

    .zc-order-summary p {
        font-size: 14px;
    }

    .zc-order-summary {
        width: 60%;
    }

    .zc-item-qty,
    .zc-item-inc,
    .zc-item-dec {
        width: 20px !important;
    }

    .note {
        font-size: 12px;
        padding-top: 5px;
    }

    .zc-price-sec {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
    }

    .zc-add-to-cart-btn {
        font-size: 12px !important;
        padding: 8px 10px 8px 10px !important;
    }
}

/* Card CSS - mobile first */
.zc-view-order{
    padding: 2px 3px!important;
    margin-right: 5px;
}
.zc-order-card {
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 12px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #000;
}

.zc-oc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.zc-oc-token {
    font-size: 18px;
    font-weight: 700;
}

.zc-oc-status {
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
}

.zc-status-new {
    background: #0073aa;
}

.zc-status-ready {
    background: #ffb900;
    color: #000;
}

.zc-status-completed {
    background: #28a745;
}

.zc-status-rejected {
    background: #dc3545;
}

.zc-oc-items {
    font-size: 15px;
    line-height: 1.45;
    color: #222;
    margin-bottom: 8px;
}

.zc-oc-total {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.zc-oc-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.zc-oc-actions .zc-btn {
    flex: 1 1 48%;
    text-align: center;
    padding: 10px 8px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    background: #f5f5f5;
}

.zc-oc-actions .zc-btn.full {
    flex: 1 1 100%;
}

.zc-oc-actions .zc-btn.ready {
    background: #ffeb3b;
}

.zc-oc-actions .zc-btn.reject {
    background: #ef5350;
    color: #fff;
}

.zc-oc-actions .zc-btn.call {
    background: #29b6f6;
    color: #fff;
}

.zc-oc-actions .zc-btn.whatsapp {
    background: #25d366;
    color: #fff;
}

/* desktop / wider layout: center and card width */
@media (min-width:700px) {
    #zc-order-dashboard {
        padding: 16px;
    }

    .zc-order-card {
        max-width: 720px;
        margin: 10px auto;
    }

    .zc-oc-actions .zc-btn {
        flex: 1 1 calc(25% - 6px);
    }

    /* 4 buttons in a row on wider screens */
}
#zc-order-close-msg {
    display: none;
}

#zc-order-close {
    cursor: pointer;
}
.zc-store-toggle{
    color: #000;
    font-size: 22px;
}
#zc-od-modal-content{
    color: #000;
}
#zc-od-modal-content h4{
    color: #000!important;
}