#pimcore_navigation li.coreshop_logo_menu:hover svg path {
    fill: #cd1017;
}

.coreshop_icon_indexes, .coreshop_icon_indexes_fields, .processmanager_icon_executable_type_coreshop_index {
    background: url(../img/indexes.svg) center center no-repeat !important;
}

.coreshop_nav_icon_indexes {
    background: url(../img/indexes.svg) center center no-repeat !important;
}

body.pimcore_version_6 .coreshop_nav_icon_indexes {
    background: url(../img/indexes_white.svg) center center no-repeat !important;
}

.coreshop_icon_filters, .pimcore_icon_coreShopFilter {
    background: url(../img/filters.svg) center center no-repeat !important;
}

.coreshop_nav_icon_filters {
    background: url(../img/filters.svg) center center no-repeat !important;
}

body.pimcore_version_6 .coreshop_nav_icon_filters {
    background: url(../img/filters_white.svg) center center no-repeat !important;
}

.coreshop_filters_conditions {
    background: url(../img/filter-empty.svg) center center no-repeat !important;
}

.coreshop_filters_icon_conditions_select,
.coreshop_filters_icon_conditions_relational_select,
.coreshop_filters_icon_conditions_select_from_multiselect {
    background: url(../img/filter-select.svg) center center no-repeat !important;
}

.coreshop_filters_icon_conditions_multiselect,
.coreshop_filters_icon_conditions_relational_multiselect,
.coreshop_filters_icon_conditions_multiselect_from_multiselect {
    background: url(../img/filter-multiselect.svg) center center no-repeat !important;
}

.coreshop_filters_icon_conditions_range {
    background: url(../img/filter-range.svg) center center no-repeat !important;
}

.coreshop_filters_icon_conditions_boolean {
    background: url(../img/filter-boolean.svg) center center no-repeat !important;
}

.coreshop_filters_icon_conditions_nested {
    background: url(../img/filter-combined.svg) center center no-repeat !important;
}

.coreshop_filters_icon_conditions_category_select {
    background: url(../img/filter-category-select.svg) center center no-repeat !important;
}

.coreshop_filters_preConditions {
    background: url(../img/search.svg) center center no-repeat !important;
}

.coreshop_product_similarity {
    background: url(../img/similarity.svg) center center no-repeat !important;
}

.coreshop_filters_icon_similarities_field {
    background: url(../img/similarities-field.svg) center center no-repeat !important;
}
