.nb-main-navigation-2 {
    position: static;
    padding: 0 0;
}

.nb-main-navigation-2 .wsmenu{
    font-family: var(--nb-body-font-family);
}

.nb-main-navigation-2 .wsmenu {
    border-left: unset;
    position: static;
}

.nb-main-navigation-2 .nb-header-user-links-2 {
    display: none;
}

@media screen and (max-width: 991px) {
    .nb-main-navigation-2 {
        position: unset;
    }

    .wsactive .wsmenucontainer {
        margin-left: unset;
    }

    .nb-main-navigation-2 .wsmenu {
        position: fixed;
        z-index: 11;
    }

    .wsmenu>.overlapblackbg {
        display: none;
    }

    .nb-main-navigation-2 .nb-header-user-links-2 {
        display: flex;
    }

    .wsactive .wsanimated-arrow {
        z-index: 1000 !important;
        position: fixed !important;
        top: 35px !important;
        left: unset;
        right: 52px !important;
    }

    .wsactive .wsanimated-arrow span {
        background-color: transparent !important;
    }
    .nb-main-navigation-2 .nb-menu-mobile-bottom-links > .nb-link{
        font-weight: var(--nb-font-semibold);
    }
    .nb-main-navigation-2 .nb-menu-mobile-bottom-links > .nb-link:not(:first-child, :last-child) div:has(> .nb-img){
        position: static;
        transform: unset;
    }
    .nb-main-navigation-2 .nb-menu-mobile-bottom-links > .nb-link:not(:first-child, :last-child) div:has(> .nb-img):before{
        content: unset;
    }
    .nb-main-navigation-2 .nb-menu-mobile-bottom-links > .nb-link:not(:first-child, :last-child) .nb-img{
        background-color: transparent;
        border-radius: unset;
    }
}