.close-icon {
    background: var(--primary-color) !important;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: auto; */
}

.close-icon img {
    height: 17px;
    width: 17px;
}

.menu-link {
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-link ul {
    list-style-type: none;
}

.menu-link li {
    list-style-type: none;
    font-family: var(--source-serif-4-font);
    font-size: 45px;
    font-weight: var(--font-weight-600);
    margin-bottom: 50px;
    line-height: 26px;
    color: #000000 !important;
}

.menu-link li a {
    color: #000000 !important;
    text-decoration: none;
}

.menu-link a:hover {
    color: #8D8664 !important;
}

.menu-link .active {
    color: #8D8664 !important;

}

.mega-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;
    transform: translateY(0) !important;
    transition: opacity 0s ease, transform 0s ease;
    z-index: 1050;
    visibility: hidden;
}

.mega-menu.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) !important;
}

.close-icon {
    text-align: right;
    cursor: pointer;
}
.menu-item {
    height: calc(100vh / 3);
    background-repeat:no-repeat;
    background-size:cover;
}

.menu-item.logo{
    background-size: unset;
    background-position: center;
}

/* Header Dropdown */

#search-container .dropdown-item.active {
    background: #f8f9fa;
    color: unset;
}
#search-container .dropdown-item:active {
    background: #f8f9fa !important;
    color: unset;
}



/* MOBILE MENU */
.mobile-menu {
    padding: 40px 12.36px 50px 43px;
    /* position: relative; */
}
.mobile-menu .menu-header h1 {
    font-family: var(--source-serif-4-font);
    font-weight: var(--font-weight-600);
    font-size: 44px;
    line-height: 26px;
    letter-spacing: 0px;
}

.menu-header h1::before {
    content: "";
    background: url('data:image/svg+xml,<svg width="54" height="3" viewBox="0 0 54 3" fill="none" xmlns="http://www.w3.org/2000/svg"><line y1="1.5" x2="54" y2="1.5" stroke="%23888161" stroke-width="3"/></svg>');
    width: 54px;
    height: 3px;
    position: absolute;
    bottom: -65px;
    margin-bottom: 40px;
}

.mobile-menu .menu-item {
    margin-top: 50px;
}

.mobile-menu .menu-item a {
    margin: 30px 0px;
    font-family: var(--roboto-font);
    font-weight: var(--font-weight-600);
    font-size: 14px !important;
    line-height: 66px;
}

.mobile-menu .menu-item a:active {
    background: unset !important;
}

.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}