.owl-carousel *{
    direction: ltr !important;
}
#onecate_products_block{
    overflow:hidden; 
    display:block;
    position:relative;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.owl-item{
    float:left;
}
.owl-item .item-inner{
    position:relative;
    overflow:hidden;
    margin:0 15px;
    background:#fff;
}
#onecate_products_block.block h4{
    margin-bottom:25px;
    padding-bottom:5px;
} 
.owl-item .left-block a.product_img_link span.img_root:before {
    background-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.owl-item .left-block:hover a.product_img_link span.img_root:before {
    background-color: #555;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0.3;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-buttons .owl-next, .owl-buttons .owl-prev{
    position:absolute;
    top:-54px;
    height:20px;
    width:20px;
    border: 1px solid #e2dfdf;
}
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    z-index: 1;
    zoom: 1;
}

.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-buttons .owl-next{right:15px;}
.owl-buttons .owl-prev{right:40px;}
.owl-buttons .owl-prev:before {
    color: #1e1e21;
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    left: 6px;
    position: absolute;
    top: 0;
}
.owl-buttons .owl-next:before {
    color: #1e1e21;
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    left: 7px;
    position: absolute;
    top: 0;
}
.owl-buttons .owl-next:hover, .owl-buttons .owl-prev:hover{border-color:#ffbb33;}
.owl-buttons .owl-next:hover:before, .owl-buttons .owl-prev:hover:before{color:#ffbb33;}
@media(max-width:1200px){
    #onecate_products_block .owl-item{width:300px !important; float:none; display:inline-block; margin-bottom:30px;}
    #onecate_products_block .owl-wrapper{width:600px !important;}
    .owl-wrapper-outer{ display:inline-block;}
    #onecate_products_block{text-align:center;}
    #onecate_products_block h4{text-align:left;}
}
@media(max-width:991px){
    #onecate_products_block .owl-wrapper{width:300px !important;}
    #onecate_products_block.block h4:after{display:none;}
}