rov-component-product-card-b a, rov-component-product-card-b a:active, rov-component-product-card-b a:hover, rov-component-product-card-b a:focus, rov-component-product-card-b a:visited {
    text-decoration: none !important;
    outline: none !important;
}
rov-component-product-card-b .-cover {
    padding-bottom: 15px;
    border-top: 1px solid #d3d3d3;
    box-shadow: 0px 1px 1px #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    background-color: white;
}
rov-component-product-card-b .-cover .text-center {
    text-align: center;
}
rov-component-product-card-b .-cover .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding-top: 80%;
}
rov-component-product-card-b .-cover .-badge {
    margin-top: 15px;
    margin-bottom: 5px;
    height: 20px;
}
rov-component-product-card-b .-cover .-badge .NewArrival {
    color: #4caf50;
    border-color: #4caf50;
}
rov-component-product-card-b .-cover .-badge .Recommend {
    color: #ff9800;
    border-color: #ff9800;
}
rov-component-product-card-b .-cover .-badge .BestSeller {
    color: #03a9f4;
    border-color: #03a9f4;
}
rov-component-product-card-b .-cover .-badge .-badge-type {
    padding: 0 5px;
    border: 1px solid;
}
rov-component-product-card-b .-cover .-badge img.-badge-type-img {
    width: 80px;
    margin: 0 auto;
}
rov-component-product-card-b .-cover .-title-cover {
    /*height: 56px;*/
    height: 80px;
    margin: 0 20px;
}
rov-component-product-card-b .-cover .-short-description-cover {
    height: 46px;
    margin: 0 20px;
}
rov-component-product-card-b .-cover .-short-description-cover .-table {
    display: table;
    height: 100%;
    width: 100%;
}
rov-component-product-card-b .-cover .-short-description-cover .-table .-cell {
    display: table-cell;
    vertical-align: middle;
}
rov-component-product-card-b .-cover .-title-cover .-table {
    display: table;
    height: 100%;
    width: 100%;
}
rov-component-product-card-b .-cover .-title-cover .-table .-cell {
    display: table-cell;
    vertical-align: middle;
}
rov-component-product-card-b .-cover .-title-cover .-table .-cell .-title {
    font-size: calc(18px);
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 80px;
}
rov-component-product-card-b .-cover .-short-description-cover .-table .-cell .-short-description {
    font-size: calc(14.4px) !important;
    line-height: 1 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
rov-component-product-card-b .-cover .img.not-img {
    background-color: #f5f5f5;
}
rov-component-product-card-b .-cover .-price-cover {
    padding: 10px 0;
}
rov-component-product-card-b .-cover .-price-cover .-compare-price {
    height: 21px;
    color: darkgrey;
}
rov-component-product-card-b .-cover .-price-cover .-compare-price .-compare-price-pricefull {
    line-height: 1 !important;
    font-size: 18px;
    font-weight: normal;
    text-decoration: line-through;
}
rov-component-product-card-b .-cover .-price-cover .-compare-price .currency {
    font-size: 10px;
    font-weight: normal;
}
rov-component-product-card-b .-cover .-price-cover .-price {
    height: 32px;
    color: black;
}
rov-component-product-card-b .-cover .-price-cover .-price .-price-calculate {
    line-height: 1 !important;
    font-size: 32px;
    font-weight: normal;
}
rov-component-product-card-b .-cover .-price-cover .-price .currency {
    font-size: 16px;
    font-weight: normal;
}