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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cookie {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 999;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .cookie.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0, 0, 0, 0.5); }
  .cookie .popupp {
    max-height: 600px;
    overflow: scroll;
    -webkit-animation: popupanimation 0.4s;
            animation: popupanimation 0.4s;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin: auto;
    background: white;
    max-width: 700px;
    height: auto;
    /*a.submit {
            width: 43%;
            text-align: center;
            padding: 15px 37px;
        }//End a
        a.nothanks {
            width: 40%;
            text-align: center;
            font-size: 15px;
            border: 1px solid rgba(151,151,151,0.13);
            border-radius: 2px;
            padding: 11.5px 15px;
            line-height: 1;
        }*/ }
    .cookie .popupp .tekst {
      padding: 50px;
      background: rgba(44, 92, 122, 0.1); }
      .cookie .popupp .tekst p {
        text-align: left;
        margin: 0px;
        margin-bottom: 10px;
        font-size: 16px; }
        .cookie .popupp .tekst p:last-child {
          margin-bottom: 0px; }
        .cookie .popupp .tekst p.h3 {
          margin-bottom: 14px;
          font-size: 32px; }
      .cookie .popupp .tekst a {
        color: black; }
    .cookie .popupp .knapper {
      padding: 25px 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .cookie .popupp .knapper a {
        font-size: 16px;
        width: 48%;
        height: 49px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .cookie .popupp .knapper a:first-of-type {
          margin-right: 4%; }
        .cookie .popupp .knapper a.settings {
          border: 1px solid rgba(151, 151, 151, 0.13); }
          .cookie .popupp .knapper a.settings:hover {
            background: rgba(151, 151, 151, 0.13); }
    .cookie .popupp .settingstab {
      overflow: hidden;
      max-height: 0em;
      -webkit-transition: max-height 0.4s ease-in-out;
      transition: max-height 0.4s ease-in-out;
      padding: 0px 50px; }
      .cookie .popupp .settingstab.open {
        padding: 0px 50px 25px 50px;
        max-height: 80em; }
        .cookie .popupp .settingstab.open p:first-of-type {
          margin-top: 0px; }
        .cookie .popupp .settingstab.open a {
          margin-top: 17px;
          display: inline-block;
          font-size: 16px;
          width: 48%;
          height: 49px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          cursor: pointer;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .cookie .popupp .settingstab.open a.nothanks {
            border: 1px solid rgba(151, 151, 151, 0.13); }
            .cookie .popupp .settingstab.open a.nothanks:hover {
              background: rgba(151, 151, 151, 0.13); }

@media (max-width: 700px) {
  .cookie .popupp {
    margin: auto 20px; }
    .cookie .popupp .tekst {
      padding: 25px; }
      .cookie .popupp .tekst p {
        font-size: 14px; }
        .cookie .popupp .tekst p.h3 {
          font-size: 22px; }
    .cookie .popupp .knapper {
      padding: 25px; }
    .cookie .popupp .settingstab {
      padding: 0px 25px 0px 25px; }
      .cookie .popupp .settingstab p {
        font-size: 14px; }
        .cookie .popupp .settingstab p p:first-of-type {
          margin-top: 0px; }
      .cookie .popupp .settingstab.open {
        padding: 0px 25px 25px 25px; }
        .cookie .popupp .settingstab.open a.nothanks {
          width: 100%; } }
@media (max-width: 350px) {
  .cookie .popupp {
    margin: auto 20px;
    /*.settingstab{
              p {
                  font-size: 14px;
                  p:first-of-type {
                      margin-top: 0px;
                  } 
              }
              
              padding: 0px 25px 0px 25px; 

              &.open {
                  padding: 0px 25px 25px 25px;   
              
                  a.nothanks {
                      width: 100%;
                  }    
              }
          }*/ }
    .cookie .popupp .tekst {
      padding: 10px; }
      .cookie .popupp .tekst p {
        font-size: 14px; }
        .cookie .popupp .tekst p br {
          display: none; }
        .cookie .popupp .tekst p.h3 {
          font-size: 22px; }
    .cookie .popupp .knapper {
      padding: 25px; } }
/*
 * Header variabels 
*/
.content {
  max-width: 1170px;
  margin: 0px auto;
  padding: 0px 10px; }
  .content.small {
    max-width: calc(1170px - 200px); }
  .content-with-sidebar {
    max-width: calc(1170px + 200px);
    padding: 0px 10px;
    margin: 0px auto; }

@media (max-width: 700px) {
  .content {
    padding: 0px 15px; } }
.block {
  display: block; }

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

.reset-ul {
  padding-left: 0px;
  margin: 0px;
  list-style: none; }

.color-behind {
  z-index: 1;
  background: rgba(0, 0, 0, 0.5); }

.skip-link {
  display: none; }

figure {
  margin: 0;
  padding: 0; }

abbr[title] {
  text-decoration: none; }

.flex {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex.h-auto {
    height: auto; }
  .flex.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex.column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .flex.items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex.space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flex .item-center {
    margin: auto; }

.col-1 {
  width: 8.3333333333%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-1.no-p {
    padding: 0px; }

.col-2 {
  width: 16.6666666667%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-2.no-p {
    padding: 0px; }

.col-3 {
  width: 25%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-3.no-p {
    padding: 0px; }

.col-4 {
  width: 33.3333333333%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-4.no-p {
    padding: 0px; }

.col-5 {
  width: 41.6666666667%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-5.no-p {
    padding: 0px; }

.col-6 {
  width: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-6.no-p {
    padding: 0px; }

.col-7 {
  width: 58.3333333333%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-7.no-p {
    padding: 0px; }

.col-8 {
  width: 66.6666666667%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-8.no-p {
    padding: 0px; }

.col-9 {
  width: 75%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-9.no-p {
    padding: 0px; }

.col-10 {
  width: 83.3333333333%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-10.no-p {
    padding: 0px; }

.col-11 {
  width: 91.6666666667%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-11.no-p {
    padding: 0px; }

.col-12 {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-12.no-p {
    padding: 0px; }

.end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media (max-width: 700px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .flex.row-phone {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }

  .col-1 {
    width: 100%;
    padding: 5px; }
    .col-1.no-p {
      padding: 0px; }

  .col-2 {
    width: 100%;
    padding: 5px; }
    .col-2.no-p {
      padding: 0px; }

  .col-3 {
    width: 100%;
    padding: 5px; }
    .col-3.no-p {
      padding: 0px; }

  .col-4 {
    width: 100%;
    padding: 5px; }
    .col-4.no-p {
      padding: 0px; }

  .col-5 {
    width: 100%;
    padding: 5px; }
    .col-5.no-p {
      padding: 0px; }

  .col-6 {
    width: 100%;
    padding: 5px; }
    .col-6.no-p {
      padding: 0px; }

  .col-7 {
    width: 100%;
    padding: 5px; }
    .col-7.no-p {
      padding: 0px; }

  .col-8 {
    width: 100%;
    padding: 5px; }
    .col-8.no-p {
      padding: 0px; }

  .col-9 {
    width: 100%;
    padding: 5px; }
    .col-9.no-p {
      padding: 0px; }

  .col-10 {
    width: 100%;
    padding: 5px; }
    .col-10.no-p {
      padding: 0px; }

  .col-11 {
    width: 100%;
    padding: 5px; }
    .col-11.no-p {
      padding: 0px; }

  .col-12 {
    width: 100%;
    padding: 5px; }
    .col-12.no-p {
      padding: 0px; }

  .col {
    padding: 10px; }

  .end {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
#header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  background: white;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #f2f2f2; }
  #header .logo {
    margin-right: auto; }
    #header .logo img {
      height: calc(100% - 12px);
      width: 130px;
      opacity: 0.9;
      margin-top: 10px; }
  #header nav ul li {
    padding: 0px 15px;
        /*&.menu-item-has-children {
          position: relative;
          background: lightgray;

          .mega-menu {
            max-height: 0em;
            overflow: hidden;
            position: absolute;
            width: 250px;
            //Mouse out
            transition: all 0.2s cubic-bezier(1, -0.1, 0.94, 1.88) 0.2s;
          }
          .sub-menu {
            max-height: 0em;
            width: 250px;
            //Mouse out
            transition: all 0.2s cubic-bezier(1, -0.1, 0.94, 1.88) 0.2s;
            overflow: hidden;
            position: absolute;
            left: -30px;
            margin-top: 10px;

            background: grey;
            border-radius: 2px;
            box-shadow: 4px 8px 16px rgba($color: #000000, $alpha: 0.2);
            li {
              padding: 5px 15px;
              &:first-of-type {
                padding-top: 10px;
              }
              &:last-of-type {
                padding-bottom: 10px;
              }
            }
          }

          &:hover {
            .sub-menu {
              max-height: 40em;
              //Hover
              transition: all 0.3s cubic-bezier(1, -0.1, 0.94, 1.88);
            }
            .mega-menu {
              //Hover
              max-height: 40em;
              transition: all 0.3s cubic-bezier(1, -0.1, 0.94, 1.88);
            }
          }
        } //Has children
        */ }
    #header nav ul li a {
      font-size: 17px;
      font-weight: 500;
      color: black;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #header nav ul li a:hover {
        color: #78a599; }
    #header nav ul li.menu-item-has-children {
      position: relative; }
      #header nav ul li.menu-item-has-children::after {
        content: "";
        display: inline-block;
        height: 5px;
        width: 5px;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        margin-bottom: 3px; }
      #header nav ul li.menu-item-has-children .sub-menu {
        display: none;
        list-style: none;
        padding: 0px; }
    #header nav ul li.current-menu-item a {
      color: #78a599; }
  #header .cart {
    margin-left: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 50px;
    width: 50px;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    #header .cart .mini-cart-count {
      line-height: 1;
      position: absolute;
      right: 2px;
      top: 2px;
      display: block;
      height: 17px;
      width: 17px;
      background: #78a599;
      color: white;
      font-size: 12px;
      border-radius: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

@media (min-width: 700px) {
  #header nav ul li.menu-item-has-children .sub-menu {
    display: block;
    background: white;
    border-radius: 4px;
    padding: 0px;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 30px;
    max-height: 0em;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out; }
    #header nav ul li.menu-item-has-children .sub-menu li {
      padding: 5px 15px; }
      #header nav ul li.menu-item-has-children .sub-menu li:first-of-type {
        margin-top: 10px; }
  #header nav ul li.menu-item-has-children:hover .sub-menu {
    max-height: 100em; }
  #header nav ul li:hover > a {
    opacity: 60%; } }
@media (max-width: 700px) {
  #header {
    height: 60px; }
    #header .logo img {
      max-width: 70px; }
    #header nav ul li {
      margin-bottom: 25px; }
      #header nav ul li a {
        font-size: 22px; }
      #header nav ul li.menu-item-has-children::after {
        height: 12px;
        width: 12px;
        position: absolute;
        right: 33px;
        top: 19px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      #header nav ul li.menu-item-has-children::before {
        content: "";
        display: block;
        position: absolute;
        right: 16px;
        top: 5px;
        height: 44px;
        width: 45px;
        background: #f2f2f2;
        border-radius: 4px; }
      #header nav ul li.menu-item-has-children.open {
        position: absolute;
        background: white;
        left: 0px;
        right: 0px;
        z-index: 11;
        opacity: 100%;
        left: 0px;
        right: 0px;
        border-bottom: 0px;
        padding: 0px; }
        #header nav ul li.menu-item-has-children.open > a {
          border-bottom: 1px solid #f2f2f2;
          display: block;
          text-align: center;
          pointer-events: none;
          padding: 15px 16px 15px 16px; }
        #header nav ul li.menu-item-has-children.open::after {
          left: 35px;
          top: 25px;
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg); }
        #header nav ul li.menu-item-has-children.open::before {
          left: 16px;
          top: 10px; }
        #header nav ul li.menu-item-has-children.open .sub-menu {
          display: block; }
    #header .info {
      padding: 20px; }
      #header .info p,
      #header .info a {
        color: #313131;
        opacity: 0.8; } }
footer {
  border-top: 1px solid #f2f2f2;
  background: #78a599; }
  footer .content {
    margin-top: 40px;
    margin-bottom: 0px; }
  footer .widget-title {
    font-size: 18px;
    color: white; }
  footer .widget_media_image {
    width: 30px;
    margin-right: 10px;
    float: left; }
    footer .widget_media_image img {
      height: 20px;
      max-width: 30px;
      width: auto;
      -o-object-fit: contain;
         object-fit: contain; }
  footer a,
  footer p {
    color: white !important; }
    footer a:visited,
    footer p:visited {
      color: white; }
  footer ul {
    padding-left: 0px;
    margin: 0px;
    margin-top: 15px;
    list-style: none; }
    footer ul li {
      margin-bottom: 10px; }
      footer ul li a {
        font-weight: 500; }
  footer .copyrights {
    margin-top: 20px; }
    footer .copyrights a,
    footer .copyrights p {
      font-size: 12px;
      color: #fff;
      font-weight: 500; }

/*
* BACKGROUND CONTAINER 
*/
.background-container {
  position: relative; }
  .background-container .content {
    z-index: 5;
    color: white; }
    .background-container .content-center {
      margin: auto; }
  .background-container .background {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    .background-container .background.overlay-color {
      z-index: 2;
      background: rgba(0, 0, 0, 0.35); }
  .background-container.contain .background {
    -o-object-fit: contain;
       object-fit: contain; }

.cross-wrapper {
  position: relative; }

.cross {
  position: absolute;
  z-index: 9;
  display: block;
  cursor: pointer;
  height: 32px;
  width: 32px; }
  .cross.right-top {
    top: calc(32px / 3);
    right: 0px; }
  .cross:after, .cross:before {
    content: "";
    height: 2px;
    width: 100%;
    border-radius: 4px;
    background: #575757;
    position: absolute;
    top: 13px; }
  .cross.white:after, .cross.white:before {
    background: #fff; }
  .cross:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .cross:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.h-small {
  height: 250px; }

.h-325 {
  height: 325px; }

.h-medium {
  height: 400px; }

.h-large {
  height: 550px; }

.w-80 {
  width: 80%;
  margin: 0px auto; }

.w-100 {
  width: 100%;
  display: block; }

.scroll-bar {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .scroll-bar::-webkit-scrollbar {
    width: 6px; }
  .scroll-bar::-webkit-scrollbar-track {
    background: white;
    border-radius: 2px; }
  .scroll-bar::-webkit-scrollbar-thumb {
    background: #78a599; }
  .scroll-bar::-webkit-scrollbar-thumb:hover {
    background: #78a599; }

.checkmarks {
  margin: 20px 0px;
  line-height: 2; }
  .checkmarks li {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .checkmarks li svg {
      margin-right: 5px;
      height: 15px;
      width: 12px; }
      .checkmarks li svg .a {
        stroke: #78a599; }

@font-face {
  font-family: "PT Serif";
  src: url("/wp-content/themes/tema/assets/fonts/PTSerif-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: "PT Serif";
  src: url("/wp-content/themes/tema/assets/fonts/PTSerif-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: fallback; }
body {
  font-family: "PT Serif", sans-serif;
  font-size: 16px;
  line-height: 1.44;
  color: #313131;
  font-weight: 400;
  min-height: 100vh;
  position: relative;
  margin-top: 81px; }

p.small,
span.small {
  font-size: 14px;
  opacity: 0.8;
  margin: 0px; }
p.p-13,
span.p-13 {
  font-size: 13px; }
p.p-12,
span.p-12 {
  font-size: 12px; }
p.p-11,
span.p-11 {
  font-size: 11px; }

a {
  color: #78a599;
  font-weight: 400;
  text-decoration: none; }
  a:visited {
    color: #313131; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "PT Serif", sans-serif;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 8px; }
  h1.black,
  .h1.black,
  h2.black,
  .h2.black,
  h3.black,
  .h3.black,
  h4.black,
  .h4.black,
  h5.black,
  .h5.black,
  h6.black,
  .h6.black {
    color: #313131; }
  h1.title-m,
  .h1.title-m,
  h2.title-m,
  .h2.title-m,
  h3.title-m,
  .h3.title-m,
  h4.title-m,
  .h4.title-m,
  h5.title-m,
  .h5.title-m,
  h6.title-m,
  .h6.title-m {
    margin-bottom: 21px;
    margin-top: 6px; }
  h1.center,
  .h1.center,
  h2.center,
  .h2.center,
  h3.center,
  .h3.center,
  h4.center,
  .h4.center,
  h5.center,
  .h5.center,
  h6.center,
  .h6.center {
    text-align: center; }

h1,
.h1 {
  font-size: 2.5em; }

h2,
.h2 {
  font-size: 32px; }

pre {
  font-size: 12px;
  font-family: "PT Serif", sans-serif;
  color: #78a599;
  font-weight: bold; }

@media (max-width: 700px) {
  body {
    font-size: 14px;
    margin-top: 61px; } }
.btn {
  text-decoration: none;
  cursor: pointer;
  border-radius: 2px;
  display: inline-block;
  padding: 15px 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn.primary {
    background: #78a599;
    color: white; }
  .btn.secondary {
    background: transparent;
    color: #36302c;
    border: 1px solid #f2f2f2; }
    .btn.secondary:hover {
      background: #f2f2f2; }
  .btn:hover {
    opacity: 90%; }
  .btn.block {
    margin-top: 17px; }

.sidebar .overlay {
  cursor: crosshair;
  display: none;
  z-index: 99;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  height: 100%;
  width: 100%; }
.sidebar .slide-in {
  background: white;
  z-index: 100;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 0%;
  max-width: 38rem;
  border-left: 1px solid #f2f2f2;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1) transform;
  transform: translateX(100%);
  will-change: transform;
  */
  -webkit-transform: translateX(100%) translateX(6.4rem);
          transform: translateX(100%) translateX(6.4rem);
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1) all;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1) all;
  will-change: transform; }
.sidebar.open .overlay {
  display: block; }
.sidebar.open .slide-in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%; }
  .sidebar.open .slide-in.not-full-width {
    width: 85%; }

@media (max-width: 700px) {
  .sidebar .slide-in {
    padding: 15px; }
    .sidebar .slide-in .top-image {
      height: 175px;
      margin-top: -15px;
      margin-left: -16px;
      margin-right: -15px;
      margin-bottom: 20px; } }
.popup-btn {
  background: lightgrey;
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer; }

.popup-wrapper {
  z-index: 101;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: none; }
  .popup-wrapper.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .popup-wrapper.open .overlay-behind {
      cursor: crosshair;
      z-index: 102;
      background: rgba(0, 0, 0, 0.2);
      position: fixed;
      left: 0px;
      right: 0px;
      bottom: 0px;
      top: 0px;
      height: 100%;
      width: 100%; }
    .popup-wrapper.open .popup {
      z-index: 103;
      margin: auto;
      height: 80%;
      width: 500px;
      background: white; }

.video {
  outline: none; }

.icon {
  height: 75px;
  width: 75px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block; }

#togglemenu {
  border: 0px solid transparent;
  background-color: transparent;
  padding: 0px;
  margin: 0px 10px;
  outline: none;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  #togglemenu .line {
    height: 3px;
    margin-left: -10px;
    border-radius: 6px;
    background-color: black;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #togglemenu .line:after, #togglemenu .line:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 0px;
      right: 0px;
      height: 3px;
      border-radius: 6px;
      background-color: black; }
    #togglemenu .line:after {
      top: auto;
      bottom: 5px; }
  #togglemenu.open .line {
    margin-left: -32px; }

.iframe iframe {
  height: 100%;
  width: 100%; }

.instagram {
  padding: 25px 0px 50px;
  background-color: #f7f5f5; }

.woocommerce-ordering {
  position: absolute;
  right: 10px;
  top: 24px; }
  .woocommerce-ordering select {
    outline: none;
    border: 0px solid transparent;
    cursor: pointer; }

.relative {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  position: relative; }

.woocommerce-breadcrumb {
  display: none; }

.columns-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .columns-4 .product {
    width: 25%; }

.button {
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
  padding: 8px 14px; }
  .button.wc-forward {
    background: #78a599;
    color: white; }

.variation-wrapper {
  opacity: 0.8; }

div.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px; }
  div.product .summary,
  div.product .images {
    width: 50%;
    position: relative; }
  div.product .summary {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 25px; }
  div.product .related {
    width: 100%; }

#sidebar {
  display: none; }

.added_to_cart {
  display: none; }

/* The animation code 
@keyframes addToCart {
  0% {
    background-color: red;
  }
  50% {
    width: 25px;
    height: 25px;

    border-radius: 100%;
    padding: 0px;
    font-size: 0px;
    color: $primary;
  }
  50% {
    position: absolute;
    left: 0px;

    top: 145px;
  }
  100% {
  }
}
*/
.includes_tax {
  display: block;
  font-size: 12px;
  color: grey; }
  .includes_tax span {
    font-size: 12px;
    color: grey; }

.detaljer .title {
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
  padding: 5px;
  border-bottom: 2px solid #f2f2f2; }
  .detaljer .title:hover {
    background: #f2f2f2;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .detaljer .title:after {
    content: "+";
    position: absolute;
    right: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.detaljer .details {
  color: #201f1f;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-height: 0em;
  overflow: hidden;
  border-bottom: 2px solid transparent;
  padding-left: 5px;
  padding-right: 5px; }
.detaljer input {
  display: none; }
  .detaljer input:checked ~ .details {
    max-height: 20em;
    padding-bottom: 20px;
    border-bottom: 2px solid #f2f2f2; }
  .detaljer input:checked ~ .title {
    border-bottom: 2px solid transparent; }
    .detaljer input:checked ~ .title:after {
      content: "-";
      position: absolute; }

.related {
  margin-top: 84px;
  margin-bottom: 50px; }

.woocommerce-account .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 20%; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
      background: #f2f2f2;
      list-style: none;
      margin: 0px;
      padding: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 2px; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads {
        display: none; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .is-active {
        text-decoration: underline; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:hover {
        text-decoration: underline; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 75%;
    border: 2px solid #f2f2f2;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content h2 {
      margin-top: 20px;
      margin-bottom: 10px;
      font-size: 22px; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content table {
      text-align: left;
      width: 100%; }

.booking-cancel a {
  background: #78a599;
  color: white; }

.wc-booking-summary,
.booking-id,
.order-number {
  display: none; }

.woocommerce-order {
  margin-top: 50px;
  margin-bottom: 50px; }
  .woocommerce-order .col-1 {
    width: 50%; }
  .woocommerce-order h2 {
    font-size: 22px;
    margin-top: 30px; }

/*My account
.woocommerce-MyAccount-navigation {
  display: inline-block;
  width: 24%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  background: $grey;
  ul {
    box-sizing: border-box;
    padding: 20px;
    list-style: none;

    .woocommerce-MyAccount-navigation-link--downloads {
      display: none;
    }
  }
}
.woocommerce-MyAccount-content {
  display: inline-block;
  border: 2px solid $grey;
  margin-bottom: 90px;
  width: 72%;
  margin-left: 28%;
  table {
    width: 100%;
  }
}
*/
#cart .processing {
  opacity: 0.8;
  cursor: progress; }
#cart .banner {
  background: #f7e6cf;
  text-align: center;
  color: #e97c00;
  font-size: 14px;
  padding: 8px;
  margin-bottom: 20px;
  margin-top: 14px; }
#cart .widget_shopping_cart_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100% - 179px);
  padding-bottom: 20px; }
  #cart .widget_shopping_cart_content .cart_list {
    max-height: 100%;
    overflow: scroll; }
    #cart .widget_shopping_cart_content .cart_list .mini_cart_item {
      position: relative;
      margin-bottom: 22px; }
      #cart .widget_shopping_cart_content .cart_list .mini_cart_item img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        width: 85px;
        min-height: 85px;
        border-radius: 4px;
        margin-right: 10px; }
      #cart .widget_shopping_cart_content .cart_list .mini_cart_item .title {
        margin: 0px;
        font-weight: bold; }
      #cart .widget_shopping_cart_content .cart_list .mini_cart_item .product-quantity {
        margin-top: 5px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
      #cart .widget_shopping_cart_content .cart_list .mini_cart_item .total-price {
        position: absolute;
        bottom: 2px;
        right: 0px; }
      #cart .widget_shopping_cart_content .cart_list .mini_cart_item .remove {
        position: absolute;
        right: 0px;
        top: 2px; }
        #cart .widget_shopping_cart_content .cart_list .mini_cart_item .remove svg {
          height: 22px;
          width: auto;
          fill: #bfbfbf; }
  #cart .widget_shopping_cart_content .bottom {
    border-top: 1px solid #f2f2f2;
    height: 250px; }
    #cart .widget_shopping_cart_content .bottom .total {
      margin: 20px 0px 40px 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      #cart .widget_shopping_cart_content .bottom .total strong {
        margin-left: auto; }
      #cart .widget_shopping_cart_content .bottom .total .includes_tax {
        position: absolute;
        right: 0px;
        top: 25px; }
    #cart .widget_shopping_cart_content .bottom .btn {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      padding: 20px 24px;
      font-size: 18px; }
      #cart .widget_shopping_cart_content .bottom .btn.secondary {
        margin-top: 25px; }

.products {
  padding-left: 0px;
  list-style: none; }
  .products .product {
    margin-bottom: 20px;
    position: relative; }
    .products .product .onsale {
      position: absolute;
      top: 5px;
      left: 5px;
      background: #78a599;
      color: white;
      padding: 4px; }
    .products .product img {
      height: 250px;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
    .products .product h2 {
      font-size: 16px;
      color: #313131; }
    .products .product .price {
      font-size: 14px;
      color: #313131; }
    .products .product .add_to_cart_button {
      display: none; }
  .products.columns-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .products.columns-5 li.product {
      width: 20%; }

@media (max-width: 700px) {
  .products.columns-5, .products.columns-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .products.columns-5 li.product, .products.columns-4 li.product {
      width: 50%; }

  .woocommerce-ordering {
    top: 19px; }
    .woocommerce-ordering select {
      width: 140px; }

  #nav_menu-4 {
    display: none; } }
.product-type-booking {
  margin-bottom: 50px;
  /*
  * RESTYLING THE ENTIRE CALENDER.
    1. datepicker top header
    2. Select dates
    3. Selec time
  */ }
  .product-type-booking .related.products,
  .product-type-booking .woocommerce-product-gallery,
  .product-type-booking .product_title,
  .product-type-booking .wc-bookings-date-picker-timezone-block,
  .product-type-booking .checkmarks {
    display: none; }
  .product-type-booking .wc-bookings-booking-form,
  .product-type-booking .wc-bookings-date-picker {
    padding: 0px;
    border: 0px solid transparent; }
  .product-type-booking .choose-persons {
    background: #f8f6f1;
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 10px; }
    .product-type-booking .choose-persons p {
      margin: 0px; }
  .product-type-booking .summary.entry-summary {
    width: 100%;
    padding: 0px; }
    .product-type-booking .summary.entry-summary > .price,
    .product-type-booking .summary.entry-summary .woocommerce-product-details__short-description {
      display: none; }
  .product-type-booking #wc-bookings-booking-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .product-type-booking #wc-bookings-booking-form .persons {
      width: calc(100% / 1);
      padding: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 4px;
      text-align: center;
      position: relative; }
      .product-type-booking #wc-bookings-booking-form .persons label {
        font-size: 14px;
        color: #313131;
        margin-bottom: 10px;
        background: white;
        display: inline-block;
        padding: 0px 10px; }
      .product-type-booking #wc-bookings-booking-form .persons input {
        display: block;
        margin: 0px auto;
        outline: none;
        height: 42px;
        border: 2px solid #f2f2f2;
        text-align: center;
        -moz-appearance: textfield; }
        .product-type-booking #wc-bookings-booking-form .persons input::-webkit-outer-spin-button, .product-type-booking #wc-bookings-booking-form .persons input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
      .product-type-booking #wc-bookings-booking-form .persons::after {
        content: "";
        border: 1px solid #dddddd;
        border-radius: 4px;
        z-index: -1;
        position: absolute;
        top: 30px;
        left: 5px;
        right: 5px;
        bottom: 0px; }
    .product-type-booking #wc-bookings-booking-form .wc-bookings-date-picker {
      width: 100%; }
    .product-type-booking #wc-bookings-booking-form div.form-field-wide {
      width: 100%; }
  .product-type-booking .wc-bookings-date-picker .ui-widget-content {
    -webkit-box-shadow: 0px 0px 0px;
            box-shadow: 0px 0px 0px; }
  .product-type-booking .ui-datepicker-header {
    background-color: #f2f2f2;
    border: none;
    background-image: none;
    color: #313131; }
    .product-type-booking .ui-datepicker-header .ui-corner-all {
      background: transparent; }
  .product-type-booking .wc-bookings-date-picker .ui-datepicker th {
    color: #313131;
    background: transparent;
    padding: 25px; }
  .product-type-booking .wc-bookings-date-picker .ui-datepicker td {
    border: 0px;
    background: transparent; }
    .product-type-booking .wc-bookings-date-picker .ui-datepicker td a {
      margin: 5px;
      border-radius: 4px;
      -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
      text-shadow: 0px; }
    .product-type-booking .wc-bookings-date-picker .ui-datepicker td .ui-state-default {
      margin: 5px;
      padding: 25px;
      border-radius: 4px;
      -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08); }
  .product-type-booking .wc-bookings-booking-form .block-picker li.block {
    width: 25%;
    min-width: inherit; }
    .product-type-booking .wc-bookings-booking-form .block-picker li.block:nth-child(even) a {
      background: inherit; }
    .product-type-booking .wc-bookings-booking-form .block-picker li.block a {
      color: #313131;
      font-weight: 400;
      font-size: 14px;
      -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
      padding: 50px 0px;
      margin: 5px;
      border-radius: 4px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .product-type-booking .wc-bookings-booking-form .block-picker li.block a:hover {
        color: white;
        background: #78a599; }
  .product-type-booking .info {
    margin-top: 20px;
    background: #f2f2f2;
    padding: 20px 30px; }
    .product-type-booking .info ul,
    .product-type-booking .info ol {
      padding: 0px;
      padding-left: 20px; }
      .product-type-booking .info ul li,
      .product-type-booking .info ol li {
        line-height: 2; }
  .product-type-booking .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev span {
    display: block;
    width: 10px;
    margin-top: 0px;
    height: 10px;
    background: transparent;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .product-type-booking .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev::after {
    display: block;
    content: "Forrige";
    /* margin-right: 20px; */
    position: absolute;
    left: 37px;
    top: 17px;
    font-size: 12px; }
  .product-type-booking .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next span {
    display: block;
    width: 10px;
    margin-top: 0px;
    height: 10px;
    background: transparent;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .product-type-booking .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next::after {
    display: block;
    content: "Næste";
    /* margin-right: 20px; */
    position: absolute;
    right: 37px;
    top: 17px;
    font-size: 12px; }
  .product-type-booking .wc-bookings-booking-cost {
    margin-left: 10px;
    background: #f2f2f2;
    border: 0px;
    width: 100%; }
  .product-type-booking .wc-bookings-booking-form-button.single_add_to_cart_button {
    width: 100%;
    background: #78a599;
    border: 0px solid transparent;
    height: 52px;
    color: white; }
    .product-type-booking .wc-bookings-booking-form-button.single_add_to_cart_button.disabled {
      display: none !important; }

@media (max-width: 700px) {
  .product-type-booking
  .wc-bookings-date-picker
  .ui-datepicker
  td
  .ui-state-default {
    padding: 15px 12px; }

  .product-type-booking .wc-bookings-date-picker .ui-datepicker th {
    padding: 15px 12px; } }
body.archive .site-main {
  padding-top: 25px; }
  body.archive .site-main .background-container {
    margin-top: 10px; }
body.archive .widget_nav_menu ul,
body.archive .widget_nav_menu ol {
  list-style: none;
  padding: 0px; }
  body.archive .widget_nav_menu ul li,
  body.archive .widget_nav_menu ol li {
    line-height: 2;
    opacity: 0.7; }
    body.archive .widget_nav_menu ul li a,
    body.archive .widget_nav_menu ol li a {
      color: #313131;
      font-weight: 400; }
      body.archive .widget_nav_menu ul li a:visited,
      body.archive .widget_nav_menu ol li a:visited {
        color: #313131; }
    body.archive .widget_nav_menu ul li.current-menu-item,
    body.archive .widget_nav_menu ol li.current-menu-item {
      opacity: 1; }

body.single-product {
  position: relative; }
  body.single-product .woocommerce-breadcrumb {
    display: block;
    padding-top: 50px;
    margin-bottom: 20px;
    font-size: 14px;
    color: rgba(32, 31, 31, 0.6); }
    body.single-product .woocommerce-breadcrumb a {
      color: #313131; }
  body.single-product .woocommerce-notices-wrapper {
    position: absolute;
    top: 5px; }
  body.single-product .content-area {
    max-width: 1170px;
    margin: 0px auto;
    padding: 0px 10px; }
  body.single-product .woocommerce-product-gallery__trigger {
    display: none; }
  body.single-product .flex-control-nav {
    list-style: none;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px; }
    body.single-product .flex-control-nav li {
      height: 120px;
      width: 120px;
      margin-right: 10px;
      position: relative;
      cursor: pointer; }
      body.single-product .flex-control-nav li img {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        opacity: 0.5;
        width: 100%;
        height: 100%; }
        body.single-product .flex-control-nav li img:hover {
          opacity: 0.7; }
        body.single-product .flex-control-nav li img.flex-active {
          opacity: 1; }
  body.single-product .summary .product_title {
    font-size: 26px; }
  body.single-product .summary .price {
    line-height: 2.6;
    font-size: 18px;
    margin: 0px; }
  body.single-product .summary .woocommerce-product-details__short-description {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 25px; }
  body.single-product .summary .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    margin-bottom: 25px; }
    body.single-product .summary .cart.variations_form {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.single-product .summary .cart.variations_form .variations {
        width: 100%;
        margin-bottom: 20px; }
      body.single-product .summary .cart.variations_form .single_variation_wrap {
        width: 100%; }
      body.single-product .summary .cart.variations_form .woocommerce-variation-price {
        margin-top: -10px;
        margin-bottom: 20px; }
      body.single-product .summary .cart.variations_form .woocommerce-variation-add-to-cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    body.single-product .summary .cart .add_to_cart_button {
      width: 100%;
      text-align: center;
      border: 0px solid transparent;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      body.single-product .summary .cart .add_to_cart_button span {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      body.single-product .summary .cart .add_to_cart_button svg {
        margin-right: 10px; }
        body.single-product .summary .cart .add_to_cart_button svg .a {
          fill: #78a599;
          stroke: white; }
      body.single-product .summary .cart .add_to_cart_button.disabled {
        opacity: 0.6;
        cursor: default; }

@media (max-width: 700px) {
  body.single-product .woocommerce-breadcrumb {
    padding-top: 10px; }

  div.product .summary,
  div.product .images {
    width: 100%;
    padding: 0px; }
  div.product .flex-control-nav li {
    height: 60px;
    width: 60px; } }
.quantity {
  margin-right: 15px;
  height: 44px;
  border: 1px solid #f2f2f2; }
  .quantity .screen-reader-text {
    display: none; }
  .quantity input {
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    outline: 0px;
    border-radius: 0px;
    outline: none;
    border: 0px solid transparent;
    text-align: center;
    width: 40px;
    -moz-appearance: textfield; }
    .quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .quantity .change-qty {
    background: white;
    border: 0px;
    width: 40px;
    height: 100%;
    position: relative;
    padding: 0px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .quantity .change-qty:after, .quantity .change-qty:before {
      content: "";
      display: block;
      height: 2px;
      width: 30%;
      left: 0px;
      right: 0px;
      margin: 0px auto;
      background: #36302c;
      background: rgba(54, 48, 44, 0.8);
      position: absolute;
      top: calc(50% - 1px); }
    .quantity .change-qty:hover {
      background: #f2f2f2; }
  .quantity .minus {
    border-right: 1px solid #f2f2f2; }
    .quantity .minus:after {
      display: none; }
  .quantity .plus {
    border-left: 1px solid #f2f2f2; }
    .quantity .plus:after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      width: 28%; }

body.woocommerce-checkout .woocommerce {
  padding: 30px 0px 50px 0px; }
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  font-size: 14px; }
body.woocommerce-checkout #customer_details {
  padding-left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  body.woocommerce-checkout #customer_details .woocommerce-billing-fields {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2; }
  body.woocommerce-checkout #customer_details .woocommerce-additional-fields {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
body.woocommerce-checkout #order_review {
  margin-top: -20px;
  text-align: left;
  background: #f2f2f2;
  border-radius: 4px;
  height: inherit; }
  body.woocommerce-checkout #order_review .woocommerce-shipping-methods,
  body.woocommerce-checkout #order_review .payment_methods {
    list-style: none;
    padding: 0px; }
body.woocommerce-checkout .form-row {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 16px; }
  body.woocommerce-checkout .form-row label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    cursor: pointer; }
    body.woocommerce-checkout .form-row label input {
      width: inherit;
      margin-right: 10px; }
  body.woocommerce-checkout .form-row input {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 42px;
    border-radius: 4px;
    line-height: 1;
    padding: 0px;
    text-indent: 8px;
    border: 1px solid #f2f2f2; }
  body.woocommerce-checkout .form-row textarea {
    border: 1px solid #f2f2f2;
    padding: 10px;
    line-height: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  body.woocommerce-checkout .form-row.form-row-first {
    width: calc(50% - 8px);
    display: inline-block;
    margin-right: 8px; }
  body.woocommerce-checkout .form-row.form-row-last {
    width: calc(50% - 8px);
    display: inline-block;
    margin-left: 8px; }
body.woocommerce-checkout #place_order {
  border: 0px solid transparent;
  background-color: #78a599;
  height: 52px;
  color: white;
  display: block;
  width: 100%; }

.text {
  margin-bottom: 35px;
  color: #313131; }

.hero {
  margin-bottom: 60px;
  height: calc(85vh - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .hero.small {
    height: calc(50vh); }
  .hero .content {
    margin: auto; }
    .hero .content .bottom-margin {
      margin-bottom: 20px; }
  .hero .priser {
    width: 30%; }
    .hero .priser .inner {
      padding: 20px;
      background: #78a599;
      border-radius: 2px; }
    .hero .priser .prisliste {
      margin: 20px 0px; }
      .hero .priser .prisliste .pris {
        line-height: 2;
        opacity: 0.8;
        font-size: 14px; }
    .hero .priser .obs {
      margin-top: auto;
      font-size: 14px; }
  .hero.book {
    height: calc(55vh); }
    .hero.book .booking {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-align: left; }
      .hero.book .booking .text-column {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 60%; }

@media (max-width: 700px) {
  .hero.book {
    height: inherit; }
    .hero.book .booking {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .hero.book .booking .text-column,
      .hero.book .booking .priser {
        width: 100%; }
      .hero.book .booking .priser {
        padding: 20px 0px; }
        .hero.book .booking .priser .flex.space-between {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
.image-and-text {
  margin-bottom: 75px; }
  .image-and-text .background-container {
    min-height: 400px;
    max-height: 500px;
    padding: 0px 40px; }
  .image-and-text .text {
    max-width: 640px;
    margin-left: 0px; }
  .image-and-text .row-reverse .text {
    margin-left: inherit; }

.boxes-wrapper {
  margin-bottom: 75px; }
  .boxes-wrapper .boxes .box-headline {
    background: #78a599;
    color: white;
    padding: 15px 0px 7px 15px; }
  .boxes-wrapper.hero-boxes {
    margin-bottom: 40px; }
    .boxes-wrapper.hero-boxes .content {
      max-width: inherit;
      padding: 0px; }
      .boxes-wrapper.hero-boxes .content .box {
        height: calc(80vh - 80px);
        padding: 10px 5px; }
        .boxes-wrapper.hero-boxes .content .box .background-container {
          height: 100%; }

.products-wrapper {
  margin-bottom: 75px; }
  .products-wrapper .btn-bottom {
    margin-top: 20px; }

.contact {
  margin-bottom: 75px; }
  .contact h2 {
    margin-top: 25px; }

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