@import '/home/assets/common/lib/owl-carousel/css/owl.carousel.min.css';

.owl-carousel .owl-dots {
    text-align: center;
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.owl-carousel button.owl-dot {
    border: none;
    opacity: 0.3;
    background-color: #D92128;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 2px;
    margin-left: 2px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s, 0s;
}

.owl-carousel button.owl-dot.active {
    /* border-color: gray; */
    background-color: #D92128;
    opacity: 0.80;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s, 0s;
}

.owl-carousel button.owl-dot:focus {
    outline: none;
}