.slick-slider {
    .slick-slide {
        outline: none;
        box-shadow: 0 0 rgba(#000, 0);

        &:focus,
        &:active,
        &:hover {
            outline: none;
        }
    }
}

.owl-carousel .owl-item {
    .slider-item {
        margin: 0;
        max-height: 650px;
    }
}


.carousel--nav {
    .owl-nav {
        > * {
            i {
                color: $color-heading;
            }
        }
    }
}


#nonlinear {
    width: 96%;
    margin: 10px auto;
}

.noUi-connect {
    background-color: $color-1st;
}

.noUi-horizontal {
    height: 6px;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    left: -17px;
    top: -6px;
    outline: none;
    background-color: $color-1st;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -7px;
}

.noUi-handle {
    border: 3px solid $color-1st;
    border-radius: 50%;
    box-shadow: none;
}
