/* Wlinking ls2 Mobile Menu */

:root
{
    --baseFontSize: 12px;
}

#mainMenuWrapper
{
    width: 100%;
}

#mainMenu a
{
    color: #202020;
}

#mainMenuWrapper .current-item a.menuLinkLevel1
{
    color: #000000;
    font-weight: bold;
    background-color: #E3E3E3;
}

.toggle-button .bar
{
    background-color: var(--primaryclr);
}

.active .toggle-button .bar
{
    background-color: #333;
}

#menuOuterWrapper
{
    margin-right: 0;
}
