/* ===== RESTORE OLD HEADER DESIGN ===== */

/* Header row layout */
.main-nav .d-flex {
    display: flex;
    align-items: center;
}

/* Logo */
.main-nav .logo {
    flex: 0 0 auto;
    max-width: 200px;
}

.main-nav .logo img {
    max-height: 80px;
}

/* Search wrapper – CENTERED & LONG */
.search_wrap {
    flex: 1;
    max-width: 750px;
    margin: 0 auto;
}

/* Search input */
.search_input input {
    width: 100%;
    height: 52px;
    border-radius: 6px 0 0 6px;
    font-size: 16px;
}

/* Search button (RED) */
.search_subimt button {
    height: 52px;
    padding: 0 30px;
    background: #ff3b5c;
    color: #fff;
    border-radius: 0 6px 6px 0;
    font-size: 16px;
}

/* Navbar below header */
nav.d-lg-block {
    background: #2b2e44;
}

/* Browse by features button */
.all_category .bars {
    background: #ff3b5c;
    height: 100%;
    padding: 0 25px;
    font-weight: 600;
}

/* Menu text color */
.nav_bar li a {
    color: #ffffff;
    font-weight: 500;
}

/* Phone number alignment */
.nav_bar .tophead_items {
    margin-left: auto;
}

/* Mobile: keep old look clean */
@media (max-width: 991px) {
    .search_wrap {
        display: none;
    }
}

.all_category .bars .icon_text {
    white-space: nowrap;
    display: inline-block;
    flex-shrink: 0;
    margin-left: 5px;
}
