

.product-category-active {
    border-color: #3f96d0 !important;
}

.product-category-active > div:nth-child(1) {
    display: none;
}

.product-category-active > div:nth-child(2) {
    display: block;
}

.product-category-active > div:nth-child(3) {
    color: #3f96d0;
}

.product-pagination-item-active {
    background-color: #1662b7 !important;
    color: white !important;
}
