@font-face {
  font-family: 'apelos';
  src: url('../font/apelos.eot?35925006');
  src: url('../font/apelos.eot?35925006#iefix') format('embedded-opentype'),
       url('../font/apelos.woff2?35925006') format('woff2'),
       url('../font/apelos.woff?35925006') format('woff'),
       url('../font/apelos.ttf?35925006') format('truetype'),
       url('../font/apelos.svg?35925006#apelos') 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: 'apelos';
    src: url('../font/apelos.svg?35925006#apelos') format('svg');
  }
}
*/
[class^="ds-icon-"]:before, [class*=" ds-icon-"]:before {
  font-family: "apelos";
  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: 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); */
}

.ds-icon-shopping_cart:before { content: '\e800'; } /* '' */
.ds-icon-favorite:before { content: '\e801'; } /* '' */
.ds-icon-linkedin:before { content: '\e802'; } /* '' */
.ds-icon-facebook:before { content: '\e803'; } /* '' */
.ds-icon-podcasts:before { content: '\e804'; } /* '' */
.ds-icon-xing:before { content: '\e805'; } /* '' */
.ds-icon-search:before { content: '\e806'; } /* '' */
.ds-icon-arrow_previous:before { content: '\e807'; } /* '' */
.ds-icon-delete:before { content: '\e808'; } /* '' */
.ds-icon-add:before { content: '\e809'; } /* '' */
.ds-icon-minus:before { content: '\e80a'; } /* '' */
.ds-icon-alternate_email:before { content: '\e80b'; } /* '' */
.ds-icon-mobile_sound:before { content: '\e80c'; } /* '' */
.ds-icon-minus-1:before { content: '\e80d'; } /* '' */
.ds-icon-arrow_forward:before { content: '\e80e'; } /* '' */
.ds-icon-contact_support:before { content: '\e80f'; } /* '' */
.ds-icon-arrow_forward_ios:before { content: '\e810'; } /* '' */
.ds-icon-person:before { content: '\e811'; } /* '' */
.ds-icon-minus-2:before { content: '\e812'; } /* '' */
.ds-icon-instagram-filled:before { content: '\f31f'; } /* '' */
