.carousel-pagination-item-active {
  background-color: #3f96d0 !important;
}

.product-category-list-item:not(:last-child) {
    margin-bottom: 0.5rem;
}

.product-category-list-item-active {
    background-color: #3f96d0 !important;
}

.product-category-list-item-active > div:nth-child(1) {
    color: rgba(255,255,255,0.15);
}

.product-category-list-item-active > div:nth-child(3) > div {
    color: white;
}

.product-prev-button {
    width: 2rem;
    height: 2rem;
    border-left: .25rem solid rgb(63,150,208);
    border-bottom: .25rem solid rgb(63,150,208);
    transform: rotate(45deg);
    cursor: pointer;
}

.product-next-button {
    width: 2rem;
    height: 2rem;
    border-right: .25rem solid rgb(63,150,208);
    border-bottom: .25rem solid rgb(63,150,208);
    transform: rotate(-45deg);
    cursor: pointer;
}

.application-item-button-active {
    border-color: white !important;
}

.application-background {
    display: none;
}

.application-background-active {
    display: block !important;
}

.news-list-item-active > div {
    display: none;
}





