﻿.pepper-icon {
    margin-left: 3px;
    width: 20px;
    height: 20px;
}

.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;
    }

/*  #pay {
            display: flex;
            flex-direction: column;
         } */



body::-webkit-scrollbar {
    display: none !important;
}

body {
    -ms-overflow-style: none;
    scrollbar-width: auto;
}

@-webkit-keyframes fade-in-bck {
    0% {
        -webkit-transform: translateZ(80px);
        transform: translateZ(80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes fade-in-bck {
    0% {
        -webkit-transform: translateZ(80px);
        transform: translateZ(80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0%,
    50%,
    100% {
        opacity: 1;
        transform: scale(1.05);
    }

    25%,
    75% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes blink {
    0%,
    50%,
    100% {
        transform: scale(1.05);
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
        transform: scale(1);
    }
}
/*
                        -webkit-animation: blink 3s infinite both;
                                animation: blink 3s infinite both;

                                */
@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.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%;
    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';
}

.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;
    max-width: max-content !important;
}

.dxbl-btn-primary {
    --dxbl-btn-hover-border-color: #ff8000 !important;
}

    .dxbl-btn-primary:active {
        transform: scale(0.92) !important;
    }



.dxbl-btn.dxbl-btn-secondary {
    min-height: 60px !important;
    min-width: 100px !important;
    /* margin-right: 8px !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;
    }




/* PC - style */
@media (min-width:1600px) {
    /* 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: 85%;
    }
    /* 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%;
        }

    i[data-tool-tip] {
        position: absolute;
    }

        i[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;
            font-style: normal;
            bottom: 50%;
            left: -10px;
            box-shadow: 0px 0px 4px #000000bd;
            white-space: nowrap;
            transform: scale(0);
            transition: transform ease-out 150ms, bottom ease-out 150ms;
        }

        i[data-tool-tip]:hover::after {
            transform: scale(1);
            bottom: 95%;
            left: -10px;
        }

    #home[data-tool-tip]::after {
        content: attr(data-tool-tip);
        display: block;
        position: relative;
        color: #ff8000;
        font-family: 'Gilroy';
        text-align: center;
        padding: .35em .8em;
        border-radius: 5px;
        font-size: 1.1rem;
        line-height: 1.1rem;
        font-style: normal;
        top: -28px;
        left: 60px;
        background-color: transparent;
        box-shadow: 0px 0px #fff;
        opacity: 0;
        transition: opacity ease-in-out 400ms, left ease-in-out 400ms;
    }

    #home[data-tool-tip]:hover::after {
        opacity: 1;
        left: 22px;
        bottom: 95%;
        color: #fff;
    }
    /* 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;
        }

    .dxbl-btn-standalone.dxbl-btn-primary {
        width: 100% !important;
        margin-right: 3px !important;
        margin-left: 3px !important;
        min-height: 50px !important;
        -webkit-animation: fade-in .5s ease-out 0s both;
        animation: fade-in .5s ease-out 0s both;
    }

    #add {
        background: linear-gradient(45deg, #b5c73f, #b5c73f) !important;
        color: #000 !important;
        border-color: #b5c73f !important;
        font-family: 'Gilroy-Bold' !important;
    }

        #add:hover {
            background: linear-gradient(45deg, #98a832, #98a832) !important;
            color: #000 !important;
            border-color: #b5c73f !important;
            font-family: 'Gilroy-Bold' !important;
        }

            #add:hover span {
                animation: none !important;
            }


    #details-close {
        width: 40% !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;
        background: #0000006e !important;
        border-color: #fff !important;
    }

        #details-close:hover {
            background: #00000099 !important;
        }

    .dxbl-btn.dxbl-btn-secondary {
        min-height: 60px !important;
        min-width: 100px !important;
        /* margin-right: 8px !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-caption {
        font-size: 1rem !important;
    }

    .scrollnoshow {
        overflow-x: visible !important;
    }
    /*.dxbl-row {
                    flex-wrap: nowrap !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: #fff !important;
        background-image: url(menu/top_background.jpg) !important;
        background-size: cover !important;
        background-position: center;
    }

    .user-and-lang-container {
        position: absolute;
        right: 12%;
        top: 12%;
        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: rgb(255 255 255 / 57%);
        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-container {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

        .user-container:hover {
            transition: all .15s ease-in-out;
            color: #fff;
        }

        .user-container:not(:hover) {
            transition: all .15s ease-in-out;
        }

    .user-icon {
        cursor: pointer;
        color: #000 !important;
        font-size: 1.5rem !important;
    }

        .user-icon:hover {
            cursor: pointer;
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

    .user {
        cursor: pointer;
        margin-left: 5px;
        margin-right: 7px;
        max-width: 90px;
        border-right: solid 1px #00000094;
    }

        .user:hover {
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

    .login {
        cursor: pointer;
        display: flex;
        align-items: center;
    }

        .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;
        }

    .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;
        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 {
        max-height: 120px !important;
        height: 85px !important;
        position: absolute !important;
        left: 12%;
        top: 12%;
        z-index: 999 !important;
        border-radius: 10px 10px 10px 10px !important;
        width: auto !important;
        max-width: 10vw !important;
        background-color: #00000038 !important;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0px 0px 10px #000000e3 !important;
        -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;
    }

    .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: 10px 10px 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;
        box-shadow: 0px -2px 20px 0px #000000d1;
    }

    .category-grid {
        z-index: 11;
        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;
        max-height: 100vh;
        padding-bottom: 150px !important;
        margin-left: 10% !important;
        margin-right: 10% !important;
    }

    .category-container-second-screen {
        position: fixed;
        z-index: 13;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
        background-color: #fff !important;
        padding: 20px 10px 40px 10px !important;
        max-height: 100vh;
        min-height: 100vh;
        width: 230px;
        overflow: scroll;
        padding-bottom: 90px !important;
        box-shadow: 2px 0px 11px #00000091;
        align-content: flex-start;
    }

    .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;
    }

    .category {
        width: 24.25%;
        max-width: 24.25%;
        height: 180px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        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: 15px 15px 15px 15px;
    }

    .category-second-screen {
        width: 100%;
        max-width: 100%;
        height: 120px;
        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;
        border-radius: 15px 15px 15px 15px;
    }

        .category-second-screen:active {
            transform: scale(0.94) !important;
        }

    .category:hover {
        cursor: pointer;
        box-shadow: 0px 0px 14px rgb(0 0 0 / 64%);
        transition: all 0.25s ease-in-out;
    }

    .category:not(:hover) {
        transition: all 0.15s ease-in-out;
    }

    .category-second-screen:hover {
        cursor: pointer;
        box-shadow: 0px 0px 10px #00000078;
        transition: all 0.15s ease-in-out;
    }

    .category-second-screen:not(:hover) {
        transition: all 0.15s ease-in-out;
    }

    .category-second-screen::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: 15px 15px 15px 15px;
    }

    .category-second-screen {
        &:hover {
            &::after {
                transform: scale(1.05);
            }
        }
    }

    .daily-menu-name-container {
        height: max-content;
        /* max-width: 40%; */

        margin-left: 10px;
        margin-bottom: 20px;
        padding-top: 30px;
        padding-bottom: 10px;
        padding-right: 20px;
        font-family: 'Gilroy-Heavy';
        text-transform: uppercase;
        font-size: 2.5rem;
        line-height: 2.5rem;
        width: 100%;
        color: transparent;
        filter: invert(100%);
        background-color: #000;
        position: sticky;
        top: 0;
        z-index: 9;
        box-shadow: 0px 0px 19px 18px #000;
    }

    .daily-menu-category-name-bg {
        color: transparent;
        background-image: url(img/brush.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: text;
        -webkit-background-clip: text;
        /* filter: invert(100%);*/
        max-width: 400px;
    }

    .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;
        position: sticky;
        top: 70px;
        z-index: 8;
        background-color: #ffffffeb;
        box-shadow: 0px 9px 6px 0px #ffffffeb;
        margin-bottom: 10px;
    }

    .category-name-container-sticky {
        position: relative;
        height: max-content;
        max-width: 100%;
        padding-bottom: 10px;
        margin-bottom: 20px;
        padding-top: 30px;
        padding-right: 20px;
        font-family: 'Gilroy-Heavy';
        text-transform: uppercase;
        font-size: 2.5rem;
        line-height: 2.5rem;
        width: 100%;
        background-color: #fff;
        position: sticky;
        top: 0;
        z-index: 9;
        background: linear-gradient(180deg, #fff 50%, #ffffffeb);
        box-shadow: 0px 9px 6px 0px #ffffffeb;
    }

    .category-name {
        position: absolute;
        z-index: 1;
        bottom: 0px;
        right: 0px;
        left: 0px;
        padding-bottom: 10px;
        padding-left: 15px;
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-family: "Gilroy-Heavy";
        text-transform: uppercase;
        text-align: left !important;
        text-shadow: 0px 0px 10px #000000 !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: 15px;
    }

    .daily-menu-text {
        font-size: 1.3rem !important;
        line-height: 1.2rem !important;
        font-family: 'Gilroy-Heavy' !important;
        text-shadow: 0px 0px transparent !important;
        padding-bottom: 0px !important;
        color: #fff !important;
        max-width: 100%;
        padding-right: 10%;
        padding-left: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center !important;
        mix-blend-mode: normal;
        background: transparent !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 {
            color: #ffffff !important;
            mix-blend-mode: normal;
            transition: all 0.15s ease-in-out;
        }

        .daily-menu-text:not(:hover) {
            transition: all 0.15s ease-in-out;
        }

        .daily-menu-text:focus {
            color: #fff !important;
            mix-blend-mode: normal;
            transition: all 0.15s ease-in-out;
        }


    .darken-bottom {
        display: none;
    }


    .home-icon {
        font-size: 1.8rem;
        cursor: pointer;
        color: #fff;
    }

        .home-icon:hover {
            cursor: pointer !important;
            color: #fff !important;
        }



    .items-container {
        min-height: 100vh;
        padding-bottom: 200px;
        padding-top: 80px;
        padding-left: 60px;
        padding-right: 10px;
    }

    .items {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .items-category-name {
        font-size: 1.8rem;
        line-height: 1.8rem !important;
        line-height: 30px;
        text-transform: uppercase;
        font-family: "Gilroy-Heavy";
        color: #ff8000;
        padding-left: 10px;
        top: 43px;
        left: 20px;
        max-width: 45%;
    }

    .items-category-name-sticky {
        position
    }

    .no-items-container {
        width: 100%;
        padding-left: 0px;
        margin-top: 30px;
    }

    .no-items-text {
        font-size: 1.4rem;
        font-family: 'Gilroy';
        padding-left: 10px;
        -webkit-animation: fade-in-top 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-top 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

    .item {
        position: relative;
        width: 31.8%;
        max-width: 31.8%;
        height: 200px;
        overflow: hidden;
        flex-grow: 1;
        padding: 10px 10px 10px 10px;
        margin-top: 0px;
        border-radius: 15px 15px 15px 15px;
        box-shadow: 0px 0px 8px rgba(0,0,0,0.11);
        background-color: #fff;
        margin-bottom: 0.75%;
        margin-top: 0.75%;
        margin-left: 0.75%;
        margin-right: 0.75%;
    }

    .promo-label {
        background-color: #dd2a2a;
        color: #fff;
        font-size: .75rem;
        line-height: .55rem;
        padding: 10px 100px 10px 100px;
        position: absolute;
        z-index: 1;
        top: 0px;
        right: -105px;
        padding-top: 15px;
        padding-bottom: 5px;
        box-shadow: 0px 3px 13px rgb(0 0 0 / 12%);
        transform: rotate(45deg);
        transform-origin: center;
    }

    .promo-item-info-label {
        background-color: #dd2a2a;
        color: #fff;
        font-size: 1.2rem;
        line-height: .9rem;
        padding: 10px 100px 10px 100px;
        position: absolute;
        z-index: 1;
        top: -15px;
        left: -112px;
        padding-top: 40px;
        padding-bottom: 10px;
        box-shadow: 3px 3px 11px rgb(0 0 0 / 48%);
        transform: rotate(-45deg);
        transform-origin: center;
    }


    .item-image {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        height: 200px;
        max-height: 200px;
        /*border-radius: 10px 5px 5px 5px;*/
        max-width: 200px;
        margin-bottom: 0px;
        width: 200px;
        cursor: pointer;
    }

    .nutrition-bar {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 173px;
        width: 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        font-family: Arial, sans-serif;
        box-shadow: -1px 0px 11px #00000038;
    }

    .nutrition-bar-open-item {
        position: relative;
        margin-top: 10px;
        width: 95%;
        height: 30px;
        display: flex;
        flex-direction: row;
        overflow: hidden;
        font-family: Arial, sans-serif;
        border-radius: 5px;
        margin-left: 10px;
        margin-top: -11px;
    }

    .nut {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        font-weight: bold;
        font-size: 8px;
        line-height: 10px;
        gap: 2px;
        padding: 2px 0;
    }

    .label {
    }

    .value {
        font-size: 11px;
        line-height: 11px;
    }
    /* Colors matching your screenshot style */
    .kcal {
        background-color: #1f6204;
    }

    .protein {
        background-color: #dd2a2a;
    }

    .carbs {
        background-color: #4b4b4b;
    }

    .fat {
        background-color: #ff8000;
    }

    .item-image {
        will-change: transform;
    }

        .item-image:hover {
            transform: scale(1.02);
            transition: all 0.25s ease-in-out !important;
        }

    .item:has(.item-image:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.item-image:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .item-image:not(:hover) {
        transition: all 0.25s ease-in-out !important;
    }

    .item-name {
        font-family: 'Gilroy-Bold';
        font-size: 1.2rem;
        line-height: 1.125rem;
        color: #000;
        position: relative;
        left: 200px;
        top: 0px;
        right: 10px;
        padding-bottom: 3px;
        max-height: 54px;
        max-width: 52%;
        overflow: hidden;
        display: flex;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
    }

    .item:has(.item-name:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.item-name:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }


    .item:has(.item-subdiv:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.item-subdiv:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .item-description {
        font-family: 'Gilroy';
        font-size: 1rem;
        line-height: 1.1rem;
        color: #000;
        position: relative;
        left: 200px;
        top: 5px;
        right: 20px;
        max-height: 72px;
        max-width: 51%;
        overflow: hidden;
        padding-right: 10px;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        display: -webkit-box;
    }

    .item:has(.item-description:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.item-description:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .item-weight {
        background-color: #000000b3;
        color: #fff;
        font-family: 'Gilroy';
        font-size: 1rem;
        width: max-content;
        padding: 2px 8px 4px 8px;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        border-radius: 0px 0px 10px 0px;
        box-shadow: 1px 1px 6px #000000a3;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        cursor: pointer;
    }

    .item:has(.item-weight:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.item-weight:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .item-availability {
        background-color: #000000b3;
        color: #ffffff;
        font-family: 'Gilroy-Bold';
        font-size: .9rem;
        width: max-content;
        padding: 2px 10px 2px 10px;
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 0;
        border-radius: 0px 10px 0px 0px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0px 0px 9px 2px #000000ad;
        cursor: pointer;
    }

    .item:has(.item-availability:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.item-availability:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .details-link {
        font-family: 'Gilroy';
        font-size: 1.4rem !important;
        line-height: 1.4rem !important;
        color: #ffffff;
        position: absolute;
        left: 170px;
        bottom: 5px;
        text-shadow: 0px 0px 4px #000000e0;
    }

    .item:has(.details-link:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.details-link:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .details-link:hover {
        cursor: pointer;
        text-shadow: 0px 0px 6px #000000e0;
        transition: all 0.25s ease-in-out !important;
    }



    .price-container {
        background-color: #ff8000;
        color: #fff;
        font-family: 'Gilroy';
        font-size: 1.4rem;
        line-height: 1rem;
        width: max-content;
        /* max-height: 50px !important; */
        padding: 3px 10px 3px 10px;
        position: absolute;
        z-index: 3;
        right: 0;
        bottom: 0;
        border-radius: 15px 0px 10px 0px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: flex-end;
        cursor: pointer;
        padding-top: 6px !important;
    }

    .item:has(.price-container:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.price-container:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }


    .price-container-promo { /* за промоционална цена */
        background-color: #dd2a2a;
        color: #fff;
        font-family: 'Gilroy';
        font-size: 1.4rem;
        line-height: 1.1rem;
        width: max-content;
        /* max-height: 50px !important; */
        padding: 3px 10px 3px 10px;
        position: absolute;
        z-index: 3;
        right: 0;
        bottom: 0;
        border-radius: 15px 0px 10px 0px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: flex-end;
        cursor: pointer;
        padding-top: 5px;
    }


    .item:has(.price-container-promo:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.price-container-promo:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }


    .item-price {
        padding-right: 8px;
        padding-left: 2px;
        cursor: pointer;
        padding: 2px;
    }

    .item-price-old { /* за цена преди промоция */
        text-decoration: line-through !important;
        font-size: .9rem !important;
        line-height: .9rem !important;
        padding-right: 4px !important;
        margin-bottom: -5px !important;
        cursor: pointer;
    }

    .add-to-cart-button {
        font-size: 1rem !important;
        cursor: pointer;
        margin-right: -10px;
        padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #bbd607;
        box-shadow: 0px 0px 6px #00000047;
        position: absolute;
        z-index: 8;
        bottom: 10px;
        left: 210px;
        border-radius: 50%;
    }

        .add-to-cart-button:hover {
            background-color: #a8b93b;
            transform: scale(1.05) !important;
        }

    .item:has(.add-to-cart-button:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.add-to-cart-button:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }


    .add-to-cart-button:not(:hover) {
        /* transition: all 0.25s ease-in-out; */
    }

    .span-price {
        font-size: .9rem;
        font-family: 'Gilroy';
    }

    .modifiers-container {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5px;
        min-height: 40px;
        align-items: center;
    }

    .modifier {
        position: relative;
        display: flex;
        width: max-content;
        height: 25px;
        background: linear-gradient(0deg, #b5c73f, #d2e550);
        box-shadow: 0px 0px 3px #00000036;
        align-content: center;
        align-items: center;
        justify-content: space-around;
        cursor: pointer;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: .8rem;
        line-height: .8rem;
        margin: .7%;
        /* margin-bottom: 10px; */
        flex-direction: row;
        border-radius: 8px;
    }

    .modifier-name {
        /* position: absolute; */
        /* top: 0; */
        /* left: 0; */
        padding: 5px;
        cursor: pointer;
        /* max-height: 18px; */
        overflow: hidden;
        max-width: 100%;
    }

    .remove-modifier {
        position: absolute;
        top: -5px;
        right: -5px;
        color: #dd2a2a;
    }

    .modifier:hover {
        background: linear-gradient(0deg, #a3a3a38c, transparent);
        box-shadow: 0px 0px 6px #00000036;
        transition: all 0.15s ease-in-out;
    }

        .modifier:hover .remove-modifier {
            display: unset;
            color: #000;
        }

    .modifier:active {
        transform: scale(.95);
        transition: all 0.15s ease-in-out;
    }

    .modifier:has(.modifier-name:hover) {
        background: linear-gradient(0deg, #a3a3a38c, transparent);
        box-shadow: 0px 0px 6px #00000036;
        transition: all 0.15s ease-in-out;
    }

    #cartmodifier {
        cursor: default !important;
    }

        #cartmodifier:hover {
            background: linear-gradient(0deg, #b5c73f, #d2e550);
            box-shadow: 0px 0px 3px #00000036;
            cursor: default !important;
        }

        #cartmodifier:active {
            transform: scale(1) !important;
        }

    #cartmodifiername {
        cursor: default !important;
    }

    .add-modifier {
        cursor: pointer;
        font-size: 1.4rem;
        line-height: 1.4rem;
        padding: 5px;
        display: flex;
        align-items: center;
        color: #b5c73f;
    }

        .add-modifier:hover {
            color: #b5c73f;
            transform: scale(1.05);
        }

    .addons-container {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5px;
    }

    .addon {
        position: relative;
        display: flex;
        width: 23.6%;
        height: 65px;
        background: linear-gradient(0deg, #a3a3a32e, transparent);
        box-shadow: 0px 0px 3px #00000036;
        align-content: center;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 5px;
        font-size: .8rem;
        line-height: .8rem;
        margin: .7%;
        flex-direction: column;
        overflow: hidden;
        border-radius: 8px;
    }


        .addon:hover {
            background: linear-gradient(0deg, #a3a3a38c, transparent);
            box-shadow: 0px 0px 6px #00000036;
            transition: all 0.15s ease-in-out;
        }

        .addon:active {
            transform: scale(.95);
            transition: all 0.15s ease-in-out;
        }

        .addon:has(.addon-name:hover) {
            background: linear-gradient(0deg, #a3a3a38c, transparent);
            box-shadow: 0px 0px 6px #00000036;
            transition: all 0.15s ease-in-out;
        }

        .addon:has(.addon-price:hover) {
            background: linear-gradient(0deg, #a3a3a38c, transparent);
            box-shadow: 0px 0px 6px #00000036;
            transition: all 0.15s ease-in-out;
        }

    .addon-name {
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px;
        cursor: pointer;
        max-height: 18px;
        overflow: hidden;
        max-width: 100%;
        min-width: 100%;
    }

    .addon-price {
        background: linear-gradient(0deg, #e58400, #ff8000);
        position: absolute;
        right: 0px;
        bottom: 0px;
        padding: 3px;
        color: #fff;
        border-radius: 8px 0px 0px 0px;
        cursor: pointer;
    }

    .addon-check {
        position: absolute;
        bottom: -3px;
        left: 0px;
        color: #ff8000;
        font-size: 1.6rem;
        line-height: 1.5rem;
    }

    .powered-by {
        position: absolute;
        bottom: 20px;
        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 */

    .item-info-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
    }



    .item-info-image-container {
        position: relative !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
        height: max-content;
        overflow: hidden;
        border-radius: 15px 15px 15px 15px;
        box-shadow: 0px 0px 9px #0000002e;
        -webkit-animation: fade-in-bck 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-bck 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

        .item-info-image-container:hover .item-info-name {
            opacity: 0.4 !important;
            transition: all 1s ease-in-out .5s;
        }

        .item-info-image-container:not(:hover) .item-info-name {
            opacity: 1 !important;
            transition: all 0.25s ease-in-out;
        }

    .item-info-image {
        width: 400px;
        height: 400px;
        max-width: 400px;
        max-height: 400px;
        border-radius: 15px 15px;
        border: 1px solid #eaeaea;
    }



    .item-info-text-container {
        display: flex;
        align-content: center;
        flex-direction: column;
        justify-content: flex-start;
        margin: 20px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 10px;
        padding-bottom: 50px;
        padding-right: 0px;
        max-width: 550px;
        min-width: 550px;
        min-height: auto;
    }

    .item-info-name {
        position: absolute;
        top: 0;
        left: 0;
        right: 0px;
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #000000b0;
        color: #fff;
        font-family: 'Gilroy-Bold';
        font-size: 1.3rem;
        line-height: 1.3rem;
        overflow: hidden;
        max-width: 100% !important;
        text-align: center;
        box-shadow: 0px 4px 13px #00000069;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        margin: 1px;
        /* border: 1px solid #000000c9; */
        border-radius: 15px 15px 0px 0px;
    }

    .item-info-header {
        margin-top: 10px;
        color: #434343;
        font-family: "Gilroy-Bold";
        font-size: 1rem;
        line-height: 1rem;
    }


    .item-info-text {
        margin-top: 5px;
        font-size: 1rem;
        line-height: 1.05rem;
        color: #000;
        max-height: 67px;
        overflow: hidden;
    }

    .allergens {
        max-height: 32.5px !important;
    }

    .item-info-price {
        background-color: #ff8000;
        color: #fff;
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding: 5px 10px 5px 10px;
        position: absolute;
        right: 1px;
        bottom: 1px;
        border-radius: 15px 0px 15px 0px;
        box-shadow: -1px -1px 8px #0000005e;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .info-span-price {
        font-size: 1.3rem;
        line-height: 1.3rem;
        font-family: 'Gilroy';
    }

    .item-info-weight {
        display: flex;
        align-items: center;
        line-height: 1.1rem;
        background-color: #000000b0;
        color: #fff;
        font-family: 'Gilroy';
        font-size: 1.1rem;
        width: max-content;
        position: absolute;
        z-index: 2;
        padding: 10px;
        left: 1px;
        bottom: 1px;
        border-radius: 0px 15px 0px 0px;
        box-shadow: 1px -1px 8px #0000005e;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .footer-item-info {
        position: absolute;
        max-width: 300px;
        bottom: 15px;
        right: 8px;
        display: inline-flex;
        width: 100%;
        padding-left: 0px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-top: 15px;
        flex-direction: row;
        justify-content: flex-end;
    }

    .close-popup-icon {
        position: absolute;
        right: 20px;
        top: 15px;
        font-size: 2rem;
        cursor: pointer;
        z-index: 999;
    }

        .close-popup-icon:hover {
            color: #000;
        }

        .close-popup-icon:not(:hover) {
            color: #8d8d8d;
        }
    /* item info - finish */
    /* add to cart */

    .dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content {
        background-color: #fff !important;
        color: #000 !important;
        overflow: hidden;
    }

    .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';
    }

    .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;
    }

    .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;
    }

    .cart-container {
        min-width: 800px;
        max-width: 800px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-end;
        align-content: flex-end;
        padding: 30px;
        padding-top: 20px;
        margin-bottom: 80px;
        overflow-x: hidden;
        margin-right: -25px;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
    }

    .cart-header-container {
        font-family: 'Gilroy-Bold';
        display: flex;
        font-size: 1.2rem;
        position: relative;
        top: 15px;
        left: 30px;
        z-index: 999;
        padding: 20px;
        padding-top: 0px;
        padding-left: 0px !important;
        color: #000 !important;
        width: 90%;
        align-items: center;
        align-content: center;
    }

    .cart-header {
        font-size: 1.4rem !important;
    }

    .cart-header-icon {
        color: #4d4d4d;
        margin-right: 10px;
        font-size: 1.6rem !important;
    }

    .cart-head {
        padding: 0px !important;
        padding-bottom: 5px !important;
    }

    .cart-head-text {
        color: #000000 !important;
        font-family: 'Gilroy-Bold';
        font-size: 1rem;
        padding-left: 0px !important;
    }

    .item-cart {
        display: flex;
        position: relative;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px 0;
        border-bottom: 1px solid #dcdcdc;
        align-items: center;
        padding: 1px 0;
        width: 100%;
    }

    .cart-image {
        max-width: 75px;
        width: 75px;
    }

    .item-cart-image {
        width: 400px;
        height: 400px;
        max-width: 400px;
        max-height: 400px;
        border-radius: 15px 15px;
        border: 1px solid #eaeaea;
    }

    .cart-item-details {
        width: 60%;
        /*padding-right: 30px;*/
        display: flex;
        width: 50%;
        /*padding-right: 20px;*/
        flex-direction: column;
        flex-wrap: wrap;
        padding-top: 5px;
    }

    .cart-qty {
        width: 20%;
        position: unset !important;
    }


    .item-cart-name {
        font-family: 'Gilroy-Bold';
        font-size: 1.1rem;
        line-height: 1.1rem;
        color: #000;
        margin-bottom: 3px;
        /*margin-top: 5px;*/
        cursor: pointer;
    }

        .item-cart-name:hover {
            color: #ff8000;
        }

    .no-hover:hover {
        color: #000 !important;
        cursor: default !important;
    }

    .item-cart-info-text {
        color: #4b4b4b;
        font-size: 1rem;
        line-height: 1.1rem;
    }

    .cart-note-container {
        width: 50%;
    }

    .agreement-container {
        position: relative;
        margin-top: 20px;
        margin-right: 18px;
        padding-left: 8px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .cart-note {
        max-height: max-content;
        min-height: 90px;
        border-radius: 10px;
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-color: #c5c5c5;
        border-width: 1px;
        font-size: 1rem;
        line-height: 1.1rem;
        width: 100%;
    }

        .cart-note:focus, input:focus {
            outline: none;
        }

    .item-cart-qty {
        color: #000;
        font-size: 1.6rem;
        line-height: 1.5rem;
        font-family: 'Gilroy';
        margin-left: 20px;
        margin-right: 20px;
        max-width: 60px;
        min-width: 60px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }


    .cart-sums-main-container {
        width: 50%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        padding-left: 50px;
    }

    .cart-sums-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        width: 100%;
        margin-top: 20px;
        padding-right: 16px;
    }

    .sums {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .customer-container {
        width: 100%;
        display: flex;
        align-content: flex-end;
        align-items: flex-end;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .customer-text {
        color: #000 !important;
        font-family: 'Gilroy';
        font-size: 1.1rem;
        line-height: 1.1rem;
    }

    .cart-sums-text-container {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
        width: 60%;
    }

    .cart-sum-text {
        margin-bottom: 8px !important;
        font-family: 'Gilroy-Bold';
        font-size: 1.1rem;
        line-height: 1.1rem;
        color: #000 !important;
    }

        .cart-sum-text:hover {
            color: #000 !important;
            cursor: default !important;
        }

    .cart-discount {
        color: #b5c73f !important;
    }

        .cart-discount:hover {
            color: #b5c73f !important;
            cursor: default !important;
        }

    .cart-sums-totals {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-end;
        width: 100%;
    }

    .item-cart-description {
        font-family: 'Gilroy';
        font-size: 1rem;
        line-height: 1.1rem;
        color: #000;
        position: absolute;
        left: 215px;
        top: 70px;
        right: 20px;
        max-height: 67px;
        overflow: hidden;
        padding-right: 10px;
    }

    .item-cart-weight {
        background-color: #0000004f;
        color: #000;
        font-family: 'Gilroy';
        font-size: 1rem;
        width: max-content;
        padding: 2px 8px 2px 8px;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0px 0px 10px 0px;
        box-shadow: 1px 1px 6px #000000a3;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        cursor: pointer;
    }

    .item-cart-availability {
        background-color: #85ae24;
        color: #fff;
        font-family: 'Gilroy';
        font-size: 1rem;
        width: max-content;
        padding: 2px 10px 2px 10px;
        position: absolute;
        left: 0;
        bottom: 0;
        border-radius: 0px 10px 0px 0px;
        box-shadow: 1px -1px 6px #000000a3;
        cursor: pointer;
    }



    .price-cart-container {
        width: 20%;
        color: #000;
        font-family: 'Gilroy-bold';
        font-size: 1rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
    }

    .item-cart-price {
        padding-right: 50px;
        padding-left: 2px;
        font-size: 1.1rem !important;
        font-family: 'Gilroy';
    }

    .delete-item-from-cart {
        color: #dd2a2a;
        font-size: 1.4rem;
        cursor: pointer;
    }

        .delete-item-from-cart:hover {
            transform: scale(1.1);
        }

        .delete-item-from-cart:active {
            transform: scale(0.92);
        }

    .add-to-cart-btn {
        min-width: 180px;
        color: #fff !important;
    }

    #add .dxbl-image:not(svg) {
        color: #000 !important;
        margin-right: 8px;
        -webkit-animation: pulsate-fwd 0.8s ease-in-out infinite both;
        animation: pulsate-fwd 0.8s ease-in-out infinite both;
    }


    .add-to-cart-btn-icon {
        font-size: 1.5rem;
    }

    .add-to-cart-modifications-container {
    }

    .add-to-cart-note {
        height: 60px;
        min-height: 60px;
        margin-top: 10px;
        border-radius: 10px;
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-color: #c5c5c5;
        border-width: 1px;
        font-size: 1rem;
        line-height: 1.1rem;
        width: 60%;
    }

        .add-to-cart-note:focus, input:focus {
            outline: none;
        }

    .add-to-cart-qty {
        position: absolute;
        bottom: 20px;
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        justify-content: space-between;
        max-width: 160px;
    }

    .cart-qty-container {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        justify-content: space-between;
    }

    .qty {
        border-color: #ffffff00;
        border-radius: 5px;
        border-width: 1px;
        font-size: 1.3rem;
        height: 35px;
        max-height: 35px;
        max-width: 80px;
        text-align: center;
        background-color: #f5f5f5;
    }

        .qty:focus, input:focus {
            outline: none;
        }

    .plus {
        cursor: pointer;
        font-size: 2rem;
        line-height: 2rem;
        margin: 5px;
        color: #b5c73f;
    }

        .plus:hover {
            transform: scale(1.15);
        }


        .plus:active {
            color: #91a02f;
            transform: scale(0.9) !important;
        }

    .plus-cart {
        cursor: pointer;
        font-size: 1.5rem;
        margin: 5px;
        color: #b5c73f;
    }

        .plus-cart:hover {
            transform: scale(1.1);
        }

        .plus-cart:active {
            color: #91a02f;
            transform: scale(0.9) !important;
        }


    .minus {
        cursor: pointer;
        font-size: 2rem;
        line-height: 2rem;
        margin: 5px;
        color: #494949e0;
    }

        .minus:hover {
            transform: scale(1.15);
        }

        .minus:active {
            color: #494949e0;
            transform: scale(0.9) !important;
        }

    .minus-cart {
        cursor: pointer;
        font-size: 1.5rem;
        margin: 5px;
        color: #494949e0;
    }

        .minus-cart:hover {
            transform: scale(1.1);
        }

        .minus-cart:active {
            color: #494949e0;
            transform: scale(0.9) !important;
        }
    /* add to cart - finish */

    .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: 231px;
        position: fixed;
        z-index: 10;
    }



    .footer-icon {
        padding: 8px 15px 8px 30px;
    }

    .footer-icon-no-orders-pc {
        padding: 8px 8px 8px 8px;
        margin-right: 95%;
    }

    .cart-button-shadow {
        position: fixed;
        right: -190px;
        top: -240px;
        width: 100px;
        height: 100px;
        border-radius: 300% 0% 0% 0%;
        box-shadow: -150px 40px 40px 210px #fff;
    }

    .cart-button-container {
        position: fixed;
        right: 30px;
        top: 30px;
        width: 30px !important;
        height: 30px !important;
        margin-right: 10px;
        display: flex;
        padding: 25px;
        border-radius: 10px;
        align-content: center;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        box-shadow: 0px 0px 5px #0000002b;
    }



        .cart-button-container:hover {
            transform: scale(1.02) !important;
            cursor: pointer;
            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-button-container:active {
            transform: scale(0.96) !important;
        }


    .home-icon-container {
        background-color: #ff8000;
        position: absolute;
        left: 0px;
        top: 0px;
        padding: 20px;
        padding-left: 10px;
        padding-top: 10px;
        border-radius: 0px 0px 15px 0px;
        width: 50px;
        height: 50px;
        box-shadow: 0px 0px 7px #00000096;
        -webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        overflow: hidden;
    }

        .home-icon-container:hover {
            width: 120px;
            cursor: pointer;
            box-shadow: 1px 1px 9px 0px #00000085;
            transition: all 0.25s ease-in-out;
        }



        .home-icon-container:not(:hover) {
            transition: all 0.25s ease-in-out;
        }




    .cart-bubble {
        position: absolute;
        top: -15px;
        right: -15px;
        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-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:hover {
            transform: scale(1.02) !important;
            cursor: pointer;
            box-shadow: 1px 1px 9px 0px #00000085;
            transition: all 0.15s ease-in-out;
        }

        .home-cart-button-container:not(:hover) {
            transition: all 0.25s 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.8rem !important;
    }

        .cart-icon-second-screen:hover {
            color: #414141 !important;
        }

    .home-cart-icon {
        font-size: 1.5rem;
        cursor: pointer;
        color: #000;
    }

    .cart-uom {
        margin-left: 5px;
        font-size: 1rem;
        line-height: 1rem;
    }

    .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;
    }

    .dxbl-modal-body span {
        font-size: 1.3rem !important;
        line-height: 1.4rem !important;
    }

    .delete-button {
        background: #ff8000 !important;
    }

        .delete-button:hover {
            background-color: #e58502 !important;
        }

    .logistics-text {
        margin-top: 10px;
    }

    .checkboxes-container {
        width: 100% !important;
        display: flex !important;
        font-size: 1rem;
        line-height: 1rem;
        color: #000000;
        font-family: 'Gilroy';
        margin-top: 10px;
        padding-left: 5px;
        flex-direction: column;
    }

    .checkbox-div {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 5px;
    }

    .delivery-address {
        max-width: 50%;
        position: absolute;
        bottom: 110px;
        overflow: hidden;
    }

    .delivery-address-header {
        font-size: 1rem;
        font-family: 'Gilroy-Bold';
    }

    .delivery-address-text {
        max-height: 91px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        font-size: 1rem;
        line-height: 1.15rem;
    }

    .edit-address {
        color: #ff8000;
        font-size: 1rem;
        margin-bottom: 5px;
        position: relative !important;
    }


    .checkbox {
        cursor: pointer;
        height: 20px;
        width: 20px;
        margin-right: 5px;
        accent-color: #353535 !important;
    }


    .checkbox-label {
        cursor: pointer;
        font-family: 'Gilroy-Bold';
        color: #000;
    }

    .clear-cart {
        margin-right: 15px;
        font-size: 1rem;
        line-height: 1rem;
        color: #dd2a2a;
        border-radius: 10px;
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }

    .invite {
        border-radius: 10px;
        color: #fff;
        background-color: #b5c73f;
        padding: 10px;
        margin-bottom: 20px;
        margin-right: 10px;
        font-size: 1.1rem;
        line-height: 1.1rem;
        font-family: 'Gilroy';
        cursor: pointer;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

        .invite:hover {
            background-color: #9bab34;
            transition: all .15s ease-in-out;
        }

        .invite:not(:hover) {
            transition: all .15s ease-in-out;
        }

        .invite:active {
            transform: scale(.92) !important;
        }

    .invite-link {
        color: #fff !important;
        font-size: 1.1rem !important;
        line-height: 1.1rem !important;
        font-family: 'Gilroy' !important;
    }

    .invite-icon {
        font-size: 1.5rem !important;
        padding-right: 10px;
        cursor: pointer;
    }

    .dxbl-modal-body {
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
    }
    /* футър */
    .footer-wrapper {
        position: relative;
        background-color: #fff;
        overflow: hidden;
        display: flex;
        min-height: 300px;
        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;
        line-height: 1.23rem !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:1600px) and (min-width: 1157px) {
    /* 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: 85%;
    }
    /* 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%;
        }

    i[data-tool-tip] {
        position: absolute;
    }

        i[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;
            font-style: normal;
            bottom: 50%;
            left: -10px;
            box-shadow: 0px 0px 4px #000000bd;
            white-space: nowrap;
            transform: scale(0);
            transition: transform ease-out 150ms, bottom ease-out 150ms;
        }

        i[data-tool-tip]:hover::after {
            transform: scale(1);
            bottom: 95%;
            left: -10px;
        }

    #home[data-tool-tip]::after {
        content: attr(data-tool-tip);
        display: block;
        position: relative;
        color: #ff8000;
        font-family: 'Gilroy';
        text-align: center;
        padding: .35em .8em;
        border-radius: 5px;
        font-size: 1.1rem;
        line-height: 1.1rem;
        font-style: normal;
        top: -28px;
        left: 60px;
        background-color: transparent;
        box-shadow: 0px 0px #fff;
        opacity: 0;
        transition: opacity ease-in-out 400ms, left ease-in-out 400ms;
    }

    #home[data-tool-tip]:hover::after {
        opacity: 1;
        left: 22px;
        bottom: 95%;
        color: #fff;
    }
    /* 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;
    }

    .dxbl-btn-standalone.dxbl-btn-primary {
        width: 100% !important;
        margin-right: 3px !important;
        margin-left: 3px !important;
        min-height: 50px !important;
        -webkit-animation: fade-in .5s ease-out 0s both;
        animation: fade-in .5s ease-out 0s both;
    }

    #add {
        background: linear-gradient(45deg, #b5c73f, #b5c73f) !important;
        color: #000 !important;
        border-color: #b5c73f !important;
        font-family: 'Gilroy-Bold' !important;
    }

        #add:hover {
            background: linear-gradient(45deg, #98a832, #98a832) !important;
            color: #000 !important;
            border-color: #b5c73f !important;
            font-family: 'Gilroy-Bold' !important;
        }

            #add:hover span {
                animation: none !important;
            }

    #details-close {
        width: 40% !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;
        background: #0000006e !important;
        border-color: #fff !important;
    }

        #details-close:hover {
            background: #00000099 !important;
        }

    .dxbl-btn-caption {
        font-size: 1rem !important;
    }

    .scrollnoshow {
        overflow-x: visible !important;
    }
    /*
                .dxbl-row {
                    flex-wrap: nowrap !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: #fff !important;
        background-image: url(img/menu/top_background.jpg) !important;
        background-size: cover !important;
        background-position: center;
    }

    .user-and-lang-container {
        position: absolute;
        right: 12%;
        top: 12%;
        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: rgb(255 255 255 / 57%);
        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-container {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

        .user-container:hover {
            transition: all .15s ease-in-out;
            color: #fff;
        }

        .user-container:not(:hover) {
            transition: all .15s ease-in-out;
        }

    .user-icon {
        cursor: pointer;
        color: #000 !important;
        font-size: 1.5rem !important;
    }

        .user-icon:hover {
            cursor: pointer;
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

    .user {
        cursor: pointer;
        margin-left: 5px;
        margin-right: 7px;
        max-width: 90px;
        border-right: solid 1px #00000094;
    }

        .user:hover {
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

    .login {
        cursor: pointer;
        display: flex;
        align-items: center;
    }

        .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;
        }

    .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;
        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 {
        max-height: 120px !important;
        height: 85px !important;
        position: absolute !important;
        left: 12%;
        top: 12%;
        z-index: 999 !important;
        border-radius: 10px 10px 10px 10px !important;
        width: auto !important;
        max-width: 10vw !important;
        background-color: #00000038 !important;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0px 0px 10px #000000e3 !important;
        -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;
    }

    .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: 10px 10px 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;
        box-shadow: 0px -2px 20px 0px #000000d1;
    }

    .category-grid {
        z-index: 11;
        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;
        max-height: 100vh;
        padding-bottom: 150px !important;
        margin-left: 10% !important;
        margin-right: 10% !important;
    }

    .category-container-second-screen {
        position: fixed;
        z-index: 13;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
        background-color: #fff !important;
        padding: 20px 10px 40px 10px !important;
        max-height: 100vh;
        min-height: 100vh;
        width: 230px;
        overflow: scroll;
        padding-bottom: 90px !important;
        box-shadow: 2px 0px 11px #00000091;
        align-content: flex-start;
    }

    .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;
    }

    .category {
        width: 24.25%;
        max-width: 24.25%;
        height: 180px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        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: 15px 15px 15px 15px;
    }

    .category-second-screen {
        width: 100%;
        max-width: 100%;
        height: 120px;
        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;
        border-radius: 15px 15px 15px 15px;
    }

        .category-second-screen:active {
            transform: scale(0.94) !important;
        }

    .category:hover {
        cursor: pointer;
        box-shadow: 0px 0px 14px rgb(0 0 0 / 64%);
        transition: all 0.15s ease-in-out;
    }

    .category:not(:hover) {
        transition: all 0.15s ease-in-out;
    }

    .category-second-screen:hover {
        cursor: pointer;
        box-shadow: 0px 0px 10px #00000078;
        transition: all 0.25s ease-in-out;
    }

    .category-second-screen:not(:hover) {
        transition: all 0.15s ease-in-out;
    }

    .category-second-screen::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: 15px 15px 15px 15px;
    }

    .category-second-screen {
        &:hover {
            &::after {
                transform: scale(1.05);
            }
        }
    }

    .daily-menu-name-container {
        height: max-content;
        /* max-width: 40%; */

        margin-left: 0px;
        margin-bottom: 20px;
        padding-top: 30px;
        padding-bottom: 10px;
        padding-right: 20px;
        font-family: 'Gilroy-Heavy';
        text-transform: uppercase;
        font-size: 2.5rem;
        line-height: 2.5rem;
        width: 100%;
        color: transparent;
        filter: invert(100%);
        background-color: #000;
        position: sticky;
        top: 0;
        z-index: 9;
        box-shadow: 0px 0px 19px 18px #000;
    }

    .daily-menu-category-name-bg {
        color: transparent;
        background-image: url(img/brush.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: text;
        -webkit-background-clip: text;
        /* filter: invert(100%);*/
        max-width: 400px;
    }

    .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;
        position: sticky;
        top: 70px;
        z-index: 8;
        background-color: #ffffffeb;
        box-shadow: 0px 9px 6px 0px #ffffffeb;
        margin-bottom: 10px;
    }

    .category-name-container-sticky {
        position: relative;
        height: max-content;
        max-width: 100%;
        padding-bottom: 10px;
        margin-bottom: 20px;
        padding-top: 30px;
        padding-right: 20px;
        font-family: 'Gilroy-Heavy';
        text-transform: uppercase;
        font-size: 2.5rem;
        line-height: 2.5rem;
        width: 100%;
        background-color: #fff;
        position: sticky;
        top: 0;
        z-index: 9;
        background: linear-gradient(180deg, #fff 50%, #ffffffeb);
        box-shadow: 0px 9px 6px 0px #ffffffeb;
    }

    .category-name {
        position: absolute;
        z-index: 1;
        bottom: 0px;
        right: 0px;
        left: 0px;
        padding-bottom: 10px;
        padding-left: 15px;
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-family: "Gilroy-Heavy";
        text-transform: uppercase;
        text-align: left !important;
        text-shadow: 0px 0px 10px #000000 !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: 15px;
    }

    .daily-menu-text {
        font-size: 1.3rem !important;
        line-height: 1.2rem !important;
        font-family: 'Gilroy-Heavy' !important;
        text-shadow: 0px 0px transparent !important;
        padding-bottom: 0px !important;
        color: #fff !important;
        max-width: 100%;
        padding-right: 10%;
        padding-left: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center !important;
        mix-blend-mode: normal;
        background: transparent !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 {
            color: #ffffff !important;
            mix-blend-mode: normal;
            transition: all 0.15s ease-in-out;
        }

        .daily-menu-text:not(:hover) {
            transition: all 0.15s ease-in-out;
        }

        .daily-menu-text:focus {
            color: #fff !important;
            mix-blend-mode: normal;
            transition: all 0.15s ease-in-out;
        }


    .darken-bottom {
        display: none;
    }


    .home-icon {
        font-size: 1.8rem;
        cursor: pointer;
        color: #fff;
    }

        .home-icon:hover {
            cursor: pointer !important;
            color: #fff !important;
        }



    .items-container {
        min-height: 100vh;
        padding-bottom: 200px;
        padding-top: 80px;
        padding-left: 70px;
        padding-right: 20px;
    }

    .items {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .items-category-name {
        font-size: 1.8rem;
        line-height: 1.8rem !important;
        line-height: 30px;
        text-transform: uppercase;
        font-family: "Gilroy-Heavy";
        color: #ff8000;
        padding-left: 10px;
        top: 43px;
        left: 20px;
        max-width: 45%;
    }

    .items-category-name-sticky {
        position
    }

    .no-items-container {
        width: 100%;
        padding-left: 0px;
        margin-top: 30px;
    }

    .no-items-text {
        font-size: 1.4rem;
        font-family: 'Gilroy';
        padding-left: 10px;
        -webkit-animation: fade-in-top 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-top 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

    .item {
        position: relative;
        width: 48.5%;
        max-width: 48.5%;
        height: 200px;
        overflow: hidden;
        flex-grow: 1;
        padding: 10px 10px 10px 10px;
        margin-top: 0px;
        border-radius: 15px 15px 15px 15px;
        box-shadow: 0px 0px 8px rgba(0,0,0,0.11);
        background-color: #fff;
        margin-bottom: 0.75%;
        margin-top: 0.75%;
        margin-left: 0.75%;
        margin-right: 0.75%;
    }

    .promo-label {
        background-color: #dd2a2a;
        color: #fff;
        font-size: .75rem;
        line-height: .55rem;
        padding: 10px 100px 10px 100px;
        position: absolute;
        z-index: 1;
        top: 0px;
        right: -105px;
        padding-top: 15px;
        padding-bottom: 5px;
        box-shadow: 0px 3px 13px rgb(0 0 0 / 12%);
        transform: rotate(45deg);
        transform-origin: center;
    }

    .promo-item-info-label {
        background-color: #dd2a2a;
        color: #fff;
        font-size: 1.2rem;
        line-height: .9rem;
        padding: 10px 100px 10px 100px;
        position: absolute;
        z-index: 1;
        top: -15px;
        left: -112px;
        padding-top: 40px;
        padding-bottom: 10px;
        box-shadow: 3px 3px 11px rgb(0 0 0 / 48%);
        transform: rotate(-45deg);
        transform-origin: center;
    }


    .item-image {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        height: 200px;
        max-height: 200px;
        /*border-radius: 10px 5px 5px 5px;*/
        max-width: 200px;
        margin-bottom: 0px;
        width: 200px;
        cursor: pointer;
    }

    .nutrition-bar {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 173px;
        width: 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        font-family: Arial, sans-serif;
        box-shadow: -1px 0px 11px #00000038;
    }

    .nutrition-bar-open-item {
        position: relative;
        margin-top: 10px;
        width: 95%;
        height: 30px;
        display: flex;
        flex-direction: row;
        overflow: hidden;
        font-family: Arial, sans-serif;
        border-radius: 5px;
        margin-left: 10px;
        margin-top: -11px;
    }

    .nut {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        font-weight: bold;
        font-size: 8px;
        line-height: 10px;
        gap: 2px;
        padding: 2px 0;
    }

    .label {
    }

    .value {
        font-size: 11px;
        line-height: 11px;
    }
    /* Colors matching your screenshot style */
    .kcal {
        background-color: #1f6204;
    }

    .protein {
        background-color: #dd2a2a;
    }

    .carbs {
        background-color: #4b4b4b;
    }

    .fat {
        background-color: #ff8000;
    }

    .item-image {
        will-change: transform;
    }

        .item-image:hover {
            transform: scale(1.02);
            transition: all 0.25s ease-in-out !important;
        }

    .item:has(.item-image:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.item-image:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .item-image:not(:hover) {
        transition: all 0.25s ease-in-out !important;
    }

    .item-name {
        font-family: 'Gilroy-Bold';
        font-size: 1.2rem;
        line-height: 1.15rem;
        color: #000;
        position: relative;
        left: 200px;
        top: 0px;
        right: 10px;
        padding-bottom: 3px;
        max-height: 57px;
        max-width: 50%;
        overflow: hidden;
        display: flex;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
    }

    .item:has(.item-name:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.item-name:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.item-subdiv:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.item-subdiv:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .item-description {
        font-family: 'Gilroy';
        font-size: 1rem;
        line-height: 1.1rem;
        color: #000;
        position: relative;
        left: 200px;
        top: 5px;
        right: 20px;
        max-height: 72px;
        max-width: 58%;
        overflow: hidden;
        padding-right: 10px;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        display: -webkit-box;
    }

    .item:has(.item-description:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.item-description:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .item-weight {
        background-color: #000000b3;
        color: #fff;
        font-family: 'Gilroy';
        font-size: 1rem;
        width: max-content;
        padding: 2px 8px 4px 8px;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        border-radius: 0px 0px 10px 0px;
        box-shadow: 1px 1px 6px #000000a3;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        cursor: pointer;
    }

    .item:has(.item-weight:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.item-weight:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .item-availability {
        background-color: #000000b3;
        color: #ffffff;
        font-family: 'Gilroy-Bold';
        font-size: .9rem;
        width: max-content;
        padding: 2px 10px 2px 10px;
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 0;
        border-radius: 0px 10px 0px 0px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0px 0px 9px 2px #000000ad;
        cursor: pointer;
    }

    .item:has(.item-availability:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.item-availability:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .details-link {
        font-family: 'Gilroy';
        font-size: 1.4rem !important;
        line-height: 1.4rem !important;
        color: #ffffff;
        position: absolute;
        left: 170px;
        bottom: 5px;
        text-shadow: 0px 0px 4px #000000e0;
    }

    .item:has(.details-link:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.details-link:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .details-link:hover {
        cursor: pointer;
        text-shadow: 0px 0px 6px #000000e0;
        transition: all 0.25s ease-in-out !important;
    }



    .price-container {
        background-color: #ff8000;
        color: #fff;
        font-family: 'Gilroy';
        font-size: 1.4rem;
        line-height: 1rem;
        width: max-content;
        /* max-height: 50px !important; */
        padding: 3px 10px 3px 10px;
        position: absolute;
        z-index: 3;
        right: 0;
        bottom: 0;
        border-radius: 15px 0px 10px 0px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: flex-end;
        cursor: pointer;
        padding-top: 5px;
    }

    .item:has(.price-container:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.price-container:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .price-container-promo { /* за промоционална цена */
        background-color: #dd2a2a;
        color: #fff;
        font-family: 'Gilroy';
        font-size: 1.4rem;
        line-height: 1.1rem;
        width: max-content;
        /* max-height: 50px !important; */
        padding: 3px 10px 3px 10px;
        position: absolute;
        z-index: 3;
        right: 0;
        bottom: 0;
        border-radius: 15px 0px 10px 0px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        cursor: pointer;
        padding-top: 6px;
    }

    .item:has(.price-container-promo:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.price-container-promo:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }



    .item-price {
        padding-right: 8px;
        padding-left: 2px;
        cursor: pointer;
        padding: 2px;
    }

    .item-price-old { /* за цена преди промоция */
        text-decoration: line-through !important;
        font-size: .9rem !important;
        line-height: .9rem !important;
        padding-right: 4px !important;
        margin-bottom: -5px !important;
        cursor: pointer;
    }

    .add-to-cart-button {
        font-size: 1rem !important;
        cursor: pointer;
        margin-right: -10px;
        padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #bbd607;
        box-shadow: 0px 0px 6px #00000047;
        position: absolute;
        z-index: 8;
        bottom: 10px;
        left: 210px;
        border-radius: 50%;
    }

        .add-to-cart-button:hover {
            background-color: #a8b93b;
            transform: scale(1.05) !important;
        }

    .item:has(.add-to-cart-button:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.add-to-cart-button:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .add-to-cart-button:not(:hover) {
        /* transition: all 0.25s ease-in-out; */
    }



    .span-price {
        font-size: .9rem;
        font-family: 'Gilroy';
    }

    .modifiers-container {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5px;
        min-height: 40px;
        align-items: center;
    }

    .modifier {
        position: relative;
        display: flex;
        width: max-content;
        height: 25px;
        background: linear-gradient(0deg, #b5c73f, #d2e550);
        box-shadow: 0px 0px 3px #00000036;
        align-content: center;
        align-items: center;
        justify-content: space-around;
        cursor: pointer;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: .8rem;
        line-height: .8rem;
        margin: .7%;
        /* margin-bottom: 10px; */
        flex-direction: row;
        border-radius: 8px;
    }

    .modifier-name {
        /* position: absolute; */
        /* top: 0; */
        /* left: 0; */
        padding: 5px;
        cursor: pointer;
        /* max-height: 18px; */
        overflow: hidden;
        max-width: 100%;
    }

    .remove-modifier {
        position: absolute;
        top: -5px;
        right: -5px;
        color: #dd2a2a;
    }

    .modifier:hover {
        background: linear-gradient(0deg, #a3a3a38c, transparent);
        box-shadow: 0px 0px 6px #00000036;
        transition: all 0.15s ease-in-out;
    }

        .modifier:hover .remove-modifier {
            display: unset;
            color: #000;
        }

    .modifier:active {
        transform: scale(.95);
        transition: all 0.15s ease-in-out;
    }

    .modifier:has(.modifier-name:hover) {
        background: linear-gradient(0deg, #a3a3a38c, transparent);
        box-shadow: 0px 0px 6px #00000036;
        transition: all 0.15s ease-in-out;
    }

    #cartmodifier {
        cursor: default !important;
    }

        #cartmodifier:hover {
            background: linear-gradient(0deg, #b5c73f, #d2e550);
            box-shadow: 0px 0px 3px #00000036;
            cursor: default !important;
        }

        #cartmodifier:active {
            transform: scale(1) !important;
        }

    #cartmodifiername {
        cursor: default !important;
    }

    .add-modifier {
        cursor: pointer;
        font-size: 1.4rem;
        line-height: 1.4rem;
        padding: 5px;
        display: flex;
        align-items: center;
        color: #b5c73f;
    }

        .add-modifier:hover {
            color: #b5c73f;
            transform: scale(1.05);
        }

    .addons-container {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5px;
    }

    .addon {
        position: relative;
        display: flex;
        width: 23.6%;
        height: 65px;
        background: linear-gradient(0deg, #a3a3a32e, transparent);
        box-shadow: 0px 0px 3px #00000036;
        align-content: center;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 5px;
        font-size: .8rem;
        line-height: .8rem;
        margin: .7%;
        flex-direction: column;
        overflow: hidden;
        border-radius: 8px;
    }

        .addon:hover {
            background: linear-gradient(0deg, #a3a3a38c, transparent);
            box-shadow: 0px 0px 6px #00000036;
            transition: all 0.15s ease-in-out;
        }

        .addon:active {
            transform: scale(.95);
            transition: all 0.15s ease-in-out;
        }

        .addon:has(.addon-name:hover) {
            background: linear-gradient(0deg, #a3a3a38c, transparent);
            box-shadow: 0px 0px 6px #00000036;
            transition: all 0.15s ease-in-out;
        }

        .addon:has(.addon-price:hover) {
            background: linear-gradient(0deg, #a3a3a38c, transparent);
            box-shadow: 0px 0px 6px #00000036;
            transition: all 0.15s ease-in-out;
        }

    .addon-name {
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px;
        cursor: pointer;
        max-height: 18px;
        overflow: hidden;
        max-width: 100%;
        min-width: 100%;
    }

    .addon-price {
        background: linear-gradient(0deg, #e58400, #ff8000);
        position: absolute;
        right: 0px;
        bottom: 0px;
        padding: 3px;
        color: #fff;
        border-radius: 8px 0px 0px 0px;
        cursor: pointer;
    }

    .addon-check {
        position: absolute;
        bottom: -3px;
        left: 0px;
        color: #ff8000;
        font-size: 1.6rem;
        line-height: 1.5rem;
    }


    .powered-by {
        position: absolute;
        bottom: 20px;
        width: 100%;
        z-index: 14;
        display: flex;
        background-color: #fff;
        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 */

    .item-info-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
    }



    .item-info-image-container {
        position: relative !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
        height: max-content;
        overflow: hidden;
        border-radius: 15px 15px 15px 15px;
        box-shadow: 0px 0px 9px #0000002e;
        -webkit-animation: fade-in-bck 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-bck 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

        .item-info-image-container:hover .item-info-name {
            opacity: 0.4 !important;
            transition: all 1s ease-in-out .5s;
        }

        .item-info-image-container:not(:hover) .item-info-name {
            opacity: 1 !important;
            transition: all 0.25s ease-in-out;
        }

    .item-info-image {
        width: 400px;
        height: 400px;
        max-width: 400px;
        max-height: 400px;
        border-radius: 15px 15px;
        border: 1px solid #eaeaea;
    }

    .item-info-text-container {
        display: flex;
        align-content: center;
        flex-direction: column;
        justify-content: flex-start;
        margin: 20px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 10px;
        padding-bottom: 50px;
        padding-right: 0px;
        max-width: 550px;
        min-width: 550px;
        min-height: auto;
    }

    .item-info-name {
        position: absolute;
        top: 0;
        left: 0;
        right: 0px;
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #000000b0;
        color: #fff;
        font-family: 'Gilroy-Bold';
        font-size: 1.3rem;
        line-height: 1.3rem;
        overflow: hidden;
        max-width: 100% !important;
        text-align: center;
        box-shadow: 0px 4px 13px #00000069;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        margin: 1px;
        /* border: 1px solid #000000c9; */
        border-radius: 15px 15px 0px 0px;
    }

    .item-info-header {
        margin-top: 10px;
        color: #434343;
        font-family: "Gilroy-Bold";
        font-size: 1rem;
        line-height: 1rem;
    }

    .item-info-text {
        margin-top: 5px;
        font-size: 1rem;
        line-height: 1.05rem;
        color: #000;
        max-height: 67px;
        overflow: hidden;
    }

    .allergens {
        max-height: 35px !important;
    }

    .item-info-price {
        background-color: #ff8000;
        color: #fff;
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding: 5px 10px 5px 10px;
        position: absolute;
        right: 1px;
        bottom: 1px;
        border-radius: 15px 0px 15px 0px;
        box-shadow: -1px -1px 8px #0000005e;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .info-span-price {
        font-size: 1.3rem;
        line-height: 1.3rem;
        font-family: 'Gilroy';
    }

    .item-info-weight {
        display: flex;
        align-items: center;
        line-height: 1.1rem;
        background-color: #000000b0;
        color: #fff;
        font-family: 'Gilroy';
        font-size: 1.1rem;
        width: max-content;
        position: absolute;
        z-index: 2;
        padding: 10px;
        left: 1px;
        bottom: 1px;
        border-radius: 0px 15px 0px 0px;
        box-shadow: 1px -1px 8px #0000005e;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .footer-item-info {
        position: absolute;
        max-width: 300px;
        bottom: 15px;
        right: 8px;
        display: inline-flex;
        width: 100%;
        padding-left: 0px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-top: 15px;
        flex-direction: row;
        justify-content: flex-end;
    }

    .close-popup-icon {
        position: absolute;
        right: 20px;
        top: 15px;
        font-size: 2rem;
        cursor: pointer;
        z-index: 999;
    }

        .close-popup-icon:hover {
            color: #000;
        }

        .close-popup-icon:not(:hover) {
            color: #8d8d8d;
        }
    /* item info - finish */
    /* add to cart */

    .dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content {
        background-color: #fff !important;
        color: #000 !important;
        overflow: hidden;
    }

    .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';
    }

    .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;
    }

    .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;
    }

    .cart-container {
        min-width: 800px;
        max-width: 800px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-end;
        align-content: flex-end;
        padding: 30px;
        padding-top: 20px;
        margin-bottom: 80px;
        overflow-x: hidden;
        margin-right: -25px;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
    }

    .cart-header-container {
        font-family: 'Gilroy-Bold';
        display: flex;
        font-size: 1.2rem;
        position: relative;
        top: 15px;
        left: 30px;
        z-index: 999;
        padding: 20px;
        padding-top: 0px;
        padding-left: 0px !important;
        color: #000 !important;
        width: 90%;
        align-items: center;
        align-content: center;
    }

    .cart-header {
        font-size: 1.4rem !important;
    }

    .cart-header-icon {
        color: #4d4d4d;
        margin-right: 10px;
        font-size: 1.6rem !important;
    }

    .cart-head {
        padding: 0px !important;
        padding-bottom: 5px !important;
    }

    .cart-head-text {
        color: #000000 !important;
        font-family: 'Gilroy-Bold';
        font-size: 1rem;
        padding-left: 0px !important;
    }

    .item-cart {
        display: flex;
        position: relative;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px 0;
        border-bottom: 1px solid #dcdcdc;
        align-items: center;
        padding: 1px 0;
        width: 100%;
    }

    .cart-image {
        max-width: 75px;
        width: 75px;
    }

    .item-cart-image {
        width: 400px;
        height: 400px;
        max-width: 400px;
        max-height: 400px;
        border-radius: 15px 15px;
        border: 1px solid #eaeaea;
    }

    .cart-item-details {
        width: 60%;
        /*padding-right: 30px;*/
        display: flex;
        width: 50%;
        /*padding-right: 20px;*/
        flex-direction: column;
        flex-wrap: wrap;
        padding-top: 5px;
    }

    .cart-qty {
        width: 20%;
        position: unset !important;
    }


    .item-cart-name {
        font-family: 'Gilroy-Bold';
        font-size: 1.1rem;
        line-height: 1.1rem;
        color: #000;
        margin-bottom: 3px;
        /*margin-top: 5px;*/
        cursor: pointer;
    }

        .item-cart-name:hover {
            color: #ff8000;
        }

    .no-hover:hover {
        color: #000 !important;
        cursor: default !important;
    }

    .item-cart-info-text {
        color: #4b4b4b;
        font-size: 1rem;
        line-height: 1.1rem;
    }

    .cart-note-container {
        width: 50%;
    }

    .agreement-container {
        position: relative;
        margin-top: 20px;
        padding-right: 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .cart-note {
        max-height: max-content;
        min-height: 90px;
        border-radius: 10px;
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-color: #c5c5c5;
        border-width: 1px;
        font-size: 1rem;
        line-height: 1.1rem;
        width: 100%;
    }

        .cart-note:focus, input:focus {
            outline: none;
        }

    .item-cart-qty {
        color: #000;
        font-size: 1.6rem;
        line-height: 1.5rem;
        font-family: 'Gilroy';
        margin-left: 20px;
        margin-right: 20px;
        max-width: 60px;
        min-width: 60px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }


    .cart-sums-main-container {
        width: 50%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        padding-left: 50px;
    }

    .cart-sums-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        width: 100%;
        margin-top: 20px;
        padding-right: 16px;
    }

    .sums {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .customer-container {
        width: 100%;
        display: flex;
        align-content: flex-end;
        align-items: flex-end;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .customer-text {
        color: #000 !important;
        font-family: 'Gilroy';
        font-size: 1.1rem;
        line-height: 1.1rem;
    }

    .cart-sums-text-container {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
        width: 60%;
    }

    .cart-sum-text {
        margin-bottom: 8px !important;
        font-family: 'Gilroy-Bold';
        font-size: 1.1rem;
        line-height: 1.1rem;
        color: #000 !important;
    }

        .cart-sum-text:hover {
            color: #000 !important;
            cursor: default !important;
        }

    .cart-discount {
        color: #b5c73f !important;
    }

        .cart-discount:hover {
            color: #b5c73f !important;
            cursor: default !important;
        }

    .cart-sums-totals {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-end;
        width: 100%;
    }

    .item-cart-description {
        font-family: 'Gilroy';
        font-size: 1rem;
        line-height: 1.1rem;
        color: #000;
        position: absolute;
        left: 215px;
        top: 70px;
        right: 20px;
        max-height: 67px;
        overflow: hidden;
        padding-right: 10px;
    }

    .item-cart-weight {
        background-color: #0000004f;
        color: #000;
        font-family: 'Gilroy';
        font-size: 1rem;
        width: max-content;
        padding: 2px 8px 2px 8px;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0px 0px 10px 0px;
        box-shadow: 1px 1px 6px #000000a3;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        cursor: pointer;
    }

    .item-cart-availability {
        background-color: #85ae24;
        color: #fff;
        font-family: 'Gilroy';
        font-size: 1rem;
        width: max-content;
        padding: 2px 10px 2px 10px;
        position: absolute;
        left: 0;
        bottom: 0;
        border-radius: 0px 10px 0px 0px;
        box-shadow: 1px -1px 6px #000000a3;
        cursor: pointer;
    }



    .price-cart-container {
        width: 20%;
        color: #000;
        font-family: 'Gilroy-bold';
        font-size: 1rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
    }

    .item-cart-price {
        padding-right: 50px;
        padding-left: 2px;
        font-size: 1.1rem !important;
        font-family: 'Gilroy';
    }

    .delete-item-from-cart {
        color: #dd2a2a;
        font-size: 1.4rem;
        cursor: pointer;
    }

        .delete-item-from-cart:hover {
            transform: scale(1.1);
        }


        .delete-item-from-cart:active {
            transform: scale(0.92);
        }

    .add-to-cart-btn {
        min-width: 180px;
        color: #fff !important;
    }

    #add .dxbl-image:not(svg) {
        color: #000 !important;
        margin-right: 8px;
        -webkit-animation: pulsate-fwd 0.8s ease-in-out infinite both;
        animation: pulsate-fwd 0.8s ease-in-out infinite both;
    }


    .add-to-cart-btn-icon {
        font-size: 1.5rem;
    }

    .add-to-cart-modifications-container {
    }

    .add-to-cart-note {
        height: 60px;
        min-height: 60px;
        margin-top: 10px;
        border-radius: 10px;
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-color: #c5c5c5;
        border-width: 1px;
        font-size: 1rem;
        line-height: 1.1rem;
        width: 60%;
    }

        .add-to-cart-note:focus, input:focus {
            outline: none;
        }

    .add-to-cart-qty {
        position: absolute;
        bottom: 20px;
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        justify-content: space-between;
        max-width: 160px;
    }

    .cart-qty-container {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        justify-content: space-between;
    }

    .qty {
        border-color: #ffffff00;
        border-radius: 5px;
        border-width: 1px;
        font-size: 1.3rem;
        height: 35px;
        max-height: 35px;
        max-width: 80px;
        text-align: center;
        background-color: #f5f5f5;
    }

        .qty:focus, input:focus {
            outline: none;
        }

    .plus {
        cursor: pointer;
        font-size: 2rem;
        line-height: 2rem;
        margin: 5px;
        color: #b5c73f;
    }

        .plus:hover {
            transform: scale(1.15);
        }


        .plus:active {
            color: #91a02f;
            transform: scale(0.9) !important;
        }

    .plus-cart {
        cursor: pointer;
        font-size: 1.5rem;
        margin: 5px;
        color: #b5c73f;
    }

        .plus-cart:hover {
            transform: scale(1.1);
        }

        .plus-cart:active {
            color: #91a02f;
            transform: scale(0.9) !important;
        }


    .minus {
        cursor: pointer;
        font-size: 2rem;
        line-height: 2rem;
        margin: 5px;
        color: #494949e0;
    }

        .minus:hover {
            transform: scale(1.15);
        }

        .minus:active {
            color: #494949e0;
            transform: scale(0.9) !important;
        }

    .minus-cart {
        cursor: pointer;
        font-size: 1.5rem;
        margin: 5px;
        color: #494949e0;
    }

        .minus-cart:hover {
            transform: scale(1.1);
        }

        .minus-cart:active {
            color: #494949e0;
            transform: scale(0.9) !important;
        }
    /* add to cart - finish */

    .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: 231px;
        position: fixed;
        z-index: 10;
    }



    .footer-icon {
        padding: 8px 15px 8px 30px;
    }

    .footer-icon-no-orders-pc {
        padding: 8px 8px 8px 8px;
        margin-right: 95%;
    }

    .cart-button-shadow {
        position: fixed;
        right: -190px;
        top: -240px;
        width: 100px;
        height: 100px;
        border-radius: 300% 0% 0% 0%;
        box-shadow: -150px 40px 40px 210px #fff;
    }

    .cart-button-container {
        position: fixed;
        right: 30px;
        top: 30px;
        width: 30px !important;
        height: 30px !important;
        margin-right: 10px;
        display: flex;
        padding: 25px;
        border-radius: 10px;
        align-content: center;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        box-shadow: 0px 0px 5px #0000002b;
    }



        .cart-button-container:hover {
            transform: scale(1.02) !important;
            cursor: pointer;
            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-button-container:active {
            transform: scale(0.96) !important;
        }


    .home-icon-container {
        background-color: #ff8000;
        position: absolute;
        left: 0px;
        top: 0px;
        padding: 20px;
        padding-left: 10px;
        padding-top: 10px;
        border-radius: 0px 0px 15px 0px;
        width: 50px;
        height: 50px;
        box-shadow: 0px 0px 7px #00000096;
        -webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        overflow: hidden;
    }

        .home-icon-container:hover {
            width: 120px;
            cursor: pointer;
            box-shadow: 1px 1px 9px 0px #00000085;
            transition: all 0.25s ease-in-out;
        }

        .home-icon-container:not(:hover) {
            transition: all 0.25s ease-in-out;
        }

    .cart-bubble {
        position: absolute;
        top: -15px;
        right: -15px;
        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-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:hover {
            transform: scale(1.02) !important;
            cursor: pointer;
            box-shadow: 1px 1px 9px 0px #00000085;
            transition: all 0.15s ease-in-out;
        }

        .home-cart-button-container:not(:hover) {
            transition: all 0.25s 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.8rem !important;
    }

        .cart-icon-second-screen:hover {
            color: #414141 !important;
        }

    .home-cart-icon {
        font-size: 1.5rem;
        cursor: pointer;
        color: #000;
    }

    .cart-uom {
        margin-left: 5px;
        font-size: 1rem;
        line-height: 1rem;
    }

    .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;
    }

    .dxbl-modal-body span {
        font-size: 1.3rem !important;
        line-height: 1.4rem !important;
    }

    .delete-button {
        background: #ff8000 !important;
    }

        .delete-button:hover {
            background-color: #e58502 !important;
        }

    .logistics-text {
        margin-top: 10px;
    }

    .checkboxes-container {
        width: 100% !important;
        display: flex !important;
        font-size: 1rem;
        line-height: 1rem;
        color: #000000;
        font-family: 'Gilroy';
        margin-top: 10px;
        padding-left: 5px;
        flex-direction: column;
    }

    .checkbox-div {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 5px;
    }

    .delivery-address {
        max-width: 50%;
        position: absolute;
        bottom: 110px;
        overflow: hidden;
    }

    .delivery-address-header {
        font-size: 1rem;
        font-family: 'Gilroy-Bold';
    }

    .delivery-address-text {
        max-height: 91px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        font-size: 1rem;
        line-height: 1.15rem;
    }

    .edit-address {
        color: #ff8000;
        font-size: 1rem;
        margin-bottom: 5px;
        position: relative !important;
    }


    .checkbox {
        cursor: pointer;
        height: 20px;
        width: 20px;
        margin-right: 5px;
        accent-color: #353535 !important;
    }


    .checkbox-label {
        cursor: pointer;
        font-family: 'Gilroy-Bold';
        color: #000;
    }

    .clear-cart {
        margin-right: 15px;
        font-size: 1rem;
        line-height: 1rem;
        color: #dd2a2a;
        border-radius: 10px;
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }

    .invite {
        border-radius: 10px;
        color: #fff;
        background-color: #b5c73f;
        padding: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 10px;
        font-size: 1.1rem;
        line-height: 1.1rem;
        font-family: 'Gilroy';
        cursor: pointer;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

        .invite:hover {
            background-color: #9bab34;
            transition: all .15s ease-in-out;
        }

        .invite:not(:hover) {
            transition: all .15s ease-in-out;
        }

        .invite:active {
            transform: scale(.92) !important;
        }

    .invite-link {
        color: #fff !important;
        font-size: 1.1rem !important;
        line-height: 1.1rem !important;
        font-family: 'Gilroy' !important;
    }

    .invite-icon {
        font-size: 1.5rem !important;
        padding-right: 10px;
        cursor: pointer;
    }

    .dxbl-modal-body {
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
    }
    /* футър */
    .footer-wrapper {
        position: relative;
        background-color: #fff;
        overflow: hidden;
        display: flex;
        min-height: 300px;
        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: 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;
        line-height: 1.23rem !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) {
    /* 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: 85%;
    }
    /* 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%;
        }

    i[data-tool-tip] {
        position: absolute;
    }

        i[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;
            font-style: normal;
            bottom: 50%;
            left: -10px;
            box-shadow: 0px 0px 4px #000000bd;
            white-space: nowrap;
            transform: scale(0);
            transition: transform ease-out 150ms, bottom ease-out 150ms;
        }

        i[data-tool-tip]:hover::after {
            transform: scale(1);
            bottom: 95%;
            left: -10px;
        }

    #home[data-tool-tip]::after {
        content: attr(data-tool-tip);
        display: block;
        position: relative;
        color: #ff8000;
        font-family: 'Gilroy';
        text-align: center;
        padding: .35em .8em;
        border-radius: 5px;
        font-size: 1.1rem;
        line-height: 1.1rem;
        font-style: normal;
        top: -28px;
        left: 60px;
        background-color: transparent;
        box-shadow: 0px 0px #fff;
        opacity: 0;
        transition: opacity ease-in-out 400ms, left ease-in-out 400ms;
    }

    #home[data-tool-tip]:hover::after {
        opacity: 1;
        left: 22px;
        bottom: 95%;
        color: #fff;
    }
    /* 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;
    }

    .dxbl-btn-standalone.dxbl-btn-primary {
        width: 100% !important;
        margin-right: 3px !important;
        margin-left: 3px !important;
        min-height: 50px !important;
        -webkit-animation: fade-in .5s ease-out 0s both;
        animation: fade-in .5s ease-out 0s both;
    }

    #add {
        background: linear-gradient(45deg, #b5c73f, #b5c73f) !important;
        color: #000 !important;
        border-color: #b5c73f !important;
        font-family: 'Gilroy-Bold' !important;
    }

        #add:hover {
            background: linear-gradient(45deg, #98a832, #98a832) !important;
            color: #000 !important;
            border-color: #b5c73f !important;
            font-family: 'Gilroy-Bold' !important;
        }

            #add:hover span {
                animation: none !important;
            }

    #details-close {
        width: 40% !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;
        background: #0000006e !important;
        border-color: #fff !important;
    }

        #details-close:hover {
            background: #00000099 !important;
        }

    .dxbl-btn-caption {
        font-size: 1rem !important;
    }

    .scrollnoshow {
        overflow-x: visible !important;
    }
    /*
                .dxbl-row {
                    flex-wrap: nowrap !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: #fff !important;
        background-image: url(img/menu/top_background.jpg) !important;
        background-size: cover !important;
        background-position: center;
    }

    .user-and-lang-container {
        position: absolute;
        right: 12%;
        top: 12%;
        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: rgb(255 255 255 / 57%);
        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-container {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

        .user-container:hover {
            transition: all .15s ease-in-out;
            color: #fff;
        }

        .user-container:not(:hover) {
            transition: all .15s ease-in-out;
        }

    .user-icon {
        cursor: pointer;
        color: #000 !important;
        font-size: 1.5rem !important;
    }

        .user-icon:hover {
            cursor: pointer;
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

    .user {
        cursor: pointer;
        margin-left: 5px;
        margin-right: 7px;
        max-width: 90px;
        border-right: solid 1px #00000094;
    }

        .user:hover {
            transition: all .15s ease-in-out;
            color: #ff8000 !important;
        }

    .login {
        cursor: pointer;
        display: flex;
        align-items: center;
    }

        .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;
        }

    .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;
        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 {
        max-height: 120px !important;
        height: 85px !important;
        position: absolute !important;
        left: 12%;
        top: 12%;
        z-index: 999 !important;
        border-radius: 10px 10px 10px 10px !important;
        width: auto !important;
        max-width: 10vw !important;
        background-color: #00000038 !important;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0px 0px 10px #000000e3 !important;
        -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;
    }

    .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: 10px 10px 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;
        box-shadow: 0px -2px 20px 0px #000000d1;
    }

    .category-grid {
        z-index: 11;
        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;
        max-height: 100vh;
        padding-bottom: 150px !important;
        margin-left: 10% !important;
        margin-right: 10% !important;
    }

    .category-container-second-screen {
        position: fixed;
        z-index: 13;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
        background-color: #fff !important;
        padding: 20px 10px 40px 10px !important;
        max-height: 100vh;
        min-height: 100vh;
        width: 230px;
        overflow: scroll;
        padding-bottom: 90px !important;
        box-shadow: 2px 0px 11px #00000091;
        align-content: flex-start;
    }

    .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;
    }

    .category {
        width: 24.25%;
        max-width: 24.25%;
        height: 180px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        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: 15px 15px 15px 15px;
    }

    .category-second-screen {
        width: 100%;
        max-width: 100%;
        height: 120px;
        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;
        border-radius: 15px 15px 15px 15px;
    }

        .category-second-screen:active {
            transform: scale(0.94) !important;
        }

    .category:hover {
        cursor: pointer;
        box-shadow: 0px 0px 14px rgb(0 0 0 / 64%);
        transition: all 0.25s ease-in-out;
    }

    .category:not(:hover) {
        transition: all 0.15s ease-in-out;
    }

    .category-second-screen:hover {
        cursor: pointer;
        box-shadow: 0px 0px 10px #00000078;
        transition: all 0.15s ease-in-out;
    }

    .category-second-screen:not(:hover) {
        transition: all 0.15s ease-in-out;
    }

    .category-second-screen::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: 15px 15px 15px 15px;
    }

    .category-second-screen {
        &:hover {
            &::after {
                transform: scale(1.05);
            }
        }
    }

    .daily-menu-name-container {
        height: max-content;
        /* max-width: 40%; */

        margin-left: 0px;
        margin-bottom: 20px;
        padding-top: 30px;
        padding-bottom: 10px;
        padding-right: 20px;
        font-family: 'Gilroy-Heavy';
        text-transform: uppercase;
        font-size: 2.5rem;
        line-height: 2.5rem;
        width: 100%;
        color: transparent;
        filter: invert(100%);
        background-color: #000;
        position: sticky;
        top: 0;
        z-index: 9;
        box-shadow: 0px 0px 19px 18px #000;
    }

    .daily-menu-category-name-bg {
        color: transparent;
        background-image: url(img/brush.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: text;
        -webkit-background-clip: text;
        /* filter: invert(100%);*/
        max-width: 400px;
    }

    .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;
        position: sticky;
        top: 70px;
        z-index: 8;
        background-color: #ffffffeb;
        box-shadow: 0px 9px 6px 0px #ffffffeb;
        margin-bottom: 10px;
    }

    .category-name-container-sticky {
        position: relative;
        height: max-content;
        max-width: 100%;
        padding-bottom: 30px;
        margin-bottom: 20px;
        padding-top: 10px;
        padding-right: 20px;
        font-family: 'Gilroy-Heavy';
        text-transform: uppercase;
        font-size: 2.5rem;
        line-height: 2.5rem;
        width: 100%;
        position: sticky;
        top: 0;
        z-index: 9;
        background: linear-gradient(180deg, #fff 50%, #ffffffeb);
        box-shadow: 0px 9px 6px 0px #ffffffeb;
    }

    .category-name {
        position: absolute;
        z-index: 1;
        bottom: 0px;
        right: 0px;
        left: 0px;
        padding-bottom: 10px;
        padding-left: 15px;
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-family: "Gilroy-Heavy";
        text-transform: uppercase;
        text-align: left !important;
        text-shadow: 0px 0px 10px #000000 !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: 15px;
    }

    .daily-menu-text {
        font-size: 1.3rem !important;
        line-height: 1.2rem !important;
        font-family: 'Gilroy-Heavy' !important;
        text-shadow: 0px 0px transparent !important;
        padding-bottom: 0px !important;
        color: #fff !important;
        max-width: 100%;
        padding-right: 10%;
        padding-left: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center !important;
        mix-blend-mode: normal;
        background: transparent !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 {
            color: #ffffff !important;
            mix-blend-mode: normal;
            transition: all 0.15s ease-in-out;
        }

        .daily-menu-text:not(:hover) {
            transition: all 0.15s ease-in-out;
        }

        .daily-menu-text:focus {
            color: #fff !important;
            mix-blend-mode: normal;
            transition: all 0.15s ease-in-out;
        }


    .darken-bottom {
        display: none;
    }


    .home-icon {
        font-size: 1.8rem;
        cursor: pointer;
        color: #fff;
    }

        .home-icon:hover {
            cursor: pointer !important;
            color: #fff !important;
        }



    .items-container {
        min-height: 100vh;
        padding-bottom: 200px;
        padding-top: 80px;
        padding-left: 70px;
        padding-right: 80px;
    }

    .items {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .items-category-name {
        font-size: 1.8rem;
        line-height: 1.8rem !important;
        line-height: 30px;
        text-transform: uppercase;
        font-family: "Gilroy-Heavy";
        color: #ff8000;
        padding-left: 10px;
        top: 43px;
        left: 20px;
        max-width: 45%;
    }

    .items-category-name-sticky {
        position
    }

    .no-items-container {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }

    .no-items-text {
        font-size: 1.4rem;
        font-family: 'Gilroy';
        padding-left: 10px;
        -webkit-animation: fade-in-top 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-top 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

    .item {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 200px;
        overflow: hidden;
        flex-grow: 1;
        padding: 10px 10px 10px 10px;
        margin-top: 0px;
        border-radius: 15px 15px 15px 15px;
        box-shadow: 0px 0px 8px rgba(0,0,0,0.11);
        background-color: #fff;
        margin-bottom: 0.75%;
        margin-top: 0.75%;
        margin-left: 0.75%;
        margin-right: 0.75%;
    }

    .promo-label {
        background-color: #dd2a2a;
        color: #fff;
        font-size: .75rem;
        line-height: .55rem;
        padding: 10px 100px 10px 100px;
        position: absolute;
        z-index: 1;
        top: 0px;
        right: -105px;
        padding-top: 15px;
        padding-bottom: 5px;
        box-shadow: 0px 3px 13px rgb(0 0 0 / 12%);
        transform: rotate(45deg);
        transform-origin: center;
    }

    .promo-item-info-label {
        background-color: #dd2a2a;
        color: #fff;
        font-size: 1.2rem;
        line-height: .9rem;
        padding: 10px 100px 10px 100px;
        position: absolute;
        z-index: 1;
        top: -15px;
        left: -112px;
        padding-top: 40px;
        padding-bottom: 10px;
        box-shadow: 3px 3px 11px rgb(0 0 0 / 48%);
        transform: rotate(-45deg);
        transform-origin: center;
    }

    .item-image {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        height: 200px;
        max-height: 200px;
        /*border-radius: 10px 5px 5px 5px;*/
        max-width: 200px;
        margin-bottom: 0px;
        width: 200px;
        cursor: pointer;
    }

    .nutrition-bar {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 173px;
        width: 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        font-family: Arial, sans-serif;
        box-shadow: -1px 0px 11px #00000038;
    }

    .nutrition-bar-open-item {
        position: relative;
        margin-top: 10px;
        width: 95%;
        height: 30px;
        display: flex;
        flex-direction: row;
        overflow: hidden;
        font-family: Arial, sans-serif;
        border-radius: 5px;
        margin-left: 10px;
        margin-top: -11px;
    }

    .nut {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        font-weight: bold;
        font-size: 8px;
        line-height: 10px;
        gap: 2px;
        padding: 2px 0;
    }

    .label {
    }

    .value {
        font-size: 11px;
        line-height: 11px;
    }
    /* Colors matching your screenshot style */
    .kcal {
        background-color: #1f6204;
    }

    .protein {
        background-color: #dd2a2a;
    }

    .carbs {
        background-color: #4b4b4b;
    }

    .fat {
        background-color: #ff8000;
    }

    .item-image {
        will-change: transform;
    }

        .item-image:hover {
            transform: scale(1.02);
            transition: all 0.25s ease-in-out !important;
        }

    .item:has(.item-image:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.item-image:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .item-image:not(:hover) {
        transition: all 0.25s ease-in-out !important;
    }

    .item-name {
        font-family: 'Gilroy-Bold';
        font-size: 1.2rem;
        line-height: 1.15rem;
        color: #000;
        position: relative;
        left: 200px;
        top: 0px;
        right: 10px;
        max-height: 57px;
        max-width: 62%;
        overflow: hidden;
        display: flex;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
    }

    .item:has(.item-name:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.item-name:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.item-subdiv:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.item-subdiv:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .item-description {
        font-family: 'Gilroy';
        font-size: 1rem;
        line-height: 1.1rem;
        color: #000;
        position: relative;
        left: 200px;
        top: 5px;
        right: 20px;
        height: 72px;
        max-height: 72px;
        max-width: 64%;
        overflow: hidden;
        padding-right: 10px;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        display: -webkit-box;
    }

    .item:has(.item-description:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.item-description:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .item-weight {
        background-color: #000000b3;
        color: #fff;
        font-family: 'Gilroy';
        font-size: 1rem;
        width: max-content;
        padding: 2px 8px 4px 8px;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        border-radius: 0px 0px 10px 0px;
        box-shadow: 1px 1px 6px #000000a3;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        cursor: pointer;
    }

    .item:has(.item-weight:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.item-weight:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .item-availability {
        background-color: #000000b3;
        color: #ffffff;
        font-family: 'Gilroy-Bold';
        font-size: .9rem;
        width: max-content;
        padding: 2px 10px 2px 10px;
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 0;
        border-radius: 0px 10px 0px 0px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0px 0px 9px 2px #000000ad;
        cursor: pointer;
    }

    .item:has(.item-availability:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.item-availability:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .details-link {
        font-family: 'Gilroy';
        font-size: 1.4rem !important;
        line-height: 1.4rem !important;
        color: #ffffff;
        position: absolute;
        left: 170px;
        bottom: 5px;
        text-shadow: 0px 0px 4px #000000e0;
    }

    .item:has(.details-link:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.details-link:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .details-link:hover {
        cursor: pointer;
        text-shadow: 0px 0px 6px #000000e0;
        transition: all 0.25s ease-in-out !important;
    }



    .price-container {
        background-color: #ff8000;
        color: #fff;
        font-family: 'Gilroy';
        font-size: 1.4rem;
        line-height: 1rem;
        width: max-content;
        /* max-height: 50px !important; */
        padding: 3px 10px 3px 10px;
        position: absolute;
        z-index: 3;
        right: 0;
        bottom: 0;
        border-radius: 15px 0px 10px 0px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: flex-end;
        cursor: pointer;
        padding-top: 5px;
    }

    .item:has(.price-container:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.price-container:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .price-container-promo { /* за промоционална цена */
        background-color: #dd2a2a;
        color: #fff;
        font-family: 'Gilroy';
        font-size: 1.4rem;
        line-height: 1.1rem;
        width: max-content;
        /* max-height: 50px !important; */
        padding: 3px 10px 3px 10px;
        position: absolute;
        z-index: 3;
        right: 0;
        bottom: 0;
        border-radius: 15px 0px 10px 0px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        cursor: pointer;
        padding-top: 6px;
    }

    .item:has(.price-container-promo:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.price-container-promo:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }



    .item-price {
        padding-right: 8px;
        padding-left: 2px;
        cursor: pointer;
        padding: 2px;
    }

    .item-price-old { /* за цена преди промоция */
        text-decoration: line-through !important;
        font-size: .9rem !important;
        line-height: .9rem !important;
        padding-right: 4px !important;
        margin-bottom: -5px !important;
        cursor: pointer;
    }

    .add-to-cart-button {
        font-size: 1rem !important;
        cursor: pointer;
        margin-right: -10px;
        padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #bbd607;
        box-shadow: 0px 0px 6px #00000047;
        position: absolute;
        z-index: 8;
        bottom: 10px;
        left: 210px;
        border-radius: 50%;
    }

        .add-to-cart-button:hover {
            background-color: #a8b93b;
            transform: scale(1.05) !important;
        }

    .item:has(.add-to-cart-button:hover) {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
        transition: all 0.15s ease-in-out !important;
    }

    .item:has(.add-to-cart-button:not(:hover)) {
        transition: all 0.15s ease-in-out !important;
    }

    .add-to-cart-button:not(:hover) {
        /* transition: all 0.25s ease-in-out; */
    }

    .span-price {
        font-size: .9rem;
        font-family: 'Gilroy';
    }

    .modifiers-container {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5px;
        min-height: 40px;
        align-items: center;
    }

    .modifier {
        position: relative;
        display: flex;
        width: max-content;
        height: 25px;
        background: linear-gradient(0deg, #b5c73f, #d2e550);
        box-shadow: 0px 0px 3px #00000036;
        align-content: center;
        align-items: center;
        justify-content: space-around;
        cursor: pointer;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: .8rem;
        line-height: .8rem;
        margin: .7%;
        /* margin-bottom: 10px; */
        flex-direction: row;
        border-radius: 8px;
    }

    .modifier-name {
        /* position: absolute; */
        /* top: 0; */
        /* left: 0; */
        padding: 5px;
        cursor: pointer;
        /* max-height: 18px; */
        overflow: hidden;
        max-width: 100%;
    }

    .remove-modifier {
        position: absolute;
        top: -5px;
        right: -5px;
        color: #dd2a2a;
    }

    .modifier:hover {
        background: linear-gradient(0deg, #a3a3a38c, transparent);
        box-shadow: 0px 0px 6px #00000036;
        transition: all 0.15s ease-in-out;
    }

        .modifier:hover .remove-modifier {
            display: unset;
            color: #000;
        }

    .modifier:active {
        transform: scale(.95);
        transition: all 0.15s ease-in-out;
    }

    .modifier:has(.modifier-name:hover) {
        background: linear-gradient(0deg, #a3a3a38c, transparent);
        box-shadow: 0px 0px 6px #00000036;
        transition: all 0.15s ease-in-out;
    }

    #cartmodifier {
        cursor: default !important;
    }

        #cartmodifier:hover {
            background: linear-gradient(0deg, #b5c73f, #d2e550);
            box-shadow: 0px 0px 3px #00000036;
            cursor: default !important;
        }

        #cartmodifier:active {
            transform: scale(1) !important;
        }

    #cartmodifiername {
        cursor: default !important;
    }

    .add-modifier {
        cursor: pointer;
        font-size: 1.4rem;
        line-height: 1.4rem;
        padding: 5px;
        display: flex;
        align-items: center;
        color: #b5c73f;
    }

        .add-modifier:hover {
            color: #b5c73f;
            transform: scale(1.05);
        }

    .addons-container {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5px;
    }

    .addon {
        position: relative;
        display: flex;
        width: 31.9%;
        height: 65px;
        background: linear-gradient(0deg, #a3a3a32e, transparent);
        box-shadow: 0px 0px 3px #00000036;
        align-content: center;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 5px;
        font-size: .8rem;
        line-height: .8rem;
        margin: .7%;
        flex-direction: column;
        overflow: hidden;
        border-radius: 8px;
    }

        .addon:hover {
            background: linear-gradient(0deg, #a3a3a38c, transparent);
            box-shadow: 0px 0px 6px #00000036;
            transition: all 0.15s ease-in-out;
        }

        .addon:active {
            transform: scale(.95);
            transition: all 0.15s ease-in-out;
        }

        .addon:has(.addon-name:hover) {
            background: linear-gradient(0deg, #a3a3a38c, transparent);
            box-shadow: 0px 0px 6px #00000036;
            transition: all 0.15s ease-in-out;
        }

        .addon:has(.addon-price:hover) {
            background: linear-gradient(0deg, #a3a3a38c, transparent);
            box-shadow: 0px 0px 6px #00000036;
            transition: all 0.15s ease-in-out;
        }

    .addon-name {
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px;
        cursor: pointer;
        max-height: 18px;
        overflow: hidden;
        max-width: 100%;
        min-width: 100%;
    }

    .addon-price {
        background: linear-gradient(0deg, #e58400, #ff8000);
        position: absolute;
        right: 0px;
        bottom: 0px;
        padding: 3px;
        color: #fff;
        border-radius: 8px 0px 0px 0px;
        cursor: pointer;
    }

    .addon-check {
        position: absolute;
        bottom: -3px;
        left: 0px;
        color: #ff8000;
        font-size: 1.6rem;
        line-height: 1.5rem;
    }


    .powered-by {
        position: absolute;
        bottom: 20px;
        width: 100%;
        z-index: 14;
        display: flex;
        background-color: #fff;
        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 */

    .item-info-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
    }



    .item-info-image-container {
        position: relative !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
        height: max-content;
        overflow: hidden;
        border-radius: 15px 15px 15px 15px;
        box-shadow: 0px 0px 9px #0000002e;
        -webkit-animation: fade-in-bck 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-bck 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

        .item-info-image-container:hover .item-info-name {
            opacity: 0.4 !important;
            transition: all 1s ease-in-out .5s;
        }

        .item-info-image-container:not(:hover) .item-info-name {
            opacity: 1 !important;
            transition: all 0.25s ease-in-out;
        }

    .item-info-image {
        width: 400px;
        height: 400px;
        max-width: 400px;
        max-height: 400px;
        border-radius: 15px 15px;
        border: 1px solid #eaeaea;
    }

    .item-info-text-container {
        display: flex;
        align-content: center;
        flex-direction: column;
        justify-content: flex-start;
        margin: 20px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 10px;
        padding-bottom: 50px;
        padding-right: 0px;
        max-width: 500px;
        min-width: 500px;
        min-height: auto;
    }

    .item-info-name {
        position: absolute;
        top: 0;
        left: 0;
        right: 0px;
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #000000b0;
        color: #fff;
        font-family: 'Gilroy-Bold';
        font-size: 1.3rem;
        line-height: 1.3rem;
        overflow: hidden;
        max-width: 100% !important;
        text-align: center;
        box-shadow: 0px 4px 13px #00000069;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        margin: 1px;
        /* border: 1px solid #000000c9; */
        border-radius: 15px 15px 0px 0px;
    }

    .item-info-header {
        margin-top: 10px;
        color: #434343;
        font-family: "Gilroy-Bold";
        font-size: 1rem;
        line-height: 1rem;
    }


    .item-info-text {
        margin-top: 5px;
        font-size: 1rem;
        line-height: 1.05rem;
        color: #000;
        max-height: 67px;
        overflow: hidden;
    }

    .allergens {
        max-height: 35px !important;
    }

    .item-info-price {
        background-color: #ff8000;
        color: #fff;
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding: 5px 10px 5px 10px;
        position: absolute;
        right: 1px;
        bottom: 1px;
        border-radius: 15px 0px 15px 0px;
        box-shadow: -1px -1px 8px #00000045;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .info-span-price {
        font-size: 1.3rem;
        line-height: 1.3rem;
        font-family: 'Gilroy';
    }

    .item-info-weight {
        display: flex;
        align-items: center;
        line-height: 1.1rem;
        background-color: #000000b0;
        color: #fff;
        font-family: 'Gilroy';
        font-size: 1.1rem;
        width: max-content;
        position: absolute;
        z-index: 2;
        padding: 10px;
        left: 1px;
        bottom: 1px;
        border-radius: 0px 15px 0px 0px;
        box-shadow: 1px -1px 8px #0000005e;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .footer-item-info {
        position: absolute;
        max-width: 300px;
        bottom: 15px;
        right: 8px;
        display: inline-flex;
        width: 100%;
        padding-left: 0px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-top: 15px;
        flex-direction: row;
        justify-content: flex-end;
    }

    .close-popup-icon {
        position: absolute;
        right: 20px;
        top: 15px;
        font-size: 2rem;
        cursor: pointer;
        z-index: 999;
    }

        .close-popup-icon:hover {
            color: #000;
        }

        .close-popup-icon:not(:hover) {
            color: #8d8d8d;
        }
    /* item info - finish */
    /* add to cart */

    .dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content {
        background-color: #fff !important;
        color: #000 !important;
        overflow: hidden;
    }

    .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';
    }

    .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;
    }

    .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;
    }

    .cart-container {
        min-width: 800px;
        max-width: 800px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-end;
        align-content: flex-end;
        padding: 30px;
        padding-top: 20px;
        margin-bottom: 80px;
        overflow-x: hidden;
        margin-right: -25px;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
    }

    .cart-header-container {
        font-family: 'Gilroy-Bold';
        display: flex;
        font-size: 1.2rem;
        position: relative;
        top: 15px;
        left: 30px;
        z-index: 999;
        padding: 20px;
        padding-top: 0px;
        padding-left: 0px !important;
        color: #000 !important;
        width: 90%;
        align-items: center;
        align-content: center;
    }

    .cart-header {
        font-size: 1.4rem !important;
    }

    .cart-header-icon {
        color: #4d4d4d;
        margin-right: 10px;
        font-size: 1.6rem !important;
    }

    .cart-head {
        padding: 0px !important;
        padding-bottom: 5px !important;
    }

    .cart-head-text {
        color: #000000 !important;
        font-family: 'Gilroy-Bold';
        font-size: 1rem;
        padding-left: 0px !important;
    }

    .item-cart {
        display: flex;
        position: relative;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px 0;
        border-bottom: 1px solid #dcdcdc;
        align-items: center;
        padding: 1px 0;
        width: 100%;
    }

    .cart-image {
        max-width: 75px;
        width: 75px;
    }

    .item-cart-image {
        width: 400px;
        height: 400px;
        max-width: 400px;
        max-height: 400px;
        border-radius: 15px 15px;
        border: 1px solid #eaeaea;
    }

    .cart-item-details {
        width: 60%;
        /*padding-right: 30px;*/
        display: flex;
        width: 50%;
        /*padding-right: 20px;*/
        flex-direction: column;
        flex-wrap: wrap;
        padding-top: 5px;
    }

    .cart-qty {
        width: 20%;
        position: unset !important;
    }


    .item-cart-name {
        font-family: 'Gilroy-Bold';
        font-size: 1.1rem;
        line-height: 1.1rem;
        color: #000;
        margin-bottom: 3px;
        /*margin-top: 5px;*/
        cursor: pointer;
    }

        .item-cart-name:hover {
            color: #ff8000;
        }

    .no-hover:hover {
        color: #000 !important;
        cursor: default !important;
    }

    .item-cart-info-text {
        color: #4b4b4b;
        font-size: 1rem;
        line-height: 1.1rem;
    }

    .cart-note-container {
        width: 50%;
    }

    .agreement-container {
        position: relative;
        margin-top: 20px;
        padding-right: 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .cart-note {
        max-height: max-content;
        min-height: 90px;
        border-radius: 10px;
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-color: #c5c5c5;
        border-width: 1px;
        font-size: 1rem;
        line-height: 1.1rem;
        width: 100%;
    }

        .cart-note:focus, input:focus {
            outline: none;
        }

    .item-cart-qty {
        color: #000;
        font-size: 1.6rem;
        line-height: 1.5rem;
        font-family: 'Gilroy';
        margin-left: 20px;
        margin-right: 20px;
        max-width: 60px;
        min-width: 60px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }


    .cart-sums-main-container {
        width: 50%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        padding-left: 50px;
    }

    .cart-sums-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        width: 100%;
        margin-top: 20px;
        padding-right: 16px;
    }

    .sums {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .customer-container {
        width: 100%;
        display: flex;
        align-content: flex-end;
        align-items: flex-end;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .customer-text {
        color: #000 !important;
        font-family: 'Gilroy';
        font-size: 1.1rem;
        line-height: 1.1rem;
    }

    .cart-sums-text-container {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
        width: 60%;
    }

    .cart-sum-text {
        margin-bottom: 8px !important;
        font-family: 'Gilroy-Bold';
        font-size: 1.1rem;
        line-height: 1.1rem;
        color: #000 !important;
    }

        .cart-sum-text:hover {
            color: #000 !important;
            cursor: default !important;
        }

    .cart-discount {
        color: #b5c73f !important;
    }

        .cart-discount:hover {
            color: #b5c73f !important;
            cursor: default !important;
        }

    .cart-sums-totals {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-end;
        width: 100%;
    }

    .item-cart-description {
        font-family: 'Gilroy';
        font-size: 1rem;
        line-height: 1.1rem;
        color: #000;
        position: absolute;
        left: 215px;
        top: 70px;
        right: 20px;
        max-height: 67px;
        overflow: hidden;
        padding-right: 10px;
    }

    .item-cart-weight {
        background-color: #0000004f;
        color: #000;
        font-family: 'Gilroy';
        font-size: 1rem;
        width: max-content;
        padding: 2px 8px 2px 8px;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0px 0px 10px 0px;
        box-shadow: 1px 1px 6px #000000a3;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        cursor: pointer;
    }

    .item-cart-availability {
        background-color: #85ae24;
        color: #fff;
        font-family: 'Gilroy';
        font-size: 1rem;
        width: max-content;
        padding: 2px 10px 2px 10px;
        position: absolute;
        left: 0;
        bottom: 0;
        border-radius: 0px 10px 0px 0px;
        box-shadow: 1px -1px 6px #000000a3;
        cursor: pointer;
    }



    .price-cart-container {
        width: 20%;
        color: #000;
        font-family: 'Gilroy-bold';
        font-size: 1rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
    }

    .item-cart-price {
        padding-right: 50px;
        padding-left: 2px;
        font-size: 1.1rem !important;
        font-family: 'Gilroy';
    }

    .delete-item-from-cart {
        color: #dd2a2a;
        font-size: 1.4rem;
        cursor: pointer;
    }

        .delete-item-from-cart:hover {
            transform: scale(1.1);
        }

        .delete-item-from-cart:active {
            transform: scale(0.92);
        }

    .add-to-cart-btn {
        min-width: 180px;
        color: #fff !important;
    }

    #add .dxbl-image:not(svg) {
        color: #000 !important;
        margin-right: 8px;
        -webkit-animation: pulsate-fwd 0.8s ease-in-out infinite both;
        animation: pulsate-fwd 0.8s ease-in-out infinite both;
    }


    .add-to-cart-btn-icon {
        font-size: 1.5rem;
    }

    .add-to-cart-modifications-container {
    }

    .add-to-cart-note {
        height: 60px;
        min-height: 60px;
        margin-top: 10px;
        border-radius: 10px;
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-color: #c5c5c5;
        border-width: 1px;
        font-size: 1rem;
        line-height: 1.1rem;
        width: 60%;
    }

        .add-to-cart-note:focus, input:focus {
            outline: none;
        }

    .add-to-cart-qty {
        position: absolute;
        bottom: 20px;
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        justify-content: space-between;
        max-width: 160px;
    }

    .cart-qty-container {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        justify-content: space-between;
    }

    .qty {
        border-color: #ffffff00;
        border-radius: 5px;
        border-width: 1px;
        font-size: 1.3rem;
        height: 35px;
        max-height: 35px;
        max-width: 80px;
        text-align: center;
        background-color: #f5f5f5;
    }

        .qty:focus, input:focus {
            outline: none;
        }

    .plus {
        cursor: pointer;
        font-size: 2rem;
        line-height: 2rem;
        margin: 5px;
        color: #b5c73f;
    }

        .plus:hover {
            transform: scale(1.15);
        }

        .plus:active {
            color: #91a02f;
            transform: scale(0.9) !important;
        }

    .plus-cart {
        cursor: pointer;
        font-size: 1.5rem;
        margin: 5px;
        color: #b5c73f;
    }

        .plus-cart:hover {
            transform: scale(1.1);
        }

        .plus-cart:active {
            color: #91a02f;
            transform: scale(0.9) !important;
        }


    .minus {
        cursor: pointer;
        font-size: 2rem;
        line-height: 2rem;
        margin: 5px;
        color: #494949e0;
    }

        .minus:hover {
            transform: scale(1.15);
        }

        .minus:active {
            color: #494949e0;
            transform: scale(0.9) !important;
        }

    .minus-cart {
        cursor: pointer;
        font-size: 1.5rem;
        margin: 5px;
        color: #494949e0;
    }

        .minus-cart:hover {
            transform: scale(1.1);
        }

        .minus-cart:active {
            color: #494949e0;
            transform: scale(0.9) !important;
        }
    /* add to cart - finish */

    .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: 231px;
        position: fixed;
        z-index: 10;
    }



    .footer-icon {
        padding: 8px 15px 8px 30px;
    }

    .footer-icon-no-orders-pc {
        padding: 8px 8px 8px 8px;
        margin-right: 95%;
    }

    .cart-button-shadow {
        position: fixed;
        right: -190px;
        top: -240px;
        width: 100px;
        height: 100px;
        border-radius: 300% 0% 0% 0%;
        box-shadow: -150px 40px 40px 210px #fff;
    }

    .cart-button-container {
        position: fixed;
        right: 20px;
        top: 30px;
        width: 30px !important;
        height: 30px !important;
        margin-right: 10px;
        display: flex;
        padding: 25px;
        border-radius: 10px;
        align-content: center;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        box-shadow: 0px 0px 5px #0000002b;
    }



        .cart-button-container:hover {
            transform: scale(1.02) !important;
            cursor: pointer;
            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-button-container:active {
            transform: scale(0.96) !important;
        }


    .home-icon-container {
        background-color: #ff8000;
        position: absolute;
        left: 0px;
        top: 0px;
        padding: 20px;
        padding-left: 10px;
        padding-top: 10px;
        border-radius: 0px 0px 15px 0px;
        width: 50px;
        height: 50px;
        box-shadow: 0px 0px 7px #00000096;
        -webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        overflow: hidden;
    }

        .home-icon-container:hover {
            width: 120px;
            cursor: pointer;
            box-shadow: 1px 1px 9px 0px #00000085;
            transition: all 0.25s ease-in-out;
        }

        .home-icon-container:not(:hover) {
            transition: all 0.25s ease-in-out;
        }

    .cart-bubble {
        position: absolute;
        top: -15px;
        right: -15px;
        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-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:hover {
            transform: scale(1.02) !important;
            cursor: pointer;
            box-shadow: 1px 1px 9px 0px #00000085;
            transition: all 0.15s ease-in-out;
        }

        .home-cart-button-container:not(:hover) {
            transition: all 0.25s 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.8rem !important;
    }

        .cart-icon-second-screen:hover {
            color: #414141 !important;
        }

    .home-cart-icon {
        font-size: 1.5rem;
        cursor: pointer;
        color: #000;
    }

    .cart-uom {
        margin-left: 5px;
        font-size: 1rem;
        line-height: 1rem;
    }

    .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;
    }

    .dxbl-modal-body span {
        font-size: 1.3rem !important;
        line-height: 1.4rem !important;
    }

    .delete-button {
        background: #ff8000 !important;
    }

        .delete-button:hover {
            background-color: #e58502 !important;
        }

    .logistics-text {
        margin-top: 10px;
    }

    .checkboxes-container {
        width: 100% !important;
        display: flex !important;
        font-size: 1rem;
        line-height: 1rem;
        color: #000000;
        font-family: 'Gilroy';
        margin-top: 10px;
        padding-left: 5px;
        flex-direction: column;
    }

    .checkbox-div {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 5px;
    }

    .delivery-address {
        max-width: 50%;
        position: absolute;
        bottom: 110px;
        overflow: hidden;
    }

    .delivery-address-header {
        font-size: 1rem;
        font-family: 'Gilroy-Bold';
    }

    .delivery-address-text {
        max-height: 91px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        font-size: 1rem;
        line-height: 1.15rem;
    }

    .edit-address {
        color: #ff8000;
        font-size: 1rem;
        margin-bottom: 5px;
        position: relative !important;
    }


    .checkbox {
        cursor: pointer;
        height: 20px;
        width: 20px;
        margin-right: 5px;
        accent-color: #353535 !important;
    }


    .checkbox-label {
        cursor: pointer;
        font-family: 'Gilroy-Bold';
        color: #000;
    }

    .clear-cart {
        margin-right: 15px;
        font-size: 1rem;
        line-height: 1rem;
        color: #dd2a2a;
        border-radius: 10px;
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }

    .invite {
        border-radius: 10px;
        color: #fff;
        background-color: #b5c73f;
        padding: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 10px;
        font-size: 1.1rem;
        line-height: 1.1rem;
        font-family: 'Gilroy';
        cursor: pointer;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

        .invite:hover {
            background-color: #9bab34;
            transition: all .15s ease-in-out;
        }

        .invite:not(:hover) {
            transition: all .15s ease-in-out;
        }

        .invite:active {
            transform: scale(.92) !important;
        }

    .invite-link {
        color: #fff !important;
        font-size: 1.1rem !important;
        line-height: 1.1rem !important;
        font-family: 'Gilroy' !important;
    }

    .invite-icon {
        font-size: 1.5rem !important;
        padding-right: 10px;
        cursor: pointer;
    }

    .dxbl-modal-body {
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
    }
    /* футър */
    .footer-wrapper {
        position: relative;
        background-color: #fff;
        overflow: hidden;
        display: flex;
        min-height: 300px;
        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 -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;
        line-height: 1.23rem !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) {
    .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-btn-caption {
        font-size: 1rem !important;
    }

    .scrollnoshow {
        overflow-x: visible !important;
    }

    .dxbl-modal {
        --dxbl-popup-shadow: 0 0px 30px 0px rgb(0 0 0) !important;
    }

        .dxbl-modal > .dxbl-modal-root > .dxbl-popup {
            min-width: 300px !important;
            max-width: 95vw !important;
            backdrop-filter: blur(55px);
            -webkit-backdrop-filter: blur(55px);
            border-radius: 20px !important;
            background: transparent !important;
        }

    .dxbl-row {
        margin-top: 0px !important;
    }

    .dxbl-fl .dxbl-fl-cpt {
        font-family: 'Gilroy-Bold';
        color: #fff;
    }

    .dxbl-btn-standalone.dxbl-btn-primary {
        width: 100% !important;
        margin-right: 3px !important;
        margin-left: 3px !important;
        min-height: 60px !important;
        /* min-width: 60% !important; */
        margin-right: 3px !important;
        /* min-width: 180px; */
        color: #fff !important;
        background: #ff800070 !important;
        border-color: #ff8000 !important;
        --dxbl-btn-hover-border-color: #ffffff !important;
        border-radius: 15px !important;
        -webkit-animation: fade-in .5s ease-out 0s both;
        animation: fade-in .5s ease-out 0s both;
    }

    #add {
        background: linear-gradient(180deg, #b5c73f5e, #b5c73f96) !important;
        color: #fff !important;
        border-color: #b5c73f !important;
        font-family: 'Gilroy-Bold' !important;
    }

    #details-close {
        background: #00000000 !important;
        border-color: #ffffff !important;
    }

    html, body {
        background-color: #000 !important;
    }

    .header {
        position: relative;
        z-index: 9;
        height: 300px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        flex-direction: column !important;
        background-color: #272727 !important;
        background-image: url(img/menu/top_background.jpg) !important;
        background-size: cover !important;
        background-position: center;
    }

    .content {
        padding: 0rem !important;
        background-color: #000000 !important;
    }

    .user-and-lang-container {
        position: absolute;
        right: 5%;
        top: 10%;
        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-container {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

        .user-container:hover {
            transition: all .15s ease-in-out;
            color: #fff;
        }

        .user-container:not(:hover) {
            transition: all .15s ease-in-out;
        }

    .user-icon {
        cursor: pointer;
        font-size: 1.3rem !important;
        color: #fff !important;
    }

    .user {
        cursor: pointer;
        margin-left: 5px;
        margin-right: 7px;
        padding-right: 5px;
        max-width: 90px;
        border-right: solid 1px #ffffff94;
    }

    .login {
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .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 {
        max-height: 85px !important;
        height: 85px !important;
        position: relative !important;
        z-index: 999 !important;
        border-radius: 10px 10px 10px 10px !important;
        width: auto !important;
        max-width: 20vw !important;
        background-color: #00000038 !important;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        box-shadow: 0px 0px 10px #000000e3 !important;
        -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;
    }

    .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: 10px 10px 0px 0px;
        font-size: 1.6rem;
        line-height: 1.8rem;
        position: relative;
        background-color: #000;
        bottom: 0px;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        left: auto;
        right: auto;
        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: 120px;
        padding-top: 10px !important;
        align-content: center;
        flex-direction: row;
    }

    .category-name-container-sticky {
        height: max-content;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 0px;
        padding-right: 20px;
        padding-left: 0px;
        font-family: 'Gilroy-Heavy';
        text-transform: uppercase;
        font-size: 1.9rem;
        line-height: 1.9rem;
        border-radius: 0px 0px 10px 10px;
        width: 100%;
        color: #fff;
        background: #000000e8;
        position: sticky;
        top: 110px;
        z-index: 95;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        box-shadow: 0px 5px 10px #000;
    }

    .category-container-second-screen {
        position: fixed;
        z-index: 13;
        top: 0;
        left: 0;
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
        width: 100vw;
        justify-content: flex-start;
        gap: 7px;
        background-color: #000000 !important;
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        padding: 10px 15px 10px 10px !important;
        overflow-y: scroll;
        flex-direction: row;
        align-items: center;
        /*box-shadow: 0px 1px 0px 0px #ff80008a, 0px 0px 20px 4px rgb(0 0 0);*/
        margin-bottom: 120px;
        padding-top: 10px !important;
    }

    .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;
    }

    .category {
        width: 31.83%;
        min-width: 31.83%;
        max-width: 31.83%;
        height: 130px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        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;
    }



    .category-second-screen {
        width: 160px;
        min-width: 160px;
        max-width: 160px;
        height: 90px;
        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;
        border-radius: 15px 15px 15px 15px;
    }

        .category-second-screen:active {
            transform: scale(0.94) !important;
        }

    #categoryname {
        height: max-content;
        text-align: left;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 20px;
        padding-left: 0px;
        margin-bottom: 10px;
        font-family: 'Gilroy-Heavy';
        text-transform: uppercase;
        font-size: 1.5rem;
        line-height: 1.5rem;
        border-radius: 0px 0px 10px 10px;
        width: 100%;
        color: #fff;
        background: #000000c7;
        position: sticky;
        top: 110px;
        z-index: 95;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        box-shadow: 0px 5px 10px #000;
        transition: all 0.3s ease; /* Adding a smooth transition effect */
    }

    .category:hover {
        transform: scale(1.01);
        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;
    }

    .daily-menu-name-container {
        height: max-content;
        margin-bottom: 30px;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-right: 20px;
        padding-left: 20px;
        font-family: 'Gilroy-Heavy';
        text-transform: uppercase;
        font-size: 1.9rem;
        line-height: 1.9rem;
        border-radius: 0px 0px 10px 10px;
        width: 100%;
        color: #fff;
        background: #000000e0;
        position: sticky;
        top: 110px;
        z-index: 96;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        box-shadow: 0px 5px 10px #000;
    }

    #dailymenucontainer {
        height: max-content;
        margin-bottom: 30px;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 20px;
        padding-left: 20px;
        font-family: 'Gilroy-Heavy';
        text-transform: uppercase;
        font-size: 1.9rem;
        line-height: 1.9rem;
        border-radius: 0px 0px 10px 10px;
        width: 100%;
        color: #fff;
        background: #000000e0;
        position: sticky;
        top: 110px;
        z-index: 96;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        box-shadow: 0px 5px 10px #000;
        transition: all 0.3s ease; /* Adding a smooth transition effect */
    }

    .daily-menu-category-name-bg {
        max-width: 50%;
        color: transparent;
        background-image: url(img/brush.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: text;
        -webkit-background-clip: text;
        /* filter: invert(100%);*/
    }

    .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.1rem;
        line-height: 1.1rem;
        font-family: "Gilroy-Heavy";
        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;
    }

    .daily-menu-text {
        font-size: 1.1rem !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%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center !important;
        padding-bottom: 0px !important;
        mix-blend-mode: normal;
        background: transparent !important;
        text-shadow: 0px 0px 20px #000 !important;
        border-radius: 15px;
        -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 {
            color: #ffffff !important;
            mix-blend-mode: normal;
            transition: all 0.15s ease-in-out;
        }

        .daily-menu-text:not(:hover) {
            transition: all 0.15s ease-in-out;
        }

        .daily-menu-text:focus {
            color: #fff !important;
            mix-blend-mode: normal;
            transition: all 0.15s ease-in-out;
        }

    @keyframes to-white {
        from {
            color: #000;
        }

        to {
            color: #fff;
        }
    }

    .home-icon {
        font-size: 1.8rem;
        cursor: pointer;
        color: #fff;
        animation-name: to-white;
        animation-duration: 2s;
    }

        .home-icon:hover {
            cursor: pointer !important;
            color: #fff !important;
        }

    .darken-bottom {
        display: none;
    }


    .items-container {
        min-height: 80vh;
        padding-bottom: 110px;
        padding-top: 20px;
    }

    .items {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 15px;
        padding: 10px;
        overflow: visible;
        padding-top: 0;
        margin-bottom: 20px;
    }

    .items-category-name {
        text-transform: uppercase;
        font-family: "Gilroy-Heavy";
        color: #ff8000;
        max-width: 90%;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .items-category-name-menu {
        font-size: 1.6rem;
        line-height: 1.6rem;
        text-transform: uppercase;
        font-family: "Gilroy-Heavy";
        color: #ff8000;
        max-width: 90%;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .no-items-container {
        width: 100%;
        padding-left: 0px;
        margin-top: 10px;
    }

    .no-items-text {
        font-size: 1.4rem;
        font-family: 'Gilroy';
        padding-left: 10px;
        color: #fff;
        -webkit-animation: fade-in-top 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-top 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

    .item {
        position: relative;
        width: 48.5%;
        max-width: 48.5%;
        overflow: hidden;
        flex-grow: 1;
        padding: 10px 10px 10px 10px;
        margin-top: 0px;
        border-radius: 15px 15px 15px 15px;
        box-shadow: 0px 0px 8px rgba(0,0,0,0.11);
        background-color: #fff;
        padding: 10px 0px 5px 0px;
        margin-top: 0px;
        border-radius: 15px 15px 15px 15px;
        box-shadow: 0px 1px 0px rgba(0,0,0,0.11);
        height: 150px;
        border-color: #ffffff3b !important;
        background-color: #1a1b1c;
        margin-bottom: 4px;
    }

    .promo-label {
        background-color: #dd2a2a;
        color: #fff;
        font-size: .6rem;
        line-height: .6rem;
        padding: 10px 100px 10px 100px;
        position: absolute;
        z-index: 1;
        top: -1px;
        right: -104px;
        padding-top: 10px;
        padding-bottom: 3px;
        box-shadow: 0px 3px 13px rgb(0 0 0);
        transform: rotate(45deg);
        transform-origin: center;
    }

    .promo-item-info-label {
        background-color: #dd2a2a;
        color: #fff;
        font-size: 1.2rem;
        line-height: .9rem;
        padding: 10px 100px 10px 100px;
        position: absolute;
        z-index: 1;
        top: -15px;
        left: -112px;
        padding-top: 40px;
        padding-bottom: 10px;
        box-shadow: 3px 3px 11px rgb(0 0 0 / 48%);
        transform: rotate(-45deg);
        transform-origin: center;
    }

    .item-image {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        height: 150px;
        max-height: 150px;
        /*border-radius: 10px 5px 5px 5px;*/
        max-width: 150px;
        margin-bottom: 0px;
        width: 150px;
        cursor: pointer;
    }

    .nutrition-bar {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 120px;
        width: 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        font-family: Arial, sans-serif;
        box-shadow: -1px 0px 11px #00000038;
    }

    .nutrition-bar-open-item {
        position: relative;
        margin-top: 10px;
        width: 330px;
        height: 30px;
        display: flex;
        flex-direction: row;
        overflow: hidden;
        font-family: Arial, sans-serif;
        border-radius: 5px;
    }

    .nut {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        font-weight: bold;
        font-size: 8px;
        line-height: 10px;
        gap: 2px;
        padding: 2px 0;
    }

    .label {
    }

    .value {
        font-size: 11px;
        line-height: 11px;
    }
    /* Colors matching your screenshot style */
    .kcal {
        background-color: #1f6204;
    }

    .protein {
        background-color: #dd2a2a;
    }

    .carbs {
        background-color: #4b4b4b;
    }

    .fat {
        background-color: #ff8000;
    }

    .item-name {
        font-family: 'Gilroy-Bold';
        font-size: 1rem;
        line-height: 1rem;
        color: #fff;
        position: relative;
        left: 160px;
        top: 0px;
        right: 10px;
        max-height: 35px;
        max-width: 50%;
        overflow: hidden;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .item-description {
        font-family: 'Gilroy';
        font-size: .95rem;
        line-height: .95rem;
        color: #fff;
        position: relative;
        left: 160px;
        top: 5px;
        right: 20px;
        height: 63px;
        max-height: 63px;
        max-width: 51%;
        overflow: hidden;
        padding-right: 10px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        padding-top: 3px;
    }

    .item-weight {
        background-color: #000000b3;
        color: #fff;
        font-family: 'Gilroy';
        font-size: 1rem;
        width: max-content;
        padding: 2px 8px 4px 8px;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        border-radius: 0px 0px 10px 0px;
        box-shadow: 1px 1px 6px #000000a3;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }



    .item-availability {
        background-color: #000000b3;
        color: #ffffff;
        font-family: 'Gilroy-Bold';
        font-size: .9rem;
        width: max-content;
        padding: 2px 10px 2px 10px;
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 0;
        border-radius: 0px 10px 0px 0px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0px 0px 9px 2px #000000ad;
        cursor: pointer;
    }

    .details-link {
        font-family: 'Gilroy';
        font-size: 1.4rem !important;
        line-height: 1.4rem !important;
        color: #fff;
        position: absolute;
        left: 120px;
        bottom: 5px;
        text-shadow: 0px 0px 12px #000;
    }

    .price-container {
        background-color: #ff8000;
        color: #fff;
        font-family: 'Gilroy-Bold';
        font-size: 1rem;
        line-height: 0.85rem;
        width: max-content;
        padding: 2px 5px 2px 8px;
        position: absolute;
        z-index: 3;
        z-index: 3;
        right: 0;
        bottom: 0;
        border-radius: 15px 0px 10px 0px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding-top: 5px;
    }

    .price-container-promo { /* за промоционална цена */
        background-color: #dd2a2a;
        color: #fff;
        font-family: 'Gilroy-Bold';
        font-size: 1rem;
        line-height: 1rem;
        width: max-content;
        padding: 2px 5px 2px 5px;
        position: absolute;
        z-index: 3;
        right: 0;
        bottom: 0;
        border-radius: 15px 0px 10px 0px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .item-price {
        padding-right: 5px;
    }

    .item-price-old { /* за цена преди промоция */
        text-decoration: line-through !important;
        font-size: .8rem !important;
        line-height: .8rem !important;
        padding-right: 4px !important;
    }

    .add-to-cart-button {
        font-size: 1.2rem !important;
        cursor: pointer;
        margin-right: -5px;
        padding: 10px;
        background-color: #d5f40a;
        box-shadow: 0px 0px 11px #000000;
        position: absolute;
        z-index: 8;
        bottom: 10px;
        left: 10px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .add-to-cart-button:hover {
            transform: scale(1.05) !important;
        }

        .add-to-cart-button:not(:hover) {
            /* transition: all 0.25s ease-in-out; */
        }

    .span-price {
        font-size: .7rem;
        font-family: 'Gilroy';
    }

    .modifiers-container {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5px;
        min-height: 40px;
        align-items: center;
        margin-bottom: 30px;
    }

    .modifier {
        position: relative;
        display: flex;
        width: max-content;
        height: 25px;
        background: linear-gradient(0deg, #b5c73f, #d2e550);
        box-shadow: 0px 0px 3px #00000036;
        align-content: center;
        align-items: center;
        justify-content: space-around;
        cursor: pointer;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1rem;
        line-height: 1rem;
        color: #000;
        margin: 1.5%;
        /* margin-bottom: 10px; */
        flex-direction: row;
        border-radius: 8px;
    }

    .modifier-name {
        /* position: absolute; */
        /* top: 0; */
        /* left: 0; */
        padding: 5px;
        cursor: pointer;
        /* max-height: 18px; */
        overflow: hidden;
        max-width: 100%;
    }

    .remove-modifier {
        position: absolute;
        top: -5px;
        right: -5px;
        color: #fff;
        text-shadow: 0px 0px 5px #000;
    }

    .modifier:active {
        background: linear-gradient(0deg, #a4b537, #b5c73f);
        box-shadow: 0px 0px 6px #00000036;
        transition: all 0.15s ease-in-out;
    }

    .modifier:active {
        transform: scale(.95);
        transition: all 0.15s ease-in-out;
    }

    .modifier:has(.modifier-name:hover) {
        box-shadow: 0px 0px 6px #00000036;
        transition: all 0.15s ease-in-out;
    }

    #cartmodifier {
        cursor: default !important;
    }

        #cartmodifier:hover {
            background: linear-gradient(0deg, #b5c73f, #d2e550);
            box-shadow: 0px 0px 3px #00000036;
            cursor: default !important;
        }

        #cartmodifier:active {
            transform: scale(1) !important;
        }

    #cartmodifiername {
        cursor: default !important;
    }

    .add-modifier {
        cursor: pointer;
        font-size: 1.7rem;
        line-height: 1.7rem;
        padding: 5px;
        display: flex;
        align-items: center;
        color: #b5c73f;
    }


        .add-modifier:active {
            color: #fff;
        }

    .addons-container {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5px;
        margin-bottom: 30px;
    }

    .addon {
        position: relative;
        display: flex;
        width: 31.9%;
        height: 80px;
        background: linear-gradient(0deg, #1c1c1c, #63636378);
        box-shadow: 0px 0px 3px #00000036;
        align-content: center;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 5px;
        font-size: .9rem;
        line-height: .9rem;
        margin: .7%;
        flex-direction: column;
        overflow: hidden;
        border-radius: 8px;
        /* background-color: #b5c73f; */
    }

        .addon:active {
            transform: scale(.95);
            background: linear-gradient(0deg, #535353, #63636378);
            box-shadow: 0px 0px 6px #00000036;
            transition: all 0.15s ease-in-out;
        }

        .addon:has(.addon-name:active) {
            background: linear-gradient(0deg, #535353, #63636378);
            box-shadow: 0px 0px 6px #00000036;
            transition: all 0.15s ease-in-out;
        }

        .addon:has(.addon-price:active) {
            background: linear-gradient(0deg, #535353, #63636378);
            box-shadow: 0px 0px 6px #00000036;
            transition: all 0.15s ease-in-out;
        }

    .addon-name {
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px;
        cursor: pointer;
        max-height: 40px;
        overflow: hidden;
        max-width: 100%;
        min-width: 100%;
        font-size: 1rem;
        line-height: 1rem;
    }

    .addon-price {
        background: linear-gradient(0deg, #8f5200, #ff8000);
        position: absolute;
        right: 0px;
        bottom: 0px;
        padding: 4px;
        color: #fff;
        border-radius: 8px 0px 0px 0px;
        cursor: pointer;
        font-size: 1.1rem;
    }

    .addon-check {
        position: absolute;
        bottom: -3px;
        left: 0px;
        color: #b5c73f;
        font-size: 1.6rem;
        line-height: 1.5rem;
    }

    .powered-by {
        position: absolute;
        bottom: 80px;
        width: 100%;
        z-index: 12;
        display: flex;
        background-color: #000;
        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;
        overflow: hidden;
    }

        .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;
        }


    .item-info-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }



    .item-info-image-container {
        position: relative !important;
        display: flex;
        flex-direction: column;
        justify-content: center center;
        align-items: center;
        margin-top: 20px;
        height: max-content;
        overflow: hidden;
        border-radius: 15px 15px 15px 15px;
        -webkit-animation: fade-in-bck 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-bck 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

    .item-info-image {
        width: 300px;
        height: auto;
        max-width: 100%;
    }

    .item-info-text-container {
        display: flex;
        align-content: center;
        flex-direction: column;
        justify-content: flex-start;
        padding: 10px;
        padding-top: 10px;
        margin-bottom: 100px;
        max-width: 50vw;
    }

    .item-info-name {
        position: absolute;
        top: 0;
        left: 0;
        right: 0px;
        padding: 10px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #ffffffd6;
        color: #000;
        font-family: 'Gilroy-Bold';
        font-size: 1.3rem;
        line-height: 1.3rem;
        overflow: hidden;
        max-width: 100% !important;
        text-align: center;
        box-shadow: 0px 4px 13px #00000069;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

    .item-info-header {
        margin-top: 20px;
        color: #ffffff;
        font-family: "Gilroy-Bold";
        font-size: 1.1rem;
        line-height: 1.1rem;
        margin-bottom: 5px;
    }

    .item-info-text {
        margin-top: 10px;
        font-size: 1.1rem;
        line-height: 1.2rem;
    }

    .allergens {
        /* max-height: 35px !important; */
    }

    .item-info-price {
        background-color: #ff8000;
        color: #fff;
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding: 5px 10px 5px 10px;
        position: absolute;
        right: 0;
        bottom: 0;
        border-radius: 15px 0px 15px 0px;
        box-shadow: 0px 0px 8px #000000c9;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .info-span-price {
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-family: 'Gilroy';
    }

    .item-info-weight {
        display: flex;
        align-items: center;
        line-height: 1.1rem;
        background-color: #000000b0;
        color: #fff;
        font-family: 'Gilroy';
        font-size: 1.1rem;
        width: max-content;
        position: absolute;
        z-index: 2;
        padding: 10px;
        left: 0;
        bottom: 0;
        border-radius: 0px 15px 0px 0px;
        box-shadow: 1px 1px 6px #000000a3;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .footer-item-info {
        position: absolute;
        display: inline-flex;
        width: 95.5%;
        right: 10px;
        bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-top: 15px;
        flex-direction: row;
        justify-content: flex-end;
    }

    .close-popup-icon {
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 2rem;
        color: #ffffff;
        -webkit-animation: fade-in-top .5s cubic-bezier(0.680, -0.550, 0.265, 1.550) 0s both;
        animation: fade-in-top .5s cubic-bezier(0.680, -0.550, 0.265, 1.550) 0s both;
    }
    /* item info - finish */
    /* add to cart */

    .item-cart-image {
        width: 350px;
        height: 350px;
        max-width: 350px;
        max-height: 350px;
    }

    .add-to-cart-btn {
        min-width: 180px;
        color: #fff !important;
        background: #00000059 !important;
        border-color: #ff8000 !important;
        --dxbl-btn-hover-border-color: #ff8000 !important;
        --dxbl-btn-active-bg: #fff !important;
    }

    .dxbl-btn.dxbl-btn-secondary {
        min-height: 60px !important;
        min-width: 100px !important;
        margin-right: 3px !important;
        margin-left: 3px !important;
        min-width: 180px;
        color: #fff !important;
        background: #00000000 !important;
        border-color: #ffffff !important;
        --dxbl-btn-hover-border-color: #ffffff !important;
        border-radius: 15px;
    }

    #add .dxbl-image:not(svg) {
        color: #fff !important;
        margin-right: 8px;
        -webkit-animation: pulsate-fwd 0.8s ease-in-out infinite both;
        animation: pulsate-fwd 0.8s ease-in-out infinite both;
    }


    .add-to-cart-btn-icon {
        font-size: 1.5rem;
    }

    .add-to-cart-note {
        max-height: max-content;
        height: 90px;
        min-height: 90px;
        margin-top: 30px;
        border-radius: 10px;
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-color: #ffffff00;
        border-width: 1px;
        font-size: 1rem;
        line-height: 1.2rem;
        color: #fff;
        background-color: #ffffff30;
    }

        .add-to-cart-note:focus, input:focus {
            outline: none;
        }

    .add-to-cart-qty {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
    }

    .qty {
        border-color: #ffffff00;
        border-radius: 5px;
        border-width: 1px;
        font-size: 1.3rem;
        height: 35px;
        max-height: 35px;
        max-width: 80px;
        text-align: center;
        background-color: #f5f5f5;
    }

        .qty:focus, input:focus {
            outline: none;
        }

    .plus {
        cursor: pointer;
        font-size: 2.2rem;
        margin: 5px;
        color: #b5c73f;
    }


        .plus:active {
            color: #91a02f;
            transform: scale(0.9) !important;
        }

    .plus-cart {
        cursor: pointer;
        font-size: 1.8rem;
        margin: 5px;
        color: #b5c73f;
    }


        .plus-cart:active {
            color: #91a02f;
            transform: scale(0.9) !important;
        }

    .minus {
        cursor: pointer;
        font-size: 2.2rem;
        margin: 5px;
        color: #ffffff;
    }

        .minus:active {
            color: #dd2a2a;
            transform: scale(0.9) !important;
        }

    .minus-cart {
        cursor: pointer;
        font-size: 1.8rem;
        margin: 5px;
        color: #ffffff;
    }

        .minus-cart:active {
            color: #dd2a2a;
            transform: scale(0.9) !important;
        }

    .item-cart-qty {
        color: #fff;
        font-size: 1.3rem;
        line-height: 1.3rem;
        font-family: 'Gilroy';
        margin-left: 20px;
        margin-right: 20px;
        max-width: 60px;
        min-width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* add to cart - finish */

    .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;
        flex-direction: row;
        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;
    }

        .footer-icon:active {
            padding: 8px 20px 8px 20px !important;
            border-radius: 100px 0px 0px 100px !important;
            background: linear-gradient(90deg, #ff800091, transparent) !important;
        }


    .bell-icon:active {
        padding: 8px 15px 8px 15px !important;
        border-radius: 100% !important;
        background: linear-gradient(0deg, #ff80007a, #ff80001a) !important;
    }

    .cart-button-container:active {
        padding: 8px 20px 8px 20px !important;
        border-radius: 0px 100px 100px 0px !important;
        background: linear-gradient(270deg, #ff800091, transparent) !important;
    }

    .cart-bubble {
        position: absolute;
        top: -11px;
        right: 2px;
        background-color: #d93e32;
        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: 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-bubble {
        position: absolute;
        top: -15px;
        right: -10px;
        background-color: #dd2a2a;
        padding: 4px;
        padding-top: 6px !important;
        padding-right: 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-icon {
        font-size: 1.5rem;
        cursor: pointer;
        color: #fff;
    }

    .cart-uom {
        margin-left: 5px;
        font-size: 1.1rem;
        line-height: 1.1rem;
    }

    .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;
    }

    .dxbl-modal-body span {
        font-size: 1.3rem !important;
        line-height: 1.4rem !important;
    }
    /* cart */

    .cart-header-container {
        font-family: 'Gilroy-Bold';
        display: flex;
        font-size: 1.2rem;
        position: relative;
        top: -45px;
        left: -5px;
        z-index: 999;
        padding: 20px;
        padding-top: 25px;
        padding-left: 0px !important;
        color: #fff !important;
        width: 90%;
        align-items: center;
        align-content: center;
    }

    .cart-header {
        font-size: 1.4rem !important;
    }

    .cart-header-icon {
        color: #fff;
        margin-right: 10px;
        font-size: 1.6rem !important;
    }

    .cart-head {
        display: none !important;
    }

    .cart-container {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-end;
        align-content: flex-end;
        margin-bottom: 80px;
        overflow-x: hidden;
    }

    .cart-item-details {
        width: 60%;
        padding-right: 30px;
        display: flex;
        width: 100%;
        padding-right: 20px;
        margin-bottom: 10px;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .item-cart {
        display: flex;
        position: relative;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px 0;
        border-bottom: 1px solid #dcdcdc52;
        align-items: center;
        padding: 10px 0;
        width: 100%;
    }

    .item-cart-name {
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-family: 'Gilroy-Bold';
        margin-bottom: 8px;
        max-width: 90%;
    }

    .item-card-info-text {
        font-size: 1rem;
        line-height: 1rem;
    }

    .price-cart-container {
        width: 40%;
        font-family: 'Gilroy-bold';
        font-size: 1rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
    }

    .item-cart-price {
        font-size: 1.3rem;
        line-height: 1.3rem;
        font-family: 'Gilroy';
    }

    .delete-item-from-cart {
        position: absolute;
        top: 8px;
        right: 5px;
        font-size: 1.4rem;
        color: #dd2a2a;
    }

    .cart-sums-main-container {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .cart-sums-container {
        margin-top: 20px;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        width: 100%;
    }


    .sums {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .customer-container {
        width: 100%;
        display: flex;
        align-content: flex-end;
        align-items: flex-end;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .customer-text {
        color: #fff !important;
        font-family: 'Gilroy';
        font-size: 1rem;
        line-height: 1rem;
    }

    .item-cart-info-text {
        font-size: 1rem;
        line-height: 1.2rem;
        color: #cde146;
        max-width: 90%;
    }

    .cart-note-container {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .agreement-container {
        position: relative;
        margin-top: 30px;
        padding-right: 0px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .cart-note {
        max-height: max-content;
        min-height: 90px;
        margin-top: 20px;
        border-radius: 10px;
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-color: #ffffff00;
        border-width: 1px;
        font-size: 1.1rem;
        line-height: 1.3rem;
        color: #fff;
        background-color: #ffffff30;
        width: 58%;
    }

        .cart-note:focus, input:focus {
            outline: none;
        }

    textarea:-moz-placeholder { /* Firefox 18- */
        color: #fff !important;
    }

    textarea::-moz-placeholder { /* Firefox 19+ */
        color: #fff !important;
    }

    textarea:-ms-input-placeholder { /* IE 10+ */
        color: #fff !important;
    }

    textarea::-webkit-input-placeholder { /* Webkit based */
        color: #fff !important;
    }

    textarea::placeholder {
        color: #fff !important;
    }

    .cart-sums-text-container {
        display: flex;
        flex-direction: column;
        align-content: flex-end;
        align-items: flex-end;
        width: 70%;
    }

    .cart-sum-text {
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-family: 'Gilroy-Bold';
        margin-bottom: 8px;
    }

        .cart-sum-text:hover {
            color: #fff !important;
            cursor: default !important;
        }

    .cart-discount {
        color: #b5c73f !important;
    }

        .cart-discount:hover {
            color: #b5c73f !important;
            cursor: default !important;
        }

    .cart-sums-totals {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-end;
        width: 100%;
    }
    /* cart - finish */

    .darken {
        position: fixed;
        left: -100px;
        z-index: 9;
        bottom: -100px;
        width: 160vw;
        height: 100px;
        box-shadow: 0px -40px 90px 40px #000;
    }

    .logistics-text {
        font-size: 1rem;
        font-family: 'Gilroy-Bold';
        display: flex;
        flex-direction: row-reverse;
        margin-right: 15px;
        margin-top: 20px;
    }

    .checkboxes-container {
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
        font-size: 1rem;
        line-height: 1rem;
        margin-top: 10px;
        margin-bottom: 20px;
        color: #fff;
        font-family: 'Gilroy';
        flex-direction: column;
        padding-right: 10px;
        border-radius: 10px;
    }

    .checkbox-div {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: flex-start;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .delivery-address {
        max-width: 100%;
        position: relative;
        margin-top: 20px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .delivery-address-header {
        font-size: 1rem;
        font-family: 'Gilroy-Bold';
    }

    .delivery-address-text {
        max-height: 91px;
        text-align: right;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        font-size: 1rem;
        line-height: 1.15rem;
    }

    .edit-address {
        color: #ff8000;
        font-size: 1rem;
        margin-bottom: 5px;
        position: relative !important;
    }


    .checkbox {
        cursor: pointer;
        height: 30px;
        width: 30px;
        margin-left: 5px;
        accent-color: #ff8000 !important;
    }

    .clear-cart {
        margin-top: 10px;
        font-size: 1rem;
        line-height: 1rem;
        color: #ff8000;
        border-radius: 10px;
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

    .invite {
        border-radius: 10px;
        color: #000;
        background-color: #b5c73f;
        padding: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 1.1rem;
        line-height: 1.1rem;
        font-family: 'Gilroy';
        cursor: pointer;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

        .invite:hover {
            background-color: #9bab34;
            transition: all .15s ease-in-out;
        }

        .invite:not(:hover) {
            transition: all .15s ease-in-out;
        }

        .invite:active {
            transform: scale(.92) !important;
        }

    .invite-link {
        color: #000 !important;
        font-size: 1.1rem !important;
        line-height: 1.1rem !important;
        font-family: 'Gilroy' !important;
    }

    .invite-icon {
        font-size: 1.5rem !important;
        padding-right: 10px;
        cursor: pointer;
    }

    .dxbl-modal-body {
        overflow-wrap: break-word !important;
        /* word-break: break-word !important; */
        white-space: normal !important;
    }
    /* футър */
    .footer-wrapper {
        position: relative;
        background-color: #000000;
        overflow: hidden;
        display: flex;
        min-height: 300px;
        flex-direction: row;
        align-items: flex-start;
        padding-left: 2%;
        padding-right: 2%;
        padding-bottom: 140px;
        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;
        line-height: 1.23rem !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: 120px;
        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) {
    .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-btn-caption {
        font-size: 1rem !important;
    }

    .scrollnoshow {
        overflow-x: visible !important;
    }

    html, body {
        background-color: #000 !important;
    }

    .dxbl-row {
        margin-top: 0px !important;
    }

    .dxbl-fl .dxbl-fl-cpt {
        font-family: 'Gilroy-Bold';
        color: #fff;
    }

    .dxbl-modal {
        --dxbl-popup-shadow: 0 0px 30px 0px rgb(0 0 0) !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(55px);
            -webkit-backdrop-filter: blur(55px);
            border-radius: 20px !important;
        }

    .dxbl-btn-standalone.dxbl-btn-primary {
        width: 100% !important;
        margin-right: 3px !important;
        margin-left: 3px !important;
        min-height: 60px !important;
        /* min-width: 60% !important; */
        margin-right: 3px !important;
        /* min-width: 180px; */
        color: #fff !important;
        background: #ff800070 !important;
        border-color: #ff8000 !important;
        --dxbl-btn-hover-border-color: #ffffff !important;
        border-radius: 15px !important;
        -webkit-animation: fade-in .5s ease-out 0s both;
        animation: fade-in .5s ease-out 0s both;
    }

    #add {
        background: linear-gradient(180deg, #b5c73f5e, #b5c73f96) !important;
        color: #fff !important;
        border-color: #b5c73f !important;
        font-family: 'Gilroy-Bold' !important;
    }

    #details-close {
        background: #00000000 !important;
        border-color: #ffffff !important;
    }

    .header {
        position: relative;
        z-index: 9;
        height: 300px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        flex-direction: column !important;
        background-color: #272727 !important;
        background-image: url(img/menu/top_background.jpg) !important;
        background-size: cover !important;
        background-position: center;
    }

    .content {
        padding: 0rem !important;
        background-color: #000000 !important;
    }

    .user-and-lang-container {
        position: absolute;
        right: 5%;
        top: 8%;
        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-container {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

        .user-container:hover {
            transition: all .15s ease-in-out;
            color: #fff;
        }

        .user-container:not(:hover) {
            transition: all .15s ease-in-out;
        }

    .user-icon {
        cursor: pointer;
        font-size: 1.7rem !important;
        color: #fff !important;
    }

    .user {
        cursor: pointer;
        margin-left: 5px;
        margin-right: 7px;
        padding-right: 5px;
        max-width: 90px;
        border-right: solid 1px #ffffff94;
    }

    .login {
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .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 {
        max-height: 85px !important;
        height: 85px !important;
        position: relative !important;
        z-index: 999 !important;
        border-radius: 10px 10px 10px 10px !important;
        width: auto !important;
        max-width: 40vw !important;
        background-color: #00000038 !important;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        box-shadow: 0px 0px 10px #000000e3 !important;
        -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;
    }

    .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: 10px 10px 0px 0px;
        font-size: 1.6rem;
        line-height: 1.8rem;
        position: relative;
        background-color: #000;
        bottom: 0px;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        left: auto;
        right: auto;
        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: 120px;
        padding-top: 10px !important;
    }

    .category-name-container-sticky {
        height: max-content;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 0px;
        padding-right: 20px;
        padding-left: 0px;
        font-family: 'Gilroy-Heavy';
        text-transform: uppercase;
        font-size: 1.9rem;
        line-height: 1.9rem;
        border-radius: 0px 0px 10px 10px;
        width: 100%;
        color: #fff;
        background: #000000c7;
        position: sticky;
        top: 110px;
        z-index: 95;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        box-shadow: 0px 5px 10px #000;
    }

    .category-container-second-screen {
        position: fixed;
        z-index: 13;
        top: 0;
        left: 0;
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
        width: 100vw;
        justify-content: flex-start;
        gap: 7px;
        background-color: #000000 !important;
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        padding: 10px 15px 10px 10px !important;
        overflow-y: scroll;
        flex-direction: row;
        align-items: center;
        /*box-shadow: 0px 1px 0px 0px #ff80008a, 0px 0px 20px 4px rgb(0 0 0);*/
        margin-bottom: 120px;
        padding-top: 10px !important;
    }

    .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;
    }

    .category {
        width: 48.5%;
        min-width: 48.5%;
        max-width: 48.5%;
        height: 170px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        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;
    }



    .category-second-screen {
        width: 160px;
        min-width: 160px;
        max-width: 160px;
        height: 90px;
        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;
        border-radius: 15px 15px 15px 15px;
    }

        .category-second-screen:active {
            transform: scale(0.94) !important;
        }

    #categoryname {
        height: max-content;
        text-align: left;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 20px;
        padding-left: 0px;
        margin-bottom: 10px;
        font-family: 'Gilroy-Heavy';
        text-transform: uppercase;
        font-size: 1.5rem;
        line-height: 1.5rem;
        border-radius: 0px 0px 10px 10px;
        width: 100%;
        color: #fff;
        background: #000000c7;
        position: sticky;
        top: 110px;
        z-index: 95;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        box-shadow: 0px 5px 10px #000;
        transition: all 0.3s ease; /* Adding a smooth transition effect */
    }

    .category:hover {
        transform: scale(1.01);
        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;
    }

    .daily-menu-name-container {
        height: max-content;
        margin-bottom: 30px;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-right: 20px;
        padding-left: 20px;
        font-family: 'Gilroy-Heavy';
        text-transform: uppercase;
        font-size: 1.9rem;
        line-height: 1.9rem;
        border-radius: 0px 0px 10px 10px;
        width: 100%;
        color: #fff;
        background: #000000c7;
        position: sticky;
        top: 110px;
        z-index: 96;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        box-shadow: 0px 5px 10px #000;
        transition: all 0.3s ease; /* Adding a smooth transition effect */
    }

    #dailymenucontainer {
        height: max-content;
        margin-bottom: 30px;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 20px;
        padding-left: 20px;
        font-family: 'Gilroy-Heavy';
        text-transform: uppercase;
        font-size: 1.9rem;
        line-height: 1.9rem;
        border-radius: 0px 0px 10px 10px;
        width: 100%;
        color: #fff;
        background: #000000e0;
        position: sticky;
        top: 110px;
        z-index: 96;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        box-shadow: 0px 5px 10px #000;
    }

    .daily-menu-category-name-bg {
        color: transparent;
        background-image: url(img/brush.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: text;
        -webkit-background-clip: text;
        /* filter: invert(100%);*/
    }

    .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.05rem;
        line-height: 1.1rem;
        font-family: "Gilroy-Heavy";
        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;
    }

    .daily-menu-text {
        font-size: 1.1rem !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%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center !important;
        padding-bottom: 0px !important;
        mix-blend-mode: normal;
        background: transparent !important;
        text-shadow: 0px 0px 20px #000 !important;
        border-radius: 15px;
        -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 {
            color: #ffffff !important;
            mix-blend-mode: normal;
            transition: all 0.15s ease-in-out;
        }

        .daily-menu-text:not(:hover) {
            transition: all 0.15s ease-in-out;
        }

        .daily-menu-text:focus {
            color: #fff !important;
            mix-blend-mode: normal;
            transition: all 0.15s ease-in-out;
        }

    @keyframes to-white {
        from {
            color: #000;
        }

        to {
            color: #fff;
        }
    }

    .home-icon {
        font-size: 2rem;
        cursor: pointer;
        color: #fff;
        animation-name: to-white;
        animation-duration: 2s;
    }

        .home-icon:hover {
            cursor: pointer !important;
            color: #fff !important;
        }




    .darken-bottom {
        display: none;
    }


    .items-container {
        min-height: 80vh;
        padding-bottom: 110px;
        padding-top: 30px;
    }

    .items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        padding: 10px;
        overflow: visible;
        padding-top: 0;
        margin-bottom: 20px;
    }

    .items-category-name {
        text-transform: uppercase;
        font-family: "Gilroy-Heavy";
        color: #ff8000;
        max-width: 95%;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .items-category-name-menu {
        font-size: 1.6rem;
        line-height: 1.6rem;
        text-transform: uppercase;
        font-family: "Gilroy-Heavy";
        color: #ff8000;
        max-width: 90%;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .no-items-container {
        width: 100%;
        padding-left: 0px;
        margin-top: 10px;
    }

    .no-items-text {
        font-size: 1.2rem;
        line-height: 1.4rem;
        font-family: 'Gilroy';
        padding-left: 10px;
        color: #fff;
        padding-top: 20px;
        padding-right: 40px;
        -webkit-animation: fade-in-top 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-top 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

    .item {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        flex-grow: 1;
        padding: 10px 10px 10px 10px;
        margin-top: 0px;
        border-radius: 15px 15px 15px 15px;
        box-shadow: 0px 0px 8px rgba(0,0,0,0.11);
        background-color: #fff;
        padding: 5px 0px 10px 0px;
        margin-top: 0px;
        border-radius: 15px 15px 15px 15px;
        box-shadow: 0px 1px 0px rgba(0,0,0,0.11);
        height: 150px;
        border-color: #ffffff3b !important;
        background-color: #1a1b1c;
        margin-bottom: 5px;
    }

    .promo-label {
        background-color: #dd2a2a;
        color: #fff;
        font-size: .6rem;
        line-height: .6rem;
        padding: 10px 100px 10px 100px;
        position: absolute;
        z-index: 1;
        top: -1px;
        right: -104px;
        padding-top: 10px;
        padding-bottom: 3px;
        box-shadow: 0px 3px 13px rgb(0 0 0);
        transform: rotate(45deg);
        transform-origin: center;
    }

    .promo-item-info-label {
        background-color: #dd2a2a;
        color: #fff;
        font-size: 1.2rem;
        line-height: .9rem;
        padding: 10px 100px 10px 100px;
        position: absolute;
        z-index: 1;
        top: -15px;
        left: -112px;
        padding-top: 40px;
        padding-bottom: 10px;
        box-shadow: 3px 3px 11px rgb(0 0 0 / 48%);
        transform: rotate(-45deg);
        transform-origin: center;
    }

    .item-image {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        height: 150px;
        max-height: 150px;
        /*border-radius: 10px 5px 5px 5px;*/
        max-width: 150px;
        margin-bottom: 0px;
        width: 150px;
        cursor: pointer;
    }

    .nutrition-bar {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 120px;
        width: 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        font-family: Arial, sans-serif;
        box-shadow: -1px 0px 11px #00000038;
    }

    .nutrition-bar-open-item {
        position: relative;
        margin-top: 10px;
        width: 330px;
        height: 30px;
        display: flex;
        flex-direction: row;
        overflow: hidden;
        font-family: Arial, sans-serif;
        border-radius: 5px;
    }

    .nut {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        font-weight: bold;
        font-size: 8px;
        line-height: 10px;
        gap: 2px;
        padding: 2px 0;
    }

    .label {
    }

    .value {
        font-size: 11px;
        line-height: 11px;
    }
    /* Colors matching your screenshot style */
    .kcal {
        background-color: #1f6204;
    }

    .protein {
        background-color: #dd2a2a;
    }

    .carbs {
        background-color: #4b4b4b;
    }

    .fat {
        background-color: #ff8000;
    }

    .item-name {
        font-family: 'Gilroy-Bold';
        font-size: 1rem;
        line-height: 1rem;
        color: #fff;
        position: relative;
        left: 160px;
        top: 0px;
        right: 10px;
        max-height: 35px;
        max-width: 50%;
        overflow: hidden;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .item-description {
        font-family: 'Gilroy';
        font-size: .95rem;
        line-height: .95rem;
        color: #fff;
        position: relative;
        left: 160px;
        top: 7px;
        right: 20px;
        height: 50px;
        max-height: 50px;
        max-width: 51%;
        overflow: hidden;
        padding-right: 10px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        padding-top: 3px;
    }

    .item-weight {
        background-color: #000000b3;
        color: #fff;
        font-family: 'Gilroy';
        font-size: 1rem;
        width: max-content;
        padding: 2px 8px 4px 8px;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        border-radius: 0px 0px 10px 0px;
        box-shadow: 1px 1px 6px #000000a3;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .item-availability {
        background-color: #000000b3;
        color: #ffffff;
        font-family: 'Gilroy-Bold';
        font-size: .9rem;
        width: max-content;
        padding: 2px 10px 2px 10px;
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 0;
        border-radius: 0px 10px 0px 0px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0px 0px 9px 2px #000000ad;
        cursor: pointer;
    }

    .details-link {
        font-family: 'Gilroy';
        font-size: 1.4rem !important;
        line-height: 1.4rem !important;
        color: #fff;
        position: absolute;
        left: 120px;
        bottom: 5px;
        text-shadow: 0px 0px 12px #000;
    }

    .price-container {
        background-color: #ff8000;
        color: #fff;
        font-family: 'Gilroy-Bold';
        font-size: 1rem;
        line-height: 0.85rem;
        width: max-content;
        padding: 2px 5px 2px 5px;
        position: absolute;
        z-index: 3;
        right: 0;
        bottom: 0;
        border-radius: 15px 0px 10px 0px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding-top: 5px;
    }

    .price-container-promo { /* за промоционална цена */
        background-color: #dd2a2a;
        color: #fff;
        font-family: 'Gilroy-Bold';
        font-size: 1rem;
        line-height: 1rem;
        width: max-content;
        padding: 2px 5px 2px 5px;
        position: absolute;
        z-index: 3;
        right: 0;
        bottom: 0;
        border-radius: 15px 0px 10px 0px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .item-price {
        padding-right: 8px;
        padding-left: 5px;
    }

    .item-price-old { /* за цена преди промоция */
        text-decoration: line-through !important;
        font-size: .8rem !important;
        line-height: .8rem !important;
        padding-right: 4px !important;
    }

    .add-to-cart-button {
        font-size: 1.2rem !important;
        cursor: pointer;
        margin-right: -5px;
        padding: 10px;
        background-color: #d5f40a;
        box-shadow: 0px 0px 11px #000000;
        position: absolute;
        z-index: 8;
        bottom: 10px;
        left: 10px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .add-to-cart-button:hover {
            transform: scale(1.05) !important;
        }

        .add-to-cart-button:not(:hover) {
            /* transition: all 0.25s ease-in-out; */
        }

    .span-price {
        font-size: .7rem;
        font-family: 'Gilroy';
    }

    .modifiers-container {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5px;
        min-height: 40px;
        align-items: center;
        margin-bottom: 30px;
    }

    .modifier {
        position: relative;
        display: flex;
        width: max-content;
        height: 25px;
        background: linear-gradient(0deg, #b5c73f, #d2e550);
        box-shadow: 0px 0px 3px #00000036;
        align-content: center;
        align-items: center;
        justify-content: space-around;
        cursor: pointer;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1rem;
        line-height: 1rem;
        color: #000;
        margin: 1.5%;
        /* margin-bottom: 10px; */
        flex-direction: row;
        border-radius: 8px;
    }

    .modifier-name {
        /* position: absolute; */
        /* top: 0; */
        /* left: 0; */
        padding: 5px;
        cursor: pointer;
        /* max-height: 18px; */
        overflow: hidden;
        max-width: 100%;
    }

    .remove-modifier {
        position: absolute;
        top: -5px;
        right: -5px;
        color: #fff;
        text-shadow: 0px 0px 5px #000;
    }

    .modifier:active {
        background: linear-gradient(0deg, #a4b537, #b5c73f);
        box-shadow: 0px 0px 6px #00000036;
        transition: all 0.15s ease-in-out;
    }

    .modifier:active {
        transform: scale(.95);
        transition: all 0.15s ease-in-out;
    }

    .modifier:has(.modifier-name:hover) {
        box-shadow: 0px 0px 6px #00000036;
        transition: all 0.15s ease-in-out;
    }

    #cartmodifier {
        cursor: default !important;
    }

        #cartmodifier:hover {
            background: linear-gradient(0deg, #b5c73f, #d2e550);
            box-shadow: 0px 0px 3px #00000036;
            cursor: default !important;
        }

        #cartmodifier:active {
            transform: scale(1) !important;
        }

    #cartmodifiername {
        cursor: default !important;
    }

    .add-modifier {
        cursor: pointer;
        font-size: 1.7rem;
        line-height: 1.7rem;
        padding: 5px;
        display: flex;
        align-items: center;
        color: #b5c73f;
    }

        .add-modifier:active {
            color: #fff;
        }

    .addons-container {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5px;
        margin-bottom: 30px;
    }

    .addon {
        position: relative;
        display: flex;
        width: 48%;
        height: 80px;
        background: linear-gradient(0deg, #1c1c1c, #63636378);
        box-shadow: 0px 0px 3px #00000036;
        align-content: center;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 5px;
        font-size: .9rem;
        line-height: .9rem;
        margin: 1%;
        flex-direction: column;
        overflow: hidden;
        border-radius: 8px;
        /* background-color: #b5c73f; */
    }

        .addon:active {
            transform: scale(.95);
            background: linear-gradient(0deg, #535353, #63636378);
            box-shadow: 0px 0px 6px #00000036;
            transition: all 0.15s ease-in-out;
        }

        .addon:has(.addon-name:active) {
            background: linear-gradient(0deg, #535353, #63636378);
            box-shadow: 0px 0px 6px #00000036;
            transition: all 0.15s ease-in-out;
        }

        .addon:has(.addon-price:active) {
            background: linear-gradient(0deg, #535353, #63636378);
            box-shadow: 0px 0px 6px #00000036;
            transition: all 0.15s ease-in-out;
        }

    .addon-name {
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px;
        cursor: pointer;
        max-height: 40px;
        overflow: hidden;
        max-width: 100%;
        min-width: 100%;
        font-size: 1rem;
        line-height: 1rem;
    }

    .addon-price {
        background: linear-gradient(0deg, #8f5200, #ff8000);
        position: absolute;
        right: 0px;
        bottom: 0px;
        padding: 4px;
        color: #fff;
        border-radius: 8px 0px 0px 0px;
        cursor: pointer;
        font-size: 1.1rem;
    }

    .addon-check {
        position: absolute;
        bottom: -3px;
        left: 0px;
        color: #b5c73f;
        font-size: 1.6rem;
        line-height: 1.5rem;
    }

    .powered-by {
        position: absolute;
        bottom: 90px;
        width: 100%;
        z-index: 12;
        display: flex;
        background-color: #000;
        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;
        overflow: hidden;
    }

        .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;
        }

    .item-info-container {
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .item-info-image-container {
        position: relative !important;
        width: 330px;
        display: flex;
        flex-direction: column;
        justify-content: center center;
        align-items: center;
        overflow: hidden;
        border-radius: 15px 15px 15px 15px;
        -webkit-animation: fade-in-bck 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-bck 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

    .item-info-image {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .item-info-text-container {
        display: flex;
        align-content: center;
        flex-direction: column;
        justify-content: flex-start;
        padding: 10px;
        padding-top: 10px;
        width: 100%;
    }

    .item-info-name {
        position: absolute;
        top: 0;
        left: 0;
        right: 0px;
        padding: 10px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #ffffffd6;
        color: #000;
        font-family: 'Gilroy-Bold';
        font-size: 1.3rem;
        line-height: 1.3rem;
        overflow: hidden;
        max-width: 100% !important;
        text-align: center;
        box-shadow: 0px 4px 13px #00000069;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

    .item-info-header {
        margin-top: 20px;
        color: #ffffff;
        font-family: "Gilroy-Bold";
        font-size: 1.1rem;
        line-height: 1.1rem;
        margin-bottom: 5px;
    }

    .item-info-text {
        margin-top: 10px;
        font-size: 1.1rem;
        line-height: 1.2rem;
    }

    .allergens {
        /*max-height: 35px !important;*/
    }

    .item-info-price {
        background-color: #ff8000;
        color: #fff;
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding: 5px 10px 5px 10px;
        position: absolute;
        right: 0;
        bottom: 0;
        border-radius: 15px 0px 15px 0px;
        box-shadow: 0px 0px 8px #000000c9;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .info-span-price {
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-family: 'Gilroy';
    }

    .item-info-weight {
        display: flex;
        align-items: center;
        line-height: 1.1rem;
        background-color: #000000b0;
        color: #fff;
        font-family: 'Gilroy';
        font-size: 1.1rem;
        width: max-content;
        position: absolute;
        z-index: 2;
        padding: 10px;
        left: 0;
        bottom: 0;
        border-radius: 0px 15px 0px 0px;
        box-shadow: 1px 1px 6px #000000a3;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .footer-item-info {
        position: relative;
        display: inline-flex;
        width: 100%;
        padding-bottom: 10px;
        padding-top: 15px;
        flex-direction: row;
        justify-content: flex-end;
    }

    .close-popup-icon {
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 2rem;
        color: #ffffff;
        -webkit-animation: fade-in-top .5s cubic-bezier(0.680, -0.550, 0.265, 1.550) 0s both;
        animation: fade-in-top .5s cubic-bezier(0.680, -0.550, 0.265, 1.550) 0s both;
    }
    /* item info - finish */
    /*add to cart */

    .item-cart-image {
        width: 330px;
        height: 330px;
        max-width: 330px;
        max-height: 330px;
    }

    .add-to-cart-btn {
        min-width: 180px;
        color: #fff !important;
        background: #00000059 !important;
        border-color: #ff8000 !important;
        --dxbl-btn-hover-border-color: #ff8000 !important;
        --dxbl-btn-active-bg: #fff !important;
    }

    .dxbl-btn.dxbl-btn-secondary {
        min-height: 60px !important;
        min-width: 100px !important;
        margin-right: 3px !important;
        margin-left: 3px !important;
        min-width: 180px;
        color: #fff !important;
        background: #00000000 !important;
        border-color: #ffffff !important;
        --dxbl-btn-hover-border-color: #ffffff !important;
        border-radius: 15px;
    }

    #add .dxbl-image:not(svg) {
        color: #fff !important;
        margin-right: 8px;
        -webkit-animation: pulsate-fwd 0.8s ease-in-out infinite both;
        animation: pulsate-fwd 0.8s ease-in-out infinite both;
    }


    .add-to-cart-btn-icon {
        font-size: 1.5rem;
    }

    .add-to-cart-note {
        max-height: max-content;
        height: 90px;
        min-height: 90px;
        margin-top: 30px;
        border-radius: 10px;
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-color: #ffffff00;
        border-width: 1px;
        font-size: 1rem;
        line-height: 1.2rem;
        color: #fff;
        background-color: #ffffff30;
    }

        .add-to-cart-note:focus, input:focus {
            outline: none;
        }

    .add-to-cart-qty {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
    }

    .qty {
        border-color: #ffffff00;
        border-radius: 5px;
        border-width: 1px;
        font-size: 1.3rem;
        height: 35px;
        max-height: 35px;
        max-width: 80px;
        text-align: center;
        background-color: #f5f5f5;
    }

        .qty:focus, input:focus {
            outline: none;
        }

    .plus {
        cursor: pointer;
        font-size: 2.2rem;
        margin: 5px;
        color: #b5c73f;
    }


        .plus:active {
            color: #91a02f;
            transform: scale(0.9) !important;
        }



    .plus-cart {
        cursor: pointer;
        font-size: 1.7rem;
        margin: 5px;
        color: #b5c73f;
    }


        .plus-cart:active {
            color: #91a02f;
            transform: scale(0.9) !important;
        }

    .minus {
        cursor: pointer;
        font-size: 2.2rem;
        margin: 5px;
        color: #ffffff;
    }

        .minus:active {
            color: #dd2a2a;
            transform: scale(0.9) !important;
        }

    .minus-cart {
        cursor: pointer;
        font-size: 1.7rem;
        margin: 5px;
        color: #ffffff;
    }

        .minus-cart:active {
            color: #dd2a2a;
            transform: scale(0.9) !important;
        }

    .item-cart-qty {
        color: #fff;
        font-size: 1.3rem;
        line-height: 1.3rem;
        font-family: 'Gilroy';
        margin-left: 20px;
        margin-right: 20px;
        max-width: 60px;
        min-width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* add to cart - finish */

    .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;
        flex-direction: row;
        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;
    }

        .footer-icon:active {
            padding: 8px 20px 8px 20px !important;
            border-radius: 100px 0px 0px 100px !important;
            background: linear-gradient(90deg, #ff800091, transparent) !important;
        }

    .bell-icon:active {
        padding: 8px 15px 8px 15px !important;
        border-radius: 100% !important;
        background: linear-gradient(0deg, #ff80007a, #ff80001a) !important;
    }

    .cart-button-container:active {
        padding: 8px 20px 8px 20px !important;
        border-radius: 0px 100px 100px 0px !important;
        background: linear-gradient(270deg, #ff800091, transparent) !important;
    }

    .cart-bubble {
        position: absolute;
        top: -11px;
        right: 2px;
        background-color: #d93e32;
        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: 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-bubble {
        position: absolute;
        top: -15px;
        right: -10px;
        background-color: #dd2a2a;
        padding: 4px;
        padding-top: 6px !important;
        padding-right: 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-icon {
        font-size: 1.5rem;
        cursor: pointer;
        color: #fff;
    }

    .cart-uom {
        margin-left: 5px;
        font-size: 1.1rem;
        line-height: 1.1rem;
    }

    .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;
    }

    .dxbl-modal-body span {
        font-size: 1.3rem !important;
        line-height: 1.4rem !important;
    }
    /* cart */

    .cart-header-container {
        font-family: 'Gilroy-Bold';
        display: flex;
        font-size: 1.2rem;
        position: relative;
        top: -30px;
        left: 5px;
        padding: 20px;
        padding-top: 25px;
        padding-left: 0px !important;
        color: #fff !important;
        width: 90%;
        align-items: center;
        align-content: center;
    }

    .cart-header {
        font-size: 1.4rem !important;
    }

    .cart-header-icon {
        color: #fff;
        margin-right: 10px;
        font-size: 1.6rem !important;
    }

    .cart-head {
        display: none !important;
    }

    .cart-container {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-end;
        align-content: flex-end;
        overflow-x: hidden;
        margin-bottom: 20px;
    }

    .cart-item-details {
        width: 60%;
        padding-right: 30px;
        display: flex;
        width: 100%;
        padding-right: 20px;
        margin-bottom: 10px;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .item-cart {
        display: flex;
        position: relative;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px 0;
        border-bottom: 1px solid #dcdcdc52;
        align-items: center;
        padding: 10px 0;
        width: 100%;
    }

    .item-cart-name {
        font-size: 1.1rem;
        line-height: 1.2rem;
        font-family: 'Gilroy-Bold';
        margin-bottom: 8px;
        max-width: 90%;
    }

    .item-card-info-text {
        font-size: 1rem;
        line-height: 1rem;
    }

    .price-cart-container {
        width: 40%;
        font-family: 'Gilroy-bold';
        font-size: 1rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
    }

    .item-cart-price {
        font-size: 1.3rem;
        line-height: 1.3rem;
        font-family: 'Gilroy';
    }

    .delete-item-from-cart {
        position: absolute;
        top: 8px;
        right: 5px;
        font-size: 1.4rem;
        color: #dd2a2a;
    }

    .cart-sums-main-container {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .cart-sums-container {
        margin-top: 20px;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        width: 100%;
    }

    .sums {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .customer-container {
        width: 100%;
        display: flex;
        align-content: flex-end;
        align-items: flex-end;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .customer-text {
        color: #fff !important;
        font-family: 'Gilroy';
        font-size: 1rem;
        line-height: 1rem;
    }

    .item-cart-info-text {
        font-size: 1rem;
        line-height: 1.2rem;
        color: #cde146;
        max-width: 90%;
    }


    .cart-note {
        max-height: max-content;
        min-height: 90px;
        margin-top: 20px;
        border-radius: 10px;
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-color: #ffffff00;
        border-width: 1px;
        font-size: 1.1rem;
        line-height: 1.3rem;
        color: #fff;
        background-color: #ffffff30;
        width: 100%;
    }

    .agreement-container {
        position: relative;
        margin-top: 30px;
        padding-right: 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .cart-note:focus, input:focus {
        outline: none;
    }

    textarea:-moz-placeholder { /* Firefox 18- */
        color: #fff !important;
    }

    textarea::-moz-placeholder { /* Firefox 19+ */
        color: #fff !important;
    }

    textarea:-ms-input-placeholder { /* IE 10+ */
        color: #fff !important;
    }

    textarea::-webkit-input-placeholder { /* Webkit based */
        color: #fff !important;
    }

    textarea::placeholder {
        color: #fff !important;
    }

    .cart-sums-text-container {
        display: flex;
        flex-direction: column;
        align-content: flex-end;
        align-items: flex-end;
        width: 60%;
        padding-right: 20px;
    }

    .cart-sum-text {
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-family: 'Gilroy-Bold';
        margin-bottom: 8px;
    }

        .cart-sum-text:hover {
            color: #fff !important;
            cursor: default !important;
        }



    .cart-discount {
        color: #b5c73f !important;
    }

        .cart-discount:hover {
            color: #b5c73f !important;
            cursor: default !important;
        }

    .cart-sums-totals {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-end;
        width: 100%;
    }
    /* cart - finish */

    .darken {
        position: fixed;
        left: -100px;
        z-index: 9;
        bottom: -100px;
        width: 160vw;
        height: 100px;
        box-shadow: 0px -40px 90px 40px #000;
    }

    .logistics-text {
        font-size: 1rem;
        font-family: 'Gilroy-Bold';
        display: flex;
        flex-direction: row-reverse;
        margin-right: 15px;
        margin-top: 15px;
    }

    .checkboxes-container {
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
        font-size: 1rem;
        line-height: 1rem;
        margin-top: 10px;
        margin-bottom: 20px;
        color: #fff;
        font-family: 'Gilroy';
        flex-direction: column;
        padding-right: 10px;
        border-radius: 10px;
    }

    .checkbox-div {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: flex-start;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .delivery-address {
        max-width: 100%;
        position: relative;
        margin-top: 20px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .delivery-address-header {
        font-size: 1rem;
        font-family: 'Gilroy-Bold';
    }

    .delivery-address-text {
        max-height: 91px;
        text-align: right;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        font-size: 1rem;
        line-height: 1.15rem;
    }

    .edit-address {
        color: #ff8000;
        font-size: 1rem;
        margin-bottom: 5px;
        position: relative !important;
    }


    .checkbox {
        cursor: pointer;
        height: 30px;
        width: 30px;
        margin-left: 5px;
        accent-color: #ff8000 !important;
    }

    .clear-cart {
        margin-top: 10px;
        margin-right: 15px;
        font-size: 1rem;
        line-height: 1rem;
        color: #ff8000;
        border-radius: 10px;
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

    .invite {
        border-radius: 10px;
        color: #000;
        background-color: #b5c73f;
        padding: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 10px;
        font-size: 1.1rem;
        line-height: 1.1rem;
        font-family: 'Gilroy';
        cursor: pointer;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

        .invite:hover {
            background-color: #9bab34;
            transition: all .15s ease-in-out;
        }

        .invite:not(:hover) {
            transition: all .15s ease-in-out;
        }

        .invite:active {
            transform: scale(.92) !important;
        }

    .invite-link {
        color: #000 !important;
        font-size: 1.1rem !important;
        line-height: 1.1rem !important;
        font-family: 'Gilroy' !important;
    }

    .invite-icon {
        font-size: 1.5rem !important;
        padding-right: 10px;
        cursor: pointer;
    }

    .dxbl-modal-body {
        overflow-wrap: break-word !important;
        /* word-break: break-word !important; */
        white-space: normal !important;
    }
    /* футър */
    .footer-wrapper {
        position: relative;
        background-color: #000000;
        overflow: hidden;
        display: flex;
        min-height: 300px;
        flex-direction: column;
        align-items: center;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 160px;
        padding-top: 20px;
        flex-wrap: wrap;
        box-shadow: 0px 2px 8px #ff8000;
    }

    .footer-section {
        width: 100%;
        padding: 20px;
        padding-left: 0px;
        padding-right: 0px;
        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;
        line-height: 1.23rem !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: 120px;
        left: 0px;
        right: 0px;
        padding-bottom: 12px;
    }

        .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;
        }
}


@media (min-width: 992px) {
    .user-container {
        position: fixed;
        right: 100px;
        top: 30px;
        z-index: 999;
        color: #000;
        background-color: #fff;
        box-shadow: 0px 0px 5px #0000002b;
        border-radius: 10px;
        height: 30px;
        padding: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .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 0px #fff;
        align-items: center;
        color: #000 !important;
        font-family: 'Gilroy' !important;
        font-size: 1.05rem;
        line-height: 1.05rem;
    }

        .user:hover {
            color: #ff8000 !important;
        }

    .user-icon:hover {
        color: #ff8000;
    }
    /* .form-control {
            box-shadow: 0px 0px 3px #0000002b !important;
        } */

    .form-control:hover {
        box-shadow: 0px 0px 6px 0px #000000f5 !important;
    }
}


@media (max-width: 992px) {
    .user-container {
        display: none;
        position: relative;
        top: 0px;
        z-index: 999;
        padding: 8px;
        width: 100%;
        display: flex;
        background-color: #000000;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        justify-content: flex-end;
    }

    .dxbl-gridlayout > .dxbl-gridlayout-root, .dxbl-HorizontalStackLayout > .dxbl-HorizontalStackLayout-root {
        display: block !important;
    }

    .category-container-second-screen {
        position: sticky;
        z-index: 999;
        top: 0;
        left: 0;
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
        width: 100vw;
        justify-content: flex-start;
        gap: 7px;
        background-color: #000000 !important;
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        padding: 10px 15px 10px 10px !important;
        overflow-y: scroll;
        flex-direction: row;
        align-items: center;
        /* box-shadow: 0px 1px 0px 0px #ff80008a, 0px 0px 20px 4px rgb(0 0 0); */
        margin-bottom: 0px;
        padding-top: 10px !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 0px #fff;
        align-items: center;
        color: #fff !important;
        font-family: 'Gilroy' !important;
        font-size: 1.05rem;
        line-height: 1.05rem;
    }

    .login {
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .form-control {
        /* box-shadow: 0px 0px 6px #ffffff85 !important; */
        margin-right: 5px !important;
    }
}

#pay span {
    color: #000 !important;
    font-size: 1.2rem;
}

#pay .dxbl-btn-caption {
    font-size: 1rem !important;
}

#pay {
    background: #b5c73f !important;
    border-color: #b5c73f !important;
    color: #000 !important;
    color: #282828 !important;
    font-family: 'Gilroy-Bold';
}

    #pay:hover {
        background-color: #9bab34 !important;
        transition: all .15s ease-in-out;
    }


    #pay:not(:hover) {
        transition: all .15s ease-in-out;
    }


/* Keyframes for the fade-in and fade-out effect */
@keyframes fadeInOut {
    0% {
        opacity: 0; /* Start hidden */
        display: flex;
    }

    10% {
        opacity: 1; /* Fully visible at 10% */
    }

    80% {
        opacity: 1; /* Remain visible until 80% */
    }

    100% {
        opacity: 0; /* Fade out at the end */
        display: none; /* Hide from layout after fade out */
    }
}


@-webkit-keyframes fadeInOut {
    0% {
        opacity: 0; /* Start hidden */
        display: flex;
    }

    10% {
        opacity: 1; /* Fully visible at 10% */
    }

    80% {
        opacity: 1; /* Remain visible until 80% */
    }

    100% {
        opacity: 0; /* Fade out at the end */
        display: none; /* Hide from layout after fade out */
    }
}


/* Keyframes for the fade-in and fade-out effect */
@keyframes fadeIn {
    0% {
        opacity: 0; /* Start hidden */
        display: flex;
    }

    10% {
        opacity: 1; /* Fully visible at 10% */
    }

    80% {
        opacity: 1; /* Remain visible until 80% */
    }

    100% {
        opacity: 1; /* Fade out at the end */
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0; /* Start hidden */
        display: flex;
    }

    10% {
        opacity: 1; /* Fully visible at 10% */
    }

    80% {
        opacity: 1; /* Remain visible until 80% */
    }

    100% {
        opacity: 1; /* Fade out at the end */
    }
}

#addedItemDiv {
    opacity: 0; /* Initially hidden (transparent) */
    position: fixed;
    display: flex;
    z-index: 9999999;
    background-color: #000000d4;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px;
    text-align: center;
    padding: 8%;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    animation: fadeInOut 3s ease-in-out forwards; /* 5s total animation */
    animation-delay: 0s; /* 2 seconds delay before fade-in starts */
}
