.merit-owl-slider .item{
    text-align: center; 
    padding: 30px 0;
}
.merit-owl-slider .featured-product-img{
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    min-height: 300px;
    position: relative;
}
.merit-owl-slider .featured-product-img>a{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.merit-owl-slider .featured-product-img img {
    max-height: 300px;
    width: auto;
    margin: 0 auto;
}
.merit-owl-slider .product-slider-title {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    margin: 20px 0;
}
.merit-owl-slider .product-slider-desc {
    font-size: 18px;
    color: #666666;
}
.slider-popup-vimeo{
    position: relative;
}
.slider-popup-vimeo:after {
    content: '';
    background-image: url(../../../../../../../../plugins/merit-slider/assets/image/controller-play.svg);
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    z-index: 10;
}
.slider-popup-vimeo:before {
    background: rgba(0, 0, 0, .3);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.slider-popup-vimeo:hover:before {
    background: rgba(0, 0, 0, 0);
}
 @media only screen and (min-width: 1210px) {
    .merit-owl-slider .owl-prev,
    .merit-owl-slider .owl-next {
        position:absolute;
        z-index: 999;
        outline: none;
     }
    
     .merit-owl-slider .owl-prev,
     .merit-owl-slider .owl-next {
        top: 48%;
    }
    .merit-owl-slider .owl-prev {
        left: -60px;
    }
     .merit-owl-slider .owl-next {
        right: -60px;
     }
 }
 @media only screen and (max-width: 1210px) {
    .merit-owl-slider .owl-nav {
        text-align: center;
    }
    .merit-owl-slider .owl-prev {
        margin-right: 10px;
    }
 }
 .merit-owl-slider .owl-nav span {
    margin: 0;
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-size: 24px;
    background: #8D8D8D;
    display: block;
    color: #fff;
    font-weight: normal;
    outline: none;
}
 