#MenuLoaderPopup {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row !important;
}

#MenuLoaderPopup .addbasketPopup {
    background-color: white !important;
    box-shadow: 0 4px 6px 0 rgba(27, 35, 36, .02), 0 2px 12px -2px rgba(27, 35, 36, .08), 0 3px 6px 0 rgba(27, 35, 36, .06);
    font-weight: 700;
    border: 1px solid #ffdfe0;
    color: black !important;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    max-width: 40% !important;
    font-size: 14px !important;
    /*white-space:nowrap;*/
}

#MenuLoaderPopup .addbasketPopup:hover {
    background: #eeeeee !important;
    border: 2px solid #ffdfe0;
}

.loyal-card {
    border-radius: 12px;
    border: 1px solid #efedea;
    box-shadow: 0 4px 6px 0 rgba(27, 35, 36, .02), 0 2px 12px -2px rgba(27, 35, 36, .08), 0 3px 6px 0 rgba(27, 35, 36, .06);
    overflow: hidden;
}

.loyal-card .card-wrapper-img {
    width: 300px;
    margin: 1rem auto;

}

.loyal-card .card-wrapper-img img {
    width: 100%;
    transform: rotate(10deg);
    object-fit: cover;
}

.loyal-card .card-text-slogan {
    font-size: 2.5rem;
    padding: 7px;
    color: #b9b3b3;
    font-weight: 500;
}

.loyal-card .rate {
    color: #0a062f;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #b9b3b3;
    margin: auto;
    text-align: center;
    font-size: 1.5rem;
    text-decoration: none;
}

.nav-list-wrapper {
    display: flex;
    justify-content: space-between;
}

.nav-link-btn.active {
    border: none;
    background: transparent;
    font-size: 1.4rem;
    color: black;
    text-transform: uppercase;
    border-bottom: 2px solid #ed1c24;
    padding: 1px;
    font-weight: bold;
}

.nav-link-btn:hover {
    color: #ed1c24;
}

.nav-link-btn {
    border: none;
    background: transparent;
    font-size: 1.4rem;
    color: black;
    text-transform: uppercase;
    padding: 1px;
    font-weight: bold;
}

.controls {
    color: #ed1c24;
    border: 1px solid #eeeeee;
}

.swal2-confirm.custom-color {
    background-color: #ed1c24 !important;
    color: white;
    box-shadow: none !important;
}

.swal2-cancel.custom-color {
    background-color: black !important;
    color: white;
}

.swal2-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #ed1c24;
}

#closed-message {
    color: black !important;
}

#slick {
    overflow: scroll !important;
}

* {
    overflow: visible !important;
}

.container * {
    /*overflow:auto !important;*/
}

.scrollmenu {
    margin-top: 25px !important;
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
}

.scrollmenu a {
    width: 100%;
    color: white !important;
    background: none !important;
}

#sticky-top {
    display: none !important;
}

.food-items {
    padding: 10px !important;
    /*margin-top:5px !important;*/
}

.hvr-shutter-out-horizontal {
    font-size: 12px !important;
}

.basket-right-box {
    position: sticky;
    right: 0;
    top: 0px;
    overflow-y: scroll !important;
    position: -webkit-sticky;

}

@media only screen and (max-width: 991px) {
    .loyal-card .card-text-slogan {
        font-size: 2.5rem;
        padding: 7px;
        color: #b9b3b3;
        font-weight: 500;
    }

    .loyal-card .rate {
        color: #0a062f;
        padding: 10px 15px;
        border-radius: 25px;
        border: 1px solid #b9b3b3;
        margin: auto;
        text-align: center;
        font-size: 1rem;
        text-decoration: none;
    }

    .scrollmenu {
        background-color: #FFF;
        border-left: 1px solid #ccc !important;
        padding: 10px 10px 10px 0 !important;
        border-radius: 0;
        top: 0px;
        width: 100%;
        border: 0 !important;
        z-index: 9999999;
    }

    .scrollmenu div:first-child {
        display: flex;
        overflow: auto !important;
    }

    div.scrollmenu .itemdpss {
        height: 50px !important;
        overflow: initial !important;
    }

    div.scrollmenu .itemdpss.current {
        border: 0px !important;
    }

    #food-items {
        padding: 0 !important;
    }

    #MenuLoader {
        padding: 0 !important;
    }

    .food-items {
        margin-top: 0 !important;
    }

    .show-menu {
        display: block !important;
    }

    #all-mobile-menu-area {
        position: fixed !important;
        width: 100%;
        bottom: 50px;
        z-index: 1;
        display: flex;
        flex-direction: column;
        top: auto !important;
    }

    #hide-menu {
        display: none;
        width: 60%;
        margin-bottom: 20px;
        z-index: 10;
        /*border: 1px solid #ccc;*/
        background: white;
        padding: 15px;
        /*border-radius: 10px;*/
        transform: translate(calc(50vw - 50%));
        /*-webkit-box-shadow: -2px 1px 14px -9px rgba(0,0,0,0.75);*/
        /*-moz-box-shadow: -2px 1px 14px -9px rgba(0,0,0,0.75);*/
        /*box-shadow: -2px 1px 14px -9px rgba(0,0,0,0.75);*/
    }

    #menu-toggle span, #menu-toggle i {
        color: white;
    }


    #menu-toggle {
        width: 84px;
        height: 82px;
        background: #333;
        border-radius: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
        border: 1px solid #ccc;
        font-weight: bold;
        font-size: 17px;
        z-index: 1;
        transform: translate(calc(50vw - 50%));
        bottom: 90px;
        transform: translate(calc(50vw - 50%));
        -webkit-box-shadow: -2px 1px 14px -9px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -2px 1px 14px -9px rgba(0, 0, 0, 0.75);
        box-shadow: -2px 1px 14px -9px rgba(0, 0, 0, 0.75);
        justify-content: center;
        flex-direction: column;
    }

    #menu-toggle {
        display: flex !important;
    }
}

#menu-toggle {
    display: none;
}

#hide-menu li {
    margin-top: 10px;
    padding-bottom: 5px;
}

#hide-menu a {
    font-size: 18px !important;
    padding: 10px;
    color: black !important;
    text-align: center;
    font-weight: 500 !important;
}


#MainBasketItems {
    margin-top: 5px !important;
}

div.homepage {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

div.scrollmenu {
    background-color: #FFF;
    border-left: 1px solid #ccc !important;
    padding: 10px 10px 10px 0 !important;
    border-radius: 0;
    z-index: 1;
}

div.scrollmenu a {
    display: inline-block;
    background: none !important;
    text-align: center;
    color: #212121 !important;
    text-align: left !important;
    background-color: #d0963e;
    padding: 5px;
    font-size: 20px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    transition: all 1s !important;
    box-sizing: border-box;
    line-height: 1.5;
}

}

div.scrollmenu a:hover {
    background-color: #777 !important;
}

.sticky-top {

    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 300;
}

.breakout {
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0px 15px 10px -15px #d6d6d6;
    background-color: #FFF;
    position: relative;
    width: 100vw;
    left: calc(-1 * (100vw - 100%) / 2);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.paddle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3em;
}

.left-paddle {
    left: 0;
}

.right-paddle {
    right: 0;
}

.hidden {
    display: none;
}


.food-item h3 {
    margin: 5px !important;
}

.food-item {
    min-height: 75px !important;
}


}

.addbasket2 {
    width: auto !important;
    padding: 0;
}

#RegisterButton, .login-btn {
    display: none !important;
}

.menu-over {
    background: black;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
}

div:has(> .nav-side-menu) {
    padding: 0 !important;
}


#MenuLoaderPopup .addbasket {
    border: 1px solid #ccc;
    padding: 5px;
}