.elementor-1422 .elementor-element.elementor-element-fbd65af{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-1422 .elementor-element.elementor-element-fbd65af{--content-width:1436px;}}/* Start custom CSS for fodis-shop-tab-widget, class: .elementor-element-46ad0db *//* Ensure flex layout */
#pills-tab {
    display: flex;
    flex-wrap: wrap;
}

/* FINAL MENU ORDER */

/* 1. APPETIZERS */
#pills-tab > li:nth-child(2)  { order: 1; }

/* 2. SALADS */
#pills-tab > li:nth-child(3)  { order: 2; }

/* 3. SOUPS */
#pills-tab > li:nth-child(4)  { order: 3; }

/* 4. BREADS */
#pills-tab > li:nth-child(5)  { order: 4; }

/* 5. LUNCH */
#pills-tab > li:nth-child(1)  { order: 5; }

/* 6. CHINESE */
#pills-tab > li:nth-child(6)  { order: 6; }

/* 7. FRIED RICE & NOODLES */
#pills-tab > li:nth-child(16) { order: 7; }

/* 8. GRILLED */
#pills-tab > li:nth-child(7)  { order: 8; }

/* 9. TANDOORI */
#pills-tab > li:nth-child(8)  { order: 9; }

/* 10. TIKKA KABAB */
#pills-tab > li:nth-child(9)  { order: 10; }

/* 11. BEEF MUTTON */
#pills-tab > li:nth-child(10) { order: 11; }

/* 12. CHICKEN */
#pills-tab > li:nth-child(11) { order: 12; }

/* 13. SEAFOOD TAWA */
#pills-tab > li:nth-child(12) { order: 13; }

/* 14. VEGETABLE */
#pills-tab > li:nth-child(13) { order: 14; }

/* 15. OUR SPECIAL */
#pills-tab > li:nth-child(14) { order: 15; }

/* 16. FRESH JUICES */
#pills-tab > li:nth-child(15) { order: 16; }

/* 17. MOJITO MILKSHAKE */
#pills-tab > li:nth-child(18) { order: 17; }

/* 18. SARBATH SMOOTHIES */
#pills-tab > li:nth-child(17) { order: 18; }
/* Mobile view only */
@media (max-width: 767px) {

    .single-menu-items {
        display: flex;
        flex-direction: column;
    }

    /* Image + title row */
    .single-menu-items .details {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .single-menu-items .menu-content {
        display: flex;
        flex-direction: column;
    }

    /* Price centered under image + title */
    .single-menu-items h6 {
        order: 3;
        width: 100%;
        margin-top: 8px !important;
        text-align: center !important;
        font-weight: 600;
    }
}/* End custom CSS */