/*
 * Copyright © 2016 Magestore. All rights reserved.
 * See COPYING.txt for license details.
 */

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon/icomoon.eot?rtgl9i');
    src:  url('../fonts/icomoon/icomoon.eot?rtgl9i#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?rtgl9i') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?rtgl9i') format('woff'),
    url('../fonts/icomoon/icomoon.svg?rtgl9i#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.admin__menu .item-all.parent.level-0 > a:before {
    font-family: 'icomoon' !important;
    content: "\eaae";
}