.top-container{
    margin-top: 0;
}
.page-title-wrapper {
    margin-bottom: 24px;
    display: inline-block;
    margin-right: 16px;
}
.page-title-wrapper h1.page-title {
    display: inline-block;
    padding-top: 11px;
    font-size: 24px;
    color: #333;
    font-weight: 400;
    margin: 0;
}
.search.results.search-page {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.toolbar.toolbar-products{
    margin-top: 26px;
    margin-bottom: 26px;
}
.toolbar-products .sorter-options{
    padding: 0 0px 0 10px;
}
.pagination-top{
    margin-top: 21px;
    margin-bottom: 15px;
}
@media (min-width: 991px) {
    .list-product .product-item{
        width: 20%;
    }
}
@media (max-width: 991px) {
    .toolbar.toolbar-products{
        margin-top: 0;
    }
    .search.results.search-page{
        display: block;
    }
}