/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com/
Author:               UX-Themes
Author URI:           http://www.uxthemes.com/
Secret Key:           83a5bb0e2ad5164690bc7a42ae592cf5
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.15.7
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.4.0
Text Domain:          flatsome
License:              http://themeforest.net/licenses
License URI:          http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
/* Anti-Leecher Indentifier */
/* Credited By BABIATO-FORUM */

p.name.product-title.woocommerce-loop-product__title a {
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.pddesc-section-1 img {
    display: none;
}