
@media (min-width: 1024px) {
    .sort.bottom ul.paging > li > span {    font-size: 13px;
        width: 28px;
        height: 28px;
        display: block;
        text-align: center;

        line-height: 28px;}
    .sort li.active > span {
        background-color: var(--primary-color)!important;
        color: #fff;
    }
}
