#dashboard-menu-close{
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    color: #000;
    font-size: 3rem;
    line-height: 1;
    cursor: pointer;
}

#supplier-sidebar-menu li:hover,
#supplier-sidebar-menu li:focus,
#supplier-sidebar-menu .current-menu-item{
    background-color: #FFEAF5;
}

#supplier-sidebar-menu a{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

#supplier-sidebar-menu a img{
    padding: 0;
    height: 25px;
    margin: -5px 0;
}

.backdrop-shadow{
    display: none;
    position: fixed;
    background: #00000059;
    width: 100vw;
    height: 100vh;
    z-index: 99;
}

[data-icon-plus]:not(.hidden){
    background-image: url('../images/icons/png/down-arrow.png');
    width: 20px;
    display: block;
    height: 20px;
    background-position: center;
    background-size: contain;
    transition: all 0.3s;
}

[data-icon-minus]:not(.hidden){
    background-image: url('../images/icons/png/down-arrow.png');
    width: 20px;
    display: block;
    height: 20px;
    background-position: center;
    background-size: contain;
    transform: rotate(180deg); 
    transition: all 0.3s;
}

.white-icon[data-icon-plus], .white-icon[data-icon-minus]{
    background-image: url('../images/icons/png/down-arrow-white.png');
}

.under-header-menu ul .menu-item a{
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #231F20;
}

.under-header-menu ul .menu-item a:hover,
.under-header-menu ul .menu-item a:focus{
    color: var(--color-primary);
}

.under-header-menu ul .menu-item.current-menu-item {
    padding-bottom: 4px;
}

.under-header-menu ul .menu-item.current-menu-item a{
    color: var(--color-primary);
    background-image: url('../css-images/menu-wave.svg');
    background-size: 10px 5px;
    background-repeat: repeat-x;
    background-position: 0 17px;
    padding-bottom: 4px;
}

.category-mega-menu-wrapper{
    max-height: calc(100vh - 150px);
}

.under-header-menu-mobile > div{
    width: 100%;
}

.mobile-header-menu{
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.mobile-header-menu button.mega-menu-toggle-btn{
    padding: 10px 16px;
}

.mobile-header-menu [data-mega-menu] .category-mega-menu-wrapper{
    position: relative;
    box-shadow: unset;
    margin: 0;
    background-color: #4a317e1f;
    max-height: unset;
}

.mobile-header-menu .under-header-menu ul .menu-item a{
    font-size: 16px;
}

.mobile-header-menu [data-mega-menu] .category-mega-menu-wrapper .menu-section-item{
    padding: 8px 16px;
}

.mobile-header-menu [data-mega-menu] .category-mega-menu-wrapper a{
    color: #231F20;
}


footer .widget_nav_menu{

}

footer .widget_nav_menu h2{
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1;
}

footer .widget_nav_menu > div{
    margin-top: 20px;
}

@media (min-width: 768px) {
    footer .widget_nav_menu > div{
        margin-top: 48px;
    }
}

footer .widget_nav_menu ul{
    display: flex;
    flex-direction: column;
    row-gap: 17px;
}

footer .widget_nav_menu li{
    line-height: 1;
}

footer .widget_nav_menu li a{
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: #5D5D5D;
    line-height: 1;
}

footer .widget_nav_menu li a:hover,
footer .widget_nav_menu li a:focus{
    color: var(--color-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}