@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


/* Scrollbar genişliğini ayarlar */
::-webkit-scrollbar {
    width: 10px; /* Dikey scrollbar genişliği */
    height: 10px; /* Yatay scrollbar yüksekliği */
}

/* Scrollbar track (arka planını) ayarlar */
::-webkit-scrollbar-track {
    background: rgba(241, 241, 241, 0);
    border-radius: 10px;
}

/* Scrollbar thumb (tutma yeri) */
::-webkit-scrollbar-thumb {
    background: #b5b5b5;
    border-radius: 10px;
}

/* Scrollbar üzerine gelindiğinde */
::-webkit-scrollbar-thumb:hover {
    background: rgba(85, 85, 85, 0);
}


.headerTop{
    background-color: var(--sistemPrimary);
    color: #fff;
    padding: 10px;
    font-size: 13px;
}

.headerTop a{
    color:#fff;
    text-decoration:none;
    border-right: 1px solid #fff;
    padding-right: 10px;
    padding-left: 5px;
}

.headerTop a:last-child{
    border:none;
}

.header .logo{
    width: 190px;
    text-align: center;
}

.header .headerMenu a{
    color: #000;
    margin-left: 10px;
    text-decoration: none;
    font-weight: 500;
}

.header .headerMenu a:hover{
    color:var(--sistemPrimary);
}

.header .kurlar .kurBlk{padding-right: 15px;}

.header .kurlar .sembol{color: var(--sistemPrimary);font-weight: bold;font-size: 18px;}

.headerBottom .all_category{
    border: 2px solid #dee2e6;
    border-radius: 5px;
    width: 180px;
    margin-right: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight:600;
    cursor: pointer;
}

.headerBottom .all_category i{
    margin-right:10px;
}

.headerBottom input{
    border-width:2px;
}
.headerBottom input:focus{
    border-color:var(--sistemPrimary)!important;
    box-shadow: none!important;
}

.headerBottom input{
    padding-left: 50px!important;
}

.headerBottom .form-floating>label{
    left: 40px!important;
}

.headerBottom .form-floating i{
    position:absolute;
    left: 16px;
    top: 17px;
    font-size: 25px;
    color: var(--sistemPrimary);
}

.headerBottom .actions a{
    font-size: 25px;
    margin-top: 7px;
}
.headerBottom .actions a:hover{
    color: var(--sistemPrimary);
}

.header .actions a{
    font-size: 25px;
    margin-top: 7px;
}
.header .actions a:hover{
    color: var(--sistemPrimary);
}



.headerSidebar .leftShadow{
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.headerSidebar.active .leftShadow{
    display: block;
}

@media (min-width: 991px) {
    .headerSidebar .leftSidebar{
        width:400px;
        position: fixed;
        height: 100%;
        background-color: #fff;
        left: -400px;
        top: 0;
        border-radius: 0px 5px 5px 0px;
        box-shadow: 0px 0px 7px 0px #0000003d;
        transition: all 0.5s;
        z-index: 11111;
    }

    .headerSidebar.active .leftSidebar{
        left:0px;
    }
}
@media (max-width: 991px) {
    .taksit-kart{
        width: 100%!important;
        margin-right: 0!important;
    }
    .headerSidebar .leftSidebar{
        width: 280px;
        position: fixed;
        height: 100%;
        background-color: #fff;
        left: -90%;
        top: 0;
        border-radius: 0px 5px 5px 0px;
        box-shadow: 0px 0px 7px 0px #0000003d;
        transition: all 0.5s;
        z-index: 9999;
    }

    .headerSidebar.active .leftSidebar{
        left:0px;
        overflow-y: scroll;
    }
}


.headerSidebar .leftSidebar .kategoriler{
    width: 130px;
    height: 100%;
    overflow-y: scroll;
    border-right: 1px solid #e9e9e9;
    padding-left: 10px;
}


.headerSidebar .leftSidebar .kategoriler .katBlok{
    text-align: center;
    padding: 7px;
    font-size: 12px;
    border-bottom: 1px solid #e9e9e9;
    cursor: pointer;
}

.headerSidebar .leftSidebar .kategoriler .katBlok.active{
    background-color:var(--sistemPrimary);
    color:#fff;
}

.headerSidebar .leftSidebar .kategoriler .katBlok .ibare{
    font-size: 20px;
    font-weight: bold;
}

.kategorilerSayfa{
    margin-bottom: 75px!important;
}

.headerSidebar .leftSidebar .altKategori{
    padding:5px 10px;
    border-bottom:1px solid #e9e9e9;
    font-size:12px;
    align-items:center;
    cursor:pointer;
}

.headerSidebar .leftSidebar .altKategori .katAdi{
    padding-left:10px;
}


.headerSidebar .leftSidebar .gelenAltKategoriler{
    height:100%;
    overflow-y:scroll;
}


.headerSidebar .leftSidebar .altmenuvar:not(.collapsed){
    background-color: var(--sistemPrimary);
    color: #fff!important;;
}


.pageLoading{
    width:100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffff91;
    text-align: center;
    z-index: 999999;
    display: none;
}
.pageLoading i{
    color: var(--sistemPrimary);
    font-size: 50px;
    animation-duration: 0.5s;
    margin-top: 20%;

}


.footer{
    background-color: rgba(var(--sistemPrimaryRgb),0.1);
    padding-top: 20px;
}

.footer .adresBlok i{
    width: 40px;
    font-size:23px;
    color:var(--sistemPrimary);
}
.footer .adresBlok span{
    font-size:14px;
}

.footer .menuBaslik{
    font-size: 18px;
    font-weight: 600;
    color: var(--sistemPrimary);
}
.footer .menuHr{
    margin: 8px 0;
    border-color: #a4a4a4;
}
.footer .menuler{
    margin: 0;
    padding: 0;
}

.footer .menuler li{
    list-style-type:none;
    margin-bottom: 10px;

}
.footer .menuler i{
    margin-right: 5px;
    font-size: 25px;
    color: var(--sistemPrimary);
}

.footer .sosyalmedya{
    margin: 0;
    padding: 0;
    display: flex;

}

.footer .sosyalmedya li{
    list-style-type:none;
    margin-right:10px;
}
.footer .sosyalmedya i{
    margin-right: 5px;
    font-size: 25px;
    color: var(--sistemPrimary);
}



.widgetInput:focus{
    border-color:var(--sistemPrimary)!important;
    box-shadow: none!important;
}

.widgetInputFloating>.widgetInput, .widgetInputFloating>.widgetInput-plaintext, .widgetInputFloating>.form-select{
    padding: 0;
    height: 38px;
    min-height: unset;
}

.widgetInputFloating>label {
    padding: 7px;
}

.widgetInputFloating>.widgetInput:focus~label::after, .widgetInputFloating>.widgetInput:not(:placeholder-shown)~label::after, .widgetInputFloating>.form-select~label::after{
    height: unset;
}

.nav-underline .nav-link.active, .nav-underline .show>.nav-link{
    color: var(--sistemPrimary);
    border-bottom-color: var(--sistemPrimary);
}

.row{
    --bs-gutter-x:0;
}
.text-primary{
    color: var(--sistemPrimary)!important;
}
.form-check-input:checked {
    background-color: var(--sistemPrimary)!important;
    border-color: var(--sistemPrimary)!important;
}
.form-check-input:focus {
    border-color: rgba(var(--sistemPrimaryRgb),0.7);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(var(--sistemPrimaryRgb), .25);
}

.form-check-input{
    height: 20px;
}
.form-check{
    display:flex;
    align-items:center;
}
.form-check-input{
    margin-top: 2px;
    width: 20px;
    margin-right: 7px;
}

.urunBox .urun-adi {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Maksimum 2 satır */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 48px;
}

.urunBox .eskiFiyat{
    font-size: 14px;
    text-decoration: line-through;
    color: #999999;
}


.urunBox .yeniFiyat{
    color: var(--sistemPrimary););););););););););
    font-weight: 700;
}

.urunBox .indirim{justify-content: center;align-items: center;background-color: var(--bs-danger);color: #fff;border-radius: 5px;padding: 7px;margin-left: 7px;align-content: center;}
.urunBox .indirim i{
    font-size: 11px;
}
.urunBox .indirim span{
    font-weight: bold;
    font-size: 13px;
}

.toast-container{
    position: fixed!important;
}


.bg-primary{
    background-color: var(--sistemPrimary)!important;
}
.renkVaryant{
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.renkVaryant.active{
    border: 3px solid var(--sistemPrimary););
}

.gorunum.active i{
    color: var(--sistemPrimary);
}
.resimVaryant{
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.resimVaryant.active{
    border: 3px solid var(--sistemPrimary););
}

.bottomBar{
    position: fixed;
    background-color: #ccc;
    bottom: 0;
    width: 94%;
    margin: 10px;
    border-radius: 10px;
    padding: 5px;
    z-index: 1003;
}
.bottomBar a{
    text-decoration:none;

}
.bottomBar a{
    display:flex;
    align-items:center;
);
    padding: 12px 15px;
    border-radius: 10px;
    font-weight: 700;
    color: #000;
}
.bottomBar a.active {

    color: #fff;
    background-color: var(--sistemPrimary););

}
.bottomBar a.active span{
    display:block!important;
    margin-left: 11px;
}




.kategorilerSayfa .leftSidebar .kategoriler{
    width: 120px;
    height: 100%;
    overflow-y: scroll;
    border-right: 1px solid #e9e9e9;
}

.kategorilerSayfa .leftSidebar .kategoriler .katBlok:nth-child(1){
    border-top: 1px solid #e9e9e9!important;
}
.kategorilerSayfa .leftSidebar .kategoriler .katBlok{
    text-align: center;
    padding: 7px;
    font-size: 12px;
    border-bottom: 1px solid #e9e9e9;
    cursor: pointer;
}

.kategorilerSayfa .leftSidebar .kategoriler .katBlok.active{
    background-color:var(--sistemPrimary);
    color:#fff;
}
.kategorilerSayfa .leftSidebar .kategoriler .katBlok.active .katAdi{
    font-weight: bold;
}

.kategorilerSayfa .leftSidebar .kategoriler .katBlok .ibare{
    font-size: 20px;
    font-weight: bold;
}

.kategorilerSayfa .leftSidebar .altKategori:nth-child(1){
    border-top:1px solid #e9e9e9;
}
.kategorilerSayfa .leftSidebar .altKategori{
    padding:5px 10px;
    border-bottom:1px solid #e9e9e9;
    font-size:12px;
    align-items:center;
    cursor:pointer;
}

.kategorilerSayfa .leftSidebar .altKategori .katAdi{
    padding-left:10px;
}


.kategorilerSayfa .leftSidebar .gelenAltKategoriler{
    height:100%;
    overflow-y:scroll;
}


.kategorilerSayfa .leftSidebar .altmenuvar:not(.collapsed){
    background-color: var(--sistemPrimary);
    color: #fff!important;;
}

.kategorilerSayfa .leftSidebar .altmenuvar:not(.collapsed) .katAdi{font-weight: bold;}

.carousel-control-next-icon{
    background:unset!important;
    font-family: "Font Awesome 5 Pro";
    color: var(--sistemPrimary);
    font-weight: bold;
    font-size: 30px;
}

.carousel-control-next-icon:before{
    content: "\f054";
}


.carousel-control-prev-icon{
    background:unset!important;
    font-family: "Font Awesome 5 Pro";
    color: var(--sistemPrimary);
    font-weight: bold;
    font-size: 30px;
}

.carousel-control-prev-icon:before{
    content: "\f053";
}


.urunDetay .indirim{justify-content: center;align-items: center;background-color: var(--bs-danger);color: #fff;border-radius: 5px;padding: 14px 7px;margin-left: 7px;align-content: center;margin-right: 7px;}
.urunDetay .indirim i{
    font-size: 13px;
}
.urunDetay .indirim span{
    font-weight: bold;
    font-size: 15px;
}

.urunDetay .eskiFiyat{
    font-size: 14px;
    text-decoration: line-through;
    color: #999999;
    margin-bottom: 5px;
}

.urunDetay .urunFiyatSol{
    border: 1px solid var(--sistemPrimary);
    border-radius: 5px;
    padding: 6px 7px;
    font-size: 11px;
    color: var(--sistemPrimary);
    margin: 0 2px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Genel Ayarlar */
.quantity-increase,
.quantity-decrease {
    width: 100%;
    height: 35px;
    background-color: #f0f0f0;
    border: 1px solid rgba(92, 92, 92, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

/* Artırma Butonu */
.quantity-increase {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* Azaltma Butonu */
.quantity-decrease {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* İkon Stili */
.quantity-icon {
    font-size: 18px;
}

/* Miktar Input */
.quantity-input {
    border-radius: 0;
    text-align: center;
}

.form-control:focus{
    border-color: var(--sistemPrimary);
    box-shadow:unset!important;
}


.form-select:focus{
    border-color: var(--sistemPrimary);
    box-shadow:unset!important;
}


.arrow-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 35px;
    background-color: #f0f0f0;
    border: 1px solid rgba(92, 92, 92, 0.12);
    text-decoration: none;
    cursor: pointer;
}

.arrow-up {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.arrow-down {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.birim-dropdown {
    border-radius: 0;
    height: 44px;
}

.btn-action {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
}


/* Expanded benzeri yapı */
.expanded {
    flex-grow: 1;
    padding: 5px;
}

/* Container benzeri yapı */
.container-box {
    background-color: #f2f2f2;
    border-radius: 3px;
    border: 2px solid #f2f2f2;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

/* Hover durumunda renk değişimi */
.container-box:hover {
    border-color: #b1b1b1;
}

/* İkon ve metin düzeni */
.icon {
    font-size: 17px; /* İkon boyutu */
}

.text {
    font-size: 10px; /* Yazı boyutu */
    text-align: center;
    display: none; /* Varsayılan olarak gizle */
}


@media (min-width: 991px) {
    .text {
        display: inline-block;
        margin-top: 5px;
    }
}

.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");url(
data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e) !important;
}
.accordion-button:focus{
    box-shadow: unset!important;
}


/* Başlık Stili */
.feature-title h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

/* İçerik Row */
.feature-content {
    margin-bottom: 10px;
}

/* Grup İsmi */
.feature-group-name {
    font-weight: 600;
    font-size: 14px;
}

/* Özellik Değerleri */
.feature-values span {
    font-size: 14px;
}

/* Alt Çizgi */
.feature-divider {
    height: 1px;
    background-color: #eaeaea;
    width: 100%;
}

/* Boşluk */
.feature-spacing {
    height: 10px;
}


/* Kart Stili */
.yorum-card {
    margin-bottom: 15px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

/* Puan Yıldızları */
.stars i {
    font-size: 13px;
    margin-right: 2px;
}

/* Yorum Detay */
.yorum-detay {
    margin-top: 10px;
    font-size: 14px;
}

.yorum-detay small {
    color: #666;
    font-size: 12px;
}

/* Aksiyon Butonları */
.yorum-aksiyonlar {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.badge-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.badge {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 12px;
}

.badge-success {
    background-color: #28a745;
    color: white;
}

.badge-danger {
    background-color: #dc3545;
    color: white;
}


/* Dosyalar Listesi Ana Konteyner */
.urun-dosyalar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Her Satır için Stil */
.dosya-row {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

/* Boşluk Bırakma */
.dosya-space {
    width: 20px;
}

/* Dosya Adı */
.dosya-ad {
    flex-grow: 1;
    font-size: 14px;
    color: #333;
}

/* İkon Butonu */
.dosya-ikon a {
    color: var(--sistemPrimary);
    font-size: 18px;
    text-decoration: none;
}




/* Ayrım Çizgisi */
.dosya-divider {
    border: none;
    border-top: 1px solid #eaeaea;
    margin: 10px 0;
    width: 100%;
}


/* Genel Stiller */
.taksit-secenekleri {
    padding: 20px;
}

.title {
    font-size: 16px;
    font-weight: 700;
    color: #007bff;
}

.subtitle {
    font-size: 14px;
    font-weight: 300;
    color: #6c757d;
}

.close-button {
    background: none;
    border: none;
    font-size: 24px;
    color: #dc3545;
    cursor: pointer;
}

.divider {
    border: none;
    height: 1px;
    background-color: #dedede;
}

/* Yükleniyor Durumu */
.loading-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #007bff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Taksit Kartları */
.taksit-kart {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    width: 49.5%;
    float: left;
    margin-right: 0.5%;
}

.banka-logo {
    display: block;
    margin: 0 auto;
    height: 30px;
}

.banka-adi {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #007bff;
}

.taksit-basliklar,
.taksit-verileri {
    font-size: 14px;
    align-items: center;
}

.taksit-verileri div {
    padding: 5px 0;
}

.taksit-basliklar{
    font-weight: bold;
}


.slick-next{
    right: -8px;
    position: absolute;
    background-color: var(--sistemPrimary);
    border: none;
    border-radius: 100%;
    color: #fff;
    padding: 5px;
    width: 44px;
    top: calc(50% - 23px);
    z-index: 2;
    font-size: 24px;
}

.slick-prev{
    left: -8px;
    position: absolute;
    background-color: var(--sistemPrimary);
    border: none;
    border-radius: 100%;
    color: #fff;
    padding: 5px;
    width: 44px;
    top: calc(50% - 23px);
    z-index: 2;
    font-size: 24px;
}


/* Ana Kart */
.hover-card {
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    text-decoration: none;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hover-card:hover {
    border-color: var(--sistemPrimary); /* Aktif renk */
    color:var(--sistemPrimary);
}

.hover-card-content .icon {
    font-size: 25px;
    color: #353535;
    transition: color 0.3s ease;
}

.hover-card:hover .icon {
    color: var(--sistemPrimary);
}

.hover-card-content .card-text {
    font-size: 14px;
    color: #353535;
    margin-top: 10px;
    transition: color 0.3s ease;
}

.hover-card:hover .card-text {
    color: var(--sistemPrimary);
}

/* Genel Drawer Stilleri */
.drawer {
    background-color: #ffffff;
    border-right: 1px solid #eeeeee;
    width: 280px;
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding-bottom: 10px;
}

.drawer-header {
    background-color: var(--sistemPrimary);
    padding: 20px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.drawer-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.drawer-button {
    background-color: #ffffff;
    color: #007bff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.drawer-user-info {
    text-align: center;
}

.user-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.user-email {
    font-size: 14px;
    color: #dcdcdc;
}

/* Drawer Content */
.drawer-content {
    margin-top: 0;
    flex-grow: 1;
}

.drawer-links {
    display: flex;
    flex-direction: column;
}

.drawer-link {
    display: flex;
    align-items: center;
    padding: 13px 20px;
    color: #353535;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.drawer-link i {
    margin-right: 15px;
    color: var(--sistemPrimary);
    font-size: 21px;
}

.drawer-link:hover {
    background-color: #f8f9fa;
}

/* Drawer Footer (Kurlar) */
.drawer-footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

.currency {
    font-size: 18px;
    font-weight: bold;
}

.currency-symbol {
    margin-right: 5px;
    color: var(--sistemPrimary);
}

.currency-value {
    font-size: 16px;
}

.twitter-typeahead{
    display: unset!important;
}

.tt-dataset{
    background-color: #fff;
    width: 350px;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    box-shadow: 1px 4px 20px 0px #0000003b;

}
.tt-menu{
    width: 100%;
    border-radius: 10px;
    z-index: 99999!important;
}

.tt-highlight{
    color:var(--sistemPrimary);
}

.tt-suggestion.tt-selectable{
    cursor:pointer;
    border-bottom: 1px solid #f3f3f3;
    padding: 4px 0;
}
.select2-container--open{
    z-index: 99999;
}

.taksit-container {
    height: 90px;
    background-color: #f7f7f7;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.taksit-container.active {
    background-color: var(--sistemPrimary); /* Active renk (Settings.primary) */
    color: #e4e4e4; /* Aktif yazı rengi */
}

.taksit-content {
    text-align: center;
}

.taksit-text {
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    color: #5a5a5a;
}

.taksit-container.active .taksit-text {
    color: #e4e4e4;
}

.taksit-total {
    font-weight: bold;
    font-size: 16px;
    margin: 0px 0;
}

.taksit-container.active .taksit-total {
    color: #ffffff;
}

.taksit-extra {
    font-size: 11px;
    font-weight: bold;
    color: #dc3545; /* Danger rengi */
    margin: 0;
}

.taksit-container.active .taksit-extra {
    color: #ffffff;
}

.taksit-commission {
    font-size: 11px;
    font-weight: bold;
    color: #dc3545; /* Danger rengi */
    margin: 0;
}

.taksit-container.active .taksit-commission {
    color: #ffffff;
}

.siparisDetay .info-box {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    background-color: #ffffff;
    margin-bottom: 15px;
}

.siparisDetay .info-box h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.siparisDetay .info-row {
    display: flex;
    align-items: center;
}

.siparisDetay .primary-icon {
    color: var(--sistemPrimary);
    margin-right: 10px;
}

.siparisDetay .info-details p {
    margin: 0;
}

.siparisDetay .label {
    font-size: 11px;
    color: var(--sistemPrimary);
    margin-bottom: 5px;
}

.siparisDetay .order-item {
    /* margin-bottom: 15px; */
}

.siparisDetay .order-summary {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
}

.siparisDetay .order-summary h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}


.siparisDetay .list-tile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    /* border-bottom: 1px solid #eaeaea; */
}

.siparisDetay .list-tile-content {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;
}

.siparisDetay .list-tile-image {
    width: 50px;
    height: auto;
    margin-right: 10px;
    border-radius: 5px;
    object-fit: cover;
}

.siparisDetay .list-tile-text {
    display: flex;
    flex-direction: column;
}

.siparisDetay .list-tile-title {
    font-size: 15px!important;
    font-weight: 500!important;
    margin-bottom: 0!important;
}

.siparisDetay list-tile-subtitle {
    margin-top: 5px;
    font-size: 14px;
    color: #8c8c8c;
}

.siparisDetay .list-tile-varyant {
    margin: 0;
    color: #8c8c8c;
}

.siparisDetay .list-tile-quantity {
    margin: 0;
    color: #333;
}

.siparisDetay .list-tile-price {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.siparisDetay .list-tile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    /* border-bottom: 1px solid #eaeaea; */
}

.siparisDetay .list-tile-leading {
    width: 50px;
    text-align: center;
}

.siparisDetay .icon-primary {
    color: var(--sistemPrimary); /* Settings.primary */
    font-size: 20px;
}

.siparisDetay .list-tile-content {
    flex: 1;
    padding: 0 10px;
}

.siparisDetay .list-tile-title {
    font-size: 16px;
    font-style: italic;
    margin: 0;
    color: #333;
}

.siparisDetay .list-tile-subtitle {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.siparisDetay .stars {
    display: flex;
    margin-right: 10px;
}

.siparisDetay .stars i {
    font-size: 14px;
    margin-right: 2px;
}

.siparisDetay .fas.fa-star {
    color: var(--sistemPrimary); /* Settings.primary */
}

.siparisDetay .far.fa-star {
    color: #ccc;
}

.siparisDetay .date {
    /* margin-top: 5px; */
    font-size: 12px;
    color: #888;
    margin-bottom: 0;
}

.siparisDetay .list-tile-trailing {
    text-align: center;
    font-size: 12px;
}

.siparisDetay .icon-warning {
    color: #ffc107; /* Settings.warning */
}

.siparisDetay .icon-success {
    color: #28a745; /* Settings.success */
}

.siparisDetay .icon-danger {
    color: #dc3545; /* Settings.danger */
}



.siparisSayfa-row {
    display: flex;
    flex-wrap: wrap;
}

.siparisSayfa-col {
    box-sizing: border-box;
}

.siparisSayfa-divider {
    background-color: rgba(174, 174, 174, 0.2);
    height: 1px;
    border: none;
    margin: 2px 0;
}

.siparisSayfa-alert {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.siparisSayfa-warning {
    background-color: #ffefc1;
    color: #b28900;
}

.siparisSayfa-item img {
    width: 100%;
    border-radius: 5px;
}

.siparisSayfa-variant {
    font-size: 12px;
    color: #636363;
}

.siparisSayfa-currency {
    font-size: 11px;
    color: var(--sistemPrimary);
    text-decoration: underline;
}

.siparisSayfa-out-of-stock {
    display: flex;
    align-items: center;
    color: #d9534f;
    font-weight: bold;
}

.siparisSayfa-price {
    font-size: 16px;
    font-weight: bold;
}

.siparisSayfa-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
}

.siparisSayfa-btn.siparisSayfa-danger {
    background-color: #d9534f;
    color: #fff;
}

.siparisSayfa-btn.siparisSayfa-primary {
    background-color: var(--sistemPrimary);
    color: #fff;
}

.siparisHesaplama {margin-top: 30px;}

.siparisHesaplama-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* margin-bottom: 10px; */
}

.siparisHesaplama-col {
    box-sizing: border-box;
}

.siparisHesaplama-divider {
    height: 1px;
    background-color: rgba(174, 174, 174, 0.2);
    border: none;
    margin: 5px 0;
}

.siparisHesaplama-section h4 {
    font-weight: bold;
    font-size: 19px;
    color: var(--sistemPrimary); /* Primary Color */
    margin-top: 15px;
}

.siparisHesaplama-alert {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}

.siparisHesaplama-alert p {
    padding: 10px;
    border-radius: 5px;
}

@media (max-width: 500px) {
    body{
        font-size:14px;
    }
    .header .logo{
        width: 100%;
    }
    .header .logo img{
        width: 130px;
    }
    .header .actions a{
        font-size: 20px;
    }
    .fs-3{
        font-size: calc(1rem + .6vw) !important;
    }
    .urunBox .urun-adi{
        font-size: 13px;
        min-height: 40px;
    }

    .urunBox .eskiFiyat{
        font-size: 11px;
        text-decoration: line-through;
        color: #999999;
    }


    .urunBox .yeniFiyat{

        font-weight: 700;
        font-size: 15px;
    }

    .urunBox .indirim{justify-content: center;align-items: center;background-color: var(--bs-danger);color: #fff;border-radius: 5px;padding: 7px;margin-left: 7px;align-content: center;}
    .urunBox .indirim i{
        font-size: 9px;
    }
    .urunBox .indirim span{
        font-weight: bold;
        font-size: 10px;
    }
    .fs-5{
        font-size: 1.4rem !important;
    }
    .btn{
        font-size: 13px;
        --bs-btn-padding-x: 0.55rem;
        --bs-btn-padding-y: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .ratings i{
        font-size: 13px;
    }
    .urunResimDiv{
        /* height: 150px!important; */
    }
    .urunResimDiv2{
        height: 300px!important;
    }
    .stokYokResim{
        /* height: 150px!important; */
    }
    .sosyalmedya img{
        width: 85px;
    }
    .slick-next{
        right: -10px;
        padding: 10px;
        width: 44px;

        font-size: 17px;
    }

    .slick-prev{
        left: -10px;
        padding: 10px;
        width: 44px;

        font-size: 17px;
    }
    .w-25{
        width: 50%!important;
    }
    .w-50{
        width: 75%!important;
    }
    .my-5{
        margin-top: 1rem !important;
        margin-bottom: 2rem !important;
    }

    .carousel-control-next-icon,.carousel-control-prev-icon{
        font-size:20px;
    }

}

@media (max-width: 991px) {

    #urun_resimler,.dLogo,.urunFF,.urunFiyatSol{
        min-height:unset!important;
    }

    .sonColFooter .menuBaslik{
        margin-top: 0!important;
    }
    .sonColFooter hr{
        display: none;
    }


    .footerActionButton1{
        bottom:70px!important;
    }
    .footerActionButton2{
        bottom:120px!important;
    }
    .footerActionButton3{
        bottom:170px!important;
    }
}


.gelenSepetData .card{
    background-color: #f8f8f8;
    border-color: #eeeeee;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox için */
input[type=number] {
    -moz-appearance: textfield;
}

.carousel-control-next{
    justify-content: end;
}
.carousel-control-prev{
    justify-content: start;
}
.eftBlok{
    padding:10px;
}
.eftBlok.active{
    background-color: rgba(var(--sistemPrimaryRgb),0.12);
    border-radius: 5px;
}

.widget_0 .w_kat + div{
    color: #eeeeee;
}
.widget_0 .w_kat{
    font-size: 18px;
    text-decoration: none;
    font-weight: 200;
    color: #424242;
    align-items: center;
    min-height: 52px;
    position: relative;
    top: 13px;
}
.widget_0 .w_kat.active{
    font-weight: 500;
    color: var(--sistemPrimary);
    font-size: 23px;
    top: 8px;
}

.widget_0 .nav{
    border-bottom-color: #f5f5f5;
}

.widget_0 .w_kat .cizgi{
    width: 40px;
    height: 3px;

}
.widget_0 .w_kat.active .cizgi{
    background-color: var(--sistemPrimary);
    position: absolute;
    margin-top: 7px;
    margin-left: calc(50% - 20px);
}

.widget_1 .w_kat + div{
    color: #eeeeee;
}
.widget_1 .w_kat{
    font-size: 18px;
    text-decoration: none;
    font-weight: 200;
    color: #424242;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 52px;
}
.widget_1 .w_kat.active{
    font-weight: 500;
    color: var(--sistemPrimary);
    font-size: 23px;

}

.widget_1 .nav{
    border-bottom-color: #f5f5f5;
}

.widget_1 .w_kat .cizgi{
    width: 40px;
    height: 3px;

}
.widget_1 .w_kat.active .cizgi{
    background-color: var(--sistemPrimary);
    position: relative;
    top: 9px;
}

.widget_5 .blok{
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.widget_5 .blok h4{font-weight: 300;font-size: 30px;}
.widget_5 .blok h5{font-weight: 300;}

.widget_8 .blok{
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.widget_8 .blok h4{font-weight: 300;font-size: 40px;}

.widget_2 .kat_2-kayar .wKatBlok{
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    min-height: 190px;
    margin: 0 5px;
}
.widget_2 .kat_2-kayar .wKatBlok .adi{
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
}
.widget_2 .kat_2-kayar .wKatBlok:nth-child(odd){background-color: #f4f4f4!important;}
.widget_2 .kat_2-kayar .wKatBlok:nth-child(even){background-color: #fff!important;}



.widget_3 .blok{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 30px;
}
.widget_3.blok h4{font-weight: 300;font-size: 40px;}

.widget_3 .cizgi{
    width: 40px;
    height: 3px;
    background-color: var(--sistemPrimary);
    margin-bottom:15px;
}



.widget_4 .w_kat + div{
    color: #eeeeee;
}
.widget_4 .w_kat{
    font-size: 15px;
    text-decoration: none;
    font-weight: 200;
    color: #424242;
    align-items: center;
    min-height: 32px;
    position: relative;
    top: 2px;
}
.widget_4 .w_kat.active{
    font-weight: 500;
    color: var(--sistemPrimary);
    font-size: 15px;
    top: 5px;
}

.widget_4 .nav{
    border-bottom-color: #f5f5f5;
    justify-content: end;
}

.widget_4 .w_kat .cizgi{
    width: 40px;
    height: 3px;

}
.widget_4 .w_kat.active .cizgi{
    background-color: var(--sistemPrimary);
    position: absolute;
    margin-top: 24px;
    margin-left: calc(50% - 20px);
}




input[type="file"]::-webkit-file-upload-button {
    display: none;
}



.alternatifUrunler .urunBox{
    margin-top: 41px;
    margin-bottom: 49px;
}


.uyumluUrunler .urunBox{
    margin-top: 41px;
    margin-bottom: 49px;
}

.tekSatir {
    white-space: nowrap;        /* Tek satırda kalmasını sağlar */
    overflow: hidden;           /* Taşan kısmı gizler */
    text-overflow: ellipsis;    /* Taşan kısmı ... ile gösterir */
}

.urunIslemler,
.urunIslemler2,
.urunIslemler3,
.urunIslemlerAna {
    transition: all 0.3s ease!important;
}

/* Hover dışındaki varsayılan durumlar */
.urunIslemler {
    opacity: 0!important;
    z-index: 2!important;
}

.urunIslemler3 {
    opacity: 0!important;
}

.urunIslemler2 {
    height: 98%!important;
    top: 8px!important;
    z-index: 1!important;
}

.urunIslemlerAna {
    z-index: 2!important;
}

/* Hover durumunda değişen stiller */
.urunBox:hover .urunIslemler {
    opacity: 1!important;
    z-index: 1001!important;
}

.urunBox:hover .urunIslemler3 {
    opacity: 1!important;
}

.urunBox:hover .urunIslemler2 {
    height: 122%!important;
    top: -10%!important;
    z-index: 1000!important;
}

.urunBox:hover .urunIslemlerAna {
    z-index: 1001!important;
}