.owl-carouselV3{

}

.owl-carouselV3.owl-carousel .owl-stage-outer::-webkit-scrollbar {
    height: 6px;
}
.owl-carouselV3.owl-carousel .owl-stage-outer::-webkit-scrollbar-track {
    background: #ebebeb;
    border-radius: 5px;
}
.owl-carouselV3.owl-carousel .owl-stage-outer::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 5px;
}

.owl-carouselV3 .arrow-left-owl-carousel, .owl-carouselV3 .arrow-right-owl-carousel{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 41px;
    background-color: transparent !important;
    width: 41px;
    height: 41px;
}

.owl-carouselV3.owl-theme .owl-nav{
    width: calc(100% - 50px);
    position:absolute;
	top:90px;
	display:none;
}

.owl-carouselV3.owl-theme .owl-nav .owl-prev, .owl-carouselV3.owl-theme .owl-nav .owl-next {
	position: absolute;
}