.swiper {
    padding: 0 2.5rem !important
}

.swiper-pagination {
    bottom: 0 !important;
}

.swiper-wrapper {
    margin-bottom: 2.5rem;
}

.swiper-pagination-bullet-active {
    background: var(--orange-default) !important;
}

.swiper .swiper-wrapper {
    cursor: pointer;
}

.businessCategorie {
    color: var(--black-60);
    font-size: 14px !important;
    border: 1px solid var(--black-12) !important;
    border-radius: 50px;
    padding: 10px 0;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: center;
    /*max-width: 180px;
    min-height: 40px;
    max-height: 40px;*/
}

    .businessCategorie.isActive {
        background-color: var(--orange-default);
        color: #fff;
        font-weight: 700;
        border-color: transparent !important;
    }

        .businessCategorie.isActive:nth-child(3n+1) {
            background: var(--green-dark) !important;
        }

        .businessCategorie.isActive:nth-child(3n+2) {
            background: var(--yellow-default) !important;
        }

        .businessCategorie.isActive:nth-child(3n+3) {
            background: var(--cyan-default) !important;
        }

    .businessCategorie:not(.isActive):hover {
        /*background-color: var(--black-60);
        color: #fff;
        font-weight: 700;*/
        color: rgba(0,0,0,.7);
        font-weight: 700;
    }

.swiper-button-next, .swiper-button-prev {
    margin-top: 0 !important;
    top: 0 !important;
    color: var(--black-60) !important;
    transition: all 0.3s ease-in-out;
}

.swiper-button-next {
    right: 0 !important
}

.swiper-button-prev {
    left: 0 !important
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 35px !important
    }
