
@media screen and (max-width: 719px) {

    .fixed-filter .filter-wrapper {
        padding: 0;
    }

    .fixed-filter .filter-wrapper.no-category {
        padding: 2px 0 0 0;
    }

    .fixed-filter .fixed-block.fixed {
        position: fixed;
        top: 50px;
        width: 100%;
        background-color: #ffffff;
        z-index: 10;
        left: 0;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        transition: transform .3s;
    }

    .fixed-block.fixed.fixed-block-hidden-mobile {
        transform: translateY(-160px);
    }

    .fixed-filter .noclick a {
        pointer-events: none;
    }


    body.noscroll {
        overflow: hidden;
        z-index: 1;
        max-height: 100vh;
    }

    body.noscroll .fixed-block.fixed {
        max-width: 100%;
        max-height: calc(100vh - 50px);
        overflow-x: hidden;
        overflow-y: auto;

    }

    .fixed-filter .breadcrumbs {
        margin-top: 10px;
        line-height: 18px;
    }

    .content.fixed-filter > h1 {
        margin-bottom: 20px;
    }
    
    .bx-filter,
    .category {
        display: none;
    }

    .bx-filter.opened,
    .category.opened {
        display: block;
    }

}




