/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* Product Short Description trong Product Grid/List */
.product-small .product-short-description {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

.product-small .product-short-description p {
    margin: 0;
}