@font-face {
  font-family: 'icon-font';
  src:  url('fonts/icon-font.eot?ykig6f');
  src:  url('fonts/icon-font.eot?ykig6f#iefix') format('embedded-opentype'),
    url('fonts/icon-font.ttf?ykig6f') format('truetype'),
    url('fonts/icon-font.woff?ykig6f') format('woff'),
    url('fonts/icon-font.svg?ykig6f#icon-font') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-font--"], [class*=" icon-font--"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-font' !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;
}

.icon-font--bag:before {
  content: "\e900";
  color: #4b4b4b;
}
.icon-font--box:before {
  content: "\e901";
  color: #4b4b4b;
}
.icon-font--camera:before {
  content: "\e902";
  color: #4b4b4b;
}
.icon-font--cart:before {
  content: "\e903";
  color: #4b4b4b;
}
.icon-font--document:before {
  content: "\e904";
  color: #4b4b4b;
}
.icon-font--ribbon:before {
  content: "\e905";
  color: #4b4b4b;
}
.icon-font--wakaba:before {
  content: "\e906";
  color: #4b4b4b;
}
.icon-font--meditame:before {
  content: "";
  background-image: url(https://image.rfolympic.com/img2014/icons/icon-meditame.png);
  width: 15px;
  height: 15px;
  background-size: contain;
  display: inline-block;
  vertical-align: text-bottom;
}
