.hdrInfo{
 text-align:center;
}

.pagerWrap {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 0;
border-bottom: 1px solid #c4c4c4;
margin-bottom: 40px;
}
.pager,
.sort {
background: initial !important;
}

.pager.pagerTop,
.sort {
padding: 0 !important;
margin: 0 !important;
}
.pagerTop {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    letter-spacing: 3px;
    font-weight: 500;
}
.pagerTop strong{
    display: inline-block;
    font-size: 28px;
    line-height: 0.8;
}
.sort strong {
    font-weight: 400;
    border: 1px solid;
    padding: 3px 10px;
    font-size: 12px;
    cursor: pointer;
}
.sort a {
    text-decoration: none !important;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}
.sort span {
    padding: 5px 15px;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}
.pager a {
    margin: 15px !important;
}
.prevArrow,
.nextArrow {
    font-weight: bold;
}
.pagerCount {
    margin-bottom: 30px;
}
.pagerCount .current {
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    line-height: 20px;
    display: inline-block;
  margin:0 8px;
}
.pagerBottom {
    margin-bottom: 100px;
}
.pagerBottom a{
    background-color: #f2f2f2;
    padding: 5px 15px;
}