.theme_2 .items-not-available {
    padding: 50px 20px;
    text-align: center;
    font-size: 16px;
}

.theme_2 #toggleSwitch {
    display: flex !important;
    justify-content: flex-end;
}

.theme_2 .sticky_part {
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
    z-index: 1;
    background: var(--bg-main);
    padding: 4px 0;
}

@media(max-width:767px) {
    .theme_2 .sticky_part {
        top: 0px;
    }
}

.theme_2 .ic_food {
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.theme_2 .loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
}

.theme_2 .loader {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    overflow: auto;
}