
component-product-card-r .itemContainer {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
}
component-product-card-r .itemContainer .cover {
    padding: 100% 0 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
component-product-card-r .itemContainer .info {
    float: left;
    width: 100%;
    margin-top: 10px;
    /* margin-bottom: 15px;*/
    height: auto;
}
component-product-card-r .itemContainer .info .productName {
    font-size: 16px;
    color: #212121;
    font-weight: normal;
    line-height: 25px;
    -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;
}
component-product-card-r .itemContainer .info .priceContainer {
    margin-top: 5px;
    float: left;
    width: 100%;
    height: auto;
}
component-product-card-r .itemContainer .info .priceContainer .comparePrice {
    color: #8e8e8e;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}
component-product-card-r .itemContainer .info .priceContainer .productPrice {
    font-size: 16px;
    color: red;
    display: inline-block;
}
component-product-card-r .itemContainer .info .priceContainer span.currency {
    font-size: 10px !important;
}