.clear-parent::after {
    content: "";
    display: block;
    clear: both;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 5px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 3px 4px;
    background: #fff;
}

.owl-carousel.vertical-buttons .owl-nav>button {
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    line-height: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #d0d0d0;
    transition: 0.3s;
    color: #fff;
    outline: none !important;
}

@media screen and (min-width: 768px) {
    .owl-carousel.vertical-buttons .owl-nav>button {
        height: 35px;
        width: 35px;
    }
}

.owl-carousel.vertical-buttons .owl-nav>button:hover {
    background-color: #ec5913;
}

.owl-carousel.vertical-buttons .owl-nav>button:active {
    background-color: #d04e11;
}

.owl-carousel.vertical-buttons .owl-nav>.owl-prev {
    left: 0;
}

.owl-carousel.vertical-buttons .owl-nav>.owl-next {
    right: 0;
}