﻿body {
}
main {
    min-height: 600px;
}

/* ---------- TOP BAR ---------- */

.top-bar {
    background: #032742;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}

/* ---------- HEADER ---------- */

.main-header {
    background: #ffffff;
    padding: 10px 0;
    box-shadow: 0 2px 15px rgba(0,0,0,.08);
}

.logo {
    max-height: 60px;
}

/* ---------- SEARCH ---------- */

.search-box {
    position: relative;
}

 /*   .search-box input {
        height: 48px;
        border-radius: 30px;
        padding-right: 55px;
    }*/
    .search-box input {
        height: 52px;
        border-radius: 50px;
        font-size: 15px;
        padding-left: 25px;
    }


    .search-box button {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 44px;
        height: 44px;
        border: none;
        border-radius: 50%;
        background: #043051;
        color: #fff;
    }

  


/* ---------- ICONS ---------- */

.header-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

    .header-icons a {
        color: #043051;
        font-size: 22px;
        position: relative;
    }

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #dc3545;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ---------- NAVIGATION ---------- */

.custom-navbar {
    background: #043051;
}

    .custom-navbar .nav-link {
        color: #fff;
        padding: 15px 18px;
        font-weight: 500;
    }

        .custom-navbar .nav-link:hover {
            color: #ffc107;
        }

/* ---------- HERO ---------- */

.hero-container {
    padding-left: 10px;
    padding-right: 10px;
}