@font-face {
  font-family: 'tradepro';
  src: url('../fonts/tradepro.eot?39183588');
  src: url('../fonts/tradepro.eot?39183588#iefix') format('embedded-opentype'),
       url('../fonts/tradepro.woff2?39183588') format('woff2'),
       url('../fonts/tradepro.woff?39183588') format('woff'),
       url('../fonts/tradepro.ttf?39183588') format('truetype'),
       url('../fonts/tradepro.svg?39183588#tradepro') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'tradepro';
    src: url('../font/tradepro.svg?39183588#tradepro') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "tradepro";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  font-size: 27px;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-footer-genie:before { content: '\e800'; } /* '' */
.icon-trash-empty:before { content: '\e801'; } /* '' */
.icon-cart:before { content: '\e804'; } /* '' */
.icon-heart:before { content: '\e806'; } /* '' */
.icon-world:before { content: '\e807'; } /* '' */
.icon-search:before { content: '\e808'; } /* '' */
.icon-account:before { content: '\e809'; } /* '' */
.icon-footer-butler:before { content: '\e80a'; } /* '' */
.icon-footer-stopwatch:before { content: '\e80b'; } /* '' */
.icon-footer-piggy-bank:before { content: '\e80c'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-xing:before { content: '\f168'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */

@font-face {
  font-family: 'scart';
  src: url('../fonts/scart.eot?83733127');
  src: url('../fonts/scart.eot?83733127#iefix') format('embedded-opentype'),
  url('../fonts/scart.woff2?83733127') format('woff2'),
  url('../fonts/scart.woff?83733127') format('woff'),
  url('../fonts/scart.ttf?83733127') format('truetype'),
  url('../fonts/scart.svg?83733127#scart') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'scart';
    src: url('../font/scart.svg?83733127#scart') format('svg');
  }
}
*/
[class^="icon-shopping-"]:before, [class*=" icon-shopping-"]:before {
  font-family: "scart";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-size: 1.5em;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  margin-top: 2px;
}

.icon-shopping-card-help:before { content: '\e800'; } /* '' */
