@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot?84ebwb');
  src:  url('../fonts/icomoon/icomoon.eot?84ebwb#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.woff2?84ebwb') format('woff2'),
    url('../fonts/icomoon/icomoon.ttf?84ebwb') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?84ebwb') format('woff'),
    url('../fonts/icomoon/icomoon.svg?84ebwb#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;
    text-align: center;
    display: inline-block;
	font-size:18px;
	transition:all 600ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.icon-scooter:before {
  content: "\e916";
}

.icon-user:before {
  content: "\e915";
}
.icon-play:before {
  content: "\e919";
}
.icon-heart_active:before {
  content: "\e913";
}
.icon-heart:before {
  content: "\e914";
}
.active .icon-heart:before, .icon-heart:hover:before{
	 content: "\e913";
}

.icon-medal:before {
  content: "\e912";
}
.icon-secure:before {
  content: "\e911";
}
.icon-route:before {
  content: "\e910";
}
.icon-refresh:before {
  content: "\e90f";
}
.icon-down_arrow:before {
  content: "\e90e";
}
.icon-callcenter:before {
  content: "\e900";
}
.icon-cross:before {
  content: "\e901";
}
.icon-history:before {
  content: "\e902";
}
.icon-home:before {
  content: "\e903";
}
.icon-info:before {
  content: "\e904";
}
.icon-invoice:before {
  content: "\e905";
}
.icon-list:before {
  content: "\e906";
}
.icon-menu:before {
  content: "\e907";
}
.icon-placeholder:before {
  content: "\e908";
}
.icon-icon_position:before {
  content: "\e909";
}
.icon-search:before {
  content: "\e90a";
}
.icon-send:before {
  content: "\e90b";
}
.icon-shoppingbag:before {
  content: "\e90c";
}
.icon-wifi:before {
  content: "\e90d";
}
