﻿.owl-nav {
    position: relative;
    margin-top: -10px !important;
    display: flex;
    justify-content: space-around;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-nav button {
    z-index: 2;
}

.owl-nav button span {
    font-size: 30px;
    visibility: hidden;
    /*    line-height:0;*/
}

.owl-nav button span:after {
    font-family: 'Font Awesome 5 Free';
    visibility: visible;
    font-weight: 900;
}

.owl-nav button.owl-prev span:after {
    content: "\f053"
}

.owl-nav button.owl-next span:after {
    content: "\f054"
}

.owl-dots {
    position: relative;
    bottom: 35px;
}

.owl-stage {
    display: flex;
}

.owl-item {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
}

.owl-theme .owl-nav [class*=owl-] {
    color: initial;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: initial;
}
