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

.woocommerce-store-notice,
p.woocommerce-store-notice.demo_store {
    background-color: #fd7917 !important; /* orange */
    color: #ffffff !important;            /* black text */
}


/* Hide Flatsome slider loading spinner */
.loading-spin,
.loading-spin-svg {
    display: none !important;
    opacity: 0 !important;
}

/* Prevent flickity slider from hiding during load */
.flickity-viewport {
    opacity: 1 !important;
}

/* Prevent layout shift */
.flickity-enabled {
    opacity: 1 !important;
}


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


}