html {
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.logo {
    max-height: 100px;
    max-width: 250px;
}

.swiper-container {
    width: 100%;
}








.header-item-image {
    object-fit: cover;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.42857 !important;
    white-space: nowrap !important;
    list-style: none !important;
    text-align: center !important;
    box-sizing: border-box !important;
    border: 2px !important;
    vertical-align: middle !important;
    max-width: 100% !important;
    height: 55px !important;
}

.trnsp {
    background-color: transparent !important;
    display: revert !important;
}

.header-item-container {

    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    list-style: none;
    box-sizing: border-box;
}



.main-header {
    overflow: hidden;
    border-radius: 0 0em 0px 0px;
    position: fixed;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
    right: 0;
    z-index: 99;
    width: 100%;
    border-bottom-style: solid;

}


.item-image-container {
    width: 35%;
    padding: 0;
    float: left;
    margin-right: 15px;
}





.menu-item-content-container {
    font-weight: 800;
    font-size: 13px;
    height: 65px;
    margin-top: 2px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    word-wrap: break-word !important;
}



.menu-item-details {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857;
    box-sizing: border-box;
}

.menu-category-title-container {
    text-align: center;
    font-size: 40px;
    position: relative;
    margin: 0;
}

.menu-category-title {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    padding: 0 30px;

}

.menu-category-title span {
    padding: 0 1em;
    position: relative;
    margin: auto;
    display: table;

}


.menu-category-title-container:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 30%;
    width: 100%;
    opacity: 1;

}



/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 0%;
    width: 100%;
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    left: 0;
    top: 0;
    /* Black w/opacity */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%;
    /* 25% from the top */
    width: 100%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    margin-top: 30px;
    /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    /* Display block instead of inline */
    transition: 0.3s;
    /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    top: 20px;
    right: 45px;
    font-size: 60px;
    margin-right: 20px;
    margin-left: auto;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;

    }
}

.header-bottom {

    padding: 8px;
    font-weight: 300;
    background-color: hsla(0, 0%, 100%, .12157);
    touch-action: none;
}

.men {
    overflow-y: auto;

    margin: 0px 10px;
}

.exx {
    margin-right: 20px;
    margin-left: auto;
}

.enn {
    margin-right: auto;
    margin-left: auto;
}

.ccol {

    padding-right: 0;
    padding-left: 0;

}

.rrow {
    margin-right: 0px;
    margin-left: 0px;
}

.header-name {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857;
    box-sizing: border-box;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    max-width: 270px;
    width: 100%;
    margin: auto;
    display: flex;
    overflow: hidden;
    transition: .2s;
}

.ttil {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    box-sizing: border-box;
    margin: .67em 0;
    font-weight: 500;
    line-height: 1.2;
    float: right !important;
    width: 100%;
    text-align: center;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
    direction: ltr;
    white-space: nowrap;
}

.bottom-sheet {
    max-height: 100% !important;


}

.bottom-sheet .modal.content {
    width: 60%;
    margin: 0px auto;
}




.modal-item-content-container {
    font-weight: lighter;
    font-size: 16px;
    margin-top: 2px;
    word-wrap: break-word !important;
}



.modal-item-details {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857;
    box-sizing: border-box;
}

.modal-content {
    border: 0px;
    border-radius: 5px;
}


.modal.bottom-sheet {

    border-radius: 5px;

}


.modal.modal-fixed-footer {
    height: 100% !important;
}

.lang_div {
    border: 2px;
    font-size: 22px;
    font-weight: bold;
    position: fixed;
    top: 1em;
    right: 1em;
    height: 35px;
    width: 35px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    color: #000;
}

.layover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8) center no-repeat;
}

body {
    text-align: center;
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
    overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
body.loading .layover {
    display: block;
}


.overlayy {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    opacity: 1;
    background: rgba(39, 42, 43, 0.8);
    transition: opacity 200ms ease-in-out;
    border-radius: 4px;
    margin: -8px;
    height: 100%;
    width: 100%;
}

.social {
    position: fixed;
    left: 15px;
    top: 15px;
    width: 20px;
}

.instagram {
    color: #ffffff;
}

.floating-price {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.menu-item-image-inside {
    width: 100%;
    max-width: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
