@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?vzznd7');
  src:  url('../fonts/icomoon.eot?vzznd7#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?vzznd7') format('truetype'),
    url('../fonts/icomoon.woff?vzznd7') format('woff'),
    url('../fonts/icomoon.svg?vzznd7#icomoon') format('svg');
    url('../fonts/icomoon-luggage.ttf?4pnsmm') format('truetype'),
    url('../fonts/icomoon-luggage.woff?4pnsmm') format('woff'),
	
  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-seatblue:before {
  content: "\e901";
  color: #000; font-size:23px;
  margin-top:-2px; display:block;
}
.icon-meal:before {
  content: "\e902";
  color: #000;
}
.icon-flight-seat:before {
  content: "\e903"; color:#000;
}
.icon-details:before {
  content: "\e900"; font-size:18px;
}

.icon-details:hover{ cursor:pointer;}

.icon-luggage:before {
  content: "\e900";
}