@charset 'utf-8';
/*
 Theme Name:   Happy Baby Child Theme
 Theme URI:    http://happy-baby.themerex.net/
 Description:  Happy Baby Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     happy-baby
 Version:      1.0
 Tags:         light, inheritable theme options
 Text Domain:  happy-baby
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.sc_blogger_default .sc_blogger_item .sc_blogger_item_title{
	text-align: justify;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    line-clamp: 2;
    overflow: hidden;
	}
.sc_blogger_default .sc_blogger_item .sc_blogger_item_excerpt_text p{
	text-align: justify;
}
.post_featured.hover_icon .icons, .post_featured.hover_icons .icons{
	display: none;
}
.woocommerce-product-details__short-description .table tr td:first-child{
	    width: 40%;
}
body ul[class*="trx_addons_list"][class*="_circled"] > li:before{
	    top: 15px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
	    font-size: 16px;
	
}
 
