.pagination {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    width: fit-content;
    margin: 40px auto 0 !important;
    gap: 20px;
}

.pagination li {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}


.pagination li a {
    text-decoration: none;
    display: block;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
}

.pagination li a.is--active {
    background: #fc1726;
    color: #fff;
}

.pagination li.bx-pag-all a,
.pagination li.bx-pag-prev a,
.pagination li.bx-pag-next a {
    position: relative;
    /* width: 35px; */
    width: auto;
    height: 35px;
    /* background: #D8DCE3; */
}

.bx-pag-next a {
    font-size: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.bx-pag-next a::before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='8' viewBox='0 0 19 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3536 3.32833C18.5488 3.52359 18.5488 3.84018 18.3536 4.03544L15.1716 7.21742C14.9763 7.41268 14.6597 7.41268 14.4645 7.21742C14.2692 7.02216 14.2692 6.70557 14.4645 6.51031L17.2929 3.68188L14.4645 0.853458C14.2692 0.658195 14.2692 0.341613 14.4645 0.146351C14.6597 -0.0489113 14.9763 -0.0489113 15.1716 0.146351L18.3536 3.32833ZM0 3.68188L0 3.18188L18 3.18188V3.68188V4.18188L0 4.18188L0 3.68188Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 19px;
    height: 8px;
}

.bx-pag-prev a {
    font-size: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.bx-pag-prev a::before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='8' viewBox='0 0 19 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.146446 3.32833C-0.0488148 3.52359 -0.0488148 3.84018 0.146446 4.03544L3.32843 7.21742C3.52369 7.41268 3.84027 7.41268 4.03553 7.21742C4.2308 7.02216 4.2308 6.70557 4.03553 6.51031L1.20711 3.68188L4.03553 0.853458C4.2308 0.658195 4.2308 0.341613 4.03553 0.146351C3.84027 -0.0489113 3.52369 -0.0489113 3.32843 0.146351L0.146446 3.32833ZM18.5 3.68188V3.18188L0.5 3.18188V3.68188V4.18188L18.5 4.18188V3.68188Z' fill='white' fill-opacity='0.65'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 19px;
    height: 8px;
}