/*
 * 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
 *
 */

.coreshop_icon_country, .pimcore_icon_coreShopCountryMultiselect, .pimcore_icon_coreShopCountry{
    background: url(../img/countries.svg) center center no-repeat !important;
}

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

body.pimcore_version_11 .coreshop_nav_icon_country {
    background: url(../img/countries_white.svg) center center no-repeat !important;
}

.coreshop_icon_zone, .coreshop_rule_icon_condition_zones {
    background: url(../img/zones.svg) center center no-repeat !important;
}

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

body.pimcore_version_11 .coreshop_nav_icon_zone {
    background: url(../img/zones_white.svg) center center no-repeat !important;
}

.coreshop_icon_state, .pimcore_icon_coreShopState {
    background: url(../img/state.svg) center center no-repeat !important;
}

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

body.pimcore_version_11 .coreshop_nav_icon_state {
    background: url(../img/state_white.svg) center center no-repeat !important;
}

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

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