.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    left: -100px;
    height: 100%;
    width: calc(100% + 200px);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    pointer-events: all;
    width: 50px;
    height: 50px;
    align-self: center;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}

.owl-theme .owl-nav .owl-prev {
    background-image: url(/images/nav-left.svg) !important;
}

.owl-theme .owl-nav .owl-next {
    background-image: url(/images/nav-right.svg) !important;
}

.owl-theme .owl-nav span {
    display: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default;
    transition: opacity ease 0.25s;
}

.owl-theme .owl-dots .owl-dot {
    margin-top: 20px;
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    border: 1px solid var(--black);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--black);
}
