/* -- hide page title | FL-5203367-zen -- */
.entry-title {
	display: none;
}

/* remove dash before submenu items | zd-5203367-ae*/
.main-navigation .sub-menu .menu-item a::before {
	content: "";
}

/* -- change the space block height on mobile| FL-5217789-zen -- */
@media only screen and (max-width: 559px) {
	.page-id-195 .wp-block-spacer[style] {
		height: 100px !important;
	}
}

/* -- change the color of the menu button and send button | FL-5217789-zen -- */
@media only screen and (max-width: 559px) {
	.button:not(.has-background):hover {
		background-color: #ffefb0;
	}
}

button:not(.has-background):hover {
	background-color: #ffefb0;
}

/* -- change the font size the sub-menu on mobile and adding some right padding or margin| FL-5217789-zen -- */
/* reduce font size and add left spacing on submenu items on mobile | 5217789-hc/zen GH */
@media only screen and (max-width:600px) {
	#menu-principal-1 > li.menu-item > .sub-menu a {
		font-size: 15px;
		padding-left: 1em;
	}
}

/* retire le panier dans la banniere menu */
div.woocommerce-menu-container {
display:none;
}

/* retire le panier dans le menu sur mobile */
body[class*=woocommerce] #page .main-navigation #toggle-cart {
    display: none;
}

/* End  | 5217789-hc/zen */
header.woocommerce-products-header img{ display:none !important; }

.woocommerce-loop-category__title .count{ display:none !important; }

.product_meta *{ 
font-size:14px; }	

/* Change la couleur des boutons du vert par défaut au marron */
body[class*=woocommerce] #page #respond input#submit, body[class*=woocommerce] #page #respond input#submit.alt, body[class*=woocommerce] #page a.button, body[class*=woocommerce] #page a.button.alt, body[class*=woocommerce] #page button.button, body[class*=woocommerce] #page button.button.alt, body[class*=woocommerce] #page input.button, body[class*=woocommerce] #page input.button.alt, body[class*=woocommerce] #page .cart .button, body[class*=woocommerce] #page .cart input.button, body[class*=woocommerce] #page a.added_to_cart, body[class*=woocommerce] #page .woocommerce #respond input#submit, body[class*=woocommerce] #page .woocommerce a.button, body[class*=woocommerce] #page .woocommerce button.button, body[class*=woocommerce] #page .woocommerce input.button, body[class*=woocommerce] #page .woocommerce .widget_shopping_cart .buttons a, body[class*=woocommerce] #page .woocommerce.widget_shopping_cart .buttons a {
    background-color: #957248;
}

/* Masque les posts Woocommerce au dessus des produits similaires */
.jp-relatedposts {
    display: none !important;
}
section.related{
    display: none !important;
}

/*------ MEGA MENU MOBILE*/
#toggle-menu{
	display:none !important;
}
.mega-toggle-standard.mega-toggle-label{
	font-family:Arial !important;
}

/*----- Notification boutique*/
.woocommerce-store-notice{
	background:#957248 !important;
}