
/* region new style page navigation --------------------------------------------------------------------------*/

.bx_pagination_bottom * {
    vertical-align: middle;
}

.bx_pagination_bottom .fa {
    font-size: 15px;
    position: relative;
    top: -1px;
}

.bx_pagination_bottom .fa-angle-right {
    margin-left: 0px;
}

.bx_pagination_bottom .fa-angle-left {
    margin-right: 0px;
}

.bx_pagination_bottom {
    font-size: 12px;
}

.bx_pagination_bottom .bx_pagination_section_one {
}

.bx_pagination_bottom .bx_pagination_section_two {
    text-align: center;
}

.bx_pagination_bottom .bx_pagination_select_container {
    display: inline-block;
}

.bx_pagination_bottom .bx_pagination_select_container select {
    position: relative;
    margin: 2px 20px 2px 10px;
    padding: 1px 25px 3px 5px;
    height: 22px;
    outline: none;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    background: #fff url(images/select_arrow.png) no-repeat right center;
    color: #8d8d8d;
    font-size: 11px;
    line-height: 16px;
    resize: none;
    -webkit-appearance: none;
}

.bx_pagination_bottom .bx_pagination_page {
    white-space: nowrap;
    font-size: 12px;
}

.bx_pagination_bottom .bx_pagination_page ul {
    display: inline-block;
    margin: 0;
}

.bx_pagination_bottom .bx_pagination_page li, .bx_pagination_bottom .bx_pagination_page .nav-text {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    border-radius: 4px;
    margin-right: 8px;
}

.bx_pagination_bottom .bx_pagination_page .nav-text:last-child {
    margin-right: 0;
}
.bx_pagination_bottom .bx_pagination_page .nav-text {
    font-size: 12px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx_pagination_bottom .bx_pagination_page .nav-text.disabled svg{
    opacity: 0.3;
}

.bx_pagination_bottom .bx_pagination_page .nav-text.disabled:hover{
    background-color: transparent!important;
    transform: scale(1)!important;
}

.bx_pagination_bottom .bx_pagination_page .nav-text a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.bx_pagination_bottom .bx_pagination_page li a,
.bx_pagination_bottom .bx_pagination_page li span,
.bx_pagination_bottom .bx_pagination_page .nav-text a{
    color: var(--main_text_black);
    text-align: center;
    text-decoration: none;
}
.bx_pagination_bottom .bx_pagination_page li span,
.bx_pagination_bottom .bx_pagination_page li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 1;
}
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num {
    display: block;
}

.bx_pagination_bottom .bx_wsnw {
    white-space: nowrap;
}

.bx_pagination_page_list{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.bx_pagination_page{
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    /*padding: 0px 20px;*/
    padding: 0;
    background-color: transparent;
}
.bx_pagination_page span {
    font-weight: bold;
}
.bx_pagination_page li, .nav-text {
    background-color: #fff;
    cursor: pointer;
    transition: 0.2s all linear;
}
.bx_pagination_page li:hover, .nav-text:hover {
    background-color: var(--main_bg_gray);
    transition: 0.2s all linear;
}
.bx_pagination_page li:active, .nav-text:active {
    background-color: #EBECED;
    transition: 0.2s all linear;
}
.bx_pagination_bottom .bx_pagination_page .nav-text.disabled:hover{
    background-color: #fff;
    cursor: default;
}
.bx_pagination_bottom .bx_pagination_page li.bx_active:active,
.bx_pagination_bottom .bx_pagination_page .nav-text.disabled:active{
    transform: scale(1);
}

.bx_pagination_bottom .bx_pagination_page li.bx_active{
    background-color: var(--main_color);
    cursor: default;
}
.bx_pagination_bottom .bx_pagination_page li.bx_active span{
    color: white;
}

.promo-list + .row .bx_pagination_page,
.brands_wrapper + .row .bx_pagination_page{
    justify-content: center;
}

@media (max-width: 530px){
    .bx_pagination_page{
        justify-content: center;
    }
}



