/*
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.   ***************/
.count{display:none}

.title-wrapper{
	display: inline-block;
  	white-space: nowrap;
  	width: 100%;
  	overflow: hidden;
  	text-overflow:ellipsis;
}
.product_meta{
	display:none;
}
.sku_wrapper{
	display:none;
}
.posted_in{
	display:none;
}
.tagged_as{
	display:none
}
.product-info p.stock{
	display:none;
}
p.in-stock{
	display:none;
}
.woo-live-sale-pop-up{
	bottom:100px !important;
}
.christmas-frame{
	width:100%;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}