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

/*Home*/
div.box-text.text-center > p.box-excerpt.is-small {
    display: none;
}

div.related.related-products-wrapper.product-section{
	display: none;
}

/*Scheda Prodotto*/

p.in-stock {
	display: none;
}

div.shop-container>p>small {
	display: none;
}


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

	/*Shop*/
div.product-small.box.box-vertical>div.box-image {
    display: table-cell;
    width: 60% !important;
    vertical-align: middle;
}
	
div.box-text.box-text-products.flex-row.align-top.grid-style-3.flex-wrap {
    display: table-cell;
}
}