<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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-product-attributes-item--weight {
	display: none !important;
}

.video-fit {
	padding-top: 0.0%;
}

video.video-fit.mb {
	padding-top: 0.0%;
}

/*Hide WooCommerce SALES Badges*/
.woocommerce span.onsale {
display: none;
}

.callout badge badge-circle{
display: none;
}

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

#wide-nav{
    z-index:10;
}

}</pre></body></html>