/*
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.   ***************/
/* Enfold Theme CSS to Remove Cart Cross-Sells */

.woocommerce-cart .cross-sells {
display: none !important
}

.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;
}

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

#wide-nav{
    z-index:10;
}
	
}
#post-401188 .entry-date{
     display:none !important;
}