/* Определение шрифта boxicons */
@font-face {
    font-family: 'boxicons';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/boxicons.woff2') format('woff2'),
    url('../fonts/boxicons.woff') format('woff'),
    url('../fonts/boxicons.ttf') format('truetype');
}

/* Основные стили для иконок */
.bx {
    font-family: 'boxicons' !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Иконка bx-hide */
.bx-hide:before {
    content: "\eb0e";
}

/* Иконка bx-show */
.bx-show:before {
    content: "\ec0c";
}