@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?rkx46r');
  src:  url('fonts/icomoon.eot?rkx46r#iefix') format('embedded-opentype'),
    url('fonts/icomoon.woff2?rkx46r') format('woff2'),
    url('fonts/icomoon.ttf?rkx46r') format('truetype'),
    url('fonts/icomoon.woff?rkx46r') format('woff'),
    url('fonts/icomoon.svg?rkx46r#icomoon') format('svg');
  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-mail:before {
  content: "\e91c";
}
.icon-walking:before {
  content: "\e91d";
}
.icon-spa:before {
  content: "\e919";
}
.icon-drone:before {
  content: "\e91a";
}
.icon-trekking:before {
  content: "\e91b";
}
.icon-download:before {
  content: "\e918";
}
.icon-snow:before {
  content: "\e915";
}
.icon-rainy:before {
  content: "\e916";
}
.icon-cloudy:before {
  content: "\e917";
}
.icon-triangle:before {
  content: "\e912";
}
.icon-circle:before {
  content: "\e913";
}
.icon-cross:before {
  content: "\e914";
}
.icon-sunny:before {
  content: "\e911";
}
.icon-camera:before {
  content: "\e910";
}
.icon-location:before {
  content: "\e90d";
}
.icon-flag:before {
  content: "\e90f";
}
.icon-ticket:before {
  content: "\e90e";
}
.icon-sale:before {
  content: "\e900";
}
.icon-crystal:before {
  content: "\e901";
}
.icon-map:before {
  content: "\e902";
}
.icon-skier:before {
  content: "\e903";
}
.icon-instagram:before {
  content: "\e904";
}
.icon-dish:before {
  content: "\e905";
}
.icon-mountain:before {
  content: "\e906";
}
.icon-leaf:before {
  content: "\e907";
}
.icon-facebook:before {
  content: "\e908";
}
.icon-youtube:before {
  content: "\e909";
}
.icon-school:before {
  content: "\e90a";
}
.icon-office:before {
  content: "\e90b";
}
.icon-tel:before {
  content: "\e90c";
}

.icon-cart:before {
  content: "";
  height: 30px;
  width: 60px;
  background-image: url(../../img/common/icon-cart.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
}

.icon-piza:before {
  content: "";
  height: 30px;
  width: 30px;
  background-image: url(../../img/common/icon-piza.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}
