
.category-view {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .category-view .categories-description-view {
        order: 2;
    }
    .categories-description-view .category-view-wrap {
        display: none;
    }
    .category-view .button-product {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
    .category-view .product-filter {
        width: min-content !important;
        height: min-content !important;
    }
    .category-view .product-filter .btn {
        width: min-content !important;
        line-height: 14px !important;
        height: initial !important;
    }
    .category-view .button-product .btn {
        padding: 5px 15px;
        font-size: 10px;
    }
    .product-order .btn-group {
        margin-right: 0;
    }
    .button-product {
        margin-top: 0!important;
    }
}
