/* Custom CSS to position Owl Carousel nav */
.owl-nav {
    position: absolute;
    top: 40%;
    transform: translate(-50%,-50%);
    width: 108%;
    display: flex;
    justify-content: space-between;
    margin-left: -4%;
    z-index: 1;
    left: 54%;
    height: 0;
}
.ff-taxonomy-slider {
    /* margin-left: 20px; */
    /* margin-right: 20px; */
    width: 92% !important;
    margin: 0 auto;
}
.owl-prev {
    left: 0;
    font-size: 20px !important;
    width: 30px !important;
    height: 30px !important;
    background: #fff !important;
    color: #333 !important;
    text-align: center !important;
    line-height: 25px !important;
    border:2px solid #d5d9d9 !important;
    box-shadow: 0 2px 5px 0 #d5d9d980;
    border-radius: 6px;
}

.owl-next {
    font-size: 20px !important;
    width: 30px !important;
    height: 30px !important;
    background: #fff !important;
    color: #333 !important;
    text-align: center !important;
    line-height: 25px !important;
    border:2px solid #d5d9d9 !important;
    box-shadow: 0 2px 5px 0 #d5d9d980;
    border-radius: 6px;
}
