.inverse-wrapper.category-panel.category-panel-html.fixed {
    position: fixed;
    background-color: #fffffff0;
    top: 120px;
    z-index: 800;
    padding: 5px;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 8%);
}
.inverse-wrapper.category-panel.category-panel-html.fixed .filter-button {
    margin-left: -2px;
}
.sorting.category-view_modes-html a.uk-button {
    border-radius: 5px;
    background-color: #fff;
}
.inverse-wrapper.category-panel.category-panel-html.fixed .sorting.category-view_modes-html a.uk-button {
    display: none;
}
.inverse-wrapper.category-panel.category-panel-html.fixed .sorting-wrapper.category-sorting-html {
    position: absolute;
    right: -1091px;
    top: 0;
    background-color: #fffffff0;
    padding: 5px;
}
/* SA add-on WIDESCREEN */
@media (min-width: 1600px) {
    .inverse-wrapper.category-panel.category-panel-html.fixed .sorting-wrapper.category-sorting-html {
        right: -1494px;
    }
}

@media (max-width: 769px) {
    .inverse-wrapper.category-panel.category-panel-html.fixed {
        top: 50px;
        width: 98%;
        height: 32px;
        left: 0;
    }
    .inverse-wrapper.category-panel.category-panel-html.fixed .filter-button {
        width: 47%;
    }

    .inverse-wrapper.category-panel.category-panel-html.fixed .category-sorting-html {
        width: 47%;
    }
    .inverse-wrapper.category-panel.category-panel-html.fixed .category-sorting-html .uk-button.uk-button-secondary {
        width: 100%;
    }
}
.sa-category-panel-mobile.inverse-wrapper.category-panel.category-panel-html.fixed .sorting-wrapper.category-sorting-html {
    position: initial;
    padding: 0;
}
