.food-img-wrapper.loading {
    background: #f6f7f8;
    background-image: linear-gradient(
            to right,
            #f6f7f8 0%,
            #edeef1 20%,
            #f6f7f8 40%,
            #f6f7f8 100%
    );
    background-repeat: no-repeat;
    background-size: 800px 100%;
    display: inline-block;
    position: relative;
    animation: shimmer 0.5s infinite linear;
    overflow: hidden;
}

@keyframes shimmer {
    0% { background-position: -468px 0; }
    100% { background-position: 468px 0; }
}

.food-image {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.food-image.loaded {
    opacity: 1;
}

#MenuLoaderPopup {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row !important;
}

#hide-menu {
    top: 0px;
}

#MenuLoaderPopup .addbasketPopup {
    background-color: white !important;
    box-shadow: 0 4px 6px 0 rgba(27, 35, 36, .02), 0 2px 12px -2px rgba(27, 35, 36, .08), 0 3px 6px 0 rgba(27, 35, 36, .06);
    font-weight: 700;
    border: 1px solid #ffdfe0;
    color: black !important;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    max-width: 40% !important;
    font-size: 14px !important;
    /*white-space:nowrap;*/
}

#MenuLoaderPopup .addbasketPopup:hover {
    background: #eeeeee !important;
    border: 2px solid #ffdfe0;
}

.loyal-card {
    border-radius: 12px;
    border: 1px solid #efedea;
    box-shadow: 0 4px 6px 0 rgba(27, 35, 36, .02), 0 2px 12px -2px rgba(27, 35, 36, .08), 0 3px 6px 0 rgba(27, 35, 36, .06);
    overflow: hidden;
}

.loyal-card .card-wrapper-img {
    width: 300px;
    margin: 1rem auto;

}

.loyal-card .card-wrapper-img img {
    width: 100%;
    transform: rotate(10deg);
    object-fit: cover;
}

.loyal-card .card-text-slogan {
    font-size: 2.5rem;
    padding: 7px;
    color: #b9b3b3;
    font-weight: 500;
}

.loyal-card .rate {
    color: #0a062f;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #b9b3b3;
    margin: auto;
    text-align: center;
    font-size: 1.5rem;
    text-decoration: none;
}

.nav-list-wrapper {
    display: flex;
    justify-content: space-between;
}

.nav-link-btn.active {
    border: none;
    background: transparent;
    font-size: 1.4rem;
    color: black;
    text-transform: uppercase;
    border-bottom: 2px solid #f78464;
    padding: 1px;
    font-weight: bold;
}

.nav-link-btn:hover {
    color: #ed1c24;
}

.nav-link-btn {
    border: none;
    background: transparent;
    font-size: 1.4rem;
    color: black;
    text-transform: uppercase;
    padding: 1px;
    font-weight: bold;
}

.controls {
    color: #000000;
    border: 0px;
}

.swal2-confirm.custom-color {
    background-color: #ed1c24 !important;
    color: white;
    box-shadow: none !important;
}

.swal2-cancel.custom-color {
    background-color: black !important;
    color: white;
}

.swal2-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #ed1c24;
}

#closed-message {
    color: black !important;
}


.container * {
    /*overflow:auto !important;*/
}

.scrollmenu {
    margin-top: 25px !important;
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
}

.scrollmenu a {
    width: 100%;
    color: white !important;
    background: none !important;
}

#sticky-top {
    display: none !important;
}

.food-items {
    padding: 10px !important;
    /*margin-top:5px !important;*/
}

.hvr-shutter-out-horizontal {
    font-size: 12px !important;
}

.basket-right-box {
    position: sticky;
    right: 0;
    top: 0px;
    overflow-y: scroll !important;
    position: -webkit-sticky;

}

@media only screen and (max-width: 991px) {
    .loyal-card .card-text-slogan {
        font-size: 2.5rem;
        padding: 7px;
        color: #b9b3b3;
        font-weight: 500;
    }

    .loyal-card .rate {
        color: #0a062f;
        padding: 10px 15px;
        border-radius: 25px;
        border: 1px solid #b9b3b3;
        margin: auto;
        text-align: center;
        font-size: 1rem;
        text-decoration: none;
    }

    .scrollmenu {
        background-color: #FFF;
        border-left: 1px solid #ccc !important;
        padding: 10px 10px 10px 0 !important;
        border-radius: 0;
        top: 0px;
        width: 100%;
        border: 0 !important;
        z-index: 9999999;
    }

    .scrollmenu div:first-child {
        display: flex;
        overflow: auto !important;
    }

    div.scrollmenu .itemdpss {
        height: 50px !important;
        overflow: initial !important;
    }

    div.scrollmenu .itemdpss.current {
        border: 0px !important;
    }

    #food-items {
        padding: 0 !important;
    }

    #MenuLoader {
        padding: 0 !important;
    }

    .food-items {
        margin-top: 0 !important;
    }

    .show-menu {
        display: block !important;
    }

    #all-mobile-menu-area {
        /* position: fixed; */
        width: 100%;
        bottom: 50px;
        z-index: 99;
        left: 0;
        display: flex;
        flex-direction: column;
        top: auto !important;
    }

    #hide-menu {
        /* display: none; */
        /* border-radius: 12px; */
        /* border: 1px solid #eaeaea; */
        /* margin-bottom: 17px; */
        /* background: #f2f3f6 !important; */
        /* position: sticky; */
        /* width: 80%; */
        /* top: 20px; */
        /* overflow: hidden !important; */
        /* margin-left: 10%; */
    }

    #menu-toggle span, #menu-toggle i {
        color: white;
    }


    #menu-toggle {
        width: 74px;
        height: 72px;
        background: #333;
        border-radius: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
        border: 1px solid #ccc;
        font-weight: bold;
        font-size: 17px;
        z-index: 1;
        transform: translate(calc(50vw - 50%));
        bottom: 90px;
        transform: translate(calc(50vw - 50%));
        -webkit-box-shadow: -2px 1px 14px -9px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -2px 1px 14px -9px rgba(0, 0, 0, 0.75);
        box-shadow: -2px 1px 14px -9px rgba(0, 0, 0, 0.75);
        justify-content: center;
        flex-direction: column;
    }

    #menu-toggle {
        display: none !important;
    }
}

#menu-toggle {
    display: none;
}

#hide-menu li {
    margin-top: 5px;
    padding-bottom: 5px;
}

#hide-menu a {
    font-size: 18px !important;
    padding: 5px;
    color: black;
    text-align: center;
    font-weight: 500 !important;
    /* margin-top: 5px; */
}


#MainBasketItems {
    /* margin-top: 5px; */
}

div.homepage {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

div.scrollmenu {
    background-color: #FFF;
    border-left: 1px solid #ccc !important;
    padding: 10px 10px 10px 0 !important;
    border-radius: 0;
    z-index: 1;
}

div.scrollmenu a {
    display: inline-block;
    background: none !important;
    text-align: center;
    color: #212121 !important;
    text-align: left !important;
    background-color: #d0963e;
    padding: 5px;
    font-size: 20px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    transition: all 1s !important;
    box-sizing: border-box;
    line-height: 1.5;
}

}

div.scrollmenu a:hover {
    background-color: #777 !important;
}

.sticky-top {

    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 300;
}

.breakout {
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0px 15px 10px -15px #d6d6d6;
    background-color: #FFF;
    position: relative;
    width: 100vw;
    left: calc(-1 * (100vw - 100%) / 2);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.paddle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3em;
}

.left-paddle {
    left: 0;
}

.right-paddle {
    right: 0;
}

.hidden {
    display: none;
}


.food-item h3 {
    /* margin: 5px; */
    margin-bottom: 0px;
    margin-top: 0px;
}

.food-item {
    min-height: 75px !important;
}


.addbasket2 {
    width: auto !important;
    padding: 0;
}

#RegisterButton, .login-btn {
    display: block !important;
}

.menu-over {
    background: black;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
}

div:has(> .nav-side-menu) {
    padding: 0 !important;
}


#MenuLoaderPopup .addbasket {
    border: 1px solid #ccc;
    padding: 5px;
}

.iconlistitems .active {
    background: #312d2b !important;
}

.iconlistitems {
    display: flex;
    flex-direction: row;
    gap: 10px;
    overflow-x: auto !important;
    white-space: nowrap;
    padding-bottom: 5px;
    padding-top: 10px;
    user-select: none;
}

.iconlistitems::-webkit-scrollbar {
    height: 6px;
}

.iconlistitems::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.iconlistitems span {
    font-family: Montserrat;
    font-size: 14px;
}

.iconlistitems a {
    display: flex;
    flex-direction: column; /* ileride gÃƒÆ’Ã‚Â¶rsel eklemek iÃƒÆ’Ã‚Â§in */
    align-items: center;
    justify-content: center;
    min-width: 100px;
    padding: 10px;
    text-decoration: none;
    color: #333;
    border-radius: 25px;
    transition: 0.2s;
    text-align: center;
}

.iconlistitems a:hover {
    color: black !important;
    background: #eaeaea;
}

.iconlistitems img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 5px;
}

#openMessage {
    padding-left: 10px;
    padding-top: 10px;
    font-size: 24px;
    text-align: center;
    display: block;
}

@media (max-width: 576px) {
    .iconlistitems {
        /* flex-direction: column; */
        overflow-x: visible;
        /* max-height: 50vh; */
    }

    .iconlistitems > div {
        flex: 0 0 calc(31% - 10px);
    }
}

#openMessage {
    display: none;
}

@media (max-width: 768px) {
    .basket-card {
        border-radius: 0px !important;
    }

    #openMessage {
        display: block;
    }

    .img-wrapper {
        display: block !important;
    }
}

.img-wrapper {
    overflow: hidden;
    display: none;
}

.prod-img {
    transform: scale(1) translateY(10px);
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.prod-img.active {
    transform: scale(1.15) translateY(0);
}

#hide-menu::before {
    content: "";
    position: absolute;
    top: -10px; /* menÃƒÂ¼nÃƒÂ¼n ÃƒÂ¼stÃƒÂ¼nde */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.food-gallery .food-item-wrapper:hover {
    background: #f1eded;
}

.add-btn-j {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: white;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 0 !important;
    font-size: 25px;
    line-height: 1;
    color: orange;
    position: absolute;
    right: 0px;
    top: 5px;
    left: auto;
    margin-right: 10px;
    margin-top: 0px;
    cursor: pointer;
}

.add-btn-j:hover {
    background: #eaeaea;
}

.food-title-row {
    display: flex;
    align-items: start;
    gap: 8px;
}

.food-title-row h3 {
    margin: 0;
}

.info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #242e30;
    transition: color 0.2s;
}

.info-icon svg {
    width: 20px;
    height: 20px;
}

.info-icon:hover {
    color: #0088cc;
}

.modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-box {
    background-color: #fff;
    width: 90%;
    max-width: 400px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    animation: fadeIn 0.3s ease;
}

.modal-header {
    padding: 16px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h4 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.close-btn {
    font-size: 24px;
    cursor: pointer;
    color: #888;
}

.modal-body {
    padding: 20px;
    color: #444;
    line-height: 1.5;
    font-size: 14px;
}

.modal-footer {
    padding: 12px;
    text-align: right;
    border-top: 1px solid #eee;
}

.modal-footer button {
    background-color: #0088cc;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}