/*
 * 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_shipping {
    background: url(../img/carriers.svg) center center no-repeat !important;
}

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

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

.coreshop_icon_carrier_shipping_rule, .coreshop_rule_icon_condition_shippingRule, .coreshop_rule_icon_action_shippingRule, .coreshop_rule_icon_condition_shipping {
    background: url(../img/shippingrules.svg) center center no-repeat !important;
}

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

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

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

.coreshop_icon_carriers, .coreshop_icon_carrier, .pimcore_icon_coreShopCarrier, .coreshop_icon_report_carriers, .coreshop_rule_icon_condition_carriers, .pimcore_icon_coreShopCarrierMultiselect {
    background: url(../img/carriers.svg) center center no-repeat !important;
}

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

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

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

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

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

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

.coreshop_rule_icon_action_discountAmount,
.coreshop_rule_icon_action_discountPercent,
.coreshop_rule_icon_action_price,
.coreshop_rule_icon_action_additionAmount,
.coreshop_rule_icon_action_additionPercent,
.coreshop_carrier_costs_icon {
    background: url(../img/currencies.svg) center center no-repeat !important;
}
