@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "mdc-project" !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: "mdc-project" !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;

  position: relative;
  top: .125em !important;
  margin-right: .4em !important;
}

.icon-facebook:before {
  content: "\61";
}
.icon-instagram:before {
  content: "\62";
}
.icon-youtube:before {
  content: "\63";
}
.icon-twitter:before {
  content: "\64";
}
.icon-linkedin:before {
  content: "\65";
}
.icon-mail:before {
  content: "\66";
}
.icon-success:before {
  content: "\67";
}
.icon-alert:before {
  content: "\68";
}
.icon-error:before {
  content: "\69";
}
.icon-info:before {
  content: "\6a";
}
.icon-broken:before {
  content: "\6b";
}
.icon-search:before {
  content: "\6c";
}
.icon-user:before {
  content: "\6d";
}
.icon-heart:before {
  content: "\6e";
}
.icon-bag:before {
  content: "\6f";
}
.icon-arrow-down-small:before {
  content: "\70";
}
.icon-arrow-down-big:before {
  content: "\71";
}
.icon-arrow-down-medium:before {
  content: "\72";
}
.icon-sync:before {
  content: "\73";
}
.icon-eye:before {
  content: "\74";
}
.icon-angle:before {
  content: "\75";
}
.icon-play:before {
  content: "\76";
}
.icon-building:before {
  content: "\77";
}
.icon-headphones:before {
  content: "\78";
}
.icon-mail-read:before {
  content: "\79";
}
.icon-pinterest:before {
  content: "\7a";
}
.icon-star:before {
  content: "\41";
}
.icon-close:before {
  content: "\42";
}
.icon-amburgue:before {
  content: "\43";
}
.icon-list:before {
  content: "\44";
}
.icon-thumbnails:before {
  content: "\45";
}
.icon-angle-left:before {
  content: "\46";
}
.icon-amburgue-lite:before {
  content: "\47";
}
.icon-plus:before {
  content: "\48";
}
.icon-minus:before {
  content: "\49";
}
.icon-cart:before {
  content: "\4a";
}
.icon-arrows:before {
  content: "\4b";
}
.icon-star-1:before {
  content: "\4c";
}
.icon-star-2:before {
  content: "\4c\4c";
}
.icon-star-3:before {
  content: "\4c\4c\4c";
}
.icon-star-4:before {
  content: "\4c\4c\4c\4c";
}
.icon-star-5:before {
  content: "\4c\4c\4c\4c\4c";
}
.icon-arrow-up-small:before {
  content: "\4d";
}
.icon-trash:before {
  content: "\4e";
}
.icon-refresh:before {
  content: "\4f";
}
.icon-scissors:before {
  content: "\50";
}



