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


/*Suppression des titres des tab de produits */
/*.woocommerce div.product .woocommerce-tabs .panel h2 {
    display: none;
}*/
body{
	background-color : #777777;
}


/* --- Justify Text Option --- */
.justify-text {
text-align: justify;
}

.label-certif{
	margin-right:5px !important;
	margin-bottom:0px !important;
	display:block;
}

.freeshipping-message-minicart{
	background-color: #d8dfe2;
	padding: 5px 5px;
	border-left: solid #9694d9 2px;
	color: #4d4d4d;
	margin-top:20px;
}

.freeshipping-message-cart{
	background-color: #d8dfe2;
	padding: 0 5px;
	border-left: solid #9694d9 2px;
	color: #4d4d4d;
	margin-bottom:20px;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	flatsome-advanced-custom-css-mobileonly.product-title a{
		max-width:100%;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:wrap;
		height:35px;
	}

}


element.style {
    font-size: 80%;
}
*, *:before, *:after {
    box-sizing: border-box;
}

ul ul, ul ol, ol ol, ol ul {
    margin:1em 0 1em;
}
.nouscontacter{
	margin-top: 10px;
}



