rov-component-product-card-b-list .product_datashow{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #dddddd;
}
rov-component-product-card-b-list .product_datashow .image_container .product_image{
    background-size: contain;
    background-position: center;
    padding: 100% 0 0;
    width: 100%;
    background-repeat: no-repeat;
}

rov-component-product-card-b-list .product_datashow .image_container{
    width: 160px;
     float: left;
}
rov-component-product-card-b-list .product_datashow .info_container{
    width: calc(100% - 350px);
    padding: 0 20px;
    float: left;
}

rov-component-product-card-b-list .product_datashow .info_container .name{
    padding-bottom: 15px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #212121;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    word-break: break-word !important;
    text-decoration: none !important;
    display: -webkit-box !important;
    height: 44px;width: 100%;
}

rov-component-product-card-b-list .product_datashow .offer_container{
    width: 170px;
    margin-left: 10px;
    float: left;
    /*width: 100%;*/
    height: auto;
    text-align: center;
}



@media (max-width: 991px){
    rov-component-product-card-b-list .product_datashow .image_container .product_image{
        background-size: contain;
        background-position: center;
        padding-top: 100%;
        width: 100%;
        background-repeat: no-repeat;
    }
    rov-component-product-card-b-list .product_datashow .image_container {
        width: 40% !important;
    }
    rov-component-product-card-b-list .product_datashow .info_container{
        width: 60% !important;
        text-align: center;
        margin-top: 20px;
    }
    rov-component-product-card-b-list .product_datashow .offer_container{
         width: 55% !important;
    }
}

