/*
 * CoreShop
 *
 * This source file is available under the terms of the
 * 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    CoreShop Commercial License (CCL)
 *
 */

.coreshop_icon_currency, .pimcore_icon_coreShopCurrencyMultiselect, .pimcore_icon_coreShopCurrency, .pimcore_icon_coreShopMoneyCurrency {
    background: url(../img/currencies.svg) center center no-repeat !important;
}

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

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

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

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

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