/*
 * CoreShop
 *
 * This source file is available under two different licenses:
 *  - GNU General Public License version 3 (GPLv3)
 *  - CoreShop Commercial License (CCL)
 * Full copyright and license information is available in
 * LICENSE.md which is distributed with this source code.
 *
 * @copyright  Copyright (c) CoreShop GmbH (https://www.coreshop.com)
 * @license    https://www.coreshop.com/license     GPLv3 and CCL
 *
 */

#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_11 .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_11 .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_icon_conditions_category_multiselect {
    background: url(../img/filter-category-select.svg) center center no-repeat !important;
}

.coreshop_filters_icon_conditions_search {
    background: url(../img/filter-search.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;
}
