.owl-prev {
    width: 15px;
    position: absolute;
    top: 40%;
    left: -15px !important;
}

.owl-next {
    width: 15px;
    position: absolute;
    top: 40%;
    right: -15px;
}

.owl-nav [class*=owl-]:hover {
    background: initial !important;
    color: initial !important;
}
.owl-nav [class*=owl-]:focus, .owl-dots [class*=owl-]:focus{
    outline:none !important;
}

.owl-nav .disabled{
    display: none !important;
}

.owl-carousel.owl-loaded{
    right: -15px;
}

.anywidth-slider .owl-item .wpb_column{
    width: 100% !important;
}