@font-face {
    font-family: 'icomoon';
    src:    url('/fonts/headerWidget/icomoon.eot?drul95');
    src:    url('/fonts/headerWidget/icomoon.eot?drul95#iefix') format('embedded-opentype'),
        url('/fonts/headerWidget/icomoon.ttf?drul95') format('truetype'),
        url('/fonts/headerWidget/icomoon.woff?drul95') format('woff'),
        url('/fonts/headerWidget/icomoon.svg?drul95#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-search2:before,
.icon-search:before {
    content: "\e8b6";
}
.icon-close:before,
.icon-cross:before,
.icon-times:before {
    content: "\e5cd";
}

.icon-map-marker:before {
    content: "\e0c8";
}
.icon-chevron-down:before {
    content: "\e313";
}
.icon-menu:before,
.icon-reorder:before,
.icon-navicon:before  {
    content: "\e5d2";
}

.icon-info:before  {
    content: "\e88f";
}
