component-product-card-v .card_a{    
        margin-bottom: 10px;
    }

component-product-card-v .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-v .price .item_price .price_display{
    display: inline-block;
    color: #074399;
    font-weight: bold;
    font-size: 22px;
}

component-product-card-v .price .item_price .price_display .currency{
    font-size: 14px;
    color: #074399;
}

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

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

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