@font-face {
    font-family: 'Nordiskehandel';
    font-weight: normal;
    font-style: normal;
    src: url('/__SYS__/TEMPLATE_CSS/fonticons-neh/3d03cfb6.eot');
    src: url('/__SYS__/TEMPLATE_CSS/fonticons-neh/3d03cfb6.eot?#iefix') format('embedded-opentype'),
    url('/__SYS__/TEMPLATE_CSS/fonticons-neh/3d03cfb6.woff') format('woff'),
    url('/__SYS__/TEMPLATE_CSS/fonticons-neh/3d03cfb6.ttf') format('truetype'),
    url('/__SYS__/TEMPLATE_CSS/fonticons-neh/3d03cfb6.otf') format('opentype');
}

.iconset {
  display: inline-block;
  font: normal normal normal 14px/1 'Nordiskehandel';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconset-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.iconset-2x {
  font-size: 2em;
}

.iconset-3x {
  font-size: 3em;
}

.iconset-4x {
  font-size: 4em;
}

.iconset-5x {
  font-size: 5em;
}

.iconset-fw {
  width: 1.28571429em;
  text-align: center;
}

.iconset-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.iconset-ul > li {
  position: relative;
}

.iconset-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.iconset-li.iconset-lg {
  left: -1.85714286em;
}

.iconset-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.iconset.pull-left {
  margin-right: .3em;
}

.iconset.pull-right {
  margin-left: .3em;
}

.iconset-spin {
  -webkit-animation: iconset-spin 2s infinite linear;
  animation: iconset-spin 2s infinite linear;
}

.iconset-pulse {
  -webkit-animation: iconset-spin 1s infinite steps(8);
  animation: iconset-spin 1s infinite steps(8);
}

@-webkit-keyframes iconset-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes iconset-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.iconset-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.iconset-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.iconset-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.iconset-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.iconset-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .iconset-rotate-90,
:root .iconset-rotate-180,
:root .iconset-rotate-270,
:root .iconset-flip-horizontal,
:root .iconset-flip-vertical {
  filter: none;
}

.iconset-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.iconset-stack-1x,
.iconset-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.iconset-stack-1x {
  line-height: inherit;
}

.iconset-stack-2x {
  font-size: 2em;
}

.iconset-inverse {
  color: #ffffff;
}

.iconset-angle-down:before {
  content: '\f000';
}

.iconset-angle-left:before {
  content: '\f001';
}

.iconset-angle-right:before {
  content: '\f002';
}

.iconset-angle-up:before {
  content: '\f003';
}

.iconset-angle-down-btl:before {
  content: '\f004';
}

.iconset-angle-left-btl:before {
  content: '\f005';
}

.iconset-angle-right-btl:before {
  content: '\f006';
}

.iconset-arrow-down:before {
  content: '\f007';
}

.iconset-angle-up-btl:before {
  content: '\f008';
}

.iconset-angle-down-btm:before {
  content: '\f009';
}

.iconset-angle-left-btm:before {
  content: '\f00a';
}

.iconset-angle-up-btm:before {
  content: '\f00b';
}

.iconset-angle-right-btm:before {
  content: '\f00c';
}

.iconset-bars:before {
  content: '\f00d';
}

.iconset-bars-btl:before {
  content: '\f00e';
}

.iconset-bars-btb:before {
  content: '\f00f';
}

.iconset-search:before {
  content: '\f010';
}

.iconset-search-btb:before {
  content: '\f011';
}

.iconset-search-btm:before {
  content: '\f012';
}

.iconset-shopping-cart:before {
  content: '\f013';
}

.iconset-shopping-cart-bts:before {
  content: '\f014';
}

.iconset-shopping-cart-fa:before {
  content: '\f015';
}

.iconset-shopping-cart-typcn:before {
  content: '\f016';
}

.iconset-shopping-cart-glyphicon:before {
  content: '\f017';
}

.iconset-shopping-cart-mdi:before {
  content: '\f018';
}

.iconset-shopping-cart-btl:before {
  content: '\f019';
}

.iconset-star:before {
  content: '\f01a';
}

.iconset-star-border:before {
  content: '\f01b';
}

.iconset-star-half:before {
  content: '\f01c';
}

.iconset-gift:before {
  content: '\f01d';
}

.iconset-gift-btl:before {
  content: '\f01e';
}

.iconset-gift-btm:before {
  content: '\f01f';
}

.iconset-gift-bts:before {
  content: '\f020';
}

.iconset-gift-octicon:before {
  content: '\f021';
}

.iconset-search-plus:before {
  content: '\f022';
}

.iconset-search-minus:before {
  content: '\f023';
}

.iconset-search-plus-btm:before {
  content: '\f024';
}

.iconset-search-mdi:before {
  content: '\f025';
}

.iconset-close:before {
  content: '\f026';
}

.iconset-window-close:before {
  content: '\f027';
}

.iconset-close-mdc:before {
  content: '\f028';
}

.iconset-close-circle:before {
  content: '\f029';
}

.iconset-close-circle-outline:before {
  content: '\f02a';
}

.iconset-envelope:before {
  content: '\f02b';
}

.iconset-envelope-btm:before {
  content: '\f02c';
}

.iconset-envelope-bts:before {
  content: '\f02d';
}

.iconset-print:before {
  content: '\f02e';
}

.iconset-print-btl:before {
  content: '\f02f';
}

.iconset-print-btm:before {
  content: '\f030';
}

.iconset-print-mdi:before {
  content: '\f031';
}

.iconset-shopping-cart-btm:before {
  content: '\f032';
}

.iconset-cart-plus:before {
  content: '\f033';
}

.iconset-shopping-cart-fi:before {
  content: '\f034';
}

.iconset-arrow-drop-up:before {
  content: '\f035';
}

.iconset-keyboard-arrow-down:before {
  content: '\f036';
}

.iconset-keyboard-arrow-left:before {
  content: '\f037';
}

.iconset-keyboard-arrow-right:before {
  content: '\f038';
}

.iconset-keyboard-arrow-up:before {
  content: '\f039';
}

.iconset-arrow-drop-down:before {
  content: '\f03a';
}

.iconset-chevron-left:before {
  content: '\f03b';
}

.iconset-chevron-right:before {
  content: '\f03c';
}

.iconset-menu:before {
  content: '\f03d';
}

.iconset-menu-mdc:before {
  content: '\f03e';
}

.iconset-menu-entypo:before {
  content: '\f03f';
}

.iconset-menu-oi:before {
  content: '\f040';
}

.iconset-menu-up:before {
  content: '\f041';
}

.iconset-menu-down:before {
  content: '\f042';
}

.iconset-menu-left:before {
  content: '\f043';
}

.iconset-menu-right:before {
  content: '\f044';
}

.iconset-phone:before {
  content: '\f045';
}

.iconset-phone-mdi:before {
  content: '\f046';
}

.iconset-old-phone:before {
  content: '\f047';
}

.iconset-cellphone:before {
  content: '\f048';
}

.iconset-cellphone-android:before {
  content: '\f049';
}

.iconset-computer:before {
  content: '\f04a';
}

.iconset-tablet-ipad:before {
  content: '\f04b';
}

.iconset-warning:before {
  content: '\f04c';
}

.iconset-warning-mdi:before {
  content: '\f04d';
}

.iconset-warning-entypo:before {
  content: '\f04e';
}

.iconset-question:before {
  content: '\f04f';
}

.iconset-question-circle:before {
  content: '\f050';
}

.iconset-question-circle-btl:before {
  content: '\f051';
}

.iconset-question-circle-btm:before {
  content: '\f052';
}

.iconset-question-circle-bts:before {
  content: '\f053';
}

.iconset-question-answer:before {
  content: '\f054';
}

.iconset-share:before {
  content: '\f055';
}

.iconset-check:before {
  content: '\f056';
}

.iconset-check-circle:before {
  content: '\f057';
}

.iconset-check-box:before {
  content: '\f058';
}

.iconset-info-circle:before {
  content: '\f059';
}

.iconset-info-circle-btl:before {
  content: '\f05a';
}

.iconset-info-circle-btm:before {
  content: '\f05b';
}

.iconset-info:before {
  content: '\f05c';
}

.iconset-refresh:before {
  content: '\f05d';
}

.iconset-refresh-wi:before {
  content: '\f05e';
}

.iconset-refresh-glyphicon:before {
  content: '\f05f';
}

.iconset-refresh-alt:before {
  content: '\f060';
}

.iconset-pencil:before {
  content: '\f061';
}

.iconset-pencil-box:before {
  content: '\f062';
}

.iconset-pencil-btm:before {
  content: '\f063';
}

.iconset-error:before {
  content: '\f064';
}

.iconset-error-outline:before {
  content: '\f065';
}

.iconset-ban:before {
  content: '\f066';
}

.iconset-ban-btm:before {
  content: '\f067';
}

.iconset-ban-btb:before {
  content: '\f068';
}

.iconset-ban-oi:before {
  content: '\f069';
}

.iconset-trash:before {
  content: '\f06a';
}

.iconset-trash-entypo:before {
  content: '\f06b';
}

.iconset-trash-glyphicon:before {
  content: '\f06c';
}

.iconset-trash-btl:before {
  content: '\f06d';
}

.iconset-trash-btm:before {
  content: '\f06e';
}

.iconset-trash-fi:before {
  content: '\f06f';
}

.iconset-user:before {
  content: '\f070';
}

.iconset-user-glyphicon:before {
  content: '\f071';
}

.iconset-user-male:before {
  content: '\f072';
}

.iconset-desktop-mac:before {
  content: '\f073';
}

.iconset-plus-circle:before {
  content: '\f074';
}

.iconset-plus-square:before {
  content: '\f075';
}

.iconset-minus:before {
  content: '\f076';
}

.iconset-minus-circle:before {
  content: '\f077';
}

.iconset-plus:before {
  content: '\f078';
}

.iconset-close-box:before {
  content: '\f079';
}

.iconset-delete:before {
  content: '\f07a';
}

.iconset-cursor-pointer:before {
  content: '\f07b';
}

.iconset-plus-mdc:before {
  content: '\f07c';
}

.iconset-plus-box:before {
  content: '\f07d';
}

.iconset-plus-circle-mdc:before {
  content: '\f07e';
}

.iconset-plus-circle-outline:before {
  content: '\f07f';
}

.iconset-minus-mdc:before {
  content: '\f080';
}

.iconset-minus-circle-mdc:before {
  content: '\f081';
}

.iconset-minus-circle-outline:before {
  content: '\f082';
}

.iconset-wifi:before {
  content: '\f083';
}

.iconset-share-bts:before {
  content: '\f084';
}

.iconset-share-alt:before {
  content: '\f085';
}

.iconset-thumb-up:before {
  content: '\f086';
}

.iconset-thumb-down:before {
  content: '\f087';
}

.iconset-thumb-up-outline:before {
  content: '\f088';
}

.iconset-thumb-down-outline:before {
  content: '\f089';
}

.iconset-tooltip:before {
  content: '\f08a';
}

.iconset-tooltip-outline:before {
  content: '\f08b';
}

.iconset-facebook:before {
  content: '\f08c';
}

.iconset-facebook-box:before {
  content: '\f08d';
}

.iconset-twitter:before {
  content: '\f08e';
}

.iconset-instagram:before {
  content: '\f08f';
}

.iconset-linkedin:before {
  content: '\f090';
}

.iconset-linkedin-box:before {
  content: '\f091';
}

.iconset-comment-text:before {
  content: '\f092';
}

.iconset-cursor-move:before {
  content: '\f093';
}

.iconset-dots-vertical:before {
  content: '\f094';
}

.iconset-email:before {
  content: '\f095';
}

.iconset-google-plus:before {
  content: '\f096';
}

.iconset-google-plus-box:before {
  content: '\f097';
}

.iconset-help-circle:before {
  content: '\f098';
}

.iconset-youtube-play:before {
  content: '\f099';
}

.iconset-pinterest:before {
  content: '\f09a';
}

.iconset-pinterest-box:before {
  content: '\f09b';
}

.iconset-rss:before {
  content: '\f09c';
}

.iconset-rss-box:before {
  content: '\f09d';
}

.iconset-vimeo:before {
  content: '\f09e';
}

.iconset-settings:before {
  content: '\f09f';
}

.iconset-settings-applications:before {
  content: '\f0a0';
}

.iconset-settings-mdi:before {
  content: '\f0a1';
}

.iconset-film:before {
  content: '\f0a2';
}

.iconset-filmstrip:before {
  content: '\f0a3';
}

.iconset-film-btl:before {
  content: '\f0a4';
}

.iconset-heart:before {
  content: '\f0a5';
}

.iconset-play-video:before {
  content: '\f0a6';
}

.iconset-shopping-bag:before {
  content: '\f0a7';
}

.iconset-stop:before {
  content: '\f0a8';
}

.iconset-shopping-bag-entypo:before {
  content: '\f0a9';
}

.iconset-power:before {
  content: '\f0aa';
}

.iconset-location:before {
  content: '\f0ab';
}

.iconset-location-outline:before {
  content: '\f0ac';
}

.iconset-heart-full-outline:before {
  content: '\f0ad';
}

.iconset-heart-half-outline:before {
  content: '\f0ae';
}

.iconset-arrow-move:before {
  content: '\f0af';
}

.iconset-arrow-left:before {
  content: '\f0b0';
}

.iconset-arrow-down-octicon:before {
  content: '\f0b1';
}

.iconset-arrow-right:before {
  content: '\f0b2';
}

.iconset-arrow-up:before {
  content: '\f0b3';
}

.iconset-location-arrow:before {
  content: '\f0b4';
}

.iconset-arrow-left-btl:before {
  content: '\f0b5';
}

.iconset-arrow-right-btl:before {
  content: '\f0b6';
}

.iconset-download:before {
  content: '\f0b7';
}

.iconset-download-typcn:before {
  content: '\f0b8';
}

.iconset-calendar-o:before {
  content: '\f0b9';
}

.iconset-calendar:before {
  content: '\f0ba';
}

.iconset-calendar-text:before {
  content: '\f0bb';
}

.iconset-calendar-octicon:before {
  content: '\f0bc';
}

.iconset-info-large:before {
  content: '\f0bd';
}

.iconset-info-with-circle:before {
  content: '\f0be';
}

.iconset-flag:before {
  content: '\f0bf';
}

.iconset-flag-fi:before {
  content: '\f0c0';
}

.iconset-money:before {
  content: '\f0c1';
}

.iconset-attach-money:before {
  content: '\f0c2';
}

.iconset-link:before {
  content: '\f0c3';
}

.iconset-link-typcn:before {
  content: '\f0c4';
}

.iconset-world:before {
  content: '\f0c5';
}

.iconset-list-alt:before {
  content: '\f0c6';
}

.iconset-credit-card:before {
  content: '\f0c7';
}

.iconset-home:before {
  content: '\f0c8';
}

.iconset-spinner:before {
  content: '\f0c9';
}

.iconset-edit:before {
  content: '\f0ca';
}

.iconset-edit-btm:before {
  content: '\f0cb';
}

.iconset-edit-entypo:before {
  content: '\f0cc';
}

.iconset-message:before {
  content: '\f0cd';
}

.iconset-shopping-basket:before {
  content: '\f0ce';
}

.iconset-shopping-basket-entypo:before {
  content: '\f0cf';
}

