.header__nirfood.mobile {
    display: none;
}

.cart_total_float_nirfood {
    display: none;
}

@media screen and (max-width: 991px) {
    .forget_pass_btn_nirfood {
        margin-top: 15px;
    }

    .download_link_nirfood {
        width: 100%;
        min-width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .elementor-widget-container {
        margin: 0 !important;
    }

    .top_header_nirfood {
        padding: 0 10px;
    }

    .logo__nirfood img {
        max-width: 70px;
        min-width: 70px;
    }

    .cart__nirfood {
        min-width: 30px;
        height: 35px;
        padding: 3px 10px;
    }

    .auth_links__nirfood a {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .auth_links__nirfood .user_nirfood {
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 80px;
        display: inline-block;
    }

    .header__nirfood {
        height: 80px;
    }

    .nirfood_main_menu_box {
        position: fixed;
        top: 0;
        left: 0;
        background: #0F0805;
        width: 100%;
        height: 100dvh;
        z-index: 100;
        display: none;
        padding: 20px;
        padding-bottom: 100px;
    }

    .mobile_menu_login_btn {
        display: block;
        position: absolute;
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
        padding-top: 16px;
        border-top: solid 1px #6D5546;
    }

    .mobile_menu_login_btn button {
        width: 100%;
        justify-content: center;
        font-size: 14px;
        padding: 13px;
    }

    .mobile_menu_login_btn button svg {
        width: 24px;
    }

    .mobile_menu_box_head {
        display: flex;
        justify-content: space-between;
        align-items: start;
        padding-bottom: 8px;;
        border-bottom: solid 1px #6D5546;
    }

    .mobile_menu_logo_nirfood img {
        width: 35px;
        height: auto;
    }

    .nirfood_main_menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
        border-bottom: solid 1px #6D5546;
        justify-content: flex-start;
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
        padding: 16px 0;
        gap: 10px;
    }


    .nirfood_main_menu.show {
        display: flex;
    }

    .nirfood_main_menu li, .nirfood_main_menu a {
        width: 100%;
        margin: 0;
    }

    .nirfood_main_menu > li > a {
        justify-content: space-between;
        font-size: 14px;
    }

    .nirfood_main_menu > li > a .hasub_nirfood {
        margin-right: 3px;
        transform: rotate(90deg);
        font-size: 16px;
    }

    .nirfood_main_menu .sub-menu {
        position: relative;
        box-shadow: none;
        top: 0;
        width: 100%;
        padding: 10px;
        background: #eee;
        border-radius: 0;
    }

    .auth_login__nirfood {
        height: 44px;
        font-size: 10px;
    }

    .auth_login__nirfood svg {
        width: 16px;
    }

    .logo__nirfood:after {
        display: none;
    }

    .search_header_nirfood button {
        padding: 5px 8px;
        height: 40px;
        width: 60px;
        font-size: .875rem;
        margin-right: 5px;
    }

    .search_header_nirfood input {
        font-size: 14px;
        height: 42px;
        padding: 10px 35px 10px 10px;
    }

    .search_header_nirfood i {
        font-size: 15px;
    }


    .mobile_total_cart_nirfood {
        display: block;
    }

    .menu_cart_sidebar  {
        display: none;
    }

    .content_nirfood_tabs {
        width: 100%;
    }

    .menu_list_box_nirfood h2.cat_title_nirfood,.menu_cart_sidebar h2 {
        display: none;
    }

    .menu_cart_sidebar  {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        overflow-y: auto;
        z-index: 99;
        transition: none;
    }
    .cart_contents_nirfood{
        position: relative;
        top: 0;
        width: 100%;
        height: 100dvh;
        padding: 20px;
    }

    .nirfood_total_cart, .checkout_btn_nirfood {
        display: none !important;
    }

    .mobile_cart_bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #1D110A;
        padding: 20px;
        border-top: solid 1px #6D5546;
        display: flex;
        justify-content: space-between;

    }

    .mobile_total_cart_box {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .mobile_total_cart_box span {
        font-size: 14px;
        font-weight: 400;
        color: #ffffff;
    }

    .mobile_checkout_btn_nirfood {
        background-color: #FFD899;
        width: max-content;
        padding: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #332B1F;
        border-radius: 8px;
        transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
        font-size: 16px;
        font-weight: 700;
    }

    .mobile_total_cart_box strong span, .mobile_total_cart_box .woocommerce-Price-amount.amount {
        font-size: 24px;
        font-weight: 700;
        color: #ffffff;
    }

    .cart_container_nirfood {
        padding: 0;
        border: none;
    }

    .cart_item_info_right__nirfood img {
        display: block;
    }

    .cart_qty_nirfood .product_cart_item_plus, .cart_qty_nirfood .product_cart_item_minus {
        width: 30px;
        height: 30px;
    }

    .cart_item_pricing_nirfood h4 {
        max-width: 140px;
    }

    .cart_header_nirfood {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        font-size: 18px;
        line-height: 60px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #ffffff;
    }

    .close_cart_sidebar {
        display: none;
    }

    .close_cart_sidebar_nirfood {
        font-size: 20px;
    }

    .cats_nirfood li h3 {
        font-size: 1rem;
    }

    .desc_txt_nirfood {
        margin: 15px 0 0 0;
        text-align: center;
    }

    .content_nirfood {
        width: 100%;
        position: unset;
    }

    .nirfood_avg_delivery {
        margin: 15px 0 0 0;
    }

    .cat_item__nirfood img {

    }

    .menu_slider_nirfood_prev, .menu_slider_nirfood_next {
        display: none;
    }

    .menu_list_box_nirfood {
        width: 100%;
    }

    .fix_height {
        min-height: 0;
    }

    .menu_links_nirfood li {
        margin: 0 !important;
    }

    .info_restaurant_nirfood_2 .menu_links_nirfood li {
        padding: 5px;
    }

    .menu_links_nirfood {
        justify-content: start;
    }

    .info_restaurant_nirfood {
        width: 100%;
    }

    .delivery_time_box_nirfood {
        font-size: 14px;
        gap: 8px;
        margin-bottom: 16px;
    }

    .status_nirfood span {
        font-size: 14px;
    }

    .restaurant_name_nirfood {
        font-size: 20px;
    }

    .head_content_img_nirfood {
        flex-direction: column;
    }

    .nirfood_links_map {
        margin: 20px 0;
    }

    .info_restaurant_nirfood_2 {
        background-image: none !important;
    }

    .footer_row_nirfood {
        gap: 20px;
        padding: 0 50px;
    }

    .footer_column_list a {
        font-size: 14px;
    }

    .footer_column_list a img {
        width: 20px;
        height: auto;
    }

    .footer_column_list h4 {
        font-size: 16px;
    }

    .nwf_panel_row {
        flex-wrap: wrap;
    }

    .nwf_panel_menu, .nwf_panel_content {
        width: 100%;
    }

    .nwf_panel_nav_list {
        flex-direction: row;
        width: max-content;
        overflow: auto;
        max-width: 100%;
    }

    .nwf_panel_nav_list li a {
        width: max-content;
    }

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

}

@media screen and (max-width: 768px) {
    .body_content h1{
        font-size: 22px;
    }
    .info_restaurant_nirfood_2::after, .info_restaurant_nirfood_2::before {
        display: none !important;
    }

    .cart_total_float_nirfood {
        display: block;
        z-index: 2;
        padding: 0 20px;
    }

    .cart_contents_floating_nirfood .woocommerce-Price-amount.amount {
        font-size: 20px;
    }

    .cart_contents_item_floating_nirfood {
        display: none;
    }

    .header__nirfood {
        /*display:none;*/
    }

    .mobile_menu_icon_nirfood {
        display: flex;
    }

    .header__nirfood.mobile {
        display: flex;
        align-items: center;
    }

    .variation_list_popup_nirfood {
        top: 0;
        border-radius: 0;
        height: 100%;
        width: 100%;
    }

    .nirfood_restaurant_bottom_nirfood {
        flex-direction: column;
    }

    .order_status_con_nirfood {
        justify-content: flex-end;
    }

    .woocommerce-orders-table__cell-order-actions a.button {
        margin-right: auto;
    }

    .my_account_orders .woocommerce-orders-table__cell-order-total {
        display: none !important;
    }

    .profile_nav_nirfood {
        display: block;
        padding-bottom: 10px;
    }

    .woocommerce-MyAccount-navigation ul {
        display: none;
    }

    .profile_nav_nirfood .woocommerce-MyAccount-navigation-link {
        width: max-content;
    }

    .profile_nav_nirfood .woocommerce-MyAccount-navigation-link a {
        color: #fff;
        opacity: 0.6;
    }

    .profile_nav_nirfood .woocommerce-MyAccount-navigation-link.is-active a {
        opacity: 1;
    }

    .profile_nav_nirfood .swiper-slide {
        width: max-content;
    }

    .user_info_nirfood {
        padding: 20px 0;
    }

    .address_popup_nirfood, .edit_address_popup_nirfood {
        width: 100%;
        top: 0;
        bottom: 0;
        height: 100%;
        border-radius: 0;
    }

    #map {
        min-height: calc(100vh - 60px);
        height: 100%;
    }

    .latlng_save_nirfood {
        top: 10px;
        bottom: auto;
        right: 10px;
        left: auto;
        width: 100px;
        font-size: 11px;
    }

    .footer_nav_nirfood {
        justify-content: center;
        margin: 15px 0 0 0;
    }

    .nirfood_footer_menu {
        justify-content: center;
    }

    .nirfood_rights {
        margin: 10px auto;
        text-align: center;
        color: #fff;
    }

    .auth_img__nirfood {
        display: none;
    }


    .authbox__nirfood {
        width: 100%;
        height: 100dvh;
        max-height: 100dvh;
        border-radius: 0;
        border: none;
    }

    .auth_content__nirfood {
        width: 100%;
        height: 100%;
    }

    .authbox__nirfood_title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .authbox_title__nirfood {
        font-size: 16px;
        font-weight: 600;
    }

    .menu_list_elementor_image_1, .menu_list_elementor_image_2, .menu_list_elementor_image_3 {
        display: none;
    }






    .nwf_panel_orders_meta span {
        justify-content: space-between;
    }

    .wallet_history_table_head {
        display: none;
    }

    .wallet_history_head, .wallet_history_form_search {
        flex-direction: column;
        width: 100%;
        align-items: start;
    }

    .wallet_history_head {
        gap: 16px;
    }

    .wallet_history_form_search button, .wallet_history_form_search input {
        width: 100%;
    }

    .wallet_history_table_row {
        flex-wrap: wrap;
        gap: 8px;
    }

    .wallet_history_table_row div {
        width: 100%;
        flex: auto;
        display: flex;
        justify-content: space-between;
    }

    .wallet_history_table_row div.cl_status {
        order: -1;
        width: 45%;
        display: flex;
        justify-content: end;
    }

    .wallet_history_table_row div.cl_id {
        order: -2;
        width: 45%;
    }

    .wallet_history_table_row strong {
        display: block;
        width: max-content;
        color: var(--Primary-Primary-5, #6D5546);
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }

    .wallet_history_table_row p {
        font-size: 14px;
        font-weight: 400;
    }

    .nwf_wallet_current_balance {
        flex-direction: column;
        gap: 15px;
    }

    .box_balance {
        flex-direction: row;
        justify-content: space-between;
        font-size: 14px;
    }

    .box_deposit {
        justify-content: start;
        font-size: 14px;
    }
    .wallet_history_head h3,.nwf_panel_content_head h2{
        font-size: 20px;
    }
    .order_view_header h2{
        font-size: 18px;
    }
    .nwf_panel_orders_status{
        font-size: 14px;
    }
    .order_view_top_box,.thankyou_reservation_meta{
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 12px;
        padding: 16px ;
    }
    .order_view_top_box .item,.thankyou_reservation_meta .meta_item{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px solid var(--Primary-Primary-5, #6D5546);
        width: 100%;
        border-right: 0;
        padding-bottom: 12px;
    }
    .order_view_top_box .item:last-child,.thankyou_reservation_meta .meta_item:last-child{
        border-bottom: none;
        padding-bottom: 0;
    }
    .order_view_top_box .item span,.thankyou_reservation_meta .meta_item span{
        margin-bottom: 0;
        font-size: 14px;
    }
    .order_view_top_box .item strong,.thankyou_reservation_meta .meta_item strong{
        font-size: 14px;
    }
    .order_view_content,.detail-card{
        flex-direction: column;
        gap: 40px;
    }
    .order_view_right{
        order: -1;
    }
    .nwf_wallet_current_balance {
        background: url("../images/Frame-m-min.png") no-repeat;
        background-size: cover;
    }
    .nwf_list_reservation_item .item_meta_text{
        width: 100%;
        justify-content: space-between;
    }
    .card-section{
        width: 100%;
    }
    .card-section:last-child{
        order: -1;
    }
    .card-section.card-section-100{
        margin-top: 40px;
    }
    .nirfood_booking_row{
        flex-direction: column;
    }
    .nirfood_booking_content,.nirfood_booking_side,.nirfood_booking_side_next{
        width: 100%;
    }
    .nirfood_booking_side{
        order: -1;
    }
    .booking_continue_btn_box{
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 70;
        background: var(--Primary-Primary-9, #1D110A);
        width: 100%;
        padding: 20px;
        border-top: 1px solid var(--Primary-Primary-5, #6D5546);
        box-shadow: 0px -10px 20px 0px #6D554633;
    }
    .content_nirfood{
        flex-direction: column;
    }
    .checkout_content,.checkout_sidebar{
        width: 100%;
    }
    .nwf_menu_elementor_item .item_title{
        font-size: 20px;
    }
    .form-row-first,.form-row-last {
        width: 100% !important;
    }
    .menu_user_email_nirfood{
        max-width: 150px;
    }
    .lang-dropdown__nirfood{
        display: none;
    }
    .nirfood_main_menu_box .lang-dropdown__nirfood{
        display: block;
        border: 1px solid var(--Primary-Primary-5, #6D5546);
        width: 100%;
        margin-top: 16px;
        border-radius: 4px;
        padding: 0;
    }
}