﻿body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    margin: 0;
}

textarea:focus, input:focus {
    outline: none;
}

.container {
    max-width: 1300px;
}

/* Anasayfa */
.ustmenu {
    width: 100%;
    height: 70px;
    background: #fff;
    display: flex;
    align-items: center;
}

    .ustmenu .logo {
        float: left;
    }

        .ustmenu .logo img {
        }

    .ustmenu .sagalan {
        float: right;
    }

        .ustmenu .sagalan .girisyap {
            float: left;
            min-width: 90px;
            max-width: inherit;
            padding-right: 3px;
            padding-left: 3px;
            min-height: 35px;
            border: 1px solid #1BA57E;
            border-radius: 5px;
            color: #1BA57E;
            font-size: 13px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .ustmenu .sagalan .girisyap:hover {
                background: #1BA57E;
                color: #fff;
                transition: all .35s;
            }

                .ustmenu .sagalan .girisyap:hover a,
                .ustmenu .sagalan .user-menu:hover button,
                .ustmenu .sagalan .user-menu:hover .dropdown-toggle {
                    color: #fff !important;
                }

        .ustmenu .sagalan .kayitol {
            float: left;
            min-width: 90px;
            max-width: inherit;
            min-height: 35px;
            background: #1BA57E;
            border-radius: 5px;
            color: #fff;
            font-size: 13px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 7px;
        }

            .ustmenu .sagalan .kayitol:hover {
                border: 1px solid #1BA57E;
                color: #1BA57E;
                background: #fff;
                transition: all .35s;
            }

                .ustmenu .sagalan .kayitol:hover a {
                    color: #1BA57E !important;
                }

        .ustmenu .sagalan .dil {
            float: left;
            font-size: 13px;
            color: #262626;
            margin-left: 7px;
            font-weight: 600;
            width: 70px;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 35px;
        }

            .ustmenu .sagalan .dil:hover {
                color: #1BA57E;
                transition: all .35s;
                cursor: pointer;
            }

            .ustmenu .sagalan .dil .fa-globe {
                margin-right: 5px;
            }

            .ustmenu .sagalan .dil .fa-angle-down {
                margin-left: 5px;
                font-size: 10px;
            }

        .ustmenu .sagalan .sepet {
            float: left;
            width: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 35px;
        }

            .ustmenu .sagalan .sepet .sayi {
                width: 15px;
                height: 15px;
                background: #1BA57E;
                border-radius: 100px;
                color: #fff;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                text-align: center;
                font-size: 8px;
                position: absolute;
                margin-left: 15px;
                margin-top: 7px;
            }

            .ustmenu .sagalan .sepet:hover {
                color: #1BA57E;
                transition: all .35s;
                cursor: pointer;
            }

    .ustmenu form {
        width: 40%;
        border-radius: 5px;
        float: left;
        display: flex;
        margin-left: 10em;
    }

        .ustmenu form input {
            width: 100%;
            min-height: 40px;
            border: 1px solid #F4F4F4;
            border-radius: 5px;
        }

.bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
}

/* Modal Içerik Stili */
.modal-body {
    padding: 20px;
}

.list-group-item {
    font-size: 13px;
    font-weight: 400;
    border: none;
    padding: 15px 20px;
    transition: background-color 0.3s ease, color 0.3s ease !important;
    color: #262626 !important;
}

    .list-group-item a {
        color: #262626 !important;
    }

    .list-group-item:hover {
        background-color: #1BA57E;
        color: #fff;
    }

.modal-content {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.custom-user-dropdown {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1000;
    width: 250px;
}

    .custom-user-dropdown ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .custom-user-dropdown ul li {
            display: flex;
            align-items: center;
            padding: 10px 20px;
            transition: background 0.2s;
        }

            .custom-user-dropdown ul li i {
                margin-right: 10px;
                color: #1BA57E !important;
            }

/* Varsayılan: hiçbir ekranda gösterme */
.bottom-menu,
.account-backdrop,
.account-sheet {
    display: none;
}

/* SADECE MOBİLDE (<=768px) göster */
@media (max-width: 768px) {

    /* Alt menü sadece mobilde */
    .bottom-menu {
        display: flex;
    }

    /* Sheet ancak .open class’ı ile görünür olacak */
    .account-backdrop.open {
        display: block;
    }

    .account-sheet.open {
        display: block;
    }
}

/* Varsayılan: hiçbir ekranda gösterme */
.bottom-menu {
    display: none;
}

@media (max-width: 768px) {

    /* Alt menü sadece mobilde */
    .bottom-menu {
        display: flex;
    }

        /* Misafir kullanıcıysa guest item'lar görünebilir */
        .bottom-menu .bottom-item--guest {
            display: flex;
        }

    /* Kullanıcı giriş yaptıysa guest item'ları sakla */
    .is-auth .bottom-menu .bottom-item--guest {
        display: none;
    }

    /* Hesap sheet’i ve backdrop sadece open iken görünsün */
    .account-backdrop.open {
        display: block;
    }

    .account-sheet.open {
        display: block;
    }
}

/* Account sheet (mobil) */
.account-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    z-index: 3999;
}

    .account-backdrop.open {
        opacity: 1;
        pointer-events: auto;
    }

.account-sheet {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    background: #fff;
    border-radius: 14px 14px 0 0;
    box-shadow: 0 -8px 24px rgba(0,0,0,.12);
    z-index: 4000;
    transition: bottom .25s ease;
    max-height: 70vh;
    display: flex;
    flex-direction: column;
}

    .account-sheet.open {
        bottom: 0;
    }

    .account-sheet .sheet-body {
        padding: 8px 16px 12px;
        overflow-y: auto;
    }

    .account-sheet .acc-link {
        width: 100%;
        border: 1px solid #f1f1f1;
        background: #fff;
        border-radius: 10px;
        padding: 10px 12px;
        margin-bottom: 8px;
        display: flex;
        gap: 10px;
        align-items: center;
        font-size: 14px;
        color: #262626;
    }

        .account-sheet .acc-link i {
            color: #1BA57E;
            width: 20px;
            text-align: center;
        }

        .account-sheet .acc-link:active {
            background: #f7f7f7;
        }

    .account-sheet .sheet-footer {
        padding: 10px 16px 14px;
        border-top: 1px solid #eee;
    }

    .account-sheet .acc-logout {
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: center;
        background: #ffe5e5;
        color: #c62828;
        border-radius: 10px;
        padding: 9px 12px;
        font-weight: 600;
        text-decoration: none;
    }

@media (min-width: 769px) {
    /* desktop’ta görünmesin */
    .account-backdrop,
    .account-sheet {
        display: none;
    }
}


/* linkler renkli kalsın */
.bottom-menu .bottom-item {
    text-decoration: none;
    color: #262626;
}

    .bottom-menu .bottom-item:hover {
        color: #1BA57E;
    }

.bottom-menu .bottom-item {
    text-decoration: none;
    color: #262626;
}

    .bottom-menu .bottom-item:hover {
        color: #1BA57E;
    }


/* Küçük cihazlar (telefonlar, dikey) */
@media only screen and (max-width: 575px) {
    .bottom-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60px;
        background-color: #fff;
        border-top: 1px solid #ddd;
        display: flex;
        justify-content: space-around;
        align-items: center;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .bottom-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #262626;
        text-align: center;
        cursor: pointer;
        position: relative;
    }

        .bottom-item i {
            font-size: 20px;
            margin-bottom: 4px;
            color: #262626;
        }

        .bottom-item:hover {
            color: #1BA57E;
        }

        .bottom-item .sepet-sayi {
            position: absolute;
            top: 0;
            right: 0;
            background-color: #1BA57E;
            border-radius: 50%;
            color: white;
            font-size: 10px;
            width: 16px;
            height: 16px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

    /* Sağ tarafı (login, sepet vs) gizlemeye devam */
    .ustmenu .sagalan {
        display: none;
    }

    /* Üst bar biraz esnek olsun */
    .ustmenu {
        height: auto;
        padding: 10px 15px;
    }

        .ustmenu .logo {
            float: none;
            text-align: left;
            margin-bottom: 8px;
        }

        /* ADRES FORMU GÖRÜNSÜN */
        .ustmenu form {
            width: 100%;
            margin: 0;
            display: flex;
        }

            .ustmenu form input {
                width: 100%;
            }
}
/* Orta cihazlar (tabletler) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ustmenu form {
        width: 100%;
        border-radius: 5px;
        float: left;
        display: flex;
        margin-left: 10em;
        display: flex;
    }
}
/* Büyük cihazlar (küçük laptoplar, büyük tabletler) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ustmenu form {
        width: 100%;
        border-radius: 5px;
        float: left;
        display: flex;
        margin-left: 5em;
        display: flex;
    }
}
/* Ekstra büyük cihazlar (masaüstü monitörleri) */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}

gmp-place-autocomplete {
    display: block;
    width: 100%;
    max-width: 100%;
}

    gmp-place-autocomplete::part(input) {
        width: 100%;
        padding: .5rem;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

/* Öneri listesi çoğu zaman body’ye portal edilir, ama z-index problemi yaşarsan */
pac-container, .pac-item {
    z-index: 9999 !important;
}

.anasayfabanner .aramabolumu {
    width: 55%;
}

    .anasayfabanner .aramabolumu .aciklamaalan {
        width: 100%;
        float: left;
        font-size: 26px;
        color: #262626;
        padding-bottom: 20px;
    }

    .anasayfabanner .aramabolumu form {
        width: 100%;
        min-height: 70px;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
        border-radius: 5px;
        padding: 15px;
        float: left;
    }

        .anasayfabanner .aramabolumu form input {
            width: 80%;
            min-height: 40px;
            border: 1px solid #F4F4F4;
            border-radius: 5px;
        }

        .anasayfabanner .aramabolumu form button {
            width: 19%;
            min-height: 40px;
            border: none;
            background: #1BA57E;
            border: 1px solid #1BA57E;
            border-radius: 5px;
            font-size: 13px;
            color: #fff;
        }

            .anasayfabanner .aramabolumu form button:focus {
                outline: none;
                border: none;
            }

            .anasayfabanner .aramabolumu form button:hover {
                background: #fff;
                border: 1px solid #1BA57E;
                color: #1BA57E;
                transition: all .35s;
            }

/* Küçük cihazlar (telefonlar, dikey) */
@media only screen and (max-width: 575px) {
    .anasayfabanner {
        width: 100%;
        min-height: 200px;
        background-size: cover;
        background-size: contain;
        padding-top: 5%;
    }

        .anasayfabanner .aramabolumu .aciklamaalan {
            width: 50%;
            float: left;
            font-size: 13px;
            color: #262626;
            padding-bottom: 20px;
        }

        .anasayfabanner .aramabolumu {
            width: 100%;
            margin-top: 5%;
        }

            .anasayfabanner .aramabolumu form input {
                width: 75%;
                min-height: 40px;
                border: 1px solid #F4F4F4;
                border-radius: 5px;
            }

            .anasayfabanner .aramabolumu form button {
                width: 22%;
                min-height: 40px;
                border: none;
                background: #1BA57E;
                border: 1px solid #1BA57E;
                border-radius: 5px;
                font-size: 13px;
                color: #fff;
            }
}
/* Orta cihazlar (tabletler) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .anasayfabanner {
        width: 100%;
        min-height: 280px;
        background-size: cover;
        background-size: contain;
        padding-top: 5%;
    }

        .anasayfabanner .aramabolumu .aciklamaalan {
            width: 50%;
            float: left;
            font-size: 13px;
            color: #262626;
            padding-bottom: 20px;
        }

        .anasayfabanner .aramabolumu {
            width: 100%;
            margin-top: 5%;
        }

            .anasayfabanner .aramabolumu form input {
                width: 75%;
                min-height: 40px;
                border: 1px solid #F4F4F4;
                border-radius: 5px;
            }

            .anasayfabanner .aramabolumu form button {
                width: 22%;
                min-height: 40px;
                border: none;
                background: #1BA57E;
                border: 1px solid #1BA57E;
                border-radius: 5px;
                font-size: 13px;
                color: #fff;
            }
}
/* Büyük cihazlar (küçük laptoplar, büyük tabletler) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/* Ekstra büyük cihazlar (masaüstü monitörleri) */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}



.anasayfasehir {
    width: 100%;
    padding: 70px 0 70px 0;
    display: table;
}

    .anasayfasehir .baslik {
        width: 100%;
        float: left;
        font-size: 26px;
        color: #262626;
        padding-bottom: 20px;
    }

    .anasayfasehir .sehirliste {
        width: 100%;
        float: left;
        padding: 10px;
    }

        .anasayfasehir .sehirliste .ic {
            width: 100%;
            float: left;
        }

            .anasayfasehir .sehirliste .ic img {
                border-radius: 7px;
            }

            .anasayfasehir .sehirliste .ic .sehirbaslik {
                width: 50%;
                min-height: 40px;
                background: #fff;
                position: absolute;
                bottom: 10%;
                right: 10%;
                border-radius: 7px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 14px;
                color: #262626;
            }

        .anasayfasehir .sehirliste:hover .sehirbaslik {
            background: #1BA57E;
            color: #fff;
            transition: all .35s;
        }


.anasayfamobil {
    width: 100%;
    min-height: 400px;
    background: #1BA57E;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .anasayfamobil .mobilyazialan {
        width: 100%;
        float: left;
        padding: 0 0 0 50px;
    }

        .anasayfamobil .mobilyazialan .mobilbaslik {
            width: 100%;
            float: left;
            font-size: 22px;
            color: #fff;
            padding-bottom: 10px;
        }

        .anasayfamobil .mobilyazialan .mobilqr {
            float: left;
        }

            .anasayfamobil .mobilyazialan .mobilqr img {
                border-radius: 5px;
            }

        .anasayfamobil .mobilyazialan .mobilaciklama {
            width: 100%;
            float: left;
            color: #fff;
            font-size: 15px;
            padding: 15px 0 25px 0;
        }

        .anasayfamobil .mobilyazialan .mobilindirlogo {
            float: left;
            margin-left: 5px;
        }

            .anasayfamobil .mobilyazialan .mobilindirlogo img {
                border-radius: 5px;
            }

    .anasayfamobil .mobilresimalan {
        width: 100%;
        float: left;
    }

        .anasayfamobil .mobilresimalan img {
            min-height: 80%;
        }

/* Küçük cihazlar (telefonlar, dikey) */
@media only screen and (max-width: 575px) {
    .anasayfamobil .mobilyazialan {
        width: 100%;
        float: left;
        padding: 10px 0 20px 10px;
    }

        .anasayfamobil .mobilyazialan .mobilbaslik {
            width: 100%;
            float: left;
            font-size: 14px;
            color: #fff;
            padding-bottom: 10px;
        }

    .anasayfamobil .mobilresimalan {
        width: 100%;
        float: left;
        display: none;
    }
}
/* Orta cihazlar (tabletler) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
/* Büyük cihazlar (küçük laptoplar, büyük tabletler) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/* Ekstra büyük cihazlar (masaüstü monitörleri) */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}


.anasayfayazialan {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 14px;
    color: #676767;
}


.anasayfaliste {
    width: 100%;
    display: table;
    padding-bottom: 100px;
}

    .anasayfaliste .listebaslik {
        width: 100%;
        min-height: 55px;
        background: #1BA57E;
        padding: 15px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .anasayfaliste .liste {
        width: 100%;
        float: left;
        display: flex;
        font-size: 14px;
        color: #676767;
        padding-bottom: 10px;
        text-align: center;
    }

        .anasayfaliste .liste:hover {
            color: #1BA57E;
            transition: all .35s;
        }

/* Küçük cihazlar (telefonlar, dikey) */
@media only screen and (max-width: 575px) {
    .anasayfaliste .liste {
        width: 33%;
        float: left;
        display: flex;
        font-size: 14px;
        color: #676767;
        padding-bottom: 10px;
        text-align: center;
    }
}
/* Orta cihazlar (tabletler) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
/* Büyük cihazlar (küçük laptoplar, büyük tabletler) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/* Ekstra büyük cihazlar (masaüstü monitörleri) */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}


.altbilgi {
    width: 100%;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    display: table;
    padding: 60px 0 60px 0;
}

    .altbilgi .altbilgilogo {
        width: 100%;
        float: left;
    }

    .altbilgi .altbilgiliste {
        width: 100%;
        float: left;
    }

        .altbilgi .altbilgiliste .altliste {
            width: 100%;
            float: left;
            font-size: 14px;
            color: #676767;
            padding-bottom: 10px;
        }

            .altbilgi .altbilgiliste .altliste:hover {
                color: #1BA57E;
                transition: all .35s;
            }

.footer {
    width: 100%;
    min-height: 70px;
}

/* Küçük cihazlar (telefonlar, dikey) */
@media only screen and (max-width: 575px) {
    .altbilgi .altbilgilogo {
        width: 100%;
        float: left;
        margin-bottom: 50px;
    }

    .altbilgi .altbilgiliste {
        width: 50%;
        float: left;
    }
}
/* Orta cihazlar (tabletler) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
/* Büyük cihazlar (küçük laptoplar, büyük tabletler) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/* Ekstra büyük cihazlar (masaüstü monitörleri) */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}

/* Anasayfa */





/* Sehir Detay */
.sehirustalan {
    width: 100%;
    min-height: 245px;
    background: #F4F4F4;
    padding-top: 7%;
}

    .sehirustalan h1 {
        width: 100%;
        font-size: 26px;
        color: #262626;
    }

    .sehirustalan p {
        width: 100%;
        font-size: 13px;
        color: #262626;
    }

        .sehirustalan p a {
            color: #262626;
        }


.sehirlistealan {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    display: table;
}

    .sehirlistealan .sehiricbaslik {
        width: 100%;
        font-size: 26px;
        color: #262626;
        padding-bottom: 20px;
    }

    .sehirlistealan .sehirliste {
        width: 100%;
        float: left;
        padding: 10px;
    }

        .sehirlistealan .sehirliste .ic {
            width: 100%;
            min-height: 300px;
            border: 1px solid #F4F4F4;
            padding: 15px;
            border-radius: 7px;
        }

            .sehirlistealan .sehirliste .ic img {
                border-radius: 7px;
                margin-bottom: 18px;
            }

            .sehirlistealan .sehirliste .ic .sehiretiketgenel {
                position: absolute;
                left: 10%;
                top: 14%;
            }

                .sehirlistealan .sehirliste .ic .sehiretiketgenel .sehiretiket {
                    padding: 5px 10px 5px 10px;
                    background: #1BA57E;
                    font-size: 10px;
                    color: #fff;
                    border-radius: 5px;
                    margin-bottom: 3px;
                    float: left
                }

            .sehirlistealan .sehirliste .ic .sehiryazialan {
                width: 100%;
                float: left;
            }

                .sehirlistealan .sehirliste .ic .sehiryazialan .sehirlistebaslik {
                    float: left;
                    color: #262626;
                    font-size: 13px;
                    font-weight: 500;
                }

                .sehirlistealan .sehirliste .ic .sehiryazialan .sehirlistepuan {
                    float: right;
                    color: #262626;
                    font-size: 13px;
                }

                    .sehirlistealan .sehirliste .ic .sehiryazialan .sehirlistepuan i {
                        color: #1BA57E;
                    }

                .sehirlistealan .sehirliste .ic .sehiryazialan .sehiraciklama {
                    width: 100%;
                    float: left;
                    color: #262626;
                    font-size: 11px;
                }

            .sehirlistealan .sehirliste .ic:hover {
                border: 1px solid #1BA57E;
                transition: all .35s;
            }

                .sehirlistealan .sehirliste .ic:hover .sehirlistebaslik {
                    float: left;
                    color: #1BA57E;
                    transition: all .35s;
                    font-size: 13px;
                    font-weight: 500;
                }


/* Küçük cihazlar (telefonlar, dikey) */
@media only screen and (max-width: 575px) {
    .sehirustalan {
        width: 100%;
        min-height: auto;
        background: #F4F4F4;
        padding-top: 7%;
        padding-bottom: 7%;
    }

    .sehirlistealan .sehirliste .ic {
        width: 100%;
        min-height: auto;
        display: table;
        border: 1px solid #F4F4F4;
        padding: 15px;
        border-radius: 7px;
    }
}
/* Orta cihazlar (tabletler) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sehirustalan {
        width: 100%;
        min-height: auto;
        background: #F4F4F4;
        padding-top: 7%;
        padding-bottom: 7%;
    }

    .sehirlistealan .sehirliste .ic {
        width: 100%;
        min-height: auto;
        display: table;
        border: 1px solid #F4F4F4;
        padding: 15px;
        border-radius: 7px;
    }
}
/* Büyük cihazlar (küçük laptoplar, büyük tabletler) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sehirustalan {
        width: 100%;
        min-height: auto;
        background: #F4F4F4;
        padding-top: 7%;
        padding-bottom: 7%;
    }

    .sehirlistealan .sehirliste .ic {
        width: 100%;
        min-height: auto;
        display: table;
        border: 1px solid #F4F4F4;
        padding: 15px;
        border-radius: 7px;
    }
}
/* Ekstra büyük cihazlar (masaüstü monitörleri) */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}

/* Sehir Detay */



/* Restoran Detay */
.restoranmaps {
    width: 100%;
    min-height: 60px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .restoranmaps a {
        color: #262626;
    }

.restoranust {
    width: 100%;
    min-height: 215px;
    background: #FAFAFA;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .restoranust .restoranlogo {
        float: left;
    }

.restoranlogo {
    /*width: 100px;*/ /* Kare boyutunu belirle */
    height: 100px; /* Kare boyutunu belirle */
    overflow: hidden; /* Taşan kısımları gizle */
    display: flex;
    align-items: center;
    justify-content: center;
}

    .restoranlogo img {
        max-width: 100%; /* Genişliği maksimum kapsayıcı kadar yap */
        max-height: 100%; /* Yüksekliği maksimum kapsayıcı kadar yap */
        width: auto;
        height: auto;
        object-fit: contain; /* Resmi kırpmadan içeri sığdır */
    }

.restoranust .restoranyazialan {
    float: left;
    padding-left: 1em;
}

    .restoranust .restoranyazialan .restorankategori {
        width: 100%;
        font-size: 14px;
        color: #4D4D4D;
        float: left;
        padding-bottom: 5px;
    }

    .restoranust .restoranyazialan .restoranisim {
        width: 100%;
        font-size: 26px;
        color: #262626;
        float: left;
        padding-bottom: 10px;
    }

    .restoranust .restoranyazialan .restoranbilgi {
        width: 100%;
        float: left;
        padding-bottom: 10px;
    }

        .restoranust .restoranyazialan .restoranbilgi .teslimatbilgi {
            padding: 5px 20px 5px 20px;
            background: #1BA57E;
            color: #fff;
            font-size: 11px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
            float: left;
            border-radius: 100px;
            margin-right: 10px;
        }

        .restoranust .restoranyazialan .restoranbilgi .siparisbilgi {
            float: left;
            padding: 5px 10px 5px 10px;
            color: #fff;
            font-size: 11px;
            color: #4D4D4D;
            font-weight: 300;
        }

            .restoranust .restoranyazialan .restoranbilgi .siparisbilgi i {
                color: #1BA57E;
            }

    .restoranust .restoranyazialan .restoranpuan {
        width: 100%;
        float: left;
    }

        .restoranust .restoranyazialan .restoranpuan .puan {
            float: left;
            font-size: 11px;
            color: #4D4D4D;
            font-weight: 300;
            padding-top: 4px;
        }

            .restoranust .restoranyazialan .restoranpuan .puan a {
                color: #4D4D4D;
            }

            .restoranust .restoranyazialan .restoranpuan .puan i {
                color: #1BA57E;
            }

        .restoranust .restoranyazialan .restoranpuan .hakkinda {
            float: left;
            font-size: 11px;
            color: #1BA57E;
            font-weight: 300;
            padding: 5px 10px 5px 10px;
            background: #F4F4F4;
            border-radius: 100px;
            margin-left: 20px;
        }


.restoranfirsat {
    width: 100%;
    display: table;
    padding: 40px 0 60px 0;
}

    .restoranfirsat .firsatbaslik {
        width: 100%;
        font-size: 16px;
        color: #262626;
        float: left;
        padding-bottom: 15px;
    }

    .restoranfirsat .firsatkutugenel {
        width: 100%;
        float: left;
    }

        .restoranfirsat .firsatkutugenel .kutu {
            width: 280px;
            min-height: 110px;
            border-radius: 5px;
            float: left;
            margin-right: 10px;
            padding: 15px;
        }

            .restoranfirsat .firsatkutugenel .kutu .kutubaslik {
                width: 100%;
                float: left;
                font-size: 13px;
                color: #fff;
            }

                .restoranfirsat .firsatkutugenel .kutu .kutubaslik i {
                    margin-right: 5px;
                }

            .restoranfirsat .firsatkutugenel .kutu .kutuaciklama {
                width: 100%;
                float: left;
                font-size: 11px;
                color: #fff;
                padding-top: 5px;
            }


        .restoranfirsat .firsatkutugenel .mavi {
            background: #056f51;
        }

        .restoranfirsat .firsatkutugenel .turuncu {
            background: #1BA57E;
        }

.restoranurun {
    width: 100%;
    float: left;
}

    .restoranurun .arama {
        width: 19%;
        float: left;
        margin-right: 1%;
    }

        .restoranurun .arama form {
            width: 100%;
            border-radius: 5px;
            float: left;
        }

            .restoranurun .arama form input {
                width: 100%;
                min-height: 40px;
                border: 1px solid #F4F4F4;
                border-radius: 5px;
            }

    .restoranurun .restoranmenu {
        width: 80%;
        float: left;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
    }

        .restoranurun .restoranmenu .menu {
            float: left;
            padding: 10px 10px 10px 10px;
            font-size: 12px;
            color: #929292;
        }

            .restoranurun .restoranmenu .menu:hover {
                color: #1BA57E;
                transition: all .35s;
            }

.restoranmenu::-webkit-scrollbar {
    height: 8px; /* Kaydirma çubugunun yüksekligi */
}

.restoranmenu::-webkit-scrollbar-thumb {
    background-color: #262626; /* Kaydirma çubugunun rengi */
    border-radius: 10px; /* Köseleri yuvarlatma */
}

    .restoranmenu::-webkit-scrollbar-thumb:hover {
        background-color: #555; /* Üzerine gelindiginde rengi */
    }

.restoranmenu::-webkit-scrollbar-track {
    background: #f1f1f1; /* Kaydirma çubugunun arka plani */
}


.restoranurunlistegenel {
    width: 100%;
    float: left;
    padding: 35px 0 35px 0;
}

    .restoranurunlistegenel .sepetalan {
        width: 100%;
        float: left;
        padding: 10px;
    }

        .restoranurunlistegenel .sepetalan .ic {
            width: 100%;
            float: left;
            min-height: 500px;
            border: 1px solid #DEDEDE;
            border-radius: 7px;
            padding: 10px;
        }

            /* Kapsayıcı */
            .restoranurunlistegenel .sepetalan .ic .sepettoplamalan {
                display: grid;
                grid-template-columns: 1fr auto; /* solda esnek metin, sağda içerik kadar geniş fiyat */
                row-gap: 8px; /* satırlar arası boşluk */
                column-gap: 12px;
            }

                /* Çocukları satır mantığında hizala */
                .restoranurunlistegenel .sepetalan .ic .sepettoplamalan > div {
                    float: none !important; /* önceki float'ları iptal et */
                }

                /* Sol taraftaki metinler */
                .restoranurunlistegenel .sepetalan .ic .sepettoplamalan .sepettoplamkdv {
                    color: #262626;
                    font-size: 14px;
                    align-self: center; /* dikey ortalama */
                }

                    /* Parantez içi/alt metin (opsiyonel) */
                    .restoranurunlistegenel .sepetalan .ic .sepettoplamalan .sepettoplamkdv span {
                        font-size: 12px;
                        color: #262626;
                    }

                /* Sağ taraftaki fiyatlar */
                .restoranurunlistegenel .sepetalan .ic .sepettoplamalan .sepetfiyat,
                .restoranurunlistegenel .sepetalan .ic .sepettoplamalan .sepetservicefiyat {
                    text-align: right; /* sağa yasla */
                    white-space: nowrap; /* TL satır kırmasın */
                    font-size: 14px;
                    color: #262626;
                    align-self: center;
                }

            .restoranurunlistegenel .sepetalan .ic .sepetonayla {
                width: 100%;
                float: left;
                background: #ffc800;
                min-height: 45px;
                border-radius: 7px;
                color: #fff;
                font-size: 13px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                text-align: center;
                margin-top: 10px;
            }

                .restoranurunlistegenel .sepetalan .ic .sepetonayla:hover {
                    background: #1BA57E;
                    transition: all .35s;
                }

.tabs {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    background: #FAFAFA;
    padding: 10px;
    border-radius: 10px;
}

.tab {
    padding: 10px 20px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    color: #333333;
    font-size: 13px;
    min-width: 50%;
    transition: background-color 0.3s;
    border: 1px solid #FAFAFA;
}

    .tab:hover {
        border: 1px solid #E0E0E0;
    }

    .tab.active {
        background-color: white;
        font-weight: 600;
        border: 1px solid #E0E0E0;
    }

.content {
    display: none;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    color: #929292;
}

    .content.active {
        display: block;
    }


.restoranurunlistegenel .restoranlistealan {
    width: 100%;
    float: left;
}

    .restoranurunlistegenel .restoranlistealan .restoranurunbaslik {
        width: 100%;
        float: left;
        font-size: 17px;
        color: #262626;
        padding-bottom: 15px;
    }

        .restoranurunlistegenel .restoranlistealan .restoranurunbaslik i {
            color: #1BA57E;
            margin-right: 5px;
        }

    .restoranurunlistegenel .restoranlistealan .restoranurunliste {
        width: 100%;
        float: left;
        padding: 10px;
    }

        .restoranurunlistegenel .restoranlistealan .restoranurunliste .ic {
            width: 100%;
            float: left;
            border: 1px solid #DEDEDE;
            padding: 10px;
            min-height: 150px;
            border-radius: 7px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .restoranurunlistegenel .restoranlistealan .restoranurunliste .ic .yazialan {
                float: left;
            }

                .restoranurunlistegenel .restoranlistealan .restoranurunliste .ic .yazialan .listebaslik {
                    width: 100%;
                    float: left;
                    font-size: 14px;
                    color: #262626;
                }

                .restoranurunlistegenel .restoranlistealan .restoranurunliste .ic .yazialan .fiyatkisim {
                    width: 100%;
                    float: left;
                    padding-top: 7px;
                }

                    .restoranurunlistegenel .restoranlistealan .restoranurunliste .ic .yazialan .fiyatkisim .fiyat {
                        float: left;
                        font-size: 15px;
                        color: #1BA57E;
                        margin-right: 15px;
                    }

                    .restoranurunlistegenel .restoranlistealan .restoranurunliste .ic .yazialan .fiyatkisim .indirimlifiyat {
                        float: left;
                        font-size: 13px;
                        color: #707070;
                        text-decoration: line-through;
                    }

                .restoranurunlistegenel .restoranlistealan .restoranurunliste .ic .yazialan .restoranurunaciklama {
                    width: 100%;
                    float: left;
                    font-size: 13px;
                    color: #707070;
                    display: -webkit-box;
                    -webkit-line-clamp: 2; /* Maksimum 2 satır */
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

            .restoranurunlistegenel .restoranlistealan .restoranurunliste .ic .resimalan {
                width: 100%;
                float: left;
            }

                .restoranurunlistegenel .restoranlistealan .restoranurunliste .ic .resimalan .sepeteekle {
                    width: 32px;
                    height: 32px;
                    background: #fff;
                    position: absolute;
                    bottom: 7%;
                    border-radius: 100px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: column;
                    text-align: center;
                    right: 17%;
                    color: #262626;
                }

                    .restoranurunlistegenel .restoranlistealan .restoranurunliste .ic .resimalan .sepeteekle:hover {
                        background: #1BA57E;
                        color: #fff;
                    }

                .restoranurunlistegenel .restoranlistealan .restoranurunliste .ic .resimalan img {
                    border-radius: 5px;
                    width: 100%;
                    height: 115px;
                }

/* Kapalı kartlar: görseli soluklaştır, tıklanamaz yap */
.oncekiliste.restaurant-card-closed.is-closed {
    pointer-events: none; /* tıklama tamamen kapansın */
    position: relative;
}

.oncekiliste .card-media {
    position: relative;
}

.oncekiliste.is-closed .card-media img {
    filter: grayscale(1) brightness(0.7) blur(1px);
    transform: scale(1.01);
    transition: filter .2s ease;
}

/* Üstte koyu cam efekti */
.oncekiliste .closed-overlay {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    text-align: center;
    padding: .75rem;
}

/* Orta rozet */
.closed-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .35rem .6rem;
    border-radius: 999px;
    background: rgb(255 0 0 / 60%);
    color: #fff;
    font-weight: 600;
    font-size: .95rem;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
}

    .closed-badge i {
        font-size: 1rem;
    }

/* Alt açıklama */
.closed-reason {
    margin-top: .25rem;
    color: #fff;
    font-size: .85rem;
    opacity: .95;
    max-width: 95%;
}

/* Var olan rozetlerle uyum: kapalı etiketi biraz daha belirgin */
.oncekietiketgenel .closed-status-badge {
    background: #5b5b5b;
    color: #fff;
    border: 1px solid rgba(255,255,255,.2);
}

/* Hover’da açık kartlar büyüsün; kapalılar sabit kalsın */
.oncekiliste:not(.is-closed):hover .img-fluid {
    transform: scale(1.02);
    transition: transform .15s ease;
}

/* Kapalı kartta imleç */
.oncekiliste.is-closed {
    cursor: not-allowed !important;
}

/* Küçük ekranlarda metinler sardırılsın */
@media (max-width: 576px) {
    .closed-badge {
        font-size: .9rem;
        padding: .3rem .55rem;
    }

    .closed-reason {
        font-size: .8rem;
    }
}


/* Küçük cihazlar (telefonlar, dikey) */
@media only screen and (max-width: 575px) {
    .restoranust {
        width: 100%;
        min-height: auto;
        background: #FAFAFA;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px 0 50px 0;
    }

        .restoranust .restoranyazialan {
            float: left;
            padding-left: 0;
        }

    .restoranfirsat .firsatkutugenel .kutu {
        width: 100%;
        min-height: 110px;
        border-radius: 5px;
        float: left;
        margin-right: 10px;
        padding: 15px;
        margin-bottom: 5px;
    }

    .restoranurun .arama {
        width: 100%;
        float: left;
        margin-right: 1%;
    }

    .restoranurun .restoranmenu {
        width: 100%;
        float: left;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
    }

    .restoranurunlistegenel .restoranlistealan .restoranurunliste {
        width: 100%;
        float: left;
        padding: 0;
    }

        .restoranurunlistegenel .restoranlistealan .restoranurunliste .ic .yazialan .listebaslik {
            width: 100%;
            float: left;
            font-size: 12px;
            color: #262626;
        }

        .restoranurunlistegenel .restoranlistealan .restoranurunliste .ic .yazialan .fiyatkisim .fiyat {
            float: left;
            font-size: 13px;
            color: #1BA57E;
            margin-right: 15px;
        }

        .restoranurunlistegenel .restoranlistealan .restoranurunliste .ic .yazialan .fiyatkisim .indirimlifiyat {
            float: left;
            font-size: 11px;
            color: #707070;
            text-decoration: line-through;
        }

        .restoranurunlistegenel .restoranlistealan .restoranurunliste .ic .yazialan .restoranurunaciklama {
            width: 100%;
            float: left;
            font-size: 11px;
            color: #707070;
        }

    .restoranlogo img {
        max-width: 100%; /* Genişliği maksimum kapsayıcı kadar yap */
        max-height: 100%; /* Yüksekliği maksimum kapsayıcı kadar yap */
        width: auto;
        height: auto;
        object-fit: contain; /* Resmi kırpmadan içeri sığdır */
        min-width: 220px;
    }
}
/* Orta cihazlar (tabletler) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .restoranust {
        width: 100%;
        min-height: auto;
        background: #FAFAFA;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px 0 50px 0;
    }

        .restoranust .restoranyazialan {
            float: left;
            padding-left: 0;
        }
}
/* Büyük cihazlar (küçük laptoplar, büyük tabletler) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .restoranust {
        width: 100%;
        min-height: auto;
        background: #FAFAFA;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px 0 50px 0;
    }

        .restoranust .restoranyazialan {
            float: left;
            padding-left: 0;
        }
}
/* Ekstra büyük cihazlar (masaüstü monitörleri) */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}

/* Restoran Detay */


/* Popup Sepet */
.modal-dialog-centered {
    max-width: 500px;
}

.menu-container {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.menu-image img {
    width: 100%;
    height: auto;
}

.menu-details {
    padding: 20px 0 0 0;
}

    .menu-details h1 {
        font-size: 15px;
        font-weight: 600;
        color: #262626;
        margin-bottom: 10px;
    }

    .menu-details p {
        font-size: 11px;
        color: #262626;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .menu-details h2 {
        font-size: 22px;
        font-weight: 700;
        color: #262626;
        margin: 20px 0;
    }

.burger-choice-section {
    margin-bottom: 20px;
}

    .burger-choice-section label {
        display: block;
        font-size: 13px;
        margin-bottom: 5px;
        color: #262626;
    }

    .burger-choice-section .checkbox-container {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .burger-choice-section input[type="checkbox"] {
        accent-color: #1BA57E;
        width: 20px;
        height: 20px;
    }

.label-required .required {
    color: #888;
}

.removable-items-section {
    margin-bottom: 20px;
}

    .removable-items-section p.section-title {
        font-size: 15px;
        font-weight: 600;
        color: #262626;
        margin-bottom: 5px;
    }

    .removable-items-section p.note {
        font-size: 12px;
        color: #777;
    }

.removable-items {
    display: flex;
    align-items: center;
}

.item {
    display: flex;
    align-items: center;
}

.quantity-btn {
    width: 25px;
    height: 25px;
    font-size: 16px;
    background-color: #ddd;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #262626;
}

    .quantity-btn:hover {
        background-color: #ccc;
    }

.quantity {
    font-size: 12px;
    margin: 0 10px;
}

.add-to-cart {
    width: 100%;
    padding: 12px;
    background-color: #CACACA;
    color: #262626;
    font-size: 14px;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .add-to-cart:hover {
        background-color: #1BA57E;
        color: #fff;
    }
/* Popup Sepet */




/* Restoran Listele */
.reslisteustmenu {
    width: 100%;
    background: #FAFAFA;
    min-height: 70px;
}

.reslistegenel {
    width: 100%;
    display: table;
    padding: 15px 0 15px 0;
}

    .reslistegenel .solalan {
        width: 100%;
        float: left;
        padding: 0 35px 0 0;
    }

        .reslistegenel .solalan .ic {
            width: 100%;
            float: left;
            border: 1px solid #DEDEDE;
            border-radius: 7px;
            min-height: 400px;
        }

            .reslistegenel .solalan .ic .filter-section {
                width: 100%;
                background-color: #fff;
                padding: 20px;
                border-radius: 8px;
            }

            .reslistegenel .solalan .ic .filter-header h3 {
                font-size: 18px;
                margin-bottom: 20px;
            }

            .reslistegenel .solalan .ic .filter-group {
                margin-bottom: 20px;
            }

                .reslistegenel .solalan .ic .filter-group h4 {
                    font-size: 15px;
                    margin-bottom: 10px;
                }

            .reslistegenel .solalan .ic label {
                display: block;
                font-size: 14px;
                margin-bottom: 10px;
            }

            .reslistegenel .solalan .ic input[type="checkbox"] {
                margin-right: 10px;
            }

            .reslistegenel .solalan .ic button {
                display: block;
                width: 100%;
                padding: 10px;
                margin-bottom: 10px;
                background: #fff;
                color: #3e5569;
                border: 1px solid #DCDCDC;
                border-radius: 100px;
                font-size: 13px;
                cursor: pointer;
            }

                .reslistegenel .solalan .ic button:hover {
                    background-color: #e2e2e2;
                }

            .reslistegenel .solalan .ic input[type="text"] {
                width: 100%;
                padding: 10px;
                margin-bottom: 15px;
                border: 1px solid #ddd;
                border-radius: 7px;
                font-size: 12px;
            }


    .reslistegenel .sagalan {
        width: 100%;
        float: left;
    }

        .reslistegenel .sagalan .search-container {
            display: flex;
            align-items: center;
            background-color: #FAFAFA;
            padding: 15px 15px 15px 20px;
            width: 100%;
            border-radius: 7px;
        }

        .reslistegenel .sagalan .search-input {
            border: none;
            outline: none;
            font-size: 12px;
            background-color: transparent;
            width: 100%;
            color: #666;
        }

        .reslistegenel .sagalan .search-container i {
            color: #929292;
            margin-right: 10px;
        }

        .reslistegenel .sagalan .search-input::placeholder {
            color: #aaa;
        }

        .reslistegenel .sagalan .kampanyaalan {
            width: 100%;
            height: auto;
            display: table;
            background: #01A657;
            margin-top: 20px;
            border-radius: 7px;
            padding: 20px;
        }

            .reslistegenel .sagalan .kampanyaalan .ustbolum {
                width: 100%;
                float: left;
            }

                .reslistegenel .sagalan .kampanyaalan .ustbolum .ustbolumsol {
                    width: 100%;
                    float: left;
                }

                    .reslistegenel .sagalan .kampanyaalan .ustbolum .ustbolumsol .saatalan {
                        float: left;
                        width: 50%;
                        display: flex;
                        align-items: center;
                    }

                        .reslistegenel .sagalan .kampanyaalan .ustbolum .ustbolumsol .saatalan i {
                            float: left;
                            font-size: 32px;
                            margin-right: 10px;
                            color: #fff;
                        }

                        .reslistegenel .sagalan .kampanyaalan .ustbolum .ustbolumsol .saatalan .countdown {
                            text-align: left;
                            color: #fff;
                            font-size: 26px;
                        }

                        .reslistegenel .sagalan .kampanyaalan .ustbolum .ustbolumsol .saatalan #minutes, #seconds {
                            margin: 0 0;
                        }

                    .reslistegenel .sagalan .kampanyaalan .ustbolum .ustbolumsol .kullanicialan {
                        width: 50%;
                        float: left;
                        color: #fff;
                        font-size: 18px;
                        display: flex;
                        align-items: center;
                        padding-top: 7px;
                    }

                    .reslistegenel .sagalan .kampanyaalan .ustbolum .ustbolumsol .kullaniciindirim {
                        width: 100%;
                        float: left;
                        color: #fff;
                        font-size: 18px;
                        padding-top: 20px;
                    }

                .reslistegenel .sagalan .kampanyaalan .ustbolum .ustbolumsag {
                    width: 100%;
                    float: left;
                }

                    .reslistegenel .sagalan .kampanyaalan .ustbolum .ustbolumsag .kampanyakutu {
                        width: 100%;
                        float: left;
                        padding: 5px;
                    }

                        .reslistegenel .sagalan .kampanyaalan .ustbolum .ustbolumsag .kampanyakutu .ic {
                            width: 100%;
                            float: left;
                            background: #fff;
                            min-height: 130px;
                            border: 5px solid #fff;
                            font-size: 13px;
                            color: #fff;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            flex-direction: column;
                            text-align: center;
                            border-radius: 5px;
                            padding: 5px
                        }

                        .reslistegenel .sagalan .kampanyaalan .ustbolum .ustbolumsag .kampanyakutu .turuncu {
                            background: #EE8602;
                        }

                        .reslistegenel .sagalan .kampanyaalan .ustbolum .ustbolumsag .kampanyakutu .mavi {
                            background: #0A6098;
                        }

                        .reslistegenel .sagalan .kampanyaalan .ustbolum .ustbolumsag .kampanyakutu .yesil {
                            background: #47C086;
                        }

        .reslistegenel .sagalan .kampanyaurun {
            width: 100%;
            margin-top: 30px;
            float: left;
        }

            .reslistegenel .sagalan .kampanyaurun .kampanyaliste {
                width: 100%;
                float: left;
                padding: 5px;
                position: relative;
            }

                .reslistegenel .sagalan .kampanyaurun .kampanyaliste .ic {
                    width: 100%;
                    height: auto;
                    display: table;
                    border: 1px solid #F4F4F4;
                    padding: 10px;
                    border-radius: 7px;
                    background: #fff;
                }

                    .reslistegenel .sagalan .kampanyaurun .kampanyaliste .ic img {
                        border-radius: 7px;
                        margin-bottom: 18px;
                    }

                    .reslistegenel .sagalan .kampanyaurun .kampanyaliste .ic .kampanyaetiketgenel {
                        position: absolute;
                        left: 10%;
                        top: 14%;
                    }

                        .reslistegenel .sagalan .kampanyaurun .kampanyaliste .ic .kampanyaetiketgenel .kampanyaetiket {
                            padding: 5px 10px 5px 10px;
                            background: #1BA57E;
                            font-size: 10px;
                            color: #fff;
                            border-radius: 5px;
                            margin-bottom: 3px;
                            float: left
                        }

                    .reslistegenel .sagalan .kampanyaurun .kampanyaliste .ic .kampanyayazialan {
                        width: 100%;
                        float: left;
                    }

                        .reslistegenel .sagalan .kampanyaurun .kampanyaliste .ic .kampanyayazialan .oncekilistebaslik {
                            float: left;
                            color: #262626;
                            font-size: 13px;
                            font-weight: 500;
                        }

                        .reslistegenel .sagalan .kampanyaurun .kampanyaliste .ic .kampanyayazialan .oncekilistepuan {
                            float: right;
                            color: #262626;
                            font-size: 13px;
                        }

                            .reslistegenel .sagalan .kampanyaurun .kampanyaliste .ic .kampanyayazialan .oncekilistepuan i {
                                color: #1BA57E;
                            }

                        .reslistegenel .sagalan .kampanyaurun .kampanyaliste .ic .kampanyayazialan .kampanyaaciklama {
                            width: 100%;
                            float: left;
                            color: #262626;
                            font-size: 11px;
                        }

                    .reslistegenel .sagalan .kampanyaurun .kampanyaliste .ic .teslimatbilgisi {
                        width: 100%;
                        float: left;
                        padding-top: 10px;
                    }

                        .reslistegenel .sagalan .kampanyaurun .kampanyaliste .ic .teslimatbilgisi .teslimatsure {
                            float: left;
                            padding-top: 10px;
                            font-size: 9px;
                            color: #ABABAB;
                            margin-right: 10px;
                        }

                            .reslistegenel .sagalan .kampanyaurun .kampanyaliste .ic .teslimatbilgisi .teslimatsure i {
                                margin-right: 3px;
                            }

                        .reslistegenel .sagalan .kampanyaurun .kampanyaliste .ic .teslimatbilgisi .teslimatucret {
                            float: left;
                            padding-top: 10px;
                            font-size: 9px;
                            color: #ABABAB;
                            margin-right: 10px;
                        }

                            .reslistegenel .sagalan .kampanyaurun .kampanyaliste .ic .teslimatbilgisi .teslimatucret i {
                                margin-right: 3px;
                            }

                        .reslistegenel .sagalan .kampanyaurun .kampanyaliste .ic .teslimatbilgisi .teslimatkurye {
                            float: left;
                            padding-top: 10px;
                            font-size: 9px;
                            color: #ABABAB;
                            font-size: bold;
                        }

                    .reslistegenel .sagalan .kampanyaurun .kampanyaliste .ic:hover {
                        border: 1px solid #1BA57E;
                        transition: all .35s;
                    }

                        .reslistegenel .sagalan .kampanyaurun .kampanyaliste .ic:hover .oncekilistebaslik {
                            float: left;
                            color: #1BA57E;
                            transition: all .35s;
                            font-size: 13px;
                            font-weight: 500;
                        }

        .reslistegenel .sagalan .kampanyabannergenel {
            width: 100%;
            float: left;
            padding: 40px 0 0 0;
        }

            .reslistegenel .sagalan .kampanyabannergenel .kampanyabannerbaslik {
                width: 100%;
                font-size: 17px;
                color: #262626;
                padding-bottom: 15px;
            }

            .reslistegenel .sagalan .kampanyabannergenel .kampanyabannerliste {
                width: 100%;
                float: left;
                padding: 5px;
            }

                .reslistegenel .sagalan .kampanyabannergenel .kampanyabannerliste img {
                    border-radius: 5px;
                }


        .reslistegenel .sagalan .oncekisiparisgenel {
            width: 100%;
            float: left;
            padding: 40px 0 0 0;
        }

            .reslistegenel .sagalan .oncekisiparisgenel .oncekisiparisbaslik {
                width: 100%;
                font-size: 17px;
                color: #262626;
                padding-bottom: 15px;
            }

            .reslistegenel .sagalan .oncekisiparisgenel .oncekiliste {
                width: 100%;
                float: left;
                padding: 5px;
                position: relative;
            }

                .reslistegenel .sagalan .oncekisiparisgenel .oncekiliste .ic {
                    width: 100%;
                    /*height: auto;*/
                    display: table;
                    border: 1px solid #F4F4F4;
                    padding: 10px;
                    border-radius: 7px;
                    background: #fff;
                }

                    .reslistegenel .sagalan .oncekisiparisgenel .oncekiliste .ic img {
                        border-radius: 7px;
                        margin-bottom: 18px;
                    }

                    .reslistegenel .sagalan .oncekisiparisgenel .oncekiliste .ic .oncekietiketgenel {
                        position: absolute;
                        left: 10%;
                        top: 8%;
                        z-index: 1;
                    }

                        .reslistegenel .sagalan .oncekisiparisgenel .oncekiliste .ic .oncekietiketgenel .oncekietiket {
                            padding: 5px 10px 5px 10px;
                            background: #1BA57E;
                            font-size: 10px;
                            color: #fff;
                            border-radius: 5px;
                            margin-bottom: 3px;
                        }

                    .reslistegenel .sagalan .oncekisiparisgenel .oncekiliste .ic .oncekiyazialan {
                        width: 100%;
                        float: left;
                    }

                        .reslistegenel .sagalan .oncekisiparisgenel .oncekiliste .ic .oncekiyazialan .oncekilistebaslik {
                            float: left;
                            color: #262626;
                            font-size: 13px;
                            font-weight: 500;
                        }

                        .reslistegenel .sagalan .oncekisiparisgenel .oncekiliste .ic .oncekiyazialan .oncekilistepuan {
                            float: right;
                            color: #262626;
                            font-size: 11px;
                        }

                            .reslistegenel .sagalan .oncekisiparisgenel .oncekiliste .ic .oncekiyazialan .oncekilistepuan i {
                                color: #1BA57E;
                            }

                        .reslistegenel .sagalan .oncekisiparisgenel .oncekiliste .ic .oncekiyazialan .oncekiaciklama {
                            width: 100%;
                            float: left;
                            color: #262626;
                            font-size: 11px;
                        }

                        .reslistegenel .sagalan .oncekisiparisgenel .oncekiliste .ic .oncekiyazialan .oncekiaciklama {
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 2; /* max 2 satır */
                            overflow: hidden;
                            text-overflow: ellipsis;
                            overflow-wrap: anywhere; /* çok uzun kelimeler için */
                        }

                    .reslistegenel .sagalan .oncekisiparisgenel .oncekiliste .ic .teslimatbilgisi {
                        width: 100%;
                        float: left;
                        padding-top: 10px;
                    }

                        .reslistegenel .sagalan .oncekisiparisgenel .oncekiliste .ic .teslimatbilgisi .teslimatsure {
                            float: left;
                            padding-top: 10px;
                            font-size: 9px;
                            color: #ABABAB;
                            margin-right: 10px;
                        }

                            .reslistegenel .sagalan .oncekisiparisgenel .oncekiliste .ic .teslimatbilgisi .teslimatsure i {
                                margin-right: 3px;
                            }

                        .reslistegenel .sagalan .oncekisiparisgenel .oncekiliste .ic .teslimatbilgisi .teslimatucret {
                            float: left;
                            padding-top: 10px;
                            font-size: 9px;
                            color: #ABABAB;
                            margin-right: 10px;
                        }

                            .reslistegenel .sagalan .oncekisiparisgenel .oncekiliste .ic .teslimatbilgisi .teslimatucret i {
                                margin-right: 3px;
                            }

                        .reslistegenel .sagalan .oncekisiparisgenel .oncekiliste .ic .teslimatbilgisi .teslimatkurye {
                            float: left;
                            padding-top: 10px;
                            font-size: 9px;
                            color: #ABABAB;
                            font-size: bold;
                        }

                    .reslistegenel .sagalan .oncekisiparisgenel .oncekiliste .ic:hover {
                        border: 1px solid #1BA57E;
                        transition: all .35s;
                    }

                        .reslistegenel .sagalan .oncekisiparisgenel .oncekiliste .ic:hover .oncekilistebaslik {
                            float: left;
                            color: #1BA57E;
                            transition: all .35s;
                            font-size: 13px;
                            font-weight: 500;
                        }


        .reslistegenel .sagalan .sagrestlistegenel {
            width: 100%;
            float: left;
            padding: 40px 0 0 0;
        }

            .reslistegenel .sagalan .sagrestlistegenel .sagrestlistebaslik {
                width: 100%;
                font-size: 17px;
                color: #262626;
                padding-bottom: 15px;
            }

        .reslistegenel .sagalan .sagrestliste {
            width: 100%;
            float: left;
            padding: 10px;
        }

            .reslistegenel .sagalan .sagrestliste .ic {
                width: 100%;
                height: auto;
                display: table;
                border: 1px solid #F4F4F4;
                padding: 15px;
                border-radius: 7px;
            }

                .reslistegenel .sagalan .sagrestliste .ic img {
                    border-radius: 7px;
                    margin-bottom: 18px;
                }

                .reslistegenel .sagalan .sagrestliste .ic .sagrestetiketgenel {
                    position: absolute;
                    left: 10%;
                    top: 14%;
                }

                    .reslistegenel .sagalan .sagrestliste .ic .sagrestetiketgenel .sagrestetiket {
                        padding: 5px 10px 5px 10px;
                        background: #1BA57E;
                        font-size: 10px;
                        color: #fff;
                        border-radius: 5px;
                        margin-bottom: 3px;
                        float: left
                    }

                .reslistegenel .sagalan .sagrestliste .ic .sagrestyazialan {
                    width: 100%;
                    float: left;
                }

                    .reslistegenel .sagalan .sagrestliste .ic .sagrestyazialan .sagrestlistebaslik1 {
                        float: left;
                        color: #262626;
                        font-size: 13px;
                        font-weight: 500;
                    }

                    .reslistegenel .sagalan .sagrestliste .ic .sagrestyazialan .sagrestlistepuan {
                        float: right;
                        color: #262626;
                        font-size: 13px;
                    }

                        .reslistegenel .sagalan .sagrestliste .ic .sagrestyazialan .sagrestlistepuan i {
                            color: #1BA57E;
                        }

                    .reslistegenel .sagalan .sagrestliste .ic .sagrestyazialan .sagrestaciklama {
                        width: 100%;
                        float: left;
                        color: #262626;
                        font-size: 11px;
                    }

                .reslistegenel .sagalan .sagrestliste .ic:hover {
                    border: 1px solid #1BA57E;
                    transition: all .35s;
                }

                    .reslistegenel .sagalan .sagrestliste .ic:hover .sagrestlistebaslik {
                        float: left;
                        color: #1BA57E;
                        transition: all .35s;
                        font-size: 13px;
                        font-weight: 500;
                    }


/* ---- Mobil görünürlük kuralları ---- */
@media (max-width: 768px) {
    .reslistegenel .solalan {
        display: none !important;
    }
    /* Sol filtre kolonunu gizle */
    .mobile-filter-bar {
        display: block !important;
        margin: 10px 0;
    }
    /* Butonu göster */
}

@media (min-width: 769px) {
    .mobile-filter-bar {
        display: none;
    }
    /* Desktop'ta buton gizli, sol kolon zaten görünecek */
}

/* ---- Bottom-sheet ve backdrop ---- */
.filter-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    z-index: 3999;
}

    .filter-backdrop.open {
        opacity: 1;
        pointer-events: auto;
    }

.filter-sheet {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    background: #fff;
    border-radius: 14px 14px 0 0;
    box-shadow: 0 -8px 24px rgba(0,0,0,.18);
    z-index: 4000;
    transition: bottom .25s ease;
    max-height: 86vh;
    display: flex;
    flex-direction: column;
}

    .filter-sheet.open {
        bottom: 0;
    }

.sheet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    font-size: 16px;
}

.sheet-close {
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
}

.sheet-body {
    padding: 8px 16px;
    overflow: auto;
}

.sheet-footer {
    position: sticky;
    bottom: 0;
    display: flex;
    gap: 10px;
    padding: 10px 16px;
    border-top: 1px solid #eee;
    background: #fff;
}

.mobile-filter-btn {
    width: 100%;
    border: 1px solid #DCDCDC;
    background: #fff;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-clear {
    flex: 1;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
}

.btn-apply {
    flex: 2;
    border: none;
    background: #1BA57E;
    color: #fff;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
}

/* ---- Akordeon ---- */
.acc-item {
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 8px 0;
}

.acc-toggle {
    width: 100%;
    text-align: left;
    background: #FAFAFA;
    border: none;
    padding: 12px 12px;
    border-radius: 10px;
}

.acc-content {
    display: none;
    padding: 10px 12px;
}

.acc-item.open .acc-content {
    display: block;
    display: inline-grid;
}

/* ---- Chip ve arama ---- */
.sheet-search {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 13px;
}

/* Yatay kaydırmalı tek satır chip’ler */
.chip-row {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap; /* sarmayı kapat */
    white-space: nowrap; /* güvence */
    -webkit-overflow-scrolling: touch; /* iOS momentum scroll */
    padding: 6px 2px;
    scrollbar-width: none; /* Firefox: çubuğu gizle */
}

    .chip-row::-webkit-scrollbar {
        display: none;
    }
/* WebKit: çubuğu gizle */

/* Chip’ler satır içinde akacak */
.chip {
    flex: 0 0 auto;
    border: 1px solid #DCDCDC;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13px;
    background: #fff;
    cursor: pointer;
    scroll-snap-align: start; /* istersen snap akışı */
}

    .chip.selected {
        border-color: #1BA57E;
        background: #E9F7F1;
        color: #1BA57E;
        font-weight: 600;
    }

.chip-row-wrap {
    position: relative;
}

.chip-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(255,255,255,.95);
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    cursor: pointer;
}

    .chip-arrow.prev {
        left: -6px;
    }

    .chip-arrow.next {
        right: -6px;
    }

@media (min-width:769px) {
    .chip-arrow {
        display: none;
    }
    /* desktop’ta okları gizle */
}


/* (Opsiyonel) sadece mobilde zorla tek satır; desktop’ta sarabilir */
@media (min-width: 769px) {
    .chip-row {
        overflow-x: visible;
        flex-wrap: wrap; /* masaüstünde sarabilir */
        white-space: normal;
    }
}

/* Küçük cihazlar (telefonlar, dikey) */
@media only screen and (max-width: 575px) {
    .reslistegenel {
        width: 100%;
        display: inherit;
        padding: 15px 0 15px 0;
    }
}
/* Orta cihazlar (tabletler) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reslistegenel {
        width: 100%;
        display: inherit;
        padding: 15px 0 15px 0;
    }
}
/* Büyük cihazlar (küçük laptoplar, büyük tabletler) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .reslistegenel {
        width: 100%;
        display: inherit;
        padding: 15px 0 15px 0;
    }
}
/* Ekstra büyük cihazlar (masaüstü monitörleri) */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}

/* Restoran Listele */





/* Cüzdan Karti */
.cuzdan
.cuzdan .card {
    border-radius: 10px;
    border: 1px solid #DEDEDE;
}

.cuzdan .wallet h2 {
    font-size: 36px;
    font-weight: bold;
    margin-top: 10px;
}

.cuzdan .wallet .card-title {
    font-size: 20px;
    font-weight: bold;
}

.cuzdan .wallet .card-text {
    font-size: 14px;
    color: #6c757d;
}

.cuzdan .settings-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.cuzdan .payment-method .card-title {
    font-size: 18px;
    font-weight: bold;
    color: #343a40;
}

.cuzdan .payment-method p {
    font-size: 14px;
    color: #6c757d;
}

.cuzdan .payment-method a {
    font-size: 14px;
    color: #1BA57E;
    text-decoration: none;
}

    .cuzdan .payment-method a:hover {
        text-decoration: underline;
    }

.cuzdan .transactions .card-title {
    font-size: 18px;
    font-weight: bold;
}

.cuzdan .transactions .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
}

    .cuzdan .transactions .list-group-item:last-child {
        border-bottom: none;
    }

    .cuzdan .transactions .list-group-item p {
        font-size: 14px;
        color: #333;
    }

    .cuzdan .transactions .list-group-item span {
        color: gray;
        font-size: 12px;
    }

    .cuzdan .transactions .list-group-item .text-muted {
        font-size: 12px;
        color: #6c757d;
    }

    .cuzdan .transactions .list-group-item span:last-child {
        font-weight: bold;
        color: #343a40;
    }

.cuzdan h5, h2, p, span, a {
    font-size: 13px;
}

.cuzdan .text-warning {
    color: #1BA57E !important;
    font-size: 13px;
}

.cuzdan .text-muted {
    color: #6c757d !important;
}
/* Cüzdan Karti */


/* Siparisler */
.siparisust {
    width: 100%;
    background: #FAFAFA;
    border-radius: 7px;
    min-height: 130px;
    padding: 0 0 0 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

    .siparisust h1 {
        width: 100%;
        font-size: 20px;
        color: #262626;
        float: left;
    }

    .siparisust p {
        width: 100%;
        font-size: 13px;
        color: #262626;
        float: left;
        padding-top: 5px;
    }


.siparisicgenel {
    width: 100%;
    padding: 85px 0 50px 0;
    display: table;
}

.siparisicbaslik {
    width: 100%;
    font-size: 20px;
    color: #262626;
    float: left;
    padding-bottom: 20px;
}

.siparisicgenel .order-card {
    display: flex;
    padding: 15px;
    background-color: white;
    border-radius: 10px;
    width: 49%;
    border: 1px solid #DEDEDE;
    float: left;
    margin: 0.5%;
}

.siparisicgenel .image-placeholder {
    border-radius: 8px;
    margin-right: 15px;
}

    .siparisicgenel .image-placeholder img {
        border-radius: 7px;
    }

.siparisicgenel .order-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.siparisicgenel h2 {
    font-size: 14px;
    margin-bottom: 5px;
}

.siparisicgenel .date {
    color: #929292;
    font-size: 12px;
    margin-bottom: 5px;
}

.siparisicgenel .item {
    font-size: 14px;
    margin-bottom: 7px;
}

.siparisicgenel .price {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.siparisicgenel .repeat-order {
    background-color: #1BA57E;
    color: white;
    padding: 7px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    align-self: flex-start;
}

    .siparisicgenel .repeat-order:hover {
        background-color: #e37400;
    }

/* Küçük cihazlar (telefonlar, dikey) */
@media only screen and (max-width: 575px) {
    .siparisicgenel .order-card {
        display: flex;
        padding: 15px;
        background-color: white;
        border-radius: 10px;
        width: 100%;
        border: 1px solid #DEDEDE;
        float: left;
        margin: 0;
    }
}
/* Orta cihazlar (tabletler) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
/* Büyük cihazlar (küçük laptoplar, büyük tabletler) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/* Ekstra büyük cihazlar (masaüstü monitörleri) */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}

/* Siparisler */


/* Siparis Detay */
.custom-card {
    border-radius: 10px;
    border: 1px solid #DEDEDE;
}

    .custom-card .image-placeholder {
        width: 100px;
        height: 100px;
    }

        .custom-card .image-placeholder img {
            border-radius: 7px;
        }

    .custom-card .order-text-muted {
        color: #6c757d;
    }

    .custom-card .order-price {
        text-align: right;
        font-weight: bold;
        color: #333;
    }

.order-button {
    background-color: #1BA57E;
    border: none;
    font-size: 13px;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    color: white;
    text-align: center;
}

    .order-button:hover {
        background-color: #F9D125;
        border-color: #e37400;
    }

.order-location-info {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
}

    .order-location-info i {
        color: #1BA57E;
        margin-right: 8px;
    }

.order-summary-section {
    padding: 20px;
    font-size: 14px;
}

    .order-summary-section .order-summary-item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .order-summary-section hr {
        margin: 10px 0;
    }

    .order-summary-section .total-summary {
        font-weight: bold;
    }
/* Siparis Detay */


.slick-slide {
    margin: 0 0;
}

.slick-list {
    margin: 0px -5px 0px -5px;
}

.yenikayan button.slick-next, .yenikayan button.slick-next:hover {
    position: absolute;
    right: 1%;
    width: 15px;
    height: 28px;
    top: 40%;
    background: url(../img/genel/right.png) no-repeat center top;
}

.yenikayan button.slick-prev, .yenikayan button.slick-prev:hover {
    position: absolute;
    left: 1%;
    z-index: 1;
    width: 15px;
    top: 40%;
    height: 28px;
    background: url(../img/genel/left.png) no-repeat center top;
}

.yenikayan .slick-prev:before, .slick-next:before {
    font-size: 70px;
    color: #EA8496;
    line-height: inherit;
    font-weight: bold;
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '';
}

[dir='rtl'] .slick-prev:before {
    content: '';
    font-weight: bold;
    font-size: 20px;
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '';
}

[dir='rtl'] .slick-next:before {
    content: '';
}


.slick-dots {
    display: flex;
    justify-content: center;
    margin: 20px;
    padding: 0 10px;
    list-style-type: none;
}

    .slick-dots li {
        margin: 0 3px 0 3px;
    }

    .slick-dots button {
        display: block;
        width: 35px;
        height: 8px;
        padding: 0;
        border: none;
        background-color: #333;
        text-indent: -9999px;
        border-radius: 2px;
    }

    .slick-dots li.slick-active button {
        background-color: #F1831D;
        outline: none;
        border: none;
        cursor: pointer;
    }


.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

    .hvr-underline-from-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 0;
        background: #72150F;
        height: 1px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
        right: 0;
    }

/*    Harita Kodları    */
.adres-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    max-width: 1200px;
    margin: auto;
}

.adres-text {
    font-size: 28px;
    font-weight: bold;
}

.adres-box {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 550px;
    width: 100%;
}

.modal-adres-box {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 10px;
    padding: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 560px;
    width: 100%;
}

.adres-input {
    flex: 1;
    border: none;
    padding: 10px;
    font-size: 14px;
    outline: none;
}

.adres-konum-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #1BA57E;
    display: flex;
    align-items: center;
    gap: 5px;
}

.adres-kesfet-btn {
    background: #1BA57E;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
}

    .adres-kesfet-btn:hover {
        background: #198f6e;
    }

.konum-close {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 28px;
    height: 28px;
    border-radius: 100px;
    display: flex;
    align-items: center; /* dikey ortala */
    justify-content: center; /* yatay ortala */

    font-size: 18px; /* isteğe göre */
    line-height: 1; /* taşmayı önler */
    background-color: #ddd;
    cursor: pointer;
    border: none; /* buton ise kenarlık kaldır */
    padding: 0; /* ekstra boşluk olmasın */
    user-select: none; /* × seçilmesin */
}

.konum-harita-container {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    background: #ddd;
}

#konum-harita {
    width: 100%;
    height: 100%;
}

.adres-box {
    position: relative;
    display: flex;
    align-items: center;
}

.adres-clear-btn {
    position: absolute;
    right: 30px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #1BA57E;
    background-color: whitesmoke;
}

.terms-consent {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.terms-checkbox {
    width: inherit;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin: 10px;
}

.terms-link {
    font-size: 13px;
    color: #1BA57E;
}

.terms-label {
    cursor: pointer;
    font-size: 13px;
}

.complete-order-btn[disabled] {
    opacity: .5;
    pointer-events: none;
}


@media (max-width: 768px) {
    .adres-banner {
        flex-direction: column;
        text-align: center;
    }

    .adres-box {
        max-width: 100%;
    }
}



/* OVERLAY (değiştir) */
.konum-modal {
    display: none; /* açık/kapalıyı JS ile yönetmeye devam */
    position: fixed;
    inset: 0; /* left/top/width/height yerine kısayol */
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: flex-start; /* start -> flex-start */
    padding: 24px 12px; /* üstten nefes payı */
    overflow: hidden; /* ÖNEMLİ: overlay değil içerik scroll olacak */
}

/* MODAL KUTUSU (değiştir) */
.konum-modal-content {
    background: #fff;
    width: min(600px, 90vw);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    text-align: left; /* global center butonları bozabiliyor */
    position: relative; /* ÖNEMLİ: fixed'i kaldır */
    margin-top: 0; /* fixed kaldırılınca auto'ya gerek yok */
    /* Scroll'u burada yap */
    max-height: calc(100vh - 48px); /* ekranı taşmasın */
    overflow: auto; /* içerik kayar */
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575px) {
    .konum-modal {
        align-items: flex-start;
        padding: 16px 10px;
    }

    .konum-modal-content {
        width: 100%;
        max-width: 100%;
        /* alt menüyü ve üst paddingi hesaba kat */
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }
}


/* Grid Sistemi */
.grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.col-6 {
    width: calc(50% - 5px); /* 2 kolon */
    padding-right: 2px;
    padding-left: 2px;
}

.col-4 {
    width: calc(33.33% - 7px); /* 3 kolon */
    padding-right: 2px;
    padding-left: 2px;
}

/* Küçük ekranlar için (Mobil) */
@media (max-width: 600px) {
    .col-6, .col-4 {
        width: 100%; /* Mobilde tek sütun */
    }

    .grid {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
    }
}

.address-header {
    color: #444;
    margin-top: 8px;
    margin-bottom: 10px;
}
/* Input ve Label Tasarımı */
.adres-bilgileri label {
    display: block;
    font-size: 12px;
    color: #444;
    font-weight: bold;
    text-align: start;
    margin-top: 3px;
}

.adres-bilgileri input,
.adres-bilgileri select,
.adres-bilgileri textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
    margin-top: 3px;
}

/* Adres Tarifi ve Adres Başlığı (Tam Genişlik) */
.full-width {
    width: 100%;
    padding-right: 2px;
    padding-left: 2px;
}

/* Buton */
.konum-kullan-btn {
    width: 100%;
    background-color: #1BA57E;
    color: white;
    padding: 5px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 6px;
    transition: background 0.3s ease;
}

    .konum-kullan-btn:disabled {
        background: #ccc;
        cursor: not-allowed;
    }

.usttabmenu {
    width: 100%;
    background: #1BA57E;
    overflow-x: auto;
    white-space: nowrap;
    display: block;
}

    .usttabmenu .liste {
        display: table-cell;
        padding: 15px 20px;
        color: #fff;
        text-align: center;
        font-weight: 500;
        font-size: 15px;
        white-space: nowrap;
    }

        .usttabmenu .liste a {
            color: inherit;
            text-decoration: none;
        }

        .usttabmenu .liste.active {
            background: #fff;
            color: #1BA57E;
            border-radius: 5px 5px 0 0;
            margin-top: -5px;
        }


.cuisine-section {
    position: relative;
    margin: 10px 0 40px 0;
}

.cuisine-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cuisine-slider {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 5px;
    /* Scrollbar gizle */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

    .cuisine-slider::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }


.cuisine-card {
    flex: 0 0 auto;
    width: 150px;
    text-align: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

    .cuisine-card:hover {
        transform: translateY(-4px);
    }

    .cuisine-card.selected {
        border: 3px solid #1BA57E; /* istediğin renkte border */
        border-radius: 8px; /* köşeleri yumuşak olsun istersen */
    }


.cuisine-img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.cuisine-name {
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #202320;
}

.cuisine-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    cursor: pointer;
}

    .cuisine-arrow i {
        font-size: 16px;
        color: #333;
    }

    .cuisine-arrow.prev {
        left: -15px;
    }

    .cuisine-arrow.next {
        right: -15px;
    }

.cuisine-pill.selected {
    border-color: #1BA57E;
    background: #E9F7F1;
    color: #1BA57E;
    font-weight: 600;
}


@media(max-width: 768px) {
    .cuisine-card {
        width: 120px;
    }
}

.reviews-summary .stars {
    font-size: 18px;
    line-height: 1;
}

.reviews-list {
    display: grid;
    gap: 12px;
}

.review-item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

    .review-item:last-child {
        border-bottom: 0;
    }

.review-text {
    white-space: pre-wrap;
}

.hr-soft {
    border: 0;
    height: 1px;
    background: rgba(0,0,0,0.06);
    margin: 12px 0;
}

/* Ana Arama Alanı Stilleri */
.main-search-container {
    padding: 0 0 15px 0;
    width: 100%;
}

/* Mevcut wrapper'ı güncelle */
.search-box-wrapper {
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    border-radius: 50px;
    padding: 2px 5px 2px 25px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

/* Sol ikon */
.search-icon {
    color: #888;
    font-size: 16px;
    margin-right: 15px;
}

/* Input ayarı - Kalan boşluğu doldurması için flex:1 */
.search-input {
    flex: 1; /* Önemli: Input kalan tüm alanı kaplasın */
    border: none;
    background: transparent;
    outline: none;
    font-size: 15px;
    color: #333;
    padding: 5px 0;
}

/* Yeni Sağ Buton Stilleri */
.search-submit-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: #ffca34;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: background-color 0.2s;
    flex-shrink: 0; /* Butonun sıkışmasını engeller */
}

    .search-submit-btn:hover {
        background-color: #1ba57e; /* Hover rengi */
    }

    .search-submit-btn i {
        font-size: 16px;
    }

/* === EŞLEŞEN ÜRÜNLER ALANI (Düzeltilmiş) === */

/* 1. Dış Kapsayıcı: En alta iter, çizgi çeker */
.matched-products-container {
    width: 100%;
    margin-top: auto; /* Kartın en altına yaslar */
    padding-top: 8px; /* Çizgi ile içerik arası boşluk */
    border-top: 1px solid #f0f0f0; /* İnce ayırıcı çizgi */
    display: flex;
    flex-direction: column; /* İçerikleri alt alta dizer (Başlık üstte, etiketler altta) */
}

/* 2. Başlık: "Eşleşen Lezzetler" */
.match-title {
    font-size: 11px;
    color: #999;
    font-weight: 600;
    width: 100%; /* Satırı kapla */
    margin-bottom: 6px; /* Etiketlerle mesafe */
    text-align: left;
}

/* 3. Etiket Sarmalayıcı */
.matched-products-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
}

/* 4. Etiketler (Badge) */
.match-badge {
    font-size: 10px;
    background-color: #f9f9f9;
    color: #555;
    padding: 3px 8px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .match-badge.more {
        background-color: #fff;
        color: #ff6000;
        font-weight: 700;
        border-color: #ffe0b2;
    }

/* Sonuç Bulunamadı Alanı */
.no-result {
    text-align: center;
    padding: 50px 0;
    color: #777;
}

    .no-result i {
        font-size: 48px;
        margin-bottom: 15px;
        display: block;
    }

/* Mobilde biraz daha sıkışık görünmesi için */
@media (max-width: 768px) {
    .main-search-container {
        padding: 10px 15px; /* Mobilde yanlardan boşluk bırak */
    }

    .search-box-wrapper {
        padding: 10px 15px;
    }
}


/* === 1. HİZALAMA VE EŞİT YÜKSEKLİK (FLEXBOX) === */

/* Satır: Kartları esnek kutu modeline geçirir */
#restaurantList {
    display: flex;
    flex-wrap: wrap;
}

    /* Kolon: Her kolonun içindeki içeriği dikeyde tam boy yapar */
    #restaurantList > .col-sm-3 {
        display: flex;
        flex-direction: column;
        /* Bootstrap'in float özelliğini eziyoruz ki flex çalışsın */
        float: none;
    }

/* Kartın Kendisi: Yüksekliği %100 yaparak kolonu doldurmasını sağlarız */
.oncekiliste {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* Senin orijinal tasarım özelliklerin burada kalacak */
}

/* İçerik Kutusu (.ic): İçeriği yayar */
.ic {
    flex: 1; /* Alanı doldur */
    flex-direction: column;
    justify-content: space-between; /* İçerik ve alt kısım arasını aç */
}

/* === 2. GÖRSEL DÜZENİ (Resimler Eşit Boyda Olsun) === */
.card-media {
    width: 100%;
    height: 150px; /* Sabit bir yükseklik veriyoruz ki hizalar bozulmasın */
    overflow: hidden;
    position: relative;
}

    .card-media img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Resmi bozmadan kutuya sığdırır */
    }

/* === 3. METİN TAŞMASINI ENGELLEME (Ellipsis) === */

/* Yazı alanının genişlik dışına taşmasını engellemek için kritik */
.oncekiyazialan {
    width: 100%;
    min-width: 0; /* Flex içinde text-overflow çalışması için gerekli */
}

/* Başlık ve Açıklama için ortak kural: Tek satır ve ... */
.oncekilistebaslik,
.oncekiaciklama {
    overflow: hidden; /* Taşanı gizle */
    text-overflow: ellipsis; /* Sonuna ... koy */
    display: block; /* Blok eleman gibi davran */
    width: 100%;
}

/* Eşleşen ürünler alanı kartın en altına yaslansın */
.matched-products-container {
    margin-top: auto;
    padding-top: 5px;
}

