@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "rm" !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: "rm" !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-add-button:before {
  content: "\61";
}
.icon-calendar-12:before {
  content: "\62";
}
.icon-cancel:before {
  content: "\63";
}
.icon-cart:before {
  content: "\64";
}
.icon-checked:before {
  content: "\65";
}
.icon-delivery:before {
  content: "\66";
}
.icon-down-arrow:before {
  content: "\67";
}
.icon-email:before {
  content: "\68";
}
.icon-facebook:before {
  content: "\69";
}
.icon-fail:before {
  content: "\6a";
}
.icon-googleplus:before {
  content: "\6b";
}
.icon-help-operator:before {
  content: "\6c";
}
.icon-left-arrow:before {
  content: "\6d";
}
.icon-location-pin:before {
  content: "\6e";
}
.icon-price:before {
  content: "\6f";
}
.icon-price-with-rebate:before {
  content: "\70";
}
.icon-profile:before {
  content: "\71";
}
.icon-remove-button:before {
  content: "\72";
}
.icon-right-arrow:before {
  content: "\73";
}
.icon-twitter:before {
  content: "\74";
}
.icon-up-arrow:before {
  content: "\75";
}
.icon-warning:before {
  content: "\76";
}
.icon-transport:before {
  content: "\77";
}
.icon-warehouse:before {
  content: "\78";
}
.icon-info:before {
  content: "\79";
}
.icon-menu-button:before {
  content: "\7a";
}
.icon-filter:before {
  content: "\41";
}
.icon-layout-grid:before {
  content: "\42";
}
.icon-layout-list:before {
  content: "\43";
}
