
            [data-value="Glutenfrei"] span.badge.badge-dark{
display: none;
}

[data-value="Glutenfrei"] {
width: 30px;
height: 30px;
background-image: url(
https://assets.foratable.com/ClientAssets/8588-centurion/glutenfrei-icon-ignis.png);
background-size: 30px;
background-repeat: no-repeat;
}

[data-value="Laktosefrei"] span.badge.badge-dark{
display: none;
}

[data-value="Laktosefrei"] {
width: 30px;
height: 30px;
background-image: url(https://assets.foratable.com/ClientAssets/8588-centurion/laktosenfrei-icon-ignis.png);
background-size: 30px;
background-repeat: no-repeat;
}

[data-value="Vegetarisch"] span.badge.badge-dark{
display: none;
}

[data-value="Vegetarisch"] {
width: 30px;
height: 30px;
background-image: url(https://assets.foratable.com/ClientAssets/8588-centurion/vegetarisch-icon-ignis.png);
background-size: 30px;
background-repeat: no-repeat;
}

[data-value="Vegan"] span.badge.badge-dark{
display: none;
}

[data-value="Vegan"] {
width: 30px;
height: 30px;
background-image: url(https://assets.foratable.com/ClientAssets/8588-centurion/vegan-icon-ignis.png);
background-size: 30px;
background-repeat: no-repeat;
}



        