.paging{text-align: center;margin-top:9px;}
.paging *{
    vertical-align: middle;
}
.paging a{display: inline-block;width: 25px;height: 25px;text-align: center;line-height: 25px;font-size: 14px;vertical-align: middle;margin-right: 5px;}
.paging a.active{background: #f73030;color: white;}
.paging a.next_page , .paging a.prev_page{
    color: #bb9624;
    font-weight: 700;
    font-size: 14px;
    background-image: url("../img/1/arrow-red.png");
    background-repeat:no-repeat;
    background-size: 8px;
    background-position: center;
}
.paging a.next_page{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.paging a.prev_page{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.page_input{
  margin-left: 10px;
    width: 35px;
    height: 25px;
    border: 0px;
    background: white;
    font-size: 1.2em;
    text-indent:5px;
    color: black;
}

.page_input::placeholder{
    color: black;
}

.paging_bottom{
    margin-top: 10px;
    margin-bottom: 20px;
}


@media all and (max-width: 500px) {
    .page_input{width: 45px}
}