/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 25px;
    z-index: 2;
}
.owl-theme.left .owl-nav {
    right: auto;
    left: 0;
    padding: 30px;
}
.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    background: none;
    border: 0 !important;
    border-radius: 0 !important;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
    opacity: .5;
    transition: all .4s
}

.owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1;
}


.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-nav.disabled {
    display: none;
}
.owl-theme .owl-dots {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot {
    /*width: 10px;*/
    /*height: 10px;*/
    background: none;
    padding: 0;
    /*display: none;*/
    zoom: 1;
    border: none;
    /*border-radius: 50%;*/
    /*margin: 0 3px;*/
    outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: var(--color-primary);
    border: none;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    opacity: .3;

}
.owl-theme .owl-dots .owl-dot.active span  {
    opacity: 1;
}
.owl-theme .owl-nav [class*=owl-]:hover [stroke*='#'] {
    stroke: currentcolor;
}
svg:not(:root) {
    overflow: hidden;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
.owl-dots.disabled {
    display: none;
}





