/*
Theme Name: LFCshop_StE
Description: Theme enfant de Divi
Author: Laurent Holdrinet
Author URI: https://laurentholdrinet.com
Template: Divi 
Version: 1.0
*/

/*	enlever border du header	*/
#main-header{
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
}

p,li {
	font-weight: 300 !important;
}

/*	Hi	*/
h1 {
	font-weight: 700 !important;
	font-style: oblique;
	text-transform: uppercase;
}
h2 {
	color: #430072 !important;
}
/*h3 {
	font-size: 1.1em !important;
}*/
.dark {
	color: #430072;
}
.light {
	color: #38D430;
}

h1.litegreen {
	color: #CFFF00 !important;
}

/*	boutons full width*/
.fullwbutton {
	width: 100%;
}

/*	classe exposants	*/
.expo {
	font-size: .83em;
    line-height: 0.5em;
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
.button_intext {
	padding: 6px 12px;
	background-color: #38D430;
	margin-bottom: 40px;
}

/*	HR CF...	*/
hr.green_hr {
	border-top: 2px dashed #38D430 !important;
}

strong {
    color: #008857 !important;
}


/*	titres footer*/
.myfooter h3,.myfooter h4 {
	color: #430072 !important;
}

#footer-info a {
    font-weight: 300;
	border-bottom: 1px solid #38D430; 
}
#footer-info {
	float:none;
	text-align: center;
}

/*	primary menu	*/
/*#et-top-navigation {
	font-family: 'Roboto Slab', serif !important;
}*/

#top-menu li.current-menu-item > a {
	color: #000;
}

	
/*******			LIENS LIENS			***********/
/*	liens globaux	*/
p a {
	border-bottom: 1px solid #38D430;
}
/*	liens footer	*/
.et_pb_widget a {
    color: #fff;
    border-bottom: 1px solid #38D430;
}
/*	liens img	*/
.aimg {
	border-bottom: none !important;
}

/*	liens footer	*/
.afooter {
	color: #FFF;
}

/* WOO COMMERCE */

/* badge promo overlay produit pic */
.woocommerce span.onsale {
	background-color: #38D430 !important;
    border-radius: 12px!important;
}
.LFC_bouton_addtocart {
	content:"\e07a";	
}
/*	case qtté panier	*/
 .woocommerce-page .quantity input.qty, .woocommerce .quantity input.qty {
    /*font-weight: 500!important;*/
    font-size: 16px!important;
    color: #38D430!important;
    border-radius: 6px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: 1px solid #494949 !important;
    background-color: #fff !important;
    height: 100%;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	/*font-weight: 500!important;*/
	font-size: 16px!important;
	color: #fff!important;
	border-radius: 12px;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: none!important;
	background-color: #430072!important;
	height: 100%;
}
/*	bouton Update cart*/
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
	padding: .3em 1em;
}

/*	COMPOSITE PRODUCTS SEction	*/
.component_option_thumbnail img, .woocommerce ul.products li.product a img {
	border-radius: 12px;
}

/*	MEDIA QUERY	*/

@media (max-width: 980px) {
	/*	marges top/bott 	*/
	.et_pb_section {
		padding: 0px;
	}
	/*	taille logo mobile tablette	*/
	.et_pb_svg_logo #logo, #logo {
    height: 100%;
	}
	.et_header_style_centered #logo {
    max-height: 180px;
	}
	.et_header_style_centered header#main-header .logo_container {
    max-height: 180px;
    }
}