@charset "UTF-8";
/*!
Theme Name: nomilkshop
Theme URI: http://underscores.me/
Author: NoMilk
Author URI: https://nomilk.dk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nomilkshop
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

nomilkshop is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.padding-l {
  padding: 100px 0; }

.padding-m {
  padding: 75px 0; }

.padding-s {
  padding: 50px 0; }

.padding-xs {
  padding: 25px 0; }

.align-self-center {
  margin: auto; }

.text-center {
  text-align: center; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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; }

/**
 * 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 {
  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 */
  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 {
  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"] {
  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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #505050;
  font-family: "Open Sans";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Montserrat";
  font-weight: 700; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* CSS Document */
blockquote {
  border-left: 2px solid #43B5E8;
  padding: 0 1.5em;
  margin: 0px; }
  blockquote p:before {
    content: open-quote;
    color: #43B5E8; }
  blockquote p:after {
    content: close-quote;
    color: #43B5E8; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.btn, .woocommerce-message .button, #pakkelabels_find_shop_btn {
  padding: 17px 56px !important;
  border-radius: 50px !important;
  display: inline-block !important;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none !important; }
  @media screen and (max-width: 990px) {
    .btn, .woocommerce-message .button, #pakkelabels_find_shop_btn {
      padding: 15px 33px; } }

.reg-btn, .woocommerce-message .button, #pakkelabels_find_shop_btn {
  background: #43B5E8 !important;
  color: white !important;
  font-size: 16px;
  border: 1px solid #43B5E8 !important;
  transition: ease all .2s; }
  .reg-btn:visited, .woocommerce-message .button:visited, #pakkelabels_find_shop_btn:visited {
    color: white; }
  .reg-btn:hover, .woocommerce-message .button:hover, #pakkelabels_find_shop_btn:hover {
    background: white !important;
    color: #43B5E8 !important;
    border: 1px solid #43B5E8 !important; }

.ghost-btn {
  background: unset;
  color: #43B5E8;
  font-size: 16px;
  border: 1px solid #43B5E8;
  transition: ease all .2s; }
  .ghost-btn:hover {
    background: #43B5E8;
    color: white !important;
    font-size: 16px; }
  .ghost-btn:visited {
    color: #43B5E8; }

.small-btn {
  padding: 10px 30px; }

.checkout-btn {
  width: 600px;
  max-width: 100%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px; }

.bread-wrap {
  padding: 16px 0;
  font-size: 13px; }
  @media screen and (max-width: 801px) {
    .bread-wrap {
      padding: 0px;
      font-size: 13px; } }

.trustpilot-container {
  padding-bottom: 0px !important;
  padding-top: 0px !important; }

.page, .site {
  margin: 0px !important; }

@media screen and (max-width: 575px) {
  .pre-footer {
    display: none !important; } }
.pre-footer h4 {
  font-size: 16px;
  color: #7D7D7D; }
.pre-footer p {
  font-size: 14px; }
.pre-footer a {
  font-weight: 700;
  text-decoration: underline;
  font-size: 16px; }
.pre-footer h2 {
  color: #7D7D7D; }
  @media screen and (max-width: 400px) {
    .pre-footer h2 {
      font-size: 20px; } }

.main-footer h3 {
  color: #43B5E8;
  font-size: 16px;
  margin-bottom: 0px; }
.main-footer h4 {
  font-size: 16px;
  color: #7D7D7D;
  pointer-events: none; }
.main-footer .betalingskort-holder {
  margin-top: 20px; }
  .main-footer .betalingskort-holder .fb-icon img {
    width: 30px;
    height: 30px; }
.main-footer .menu-col, .main-footer .card-col {
  padding: 40px 0; }
  @media screen and (max-width: 767px) {
    .main-footer .menu-col, .main-footer .card-col {
      padding-top: 20px;
      padding-bottom: 20px; } }
.main-footer .the-map {
  position: relative; }
  .main-footer .the-map:before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #43b5e8;
    content: " ";
    position: absolute;
    top: 65%;
    left: 44%; }
  .main-footer .the-map .pin {
    position: absolute;
    bottom: 38%;
    left: 28%;
    box-shadow: 0px 3px 7px 0px rgba(72, 72, 72, 0.2); }
    @media screen and (max-width: 430px) {
      .main-footer .the-map .pin {
        left: calc(50% - 125px); } }
    .main-footer .the-map .pin .wrap {
      background: white;
      padding: 20px 40px 20px 20px;
      border-radius: 5px;
      display: flex; }
      .main-footer .the-map .pin .wrap svg {
        margin-right: 10px;
        transform: translateY(5px); }
      .main-footer .the-map .pin .wrap .content strong {
        margin-bottom: 10px;
        display: block; }
      .main-footer .the-map .pin .wrap .content a {
        margin-top: 10px;
        display: block; }
.main-footer .info-holder {
  display: block;
  text-align: center;
  color: #6D859D;
  padding: 30px 0; }
  .main-footer .info-holder a {
    color: #6D859D; }
.main-footer .container-card-holder {
  background-color: #FAFAFA;
  padding: 20px 0; }
.main-footer .kort-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA; }
  .main-footer .kort-holder div {
    width: 85px;
    margin: 0 5px; }
@media screen and (min-width: 575px) {
  .main-footer .h4-betalings {
    display: none; } }
@media screen and (max-width: 575px) {
  .main-footer .betalingskort-holder {
    display: none; }
  .main-footer .footer-menus div {
    display: none;
    padding: 10px 0; }
  .main-footer .foot-more {
    pointer-events: auto !important;
    margin: 0px;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea; }
    .main-footer .foot-more:before {
      content: "↓";
      position: absolute;
      right: 10px;
      transition: ease .2s all; }
  .main-footer .foot-more-enabled:before {
    transform: rotate(90deg); } }
.main-footer h3 {
  margin-bottom: 5px; }
.main-footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }
  .main-footer ul li {
    font-size: 14px; }
    .main-footer ul li a {
      color: #505050;
      font-size: 16px;
      margin-bottom: 5px;
      display: block; }

.post-footer {
  background: #ECF5FF;
  font-size: 14px;
  padding: 15px 0;
  position: relative;
  margin-top: 50px; }
  @media screen and (max-width: 575px) {
    .post-footer {
      text-align: center; } }
  @media screen and (min-width: 580px) {
    .post-footer:before {
      content: " ";
      width: 57px;
      height: 60px;
      position: absolute;
      background: url(/wp-content/uploads/2019/05/logo-lastline.png);
      top: -25px;
      left: calc(50% - 30px); } }
  .post-footer ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
    .post-footer ul li {
      display: inline-block; }
      @media screen and (min-width: 575px) {
        .post-footer ul li {
          float: right;
          margin-left: 10px; } }
      .post-footer ul li a {
        color: #505050; }

.clerk-slider {
  padding: 0px;
  margin: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important; }
  .clerk-slider .clerk-item {
    box-sizing: border-box;
    float: left;
    width: calc(25% - 10px);
    margin: 5px;
    text-align: center;
    background: #ECF5FF;
    padding: 20px;
    text-align: center; }
    .clerk-slider .clerk-item a {
      color: #333; }
    .clerk-slider .clerk-item:nth-child(1) {
      margin-left: -5px !important; }
    @media screen and (max-width: 950px) {
      .clerk-slider .clerk-item {
        width: calc(33.3% - 10px); } }
    @media screen and (max-width: 680px) {
      .clerk-slider .clerk-item {
        width: calc(50% - 10px); } }
    @media screen and (max-width: 525px) {
      .clerk-slider .clerk-item {
        width: calc(100% - 10px); } }
    .clerk-slider .clerk-item img {
      max-width: 180px; }
    .clerk-slider .clerk-item .clerk-product-name {
      font-size: 16px;
      color: #505050;
      font-family: "Open Sans"; }
    .clerk-slider .clerk-item .clerk-price-wrapper {
      font-size: 14px; }
      .clerk-slider .clerk-item .clerk-price-wrapper .clerk-old-price {
        color: #333;
        opacity: .5; }
      .clerk-slider .clerk-item .clerk-price-wrapper .clerk-new-price {
        color: #F99459;
        font-weight: 700; }
    .clerk-slider .clerk-item .clerk-cta-button {
      font-size: 16px;
      color: #43B5E8;
      font-weight: 700;
      margin-top: 1em;
      display: block; }
  .clerk-slider .clerk-slider-nav {
    position: absolute;
    cursor: pointer;
    background-image: none;
    width: 44px;
    height: 44px;
    top: calc(50% - 26px);
    color: white !important;
    margin: 0px !important;
    background: #43B5E8 !important;
    outline: none;
    width: 56px;
    height: 52px;
    z-index: 1; }
  .clerk-slider .clerk-slider-nav-next {
    border-radius: 50px 0 0 50px;
    padding: 14px 24px 14px 16px  !important;
    right: 5px;
    background-image: url(/wp-content/uploads/2019/05/right-14.png) !important;
    background-size: 14px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important; }
  .clerk-slider .clerk-slider-nav-prev {
    border-radius: 0 50px 50px 0;
    padding: 14px 16px 14px 24px  !important;
    left: 5px;
    background-image: url(/wp-content/uploads/2019/05/left-14.png) !important;
    background-size: 14px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important; }

#searchfield-mobile {
  font-size: 16px !important; }

.clerk-live-search-container {
  width: 446px;
  max-width: 100%; }
  @media screen and (max-width: 800px) {
    .clerk-live-search-container {
      left: 0px !important;
      width: 100%; } }
  @media screen and (max-width: 500px) {
    .clerk-live-search-container .clerk-live-product-name {
      font-size: 14px; }
    .clerk-live-search-container .clerk-live-cta-button {
      padding: 5px 10px; } }
  @media screen and (max-width: 500px) {
    .clerk-live-search-container .clerk-live-product-name {
      font-size: 12px; } }
  .clerk-live-search-container .clerk-livesearch-title {
    font-weight: bold; }

.hover-cart {
  width: 500px;
  padding-top: 20px;
  z-index: 9;
  position: absolute;
  top: 72px;
  right: 0px;
  display: none; }
  .hover-cart:hover {
    display: block; }
  .hover-cart .hover-cart-inner {
    width: 100%;
    background: white;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    float: left; }
    .hover-cart .hover-cart-inner .hover-cart-top {
      display: flex;
      float: left;
      width: 100%;
      border-top: 1px solid #f1f1f1;
      align-items: center;
      justify-content: center;
      border-bottom: 1px solid #f1f1f1; }
    .hover-cart .hover-cart-inner .hover-cart-mid {
      display: block;
      float: left;
      width: 100%;
      padding: 10px;
      max-height: 50vh;
      overflow: auto; }
      .hover-cart .hover-cart-inner .hover-cart-mid ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
        padding: 3px 0; }
        .hover-cart .hover-cart-inner .hover-cart-mid ul li {
          display: inline-flex;
          font-size: 14px; }
          .hover-cart .hover-cart-inner .hover-cart-mid ul li:nth-child(1) {
            width: 5%; }
          .hover-cart .hover-cart-inner .hover-cart-mid ul li:nth-child(2) {
            margin-right: 10px; }
          .hover-cart .hover-cart-inner .hover-cart-mid ul li:nth-child(4) {
            margin: 0 10px;
            width: -webkit-fill-available;
            text-align: left; }
          .hover-cart .hover-cart-inner .hover-cart-mid ul li:nth-child(5) span {
            width: 120px; }
        .hover-cart .hover-cart-inner .hover-cart-mid ul .img {
          height: 80px;
          padding: 15px;
          background: #ECF5FF;
          float: left !important;
          width: 100%;
          max-width: 80px; }
    .hover-cart .hover-cart-inner .hover-total {
      padding: 10px;
      border-top: 1px solid #f1f1f1;
      border-bottom: 1px solid #f1f1f1;
      display: block;
      float: left;
      width: 100%;
      font-size: 14px; }
      .hover-cart .hover-cart-inner .hover-total .amount {
        font-weight: 700;
        display: inline-block;
        width: 50%; }
      .hover-cart .hover-cart-inner .hover-total .sub-total {
        display: inline-block;
        width: 50%;
        text-align: left; }
    .hover-cart .hover-cart-inner .hover-btn-holder {
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .hover-cart .hover-cart-inner .hover-no-prods {
      padding: 20px;
      font-size: 14px;
      text-align: center;
      float: left;
      width: 100%; }

.hello-cart {
  animation: helloCart 1 .4s;
  display: block; }
@keyframes helloCart {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  @media screen and (max-width: 980px) {
    .hello-cart {
      display: none; } }

.search-container-cleark {
  padding: 0px;
  margin: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  list-style: none; }
  .search-container-cleark .clerk-item {
    box-sizing: border-box;
    float: left;
    width: calc(25% - 10px);
    margin: 5px;
    text-align: center;
    background: #ECF5FF;
    padding: 20px;
    text-align: center; }
    .search-container-cleark .clerk-item:nth-child(1) {
      margin-left: -5px !important; }
    @media screen and (max-width: 950px) {
      .search-container-cleark .clerk-item {
        width: calc(33.3% - 10px); } }
    @media screen and (max-width: 680px) {
      .search-container-cleark .clerk-item {
        width: calc(50% - 10px); } }
    @media screen and (max-width: 525px) {
      .search-container-cleark .clerk-item {
        width: calc(100% - 10px); } }
    .search-container-cleark .clerk-item img {
      max-width: 180px; }
    .search-container-cleark .clerk-item .clerk-product-name {
      font-size: 16px;
      color: #505050;
      font-family: "Open Sans"; }
    .search-container-cleark .clerk-item .clerk-price-wrapper {
      font-size: 14px; }
      .search-container-cleark .clerk-item .clerk-price-wrapper .clerk-old-price {
        color: #333;
        opacity: .5; }
      .search-container-cleark .clerk-item .clerk-price-wrapper .clerk-new-price {
        color: #F99459;
        font-weight: 700; }
    .search-container-cleark .clerk-item .clerk-cta-button {
      font-size: 16px;
      background: none;
      color: #43B5E8;
      font-weight: 700;
      margin-top: 1em;
      display: block; }

.cookie-contain p {
  font-size: 12px;
  line-height: 1.5;
  margin-left: 0px;
  margin-right: 130px;
  max-width: 850px; }

.cookie-contain h3 {
  font-size: 24px;
  padding: 0px; }

.cookie-contain a, .cookie-contain h3, .cookie-contain p {
  color: white !important;
  border-left: 0px; }

/** HVILKEN FARVE PÅ TEKSTEN? **/
#cookie-holder {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(67, 181, 232, 0.9);
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 999999; }

#cookie-holder .accepter {
  position: absolute;
  cursor: pointer;
  right: 0;
  color: #333 !important;
  top: calc(50% - 25px);
  background: white !important;
  padding: 15px 45px;
  display: flex;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 900; }

.cookie-contain {
  max-width: 1200px;
  margin: auto;
  position: relative; }

@media (max-width: 550px) {
  .cookie-contain p {
    margin-right: 0px; }

  #cookie-holder .accepter {
    position: inherit;
    padding: 10px 0 !important;
    justify-content: center; } }
.label-ring-nu {
  display: none; }

@media screen and (min-width: 980px) {
  .label-ring-nu {
    background: #43B5E8;
    display: block !important;
    color: white;
    padding: 20px;
    border-radius: 3px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 999998; }
    .label-ring-nu a {
      color: white;
      font-weight: 700; }
      .label-ring-nu a:visited {
        color: white; }
    .label-ring-nu .extra-info {
      padding-top: 10px;
      font-size: 15px;
      display: block;
      font-weight: 500;
      margin-top: 10px;
      border-top: 1px solid #ffffff40; } }
.cross-add-holder {
  display: block;
  margin: 25px 0; }
  .cross-add-holder .cross-over {
    font-weight: bold;
    margin-bottom: 20px;
    display: block; }
  .cross-add-holder ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .cross-add-holder ul li {
      display: flex;
      height: 80px;
      align-items: center;
      margin-bottom: 20px; }
      .cross-add-holder ul li input.check {
        position: absolute;
        opacity: 0;
        cursor: pointer; }
        .cross-add-holder ul li input.check:checked + label svg path {
          stroke-dashoffset: 0; }
      .cross-add-holder ul li .check + label {
        display: inline-block;
        border: 2px solid #43B5E8;
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: all .2s ease;
        margin-right: 20px; }
        .cross-add-holder ul li .check + label svg {
          pointer-events: none;
          width: 25px;
          height: 25px; }
          .cross-add-holder ul li .check + label svg path {
            fill: none;
            stroke: #6f6f6f;
            stroke-width: 2px;
            stroke-dasharray: 100;
            stroke-dashoffset: 101;
            transition: all 350ms cubic-bezier(1, 0, 0.37, 0.91); }
      .cross-add-holder ul li .cross-img {
        background: #ECF5FF;
        display: inline-block;
        padding: 10px;
        width: 80px;
        height: 80px;
        cursor: pointer;
        margin-right: 10px; }
      .cross-add-holder ul li .multi-info .cross-title {
        display: block;
        line-height: 1.2;
        color: black; }
      .cross-add-holder ul li .multi-info .cross-price {
        font-size: 12px;
        color: black; }

#top-label {
  display: none;
  padding: 6px; }
  #top-label .container {
    text-align: center;
    position: relative;
    padding: 0 35px !important; }
    #top-label .container ion-icon {
      font-size: 24px;
      position: absolute;
      right: 0px;
      z-index: 9;
      cursor: pointer;
      top: calc(50% - 12px); }
  #top-label .overlay-a {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0px;
    top: 0px;
    z-index: 8; }

.sort-col h1 {
  display: block; }
  @media screen and (min-width: 700px) {
    .sort-col h1 {
      text-align: center;
      margin-top: 60px; } }
  @media screen and (max-width: 699px) {
    .sort-col h1 {
      font-size: 26px; } }
.sort-col .wrap-sort {
  text-align: center; }
  .sort-col .wrap-sort .btn-sort {
    border: 1px solid #43B5E8;
    color: #43B5E8;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 50px;
    margin: 5px;
    transition: ease all .2s;
    cursor: pointer; }
    .sort-col .wrap-sort .btn-sort svg {
      width: 25px;
      display: inline-block;
      height: 25px;
      margin: -5px 0 -5px 3px; }
      @media screen and (max-width: 699px) {
        .sort-col .wrap-sort .btn-sort svg {
          width: 20px; } }
      .sort-col .wrap-sort .btn-sort svg .st0 {
        fill: #43B5E8;
        transition: ease all .2s; }
    @media screen and (max-width: 699px) {
      .sort-col .wrap-sort .btn-sort {
        width: 49.3%;
        margin: 5px auto;
        font-size: 13px;
        padding: 10px 25px; } }
    @media screen and (max-width: 340px) {
      .sort-col .wrap-sort .btn-sort {
        width: 100%; } }
    .sort-col .wrap-sort .btn-sort:hover {
      background: #43B5E8;
      color: white; }
      .sort-col .wrap-sort .btn-sort:hover svg .st0 {
        fill: white; }
  .sort-col .wrap-sort .active {
    background: #43B5E8;
    color: white; }
    .sort-col .wrap-sort .active svg .st0 {
      fill: white; }

.guide-collection .onpage {
  display: block; }
.guide-collection .article-image {
  padding-top: 40%;
  background-size: cover;
  background-position: center center; }
.guide-collection .guides-col, .guide-collection .kollektion-col {
  text-align: center;
  margin-top: 50px; }
  .guide-collection .guides-col h4, .guide-collection .kollektion-col h4 {
    margin-bottom: 0px; }
  .guide-collection .guides-col a, .guide-collection .kollektion-col a {
    font-weight: bold;
    text-decoration: underline; }
.guide-collection .guides-col:before {
  content: "";
  background-position: top center;
  position: absolute;
  top: -25px;
  left: 25px;
  background: #43B5E8;
  background-image: url(/wp-content/uploads/prodimg/info_guide.png);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: white;
  font-weight: 700;
  background-size: cover;
  border: 4px solid white; }
.guide-collection .kollektion-col:before {
  content: " ";
  position: absolute;
  top: -25px;
  left: 25px;
  background: #43B5E8;
  background-image: url(/wp-content/uploads/prodimg/cart_shoppesag3.png);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: white;
  font-weight: 700;
  border: 4px solid white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.row-more {
  display: block;
  width: 100%;
  text-align: center; }
  .row-more .btn-more {
    margin-top: 40px;
    background: #43B5E8;
    padding: 12px 40px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-weight: bold; }

figure .prod_page_label {
  text-transform: uppercase;
  pointer-events: none;
  position: absolute;
  left: 0px;
  padding: 10px 30px;
  top: 30px;
  font-size: 16px; }

.type-product.sale .prod_page_label {
  top: 70px; }
  @media screen and (max-width: 510px) {
    .type-product.sale .prod_page_label {
      display: none; } }

li.type-product .prod_page_label {
  text-transform: uppercase;
  pointer-events: none;
  position: absolute;
  font-size: 13px;
  left: 0px;
  padding: 10px 30px;
  top: 10%; }

li.type-product.sale .prod-page_label {
  display: none; }

.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center; }
  .overlay .modal-add-to-cart {
    background: white;
    margin: 20px;
    width: 700px;
    max-width: calc(100% - 40px);
    position: relative; }
    .overlay .modal-add-to-cart .modal-exit-btn {
      position: absolute;
      right: 20px;
      top: 20px;
      cursor: pointer; }
    .overlay .modal-add-to-cart .header {
      padding: 30px;
      border-bottom: 1px solid rgba(209, 209, 209, 0.4);
      text-align: center; }
      .overlay .modal-add-to-cart .header h3 {
        font-size: 24px;
        color: #6AC259;
        margin-top: 5px;
        margin-bottom: 0px; }
        @media screen and (max-width: 500px) {
          .overlay .modal-add-to-cart .header h3 {
            font-size: 20px;
            line-height: 1.2; } }
    .overlay .modal-add-to-cart .prod-reel {
      padding: 15px 0;
      overflow-y: scroll;
      max-height: 300px; }
      .overlay .modal-add-to-cart .prod-reel .a-product {
        display: flex;
        flex-direction: row;
        padding: 10px 50px;
        border-bottom: 1px solid rgba(209, 209, 209, 0.4);
        align-items: center;
        justify-content: space-between; }
        @media screen and (max-width: 625px) {
          .overlay .modal-add-to-cart .prod-reel .a-product {
            padding: 10px 20px; } }
        @media screen and (max-width: 550px) {
          .overlay .modal-add-to-cart .prod-reel .a-product {
            font-size: 14px; } }
        .overlay .modal-add-to-cart .prod-reel .a-product:last-child {
          margin-bottom: 0px;
          padding-bottom: 0px;
          border-bottom: 0px; }
        .overlay .modal-add-to-cart .prod-reel .a-product .wrap-info {
          display: flex;
          align-items: center; }
        .overlay .modal-add-to-cart .prod-reel .a-product .wrap-price {
          min-width: 120px;
          padding-left: 10px;
          text-align: right; }
          @media screen and (max-width: 600px) {
            .overlay .modal-add-to-cart .prod-reel .a-product .wrap-price {
              display: none; } }
        .overlay .modal-add-to-cart .prod-reel .a-product .reel-img {
          background: #ECF5FF;
          padding: 10px;
          min-width: 100px;
          max-width: 100px;
          margin-right: 20px; }
          @media screen and (max-width: 700px) {
            .overlay .modal-add-to-cart .prod-reel .a-product .reel-img {
              margin-right: 10px; } }
          @media screen and (max-width: 400px) {
            .overlay .modal-add-to-cart .prod-reel .a-product .reel-img {
              max-width: 75px;
              min-width: 75px; } }
        .overlay .modal-add-to-cart .prod-reel .a-product .reel-qnt {
          margin-right: 10px; }
        .overlay .modal-add-to-cart .prod-reel .a-product .reel-title {
          font-weight: 700; }
          .overlay .modal-add-to-cart .prod-reel .a-product .reel-title .reel-price-mobile {
            font-weight: 500; }
            @media screen and (min-width: 601px) {
              .overlay .modal-add-to-cart .prod-reel .a-product .reel-title .reel-price-mobile {
                display: none; } }
    .overlay .modal-add-to-cart .modal-footer {
      border-top: 1px solid rgba(209, 209, 209, 0.4);
      display: flex;
      padding: 20px;
      justify-content: space-evenly; }
      @media screen and (max-width: 625px) {
        .overlay .modal-add-to-cart .modal-footer {
          flex-direction: column-reverse; }
          .overlay .modal-add-to-cart .modal-footer .to-cart {
            margin-bottom: 10px; } }
      .overlay .modal-add-to-cart .modal-footer .to-cart {
        background: #6ac259;
        color: white !important;
        border: 1px solid #6ac259;
        box-shadow: none;
        text-align: center; }
        @media screen and (max-width: 625px) {
          .overlay .modal-add-to-cart .modal-footer .to-cart {
            padding-left: 0px !important;
            padding-right: 0px !important; } }
      .overlay .modal-add-to-cart .modal-footer .btn-modal-exit {
        border: 1px solid;
        color: #43B5E8;
        box-shadow: none;
        text-align: center; }

/* Animation */
.closing-modal {
  animation-name: closingModal;
  animation-duration: .4s;
  animation-delay: .1s;
  animation-fill-mode: forwards; }
@keyframes closingModal {
  0% {
    opacity: 1;
    padding-top: 0px; }
  10% {
    opacity: 1;
    padding-top: 0px; }
  99% {
    opacity: 0;
    padding-top: 20px;
    width: 100%;
    height: 100%; }
  100% {
    height: 0px;
    width: 0px;
    opacity: 0; } }
.single-product .woocommerce-notices-wrapper {
  display: none !important; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #43B5E8;
  text-decoration: none;
  transition: ease all .2s; }
  a:visited {
    color: #43B5E8; }
  a:hover, a:focus, a:active {
    color: black; }
  a:focus {
    outline: 0; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media screen and (min-width: 800px) {
  .header-top {
    border-bottom: 1px solid #E7E7E7; } }
.header-top .content-wrap {
  height: 100px;
  display: flex;
  align-items: center; }
  @media screen and (max-widtH: 800px) {
    .header-top .content-wrap {
      display: block;
      height: 60px; } }
  .header-top .content-wrap .site-branding {
    max-width: 220px;
    width: 100%;
    display: inline-block; }
    @media screen and (max-widtH: 800px) {
      .header-top .content-wrap .site-branding {
        float: left;
        display: flex;
        align-items: center;
        max-width: 180px;
        height: 60px; }
        .header-top .content-wrap .site-branding a {
          height: 28px; } }
    @media screen and (max-widtH: 340px) {
      .header-top .content-wrap .site-branding {
        max-width: 129px; }
        .header-top .content-wrap .site-branding a {
          height: 20px; } }
    .header-top .content-wrap .site-branding a {
      width: 100%; }
      .header-top .content-wrap .site-branding a img {
        width: 100%; }
  .header-top .content-wrap .search-part {
    display: inline-flex;
    width: calc(100% - 520px);
    align-items: center;
    padding: 0 0 0 30px; }
    @media screen and (max-width: 860px) {
      .header-top .content-wrap .search-part {
        width: calc(100% - 420px); } }
    @media screen and (max-width: 800px) {
      .header-top .content-wrap .search-part {
        display: none; } }
    .header-top .content-wrap .search-part form {
      margin: auto;
      width: 450px;
      max-width: 100%; }
      .header-top .content-wrap .search-part form input {
        background: #F3F3F3;
        color: #ABABAB;
        border: 0px;
        padding: 0 20px;
        font-size: 13px;
        height: 40px;
        border-radius: 0px;
        display: inline-block;
        float: left;
        margin-right: 5px;
        width: calc(100% - 70px);
        outline: 0; }
      .header-top .content-wrap .search-part form .search-btn {
        background: #43B5E8;
        color: white;
        height: 40px;
        padding: 0 20px;
        font-size: 22px;
        border: 0px;
        display: inline-block;
        border-radius: 0px;
        float: left;
        cursor: pointer; }
  .header-top .content-wrap .cta-part {
    max-width: 300px;
    width: 100%;
    display: inline-block;
    height: 100px;
    text-align: right;
    position: relative; }
    @media screen and (max-width: 860px) {
      .header-top .content-wrap .cta-part {
        max-width: 200px; } }
    @media screen and (max-widtH: 800px) {
      .header-top .content-wrap .cta-part {
        height: 60px;
        float: right;
        max-width: fit-content;
        display: flex;
        align-items: center; } }
    .header-top .content-wrap .cta-part .header-cart {
      margin-left: 30px;
      /*.span-1, .span-2 {
      	display:block;
      } */ }
      @media screen and (max-width: 800px) {
        .header-top .content-wrap .cta-part .header-cart {
          display: flex !important;
          align-items: center;
          height: 60px; }
          .header-top .content-wrap .cta-part .header-cart .span-1 {
            display: none !important; } }
      @media screen and (min-width: 800px) {
        .header-top .content-wrap .cta-part .header-cart .span-2 {
          display: none !important; } }
    @media screen and (max-width: 860px) {
      .header-top .content-wrap .cta-part .kundeservice {
        max-width: 0px;
        overflow: hidden; } }
    .header-top .content-wrap .cta-part .element, .header-top .content-wrap .cta-part .header-cart {
      display: inline-block;
      text-align: center;
      font-size: 13px;
      color: #505050; }
      @media screen and (max-width: 800px) {
        .header-top .content-wrap .cta-part .element, .header-top .content-wrap .cta-part .header-cart {
          float: right; } }
      .header-top .content-wrap .cta-part .element img, .header-top .content-wrap .cta-part .header-cart img {
        width: 30px;
        height: 30px;
        display: block;
        margin: auto; }
        @media screen and (max-width: 800px) {
          .header-top .content-wrap .cta-part .element img, .header-top .content-wrap .cta-part .header-cart img {
            display: inline-block;
            margin-right: 10px;
            width: 20px;
            height: 20px; } }

.header-mobil-row {
  float: left;
  width: 100%;
  display: block;
  float: left;
  width: 100%;
  display: block;
  padding-bottom: 15px; }
  @media screen and (min-width: 800px) {
    .header-mobil-row {
      display: none; } }
  .header-mobil-row .hamburger {
    display: inline-flex;
    width: 60px;
    float: left;
    height: 40px;
    background: #43b5e8;
    font-size: 38px;
    line-height: 1;
    color: white;
    align-items: center;
    justify-content: center;
    margin-right: 15px; }
  .header-mobil-row .search-part {
    display: inline-block;
    width: calc(100% - 75px); }
    .header-mobil-row .search-part input {
      width: 100%;
      display: block;
      height: 40px;
      border: 0px;
      background: #F3F3F3;
      color: #ABABAB;
      border: 0px;
      padding: 0 20px;
      font-size: 13px;
      border-radius: 0px;
      outline: 0; }
      @media screen and (max-width: 1300px) {
        .header-mobil-row .search-part input {
          font-size: 16px !important; } }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  @media screen and (min-width: 1185px) {
    .main-navigation {
      width: calc(100% - 300px); } }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: left;
    width: 100%; }
    @media screen and (max-width: 800px) {
      .main-navigation ul {
        display: none; } }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
    @media only screen and (max-device-width: 1480px) {
      .main-navigation ul .main-parent > a {
        pointer-events: none; }
      .main-navigation ul .main-parent:last-child > a {
        pointer-events: auto; }
      .main-navigation ul .toggleTouch {
        pointer-events: auto;
        opacity: 1;
        top: 61px;
        display: block; } }
    .main-navigation ul li {
      padding: 20px 0;
      float: left;
      display: inline-block;
      margin-right: 35px; }
      .main-navigation ul li a {
        display: block;
        text-decoration: none;
        color: #505050;
        font-weight: 600;
        font-size: 14px; }
      .main-navigation ul li .sub-cat-main {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 70px;
        left: 0px;
        z-index: 9;
        padding: 18px 0;
        background: white;
        width: 100%;
        border-top: 1px solid #e7e7e7;
        transition: ease all .3s;
        box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.09); }
        .main-navigation ul li .sub-cat-main .img-holder {
          background: #ECF5FF;
          padding: 20px;
          display: flex;
          align-items: center;
          justify-content: center; }
        .main-navigation ul li .sub-cat-main span {
          font-size: 14px;
          color: #505050;
          margin-bottom: 10px;
          display: block; }
      .main-navigation ul li .toggleTouch {
        pointer-events: auto;
        opacity: 1;
        top: 61px;
        display: block; }
      .main-navigation ul li:hover .sub-cat-main {
        pointer-events: auto;
        opacity: 1;
        top: 61px;
        display: block; }
      .main-navigation ul li .featured-holder {
        text-align: center;
        padding-left: 30px; }
        .main-navigation ul li .featured-holder h3 {
          font-size: 14px;
          font-weight: 500;
          font-family: "Open Sans"; }
        .main-navigation ul li .featured-holder span {
          color: #43B5E8;
          font-weight: 700;
          text-decoration: underline; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }

.header-bottom {
  float: left;
  width: 100%;
  position: relative; }
  .header-bottom .trustpilot-widget {
    width: 285px;
    float: right;
    display: inline-flex;
    height: 61px;
    align-items: center;
    text-align: right; }
    @media screen and (max-width: 1184px) {
      .header-bottom .trustpilot-widget {
        display: none; } }

/*--------------------------------------------------------------
## Mobile
--------------------------------------------------------------*/
.noscroll, .noscroll body {
  margin: 0;
  height: 100%;
  overflow: hidden; }

.noscroll body {
  position: fixed; }

.mobile-menu-hello {
  display: flex !important; }

.mobile-menu {
  display: none;
  position: fixed;
  top: 0px;
  height: 100%;
  background: white;
  z-index: 99999999999;
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
  flex-flow: column;
  padding-bottom: 80px; }
  .mobile-menu .menu-header {
    padding: 10px 20px;
    background: url("/wp-content/uploads/prodimg/Group-153.png");
    background-size: cover;
    background-position: center center; }
    .mobile-menu .menu-header h3 {
      color: white; }
    .mobile-menu .menu-header .exit-hamburger {
      color: white;
      transform: rotate(45deg);
      display: inline-block;
      font-size: 30px;
      position: absolute;
      top: 24px;
      right: 20px; }
  .mobile-menu .mobile-cats ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
    .mobile-menu .mobile-cats ul > li {
      padding: 0px;
      margin: 0px; }
      .mobile-menu .mobile-cats ul > li > span, .mobile-menu .mobile-cats ul > li > a {
        color: #505050;
        padding: 20px 20px;
        display: block;
        font-size: 18px;
        font-weight: 700;
        border-bottom: 1px solid #CFCFCF;
        cursor: pointer;
        font-family: "Montserrat";
        position: relative; }
      .mobile-menu .mobile-cats ul > li .a-no-child:before {
        content: url("/wp-content/uploads/prodimg/arrow-mobile-small.png");
        position: absolute;
        right: 20px;
        top: calc(50% - 12px);
        transition: ease .2s all;
        transform: rotate(-90deg);
        height: 32px;
        opacity: .8; }
      .mobile-menu .mobile-cats ul > li .span-child:before {
        content: url("/wp-content/uploads/prodimg/arrow-mobile-small.png");
        position: absolute;
        right: 20px;
        top: calc(50% - 12px);
        transition: ease .2s all;
        height: 32px;
        opacity: .8; }
      .mobile-menu .mobile-cats ul > li .sub-cat-main {
        display: none;
        border-bottom: 1px solid #CFCFCF;
        background: #f9f9f9;
        padding: 10px 0; }
        .mobile-menu .mobile-cats ul > li .sub-cat-main a {
          font-size: 16px;
          display: block;
          padding: 10px 20px;
          color: #505050; }
  .mobile-menu .mobil-kundeservice {
    background: #ECF5FF;
    padding: 40px 20px;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .mobile-menu .mobil-kundeservice img {
      width: 30px;
      display: inline-block;
      margin-right: 10px; }
    .mobile-menu .mobil-kundeservice span {
      display: inline-block;
      color: #505050; }
  .mobile-menu .sub-menu-firstline ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .mobile-menu .sub-menu-firstline ul li {
      padding: 6px 20px; }
  .mobile-menu .mobile-to-cart-button {
    background: #43B5E8;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0px;
    width: 100%;
    height: 75px;
    position: fixed;
    color: white;
    font-weight: 700; }
    .mobile-menu .mobile-to-cart-button img {
      width: 30px;
      margin-right: 20px; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  padding-left: 16px !important;
  padding-right: 16px !important; }

/*@import "root";
@import "reboot";
@import "type";
@import "images";
@import "code";
*/
.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 1352px) {
    .container {
      max-width: 1352px; } }

.container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1352px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
/*
@import "tables";
@import "forms";
@import "buttons";
@import "transitions";
@import "dropdown";
@import "button-group";
@import "input-group";
@import "custom-forms";
@import "nav";
@import "navbar";
@import "card";
@import "breadcrumb";
@import "pagination";
@import "badge";
@import "jumbotron";
@import "alert";
@import "progress";
@import "media";
@import "list-group";
@import "close";
@import "modal";
@import "tooltip";
@import "popover";
@import "carousel";
@import "utilities";
@import "print";
*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.lb-bg {
  background: #ECF5FF; }

.a-usp {
  color: #505050; }
  .a-usp:visited {
    color: #505050; }

.usp-top {
  padding: 10px 0; }
  @media screen and (max-width: 990px) {
    .usp-top {
      display: none; } }
  .usp-top .container .row {
    color: #43B5E8;
    font-size: 13px; }
    .usp-top .container .row ul {
      padding: 0px;
      margin: 0px;
      list-style: none; }
      .usp-top .container .row ul li {
        display: inline-block; }
    .usp-top .container .row span {
      margin-right: 35px;
      display: inline-block; }
    .usp-top .container .row .col-6:nth-child(2) {
      text-align: right; }
      .usp-top .container .row .col-6:nth-child(2) a {
        margin-left: 35px; }

.front-page-wrap {
  padding: 180px 0;
  position: relative;
  margin-bottom: 60px;
  background-position: bottom; }
  @media screen and (max-width: 560px) {
    .front-page-wrap {
      padding: 100px 0 130px; } }
  .front-page-wrap .full-w-link {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1; }
  .front-page-wrap .flexing-c {
    display: flex;
    justify-content: center; }
    .front-page-wrap .flexing-c .headline-holder {
      text-align: center; }
  .front-page-wrap .flexing-r {
    display: flex;
    justify-content: flex-end; }
    .front-page-wrap .flexing-r .headline-holder {
      text-align: right; }
  .front-page-wrap .headline-holder {
    max-width: 500px; }
    .front-page-wrap .headline-holder h1 {
      font-size: 32px;
      color: white;
      line-height: 1.2;
      margin-bottom: 37px; }
    @media screen and (max-width: 800px) {
      .front-page-wrap .headline-holder .h1-desk {
        display: none; } }
    @media screen and (min-width: 801px) {
      .front-page-wrap .headline-holder .h1-mobil {
        display: none; } }
    .front-page-wrap .headline-holder .btn {
      display: inline-block; }
  .front-page-wrap .emaerk-noti {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -46px;
    background: #ECF5FF;
    z-index: 2; }
    .front-page-wrap .emaerk-noti p {
      display: block;
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      margin: 0px;
      padding: 34px 0; }
      .front-page-wrap .emaerk-noti p span {
        color: #43B5E8; }

.title-col .sub-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #717171; }
.title-col h2 {
  padding: 0px;
  font-size: 24px;
  color: #505050;
  margin: 0px; }

html .categories-front .pop-cat-inner {
  padding-top: 100%;
  width: 100%;
  position: relative;
  background-size: cover;
  margin-bottom: 16px; }
  html .categories-front .pop-cat-inner .label-cat {
    position: absolute;
    color: white;
    bottom: 30px;
    left: 40px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
    html .categories-front .pop-cat-inner .label-cat ion-icon {
      margin-top: 9px;
      display: block;
      font-size: 20px; }
html .categories-front .owl-category {
  position: relative; }
  html .categories-front .owl-category .owl-nav .owl-prev, html .categories-front .owl-category .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 26px);
    color: white !important;
    margin: 0px !important;
    background: #43B5E8 !important;
    outline: none; }
  html .categories-front .owl-category .owl-nav .owl-prev {
    left: 0px;
    border-radius: 0 50px 50px 0;
    padding: 14px 24px 14px 16px !important; }
  html .categories-front .owl-category .owl-nav .owl-next {
    right: 0px;
    border-radius: 50px 0 0 50px;
    padding: 14px 16px 14px 24px !important; }
  html .categories-front .owl-category .owl-nav .disabled {
    display: none; }
  html .categories-front .owl-category .owl-dots button {
    padding: 0px 10px !important;
    outline: none; }

@media screen and (max-width: 990px) {
  .featured-prod-container .btns-desk {
    display: none; } }
.featured-prod-container .btns-mob {
  margin: auto;
  display: inline-block; }
  @media screen and (min-width: 990px) {
    .featured-prod-container .btns-mob {
      display: none; } }
  .featured-prod-container .btns-mob a {
    display: block; }
.featured-prod-container .items-center {
  align-items: center; }
  @media screen and (max-width: 990px) {
    .featured-prod-container .items-center .title-col {
      text-align: center;
      margin: auto; } }
  .featured-prod-container .items-center .title-col p {
    margin-bottom: 30px;
    display: block; }
    @media screen and (max-width: 990px) {
      .featured-prod-container .items-center .title-col p {
        display: none; } }
  .featured-prod-container .items-center .btn {
    margin-bottom: 20px;
    width: 235px;
    text-align: center;
    max-width: 100%; }
  .featured-prod-container .items-center .inner-prod-feature {
    text-align: center;
    position: relative; }
    @media screen and (min-width: 990px) {
      .featured-prod-container .items-center .inner-prod-feature {
        margin-top: 30px;
        padding-top: 100%;
        max-width: 100%; } }
    @media screen and (min-width: 990px) {
      .featured-prod-container .items-center .inner-prod-feature .item {
        position: absolute;
        width: 70%; } }
    .featured-prod-container .items-center .inner-prod-feature .item img {
      width: 100%; }
    .featured-prod-container .items-center .inner-prod-feature span {
      font-size: 14px;
      display: block; }
    .featured-prod-container .items-center .inner-prod-feature .expert {
      top: 0px;
      right: 0px; }
      @media screen and (max-width: 990px) {
        .featured-prod-container .items-center .inner-prod-feature .expert {
          display: none; } }
      .featured-prod-container .items-center .inner-prod-feature .expert span {
        display: block;
        text-align: right; }
    .featured-prod-container .items-center .inner-prod-feature .real {
      bottom: 0px;
      left: 0px;
      width: 60%; }
      @media screen and (max-width: 990px) {
        .featured-prod-container .items-center .inner-prod-feature .real {
          max-width: 400px;
          margin: 20px auto; } }
      .featured-prod-container .items-center .inner-prod-feature .real span {
        display: block;
        text-align: left; }
        @media screen and (max-width: 990px) {
          .featured-prod-container .items-center .inner-prod-feature .real span {
            display: none; } }

@media screen and (min-width: 771px) {
  .row-guides .but-push {
    margin-bottom: 40px; } }
.row-guides .guide-inner {
  background: #F8F8F8;
  padding: 80px 20px 40px 20px;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 770px) {
    .row-guides .guide-inner {
      margin-bottom: 40px; } }
  .row-guides .guide-inner:before {
    content: " ";
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: -35px;
    left: calc(50% - 35px);
    background: #43B5E8;
    background-image: url("/wp-content/uploads/prodimg/book_icon.png");
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: 0;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    color: white;
    font-weight: 700;
    border: 4px solid white; }
  .row-guides .guide-inner h2 {
    line-height: 1.2;
    font-size: 21px;
    display: block;
    max-width: 270px;
    margin: auto; }
  .row-guides .guide-inner a {
    font-size: 16px;
    margin-top: 35px;
    text-decoration: underline;
    display: block;
    font-weight: 700; }

.cta-row {
  text-align: center; }

.kunderservice {
  margin-top: 50px; }
  @media screen and (max-width: 600px) {
    .kunderservice {
      margin-top: 20px; } }
  .kunderservice .items-center {
    align-items: center; }
  .kunderservice .max-w-900 {
    max-width: 900px;
    margin: auto; }
    @media screen and (max-width: 991px) {
      .kunderservice .max-w-900 {
        width: 400px;
        max-width: 100%;
        text-align: center; } }
    .kunderservice .max-w-900 img {
      border-radius: 50%;
      overflow: hidden; }
      @media screen and (max-width: 991px) {
        .kunderservice .max-w-900 img {
          width: 300px;
          max-width: 100%;
          margin-bottom: 30px; } }
    .kunderservice .max-w-900 .contact-span {
      margin-right: 50px;
      font-size: 16px;
      display: inline-flex;
      align-items: center;
      background: white;
      padding: 10px 20px 10px 60px;
      border-radius: 50px;
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 991px) {
        .kunderservice .max-w-900 .contact-span {
          margin-right: 0px;
          display: flex;
          justify-content: center;
          margin-top: 10px; } }
      .kunderservice .max-w-900 .contact-span .icon-wrap {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #43B5E8;
        border-radius: 50px 0 0 50px; }
        .kunderservice .max-w-900 .contact-span .icon-wrap ion-icon {
          color: white; }

.img-content-left {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .img-content-left .img-w-content {
      display: none; } }
  .img-content-left .img-display {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40%; }
    @media screen and (max-width: 767px) {
      .img-content-left .img-display {
        position: inherit;
        width: 100%; } }
  .img-content-left .padding-s {
    padding-top: 0px !important; }
  .img-content-left .content-row {
    justify-content: flex-end; }
    .img-content-left .content-row .title-col p {
      font-size: 14px; }
    @media screen and (max-width: 845px) {
      .img-content-left .content-row .title-col .more {
        display: none; } }
    .img-content-left .content-row .title-col .show-more {
      cursor: pointer;
      color: #43B5E8;
      font-weight: 700;
      transition: .2s ease all;
      max-height: 25px; }
      .img-content-left .content-row .title-col .show-more:after {
        content: "↓";
        display: inline-block;
        font-family: "Montserrat"; }
    @media screen and (min-width: 845px) {
      .img-content-left .content-row .title-col .show-more {
        display: none; } }
    .img-content-left .content-row .title-col .show-more-enabled {
      max-height: 0px;
      opacity: 0;
      overflow: hidden;
      animation: mymove 2s infinite; }
@keyframes mymove {
  0% {
    display: block; }
  99% {
    display: block; }
  100% {
    display: none; } }
.bg-grey {
  background: #eeeeee;
  background: -moz-linear-gradient(left, #eeeeee 0%, #fbfbfb 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #eeeeee), color-stop(100%, #fbfbfb));
  background: -webkit-linear-gradient(left, #eeeeee 0%, #fbfbfb 100%);
  background: -o-linear-gradient(left, #eeeeee 0%, #fbfbfb 100%);
  background: -ms-linear-gradient(left, #eeeeee 0%, #fbfbfb 100%);
  background: linear-gradient(to right, #eeeeee 0%, #fbfbfb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fbfbfb', GradientType=1 ); }

.woocommerce-products-header .cat-img-holder {
  position: absolute;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 766px) {
    .woocommerce-products-header .cat-img-holder {
      display: none; } }

@media screen and (max-width: 550px) {
  .woocommerce-ordering {
    width: 100%; } }
.woocommerce-ordering select.orderby {
  padding: 5px 10px;
  margin-top: -5px;
  width: 100%; }

.pop-item:before {
  text-transform: uppercase;
  pointer-events: none;
  content: "Populær";
  position: absolute;
  font-size: 13px;
  left: 0px;
  background: #F99459;
  padding: 10px 30px;
  color: white;
  top: 10%; }

.archive .content-area {
  width: 100%; }
  .archive .content-area .columns-3 {
    width: calc(100% - 325px);
    display: inline-block;
    float: left; }
    @media screen and (max-width: 1150px) {
      .archive .content-area .columns-3 {
        width: 100%; } }
    .archive .content-area .columns-3 > .products {
      width: 100%; }
      .archive .content-area .columns-3 > .products .product {
        background: #ECF5FF;
        padding: 20px;
        text-align: center; }
        .archive .content-area .columns-3 > .products .product .colors {
          position: absolute;
          top: 20px;
          right: 20px; }
          .archive .content-area .columns-3 > .products .product .colors .a-color {
            width: 18px;
            height: 18px;
            border: 0px white solid;
            border-radius: 70px;
            margin-bottom: 7px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: black;
            font-weight: 700; }
  .archive .content-area .custom-sidebar {
    width: 325px;
    display: inline-block;
    float: left;
    padding-right: 40px; }
    @media screen and (max-width: 1150px) {
      .archive .content-area .custom-sidebar {
        padding-bottom: 20px; }
        .archive .content-area .custom-sidebar form {
          display: none;
          padding-bottom: 20px; }
        .archive .content-area .custom-sidebar .product-categories {
          display: none;
          padding-bottom: 20px; } }
    @media screen and (max-width: 1150px) {
      .archive .content-area .custom-sidebar section:first-child {
        border-top: 1px solid #E7E7E7; } }
    @media screen and (max-width: 1150px) {
      .archive .content-area .custom-sidebar {
        width: 100%;
        padding-right: 0px; } }
    .archive .content-area .custom-sidebar .widget_price_filter form {
      margin-top: 20px; }
    .archive .content-area .custom-sidebar .widget-title {
      pointer-events: none;
      color: #1C1C1C;
      display: block;
      text-transform: uppercase;
      padding-bottom: 4px;
      border-bottom: 1px solid #E7E7E7;
      font-size: 16px;
      position: relative; }
      @media screen and (max-width: 1150px) {
        .archive .content-area .custom-sidebar .widget-title {
          margin: 0px;
          padding: 10px 0;
          pointer-events: auto; }
          .archive .content-area .custom-sidebar .widget-title:nth-child(2) {
            border-top: 0; }
          .archive .content-area .custom-sidebar .widget-title:after {
            content: "↓";
            position: absolute;
            right: 10px;
            transition: ease .2s all; } }
      .archive .content-area .custom-sidebar .widget-title:last-child {
        margin-top: 20px;
        margin-bottom: 20px !important; }
    .archive .content-area .custom-sidebar .title-enabled:after {
      transform: rotate(90deg); }
    .archive .content-area .custom-sidebar .widget {
      margin: 0 0 2.5em; }
      @media screen and (max-width: 1150px) {
        .archive .content-area .custom-sidebar .widget {
          margin-bottom: 0px; } }
    .archive .content-area .custom-sidebar .product-categories {
      padding: 0px;
      margin: 0px; }
      .archive .content-area .custom-sidebar .product-categories .cat-item-269 {
        display: none; }
      .archive .content-area .custom-sidebar .product-categories .current-cat > a {
        color: #43B5E8 !important;
        font-weight: 700; }
      .archive .content-area .custom-sidebar .product-categories li {
        list-style: none;
        margin: 8px 0; }
        .archive .content-area .custom-sidebar .product-categories li a {
          color: #505050; }
        .archive .content-area .custom-sidebar .product-categories li .children {
          padding: 0px;
          margin: 0px 0px 20px 20px; }

.archive .img-content-left {
  margin-bottom: 40px; }

.read__more__cta p {
  margin-bottom: 3px; }
.read__more__cta .read-more-desc {
  color: #43b5e8;
  margin-bottom: 20px;
  cursor: pointer; }
  .read__more__cta .read-more-desc .hydrated {
    margin-bottom: -3px; }

.type-product {
  width: 100%; }

.sku-title {
  font-size: 14px; }

.product-template-default .product_title {
  font-size: 24px; }
.product-template-default .label label {
  display: block; }
.product-template-default .label select {
  width: 310px !important;
  min-width: unset !important;
  padding: 5px; }
.product-template-default input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }
.product-template-default input[type=number]::-webkit-inner-spin-button,
.product-template-default input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }
.product-template-default .number-input {
  display: flex;
  align-items: center;
  margin-right: 15px !important;
  border: 1px solid #43B5E8;
  border-radius: 50px; }
  .product-template-default .number-input input[type="number"] {
    border-bottom: 0;
    margin-bottom: 0;
    height: 48px;
    float: left;
    display: inline-block;
    width: 30px !important;
    color: #333;
    border: 0px;
    text-align: center;
    color: #43B5E8; }
  .product-template-default .number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
    background: none;
    padding: 0;
    display: block;
    height: 48px;
    width: 30px;
    color: #43B5E8; }
  .product-template-default .number-input button:before, .product-template-default .number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 9px;
    height: 1px;
    background-color: #43B5E8;
    transform: translate(-50%, -50%); }
  .product-template-default .number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg); }
.product-template-default .woocommerce-variation-price {
  padding: 20px 0; }
.product-template-default .free-delivery {
  color: #43B5E8; }
.product-template-default .calc-time {
  display: inline-flex; }
.product-template-default .icon-truck {
  background: #F8F8F8;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px; }
  .product-template-default .icon-truck img {
    opacity: 0.7; }
.product-template-default .calculated span {
  display: block;
  font-size: 14px; }
  .product-template-default .calculated span:first-child {
    font-weight: 700; }
  .product-template-default .calculated span .delivered-by {
    display: inline-block; }
.product-template-default .calculated .del-time {
  display: inline-block; }
.product-template-default .description-row {
  width: 100%; }
  .product-template-default .description-row h2 {
    font-size: 18px; }
  @media screen and (min-width: 845px) {
    .product-template-default .description-row .col-md-6:first-child {
      padding-right: 3em; }
    .product-template-default .description-row .col-md-6:nth-child(2) {
      padding-left: 3em; } }
  .product-template-default .description-row .click {
    pointer-events: none; }
  .product-template-default .description-row p {
    line-height: 30px; }
  .product-template-default .description-row .ul-specifikationer {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .product-template-default .description-row .ul-specifikationer li {
      margin: 0px;
      padding: 0px;
      padding: 18px 13px; }
      .product-template-default .description-row .ul-specifikationer li:nth-child(odd) {
        background: #F8F8F8; }
      .product-template-default .description-row .ul-specifikationer li ion-icon {
        color: #43B5E8;
        margin-bottom: -1px;
        margin-right: 5px; }
.product-template-default .cart-holder {
  margin-top: 15px;
  width: 310px; }

@media screen and (min-width: 800px) {
  .mobile-btn-holder {
    display: none; } }

.page-template-page_checkout .usp-top {
  display: none; }
.page-template-page_checkout header {
  display: none !important; }
.page-template-page_checkout .pre-footer {
  display: none; }
.page-template-page_checkout .main-footer {
  display: none; }
.page-template-page_checkout .post-footer div {
  opacity: 0;
  pointer-events: none; }
.page-template-page_checkout .checkout-header {
  padding: 20px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #E9E9E9; }
  .page-template-page_checkout .checkout-header .logo-checkout {
    width: 180px; }
  .page-template-page_checkout .checkout-header .col-checkout-header {
    display: flex;
    align-items: center; }
    .page-template-page_checkout .checkout-header .col-checkout-header .back-a-cart {
      padding-right: 15px;
      margin-right: 15px; }
      @media screen and (min-width: 1000px) {
        .page-template-page_checkout .checkout-header .col-checkout-header .back-a-cart {
          border-right: 1px solid #dcdcdc; } }
    @media screen and (max-width: 767px) {
      .page-template-page_checkout .checkout-header .col-checkout-header:nth-child(1) {
        position: absolute;
        z-index: 9; } }
    @media screen and (max-width: 767px) {
      .page-template-page_checkout .checkout-header .col-checkout-header:nth-child(1) {
        font-size: 0px !important; }
        .page-template-page_checkout .checkout-header .col-checkout-header:nth-child(1) ion-icon {
          font-size: 22px !important; } }
    .page-template-page_checkout .checkout-header .col-checkout-header:nth-child(2) {
      justify-content: center; }
    .page-template-page_checkout .checkout-header .col-checkout-header:nth-child(3) {
      flex-flow: row-reverse; }
      @media screen and (max-width: 767px) {
        .page-template-page_checkout .checkout-header .col-checkout-header:nth-child(3) {
          display: none; } }

.erhvervskunde-type #shipping_method li:nth-child(2), .erhvervskunde-type #shipping_method li:nth-child(3) {
  display: none !important; }
.erhvervskunde-type .payment_method_cheque {
  display: none !important; }

.offentlig-type #shipping_method li:nth-child(2), .offentlig-type #shipping_method li:nth-child(3) {
  display: none !important; }

.privatkunde-type #shipping_method li:nth-child(1) {
  display: none !important; }
.privatkunde-type .payment_method_cheque {
  display: none !important; }

.page-template-page_checkout .optional {
  display: none; }

.privat-lev #shipping_company_field {
  display: none; }

/** ORDER **/
.woocommerce-table--order-details tfoot tr td {
  font-weight: 500 !important; }
  .woocommerce-table--order-details tfoot tr td:nth-child(2) span {
    font-weight: 500; }

.woocommerce-table--order-details tfoot tr:last-child td .amount {
  font-weight: 700 !important; }
.woocommerce-table--order-details tfoot tr:last-child td .woocommerce-Price-currencySymbol {
  font-weight: 700 !important; }

body .woocommerce-order-overview .woocommerce-order-overview__total strong .amount {
  font-weight: 700 !important; }
body .woocommerce-order-overview .woocommerce-order-overview__total strong .woocommerce-Price-currencySymbol {
  font-weight: 700 !important; }

#shipping_company_field label:after {
  content: "(valgfri)"; }

.proces-33:before {
  content: " ";
  width: 33%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  background: #7ebe8b; }

.proces-100:before {
  content: " ";
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  background: #7ebe8b; }

.step {
  width: 100%;
  background: #b8b8b8;
  height: 1px;
  position: relative;
  margin-right: 26px; }
  .step .pending {
    color: #b8b8b8; }
    .step .pending .the-step {
      background: #b8b8b8; }
  .step .checked {
    color: #7EBE8B; }
    .step .checked .the-step {
      background: #7EBE8B;
      font-size: 0px;
      background-image: url(/wp-content/uploads/prodimg/check-single.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 12px; }
  .step .current {
    color: #2D2D2D; }
    .step .current .the-step {
      background: #2D2D2D; }
    .step .current span {
      font-weight: 700; }
  .step .a-step {
    position: absolute;
    top: -19px; }
    .step .a-step:nth-child(1) {
      left: 0px; }
    .step .a-step:nth-child(2) {
      left: calc(33% - 10px); }
    .step .a-step:nth-child(3) {
      right: calc(33% - 10px); }
    .step .a-step:nth-child(4) {
      right: 0px; }
    .step .a-step .the-step {
      display: flex;
      font-weight: 700;
      width: 40px;
      height: 40px;
      border: 5px solid white;
      align-items: center;
      justify-content: center;
      border-radius: 50px;
      color: white; }
    .step .a-step span {
      position: absolute;
      width: 100px;
      left: calc(100% - 67px);
      text-align: center;
      transform: translateY(-3px); }

.mobile-steps {
  padding: 15px 25px;
  margin-bottom: 40px; }
  @media screen and (min-width: 1001px) {
    .mobile-steps {
      display: none; } }

.test-holder {
  padding: 40px 0 !important; }
  @media screen and (max-width: 1000px) {
    .test-holder {
      margin-bottom: 20px !important; } }
  @media screen and (max-width: 999px) {
    .test-holder .col-checkout-header:nth-child(1) {
      width: 100%;
      max-width: calc(100% - 15px);
      flex: 1;
      justify-content: space-between; } }
  .test-holder .col-checkout-header:nth-child(2) {
    margin-top: -30px;
    justify-content: flex-end !important; }
    @media screen and (max-width: 1000px) {
      .test-holder .col-checkout-header:nth-child(2) {
        display: none; } }
    .test-holder .col-checkout-header:nth-child(2) .step {
      max-width: 500px;
      margin-right: 60px; }

/* CSS Document */
.background-content {
  position: absolute;
  width: 100%; }
  .background-content img {
    width: 100%; }
  @media screen and (max-width: 650px) {
    .background-content {
      position: inherit; } }

.container .row .content-col {
  background: white;
  margin-top: 200px;
  padding: 40px 70px; }
  @media screen and (max-width: 650px) {
    .container .row .content-col {
      padding: 20px 8px;
      margin-top: 0px; } }
  .container .row .content-col .breadcrumb-content {
    font-size: 13px; }
  .container .row .content-col h1 {
    max-width: 410px; }
  .container .row .content-col .content_subheadline {
    font-size: 21px;
    color: #848484;
    max-width: 480px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E7E7E7;
    display: block; }
  .container .row .content-col ul {
    padding: 0 0 0 20px;
    margin: 0px;
    line-height: 2;
    color: #43B5E8;
    font-weight: bold; }

.booking-col .col-usp {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 700; }
  .booking-col .col-usp ion-icon {
    color: #43B5E8;
    margin-right: 10px;
    font-size: 20px; }
.booking-col .form-holder {
  margin: 30px 0; }
  .booking-col .form-holder .row-kundeserv {
    margin-bottom: 30px; }
    .booking-col .form-holder .row-kundeserv .col-kundeserv {
      display: flex; }
    .booking-col .form-holder .row-kundeserv .aabningtider-inner li {
      width: 49%;
      display: inline-block; }
    .booking-col .form-holder .row-kundeserv .col-12 {
      margin-bottom: 15px; }
    .booking-col .form-holder .row-kundeserv .kundeserv-inner {
      background: #ECF5FF;
      padding: 30px;
      width: 100%; }
      .booking-col .form-holder .row-kundeserv .kundeserv-inner strong {
        color: #43B5E8;
        margin-bottom: 20px;
        display: block; }
      .booking-col .form-holder .row-kundeserv .kundeserv-inner ul {
        padding: 0px;
        list-style: none;
        margin: 0px;
        color: #505050;
        font-weight: 500; }
        .booking-col .form-holder .row-kundeserv .kundeserv-inner ul li a {
          color: #505050; }
        .booking-col .form-holder .row-kundeserv .kundeserv-inner ul li ion-icon {
          color: #43B5E8; }
  .booking-col .form-holder .row-bookform label {
    font-weight: 700; }
    .booking-col .form-holder .row-bookform label input, .booking-col .form-holder .row-bookform label select {
      width: 100%;
      max-width: 100%;
      padding: 10px;
      border-radius: 0;
      margin-bottom: 15px;
      margin-top: 5px;
      outline: 0; }
  .booking-col .form-holder .row-bookform textarea {
    padding: 10px;
    max-width: 100%;
    border-radius: 0px;
    outline: 0;
    margin-top: 5px; }
  .booking-col .form-holder .row-bookform input[type="submit"] {
    font-size: 16px !important;
    margin-top: 20px; }
  .booking-col .form-holder .row-bookform .wpcf7-not-valid-tip {
    background: #ffe8e8;
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    color: #da2f2f !important;
    font-size: 14px; }
    .booking-col .form-holder .row-bookform .wpcf7-not-valid-tip:before {
      content: " ";
      position: absolute;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #ffe8e8;
      top: -10px;
      left: calc(50% - 5px);
      height: 10px;
      width: 10px; }
  .booking-col .form-holder .row-bookform div.wpcf7-validation-errors, .booking-col .form-holder .row-bookform div.wpcf7-acceptance-missing {
    background: yellow !important; }
.booking-col .faq-container {
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  padding: 25px;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer; }
  .booking-col .faq-container :before {
    content: "";
    transition: ease all .3s;
    width: 32px;
    position: absolute;
    top: 22px;
    background: url(/wp-content/uploads/prodimg/arrow_blue.png);
    height: 32px;
    right: 22px; }
  .booking-col .faq-container .spg {
    font-weight: 600;
    padding-right: 20px; }
  .booking-col .faq-container .svar {
    padding-top: 10px;
    display: none; }
    .booking-col .faq-container .svar p {
      margin: 10px 0px; }
.booking-col .deeplink {
  font-size: 12px; }
.booking-col .inactive-faq :before {
  transform: rotate(90deg); }
.booking-col .inactive-faq .spg {
  color: #43B5E8; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  background: #ffe8e8;
  display: inline-block;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  color: #da2f2f !important;
  font-size: 14px;
  border: 0px; }
  div.wpcf7-validation-errors:before, div.wpcf7-acceptance-missing:before {
    content: " ";
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffe8e8;
    top: -10px;
    left: calc(50% - 5px);
    height: 10px;
    width: 10px; }

div.wpcf7-mail-sent-ok {
  background: #edffe8;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 10px;
  position: relative;
  color: #5a795d !important;
  font-size: 16px;
  border: 0px; }
  div.wpcf7-mail-sent-ok:before {
    content: " ";
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #edffe8;
    top: -10px;
    left: calc(50% - 5px);
    height: 10px;
    width: 10px; }

/* CSS Document */
.single-kollektion .background-kollektion, .single-artikler .background-kollektion {
  padding-top: 40vh;
  padding-bottom: 60px;
  background-size: cover !important;
  position: relative !important;
  background-position: center center !important; }
  .single-kollektion .background-kollektion:after, .single-artikler .background-kollektion:after {
    content: " ";
    width: 2px;
    background: #43B5E8;
    height: 100px;
    position: absolute;
    left: 50%;
    bottom: -55px;
    animation: jump 2s infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out; }
@Keyframes jump {
  0% {
    bottom: -45px; }
  50% {
    bottom: -55px; }
  100% {
    bottom: -45px; } }
  .single-kollektion .background-kollektion .pre, .single-artikler .background-kollektion .pre {
    margin: auto;
    font-size: 13px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: white;
    opacity: .8; }
  .single-kollektion .background-kollektion h1, .single-artikler .background-kollektion h1 {
    max-width: 280px;
    margin: auto;
    text-align: center;
    color: white;
    line-height: 1.2; }
.single-kollektion .content, .single-artikler .content {
  padding-top: 80px; }
  .single-kollektion .content .masonry, .single-artikler .content .masonry {
    column-gap: 20px;
    column-count: 2;
    max-width: 900px;
    margin: auto;
    position: relative; }
    .single-kollektion .content .masonry:after, .single-artikler .content .masonry:after {
      position: absolute;
      content: " ";
      width: 50%;
      left: calc(50% - 25%);
      border-bottom: 1px solid #43B5E8;
      bottom: 0px; }
    @media screen and (max-width: 1000px) {
      .single-kollektion .content .masonry, .single-artikler .content .masonry {
        column-gap: 25px; } }
    @media screen and (max-width: 850px) {
      .single-kollektion .content .masonry, .single-artikler .content .masonry {
        column-count: 1; } }
    .single-kollektion .content .masonry .item, .single-artikler .content .masonry .item {
      border-radius: 3px;
      padding-top: 20px; }
    .single-kollektion .content .masonry .pad, .single-artikler .content .masonry .pad {
      padding: 20px; }
      @media screen and (max-width: 450px) {
        .single-kollektion .content .masonry .pad, .single-artikler .content .masonry .pad {
          padding: 0px; } }
    .single-kollektion .content .masonry .bubble, .single-artikler .content .masonry .bubble {
      border-radius: 50%;
      padding-top: 100%;
      width: 100%;
      position: relative;
      color: white; }
      @media screen and (max-width: 450px) {
        .single-kollektion .content .masonry .bubble, .single-artikler .content .masonry .bubble {
          border-radius: 3px;
          padding: 30px; } }
      .single-kollektion .content .masonry .bubble .content-bubble, .single-artikler .content .masonry .bubble .content-bubble {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        @media screen and (max-width: 450px) {
          .single-kollektion .content .masonry .bubble .content-bubble, .single-artikler .content .masonry .bubble .content-bubble {
            display: block;
            position: relative; } }
        .single-kollektion .content .masonry .bubble .content-bubble .overskrift, .single-artikler .content .masonry .bubble .content-bubble .overskrift {
          font-weight: bold;
          margin-bottom: 20px;
          display: block; }
        .single-kollektion .content .masonry .bubble .content-bubble .overskrift, .single-kollektion .content .masonry .bubble .content-bubble .tekst, .single-artikler .content .masonry .bubble .content-bubble .overskrift, .single-artikler .content .masonry .bubble .content-bubble .tekst {
          max-width: 70%;
          text-align: center; }
          @media screen and (max-width: 450px) {
            .single-kollektion .content .masonry .bubble .content-bubble .overskrift, .single-kollektion .content .masonry .bubble .content-bubble .tekst, .single-artikler .content .masonry .bubble .content-bubble .overskrift, .single-artikler .content .masonry .bubble .content-bubble .tekst {
              max-width: 100%; } }
    .single-kollektion .content .masonry .product-item .hold-om, .single-artikler .content .masonry .product-item .hold-om {
      display: inline-block;
      width: 100%; }
    .single-kollektion .content .masonry .product-item .prod-img, .single-artikler .content .masonry .product-item .prod-img {
      padding: 40px; }
    .single-kollektion .content .masonry .product-item .img-holder-item, .single-artikler .content .masonry .product-item .img-holder-item {
      background: #ECF5FF;
      text-align: center;
      position: relative;
      width: 100%; }
      .single-kollektion .content .masonry .product-item .img-holder-item:after, .single-artikler .content .masonry .product-item .img-holder-item:after {
        content: " ";
        width: 1px;
        height: 60px;
        left: 50%;
        bottom: -30px;
        position: absolute;
        background: #43B5E8; }
      .single-kollektion .content .masonry .product-item .img-holder-item img, .single-artikler .content .masonry .product-item .img-holder-item img {
        width: 100%;
        display: block; }
    .single-kollektion .content .masonry .product-item article, .single-artikler .content .masonry .product-item article {
      background: white;
      padding-top: 40px;
      padding-bottom: 40px;
      text-align: center; }
      .single-kollektion .content .masonry .product-item article .overskrift, .single-kollektion .content .masonry .product-item article .underskift, .single-artikler .content .masonry .product-item article .overskrift, .single-artikler .content .masonry .product-item article .underskift {
        display: block; }
      .single-kollektion .content .masonry .product-item article .overskrift, .single-artikler .content .masonry .product-item article .overskrift {
        font-weight: bold;
        margin-bottom: 10px; }
      .single-kollektion .content .masonry .product-item article .price, .single-artikler .content .masonry .product-item article .price {
        font-weight: bold;
        color: #43B5E8; display:block; margin-top: 10px;}
      .single-kollektion .content .masonry .product-item article .cta, .single-artikler .content .masonry .product-item article .cta {
        text-decoration: underline;
        color: #43B5E8;
        font-weight: bold;
        display: block;
        margin-top: 20px; }
    .single-kollektion .content .masonry .intro, .single-artikler .content .masonry .intro {
      padding: 50px;
      font-size: 18px; }
      @media screen and (max-width: 600px) {
        .single-kollektion .content .masonry .intro, .single-artikler .content .masonry .intro {
          padding: 40px 20px;
          font-size: 16px; } }

.collection-col h4 {
  text-align: center;
  margin: 10px 0 20px 0; }
.collection-col a:nth-of-type(2) {
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: underline !important;
  margin-bottom: 40px; }

/* CSS Document */
/* CSS Document */
.single-guides .background-kollektion {
  padding-top: 40vh;
  padding-bottom: 60px;
  background-size: cover !important;
  position: relative !important;
  background-position: center center !important; }
  .single-guides .background-kollektion:after {
    content: " ";
    width: 2px;
    background: #43B5E8;
    height: 100px;
    position: absolute;
    left: 50%;
    bottom: -50px;
    animation: jump 2s infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out; }
@Keyframes jump {
  0% {
    bottom: -45px; }
  50% {
    bottom: -55px; }
  100% {
    bottom: -45px; } }
  .single-guides .background-kollektion .pre {
    margin: auto;
    font-size: 13px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: white;
    opacity: .8; }
  .single-guides .background-kollektion h1 {
    max-width: 280px;
    margin: auto;
    text-align: center;
    color: white;
    line-height: 1.2; }
.single-guides .guide-content-container {
  max-width: 900px;
  padding-top: 50px; }
.single-guides .content {
  padding-top: 80px; }
  .single-guides .content .text-full-w {
    padding: 40px 0; }
    .single-guides .content .text-full-w:first-of-type {
      padding-top: 0px; }
      .single-guides .content .text-full-w:first-of-type p:first-of-type {
        margin-top: 0px; }
  .single-guides .content .masonry {
    column-gap: 20px;
    column-count: 2;
    max-width: 900px;
    margin: auto; }
    @media screen and (max-width: 1000px) {
      .single-guides .content .masonry {
        column-gap: 25px; } }
    @media screen and (max-width: 850px) {
      .single-guides .content .masonry {
        column-count: 1; } }
    .single-guides .content .masonry .item {
      border-radius: 3px;
      padding-top: 20px;
      display: block; }
    .single-guides .content .masonry .pad {
      padding: 27px; }
      @media screen and (max-width: 450px) {
        .single-guides .content .masonry .pad {
          padding: 0px; } }
    .single-guides .content .masonry .bubble {
      border-radius: 50%;
      padding-top: 100%;
      width: 100%;
      position: relative;
      color: white; }
      @media screen and (max-width: 450px) {
        .single-guides .content .masonry .bubble {
          border-radius: 3px;
          padding: 30px; } }
      .single-guides .content .masonry .bubble .content-bubble {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        @media screen and (max-width: 450px) {
          .single-guides .content .masonry .bubble .content-bubble {
            display: block;
            position: relative; } }
        .single-guides .content .masonry .bubble .content-bubble .overskrift {
          font-weight: bold;
          margin-bottom: 20px;
          display: block; }
        .single-guides .content .masonry .bubble .content-bubble .overskrift, .single-guides .content .masonry .bubble .content-bubble .tekst {
          max-width: 70%;
          text-align: center; }
          @media screen and (max-width: 450px) {
            .single-guides .content .masonry .bubble .content-bubble .overskrift, .single-guides .content .masonry .bubble .content-bubble .tekst {
              max-width: 100%; } }
    .single-guides .content .masonry .product-item .hold-om {
      display: inline-block;
      width: 100%; }
    .single-guides .content .masonry .product-item .prod-img {
      padding: 40px; }
    .single-guides .content .masonry .product-item .img-holder-item {
      background: #ECF5FF;
      text-align: center;
      position: relative;
      width: 100%; }
      .single-guides .content .masonry .product-item .img-holder-item:after {
        content: " ";
        width: 1px;
        height: 60px;
        left: 50%;
        bottom: -30px;
        position: absolute;
        background: #43B5E8; }
      .single-guides .content .masonry .product-item .img-holder-item img {
        width: 100%;
        display: block; }
    .single-guides .content .masonry .product-item article {
      background: white;
      padding-top: 40px;
      padding-bottom: 40px;
      text-align: center; }
      .single-guides .content .masonry .product-item article .overskrift, .single-guides .content .masonry .product-item article .underskift {
        display: block; }
      .single-guides .content .masonry .product-item article .overskrift {
        font-weight: bold;
        margin-bottom: 10px; }
      .single-guides .content .masonry .product-item article .price {
        font-weight: bold;
        color: #43B5E8; }
      .single-guides .content .masonry .product-item article .cta {
        text-decoration: underline;
        color: #43B5E8;
        font-weight: bold;
        display: block;
        margin-top: 20px; }
    .single-guides .content .masonry .intro {
      padding: 50px;
      font-size: 18px; }
      @media screen and (max-width: 600px) {
        .single-guides .content .masonry .intro {
          padding: 40px 20px;
          font-size: 16px; } }

.collection-col h4 {
  text-align: center;
  margin: 10px 0 20px 0; }
.collection-col a:nth-of-type(2) {
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: underline !important;
  margin-bottom: 40px; }

.wrap-front .campaign-container .row .col-md-4 .row:first-child .small-item {
  margin-bottom: 16px; }
.wrap-front .campaign-container .row .small-item {
  width: 100%;
  position: relative;
  transition: ease all .2s;
  border: 0px;
  outline: 0px; }
  .wrap-front .campaign-container .row .small-item:hover {
    transform: translateY(-5px);
    border: 0px;
    outline: 0px;
    box-shadow: 0px 3px 7px 0px rgba(72, 72, 72, 0.46); }
  @media screen and (min-width: 768px) {
    .wrap-front .campaign-container .row .small-item {
      padding-top: 65%; } }
  @media screen and (max-width: 767px) {
    .wrap-front .campaign-container .row .small-item {
      padding-top: 70%; } }
  .wrap-front .campaign-container .row .small-item .overlay-a {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 8; }
  .wrap-front .campaign-container .row .small-item .inner-item {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: left;
    padding: 45px; }
    .wrap-front .campaign-container .row .small-item .inner-item h3 {
      font-size: 24px;
      margin-bottom: 0px;
      margin-top: 0px; }
      @media screen and (max-width: 1075px) {
        .wrap-front .campaign-container .row .small-item .inner-item h3 {
          font-size: 18px; } }
      @media screen and (max-width: 767px) {
        .wrap-front .campaign-container .row .small-item .inner-item h3 {
          font-size: 24px; } }
    .wrap-front .campaign-container .row .small-item .inner-item a {
      text-decoration: underline; }
.wrap-front .campaign-container .col-md-8 {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 769px) {
    .wrap-front .campaign-container .col-md-8 .inner-wrap {
      display: none; } }
  .wrap-front .campaign-container .col-md-8 .replace {
    display: none; }
  @media screen and (max-width: 768px) {
    .wrap-front .campaign-container .col-md-8 .replace {
      padding: 30px 0;
      display: block; }
      .wrap-front .campaign-container .col-md-8 .replace h2 {
        font-size: 46px;
        margin-top: 0px;
        margin-bottom: 10px;
        line-height: 1;
        color: #333 !important;
        max-width: 550px; } }
    @media screen and (max-width: 768px) and (max-width: 950px) {
      .wrap-front .campaign-container .col-md-8 .replace h2 {
        font-size: 32px; } }

  .wrap-front .campaign-container .col-md-8 .big-item {
    display: flex;
    width: 100%;
    align-items: center;
    transition: ease all .2s;
    border: 0px;
    outline: 0px; }
    .wrap-front .campaign-container .col-md-8 .big-item:hover {
      transform: translateY(-5px);
      border: 0px;
      outline: 0px;
      box-shadow: 0px 3px 7px 0px rgba(72, 72, 72, 0.46); }
    .wrap-front .campaign-container .col-md-8 .big-item .overlay-a {
      position: absolute;
      outline: 1px solid transparent;
      border: 1px solid transparent;
      top: 0px;
      width: 100%;
      height: 100%;
      left: 0px;
      z-index: 8; }
    @media screen and (max-width: 767px) {
      .wrap-front .campaign-container .col-md-8 .big-item {
        min-height: 340px;
        margin-bottom: 16px; } }
    @media screen and (max-width: 400px) {
      .wrap-front .campaign-container .col-md-8 .big-item {
        min-height: 280px; } }
    .wrap-front .campaign-container .col-md-8 .big-item .inner-wrap {
      position: absolute;
      bottom: 0px; }
    .wrap-front .campaign-container .col-md-8 .big-item .inner-item {
      padding: 45px; }
      @media screen and (max-width: 767px) {
        .wrap-front .campaign-container .col-md-8 .big-item .inner-item {
          padding: 30px; } }
      .wrap-front .campaign-container .col-md-8 .big-item .inner-item h2 {
        font-size: 46px;
        line-height: 1;
        max-width: 550px; }
        @media screen and (max-width: 950px) {
          .wrap-front .campaign-container .col-md-8 .big-item .inner-item h2 {
            font-size: 32px; } }

.usp-container .row {
  margin: 50px 0;
  background: white;
  box-shadow: 0px 3px 13px #5D5D5D1C; }
  .usp-container .row .usp-wrap {
    padding: 35px 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .usp-container .row .usp-wrap a {
      color: black; }
    .usp-container .row .usp-wrap:not(:last-child) {
      border-right: 1px solid #f1f1f1; }
    @media screen and (max-width: 767px) {
      .usp-container .row .usp-wrap {
        border-bottom: 1px solid #f1f1f1; }
        .usp-container .row .usp-wrap:nth-child(3), .usp-container .row .usp-wrap:nth-child(4) {
          display: none; } }
    .usp-container .row .usp-wrap span {
      margin-left: 10px; }

.category-container .row .big-item {
  display: flex;
  height: 100%;
  width: 100%;
  transition: ease all .2s;
  border: 0px;
  outline: 0px; }
  .category-container .row .big-item:hover {
    transform: translateY(-5px);
    border: 0px;
    outline: 0px;
    box-shadow: 0px 3px 7px 0px rgba(72, 72, 72, 0.46); }
  @media screen and (max-width: 767px) {
    .category-container .row .big-item {
      text-decoration: underline;
      min-height: 400px; } }
  .category-container .row .big-item .overlay-a {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 8; }
  .category-container .row .big-item .item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px; }
    .category-container .row .big-item .item h3 {
      margin: 0px;
      color: white;
      font-size: 24px; }
    .category-container .row .big-item .item a {
      color: white;
      text-decoration: underline;
      font-size: 16px; }
@media screen and (max-width: 767px) {
  .category-container .row .col-md-4:nth-child(2) {
    display: none; } }
.category-container .row .col-12:first-child .small-item {
  margin-bottom: 16px; }
.category-container .row .col-12 .small-item {
  padding-top: 50%;
  position: relative;
  width: 100%;
  background: #f9f9f9;
  transition: ease all .2s;
  border: 0px;
  outline: 0px; }
  .category-container .row .col-12 .small-item:hover {
    transform: translateY(-5px);
    border: 0px;
    outline: 0px;
    box-shadow: 0px 3px 7px 0px rgba(72, 72, 72, 0.2); }
  .category-container .row .col-12 .small-item .overlay-a {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 8; }
  .category-container .row .col-12 .small-item .item {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right; }
    .category-container .row .col-12 .small-item .item a {
      text-decoration: underline;
      font-size: 16px; }
    .category-container .row .col-12 .small-item .item h3 {
      margin: 0px;
      font-size: 24px; }
.category-container .row .col-cat-more {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px; }

.trustpilot-container {
  margin-top: 50px;
  margin-bottom: 50px; }
  .trustpilot-container .col-statement-trust {
    display: flex;
    align-items: center;
    justify-content: center; }
    .trustpilot-container .col-statement-trust h3 {
      padding: 50px;
      font-size: 24px; }
    @media screen and (max-width: 767px) {
      .trustpilot-container .col-statement-trust h3 {
        padding: 0px 30px;
        margin-bottom: 0px;
        margin-top: 0px; } }
  .trustpilot-container .testimonial .inner-test {
    padding: 50px 30px;
    text-align: center;
    box-shadow: 2px 3px 9px #7170701F; }
    @media screen and (max-width: 767px) {
      .trustpilot-container .testimonial .inner-test:nth-child(2) {
        display: none; } }
    @media screen and (max-width: 375px) {
      .trustpilot-container .testimonial .inner-test {
        padding: 25px; } }
    .trustpilot-container .testimonial .inner-test p {
      margin-bottom: 8px;
      font-size: #505050; }
    .trustpilot-container .testimonial .inner-test .by {
      display: block;
      margin-bottom: 20px;
      color: #A7A7A7; }

.block-wrap {
  background-color: #ECF5FF; }
  @media screen and (min-width: 767px) {
    .block-wrap .container-block {
      padding-top: 50px;
      padding-bottom: 30px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 766px) {
    .block-wrap .container-block {
      padding-top: 30px;
      padding-bottom: 20px;
      margin-top: 20px;
      margin-bottom: 20px; } }
  .block-wrap .container-block .col-block {
    margin-bottom: 20px; }
    @media screen and (max-width: 766px) {
      .block-wrap .container-block .col-block:nth-child(2), .block-wrap .container-block .col-block:nth-child(3) {
        display: none; } }
    .block-wrap .container-block .col-block img {
      width: 100%; }
    .block-wrap .container-block .col-block p {
      margin: 7px 0 10px;
      padding-right: 20px; }
    .block-wrap .container-block .col-block a {
      text-decoration: underline; }

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
/**
 * Checkout
 */
#customer_details {
  margin-left: -15px !important;
  margin-right: -15px !important; }
  #customer_details .col-md-6 {
    padding: 0 30px !important; }

.woocommerce-checkout .woocommerce ul#shipping_method li input {
  vertical-align: middle !important;
  margin-right: 5px; }
.woocommerce-checkout .woocommerce #shipping_method label {
  font-weight: 500; }
  .woocommerce-checkout .woocommerce #shipping_method label .amount {
    font-weight: 500;
    padding: 0px; }
.woocommerce-checkout .woocommerce .order-total .amount {
  font-weight: 700 !important; }
.woocommerce-checkout .woocommerce .order-total .woocommerce-Price-currencySymbol {
  font-weight: 700 !important; }
.woocommerce-checkout .woocommerce form #EAN_field {
  display: block;
  float: left;
  width: 100%; }
.woocommerce-checkout .woocommerce form #billing_city_field, .woocommerce-checkout .woocommerce form #shipping_city_field {
  width: 47%;
  float: right;
  clear: none; }
  @media screen and (min-width: 500px) {
    .woocommerce-checkout .woocommerce form #billing_city_field, .woocommerce-checkout .woocommerce form #shipping_city_field {
      width: 70%; } }
.woocommerce-checkout .woocommerce form #billing_postcode_field, .woocommerce-checkout .woocommerce form #shipping_postcode_field {
  width: 47%;
  float: left;
  clear: none; }
  @media screen and (min-width: 500px) {
    .woocommerce-checkout .woocommerce form #billing_postcode_field, .woocommerce-checkout .woocommerce form #shipping_postcode_field {
      width: 25%; } }
.woocommerce-checkout .woocommerce form .form-row {
  margin-bottom: 15px; }
.woocommerce-checkout .woocommerce form input, .woocommerce-checkout .woocommerce form select, .woocommerce-checkout .woocommerce form textarea {
  font-size: 14px; }
.woocommerce-checkout .woocommerce form input[type="text"], .woocommerce-checkout .woocommerce form input[type="tel"], .woocommerce-checkout .woocommerce form input[type="email"], .woocommerce-checkout .woocommerce form textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1.2;
  padding: 15px 20px;
  border-radius: 0;
  border: 1px solid #d8d8d8 !important;
  max-width: 100% !important; }
.woocommerce-checkout .woocommerce form textarea {
  height: 150px;
  border: none;
  padding: 10px; }
.woocommerce-checkout .woocommerce form .select2-selection {
  border-radius: 0;
  height: 1.2;
  border: none; }
  .woocommerce-checkout .woocommerce form .select2-selection .select2-selection__arrow {
    height: 1.2;
    right: 10px; }
.woocommerce-checkout .woocommerce form label {
  line-height: 1;
  font-size: 14px;
  font-weight: 700; }
.woocommerce-checkout .woocommerce form .required {
  color: #43B5E8;
  font-weight: 300; }
.woocommerce-checkout .woocommerce form .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 12px; }
.woocommerce-checkout .woocommerce form .mc-optin {
  padding: 3px; }
  .woocommerce-checkout .woocommerce form .mc-optin .checkbox {
    cursor: pointer; }
.woocommerce-checkout .woocommerce form .forsendelse {
  font-family: "Montserrat";
  display: block;
  margin-top: 20px;
  color: #505050 !important;
  font-size: 16px !important; }
.woocommerce-checkout .woocommerce form .checkout-order {
  background: #ECF5FF;
  padding: 50px; }
  @media screen and (max-width: 600px) {
    .woocommerce-checkout .woocommerce form .checkout-order {
      padding: 0px;
      margin: 0 -30px;
      padding: 30px; } }
  .woocommerce-checkout .woocommerce form .checkout-order .pick-paymentmethod {
    font-family: "Montserrat";
    margin-bottom: 10px;
    display: block;
    margin-top: 50px;
    color: #505050;
    font-size: 16px; }
  .woocommerce-checkout .woocommerce form .checkout-order .product-name {
    font-size: 14px !important; }
  .woocommerce-checkout .woocommerce form .checkout-order h3 {
    margin-top: 0px; }
  .woocommerce-checkout .woocommerce form .checkout-order .shop_table {
    padding: 0; }
    .woocommerce-checkout .woocommerce form .checkout-order .shop_table tfoot th, .woocommerce-checkout .woocommerce form .checkout-order .shop_table span {
      font-weight: 400;
      font-size: 14px;
      color: #666;
      padding: 9px 0; }
    .woocommerce-checkout .woocommerce form .checkout-order .shop_table th {
      font-weight: 700;
      padding: 3px 0px;
      font-size: 14px !important; }
    .woocommerce-checkout .woocommerce form .checkout-order .shop_table tfoot td {
      font-weight: 400;
      color: #666;
      padding: 9px 0; }
    .woocommerce-checkout .woocommerce form .checkout-order .shop_table td {
      padding: 9px 0; }
  .woocommerce-checkout .woocommerce form .checkout-order #payment {
    border-radius: 0; }
    .woocommerce-checkout .woocommerce form .checkout-order #payment .wc_payment_methods {
      border: none; }
    .woocommerce-checkout .woocommerce form .checkout-order #payment .place-order {
      background: white;
      border: none;
      padding: 0; }
      .woocommerce-checkout .woocommerce form .checkout-order #payment .place-order #place_order {
        width: 100%;
        display: block;
        margin-top: 25px;
        font-size: 16px; }
.woocommerce-checkout .woocommerce .woocommerce-additional-fields h3 {
  display: none; }
.woocommerce-checkout .woocommerce .coupon-text {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px; }
  .woocommerce-checkout .woocommerce .coupon-text a {
    color: #43B5E8; }
.woocommerce-checkout .woocommerce #coupon_code {
  width: 100%; }

.select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .select2-dropdown input {
    margin-bottom: 0 !important; }
  .select2-dropdown ul li {
    font-size: 14px;
    padding-left: 15px; }

@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%; }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0; }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%; } }
@media screen and (max-width: 340px) {
  #Kundetype_field .woocommerce-input-wrapper label {
    font-size: 12px !important; } }
#Kundetype_field label {
  display: inline-block;
  padding: 5px 0;
  width: calc(50% - 19px); }
  @media screen and (max-width: 400px) {
    #Kundetype_field label {
      width: calc(100% - 22px); } }
#Kundetype_field input {
  display: inline-block;
  margin: 0 5px 0 0; }
#Kundetype_field > label {
  display: block;
  margin-bottom: 10px; }

/** TERMS **/
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  padding-bottom: 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d4dce5; }
.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 14px !important;
  cursor: pointer; }

.payment_method_epay_dk img {
  width: 300px !important;
  margin-top: 10px;
  display: none !important;
  max-width: 100% !important; }

/**
** Cart
**/
.table.shop_table_responsive tr td.product-remove a {
  text-align: left;
  font-size: 24px;
  color: #ca3636 !important; }

.checkout-order .button, .wc-proceed-to-checkout .button {
  background-color: #6AC259 !important;
  border-radius: 100px;
  border-color: #6AC259 !important; }
  .checkout-order .button:hover, .wc-proceed-to-checkout .button:hover {
    border-color: #6AC259 !important;
    color: white !important; }

.actions {
  display: none !important; }

/**
* Validation
**/
.woocommerce .woocommerce-NoticeGroup-checkout {
  display: none; }
.woocommerce .input-offentlig {
  float: left;
  width: 100%; }
.woocommerce form .woocommerce-invalid input {
  background-color: #FFECEC;
  border: 1px solid #FFECEC !important; }
.woocommerce form .woocommerce-validated input {
  background: #EDFFEC;
  border: 1px solid #EDFFEC !important; }
.woocommerce form .woocommerce-invalid-required-field span.error {
  color: #D56060;
  display: block !important;
  font-weight: 500;
  line-height: 1.4;
  margin: 5px 0;
  font-size: 14px; }
  .woocommerce form .woocommerce-invalid-required-field span.error:before {
    content: url("/wp-content/uploads/prodimg/c-warning.svg");
    transform: translateY(3px);
    margin-right: 6px;
    display: inline-block; }

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
/*
Theme Name: nomilkshop

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
.padding-l {
  padding: 100px 0; }

.padding-m {
  padding: 75px 0; }

.padding-s {
  padding: 50px 0; }

.padding-xs {
  padding: 25px 0; }

.align-self-center {
  margin: auto; }

.text-center {
  text-align: center; }

/**
 * Shop tables
 */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none; }
table.shop_table_responsive tbody th {
  display: none; }
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both; }
  table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    float: left; }
  table.shop_table_responsive tr td.product-remove a {
    text-align: left;
    font-size: 14px;
    color: #ca3636 !important;
    font-weight: 700; }
  table.shop_table_responsive tr td.product-remove:before {
    display: none; }
  table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
    display: none; }
  table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center; }

.actions {
  display: none; }

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group; }
  table.shop_table_responsive tbody th {
    display: table-cell; }
  table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: left; }
  table.shop_table_responsive tr td {
    display: table-cell; }
    table.shop_table_responsive tr td:before {
      display: none; } }
/**
 * Products
 */
/**
 * Products
 */
ul.products {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0; }
  ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 2em; }
    ul.products li.product .woocommerce-loop-product__title {
      font-size: 1rem; }
    ul.products li.product img {
      display: block; }
    ul.products li.product .button {
      display: block; }

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%; }
    ul.products li.product.first {
      clear: both; }
    ul.products li.product.last {
      margin-right: 0; }

  .columns-1 ul.products li.product {
    float: none;
    width: 100%; }

  .columns-2 ul.products li.product {
    width: 48.1%; }

  .columns-3 ul.products li.product {
    width: 30.7966666667%; }

  .columns-4 ul.products li.product {
    width: 22.15%; }

  .columns-5 ul.products li.product {
    width: 16.96%; }

  .columns-6 ul.products li.product {
    width: 13.4933333333%; } }
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #43B5E8 !important;
  color: white !important; }

/**
 * Single product
 */
/**
 * Single Product
 */
.single-product div.product {
  content: "";
  display: table;
  table-layout: fixed;
  position: relative; }
  .single-product div.product .woocommerce-product-gallery {
    position: relative; }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
      position: absolute;
      top: 1em;
      right: 1em;
      display: block;
      z-index: 99; }
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
      margin-bottom: 1em; }
    .single-product div.product .woocommerce-product-gallery .video-thumb {
      background: #ffbc57 !important; }
      .single-product div.product .woocommerce-product-gallery .video-thumb div {
        background-image: url("/wp-content/uploads/prodimg/video_thumb_desk_PLAY3.png") !important; }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
      content: "";
      display: table;
      table-layout: fixed;
      margin: 0;
      padding: 0; }
      .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        list-style: none;
        cursor: pointer;
        float: left; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
          opacity: .5; }
          .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
            opacity: 1; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
          opacity: 1; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
      width: 48.1%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
      width: 30.7966666667%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
      width: 22.15%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
      width: 16.96%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
        clear: both; }

/*
.stock {
	&:empty:before {
		display: none;
	}

	&.in-stock {
		color: $woocommerce__color-success;
	}

	&.out-of-stock {
		color: $woocommerce__color-error;
	}
}
*/
.woocommerce div.product div.images .flex-control-thumbs .video-thumb div {
  background-image: url("/wp-content/uploads/prodimg/video_thumb_desk_PLAY3.png") !important; }

/**
 * Checkout
 */
/**
 * Checkout
 */
#customer_details {
  margin-left: -15px !important;
  margin-right: -15px !important; }
  #customer_details .col-md-6 {
    padding: 0 30px !important; }

.woocommerce-checkout .woocommerce ul#shipping_method li input {
  vertical-align: middle !important;
  margin-right: 5px; }
.woocommerce-checkout .woocommerce #shipping_method label {
  font-weight: 500; }
  .woocommerce-checkout .woocommerce #shipping_method label .amount {
    font-weight: 500;
    padding: 0px; }
.woocommerce-checkout .woocommerce .order-total .amount {
  font-weight: 700 !important; }
.woocommerce-checkout .woocommerce .order-total .woocommerce-Price-currencySymbol {
  font-weight: 700 !important; }
.woocommerce-checkout .woocommerce form #EAN_field {
  display: block;
  float: left;
  width: 100%; }
.woocommerce-checkout .woocommerce form #billing_city_field, .woocommerce-checkout .woocommerce form #shipping_city_field {
  width: 47%;
  float: right;
  clear: none; }
  @media screen and (min-width: 500px) {
    .woocommerce-checkout .woocommerce form #billing_city_field, .woocommerce-checkout .woocommerce form #shipping_city_field {
      width: 70%; } }
.woocommerce-checkout .woocommerce form #billing_postcode_field, .woocommerce-checkout .woocommerce form #shipping_postcode_field {
  width: 47%;
  float: left;
  clear: none; }
  @media screen and (min-width: 500px) {
    .woocommerce-checkout .woocommerce form #billing_postcode_field, .woocommerce-checkout .woocommerce form #shipping_postcode_field {
      width: 25%; } }
.woocommerce-checkout .woocommerce form .form-row {
  margin-bottom: 15px; }
.woocommerce-checkout .woocommerce form input, .woocommerce-checkout .woocommerce form select, .woocommerce-checkout .woocommerce form textarea {
  font-size: 14px; }
.woocommerce-checkout .woocommerce form input[type="text"], .woocommerce-checkout .woocommerce form input[type="tel"], .woocommerce-checkout .woocommerce form input[type="email"], .woocommerce-checkout .woocommerce form textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1.2;
  padding: 15px 20px;
  border-radius: 0;
  border: 1px solid #d8d8d8 !important;
  max-width: 100% !important; }
.woocommerce-checkout .woocommerce form textarea {
  height: 150px;
  border: none;
  padding: 10px; }
.woocommerce-checkout .woocommerce form .select2-selection {
  border-radius: 0;
  height: 1.2;
  border: none; }
  .woocommerce-checkout .woocommerce form .select2-selection .select2-selection__arrow {
    height: 1.2;
    right: 10px; }
.woocommerce-checkout .woocommerce form label {
  line-height: 1;
  font-size: 14px;
  font-weight: 700; }
.woocommerce-checkout .woocommerce form .required {
  color: #43B5E8;
  font-weight: 300; }
.woocommerce-checkout .woocommerce form .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 12px; }
.woocommerce-checkout .woocommerce form .mc-optin {
  padding: 3px; }
  .woocommerce-checkout .woocommerce form .mc-optin .checkbox {
    cursor: pointer; }
.woocommerce-checkout .woocommerce form .forsendelse {
  font-family: "Montserrat";
  display: block;
  margin-top: 20px;
  color: #505050 !important;
  font-size: 16px !important; }
.woocommerce-checkout .woocommerce form .checkout-order {
  background: #ECF5FF;
  padding: 50px; }
  @media screen and (max-width: 600px) {
    .woocommerce-checkout .woocommerce form .checkout-order {
      padding: 0px;
      margin: 0 -30px;
      padding: 30px; } }
  .woocommerce-checkout .woocommerce form .checkout-order .pick-paymentmethod {
    font-family: "Montserrat";
    margin-bottom: 10px;
    display: block;
    margin-top: 50px;
    color: #505050;
    font-size: 16px; }
  .woocommerce-checkout .woocommerce form .checkout-order .product-name {
    font-size: 14px !important; }
  .woocommerce-checkout .woocommerce form .checkout-order h3 {
    margin-top: 0px; }
  .woocommerce-checkout .woocommerce form .checkout-order .shop_table {
    padding: 0; }
    .woocommerce-checkout .woocommerce form .checkout-order .shop_table tfoot th, .woocommerce-checkout .woocommerce form .checkout-order .shop_table span {
      font-weight: 400;
      font-size: 14px;
      color: #666;
      padding: 9px 0; }
    .woocommerce-checkout .woocommerce form .checkout-order .shop_table th {
      font-weight: 700;
      padding: 3px 0px;
      font-size: 14px !important; }
    .woocommerce-checkout .woocommerce form .checkout-order .shop_table tfoot td {
      font-weight: 400;
      color: #666;
      padding: 9px 0; }
    .woocommerce-checkout .woocommerce form .checkout-order .shop_table td {
      padding: 9px 0; }
  .woocommerce-checkout .woocommerce form .checkout-order #payment {
    border-radius: 0; }
    .woocommerce-checkout .woocommerce form .checkout-order #payment .wc_payment_methods {
      border: none; }
    .woocommerce-checkout .woocommerce form .checkout-order #payment .place-order {
      background: white;
      border: none;
      padding: 0; }
      .woocommerce-checkout .woocommerce form .checkout-order #payment .place-order #place_order {
        width: 100%;
        display: block;
        margin-top: 25px;
        font-size: 16px; }
.woocommerce-checkout .woocommerce .woocommerce-additional-fields h3 {
  display: none; }
.woocommerce-checkout .woocommerce .coupon-text {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px; }
  .woocommerce-checkout .woocommerce .coupon-text a {
    color: #43B5E8; }
.woocommerce-checkout .woocommerce #coupon_code {
  width: 100%; }

.select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .select2-dropdown input {
    margin-bottom: 0 !important; }
  .select2-dropdown ul li {
    font-size: 14px;
    padding-left: 15px; }

@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%; }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0; }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%; } }
@media screen and (max-width: 340px) {
  #Kundetype_field .woocommerce-input-wrapper label {
    font-size: 12px !important; } }
#Kundetype_field label {
  display: inline-block;
  padding: 5px 0;
  width: calc(50% - 19px); }
  @media screen and (max-width: 400px) {
    #Kundetype_field label {
      width: calc(100% - 22px); } }
#Kundetype_field input {
  display: inline-block;
  margin: 0 5px 0 0; }
#Kundetype_field > label {
  display: block;
  margin-bottom: 10px; }

/** TERMS **/
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  padding-bottom: 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d4dce5; }
.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 14px !important;
  cursor: pointer; }

.payment_method_epay_dk img {
  width: 300px !important;
  margin-top: 10px;
  display: none !important;
  max-width: 100% !important; }

/**
** Cart
**/
.table.shop_table_responsive tr td.product-remove a {
  text-align: left;
  font-size: 24px;
  color: #ca3636 !important; }

.checkout-order .button, .wc-proceed-to-checkout .button {
  background-color: #6AC259 !important;
  border-radius: 100px;
  border-color: #6AC259 !important; }
  .checkout-order .button:hover, .wc-proceed-to-checkout .button:hover {
    border-color: #6AC259 !important;
    color: white !important; }

.actions {
  display: none !important; }

/**
* Validation
**/
.woocommerce .woocommerce-NoticeGroup-checkout {
  display: none; }
.woocommerce .input-offentlig {
  float: left;
  width: 100%; }
.woocommerce form .woocommerce-invalid input {
  background-color: #FFECEC;
  border: 1px solid #FFECEC !important; }
.woocommerce form .woocommerce-validated input {
  background: #EDFFEC;
  border: 1px solid #EDFFEC !important; }
.woocommerce form .woocommerce-invalid-required-field span.error {
  color: #D56060;
  display: block !important;
  font-weight: 500;
  line-height: 1.4;
  margin: 5px 0;
  font-size: 14px; }
  .woocommerce form .woocommerce-invalid-required-field span.error:before {
    content: url("/wp-content/uploads/prodimg/c-warning.svg");
    transform: translateY(3px);
    margin-right: 6px;
    display: inline-block; }

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed; }
  .site-header-cart .cart-contents {
    text-decoration: none; }
  .site-header-cart .widget_shopping_cart {
    display: none; }
  .site-header-cart .product_list_widget {
    margin: 0;
    padding: 0; }

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: 'star';
  font-weight: 400; }
  .star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: royalblue; }

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400; }
  p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "star";
    content: "\53";
    color: #505050;
    text-indent: 0;
    opacity: .25; }
  p.stars a:hover ~ a:before {
    content: "\53";
    color: #505050;
    opacity: .25; }
p.stars:hover a:before {
  content: "\53";
  color: royalblue;
  opacity: 1; }
p.stars.selected a.active:before {
  content: "\53";
  color: royalblue;
  opacity: 1; }
p.stars.selected a.active ~ a:before {
  content: "\53";
  color: #505050;
  opacity: .25; }
p.stars.selected a:not(.active):before {
  content: "\53";
  color: royalblue;
  opacity: 1; }

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left; }
  .woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative; }
    .woocommerce-tabs ul.tabs li a {
      padding: 1em 0;
      display: block; }
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em; }

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right; }
  .woocommerce-password-strength.strong {
    color: #0f834d; }
  .woocommerce-password-strength.short {
    color: #e2401c; }
  .woocommerce-password-strength.bad {
    color: #e2401c; }
  .woocommerce-password-strength.good {
    color: #3D9CD2; }

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d; }
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c; }

.required {
  color: red; }

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  content: "";
  display: table;
  table-layout: fixed;
  background-color: #0f834d;
  clear: both; }

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3D9CD2; }

.woocommerce-error {
  background-color: #e2401c; }

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3D9CD2;
  z-index: 9999; }

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block; } }
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em; }
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em; }
  .widget_price_filter .price_slider_amount .button {
    float: left; }
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: royalblue;
  box-sizing: border-box;
  margin-top: -.25em;
  opacity: 1; }
  .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em; }
  .widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1); }
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: royalblue; }
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1); }
.widget_price_filter .ui-slider-horizontal {
  height: .5em; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%; }

/*--------------------------------------------------------------
# IE 
--------------------------------------------------------------*/
/* CSS Document */
@media all and (-ms-high-contrast: none) and (min-width: 800px), all and (-ms-high-contrast: active) and (min-width: 800px) {
  .main-navigation ul li:hover .sub-cat-main {
    height: auto !important;
    max-height: none !important; }

  .sub-cat-main {
    height: 0px;
    max-height: 0px;
    overflow: hidden; }

  .main-navigation ul li .sub-cat-main .img-holder {
    display: block; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .number-input button {
    display: none !important; }

  .product-template-default .number-input input[type='number'] {
    border-radius: 0px;
    border: 1px solid #43B5E8;
    width: 50px !important; }

  .product-template-default .number-input {
    border: 0px; }

  .hover-cart .hover-cart-inner .img img {
    width: 50px; } }

/*# sourceMappingURL=style.css.map */
