/**
 * Barbercrop
 * Barbercrop is a full featured barber shop template
 * Exclusively on https://1.envato.market/barbercrop-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilith (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
@font-face {
    font-family: icomoon;
    src: url('../fonts/icomoon.woff') format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-reply:before {
    content: "\e900"
}

.icon-search:before {
    content: "\e901"
}

.icon-star_outline:before {
    content: "\e902"
}

.icon-arrow_left:before {
    content: "\2770";
    font-size:70px;
    opacity: 0.4;
}
.icon-arrow_left2:before {
    content: "\e903";
}

.icon-arrow_right:before {
    content: "\2771";
    font-size:70px;
    opacity: 0.4;
}

.icon-phone:before {
    content: "\e905"
}

.icon-twitter:before {
    content: "\e906"
}

.icon-instagram:before {
    content: "\e907"
}

.icon-facebook:before {
    content: "\e908"
}

.icon-close:before {
    content: "\e909"
}

.icon-linkedin:before {
  content: "\e910"; }


