.owl-scrollbar {
    margin: 3px 0 0;
    /*border-radius: 10px;*/
    height: 8px;
    width: 100%;
    background: #e0e1e2;
    border: 1px solid rgba(34,36,38,.15);
    box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, .4);
    position: relative;
}

.owl-scrollbar .owl-scroll-handle {
    height: 8px;
    width: 30px !important;
    /*border-radius: 50%;*/
    display: inline-block;
    background: #1a1b1c;
    position: absolute;
    top: -1px;
    left: -1px;
}
