.breadcumb-wrapper .breadcumb-content {
    --space: 94px !important;
}

#reviews-tab  {
    display: none !important;
}
.product-rating {
    display: none !important;
}

.brand-box img {

  height: 40px !important;

  max-height: 50px !important;

  min-height: 30px !important;

  width: auto !important;

  object-fit: contain !important;

}



.bg-theme.pt-60.pb-60.overflow-hidden.brand-area-1 {

  background-color: #fff !important;

}



.widget_banner {

  height: 417px;

}



.widget.widget_banner .th-btn.style2 {

    bottom: -278px;

    left: 81px;

}

/* Compact Mega Menu Styling */
.col-lg-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
}

@media (max-width: 991.98px) {
    .col-lg-2-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Compact mega menu text styling */
.mega-menu-content .mega-menu-links a {
    padding: 2px 0 !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
    transition: all 0.3s ease;
}

.mega-menu-content .mega-menu-links a:hover {
    padding-left: 5px;
}

.mega-menu-content .mega-menu-subtitle {
    font-size: 11px !important;
    font-weight: bold !important;
    margin-bottom: 8px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mega-menu-content .mega-menu-title {
    font-size: 14px !important;
    margin-bottom: 10px !important;
}

/* Reduce mega menu padding for more compact look */
.mega-menu-content {
    padding: 20px 0 !important;
    margin-left: -150px !important;
}

.mega-menu-list {
    padding-right: 15px;
}

/* Move mega menu to the left */
.menu-item-has-children .mega-menu {
    left: -150px !important;
}

/* Responsive mega menu positioning for smaller screens */
@media (max-width: 1400px) {
    .mega-menu-content {
        margin-left: -200px !important;
    }
    
    .menu-item-has-children .mega-menu {
        left: -200px !important;
    }
}

@media (max-width: 1200px) {
    .mega-menu-content {
        margin-left: -280px !important;
        width: 100vw !important;
        max-width: calc(100vw - 30px) !important;
    }
    
    .menu-item-has-children .mega-menu {
        left: -320px !important;
    }
    
    /* Make sure mega menu doesn't overflow */
    .mega-menu-content .container {
        max-width: 100% !important;
        padding: 0 15px !important;
    }
    
    /* Adjust columns for smaller screens */
    .mega-menu-content .col-lg-2-4 {
        flex: 0 0 20% !important;
        max-width: 20% !important;
        padding: 0 8px !important;
    }
}

@media (max-width: 1024px) {
    .mega-menu-content {
        margin-left: -350px !important;
    }
    
    .menu-item-has-children .mega-menu {
        left: -380px !important;
    }
}

/* Logo styling for better visibility */
.header-logo img {
    max-height: 80px !important;
    width: auto !important;
    display: block !important;
}

.header-logo {
    /* add right padding to mirror right-side logo spacing */
    padding: 5px 20px 5px 0 !important;
    display: flex !important;
    align-items: center !important;
}

/* Header height and content centering adjustments */
.th-header .menu-area {
    padding: 8px 0 !important;
}

.main-menu > ul > li > a {
    padding: 20px 0 !important;
}

/* Ensure header content is vertically centered */
.menu-area .row {
    align-items: center !important;
}

.header-button {
    height: auto !important;
    display: flex !important;
    align-items: center !important;
}

/* Ensure logo is visible on all backgrounds */
.header-logo a {
    display: inline-block !important;
}

/* Mobile logo styling */
.mobile-logo img {
    max-height: 70px !important;
    width: auto !important;
}

/* Preloader logo styling */
.preloader-logo img {
    max-height: 80px !important;
    width: auto !important;
}

/* Sticky header adjustments */
.sticky-wrapper.sticky .header-logo {
    /* keep right padding in sticky state for symmetry with right logo */
    padding: 3px 20px 3px 0 !important;
}

.sticky-wrapper.sticky .header-logo img {
    max-height: 70px !important;
}

.sticky-wrapper.sticky .main-menu > ul > li > a {
    padding: 15px 0 !important;
}

.sticky-wrapper.sticky .menu-area {
    padding: 5px 0 !important;
}

/* Ensure vertical centering for all header elements */
.header-default .menu-area .container .row {
    min-height: auto !important;
    align-items: center !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .header-logo img {
        max-height: 70px !important;
    }
    
    .th-header .menu-area {
        padding: 5px 0 !important;
    }
}

@media (max-width: 575px) {
    .header-logo img {
        max-height: 60px !important;
    }
    
    .mobile-logo img {
        max-height: 60px !important;
    }
}

/* Hamburger menu gizleme - desktop'ta görünmemeli */
@media (min-width: 992px) {
    .th-menu-toggle {
        display: none !important;
    }
    
    .header-button.d-flex.d-lg-none {
        display: none !important;
    }
}

/* Ana menünün desktop'ta görünmesi için */
@media (min-width: 992px) {
    .main-menu.d-none.d-lg-inline-block {
        display: inline-block !important;
        left: -314px !important;
        position: relative !important;
    }
}

/* Mobilde tema menüsünü gizle, header açık kalsın */
@media (max-width: 991px) {
    /* header görünür kalsın (içindeki .mobile-header kullanılacak) */
    .th-header { display: block !important; }
    /* tema menü alanları kapalı */
    .th-menu-wrapper { display: none !important; }
    .th-menu-toggle { display: none !important; }
    /* mobil alt çubuk için boşluk */
    body { padding-bottom: 80px !important; }
}

/* Removed global white override for sticky header to allow dark desktop sticky */

@media (max-width: 991.98px) {
    /* Neutralize theme sticky visuals on mobile; mobile header is fixed now */
    .sticky-wrapper.sticky {
        background: transparent !important;
        box-shadow: none !important;
    }
    .header-default .sticky-wrapper.sticky {
        background: transparent !important;
    }
}

/* Mobile Navigation Bar */
.mobile-nav-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    padding: 8px 0;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    padding: 8px 4px;
    border-radius: 12px;
    min-width: 50px;
    position: relative;
}

.mobile-nav-item:hover,
.mobile-nav-item.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.mobile-nav-item i {
    font-size: 20px;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

.mobile-nav-item span {
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}

.mobile-nav-item:hover i,
.mobile-nav-item.active i {
    transform: scale(1.1);
    color: #64b5f6;
}

/* Logo item özel stil */
.mobile-nav-item.logo-item {
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 8px;
    width: 50px;
    height: 50px;
}

.mobile-nav-item.logo-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* Ürünler dropdown için özel */
.mobile-nav-item.products-item {
    position: relative;
}

.mobile-nav-item.products-item.dropdown-active {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.mobile-nav-item.products-item.dropdown-active i {
    color: #64b5f6;
    transform: scale(1.1) rotate(180deg);
}

.mobile-products-dropdown {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: rgba(30, 60, 114, 0.98);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 10px;
    min-width: 250px;
    max-width: 320px;
    box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1001;
    pointer-events: none;
}

.mobile-products-dropdown.show {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
    /* Touch için optimizasyon */
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.mobile-products-dropdown h6 {
    color: #64b5f6;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 8px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(100, 181, 246, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mobile-products-dropdown h6:first-child {
    margin-top: 0;
}

.mobile-products-dropdown a {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    padding: 10px 12px;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    /* Touch için daha büyük hedef alan */
    min-height: 40px;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    position: relative;
    z-index: 1002;
}

.mobile-products-dropdown a:hover,
.mobile-products-dropdown a:active,
.mobile-products-dropdown a:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    padding-left: 15px;
    transform: translateX(3px);
}

.mobile-products-dropdown a:last-child {
    border-bottom: none;
}

/* Touch feedback */
.mobile-products-dropdown a:active {
    background: rgba(100, 181, 246, 0.2);
    transform: scale(0.98);
}

/* Animasyonlar */
@keyframes navItemPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.mobile-nav-item:active {
    animation: navItemPulse 0.3s ease;
}

/* Responsive ayarlamalar */
@media (max-width: 480px) {
    .mobile-nav-item span {
        font-size: 10px;
    }
    
    .mobile-nav-item i {
        font-size: 18px;
    }
    
    .mobile-nav-container {
        padding: 0 5px;
    }
}

/* Desktop'ta mobile nav bar'ı gizle */
@media (min-width: 992px) {
    .mobile-nav-bar {
        display: none !important;
    }
    
    body {
        padding-bottom: 0 !important;
    }
}

/* Ürün Filtreleme Stilleri */
.search-filters {
    margin-top: 15px;
}

.filter-tag {
    display: inline-block;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    margin: 3px;
    position: relative;
}

.filter-tag .remove-filter {
    color: white;
    text-decoration: none;
    margin-left: 8px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
}

.filter-tag .remove-filter:hover {
    color: #ff6b6b;
}

.clear-all-filters {
    color: #ff6b6b;
    text-decoration: none;
    font-size: 12px;
    margin-left: 10px;
}

.clear-all-filters:hover {
    color: #e55555;
    text-decoration: underline;
}

/* Aktif Kategori Stili */
.active-category {
    background: rgba(30, 60, 114, 0.1);
    color: #1e3c72 !important;
    font-weight: bold;
}

.category-count {
    float: right;
    font-size: 11px;
    color: #999;
}

.active-category .category-count {
    color: #1e3c72;
}

/* Ürün Bulunamadı Stilleri */
.no-products-found {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 40px 20px;
    margin: 20px 0;
}

.no-products-found h3 {
    color: #333;
    margin-bottom: 15px;
}

.no-products-found .suggestions {
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    border-left: 4px solid #1e3c72;
}

.no-products-found .suggestions ul li {
    color: #666;
    margin-bottom: 5px;
}

/* Mega Menu Branş Stilleri */
.mega-menu-subtitle {
    color: #1e3c72 !important;
    border-bottom: 1px solid rgba(30, 60, 114, 0.2);
    padding-bottom: 3px !important;
    margin-bottom: 8px !important;
}

.mega-menu-links a {
    transition: all 0.3s ease;
    padding: 2px 0;
    display: block;
}

.mega-menu-links a:hover {
    color: #1e3c72 !important;
    padding-left: 8px;
    background: rgba(30, 60, 114, 0.05);
    border-radius: 3px;
}

/* Branş Kategorileri için Özel Renkler */
.mega-menu-list:nth-child(1) .mega-menu-subtitle {
    color: #ff6f00 ! important;
}

.mega-menu-list:nth-child(2) .mega-menu-subtitle {
    color: #c62828 !important; /* Kırmızı - KBB, Göğüs, Kadın Doğum */
}

.mega-menu-list:nth-child(3) .mega-menu-subtitle {
    color: #ff6f00 !important; /* Turuncu - Cerrahi, Üroloji, Aydınlatma */
}

.mega-menu-list:nth-child(4) .mega-menu-subtitle {
    color: #1565c0 !important; /* Mavi - Anestezi, Yoğun Bakım, Kardiyoloji */
}

.mega-menu-list:nth-child(5) .mega-menu-subtitle {
    color: #6a1b9a !important; /* Mor - Ortopedi */
}

/* Mobil Dropdown Kategori Başlıkları */
.mobile-products-dropdown h6 {
    border-bottom: 1px solid rgba(100, 181, 246, 0.3);
    padding-bottom: 5px;
}

/* Mega Menu Optimizasyonu */
.mega-menu .container {
    max-width: 1200px;
}

.mega-menu-content {
    min-width: 1000px;
}

.mega-menu-subtitle {
    border-bottom: 1px solid rgba(30, 60, 114, 0.2);
    padding-bottom: 3px;
    margin-bottom: 6px !important;
}

.mega-menu-links a {
    transition: all 0.2s ease;
    padding: 2px 0;
    display: block;
}

.mega-menu-links a:hover {
    color: #1e3c72;
    padding-left: 5px;
}

.header-logo  {
    /* removed unintended relative offset that pushed the left logo inward */
    max-height: 80px !important;
}

