.HeaderSection .HeaderButtons .dropdown.area-selector button img {
    width: auto;
    height: auto;
    border-radius: 0%;
    border: unset;
    margin-right: 0px;
}
/*.text-ellipsis {
    width: 150px;
}*/
.lightbrown {
    color: #2F3443 !important;
}
/*.HeaderSection .HeaderButtons .dropdown.area-selector .dropdown-toggle{
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: unset;
}*/
.inputborder{
        border: 4px solid #F6F6F6;
    border-radius: 10px;
    background-color: unset;
    padding: 1px;
}
.search-location-box{
    padding: 10px 20px;
}
.locateMeBtn{
    padding: 0.375rem 0.75rem;
    font-size: 17px;
    line-height: 1.5;
    color: #2F3443;
    background-color: #fff;
    background-clip: padding-box;
    border: 3px solid #F6F6F6;
    border-radius: 15px;
    font-family: 'Poppins';
}
#headerAddressSection{
    overflow-y: auto;
    max-height: 350px;
}
.search-kitchen {
    padding: 8px 30px 8px 30px;
    border-left: 3px solid #ddd;
    border-bottom: unset;
}
.btn-black {
    color: #fff;
    background: #000000;
    min-width: 70px;
    height: 35px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px 0px 30px 0px;
}
.nh-close {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #ea580c;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(249, 115, 22, 0.12);
    cursor: pointer;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
}
.nh-close i {
    color: #ffffff !important;
    opacity: 1 !important;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}
.nh-close:hover,
.nh-close:focus {
    background: #c2410c;
    color: #ffffff;
    outline: none;
}
/*#addAddressModal .btn-black {*/
/*    color: #fff;*/
/*    background: #000000;*/
/*    min-width: 70px;*/
/*    height: 35px;*/
/*    border-radius: 30px;*/
/*    font-weight: bold;*/
/*    font-size: 14px;*/
/*    padding: 0px 20px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    cursor: pointer;*/
/*    margin: 0px 0px 80px 0px;*/
/*}*/
#addAddressMap .gm-fullscreen-control,#addAddressMap .gm-svpc{
    display: none;
}
#addAddressModal .form-control{
    font-size: 12px;
    
}
#addAddressModal .add-address-modal-dialog {
    max-width: 700px;
}
#addAddressModal .add-address-modal-content {
    position: relative;
    border: 0;
    border-radius: 26px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.16);
}
#addAddressModal .add-address-modal-content.address-modal-busy > :not(.address-modal-loading-overlay) {
    opacity: 0.45;
}
#addAddressModal .add-address-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px 18px !important;
    border-bottom: 1px solid #f1f4f8;
    background: linear-gradient(135deg, #fff7ed 0%, #ffffff 72%);
}
#addAddressModal .add-address-modal-heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#addAddressModal .add-address-modal-tag {
    display: inline-block;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.14);
    color: #ea580c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
#addAddressModal .add-address-title-row {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
}
#addAddressModal .add-address-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0 !important;
    color: #1f2937 !important;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: none;
    background: transparent;
    border: 0;
}
#addAddressModal .add-address-back:hover,
#addAddressModal .add-address-back:focus {
    color: #ea580c !important;
}
#addAddressModal .add-address-back .modal-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-left: 8px;   
}
#addAddressModal .add-address-modal-body {
    padding: 22px 24px 24px;
    background: #ffffff;
}
#addAddressModal .add-address-map-card,
#addAddressModal .add-address-section-card {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 14px;
    padding: 14px;
    border: 1px solid #f2e6d8;
    border-radius: 18px;
    background: linear-gradient(180deg, #fffaf4 0%, #ffffff 100%);
}
#addAddressModal .add-address-map-card {
    padding: 0;
    overflow: hidden;
}
#addAddressModal .mapheight {
    min-height: 260px;
    padding: 0;
}
#addAddressModal #addAddressMap {
    border-radius: 18px !important;
}
#addAddressModal .input-group {
    align-items: center;
    border: 1px solid #f0d7b6;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
}
#addAddressModal .input-group-addon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 46px;
    background: #fff7ed;
    color: #ea580c;
    border-right: 1px solid #f3dfc9;
}
#addAddressModal .input-group .form-control,
#addAddressModal .form-control {
    min-height: 46px;
    border-radius: 14px;
    border: 1px solid #f0d7b6;
    background: #ffffff;
    color: #1f2937;
    box-shadow: none;
}
#addAddressModal .input-group .form-control {
    border: 0;
    border-radius: 0;
}
#addAddressModal .input-group .form-control:focus,
#addAddressModal .form-control:focus,
#addAddressModal .form-control:focus-visible {
    border-color: #f59e0b;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.12);
    outline: none;
}
#addAddressModal .searchposition .form-group,
#addAddressModal .form-group:last-child {
    margin-bottom: 0;
}
#addAddressModal .add-address-fields-row .form-group,
#addAddressModal .add-address-options-row .form-group {
    margin-bottom: 12px;
}
#addAddressModal .add-address-current-row + .add-address-fields-row {
    padding-top: 12px;
}
#addAddressModal .add-address-options-row {
    padding-top: 16px;
}
#addAddressModal .add-address-details-card {
    padding-bottom: 10px;
}
#addAddressModal .add-address-details-card > .row + .row {
    margin-top: 4px;
}
#addAddressModal .add-address-current-row + .add-address-fields-row > [class*="col-"] {
    margin-top: 0;
}
#addAddressModal .add-address-details-card .add-address-options-row {
    padding-top: 8px;
}
#addAddressModal .add-address-options-row h5 {
    margin-bottom: 12px;
    color: #1f2937;
    font-size: 16px;
    font-weight: 700;
}
#addAddressModal .btn-black {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 46px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
    color: #fff !important;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(249, 115, 22, 0.24);
    float: right;
    margin: 0;
}
#addAddressModal .btn-black:hover,
#addAddressModal .btn-black:focus {
    background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(249, 115, 22, 0.3);
}
#addAddressModal .add-address-action-row {
    margin-left: 0;
    margin-right: 0;
}
#addAddressModal .typefill {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-bottom: 0;
    padding: 0 14px;
    border: 1px solid #ead8c1;
    border-radius: 16px;
    background: #ffffff;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
#addAddressModal .typefill input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
#addAddressModal .typefill label {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
#addAddressModal .typefill.active_address {
    border-color: #f59e0b;
    background: #fff7ed;
    box-shadow: 0 10px 22px rgba(249, 115, 22, 0.1);
}
#addAddressModal .typefill.active_address label {
    color: #c2410c;
}
#addAddressModal .typefill:hover {
    border-color: #fdba74;
    transform: translateY(-1px);
}
#addAddressModal .checkbox label,
#addAddressModal label[for^="address_type_"] {
    color: #374151;
    font-weight: 600;
}
#addAddressModal .address-modal-loading-overlay {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(2px);
}
#addAddressModal .address-modal-loading-indicator {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 170px;
    padding: 20px 24px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
    color: #ea580c;
    text-align: center;
}
#addAddressModal .address-modal-loading-text {
    font-size: 13px;
    font-weight: 600;
}
#addAddressModal .address-modal-loading-spinner {
    width: 28px;
    height: 28px;
    border: 2px solid rgba(249, 115, 22, 0.2);
    border-top-color: #ea580c;
    border-radius: 50%;
    animation: addressCityLoaderSpin 0.7s linear infinite;
}
@keyframes addressCityLoaderSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media screen and (max-width: 767px) {
    #addAddressModal .add-address-modal-header,
    #addAddressModal .add-address-modal-body {
        padding: 18px !important;
    }
    #addAddressModal .add-address-back .modal-title {
        font-size: 20px;
    }
    #addAddressModal .add-address-map-card,
    #addAddressModal .add-address-section-card {
        padding: 12px;
        border-radius: 16px;
    }
    #addAddressModal .add-address-details-card {
        padding-bottom: 8px;
    }
    #addAddressModal .add-address-map-card {
        padding: 0;
    }
    #addAddressModal .mapheight {
        min-height: 220px;
    }
    #addAddressModal .btn-black {
        width: 100%;
    }
    #addAddressModal .typefill {
        min-height: 44px;
        padding: 0 12px;
        border-radius: 14px;
    }
}
.changelocation{
    float: left;
    font-size: 13px;
}
.pac-container {
    background-color: #fff;
    position: absolute !important;
    z-index: 10000000000;
}
.pac-logo:after{
    display: none;
}
.packagemodal .modal-body .package-everyday-list-menu-content {
    padding: 10px 0px;
}
.packagemodal .modal-body .package-everyday-list-menu-content:not(:last-child) {
    padding: 10px 0px;
    border-bottom: 1px dashed #ddd;
}
.ordernow_accordian .card-header a{
    color: #2F3443;
    font-size: 18px;
    padding: 0.75rem 1.25rem;
    font-weight: bold;
    width: 100%;
    float: left;
}
.breakfast-menu-container .breakfast-menu-item {
    margin: 0;
}
[data-toggle="collapse"]:before, #btn-expand-collapse-accordion.fa:before {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
}

[data-toggle="collapse"].collapsed:before, #btn-expand-collapse-accordion.fa:before {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
}
.ordernow_accordian .card-header {
    background-color: rgb(252 198 71);
    border-bottom: 1px solid rgba(252, 198, 71, .125);
}
.ordernow_accordian .card{
    border: 1px solid rgba(252, 198, 71);
}
.popover-body .inputHidden {
    position: absolute;
    left: -9999px;
}
.popover{
    max-width: 400px !important;
}
.popover-body {
    padding-bottom: 0.10rem;
}
.popover-body input[type="radio"]:checked+label,
.popover-body input[type="checkbox"]:checked+label {
    background: rgb(252 198 71) 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px rgb(252 198 71 / 34%);
    border-radius: 34px;
    color: #FFFFFF;
    border-color: rgb(252 198 71);
}
.popover-body .radio label, .popover-body .checkbox label {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    cursor: pointer;
    user-select: none;
    width: auto;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 20px;
}
.popover-body .radio, .popover-body .checkbox{
    float: left;
    padding: 2px 3px;
}
.btn-apply-filter{
    border-radius: 0;
    width: 100%;
    background-color: rgb(252 198 71);
    border-color: rgb(252 198 71);
}
#headerAddressSection .address-box-main {
   /* border-bottom: 1px solid #eee;*/
}
#headerAddressSection .address-box{
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    border: 4px solid #F6F6F6;
    margin: 10px 2px 10px 2px;
}
#headerAddressSection .address-box:hover {
    background: #eee;
}
#headerAddressSection .address-box .my_saved_address{
    cursor: pointer;
}
.fade.show{
    will-change: unset !important;
}
.img-container img {
    width: 200px;
    height: 70px;
}
.nh-coupon-code-list {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
}

.nh-coupon-code-item + .nh-coupon-code-item {
    margin-top: 20px;
    border-top: 1px dashed #000;
}
.nh-coupon-code-item{
    padding-top: 20px;
}
.nh-coupon-code-label {
    font-weight: 600;
    font-size: 18px;
}
.nh-coupon-code-description {
    font-size: 14px;
    margin-bottom: 10px;
}
.nh-coupon-code {
    padding: 0px 10px;
    border: 1px dashed #000;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}

.package-order-detail {
    margin-top: 8px;
}

.package-order-detail .orderhistory-container {
    margin-bottom: 0 !important;
    padding: 18px 20px;
    border: 1px solid #f3e7d8;
    border-radius: 22px;
    background: #fffdfb;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.package-order-detail .orderhistory-headings {
    margin-bottom: 0;
}

.package-order-detail .order-history-menu,
.package-order-detail .order-history-menu > .row,
.package-order-detail .order-history-menu > .row > .col-md-12 {
    width: 100%;
}

.package-order-detail .order-history-menu > .row > .col-md-12 > .row {
    align-items: center;
    row-gap: 10px;
}

.package-order-detail .menutitle2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #1f2937;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.package-order-detail .backbutton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 0 !important;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #ea580c !important;
    box-shadow: none;
    text-decoration: none !important;
}

.package-order-detail .backbutton:hover,
.package-order-detail .backbutton:focus {
    background: transparent;
    color: #c2410c !important;
}

.package-order-detail .sublistdata {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.package-order-detail .sublist1 {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border: 1px solid #ead9c4;
    border-radius: 999px;
    background: #ffffff;
    color: #8b6a44;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.package-order-detail .orderdatewithnum {
    margin: 0;
    color: #4b5563;
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
}

.package-order-detail .orderdatewithnum b {
    color: #374151;
    font-weight: 700;
}

.package-order-detail .pausebtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 104px;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.01em;
    box-shadow: 0 10px 18px rgba(234, 88, 12, 0.16);
    margin-top: 0;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.package-order-detail .pausebtn i {
    font-size: 11px;
    line-height: 1;
}

.package-order-detail .pausebtn.btn-danger {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: #ffffff;
}

.package-order-detail .pausebtn.btn-danger:hover,
.package-order-detail .pausebtn.btn-danger:focus {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(234, 88, 12, 0.24);
    transform: translateY(-1px);
}

.package-order-detail .pausebtn.btn-primary {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.12);
}

.package-order-detail .pausebtn.btn-primary:hover,
.package-order-detail .pausebtn.btn-primary:focus {
    background: #dbeafe;
    border-color: #93c5fd;
    color: #1e40af;
    transform: translateY(-1px);
}

.package-order-detail .orderhistorybody {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f2e8db;
}

.package-order-detail .order-lunch-container-main .order-lunch-content {
    margin: 0;
    padding: 16px 18px;
    border: 1px solid #f1e8dd;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: none;
    align-items: center;
}

.package-order-detail .order-lunch-container-main .order-lunch-content + hr {
    display: none;
}

.package-order-detail .order-lunch-container-main .order-lunch-content:not(:last-child) {
    margin-bottom: 12px;
}

.package-order-detail .order-lunch-content .main-heading {
    margin-bottom: 6px;
    color: #a86d19 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.package-order-detail .ohdetail-active-status {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    color: #15803d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    vertical-align: middle;
}

.package-order-detail .order-lunch-content .description {
    margin-bottom: 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.55;
}

.package-order-detail .order-lunch-content .time {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: 36px;
    text-align: right;
}

.package-order-detail .order-lunch-content .time .timezone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 6px 12px;
    margin: 0 0 0 auto;
    border-radius: 999px;
    background: #fff7ed;
    color: #9a3412;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.package-order-detail .order-lunch-content .btn-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 36px;
    padding-top: 0;
    padding-bottom: 0;
}

.package-order-detail .order-lunch-content .btn-container .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 6px 16px;
    border-radius: 999px;
    font-weight: 700;
    margin-top: 0;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.01em;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.package-order-detail .order-lunch-content .btn-container .btn-edit {
    min-width: 84px;
    border: 1px solid #f3c185;
    background: #ffffff;
    color: #c2410c;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.package-order-detail .order-lunch-content .btn-container .btn-edit:hover,
.package-order-detail .order-lunch-content .btn-container .btn-edit:focus {
    background: #fff7ed;
    border-color: #ea580c;
    color: #9a3412;
    transform: translateY(-1px);
}

.package-order-detail .order-lunch-content .btn-container .btn-cancel {
    min-width: 150px;
    border: 1px solid #fecdd3;
    background: #fff7f7;
    color: #dc2626;
}

.package-order-detail .order-lunch-content .btn-container .btn-cancel:hover,
.package-order-detail .order-lunch-content .btn-container .btn-cancel:focus {
    background: #ffe4e6;
    border-color: #fda4af;
    color: #b91c1c;
    transform: translateY(-1px);
}

.package-order-detail .order-lunch-content .btn-container .btn-cancelled,
.package-order-detail .order-lunch-content .btn-container .btn-upcoming,
.package-order-detail .order-lunch-content .btn-container .order-delivered,
.package-order-detail .order-lunch-content .btn-container .btn-warning,
.package-order-detail .order-lunch-content .btn-container .btn-danger,
.package-order-detail .order-lunch-content .btn-container .btn-light {
    min-width: 158px;
    justify-content: center;
    border-radius: 999px;
    margin-top: 0;
    font-weight: 700;
}

.package-order-detail .order-lunch-content .btn-container .btn-cancelled {
    background: #fff1f2;
    border: 1px solid #fecdd3;
    color: #e11d48;
}

.package-order-detail .order-lunch-content .btn-container .btn-upcoming {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #2563eb;
}

.package-order-detail .order-lunch-content .btn-container .order-delivered {
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    color: #15803d;
}

.package-order-detail .order-lunch-content .btn-container .btn-warning {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #c2410c;
}

.package-order-detail .order-lunch-content .btn-container .btn-danger {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
}

.package-order-detail .order-lunch-content .btn-container .btn-light {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
}

@media (max-width: 991px) {
    .package-order-detail .orderhistory-container {
        padding: 16px;
        border-radius: 20px;
    }

    .package-order-detail .menutitle2 {
        font-size: 22px;
    }

    .package-order-detail .orderdatewithnum {
        text-align: left;
    }
}

@media screen and (max-width: 767px){
.locateMeBtn {
   padding: 0.375rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 3px solid #f6f6f6;
    border-radius: 15px;
    width: 215px;
    margin-top: 15px;
    margin-left: 17px;

}

#headerAddressSection .address-box {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    border: 4px solid #F6F6F6;
    margin: 10px 2px 10px -15px;
    width: 250px;
}
.inputborder {
    border: 4px solid #F6F6F6;
    border-radius: 10px;
    background-color: unset;
    margin-top: 20px;
    margin-left: -25px;
    width: 350px;
    padding: 10px;
}
.popover{
        max-width: 350px !important;
    margin-left: -155px;
}
.popover-body {
    padding-bottom: 0.10rem;
}
.package-order-detail .orderhistory-container {
    padding: 14px;
    border-radius: 18px;
}

.package-order-detail .menutitle2 {
    font-size: 20px;
}

.package-order-detail .sublistdata {
    gap: 8px;
}

.package-order-detail .sublist1 {
    width: 100%;
    justify-content: center;
}

.package-order-detail .order-lunch-container-main .order-lunch-content {
    padding: 14px;
}

.package-order-detail .order-lunch-content .main-heading {
    font-size: 15px;
}

.package-order-detail .ohdetail-active-status {
    margin-left: 8px;
    padding: 3px 8px;
    font-size: 11px;
}

.package-order-detail .order-lunch-content .time,
.package-order-detail .order-lunch-content .btn-container {
    justify-content: flex-start;
    margin-top: 12px;
}

.package-order-detail .order-lunch-content .btn-container .btn {
    width: 100%;
}
.popover-body input[type="radio"]:checked+label,
.popover-body input[type="checkbox"]:checked+label {
    background: rgb(252 198 71) 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px rgb(252 198 71 / 34%);
    border-radius: 34px;
    color: #FFFFFF;
    border-color: rgb(252 198 71);
}
.popover-body .radio label, .popover-body .checkbox label {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    cursor: pointer;
    user-select: none;
    width: auto;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 20px;
}
.popover-body .radio, .popover-body .checkbox{
    float: left;
    padding: 2px 3px;
}
.btn-apply-filter{
    border-radius: 0;
    width: 100%;
    background-color: rgb(252 198 71);
    border-color: rgb(252 198 71);
}
}
@media screen and (max-width: 500px){
.inputborder {
    border: 4px solid #F6F6F6;
    border-radius: 10px;
    background-color: unset;
    margin-top: 20px;
    margin-left: -25px;
    width: 350px;
    padding: 5px;
}
.popover{
        max-width: 350px !important;
    margin-left: 0px;
}
.popover-body {
    padding-bottom: 0.10rem;
}
.popover-body input[type="radio"]:checked+label,
.popover-body input[type="checkbox"]:checked+label {
    background: rgb(252 198 71) 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px rgb(252 198 71 / 34%);
    border-radius: 34px;
    color: #FFFFFF;
    border-color: rgb(252 198 71);
}
.popover-body .radio label, .popover-body .checkbox label {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    cursor: pointer;
    user-select: none;
    width: auto;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 20px;
}
.popover-body .radio, .popover-body .checkbox{
    float: left;
    padding: 2px 3px;
}
.btn-apply-filter{
    border-radius: 0;
    width: 100%;
    background-color: rgb(252 198 71);
    border-color: rgb(252 198 71);
}
}

/*Tab View*/
/*@media screen and (max-width: 991px){
    
.text-ellipsis {
    width: 130px;
}
}*/

#toast-container > div {
    opacity: 0.9;   /* 0.1 to 1 */
}
@media (max-width:768px){

    #toast-container{
        width:100%;
        left:0;
        right:0;
        padding:10px;
    }

    #toast-container > div{
        width:100%;
        margin:0 auto;
        border-radius:8px;
    }

}

#toast-container > div{
    opacity:0.95;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.2);
}

.category-label, .category-description, .product-title, .category-title-text {
    text-transform: capitalize;
}

.category-header-section {
    margin-left: 27px;
    margin-right: 27px;
}

.product-card {
    border-radius: 12px !important;
}

/* Non-kitchen product card (AJAX: product-ajax-data) */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

@media (max-width: 1199px) {
    .products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .products-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

.nk-product-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 22px rgba(2, 6, 23, 0.06);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.nk-product-card .image-container {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 0 !important;
    overflow: hidden;
}

.nk-product-card .image-slider,
.nk-product-card .product-media-slide,
.nk-product-card .product-media-link {
    height: 100%;
}

.nk-product-card .product-image,
.nk-product-card .product-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0);
    transition: transform 220ms ease;
}

.nk-product-card:hover .product-image,
.nk-product-card:hover .product-video {
    transform: scale(1.04);
}

.nk-product-card .product-badge.sale {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    background: rgba(252, 198, 71, 0.95);
    color: #111827;
    box-shadow: 0 8px 18px rgba(2, 6, 23, 0.14);
}

.nk-product-card .product-content {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto;
}

.nk-product-card .product-title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: 0.5px;
}

.nk-product-card .product-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #475569;
    font-size: 13px;
}

.nk-product-card .product-description-container {
    margin-top: 2px;
}

.nk-product-card .product-description {
    margin: 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0.4px;
}

.nk-product-card .product-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 6px;
}

.nk-product-card .product-price .current-price {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
}

.nk-product-card .product-price .original-price {
    margin-left: 6px;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 600;
}

.products-grid .product-card .product-price .original-price {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.products-grid .product-card .product-price .original-price::after {
    content: "";
    position: absolute;
    left: 0%;
    top: 45%;
    width: 100%;
    height: 1px;
    background: rgb(255 0 0 / 90%);
    transform: rotate(-15deg);
    transform-origin: center;
    pointer-events: none;
}

.nk-product-card .add-btn,
.nk-product-card .btn-container1new {
    border-radius: 10px;
}

.nk-product-card .add-btn {
    background: linear-gradient(135deg, rgb(252 198 71), #ffd166);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 16px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    box-shadow: 0 6px 20px rgba(255, 178, 0, 0.2);
    min-width: 100px;
    height: 40px;
    text-decoration: none;
}

.nk-product-card .add-btn:hover {
    color: #fff;
    filter: brightness(0.98);
}
.nk-product-card .product-price {
    display: block;
}
footer {
    padding-top: 0px;
}
ul#tab-control1 {
    position: sticky;
    top: 20px; /* top se gap */
    height: fit-content;
}
ul#tab-control1 li {
    color: #2F3443;
    border-radius: 6px;
    line-height: 20px;
}
ul#tab-control1 li:hover {
    background-color: #eeeeee;
}
ul #control-selected {
    background-color: #FFB300;
    color: #2F3443;
}

.loadmore {
    display: flex;
    justify-content: center;
    padding: 6px 0 18px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.loadmore__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #FFB300;
    color: #2F3443;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(255, 179, 0, 0.25);
    transition: transform .12s ease, filter .12s ease, box-shadow .12s ease;
}

.loadmore__btn:hover {
    filter: brightness(0.98);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(255, 179, 0, 0.32);
    color: #2F3443;
}

.loadmore__btn[aria-busy="true"] {
    opacity: 0.85;
}

.loadmore__spinner {
    display: none;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    border: 2px solid rgba(47, 52, 67, 0.35);
    border-top-color: rgba(47, 52, 67, 0.95);
    margin-right: 10px;
    animation: loadmore-spin 0.8s linear infinite;
}

.loadmore__btn.is-loading .loadmore__spinner {
    display: inline-block;
}

@keyframes loadmore-spin {
    to { transform: rotate(360deg); }
}
#overlay {
    height: 128vh !important;
}
@media (min-width: 576px) {
    .tabnew1 li {
        border-bottom: 0px;
    }
}
@media (max-width: 767px) {
    ul#tab-control1 {
        position: static;
        top: auto;
        margin-bottom: 14px;
        width: 100%;
    }

    #tab-div1 {
        clear: both;
        width: 100%;
    }

    .tabnew1 {
        display: block;
    }
}
.modal-footer>* {
    margin: 0rem;
}

/* NonKitchen category header sticky fix */
.category-header.is-sticky {
    position: fixed !important;
    top: var(--nk-sticky-top, 0);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.category-header-spacer {
    height: 0;
    pointer-events: none;
}
