.pagination__item{
    color: #b6a575;
    border: 1px solid #b6a575;
    height: 50px;
    padding: 12px 20px !important;
    font-size: 16px;
    line-height: 26px;
    border-radius: 2px;
    text-transform: uppercase;
    margin: 0 5px;
}

.pagination__item--current-page{
    background: linear-gradient( to right, rgb(146, 128, 77) 0%, rgb(182, 165, 117) 51%, rgb(146, 128, 77) 100% );
    color: white;
    border: 1px solid black;
}

.pagination__item--disabled{
    display: none;
}