@font-face {
  font-family: 'icofont';
  src:  url('fonts/icofont.eot?r88ysc');
  src:  url('fonts/icofont.eot?r88ysc#iefix') format('embedded-opentype'),
    url('fonts/icofont.ttf?r88ysc') format('truetype'),
    url('fonts/icofont.woff?r88ysc') format('woff'),
    url('fonts/icofont.svg?r88ysc#icofont') 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: 'icofont' !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-shopping:before {
  content: "\e916";
}
.icon-celander:before {
  content: "\e912";
}
.icon-confirmlist:before {
  content: "\e902";
}
.icon-cancel:before {
  content: "\e906";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-down:before {
  content: "\e90b";
}
.icon-arrow-left:before {
  content: "\e900";
}
.icon-next:before {
  content: "\e905";
  color: #fff;
}
.icon-arrow-right1:before {
  content: "\e907";
  color: #fff;
}
.icon-telephone:before {
  content: "\e903";
  color: #b21803;
}
.icon-mail:before {
  content: "\e904";
  color: #b21803;
}
