@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?7yfark');
    src: url('../fonts/icomoon.eot?7yfark#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?7yfark') format('truetype'),
    url('../fonts/icomoon.woff?7yfark') format('woff'),
    url('../fonts/icomoon.svg?7yfark#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="barrier-icon-"],
[class*=" barrier-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.barrier-icon-cart:before {
    content: "\e900";
    color: #fff;
}

.barrier-icon-email:before {
    content: "\e901";
    color: #c8da2d;
}

.barrier-icon-phone:before {
    content: "\e902";
    color: #c8da2d;
}

.barrier-icon-search:before {
    content: "\e903";
}