.bal-loading {
    text-align: center;
    z-index: 100;
    width: 115px;
    padding: 20px;
    color: #222;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none !important
}

span.results {
    display: block;
}

a[rel=next] {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 0px;
}

a[rel=next]:before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: -7px 4px -7px 0px;
    background: url(/image/catalog/design/show-more-icon.svg) center / 100% no-repeat;
}

a[rel=next]:focus:before {
    transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -moz-transition: 2000ms;
    -webkit-transition: 2000ms;
    transition: 2000ms;
}

div.bal-box-next {
    cursor: pointer;
    display: inline-flex !important;
    border: 1px solid #ddd;
    text-align: center;
    text-decoration: none;
    height: 45px;
    padding: 0px 13px 0px 9px;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

div.bal-box-next:hover {
    text-decoration: none;
    background: var(--default-hover)
}

div[data-bal="bal-pagination"] {
    display: flex;
    justify-content: center;
}