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

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  
  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 */
  

  /* 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); */
}

.sd-icon-runner:before { content: '\e900'; } /* '' */
.sd-icon-arrow-left:before { content: '\e901'; } /* '' */
.sd-icon-arrow-right:before { content: '\e902'; } /* '' */
.sd-icon-arrow-top:before { content: '\e903'; } /* '' */
.sd-icon-shopping-bag:before { content: '\e904'; } /* '' */
.sd-icon-side-menu:before { content: '\e905'; } /* '' */
.sd-icon-close:before { content: '\e906'; } /* '' */
.sd-icon-arrow-bottom:before { content: '\e907'; } /* '' */
.sd-icon-quote-end:before { content: '\e908'; } /* '' */
.sd-icon-quote-start:before { content: '\e909'; } /* '' */
.sd-icon-arrow-top-right:before { content: '\e90d'; } /* '' */
.sd-icon-hug:before { content: '\e90e'; } /* '' */
.sd-icon-plus:before { content: '\e90f'; } /* '' */
.sd-icon-minus:before { content: '\e910'; } /* '' */
.sd-icon-arrow-down:before { content: '\e911'; } /* '' */
.sd-icon-news:before { content: '\e912'; } /* '' */
.sd-icon-target:before { content: '\e914'; } /* '' */
.sd-icon-avocado:before { content: '\e915'; } /* '' */
.sd-icon-love-hands:before { content: '\e916'; } /* '' */
.sd-icon-check:before { content: '\e91a'; } /* '' */
.sd-icon-list-dot:before { content: '\e91b'; } /* '' */
.sd-icon-menu-sport:before { content: '\e91c'; } /* '' */
