/**
 * Allergens for Woocommerce CSS
 * Plugin URI: https://www.networkdigital.fr/produit/plugin-woocommerce-affichage-des-allergenes-des-produits-wordpress/
 * Version: 1.0
 * Author: JONIEC Patrick
 * Author URI: https://www.networkdigital.fr
 */
.allergens_wrapper {
    display: flex;
}
.allergens_wrapper > .allergen_col {
    margin: .1em;
    padding: .3em;
    border-radius: 3px;
    flex: 1;
    text-align: center;
}

/* styles pour les lignes des descriptions */
h2.ND_ingredients_title{}
p.ND_ingredients{}

h2.ND_conservation_title{}
p.ND_conservation{}

h2.ND_vitamin_title{}
p.ND_vitamin{}

h2.ND_mineral_title{}
p.ND_mineral{}

h2.ND_nutriscore_title{}

/* ligne grise 1 sur 2 pour la table des nutritions */
#nutrition-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

#nutrition-table .nutrition-table, #nutrition-table th, #nutrition-table td {
  border: 0px solid #e0e0e0;
}

#nutrition-table .nutrition_name,
#nutrition-table .nutrition_description {
  padding: .5em;
}

#nutrition-table .nutrition_name {
  padding-left: 1.5em;
	font-weight: bold;
}

#nutrition-table .nutrition_name {
  text-align: left;
  width: 80%;
}

#nutrition-table .nutrition_description {
  	text-align: right;
	width:200px;
}
