@charset "utf-8";

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

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    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;
}

.icon-arrow-left:before {
    content: "\e900";
}

.icon-arrow-right:before {
    content: "\e901";
}

.icon-cart:before {
    content: "\e902";
}

.icon-facebook:before {
    content: "\e903";
}

.icon-instagram:before {
    content: "\e904";
}

.icon-linkedin:before {
    content: "\e905";
}

.icon-long-arrow-left:before {
    content: "\e906";
}

.icon-long-arrow-right:before {
    content: "\e907";
}

.icon-rating:before {
    content: "\e908";
    color: #ffb820;
}

.icon-rating-full:before {
    content: "\e909";
    color: #ffb820;
}

.icon-rating-half .path1:before {
    content: "\e90a";
    color: rgb(0, 0, 0);
}

.icon-rating-half .path2:before {
    content: "\e90b";
    margin-left: -1em;
    color: rgb(255, 184, 32);
}

.icon-search:before {
    content: "\e90c";
}

.icon-shoping-back:before {
    content: "\e90d";
}

.icon-testiminials:before {
    content: "\e90e";
}

.icon-twitter:before {
    content: "\e90f";
}

.icon-user:before {
    content: "\e910";
}