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

[class^="icon-"], [class*=" 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;
}

.icon-search:before {
    content: "\e601";
}
.icon-mobile:before {
    content: "\e600";
}
.icon-arrow-left:before {
    content: "\e606";
}
.icon-arrow-right:before {
    content: "\e607";
}
.icon-arrow-down:before {
    content: "\e608";
}
.icon-arrow-right2:before {
    content: "\e605";
}
.icon-twitter:before {
    content: "\e602";
}
.icon-facebook:before {
    content: "\e603";
}
.icon-pinterest:before {
    content: "\e604";
}


/* Hide the recaptcha badge added by Google. */
.grecaptcha-badge{
	visibility: collapse !important;
}
