/* ========================================
   TOP BAR - Sayfalar ve İletişim
   ======================================== */
.top_bg {
    background: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}

.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
}

.top_right {
    flex: 1;
}

.top_right ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.top_right ul li {
    display: inline-block;
    font-size: 13px;
}

.top_right ul li a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.top_right ul li a:hover {
    color: #FF7000;
}

.top_right ul li i {
    margin-right: 5px;
}

.top_left {
    flex: 1;
    text-align: right;
}

.top_left h2 {
    font-size: 13px;
    color: #666;
    margin: 0;
    font-weight: normal;
}

.top_left h2 span {
    margin-right: 10px;
}

/* ========================================
   HEADER - Logo ve Arama
   ======================================== */
.header_bg {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.head-t {
    display: block;
    width: 100%;
}

.head-t .logo {
    float: left;
    flex-shrink: 0;
    margin-right: 20px;
}

.head-t .search {
    float: left;
    width: 35%;
    margin-top: -8px;
}

.head-t .header_right {
    float: right;
    width: auto;
}

.logo a {
    display: inline-block;
}

.logo img {
    max-height: 75px;
    width: auto;
}

/* ========================================
   HEADER RIGHT - Sepet, Üye Ol, Giriş
   ======================================== */
.header_right {
    float: right;
    width: auto;
    clear: none;
}

.rgt-bottom {
    display: block;
    width: 100%;
    text-align: right;
}

.cart.box_1 {
    text-align: right;
    float: right;
    margin-left: 20px;
}

.box_1 h3 {
    margin: 0;
    font-size: 14px;
    color: #333;
    align-items: center;
    gap: 10px;
}

.box_1 h3 span {
    color: #FF7000;
    font-weight: 600;
}

.box_1 h3 img {
    width: 20px;
    height: auto;
}

.box_1 p {
    margin: 5px 0 0 0;
    font-size: 12px;
}

.box_1 a {
    text-decoration: none;
    color: #333;
}

.box_1 a:hover h3 {
    color: #FF7000;
}

.simpleCart_empty {
    color: #666;
    text-decoration: none;
    font-size: 12px;
    transition: color 0.3s ease;
}

.simpleCart_empty:hover {
    color: #FF7000;
}

.reg,
.log {
    display: inline-block;
    white-space: nowrap;
    float: right;
    margin-left: 10px;
}

.reg a,
.log a {
    padding: 8px 15px;
    border: 1px solid #FF7000;
    color: #FF7000;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
}

.reg a:hover,
.log a:hover {
    background: #FF7000;
    color: #fff;
}

/* ========================================
   ARAMA BARI
   ======================================== */
.search form {
    display: flex;
    gap: 5px;
}

.search input[type="text"] {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    font-size: 13px;
    outline: none;
    transition: border-color 0.3s ease;
    width: auto;
}

.search input[type="text"]:focus {
    border-color: #FF7000;
}

.search input[type="submit"] {
    padding: 10px 25px;
    background: #FF7000;
    border: 1px solid #FF7000;
    color: #fff;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    font-size: 13px;
    transition: background 0.3s ease;
}

.search input[type="submit"]:hover {
    background: #e06d00;
    border-color: #e06d00;
}

/* ========================================
   NAVİGASYON MENÜSÜ
   ======================================== */
.navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-brand a {
    color: inherit;
    text-decoration: none;
}

.nav.navbar-nav > li > a {
    padding: 10px 15px !important;
    color: #333;
    font-size: 14px;
    transition: color 0.3s ease;
}

.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li.active > a {
    color: #FF7000;
}

/* Dropdown Menüsü */
.navbar-default .navbar-nav > .dropdown > a::after {
    content: "";
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-menu {
    border: none;
    border-top: 3px solid #FF7000;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu > li > a {
    padding: 10px 20px;
    color: #333;
    font-size: 13px;
}

.dropdown-menu > li > a:hover {
    background: #f5f5f5;
    color: #FF7000;
}

/* Mega Dropdown */
.dropdown-menu.multi {
    width: auto;
    min-width: 400px;
    padding: 15px;
}

.dropdown-menu.multi .row {
    margin: 0;
}

.dropdown-menu.multi .col-sm-4 {
    padding: 0 15px;
}

.dropdown-menu.multi h6 {
    font-size: 13px;
    font-weight: 600;
    color: #FF7000;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.multi-column-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
}

.multi-column-dropdown li {
    display: block;
}

.multi-column-dropdown li a {
    display: block;
    padding: 5px 0;
    color: #666;
    text-decoration: none;
    font-size: 12px;
    transition: color 0.3s ease;
}

.multi-column-dropdown li a:hover {
    color: #FF7000;
    padding-left: 5px;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 768px) {
    .header_top {
        flex-direction: column;
        gap: 15px;
    }

    .top_right ul {
        justify-content: center;
    }

    .top_left {
        text-align: center;
    }

    .head-t {
        clear: both;
    }

    .head-t .logo {
        float: left;
        margin-right: 10px;
    }

    .head-t .search {
        float: left;
        width: 100%;
        clear: both;
        margin-top: 10px;
    }

    .head-t .header_right {
        float: left;
        width: 100%;
        clear: both;
        margin-top: 15px;
    }

    .rgt-bottom {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .dropdown-menu.multi {
        width: 100% !important;
        min-width: 250px;
    }

    .dropdown-menu.multi .col-sm-4 {
        float: left;
        width: 50%;
    }

    .top_right ul {
        gap: 10px;
    }

    .top_right ul li {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .top_right ul {
        flex-direction: column;
        gap: 5px;
    }

    .top_left h2 {
        font-size: 12px;
    }

    .rgt-bottom {
        gap: 10px;
    }

    .reg a,
    .log a {
        padding: 6px 10px;
        font-size: 12px;
    }

    .nav.navbar-nav > li > a {
        padding: 8px 10px !important;
    }
}
