component-product-card-uc .card_a {
    margin-bottom: 10px;
}
component-product-card-uc .card_a .short_description {
    padding: 14px;
    text-align: center;
    font-size: 16px;
    color: #212121;
    height: 62px;
}
component-product-card-uc .card_a .title_product {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #006CB7;
    -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-uc .price .item_price .price_display {
    display: inline-block;
    color: #000;
    font-weight: bold;
    font-size: 22px;
}
component-product-card-uc .price .item_price .price_display .currency {
    font-size: 12px;
}
component-product-card-uc .price .item_price .price_compare {
    display: inline-block;
    color: #757575;
}
component-product-card-uc .price .item_price .price_compare .line_thogh {
    text-decoration: line-through;
}
component-product-card-uc .price .item_price .price_compare .currency {
    font-size: 12px;
}