/** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */




.owl-prev, .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .8;
    font-size: 18px!important;
    transition: opacity .15s ease;
}

.owl-prev {
    left: 0!important;
}

.owl-next {
    right: 0!important;
}

 .owl-theme .owl-dots,.owl-theme .owl-nav{
    text-align:center;
    -webkit-tap-highlight-color:transparent;
    background-color: var(--bs-body-bg);
}
.owl-theme .owl-nav{
    margin-top:0px
}
.owl-theme .owl-nav [class*=owl-]{
    color:#FFF!important;
    font-size:23px!important;
    margin:0px!important;
    padding:4px 7px;
    /*background:#D6D6D6;*/
    display:inline-block;
    cursor:pointer;
    border-radius:3px
}
.owl-theme .owl-nav [class*=owl-]:hover{
    /*background:#869791;*/
    color:#FFF;
    text-decoration:none;
    opacity: .9;
}
.owl-theme .owl-nav .disabled{
    opacity:.5;
    cursor:default;
    display: none;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top:10px
}
.owl-theme .owl-dots .owl-dot{
    display:inline-block;
    zoom:1
}
.owl-theme .owl-dots .owl-dot span{
    width:5px;
    height:5px;
    
    margin:2px;
    background:#D6D6D6;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
    background:#e74c3c;
    width:6px;
    height:6px;
}

.owl-dots {
    position: absolute;
    bottom: 0;
    left:50%;
    background: transparent;
    background-color: transparent!important;
}
