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

.ic {
  /* 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;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-google-plus:before {
  content: "\ea8b";
}
.ic-facebook:before {
  content: "\ea90";
}
.ic-plane:before {
  content: "\e900";
}
.ic-arrow:before {
  content: "\e901";
}
.ic-tel:before {
  content: "\e902";
}
.ic-google-maps:before {
  content: "\e903";
}
.ic-heart:before {
  content: "\e904";
}
.ic-heart-filled:before {
  content: "\e905";
}
.ic-search:before {
  content: "\e906";
}
.ic-next:before {
  content: "\e907";
}
.ic-shopping-bag:before {
  content: "\e908";
}
.ic-sun:before {
  content: "\e909";
}
