/*
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.   ***************/
/* YGO 12/09/2018 decalage dans les categories vides */
.cat-item:not(.has-child) .count {
	margin-right: 20px !important;
}
div.box-text.box-text-products.text-center.grid-style-2.box-text.text-center
{
	height:auto !important;
	padding-bottom: 0.7em;
	min-height: 120px;
}
div.product-small.box
{
	padding:0 !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	#newsletter-signup-link .banner .bg.bg-loaded, #header-newsletter-signup .banner .bg.bg-loaded
	{
		background-image:none !important;
	}
#newsletter-signup-link .banner .text-box.banner-layer, #header-newsletter-signup .banner .text-box.banner-layer {
	right:5%;
	bottom:9%;
	width:90% !important;
	font-size:13px;
}

}