.page-wrapper .toolbar .pages a.page,
.page-wrapper .toolbar .pages a.page:hover {
    color: #222;
}
/*.toolbar-sorting {
    height: 50px;
}*/
.toolbar-pagination .pages {
    float: left;
    display:block !important;
}
.toolbar-pagination .pages li a {
    font-size: 13px;
    font-weight: 600;
    line-height: 32px;
    width: 32px;
}
.toolbar-pagination .pages li a:hover {
    text-decoration-color: #222;
    text-decoration-line: underline;
}
.toolbar-pagination .pages .action {
    background-color: white;
    color: #222;
    margin-left: 0;
    margin-right: 0;
}
.toolbar-pagination .toolbar-amount {
    padding-right: 20px;
    color: #555;
    font-weight: 500;
    float: right;
    display:block !important;
}