/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

@media screen and (min-width: 650px) {
  body {
    font-size: 16px;
  }
}

body h1, body h2, body h3 {
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}

body p {
  margin-top: 10px;
  margin-bottom: 1em;
}

.canvas-width {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-menu,
.footer-address,
.content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

@media screen and (min-width: 650px) {
  .footer-menu,
  .footer-address,
  .content {
    padding: 10px;
  }
}

.content {
  padding-bottom: 40px;
}

header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px;
}

header .hikashop_cart_module {
  text-align: right;
}

@media screen and (min-width: 650px) {
  header .logo {
    padding-left: 10px;
    display: block;
    width: calc(50% - $sizePaddingSmall);
    float: left;
  }
  header .logo img {
    height: 110px;
  }
  header .header-menu {
    width: 50%;
    float: right;
  }
  header .hikashop_cart_module {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

header .nav {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
  list-style: none;
}

@media screen and (min-width: 650px) {
  header .nav {
    float: right;
    margin-top: 0;
  }
}

header .nav li {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #288cbe;
  color: #fff;
  line-height: 1.9em;
  border-radius: 4px;
}

@media screen and (min-width: 650px) {
  header .nav li {
    margin-right: 0;
    margin-left: 10px;
  }
}

header .nav li.current, header .nav li:hover {
  background: #0f5578;
}

header .nav li a {
  text-decoration: none;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 12px;
}

@media screen and (min-width: 650px) {
  header .nav li a {
    font-size: 14px;
  }
}

.hikashop_products_listing .hikashop_container {
  color: #000;
}

.hikashop_products_listing .hikashop_container a {
  color: #000;
  text-decoration: none;
}

.hikashop_products_listing .hikashop_container .hikashop_product_name {
  font-size: 18px;
  padding: 10px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

.hikashop_products_listing .hikashop_container .hikashop_product_price_before_discount {
  display: block;
  font-size: 18px;
  margin-bottom: 7px;
}

.main {
  color: #fff;
  background-color: #288cbe;
}

.main a {
  color: #fff;
}

.main a.hikacart {
  border: none;
  background: #0f5578;
}

.main .hikashop_product_main_image_thumb img {
  background-color: #fff;
}

.main .hikashop_small_image_div img {
  background-color: #fff;
}

.main .hikashop_small_image_div img.hikashop_child_image {
  height: 85px;
  margin-right: 10px;
  margin-bottom: 6px;
}

.main .hikashop_product_quantity_div a {
  text-decoration: none;
}

.main .hikashop_product_left_part {
  padding: 0;
}

@media screen and (min-width: 650px) {
  .main .hikashop_product_right_part {
    padding-left: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.main .hikashop_product_right_part p {
  margin-top: 0.5em;
  line-height: 1.4em;
}

.main .hikashop_product_right_part .hikashop_product_price_full {
  font-weight: bold;
  font-size: 1.6em;
}

.main .hikashop_product_price_per_unit {
  display: none;
}

.main #hikashop_product_bottom_part {
  margin-top: 20px;
}

.main .hikashop_product_quantity_div {
  display: none;
}

.main .hikabtn {
  display: block;
  width: 200px;
  line-height: 2em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 20px;
}

.main .hikashop_product_our_price_title,
.main .hikashop_product_msrp_price {
  display: none;
}

.main .hikashop_product_price_before_discount {
  display: block;
}

.hikashop_small_cart_checkout_link {
  background-color: #0f5578;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  background-image: url(../images/indkoebskurv.png);
  background-repeat: no-repeat;
  width: 64px;
  background-size: cover;
  height: 30px;
  background-size: 20px;
  background-position: 9px 50%;
}

.hikashop_small_cart_checkout_link span {
  display: inline-block;
  padding: 7px 15px;
}

@media screen and (min-width: 650px) {
  .hikashop_small_cart_checkout_link {
    font-size: 14px;
  }
}

.hikashop_checkout_page {
  margin-top: 40px;
}

.hikashop_checkout_cart {
  font-size: 16px;
}

.hikashop_checkout_cart table th {
  text-align: left;
}

.hikashop_checkout_cart table td.hikashop_cart_product_name_value {
  width: auto;
}

@media screen and (max-width: 1024px) {
  .hikashop_checkout_cart table tr {
    border: none;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
  }
  .hikashop_checkout_cart table span.hikashop_product_price_with_discount {
    display: block;
    float: right;
  }
  .hikashop_checkout_cart table td[data-title],
  .hikashop_checkout_cart table .hikashop_product_price_before_discount {
    text-align: right;
    vertical-align: middle;
    border-bottom: none;
  }
}

.hikashop_checkout_cart table th:last-child,
.hikashop_checkout_cart table td:last-child {
  text-align: right;
}

.hikashop_checkout_cart .hikashop_cart_product_image_value {
  display: none;
}

@media screen and (min-width: 1024px) {
  .hikashop_checkout_cart .hikashop_cart_product_image_value {
    display: table-cell;
    width: 275px;
  }
}

.hikashop_checkout_shipping table, .hikashop_checkout_shipping td, .hikashop_checkout_shipping tr, .hikashop_checkout_shipping th, .hikashop_checkout_shipping tbody,
.hikashop_checkout_payment table,
.hikashop_checkout_payment td,
.hikashop_checkout_payment tr,
.hikashop_checkout_payment th,
.hikashop_checkout_payment tbody {
  padding: 0;
  margin: 0;
}

.hikashop_product_checkout_cart_image {
  background: #fff;
  border-radius: 4px;
}

#hikashop_checkout_registration h2 {
  display: none;
}

#sb-body {
  background-color: #fff !important;
}

#redim-cookiehint {
  background-color: #0f5578;
  color: #fff;
}

#redim-cookiehint a {
  color: #fff;
}

#redim-cookiehint .cookiebuttons {
  margin-top: 10px;
}

#redim-cookiehint .cookiebuttons a.btn {
  background-color: #288cbe;
}

footer {
  height: 100px;
  padding: 40px 20px;
}

@media screen and (min-width: 650px) {
  footer {
    padding-top: 40px;
  }
}

footer a {
  color: #288cbe;
}

footer .footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

footer .footer-menu li {
  float: left;
}

@media screen and (min-width: 1024px) {
  footer .footer-menu li {
    margin-left: 10px;
  }
}

footer .footer-menu li:first-child {
  margin-left: 0;
}

footer .footer-menu li a {
  display: block;
  color: #0f5578;
  text-decoration: none;
  padding-right: 10px;
  border-right: 1px solid #706f6f;
}

footer .footer-menu li a:last-child {
  border-right: none;
}

footer .footer-menu li a:hover {
  color: #288cbe;
  text-decoration: underline;
}

footer .footer-address {
  color: #706f6f;
  margin-top: 10px;
}

footer .footer-address a {
  color: #706f6f;
  text-decoration: none;
}

@media screen and (min-width: 650px) {
  footer .footer-address-left {
    width: 70%;
    float: left;
  }
  footer .footer-address-right {
    width: 30%;
    float: left;
    text-align: right;
    padding-top: 16px;
  }
}

footer .footer-address:after {
  content: '';
  display: block;
  clear: both;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.contact form {
  margin-top: 10px;
}

.contact legend {
  display: none;
}

.contact dd {
  margin-left: 0;
}

.contact input, .contact textarea {
  width: 300px;
}

div.popover {
  display: none !important;
}

iframe {
  width: 100%;
}

@media screen and (min-width: 650px) {
  iframe {
    height: 525px;
  }
}

.hikashop_product_top_part {
  padding: 10px 0;
}

.hikashop_product_top_part h1 {
  margin-bottom: 0;
}

#hikashop_product_image_main .hikashop_product_main_image_thumb {
  height: auto !important;
}

#hikashop_product_image_main img {
  max-width: 100%;
  margin-left: 0;
}

@media screen and (min-width: 650px) {
  #hikashop_product_image_main img {
    max-width: auto;
  }
}

.youtubelink {
  display: block;
  margin-bottom: 40px;
  text-decoration: none;
}

.youtubelink img {
  top: 12px;
  position: relative;
  padding-right: 7px;
}

.banner-top {
  background-color: #0f5578;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.banner-top .content {
  padding: 0;
}

.banner-top p {
  margin: 0;
  padding: 0;
}

.banner-top video {
  width: 100%    !important;
  height: auto   !important;
}

@media screen and (min-width: 650px) {
  .banner-top {
    height: 350px;
  }
  .banner-top .content {
    padding-left: 10px;
  }
  .banner-top .custom {
    margin-top: -100px;
  }
}
/*# sourceMappingURL=style.css.map */