.menu-navbar {
    height: 68.43px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.navbar-brand img {
    height: 48px;
}

.menu-navbar .nav-item {
    font-size: 16px;
    line-height: 24px;
}

.search-input-group {
    width: 310px;
}

.search-input-group>* {
    background: #F5F5F5 !important;
    border-radius: 0 !important;
}

#search {
    border-right: none;
}

#search.focus-within,
#searchButton.focus-within {
    border-color: var(--bs-yellow);
    box-shadow: none;
}

#searchButton {
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-left: none;
}

#searchButton img {
    height: 100%;
    width: auto;
}

.profile-dropdown .dropdown-menu {
    width: 200px;
    display: none;
    position: absolute;
    min-height: fit-content;
    font-weight: 300;
    z-index: 1;
}

.profile-dropdown .fa-chevron-down {
    font-size: 10px;
}

.profile-dropdown.dropdown .btn:active {
    border-color: transparent;
}

.profile-dropdown.dropdown:hover .dropdown-menu {
    display: block !important;
}

.profile-dropdown.dropdown:hover .btn {
    background: #fafafa;
    border-color: #e0e0e0;
}

.profile-dropdown.dropdown .btn .fa-chevron-down {
    transition: transform 0.3s ease;
}

.profile-dropdown.dropdown:hover .btn .fa-chevron-down {
    transform: rotate(180deg);
}

.profile-dropdown .dropdown-menu img {
    height: 18px;
    width: 18px;
}

.mobile-nav {
    gap: 10px;
}

.mobile-nav .nav-icons-div {
    gap: 16px;
}

.navbar.menu-navbar img.nav-icon,
.mobile-nav .nav-icons-div img {
    width: 22px;
    height: 22px;
}

.mobile-nav-flex {
    gap: 10px;
}

.user-location .location {
    color: #808080;
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

.user-location .d-flex {
    gap: 10px;
}

.user-location .fa-location-dot {
    color: var(--bs-primary);
}

.hamburger-icon.btn:active {
    border-color: transparent !important;
}

.navbar .dropdown span {
    font-weight: 500;
}

.navbar .dropdown span i {
    color: #b0b0b0;
}

.navbar .dropdown .search-card {
    background-color: transparent;
    border: none;
}

#searchResults.dropdown-menu li:first-child .dropdown-item {
    border-top-left-radius: var(--bs-border-radius);
    border-top-right-radius: var(--bs-border-radius);
}

.navbar .dropdown .search-card_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0rem;
    overflow: hidden;
    height: 70px;
    width: 70px;
}

@media (min-width: 992px) {
    .navbar .dropdown .search-card_image {
        height: 70px;
        width: 70px;
    }
}

@media (min-width: 1200px) {
    .navbar .dropdown .search-card_image {
        height: 80px;
        width: 80px;
    }
}

@media (min-width: 1400px) {
    .navbar .dropdown .search-card_image {
        height: 90px;
        width: 90px;
    }
}

.navbar .dropdown .search-card img {
    object-fit: contain;
    object-position: center;
}

@media (min-width: 992px) {
    .navbar .dropdown .search-card img {
        height: 70px;
        width: 70px;
    }
}

@media (min-width: 1200px) {
    .navbar .dropdown .search-card img {
        height: 80px;
        width: 80px;
    }
}

@media (min-width: 1400px) {
    .navbar .dropdown .search-card img {
        height: 90px;
        width: 90px;
    }
}

.navbar .dropdown .search-card .card-title {
    font-weight: 500;
}

/* ----------------------------------------
 * Category navbar
 * ----------------------------------------
 */
.navbar-collapse ul {
    list-style: none;
}

.category-navbar {
    z-index: 999 !important;
}

.menu-items {
    display: flex;
    align-items: center;
}

.menu-items li {
    font-size: 14px;
    font-weight: 700;
    padding: 0 1rem;
    transition: background 0.3s ease-in-out;
    min-width: 150px;
    text-align: center;
}

.menu-items .menu-item {
    color: #000000;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.menu-items .menu-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: transparent;
    transition: width 0.3s ease-in-out;
    transform: translateX(-50%);
}

.menu-items li:hover .menu-item::before {
    width: 100%;
    background-color: var(--bs-primary);
}

.menu-items li:hover .menu-item {
    color: var(--bs-primary);
    transition: all 0.3s ease;
}

.view-all {
    color: var(--bs-primary);
}

.view-all:hover {
    color: var(--bs-primary);
}

.nav-img {
    object-fit: contain;
}

.col-image,
.col-image .col-12 {
    width: 300px;
}

/* mega menu  */
.mega-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 85vw;
    top: 80px;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
}

.mega-menu .content {
    background: #fff;
    position: relative;
    top: -5px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    /* width: 85vw; */
    justify-content: space-between;
    height: 350px;
    border-radius: 0 0 6px 6px;
    text-align: left;
}

.content .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.5rem;
}

.content .col .item-heading {
    color: var(--bs-primary);
    font-size: 0.8rem;
    line-height: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content .col p {
    line-height: 1.2rem;
}

.menu-items .col:nth-child(even) {
    background-color: rgba(245, 245, 246, .4);
}

.col .mega-links li,
.col .mega-links li a {
    padding: 0rem;
    color: #333;
    font-weight: 400;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.menu-items li:hover .mega-menu {
    top: 61px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.col .mega-links :hover {
    font-size: 14px;
    font-weight: 500;
}

.fa-solid.fa-star,
.fa-regular.fa-star,
.fa-solid.fa-star-half-stroke {
    color: #FFD700;
    font-size: 14px;
}

.navbar-nav .dropdown-menu {
    padding: 0;
    margin: 0;
}

.nav-logo {
    padding: 0.3rem 0;
}

@media screen and (max-width:992px) {
    .nav-logo {
        padding: 0.6rem 0;
    }
}

@media screen and (max-width:767px) {
    .search-mb {
        height: 44px;
    }

    .navbar .search-mb {
        height: 44px;
    }

    .navbar .dropdown .search-card .card-title {
        font-size: var(--tablet-fs-2);
    }
}

.nav-item {
    min-width: 65px;
}

.nav-item .nav-item-text {
    font-size: smaller;
    color: #333;
    font-weight: 600;
}

.nav-item i {
    font-size: 1.3rem;
}

.nav-item .dropbtn {
    background-color: transparent;
    font-weight: 700;
    border: none;
}

.nav-item .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 240px;
    min-height: fit-content;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    z-index: 1;
}

.nav-item .dropdown-content h3 {
    font-size: 14px;
}

.nav-item .dropdown-content p {
    font-size: 12px;
}

.hr1,
.hr2 {
    width: 230px;
    margin: 14px auto 10px auto;
    border-radius: 2px;
    background-color: rgba(211, 211, 211, 0.452);
}

.nav-item .btn-redirect {
    background-color: transparent;
    outline: none;
    border: 1px solid #ccc;
}

.nav-item .btn-redirect .login-btn {
    color: var(--bs-primary) !important;
    font-weight: 500 !important;
}

.nav-item .btn-redirect:hover {
    border: 1px solid var(--bs-primary);
}

.nav-item .btn-redirect .login-btn:hover {
    font-weight: 600;
}

.nav-item .dropdown-content a {
    color: gray;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.nav-item .dropdown-content a:hover {
    font-weight: 500;
    color: black;
}

.nav-item .dropdown:hover .dropdown-content {
    display: block !important;
}

.underline-effect {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.underline-effect::before,
.underline-effect::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: var(--bs-primary);
    transition: width 0.3s ease-in-out;
}

.underline-effect::before {
    left: 50%;
}

.underline-effect::after {
    right: 50%;
}

.dropdown:hover .underline-effect::before,
.dropdown:hover .underline-effect::after {
    width: 50%;
}

@media(max-width: 992px) {
    .navbar-brand img {
        height: 36px;
    }

    .mobile-nav .dropdown-menu {
        left: 50% !important;
        transform: translateX(-50%);
    }

    .menu-navbar {
        height: 54px;
    }

    .search-input-group {
        width: 264px;
    }
}

@media(max-width: 575px) {
    .mobile-nav .nav-icons-div img {
        width: 18px;
        height: 18px;
    }

    .mobile-nav .nav-icons-div {
        gap: 12px;
    }

    .search-input-group .form-control::placeholder {
        font-size: 12px;
    }

    .navbar .dropdown .search-card .card-title {
        font-size: var(--mobile-fs-2);
    }
}

@media(max-width:425px) {
    .mobile-nav-flex {
        gap: 5px;
    }

    .search-input-group {
        width: 100%;
    }
}

#offcanvasSidebar {
    width: 450px;
}

@media(max-width: 767px) {
    #offcanvasSidebar h2 button {
        font-size: 14px;
    }
}

@media(max-width: 575px) {
    #offcanvasSidebar {
        width: 75%;
    }
}