.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    background-color: rgba(0, 0, 0, 0) !important;
}
.owl-carousel.custom-nav-1-pos-4 .owl-nav {
    bottom: 50% !important;
    top: auto !important;
}
.owl-carousel .owl-item img {
    /*max-width: 1080px;*/
}
.carousel-banner {
    border-radius: 15px;
}
#header .header-btn-collapse-nav {
    background: unset;
    color: #e0e0e0 !important;
    font-size: 25px;
}
#header .header-btn-collapse-nav i {
    vertical-align: middle;
}
.newline-mobile-only {
    display: none;
}
.show-except-mobile {
    display: block;
}
@media (max-width: 767px) {
    .carousel-banner {
        border-radius: 0;
    }
    .newline-mobile-only {
        display: block;
    }
    .show-except-mobile {
        display: none;
    }
}
