/**menu pop**/
    .box_pop_menu {
        display: none;
        position: fixed;
        width: 100%;
        right: 0;
        top: 0;
        height: 100%;
        background-color: var(--color_white);
        z-index: 1;
        overflow: auto;
    }

    .header_pop_menu {
        padding: 1rem 0.5rem;
        background-color: #f7f7f7;
        display: flex;
        align-items: center;
        border-bottom: 1px solid hsla(0, 0%, 60%, .2);
        font-size: 24px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        justify-content: space-between;
        width: 100%;
        background-size: cover;
        direction: ltr;
    }

    .box_pop_menu .header_pop_menu h6 {
        margin: 0;
    }
    .content_pop_menu {
        padding: 1rem;
    }
    .box_pop_menu .categorie_sub_menu {

        padding: 0;
        list-style: none;
        float: none !important;
        height: auto !important;
    }

    .numn {
        list-style: none;
        padding: 0;
        margin: 0;

    }

    .back_menu_mobile {
        cursor: pointer;
    }


    .numn li {
        display: block;
    }

    .numn li:not(:last-child) a {
        border-bottom: 1px solid #ddd;
    }

    .lsicon {
        margin-right: auto !important;
    }

    .lsicon i {}

    .numn>li>a {
        display: flex;
        width: 100%;
        padding: 1rem 0.5rem 1rem 0;
        color: #4f4f4f;
        position: relative;
    }

    .numn li a:hover,
    .numn li a:focus {
        color: black;
    }

    .numn .categorie_sub_menu {
        display: none;
    }

    .middel_logo_menu img {
        width: 6rem;

    }
/**menu pop**/

@media screen and (max-width:700px) {}

@media screen and (max-width:900px) {





    .categories_menuulli1:hover .categories_mega_menu,
    .categories_menuulli1:hover .categories_mega_menu {
        display: none !important;
    }

    .access_limit {

        flex-direction: column;
    }

    .categorie_sub_menu {
        overflow: auto !important;
    }

    .menu_item_children {
        overflow: auto !important;
    }

    .no_mobile {
        display: none !important;
    }

    .mt-4 {
        margin-right: 0 !important;
    }
}