component-product-card-ub-relate .card_a{     
    margin-bottom: 10px;
}
component-product-card-ub-relate .card_a .title_product{
    font-size: 16px;
    color: #000;
     -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;
   /* line-height: 1.3 !important;*/
}
component-product-card-ub-relate .price .item_price .price_display{
    display: inline-block;
    color: #000;
    font-weight: bold;
    font-size: 22px;
}

component-product-card-ub-relate .price .item_price .price_display .currency{
    font-size: 12px;
}

component-product-card-ub-relate .price .item_price .price_compare{
    display:inline-block;
    color: #757575;
}

component-product-card-ub-relate .price .item_price .price_compare .line_thogh{
    text-decoration: line-through;
}

component-product-card-ub-relate .price .item_price .price_compare .currency{
    font-size: 12px;
}