/* You can add global styles to this file, and also import other style files */

body {
    margin: 0;
    padding: 0;
    /* font-family: "Proxima Nova", sans-serif !important; */
    background-color: #fff !important;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    box-shadow: none;
}

.head_part.scrolled,
.mobile-navigation.scrolled {
    background-color: white !important;
    border-radius: 0px 0px 0px 0px;
    transition: all 0.3s ease;
}

.group {
    position: relative;
    margin-bottom: 25px;
    height: 45px;
    /* LABEL ======================================= */
    /* active state */
    /* active state */
    /* BOTTOM BARS ================================= */
    /* HIGHLIGHTER ================================== */
}

.group svg {
    position: absolute;
    top: 12px;
    right: 5px;
    background: #fff;
}

.ChangePasswordNow {
    flex-direction: column !important;
}

#cancel_account .ChangePasswordNowPopup {
    border-radius: 18px !important;
    width: 100% !important;
    margin: auto !important;
    padding: 20px 20px 10px 20px;
}

#cancel_account .ChangePasswordNowBodyPage {
    background-color: transparent !important;
}

#change_password_popup .checkout-page .pad-mg .change_password_head_partNow {
    background: var(--primary-color) !important;
    border-radius: 0px !important;
}

.change_password_head_partNow h3 {
    margin-left: 10px !important;
}

.ChangePasswordBtnNow {
    width: 90% !important;
    position: relative !important;
    margin: auto !important;
}

.process-i button {
    color: var(--primary-color) !important;
}

.group input,
.group select,
.group textarea {
    font-size: 18px !important;
    padding: 10px 10px 10px 5px !important;
    display: block;
    /* width: 100% !important; */
    border: none;
    border: 1px solid #cecece !important;
    background-color: transparent !important;
    box-sizing: border-box !important;
    height: 45px !important;
    padding: 0px 15px !important;
    border-radius: 5px !important;
    width: 100%;
}

.group input:focus,
.group select:focus,
.group textarea:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.group label {
    color: #999;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    top: 12px;
    left: 10px !important;
    padding: 0px 6px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.group textarea:focus~label,
.group textarea:valid~label {
    top: -7px;
    font-size: 12px;
    color: #8505f9;
    padding: 0px 5px;
    font-weight: bold;
    left: 12px;
    margin-left: -3px !important;
    background: #fff;
}

.group input:focus~label,
.group input:valid~label {
    top: -7px;
    font-size: 12px;
    color: #8505f9;
    padding: 0px 5px;
    font-weight: bold;
    left: 12px;
    margin-left: -3px !important;
    background: #fff;
}

.group select:focus~label,
.group select:valid~label {
    top: -7px;
    font-size: 12px;
    color: #8505f9;
    padding: 0px 5px;
    font-weight: bold;
    left: 12px;
    margin-left: -3px !important;
    background: #fff;
}

.group .bar {
    position: relative;
    display: block;
    width: 100%;
}

.group .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.accpt {
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 85px;
}

@media only screen and (min-width: 1125px) {
    .accpt {
        margin-bottom: 0px !important;
    }
}

.accpt p {
    font-size: 12px;
    margin: 0;
    margin-left: 10px;
}

.accpt .ter .text-toogle {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.accpt .ter .text-toogle input[type=checkbox] {
    position: relative;
    width: 50px;
    height: 25px;
    -webkit-appearance: none;
    background: #c6c6c6;
    outline: none;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    flex-shrink: 0;
    opacity: 1;
    pointer-events: revert;
}

.accpt .ter .text-toogle input:checked[type=checkbox] {
    background: #8505f9;
}

.accpt .ter .text-toogle input[type=checkbox]:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    top: 0;
    left: 0;
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}

.accpt .ter .text-toogle input:checked[type=checkbox]:before {
    left: 24px;
}


/* custom css added Dikshant */


/* custom contaner width */

.container {
    width: 100% !important;
    padding: 0 20px !important;
}

body #item_v2 .modal-content {
    border-radius: 24px !important;
}
.button-dal {
    height: inherit !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    body #item_v2 .modal-dialog {
        height: auto !important;
        position: fixed;
        bottom: 0;
    }

    .gm-style-mtc-bbw {
        display: none !important;
    }

    .gm-control-active .gm-fullscreen-control {
        display: none !important;
    }

    #confirm_chekout .ConfirmCheckoutPopupNow {
        width: 90% !important;
        margin: auto !important;
    }

    #confirm_chekout .ConfirmCheckoutPopupNow_BodyPage {
        background-color: transparent !important;
    }

    body #item_v2 .modal-dialog .modal-content {
        height: 100% !important;
    }

    .search-input-container {
        display: flex;
        align-items: center;
        position: relative;
        border-radius: 40px !important;
        padding: 10px 10px 10px 44px !important;
        border: none !important;
        background: #f7f7f7 !important;
    }
    .button-dal {
        height: inherit !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.add-to-cart .close-btn {
    text-align: right;
    padding: 8px;
}

.add-to-cart .iteams_name {
    text-align: center;
}

.add-to-cart .iteams_name h3 {
    font-size: 20px;
    font-weight: bold;
}

.add-to-cart .iteams_name p {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.add-to-cart .add_btn-cart {
    margin-top: 0px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}

.add-to-cart .add_btn-cart .btn button {
    width: 220px !important;
    font-weight: bold;
    padding: 0 !important;
    height: 45px;
    margin: 0 !important;
    outline: 0;
    border-radius: 5px !important;
    border: 0;
    font-size: 16px !important;
    position: relative;
    background: #fff;
    margin: 0px auto;
}

.add-to-cart .add_btn-cart .btn .inc {
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}

.add-to-cart .add_btn-cart .btn .inc span {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 35px;
    font-weight: normal;
}

.add-to-cart .add_btn-cart .btn .inc span svg {
    width: 25px;
    height: 25px;
}

.add-to-cart .add_btn-cart p {
    margin: 5px 0 0;
    font-size: 11px;
    height: 14px;
}

.add-to-cart .add-fixed-btn {
    padding: 15px;
    z-index: 99;
    background: #fff;
}

@media only screen and (min-width: 1125px) {
    .add-to-cart .add-fixed-btn {
        position: relative;
        box-shadow: none;
        padding: 0;
    }
}

.add-to-cart .add-fixed-btn .contune .process_btn {
    position: relative;
}

.add-to-cart .add-fixed-btn .contune .process_btn .process svg {
    fill: #8505f9;
    width: 100%;
}

.add-to-cart .add-fixed-btn .contune .process_btn .process button {
    border: 0;
    font-size: 20px;
    background: transparent;
    color: #fff;
    font-weight: bold;
    outline: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    width: 335px;
    margin: 0px auto;
}

@media only screen and (max-width: 320px) {
    .add-to-cart .add-fixed-btn .contune .process_btn .process button {
        width: 100%;
    }
}

.add-to-cart .add-fixed-btn .contune .process_btn .process button p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.add-to-cart .add-fixed-btn .contune .process_btn .process button p span {
    width: 28px;
    display: inline-block;
}

.add-to-cart .add-fixed-btn .contune .process_btn .process button p span img {
    width: 100%;
    margin-bottom: -3px;
}

.mg_bt {
    display: none;
}

.mobile-navgation {
    padding: 10px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
    background: #F3F4F6;
}

.mobile-navgation .hed_logo {
    background: #fdfdfd;
    padding: 5px 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-navgation .hed_logo img {
    width: 100%;
}

.mobile-navgation .head_part {
    display: block !important;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.mobile-navgation .head_part .logo-nav {
    display: flex;
    align-items: center;
}

.mobile-navgation .head_part .logo-nav .ligo {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.mobile-navgation .head_part .logo-nav .ligo img {
    width: 35px;
    margin-right: 8px;
}

.mobile-navgation .head_part .table-book {
    display: flex;
    align-items: center;
}

.mobile-navgation .head_part .table-book .search,
.mobile-navgation .head_part .table-book .table-b,
.mobile-navgation .head_part .table-book .cart {
    margin-left: 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.mobile-navgation .head_part .table-book .search span,
.mobile-navgation .head_part .table-book .table-b span,
.mobile-navgation .head_part .table-book .cart span {
    background: rgba(255, 34, 34, 0.9803921569);
    position: absolute;
    top: 0px;
    right: -5px;
    border-radius: 50px;
    overflow: hidden;
}

.mobile-navgation .head_part .table-book .search span small,
.mobile-navgation .head_part .table-book .table-b span small,
.mobile-navgation .head_part .table-book .cart span small {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 5px;
    max-width: 70px !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 10px;
    padding: 0px 3px !important;
    white-space: nowrap;
}

.mobile-navgation .head_part .table-book .search img,
.mobile-navgation .head_part .table-book .table-b img,
.mobile-navgation .head_part .table-book .cart img {
    width: 30px;
    height: 30px;
    stroke: #2E2F37;
}

.mobile-navgation input {
    position: fixed;
    opacity: 0;
    width: 30px;
    height: 26px;
    z-index: 999;
}

.mobile-navgation input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.mobile-navgation label {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    display: inline-block;
}

.mobile-navgation label::before {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(10, 38, 57, 0.75);
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}


/* .mobile-navgation label::after {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  content: "";
  opacity: 0;
  pointer-events: none;
  width: 100%;
} */

@media only screen and (min-width: 768px) {
    .mobile-navgation label::after {
        width: 30%;
    }
}

.mobile-navgation label body {
    overflow: hidden;
}

.mobile-navgation input:focus+label .burger,
.mobile-navgation label:hover .burger {
    opacity: 0.75;
}

.mobile-navgation nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    transform: translate3d(0, 0, 0);
    /* material acceleration */
    transform: translateX(-100%);
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: auto;
    background: #fff;
}

@media only screen and (min-width:1025px) and (max-width: 1366px) {
    .mobile-navgation nav {
        width: 30%;
    }
}

@media only screen and (min-width: 1367px) {
    .mobile-navgation nav {
        width: 22%;
    }
}

.mobile-navgation nav .nav-logo {
    margin: 8px 20px 3px;
    background: #fff;
    display: table;
    border-radius: 100px;
    padding: 2px 15px 2px 0px;
    margin-bottom: 15px;
}

.mobile-navgation nav .nav-logo img {
    width: 30px;
}

.mobile-navgation nav .user {
    padding: 12px 0px !important;
}

.mobile-navgation nav .user small {
    font-size: 15px;
    font-style: italic;
    color: #000 !important;
    margin-left: 0 !important;
}

.mobile-navgation nav .user span {
    font-size: 18px !important;
    font-weight: 600;
    color: #000 !important;
}

.mobile-navgation nav hr {
    margin: 10px 20px 0px;
    border-bottom: solid 1px #ddd !important;
    height: 0;
    border: 0;
    display: block !important;
}

.borderTopBottm {
    border-bottom: solid 1px #ddd !important;
    border-top: solid 1px #ddd !important;
}

.mobile-navgation nav a {
    align-items: center;
    display: flex;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    text-decoration: none;
    transform: translateX(-100%);
    transition: color 0.15s, transform 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
}

.mobile-navgation nav a img {
    margin-right: 10px;
}


/* ==============david css================ */

#mixmatch_v2 .itemV2ModalDailog {
    max-width: 80% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
}

#mealdeal_popup_v2 .itemV2ModalDailog {
    max-width: 80% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
}

#querymeal_popup_v2 .itemV2ModalDailog {
    max-width: 80% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
}

body .combinations_and_items .iteams .food_items .iteam_menu .item_img .img_part .add_btn .btn button span,
.body .combinations_and_items .iteams .food_items .iteam_menu .iteam_name .menu_title .title h5 {
    color: 000 !important;
    font-family: 'Urbanist', sans-serif !important;
}

.body .combinations_and_items .iteams .food_items .iteam_menu .iteam_name .menu_title .title h5 {
    color: 000 !important;
    font-family: 'Urbanist', sans-serif !important;
}

.item_queries_section .iteams .food_items .iteam_menu .item_img .img_part .add_btn .btn button {
    color: #000 !important;
}

.item_queries_section .btn_fixed .fixed .btns button {
    color: #000 !important;
}

.item_queries_section .btn_fixed .fixed .btns button {
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: bold;
    color: #8505f9;
    outline: 0;
    padding: 25px;
    cursor: pointer;
    color: 100 !important;
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #000 !important;
}


/* ========================david css end========================= */

.mobile-navgation nav a:nth-child(1) {
    transition-delay: 0s, 100ms;
}

.mobile-navgation nav a:nth-child(2) {
    transition-delay: 0s, 150ms;
}

.mobile-navgation nav a:nth-child(3) {
    transition-delay: 0s, 200ms;
}

.mobile-navgation nav a:nth-child(4) {
    transition-delay: 0s, 250ms;
}

.mobile-navgation nav a:nth-child(5) {
    transition-delay: 0s, 300ms;
}

.mobile-navgation nav a:nth-child(6) {
    transition-delay: 0s, 350ms;
}

.mobile-navgation main {
    overflow: hidden;
}

.mobile-navgation main .content {
    transform: translate3d(0, 0, 0);
    /* material acceleration */
    will-change: transform, filter;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.mobile-navgation [id=navcheck]:checked+label::before {
    opacity: 1;
    pointer-events: auto;
}

.mobile-navgation [id=navcheck]:checked+label::after {
    opacity: 1;
    pointer-events: auto;
}

.mobile-navgation [id=navcheck]:checked~nav {
    transform: translateX(0);
    cursor: auto;
}

.mobile-navgation [id=navcheck]:checked~nav a {
    transform: translateX(0);
}

.mobile-navgation [id=navcheck]:checked~main .content {
    transform: translateX(3em);
    transform-origin: left center;
    filter: blur(2px);
}

.offer {
    display: none;
    transition-duration: 10s;
}

.offer .offer_rib {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.offer .offer_rib .offer svg {
    fill: #F8254A;
    width: 450px;
    height: 45px;
}

.offer .offer_rib .offer h3 {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    bottom: 0;
    margin: 0;
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainLogin {
    position: fixed;
    bottom: 10px;
    margin-bottom: 0px !important;
    width: 88%;
}

#mainLogin .mainLoginBtn {
    background: var(--primary-color);
    width: 100%;
    color: #fff;
    border-radius: 7px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 600;
    padding: 10px 6px !important;
}

.popupMainBody {
    padding: 20px;
}

.readMoreDiscription {
    color: #1a1a1a;
    margin-left: 5px;
    cursor: pointer;
}

.closeReadmorePopup {
    background: none;
    border: none;

}

/* Improved Read More Modal Styles */
#readMoreModal .modal-content {
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    max-width: 600px;
    margin: auto;
}

#readMoreModal .modal-header {
    border-bottom: none;
    padding: 20px 24px 10 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#readMoreModal .modal-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    color: #333;
}

#readMoreModal .close {
    font-size: 2rem;
    color: #888;
    opacity: 1;
    margin-left: 16px;
    margin-top: -8px;
}

#readMoreModal .modal-body {
    padding: 0 24px 24px 24px;
}

#readMoreModal .bannerImage {
    width: 100%;
    margin: 0 auto 18px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#readMoreModal .bannerImage img {
    width: 100%;
    max-height: 260px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

#readMoreModal .description {
    font-size: 15px;
    color: #777;
    line-height: 1.7;
    font-weight: 500;
    margin-top: 8px;
    text-align: left;
}

.ui-widget-header {
    border: none !important;
}

.ui-widget {
    font-family: 'Urbanist', sans-serif !important;
}

.ui-widget-header {
    font-family: 'Urbanist', sans-serif !important;
}

@media (max-width: 600px) {
    #readMoreModal .modal-content {
        max-width: 98vw;
        padding: 0;
    }

    #readMoreModal .modal-header,
    #readMoreModal .modal-body {
        padding-left: 12px;
        padding-right: 12px;
    }

    #readMoreModal .bannerImage img {
        max-height: 180px;
    }
}

@media only screen and (min-width: 768px) {
    .offer .offer_rib .offer h3 {
        background-color: #F8254A;
    }
}

.offer .offer_rib .offer h3 svg {
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

@media only screen and (min-width: 1125px) {
    .mobile-v {
        display: none;
    }
}

@media only screen and (max-width: 1124px) {
    .web-head {
        display: none;
    }
}

@media only screen and (min-width: 1125px) {
    .web-head {
        padding: 15px 10px;
        background: #FCFCFF;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
    }

    .web-head .container {
        margin: 0px auto;
        display: flex;
        align-items: center;
    }

    .web-head .container .change_rest {
        width: 50%;
        display: flex;
        align-items: center;
    }

    .web-head .container .change_rest .res_name {
        font-weight: bold;
        font-size: 16px;
        margin-right: 10px;
    }

    .web-head .container .change_rest .res_name span {
        padding-right: 4px;
    }

    .web-head .container .change_rest p {
        margin: 0;
        display: flex;
        align-items: center;
    }

    .web-head .container .change_rest p svg {
        fill: #8505f9;
        width: 23px;
    }

    .web-head .container .change_rest h3 {
        margin: 0;
        font-size: 15px;
        margin-left: 10px;
        font-weight: bold;
    }

    .web-head .container .change_rest h3 a {
        text-decoration: none;
        color: rgba(255, 34, 34, 0.9803921569);
        padding: 8px;
        border: solid 1px rgba(255, 34, 34, 0.9803921569);
        border-radius: 50px;
    }

    .web-head .head {
        width: max-content;
    }

    .web-head .head .left-p {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .web-head .head .left-p .table_v2 {
        margin-left: 20px;
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer;
    }

    .web-head .head .left-p .table_v2 .input {
        position: relative;
    }

    .web-head .head .left-p .table_v2 .input input {
        border: solid 1px #c7c7c7;
        height: 40px;
        border-radius: 65px;
        padding: 4px 16px;
        width: 300px;
        outline: 0;
    }

    .web-head .head .left-p .table_v2 .input img {
        position: absolute;
        top: 6px;
        right: 12px;
        opacity: 0.6;
    }

    .web-head .head .left-p .table_v2 span {
        background: rgba(255, 34, 34, 0.9803921569);
        color: #fff;
        padding: 5px;
        position: absolute;
        top: -5px;
        right: -5px;
        border-radius: 50px;
        font-size: 19px;
    }

    .web-head .head .left-p .table_v2 span small {
        width: 10px;
        height: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .web-head .head .left-p .table_v2 img {
        width: 30px;
        height: 30px;
        stroke: #2E2F37;
    }

    .web-head .head .left-p .deals {
        cursor: pointer;
    }

    .web-head .head .left-p .deals .button-dal {
        width: max-content;
        height: 45px !important;
        /* border: solid 1px rgba(255, 34, 34, 0.9803921569); */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        cursor: pointer;
        border: 2px solid var(--primary-color);
        color: var(--primary-color);
        padding: 6px 18px;
    }

    .web-head .head .left-p .deals .button-dal p {
        display: flex;
        align-items: center;
        /* color: rgba(255, 34, 34, 0.9803921569); */
        margin: 0;
        font-size: 16px;
        font-weight: 600;
    }

    .web-head .head .left-p .deals .button-dal p svg {
        width: 18px;
        height: 18px;
        fill: #fff;
        margin-right: 6px;
    }

    .web-head .head .left-p .user {
        position: relative;
    }

    .web-head .head .left-p .user .btn {
        outline: 0;
        border: 0;
        box-sizing: border-box;
        padding: 0px 20px;
        font-size: 14px;
        text-transform: uppercase;
        overflow: hidden;
        cursor: pointer;
        text-align: right;
        display: flex;
        align-items: center;
        background: transparent;
    }

    .web-head .head .left-p .user .btn img {
        margin-left: 5px;
        width: 30px;
    }

    .add-to-cart .add-fixed-btn .contune .process_btn .process button,
    .checkout-page .pad-mg .fixed_btn-2 .contune .process_btn .process button .WarningIconPopup {
        border-radius: 10px !important;
    }

    .web-head .head .left-p .user .btn span {
        display: block;
        font-size: 14px;
        white-space: nowrap;
    }

    .web-head .head .left-p .user .btn small {
        font-style: italic;
    }

    .web-head .head .left-p .user .btn:focus .dropdown,
    .web-head .head .left-p .user .btn:active .dropdown {
        transform: translate(0, 20px);
        opacity: 1;
        visibility: visible;
    }

    .web-head .head .left-p .user .btn .material-icons {
        border-radius: 100%;
        -webkit-animation: ripple 0.6s linear infinite;
        animation: ripple 0.6s linear infinite;
    }

    .web-head .head .left-p .user .btn .dropdown {
        position: absolute;
        left: 0;
        width: 215px;
        border-radius: 4px;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s ease;
        background: #fff;
        margin: 0;
        top: 41px;
        padding: 0;
        box-shadow: 0px 3px 6px rgba(110, 116, 134, 0.24);
    }

    .web-head .head .left-p .user .btn .dropdown:before {
        content: "";
        position: absolute;
        top: -6px;
        left: 20px;
        width: 0;
        height: 0;
        border-bottom: 6px solid transparent;
        border-left: 6px solid transparent;
        transform: rotate(-45deg);
        mix-blend-mode: multiple;
    }

    .web-head .head .left-p .user .btn .dropdown li {
        z-index: 1;
        position: relative;
        padding: 0 20px;
        color: #000;
        list-style: none;
    }

    .web-head .head .left-p .user .btn .dropdown li:first-child {
        border-radius: 4px 4px 0 0;
    }

    .web-head .head .left-p .user .btn .dropdown li:last-child {
        border-radius: 0 0 4px 4px;
    }

    .web-head .head .left-p .user .btn .dropdown li:last-child a {
        border-bottom: 0;
    }

    .web-head .head .left-p .user .btn .dropdown a {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding: 16px 0;
        color: inherit;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    .web-head .head .left-p .user .btn .dropdown a svg {
        margin-right: 10px;
        fill: #000;
    }

    .web-head .head .left-p .user .btn .dropdown a img {
        margin-right: 10px;
        margin-left: 0px !important;
    }

    .web-head .head .left-p .user .btn .dropdown a svg path {
        fill: #000;
    }
}


/* Dikshant Added Css */


/* .web-head .container .change_rest h3 a,
.web-head .head .left-p .deals .button-dal {
  border-radius: 6px !important;
} */

.web-head .head .left-p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.show_deals_button .button-dal {
    display: none !important;
}

.web-head {
    padding: 25px 10px !important;
}

.web-head .container .change_rest p {
    font-weight: 600;
    color: #000;
    opacity: 0.7;
}

.web-head .container .change_rest p svg {
    margin-right: 5px !important;
}

.searchContainer {
    margin-right: 22px !important;
}


/* Dikshant Added code 17/5/2022 */

@media (max-width: 500px) {
    .mobile-navgation .head_part .logo-nav .ligo {
        font-size: 20px !important;
        font-weight: 600 !important;
    }

    .mobile-navgation .head_part .logo-nav .ligo img {
        width: 65px;
        margin-right: -2px;
    }

    .cart_footer #buttom_menu {
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.368627451) !important;
    }

    .cart_footer .sidebarIconToggle img {
        width: 45px !important;
    }

    .cancelAccountPopupModal {
        min-width: 100vw;
        max-width: 100vw;
        max-height: 100vh;
        min-height: 100vh;
        margin: 0;
        padding: 0;
    }

    #cancel_account .ChangePasswordNowPopup,
    #cancel_account .ChangePasswordNowBodyPage {
        width: 100%;
        height: 100%;
        border-radius: 0 !important;
        border: none !important;
        outline: none !important;
    }

    #cancel_account .ChangePasswordNowBodyPage .process_btn .process button {
        width: 100% !important;
    }

    #cancel_account .ChangePasswordNowBodyPage .pad-mg {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
}


/* New change in header */

.web-head {
    width: 95%;
    margin: auto;
    border-radius: 16px;
    /* margin-top: 15px; */
}


/* ===========================template 5 design implementation=========================== */

body #item_v2 .itemV2ModalDailog {
    max-width: 650px !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
}

#modifiers_popup_v2 .itemV2ModalDailog {
    max-width: 80% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
}

#modifiers_popup_v2 .modal-content {
    height: 100% !important;
}

.itemV2ModalContent {
    background: #fff;
    border-radius: 24px !important;
}

.add-to-cart .add-fixed-btn .contune .process_btn .process button {
    position: unset !important;
}

.process_btn .process button {
    background: var(--primary-color);
    display: flex;
    border: none;
    align-items: center;
    border-radius: 8px;
    padding: 10px 16px;
    gap: 5px;
    color: #fff;
    width: 250px;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
}

.process_btn .process button p {
    margin-bottom: 0px;
}

.addCartQuantity .addCartQuantityBtn {
    border: none;
    background: none;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-right: 20px;
}

.addCartQuantity .addCartQuantityBtn .count {
    border: 1px solid var(--primary-color);
    padding: 12px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addCartQuantity .addCartQuantityBtn .count svg {
    fill: var(--primary-color) !important;
}

.close-btn .closeItemV2popup {
    cursor: pointer;
}

.addCartQuantity .addCartQuantityBtn #item_cnt {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 20px;
}


/*  */

.foodImage {
    width: 160px;
    height: 160px;
    border-radius: 8px;
    object-fit: cover;
}

.foodDetails {
    flex: 1;
    position: relative;
    padding-right: 18px;
}

.popupItemItemDetailsLeft .close-btn {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 999;
    background: #f2f2f2;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foodName {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    margin-top: 16px;
    line-height: 1.2;
}

.foodDescription {
    font-size: 16px;
    color: #777;
    line-height: 1.5;
    margin-bottom: 16px;
}

.foodTags {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
}

.foodTag {
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 12px;
    background: #f2f2f2;
    color: #777;
    font-weight: 600;
}

.popularTag {
    background-color: #f2f2f2;
    color: #777;
}

.priceInfo {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 16px;
    font-weight: 600;
}

.closeButton {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 24px;
    color: #777;
    cursor: pointer;
    z-index: 10;
}

.popupContent {
    display: flex;
    padding: 24px;
}

.leftContent {
    flex: 1;
    padding-right: 24px;
}

.groupOrderSection {
    display: flex;
    justify-content: space-between;
    margin: 25px 0px 20px;
}

.groupOrderLabel {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0px;
}

.groupOrderButton {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 24px;
    padding: 6px 16px;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 600;
    cursor: pointer;
}

.groupOrderIcon {
    width: 18px;
    height: 18px;
}

.ingredientsSection {
    border-radius: 8px;
    overflow: hidden;
    background: #fafafa;
    border: 1px solid #f2f2f2;
}

.ingredientsHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.ingredientsTitle {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0px;
}

.ingredientsContent {
    padding: 16px;
}

.allergensSection {
    margin-bottom: 16px;
}

.allergensTitle {
    font-size: 14px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.allergensText {
    font-size: 14px;
    color: #777;
}

.ingredientsListSection {
    margin-bottom: 16px;
}

.ingredientsListTitle {
    font-size: 14px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.ingredientsText {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
}


.caloriesTitle {
    font-size: 14px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.caloriesText {
    font-size: 14px;
    color: #777;
    margin-bottom: 0px;
}

.summarySection {
    margin-bottom: 24px;
}

.summaryTitle {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0px;
}

.summaryItem {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    margin-top: 16px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 5px 0px;
}

.summaryItemImage {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    object-fit: cover;
    margin-right: 12px;
}

.summaryItemInfo {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
}

.summaryItemName {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
}

.summaryItemQuantity {
    font-size: 14px;
    color: #777;
}

.summaryItemPrice {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.notesSection {
    border-radius: 12px;
    padding: 8px;
    height: 100px;
}

.notesInput {
    width: 100%;
    height: 100%;
    border: none;
    resize: none;
    font-size: 14px;
    color: #000;
    font-family: inherit;
    outline: none;
    padding: 10px;
    border-radius: 12px;
}

.notesInput::placeholder {
    color: #aaa;
}

.popupItemSummeryDetails {
    display: flex;
    gap: 12px;
}

.itemNameGroupOrder {
    display: flex;
    gap: 16px;
}

.shareButton {
    display: none;
    align-items: center;
    gap: 8px;
    background: none;
}

.popupItemItemDetailsLeft {
    width: 100%;
    padding: 24px;
}

.itemNameGroupOrder .foodName {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.itemNameGroupOrder .foodName span {
    text-align: right;
    font-weight: 600;
    font-size: 20px;
}

/* share popup */

.sharePopup {
    display: none;
    position: absolute;
    top: 40px;
    /* adjust as needed */
    right: 0 !important;
    z-index: 1000;
    background: #fff;
    border-radius: 18px;
    border: 1px solid #D4D4D3;
    box-shadow: 0px -4px 4px 0px #0000000F;
    padding: 14px;
    min-width: 240px;
    max-width: 320px;
    transition: all 0.2s;
}

.sharePopupContent {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sharePopupHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sharePopupTitle {
    font-size: 1.1rem;
    font-weight: 600;
}

.sharePopupClose {
    font-size: 1.5rem;
    cursor: pointer;
    color: #1a1a1a;
    transition: color 0.2s;
}

.sharePopupClose:hover {
    color: #1a1a1a;
}

.sharePopupBody {
    display: flex;
    gap: 6px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
}

.sharePopupBody img {
    cursor: pointer;
}

.sharePopupIcon {
    background: #f2f2f2;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    border: 1px solid #D4D4D3
}

.sharePopupIcon:hover {
    background: #e0e0e0;
}

.shareOrder {
    position: relative;
}


/* share popup */

.itemImage img {
    border-radius: 12px;
    width: 200px;
}

#item_v2 .modal-footer {
    padding: 16px 18px !important;
}

.web-head .head .left-p .cartButton {
    position: relative;
}

.web-head .head .left-p .cartButton .cartCount {
    position: absolute;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 100%;
    font-size: 12px;
    top: -13px;
    right: -6px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.left_menu_show .navHeaderContainer {
    display: flex;
    align-items: center;
    border-top: 1px solid #dddddd63;
    border-bottom: 1px solid #dddddd63;
    margin: 15px 0px 8px;
    padding: 5px 20px;
}

.mobileOrders {
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
    gap: 12px;
    margin: 10px 10px 10px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 4px !important;
}

#ui-datepicker-div .ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    border: 1px solid var(--primary-color) !important;
    background: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 30px !important;
    height: 34px !important;
}

.all_items_home_page .menu_deals {
    padding-left: 16px !important;
}

.all_items_home_page .menu_deals p {
    font-size: 14px;
    font-weight: 600;
    color: #777;
}

#ui-datepicker-div .ui-state-default,
.ui-widget-content .ui-state-default {
    background: #fff !important;
    border: none !important;
    color: #333 !important;
    border-radius: 30px !important;
    height: 34px !important;
    font-weight: 600;
}

#ui-datepicker-div .ui-state-active,
.ui-widget-content .ui-state-active {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 30px !important;
    height: 34px !important;
}

#ui-datepicker-div .ui-datepicker .ui-datepicker-header {
    border: none !important;
    margin-top: 5px !important;
    margin-bottom: 8px !important;
}

.mobileOrders .orderCard {
    background: #f2f2f2;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.3%;
    height: 80px;
}

.grafterrFoodSec span {
    cursor: pointer;
}

.mobileOrders .orderCard p {
    margin-bottom: 0px;
}

.orderCard .img img {
    margin-right: 0px !important;
    padding: 0px !important;
}

.mobileOrders .orderCard a .img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 5px;
    width: 100%;
}

.mobileOrders .orderCard a {
    margin: 0px !important;
}

.profileNameInfo .manageAccount {
    color: #17A040 !important;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}

.manage_account_text {
    color: #777 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding-left: 7px !important;
    margin-top: 10px !important;
}

.logoutBtnSec {
    margin: 25px 0px;
}

.logoutBtnSec .logoutBtn {
    width: 50%;
    border-radius: 30px;
    background: #ff621f;
    color: #fff;
    display: flex;
    justify-content: center !important;
}

.grafterrFoodSec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 18px 0px 18px 20px;
}

.grafterrFoodSec .grafterrFoodTitle {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}

.menuLinks:hover {
    background: #f2f2f2;
    border-radius: 8px;
    transition: all .8s;
}

.logoutdiv .btn:focus {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.mainContainer {
    width: 80% !important;
    max-width: 80% !important;
}

.web-head .head .left-p .deals .button-dal {
    width: max-content;
    /* height: 40px; */
    /* border: solid 1px rgba(255, 34, 34, 0.9803921569); */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 6px 18px;
    transition: all 0.3s;
}

.web-head .head .left-p .deals .button-dal:hover {
    box-shadow: 0px 0px 4px;
}

.closeItemV2popupMobile {
    display: none;
}

.logoNavHeder {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.itemNameGroupOrder .emptyImg svg {
    border-radius: 18px;
}

/* Accordion arrow rotation styles */
.ingredientsHeader svg {
    transition: transform 0.3s ease;
}

.ingredientsHeader.active svg {
    transform: rotate(180deg);
}

#change_password_popup .change_password_details {
    padding: 0px 20px !important;
}

@media screen and (min-width: 1566px) {
    .itemV2ModalDailog {
        max-width: 70% !important;
    }
}

@media screen and (max-width: 767px) {
    body #item_v2 .itemV2ModalDailog {
        max-width: 100% !important;
        height: 100% !important;
        overflow-y: auto;
        /* top: 0 !important; */
        bottom: 0px !important;
        overflow-x: hidden;
        border-radius: 0px !important;
    }

    .popupItemItemDetailsLeft .close-btn {
        background-color: transparent !important;
    }

    #querymeal_popup_v2 .itemV2ModalDailog {
        max-width: 100% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        top: 50% !important;
    }

    .item_queries_section .btn_fixed .fixed .btns {
        width: 100% !important;
    }

    .popupItemItemDetailsLeft {
        width: 100%;
    }

    .popupItemSummeryDetailsRight {
        width: 100%;
    }

    .popupItemSummeryDetails {
        flex-direction: column;
    }

    .itemNameGroupOrder {
        flex-direction: column;
    }

    .popupItemItemDetailsLeft {
        padding: 0px;
    }

    .foodDetails {
        padding: 0px 24px;
    }

    .mobile-navgation .logoutBtn {
        width: 100% !important;
    }

    .mobileOrders .orderCard a .img {
        margin: auto !important;
    }

    .itemImage img {
        border-radius: 0px 0px 24px 24px;
        width: 100% !important;
        height: 350px;
        object-fit: cover;
    }

    body #item_v2 .modal-dialog .modal-content {
        border-radius: 0px !important;
        padding-bottom: 90px;
    }

    #item_v2 .modal-dialog .modal-footer {
        position: fixed;
        bottom: 0;
        background: #fff;
        z-index: 99;
        box-shadow: 0px 0px 3px #ddd;
        width: 100%;
    }

    .shareOrder .shareButton {
        position: fixed;
        top: 23px;
        right: 26px;
        height: 36px;
        width: 36px;
        border-radius: 100%;
        padding: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        display: none;
    }

    .closeItemV2popupMobile {
        position: fixed;
        top: 23px;
        left: 8px;
        border-radius: 100%;
        padding: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        display: block;
    }

    .closeItemV2popupMobile svg {
        width: 36px;
        height: 36px;
    }

    .shareOrder .shareButton .shareOrderText {
        display: none;
    }

    /* Overlay styles */
    .sharePopupOverlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    /* Popup styles */
    .sharePopup {
        display: none;
        position: fixed;
        z-index: 1000;
        background: #fff;
        border-radius: 18px 18px 0 0;
        padding: 18px 24px;
        width: 100%;
        max-width: 100%;
        transition: transform 0.3s ease-in-out;
    }

    .sharePopupContent {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .sharePopupHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 12px;
        border-bottom: 1px solid #eee;
    }

    .sharePopupTitle {
        font-size: 1.1rem;
        font-weight: 600;
    }

    .sharePopupClose {
        font-size: 1.5rem;
        cursor: pointer;
        color: #888;
        transition: color 0.2s;
    }

    .sharePopupClose:hover {
        color: #111;
    }

    .sharePopupBody {
        display: flex;
        gap: 18px;
        justify-content: flex-start;
        align-items: center;
        margin-top: 10px;
    }

    .sharePopupIcon {
        background: #f3f3f3;
        border: none;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background 0.2s;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    }

    #mainLogin {
        width: 100% !important;
        bottom: 12px !important;
    }

    .sharePopupIcon:hover {
        background: #e0e0e0;
    }

    .sharePopup {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50vh;
        background: #fff;
        border-radius: 18px 18px 0 0;
        padding: 18px 24px;
        z-index: 1000;
        transform: translateY(100%);
        /* Start from bottom */
        transition: transform 0.3s ease-in-out;
        overflow-y: auto;
    }

    .sharePopupOverlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .sharePopupContent {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .sharePopupHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 12px;
        border-bottom: 1px solid #eee;
    }

    .sharePopupBody {
        flex: 1;
        display: flex;
        gap: 18px;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 10px;
        flex-wrap: wrap;
    }

    .mobileOrders {
        display: flex;
        align-items: center;
        padding: 10px;
        justify-content: center;
        gap: 12px;
        margin: 10px 10px 10px;
    }

    .mobileOrders .orderCard {
        background: #f2f2f2;
        border-radius: 12px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33.3%;
        height: 95px;
    }

    .mobileOrders .orderCard p {
        margin-bottom: 0px;
    }

    .orderCard .img img {
        margin-right: 0px !important;
    }

    .mobileOrders .orderCard a .img {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .mobileOrders .orderCard a {
        margin: 0px !important;
    }

    .borderSolid {
        border: 1px solid #ddd !important;
    }

    #menu hr:nth-of-type(2) {
        display: block !important;
    }

    .navHeaderContainer {
        box-shadow: none !important;
        border-radius: 0px !important;
    }

    #menu .mobile-navgation nav .user {
        padding-left: 0px !important;
    }

    #menu .mobile-navHeaderContainer .nav-logo {
        margin: 8px 0px !important;
    }

    .profileNameInfo {
        display: flex;
        flex-direction: column;
    }

    .profileNameInfo .manageAccount {
        color: #17A040 !important;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .manage_account_text {
        color: #777;
        font-size: 14px;
        font-weight: 500;
        padding-left: 7px !important;
    }

    .logoutBtnSec .logoutBtn {
        border: 1px solid #ff621f;
        display: flex;
        align-items: center;
        justify-content: center !important;
        border-radius: 12px;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 600;
        color: #ff621f;
        margin-top: 20px;
        width: auto;
        background: none;
    }

    #searchOverlay .search-overlay-close {
        right: 6px !important;
    }

    #searchOverlay {
        height: 100% !important;
    }

    .mobile-navgation .head_part .table-book .cart span {
        top: 6px !important;
        right: -7px !important;
    }

    #searchOverlay .search-overlay-icon {
        left: 15px !important;
    }

    .searchResultsContainer_mobile .noResults {
        margin-top: 10px !important;
        text-align: center !important;
    }

    .logoutBtnSec {
        bottom: 8px;
        width: 100%;
        background: #fff;
        padding: 20px 20px 0px;
    }

    #logout_model .modal-dialog {
        padding: 10px !important;
    }

    .logoutBtnSec a {
        margin: 0px !important;
    }

    .mobile-navgation .grafterrFoodSec {
        margin: 18px 10px 18px 20px;
    }

    .mobile-navgation nav {
        width: 100%;
        height: 100% !important;
        transform: translateX(-110%);
    }

    .mainBannerSection {
        margin-top: 0px;
    }

    .mobile-navgation {
        background: none !important;
    }

    .mobile-navgation-bgNow,
    .mobile-navgation-bgSubNow {
        background: none !important;
    }

    #item_v2 .modal-footer {
        padding: 16px 12px !important;
        flex-wrap: nowrap;
    }

    .ingredientsSection {
        margin: 5px 24px 0px !important;
        padding: 5px;
    }

    .itemNameGroupOrder .emptyImg svg {
        width: 100%;
        border-radius: 0px 0px 45px 45px !important;
        ;
    }

    .searchResultsContainer_mobile .categoryItem {
        gap: 10px;
    }

    .categoryName {
        padding: 6px 0px !important;
        font-size: 18px !important;
    }

    .categoryHeading {
        padding-top: 24px !important;
        font-size: 16px !important;
        padding-left: 0px !important;
    }

    /* For mobile and tablet: header background and text color on scroll */

}

@media (max-width: 1124px) {
    .mobile-navgation.scrolled {
        background: #fff !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
        transition: background 0.3s, box-shadow 0.3s;
    }

    .mobile-navgation.scrolled .head_part,
    .mobile-navgation.scrolled .hed_logo,
    .mobile-navgation.scrolled .logo-nav,
    .mobile-navgation.scrolled .ligo,
    .mobile-navgation.scrolled .table-book,
    .mobile-navgation.scrolled .table-book * {
        color: #111 !important;
        fill: #111 !important;
    }

    .mobile-navgation.scrolled svg path {
        stroke: #111 !important;
    }

    .all_items_home_page .iteams .food_items .iteam_menu:hover {
        transition: none !important;
        transform: translateY(0px) !important;
    }

    .searchResultsContainer_mobile {
        background: none !important;
        border: none !important;
        box-shadow: none !important;
        max-height: 75vh !important;
    }

    .searchResultsContainer_mobile .search-overlay-header {
        padding: 16px 5px;
    }

    .searchResultsContainer_mobile .categoryItem {
        margin: 0px !important;
        padding: 14px 2px !important;
    }

    .searchResultsContainer_mobile .categoryHeading {
        margin: 0px;
    }

    .search_item_count {
        padding: 0px 18px;
    }

    .closeOverlaymobile {
        width: 100%;
        top: 16px;
        background: #fff;
        z-index: 999;
        position: fixed;
        left: 7px;
        padding: 10px 27px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .logoutBtnSec .logoutBtn {
        width: 30%;
    }

    .mainBannerSection {
        margin-top: 0px;
    }

    .head_part {
        background-color: transparent !important;
    }

    .mobile-navgation {
        background-color: transparent !important;
    }

    .menu_buttons .menu_pop .btn button {
        display: none !important;
    }

    .cart_footer {
        display: none !important;
    }

    .grafterrfoodOrderSec {
        flex-direction: column;
        gap: 24px;
    }

    .grafterrfoodContent {
        width: 100% !important;
    }

    .iteams .food_items {
        margin-top: 0px !important;
    }

    .iteam_menu_title1 {
        margin: 30px 0px 0px !important;
    }

    .top_menu_btn .mg-h {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .category-iteam .categorys {
        margin-top: 0px !important;
    }

    .mainSec .contactUs {
        /* flex-direction: column; */
        align-items: flex-start !important;
        gap: 18px;
    }

    .all_items_home_page .iteams .food_items .iteam_menu {
        width: 48% !important;
    }

    #ds-sub-menu2 ul {
        width: 100% !important;
    }

    .itemNameGroupOrder {
        padding: 20px 20px 0px;
    }

    .all_items_home_page .iteams .food_items .iteam_menu:hover {
        transition: none !important;
        transform: translateY(0px) !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {
    .mobile-navgation nav {
        width: 40%;
    }

    .mainBannerSection {
        margin-top: 0px;
    }

    .menu_buttons .menu_pop .btn button {
        display: none !important;
    }

    .cart_footer {
        display: none !important;
    }

    .grafterrfoodContent {
        width: 100%;
    }

    .all_items_home_page .iteams .food_items .iteam {
        margin: 7px 6px !important;
        gap: 0px !important;
    }

    .all_items_home_page .iteams .food_items .iteam_menu {
        width: 32% !important;
    }

    #ds-sub-menu2 ul {
        width: 100% !important;
    }

    .itemNameGroupOrder {
        padding: 20px 20px 0px;
    }
}


/* Desktop styles */

@media screen and (min-width: 769px) {
    .sharePopup {
        position: absolute;
        top: 40px;
        width: auto;
        min-width: 240px;
        max-width: 320px;
        border-radius: 18px;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
        transform: none;
        height: auto;
    }
}

@media only screen and (min-width: 300px) and (max-width: 1024px) {
    .desktop-svg {
        display: none !important;
    }

    .mobile-svg {
        display: block !important;
    }
}

@media only screen and (min-width: 1025px) {
    .desktop-svg {
        display: block !important;
    }

    .mobile-svg {
        display: none !important;
    }
}

.heading_div {
    width: 100% !important;
}

.orderHistorySection {
    width: 100%;
}

.completeAdressHeader .saveedAdress svg {
    cursor: pointer;
}

/* ============================= No Orders Empty State Design ============================= */

.noOrdersEmptyState {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    text-align: center;
    background: #f8f9fa;
    border-radius: 12px;
    margin: 0 auto;
    font-family: 'Urbanist', sans-serif;
    width: 90%;
    max-width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.noOrdersEmptyState .iconContainer {
    margin-bottom: 32px;
}


.noOrdersEmptyState .heading {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
    margin-top: 0;
    font-family: 'Urbanist', sans-serif;
}

.noOrdersEmptyState .description {
    font-size: 14px;
    color: #777;
    margin-bottom: 40px;
    max-width: 400px;
    line-height: 1.6;
    margin-top: 0;
    font-family: 'Urbanist', sans-serif;
}

.noOrdersEmptyState .exploreButton {
    background: var(--primary-color);
    color: white;
    padding: 14px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: 'Urbanist', sans-serif;
    display: inline-block;
    margin-top: 24px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 65%;
}

.noOrdersEmptyState .exploreButton:hover {
    background: var(--primary-color);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    color: white;
    text-decoration: none;
}

/* Hide order history header when no orders */
.hideOrderHistoryHeader {
    display: none !important;
}

/* Hide left history section when no orders */
.lefthistory.hideLeftHistory {
    display: none !important;
}

/* Center the order history section when no orders */
.orderHistorySection.noorderempty {
    justify-content: center;
    align-items: center;
}

.orderHistorySection.noorderempty .myorders-web {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Container styling when showing no orders */
.container.updatedOrderHistory {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* When no orders, make the entire page centered */
body:has(.noOrdersEmptyState) .container.updatedOrderHistory {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Alternative approach for browsers that don't support :has() */
.container.updatedOrderHistory.noOrdersContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Mobile responsive styles for no orders design */
@media screen and (max-width: 767px) {
    .noOrdersEmptyState {
        padding: 30px 15px;
        margin: 0 auto;
        min-height: 350px;
        width: 95%;
        max-width: 100%;
    }

    .container.updatedOrderHistory.noOrdersContainer {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
    }

    .noOrdersEmptyState .heading {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .noOrdersEmptyState .description {
        font-size: 14px;
        margin-bottom: 32px;
        max-width: 320px;
    }

    .noOrdersEmptyState .exploreButton {
        padding: 12px 32px;
        font-size: 14px;
        width: 100%;
    }

    #readMoreModal .modal-content {
        margin: 0px !important;
        border-radius: 0px !important;
        width: 100%;
        max-width: 100%;
        height: 100vh;
    }

    #readMoreModal .modal-dialog {
        margin: 0px !important;
        border-radius: 0px !important;
        max-width: 100% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .noOrdersEmptyState {
        padding: 40px 20px;
        min-height: 400px;
        width: 85%;
    }

    .container.updatedOrderHistory.noOrdersContainer {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #mealdeal_popup_v2 .itemsPopupDailog {
        transform: translate(-50%, -50%) !important;
    }

    .noOrdersEmptyState .heading {
        font-size: 24px;
    }

}

/* ============================= End No Orders Empty State Design ============================= */
/* Hide left history section when no orders */
.lefthistory.hideLeftHistory {
    display: none !important;
}

/* Center the order history section when no orders */
.orderHistorySection.noorderempty {
    justify-content: center;
    align-items: center;
}

.orderHistorySection.noorderempty .myorders-web {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Container styling when showing no orders */
.container.updatedOrderHistory {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* When no orders, make the entire page centered */
body:has(.noOrdersEmptyState) .container.updatedOrderHistory {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Alternative approach for browsers that don't support :has() */
.container.updatedOrderHistory.noOrdersContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Mobile responsive styles for no orders design */
@media screen and (max-width: 767px) {
    .noOrdersEmptyState {
        padding: 30px 15px;
        margin: 0 auto;
        min-height: 350px;
        width: 95%;
        max-width: 100%;
    }

    .container.updatedOrderHistory.noOrdersContainer {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
    }

    .noOrdersEmptyState .heading {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .noOrdersEmptyState .description {
        font-size: 14px;
        margin-bottom: 32px;
        max-width: 320px;
    }

    .noOrdersEmptyState .exploreButton {
        padding: 12px 32px;
        font-size: 14px;
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
    .noOrdersEmptyState {
        padding: 40px 20px;
        min-height: 400px;
        width: 85%;
    }

    .container.updatedOrderHistory.noOrdersContainer {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #mealdeal_popup_v2 #itemsPopupDailog {
        transform: translate(-50%, -50%) !important;
    }

    .noOrdersEmptyState .heading {
        font-size: 24px;
    }

    body #mealdeal_popup_v2 .modal-content {
        height: auto !important;
    }

    #modifiers_popup_v2 #itemsPopupDailog {
        transform: translate(-50%, -50%) !important;
    }

    #querymeal_popup_v2 #itemsPopupDailog {
        transform: translate(-50%, -50%) !important;
    }

    #mixmatch_v2 #itemsPopupDailog {
        transform: translate(-50%, -50%) !important;
    }

    #pizza_v2 #itemsPopupDailog {
        transform: translate(-50%, -50%) !important;
    }

    #pizza_v2 #itemsPopupDailog {
        transform: translate(-50%, -50%) !important;
    }

    #item_v2 #itemsPopupDailog {
        transform: translate(-50%, -50%) !important;
    }
}

/* ============================= End No Orders Empty State Design ============================= */

#item_v2 #itemsPopupDailog {
    /* Add any specific styles here */
}

/* Mobile Search Overlay Styles */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
}

.search-overlay-content {
    background: white;
    width: 90%;
    max-width: 500px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 5px rgb(0 0 0 / 6%);
}

.search-overlay-header {
    padding: 16px;
}

.search-overlay-content {
    height: 100vh !important;
    box-shadow: none !important;
    background: #fff;
}

.search-input-container {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 40px !important;
    padding: 10px 10px 10px 44px !important;
}

.search-overlay-icon {
    position: absolute;
    left: 16px;
    color: #666;
    z-index: 1;
}

.search-overlay-input {
    width: 100%;
    padding: 12px 12px 12px 44px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s;
}



.search-overlay-close {
    position: absolute;
    right: 12px;
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.search-overlay-close:hover {
    background-color: #f0f0f0;
}

/* Mobile Search Results Container */
.mobile-search-results-container {
    background: white;
    border-top: 1px solid #eee;
    max-height: 100%;
    overflow-y: auto;
}

.mobile-search-content {
    padding: 16px;
}

.mobile-categoryHeading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
}

.mobile-categoryItem {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin-bottom: 4px;
    background: white;
    animation: slideIn 0.3s ease-out forwards;
    opacity: 0;
    transform: translateY(10px);
}

.mobile-categoryItem:hover {
    background-color: #f8f9fa;
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.mobile-categoryItem:last-child {
    border-bottom: none;
}

.mobile-categoryItem:active {
    background-color: #e9ecef;
    transform: translateX(2px);
}

.category-icon {
    font-size: 20px;
    margin-right: 12px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 50%;
    flex-shrink: 0;
}

.category-text {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    flex: 1;
}

.mobile-categoryItem:nth-child(1) {
    animation-delay: 0.1s;
}

.mobile-categoryItem:nth-child(2) {
    animation-delay: 0.15s;
}

.mobile-categoryItem:nth-child(3) {
    animation-delay: 0.2s;
}

.mobile-categoryItem:nth-child(4) {
    animation-delay: 0.25s;
}

.mobile-categoryItem:nth-child(5) {
    animation-delay: 0.3s;
}

.mobile-categoryItem:nth-child(6) {
    animation-delay: 0.35s;
}

.mobile-categoryItem:nth-child(7) {
    animation-delay: 0.4s;
}

.mobile-categoryItem:nth-child(8) {
    animation-delay: 0.45s;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.pay-btn .arrow {
    transition: transform 0.2s ease, stroke 0.2s ease;
}

.pay-btn:hover .arrow {
    transform: translateX(3px);
}

.pay-btn:hover .arrow svg path {
    stroke: #000;
}
#accordion-container .scroll-checkout .group .slot-icon-pre{
    position: absolute !important;
    top: auto !important;
    bottom: 12px !important;
    right: 10px !important;
}
#accordion-container .scroll-checkout .input-field{
    height: auto !important;
}
/* Responsive adjustments */
@media (max-width: 600px) {
    .search-overlay-content {
        width: 95%;
        margin: 10px;
    }

    .mobile-search-results-container {
        max-height: 300px;
    }

    .search-overlay-input {
        font-size: 16px;
        /* Prevents zoom on iOS */
    }

    .mobile-categoryItem {
        padding: 14px 12px;
    }

    .category-icon {
        font-size: 18px;
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .category-text {
        font-size: 15px;
    }
}

/* Hide search results initially */
.mobile-search-results-container[style*="display: none"] {
    display: none !important;
}