.cms-index-index .owl-item .slider-product-item-info{
    margin: 0px auto;
}
.cms-index-index .owl-item .product-image-wrapper{
    padding-bottom: 0px !important;
    height: 218px;
    display: flex;
}
.cms-index-index .owl-item .product-image-wrapper img{
    height: 100%;
}
.cms-index-index .owl-item .slider-product-item-details{
    text-align: center;
}
.cms-index-index .owl-item .slider-product-item-details .actions-primary{
    margin-bottom: 10px;
}
.cms-index-index  .owl-dots .owl-dot span{
    margin: 0px;
}
.cms-index-index .product-items{
    list-style: none;
    padding-left: 0px;
}
.cms-index-index .mp-product-slider-title{
    background: url("../images/bg-title-block.png") repeat-x left bottom;
    background-size: contain;
}
.cms-index-index .product-items{
    position: relative;
}
.cms-index-index .product-items .owl-carousel{
    position: static;
}
.cms-index-index .product-items .owl-carousel .owl-nav button{
    height: 30px;
    width: 30px;
    background-color: #D6D6D6;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
.cms-index-index .product-items .owl-carousel .owl-nav button:hover{
    background-color: #869791;
}
.cms-index-index .product-items .owl-carousel .owl-nav button.owl-prev{
    left: 30px;
}
.cms-index-index .product-items .owl-carousel .owl-nav button.owl-next{
    right: 30px;
}
.cms-index-index .product-items .owl-carousel .owl-nav button.owl-prev::before{
    content: '\f104';
}
.cms-index-index .product-items .owl-carousel .owl-nav button.owl-next::before{
    content: '\f105';
}
.cms-index-index .product-items .owl-carousel .owl-nav button::before{
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}
.cms-index-index .product-items .owl-carousel .owl-nav button span{
    display: none;
}



/*=====RESPONSIVE============START==========*/

