.pageNavAction input {
    padding: 0px 10px;
    border: 1px solid rgb(222, 222, 222);
    width: 55px;
    display: inline-block;
    margin: 0px 10px;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
}

.pageNavStatistic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 35%;
    max-width: 35%;
    height: 35px;
    line-height: 35px;
}

.pageNavAction {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 65%;
    max-width: 65%;
    text-align: right;
    display: block;
}

.pageNavActionDisplay {
    /* width: 35%; */
    font-size: 13px;
    display: inline-block;
    margin-right: 15px;
}

.pageNavStatistic strong {
    font-weight: 600;
}

.pagination-list-page {
    display: inline-block;
}

.pageNavAction input.price {
    text-align: right;
}

.ta-pagination a, .ta-pagination span {
    display: inline-block;
    padding: 0px 10px;
    border: 1px solid #dee2e6;
    height: 35px;
    line-height: 35px;
    background: white;
}

.ta-pagination a:first-of-type {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.ta-pagination  a.active {
    background-color: #4099ff;
    border-color: #4099ff;
    color: white;
}


.ta-pagination {
    margin: 20px 10px;
    border: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    font-size: 13px;
}

.ta-pagination a.last {
    /* font-size: 12px; */
}

.ta-pagination a:hover {
    /* background-color: #e9ecef; */
}

.ta-pagination a:last-of-type {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}