@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "hamburger" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "hamburger" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-001-cancel:before {
  content: "\61";
}
.icon-002-close:before {
  content: "\62";
}
.icon-005-menu-1:before {
  content: "\65";
}
.icon-menu-2:before {
  content: "\63";
}
.icon-more-2:before {
  content: "\64";
}
.icon-cancel:before {
  content: "\66";
}
.icon-grid:before {
  content: "\67";
}
.icon-down-arrow-4:before {
  content: "\68";
}
.icon-down-arrow-3:before {
  content: "\69";
}
.icon-next:before {
  content: "\6a";
}
.icon-left-arrow-2:before {
  content: "\6b";
}
.icon-checked-2:before {
  content: "\6c";
}
