.Footer_btn__ED4B1:hover {
    color: #f56261;
    box-shadow: 0 0 10px #f56261;
    border-radius: 7px;
    text-shadow: 0 0 5px #f56261;
}
.loading-overlay_app_unselectable__DvVYv {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


.loading-overlay_app_overlay__IaCJH {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
}

.loading-overlay_app_overlay_panel__8GfAQ {
    display: flex;
    height: 100%;
    width: 100%;
}

.loading-overlay_app-overlay-loading-wrapper__4Czbl {
    background-color: rgba(255, 255, 255, 0.66);
    pointer-events: all;
}

.loading-overlay_app_overlay_wrapper__RdRVJ {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.66);
    pointer-events: all;
}

.loading-overlay_app_overlay_loading_center__bay_z {
    padding: 4px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
}

.loading-overlay_download-info-container__Tdnbw {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loading-overlay_image__YT5Vg {
    height: 40px;
    width: 50px;
}
/* @media (max-width: 480px) {
    .download-info-container {
        .download-btn-container {
            img {
                height: 100px;
                width: 120px;
            }
        }
    }
} */

.loading-overlay_loader__I58AJ {
	---blob-container-height: 40px;
    height: 100%;
}
.install-app-popup_install_app__F6XNN {
    position: fixed;
    left: 0;
    right: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: bottom 1s ease-in-out;
    z-index: 2;
    font-family: 'Poppins';
    bottom: 0;
}

.install-app-popup_install_app_content__iyyY5 {
    display: flex;
    gap: 16px;
    align-items: center;
    text-align: justify;
    z-index: 10;
    flex-direction: column;
    font-weight: 500;
}

.install-app-popup_bg_overlay__Q8fjG {
    position: absolute;
    inset: 0;
    background-color: #000000;
}

.install-app-popup_install_app_above_cookies__Y3zOD {
    bottom: 74px;
}
.Layout_main__rFqb2 {
    min-height: 100vh;
    padding-bottom: 18px;
}
/* Loading animation */
.xoolit-loading_blobs_container__bhkYF {
    display: grid;
    place-content: center;
    height: var(---blob-container-height, 60vh);
    justify-items: center;
}

.xoolit-loading_blob__jFfhx {
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 10px;
    height: var(---blob-height, 100px);
    width: var(---blob-width, 100px);
    transform: scale(1);
    animation: xoolit-loading_pulse-black__F9PNw 2s infinite;
    text-align: center;
    color: white;
    font-size: 15px;
}

.xoolit-loading_blob__jFfhx.xoolit-loading_red__D68Lh {
    background: #ffffff;
    box-shadow: 0 0 0 0 #f4f3ef;
    animation: xoolit-loading_pulse-red__Q5DTs 2s infinite;
}

.xoolit-loading_xoolit_img__uqqcX {
    height: var(---xoolit-img-height, 50px);
    margin-top: var(---xoolit-img-margin-top, 25px);
    margin-left: auto;
    margin-right: auto;
}

@keyframes xoolit-loading_pulse-red__Q5DTs {
0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
}

70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
}

100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
}
}
/* .dropdown-menu { width: 100%;} */
.custom-xoolit-popover_arrow__bSbcR {
    border: 1px solid;
    border-bottom: 0;
    border-right: 0;
}

.custom-xoolit-popover_popover___1Rb7 {
    top: 28px;
    right: -33%;
    box-shadow: 0px 3px 6px #00000029;
}

@media only screen and (max-width: 767px) {
    .custom-xoolit-popover_popover___1Rb7 {
        right: 0px;
    }
}
.Search-field_searchField__YOyRM {
    /* font-size: 14px; */
    font-family: 'PoppinsMedium';
    background-color: #fff;
    color: #71706F;
    font-size: 13px;
}

.Search-field_offer_image__O0LGU {
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
}

.Search-field_combobox_options__dxgZu {
    flex-direction: column;
    ---blob-container-height: 100px;
	---blob-height: 66px;
	---blob-width: 66px;
	---xoolit-img-height: 30px;
	---xoolit-img-margin-top: 20px
}

.Search-field_combobox_option__IcXF3 {
    display: grid;
    grid-template-columns: 80px auto 120px;
    gap: 0 16px;
}

.Search-field_custom_scroll__3EDeM::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

/* Track */
.Search-field_custom_scroll__3EDeM::-webkit-scrollbar-track {
    /* background: rgb(229, 228, 228);  */
    background: none;
}

/* Handle */
.Search-field_custom_scroll__3EDeM::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 50px;
}

/* Handle on hover */
.Search-field_custom_scroll__3EDeM::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.Search-field_combobox_option_category__kHMMP {
    grid-template-columns: auto auto;
    display: grid;
    justify-content: space-between;
}

.Search-field_search_result_container__XiQjC {
    display: grid;
}

.Search-field_price_detail__vyzKc {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

.Search-field_price_detail_mobile__FFAcI {
    display: none;
}

.Search-field_search_viewMoreBtn__vyin8 {
    display: block;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #d3d3d3;
    /* background: #e7f6eb; */
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}


.Search-field_search_viewMoreBtn__vyin8 button {
    font-family: 'PoppinsSemibold';
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 4px;
    letter-spacing: .02857em;
    text-transform: uppercase;
    background-color: #fff;
    outline: none;
}

.Search-field_clear_search__hVx0a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media (max-width: 575px) {
    .Search-field_price_detail_mobile__FFAcI {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 4px;
    }

    .Search-field_price_detail__vyzKc {
        display: none;
    }
}

@media (max-width: 600px) {
    .Search-field_combobox_option__IcXF3 {
        grid-template-columns: 100px auto;
        grid-template-rows: auto;
    }
    
    /* .option_item:nth-child(1) {
        grid-row-start: 2;
        grid-column-start: 2;
    }
    
    .option_item:nth-child(2) {
        grid-row-start: 1;
        grid-column-start: 1;
        grid-row-end: span 2;
    }
    
    .option_item:nth-child(3) {
        grid-row-start: 1;
        grid-column-start: 2;
    } */
}

.Food-Search_searchField__ERkVl {
    /* font-size: 14px; */
    font-family: 'PoppinsMedium';
    background-color: #fff;
    color: #71706F;
    font-size: 13px;
}

.Food-Search_offer_image__B4L6U {
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
}

.Food-Search_combobox_options___Sh0V {
    flex-direction: column;
    ---blob-container-height: 100px;
	---blob-height: 66px;
	---blob-width: 66px;
	---xoolit-img-height: 30px;
	---xoolit-img-margin-top: 20px
}

.Food-Search_combobox_option__TfR8t {
    display: grid;
    grid-template-columns: 80px auto 120px;
    gap: 0 16px;
}

.Food-Search_custom_scroll___O8nj::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

/* Track */
.Food-Search_custom_scroll___O8nj::-webkit-scrollbar-track {
    /* background: rgb(229, 228, 228);  */
    background: none;
}

/* Handle */
.Food-Search_custom_scroll___O8nj::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 50px;
}

/* Handle on hover */
.Food-Search_custom_scroll___O8nj::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.Food-Search_combobox_option_category__ba7cY {
    grid-template-columns: auto auto;
    display: grid;
    justify-content: space-between;
}

.Food-Search_search_result_container__zS4yc {
    display: grid;
}

.Food-Search_price_detail__0dKhG {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

.Food-Search_price_detail_mobile__bUpek {
    display: none;
}

.Food-Search_search_viewMoreBtn__Ue_2e {
    display: block;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #d3d3d3;
    /* background: #e7f6eb; */
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}


.Food-Search_search_viewMoreBtn__Ue_2e button {
    font-family: 'PoppinsSemibold';
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 4px;
    letter-spacing: .02857em;
    text-transform: uppercase;
    background-color: #fff;
    outline: none;
}

.Food-Search_clear_search__KmFt2 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media (max-width: 575px) {
    .Food-Search_price_detail_mobile__bUpek {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 4px;
    }

    .Food-Search_price_detail__0dKhG {
        display: none;
    }
}

@media (max-width: 600px) {
    .Food-Search_combobox_option__TfR8t {
        grid-template-columns: 100px auto;
        grid-template-rows: auto;
    }
}

.Navbar_navbar__7Exjr {
    height: 60px;
    display: flex;
    align-items: center;
    box-shadow: 0px 3px 6px #00000012;
    background-color: #fff;
    padding-left: 40px;
}

.Navbar_logo_img__Gjq8y {
    height: 34px;
    width: 120px;
}

.Navbar_tab_logo__e86KM {
    display: none;
    width: auto;
    height: 34px;
}

.Navbar_isMobile__i3XYx {
    display: none;
}

.Navbar_search_group__jF0CH {
    background: #fff;
    border-radius: 4px;
    /* margin-right: auto; */
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    /* padding: 4px 0; */
    /* display: grid; */
    /* grid-template-columns: 20% auto; */
}
.Navbar_category_w_max_content__O1rnf{
    width: -moz-max-content !important;
    width: max-content !important;
}
.Navbar_searchbar_header__MVLRP {
    position: absolute;
    top: 100%;
    height: 330px;
    left: 50%;
    width: 100%;
    transform: translate(-50%);
}

@media screen and (max-width: 768px) {
    .Navbar_searchbar_header__MVLRP {
        height: 234px;
        top: 90%;
    }
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
    .Navbar_logo_img__Gjq8y {
        display: none;
    }

    .Navbar_tab_logo__e86KM {
        display: block;
    }
}

@media screen and (min-width: 1800px){
    .Navbar_searchbar_header__MVLRP {
        height: 510px;
    }
}
.Navbar_linkStyle__ayprl {
    color: #FFFFFF;
    font-size: 11px;
    padding-top: 1px;
    white-space: nowrap; 
    font-family: 'PoppinsMedium';
  }

 
 

  


 
  
 
  
