

input.hideradio{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}
.imgradio label > input + img{ /* IMAGE STYLES */
    cursor:pointer;
    border:2px solid transparent;
}
.imgradio label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
    border:2px solid #f00;
}

.bulleInfoEan {
    display:none;
}

.ibulleInfoEan {
    padding:12px;
    font-width: bold;
    color : blue;
    cursor: pointer;
}

.it_meal_one_garantie {
    background-color: #ccc;
    margin:20px;
}

.woocommerce-page.archive.tax-product_cat ul.products {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-page.archive.tax-product_cat ul.products li {
  padding-bottom: 40px !important;
}

.woocommerce-page.archive.tax-product_cat ul.products li a.button {
  position: absolute;
  bottom: 0;
  width: 100%;
}
