<style type="text/css">
    nav[role="navigation"]{
        text-align: center;
    }
    nav[role="navigation"] div:first-child{
        margin-bottom: 16px!important;
    }
    span.rounded-md{
        box-shadow: none!important;
    }
    span.rounded-md a[rel="prev"]{
        border: none!important;
        background: transparent!important;
        color: #000!important;
    }
    span.rounded-md span[aria-disabled="true"] span{
        border: none!important;
        background: transparent!important;
        color: #000!important;
    }
    span.rounded-md a[rel="next"]{
        border: none!important;
        background: transparent!important;
        color: #000!important;
    }
    span.rounded-md a[rel="prev"] svg{
        width: 32px;
    }
    span.rounded-md a[rel="next"] svg{
        width: 32px;
    }
    span.rounded-md a{
        background: #fff!important;
        border-radius: 100%!important;
        margin: 0 8px;
    }
    span.rounded-md span[aria-current="page"]{
        background-color: #50b0da!important;
        color: #fff!important;
        border-radius: 100%;
    }
    span.rounded-md span[aria-current="page"] span{
        background-color: #50b0da!important;
        color: #fff!important;
        border: 1px solid #50b0da!important;
        border-radius: 100%;
    }

    .error {
      color: red;
    }

    .border-error {
      border-color: red !important;
    }

    .rm-fw {
      font-weight: unset !important;
    }
    .product__showing--count nav div.flex{
        display: none;
    }
    .product__showing--count nav div span.rounded-md{
        display: none;
    }
</style>