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

/*Page Elements & Sections*/

p.woocommerce-store-notice.demo_store {
    background: #f9c633;
    color: #222222;
}

.dark a:hover, .dark .widget a:hover {
text-decoration: underline;
}

/*Woocommerce*/

.woocommerce-variation-description p {
    font-weight: 700;
}

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


}