/* Mega Menu Markalar Düzeltmeleri */

/* Mega menu genişlik */
.mega-menu-brands {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 1200px;
    padding: 30px 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 999;
    border-top: 3px solid #ff4545;
}

.main-menu .has-children:hover > .mega-menu-brands {
    opacity: 1;
    visibility: visible;
}

/* Kolon başlıkları */
.mega-menu-brands .mega-menu-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ff4545;
}

.mega-menu-brands .mega-menu-title a {
    color: #2e2e2e;
}

.mega-menu-brands .mega-menu-title a:hover {
    color: #ff4545;
}

/* Alt kategori başlıkları */
.mega-menu-brands strong {
    color: #2e2e2e;
    font-size: 13px;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

/* Link stilleri */
.mega-menu-brands ul li a {
    padding: 5px 0;
    font-size: 13px;
    color: #666;
    display: block;
}

.mega-menu-brands ul li a:hover {
    color: #ff4545;
    padding-left: 5px;
    transition: all 0.3s ease;
}

/* Mobil menü düzeltmeleri */
.mobile-menu .dropdown {
    display: none;
}

.mobile-menu li.active > .dropdown {
    display: block;
}

/* Menü tek satırda kalması için */
.main-menu > ul {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.main-menu > ul > li {
    flex-shrink: 0;
}

.main-menu > ul > li > a > span {
    font-size: 14px;
    padding: 0 2px;
}

.main-menu > ul > li {
    margin: 0 1px;
}

.main-menu > ul > li.has-children {
    margin-left: 30px !important;
}

.main-menu > ul > li.has-children.position-static {
    margin-left: 30px !important;
    margin-right: 0 !important;
}

.main-menu > ul > li.has-children.position-static > a > span {
    padding: 0 1px;
}

.main-menu > ul > li:last-child {
    margin-left: 30px !important;
}

/* Logo yükseklik ayarı */
.header-logo img {
    max-height: 45px;
    width: auto;
}

.header-logo {
    padding: 5px 0;
}

/* Menü barı yükseklik ayarı */
.header-bottom {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 70px !important;
    height: 70px !important;
}

.header-sticky {
    padding: 0 !important;
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
}

.header-bottom .row {
    min-height: auto !important;
    margin: 0 !important;
    height: 70px !important;
}

.main-menu {
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
}

.main-menu > ul > li > a {
    padding: 0 1px;
    line-height: 70px !important;
    height: 70px !important;
}

.header-actions {
    padding: 0;
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
}

.header-action-btn {
    padding: 0 8px !important;
    line-height: 70px !important;
    font-size: 18px !important;
}

/* Üst gri barı gizle */
.header-top {
    display: none !important;
}

/* Sticky info bar */
.sticky-info-bar {
    position: fixed;
    right: -250px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    z-index: 9999;
    border-radius: 5px 0 0 5px;
    transition: right 0.3s ease;
}

.sticky-info-bar.open {
    right: 0;
}

.sticky-info-toggle {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #ff4545;
    border-radius: 5px 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.sticky-info-toggle:hover {
    background: #e63939;
}

.sticky-info-toggle i {
    color: #fff;
    font-size: 18px;
}

.sticky-info-content {
    padding: 20px;
    width: 250px;
}

.sticky-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 13px;
    color: #2e2e2e;
}

.sticky-info-item:last-child {
    margin-bottom: 0;
}

.sticky-info-item i {
    margin-right: 10px;
    color: #ff4545;
    font-size: 16px;
    min-width: 20px;
}

.sticky-info-item span {
    white-space: nowrap;
}

.sticky-info-divider {
    height: 1px;
    background: #e0e0e0;
    margin: 15px 0;
}

.sticky-select {
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 13px;
    color: #2e2e2e;
    background: #fff;
    cursor: pointer;
    flex: 1;
}

.sticky-select:focus {
    outline: none;
    border-color: #ff4545;
}

/* Sol sidebar markalar girinti */
.sidebar_widget .category-menu .dropdown .dropdown {
    padding-left: 20px;
}

.sidebar_widget .category-menu .dropdown .dropdown a {
    font-size: 12px;
    color: #888;
    padding: 3px 0;
}

.sidebar_widget .category-menu .dropdown .dropdown a:hover {
    color: #ff4545;
    padding-left: 10px;
}

/* Responsive */
@media (max-width: 1199px) {
    .mega-menu-brands {
        max-width: 100%;
    }
}
