.pagination {
    float: unset;
    margin-top: 64px;
}

.page-counter {
    font-size: 14px;
    float: left;
}

.pagination > a {
    padding: 8px 16px;
    margin-right: 8px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #939393;
    align-content: center;

    @media screen and (max-width: 700px) {
        padding: 4px 8px;
    }

    @media screen and (max-width: 360px) {
        padding: 2px 4px;
    }
}

.pagination > a:hover {
    background-color: #F2F4F7;
    text-decoration: none;
}

.pagination > span.page_current {
    margin-right: 8px;
    background-color: #F2F4F7;
    padding: 8px 16px;
    color: #1E1E1E;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

.pagination .prev {
    display: none;
}

.pagination .next {
    padding: 8px 16px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    align-content: center !important;
    color: white !important;
    background-color: #D4A773 !important;

    @media screen and (max-width: 700px) {
        padding: 8px 16px !important;
    }
}

.pagination .next:hover {
    opacity: 0.8;
}

.page_disabled.next {
    cursor: not-allowed;
    background-color: #F2F4F7 !important;
}

.pagination {
    padding-bottom: 100px;
    margin-top: 56px;

    @media screen and (max-width: 1300px) {
        padding-bottom: 0;
        margin-bottom: 56px;
    }
}

.page-counter {
    display: none;
    @media screen and (max-width: 1300px) {
    }
}

.pcounter {
    @media screen and (max-width: 1300px) {
        display: none;
    }
}

.pagination .next img {
    margin-bottom: 2.5px;
}