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

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

#pimcore_navigation li.coreshop_logo_menu:hover svg {
    filter: none;
}

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


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