.paging{text-align: center;font-size:0;margin-top:20px;}
.paging *{
    vertical-align: middle;
}
.paging a{ color:white; ;display: inline-block;width: 25px;height: 24px;text-align: center;line-height: 24px;font-size: 14px;vertical-align: middle;margin-right: 5px;font-family:Poppins !important;}
.paging a.active{background: #ff942c;color: white;}
.paging a.next_page , .paging a.prev_page{
    background-image: url("../img/7/pages-arrow.svg");
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: right center;
    width:13px;
}
.paging a.next_page{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.page_input{
    margin-left: 3px;
    width: 33px;
    height: 24px;
    border: 0px;
    background: #f1f1f1;
    color:black;
    font-size: 14px;
    color: black;
    text-indent: 0;
    box-sizing:border-box;
    padding:4px 6px;
}

.page_input::placeholder{
    color: black;
}

.paging_bottom{
    margin-top: 10px;
    margin-bottom: 20px;
}


@media all and (max-width: 500px) {
    .page_input{width: 45px}
}