.owl-theme .owl-dots,
.owl-theme {
    text-align: center;
}

.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel {
    cursor: auto !important;
}


/* Override the cursor for carousel items */


/* .owl-carousel .owl-stage {
    cursor: auto !important;
}

.owl-carousel .owl-item p {
    user-select: text !important;
}

.item {
    user-select: text !important;
} */

.owl-prev,
.owl-next {
    font-size: 24px;
    width: 50px;
    height: 50px;
    color: #fff;
}