
.pager {
    display: block;
    margin: 10px auto;
    width: 100%;
}

.pager__items {
    text-align: center;
}

.pager__item {
    display: inline-block;
}

.pager__item.is-active a {
    color: #c21d3c;
}

.pager__item a {
    cursor: pointer;
    padding: 5px 20px 5px 0;
    margin-right: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    font-family: "pantonregular", sans-serif;
    color: #525252;
    font-weight: bold;
    text-decoration: none;
}

.pager__item a:hover {
    color: #d82043;
}
body .pager li>a, body .pager li>span {
    display: table-caption;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    margin: 0 2px;
}
body .pager li>a:hover, body .pager li>span:hover,
body .pager__item.is-active a {
    border-color: #DD425F; 
    background-color: transparent;
}
.pager__item--next a{
    background: url(/images/next.png) no-repeat 50%;
}
.pager__item--previous a{
    background: url(/images/prev.png) no-repeat 50%;
}