/*
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.   ***************/

.product-short-description {
    height: 400px;
    overflow: hidden;
    position: relative;
    transition: height 0.3s ease;
}

/*
.read-more-link {
    display: inline-block;
    margin-top: 10px;
    color: #0073aa;
    cursor: pointer;
    text-decoration: underline;
}

.read-more-link:hover {
    color: #005177;
}
*/

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


}
