.product .product_title, .product_wrap .product_title {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: normal;
}