@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Karla:100,400,600,100italic,400italic,600italic&display=swap";
/*!
Theme Name: Maksimer
Theme URI: https://github.com/maksimer/maksimer-wordpress-theme
Version: 3.1.0
Description: Theme developed by Maksimer AS
Author: Maksimer AS
Author URI: https://www.maksimer.no/
Text Domain: maksimer-lang
*/
@font-face {
  font-family: "AvenirLTPro-Roman";
  src: url(webfonts/38E35E_0_0.eot);
  src:
    url(webfonts/38E35E_0_0.eot?#iefix) format("embedded-opentype"),
    url(webfonts/38E35E_0_0.woff2) format("woff2"),
    url(webfonts/38E35E_0_0.woff) format("woff"),
    url(webfonts/38E35E_0_0.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "AvenirLTPro-Medium";
  src: url(webfonts/38E35E_1_0.eot);
  src:
    url(webfonts/38E35E_1_0.eot?#iefix) format("embedded-opentype"),
    url(webfonts/38E35E_1_0.woff2) format("woff2"),
    url(webfonts/38E35E_1_0.woff) format("woff"),
    url(webfonts/38E35E_1_0.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "AvenirLTPro-Heavy";
  src: url(webfonts/38E35E_2_0.eot);
  src:
    url(webfonts/38E35E_2_0.eot?#iefix) format("embedded-opentype"),
    url(webfonts/38E35E_2_0.woff2) format("woff2"),
    url(webfonts/38E35E_2_0.woff) format("woff"),
    url(webfonts/38E35E_2_0.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "AvenirLTPro-Black";
  src: url(webfonts/38E35E_3_0.eot);
  src:
    url(webfonts/38E35E_3_0.eot?#iefix) format("embedded-opentype"),
    url(webfonts/38E35E_3_0.woff2) format("woff2"),
    url(webfonts/38E35E_3_0.woff) format("woff"),
    url(webfonts/38E35E_3_0.ttf) format("truetype");
  font-display: swap;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
*:last-child {
  margin-bottom: 0;
}
body {
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-weight: normal;
  background: #fff;
  color: #607993;
  font-size: 16px;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 999px) {
  body {
    padding-top: 45px;
  }
}
body.single-product {
  font-family:
    "Karla",
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 800px) {
  body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold img .sliderText {
    max-width: 300px !important;
  }
}
@media (max-width: 800px) {
  .slideshow .image-wrap img {
    height: 100%;
    object-fit: cover;
  }
}
.hidden,
.screen-reader-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.skip-link.screen-reader-text:focus {
  display: block;
  clip: auto;
  color: #607993;
  height: auto;
  left: 5px;
  top: 5px;
  padding: 10px 20px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}
.clear {
  clear: both;
}
@media screen {
  @-ms-viewport {
    width: device-width;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.wp-caption {
  max-width: 100%;
  height: auto;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 20px;
  font-style: italic;
}
.gallery {
  margin: -10px;
}
.gallery-item {
  display: inline-block;
  padding: 10px;
  min-height: 1px;
  width: 50%;
}
@media screen and (min-width: 767px) {
  .gallery-item {
    width: 25%;
  }
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
@media screen and (min-width: 657px) {
  .gallery-item {
    width: 33.33%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
@media screen and (min-width: 1023px) {
  .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-item a {
  display: inline-block;
  max-width: 100%;
}
.gallery-item img {
  display: block;
}
.gallery-caption {
  display: block;
  padding: 0 10px 0 0;
  font-size: 14px;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.aligncenter {
  display: block;
  margin: 0 auto 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 42px;
  font-size: 5vw;
  line-height: 120%;
  color: #41527E;
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
  margin: 0 0 0.4em;
}
@media (max-width: 640px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
@media (min-width: 840px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}
.single-product h1 {
  font-family:
    "Karla",
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
}
h1 + h2 {
  margin-top: 0.8em;
}
h2,
.h2 {
  font-size: 26px;
  font-size: 4vw;
  line-height: 130%;
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
  color: #4DA8E5;
  margin: 1.5em 0 0.8em;
}
@media (max-width: 700px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media (min-width: 650px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}
h3,
.h3 {
  font-size: 20px;
  font-size: 2vw;
  line-height: 130%;
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
  color: #607993;
  margin: 1.5em 0 0.5em;
}
@media (max-width: 850px) {
  h3,
  .h3 {
    font-size: 17px;
  }
}
@media (min-width: 1000px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
h4,
.h4 {
  font-size: 21px;
  font-size: 2.5vw;
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
  line-height: 140%;
  margin: 1.5em 0 0.3em;
}
@media (max-width: 720px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (min-width: 840px) {
  h4,
  .h4 {
    font-size: 21px;
  }
}
h5,
.h5 {
  color: #41527E;
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.18em;
  margin: 1.2em 0 0.2em;
}
h6,
.h6 {
  font-size: 14px;
  line-height: 140%;
  margin: 1.2em 0 0.2em;
}
.cat-tag {
  font-family: "AvenirLTPro-Medium", sans-serif;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5vw;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 20px;
}
@media (max-width: 666.6666666667px) {
  .cat-tag {
    font-size: 10px;
  }
}
@media (min-width: 1000px) {
  .cat-tag {
    font-size: 15px;
  }
}
.uppercase {
  font-size: 13px;
  font-size: 1.5vw;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #607993;
}
@media (max-width: 800px) {
  .uppercase {
    font-size: 12px;
  }
}
@media (min-width: 866.6666666667px) {
  .uppercase {
    font-size: 13px;
  }
}
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
}
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  text-decoration: none;
  color: inherit;
}
h1 a:hover,
h1 a:focus,
.h1 a:hover,
.h1 a:focus,
h2 a:hover,
h2 a:focus,
.h2 a:hover,
.h2 a:focus,
h3 a:hover,
h3 a:focus,
.h3 a:hover,
.h3 a:focus,
h4 a:hover,
h4 a:focus,
.h4 a:hover,
.h4 a:focus,
h5 a:hover,
h5 a:focus,
.h5 a:hover,
.h5 a:focus,
h6 a:hover,
h6 a:focus,
.h6 a:hover,
.h6 a:focus {
  text-decoration: underline;
  color: #41527E;
}
p,
address {
  margin: 0 0 0.8em 0;
  line-height: 180%;
}
b,
strong {
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
}
i,
em {
  font-style: italic;
}
sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 0;
}
sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0;
}
a {
  color: #41527E;
}
a:focus,
a:hover {
  text-decoration: none;
}
body .module-four-column ul,
body .module-three-column ul,
body .module-two-column ul,
body .module-one-column ul {
  margin: 0 0 20px;
  padding: 0;
}
body .module-four-column ul li,
body .module-three-column ul li,
body .module-two-column ul li,
body .module-one-column ul li {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 4px 0 4px 0;
  text-indent: -24px;
  line-height: 160%;
}
body .module-four-column ul li:before,
body .module-three-column ul li:before,
body .module-two-column ul li:before,
body .module-one-column ul li:before {
  content: "\2022";
  color: #4DA8E5;
  margin-right: 15px;
}
body .module-four-column ul li ul,
body .module-three-column ul li ul,
body .module-two-column ul li ul,
body .module-one-column ul li ul {
  margin: 0;
}
ol {
  margin: 0 0 20px;
  padding: 0;
}
ol li {
  list-style: decimal outside;
  margin: 0 0 0 20px;
}
ol li ol {
  margin: 0;
}
blockquote {
  position: relative;
}
blockquote p {
  font-size: 20px;
  font-size: 2vw;
  line-height: 160%;
}
@media (max-width: 800px) {
  blockquote p {
    font-size: 16px;
  }
}
@media (min-width: 1000px) {
  blockquote p {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  blockquote {
    margin: 0;
  }
}
blockquote:before {
  position: absolute;
  left: -75px;
  top: -58px;
  content: "\201e";
  font-size: 130px;
  font-family: Andale Mono, Times;
  opacity: 0.6;
}
@media screen and (max-width: 800px) {
  blockquote:before {
    left: -55px;
    top: -58px;
    font-size: 100px;
  }
}
table {
  width: 100%;
  margin-bottom: 20px;
}
table th,
table td {
  padding: 10px;
  text-align: left;
}
table th {
  font-weight: 700;
}
table tbody tr {
  border-bottom: 1px solid #e6e6e6;
}
pre,
xmp,
code {
  font-family: "Fira Code", "monospace";
  background: #f2f2f2;
  color: #607993;
  padding: 20px;
  margin: 0 0 20px;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  overflow: scroll;
}
code {
  padding: 5px;
  margin: 0 2px;
}
input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=search] {
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-weight: normal;
  appearance: none;
  width: 100%;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  font-size: 16px;
  line-height: 140%;
  padding: 10px;
  margin: 0;
  display: block;
}
textarea {
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-weight: normal;
  appearance: none;
  width: 100%;
  max-width: 100%;
  height: 100px;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  font-size: 16px;
  padding: 10px;
  margin: 0;
  display: inline-block;
}
.woocommerce button.button.alt.disabled,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce a.button,
button.button,
.button,
a.button,
.button-stroke,
a.button-stroke {
  font-family: "AvenirLTPro-Black", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.2vw;
  appearance: none;
  border: 2px solid #4DA8E5;
  border-radius: 3px;
  background: #4DA8E5;
  color: #fff;
  margin: 1.5em 2px 0 0;
  padding: 10px 25px 7px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1083.3333333333px) {
  .woocommerce button.button.alt.disabled,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce a.button,
  button.button,
  .button,
  a.button,
  .button-stroke,
  a.button-stroke {
    font-size: 13px;
  }
}
@media (min-width: 1333.3333333333px) {
  .woocommerce button.button.alt.disabled,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce a.button,
  button.button,
  .button,
  a.button,
  .button-stroke,
  a.button-stroke {
    font-size: 16px;
  }
}
.woocommerce button.button.alt.disabled:focus,
.woocommerce button.button.alt.disabled:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce a.button:focus,
.woocommerce a.button:hover,
button.button:focus,
button.button:hover,
.button:focus,
.button:hover,
a.button:focus,
a.button:hover,
.button-stroke:focus,
.button-stroke:hover,
a.button-stroke:focus,
a.button-stroke:hover {
  background: #4DA8E5;
  opacity: 0.8;
  color: #fff;
}
.woocommerce button.button.alt.disabled:disabled,
.woocommerce button.button.alt.disabled:disabled[disabled],
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
button.button:disabled,
button.button:disabled[disabled],
.button:disabled,
.button:disabled[disabled],
a.button:disabled,
a.button:disabled[disabled],
.button-stroke:disabled,
.button-stroke:disabled[disabled],
a.button-stroke:disabled,
a.button-stroke:disabled[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.button-stroke,
a.button-stroke {
  background: white;
  color: #4DA8E5;
}
.woocommerce button.button.alt.disabled {
  opacity: 0.4;
}
#cart-button,
a.button.wc-forward {
  border: 2px solid #4DA8E5;
  background: white;
  color: #4DA8E5;
  width: 100%;
  margin: 5px 0;
  padding: 18px 15px 15px 15px;
  font-size: 16px;
}
#checkout-button,
a.button.wc-forward.checkout,
a.button.wc-forward.checkout-button {
  background-image: linear-gradient(18deg, #04BEFE 0%, #4481EB 95%);
  letter-spacing: 0.72px;
  border: none;
  box-shadow: 0 8px 9px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 5px 0;
  padding: 18px 15px 15px 15px;
  font-size: 16px;
  color: white;
}
.arrow-left,
.arrow-right {
  position: relative;
}
.arrow-left:before,
.arrow-right:before {
  content: "";
  position: absolute;
  background-image: url(assets/images/arrow-blue-left.png);
  background-size: contain;
  height: 62px;
  width: 30px;
  left: -45px;
  top: -55px;
}
.arrow-right:before {
  background-image: url(assets/images/arrow-blue-right.png);
  right: -62px;
  left: auto;
  top: -46px;
}
.products .quantity,
.product .quantity {
  display: block;
  zoom: 1;
  padding: 10px 20px;
}
.products .quantity:after,
.product .quantity:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.products .quantity .qty-button,
.product .quantity .qty-button {
  float: left;
  width: 10px;
  line-height: 14px;
  text-align: left;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  padding-top: 4px;
}
.products .quantity .qty-button.qty-up,
.product .quantity .qty-button.qty-up {
  text-align: right;
}
.products .quantity input[type=number].qty,
.product .quantity input[type=number].qty {
  background: none;
  float: left;
  width: calc(100% - 20px);
  text-align: center;
  box-shadow: none;
  border-color: transparent;
  border: none;
  padding: 0;
  line-height: 14px;
  font-size: 14px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
body .select2-container .select2-choice,
body select {
  position: relative;
  padding: 8px 50px 8px 10px;
  background: url(assets/images/bluearrow.svg) no-repeat right 10px center;
  font-size: 14px;
  font-family: "AvenirLTPro-Medium", sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #607993;
  border: 1px solid #607993;
  background-size: 24px 22px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wrapper {
  display: block;
  zoom: 1;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.wrapper:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.footer .wrapper,
.header .wrapper,
body.error404 .wrapper,
body.woocommerce-page .wrapper,
.single-product .woocommerce-tabs {
  max-width: 1150px;
  width: 90%;
  padding: auto 0 0 0;
  margin-right: auto;
  margin-left: auto;
}
body > .wrapper {
  padding-top: 100px;
}
@media screen and (max-width: 1000px) {
  body > .wrapper {
    padding-top: 60px;
  }
}
body.page-id-56980 > .wrapper {
  padding-top: 0;
}
body.error404 .wrapper {
  padding: 15vw 0 7vw;
}
body.error404 .wrapper .content-404 {
  max-width: 750px;
  margin: 0 auto;
}
body.single-post .wrapper {
  padding-top: unset;
}
body.single-post .wrapper .post-thumbnail {
  text-align: center;
}
body.single-post .wrapper .main-content-wrap {
  margin-top: 70px;
}
body.single-post .wrapper .main-content-wrap article {
  max-width: 600px;
}
body.single-post .wrapper .main-content-wrap article figure {
  margin: 0;
}
body.blog nav.posts-navigation {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}
header.header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
}
@media screen and (max-width: 1000px) {
  header.header {
    position: absolute;
  }
}
header.header .wrapper {
  padding: 10px 0;
  min-height: 80px;
  display: flex;
  justify-content: space-between;
  justify-items: center;
}
.logo {
  width: 65px;
  margin: auto 4vw auto 0;
}
.logo a {
  line-height: 100%;
  display: block;
}
.logo img {
  width: 100%;
  height: auto;
}
.logo-mobile {
  width: 100px;
  margin: auto auto auto 0;
  display: none;
}
.logo-mobile img {
  vertical-align: bottom;
}
#mini-cart {
  margin: auto 30px auto auto;
}
@media screen and (min-width: 450px) {
  #mini-cart {
    position: relative;
  }
}
#mini-cart .mini-cart-toggle {
  padding-top: 3px;
  display: block !important;
  cursor: pointer;
}
#mini-cart .mini-cart-toggle .amount {
  font-size: 16px;
  font-size: 2vw;
  color: black;
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
  margin-left: 5px;
}
@media (max-width: 600px) {
  #mini-cart .mini-cart-toggle .amount {
    font-size: 12px;
  }
}
@media (min-width: 800px) {
  #mini-cart .mini-cart-toggle .amount {
    font-size: 16px;
  }
}
#mini-cart .mini-cart-wrapper {
  display: none;
}
.menu-toggle {
  display: none;
}
@media screen and (max-width: 1000px) {
  header.header {
    position: fixed;
    top: 0;
    background: white;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  }
  header.header .wrapper {
    min-height: 40px;
  }
  header.header .logo {
    display: none;
  }
  header.header .logo-mobile {
    display: block;
  }
  .menu-toggle {
    display: block;
    margin: auto 0;
  }
  .menu-toggle .close {
    display: none;
  }
  .menu-toggle a {
    line-height: 100%;
    display: block;
    height: 24px;
  }
  #mini-cart .product-button {
    margin: 0;
  }
  #mini-cart.empty .mini-cart-toggle {
    display: none !important;
  }
  #mini-cart.full .product-button {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  #mini-cart .product-button {
    display: none;
  }
}
.open-fullscreen-menu .menu-toggle a .open {
  display: none;
}
.open-fullscreen-menu .menu-toggle a .close {
  display: block !important;
}
@media screen and (max-width: 1000px) {
  body.admin-bar {
    margin-top: -45px;
    padding: 45px 0 0 0;
  }
}
#leos-banner .button.red {
  background: #ee3e22;
  border-color: #ee3e22;
}
#leos-banner .button-stroke.red {
  background: white;
  color: #ee3e22;
  border-color: #ee3e22;
}
@media screen and (min-width: 1001px) {
  #leos-banner {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  #leos-banner {
    margin-top: -60px;
  }
}
#leo-logos {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#leo-logos .col {
  width: 50%;
  flex: 1 0 50% !important;
}
#leo-logos .col img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1001px) {
  #menu-hovedmeny .menu-item-has-children {
    position: relative;
  }
  #menu-hovedmeny .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    width: 250px;
    padding: 10px;
    top: 55px;
    left: 0;
    z-index: 99;
  }
  #menu-hovedmeny .menu-item-has-children .sub-menu li {
    margin-right: 0;
  }
  #menu-hovedmeny .menu-item-has-children .sub-menu li a {
    padding: 0.5em 0;
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  #menu-hovedmeny .menu-item-has-children .sub-menu {
    display: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #menu-hovedmeny .menu-item-has-children .sub-menu li {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  #menu-hovedmeny .menu-item-has-children .sub-menu li a {
    padding: 0.5em 0;
    display: block;
  }
}
#home-mobile-top-section {
  text-align: center;
}
#home-mobile-top-section .image-wrap {
  display: none;
}
#home-mobile-top-section-campaign {
  overflow: hidden;
}
#home-partners .col {
  -ms-flex-preferred-size: 25% !important;
  flex-basis: 25% !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
#home-partners .col img {
  margin-bottom: 0;
}
#homepage-campaign-badge {
  position: relative;
  left: -100px;
  width: 280px !important;
}
#home-desktop-button-wrapper {
  display: inline-block;
  position: relative;
}
#home-desktop-button-wrapper:after {
  display: block;
  content: " ";
  width: 80px;
  height: 90px;
  background-image: url(assets/images/arrow-white.png);
  background-size: 100%;
  position: absolute;
  bottom: 11px;
  left: 100%;
  margin-left: 10px;
}
#home-desktop-button-wrapper .button-stroke {
  color: #111;
  border: none;
  font-size: 18px;
  padding: 0.8em 2em !important;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
#home-mobile-button-wrapper {
  display: inline-block;
  position: relative;
}
#home-mobile-button-wrapper:after {
  display: block;
  content: " ";
  width: 80px;
  height: 90px;
  background-image: url(assets/images/arrow-xblue.png);
  background-size: 100%;
  position: absolute;
  bottom: 11px;
  left: 100%;
  margin-left: 10px;
}
#home-block-products .half-container {
  background-size: 55%;
}
#x4-hero-desktop .slide-innhold-1 {
  padding: 0 0 60px !important;
  position: relative;
  width: 100% !important;
}
@media (max-width: 800px) {
  #x4-hero-desktop .slide-innhold-1 .heroSliderHolder {
    float: none !important;
    margin: 70px auto;
  }
}
#x4-hero-desktop .slide-innhold-1 .heroSliderHolder img {
  margin: 0 0 0 auto !important;
  height: 450px;
  max-height: 450px !important;
  max-width: 100% !important;
}
#x4-hero-desktop .slide-innhold-1 .heroSliderHolder img.sliderImgWatch {
  max-width: 360px !important;
}
#x4-hero-desktop .slide-innhold-1 .heroSliderHolder img.sliderText {
  position: relative;
  display: inline-block;
  top: 60px;
  height: auto;
  max-width: 410px !important;
}
#x4-hero-desktop .slide-innhold-1 .heroSliderHolder img.redBall {
  position: absolute;
  top: 0;
  height: auto;
  left: 10px;
  max-height: 330px !important;
}
@media (max-width: 800px) {
  #x4-hero-desktop .slide-innhold-1 .heroSliderHolder img.redBall {
    display: none !important;
  }
}
#x4-hero-desktop #home-desktop-button-wrapper {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
#x4-hero-desktop #home-desktop-button-wrapper:after {
  display: none;
}
#x4-hero-mobile .slide-innhold-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 60px;
}
#x4-hero-mobile .slide-innhold-1 img {
  max-width: 90%;
}
#x4-hero-mobile #x4-mobile-button-wrapper {
  text-align: center;
}
#x4-hero-mobile #x4-mobile-button-wrapper .button {
  display: inline-block;
  color: #fff;
  border: none;
  background: #EF3D24;
  font-size: 20px;
  padding: 0.75em 1.75em;
  margin-top: 0.5em;
}
#x4-hero-mobile .sliderText {
  position: relative;
  top: 60px;
}
#xplora-go-campaign-desktop .image-wrap {
  position: static;
}
#xplora-go-campaign-desktop .image-wrap img {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
}
#xplora-go-campaign-desktop .slide-innhold {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
  display: block;
  height: auto;
}
#xplora-go-campaign-desktop .slide-innhold .slide-innhold-1 {
  width: 100%;
  margin: 0;
  padding: 0 0 40px;
}
#xplora-go-campaign-desktop #home-desktop-button-wrapper {
  text-align: center;
  display: block;
}
#xplora-go-campaign-desktop #home-desktop-button-wrapper:after {
  display: none;
}
#xplora-go-campaign-desktop #home-desktop-button-wrapper a {
  color: #fff;
  background: #EF3D24;
}
#black-week-hero-desktop .image-wrap {
  position: static;
}
#black-week-hero-desktop .image-wrap img {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
}
#black-week-hero-desktop .slide-innhold {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
  display: block;
  height: auto;
}
#black-week-hero-desktop .slide-innhold .slide-innhold-1 {
  width: 100%;
  margin: 0;
  padding: 0 0 40px;
}
#black-week-hero-desktop #home-desktop-button-wrapper {
  text-align: center;
  display: block;
}
#black-week-hero-desktop #home-desktop-button-wrapper:after {
  display: none;
}
#black-week-hero-desktop #home-desktop-button-wrapper a {
  color: #fff;
  background: #EF3D24;
}
#xplora-go-campaign-mobile .slide-innhold-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
}
#xplora-go-campaign-mobile #black-week-mobile-button-wrapper {
  text-align: center;
  display: block;
}
#xplora-go-campaign-mobile #black-week-mobile-button-wrapper:after {
  display: none;
}
#xplora-go-campaign-mobile #black-week-mobile-button-wrapper a {
  color: #fff;
  background: #EF3D24;
  border: none;
  font-size: 18px;
  padding: 15px 30px;
}
#black-week-hero-mobile .slide-innhold-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
}
#black-week-hero-mobile #black-week-mobile-button-wrapper {
  text-align: center;
  display: block;
}
#black-week-hero-mobile #black-week-mobile-button-wrapper:after {
  display: none;
}
#black-week-hero-mobile #black-week-mobile-button-wrapper a {
  color: #fff;
  background: #EF3D24;
  border: none;
  font-size: 18px;
  padding: 15px 30px;
}
.col-set {
  margin: -10px;
}
.col-set .col {
  padding: 10px;
  min-height: 1px;
}
@media screen and (min-width: 657px) {
  .col-set:not(.flex-set) {
    display: block;
    zoom: 1;
  }
  .col-set:not(.flex-set):after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .col-set:not(.flex-set) .col {
    float: left;
    width: 50%;
  }
  .col-set:not(.flex-set) .col.w2 {
    float: none;
    width: 100%;
    clear: both;
  }
  .flex-set {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-set .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-set .col.w2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .col-set:not(.flex-set).col-3 .col {
    width: 33.33%;
  }
  .col-set:not(.flex-set).col-3 .col.w2 {
    float: left;
    width: 66.66%;
    clear: none;
  }
  .flex-set.col-3 .col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .flex-set.col-3 .col.w2 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}
@media screen and (min-width: 1023px) {
  .col-set:not(.flex-set).col-4 .col {
    width: 25%;
  }
  .col-set:not(.flex-set).col-4 .col.w2 {
    width: 50%;
  }
  .flex-set.col-4 .col {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-set.col-4 .col.w2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.partners-first .columns {
  padding-top: 30px !important;
}
@media screen and (min-width: 1023px) {
  .partners-first .columns {
    max-width: 70% !important;
  }
}
.partners-first .col {
  width: 25% !important;
  -ms-flex-preferred-size: 25% !important;
  flex-basis: 25% !important;
  padding: 0px 30px 0 30px !important;
}
.partners-first .col img {
  margin-bottom: 0;
}
@media screen and (min-width: 1023px) {
  .partners-first + .module-four-column .columns {
    max-width: 45% !important;
  }
}
@media screen and (max-width: 1022px) {
  .partners-first + .module-four-column .columns {
    max-width: 90% !important;
  }
}
.partners-first + .module-four-column .col {
  width: 25% !important;
  -ms-flex-preferred-size: 25% !important;
  flex-basis: 25% !important;
  padding: 10px !important;
}
.partners-first + .module-four-column .col img {
  margin-bottom: 0;
}
.home .partners-second {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 1000px) {
  #partners-first-column .columns .col,
  #partners-second-column .columns .col {
    flex-basis: 25%;
  }
}
#partners-first-column .inhold.content,
#partners-second-column .inhold.content {
  padding: 0px;
}
body footer .wrapper:first-child {
  padding: 60px 0 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 650px) {
  body footer .wrapper:first-child {
    padding: 60px 0 50px;
    flex-direction: row;
    justify-content: space-between;
  }
}
body footer .col ul {
  margin-top: 0;
}
body footer .col p,
body footer .col li {
  font-size: 16px;
  font-family: "AvenirLTPro-Medium", sans-serif;
  font-weight: normal;
}
body footer .col li a {
  padding: 5px 0;
  display: block;
  color: #607993;
}
body footer .col-1 {
  max-width: 66px;
  margin: 0 4.5vw 0 0;
}
body footer .col-2,
body footer .col-3 {
  margin: 0 auto 0 0;
  min-width: 200px;
}
body footer .col-4 {
  margin: 0 0 0 auto;
}
body footer .col-4 p {
  font-size: 22px;
  font-size: 2.5vw;
  line-height: 150%;
}
@media (max-width: 720px) {
  body footer .col-4 p {
    font-size: 18px;
  }
}
@media (min-width: 880px) {
  body footer .col-4 p {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  body footer .col-2 {
    display: none;
  }
}
@media screen and (min-width: 650px) and (max-width: 999px) {
  body footer .col-4 {
    max-width: 300px;
  }
}
@media screen and (min-width: 1000px) {
  body footer .col-4 {
    max-width: 450px;
  }
}
@media screen and (max-width: 649px) {
  body footer .col {
    width: 100%;
  }
  body footer .col-1 {
    max-width: 52px;
    margin: 0 auto 15px !important;
    order: 1;
  }
  body footer .col-2 {
    display: none;
  }
  body footer .col-4 {
    order: 2;
    margin: 20px 0;
  }
  body footer .col-3 {
    order: 3;
  }
  body footer p,
  body footer li {
    text-align: center;
  }
  body footer li a {
    padding: 7px 0;
  }
}
body footer .footer-credits {
  border-top: 1px solid rgba(96, 121, 147, 0.15);
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
}
section.module {
  margin: 0 auto;
}
section.module .innhold.content {
  padding: 5vw 5%;
}
@media screen and (max-width: 600px) {
  section.module .innhold.content {
    padding: 10vw 5%;
  }
}
section.module .columns,
section.module .content-inner {
  padding: 0;
  max-width: 1150px;
  margin: auto;
}
section.module:first-child .content {
  padding-top: 0;
}
.module.module-one-column + .module.module-products .content,
.module.module-one-column + .module.module-products .innhold.content {
  padding-top: 0;
}
.module.module-image-with-two-products .innhold.content {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
}
.module.module-one-column:not(.with-background-color) .content,
.module.module-one-column:not(.with-background-color) .innhold.content,
.module-divider .content,
.module-divider .innhold.content {
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
}
.module.module-products .content,
.module.module-products .innhold.content {
  max-width: 1150px;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
}
body .wrapper article > .innholdsbygger-seksjon:first-child.with-background-color,
body .wrapper article > .innholdsbygger-seksjon:first-child.slideshow,
body .wrapper article > .innholdsbygger-seksjon:first-child.module-single-image-with-text {
  margin-top: -100px;
}
@media screen and (max-width: 1000px) {
  body .wrapper article > .innholdsbygger-seksjon:first-child.with-background-color,
  body .wrapper article > .innholdsbygger-seksjon:first-child.slideshow,
  body .wrapper article > .innholdsbygger-seksjon:first-child.module-single-image-with-text {
    margin-top: -60px;
  }
}
body .wrapper article > .innholdsbygger-seksjon:first-child.with-background-color .innhold.content {
  padding-top: 100px;
}
@media screen and (max-width: 1000px) {
  body .wrapper article > .innholdsbygger-seksjon:first-child.with-background-color .innhold.content {
    padding-top: 60px;
  }
}
body .wrapper article + .innholdsbygger-seksjon.with-background-color .innhold.content {
  padding-top: 100px;
}
@media screen and (max-width: 1000px) {
  body .wrapper article + .innholdsbygger-seksjon.with-background-color .innhold.content {
    padding-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  body .wrapper article + .innholdsbygger-seksjon.with-background-color .innhold.content {
    padding-top: 30px;
  }
}
body .module-single-image-with-text .innhold.content {
  padding: 0;
}
.module-one-column .innhold.content {
  padding: 8vw 0;
}
.module-one-column .wrapper-small {
  max-width: 750px;
}
.module-one-column .wrapper-medium {
  max-width: 1024px;
}
@media screen and (min-width: 1000px) {
  body .module.module-three-column .content,
  body .module.module-three-column .innhold.content .col {
    flex: auto;
    width: 33%;
  }
}
body .module-four-column .content,
body .module-four-column .innhold.content,
body .module-three-column .content,
body .module-three-column .innhold.content,
body .module-two-column .content,
body .module-two-column .innhold.content {
  width: 100%;
  max-width: none;
}
body .module-four-column .columns .col,
body .module-three-column .columns .col,
body .module-two-column .columns .col {
  justify-content: center;
  padding: 0 10px 50px;
}
@media screen and (min-width: 1000px) {
  body .module-four-column .columns .col,
  body .module-three-column .columns .col,
  body .module-two-column .columns .col {
    padding: 30px;
  }
}
@media screen and (min-width: 750px) {
  body .module-four-column .columns .col ul h3,
  body .module-three-column .columns .col ul h3,
  body .module-two-column .columns .col ul h3 {
    margin-bottom: 0.4em;
  }
}
@media screen and (min-width: 1000px) {
  body .module-four-column.line .col,
  body .module-three-column.line .col,
  body .module-two-column.line .col {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 750px) {
  body .module-four-column.line .col:not(:first-child),
  body .module-three-column.line .col:not(:first-child),
  body .module-two-column.line .col:not(:first-child) {
    border-left: 1px solid #4DA8E5;
    padding-left: 70px;
  }
}
body .module.module-three-column .content,
body .module.module-three-column .innhold.content .col {
  justify-content: start;
}
body .module-single-image-with-text.with-background-color h1,
body .module-single-image-with-text.with-background-color h2,
body .module-single-image-with-text.with-background-color h3,
body .module-single-image-with-text.with-background-color h4,
body .module-single-image-with-text.with-background-color p,
body .module-single-image-with-text.with-background-color a {
  color: white;
}
body .module-single-image-with-text .content-wrap {
  position: static;
  max-width: 1150px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: flex-start;
  justify-items: center;
  min-height: 15vw;
}
body .module-single-image-with-text.top-right .innhold.content,
body .module-single-image-with-text.middle-right .innhold.content,
body .module-single-image-with-text.bottom-right .innhold.content {
  background-position: center left;
}
body .module-single-image-with-text.top-center .innhold.content,
body .module-single-image-with-text.middle-center .innhold.content,
body .module-single-image-with-text.bottom-center .innhold.content {
  background-position: center;
}
body .module-single-image-with-text.top-left .innhold.content,
body .module-single-image-with-text.middle-left .innhold.content,
body .module-single-image-with-text.bottom-left .innhold.content {
  background-position: center right;
}
body .module-single-image-with-text.top-left .innhold.content .content-wrap .content-inner {
  margin: 0 auto auto 0;
}
body .module-single-image-with-text.middle-left .innhold.content .content-wrap .content-inner {
  margin: auto auto auto 0;
}
body .module-single-image-with-text.bottom-left .innhold.content .content-wrap .content-inner {
  margin: auto auto 0 0;
}
body .module-single-image-with-text.top-center .innhold.content .content-wrap .content-inner {
  margin: 0 auto auto auto;
}
body .module-single-image-with-text.middle-center .innhold.content .content-wrap .content-inner {
  margin: auto;
}
body .module-single-image-with-text.bottom-center .innhold.content .content-wrap .content-inner {
  margin: auto auto 0 auto;
}
body .module-single-image-with-text.top-right .innhold.content .content-wrap .content-inner {
  margin: 0 0 auto auto;
}
body .module-single-image-with-text.middle-right .innhold.content .content-wrap .content-inner {
  margin: auto 0 auto auto;
}
body .module-single-image-with-text.bottom-right .innhold.content .content-wrap .content-inner {
  margin: auto 0 0 auto;
}
body .module-single-image-with-text .innhold.content {
  padding: 90px 0;
  max-width: none;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
body .module-single-image-with-text .innhold.content .content-inner {
  padding: 0;
  max-width: 600px;
  display: block;
}
@media screen and (min-width: 600px) {
  body .module-single-image-with-text .innhold.content .content-inner {
    width: 50%;
  }
}
body .module-single-image-with-text .innhold.content .content-inner .content {
  display: block;
  padding: 30px 0;
}
body .module-images-with-text .innhold.content {
  width: 90%;
  padding: 0;
}
body .module-images-with-text ul.images {
  justify-content: space-between;
  margin: 0;
}
body .module-images-with-text ul.images a {
  text-decoration: none;
}
body .module-images-with-text ul.images li {
  justify-content: space-between;
  background-color: #F1F5F8;
  width: calc(50% - 4px);
  flex: inherit !important;
  padding: 0;
}
body .module-images-with-text ul.images li .image-wrap {
  position: relative;
  width: 100%;
  margin: 0 0 auto;
  height: 50vw;
}
body .module-images-with-text ul.images li .image-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: none;
  height: 80%;
  width: auto !important;
}
body .module-images-with-text ul.images li .content-wrap {
  margin: auto 0 0;
  position: static;
  display: block;
  background: transparent;
}
body .module-images-with-text ul.images li .content-wrap h2 {
  font-size: 22px;
  font-size: 3vw;
  color: #607993;
  margin: 0.3em 0 1.3em;
}
@media (max-width: 533.3333333333px) {
  body .module-images-with-text ul.images li .content-wrap h2 {
    font-size: 16px;
  }
}
@media (min-width: 733.3333333333px) {
  body .module-images-with-text ul.images li .content-wrap h2 {
    font-size: 22px;
  }
}
body .module-iwtl-ff,
body .module-iwtl-htf,
body .module-iwtl-hh,
body .module-iwtl-ttt {
  width: 90%;
}
body .module-iwtl-ff .innhold.content,
body .module-iwtl-htf .innhold.content,
body .module-iwtl-hh .innhold.content,
body .module-iwtl-ttt .innhold.content {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 0;
  justify-items: stretch;
  height: 100%;
}
@media screen and (max-width: 899px) {
  body .module-iwtl-ff .innhold.content,
  body .module-iwtl-htf .innhold.content,
  body .module-iwtl-hh .innhold.content,
  body .module-iwtl-ttt .innhold.content {
    flex-wrap: wrap;
  }
}
body .module-iwtl-ff .innhold.content .container,
body .module-iwtl-htf .innhold.content .container,
body .module-iwtl-hh .innhold.content .container,
body .module-iwtl-ttt .innhold.content .container {
  background-color: #F1F5F8;
  margin: 0 0 8px;
  width: 100%;
  padding: 15px;
}
body .module-iwtl-ff .innhold.content .container .content,
body .module-iwtl-htf .innhold.content .container .content,
body .module-iwtl-hh .innhold.content .container .content,
body .module-iwtl-ttt .innhold.content .container .content {
  padding: 0;
}
body .module-iwtl-ff .innhold.content .container a,
body .module-iwtl-htf .innhold.content .container a,
body .module-iwtl-hh .innhold.content .container a,
body .module-iwtl-ttt .innhold.content .container a {
  text-decoration: none;
}
@media screen and (min-width: 899px) {
  body .module-iwtl-ff .innhold.content .container,
  body .module-iwtl-htf .innhold.content .container,
  body .module-iwtl-hh .innhold.content .container,
  body .module-iwtl-ttt .innhold.content .container {
    margin: 0 0 15px;
    padding: 25px;
  }
}
@media screen and (min-width: 1200px) {
  body .module-iwtl-ff .innhold.content .container,
  body .module-iwtl-htf .innhold.content .container,
  body .module-iwtl-hh .innhold.content .container,
  body .module-iwtl-ttt .innhold.content .container {
    margin: 0 0 15px;
    padding: 25px 25px 30px;
  }
}
body .module-iwtl-ff .innhold.content .half-container,
body .module-iwtl-htf .innhold.content .half-container,
body .module-iwtl-hh .innhold.content .half-container,
body .module-iwtl-ttt .innhold.content .half-container {
  width: 100%;
  padding: 5vw;
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 100%;
  min-height: 55vw;
  display: flex;
  justify-items: center;
}
body .module-iwtl-ff .innhold.content .half-container .content,
body .module-iwtl-htf .innhold.content .half-container .content,
body .module-iwtl-hh .innhold.content .half-container .content,
body .module-iwtl-ttt .innhold.content .half-container .content {
  padding: 0;
  margin: auto 0 auto auto;
}
body .module-iwtl-ff .innhold.content .half-container .content h1,
body .module-iwtl-htf .innhold.content .half-container .content h1,
body .module-iwtl-hh .innhold.content .half-container .content h1,
body .module-iwtl-ttt .innhold.content .half-container .content h1 {
  font-size: 20px;
  line-height: 130%;
}
body .module-iwtl-ff .innhold.content .half-container .content h2,
body .module-iwtl-htf .innhold.content .half-container .content h2,
body .module-iwtl-hh .innhold.content .half-container .content h2,
body .module-iwtl-ttt .innhold.content .half-container .content h2 {
  font-size: 15px;
  color: #607993;
  font-family: "AvenirLTPro-Medium", sans-serif;
  font-weight: normal;
  line-height: 140%;
  margin: 0 0 auto;
}
@media screen and (min-width: 450px) {
  body .module-iwtl-ff .innhold.content .half-container .content,
  body .module-iwtl-htf .innhold.content .half-container .content,
  body .module-iwtl-hh .innhold.content .half-container .content,
  body .module-iwtl-ttt .innhold.content .half-container .content {
    max-width: 60%;
  }
  body .module-iwtl-ff .innhold.content .half-container .content h1,
  body .module-iwtl-htf .innhold.content .half-container .content h1,
  body .module-iwtl-hh .innhold.content .half-container .content h1,
  body .module-iwtl-ttt .innhold.content .half-container .content h1 {
    margin: 0 0 0.35em;
    font-size: 44px;
    font-size: 5vw;
  }
}
@media screen and (min-width: 450px) and (max-width: 500px) {
  body .module-iwtl-ff .innhold.content .half-container .content h1,
  body .module-iwtl-htf .innhold.content .half-container .content h1,
  body .module-iwtl-hh .innhold.content .half-container .content h1,
  body .module-iwtl-ttt .innhold.content .half-container .content h1 {
    font-size: 25px;
  }
}
@media screen and (min-width: 450px) and (min-width: 880px) {
  body .module-iwtl-ff .innhold.content .half-container .content h1,
  body .module-iwtl-htf .innhold.content .half-container .content h1,
  body .module-iwtl-hh .innhold.content .half-container .content h1,
  body .module-iwtl-ttt .innhold.content .half-container .content h1 {
    font-size: 44px;
  }
}
@media screen and (min-width: 450px) {
  body .module-iwtl-ff .innhold.content .half-container .content h2,
  body .module-iwtl-htf .innhold.content .half-container .content h2,
  body .module-iwtl-hh .innhold.content .half-container .content h2,
  body .module-iwtl-ttt .innhold.content .half-container .content h2 {
    font-size: 28px;
    font-size: 4vw;
  }
}
@media screen and (min-width: 450px) and (max-width: 450px) {
  body .module-iwtl-ff .innhold.content .half-container .content h2,
  body .module-iwtl-htf .innhold.content .half-container .content h2,
  body .module-iwtl-hh .innhold.content .half-container .content h2,
  body .module-iwtl-ttt .innhold.content .half-container .content h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 450px) and (min-width: 700px) {
  body .module-iwtl-ff .innhold.content .half-container .content h2,
  body .module-iwtl-htf .innhold.content .half-container .content h2,
  body .module-iwtl-hh .innhold.content .half-container .content h2,
  body .module-iwtl-ttt .innhold.content .half-container .content h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 800px) {
  body .module-iwtl-ff .innhold.content .half-container .content h1,
  body .module-iwtl-htf .innhold.content .half-container .content h1,
  body .module-iwtl-hh .innhold.content .half-container .content h1,
  body .module-iwtl-ttt .innhold.content .half-container .content h1 {
    margin: 0 0 0.35em;
    font-size: 36px;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 800px) and (max-width: 800px) {
  body .module-iwtl-ff .innhold.content .half-container .content h1,
  body .module-iwtl-htf .innhold.content .half-container .content h1,
  body .module-iwtl-hh .innhold.content .half-container .content h1,
  body .module-iwtl-ttt .innhold.content .half-container .content h1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1440px) {
  body .module-iwtl-ff .innhold.content .half-container .content h1,
  body .module-iwtl-htf .innhold.content .half-container .content h1,
  body .module-iwtl-hh .innhold.content .half-container .content h1,
  body .module-iwtl-ttt .innhold.content .half-container .content h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 800px) {
  body .module-iwtl-ff .innhold.content .half-container .content h2,
  body .module-iwtl-htf .innhold.content .half-container .content h2,
  body .module-iwtl-hh .innhold.content .half-container .content h2,
  body .module-iwtl-ttt .innhold.content .half-container .content h2 {
    font-size: 22px;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 800px) and (max-width: 600px) {
  body .module-iwtl-ff .innhold.content .half-container .content h2,
  body .module-iwtl-htf .innhold.content .half-container .content h2,
  body .module-iwtl-hh .innhold.content .half-container .content h2,
  body .module-iwtl-ttt .innhold.content .half-container .content h2 {
    font-size: 15px;
  }
}
@media screen and (min-width: 800px) and (min-width: 880px) {
  body .module-iwtl-ff .innhold.content .half-container .content h2,
  body .module-iwtl-htf .innhold.content .half-container .content h2,
  body .module-iwtl-hh .innhold.content .half-container .content h2,
  body .module-iwtl-ttt .innhold.content .half-container .content h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 800px) {
  body .module-iwtl-ff .innhold.content .half-container,
  body .module-iwtl-htf .innhold.content .half-container,
  body .module-iwtl-hh .innhold.content .half-container,
  body .module-iwtl-ttt .innhold.content .half-container {
    width: calc(50% - 7px);
    padding: 35px 25px 25px 35px;
    min-height: 250px;
  }
}
body .module-iwtl-ff .innhold.content .half-container .button:last-child,
body .module-iwtl-htf .innhold.content .half-container .button:last-child,
body .module-iwtl-hh .innhold.content .half-container .button:last-child,
body .module-iwtl-ttt .innhold.content .half-container .button:last-child {
  margin-right: 0;
}
body .module-iwtl-ff .innhold.content .fourths-container,
body .module-iwtl-ff .innhold.content .third-container,
body .module-iwtl-htf .innhold.content .fourths-container,
body .module-iwtl-htf .innhold.content .third-container,
body .module-iwtl-hh .innhold.content .fourths-container,
body .module-iwtl-hh .innhold.content .third-container,
body .module-iwtl-ttt .innhold.content .fourths-container,
body .module-iwtl-ttt .innhold.content .third-container {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-items: center;
  text-decoration: none;
}
body .module-iwtl-ff .innhold.content .fourths-container .content,
body .module-iwtl-ff .innhold.content .third-container .content,
body .module-iwtl-htf .innhold.content .fourths-container .content,
body .module-iwtl-htf .innhold.content .third-container .content,
body .module-iwtl-hh .innhold.content .fourths-container .content,
body .module-iwtl-hh .innhold.content .third-container .content,
body .module-iwtl-ttt .innhold.content .fourths-container .content,
body .module-iwtl-ttt .innhold.content .third-container .content {
  margin: auto 0 0 0;
}
@media screen and (min-width: 1200px) {
  body .module-iwtl-ff .innhold.content .fourths-container .content,
  body .module-iwtl-ff .innhold.content .third-container .content,
  body .module-iwtl-htf .innhold.content .fourths-container .content,
  body .module-iwtl-htf .innhold.content .third-container .content,
  body .module-iwtl-hh .innhold.content .fourths-container .content,
  body .module-iwtl-hh .innhold.content .third-container .content,
  body .module-iwtl-ttt .innhold.content .fourths-container .content,
  body .module-iwtl-ttt .innhold.content .third-container .content {
    padding-top: 10px;
  }
}
a body .module-iwtl-ff .innhold.content .fourths-container,
a body .module-iwtl-ff .innhold.content .third-container,
a body .module-iwtl-htf .innhold.content .fourths-container,
a body .module-iwtl-htf .innhold.content .third-container,
a body .module-iwtl-hh .innhold.content .fourths-container,
a body .module-iwtl-hh .innhold.content .third-container,
a body .module-iwtl-ttt .innhold.content .fourths-container,
a body .module-iwtl-ttt .innhold.content .third-container {
  display: block;
  text-decoration: none;
  height: auto;
}
body .module-iwtl-ff .innhold.content .fourths-container h2,
body .module-iwtl-ff .innhold.content .third-container h2,
body .module-iwtl-htf .innhold.content .fourths-container h2,
body .module-iwtl-htf .innhold.content .third-container h2,
body .module-iwtl-hh .innhold.content .fourths-container h2,
body .module-iwtl-hh .innhold.content .third-container h2,
body .module-iwtl-ttt .innhold.content .fourths-container h2,
body .module-iwtl-ttt .innhold.content .third-container h2 {
  font-size: 22px;
  font-size: 3vw;
  color: #607993;
  margin: 0.3em 0 0;
}
@media (max-width: 533.3333333333px) {
  body .module-iwtl-ff .innhold.content .fourths-container h2,
  body .module-iwtl-ff .innhold.content .third-container h2,
  body .module-iwtl-htf .innhold.content .fourths-container h2,
  body .module-iwtl-htf .innhold.content .third-container h2,
  body .module-iwtl-hh .innhold.content .fourths-container h2,
  body .module-iwtl-hh .innhold.content .third-container h2,
  body .module-iwtl-ttt .innhold.content .fourths-container h2,
  body .module-iwtl-ttt .innhold.content .third-container h2 {
    font-size: 16px;
  }
}
@media (min-width: 733.3333333333px) {
  body .module-iwtl-ff .innhold.content .fourths-container h2,
  body .module-iwtl-ff .innhold.content .third-container h2,
  body .module-iwtl-htf .innhold.content .fourths-container h2,
  body .module-iwtl-htf .innhold.content .third-container h2,
  body .module-iwtl-hh .innhold.content .fourths-container h2,
  body .module-iwtl-hh .innhold.content .third-container h2,
  body .module-iwtl-ttt .innhold.content .fourths-container h2,
  body .module-iwtl-ttt .innhold.content .third-container h2 {
    font-size: 22px;
  }
}
body .module-iwtl-ff .innhold.content .fourths-container img,
body .module-iwtl-ff .innhold.content .third-container img,
body .module-iwtl-htf .innhold.content .fourths-container img,
body .module-iwtl-htf .innhold.content .third-container img,
body .module-iwtl-hh .innhold.content .fourths-container img,
body .module-iwtl-hh .innhold.content .third-container img,
body .module-iwtl-ttt .innhold.content .fourths-container img,
body .module-iwtl-ttt .innhold.content .third-container img {
  max-height: 40vw;
  width: auto;
  margin: auto;
}
@media screen and (min-width: 900px) {
  body .module-iwtl-ff .innhold.content .fourths-container img,
  body .module-iwtl-ff .innhold.content .third-container img,
  body .module-iwtl-htf .innhold.content .fourths-container img,
  body .module-iwtl-htf .innhold.content .third-container img,
  body .module-iwtl-hh .innhold.content .fourths-container img,
  body .module-iwtl-hh .innhold.content .third-container img,
  body .module-iwtl-ttt .innhold.content .fourths-container img,
  body .module-iwtl-ttt .innhold.content .third-container img {
    max-height: 18vw;
  }
}
@media screen and (min-width: 1200px) {
  body .module-iwtl-ff .innhold.content .fourths-container img,
  body .module-iwtl-ff .innhold.content .third-container img,
  body .module-iwtl-htf .innhold.content .fourths-container img,
  body .module-iwtl-htf .innhold.content .third-container img,
  body .module-iwtl-hh .innhold.content .fourths-container img,
  body .module-iwtl-hh .innhold.content .third-container img,
  body .module-iwtl-ttt .innhold.content .fourths-container img,
  body .module-iwtl-ttt .innhold.content .third-container img {
    max-height: 290px;
  }
}
body .module-iwtl-ff .innhold.content .fourths-container,
body .module-iwtl-htf .innhold.content .fourths-container,
body .module-iwtl-hh .innhold.content .fourths-container,
body .module-iwtl-ttt .innhold.content .fourths-container {
  width: calc(50% - 4px);
}
@media screen and (min-width: 800px) {
  body .module-iwtl-ff .innhold.content .fourths-container,
  body .module-iwtl-htf .innhold.content .fourths-container,
  body .module-iwtl-hh .innhold.content .fourths-container,
  body .module-iwtl-ttt .innhold.content .fourths-container {
    width: calc(25% - 10px);
  }
}
body .module-iwtl-ff .innhold.content .third-container,
body .module-iwtl-htf .innhold.content .third-container,
body .module-iwtl-hh .innhold.content .third-container,
body .module-iwtl-ttt .innhold.content .third-container {
  width: 100%;
}
@media screen and (min-width: 800px) {
  body .module-iwtl-ff .innhold.content .third-container,
  body .module-iwtl-htf .innhold.content .third-container,
  body .module-iwtl-hh .innhold.content .third-container,
  body .module-iwtl-ttt .innhold.content .third-container {
    width: calc(33.333% - 9px);
  }
}
body .module-iwtl-ff a.container:hover,
body .module-iwtl-htf a.container:hover,
body .module-iwtl-hh a.container:hover,
body .module-iwtl-ttt a.container:hover {
  opacity: 0.6;
  transition: all 0.3s ease;
}
body .innholdsbygger-seksjon.slideshow {
  overflow: inherit;
}
body .innholdsbygger-seksjon.slideshow ol.flex-control-nav {
  bottom: 20px;
  display: flex;
  justify-items: center;
  justify-content: center;
}
body .innholdsbygger-seksjon.slideshow ol.flex-control-nav li {
  width: 20px;
}
body .innholdsbygger-seksjon.slideshow ol.flex-control-nav li a {
  color: transparent;
}
body .innholdsbygger-seksjon.slideshow.with-background-color h1,
body .innholdsbygger-seksjon.slideshow.with-background-color h2,
body .innholdsbygger-seksjon.slideshow.with-background-color h3,
body .innholdsbygger-seksjon.slideshow.with-background-color h4,
body .innholdsbygger-seksjon.slideshow.with-background-color p,
body .innholdsbygger-seksjon.slideshow.with-background-color a {
  color: white;
}
body .innholdsbygger-seksjon.slideshow .innhold.content {
  padding: 0 !important;
  width: 100%;
  max-width: none;
  margin: 0;
}
@media screen and (min-width: 800px) {
  body .innholdsbygger-seksjon.slideshow .innhold.content {
    background-color: #F1F5F8;
  }
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide {
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide.top-right .image-wrap img,
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide.middle-right .image-wrap img,
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide.bottom-right .image-wrap img {
  float: left;
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide.top-left .image-wrap img,
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide.middle-left .image-wrap img,
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide.bottom-left .image-wrap img {
  float: right;
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide.top-left .slide-innhold-1 {
  margin: 0 auto auto 0;
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide.middle-left .slide-innhold-1 {
  margin: auto auto auto 0;
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide.bottom-left .slide-innhold-1 {
  margin: auto auto 0 0;
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide.top-center .slide-innhold-1 {
  margin: 0 auto auto auto;
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide.middle-center .slide-innhold-1 {
  margin: auto;
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide.bottom-center .slide-innhold-1 {
  margin: auto auto 0 auto;
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide.top-right .slide-innhold-1 {
  margin: 0 0 auto auto;
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide.middle-right .slide-innhold-1 {
  margin: auto 0 auto auto;
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide.bottom-right .slide-innhold-1 {
  margin: auto 0 0 auto;
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold {
  display: flex;
  justify-items: center;
  margin: auto;
  max-width: none;
  width: 90%;
  position: static;
}
@media screen and (max-width: 799px) {
  body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold {
    position: static;
  }
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold img {
  max-width: 280px;
  margin: 0;
  max-height: 200px;
  width: auto !important;
}
@media screen and (max-width: 799px) {
  body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold {
    position: static;
  }
  body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold img {
    max-width: 200px;
  }
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold .slide-innhold-1 {
  height: auto;
  padding: 30px 0 50px;
}
@media screen and (min-width: 800px) {
  body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold .slide-innhold-1 {
    width: 55%;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1000px) {
  body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold .slide-innhold-1 {
    padding: 120px 0 80px;
  }
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold .slide-innhold-1 .slide-innhold-2 h1 {
  font-size: 50px;
  font-size: 4.5vw;
  margin: 0;
}
@media (max-width: 622.2222222222px) {
  body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold .slide-innhold-1 .slide-innhold-2 h1 {
    font-size: 28px;
  }
}
@media (min-width: 1111.1111111111px) {
  body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold .slide-innhold-1 .slide-innhold-2 h1 {
    font-size: 50px;
  }
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold .slide-innhold-1 .slide-innhold-2 h2 {
  font-size: 28px;
  font-size: 2.5vw;
  font-family: "AvenirLTPro-Medium", sans-serif;
  font-weight: normal;
  color: #607993;
  margin: 0.3em 0 0;
}
@media (max-width: 800px) {
  body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold .slide-innhold-1 .slide-innhold-2 h2 {
    font-size: 20px;
  }
}
@media (min-width: 1120px) {
  body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold .slide-innhold-1 .slide-innhold-2 h2 {
    font-size: 28px;
  }
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold .slide-innhold-1 .slide-innhold-2 img {
  margin: 3vw 0 2vw;
}
@media screen and (min-width: 1400px) {
  body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold .slide-innhold-1 .slide-innhold-2 img {
    margin: 35px 0 20px;
  }
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold .slide-innhold-1 .slide-innhold-2 p {
  margin: 0;
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold .slide-innhold-1 .slide-innhold-2 .button {
  min-width: 120px;
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .image-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .image-wrap img {
    min-height: 100%;
    width: auto;
    float: right;
  }
}
.woocommerce-form-coupon-toggle {
  margin-bottom: 30px;
}
body .woocommerce-info,
body .woocommerce-message,
body .woocommerce-error {
  border: none;
  padding: 20px 70px;
  max-width: 1150px;
  word-wrap: break-word;
  width: 90%;
  margin: 0 0 30px;
  list-style: none;
}
body .woocommerce-info a.button,
body .woocommerce-message a.button,
body .woocommerce-error a.button {
  max-width: 250px;
}
body .woocommerce-error {
  padding: 1em 2em 1em 3.5em;
  position: relative;
  background-color: #41527E;
  border-top: 3px solid #F5A623;
  color: white;
}
.single-product .woocommerce-info,
.single-product .woocommerce-message,
.single-product .woocommerce-error {
  margin: 100px auto 0;
}
.site-main > .woocommerce-notices-wrapper {
  background-color: #F1F5F8;
}
.heading-links {
  height: 50px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .heading-links {
    height: 70px;
  }
}
.heading-links ul {
  display: flex;
  justify-content: flex-start;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100px;
}
@media screen and (min-width: 500px) {
  .heading-links ul {
    justify-content: center;
  }
}
.heading-links ul li {
  list-style: none;
  margin: auto;
  font-size: 20px;
  font-size: 2.5vw;
  text-indent: 0;
}
@media (max-width: 640px) {
  .heading-links ul li {
    font-size: 16px;
  }
}
@media (min-width: 800px) {
  .heading-links ul li {
    font-size: 20px;
  }
}
.heading-links ul li:before {
  content: none !important;
}
.heading-links ul li a {
  padding: 0 10px;
  text-decoration: none;
  font-family: "AvenirLTPro-Medium", sans-serif;
  font-weight: normal;
}
.heading-links ul li a:hover {
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
}
#product-landing-bar {
  background-color: #F1F5F8;
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
#product-landing-bar .wrapper {
  width: 90%;
  max-width: 1150px;
  margin: 5px auto;
  display: flex;
  justify-content: space-between;
}
#product-landing-bar .wrapper img {
  width: 55px;
  height: 55px;
  margin-right: 10px;
}
@media screen and (max-width: 1000px) {
  #product-landing-bar .wrapper img {
    width: 40px;
    height: 40px;
  }
}
#product-landing-bar .wrapper h4 {
  font-size: 20px;
  font-size: 2.5vw;
  margin: auto auto auto 0;
  line-height: 100%;
  color: #41527E;
}
@media (max-width: 640px) {
  #product-landing-bar .wrapper h4 {
    font-size: 16px;
  }
}
@media (min-width: 800px) {
  #product-landing-bar .wrapper h4 {
    font-size: 20px;
  }
}
#product-landing-bar .wrapper .button {
  margin: auto 0 auto auto;
  font-size: 16px;
  font-size: 1.5vw;
  padding: 9px 15px 5px;
}
@media (max-width: 733.3333333333px) {
  #product-landing-bar .wrapper .button {
    font-size: 11px;
  }
}
@media (min-width: 1066.6666666667px) {
  #product-landing-bar .wrapper .button {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  #product-landing-bar .wrapper .button {
    padding: 8px 12px 4px;
    margin: auto auto auto 0;
  }
}
body.blog .wrapper {
  max-width: 1150px;
  width: 90%;
}
body.blog .wrapper .main-content-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-items: flex-start;
  margin: 0 -20px;
}
body.blog .wrapper .post {
  width: 100%;
  margin: 0 20px 60px;
}
@media screen and (min-width: 600px) {
  body.blog .wrapper .post {
    width: calc(50% - 40px);
  }
}
@media screen and (min-width: 1000px) {
  body.blog .wrapper .post {
    width: calc(33% - 40px);
  }
}
body.post-template-default .post {
  width: 90%;
  margin: auto;
}
body.post-template-default .post h1 {
  text-align: center;
  display: block;
  max-width: 1150px;
  margin: 0 auto 30px auto;
}
body.post-template-default .post img {
  padding: 30px 0;
}
body.post-template-default .post .innhold.content {
  padding: 0 0 60px 0;
}
@media screen and (max-width: 600px) {
  body.post-template-default .post .innhold.content {
    padding: 0 0 30px 0;
  }
}
.about-people .columns {
  max-width: 800px !important;
}
.about-people .col {
  max-width: 100%;
}
.about-people figure {
  max-width: 200px !important;
  margin: 0 auto;
}
.about-people img {
  display: block;
  max-width: 100%;
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.about-people figcaption {
  text-align: center;
  line-height: 1.2;
  padding: 1em 0;
  display: block;
}
.xplora-tilbud-banner {
  position: relative;
}
.xplora-tilbud-banner img {
  width: 100% !important;
  max-height: 100% !important;
  margin: 0px !important;
  height: 96.5%;
}
.xplora-tilbud-banner .button-stroke {
  color: #fff;
  background: #EE3E22;
  border: none;
  font-size: 18px;
  padding: 0.8em 2em !important;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  position: absolute;
  bottom: 50px;
  right: 30px;
}
.xplora-tilbud-banner .button-stroke:hover {
  background: #EE3E22 !important;
}
.button.xplora-front-page-button-desktop {
  margin: 0 auto;
  display: block;
  max-width: 220px;
  background: #EE3E22;
  border: none;
  border-radius: 16px;
  font-size: 28px;
  padding: 21px 12px 16px;
}
.button.xplora-front-page-button-desktop:hover {
  background: #EE3E22;
}
.button.xplora-front-page-button-mobile {
  margin: 0 auto;
  display: block;
  max-width: 169px;
  background: #EE3E22;
  border: none;
  border-radius: 3px;
  font-size: 20px;
  padding: 17px 12px 13px;
}
.button.xplora-front-page-button-mobile:hover {
  background: #EE3E22;
}
.menu {
  padding: 0;
}
.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu {
  margin: auto auto auto 0;
}
.main-menu #menu-hovedmeny {
  margin-top: 0;
}
.main-menu .menu li {
  display: inline-block;
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
  margin-right: 22px;
  font-size: 14px;
}
.main-menu .menu li:active {
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
}
.main-menu .menu li:last-child {
  margin-right: 0;
}
.main-menu .menu li a {
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .main-menu {
    width: 100vw;
    background-color: #41527E;
    position: fixed;
    top: 44px;
    left: 0;
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .main-menu ul {
    width: 90%;
    margin: 20px auto 30px;
  }
  .main-menu ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(227, 227, 227, 0.21);
    padding: 10px 8px;
    font-size: 19px;
  }
  .main-menu ul li:last-child {
    border-bottom: 0;
  }
  .main-menu ul li a {
    color: white;
  }
}
.open-fullscreen-menu .main-menu {
  opacity: 1;
  pointer-events: auto;
}
#menu-hovedmeny .menu-item-has-children .sub-menu {
  z-index: 9999;
}
.main-menu .menu li a {
  font-size: 14px;
}
.comparison-section {
  padding: 0 10px;
  border-radius: 20px;
  background-color: #f2f5f8;
}
.comparison-section .comparison-header {
  padding: 20px 10px;
  width: 100%;
  border: 0;
  cursor: pointer;
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.comparison-section .comparison-header h2 {
  margin: 0;
}
.comparison-section .comparison-header svg {
  transition: 0.5s ease-in-out;
}
.comparison-section .comparison-header svg.open {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .comparison-section .comparison-header {
    padding: 20px 40px 20px 0;
  }
}
.comparison-section .comparison-table {
  display: none;
}
.comparison-section .comparison-table tr td {
  font-size: 14px;
  text-align: center;
  color: #1a1c1d;
}
.comparison-section .comparison-table tr td:first-of-type {
  font-weight: 600;
  text-align: left;
}
.comparison-section .comparison-table.open {
  display: table;
}
@media screen and (min-width: 768px) {
  .comparison-section .comparison-table {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .comparison-section {
    padding: 20px 40px;
  }
}
.onsale {
  display: none;
  background: #f25e00;
  font-size: 14px;
  line-height: 1.2;
  padding: 0.75em 1em;
  border-radius: 5px;
  color: white;
  text-align: center;
  display: inline-block;
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
  font-size: 14px;
}
ins {
  text-decoration: none;
  color: #EE3E22;
}
body .main-content-wrap .module-products ul.products,
body.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: stretch;
  padding-right: 0;
  padding-left: 0;
}
body .main-content-wrap .module-products ul.products li.product,
body.woocommerce ul.products li.product {
  position: relative;
  flex: 1 1 280px;
  max-width: 280px;
  margin: 0 1.5vw 5vw;
  display: flex;
  justify-items: center;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  body .main-content-wrap .module-products ul.products li.product,
  body.woocommerce ul.products li.product {
    margin-bottom: 40px;
  }
}
body .main-content-wrap .module-products ul.products li.product a.woocommerce-LoopProduct-link,
body.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-items: center;
  height: 100%;
}
body .main-content-wrap .module-products ul.products li.product img,
body.woocommerce ul.products li.product img {
  margin: 0 0 15px;
  justify-self: flex-start;
}
body .main-content-wrap .module-products ul.products li.product a,
body.woocommerce ul.products li.product a {
  text-decoration: none;
}
body .main-content-wrap .module-products ul.products li.product h2,
body .main-content-wrap .module-products ul.products li.product h3,
body .main-content-wrap .module-products ul.products li.product .price,
body.woocommerce ul.products li.product h2,
body.woocommerce ul.products li.product h3,
body.woocommerce ul.products li.product .price {
  color: #607993;
  text-align: center;
}
body .main-content-wrap .module-products ul.products li.product h2.woocommerce-loop-product__title,
body.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 22px;
  font-size: 3.3vw;
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0 0 12px;
}
@media (max-width: 606.0606060606px) {
  body .main-content-wrap .module-products ul.products li.product h2.woocommerce-loop-product__title,
  body.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 20px;
  }
}
@media (min-width: 666.6666666667px) {
  body .main-content-wrap .module-products ul.products li.product h2.woocommerce-loop-product__title,
  body.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 22px;
  }
}
body .main-content-wrap .module-products ul.products li.product h3,
body.woocommerce ul.products li.product h3 {
  font-size: 16px;
  font-size: 1.5vw;
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-weight: normal;
  padding: 0 20px 10px;
  margin: auto auto auto;
}
@media (max-width: 1000px) {
  body .main-content-wrap .module-products ul.products li.product h3,
  body.woocommerce ul.products li.product h3 {
    font-size: 15px;
  }
}
@media (min-width: 1066.6666666667px) {
  body .main-content-wrap .module-products ul.products li.product h3,
  body.woocommerce ul.products li.product h3 {
    font-size: 16px;
  }
}
body .main-content-wrap .module-products ul.products li.product .star-rating,
body.woocommerce ul.products li.product .star-rating {
  margin: 0 auto 18px;
  float: none;
}
body .main-content-wrap .module-products ul.products li.product .price,
body.woocommerce ul.products li.product .price {
  font-size: 22px;
  font-size: 3.3vw;
  font-family: "AvenirLTPro-Medium", sans-serif;
  font-weight: normal;
  text-align: center;
  display: block;
  padding: 15px 0 0;
  margin: auto auto 0;
}
@media (max-width: 606.0606060606px) {
  body .main-content-wrap .module-products ul.products li.product .price,
  body.woocommerce ul.products li.product .price {
    font-size: 20px;
  }
}
@media (min-width: 666.6666666667px) {
  body .main-content-wrap .module-products ul.products li.product .price,
  body.woocommerce ul.products li.product .price {
    font-size: 22px;
  }
}
body .main-content-wrap .module-products ul.products li.product a.button.add_to_cart_button,
body.woocommerce ul.products li.product a.button.add_to_cart_button {
  margin: 20px auto 0;
  justify-self: flex-end;
}
body .main-content-wrap .module-products ul.products li.product a.added_to_cart.wc-forward,
body.woocommerce ul.products li.product a.added_to_cart.wc-forward {
  background-color: #F1F5F8;
  display: block;
  padding: 13px 20px 10px;
  text-align: center;
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #Smartklokker .products li:last-child {
    margin-top: 40px;
  }
}
.single-product {
}
.single-product body {
  font-family:
    "Karla",
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
}
.single-product div.product div.summary.entry-summary h1.entry-title.product_title {
  font-size: 38px;
}
.single-product h3 {
  font-size: inherit;
  font-family:
    "Karla",
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
}
.single-product body,
.single-product h1,
.single-product h2,
.single-product h3,
.single-product p,
.single-product span,
.single-product label,
.single-product th,
.single-product td,
.single-product li,
.single-product .price,
.single-product .price .amount {
  color: #000;
}
.single-product a {
  color: #000;
}
.single-product .product .amount {
  color: #f25e00 !important;
}
.single-product .product .amount .woocommerce-Price-currencySymbol {
  color: inherit !important;
}
.single-product .product del .amount {
  font-size: 16px !important;
  color: #000 !important;
}
.single-product #summary-total del {
  font-size: 16px !important;
  opacity: 0.5;
}
.single-product .onsale {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 9999;
}
.single-product .col {
  padding: 0;
  margin: 0 0 10px;
}
.single-product .image-summary-wrapper {
  background-color: #fff;
  padding-top: 10vw;
  padding-bottom: 10vw;
}
@media screen and (min-width: 600px) {
  .single-product .image-summary-wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .single-product .image-summary-wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.single-product .image-summary-wrapper > .wrapper {
  float: none;
  clear: both;
}
.single-product div.product div.images {
  float: right;
}
.single-product div.product div.images .flex-control-nav {
  display: flex;
}
.single-product div.product div.images .flex-control-nav li {
  width: auto !important;
  padding: 0;
  margin-right: 5px;
}
.single-product div.product div.images .flex-control-nav li img {
  width: 60px;
  height: 60px;
}
.single-product .woocommerce-product-gallery__wrapper {
  position: relative;
  z-index: 1;
}
.single-product #product-bubble {
  background: #f25e00;
  font-size: 14px;
  line-height: 1.2;
  padding: 0.75em 1em;
  border-radius: 5px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  text-align: center;
  text-transform: uppercase;
}
.single-product #product-bubble h3,
.single-product #product-bubble p {
  color: white;
  font-size: 21px;
  line-height: 120%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.single-product #product-bubble p {
  font-family:
    "Karla",
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
}
@media screen and (min-width: 1000px) {
  .single-product #product-bubble h3 {
    font-size: 28px;
  }
  .single-product #product-bubble p {
    font-size: 14px;
  }
}
.single-product .woocommerce-product-gallery__trigger {
  display: none;
}
.single-product .image-gallery-wrapper {
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .single-product .image-gallery-wrapper {
    width: 50%;
    clear: left;
    float: left;
    padding: 0 15px 0 0;
  }
}
.single-product div.product div.summary.entry-summary {
  float: none;
  clear: both;
  margin: 40px 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .single-product div.product div.summary.entry-summary {
    width: 50%;
    clear: right;
    float: right;
    margin: 0;
    padding: 0 0 0 15px;
  }
}
.single-product div.product div.summary.entry-summary .price {
  margin: 20px 0 0 0;
  font-size: 28px;
  font-family:
    "Karla",
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 600;
}
.single-product .summary-add-to-cart-form {
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .single-product .summary-add-to-cart-form {
    width: 50%;
    float: right;
    clear: right;
    margin: 0;
    padding: 0 0 0 15px;
  }
}
.single-product .product-section {
  padding-bottom: 25px;
  position: relative;
}
.single-product .product-section h1 {
  font-size: 32px;
  font-size: 3vw;
  color: #4DA8E5;
  margin: 20px 0 0;
}
@media (max-width: 800px) {
  .single-product .product-section h1 {
    font-size: 24px;
  }
}
@media (min-width: 1066.6666666667px) {
  .single-product .product-section h1 {
    font-size: 32px;
  }
}
.single-product .product-section h2 {
  font-size: 33px;
  font-size: 3vw;
  margin: 0 0 0.25em;
  color: #41527E;
}
@media (max-width: 666.6666666667px) {
  .single-product .product-section h2 {
    font-size: 20px;
  }
}
@media (min-width: 1100px) {
  .single-product .product-section h2 {
    font-size: 33px;
  }
}
.single-product .product-section > .wrapper {
  position: relative;
}
.single-product .product-section .col-set {
  margin: 0;
}
.single-product .product-section .col-set:after {
  content: none;
}
.single-product #color-section h1 {
  position: relative;
}
.single-product #color-section ul#colors {
  padding: 0;
  list-style: none;
  margin: 0;
}
.single-product #color-section ul#colors .col {
  width: 25px;
  float: left;
  margin: 0 0 0 10px;
}
@media screen and (min-width: 800px) {
  .single-product #color-section h2 {
    float: left;
  }
  .single-product #color-section h1,
  .single-product #color-section h2 {
    width: 30%;
  }
}
.single-product #color-section a.product-color-image {
  text-decoration: none;
  display: block;
  padding-bottom: 3px;
  margin-bottom: 2px;
}
.single-product #color-section a.product-color-image:hover {
  opacity: 0.4;
}
.single-product #color-section a.product-color-image.selected {
  opacity: 1;
  border-bottom: 2px solid #000;
  padding-bottom: 3px;
}
.single-product #subscription-section {
  background-color: #fff;
  display: inline-block;
}
@media screen and (min-width: 800px) {
  .single-product #subscription-section .wrapper {
    width: 80%;
    max-width: 530px;
    margin: 0 40px 0 0;
  }
}
.single-product #subscription-section ul#offers {
  padding: 25px 0 0;
  list-style: none;
}
.single-product #subscription-section ul#offers .col {
  margin-bottom: 10px;
  width: 100% !important;
}
.single-product #subscription-section ul#offers .col.subscription-50973 .offer-header {
  background: #8FBBD8;
}
@media screen and (min-width: 800px) {
  .single-product #subscription-section ul#offers .col {
    margin-bottom: 15px;
  }
}
.single-product #subscription-section ul#offers .offer {
  z-index: 1;
  position: relative;
  background: #fff;
  overflow: hidden;
  border-radius: 3.6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin: 0;
}
.single-product #subscription-section ul#offers .offer .offer-summary {
  display: none !important;
}
.single-product #subscription-section ul#offers .offer.selected .offer-summary {
  display: block !important;
}
.single-product #subscription-section ul#offers .offer.selected .offer-header:after {
  transform: rotate(180deg);
}
.single-product #subscription-section ul#offers .offer .offer-header {
  border: 1px solid #eae7e4;
  background: transparent;
  color: #000;
  position: relative;
  text-align: left;
  padding: 10px 20px;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}
.single-product #subscription-section ul#offers .offer .offer-header .offer-title {
  font-family:
    "Karla",
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 2vw;
  margin: auto 0;
  padding: 12px 0 7px;
  min-width: 86px;
}
@media (max-width: 750px) {
  .single-product #subscription-section ul#offers .offer .offer-header .offer-title {
    font-size: 15px;
  }
}
@media (min-width: 900px) {
  .single-product #subscription-section ul#offers .offer .offer-header .offer-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 900px) {
  .single-product #subscription-section ul#offers .offer .offer-header .offer-title {
    padding: 16px 0 9px;
    min-width: 105px;
  }
}
.single-product #subscription-section ul#offers .offer .offer-header .offer-title span {
  font-size: 22px;
  font-size: 26px;
  font-size: 3vw;
}
@media (max-width: 733.3333333333px) {
  .single-product #subscription-section ul#offers .offer .offer-header .offer-title span {
    font-size: 22px;
  }
}
@media (min-width: 866.6666666667px) {
  .single-product #subscription-section ul#offers .offer .offer-header .offer-title span {
    font-size: 26px;
  }
}
.single-product #subscription-section ul#offers .offer .offer-header .offer-title .slash {
  font-family:
    "Karla",
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
}
.single-product #subscription-section ul#offers .offer .offer-header .description-wrapper {
  margin: auto auto auto 10px;
  line-height: 120%;
  font-size: 16px;
  font-size: 1.5vw;
}
@media (max-width: 800px) {
  .single-product #subscription-section ul#offers .offer .offer-header .description-wrapper {
    font-size: 12px;
  }
}
@media (min-width: 1066.6666666667px) {
  .single-product #subscription-section ul#offers .offer .offer-header .description-wrapper {
    font-size: 16px;
  }
}
.single-product #subscription-section ul#offers .offer .offer-header .description-wrapper .offer-time {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.single-product #subscription-section ul#offers .offer .offer-header .discount {
  background-image: linear-gradient(-163deg, #FAD961 2%, #F76B1C 95%);
  font-size: 14px;
  font-size: 1.5vw;
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: block;
  margin: auto 6px auto auto;
  border-radius: 50%;
  font-family:
    "Karla",
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0.5em 0 0 0;
  text-align: center;
}
@media (max-width: 733.3333333333px) {
  .single-product #subscription-section ul#offers .offer .offer-header .discount {
    font-size: 11px;
  }
}
@media (min-width: 933.3333333333px) {
  .single-product #subscription-section ul#offers .offer .offer-header .discount {
    font-size: 14px;
  }
}
@media screen and (min-width: 800px) {
  .single-product #subscription-section ul#offers .offer .offer-header .discount {
    width: 38px;
    height: 38px;
    min-width: 38px;
    padding: 9px 0 0 0;
  }
}
.single-product #subscription-section ul#offers .offer .offer-header .offer-desc {
  display: none;
  margin-top: 10px;
  font-size: 14px;
}
.single-product #subscription-section ul#offers .offer .offer-header .offer-name {
  font-weight: bold;
}
.single-product #subscription-section ul#offers .offer.selected .offer-desc {
  display: block !important;
}
.single-product #subscription-section ul#offers .offer .offer-summary {
  padding: 12px 20px;
  display: block;
  zoom: 1;
}
.single-product #subscription-section ul#offers .offer .offer-summary:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (min-width: 1000px) {
  .single-product #subscription-section ul#offers .offer .offer-summary {
    padding: 15px 30px;
  }
}
.single-product #subscription-section ul#offers .offer .offer-summary .icons {
  padding-top: 3px;
  float: left;
  display: flex;
  flex-direction: column;
}
.single-product #subscription-section ul#offers .offer .offer-summary .icons .icon,
.single-product #subscription-section ul#offers .offer .offer-summary .icons .pluss {
  margin: 8px 0 5px;
}
.single-product #subscription-section ul#offers .offer .offer-summary .icons .icon {
  opacity: 0.35;
  position: relative;
}
.single-product #subscription-section ul#offers .offer .offer-summary .icons .icon:before {
  position: absolute;
  content: "";
  background-color: #41527E;
  height: 1px;
  width: 55px;
  transform: rotate(-50deg);
  top: 19px;
  right: -11px;
}
.single-product #subscription-section ul#offers .offer .offer-summary .icons .icon.selected {
  opacity: 1;
}
.single-product #subscription-section ul#offers .offer .offer-summary .icons .icon.selected:before {
  content: none;
}
.single-product #subscription-section ul#offers .offer .offer-summary .info a.choose-subscription,
.single-product #subscription-section ul#offers .offer .offer-summary .info .bundle_add_to_cart_button {
  margin: 20px 0 15px;
  display: block;
  background: #000;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.18);
  font-family:
    "Karla",
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: blue;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 4px 20px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s;
  max-width: 300px;
}
.single-product #subscription-section ul#offers .offer .offer-summary .info a.choose-subscription.inactive,
.single-product #subscription-section ul#offers .offer .offer-summary .info .bundle_add_to_cart_button.inactive {
  opacity: 0.3;
  cursor: not-allowed;
}
.single-product #subscription-section ul#offers .offer .offer-summary .info a.choose-subscription:hover,
.single-product #subscription-section ul#offers .offer .offer-summary .info .bundle_add_to_cart_button:hover {
  opacity: 0.3;
}
.single-product #subscription-section ul#offers .offer .offer-summary span {
  display: block;
  border-bottom: 1px solid #D8D8D8;
  padding: 10px 3px;
}
.single-product #subscription-section ul#offers .offer .offer-summary span:last-child {
  border: none;
}
.single-product #subscription-section ul#offers .offer .offer-summary strong {
  font-family:
    "Karla",
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
}
.single-product ul#offers li.subscription-nosim .offer {
  box-shadow: unset !important;
  background: transparent !important;
}
.single-product ul#offers li.subscription-nosim .offer-header {
  background: transparent !important;
  padding: 10px 5px !important;
  justify-content: center !important;
  border: unset !important;
  font-size: 14px !important;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .single-product ul#offers li.subscription-nosim .offer-header {
    font-size: 12px !important;
  }
}
.single-product ul#offers li.subscription-nosim .offer-header .offer-title {
  display: none;
}
.single-product .offer-summary td {
  white-space: nowrap;
}
.single-product #summary-section #product-summary {
  margin-bottom: 20px;
}
.single-product #summary-section #product-summary th,
.single-product #summary-section #product-summary td {
  padding: 7px 10px;
}
.single-product #summary-section #product-summary th {
  padding-left: 0;
  font-family:
    "Karla",
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
}
.single-product #summary-section #product-summary td {
  text-align: right;
}
.single-product #summary-section #product-summary td:nth-child(2) span {
  white-space: nowrap;
}
.single-product #summary-section #product-summary td #sub-total {
  font-size: 18px;
  font-family:
    "Karla",
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 600;
}
.single-product #summary-section #product-summary #sub-description {
  font-weight: normal !important;
}
.single-product #summary-section #product-summary tr.total-price th,
.single-product #summary-section #product-summary tr.total-price td {
  border-top: 1px solid #D8D8D8;
  padding-top: 15px;
}
.single-product #summary-section #cart-summary #already-in-cart h4 {
  padding-bottom: 0.5em;
  padding-top: 1em;
}
.single-product #summary-section #cart-summary #already-in-cart table {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-bottom: 0;
}
.single-product #summary-section #cart-summary #already-in-cart table .product-breakdown {
}
.single-product #summary-section #cart-summary #already-in-cart table td,
.single-product #summary-section #cart-summary #already-in-cart table th {
  font-size: 14px;
}
.single-product #summary-section #cart-summary table {
  table-layout: fixed;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.single-product #summary-section #cart-summary table:last-child {
  border-bottom: none;
}
.single-product #summary-section #cart-summary td,
.single-product #summary-section #cart-summary th {
  vertical-align: top;
  padding: 5px;
}
.single-product #summary-section #cart-summary .cart-summary-price {
  text-align: right;
  width: 90px;
  padding-right: 0;
}
.single-product #summary-section #cart-summary .remove-product {
  display: inline-block;
  font-size: 16px;
}
.single-product #summary-section #cart-summary .first-col {
  width: 25px;
  font-size: 14px;
  padding-left: 0;
}
.single-product #summary-section #cart-summary .product-breakdown {
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.6;
}
.single-product #summary-section #add-more-watches {
  display: block;
  margin-top: 1em;
  text-align: center;
  font-size: 0.8em;
}
.single-product #summary-section.not-ready #product-not-configured {
  margin-bottom: 0;
}
.single-product #summary-section.not-ready #product-summary,
.single-product #summary-section.not-ready #cart-summary {
}
.single-product #summary-section.not-ready #product-buttons {
  display: none;
}
.single-product #summary-section.not-ready #product-buttons .button {
  opacity: 0.4;
  cursor: not-allowed;
}
.single-product #summary-section.not-ready #add-more-watches {
  display: none;
}
.single-product .bundle_form .bundled_product_summary {
  border-bottom: none;
}
.single-product .bundle_form .bundled_product_summary:first-child {
  margin: 20px 0;
}
.single-product .bundle_form .bundled_product_summary:nth-child(2) {
  height: 300px;
  overflow: hidden;
}
.single-product .bundle_form .bundled_product_summary:nth-child(2) .subscription-overlay {
  background: linear-gradient(rgba(255, 255, 255, 0.8), #fff);
  position: absolute;
  height: 300px;
  width: 100%;
  z-index: 999;
}
.single-product .bundle_form .bundled_product_summary:nth-child(2).open {
  height: inherit;
  overflow: inherit;
}
.single-product .bundle_form .bundled_product_summary:nth-child(3) {
  display: none;
}
.single-product div.product .woocommerce-product-gallery.images {
  width: 100%;
  margin: 0 5px 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .single-product div.product .woocommerce-product-gallery.images {
    width: 75%;
    float: right;
    clear: right;
    margin: 0;
  }
}
.single-product .woocommerce-product-gallery-flexslider-nav {
  clear: both;
}
@media screen and (min-width: 992px) {
  .single-product .woocommerce-product-gallery-flexslider-nav {
    width: 25%;
    float: left;
    clear: left;
  }
}
.single-product .woocommerce-product-gallery-flexslider-nav .flex-viewport {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .single-product .woocommerce-product-gallery-flexslider-nav .flex-viewport {
    height: calc(120px * 3 + 10px) !important;
  }
}
@media screen and (min-width: 1200px) {
  .single-product .woocommerce-product-gallery-flexslider-nav .flex-viewport {
    height: calc(140px * 3 + 10px) !important;
  }
}
@media screen and (min-width: 992px) {
  .single-product .woocommerce-product-gallery-flexslider-nav .flex-viewport .slides {
    width: 120px !important;
  }
}
@media screen and (min-width: 1200px) {
  .single-product .woocommerce-product-gallery-flexslider-nav .flex-viewport .slides {
    width: 140px !important;
  }
}
@media screen and (min-width: 992px) {
  .single-product .woocommerce-product-gallery-flexslider-nav .flex-viewport .slides > div {
    margin: 0 !important;
    padding: 0 0 5px;
    float: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .single-product .woocommerce-product-gallery-flexslider-nav .flex-viewport .slides > div {
    height: 140px;
  }
}
.single-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav {
  list-style: none;
  position: relative;
  visibility: visible;
  margin: 0;
  padding: 0;
}
.single-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a {
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  position: absolute;
  border-style: solid;
  border-color: #eae7e4;
}
@media screen and (min-width: 992px) {
  .single-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a {
    width: calc(50% - 2px);
    height: 26px;
    line-height: 26px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .single-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a {
    width: calc(50% - 3px);
  }
}
.single-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a.flex-prev::before,
.single-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a.flex-next::before {
  display: block;
  content: "<";
  line-height: 30px;
  font-size: 30px;
  background: #fff;
  font-family:
    "Karla",
    Arial,
    Helvetica,
    sans-serif !important;
  font-weight: 100;
  padding: 3px 0 5px;
}
@media screen and (min-width: 992px) {
  .single-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a.flex-prev::before,
  .single-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a.flex-next::before {
    content: "\2303";
    background: #f9f9f9;
    padding: 5px 0 0;
  }
}
.single-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a.flex-prev,
.single-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a.flex-next {
  bottom: 20px;
}
@media screen and (min-width: 992px) {
  .single-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a.flex-prev,
  .single-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a.flex-next {
    bottom: -40px;
    border: 0 none;
  }
}
.single-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a.flex-prev {
  right: 58px;
  border-width: 1px 0 1px 1px;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 992px) {
  .single-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a.flex-prev {
    left: 0;
    right: unset;
  }
}
.single-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a.flex-next {
  right: 20px;
  border-width: 1px 1px 1px 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 992px) {
  .single-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a.flex-next {
    right: 0;
  }
}
.single-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a.flex-next::before {
  padding: 4px 0;
  transform: rotate(180deg);
}
@media screen and (min-width: 992px) {
  .single-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a.flex-next::before {
    padding: 6px 0 4px;
    margin: -10px 0 0;
  }
}
.single-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a.flex-next::after {
  content: none;
}
.single-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a.flex-disabled:before {
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}
.single-product #product-progress-bar {
  background-color: #F1F5F8;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.single-product #product-progress-bar h4 {
  text-align: center;
  color: #41527E;
}
.single-product #product-progress-bar ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.single-product #product-progress-bar ul li {
  position: relative;
  list-style: none;
  background-color: #D8D8D8;
  color: #939FAF;
  margin: 0 25px;
  width: 26px;
  height: 26px;
  text-align: center;
  padding-top: 2px;
  font-family:
    "Karla",
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  border-radius: 50%;
}
.single-product #product-progress-bar ul li:before {
  position: absolute;
  background-color: inherit;
  content: "";
  top: 0;
  z-index: -2;
  bottom: 0;
  height: 3px;
  width: 100px;
  border-radius: 1px;
  margin: auto;
}
.single-product #product-progress-bar ul li:nth-child(1):before {
  left: -40px;
}
.single-product #product-progress-bar ul li:nth-child(2):before {
  left: -40px;
}
.single-product #product-progress-bar ul li:nth-child(2).checked:before {
  left: -33px;
}
.single-product #product-progress-bar ul li:nth-child(3):before {
  right: -40px;
}
.single-product #product-progress-bar ul li.checked {
  background-color: #85DF34;
  transition: all 1.5s ease-in;
  color: white;
}
.single-product #product-progress-bar ul li.checked:before {
  z-index: -1;
  width: 90px;
}
.single-product div.product div.summary {
  width: auto;
  float: none;
  clear: both;
}
.single-product .details {
  text-align: center;
}
.single-product .details #choose-color {
  padding: 0;
}
.single-product .details .variations_form {
  flex: 1 1;
}
.single-product div.bundled_product_summary,
.single-product .woocommerce div.product.bundled_product_summary {
  border-bottom: 0 none !important;
}
#product-accordion {
  padding: 40px 0 60px 0;
}
@media screen and (min-width: 800px) {
  #product-accordion {
    padding: 80px 0;
  }
}
#product-accordion .accordion-title {
  cursor: pointer;
}
#product-accordion .accordion-content {
  display: none;
  padding: 20px 12px 50px;
  max-width: 800px;
}
#product-accordion .wrapper {
  border-bottom: 1px solid #D8D8D8;
}
#product-accordion h4 {
  font-size: 20px;
  font-size: 2vw;
  position: relative;
  color: #4DA8E5;
  border-top: 1px solid #D8D8D8;
  margin: 0;
  padding: 15px 10px 13px;
}
@media (max-width: 900px) {
  #product-accordion h4 {
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  #product-accordion h4 {
    font-size: 20px;
  }
}
#product-accordion h4:after {
  position: absolute;
  content: "+";
  font-size: 20px;
  right: 10px;
}
#product-accordion h4.open:after {
  content: "\2013";
  right: 13px;
}
#product-accordion .accordion-section {
  padding: 0;
}
#product-landing-bar .wrapper .button {
  background: #4da8e5;
  border: 0 solid;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 14px;
  padding: 8px 20px 9px;
  color: #fff;
  font-family:
    "Karla",
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
}
.product-tabs {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #f9f9f9;
}
.product-tabs > ul {
  margin-bottom: 25px;
  text-align: center;
  list-style: none;
}
.product-tabs > ul > li {
  display: block;
  margin-right: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (min-width: 750px) {
  .product-tabs > ul > li {
    display: inline-block;
  }
}
.product-tabs > ul > li.active {
  border-color: #545454;
}
.product-tabs > ul > li.active a {
  color: rgba(0, 0, 0, 0.9);
}
.product-tabs > ul > li a {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  padding: 3px 0;
  text-decoration: none;
}
.product-tabs > ul > li a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
.product-tabs > ul > li a:visited {
  text-decoration: none;
}
@media screen and (min-width: 800px) {
  body.watch-product .wrap {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 80px;
    display: block;
    zoom: 1;
  }
  body.watch-product .wrap:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  body.watch-product #subscription-section .wrapper,
  body.watch-product #summary-section .wrapper {
    background: #F5F8FA;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  body.watch-product #summary-section .wrapper {
    max-width: 400px;
    background-color: white;
    padding: 25px;
  }
}
body.watch-product #summary-section div#summary-section-wrapper {
  padding: 20px;
  width: 100%;
  max-width: unset;
  margin: 0;
  background: transparent;
}
.simple-product .wrap {
  display: none;
}
.simple-product .product_cat-reservasjon .wrap {
  display: block;
}
.simple-product .summary.entry-summary form.cart .woocommerce-variation-add-to-cart {
  margin-top: 30px;
}
.simple-product .summary.entry-summary form.cart .woocommerce-variation-add-to-cart .quantity {
  max-width: 120px;
  padding-left: 0;
}
.simple-product .summary.entry-summary form.cart .woocommerce-variation-add-to-cart .quantity .qty-button {
  padding: 0;
}
.simple-product .summary.entry-summary form.cart .woocommerce-variation-add-to-cart .button {
  font-size: 16px;
  margin: 0;
}
.simple-product .summary.entry-summary form.cart label {
  font-family:
    "Karla",
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
#xplora-quote {
  padding: 20px;
  margin: 0;
}
@media screen and (max-width: 550px) {
  #xplora-quote {
    background-color: #f1f5f8;
  }
}
#xplora-quote:before {
  display: none;
}
#xplora-quote #quote-text {
  font-size: 20px;
  line-height: 1.5;
}
#xplora-quote footer {
  margin-top: 1em;
  font-size: 14px;
}
span.setup-step {
  display: inline-block;
  line-height: 26px;
  font-size: 14px;
  background: #f25e00;
  color: #fff;
  padding: 0 10px;
  margin-bottom: 5px;
}
span.setup-step.step-1 {
  float: left;
  color: #000;
  background: none;
  font-size: inherit;
  font-family:
    "Karla",
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 600;
}
#product-reviews iframe {
  max-width: 100%;
  margin-top: 20px;
}
#product-partners .columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
}
#product-partners .columns .col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  padding: 20px;
}
#product-page-stars .columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -20px;
}
#product-page-stars .columns .col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 0 19%;
  flex: 1 0 19%;
  padding: 20px !important;
}
#product-page-stars .columns .img-wrap {
  min-height: 60px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #product-page-stars .columns .col {
    padding: 5px !important;
  }
  #product-page-stars .columns .col h3 span {
    font-size: 16px !important;
  }
  #product-page-stars .columns .col h3 img {
    width: 16px;
    height: 16px;
    vertical-align: -1px;
  }
  #product-page-stars .columns .col img.sales-logo {
    max-width: 80% !important;
  }
}
#product-partners-second .wrapper-full {
  width: 25% !important;
  -ms-flex-preferred-size: 25% !important;
  flex-basis: 25% !important;
}
#product-partners-second .wrapper-full img {
  margin-bottom: 0;
}
.pswp {
  z-index: 10000;
}
.pswp__bg {
  background: #fff;
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-color: #000 !important;
}
@media screen and (max-width: 550px) {
  .entry-summary .price {
    text-align: center;
  }
  .entry-summary #watch-tagline {
    font-weight: normal;
    font-size: 14px;
    display: block;
    text-align: center;
  }
  .entry-summary .price {
    margin-top: 0 !important;
    font-size: 20px !important;
    font-weight: normal;
  }
  .single-product .product-tabs {
    overflow: hidden;
  }
  ul#colors {
    display: flex;
  }
  #mobile-text-section {
    padding-top: 20px;
    border-top: 1px solid #f1f5f8;
    margin-top: 20px;
  }
}
@media screen and (min-width: 551px) {
  #mobile-text-section {
    padding: 0 !important;
  }
}
#maksimer-bundle {
  padding-top: 50px;
}
#maksimer-bundle #bundle-subscriptions {
  border-top: 1px solid #E7E7E7;
}
#maksimer-bundle #bundle-subscriptions .bundle-subscription {
}
#maksimer-bundle #bundle-subscriptions .bundle-subscription label {
  cursor: pointer;
}
#maksimer-bundle #bundle-subscriptions .bundle-subscription .bundle-sub-description {
  display: none;
  margin-top: 1em;
}
#maksimer-bundle #bundle-subscriptions .bundle-subscription.selected .bundle-sub-description {
  display: block;
}
#maksimer-bundle #bundle-subscriptions .bundle-subscription:last-child {
  font-size: 0.8em;
  background: none;
  border: none;
}
#maksimer-bundle .single_variation_wrap.bundled_item_wrap {
  display: none;
}
#maksimer-bundle #bundle-watches {
  overflow: hidden;
  text-align: center;
  margin-bottom: 50px;
}
#maksimer-bundle #bundle-watches .bundle-watch {
  display: inline-block;
  width: 140px;
}
#maksimer-bundle #bundle-watches .bundle-watch.out-of-stock img {
  opacity: 0.3;
}
#maksimer-bundle #bundle-watches .bundle-watch .bundle-watch-image {
  cursor: pointer;
  margin-bottom: 2px;
  display: block;
}
#maksimer-bundle #bundle-watches .bundle-watch .bundle-watch-image.selected {
  margin-bottom: 0;
}
#maksimer-bundle #bundle-watches .bundle-watch.selected:after {
  content: "Valgt";
  background: url(assets/images/check-circle.svg) no-repeat;
  background-size: contain;
  text-decoration: none;
  line-height: 17px;
  padding: 3px 0 0 25px;
  font-size: 14px;
  width: 70px;
  margin: 20px auto 0;
  display: block;
  position: absolute;
  margin-left: 35px;
}
#maksimer-bundle .attribute_options tr,
#maksimer-bundle .attribute_options td {
  display: none;
}
#maksimer-bundle #bundle-block-2 {
  background: #f5f8fa;
  padding: 80px 0;
}
#maksimer-bundle #bundle-block-2 .bundled_item_wrap {
  margin-bottom: 1.618em;
  display: none !important;
  padding: 20px;
}
#maksimer-bundle .bundle_data {
  background: #fff;
  margin-bottom: 3.236em;
  padding: 20px;
}
body.watch-product div#quote-section {
  margin-top: 10px;
  margin-bottom: 10px;
  background: transparent;
  font-size: 11px;
  padding: 0;
}
#bundle-config .step-2,
#bundle-config .step-2 + .product_excerpt {
  text-align: center;
}
#bundle-config .step-2 {
  margin-bottom: 0.5em;
}
#bundle-config .step-2 + .product_excerpt {
  margin-bottom: 1em;
}
#bundle-config .bundled_item_optional .product_excerpt {
  display: none;
}
#bundle-summary .woocommerce-info {
  margin-right: 0;
  width: 100%;
  padding: 0;
  background: none;
  color: #000;
  font-weight: bold;
}
#bundle-summary .woocommerce-info:before {
  display: none;
}
#bundle-summary .woocommerce-info .msg {
  padding: 0;
}
#bundle-summary .bundled_product_title {
  display: none;
}
#bundle-summary .bundle_add_to_cart_button {
  margin-top: 0;
}
#bundle-summary .bundled_item_optional .product_excerpt {
  display: none;
}
#bundle-summary .quantity {
  display: none;
}
#bundle-summary .bundle_add_to_cart_button {
  background-image: linear-gradient(18deg, #04BEFE 0%, #4481EB 95%);
  letter-spacing: 0.72px;
  border: none;
  box-shadow: 0 8px 9px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 5px 0;
  padding: 18px 15px 15px 15px;
  font-size: 16px;
  color: white;
}
@media screen and (min-width: 800px) {
  #bundle-config {
    float: left;
    width: 50%;
    padding: 0 30px;
  }
  #bundle-summary {
    float: right;
    width: 50%;
    padding: 0 30px;
  }
}
.woocommerce-cart .shop_table > .cart_item {
  border-bottom: none !important;
}
.woocommerce-cart-form .bundle_table_item {
  margin-bottom: -40px;
}
@media screen and (max-width: 799px) {
  .woocommerce-cart-form .bundle_table_item {
    margin-bottom: 0;
  }
  .woocommerce-cart .shop_table > .cart_item .product-text {
    min-height: 0 !important;
    justify-content: center;
  }
  .woocommerce-cart .shop_table > .cart_item .product-text .product-name {
    text-align: left;
    margin: 0 !important;
    margin-bottom: 10px !important;
    font-size: 14px;
  }
  .woocommerce-cart-form .bundled_table_item {
    margin-bottom: 15px;
    text-align: right;
  }
  .woocommerce-cart-form .bundled_table_item .product-name {
    margin: 0 !important;
  }
}
.woocommerce-cart-form .bundled_table_item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.woocommerce-cart-form .bundled_table_item .product-quantity {
  display: none;
}
.woocommerce-cart-form .bundled_table_item .product-thumbnail {
  height: auto !important;
}
.woocommerce-cart-form .bundled_table_item .product-text {
  min-height: 20px !important;
}
.woocommerce-cart-form .bundled_table_item .product-name {
  margin: 0 auto auto 0 !important;
}
.woocommerce-cart-form .bundled_table_item * {
  font-family: "AvenirLTPro-Medium", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}
#bundle-selection-summary {
  background: #fff;
  padding: 20px;
  font-weight: bold;
}
#bundle-summary .bundled_product {
  display: none;
}
#color-section .bundled_product_summary {
  margin-bottom: 0;
  padding-bottom: 0;
}
#color-section .single_variation_wrap {
  text-align: center;
}
#color-section .single_variation_wrap p.stock {
  margin-top: 0;
}
.product-attributes {
  display: flex;
  flex-flow: row wrap;
  margin-top: 10px;
}
.product-attributes .product-attribute.disabled {
  display: none;
}
.product-attributes .product-attribute--pa_sim {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.product-attributes .product-attribute--pa_sim img {
  width: 40px;
}
.product-attributes .product-attribute--pa_sim.selected {
  opacity: 1;
  border-bottom: 2px solid #000;
  padding-bottom: 3px;
}
#maksimer-bundle .single_variation_wrap.bundled_item_wrap {
  display: none !important;
}
.color-circle {
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
}
.color-circle span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.circle-pink {
  background: #FFB1C9;
}
.circle-blue {
  background: #9BCAFE;
}
.circle-turquoise {
  background: #37CAD9;
}
body.single-product div.product div.summary.entry-summary p.price span {
  color: #000;
}
body.single-product div.product div.summary.entry-summary p.price ins span {
  color: #ee3e22;
}
body.woocommerce div.product p.price {
  color: #000;
}
.single-product #subscription-section ul#offers .offer.selected .offer-header {
  border: 1px solid #000;
  background: #f9f9f9 !important;
}
.single-product #subscription-section ul#offers .subscription-upgrade .offer .offer-header,
.single-product #subscription-section ul#offers .subscription-upgrade .offer.selected .offer-header {
  background: #5C5C5C !important;
}
.single-product #subscription-section ul#offers .offer {
  border-radius: 0;
}
.single-product #color-section ul#colors {
  position: relative;
  margin-left: 10px;
}
.status-color {
  display: none;
  position: absolute;
  left: 0;
  margin-top: 20px;
}
.product-color-image.selected .status-pink {
  display: block;
}
.product-color-image.selected .status-blue {
  display: block;
}
.product-color-image.selected .status-turquoise {
  display: block;
}
.yes-step {
  position: absolute;
  right: 22px;
  color: #25ca0f;
  top: 27px;
  font-size: 36px;
  background: white;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
}
.yes-step-two {
  position: absolute;
  right: 22px;
  color: #25ca0f;
  top: 8px;
  font-size: 36px;
  background: white;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
}
.yes-step:before,
.yes-step-two:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 20px;
}
.setup-step.step-3 {
  display: flex;
  font-weight: bold;
  background: #41527E;
  color: #fff;
  padding: 10px;
  text-align: left;
}
.setup-step.step-4 {
  display: flex;
  font-weight: bold;
  background: #41527E;
  color: #fff;
  padding: 10px;
  text-align: left;
}
.new-summary-section {
  padding: 20px;
  background: #F5F8FA;
}
.new-summary-section .summary-details {
  display: flex;
  justify-content: space-between;
}
.new-summary-section .offer-total {
  font-size: 25px;
  font-weight: 600;
  text-align: right;
  margin: 20px auto;
  display: block;
}
.new-summary-section a.choose-subscription {
  background: #EE3E22;
  padding: 20px 40px;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.new-summary-section a.choose-subscription.inactive {
  background: #e0e0e0;
  cursor: not-allowed;
}
.new-summary-section .cross-sells .products.columns-4 {
  flex-direction: column;
}
.info-i a {
  width: 100%;
  text-decoration: none;
}
.abonnement-selektor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.abonnement-selektor #basic:before {
  background-color: #fff;
  content: "";
}
.abonnement-selektor #basic {
  background: #DDDDDD;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.abonnement-selektor #basic .header {
  background: #E0563B;
}
.abonnement-selektor #basic .body {
  border-color: #E0563B;
  border-style: solid;
  border-width: 0 2px 0 2px;
  border-right: transparent !important;
  background: #DDDDDD;
}
.abonnement-selektor #basic .abonnement-price {
  background: #DDDDDD;
  border-left: 2px solid #E0563B;
}
.abonnement-selektor #premium {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #DDDDDD;
}
.abonnement-selektor #premium .header {
  background: linear-gradient(90.91deg, rgba(192, 127, 225, 0.53) 45.18%, rgba(192, 127, 225, 0) 92.95%), #7050E6;
}
.abonnement-selektor #premium .body {
  border-left: 2px solid #E0563B;
}
.abonnement-selektor #premium .abonnement-price {
  border-left: 2px solid #E0563B;
  border-bottom-left-radius: 20px;
}
.abonnement-selektor #premium .abonnement-price::before {
  content: "";
  width: 90%;
  height: 60px;
  display: block;
  border: 2px solid transparent;
  position: absolute;
  border-bottom-color: #E0563B;
  border-right-color: transparent;
  border-left-color: #E0563B;
  border-bottom-left-radius: 20px;
  bottom: -2px;
  left: 0;
  z-index: 9;
}
.abonnement-selektor #premium .abonnement-price::after {
  content: "";
  width: 90%;
  height: 20px;
  display: block;
  border: 2px solid transparent;
  position: absolute;
  border-top-color: #E0563B;
  border-left-color: transparent;
  border-top-right-radius: 20px;
  bottom: -20px;
  left: 10%;
  z-index: 9;
  border-left: none;
  pointer-events: none;
}
.abonnement-selektor #basic,
.abonnement-selektor #premium {
  position: relative;
}
.abonnement-selektor #basic .most-popular,
.abonnement-selektor #premium .most-popular {
  background: #F9B839;
  position: absolute;
  border-radius: 100px;
  width: 78px;
  text-align: center;
  height: 78px;
  right: -22px;
  top: -18px;
  transform: rotate(9.33deg);
}
@media screen and (max-width: 768px) {
  .abonnement-selektor #basic .most-popular,
  .abonnement-selektor #premium .most-popular {
    right: 0;
    top: -55px;
  }
}
.abonnement-selektor #basic .most-popular p,
.abonnement-selektor #premium .most-popular p {
  padding: 5px;
  position: absolute;
  line-height: 17px;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.abonnement-selektor #basic .header,
.abonnement-selektor #premium .header {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 12px;
}
.abonnement-selektor #basic .header p,
.abonnement-selektor #premium .header p {
  padding-left: 10px;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
}
.abonnement-selektor #basic .body,
.abonnement-selektor #premium .body {
  padding: 11px 8px;
}
.abonnement-selektor #basic .body .modalOpenBtn,
.abonnement-selektor #premium .body .modalOpenBtn {
  font-size: 12px;
  text-decoration: underline;
  padding-left: 9px;
}
.abonnement-selektor #basic .body .modalOpenBtn::after,
.abonnement-selektor #premium .body .modalOpenBtn::after {
  display: none;
}
.abonnement-selektor #basic .body p strong,
.abonnement-selektor #premium .body p strong {
  font-weight: 500;
  font-size: 12px;
}
.abonnement-selektor #basic .body ul,
.abonnement-selektor #premium .body ul {
  list-style-type: "+";
  padding-left: 9px;
  margin-top: -12px;
  margin-bottom: 0;
}
.abonnement-selektor #basic .body ul li,
.abonnement-selektor #premium .body ul li {
  font-size: 12px;
  padding-left: 10px;
}
.abonnement-selektor #basic .abonnement-price,
.abonnement-selektor #premium .abonnement-price {
  padding: 11px 17px;
}
.abonnement-selektor #basic .abonnement-price span,
.abonnement-selektor #premium .abonnement-price span {
  color: #757575;
  font-weight: 500;
  font-size: 14px;
}
.abonnement-selektor #basic .abonnement-price span + span,
.abonnement-selektor #premium .abonnement-price span + span {
  font-size: 18px;
  color: #000;
}
@media screen and (min-width: 500px) {
  .abonnement-selektor #basic .body,
  .abonnement-selektor #premium .body {
    padding: 11px 17px;
  }
}
.abonnement-selektor .body,
.abonnement-selektor .abonnement-price {
  border-style: solid;
  border-color: transparent;
  border-width: 0 2px 0 2px;
  background: linear-gradient(271.49deg, rgba(237, 229, 250, 0.12) 3.98%, rgba(0, 0, 0, 0) 33.87%), #F3F3F3;
}
.abonnement-selektor.premium #premium .body,
.abonnement-selektor.premium #premium .abonnement-price {
  border-color: #9466E4;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: #DDDDDD;
  border-left-color: transparent;
}
.abonnement-selektor.premium #premium .abonnement-price {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}
.abonnement-selektor.premium #premium .abonnement-price::before {
  display: none;
}
.abonnement-selektor.premium #premium .abonnement-price::after {
  display: none;
  pointer-events: none;
}
.abonnement-selektor.premium #basic .body {
  border-right: 2px solid #9466E4 !important;
}
.abonnement-selektor.premium #basic .body,
.abonnement-selektor.premium #basic .abonnement-price {
  border-color: transparent;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: #F3F3F3;
}
.abonnement-selektor.premium #basic .abonnement-price {
  border-right: 2px solid #9466E4;
  border-bottom-right-radius: 20px;
}
.abonnement-selektor.premium #basic .abonnement-price::before {
  content: "";
  width: 90%;
  height: 60px;
  display: block;
  border: 2px solid transparent;
  position: absolute;
  border-bottom-color: #9466E4;
  border-left-color: transparent;
  border-right-color: #9466E4;
  border-bottom-right-radius: 20px;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.abonnement-selektor.premium #basic .abonnement-price::after {
  content: "";
  width: 70%;
  height: 60px;
  display: block;
  border: 2px solid transparent;
  position: absolute;
  border-top-color: #9466E4;
  border-right-color: transparent;
  border-top-left-radius: 20px;
  bottom: -58px;
  left: 0px;
  border-left: 2px solid #9466E4;
  z-index: 9;
}
#subscription-section.premium #offers#offers .col.subscription-monthly-premium-sub {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-color: #9466E4 !important;
}
#subscription-section.premium #offers#offers .col:not(.subscription-upgrade):not(.subscription-nosim) {
  border-right-color: #9466E4;
  border-left-color: #9466E4;
}
#subscription-section.premium #offers#offers .col.subscription-prepaid-12m-premium-sub {
  margin-top: 0 !important;
  border-top-left-radius: 20px;
}
.single-product #subscription-section ul#offers .col {
  background: #DDDDDD !important;
  padding: 0.5rem 1rem;
  margin: 0;
}
.single-product #subscription-section #offers .col:not(.subscription-upgrade):not(.subscription-nosim) {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-right-color: #E0563B;
  border-left-color: #E0563B;
  border-style: solid;
  margin-top: -10px;
  border-width: 2px;
}
.single-product #subscription-section #offers#offers .col.subscription-prepaid-12m-sub {
  margin-top: 0 !important;
  border-top-right-radius: 20px;
}
.single-product #subscription-section #offers .col.subscription-upgrade {
  background: #fff !important;
  padding: 0.5rem 0;
}
.single-product #subscription-section #offers .col.subscription-nosim {
  background: #fff !important;
  padding: 0.5rem 0;
}
.single-product #subscription-section #offers#offers .col.subscription-monthly-sub {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-color: #E0563B !important;
}
ul#togglesubscriptions {
  padding: 11px;
  display: table;
}
ul#togglesubscriptions li {
  list-style-type: none;
}
.subscription-prepaid-12m-premium-sub,
.subscription-prepaid-6m-premium-sub,
.subscription-monthly-premium-sub {
  display: none;
}
body.single-product #subscription-section ul#offers {
  background: transparent;
  padding: 0;
}
.single-product #subscription-section ul#offers .col .offer {
  border-radius: 20px;
}
.single-product #subscription-section ul#offers .col .offer .offer-header {
  border-radius: 20px;
}
.single-product #subscription-section ul#offers .col .offer.selected .offer-header {
  border: 2px solid #FF5151;
  box-shadow: inset 0 1px 4px 1px #E0563B;
}
.single-product #subscription-section.premium ul#offers .col .offer.selected .offer-header {
  border: 2px solid #9466E4;
  box-shadow: inset 0 1px 5px 3px rgba(147, 101, 228, 0.45);
}
body.single-product .details {
  text-align: left;
}
body.watch-product .bundle_form .bundled_product_summary:nth-child(2).open {
  background-color: transparent !important;
  padding: 0 !important;
}
body.watch-product .cart.bundled_item_cart_content.variations_form {
  display: block !important;
}
body.watch-product .details span.setup-step {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 28px;
  margin-bottom: 13px;
}
.xplora-sellingpoints {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xplora-sellingpoints .imagewrapper img {
  margin: 0 auto;
  display: block;
}
.xplora-sellingpoints p {
  font-weight: 500;
  font-size: 10px;
}
.xplora-sellingpoints {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xplora-sellingpoints .imagewrapper img {
  margin: 0 auto;
  display: block;
}
.xplora-sellingpoints p {
  font-weight: 500;
  font-size: 10px;
}
.subscription-upgrade .offer-header {
  display: block;
}
.subscription-upgrade .offer-header-title {
  position: relative;
  width: 100%;
  display: block;
  max-width: 100%;
  color: white;
}
.subscription-upgrade .offer-header-title p {
  color: white;
  margin-bottom: 0;
}
.subscription-upgrade .button-openclose {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid white;
  border-radius: 100px;
}
.subscription-upgrade .button-openclose span {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.subscription-upgrade .selected .offer-header {
  flex-direction: column;
}
.subscription-upgrade .selected .offer-header-title p {
  margin-bottom: 15px;
}
.subscription-upgrade .upgrade-form {
  width: 100%;
}
.subscription-upgrade .info-error {
  margin-top: 15px;
  color: white;
}
.watch-product #subscription-section ul#offers {
  display: flex;
  flex-direction: column;
}
.subscription-prepaid-12m-premium-sub {
  display: none;
}
.subscription-prepaid-6m-premium-sub {
  display: none;
}
.subscription-monthly-premium-sub {
  display: none;
}
.col.subscription-upgrade .offer-header {
  text-align: center !important;
}
#subscription-section {
  background-color: #fff !important;
}
#subscription-section #offers {
  background-color: #fff !important;
}
.bundled_item_124 {
  display: none !important;
}
#color-section {
  width: 100% !important;
}
.bundled_item_103 {
  margin-top: 0 !important;
}
#basic,
#premium {
  cursor: pointer !important;
}
.woocommerce-product-gallery-flexslider-nav .flex-active-slide .wp-post-image {
  border-bottom: 3px solid black !important;
}
.is_warranty {
  background-color: #F3F3F3;
  margin: 0 0 25px;
  border-radius: 20px;
  padding: 0 !important;
}
.is_warranty .details {
  text-align: left;
  margin: 20px 28px 0 56px !important;
}
.is_warranty .details label {
  display: inline-block;
  width: auto;
}
.is_warranty .details label input {
  position: absolute;
  width: 21px !important;
  border-radius: 3px;
  background: #FFFFFF;
  border: 1px solid #B9B9B9;
  left: 18px;
  height: 100%;
  padding: 0;
  margin: 0;
  top: 0;
}
.is_warranty .details label p {
  font-size: 12px;
  line-height: 160%;
  color: #000000;
  max-width: 90%;
  display: block !important;
}
.is_warranty .details label p a {
  font-weight: 600;
  text-decoration: none !important;
}
.is_warranty .details label p a:hover {
  text-decoration: underline !important;
}
@media screen and (min-width: 800px) {
  .is_warranty .details label p a {
    position: absolute;
    top: 0;
    right: 25px;
    height: 100%;
    align-items: center;
    display: flex;
  }
}
body #new-summary-section.new-summary-section .bundle_add_to_cart_button.disabled {
  background-color: #5C5C5C;
  opacity: 0.7;
}
body #new-summary-section.new-summary-section .bundle_add_to_cart_button {
  background: #F45A5A;
}
.nosim-parent:has(.nosim-parent-container.open) {
  border: 1px solid #ccc;
  padding: 16px;
}
.nosim-parent {
  cursor: pointer;
}
.nosim-parent .nosim-child {
  border: none;
  margin-top: 16px;
}
.nosim-parent .nosim-child .offer {
  border: none;
  box-shadow: none !important;
}
.nosim-parent .nosim-child .offer-header {
  padding: 0 !important;
  flex-direction: row;
  border: none !important;
}
.nosim-parent .nosim-child .offer-header-title {
  display: flex;
}
.nosim-parent .nosim-child .offer-header-title .offer-price-summary {
  margin-left: 16px;
}
.nosim-parent .nosim-parent-selector {
  display: block;
  margin: 1rem 0;
}
.nosim-parent .nosim-parent-selector a {
  font-size: 14px;
  font-weight: bold;
}
.nosim-parent-container {
  display: none;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.nosim-parent-container.open {
  display: block;
}
.nosim-parent-container-info {
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 25px;
}
.subscription-premium-info {
  display: none;
  font-size: 14px;
}
#subscription-section.premium .subscription-premium-info {
  display: list-item;
}
#subscription-section ul#offers li.col.subscription-premium-info {
  padding-top: 2rem;
  margin-top: -1.5rem !important;
  background: linear-gradient(90.91deg, rgba(192, 127, 225, 0.53) 45.18%, rgba(192, 127, 225, 0) 92.95%), #7050E6 !important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#subscription-section ul#offers li.col.subscription-premium-info p {
  color: #fff;
}
#subscription-section ul#offers li.col.subscription-premium-info span {
  font-weight: 600;
  color: #FBFE5D;
}
#subscription-section ul#offers li.col.subscription-premium-info .subscription-premium-info-header img {
  width: 100%;
}
#subscription-section ul#offers li.col.subscription-premium-info .subscription-premium-info-header .button {
  display: block;
  float: none;
  background-color: #B170FE;
  border-color: #B170FE;
  border-radius: 20px;
  text-transform: none;
}
#subscription-section ul#offers li.col.subscription-premium-info .subscription-premium-info-content {
  display: none;
}
#subscription-section ul#offers li.col.subscription-premium-info:has(#spi_button:checked) .subscription-premium-info-content {
  display: block;
}
.subscription-premium-info-list {
  list-style: none;
  padding: 0;
}
.subscription-premium-info img {
  background: none !important;
}
.subscription-premium-info-list-item {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 10px;
  margin-top: 0.5rem;
}
.subscription-premium-info-list-item-content {
  display: inline-block;
}
.subscription-premium-info-list-item-content p {
  display: inline;
}
.subscription-premium-info-disclaimer p {
  font-size: 14px;
}
.woocommerce-cart h1 {
  margin: 1.2em 0 0;
  font-size: 42px;
  font-size: 3vw;
}
@media (max-width: 933.3333333333px) {
  .woocommerce-cart h1 {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .woocommerce-cart h1 {
    font-size: 42px;
  }
}
.woocommerce-cart h1 + p {
  font-size: 14px;
  font-size: 16px;
  font-size: 1.5vw;
}
@media (max-width: 933.3333333333px) {
  .woocommerce-cart h1 + p {
    font-size: 14px;
  }
}
@media (min-width: 1066.6666666667px) {
  .woocommerce-cart h1 + p {
    font-size: 16px;
  }
}
.woocommerce-cart h2,
.woocommerce-cart .product-name a,
.woocommerce-cart .product-name span.large-name {
  color: #607993;
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.5vw;
}
@media (max-width: 640px) {
  .woocommerce-cart h2,
  .woocommerce-cart .product-name a,
  .woocommerce-cart .product-name span.large-name {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .woocommerce-cart h2,
  .woocommerce-cart .product-name a,
  .woocommerce-cart .product-name span.large-name {
    font-size: 24px;
  }
}
.woocommerce-cart h3 {
  font-size: 18px;
  font-size: 2vw;
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-weight: normal;
  padding: 0 20px 30px;
  color: #607993;
}
@media (max-width: 800px) {
  .woocommerce-cart h3 {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  .woocommerce-cart h3 {
    font-size: 18px;
  }
}
.woocommerce-cart .wrapper {
  padding-top: 10vw;
}
@media screen and (min-width: 1200px) {
  .woocommerce-cart .wrapper {
    padding-top: 20px;
  }
}
.woocommerce-cart .shop_table > .cart_item {
  display: block;
  zoom: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #F1F5F8;
  padding: 20px 0;
}
.woocommerce-cart .shop_table > .cart_item:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (min-width: 800px) {
  .woocommerce-cart .shop_table > .cart_item {
    padding: 20px 20px;
  }
}
.woocommerce-cart .shop_table > .cart_item .product-thumbnail {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
@media screen and (min-width: 800px) {
  .woocommerce-cart .shop_table > .cart_item .product-thumbnail {
    width: 115px;
    height: 115px;
  }
}
.woocommerce-cart .shop_table > .cart_item .product-thumbnail img {
  display: block;
  width: 100%;
  max-width: 100px;
}
.woocommerce-cart .shop_table > .cart_item .product-remove {
  width: 20px;
}
.woocommerce-cart .shop_table > .cart_item .product-remove a.remove {
  width: 16px;
  height: 16px;
  display: block;
  padding: 0;
  text-align: center;
  line-height: 16px;
  background: #F1F5F8;
  color: #607993 !important;
  font-size: 18px;
}
.woocommerce-cart .shop_table > .cart_item .product-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  margin: 0 10px;
  min-height: 80px;
}
@media screen and (min-width: 800px) {
  .woocommerce-cart .shop_table > .cart_item .product-text {
    flex-direction: row;
  }
}
.woocommerce-cart .shop_table > .cart_item .product-text .product-name {
  margin: 0 0 auto;
}
@media screen and (min-width: 800px) {
  .woocommerce-cart .shop_table > .cart_item .product-text .product-name {
    margin: auto auto auto 0;
  }
}
.woocommerce-cart .shop_table > .cart_item .product-text .product-name p {
  margin: 9px 0 0 0;
  line-height: 140%;
  max-width: 600px;
}
.woocommerce-cart .shop_table > .cart_item .product-text .product-name a {
  text-decoration: none;
}
.woocommerce-cart .shop_table > .cart_item .product-text .product-price {
  display: none;
}
.woocommerce-cart .shop_table > .cart_item .product-text .product-totals {
  margin: auto 0 0;
}
@media screen and (min-width: 800px) {
  .woocommerce-cart .shop_table > .cart_item .product-text .product-totals {
    margin: auto 0 auto auto;
    width: 250px;
  }
}
.woocommerce-cart .shop_table > .cart_item .product-text .product-quantity {
  float: left;
}
.woocommerce-cart .shop_table > .cart_item .product-text .product-quantity .qty-button,
.woocommerce-cart .shop_table > .cart_item .product-text .product-quantity input {
  display: inline-block;
}
.woocommerce-cart .shop_table > .cart_item .product-text .product-quantity .qty-button {
  line-height: 32px;
}
.woocommerce-cart .shop_table > .cart_item .product-text .product-quantity input[type=number] {
  border: none;
  padding: 5px;
  width: 2.5em;
  color: #41527E;
}
.woocommerce-cart .shop_table > .cart_item .product-text .product-subtotal {
  float: right;
  text-align: right;
  line-height: 32px;
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.5vw;
}
@media (max-width: 640px) {
  .woocommerce-cart .shop_table > .cart_item .product-text .product-subtotal {
    font-size: 16px;
  }
}
@media (min-width: 880px) {
  .woocommerce-cart .shop_table > .cart_item .product-text .product-subtotal {
    font-size: 22px;
  }
}
.woocommerce-cart .shop_table .actions {
  display: flex;
  overflow: hidden;
  padding: 25px 0;
}
.woocommerce-cart .shop_table .actions label {
  display: none;
}
.woocommerce-cart .shop_table .actions .coupon {
  float: left;
}
.woocommerce-cart .shop_table .actions #coupon_code {
  margin-bottom: 0.5em;
  font-size: 0.875rem;
}
.woocommerce-cart .shop_table .actions button.button {
  padding: 10px 20px;
  font-size: 10px;
  line-height: 100%;
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
  color: #607993;
  background: #F1F5F8;
}
.woocommerce-cart .shop_table .actions button.button[name=update_cart] {
  float: right;
}
.woocommerce-cart .cart-collaterals {
  padding-top: 15px;
}
.woocommerce-cart .cart-collaterals .cross-sells h2 {
  font-size: 36px;
  font-size: 3.5vw;
}
@media (max-width: 571.4285714286px) {
  .woocommerce-cart .cart-collaterals .cross-sells h2 {
    font-size: 20px;
  }
}
@media (min-width: 1028.5714285714px) {
  .woocommerce-cart .cart-collaterals .cross-sells h2 {
    font-size: 36px;
  }
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products .price {
  padding-top: 10px;
  font-size: 20px;
  font-size: 2.5vw;
  font-family: "AvenirLTPro-Medium", sans-serif;
  font-weight: normal;
  color: #607993;
}
@media (max-width: 640px) {
  .woocommerce-cart .cart-collaterals .cross-sells ul.products .price {
    font-size: 16px;
  }
}
@media (min-width: 800px) {
  .woocommerce-cart .cart-collaterals .cross-sells ul.products .price {
    font-size: 20px;
  }
}
@media screen and (max-width: 799px) {
  .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
    width: 100%;
    border-bottom: 2px solid #F1F5F8;
    padding: 10px 0;
    margin: 0;
  }
  .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product h2 + h3 {
    display: none;
  }
  .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
  }
  .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product h2 {
    margin: 0;
    padding: 0;
  }
  .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product .button {
    float: right;
    font-family: "AvenirLTPro-Heavy", sans-serif;
    font-weight: normal;
  }
}
@media screen and (min-width: 800px) {
  .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
    display: flex;
    justify-items: center;
    flex-direction: column;
  }
  .woocommerce-cart .cart-collaterals .cross-sells ul.products h2,
  .woocommerce-cart .cart-collaterals .cross-sells ul.products .price,
  .woocommerce-cart .cart-collaterals .cross-sells ul.products h3 {
    text-align: center;
  }
  .woocommerce-cart .cart-collaterals .cross-sells ul.products h2 {
    font-size: 26px;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 800px) and (max-width: 640px) {
  .woocommerce-cart .cart-collaterals .cross-sells ul.products h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1040px) {
  .woocommerce-cart .cart-collaterals .cross-sells ul.products h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 800px) {
  .woocommerce-cart .cart-collaterals .cross-sells ul.products .button {
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 799px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    padding: 30px 0 0;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 28px;
  font-size: 3vw;
}
@media (max-width: 800px) {
  .woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-size: 24px;
  }
}
@media (min-width: 933.3333333333px) {
  .woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-size: 28px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
  border: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr {
  border-bottom: 1px solid #F1F5F8;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td:before {
  font-weight: normal;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr:nth-child(2n) td {
  background: transparent;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
  padding: 9px 5px;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td span.amount,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td label,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td p {
  font-family: "AvenirLTPro-Medium", sans-serif;
  font-weight: normal;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total {
  border-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total strong span.amount {
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 500px) {
  body.woocommerce-order-received .wrapper {
    padding: 0;
  }
}
body.woocommerce-order-received .woocommerce-thankyou-order-received {
  display: none;
}
body.woocommerce-order-received #thank-you-activation-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
}
body.woocommerce-order-received #thank-you-activation-wrapper h1 {
  font-size: 42px;
  font-size: 4vw;
  padding: 20px 20px 20px;
  margin: auto auto 0;
}
@media (max-width: 700px) {
  body.woocommerce-order-received #thank-you-activation-wrapper h1 {
    font-size: 28px;
  }
}
@media (min-width: 1050px) {
  body.woocommerce-order-received #thank-you-activation-wrapper h1 {
    font-size: 42px;
  }
}
body.woocommerce-order-received #thank-you-activation-wrapper h1,
body.woocommerce-order-received #thank-you-activation-wrapper p {
  text-align: center;
}
body.woocommerce-order-received #thank-you-activation-wrapper p {
  max-width: 500px;
  font-size: 22px;
  font-size: 2.1vw;
  padding: 20px 20px 30px;
  margin: 0 auto;
  line-height: 150%;
}
@media (max-width: 761.9047619048px) {
  body.woocommerce-order-received #thank-you-activation-wrapper p {
    font-size: 16px;
  }
}
@media (min-width: 1047.619047619px) {
  body.woocommerce-order-received #thank-you-activation-wrapper p {
    font-size: 22px;
  }
}
body.woocommerce-order-received #thank-you-activation-wrapper p:last-child {
  font-size: 16px;
  font-size: 1.5vw;
  margin: 0 auto auto;
  padding: 40px 20px 30px;
}
@media (max-width: 933.3333333333px) {
  body.woocommerce-order-received #thank-you-activation-wrapper p:last-child {
    font-size: 14px;
  }
}
@media (min-width: 1066.6666666667px) {
  body.woocommerce-order-received #thank-you-activation-wrapper p:last-child {
    font-size: 16px;
  }
}
body.woocommerce-order-received #thank-you-activation-wrapper img {
  width: 100px;
  height: auto;
  margin: 0 auto;
}
body.woocommerce-order-received #thank-you-activation-wrapper .button {
  background-image: linear-gradient(18deg, #04BEFE 0%, #4481EB 95%);
  letter-spacing: 0.72px;
  border: none;
  margin: 0 auto;
  font-size: 20px;
  font-size: 2vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-transform: none;
  padding: 13px 35px 11px;
}
@media (max-width: 900px) {
  body.woocommerce-order-received #thank-you-activation-wrapper .button {
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  body.woocommerce-order-received #thank-you-activation-wrapper .button {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  body.woocommerce-order-received #thank-you-activation-wrapper h1 {
    padding: 60px 20px 40px;
  }
  body.woocommerce-order-received #thank-you-activation-wrapper img {
    width: 150px;
  }
  body.woocommerce-order-received #thank-you-activation-wrapper p {
    padding: 40px 20px 50px;
  }
}
body.woocommerce-order-received ul.woocommerce-order-overview {
  padding: 5vw 0 0 0;
}
@media screen and (max-width: 850px) {
  body.woocommerce-order-received ul.woocommerce-order-overview li {
    width: 100%;
    padding: 0 0 15px;
  }
}
body.woocommerce-order-received .woocommerce-order .subscription-registration {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 800px) {
  body.woocommerce-order-received .woocommerce-order .subscription-registration {
    display: block;
  }
}
body.woocommerce-order-received .woocommerce-order .subscription-registration #blikunde {
  margin: 0 25px;
  max-width: 400px;
  font-size: inherit;
  font-family: inherit;
}
@media screen and (max-width: 800px) {
  body.woocommerce-order-received .woocommerce-order .subscription-registration #blikunde {
    margin: 0 auto;
    max-width: 500px;
    display: block;
  }
}
body.woocommerce-order-received .woocommerce-order .subscription-registration #blikunde form {
  font-family: inherit;
}
body.woocommerce-order-received .woocommerce-order .subscription-registration #blikunde p,
body.woocommerce-order-received .woocommerce-order .subscription-registration #blikunde p:nth-child(n) {
  padding: 10px;
  font-size: 14px;
}
body.woocommerce-order-received .woocommerce-order .subscription-registration #blikunde .packageinfo,
body.woocommerce-order-received .woocommerce-order .subscription-registration #blikunde .packageinfo:nth-child(n) {
  border: 1px #000 solid;
  color: #000;
  margin: 1em 0em;
  font-size: 18px;
}
body.woocommerce-order-received .woocommerce-order .subscription-registration #blikunde .packageinfo span,
body.woocommerce-order-received .woocommerce-order .subscription-registration #blikunde .packageinfo:nth-child(n) span {
  white-space: nowrap;
}
#mini-cart .mini-cart-wrapper {
  position: absolute;
  padding: 30px 20px;
  width: 100vw;
  max-width: 350px;
  top: 44px;
  right: 0;
  background-color: white;
  box-shadow: 0 9px 16px rgba(0, 0, 0, 0.11);
  z-index: 9999;
}
#mini-cart .mini-cart-wrapper a#close-mini-cart {
  position: absolute;
  overflow: hidden;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}
#mini-cart .mini-cart-wrapper a#close-mini-cart:before {
  content: "";
  background: url(assets/images/x.svg) no-repeat 0;
  width: 20px;
  height: 20px;
  padding-left: 20px;
  margin-right: 20px;
}
#mini-cart .mini-cart-wrapper h3 {
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
  font-size: 23px;
  padding: 0;
  margin: 0 0 10px;
}
#mini-cart .mini-cart-wrapper ul.woocommerce-mini-cart {
  padding: 0;
  margin: 0;
}
#mini-cart .mini-cart-wrapper ul.woocommerce-mini-cart li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid #D8D8D8;
  padding: 20px 5px;
}
#mini-cart .mini-cart-wrapper ul.woocommerce-mini-cart li a {
  text-decoration: none;
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
  display: block;
  display: block;
  zoom: 1;
  -ms-word-break: break-word;
  word-break: break-word;
  margin-left: 30px;
}
#mini-cart .mini-cart-wrapper ul.woocommerce-mini-cart li a:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#mini-cart .mini-cart-wrapper ul.woocommerce-mini-cart li a p {
  font-size: 15px;
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-weight: normal;
  padding: 5px 0 15px;
  line-height: 140%;
}
#mini-cart .mini-cart-wrapper ul.woocommerce-mini-cart li a.remove {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  display: block;
  padding: 0;
  text-align: center;
  line-height: 16px;
  background: #F1F5F8;
  color: #607993 !important;
  font-size: 16px;
}
#mini-cart .mini-cart-wrapper ul.woocommerce-mini-cart li img.attachment-woocommerce_thumbnail {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 10px 0 20px;
}
#mini-cart .mini-cart-wrapper ul.woocommerce-mini-cart li > span {
  display: block;
}
#mini-cart .mini-cart-wrapper ul.woocommerce-mini-cart li .quantity {
  margin-left: 30px;
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-weight: normal;
  font-size: 12px;
}
#mini-cart .mini-cart-wrapper ul.woocommerce-mini-cart li .amount {
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: right;
  color: #607993;
  width: calc(100% - 110px);
}
#mini-cart .mini-cart-wrapper a.button {
  font-size: 15px;
  padding: 15px 15px 12px 15px;
}
#mini-cart .mini-cart-wrapper .woocommerce-mini-cart__total {
  margin-top: 20px;
  text-align: right;
}
#mini-cart .woocommerce-mini-cart-item.product-57170 .remove_from_cart_button,
#mini-cart .woocommerce-mini-cart-item.product-57170 img,
#mini-cart .woocommerce-mini-cart-item.product-57310 .remove_from_cart_button,
#mini-cart .woocommerce-mini-cart-item.product-57310 img {
  display: none !important;
}
body.single-product div.product .images {
  float: left;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 550px) {
  body.single-product div.product .images {
    padding: 0 0 20px 0;
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
body.single-product div.product .images.woocommerce-product-gallery {
  position: relative;
}
body.single-product div.product .images img {
  display: block;
  max-width: 100%;
  height: auto;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
}
body.single-product div.product .images .thumbnails {
  padding-top: 40px;
}
body.single-product div.product .images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
}
body.single-product div.product .images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
}
body.single-product div.product .images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 20%;
  display: inline-block;
}
body.single-product div.product .images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 2em;
  z-index: 2;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
}
body.single-product div.product .images .woocommerce-product-gallery__trigger:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(assets/images/search-icon.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
body.single-product div.product .images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 20px 0 0;
}
@media screen and (max-width: 550px) {
  body.single-product div.product .images .flex-control-thumbs {
    display: block;
    text-align: center;
    padding: 10px 0 0;
    margin: -5px;
  }
}
body.single-product div.product .images .flex-control-thumbs li {
  width: 20%;
  float: none;
  clear: none;
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px;
}
body.single-product div.product .images .flex-control-thumbs li:nth-child(5n+1) {
  clear: left;
}
@media screen and (max-width: 550px) {
  body.single-product div.product .images .flex-control-thumbs li {
    width: 33.33%;
    padding: 5px;
  }
  body.single-product div.product .images .flex-control-thumbs li:nth-child(5n+1) {
    clear: none;
  }
  body.single-product div.product .images .flex-control-thumbs li:nth-child(3n+1) {
    clear: left;
  }
  body.single-product div.product .images .flex-control-thumbs li img {
    display: block;
    width: 16px;
    height: 16px;
  }
}
body.single-product div.product .images .flex-control-thumbs li img {
  cursor: pointer;
  margin: 0;
}
body.single-product div.product .images .woocommerce-main-image {
  display: block;
}
body.single-product div.product .images .woocommerce-main-image img {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 550px) {
  body.single-product div.product .images .woocommerce-main-image img {
    width: auto;
    max-height: 250px;
  }
}
body.single-product div.product .images .thumbnails {
  display: block;
  zoom: 1;
  margin: 40px -20px -20px;
}
body.single-product div.product .images .thumbnails:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (max-width: 550px) {
  body.single-product div.product .images .thumbnails {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}
body.single-product div.product .images .thumbnails a {
  padding: 10px;
  float: left;
  width: 20%;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  body.single-product div.product .images .thumbnails a {
    width: 15%;
  }
}
body.single-product div.product .images .thumbnails a:nth-child(5n+6) {
  clear: left;
}
.woocommerce .reviews-section .accordion-content {
  max-width: none !important;
  padding-bottom: 0 !important;
}
.woocommerce .reviews-section .woocommerce-Reviews {
  margin-bottom: 50px;
  padding: 10px;
}
.woocommerce .reviews-section .woocommerce-Reviews h2,
.woocommerce .reviews-section .woocommerce-Reviews #reply-title {
  font-size: 24px;
  font-family: "AvenirLTPro-Heavy", sans-serif;
  font-weight: normal;
  padding: 0 0 10px;
  line-height: 130%;
}
.woocommerce .reviews-section .woocommerce-Reviews #review_form {
  padding: 20px 0;
}
.woocommerce .reviews-section .woocommerce-Reviews #comments ol.commentlist li {
  margin: 0 0 10px;
}
.woocommerce .reviews-section .woocommerce-Reviews #comments ol.commentlist li p.meta {
  color: #607993;
}
.woocommerce .reviews-section .woocommerce-Reviews li {
  display: block;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 15px;
  margin: 0 0 25px;
  display: block;
  zoom: 1;
}
.woocommerce .reviews-section .woocommerce-Reviews li:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.woocommerce .reviews-section .woocommerce-Reviews .comment_container img {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}
.woocommerce .reviews-section .woocommerce-Reviews .comment-text {
  width: calc(100% - 100px);
  float: left;
}
.woocommerce .reviews-section .woocommerce-Reviews .comment-text .description {
  padding-top: 5px;
}
.woocommerce .reviews-section .woocommerce-Reviews .comment-form-rating {
  margin-top: 20px;
}
.woocommerce .reviews-section .woocommerce-Reviews #review_form_wrapper p.form-submit input#submit {
  background: #4DA8E5;
  float: right;
  color: white;
}
@media screen and (min-width: 1200px) {
  .woocommerce .reviews-section .woocommerce-Reviews {
    display: flex;
  }
  .woocommerce .reviews-section .woocommerce-Reviews #comments {
    width: calc(100% - 350px);
  }
  .woocommerce .reviews-section .woocommerce-Reviews #review_form_wrapper {
    width: 350px;
  }
  .woocommerce .reviews-section .woocommerce-Reviews #review_form_wrapper #review_form {
    padding-top: 0;
  }
}
body .module-products ul.products .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
body .module-products ul.products .star-rating:before {
  content: "sssss";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
body .module-products ul.products .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
body .module-products ul.products .star-rating span:before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.archive.woocommerce .products.columns-4 {
  max-width: 1150px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.archive.woocommerce .woocommerce-products-header {
  text-align: center;
  background-color: #F1F5F8;
  padding: 130px 0 80px;
}
@media screen and (max-width: 1000px) {
  .archive.woocommerce .woocommerce-products-header {
    padding: 60px 0 40px;
  }
}
.archive.woocommerce .woocommerce-result-count {
  margin: 20px auto 40px;
  float: none;
  max-width: 1150px;
  width: 90%;
}
#invoice-info,
.invoice-info,
#min-total-info,
.insurance-info {
  font-size: 14px !important;
  margin-bottom: 0;
}
.home .slide-innhold {
}
#home-hero-mobile .image-wrap {
  position: relative;
}
#home-hero-mobile .slide-innhold {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  max-width: none;
}
#home-hero-mobile .slide-innhold * {
  display: none;
}
#home-hero-mobile .slide-innhold .slide-link {
  display: block;
}
#gratis-frakt-note {
  background: #111;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1em 0 0.75em;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #gratis-frakt-note {
  }
}
.cookie-notice-container #cn-notice-text {
  color: white;
}
.sc_info_box {
  padding: 1em !important;
}
body.woocommerce-checkout .woocommerce-info {
  width: 100%;
}
body.woocommerce-checkout #payment li.wc_payment_method {
  margin: 0 0 0 30px;
}
body.woocommerce-checkout #payment li.wc_payment_method input {
  margin: 0 8px 0 -25px;
}
body.woocommerce-checkout #payment li.wc_payment_method label {
  line-height: 140% !important;
}
body.woocommerce-checkout #payment .payment_box div.form-row {
  padding: 0;
}
body.woocommerce-checkout #payment .payment_box p.form-row.woocommerce-validated {
  margin: 0 0 0 20px;
}
body.woocommerce-checkout #payment .payment_box p.form-row.woocommerce-validated input {
  margin: 0 8px 0 -25px;
}
body.woocommerce-checkout #payment .payment_box p.form-row.woocommerce-validated label {
  line-height: 150%;
}
.woocommerce-checkout-review-order-table .product-name > span {
  float: left;
}
#garanti-landing {
}
#garanti-landing .your-watches {
  margin: 0px;
  padding: 0px;
}
#garanti-landing .small-text {
  display: inline-block;
  padding-bottom: 15px;
}
#garanti-landing .garanti-included {
  color: #37eb34;
  display: block;
  margin-top: 20px;
}
#garanti-landing .products {
  margin-top: 30px;
}
#garanti-landing .products li {
  text-indent: 0px;
}
@media screen and (max-width: 768px) {
  #garanti-landing .products li {
    width: 100%;
  }
}
#garanti-landing .products li .product-wrap {
  box-shadow: 0 9px 16px rgba(0, 0, 0, 0.11);
  text-align: center;
}
#garanti-landing .products li h3 {
  padding: 15px 0 0 0;
  margin: 0px;
}
#garanti-landing .products li .watch-img {
  cursor: pointer;
}
#garanti-landing .products li:before {
  content: none;
}
#garanti-landing .buy-garanti-wrap {
  display: inline-block;
  margin-top: -10px;
}
#garanti-landing .buy-garanti-wrap .button {
  margin: 0px;
}
#garanti-landing .form-messages {
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 3px;
}
#garanti-landing .container {
  display: block;
  margin-top: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#garanti-landing .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#garanti-landing .checkmark {
  display: block;
  height: 25px;
  width: 25px;
  background-color: #F1F5F8;
  border: 2px solid #D8D8D8;
}
#garanti-landing .container:hover input ~ .checkmark {
  background-color: #D8D8D8;
}
#garanti-landing .container input:checked ~ .checkmark {
  background-color: #4DA8E5;
}
#garanti-landing .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#garanti-landing .container input:checked ~ .checkmark:after {
  display: block;
}
#garanti-landing .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#bundle-subscriptions {
  padding: 0;
  list-style: none;
}
#bundle-subscriptions .bundle-subscription-label {
  display: none;
}
#bundle-subscriptions .offer {
  background: #fff;
  overflow: hidden;
  border-radius: 3.6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
}
#bundle-subscriptions .offer .offer-summary {
  display: none !important;
}
#bundle-subscriptions .offer.selected .offer-summary {
  display: block !important;
}
#bundle-subscriptions .offer.selected .offer-header:after {
  transform: rotate(180deg);
}
#bundle-subscriptions .offer .offer-header {
  background: #41527E;
  color: #fff;
  position: relative;
  text-align: left;
  padding: 0 35px 0 12px;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  #bundle-subscriptions .offer .offer-header {
    padding: 0 50px 0 20px;
  }
}
#bundle-subscriptions .offer .offer-header:after {
  content: "";
  position: absolute;
  background: url(assets/images/open-close.svg) no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 800px) {
  #bundle-subscriptions .offer .offer-header:after {
    right: 20px;
  }
}
#bundle-subscriptions .offer .offer-header .offer-title {
  font-family: "AvenirLTPro-Black", sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 2vw;
  margin: auto 0;
  padding: 12px 0 7px;
  min-width: 86px;
}
@media (max-width: 750px) {
  #bundle-subscriptions .offer .offer-header .offer-title {
    font-size: 15px;
  }
}
@media (min-width: 900px) {
  #bundle-subscriptions .offer .offer-header .offer-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 900px) {
  #bundle-subscriptions .offer .offer-header .offer-title {
    padding: 16px 0 9px;
    min-width: 105px;
  }
}
#bundle-subscriptions .offer .offer-header .offer-title span {
  font-size: 22px;
  font-size: 26px;
  font-size: 3vw;
}
@media (max-width: 733.3333333333px) {
  #bundle-subscriptions .offer .offer-header .offer-title span {
    font-size: 22px;
  }
}
@media (min-width: 866.6666666667px) {
  #bundle-subscriptions .offer .offer-header .offer-title span {
    font-size: 26px;
  }
}
#bundle-subscriptions .offer .offer-header .offer-title .slash {
  font-family: "AvenirLTPro-Roman", sans-serif;
  font-weight: normal;
}
#bundle-subscriptions .offer .offer-header .description-wrapper {
  margin: auto auto auto 10px;
  line-height: 120%;
  font-size: 16px;
  font-size: 1.5vw;
}
@media (max-width: 800px) {
  #bundle-subscriptions .offer .offer-header .description-wrapper {
    font-size: 12px;
  }
}
@media (min-width: 1066.6666666667px) {
  #bundle-subscriptions .offer .offer-header .description-wrapper {
    font-size: 16px;
  }
}
#bundle-subscriptions .offer .offer-header .description-wrapper .offer-time {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#bundle-subscriptions .offer .offer-header .discount {
  background-image: linear-gradient(-163deg, #FAD961 2%, #F76B1C 95%);
  font-size: 14px;
  font-size: 1.5vw;
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: block;
  margin: auto 6px auto auto;
  border-radius: 50%;
  font-family: "AvenirLTPro-Black", sans-serif;
  font-weight: normal;
  padding: 0.5em 0 0 0;
  text-align: center;
}
@media (max-width: 733.3333333333px) {
  #bundle-subscriptions .offer .offer-header .discount {
    font-size: 11px;
  }
}
@media (min-width: 933.3333333333px) {
  #bundle-subscriptions .offer .offer-header .discount {
    font-size: 14px;
  }
}
@media screen and (min-width: 800px) {
  #bundle-subscriptions .offer .offer-header .discount {
    width: 38px;
    height: 38px;
    min-width: 38px;
    padding: 9px 0 0 0;
  }
}
#bundle-subscriptions .offer .offer-header .offer-desc {
  display: none;
}
#bundle-subscriptions .offer.selected .offer-desc {
  display: block !important;
}
#bundle-subscriptions .offer .offer-summary {
  padding: 12px 20px;
  display: block;
  zoom: 1;
}
#bundle-subscriptions .offer .offer-summary:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (min-width: 1000px) {
  #bundle-subscriptions .offer .offer-summary {
    padding: 15px 30px;
  }
}
#bundle-subscriptions .offer .offer-summary .icons {
  padding-top: 3px;
  float: left;
  display: flex;
  flex-direction: column;
}
#bundle-subscriptions .offer .offer-summary .icons .icon,
#bundle-subscriptions .offer .offer-summary .icons .pluss {
  margin: 8px 0 5px;
}
#bundle-subscriptions .offer .offer-summary .icons .icon {
  opacity: 0.35;
  position: relative;
}
#bundle-subscriptions .offer .offer-summary .icons .icon:before {
  position: absolute;
  content: "";
  background-color: #41527E;
  height: 1px;
  width: 55px;
  transform: rotate(-50deg);
  top: 19px;
  right: -11px;
}
#bundle-subscriptions .offer .offer-summary .icons .icon.selected {
  opacity: 1;
}
#bundle-subscriptions .offer .offer-summary .icons .icon.selected:before {
  content: none;
}
#bundle-subscriptions .offer .offer-summary .info {
  width: calc(100% - 50px);
  float: right;
}
#bundle-subscriptions .offer .offer-summary .info a.choose-subscription {
  margin: 20px 0 15px;
  display: block;
  background: #F5A623;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.18);
  border-radius: 20px;
  font-family:
    "Karla",
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 4px 20px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s;
  max-width: 300px;
}
#bundle-subscriptions .offer .offer-summary .info a.choose-subscription.inactive {
  opacity: 0.3;
  cursor: not-allowed;
}
#bundle-subscriptions .offer .offer-summary span {
  display: block;
  border-bottom: 1px solid #D8D8D8;
  padding: 10px 3px;
}
#bundle-subscriptions .offer .offer-summary span:last-child {
  border: none;
}
#bundle-subscriptions .offer .offer-summary strong {
  font-family: "AvenirLTPro-Black", sans-serif;
  font-weight: normal;
}
div.bundled_product_summary,
.woocommerce div.product.bundled_product_summary {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
body.single-product .bundled_subscriptions_price_html {
  color: #000;
}
body.single-product .bundled_subscriptions_price_html br {
  display: none;
}
.first-payment-date {
  display: none;
}
body.woocommerce-page table.shop_table_responsive tbody .recurring-totals th {
  display: none;
}
body.woocommerce-cart .cart-subtotal.recurring-total,
body.woocommerce-checkout .cart-subtotal.recurring-total {
  display: none;
}
body.single .bundle_price p.price {
  display: none;
}
body.woocommerce-cart .order-total.recurring-total {
  display: none;
}
body.single-product .bundle_error .woocommerce-info {
  display: none;
}
body.single-product #new-summary-section .bundle_add_to_cart_button {
  width: 100%;
}
body.single-product #summary-total {
  font-size: 25px;
  font-weight: 600;
}
#new-summary-section table th {
  font-weight: 300;
  padding: 5px 10px;
}
#new-summary-section table td {
  padding: 5px 10px;
}
.info-i {
  font-weight: 300;
}
body.woocommerce-cart #coupon-wrapper .button {
  background: #f5a623 !important;
  color: white;
}
body.woocommerce-cart #coupon-toggle {
  margin-right: 20px;
}
body.woocommerce-cart #coupon-wrapper {
  margin-right: 20px;
}
.subscription-prepaid12m,
.subscription-prepaid6m {
  position: relative;
}
.subscription-prepaid12m .badge-25 {
  display: flex !important;
}
.subscription-prepaid6m .badge-17 {
  display: flex !important;
  top: -10px;
}
.jquery-modal.blocker.current {
  z-index: 2;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}
.offer-header-title {
  text-align: right;
  max-width: 330px;
  font-size: 16px;
}
.offer-header {
  flex-direction: row-reverse;
}
.offer-price-summary {
  font-size: 16px;
}
@media screen and (max-width: 615px) {
  #subscription-section {
    width: 100%;
    font-size: 12px;
  }
  #watch-tagline {
    display: none;
  }
  body.single-product #color-section ul#colors {
    margin-bottom: unset !important;
  }
  #info-under-price-container {
    display: none;
  }
}
#new-summary-section {
  padding: 20px;
  background: #f9f9f9;
}
#new-summary-section .summary-details {
  display: flex;
  justify-content: space-between;
}
#new-summary-section .offer-total {
  font-size: 25px;
  font-weight: 600;
  text-align: right;
  margin: 20px auto;
  display: block;
}
#new-summary-section a.choose-subscription,
#new-summary-section .bundle_add_to_cart_button {
  background: #000;
  padding: 12px 20px;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 0;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 20px;
  border: none;
}
#new-summary-section a.choose-subscription.disabled,
#new-summary-section .bundle_add_to_cart_button.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#new-summary-section a.choose-subscription:hover,
#new-summary-section .bundle_add_to_cart_button:hover {
  opacity: 0.3;
}
#new-summary-section a.choose-subscription.inactive,
#new-summary-section .bundle_add_to_cart_button.inactive {
  background: #e0e0e0;
  cursor: not-allowed;
}
#new-summary-section .cross-sells .products.columns-4 {
  flex-direction: column;
}
.info-i a {
  width: 100%;
  text-decoration: none;
}
.bundled_product table.variations,
.bundled_product .woocommerce-variation-price,
.bundled_product .woocommerce-variation-availability {
  display: none;
}
.bundle_button .quantity {
  display: none;
}
.bundled_item_2 .woocommerce-variation-description {
  display: none;
}
#bundle-config .step-2,
#bundle-config .step-2 + .product_excerpt {
  text-align: center;
}
#bundle-config .step-2 {
  margin-bottom: 0.5em;
}
#bundle-config .step-2 + .product_excerpt {
  margin-bottom: 1em;
}
#bundle-config .bundled_item_optional .product_excerpt {
  display: none;
}
#bundle-summary .woocommerce-info {
  margin-right: 0;
  width: 100%;
  padding: 0;
  background: none;
  color: #000;
  font-weight: bold;
}
#bundle-summary .woocommerce-info:before {
  display: none;
}
#bundle-summary .woocommerce-info .msg {
  padding: 0;
}
#bundle-summary .bundled_product_title {
  display: none;
}
#bundle-summary .bundle_add_to_cart_button {
  margin-top: 0;
}
#bundle-summary .bundled_item_optional .product_excerpt {
  display: none;
}
#bundle-summary .quantity {
  display: none;
}
#bundle-summary .bundle_add_to_cart_button {
  background-image: linear-gradient(18deg, #04BEFE 0%, #4481EB 95%);
  letter-spacing: 0.72px;
  border: none;
  box-shadow: 0 8px 9px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 5px 0;
  padding: 18px 15px 15px 15px;
  font-size: 16px;
  color: white;
}
#bundle-summary .bundle_add_to_cart_button.inactive {
  opacity: 0.3;
  cursor: not-allowed;
}
#bundle-summary .bundle_add_to_cart_button:hover {
  opacity: 0.3;
}
@media screen and (min-width: 800px) {
  #bundle-config {
    float: left;
    width: 50%;
    padding: 0 30px;
  }
  #bundle-summary {
    float: right;
    width: 50%;
    padding: 0 30px;
  }
}
#bundle-config .step-2,
#bundle-config .step-2 + .product_excerpt {
  text-align: center;
}
#bundle-config .step-2 {
  margin-bottom: 0.5em;
}
#bundle-config .step-2 + .product_excerpt {
  margin-bottom: 1em;
}
#bundle-config .bundled_item_optional .product_excerpt {
  display: none;
}
body.single-product .bundled_product_excerpt.product_excerpt {
  display: none;
}
.single-product #subscription-section ul#offers .offer .offer-header {
  border: 1px solid #eae7e4;
  background: transparent;
  color: #000;
  position: relative;
  text-align: left;
  padding: 20px;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}
body.watch-product div#quote-section {
  margin-top: 10px;
  margin-bottom: 10px;
  background: transparent;
  font-size: 11px;
  padding: 0;
}
body.single-product .bundled_item_1.bundled_product.bundled_product_summary.product.thumbnail_hidden .details {
  margin-bottom: 20px;
}
body.single-product .bundled_product_excerpt.product_excerpt {
  display: none;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  display: none;
}
#mini-cart .mini-cart-wrapper ul.woocommerce-mini-cart li dl.variation {
  display: none;
}
#mini-cart .mini-cart-wrapper ul.woocommerce-mini-cart li .quantity {
  margin-top: 5px;
}
body.single-product .bundled_product_summary .bundled_product_optional_checkbox {
  margin: 20px 0;
  display: block;
}
body.single-product .bundled_product_summary .details {
  margin-bottom: 20px;
}
.woocommerce-cart-form .bundled_table_item .product-thumbnail {
  display: none !important;
}
.woocommerce-cart-form .bundled_table_item.ABO-6MONTHOFF-NO,
.woocommerce-cart-form .bundled_table_item.ABO-12M-NO,
.woocommerce-cart-form .bundled_table_item.ABO-6M-NO,
.woocommerce-cart-form .bundled_table_item.ABO-1M-NO,
.woocommerce-cart-form .bundled_table_item.ABO-UTENSIM-NO,
.woocommerce-cart-form .bundled_table_item.ABO-3MONTHOFF-NO,
.woocommerce-cart-form .bundled_table_item.xplora-garanti {
  display: none !important;
}
.woocommerce-cart-form .bundled_table_item.ABO-6MONTHOFF-NO .product-text,
.woocommerce-cart-form .bundled_table_item.ABO-12M-NO .product-text,
.woocommerce-cart-form .bundled_table_item.ABO-6M-NO .product-text,
.woocommerce-cart-form .bundled_table_item.ABO-1M-NO .product-text,
.woocommerce-cart-form .bundled_table_item.ABO-UTENSIM-NO .product-text,
.woocommerce-cart-form .bundled_table_item.ABO-3MONTHOFF-NO .product-text,
.woocommerce-cart-form .bundled_table_item.xplora-garanti .product-text {
  display: none !important;
}
#product-bubble {
  display: none !important;
}
.woocommerce-cart .woocommerce-shipping-totals {
  display: none;
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold img {
  max-width: 500px;
  margin: 0;
  max-height: 300px;
  width: auto !important;
}
@media screen and (min-width: 800px) {
  body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold .slide-innhold-1 {
    width: 70%;
  }
}
@media screen and (min-width: 800px) {
  body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .image-wrap img {
    min-height: 100%;
    min-width: 100%;
    float: right;
  }
}
body .innholdsbygger-seksjon.slideshow ul.slides > li.single-slide .slide-innhold .slide-innhold-1 .slide-innhold-2 img.aligncenter {
  margin: 0 auto !important;
}
@media screen and (max-width: 800px) {
  body .innholdsbygger-seksjon.slideshow ol.flex-control-nav {
    display: none;
  }
  #info-under-price-container {
    display: none;
  }
}
.flex-direction-nav i {
  color: #000;
}
body .innholdsbygger-seksjon.slideshow ol.flex-control-nav li a {
  background: #000;
}
.goplay-hero .innhold.content {
  background-position: center top !important;
}
@media screen and (min-width: 1001px) {
  header {
    position: fixed;
    background: #ffffff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  }
  body {
    margin-top: 90px;
  }
}
.main-menu .menu li {
  margin-right: 16px;
}
#xplora-go-campaign-desktop .slide-innhold {
  max-width: 490px;
  left: 0;
  right: 0;
}
#home-block-products .half-container {
  background-size: 66%;
}
@media screen and (max-width: 1000px) {
  #home-block-products .half-container {
    background-size: 45%;
  }
}
.frontpage-button-container {
  display: flex;
  align-items: center;
}
.button.xplora-front-page-button-desktop {
  width: 220px;
}
.xplora-white-button {
  background: rgba(255, 255, 255, 0.5607843137) !important;
  color: black !important;
  border: 2px solid white;
}
.woocommerce-store-notice,
p.demo_store {
  display: block !important;
  z-index: 9999999;
  margin-top: 90px;
  background: #000;
}
section.goplay-top-image .innhold.content {
  max-width: unset !important;
  padding: unset;
}
body.page-id-62890 > .wrapper {
  padding-top: unset;
}
@media screen and (max-width: 1000px) {
  body.page-id-62890 .entry-title {
    text-align: center;
  }
  body.page-id-62890 #main-content {
    margin-top: 50px;
  }
  body.page-id-62890 {
    padding-top: unset;
  }
}
#kindly-chat-api {
  position: relative;
  z-index: 9999999999999;
}
#mini-cart dl.variation {
  border-left: unset;
  padding-left: unset;
}
#mini-cart dl.variation dd {
  margin-bottom: 0;
  margin-left: 4px;
}
#mini-cart dl.variation dt {
  display: none;
}
body #mini-cart .mini-cart-wrapper ul.woocommerce-mini-cart li {
  padding-left: 30px;
  font-weight: 600;
}
body #mini-cart .mini-cart-wrapper ul.woocommerce-mini-cart li a {
  margin-left: unset;
}
body #mini-cart .mini-cart-wrapper ul.woocommerce-mini-cart li .quantity {
  text-align: right;
}
.woocommerce-cart-form dl.variation {
  display: flex;
  margin-top: unset;
}
@media screen and (max-width: 640px) {
  .woocommerce-cart-form dl.variation {
    justify-content: flex-end;
  }
  .woocommerce-cart .shop_table > .cart_item {
    border-bottom: 1px solid #f1f5f8 !important;
  }
}
.woocommerce-cart-form dl.variation dd.variation-Velgfarge {
  margin-left: unset;
}
.woocommerce-cart-form dl.variation dt {
  display: none;
}
form.woocommerce-checkout dl.variation {
  display: flex;
  margin-left: 20px;
  margin-top: unset;
}
body.woocommerce-checkout form.woocommerce-checkout dl.variation dt {
  display: none;
}
body.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-totals.shipping th {
  display: none;
}
body.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-totals.shipping td {
  border-top: unset;
}
body.woocommerce-checkout form.woocommerce-checkout a.remove {
  display: none;
}
body.watch-product .woocommerce img,
body.watch-product.woocommerce-page img {
  background: #f6f6f6;
}
@media screen and (min-width: 1200px) {
  body.watch-product .woocommerce-product-gallery-flexslider-nav {
    padding-right: 20px;
  }
  body.watch-product .woocommerce-product-gallery-flexslider-nav .flex-viewport {
    height: 379px !important;
  }
  body.watch-product .cart.bundled_item_cart_content.variations_form {
    display: flex;
  }
  body.watch-product #color-section {
    width: 40%;
  }
}
body.watch-product .woocommerce-product-details__short-description {
  font-size: 14px;
}
body.watch-product .bundle_form .bundled_product_summary:nth-child(2) {
  height: 0;
}
body.watch-product #new-summary-section {
  padding: unset;
  background: unset;
}
body.watch-product .single_variation_wrap.bundled_item_wrap {
  font-size: 14px;
}
body.watch-product .single_variation_wrap.bundled_item_wrap p {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  body.watch-product div.product .images.woocommerce-product-gallery,
  body.phone-product div.product .images.woocommerce-product-gallery {
    margin-left: unset;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  body.watch-product .slides .woocommerce-product-gallery__image {
    padding-right: 4px;
    max-width: 105px;
  }
}
@media screen and (max-width: 1200px) {
  body.watch-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a.flex-prev {
    right: 48px;
  }
}
@media screen and (max-width: 1200px) {
  body.watch-product .woocommerce-product-gallery-flexslider-nav ul.flex-direction-nav a.flex-next {
    right: 10px;
  }
}
body.woocommerce .breadcrumb-wrapper {
  display: none;
}
body.watch-product .breadcrumb-wrapper {
  display: block;
}
body.watch-product nav.woocommerce-breadcrumb {
  max-width: 1150px;
  width: 90%;
  padding: 10px 0;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
}
body.watch-product .woocommerce-breadcrumb a {
  text-decoration: none;
  color: black !important;
}
body.watch-product .woocommerce-breadcrumb a:first-child:before {
  content: "\f015";
  margin-right: 5px;
  font-family: FontAwesome;
}
body.watch-product .breadcrumb-wrapper {
  background-color: #f6f6f6;
}
body.watch-product span.setup-step {
  font-size: 16px;
  font-weight: 600;
  color: black;
  background: unset;
  padding-left: 0;
}
body.watch-product .bundle_form .bundled_product_summary:nth-child(2).open {
  background-color: #f6f6f6;
  padding: 30px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.17);
}
body.watch-product #subscription-section ul#offers {
  background-color: #f6f6f6;
}
body.watch-product .logo-mobile img {
  background: transparent;
}
body.watch-product #subscription-section {
  background-color: #f6f6f6;
}
body.watch-product .bundle_form .bundled_product_summary:nth-child(3) {
  background-color: #f6f6f6;
  padding: 30px;
  border-top: 1px solid rgba(119, 119, 119, 0.17);
}
body.single-product div.product .images .flex-control-thumbs {
  display: none;
}
body.watch-product ul#offers li.subscription-nosim .offer-header {
  border: 1px solid #eae7e4 !important;
}
body.watch-product ul#offers li.subscription-nosim .offer-header p {
  margin: 0;
}
body.watch-product ul#offers li.subscription-nosim .offer-header .description {
  display: none;
}
body.watch-product ul#offers li.subscription-nosim .offer-header .info-i {
  display: none;
  margin: 0;
}
body.watch-product ul#offers li.subscription-nosim .offer.selected .offer-header {
  border: 1px solid #000 !important;
  padding: 10px 20px !important;
}
body.watch-product ul#offers li.subscription-nosim .offer.selected .offer-header p {
  margin: 0 0 5px;
}
body.watch-product ul#offers li.subscription-nosim .offer.selected .offer-header .description {
  display: block;
}
body.watch-product ul#offers li.subscription-nosim .offer.selected .offer-header .description .info-i {
  text-align: right;
  display: block;
  margin: -5px 5px 10px 0;
}
body.watch-product ul#offers li.subscription-nosim .offer.selected .offer-header .info-i {
  display: block;
}
body.watch-product ul#offers li.subscription-nosim .offer.selected .offer-header .upgrade-form {
  width: 100%;
  margin-bottom: 10px;
}
body.watch-product ul#offers li.subscription-nosim .offer.selected .offer-header .info-error {
  color: #f25e00;
}
body.page-id-75400 > .wrapper {
  padding-top: unset;
}
body.single-product .bundled_product.bundled_product_summary.product.thumbnail_hidden .details {
  margin-bottom: 20px !important;
}
.pswp {
  z-index: 10000000000000000000000000000;
}
body.single .flex-direction-nav {
  visibility: hidden;
}
#home-block-products .half-container {
  text-decoration: none;
}
body.single-product form.post-password-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .fb-review {
    margin-bottom: 40px;
  }
}
.col.subscription-nosim .offer-header {
  flex-direction: unset;
}
#kindly-chat-api {
  display: none;
}
@media screen and (max-width: 768px) {
  body.single-product.watch-product .woocommerce-product-gallery__wrapper {
    max-height: 180px !important;
  }
}
body.single-product a.flex-next::after {
  content: ">";
  font-size: 26px;
  font-family: "AvenirLTPro-Roman", sans-serif;
}
body.single-product a.flex-prev::before {
  content: "<";
  font-size: 26px;
  font-family: "AvenirLTPro-Roman", sans-serif;
}
body.home > .wrapper {
  padding-top: unset;
}
body.home .wrapper article > .innholdsbygger-seksjon:first-child.slideshow {
  margin-top: unset;
}
.main-menu ul.sub-menu li {
  width: 100%;
}
.open-fullscreen-menu .main-menu {
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .main-menu #menu-hovedmeny {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.main-menu {
  margin: auto;
}
.main-menu .menu li {
  margin-right: 26px;
}
section#buyapowa .button-wrapper {
  display: flex;
}
header.header {
  z-index: 999999999;
}
#wpadminbar {
  z-index: 10000000000000000;
}
p.demo_store.woocommerce-store-notice {
  padding: 20px;
  color: white;
}
.woocommerce-store-notice.demo_store.intro {
  display: none !important;
}
@media screen and (max-width: 768px) {
  p.demo_store.woocommerce-store-notice {
    margin-top: 40px;
  }
}
.simple-product .summary.entry-summary form.cart label {
  text-transform: unset;
}
body.woocommerce-checkout #order_comments_field {
  display: none;
}
@media screen and (max-width: 768px) {
  .single-product .woocommerce-product-details__short-description {
    font-size: small;
  }
  body.single-product #choose-color {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1000px) {
  body.single-product .flex-control-nav.flex-control-thumbs {
    position: absolute;
  }
  body.single-product #choose-color {
    padding-bottom: 0;
  }
}
body.woocommerce-cart .woocommerce-message {
  width: 100%;
}
body.postid-57876 .color-circle.circle-4rosa {
  box-shadow: unset;
}
body.postid-57876 .woocommerce-variation.single_variation.bundled_item_cart_details {
  font-weight: 600;
}
body.single-product div.product form.cart .woocommerce-variation-description p {
  text-align: left;
}
.single-product div.product div.summary.entry-summary .price {
  text-align: left;
}
.single-product {
  font-size: 14px;
}
.single-product #color-section a.product-color-image.selected[data-color="4rosa"] {
  border-bottom: unset;
}
body #product-landing-bar .wrapper h4 {
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 600;
}
body.watch-product.woocommerce-page img,
body.watch-product .woocommerce img {
  background: unset;
}
body.watch-product.woocommerce-page .product img,
body.watch-product .woocommerce img {
  background: #f6f6f6;
}
body.single-product.woocommerce-page .product img,
body.single-product .woocommerce img {
  background: #f6f6f6;
}
.simple-product .summary.entry-summary form.cart .woocommerce-variation-add-to-cart .quantity .qty-button {
  color: #000000;
}
.woocommerce div.product form.cart .variations select {
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  color: #000000;
  border: 1px solid #000000;
}
@media screen and (min-width: 1200px) {
  body.single-product .woocommerce-product-gallery-flexslider-nav {
    padding-right: 20px;
  }
}
@media screen and (max-width: 993px) {
  body.single-product .woocommerce-product-gallery-flexslider-nav {
    padding-top: 20px;
  }
}
.product-tabs {
  margin-top: 50px;
}
@media screen and (min-width: 1200px) {
  body.single-product .woocommerce-product-gallery-flexslider-nav .flex-viewport {
    height: 379px !important;
  }
}
.woocommerce-cart .product-name a,
.woocommerce-cart .product-name span.large-name,
.woocommerce-cart h2 {
  color: #1b1919;
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
}
body.single-product div.product form.cart .button {
  color: #ffffff;
  border-radius: unset;
  background-color: #000000;
  border-color: #000000;
}
body.single-product div.product form.cart div.quantity {
  color: #000;
  margin: 1.5em 2px 0 0;
  max-width: 120px;
}
body.single-product .summary.entry-summary form.cart .woocommerce-variation-add-to-cart .button {
  margin: 1.5em 2px 0 0;
}
body.woocommerce-cart h3 {
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  color: #000000;
}
body.simple-product .summary.entry-summary form.cart .woocommerce-variation-add-to-cart .button {
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  border-radius: unset;
  background-color: #000000;
  border-color: #000000;
  padding: 7px 25px 7px;
}
body.woocommerce-cart #kindly-chat-api {
  display: none !important;
}
body.woocommerce-cart .woocommerce-message {
  width: 100%;
  background-color: #f8f8f8;
  margin-top: 30px;
}
body.woocommerce-cart .woocommerce,
body.woocommerce-cart .woocommerce h1,
body.woocommerce-cart .woocommerce h2,
body.woocommerce-cart .woocommerce a {
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1b1919;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals,
body.woocommerce-cart .cart-collaterals .cross-sells {
  background-color: #f8f8f8;
  padding: 20px;
  position: relative;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #29bd29;
  border-color: #29bd29;
  color: #ffffff;
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  box-shadow: unset;
  padding: 15px 15px 15px;
  border-radius: unset;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #29bd29;
}
body.woocommerce-cart .cart-collaterals .cross-sells ul.products .button {
  color: white;
  padding: 7px 25px 7px;
  border-radius: unset;
  background: #000000;
  border-color: #000000;
}
body.woocommerce-cart .shop_table .actions {
  justify-content: space-between;
  margin-top: 40px;
  border-top: 1px solid #e6e6e6;
  padding-top: 40px;
}
body.woocommerce-cart #coupon-toggle a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #000000;
  padding: 10px 20px;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}
body.woocommerce-cart .cart-collaterals {
  padding-top: 50px;
}
body.woocommerce-cart .woocommerce {
  margin-bottom: 100px;
}
body.woocommerce-cart a.button.wc-backward {
  color: #ffffff;
}
body.woocommerce-cart .shop_table > .cart_item {
  border-bottom: none !important;
}
body.woocommerce-cart .shop_table .actions button.button[name=update_cart] {
  background: #ececec;
  border-color: #ececec;
  color: #2d2d2d;
  opacity: 1;
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  border-radius: unset;
}
body.woocommerce-cart .cart-collaterals h2 {
  font-size: 24px !important;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
body.woocommerce-cart .cart-collaterals .cross-sells h2.woocommerce-loop-product__title {
  font-size: 18px !important;
}
body.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product .button-wrapper {
  text-align: center;
}
body.woocommerce-cart ul.products li.product a img {
  max-width: 150px;
  margin: 0 auto;
}
body.woocommerce-cart .cart-collaterals .cross-sells ul.products {
  margin-top: 40px;
}
body.woocommerce-cart .woocommerce-message a.button.wc-forward {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #000000;
  padding: 10px 20px;
  display: block;
  border-color: #000000;
  border-radius: unset;
}
body.woocommerce-cart .woocommerce-error {
  width: 100%;
  background: black;
  border-top: unset;
}
.button,
.button-stroke,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
a.button,
a.button-stroke,
button.button {
  padding: 7px 25px 7px;
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
}
body.woocommerce-cart .shop_table > .cart_item .product-remove a.remove {
  color: #ffffff !important;
  background: #000000;
}
body.woocommerce-cart #coupon-wrapper button.button {
  width: 100%;
  background: #29bd29 !important;
  border-color: #29bd29;
  border-radius: unset;
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
body.woocommerce-cart .shop_table .actions #coupon_code {
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
}
body.woocommerce-cart .shop_table > .cart_item .product-text .product-subtotal {
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
}
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td label,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td p,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td span.amount,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
}
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total strong span.amount,
body.woocommerce-cart .cart-collaterals .cross-sells ul.products .price {
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 600;
  color: #000000;
}
body.woocommerce-cart .shop_table > .cart_item .product-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.woocommerce-cart .woocommerce-cart-form .bundle_table_item {
  margin-bottom: unset;
}
@media screen and (min-width: 1000px) {
  #menu-hovedmeny .menu-item-has-children .sub-menu {
    background: #ffffff;
  }
}
@media screen and (max-width: 1000px) {
  body.woocommerce-cart .cart-collaterals h2 {
    font-size: 20px !important;
  }
  body.woocommerce-cart .shop_table > .cart_item .product-text .product-quantity,
  body.woocommerce-cart .shop_table > .cart_item .product-text .product-subtotal {
    float: unset;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    width: 100%;
  }
  body.woocommerce-cart .shop_table > .cart_item .product-text .product-subtotal:before {
    content: "TOTALT: ";
  }
  body.woocommerce-cart .shop_table > .cart_item .product-text .product-quantity:before {
    content: "ANTALL: ";
  }
  body.woocommerce-cart .shop_table > .cart_item .product-text {
    width: 100%;
    margin-top: 20px;
  }
  body.woocommerce-cart .shop_table > .cart_item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #f8f8f8;
    margin-bottom: 20px;
  }
  body.woocommerce-cart .shop_table > .cart_item .product-remove {
    align-self: flex-start;
  }
  body.woocommerce-cart .woocommerce-cart-form .bundled_table_item {
    margin-bottom: unset;
  }
  body.woocommerce-cart .cart-collaterals {
    padding-top: unset;
  }
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    margin-top: 20px;
  }
}
body.watch-product #new-summary-section {
  margin-top: 20px;
}
body.single-product .bundled_product_summary .bundled_product_optional_checkbox {
  margin: unset;
}
body.watch-product .bundled_product_summary .bundled_product_optional_checkbox input,
body.watch-product .bundled_product_summary .bundled_product_optional_checkbox p {
  display: inline;
}
body.watch-product .bundle_form .bundled_product_summary:nth-child(n+4) {
  height: 0;
  overflow: hidden;
}
.single-product .bundle_form .bundled_product_summary:nth-child(n+4).open {
  height: inherit;
  overflow: inherit;
  background-color: #f6f6f6;
  padding: 30px;
  border-top: 1px solid hsla(0deg, 0%, 46.7%, 0.17);
}
body.watch-product div.product .bundle_form .bundled_product_summary:nth-child(n+4) table.variations {
  display: block;
}
body.watch-product .bundled_product_summary:nth-child(n+4) span.setup-step,
body.watch-product .bundled_product_summary:nth-child(n+4) .details {
  text-align: left;
}
body.woocommerce div.product form.cart .variations select {
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  color: #000000;
  border-color: #000000;
  border-radius: 0;
  background: unset;
  padding: 8px 10px 8px 5px;
  appearance: auto;
}
body.watch-product div.product .bundle_form .bundled_product_summary:nth-child(n+4) table.variations .reset_bundled_variations {
  display: none !important;
}
body.watch-product .bundled_product_summary:nth-child(n+4) .cart {
  text-align: right;
}
body.watch-product .summary-add-to-cart-form-bundle div.bundled_product_summary:not(.thumbnail_hidden) .details {
  padding: 0 0 0 1em;
}
body.watch-product .bundled_product_summary:nth-child(n+4) .cart .variations .attribute_options {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.watch-product .bundled_product_summary:nth-child(n+4) .cart p.stock {
  display: none;
}
@media screen and (max-width: 1000px) {
  body.watch-product .bundle_form .bundled_product_summary:nth-child(2).open {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.watch-product .offer-header-title {
    font-size: 12px;
  }
  body.watch-product .bundled_product_summary:nth-child(n+4) span.setup-step,
  body.watch-product .bundled_product_summary:nth-child(n+4) .details {
    font-size: 12px;
    line-height: unset;
  }
  body.watch-product .bundled_product_summary:nth-child(n+4) .cart .variations .attribute_options {
    align-items: unset;
    flex-direction: column;
  }
}
.woocommerce-cart-form .bundled_table_item .product-text {
  display: flex !important;
}
.woocommerce-cart-form .bundled_table_item * {
  font-family: unset !important;
  font-size: unset !important;
  line-height: unset !important;
}
@media screen and (min-width: 800px) {
  body.woocommerce-cart .bundled_table_item .product-text .product-name {
    display: flex;
  }
  body.woocommerce-cart .shop_table > .cart_item .product-text .product-name .variation dd {
    margin-left: 10px;
  }
  body.woocommerce-cart .shop_table > .cart_item .product-text .product-name .variation dd p {
    margin-top: 0;
    font-weight: 700;
  }
}
@media screen and (max-width: 1000px) {
  .woocommerce-cart-form .bundled_table_item {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
}
#menu-hovedmeny .menu-item-has-children .sub-menu {
  top: 24px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
header.header #main-menu-wrapper {
  order: 1;
  width: 44%;
  margin: auto 0;
}
header.header .logo {
  order: 2;
  max-width: 120px;
  margin: auto;
  width: unset;
}
header.header .logo-mobile {
  order: 3;
}
header.header #mini-cart {
  order: 4;
  width: 44%;
  margin: auto 0;
  text-align: right;
}
header.header .wrapper {
  max-width: unset;
}
header .menu li a {
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  text-transform: uppercase;
  transition:
    height 0.15s ease,
    line-height 0.15s ease,
    color 0.3s ease;
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  font-size: 14px;
}
header .menu li a:hover {
  color: #f25e00;
}
#menu-hovedmeny .menu-item-has-children .sub-menu li a {
  text-transform: none;
}
#menu-hovedmeny > li.menu-item-has-children > a:after {
  font-family: FontAwesome;
  content: "\f107";
  right: 1px;
  font-size: 14px;
  color: #000;
  margin-left: 3px;
  font-weight: 700;
}
.header-item.menu-toggle {
  width: 44%;
}
.header-item.menu-toggle a {
  max-width: 25px;
}
.mini-cart-toggle:before {
  background-image: url(/wp-content/themes/maksimer/assets/images/shopping-cart.png);
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  display: inline-block;
  content: "";
}
.mini-cart-quantity {
  background-color: #f25e00;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  text-align: center;
  color: #ffffff !important;
  position: absolute;
  top: -4px;
  left: 23px;
}
#mini-cart .mini-cart-toggle {
  padding-top: 0px;
  display: flex !important;
  justify-content: flex-end;
  cursor: pointer;
  position: relative;
  max-width: 30px;
  margin-right: 0;
  margin-left: auto;
}
.mini-cart-toggle img {
  display: none;
}
body #mini-cart .mini-cart-toggle .amount {
  display: none;
}
.main-menu .menu li {
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  body #mini-cart.empty .mini-cart-toggle {
    display: block !important;
  }
  #mini-cart #header-buy-now {
    display: none;
  }
  body.woocommerce-page .wrapper {
    padding: 10px 0;
  }
  body {
    padding-top: 50px;
  }
  header.header #main-menu-wrapper {
    width: 100vw;
  }
  header.header .main-menu {
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  }
}
#mini-cart div.mini-cart-wrapper {
  height: 100%;
  top: 0;
  position: fixed;
  overflow: scroll;
  box-shadow: 0 0 0 999em rgba(0, 0, 0, 0.5);
}
body #mini-cart .mini-cart-wrapper ul.woocommerce-mini-cart li a {
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  color: #1b1919;
  line-height: 16px;
}
body #mini-cart .mini-cart-wrapper ul.woocommerce-mini-cart li img.attachment-woocommerce_thumbnail {
  background: #f6f6f6;
  margin-left: unset;
}
#mini-cart .mini-cart-wrapper h3 {
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  background: #000000;
  right: 0;
  top: 0;
  padding: 20px;
  color: #fff;
}
#mini-cart .mini-cart-wrapper .widget_shopping_cart_content {
  margin-top: 50px;
}
#mini-cart .mini-cart-wrapper a.button {
  background: #ececec;
  border-color: #ececec;
  color: #2d2d2d;
  border-radius: unset;
}
#mini-cart .mini-cart-wrapper a.button.checkout {
  background: #29bd29;
  border-color: #29bd29;
  color: #ffffff;
  box-shadow: none;
}
#mini-cart .mini-cart-wrapper a#close-mini-cart:before {
  display: none;
}
#mini-cart div.mini-cart-wrapper a#close-mini-cart {
  color: #ffffff;
  display: table;
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  top: 24px;
  right: 27px;
}
#mini-cart .mini-cart-wrapper a#close-mini-cart:after {
  content: "\f00d";
  font-family: FontAwesome;
  margin-left: 10px;
  font-size: 15px;
}
body #mini-cart div.mini-cart-wrapper ul.woocommerce-mini-cart li {
  padding-left: unset;
  text-align: left;
  padding-right: 10px;
}
body #mini-cart .mini-cart-wrapper ul.woocommerce-mini-cart li a.remove {
  left: unset;
  right: 0;
  background: unset;
  color: rgba(0, 0, 0, 0.6) !important;
  margin-top: 20px;
}
#mini-cart div.mini-cart-wrapper ul.woocommerce-mini-cart li .amount {
  color: #f25e00;
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 14px;
}
#mini-cart div.mini-cart-wrapper ul.woocommerce-mini-cart li .amount .woocommerce-Price-currencySymbol,
#mini-cart div.mini-cart-wrapper .woocommerce-mini-cart__total .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  color: inherit;
}
#mini-cart .mini-cart-wrapper .woocommerce-mini-cart__total strong {
  float: left;
  font-size: 18px;
  color: #1b1919;
  text-transform: uppercase;
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 600;
}
#mini-cart .mini-cart-wrapper .woocommerce-mini-cart__total .woocommerce-Price-amount.amount {
  font-size: 18px;
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 600;
  color: #f25e00;
}
#mini-cart div.mini-cart-wrapper .woocommerce-mini-cart__total {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#mini-cart .woocommerce-mini-cart__empty-message {
  font-size: 18px;
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 600;
  color: #f25e00;
  text-align: center;
}
body.phone-product .summary-add-to-cart-form {
  margin-top: 20px;
  padding: 0;
}
body.phone-product .summary-add-to-cart-form:before {
  display: unset;
  content: unset;
  clear: unset;
}
body.phone-product .summary-add-to-cart-form-bundle {
  width: 100%;
}
body.phone-product .bundle_form {
  margin: 0;
}
body.phone-product .bundle_form .bundled_product_summary {
  margin-bottom: 5px !important;
}
body.phone-product .bundle_form .bundled_product_summary:nth-child(n) {
  float: left;
  display: block;
  height: inherit;
  overflow: inherit;
  width: 49%;
  background-color: #f6f6f6;
}
body.phone-product .bundle_form .bundled_product_summary:nth-child(n).is_phone {
  float: right;
  background-color: transparent;
}
body.phone-product .bundle_form .bundled_product_summary:nth-child(1) .details .setup-step {
  display: none;
}
body.phone-product .bundle_form .bundled_product_summary.product.is_phone {
  margin: 0px !important;
}
body.phone-product .bundle_form .bundled_product_summary.product.is_phone .details {
  margin: 0px !important;
}
body.phone-product .bundle_form .bundled_product_summary.product.is_phone .details .price {
  display: none;
}
body.phone-product .bundle_form .bundled_product_summary.is_subscription {
  background-color: unset;
}
body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-direction: row;
}
body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set:after {
  content: unset;
}
body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set li.col {
  width: 100% !important;
}
@media screen and (min-width: 900px) {
  body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set li.col {
    width: 370px !important;
  }
}
@media screen and (min-width: 1100px) {
  body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set li.col {
    width: 220px !important;
  }
}
@media screen and (min-width: 1274px) {
  body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set li.col {
    width: 270px !important;
  }
}
body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set li.col .offer .offer-header {
  justify-content: center;
  align-items: center;
  height: 200px;
}
@media screen and (min-width: 900px) {
  body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set li.col .offer .offer-header {
    height: 320px;
  }
}
@media screen and (min-width: 1100px) {
  body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set li.col .offer .offer-header {
    height: 360px;
  }
}
@media screen and (min-width: 1274px) {
  body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set li.col .offer .offer-header {
    height: 340px;
  }
}
body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set li.col .offer .offer-header .offer-header-title {
  text-align: center;
  max-width: unset;
}
body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set li.col .offer .offer-header .offer-header-title .offer-name {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px;
}
body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set li.col .offer .offer-header .offer-header-title > span {
  font-size: 18px;
  font-weight: 600;
}
body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set li.col .offer .offer-header .offer-header-title > span.offer-price-summary {
  color: #f25e00;
}
body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set li.col .offer .offer-header .offer-header-title .offer-description p {
  display: inline;
  white-space: nowrap;
  font-size: 12px;
  line-height: 120%;
}
body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set li.col .offer .offer-header .offer-header-title .offer-description p:not(:last-child):after {
  content: "  \2013   ";
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set li.col .offer .offer-header .offer-header-title .offer-name {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px;
  }
  body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set li.col .offer .offer-header .offer-header-title > span {
    display: block;
    clear: both;
  }
  body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set li.col .offer .offer-header .offer-header-title > span.offer-price-summary {
    margin: 10px 0;
  }
  body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set li.col .offer .offer-header .offer-header-title .offer-description p {
    display: block;
  }
  body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set li.col .offer .offer-header .offer-header-title .offer-description p:not(:last-child):after {
    content: unset;
  }
}
body.phone-product .bundle_form .bundled_product_summary.is_subscription #subscription-section ul#offers.col-set li.col .order_button {
  float: none;
}
body.phone-product .bundle_form .bundled_product_summary.is_other_product,
body.phone-product .bundle_form .bundled_product_summary.is_warranty {
  min-height: 160px;
  padding: 5px 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(119, 119, 119, 0.17) !important;
}
body.phone-product .bundle_form .bundled_product_summary.is_other_product:nth-child(odd),
body.phone-product .bundle_form .bundled_product_summary.is_warranty:nth-child(odd) {
  margin-right: 1%;
}
body.phone-product .bundle_form .bundled_product_summary.is_other_product:nth-child(even),
body.phone-product .bundle_form .bundled_product_summary.is_warranty:nth-child(even) {
  margin-left: 1%;
}
body.phone-product .bundle_form .bundled_product_summary.is_other_product .details,
body.phone-product .bundle_form .bundled_product_summary.is_warranty .details {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10px;
}
body.phone-product .bundle_form .bundled_product_summary.is_other_product .details label p,
body.phone-product .bundle_form .bundled_product_summary.is_warranty .details label p {
  display: inline;
  font-size: 16px;
}
body.phone-product .bundle_form .bundled_product_summary.is_other_product .details .variations select,
body.phone-product .bundle_form .bundled_product_summary.is_warranty .details .variations select {
  background-color: #fff;
}
body.phone-product .bundle_form .bundled_product_summary.is_other_product .details .variations .label,
body.phone-product .bundle_form .bundled_product_summary.is_warranty .details .variations .label {
  display: none !important;
}
body.phone-product .bundle_form .bundled_product_summary.is_other_product .details .reset_bundled_variations,
body.phone-product .bundle_form .bundled_product_summary.is_warranty .details .reset_bundled_variations {
  display: none !important;
}
body.phone-product .bundle_form .bundled_product_summary.is_other_product.product.thumbnail_hidden .details,
body.phone-product .bundle_form .bundled_product_summary.is_warranty.product.thumbnail_hidden .details {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 600px) {
  body.phone-product .bundle_form .bundled_product_summary.is_other_product,
  body.phone-product .bundle_form .bundled_product_summary.is_warranty {
    flex-direction: column;
    height: 300px;
  }
  body.phone-product .bundle_form .bundled_product_summary.is_other_product .bundled_product_images,
  body.phone-product .bundle_form .bundled_product_summary.is_warranty .bundled_product_images {
    width: 50%;
  }
}
body.phone-product .bundle_form .bundled_product_summary table.variations {
  display: block;
}
body.phone-product .bundle_form .bundled_product_summary.is_subscription {
  width: 100%;
  float: none;
  clear: both;
}
body.phone-product .bundle_form .bundled_product_summary.is_subscription .details span.setup-step {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  background: #f6f6f6;
  padding: 10px;
}
body.phone-product .bundle_form .bundled_product_summary.is_subscription table.variations {
  display: none;
}
body.phone-product .bundle_form .bundled_product_summary .subscription-overlay {
  display: none;
}
body.phone-product .bundle_form .bundled_product_summary .bundled_product_excerpt {
  display: block;
}
body.phone-product .bundle_form .bundled_product_summary.bundled_item_optional .bundled_product_excerpt {
  display: none;
}
body.phone-product .bundle_form .bundled_product_summary .bundled_item_cart_content {
  display: block;
}
body.phone-product .bundle_form .bundled_product_summary .details span.setup-step {
  font-size: 16px;
  font-weight: 600;
  color: black;
  background: unset;
  padding-left: 0;
}
body.phone-product .bundle_form .bundled_product_summary:before,
body.phone-product .bundle_form .bundled_product_summary:after {
  display: block;
  content: unset;
  clear: unset;
}
body.phone-product .bundle_form .cart {
  clear: both;
}
body.phone-product .bundle_form #new-summary-section .single_add_to_cart_button {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  padding: 10px;
  clear: both;
  float: none;
}
body.phone-product .bundle_form #new-summary-section .single_add_to_cart_button.disabled {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  padding: 10px;
}
body.phone-product .bundle_form #new-summary-section .single_add_to_cart_button.disabled:hover,
body.phone-product .bundle_form #new-summary-section .single_add_to_cart_button.disabled:focus {
  background-color: #000;
}
body.phone-product .bundle_form .subscription-details {
  text-align: justify;
  margin: 3px;
  padding: 20px 0;
}
@media screen and (max-width: 600px) {
  body.phone-product .bundle_form .subscription-details {
    text-align: center;
    padding: 10px 0;
  }
}
body.single-product.postid-98073 div.product div.summary.entry-summary p.price span {
  display: none;
}
body {
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
}
@media screen and (min-width: 1001px) {
  body {
    margin-top: 80px;
  }
}
body.watch-product nav.woocommerce-breadcrumb {
  max-width: unset;
}
body.watch-product.woocommerce-page img,
body.watch-product .woocommerce img {
  background: unset;
}
body.watch-product.woocommerce-page .image-gallery-wrapper img,
body.watch-product .image-gallery-wrapper img {
  background: #f6f6f6;
}
#cookie-notice .cn-button {
  margin-left: 10px;
  background: black;
  border: 2px solid white;
  border-radius: unset;
  margin: 0 0 0 15px;
}
#cn-notice-text {
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 11px;
  margin-bottom: 10px;
}
#cookie-notice .cookie-notice-container {
  padding: 10px;
}
#product-landing-bar .wrapper h4 {
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 600;
  color: black;
}
#product-landing-bar .wrapper a.button {
  padding: 9px 20px 9px;
  border-radius: 0;
}
body.woocommerce-cart .shop_table > .cart_item .product-thumbnail a img {
  display: none;
}
.button.xplora-front-page-button-desktop {
  font-size: 18px;
  font-weight: 700;
  background-color: rgb(0, 152, 219);
  padding: 18px 12px 18px;
  border-radius: 5px;
  text-transform: none;
  letter-spacing: unset;
}
.button.xplora-front-page-button-desktop:hover {
  background: #4da8e5;
}
.button.xplora-front-page-button-mobile {
  font-size: 18px;
  font-weight: 700;
  padding: 13px 12px 13px;
  background-color: rgb(0, 153, 219);
  border-radius: 5px;
  letter-spacing: unset;
}
div.button-wrapper .button.read-more-button {
  padding: 7px 19px;
}
.woocommerce-store-notice,
p.demo_store {
  margin-top: 80px;
}
.main-menu .menu li a,
.onsale {
  font-size: 12px;
}
.main-menu .menu li {
  margin-right: 10px;
}
@media screen and (max-width: 1460px) {
  .main-menu .menu li a,
  .onsale {
    font-size: 11px;
  }
  .main-menu .menu li {
    margin-right: 12px;
  }
}
body.phone-product .woocommerce-product-details__short-description {
  margin-bottom: 80px;
}
body.phone-product .summary.entry-summary .price .from {
  display: none;
}
body.phone-product .summary.entry-summary .price del {
  display: none;
}
body.page-id-99990 .price .from {
  display: none;
}
body.page-id-99990 .price del {
  display: none;
}
body .main-content-wrap .module-products ul.products li.product a.button.add_to_cart_button {
  margin: 20px 0;
}
body div.button-wrapper .button.read-more-button {
  padding: 7px 19px 7px;
}
#mobile-phone-blocks .container.half-container {
  background-size: auto 80%;
}
body.woocommerce-cart .garanti-mobil .product-text {
  display: flex !important;
}
body.woocommerce-cart .SAM-A22-NO .product-text {
  display: flex !important;
}
body.woocommerce-cart .SAM-XC5-NO .product-text {
  display: flex !important;
}
@media screen and (max-width: 1000px) {
  #mobile-phone-blocks h1.product_title.entry-title {
    max-width: 170px;
  }
}
body.phone-product div.product p.stock {
  display: none;
}
@media screen and (min-width: 1000px) {
  #menu-hovedmeny li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
  }
}
body.watch-product .bundled_item_optional #color-section {
  display: none;
}
body.page-id-102509 > .wrapper,
body.page-id-103512 > .wrapper {
  padding-top: unset;
}
body.page-id-102509 .goplay-top-image img {
  width: 100%;
}
body.page-id-102509 .page *:not(.button):not(.woocommerce-loop-product__title-callout) {
  color: #000 !important;
}
body.page-id-102509 .button-wrapper .button.read-more-button {
  display: none;
}
body.page-id-102509 .button-wrapper .button.add_to_cart_button {
  width: 100%;
}
body.page-id-102509 h1 {
  font-family:
    Karla,
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 600;
}
#thank-you-activation-wrapper .thank-you-custom-text {
  max-width: 850px !important;
  color: #000;
  margin-bottom: 16px !important;
}
.custom-salebadge {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  background: red;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  color: #fff !important;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .custom-salebadge {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
  }
}
.woocommerce-loop-product__title-callout {
  margin-bottom: 8px;
  border-radius: 100px;
  background: #000;
  padding: 0.1rem;
  display: block;
  color: #fff !important;
  text-align: center;
}
#new-summary-section.new-summary-section {
  display: block !important;
}
#new-summary-section.new-summary-section .bundle_add_to_cart_button.disabled {
  background: #4da8e5;
  opacity: 1;
}
#new-summary-section.new-summary-section .bundle_add_to_cart_button {
  background: #4da8e5;
  opacity: 1;
}
span.step-helper-text {
  display: block;
  text-align: left;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 700;
}
.is_subscription.open {
  margin-top: 30px;
}
.is_subscription.open .step-helper-text {
  position: absolute;
  top: -30px;
  left: 0;
}
#home-block-products .container.half-container {
  background-size: 55%;
}
body {
  position: relative;
}
.admin-bar p.demo_store {
  top: 0;
}
.woocommerce-store-notice,
p.demo_store {
  background: #000;
  color: #fff;
}
body.logged-in.admin-bar .header.header {
  top: 33px;
}
body.page-id-105011 > .wrapper {
  padding-top: 0px;
}
.page-id-105011 .innholdsbygger-seksjon img.aligncenter.size-full {
  max-width: 80%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-id-105011 .innholdsbygger-seksjon img.aligncenter.size-full {
    width: 100%;
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
  }
}
.newsletter-signup {
  margin: 0 auto 16px auto !important;
}
.product_cat-mobile-phone .step-helper-text {
  display: none;
}
.callout-verv {
  margin: 16px auto 16px auto !important;
}
.callout-verv.module-two-column .columns {
  align-items: start;
}
:root {
  --xplora-color-primary: #4da8e5;
  --xplora-color-secondary: #f25e00;
}
