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

.icon-nb-eye-off:before { content: '\e806'; } /* '' */
.icon-nb-eye-on:before { content: '\e807'; } /* '' */
.icon-nb-sad-smile:before { content: '\e83c'; } /* '' */
.icon-nb-address:before { content: '\e83d'; } /* '' */
.icon-nb-alert-octagon:before { content: '\e83e'; } /* '' */
.icon-nb-alert-circle:before { content: '\e83f'; } /* '' */
.icon-nb-approval:before { content: '\e840'; } /* '' */
.icon-nb-burger:before { content: '\e841'; } /* '' */
.icon-nb-calendar:before { content: '\e842'; } /* '' */
.icon-nb-cart-2:before { content: '\e843'; } /* '' */
.icon-nb-cart:before { content: '\e844'; } /* '' */
.icon-nb-cart-empty:before { content: '\e845'; } /* '' */
.icon-nb-chart:before { content: '\e846'; } /* '' */
.icon-nb-check:before { content: '\e847'; } /* '' */
.icon-nb-clock:before { content: '\e848'; } /* '' */
.icon-nb-config:before { content: '\e849'; } /* '' */
.icon-nb-cross:before { content: '\e84a'; } /* '' */
.icon-nb-cross-light:before { content: '\e84b'; } /* '' */
.icon-nb-delete:before { content: '\e84c'; } /* '' */
.icon-nb-doc:before { content: '\e84d'; } /* '' */
.icon-nb-arrow-short-right:before { content: '\e84e'; } /* '' */
.icon-nb-arrow-short-left:before { content: '\e84f'; } /* '' */
.icon-nb-envelope:before { content: '\e850'; } /* '' */
.icon-nb-exit:before { content: '\e851'; } /* '' */
.icon-nb-favorite-1:before { content: '\e852'; } /* '' */
.icon-nb-favorite-filled:before { content: '\e853'; } /* '' */
.icon-nb-gps-1:before { content: '\e854'; } /* '' */
.icon-nb-home:before { content: '\e855'; } /* '' */
.icon-nb-key:before { content: '\e856'; } /* '' */
.icon-nb-key-2:before { content: '\e857'; } /* '' */
.icon-nb-list:before { content: '\e858'; } /* '' */
.icon-nb-logout:before { content: '\e859'; } /* '' */
.icon-nb-logout-2:before { content: '\e85a'; } /* '' */
.icon-nb-map-point:before { content: '\e85b'; } /* '' */
.icon-nb-minus:before { content: '\e85c'; } /* '' */
.icon-nb-order:before { content: '\e85d'; } /* '' */
.icon-nb-phone:before { content: '\e85e'; } /* '' */
.icon-nb-plus:before { content: '\e85f'; } /* '' */
.icon-nb-arrow-left:before { content: '\e860'; } /* '' */
.icon-nb-arrow-short-light-left:before { content: '\e862'; } /* '' */
.icon-nb-arrow-short-up:before { content: '\e863'; } /* '' */
.icon-nb-arrow-short-light-right:before { content: '\e864'; } /* '' */
.icon-nb-arrow-short-down:before { content: '\e865'; } /* '' */
.icon-nb-check-circle-filled:before { content: '\e866'; } /* '' */
.icon-nb-search:before { content: '\e867'; } /* '' */
.icon-nb-settings:before { content: '\e868'; } /* '' */
.icon-nb-alert-triangle:before { content: '\e869'; } /* '' */
.icon-nb-user:before { content: '\e86a'; } /* '' */
.icon-nb-cross-bold:before { content: '\e86b'; } /* '' */
.icon-nb-zoom:before { content: '\e86c'; } /* '' */
.icon-nb-question:before { content: '\e86d'; } /* '' */
.icon-nb-sad-smile-light:before { content: '\e886'; } /* '' */
