.load-ingredients-product-img, .load-ingredients-product-name {
    display: none;
}

[data-rel="ingrediants-modal"] .article-groups {
    display: flex;
    flex-direction: row;
    margin-bottom: 14px;
}

[data-rel="ingrediants-modal"] .article-groups .article-group-item {
    flex: 1;
    border-right: 1px solid #dddddd;
    padding: 7px;
    text-align: center;
    cursor: pointer;
}
[data-rel="ingrediants-modal"] .article-groups .article-group-item:first-child {
    padding-left: 0;
}
[data-rel="ingrediants-modal"] .article-groups .article-group-item:last-child {
    padding-right: 0;
    border-right: none;
}
[data-rel="ingrediants-modal"] .article-groups .article-group-item:hover {
    background: #f5f5f5;
}

[data-rel="ingrediants-modal"] .article-groups .article-group-item.active {
    font-weight: bold;
}