.static-paging {
    background-color: #fff;
    padding: .8rem .8rem;
    color: #d1d1d1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Bebas Neue";
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.63;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 767px) {
    .static-paging {
        padding: .6rem .8rem;
    }
}

@media all and (max-width: 575px) {
    .static-paging {
        font-size: .9rem;
        padding: .4rem .4rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.static-paging-page-link {
    padding: 0.2rem 0.5rem;
    min-width: 26px;
    line-height: 1.25;
    background-color: #fff;
    text-align: center;
    border: 2px solid transparent;
}

@media all and (max-width: 575px) {
    .static-paging-page-link {
        padding: 0.2rem 0.4rem;
    }
}

.static-paging-page-link:hover {
    color: #3a3a3a !important;
}

.static-paging-page-link_active {
    background-color: #ef0f33;
    color: #fff !important;
    border: 2px solid #ef0f33;
}

.static-paging-page-link_disabled {
    cursor: auto;
}

.static-paging-page-link_active:hover {
    color: #fff !important;
}

.static-paging-page-item {
    margin-left: .5rem;
}

    .static-paging-page-item:first-child {
        margin-left: 0;
    }

@media all and (max-width: 575px) {
    .static-paging-page-item {
        margin-left: .2rem;
    }
}

.static-paging-pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0 !important;
}

.static-paging-page-size {
    font-family: "Roboto";
    font-size: 0.9rem;
    color: #767676 !important;
    font-weight: normal;
}

@media all and (max-width: 575px) {
    .static-paging-page-size {
        font-size: .8rem;
        margin-top: 1rem;
    }
}

.static-paging-page-size-select {
    height: 2.2rem;
    margin-left: 1rem;
    border-radius: 2px;
    min-width: 4.5rem;
    background-image: url(/block/static-paging/arrow.png);
    background-repeat: no-repeat;
    background-position: right .8rem top 50%;
    background-size: 10px 8px;
}

@media all and (max-width: 575px) {
    .static-paging-page-size-select {
        height: 1.8rem;
        margin-left: .2rem;
    }
}

.special__wrapper .static-paging-page-link_active {
  background-color: black !important;
  border-color: black !important;
}
