/*
Theme Name: Theme enfant
Description: Theme enfant de FairyStyle
Author: Versant Web
Author URI: https://versantweb.ch/
Template: fairystyle 
Version: 0.1.0
*/

body.wc_poin_of_sale_body{
	max-width: none;
}

#tm_about_store_widget-2{
  display: none;
}

#bne_testimonials_slider_widget-1 {
  display: none;
}

#after-content-full-width-area {
  display: none;;
}

.colors-choice{
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  text-transform: none;
}

.colors-choice:before{
  display: inline-block;
  background: url(assets/images/colors-choice.png) 50% 50% no-repeat;
  background-size: cover;
  content: "";
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

/*masquer puce gallery img */
.wp-block-gallery li:before{
	display: none;
}

.wp-block-gallery li{
	margin: 0 5px !important;
	padding: 0 !important;
}


/* Pour redimensionner le menu */
@media (min-width: 1200px) {
	.site-header.default .header-container_wrap .main-navigation{
		flex-basis: 60% !important;
	}

	.site-header.default .header-container_wrap .site-branding{
		flex-basis: 21% !important;
	}
}

.woocommerce img, .woocommerce-page img {
	object-fit: cover;
}



