﻿/*
    #00106f: blue
    #9d0000 : bordo
*/
html {
    font-size: 14px !important;
    font-weight: 400 !important;
    position: relative;
    min-height: 100%;
}

.padding5 {
    padding: 5px;
}

.padding0 {
    padding: 0px !important;
}

.page-title {
    color: #00106f !important;
    border-bottom: 1px solid #00106f !important;
    padding: 0px !important;
    margin-bottom: 9px !important;
    font-weight: 500;
}

.page-title-eticaret {
    color: #046250 !important;
    border-bottom: 1px solid #046250 !important;
    padding: 0px !important;
    margin-bottom: 9px !important;
    font-weight: 500;
}

.page-title-primary {
    color: #0d6efd !important;
    border-bottom: 1px solid #0d6efd !important;
    padding: 0px !important;
    margin-bottom: 9px !important;
    font-weight: 500;
}

.page-title-warning {
    color: #ffc107 !important;
    border-bottom: 1px solid #ffc107 !important;
    padding: 0px !important;
    margin-bottom: 9px !important;
    font-weight: 500;
}

.page-title-dark {
    color: #212529 !important;
    border-bottom: 1px solid #212529 !important;
    padding: 0px !important;
    margin-bottom: 9px !important;
    font-weight: 500;
}

.page-title-secondary {
    color: #6c757d !important;
    border-bottom: 1px solid #6c757d !important;
    padding: 0px !important;
    margin-bottom: 9px !important;
    font-weight: 500;
}

.page-title-info {
    color: #0dcaf0 !important;
    border-bottom: 1px solid #0dcaf0 !important;
    padding: 0px !important;
    margin-bottom: 9px !important;
    font-weight: 500;
}

.page-title-success {
    color: #198754 !important;
    border-bottom: 1px solid #198754 !important;
    padding: 0px !important;
    margin-bottom: 9px !important;
    font-weight: 500;
}
/*.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: black !important;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

    .nav-link:hover {
        display: block;
        padding: 0.5rem 1rem;
        color: #a3a3a3 !important;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    }*/
.bg-body-gray {
    background-color: #f1f1f1 !important;
}



/*************
    Footer
**************/
.nav-link-footer-black {
    display: inline-block; /* Yazı genişliğine göre ayarlanmasını sağlar */
    padding: 0px 0px 4px;
    color: black !important;
    text-decoration: none !important;
    position: relative; /* Animasyon için gerekli */
    transition: color 0.3s ease-in-out;
}

    .nav-link-footer-black::after {
        content: "";
        display: block;
        width: 0;
        height: 2px; /* Alt çizgi kalınlığı */
        background-color: #9d0000; /* Hover rengi */
        position: absolute;
        left: 0; /* Başlangıç noktası sol */
        bottom: -1px;
        transition: width 0.3s ease-in-out; /* Animasyon süresi ve efekti */
    }

.footer-title {
    color: #00106f !important;
}

.nav-link-footer-black:hover {
    color: #9d0000 !important;
}

    .nav-link-footer-black:hover::after {
        width: 100%; /* Soldan sağa tam genişliğe ulaşır */
    }

/*************
    Category
**************/
.nav-link-category-black {
    display: block;
    padding: 0.5rem 1rem;
    color: #00106f !important;
    text-decoration: none;
    font-size: 17px !important;
    position: relative; /* Animasyon için gerekli */
    transition: color 0.3s ease-in-out;
}

    .nav-link-category-black::after {
        content: "";
        display: block;
        width: 0;
        height: 2px; /* Alt çizgi kalınlığı */
        background-color: #9d0000; /* Hover rengi */
        position: absolute;
        left: 0;
        bottom: -1px;
        transition: width 0.3s ease-in-out; /* Animasyon süresi ve efekti */
    }

    .nav-link-category-black:hover {
        color: #9d0000 !important;
    }

        .nav-link-category-black:hover::after {
            width: 100%; /* Tam genişliğe ulaşarak soldan sağa büyür */
        }

.bg-white {
    background-color: white !important;
}

.text-eticaret {
    color: #0c9379 !important;
}

.bg-eticaret {
    background-color: #0c9379 !important;
    color: white !important;
}

@media (min-width: 992px) {
    .card-styles {
        margin-top: -65px;
    }
}

.card {
    border-radius: 4px;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    cursor: pointer;
    color: black !important;
}

/*.card:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
        color: #0c4e93 !important;
        z-index: 1;
    }*/

.btn-eticaret {
    color: #fff !important;
    background-color: #0c4e93;
    border-color: #0c4e93;
}

    .btn-eticaret:hover {
        color: #fff;
        background-color: #6eabdd;
        border-color: #6eabdd;
    }

.col-hover {
    border-radius: 4px;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    cursor: pointer;
    color: black !important;
}

    .col-hover:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
        color: #0c4e93 !important;
    }

.list-group-collapse li > ul li:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-collapse li > ul {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -11px;
}

.carousel-control-prev {
    left: -65px;
}

.carousel-control-next {
    right: -65px;
}
/*https://codepen.io/pankajthakur/pen/qmpKaw*/

#thumbcarousel .thumb {
    border: 2px solid #f4f4f4 !important;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    max-width: 400px;
    margin-top: 2px !important;
}

    #thumbcarousel .thumb:hover {
        border: 2px solid #f4f4f4 !important;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 400px;
        margin-top: 2px !important;
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
        color: #0c4e93 !important;
    }

    #thumbcarousel .thumb img {
        width: 70px !important;
        height: 70px !important;
    }

.carousel-inner-new {
    position: relative !important;
    width: 350px !important;
    height: 350px !important;
    overflow: hidden !important;
    border: 1px solid #f4f4f4 !important;
}

.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.product-tab-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    padding: 5px;
    margin-top: 10px;
}
/*Slider*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 35px !important; /* İkon genişliği artırıldı */
    height: 35px !important; /* İkon yüksekliği artırıldı */
    background-color: rgba(255, 255, 255, 0.5) !important; /* Yarı saydam beyaz arka plan */
    border-radius: 50% !important; /* Yuvarlak butonlar */
    padding: 10px !important; /* İç boşluk */
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1 !important; /* Ok butonları her zaman görünür */
}

    .carousel-control-prev:hover .carousel-control-prev-icon,
    .carousel-control-next:hover .carousel-control-next-icon {
        background-color: rgba(255, 255, 255, 0.9) !important; /* Hover (üzerine gelince) daha belirgin beyaz */
    }
/*carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 115px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 115px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}*/
.btn-outline-dark:hover {
    color: #fff !important;
    background-color: #212529;
    border-color: #212529;
}

.btn-purple {
    background-color: #605ca8 !important;
    color: white !important;
    border: 1px solid #4e49a0 !important;
}

    .btn-purple:hover {
        background-color: #4e49a0 !important;
        color: white !important;
    }

.btn-outline-purple {
    background-color: transparent;
    color: #605ca8;
    border: 1px solid #605ca8;
}

    .btn-outline-purple:hover {
        background-color: #605ca8;
        color: white;
        border: 1px solid #605ca8;
    }

.bg-purple {
    --bs-bg-opacity: 1 !important;
    background-color: #605ca8 !important;
}

.text-purple {
    color: #605ca8 !important;
}

.btn-lightblue {
    background-color: #3c8dbc;
    color: white;
    border: 1px solid #357ca5;
}

    .btn-lightblue:hover {
        background-color: #357ca5;
    }

.bg-lightblue {
    --bs-bg-opacity: 1 !important;
    background-color: #357ca5 !important;
}

.text-lightblue {
    color: #357ca5 !important;
}

.btn-pink {
    background-color: #f012be;
    color: white;
    border: 1px solid #d10ea6;
}

    .btn-pink:hover {
        background-color: #d10ea6;
    }

.btn-outline-pink {
    background-color: transparent;
    color: #f012be;
    border: 1px solid #f012be;
}

    .btn-outline-pink:hover {
        background-color: #f012be;
        color: white;
        border: 1px solid #f012be;
    }

.bg-pink {
    --bs-bg-opacity: 1 !important;
    background-color: #d10ea6 !important;
}

.text-pink {
    color: #d10ea6 !important;
}

.btn-orange {
    background-color: #ff851b;
    color: white;
    border: 1px solid #e67315;
}

    .btn-orange:hover {
        background-color: #e67315;
    }

.btn-outline-orange {
    background-color: transparent;
    color: #e67315;
    border: 1px solid #e67315;
}

    .btn-outline-orange:hover {
        background-color: #e67315;
        color: white;
        border: 1px solid #e67315;
    }

.bg-orange {
    --bs-bg-opacity: 1 !important;
    background-color: #e67315 !important;
}

.text-orange {
    color: #e67315 !important;
}

.btn-teal {
    background-color: #2fa8a8;
    color: white;
    border: 1px solid #2fa8a8;
}

    .btn-teal:hover {
        background-color: #39cccc;
    }

.bg-teal {
    --bs-bg-opacity: 1 !important;
    background-color: #2fa8a8 !important;
}

.btn-outline-teal {
    background-color: transparent;
    color: #39cccc;
    border: 1px solid #39cccc;
}

    .btn-outline-teal:hover {
        background-color: #39cccc;
        color: white;
        border: 1px solid #2fa8a8;
    }

.text-teal {
    color: #2fa8a8 !important;
}

.btn-indigo {
    background-color: #6610f2 !important;
    color: white !important;
    border: 1px solid #5501dd !important;
}

    .btn-indigo:hover {
        background-color: #6610f2 !important;
        color: white !important;
    }

.btn-outline-indigo {
    background-color: transparent;
    color: #6610f2;
    border: 1px solid #6610f2;
}

    .btn-outline-indigo:hover {
        background-color: #6610f2;
        color: white;
        border: 1px solid #6610f2;
    }

.bg-indigo {
    --bs-bg-opacity: 1 !important;
    background-color: #6610f2 !important;
}

.text-indigo {
    color: #6610f2 !important;
}

.bg-blue {
    --bs-bg-opacity: 1 !important;
    background-color: #00106f !important;
}

.btn-blue {
    background-color: #00106f !important;
    color: white !important;
    border: 1px solid #00106f !important;
}

    .btn-blue:hover {
        background-color: #021fcc !important;
        color: white !important;
    }

.btn-outline-blue {
    background-color: transparent;
    color: #00106f;
    border: 1px solid #00106f;
}

    .btn-outline-blue:hover {
        background-color: #00106f;
        color: white;
        border: 1px solid #2fa8a8;
    }

.text-blue {
    color: #00106f !important;
}

    .text-blue:hover {
        color: #9d0000 !important;
    }

.border-padding {
    border: 1px solid #ddd !important;
    padding: 10px !important;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
#scroll-button {
    display: inline-block;
    background-color: #00106f;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 24px !important;
    right: 35px !important;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
}

    #scroll-button::after {
        content: "\F145";
        font-family: bootstrap-icons;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
        text-decoration: none;
    }

    #scroll-button:hover {
        cursor: pointer;
        background-color: #021fcc;
    }

    #scroll-button:active {
        background-color: #555;
    }

    #scroll-button.show {
        opacity: 1;
        visibility: visible;
    }

.product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Maksimum 2 satır */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; /* Kartın genişliği kadar olsun */
    font-size: 16px; /* İsteğe bağlı olarak yazı boyutunu ayarla */
    line-height: 1.4; /* Satır yüksekliği ayarı */
    height: 2.8em; /* 2 satırı sığdırmak için */
    text-align: left !important;
}

.name-h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Maksimum 2 satır */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; /* Kartın genişliği kadar olsun */
    font-size: 16px; /* İsteğe bağlı olarak yazı boyutunu ayarla */
    line-height: 1.4; /* Satır yüksekliği ayarı */
    height: 1.8em; /* 2 satırı sığdırmak için */
}

.breadcrumbMenu-name {
    display: block; /* Satır içinde değil, blok olarak */
    width: 100%; /* Kartın genişliği kadar alan kaplasın */
    white-space: nowrap; /* Tek satırda kalsın */
    overflow: hidden; /* Taşan metinler gizlensin */
    text-overflow: ellipsis; /* Uzun metinleri '...' ile kes */
    max-width: 230px; /* İhtiyacına göre genişliği ayarla */
}

.btn-cart-teal {
    background-color: #2fa8a8;
    color: white;
    border: 1px solid #2fa8a8;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

    .btn-cart-teal:hover {
        background-color: #39cccc;
    }

.card:hover .btn-cart-teal {
    opacity: 1;
    background-color: #2fa8a8;
    color: white;
    border: 1px solid #2fa8a8;
}

.list-group-item-teal {
    background-color: #2fa8a8 !important;
    color: white !important;
    border-radius:50px;
}

.list-group-item-blue {
    background-color: #00106f !important;
    color: white !important;
}
/*Toast*/
/* Toast'ın genişliğini büyütüyoruz */
.custom-toast {
    min-width: 320px; /* Genişlik artırıldı */
    max-width: 380px; /* Maksimum genişlik belirlendi */
    padding: 15px;
    font-size: 16px;
    background-color: #e5fde6;
}
    /* Sol tarafta border ekliyoruz */
    .custom-toast::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background-color: #28a745; /* Yeşil renk */
        border-radius: 5px 0 0 5px;
    }

    /* İkonun boyutunu artırıyoruz */
    .custom-toast .toast-icon {
        font-size: 32px;
        color: #28a745; /* Yeşil renk */
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px; /* Sabit genişlik */
        height: 50px; /* Sabit yükseklik */
    }

    /* Metinleri sola hizalayıp padding ekledik */
    .custom-toast .toast-body {
        display: flex;
        align-items: left;
        /*gap: 15px;*/
    }

    /* Metinlerin dikey hizalanması */
    .custom-toast .toast-text {
        display: flex;
        flex-direction: column;
    }
/* Toast İçeriği */
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1050;
}

.toast {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

    /* Kaybolma Animasyonu */
    .toast.hide-toast {
        transform: translateX(100%);
        opacity: 0;
    }

.sub-menu {
    display: none !important;
    list-style-type: none !important;
    padding-left: 20px !important;
}

    /* Açılan menüye eklenecek sınıf */
    .sub-menu.show {
        display: block !important;
    }

.middle-navbar-fixed {
    position: fixed;
    top: 35px !important;
    right: 0;
    left: 0;
    z-index: 1030;
}



.carousel-mt {
    margin-top: 37px !important; /* Varsayılan - Web için */
}

.container-mt {
    margin-top: 150px !important;
}

@media (max-width: 991px) { /* 991px ve altı (Mobil ve Tablet) */
    .carousel-mt {
        margin-top: 127px !important;
    }

    .container-mt {
        margin-top: 70px !important;
    }
}
/*Whatsapp Button*/
#gb-widget-6922 > * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    box-sizing: border-box !important;
}

.kvLxar {
    display: flex;
    margin: 7px;
    position: relative;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.gfrKEe {
    order: 1;
    position: relative;
}

.cdtqGx {
    flex-shrink: 0;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    order: 1;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgba(136, 136, 136, 0.4) 0px 1px 7px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    text-decoration: none !important;
    background-color: rgb(77, 194, 71) !important;
}

.top-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    transition: top 0.3s ease-in-out; /* Yumuşak geçiş efekti */
}

.hide-navbar {
    top: -60px; /* Navbar yüksekliği kadar yukarı kaydır */
}

 
