.YoneticiGirisi {
    background: #2a2828;
    color: white;
    text-align: center;
}

/* WHATSAPP ARAMA LİNKLERİ */
.whatsapp_arama {
    position: fixed;
    bottom: 49px;
    right: 65px;
    z-index: 99;
}

@media (max-width : 770px) { /* Mobilde 770px altında çalışacak kodlar */
    .whatsappResim {
        width: 150px;
    }

    .go-top.active {
        top: 97%;
    }

    .whatsapp_arama {
        bottom: 12px;
        right: 63px;
    }
    .BannerAdi {
        font-size: 27px;
   
    }
    .mobildeGizle{
        display:none;
    }
    .FiyatveButton {
        min-height: auto;
    }
}

@media (max-width : 320px) {
    /* Mobilde 320px altında çalışacak kodlar */
    .whatsappResim {
        width: 130px;
    }

    .whatsapp_arama {
        bottom: 10px;
        right: 10px;
    }
   
}

/* / WHATSAPP ARAMA LİNKLERİ */


/* Ürün List Resimler */

.UrunListItemResim {
    min-height: 362px;
    overflow: hidden;
    /* border: 2px solid #fff; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    position: relative;
}


.UrunDetayUrunSlider {
    min-height: 730px;
    overflow: hidden;
    /* border: 2px solid #fff; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    position: relative;
}

/* / Ürün List Resimler */

/* SEPET ÜRÜNLERİNİN NİTELİK TASARIMI */
.SepetUrunResimTutucu {
    width: 100%;
    height: 140px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
}

.sepetNitelikBilgisi {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}


.NitelikAdi {
    color: #484848;
    font-weight: bold;
    float: left;
}

.NitelikDegerAdi {
    float: left;
}

.UrunNitelik {
    float: left;
}

.UrunNitelikDegeri {
    float: left;
}

.FiyatBilgi {
    font-weight: bold;
    color: #484848;
}

.NitelikFiyat {
    float: left;
}

.clearBoth {
    clear: both;
}


.SepetBaslik {
    font-size: 18px;
    color: #591f12;
    font-family: 'Montserrat', sans-serif;
}

.siparisKabul {
    font-size: 14px;
    padding-top: 6px;
}


.btn-outline-warning {
    color: #ff8c00;
    border-color: #ff8c00;
}

    .btn-outline-warning:hover {
        background-color: #ff8c00;
        color: #fff;
    }

.list-group-item {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}

    .list-group-item input[type="radio"] {
        margin-right: 15px;
    }

.badge-secondary {
    background-color: #6c757d;
}

.btn-link {
    color: #6c757d;
}

    .btn-link:hover {
        color: #333;
    }

.SepetAdresTutucu {
    background: white;
    cursor:pointer;
    color: #0e0808;
    height:100px;
}

.SepetAdresTutucuAktif {
    background: #edbeac;
    color: #591f12;
    cursor:default !important;
}

.SepetAdresBaslik {
    font-size: 14px;
    font-weight:bold;
}

.SepetAdresAciklama {
    font-size: 12px;
    font-weight:500;
    padding-right:15px;
}

.DuzenlemeYap:hover {
    color: #bb4930;
}

.DuzenlemeYap {
    cursor: pointer;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}
.breadcrumb-item{
    font-size:14px;
}
.breadcrumb .active {
    color: #bb4930;
}


/* SİPARİŞ SAYFASI */
.siparis-baslik {
    background-color: #591F12;
    color: white;
    padding: 10px;
    font-weight: bold;
}

.siparis-satir {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .siparis-satir:hover {
        background-color: #f1f1f1;
    }

.rozet {
    padding: 0.5em 0.75em;
    font-size: 0.9em;
}

.bg-ozel-primary {
    background-color: #591F12;
    color: white;
}

.bg-ozel-info {
    background-color: #854D27;
    color: white;
}

.bg-ozel-warning {
    background-color: #B68D40;
    color: white;
}

.bg-ozel-success {
    background-color: #4C7C4C;
    color: white;
}

.bg-ozel-danger {
    background-color: #8A3333;
    color: white;
}

.siparis-detay span, .siparis-detay a {
    color: #591F12;
}

    .siparis-detay a:hover {
        color: #854D27;
    }
    /* ADRES BİLGİLERİ */
.adres-bilgi {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.adres-detay {
    flex-grow: 1;
}

.adres-aksiyon {
    display: flex;
    gap: 10px;
}
.accordion-button:not(.collapsed) {
    color: #353535;
    background-color: #fbe9e4;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.bos-adres {
    text-align: center;
    padding: 50px;
    color: #591F12;
}

    .bos-adres .bos-icon {
        font-size: 50px;
        margin-bottom: 20px;
        color: #591F12;
    }

    .bos-adres .bos-mesaj {
        font-size: 24px;
        font-weight: bold;
    }

    .bos-adres .bos-aciklama {
        font-size: 16px;
        color: #6c757d;
    }
.sepetDetayUrunList:first-child {
    border-top: 1px solid #ccc;

}
.sepetDetayUrunList{
    border-bottom:1px solid #ccc;
}