/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.wd-product .wd-entities-title {
        display: -webkit-box;       /* Flexbox jaisa effect for webkit browsers */
    -webkit-line-clamp: 2;      /* Max 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;            /* Extra text hidden */
    text-overflow: ellipsis;     /* Show ... at the end */
    line-height: 1.3em;          /* adjust as needed */
    max-height: 2.6em;           /* line-height x 2 */
}