header {
    border-bottom: 1px solid #dbdbdb;
}

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

.header .review-area {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.header .review-area p {
    margin: 0;
}

.header .center-area p {
    margin: 0;
    font-weight: 500;
}

.header .contact-area {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header .contact-area a {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
}

.header .contact-area a svg {
    color: #277e30;
}

.desktop-top-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.desktop-top-menu .right-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.desktop-top-menu .right-area .menu-links ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
}

.desktop-top-menu .right-area .menu-links ul li a {
    text-decoration: none;
    color: inherit;
}

.desktop-top-menu .right-area .menu-links ul li.dropdown {
    position: relative;
    cursor: pointer;
}

.desktop-top-menu .right-area .menu-links ul li.dropdown a {
    text-decoration: none;
    color: inherit;
    padding-bottom: 35px;
}

.desktop-top-menu .right-area .menu-links ul li.dropdown .dropdown-content {
    display: none;
    transition: all ease 0.5s;
    position: absolute;
    left: 0;
    width: 300px;
    background-color: #fff;
    z-index: 99;
    margin: 0;
    top: 50px;
    border-top: 2px solid #3F51B5;
    /* border-radius: 5px; */
    overflow: hidden;
}


.desktop-top-menu .right-area .menu-links ul li.dropdown:hover .dropdown-content {
    display: block;
    transition: all ease 0.5s;
}

.desktop-top-menu .right-area .menu-links ul li.dropdown .dropdown-content .dropdown-lists {
    padding: 10px 15px;
}

.desktop-top-menu .right-area .menu-links ul li.dropdown .dropdown-content .dropdown-lists:hover {
    background-color: #277e30;
    color: #ffffff;
}

.desktop-top-menu .right-area .menu-links ul li.dropdown .dropdown-content .dropdown-lists a {
    padding: 0;
}

.desktop-top-menu .right-area .auth-button {
    display: flex;
    gap: 1rem;
}

.desktop-top-menu .right-area .auth-button a {
    text-decoration: none;
    width: max-content;
    padding: 8px 20px;
    border-radius: 4px;
}

.desktop-top-menu .right-area .auth-button a.signup-button {
    background-color: #e3e0ea;
    color: #000000;
}

.desktop-top-menu .right-area .auth-button a.login-button {
    background-color: #277e30;
    color: #ffffff;
}

.desktop-top-menu .right-area .auth-button a.profile-icon,
.desktop-top-menu .right-area .auth-button a.logout-icon {
    padding: 0;
    color: inherit;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.desktop-top-menu .right-area .cart-area {
    position: relative;
}

.desktop-top-menu .right-area .cart-area span {
    position: absolute;
    background-color: #452e73;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
}

.desktop-top-menu .right-area .cart-area i {
    font-size: 1.254rem;
    color: #452e73;
    vertical-align: text-top;
    cursor: pointer;
}

.mobile-top-menu {
    display: none;
}


.mega-menu {
    background-color: #452e73;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 9;
    transition: all ease 0.5s;
}

.mega-menu .container-fluid {
    max-width: 90%;
}

.mega-menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 2rem;
    row-gap: 1.5rem;
    padding: 0;
    margin: 0;
}

.mega-menu ul li.dropdown {
    position: relative;
}

.mega-menu ul li.dropdown a {
    text-decoration: none;
    color: #ffffff;
}

.mega-menu ul li.dropdown:hover a {
    padding-bottom: 35px;
}

.mega-menu ul li a::before {
    content: '';
    background-color: #ffffff;
    width: 0;
    height: 2px;
    transition: all ease 0.5s;
    border-radius: 5px;
}

.mega-menu ul li a:hover::before {
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: all ease 0.5s;
    width: 100%;
}

.mega-menu ul li.dropdown .dropdown-content {
    display: none;
    transition: all ease 0.5s;
    position: absolute;
    left: 0;
    width: 300px;
    background-color: #fff;
    z-index: 99;
    margin: 0;
    top: 50px;
    border-top: 2px solid #3F51B5;
    /* border-radius: 5px; */
    overflow: hidden;
}

.mega-menu ul li.dropdown:hover .dropdown-content {
    display: block;
    transition: all ease 0.5s;
}

.mega-menu ul li.dropdown .dropdown-content .dropdown-lists {
    padding: 10px 15px;
}

.mega-menu ul li.dropdown .dropdown-content .dropdown-lists:hover {
    background-color: #277e30;
    color: #ffffff;
}

.mega-menu ul li.dropdown .dropdown-content .dropdown-lists a {
    padding: 0;
    color: #000000;
}

.mega-menu ul li.dropdown .dropdown-content .dropdown-lists:hover a {
    color: #ffffff;
}

/**
 * custom navbar for categories
 */
.custom-navbar {
    background-color: #452e73;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 999;
    transition: all ease 0.5s;
    /* overflow-x: hidden; */
    overflow: visible;
    /* prevents scroll */
}

.custom-container {
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
    /* prevent internal padding overflow */
}

#categoryMenu {
    flex-wrap: nowrap;
    /* ensures categories go in 1 row */
    /* overflow: hidden; */
    /* prevent scroll */
    white-space: nowrap;
    width: 100%;
}

.navbar-nav .nav-link {
    color: #fff;
    margin-right: 10px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #d4bfff;
}

.dropdown-menu {
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    color: #452e73;
    font-size: 0.854rem;
    font-weight: 500;
    padding: 10px;
}

.dropdown-item:hover {
    background-color: #452e73;
    color: #ffffff;
}

#moreDropdownMenu .nav-link {
    color: #452e73;
    font-size: 0.854rem;
    font-weight: 500;
    transition: color 0.3s ease;
    margin: 0;
}

#moreDropdownMenu .nav-link:hover,
#moreDropdownMenu .nav-link:focus {
    background-color: #452e73;
    color: #fff;
}

/* Proper positioning */
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
}

/* Parent for dropdown must be positioned relatively */
.navbar-nav .dropdown {
    position: relative;
}

#moreDropdown .dropdown {
    position: relative;
}

#moreDropdown .dropdown .dropdown-menu {
    top: 0;
    left: 100%;
    right: auto;
    margin-top: -1px;
    z-index: 1060;
    min-width: 200px;
    white-space: nowrap;
}