﻿.call {
    position: fixed;
    z-index: 15;
    bottom: 25px;
    left: 25px;
    height: 50px;
    width: 50px;
    background: #000000a1;
    backdrop-filter: blur(10px);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 7px 2px #ff8000;
    cursor: pointer;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
}

    .call:active {
        background: #ff800061 !important;
        border-radius: 100% !important;
    }

    .call:hover {
        background: #000000f2;
        border-radius: 100% !important;
    }

/* header animation */
@-webkit-keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }

    100% {
        -webkit-transform: scale(1.13) translateY(-15px);
        transform: scale(1.13) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

@keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }

    100% {
        -webkit-transform: scale(1.13) translateY(-15px);
        transform: scale(1.13) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

/* header animation finish */

.modal-popup {
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}

.ping-pong {
    max-height: 1px !important;
    position: fixed !important;
    z-index: 99999 !important;
    bottom: 10px !important;
    color: #0000 !important;
}

.px-4 {
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    padding-bottom: 0rem !important;
}

.dxbl-popup {
    -webkit-animation: fade-in 0s ease-in both;
    animation: fade-in 0s ease-in both;
}

.dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content {
    font-family: var(--dxbl-popup-font-family);
    font-size: var(--dxbl-popup-font-size);
    line-height: var(--dxbl-popup-line-height);
    background-color: #000000b0;
    border: var(--dxbl-popup-border-width) var(--dxbl-popup-border-style) var(--dxbl-popup-border-color);
    border-radius: var(--dxbl-popup-border-radius);
    -webkit-box-shadow: var(--dxbl-popup-shadow);
    box-shadow: var(--dxbl-popup-shadow);
    color: var(--dxbl-popup-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 0;
    width: 100%;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    color: #fff !important;
}

.dxbl-modal-header {
    font-size: 1.2rem !important;
    border-radius: 20px 20px 0px 0px;
    background-color: transparent !important;
    color: #fff !important;
    font-family: 'Gilroy-Bold';
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    display: none !important;
}

.form-control:hover {
    cursor: pointer;
    box-shadow: 0px 0px 6px 0px #000000f5;
    transition: all .15s ease-in-out;
}

.form-control:not(:hover) {
    transition: all .15s ease-in-out;
}


.dxbl-modal > .dxbl-modal-root > .dxbl-popup {
    min-width: 300px !important;
    width: max-content !important;
    max-width: max-content !important;
}

.dxbl-btn-primary {
    --dxbl-btn-hover-border-color: #ff8000 !important;
}

.dxbl-btn.dxbl-btn-secondary {
    min-width: 90px !important;
    margin-right: 10px !important;
    min-width: 180px;
    color: #fff !important;
    background: #0000006e !important;
    border-color: #ffffff !important;
    --dxbl-btn-hover-border-color: #ffffff !important;
}

.price-promo {
    background-color: #85ae24 !important;
}

.dxbl-btn-standalone.dxbl-btn-primary {
    margin-right: 10px !important;
    margin-left: 10px !important;
    min-height: 60px !important;
}

.dxbl-btn-caption {
    font-size: 1.2rem !important;
}
/* hide scrollbar */
body {
    -ms-overflow-style: none;
    scrollbar-width: unset !important;
    overflow-y: scroll;
}

/* PC - style */
@media (min-width:1157px) {

    .footer-buttons {
        padding-top: 30px !important;
    }

    .dxbl-btn-standalone.dxbl-btn-primary {
        width: 100% !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
        min-height: 50px !important;
        -webkit-animation: fade-in .5s ease-out 0s both;
        animation: fade-in .5s ease-out 0s both;
    }

    .dxbl-btn.dxbl-btn-secondary {
        min-width: 100px !important;
        margin-right: 10px !important;
        min-width: 180px;
        color: #fff !important;
        background: #0000006e !important;
        border-color: #ffffff !important;
        --dxbl-btn-hover-border-color: #ffffff !important;
        -webkit-animation: fade-in .5s ease-out 0s both;
        animation: fade-in .5s ease-out 0s both;
    }

        .dxbl-btn.dxbl-btn-secondary:hover {
            background: #00000099 !important;
        }

        .dxbl-btn.dxbl-btn-secondary:active {
            transform: scale(0.92) !important;
        }

    .dxbl-modal-body span {
        font-size: 1.3rem !important;
        line-height: 1.4rem !important;
    }

    .dxbl-modal-body p {
        font-family: 'Gilroy';
        font-size: 1.5rem !important;
        line-height: 1.5rem !important;
        padding: 10px !important;
        padding-left: 10px !important;
        margin-bottom: 0px !important;
        max-width: 350px !important;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
    }

    .delete-button {
        background: #ff8000 !important;
    }

        .delete-button:hover {
            background-color: #e58502 !important;
        }
    /* tool tip */
    /* data-tool-tip="my tool tip text" added to div so every div with data-tool-tip attribute will have this tool tip*/



    div[data-tool-tip]::after {
        content: attr(data-tool-tip);
        display: block;
        position: absolute;
        background-color: #fff;
        color: #000;
        font-family: Gilroy-Light;
        padding: .35em .8em;
        border-radius: 5px;
        font-size: .8rem;
        bottom: 0%;
        left: 0;
        box-shadow: 0px 0px 4px #000000bd;
        white-space: nowrap;
        transform: scale(0);
        transition: transform ease-out 150ms, bottom ease-out 150ms;
    }

    div[data-tool-tip]:hover::after {
        transform: scale(1);
        bottom: 80%;
    }
    /* data-tool-tip="my tool tip text" added to div so every a-tag with data-tool-tip attribute will have this tool tip*/

    a[data-tool-tip] {
        position: relative;
    }

        a[data-tool-tip]::after {
            content: attr(data-tool-tip);
            display: block;
            position: absolute;
            background-color: #fff;
            color: #000;
            font-family: Gilroy-Light;
            padding: .35em .8em;
            border-radius: 5px;
            font-size: .8rem;
            bottom: 0;
            left: 0;
            box-shadow: 0px 0px 4px #000000bd;
            white-space: nowrap;
            transform: scale(0);
            transition: transform ease-out 150ms, bottom ease-out 150ms;
        }

        a[data-tool-tip]:hover::after {
            transform: scale(1);
            bottom: 85%;
        }
    /* tooltip finish */

    .cookie-consent {
        display: none;
        position: fixed;
        z-index: 1024;
        bottom: 40px;
        right: 80px;
        height: auto;
        width: 300px;
        border-radius: 10px;
        background-color: #000000b5;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        padding: 20px;
        color: #fff;
        font-size: .9rem;
        line-height: 1.1rem;
        -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.5s both;
        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.5s both;
        align-items: center;
    }

    .cookie-icon {
        color: #ff8000;
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .accept {
        color: #ff8000;
    }

    .scrolltotop-btn {
        display: none;
        position: fixed;
        z-index: 1024;
        bottom: 30px;
        right: 30px;
        color: #232020;
        font-size: 1.9rem;
        text-shadow: 0px 0px 4px #fff;
        cursor: pointer;
        -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

        .scrolltotop-btn:hover {
            color: #ff8000;
            /* text-shadow: 0px 0px 4px #000; */
            transition: all .15s ease-in-out;
        }

    .scrollnoshow {
        overflow-x: visible !important;
    }

    .dxbl-row {
        flex-wrap: nowrap !important;
    }

    .second-header {
        display: none;
        height: 70px;
        position: fixed;
        top: 0;
        z-index: 1020;
        width: 100%;
        background-color: #232020db;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0px 3px 10px #000000ab;
        -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }



    .header {
        position: relative;
        z-index: 9;
        height: 72vh;
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        flex-direction: column !important;
        background-color: #fff !important;
        overflow: hidden;
        transition: all .25s ease-in-out;
        -webkit-animation: fade-in 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .3s both;
        animation: fade-in 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .3s both;
    }

    .header-bg {
        background-image: url(img/menu/top_background.jpg) !important;
        background-size: cover !important;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scale(1.13) translateY(-15px);
        transform: scale(1.13) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-animation: kenburns-top 2s ease-in reverse forwards;
        animation: kenburns-top 2s ease-in reverse forwards;
    }

    .user-and-lang-container-second {
        position: absolute;
        z-index: 999;
        right: 12%;
        top: 15px !important;
        display: block;
        max-width: max-content;
        padding: 0.4rem 0.4rem 0.4rem 0.4rem;
        font-size: .9rem;
        font-family: 'Gilroy';
        line-height: 0.9rem;
        color: #000;
        display: flex;
        background-color: transparent !important;
        background-clip: padding-box;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.6rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both !important;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both !important;
        transition: all .25s ease-in-out;
    }

    .user-and-lang-container {
        position: absolute;
        z-index: 999;
        right: 12%;
        top: 90px;
        display: block;
        max-width: max-content;
        padding: 0.4rem 0.4rem 0.4rem 0.4rem;
        font-size: .9rem;
        font-family: 'Gilroy';
        line-height: 0.9rem;
        color: #000;
        display: flex;
        background-color: #232020db;
        background-clip: padding-box;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.6rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        box-shadow: 0px 0px 6px 0px #000;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
        transition: all .25s ease-in-out;
    }

    .user-container {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .user-icon:hover {
        cursor: pointer;
        transition: all .15s ease-in-out;
        color: #ff8000 !important;
    }

        .user-icon:hover a {
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

        .user-icon:hover .user {
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

    .user-container:not(:hover) {
        transition: all .15s ease-in-out;
    }

    .user-icon {
        cursor: pointer;
        font-size: 1.7rem !important;
        color: #fff !important;
    }

    .user-icon-second {
        cursor: pointer;
        font-size: 1.7rem !important;
        color: #fff !important;
    }

        .user-icon-second:hover {
            cursor: pointer;
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

            .user-icon-second:hover a {
                transition: all .15s ease-in-out;
                color: #ff8000 !important;
            }

            .user-icon-second:hover .user {
                transition: all .15s ease-in-out;
                color: #ff8000 !important;
            }

    .login {
        cursor: pointer;
    }

        .login:hover .user {
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

        .login:hover .user-icon {
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

    .login-second {
        cursor: pointer;
    }

        .login-second:hover .user-second {
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

        .login-second:hover .user-icon-second {
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }


    .user {
        cursor: pointer;
        margin-left: 5px;
        margin-right: 7px;
        max-width: max-content;
        height: 28.78px;
        display: flex;
        padding-right: 10px;
        padding-left: 5px;
        border-right: solid 1px #fff;
        align-items: center;
        color: #fff !important;
        font-family: 'Gilroy' !important;
        font-size: 1.05rem;
        line-height: 1.05rem;
    }

    .hide-border {
        border-right: none !important;
    }

    .user-second {
        cursor: pointer;
        margin-left: 5px;
        margin-right: 5px;
        max-width: max-content;
        height: 28.78px;
        display: flex;
        padding-right: 10px;
        padding-left: 5px;
        border-right: solid 1px #fff;
        align-items: center;
        font-family: 'Gilroy' !important;
        font-size: 1.05rem;
        line-height: 1.05rem;
        color: #fff !important;
    }

        .user-second:hover {
            cursor: pointer;
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

            .user-second:hover a {
                transition: all .15s ease-in-out;
                color: #ff8000 !important;
            }

            .user-second:hover .user {
                transition: all .15s ease-in-out;
                color: #ff8000 !important;
            }

    .user:hover {
        cursor: pointer;
        transition: all .15s ease-in-out;
        color: #ff8000 !important;
    }

        .user:hover a {
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

        .user:hover .user {
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }



    .form-control {
        color: #fff !important;
        position: relative;
        display: block;
        width: 35px;
        height: 35px;
        padding: 0rem 0.4rem;
        text-align: center;
        font-size: 1rem;
        font-family: 'Gilroy';
        line-height: 1.5rem;
        background-color: transparent;
        background-clip: padding-box;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.6rem !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-backdrop-filter: blur(5px);
    }

        .form-control:active {
            background-color: #232020db !important;
        }

        .form-control:focus {
            background-color: #232020db !important;
        }

    .logo-container-second {
        cursor: pointer;
        max-height: 70px !important;
        height: 70px !important;
        position: absolute !important;
        left: 15%;
        top: 0px;
        z-index: 999 !important;
        border-radius: 10px 10px 10px 10px !important;
        width: auto !important;
        max-width: 10vw !important;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .logo-container {
        max-height: 120px !important;
        height: 85px !important;
        position: absolute !important;
        left: 15%;
        top: 90px;
        z-index: 999 !important;
        border-radius: 10px 10px 10px 10px !important;
        width: auto !important;
        max-width: 10vw !important;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        -webkit-animation: fade-in .2s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        animation: fade-in .2s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    }

    .logo-shadow-second {
        filter: brightness(0.1) blur(5px);
        -webkit-filter: brightness(0.1) blur(5px);
        height: auto;
        max-width: 120px;
        max-height: 60px;
        position: absolute;
        z-index: 88;
        border-radius: 10px 10px 10px 10px !important;
    }

    .logo-shadow {
        filter: brightness(0) blur(10px);
        -webkit-filter: brightness(0) blur(10px);
        height: auto;
        width: 125px;
        max-height: 125px;
        position: absolute;
        z-index: 88;
        border-radius: 10px 10px 10px 10px !important;
    }

    .logo-second {
        height: auto;
        max-width: 120px;
        max-height: 60px;
        position: absolute;
        z-index: 999;
        border-radius: 10px 10px 10px 10px !important;
    }

    .logo {
        height: auto;
        width: 125px;
        max-height: 125px;
        position: absolute;
        z-index: 999;
        border-radius: 10px 10px 10px 10px !important;
    }

    .menu-label-container {
        display: flex;
        justify-content: center;
        position: absolute !important;
        bottom: 0px !important;
        left: 0px !important;
        right: 0px !important;
        -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    }

    .menu-label {
        color: #ff8000 !important;
        padding: 5px 20px 5px 20px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        border-radius: 15px 15px 0px 0px;
        font-size: 1.6rem;
        line-height: 1.8rem;
        position: relative;
        background-color: #fff;
        bottom: 0px;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        left: auto;
        right: auto;
        text-align: center;
        max-width: 30%;
        box-shadow: 0px -2px 20px 0px #000000d1;
    }

    .category-grid {
        z-index: 9;
        min-height: 600px;
    }

    .category-container {
        position: relative;
        z-index: 13;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 1%;
        background-color: #fff !important;
        padding: 30px 10px 40px 10px !important;
        overflow: visible;
        padding-bottom: 150px !important;
        padding-left: 2% !important;
        padding-right: 2% !important;
        -webkit-animation: fade-in 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .3s both;
        animation: fade-in 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .3s both;
    }

    .menu-btn-bg {
        background-image: url(img/daily_menu_background.jpg);
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-color: #272727 !important;
        border-radius: 20px 20px 20px 20px;
    }

    .category:hover {
        cursor: pointer;
        box-shadow: 0px 0px 13px #0000001f;
        transform: scale(1.02);
        transition: all 0.15s ease-in-out;
    }

    .category:not(:hover) {
        transition: all 0.15s ease-in-out;
    }

    .category-name-container {
        width: 100%;
        height: 70px;
        padding-bottom: 10px;
        display: flex;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        align-items: flex-end;
        align-content: center;
    }

    .category-name {
        position: absolute;
        z-index: 1;
        bottom: 0px;
        right: 0px;
        left: 0px;
        padding-bottom: 10px;
        padding-left: 15px;
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-family: "Gilroy-Heavy";
        text-transform: uppercase;
        text-align: left !important;
        text-shadow: 0px 0px 7px #000000b8 !important;
        color: #fff !important;
        display: flex;
        height: 100%;
        flex-direction: column-reverse;
        background: linear-gradient(0deg, #0000008c 0%, transparent 90%);
        padding-right: 60px;
        border-radius: 20px;
    }

    .daily-menu-text {
        text-transform: uppercase;
        font-size: 2.2rem !important;
        line-height: 2.1rem !important;
        font-family: 'Gilroy-Heavy' !important;
        text-shadow: 0px 0px 6px #ffffff00 !important;
        padding-bottom: 15px !important;
        color: #fff !important;
        max-width: 100%;
        padding-right: 10%;
        padding-left: 10%;
        padding-bottom: 0px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center !important;
        /* mix-blend-mode: overlay; */
        background: transparent !important;
        text-shadow: 0px 0px 20px #000 !important;
        border-radius: 20px;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;
    }

        .daily-menu-text:hover {
            font-family: 'Gilroy-Heavy' !important;
            text-shadow: 0px 0px transparent !important;
            color: #ffffff !important;
            max-width: 100%;
            padding-right: 10%;
            padding-left: 10%;
            mix-blend-mode: normal;
            text-shadow: 0px 0px 20px #000 !important;
            transition: all 0.25s ease-in-out;
        }

        .daily-menu-text:not(:hover) {
            transition: all 0.15s ease-in-out;
        }


    .category {
        width: 19.19%;
        max-width: 19.19%;
        height: 220px;
        flex-grow: 1;
        padding: 10px 10px 10px 10px;
        background-color: #272727;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
        margin-bottom: 1%;
        border-radius: 20px 20px 20px 20px;
        /*animation: fade-in .3s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;*/
    }

        .category:active {
            transform: scale(0.96) !important;
        }

        .category::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: inherit;
            background-size: cover;
            transform-origin: center;
            transition: transform .15s ease-in-out;
            border-radius: 20px 20px 20px 20px;
        }

    .category {
        &:hover {
            &::after {
                transform: scale(1.025);
            }
        }
    }
    /* add to cart */

    .dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content {
        background-color: #fff !important;
        color: #000 !important;
    }

    .dxbl-modal-header {
        font-size: 1.2rem !important;
        border-radius: 20px 20px 0px 0px;
        background-color: transparent !important;
        color: #000 !important;
        font-family: 'Gilroy-Bold';
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        display: none !important;
    }

    .dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content .dxbl-popup-header > .dxbl-modal-header .dxbl-popup-header-button,
    .dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content > .dxbl-modal-header .dxbl-popup-header-button {
        width: 30px !important;
        height: 30px !important;
    }


    .footer-container {
        width: max-content;
        left: 10px;
        right: 10px;
        bottom: 10px;
        margin: auto;
        border-radius: 100px;
        background-color: #00000094;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        position: fixed;
        z-index: 14;
        display: flex;
        justify-content: space-evenly;
        box-shadow: 0px 0px 7px 2px #ff8000;
        -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    }

    .footer-container-no-orders-pc {
        width: calc(100vw - 260px);
        top: 0px;
        height: 0px;
        left: 261px;
        position: fixed;
        z-index: 9;
    }



    .footer-icon {
        padding: 8px 15px 8px 30px;
    }



    .footer-icon-no-orders-pc {
        padding: 8px 8px 8px 8px;
    }

    .cart-button-container {
        background-color: #fff;
        position: absolute;
        right: 40px;
        width: 50px !important;
        height: 50px;
        display: flex;
        top: 20px;
        padding: 20px;
        border-radius: 10px;
        width: 90px;
        box-shadow: 0px 0px 5px #00000096;
        -webkit-animation: fade-in 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        animation: fade-in 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        align-content: center;
        justify-content: center;
        align-items: center;
    }



        .cart-button-container:hover {
            transform: scale(1.02) !important;
            cursor: pointer;
            background-color: #fff;
            box-shadow: 1px 1px 9px 0px #00000085;
            transition: all 0.15s ease-in-out;
        }

        .cart-button-container:not(:hover) {
            transition: all 0.25s ease-in-out;
        }



    .cart-bubble {
        position: absolute;
        top: -10px;
        right: -10px;
        background-color: #dd2a2a;
        padding: 4px;
        border-radius: 100%;
        min-width: 30px !important;
        max-width: 30px !important;
        min-height: 30px !important;
        max-height: 30px !important;
        display: flex;
        align-content: center;
        justify-content: center;
        font-size: 1rem !important;
        line-height: 1rem !important;
        font-family: 'Gilroy';
        color: #fff;
        align-items: center;
        box-shadow: 0px 0px 4px 0px #00000066;
        cursor: pointer !important;
        -webkit-animation: fade-in-top 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) .5s both;
        animation: fade-in-top 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) .5s both;
    }

    .home-cart-button-container {
        position: relative;
        width: 30px !important;
        height: 30px;
        margin-right: 20px;
        margin-left: 10px;
        display: flex;
        padding: 20px;
        border-radius: 10px;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .home-cart-button-container-second {
        position: relative;
        width: 30px !important;
        height: 30px;
        margin-right: 20px;
        margin-left: 10px;
        display: flex;
        padding: 20px;
        border-radius: 10px;
        align-content: center;
        justify-content: center;
        align-items: center;
        background-color: transparent !important;
    }

        .home-cart-button-container-second:hover {
            cursor: pointer;
            box-shadow: 0px 0px 10px 0px #fff;
            transition: all 0.15s ease-in-out;
        }

        .home-cart-button-container-second:not(:hover) {
            transition: all 0.15s ease-in-out;
        }

    .home-cart-button-container:hover {
        cursor: pointer;
        box-shadow: 0px 0px 10px 0px #fff;
        transition: all 0.15s ease-in-out;
    }

    .home-cart-button-container:not(:hover) {
        transition: all 0.15s ease-in-out;
    }

    .home-cart-bubble {
        position: absolute;
        top: -15px;
        right: -10px;
        background-color: #dd2a2a;
        padding: 4px;
        padding-top: 6px;
        border-radius: 100%;
        min-width: 30px !important;
        max-width: 30px !important;
        min-height: 30px !important;
        max-height: 30px !important;
        display: flex;
        align-content: center;
        justify-content: center;
        font-size: 1rem !important;
        line-height: 1rem !important;
        font-family: 'Gilroy';
        color: #fff;
        align-items: center;
        box-shadow: 0px 0px 4px 0px #00000066;
        cursor: pointer !important;
        -webkit-animation: fade-in-top 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) .5s both;
        animation: fade-in-top 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) .5s both;
    }

    .cart-icon-second-screen {
        color: #414141 !important;
        font-size: 1.5rem !important;
    }

        .cart-icon-second-screen:hover {
            color: #414141 !important;
        }

    .home-cart-icon {
        font-size: 1.5rem;
        cursor: pointer;
        color: #fff;
    }

    .home-cart-icon-second {
        font-size: 1.5rem;
        cursor: pointer;
        color: #fff !important;
    }
    /* футър */
    .footer-wrapper {
        position: relative;
        z-index: 14;
        background-color: #fff;
        overflow: hidden;
        display: flex;
        min-height: 200px;
        flex-direction: row;
        align-items: flex-start;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 30px;
        padding-top: 20px;
        flex-wrap: wrap;
        box-shadow: 0px -1px 0px #d3d3d3;
    }

    .footer-section {
        width: 33.33%;
        padding: 20px;
        color: #000 !important;
        font-size: 1rem;
        line-height: 1.2rem;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .link-footer {
        color: #000 !important;
        margin-bottom: 5px;
        font-family: 'Gilroy';
        font-size: 1rem;
        margin-bottom: 10px;
    }

        .link-footer:hover {
            color: #ff8000 !important;
            font-family: 'Gilroy';
            text-decoration: underline !important;
        }

    .footer-title {
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin-bottom: 15px;
        font-family: 'Gilroy';
    }

    .footer-text {
        max-width: 80%;
        display: flex;
        align-items: center;
        font-family: 'Gilroy' !important;
        margin-bottom: 10px !important;
        font-size: 1rem !important;
    }

    .contact-icons {
        color: #ff8000;
        font-size: 1.1rem;
        margin-right: 10px;
    }

    .follow-us-icons {
        display: flex;
        flex-direction: row;
    }

    .icon-footer {
        color: #ff8000 !important;
        font-size: 1.6rem;
        line-height: 1.6rem;
        margin-right: 10px;
    }

        .icon-footer:hover {
            transform: scale(1.1);
        }

    .powered-by {
        width: 100%;
        position: absolute;
        bottom: 20px;
        left: 0px;
        right: 0px;
    }

        .powered-by a {
            font-family: 'Gilroy' !important;
            position: relative;
            bottom: 0px;
            width: 100%;
            z-index: 14;
            display: flex;
            align-content: center;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            -webkit-animation: fade-in 1.5s ease-out .5s both;
            animation: fade-in 1s ease-out .5s both;
            text-align: center;
        }

        .powered-by:hover a {
            color: #000 !important;
            font-family: 'Gilroy';
            text-decoration: underline !important;
        }
}

@media screen and (max-width: 1157px) and (min-width: 992px) {
    .footer-buttons {
        padding-top: 30px !important;
    }

    .dxbl-btn-standalone.dxbl-btn-primary {
        width: 100% !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
        min-height: 50px !important;
        -webkit-animation: fade-in .5s ease-out 0s both;
        animation: fade-in .5s ease-out 0s both;
    }

    .dxbl-btn.dxbl-btn-secondary {
        min-width: 100px !important;
        margin-right: 10px !important;
        min-width: 180px;
        color: #fff !important;
        background: #0000006e !important;
        border-color: #ffffff !important;
        --dxbl-btn-hover-border-color: #ffffff !important;
        -webkit-animation: fade-in .5s ease-out 0s both;
        animation: fade-in .5s ease-out 0s both;
    }

        .dxbl-btn.dxbl-btn-secondary:hover {
            background: #00000099 !important;
        }

        .dxbl-btn.dxbl-btn-secondary:active {
            transform: scale(0.92) !important;
        }

    .dxbl-modal-body span {
        font-size: 1.3rem !important;
        line-height: 1.4rem !important;
    }

    .dxbl-modal-body p {
        font-family: 'Gilroy';
        font-size: 1.5rem !important;
        line-height: 1.5rem !important;
        padding: 10px !important;
        padding-left: 10px !important;
        margin-bottom: 0px !important;
        max-width: 350px !important;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
    }

    .delete-button {
        background: #ff8000 !important;
    }

        .delete-button:hover {
            background-color: #e58502 !important;
        }
    /* tool tip */
    /* data-tool-tip="my tool tip text" added to div so every div with data-tool-tip attribute will have this tool tip*/


    div[data-tool-tip]::after {
        content: attr(data-tool-tip);
        display: block;
        position: absolute;
        background-color: #fff;
        color: #000;
        font-family: Gilroy-Light;
        padding: .35em .8em;
        border-radius: 5px;
        font-size: .8rem;
        bottom: 0%;
        left: 0;
        box-shadow: 0px 0px 4px #000000bd;
        white-space: nowrap;
        transform: scale(0);
        transition: transform ease-out 150ms, bottom ease-out 150ms;
    }

    div[data-tool-tip]:hover::after {
        transform: scale(1);
        bottom: 80%;
    }

    a[data-tool-tip] {
        position: relative;
    }

        a[data-tool-tip]::after {
            content: attr(data-tool-tip);
            display: block;
            position: absolute;
            background-color: #fff;
            color: #000;
            font-family: Gilroy-Light;
            padding: .35em .8em;
            border-radius: 5px;
            font-size: .8rem;
            bottom: 0;
            left: 0;
            box-shadow: 0px 0px 4px #000000bd;
            white-space: nowrap;
            transform: scale(0);
            transition: transform ease-out 150ms, bottom ease-out 150ms;
        }

        a[data-tool-tip]:hover::after {
            transform: scale(1);
            bottom: 85%;
        }
    /* tooltip finish */

    .scrolltotop-btn {
        display: none;
        position: fixed;
        z-index: 1024;
        bottom: 30px;
        right: 30px;
        color: #232020;
        font-size: 1.9rem;
        text-shadow: 0px 0px 4px #fff;
        cursor: pointer;
        -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

        .scrolltotop-btn:hover {
            color: #ff8000;
            /* text-shadow: 0px 0px 4px #000; */
            transition: all .15s ease-in-out;
        }

    .scrollnoshow {
        overflow-x: visible !important;
    }

    .dxbl-row {
        flex-wrap: nowrap !important;
    }



    .header {
        position: relative;
        z-index: 9;
        height: 72vh;
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        flex-direction: column !important;
        background-color: #fff !important;
        overflow: hidden;
        transition: all .25s ease-in-out;
        -webkit-animation: fade-in 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .3s both;
        animation: fade-in 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .3s both;
    }

    .header-bg {
        background-image: url(img/menu/top_background.jpg) !important;
        background-size: cover !important;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scale(1.13) translateY(-15px);
        transform: scale(1.13) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-animation: kenburns-top 2s ease-in reverse forwards;
        animation: kenburns-top 2s ease-in reverse forwards;
    }

    .second-header {
        display: none;
        height: 70px;
        position: fixed;
        top: 0;
        z-index: 1020;
        width: 100%;
        background-color: #232020db;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0px 3px 10px #000000ab;
        -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

    .user-and-lang-container {
        position: absolute;
        z-index: 999;
        right: 12%;
        top: 90px;
        display: block;
        max-width: max-content;
        padding: 0.4rem 0.4rem 0.4rem 0.4rem;
        font-size: .9rem;
        font-family: 'Gilroy';
        line-height: 0.9rem;
        color: #000;
        display: flex;
        background-color: #232020db;
        background-clip: padding-box;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.6rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        box-shadow: 0px 0px 6px 0px #000;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
        transition: all .25s ease-in-out;
    }

    .user-and-lang-container-second {
        position: absolute;
        z-index: 999;
        right: 12%;
        top: 15px !important;
        display: block;
        max-width: max-content;
        padding: 0.4rem 0.4rem 0.4rem 0.4rem;
        font-size: .9rem;
        font-family: 'Gilroy';
        line-height: 0.9rem;
        color: #000;
        display: flex;
        background-color: transparent !important;
        background-clip: padding-box;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.6rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both !important;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both !important;
        transition: all .25s ease-in-out;
    }

    .user-container {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .user-icon:hover {
        cursor: pointer;
        transition: all .15s ease-in-out;
        color: #ff8000 !important;
    }

        .user-icon:hover a {
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

        .user-icon:hover .user {
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

    .user-container:not(:hover) {
        transition: all .15s ease-in-out;
    }

    .user-icon {
        cursor: pointer;
        font-size: 1.7rem !important;
        color: #fff !important;
    }

    .user-icon-second {
        cursor: pointer;
        font-size: 1.7rem !important;
        color: #fff !important;
    }

        .user-icon-second:hover {
            cursor: pointer;
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

            .user-icon-second:hover a {
                transition: all .15s ease-in-out;
                color: #ff8000 !important;
            }

            .user-icon-second:hover .user {
                transition: all .15s ease-in-out;
                color: #ff8000 !important;
            }

    .login {
        cursor: pointer;
    }

        .login:hover .user {
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

        .login:hover .user-icon {
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

    .login-second {
        cursor: pointer;
    }

        .login-second:hover .user-second {
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

        .login-second:hover .user-icon-second {
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }


    .user {
        cursor: pointer;
        margin-left: 5px;
        margin-right: 7px;
        max-width: max-content;
        height: 28.78px;
        display: flex;
        padding-right: 10px;
        padding-left: 5px;
        border-right: solid 1px #fff;
        align-items: center;
        color: #fff !important;
        font-family: 'Gilroy' !important;
        font-size: 1.05rem;
        line-height: 1.05rem;
    }

    .hide-border {
        border-right: none !important;
    }

    .user-second {
        cursor: pointer;
        margin-left: 5px;
        margin-right: 5px;
        max-width: max-content;
        height: 28.78px;
        display: flex;
        padding-right: 10px;
        padding-left: 5px;
        border-right: solid 1px #fff;
        align-items: center;
        font-family: 'Gilroy' !important;
        font-size: 1.05rem;
        line-height: 1.05rem;
        color: #fff !important;
    }

        .user-second:hover {
            cursor: pointer;
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

            .user-second:hover a {
                transition: all .15s ease-in-out;
                color: #ff8000 !important;
            }

            .user-second:hover .user {
                transition: all .15s ease-in-out;
                color: #ff8000 !important;
            }

    .user:hover {
        cursor: pointer;
        transition: all .15s ease-in-out;
        color: #ff8000 !important;
    }

        .user:hover a {
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

        .user:hover .user {
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

    .form-control {
        color: #fff !important;
        position: relative;
        display: block;
        width: 35px;
        height: 35px;
        padding: 0rem 0.4rem;
        text-align: center;
        font-size: 1rem;
        font-family: 'Gilroy';
        line-height: 1.5rem;
        background-color: transparent;
        background-clip: padding-box;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.6rem !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-backdrop-filter: blur(5px);
    }

        .form-control:active {
            background-color: #232020db !important;
        }

        .form-control:focus {
            background-color: #232020db !important;
        }

    .logo-container {
        max-height: 120px !important;
        height: 85px !important;
        position: absolute !important;
        left: 15%;
        top: 90px;
        z-index: 999 !important;
        border-radius: 10px 10px 10px 10px !important;
        width: auto !important;
        max-width: 10vw !important;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
    }

    .logo-container-second {
        cursor: pointer;
        max-height: 70px !important;
        height: 70px !important;
        position: absolute !important;
        left: 15%;
        top: 0px;
        z-index: 999 !important;
        border-radius: 10px 10px 10px 10px !important;
        width: auto !important;
        max-width: 10vw !important;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .logo-shadow {
        filter: brightness(0) blur(10px);
        -webkit-filter: brightness(0) blur(10px);
        height: auto;
        width: 125px;
        max-height: 125px;
        position: absolute;
        z-index: 88;
        border-radius: 10px 10px 10px 10px !important;
    }

    .logo-shadow-second {
        filter: brightness(0.1) blur(5px);
        -webkit-filter: brightness(0.1) blur(5px);
        height: auto;
        max-width: 120px;
        max-height: 60px;
        position: absolute;
        z-index: 88;
        border-radius: 10px 10px 10px 10px !important;
    }

    .logo {
        height: auto;
        width: 125px;
        max-height: 125px;
        position: absolute;
        z-index: 999;
        border-radius: 10px 10px 10px 10px !important;
    }

    .logo-second {
        height: auto;
        max-width: 120px;
        max-height: 60px;
        position: absolute;
        z-index: 999;
        border-radius: 10px 10px 10px 10px !important;
    }

    .menu-label-container {
        display: flex;
        justify-content: center;
        position: absolute !important;
        bottom: 0px !important;
        left: 0px !important;
        right: 0px !important;
        -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    }

    .menu-label {
        color: #ff8000 !important;
        padding: 5px 20px 5px 20px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        border-radius: 15px 15px 0px 0px;
        font-size: 1.6rem;
        line-height: 1.8rem;
        position: relative;
        background-color: #fff;
        bottom: 0px;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        left: auto;
        right: auto;
        text-align: center;
        max-width: 30%;
        box-shadow: 0px -2px 20px 0px #000000d1;
    }

    .category-grid {
        z-index: 9;
        min-height: 600px;
    }

    .category-container {
        position: relative;
        z-index: 13;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 1%;
        background-color: #fff !important;
        padding: 30px 10px 40px 10px !important;
        overflow: visible;
        padding-bottom: 150px !important;
        padding-left: 2% !important;
        padding-right: 2% !important;
        -webkit-animation: fade-in 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .3s both;
        animation: fade-in 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .3s both;
    }

    .menu-btn-bg {
        background-image: url(img/daily_menu_background.jpg);
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-color: #272727 !important;
        border-radius: 20px 20px 20px 20px;
    }

    .category:hover {
        cursor: pointer;
        box-shadow: 0px 0px 13px #0000001f;
        transform: scale(1.02);
        transition: all 0.15s ease-in-out;
    }

    .category:not(:hover) {
        transition: all 0.15s ease-in-out;
    }

    .category-name-container {
        width: 100%;
        height: 70px;
        padding-bottom: 10px;
        display: flex;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        align-items: flex-end;
        align-content: center;
    }

    .category-name {
        position: absolute;
        z-index: 1;
        bottom: 0px;
        right: 0px;
        left: 0px;
        padding-bottom: 10px;
        padding-left: 15px;
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-family: "Gilroy-Heavy";
        text-transform: uppercase;
        text-align: left !important;
        text-shadow: 0px 0px 7px #000000b8 !important;
        color: #fff !important;
        display: flex;
        height: 100%;
        flex-direction: column-reverse;
        background: linear-gradient(0deg, #0000008c 0%, transparent 90%);
        padding-right: 60px;
        border-radius: 20px;
    }

    .daily-menu-text {
        text-transform: uppercase;
        font-size: 1.5rem !important;
        line-height: 1.3rem !important;
        font-family: 'Gilroy-Heavy' !important;
        text-shadow: 0px 0px 6px #ffffff00 !important;
        padding-bottom: 15px !important;
        color: #fff !important;
        max-width: 100%;
        padding-right: 20%;
        padding-left: 20%;
        padding-bottom: 0px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center !important;
        /* mix-blend-mode: overlay; */
        background: transparent !important;
        text-shadow: 0px 0px 20px #000 !important;
        border-radius: 20px;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;
    }

        .daily-menu-text:hover {
            font-family: 'Gilroy-Heavy' !important;
            text-shadow: 0px 0px transparent !important;
            color: #ffffff !important;
            max-width: 100%;
            padding-right: 20%;
            padding-left: 20%;
            mix-blend-mode: normal;
            text-shadow: 0px 0px 20px #000 !important;
            transition: all 0.25s ease-in-out;
        }

        .daily-menu-text:not(:hover) {
            transition: all 0.15s ease-in-out;
        }


    .category {
        width: 24.25%;
        max-width: 24.25%;
        height: 180px;
        flex-grow: 1;
        padding: 10px 10px 10px 10px;
        background-color: #272727;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
        margin-bottom: 1%;
        border-radius: 20px 20px 20px 20px;
        /*animation: fade-in .3s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;*/
    }

        .category:active {
            transform: scale(0.96) !important;
        }

        .category::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: inherit;
            background-size: cover;
            transform-origin: center;
            transition: transform .15s ease-in-out;
            border-radius: 20px 20px 20px 20px;
        }

    .category {
        &:hover {
            &::after {
                transform: scale(1.025);
            }
        }
    }




    .powered-by {
        position: absolute;
        bottom: 50px;
        width: 100%;
        z-index: 14;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        -webkit-animation: fade-in 1.5s ease-out .5s both;
        animation: fade-in 1s ease-out .5s both;
    }
    /* add to cart */

    .dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content {
        background-color: #fff !important;
        color: #000 !important;
    }

    .dxbl-modal-header {
        font-size: 1.2rem !important;
        border-radius: 20px 20px 0px 0px;
        background-color: transparent !important;
        color: #000 !important;
        font-family: 'Gilroy-Bold';
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        display: none !important;
    }

    .dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content .dxbl-popup-header > .dxbl-modal-header .dxbl-popup-header-button,
    .dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content > .dxbl-modal-header .dxbl-popup-header-button {
        width: 30px !important;
        height: 30px !important;
    }


    .footer-container {
        width: max-content;
        left: 10px;
        right: 10px;
        bottom: 10px;
        margin: auto;
        border-radius: 100px;
        background-color: #00000094;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        position: fixed;
        z-index: 14;
        display: flex;
        justify-content: space-evenly;
        box-shadow: 0px 0px 7px 2px #ff8000;
        -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    }

    .footer-container-no-orders-pc {
        width: calc(100vw - 260px);
        top: 0px;
        height: 0px;
        left: 261px;
        position: fixed;
        z-index: 9;
    }



    .footer-icon {
        padding: 8px 15px 8px 30px;
    }


    .footer-icon-no-orders-pc {
        padding: 8px 8px 8px 8px;
    }

    .cart-button-container {
        background-color: #fff;
        position: absolute;
        right: 40px;
        width: 50px !important;
        height: 50px;
        display: flex;
        top: 20px;
        padding: 20px;
        border-radius: 10px;
        width: 90px;
        box-shadow: 0px 0px 5px #00000096;
        -webkit-animation: fade-in 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        animation: fade-in 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        align-content: center;
        justify-content: center;
        align-items: center;
    }



        .cart-button-container:hover {
            transform: scale(1.02) !important;
            cursor: pointer;
            background-color: #fff;
            box-shadow: 1px 1px 9px 0px #00000085;
            transition: all 0.15s ease-in-out;
        }

        .cart-button-container:not(:hover) {
            transition: all 0.25s ease-in-out;
        }


    .cart-bubble {
        position: absolute;
        top: -10px;
        right: -10px;
        background-color: #dd2a2a;
        padding: 4px;
        border-radius: 100%;
        min-width: 30px !important;
        max-width: 30px !important;
        min-height: 30px !important;
        max-height: 30px !important;
        display: flex;
        align-content: center;
        justify-content: center;
        font-size: 1rem !important;
        line-height: 1rem !important;
        font-family: 'Gilroy';
        color: #fff;
        align-items: center;
        box-shadow: 0px 0px 4px 0px #00000066;
        cursor: pointer !important;
        -webkit-animation: fade-in-top 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) .5s both;
        animation: fade-in-top 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) .5s both;
    }

    .home-cart-button-container {
        position: relative;
        width: 30px !important;
        height: 30px;
        margin-right: 20px;
        margin-left: 10px;
        display: flex;
        padding: 20px;
        border-radius: 10px;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .home-cart-button-container-second {
        position: relative;
        width: 30px !important;
        height: 30px;
        margin-right: 20px;
        margin-left: 10px;
        display: flex;
        padding: 20px;
        border-radius: 10px;
        align-content: center;
        justify-content: center;
        align-items: center;
        background-color: transparent !important;
    }

        .home-cart-button-container-second:hover {
            cursor: pointer;
            box-shadow: 0px 0px 10px 0px #fff;
            transition: all 0.15s ease-in-out;
        }

        .home-cart-button-container-second:not(:hover) {
            transition: all 0.15s ease-in-out;
        }

    .home-cart-button-container:hover {
        cursor: pointer;
        box-shadow: 0px 0px 10px 0px #fff;
        transition: all 0.15s ease-in-out;
    }

    .home-cart-button-container:not(:hover) {
        transition: all 0.15s ease-in-out;
    }

    .home-cart-bubble {
        position: absolute;
        top: -15px;
        right: -10px;
        background-color: #dd2a2a;
        padding: 4px;
        border-radius: 100%;
        min-width: 30px !important;
        max-width: 30px !important;
        min-height: 30px !important;
        max-height: 30px !important;
        display: flex;
        align-content: center;
        justify-content: center;
        font-size: 1rem !important;
        line-height: 1rem !important;
        font-family: 'Gilroy';
        color: #fff;
        align-items: center;
        box-shadow: 0px 0px 4px 0px #00000066;
        cursor: pointer !important;
        -webkit-animation: fade-in-top 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) .5s both;
        animation: fade-in-top 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) .5s both;
    }

    .cart-icon-second-screen {
        color: #414141 !important;
        font-size: 1.5rem !important;
    }

        .cart-icon-second-screen:hover {
            color: #414141 !important;
        }

    .home-cart-icon {
        font-size: 1.5rem;
        cursor: pointer;
        color: #fff;
    }

    .home-cart-icon-second {
        font-size: 1.5rem;
        cursor: pointer;
        color: #fff !important;
    }
    /* футър */
    .footer-wrapper {
        position: relative;
        z-index: 14;
        background-color: #fff;
        overflow: hidden;
        display: flex;
        min-height: 200px;
        flex-direction: row;
        align-items: flex-start;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 30px;
        padding-top: 20px;
        flex-wrap: wrap;
        box-shadow: 0px -1px 0px #d3d3d3;
    }

    .footer-section {
        width: 33.33%;
        padding: 10px;
        color: #000 !important;
        font-size: 1rem;
        line-height: 1.2rem;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .link-footer {
        color: #000 !important;
        margin-bottom: 5px;
        font-family: 'Gilroy';
        font-size: 1rem;
        margin-bottom: 10px;
    }

        .link-footer:hover {
            color: #ff8000 !important;
            font-family: 'Gilroy';
            text-decoration: underline !important;
        }

    .footer-title {
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin-bottom: 15px;
        font-family: 'Gilroy';
    }

    .footer-text {
        max-width: 80%;
        display: flex;
        align-items: center;
        font-family: 'Gilroy' !important;
        margin-bottom: 10px !important;
        font-size: 1rem !important;
    }

    .contact-icons {
        color: #ff8000;
        font-size: 1.1rem;
        margin-right: 10px;
    }

    .follow-us-icons {
        display: flex;
        flex-direction: row;
    }

    .icon-footer {
        color: #ff8000 !important;
        font-size: 1.6rem;
        line-height: 1.6rem;
        margin-right: 10px;
    }

        .icon-footer:hover {
            transform: scale(1.1);
        }

    .powered-by {
        width: 100%;
        position: absolute;
        bottom: 20px;
        left: 0px;
        right: 0px;
    }

        .powered-by a {
            font-family: 'Gilroy' !important;
            position: relative;
            bottom: 0px;
            width: 100%;
            z-index: 14;
            display: flex;
            align-content: center;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            -webkit-animation: fade-in 1.5s ease-out .5s both;
            animation: fade-in 1s ease-out .5s both;
            text-align: center;
        }

        .powered-by:hover a {
            color: #000 !important;
            font-family: 'Gilroy';
            text-decoration: underline !important;
        }
}

/* Teblet - style */
@media screen and (max-width: 992px) and (min-width: 576px) {
    .dxbl-modal-body {
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
    }

    .dxbl-modal > .dxbl-modal-root > .dxbl-popup.dxbl-popup-adaptivity {
        box-shadow: 0px 0px 20px 0px #0009;
    }

    .dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content {
        padding: 10px !important;
        background-color: #00000000 !important;
    }

    .dxbl-modal-body p {
        font-family: 'Gilroy-Bold';
        font-size: 1.5rem !important;
        line-height: 1.5rem !important;
        padding: 10px !important;
        padding-left: 10px !important;
        margin-bottom: 0px !important;
        max-width: 350px !important;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
    }

    .footer-buttons {
        padding-top: 30px !important;
    }

    .dxbl-btn-standalone.dxbl-btn-primary {
        width: 100% !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
        min-height: 60px !important;
        min-width: 60% !important;
        margin-right: 10px !important;
        min-width: 180px;
        color: #fff !important;
        background: #ff800070 !important;
        border-color: #ff8000 !important;
        --dxbl-btn-hover-border-color: #ffffff !important;
        border-radius: 20px !important;
        -webkit-animation: fade-in .5s ease-out 0s both;
        animation: fade-in .5s ease-out 0s both;
    }

    .dxbl-btn.dxbl-btn-secondary {
        min-width: 100px !important;
        margin-right: 10px !important;
        min-width: 180px;
        color: #fff !important;
        background: #00000000 !important;
        border-color: #ffffff !important;
        --dxbl-btn-hover-border-color: #ffffff !important;
        border-radius: 20px;
        -webkit-animation: fade-in .5s ease-out 0s both;
        animation: fade-in .5s ease-out 0s both;
    }


    .scrolltotop-btn {
        display: none;
        position: fixed;
        z-index: 1024;
        bottom: 25px;
        right: 25px;
        color: #000000;
        font-size: 1.9rem;
        text-shadow: 0px 0px 8px #ff8000;
        cursor: pointer;
        -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

    .dxbl-modal > .dxbl-modal-root > .dxbl-popup {
        min-width: 300px !important;
        max-width: 95vw !important;
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        border-radius: 20px !important;
    }

    .dxbl-row {
        margin-top: 20px !important;
    }

    .dxbl-btn-standalone.dxbl-btn-primary {
        margin-right: 10px !important;
        margin-left: 10px !important;
        min-height: 60px !important;
        min-width: 90px !important;
        margin-right: 10px !important;
        min-width: 180px;
        color: #fff !important;
        background: #00000000;
        border-color: #ff8000 !important;
        --dxbl-btn-hover-border-color: #ffffff !important;
        border-radius: 20px !important;
    }

    html, body {
        background-color: #000 !important;
    }

    .header {
        position: relative;
        z-index: 9;
        height: 350px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        flex-direction: column !important;
        background-color: #272727 !important;
        overflow: hidden;
    }

    .header-bg {
        background-image: url(img/menu/top_background.jpg) !important;
        background-size: cover !important;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scale(1.13) translateY(-15px);
        transform: scale(1.13) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-animation: kenburns-top 2s ease-in reverse forwards;
        animation: kenburns-top 2s ease-in reverse forwards;
    }

    .second-header {
        display: none;
        height: 70px;
        position: fixed;
        top: 0;
        z-index: 1020;
        width: 100%;
        background-color: #000000b3;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0px 3px 10px #000000ab;
        -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

    .content {
        padding: 0rem !important;
        background-color: #000000 !important;
    }

    .user-and-lang-container {
        position: absolute;
        z-index: 999;
        right: 5%;
        top: 30px;
        display: block;
        max-width: max-content;
        padding: 0.2rem 0.2rem 0.2rem 0.2rem;
        font-size: .8rem;
        font-family: 'Gilroy';
        line-height: 0.8rem;
        color: #fff;
        display: flex;
        background-color: #00000094;
        background-clip: padding-box;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.6rem !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        box-shadow: 0px 0px 6px 0px #000;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
    }

    .user-and-lang-container-second {
        position: absolute;
        z-index: 999;
        right: 4%;
        top: 20px;
        display: block;
        max-width: max-content;
        padding: 0.2rem 0.2rem 0.2rem 0.2rem;
        font-size: .8rem;
        font-family: 'Gilroy';
        line-height: 0.8rem;
        color: #fff;
        display: flex;
        background-color: transparent !important;
        background-clip: padding-box;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.6rem !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        -webkit-animation: none !important;
        animation: none !important;
    }

    .user-container {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .hide-user-container {
        /* display: none !important; */
    }

    .hide-lang {
        /* display: none !important; */
    }

    .user-container:hover {
        cursor: pointer;
        transition: all .15s ease-in-out;
        color: #fff !important;
    }

        .user-container:hover a {
            transition: all .15s ease-in-out;
            color: #fff !important;
        }

        .user-container:hover .user {
            transition: all .15s ease-in-out;
            color: #fff !important;
        }

    .user-container:not(:hover) {
        transition: all .15s ease-in-out;
    }

    .user-container-second {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

        .user-container-second:hover {
            cursor: pointer;
            transition: all .15s ease-in-out;
            color: #fff !important;
        }

            .user-container-second:hover a {
                transition: all .15s ease-in-out;
                color: #fff !important;
            }

            .user-container-second:hover .user {
                transition: all .15s ease-in-out;
                color: #fff !important;
            }

        .user-container-second:not(:hover) {
            transition: all .15s ease-in-out;
        }

    .user-icon {
        cursor: pointer;
        font-size: 1.6rem !important;
        color: #fff !important;
    }

    .user-icon-second {
        cursor: pointer;
        font-size: 1.6rem !important;
        color: #fff !important;
    }

    .user {
        cursor: pointer;
        margin-left: 5px;
        margin-right: 7px;
        max-width: 220px;
        text-align: right;
        height: 28.78px;
        display: flex;
        padding-right: 10px;
        border-right: solid 1px #fff;
        align-items: center;
        color: #fff !important;
        font-family: 'Gilroy' !important;
        font-size: 1rem;
        line-height: 1rem;
    }

    .hide-border {
        border-right: none !important;
    }

    .user-second {
        cursor: pointer;
        margin-left: 5px;
        margin-right: 5px;
        max-width: 220px;
        text-align: right;
        display: flex;
        padding-right: 10px;
        padding-left: 5px;
        border-right: solid 1px #fff;
        align-items: center;
        color: #fff !important;
        font-family: 'Gilroy' !important;
        font-size: 1rem;
        line-height: 1rem;
    }

    .form-control {
        position: relative;
        display: block;
        width: 35px;
        height: 35px;
        padding: 0rem 0.4rem;
        text-align: center;
        font-size: 1rem;
        font-family: 'Gilroy';
        line-height: 1.5rem;
        background-color: transparent;
        color: #fff;
        background-clip: padding-box;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.6rem !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-backdrop-filter: blur(5px);
    }

    .logo-container {
        display: flex;
        max-height: 85px !important;
        height: 85px !important;
        position: absolute !important;
        top: 140px;
        left: 50vw;
        margin-left: 0;
        z-index: 999 !important;
        border-radius: 10px 10px 10px 10px !important;
        align-content: center;
        justify-content: center;
        align-items: center;
        max-width: 40vw !important;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
    }

    .logo-container-second {
        cursor: pointer;
        max-height: 70px !important;
        height: 70px !important;
        position: absolute !important;
        left: 3%;
        top: 0px;
        z-index: 999 !important;
        border-radius: 10px 10px 10px 10px !important;
        width: auto !important;
        max-width: 10vw !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .logo-shadow {
        filter: brightness(0) blur(6px);
        -webkit-filter: brightness(0) blur(6px);
        width: 165px;
        height: auto;
        max-height: 165px;
        position: absolute;
        z-index: 88;
        border-radius: 10px 10px 10px 10px !important;
    }

    .logo-shadow-second {
        filter: brightness(0.1) blur(5px);
        -webkit-filter: brightness(0.1) blur(5px);
        height: auto;
        max-width: 100px;
        max-height: 60px;
        position: absolute;
        z-index: 88;
        border-radius: 10px 10px 10px 10px !important;
    }

    .logo {
        width: 165px;
        height: auto;
        max-height: 165px;
        position: absolute;
        z-index: 999;
        border-radius: 10px 10px 10px 10px !important;
    }

    .logo-second {
        height: auto;
        max-width: 100px;
        max-height: 60px;
        position: absolute;
        z-index: 999;
        border-radius: 10px 10px 10px 10px !important;
    }

    .menu-label-container {
        display: flex;
        justify-content: center;
        position: absolute !important;
        bottom: 0px !important;
        left: 0px !important;
        right: 0px !important;
        -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    }

    .menu-label {
        color: #ffffff !important;
        padding: 5px 20px 5px 20px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        top: -15px;
        border-radius: 15px 15px 0px 0px;
        font-size: 1.6rem;
        line-height: 1.5rem;
        position: relative;
        background-color: #000;
        bottom: 0px;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        left: auto;
        right: auto;
        text-align: center;
        max-width: 80%;
        box-shadow: 0px -2px 20px 0px #000000d1;
    }

    .category-container {
        position: relative;
        z-index: 13;
        top: 0;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        overflow: scroll;
        width: 100vw;
        justify-content: flex-start;
        gap: 2%;
        background-color: #000000 !important;
        padding: 10px 10px 10px 10px !important;
        overflow-y: scroll;
        align-items: center;
        box-shadow: 0px -11px 12px rgba(0,0,0,0.37);
        margin-bottom: 60px;
        padding-top: 12px !important;
        align-content: center;
        flex-direction: row;
        border-radius: 20px 20px 0px 0px;
        margin-top: -15px;
    }

    .category {
        width: 31.83%;
        min-width: 31.83%;
        max-width: 31.83%;
        height: 130px;
        flex-grow: 1;
        padding: 10px 10px 10px 10px;
        margin-bottom: 11px;
        background-color: #272727;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
        border-radius: 20px 20px 20px 20px;
        animation: fade-in .3s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
    }

        .category:active {
            transform: scale(0.98) !important;
        }

        .category:hover {
            transform: scale(1.005);
            cursor: pointer;
            box-shadow: 0.00px -0.00px 15px rgba(0,0,0,0.28);
            transition: all 0.25s ease-in-out;
        }

        .category:not(:hover) {
            transition: all 0.25s ease-in-out;
        }

    .category-name-container {
        position: sticky;
        top: 148px;
        z-index: 11;
        width: 100vw !important;
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding-left: 10px;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 10px;
        background-color: #000000e0 !important;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.37);
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

    .category-name {
        position: absolute;
        bottom: 0px;
        right: 0px;
        left: 0px;
        padding-bottom: 10px;
        padding-left: 15px;
        font-size: 1.15rem;
        line-height: 1.15rem;
        font-family: "Gilroy-heavy";
        letter-spacing: .02rem;
        text-transform: uppercase;
        text-align: left !important;
        text-shadow: 0px 0px 6px #000000b8 !important;
        color: #fff !important;
        display: flex;
        height: 100%;
        flex-direction: column-reverse;
        background: linear-gradient(0deg, #00000082 0%, transparent 80%);
        padding-right: 60px;
    }

    .menu-btn-bg {
        background-image: url(img/daily_menu_background.jpg);
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-color: #272727 !important;
    }

    .daily-menu-text {
        text-transform: uppercase;
        font-size: 1.4rem !important;
        line-height: 1.2rem !important;
        font-family: 'Gilroy-Heavy' !important;
        text-shadow: 0px 0px transparent !important;
        color: #fff !important;
        max-width: 100%;
        padding-right: 20%;
        padding-left: 20%;
        padding-bottom: 0px !important;
        text-align: center !important;
        display: flex;
        justify-content: center;
        align-items: center;
        /* mix-blend-mode: overlay; */
        background: transparent !important;
        text-shadow: 0px 0px 20px #000 !important;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;
    }

        .daily-menu-text:hover {
            font-family: 'Gilroy-Heavy' !important;
            text-shadow: 0px 0px transparent !important;
            color: #ffffff !important;
            max-width: 100%;
            padding-right: 20%;
            padding-left: 20%;
            mix-blend-mode: normal;
            text-shadow: 0px 0px 20px #000 !important;
            transition: all 0.25s ease-in-out;
        }

        .daily-menu-text:not(:hover) {
            transition: all 0.15s ease-in-out;
        }


    .powered-by {
        position: relative;
        bottom: 40px;
        width: 100%;
        z-index: 14;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        -webkit-animation: fade-in 1.5s ease-out .5s both;
        animation: fade-in 1s ease-out .5s both;
    }
    /* item info */

    .dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content {
        padding: 20px !important;
        background-color: #00000000 !important;
    }


    .dxbl-btn.dxbl-btn-secondary {
        min-width: 90px !important;
        margin-right: 10px !important;
        min-width: 180px;
        color: #fff !important;
        background: #00000000 !important;
        border-color: #ffffff !important;
        --dxbl-btn-hover-border-color: #ffffff !important;
        border-radius: 20px;
    }



    .footer-container {
        width: max-content;
        left: 10px;
        right: 10px;
        bottom: 30px;
        margin: auto;
        border-radius: 100px;
        background-color: #00000094;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        position: fixed;
        z-index: 14;
        display: flex;
        justify-content: space-evenly;
        box-shadow: 0px 0px 7px 2px #ff8000;
        -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    }

    .footer-icon {
        padding: 8px 20px 8px 20px;
    }

    .bell-icon:active {
        padding: 8px 15px 8px 15px !important;
        border-radius: 100% !important;
        background: linear-gradient(0deg, #ff80007a, #ff80001a) !important;
    }

    .cart-bubble {
        position: absolute;
        top: -20px;
        right: 15px;
        background-color: #d93e32;
        padding: 4px;
        border-radius: 100%;
        min-width: 30px !important;
        max-width: 30px !important;
        min-height: 30px !important;
        max-height: 30px !important;
        display: flex;
        align-content: center;
        justify-content: center;
        font-size: 1.1rem !important;
        line-height: 1.1rem !important;
        font-family: 'Gilroy';
        color: #fff;
        align-items: center;
        box-shadow: 0px 0px 14px 3px #000000;
        -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) .5s both;
        animation: fade-in-bottom 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) .5s both;
    }

    .home-cart-button-container {
        position: relative;
        width: 30px !important;
        height: 30px;
        margin-right: 10px;
        display: flex;
        padding: 20px;
        border-radius: 10px;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .home-cart-button-container-second {
        position: relative;
        width: 30px !important;
        height: 30px;
        margin-right: 10px;
        display: flex;
        padding: 20px;
        border-radius: 10px;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .home-cart-bubble {
        position: absolute;
        top: -15px;
        right: -10px;
        background-color: #dd2a2a;
        padding: 4px;
        padding-top: 6px;
        border-radius: 100%;
        min-width: 30px !important;
        max-width: 30px !important;
        min-height: 30px !important;
        max-height: 30px !important;
        display: flex;
        align-content: center;
        justify-content: center;
        font-size: 1rem !important;
        line-height: 1rem !important;
        font-family: 'Gilroy';
        color: #fff;
        align-items: center;
        box-shadow: 0px 0px 4px 0px #00000066;
        cursor: pointer !important;
        -webkit-animation: fade-in-top 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) .5s both;
        animation: fade-in-top 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) .5s both;
    }



    .home-cart-icon {
        font-size: 1.5rem;
        cursor: pointer;
        color: #fff;
    }

    .home-cart-icon-second {
        font-size: 1.5rem;
        cursor: pointer;
        color: #fff;
    }
    /* cart */



    .cart-container {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-end;
        align-content: flex-end;
        margin-bottom: 80px;
        overflow-x: hidden;
    }
    /* футър */
    .footer-wrapper {
        position: relative;
        background-color: #000000;
        overflow: hidden;
        display: flex;
        min-height: 250px;
        flex-direction: row;
        align-items: flex-start;
        padding-left: 2%;
        padding-right: 2%;
        padding-bottom: 30px;
        padding-top: 20px;
        flex-wrap: wrap;
        box-shadow: 0px 2px 8px #ff8000;
    }

    .footer-section {
        width: 33.33%;
        padding: 10px;
        color: #fff !important;
        font-size: 1rem;
        line-height: 1.2rem;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .link-footer {
        color: #ff8000 !important;
        margin-bottom: 5px;
        font-family: 'Gilroy';
        font-size: 1rem;
        margin-bottom: 10px;
    }

        .link-footer:hover {
            color: #ff8000 !important;
            font-family: 'Gilroy';
            text-decoration: underline !important;
        }

    .footer-title {
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin-bottom: 15px;
        font-family: 'Gilroy';
    }

    .footer-text {
        max-width: 90%;
        display: flex;
        align-items: center;
        font-family: 'Gilroy' !important;
        margin-bottom: 10px !important;
        font-size: 1rem !important;
    }

    .contact-icons {
        color: #ff8000;
        font-size: 1.1rem;
        margin-right: 10px;
    }

    .follow-us-icons {
        display: flex;
        flex-direction: row;
    }

    .icon-footer {
        color: #ff8000 !important;
        font-size: 1.6rem;
        line-height: 1.6rem;
        padding: 10px;
    }

        .icon-footer:hover {
            transform: scale(.9);
        }

    .powered-by {
        width: 100%;
        position: absolute;
        bottom: 20px;
        left: 0px;
        right: 0px;
    }

        .powered-by a {
            font-family: 'Gilroy' !important;
            position: relative;
            bottom: 0px;
            width: 100%;
            z-index: 14;
            display: flex;
            align-content: center;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            -webkit-animation: fade-in 1.5s ease-out .5s both;
            animation: fade-in 1s ease-out .5s both;
            text-align: center;
        }

        .powered-by:hover a {
            color: #fff !important;
            font-family: 'Gilroy';
            text-decoration: underline !important;
        }
}

/* Phone - style */
@media (max-width: 576px) {
    .dxbl-modal-body {
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
    }

    .dxbl-modal > .dxbl-modal-root > .dxbl-popup.dxbl-popup-adaptivity {
        box-shadow: 0px 0px 20px 0px #0009;
    }

    .dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content {
        padding: 10px !important;
        background-color: #00000000 !important;
    }

    .dxbl-modal-body p {
        font-family: 'Gilroy-Bold';
        font-size: 1.5rem !important;
        line-height: 1.5rem !important;
        padding: 10px !important;
        padding-left: 10px !important;
        margin-bottom: 0px !important;
        max-width: 350px !important;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
    }

    .footer-buttons {
        padding-top: 30px !important;
    }

    .dxbl-btn-standalone.dxbl-btn-primary {
        width: 100% !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
        min-height: 60px !important;
        min-width: 60% !important;
        margin-right: 10px !important;
        min-width: 180px;
        color: #fff !important;
        background: #ff800070 !important;
        border-color: #ff8000 !important;
        --dxbl-btn-hover-border-color: #ffffff !important;
        border-radius: 20px !important;
        -webkit-animation: fade-in .5s ease-out 0s both;
        animation: fade-in .5s ease-out 0s both;
    }

    .dxbl-btn.dxbl-btn-secondary {
        min-width: 100px !important;
        margin-right: 10px !important;
        min-width: 180px;
        color: #fff !important;
        background: #00000000 !important;
        border-color: #ffffff !important;
        --dxbl-btn-hover-border-color: #ffffff !important;
        border-radius: 20px;
        -webkit-animation: fade-in .5s ease-out 0s both;
        animation: fade-in .5s ease-out 0s both;
    }


    .scrolltotop-btn {
        display: none;
        position: fixed;
        z-index: 1024;
        bottom: 25px;
        right: 25px;
        color: #000000;
        font-size: 1.9rem;
        text-shadow: 0px 0px 8px #ff8000;
        cursor: pointer;
        -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

    html, body {
        background-color: #000 !important;
    }

    .dxbl-row {
        margin-top: 20px !important;
    }

    .dxbl-modal > .dxbl-modal-root > .dxbl-popup {
        outline: 0;
        width: var(--dxbl-popup-width);
        margin: var(--dxbl-popup-margin);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 1;
        left: auto;
        padding: 0;
        -webkit-align-self: start;
        -ms-flex-item-align: center;
        align-self: center;
        justify-self: center;
        margin-top: 30px !important;
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        border-radius: 20px !important;
    }

    .dxbl-btn-standalone.dxbl-btn-primary {
        margin-right: 10px !important;
        margin-left: 10px !important;
        min-height: 60px !important;
        min-width: 90px !important;
        margin-right: 10px !important;
        min-width: 180px;
        color: #fff !important;
        background: #00000000;
        border-color: #ff8000 !important;
        --dxbl-btn-hover-border-color: #ffffff !important;
        border-radius: 20px !important;
    }

    .header {
        position: relative;
        z-index: 9;
        height: 400px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        flex-direction: column !important;
        background-color: #272727 !important;
        overflow: hidden;
    }

    .header-bg {
        background-image: url(img/menu/top_background.jpg) !important;
        background-size: cover !important;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scale(1.13) translateY(-15px);
        transform: scale(1.13) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-animation: kenburns-top 2s ease-in reverse forwards;
        animation: kenburns-top 2s ease-in reverse forwards;
    }

    .second-header {
        display: none;
        height: 70px;
        position: fixed;
        top: 0;
        z-index: 1020;
        width: 100%;
        background-color: #000000b3;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0px 3px 10px #000000ab;
        -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

    .content {
        padding: 0rem !important;
        background-color: #000000 !important;
    }

    .user-and-lang-container {
        position: absolute;
        z-index: 999;
        right: 5%;
        top: 30px;
        display: block;
        max-width: max-content;
        padding: 0.2rem 0.2rem 0.2rem 0.2rem;
        font-size: .8rem;
        font-family: 'Gilroy';
        line-height: 0.8rem;
        color: #fff;
        display: flex;
        background-color: #00000094;
        background-clip: padding-box;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.6rem !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        box-shadow: 0px 0px 6px 0px #000;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
    }

    .user-and-lang-container-second {
        position: absolute;
        z-index: 999;
        right: 4%;
        top: 20px;
        display: block;
        max-width: max-content;
        padding: 0.2rem 0.2rem 0.2rem 0.2rem;
        font-size: .8rem;
        font-family: 'Gilroy';
        line-height: 0.8rem;
        color: #fff;
        display: flex;
        background-color: transparent !important;
        background-clip: padding-box;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.6rem !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        -webkit-animation: none !important;
        animation: none !important;
    }

    .user-container {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .hide-user-container {
        display: none !important;
    }

    .hide-lang {
        /*  display: none !important; */
    }

    .user-container:hover {
        cursor: pointer;
        transition: all .15s ease-in-out;
        color: #fff !important;
    }

        .user-container:hover a {
            transition: all .15s ease-in-out;
            color: #fff !important;
        }

        .user-container:hover .user {
            transition: all .15s ease-in-out;
            color: #fff !important;
        }

    .user-container:not(:hover) {
        transition: all .15s ease-in-out;
    }

    .user-container-second {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

        .user-container-second:hover {
            cursor: pointer;
            transition: all .15s ease-in-out;
            color: #fff !important;
        }

            .user-container-second:hover a {
                transition: all .15s ease-in-out;
                color: #fff !important;
            }

            .user-container-second:hover .user {
                transition: all .15s ease-in-out;
                color: #fff !important;
            }

        .user-container-second:not(:hover) {
            transition: all .15s ease-in-out;
        }

    .user-icon {
        cursor: pointer;
        font-size: 1.6rem !important;
        color: #fff !important;
    }

    .user-icon-second {
        cursor: pointer;
        font-size: 1.6rem !important;
        color: #fff !important;
    }



    .user {
        cursor: pointer;
        margin-left: 5px;
        margin-right: 7px;
        max-width: 220px;
        text-align: right;
        display: flex;
        padding-right: 10px;
        padding-left: 5px;
        border-right: solid 1px #fff;
        align-items: center;
        color: #fff !important;
        font-family: 'Gilroy' !important;
        font-size: 1rem;
        line-height: 1rem;
    }

    .hide-border {
        border-right: none !important;
    }

    .user-second {
        cursor: pointer;
        margin-left: 5px;
        margin-right: 5px;
        max-width: 220px;
        text-align: right;
        display: flex;
        padding-right: 10px;
        padding-left: 5px;
        border-right: solid 1px #fff;
        align-items: center;
        color: #fff !important;
        font-family: 'Gilroy' !important;
        font-size: 1rem;
        line-height: 1rem;
    }

    .form-control {
        position: relative;
        display: block;
        width: 35px;
        height: 35px;
        padding: 0rem 0.4rem;
        text-align: center;
        padding-top: 2px;
        font-size: 1rem;
        font-family: 'Gilroy';
        line-height: 1.5rem;
        background-color: transparent;
        color: #fff;
        background-clip: padding-box;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.6rem !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-backdrop-filter: blur(5px);
    }

    .logo-container {
        display: flex;
        max-height: 85px !important;
        height: 85px !important;
        position: absolute !important;
        top: 180px;
        left: 50vw;
        z-index: 999 !important;
        border-radius: 10px 10px 10px 10px !important;
        align-content: center;
        justify-content: center;
        align-items: center;
        max-width: 40vw !important;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
    }

    .logo-container-second {
        cursor: pointer;
        max-height: 70px !important;
        height: 70px !important;
        position: absolute !important;
        left: 4%;
        top: 0px;
        z-index: 999 !important;
        border-radius: 10px 10px 10px 10px !important;
        width: auto !important;
        max-width: 10vw !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .logo-shadow {
        filter: brightness(0) blur(6px);
        -webkit-filter: brightness(0) blur(6px);
        width: 140px;
        height: auto;
        max-height: 140px;
        position: absolute;
        z-index: 88;
        border-radius: 10px 10px 10px 10px !important;
    }

    .logo-shadow-second {
        filter: brightness(0.1) blur(5px);
        -webkit-filter: brightness(0.1) blur(5px);
        height: auto;
        max-width: 100px;
        max-height: 60px;
        position: absolute;
        z-index: 88;
        border-radius: 10px 10px 10px 10px !important;
    }

    .logo {
        width: 140px;
        height: auto;
        max-height: 140px;
        position: absolute;
        z-index: 999;
        border-radius: 10px 10px 10px 10px !important;
    }

    .logo-second {
        height: auto;
        max-width: 100px;
        max-height: 60px;
        position: absolute;
        z-index: 999;
        border-radius: 10px 10px 10px 10px !important;
    }

    .menu-label-container {
        display: flex;
        justify-content: center;
        position: absolute !important;
        bottom: 0px !important;
        left: 0px !important;
        right: 0px !important;
        -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    }

    .menu-label {
        color: #ffffff !important;
        padding: 5px 20px 5px 20px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        top: -15px;
        border-radius: 15px 15px 0px 0px;
        font-size: 1.6rem;
        line-height: 1.5rem;
        position: relative;
        background-color: #000;
        bottom: 0px;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        left: auto;
        right: auto;
        text-align: center;
        max-width: 80%;
        box-shadow: 0px -2px 20px 0px #000000d1;
    }

    .category-container {
        position: relative;
        z-index: 13;
        top: 0;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        overflow: scroll;
        width: 100vw;
        justify-content: flex-start;
        gap: 3%;
        background-color: #000000 !important;
        padding: 10px 10px 10px 10px !important;
        overflow-y: scroll;
        flex-direction: row;
        align-items: center;
        box-shadow: 0px -11px 12px rgba(0,0,0,0.37);
        margin-bottom: 50px;
        padding-top: 12px !important;
        border-radius: 20px 20px 0px 0px;
        margin-top: -15px;
    }

    .category {
        width: 48.5%;
        min-width: 48.5%;
        max-width: 48.5%;
        height: 170px;
        flex-grow: 1;
        padding: 10px 10px 10px 10px;
        margin-bottom: 15px;
        background-color: #272727;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
        border-radius: 20px 20px 20px 20px;
        animation: fade-in .3s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
    }

        .category:active {
            transform: scale(0.98) !important;
        }

        .category:hover {
            transform: scale(1.005);
            cursor: pointer;
            box-shadow: 0.00px -0.00px 15px rgba(0,0,0,0.28);
            transition: all 0.15s ease-in-out;
        }

        .category:not(:hover) {
            transition: all 0.15s ease-in-out;
        }

    .category-name-container {
        position: sticky;
        top: 148px;
        z-index: 11;
        width: 100vw !important;
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding-left: 10px;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 10px;
        background-color: #000000e0 !important;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.37);
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

    .category-name {
        position: absolute;
        bottom: 0px;
        right: 0px;
        left: 0px;
        padding-bottom: 10px;
        padding-left: 15px;
        font-size: 1.15rem;
        line-height: 1.15rem;
        font-family: "Gilroy-heavy";
        letter-spacing: .02rem;
        text-transform: uppercase;
        text-align: left !important;
        text-shadow: 0px 0px 6px #000000b8 !important;
        color: #fff !important;
        display: flex;
        height: 100%;
        flex-direction: column-reverse;
        background: linear-gradient(0deg, #00000082 0%, transparent 80%);
        padding-right: 60px;
    }

    .menu-btn-bg {
        background-image: url(img/daily_menu_background.jpg);
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-color: #272727 !important;
    }

    .daily-menu-text {
        text-transform: uppercase;
        font-size: 1.3rem !important;
        line-height: 1.1rem !important;
        font-family: 'Gilroy-Heavy' !important;
        text-shadow: 0px 0px transparent !important;
        color: #fff !important;
        max-width: 100%;
        padding-right: 15%;
        padding-left: 15%;
        padding-bottom: 0px !important;
        text-align: center !important;
        display: flex;
        justify-content: center;
        align-items: center;
        /* mix-blend-mode: overlay; */
        background: transparent !important;
        text-shadow: 0px 0px 20px #000 !important;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;
    }

        .daily-menu-text:hover {
            font-family: 'Gilroy-Heavy' !important;
            text-shadow: 0px 0px transparent !important;
            color: #ffffff !important;
            max-width: 100%;
            padding-right: 15%;
            padding-left: 15%;
            mix-blend-mode: normal;
            text-shadow: 0px 0px 20px #000 !important;
            transition: all 0.25s ease-in-out;
        }

        .daily-menu-text:not(:hover) {
            transition: all 0.15s ease-in-out;
        }


    .powered-by {
        position: relative;
        bottom: 40px;
        width: 100%;
        z-index: 14;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        -webkit-animation: fade-in 1.5s ease-out .5s both;
        animation: fade-in 1s ease-out .5s both;
    }
    /* item info */

    .dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content {
        padding: 10px !important;
        background-color: #00000000 !important;
    }

        .dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content .dxbl-popup-header > .dxbl-modal-header::before,
        .dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content > .dxbl-modal-header::before {
            background-color: transparent !important;
        }



    .footer-item-info {
        position: relative;
        display: inline-flex;
        width: 100%;
        padding-bottom: 10px;
        padding-top: 15px;
        flex-direction: row;
        justify-content: flex-end;
    }




    .footer-container {
        width: max-content;
        left: 10px;
        right: 10px;
        bottom: 25px;
        margin: auto;
        border-radius: 100px;
        background-color: #00000094;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        position: fixed;
        z-index: 14;
        display: flex;
        justify-content: space-evenly;
        box-shadow: 0px 0px 7px 2px #ff8000;
        -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    }

    .footer-icon {
        padding: 8px 20px 8px 20px;
    }

    .bell-icon:active {
        padding: 8px 15px 8px 15px !important;
        border-radius: 100% !important;
        background: linear-gradient(0deg, #ff80007a, #ff80001a) !important;
    }

    .cart-bubble {
        position: absolute;
        top: -20px;
        right: 15px;
        background-color: #d93e32;
        padding: 4px;
        border-radius: 100%;
        min-width: 30px !important;
        max-width: 30px !important;
        min-height: 30px !important;
        max-height: 30px !important;
        display: flex;
        align-content: center;
        justify-content: center;
        font-size: 1.1rem !important;
        line-height: 1.1rem !important;
        font-family: 'Gilroy';
        color: #fff;
        align-items: center;
        box-shadow: 0px 0px 14px 3px #000000;
        -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) .5s both;
        animation: fade-in-bottom 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) .5s both;
    }

    .home-cart-button-container {
        position: relative;
        width: 30px !important;
        height: 30px;
        margin-right: 10px;
        display: flex;
        padding: 20px;
        border-radius: 10px;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .home-cart-button-container-second {
        position: relative;
        width: 30px !important;
        height: 30px;
        margin-right: 10px;
        display: flex;
        padding: 20px;
        border-radius: 10px;
        align-content: center;
        justify-content: center;
        align-items: center;
    }


    .home-cart-bubble {
        position: absolute;
        top: -15px;
        right: -10px;
        background-color: #dd2a2a;
        padding: 4px;
        padding-top: 6px;
        border-radius: 100%;
        min-width: 30px !important;
        max-width: 30px !important;
        min-height: 30px !important;
        max-height: 30px !important;
        display: flex;
        align-content: center;
        justify-content: center;
        font-size: 1rem !important;
        line-height: 1rem !important;
        font-family: 'Gilroy';
        color: #fff;
        align-items: center;
        box-shadow: 0px 0px 4px 0px #00000066;
        cursor: pointer !important;
        -webkit-animation: fade-in-top 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) .5s both;
        animation: fade-in-top 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) .5s both;
    }



    .home-cart-icon {
        font-size: 1.5rem;
        cursor: pointer;
        color: #fff;
    }

    .home-cart-icon-second {
        font-size: 1.5rem;
        cursor: pointer;
        color: #fff;
    }
    /* футър */
    .footer-wrapper {
        position: relative;
        background-color: #000000;
        overflow: hidden;
        display: flex;
        min-height: 250px;
        flex-direction: column;
        align-items: center;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 60px;
        padding-top: 20px;
        flex-wrap: wrap;
        box-shadow: 0px 2px 8px #ff8000;
    }

    .footer-section {
        width: 100%;
        padding: 20px;
        color: #fff !important;
        font-size: 1rem;
        line-height: 1.2rem;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    .link-footer {
        color: #ff8000 !important;
        margin-bottom: 5px;
        font-family: 'Gilroy';
        font-size: 1rem;
        margin-bottom: 10px;
    }

        .link-footer:hover {
            color: #ff8000 !important;
            font-family: 'Gilroy';
            text-decoration: underline !important;
        }

    .footer-title {
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin-bottom: 15px;
        font-family: 'Gilroy';
    }

    .footer-text {
        max-width: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        font-family: 'Gilroy' !important;
        margin-bottom: 10px !important;
        font-size: 1rem !important;
    }

    .contact-icons {
        color: #ff8000;
        font-size: 1.1rem;
        margin-right: 10px;
    }

    .follow-us-icons {
        display: flex;
        flex-direction: row;
    }

    .icon-footer {
        color: #ff8000 !important;
        font-size: 1.6rem;
        line-height: 1.6rem;
        padding: 10px;
    }

        .icon-footer:hover {
            transform: scale(.9);
        }

    .powered-by {
        width: 100%;
        position: absolute;
        bottom: 20px;
        left: 0px;
        right: 0px;
        padding-bottom: 45px;
    }

        .powered-by a {
            font-family: 'Gilroy' !important;
            position: relative;
            bottom: 0px;
            width: 100%;
            z-index: 14;
            display: flex;
            align-content: center;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            -webkit-animation: fade-in 1.5s ease-out .5s both;
            animation: fade-in 1s ease-out .5s both;
            text-align: center;
        }

        .powered-by:hover a {
            color: #fff !important;
            font-family: 'Gilroy';
            text-decoration: underline !important;
        }
}
