/*
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.   ***************/
.description_h2{
	font-size: 1.7em !important;
    line-height: 1.3 !important;
}
.h4_panier{
	color: #ca9e64;
    font-family: "Ubuntu", sans-serif;
    font-size: 1.125em;
    margin-bottom: 0.5em;
    font-weight: 700;
}
.h3_div{
	color: #ca9e64;
	font-family: "Ubuntu", sans-serif;
	font-size: 1.25em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
.agy_h3{
	color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
    margin: 10px auto;
    font-size: 1.2rem;
    font-family: Montserrat !important;
    font-weight: bold;
}
.custom_featured_box_title{
	color: #ca9e64;
	font-family: "Ubuntu", sans-serif;
	font-size: 1em;
	margin-bottom: 0.5em;
	font-weight: 700;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}