:root {
    --nb-main-navigation-2-mobile-width: 100%;
}

.nb-menu-first-level-item-list.wsmenu-list {
    position: static;
}

.nb-menu-first-level-item-list .menu-header-wrapper{
    display: none;
}
.nb-menu-first-level-item-list-2 .nb-slider-item-list-box-1{
    display: none;
}
.nb-menu-first-level-item-list-2 .nb-footer-links-wrapper {
    display: none;
}

@media screen and (max-width: 991px) {
    .nb-menu-first-level-item-list.wsmenu-list {
        position: unset;
        display: block;
        width: var(--nb-main-navigation-2-mobile-width);
        padding: 20px 15px;
        margin-left: 100vw;
    }
    .nb-menu-first-level-item-list .menu-header-wrapper{
        padding: 20px;
        color: var(--nb-text-color-primary);
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        position: fixed;
        background-color: var(--nb-color-white);
        z-index: 11;
        width: 100%;
    }
    .nb-menu-first-level-item-list  .menu-header-wrapper:after {
        content: '';
        width: 100vw;
        border-bottom: 1px solid var(--nb-border-color);
        position: absolute;
        left: -15px;
        top: 58px;
    }
    .nb-menu-first-level-item-list .nb-menu-back{
        font-size: 20px;
        position: absolute;
        left: 10px;
        opacity: 0;
        transition: .2s ease-in-out;
    }
    .nb-menu-first-level-item-list .nb-menu-back.level-2{
        opacity: 1;
    }
    .nb-menu-first-level-item-list-2 > *:nth-of-type(2){
        padding-top: 74px;
    }
    .nb-menu-first-level-item-list-2 .nb-menu-back.level-2 ~ .nb-header-menu-title{
        margin-left: 15px;
    }
    .nb-menu-first-level-item-list .nb-header-menu-title{
        font-size: 16px;
        font-weight: var(--nb-font-medium);
        text-transform: uppercase;
    }
    .nb-menu-first-level-item-list.wsmenu-list{
        padding-top: 0;
    }
    body.wsactive .wsanimated-arrow{
        top: 20px !important;
        right: 35px !important;
    }

    .nb-menu-first-level-item-list-2 .nb-slider-item-list-box-1{
        margin-top: 30px;
        display: block;
    }

    .nb-menu-first-level-item-list-2 .nb-slider-item-list-box-1 .nb-title{
        font-family: var(--nb-font-family-primary);
        text-transform: capitalize;
        font-weight: var(--nb-menu-first-level-item-link-font-weight);
    }
    .nb-menu-first-level-item-list.wsmenu-list .nb-header-user-links-3{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .nb-menu-first-level-item-list.wsmenu-list .nb-header-user-links-3:after{
        content: '';
        width: 100%;
        height: 1px;
        background: var(--nb-border-color);
        bottom: -15px;
        display: block;
        position: relative;
    }

    /* ****** */
    .wsmenu-click02,
    .wsmenu-click{
        pointer-events: none;
    }
    .wsmenu>.wsmenu-list .nb-menu-fourth-level-item-1,
    .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list,
    .wsmenu>.wsmenu-list>li>.wsshoptabing.wtsdepartmentmenu.nb-dropdown-2{
        position: fixed;
        top: 60px;
        bottom: 0;
        left: 0;
        right: 0;
        display: none;
        background: var(--nb-color-white);
        padding: 0 20px 20px;
        overflow: auto;
    }
    .wsactive .wsmenu>.wsmenu-list .nb-menu-fourth-level-item-1.active,
    .wsactive .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list.active,
    .wsactive .wsmenu>.wsmenu-list>li>.wsshoptabing.wtsdepartmentmenu.nb-dropdown-2.active{
        display: block;
        z-index: 99;
    }
    .wsactive .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem{
        height: 100%;
        background: var(--nb-color-white);
    }
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li a,
    .nb-menu-third-level-item-1 .nb-third-level-menu-item-title,
    .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1>a.nb-second-level-menu-item-link,
    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link{
        padding: 15px 0;
        line-height: 20px;
        border-bottom: var(--nb-menu-first-level-item-link-border-width) var(--nb-border-style) var(--nb-menu-first-level-item-link-border-color);
        width: 100%;
        max-width: unset;
    }
    .nb-menu-third-level-item-1{
        margin-bottom: 0;
        position: relative;
    }
    .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list{
        padding: 0;
    }
    .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list > .nb-content-wrapper > .row{
        margin: 0;
    }
    .wsmenu .wsmenu-click02 {
        display: block;
    }
    .wsmenu>.wsmenu-list .wsmenu-click {
        cursor: pointer;
        display: block;
        height: 60px;
        position: absolute;
        right: 0;
        top: 0;
        width: 49px;
        z-index: 10;
    }
    .wsmenu>.wsmenu-list .wsmenu-click>i {
        display: block;
        height: 8px;
        width: 8px;
        float: right;
        transform: rotate(-225deg);
        margin: 23px 21px 0px 0px;
    }
    .wsmenu>.wsmenu-list .wsmenu-click>i:before {
        content: "";
        width: 100%;
        height: 100%;
        border-width: 1.5px 1.5px 0 0;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.40);
        transition: 0.2s ease;
        display: block;
        transform-origin: 100% 0;
    }
    .wsmenu>.wsmenu-list .wsmenu-click.ws-activearrow>i {
        transform: rotate(-45deg);
        margin-top: 27px;
    }
    .wsmenu>.wsmenu-list .wsmenu-click {
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: var(--nb-dropdown-2-first-level-mobile-arrow-height);
    }
    .wsmenu>.wsmenu-list .wsmenu-click>i {
        margin: 0;
        float: unset;
    }
    .wsmenu>.wsmenu-list .wsmenu-click.ws-activearrow>i {
        margin: 0;
    }
    .nb-menu-first-level-item-list-2 .nb-footer-links-wrapper {
        display: block;
    }

    .nb-menu-first-level-item-list-2 .nb-footer-links-wrapper .row > * {
        flex: 0 0 100%;
    }

    .nb-menu-first-level-item-list-2 .nb-footer-links-wrapper .nb-footer-links .nb-title {
        color: var(--nb-text-color-primary);
        font-size: var(--nb-font-size-16);
        font-weight: var(--nb-font-weight-600);
        font-family: var(--nb-body-font-family);
        text-align: left;
        position: relative;
        margin-bottom: 0;
        display: block;
        min-height: 50px;
        place-content: center;
        background-color: var(--nb-color-white);
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .nb-menu-first-level-item-list-2 .nb-footer-links-wrapper .nb-footer-links .nb-title.active {
        background-color: var(--nb-color-gray-100);
    }

    .nb-menu-first-level-item-list-2 .nb-footer-links-wrapper .nb-footer-links .nb-title:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .nb-menu-first-level-item-list-2 .nb-footer-links-wrapper .nb-footer-links .nb-collapse-content {
        padding: 14px 10px;
    }

    .nb-menu-first-level-item-list-2 .nb-footer-links-wrapper .nb-footer-links .nb-collapse-content ul {
        text-align: left;
    }

    .nb-menu-first-level-item-list-2 .nb-footer-links-wrapper .nb-footer-links .nb-link {
        color: var(--nb-spec-color);
        font-size: var(--nb-font-size-16);
        font-weight: var(--nb-font-weight-400);
        text-align: left;
    }

}