﻿@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

section {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto; }

section.inner {
  margin-right: auto;
  margin-left: auto;
  padding: 0 320px; }

section.full {
  margin-left: auto;
  margin-right: auto;
  max-width: 2000px; }

@media (max-width: 1978px) {
  section {
    max-width: 1920px;
    margin-left: 89px;
    margin-right: 89px; }
  section.full {
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 1500px) {
  section.inner {
    padding: 0 120px; } }

@media (max-width: 800px) {
  section.inner {
    padding: 0 45px; }
  section {
    margin-left: 32px;
    margin-right: 32px; } }

@media (max-width: 578px) {
  section.inner {
    padding: 0 15px; }
  section {
    margin-left: 15px;
    margin-right: 15px; } }

body {
  background-color: #FFF;
  font-family: Calibre; }

h1, h2, h2 > a, h3, h4, h5, h6, p, a {
  color: #25282A; }

a {
  text-decoration: underline; }

a.arrow:after {
  content: url(/assets/images/icons/link-arrow-b.svg);
  padding-left: 10px; }

a.arrow-light:after {
  content: url(/assets/images/icons/link-arrow-w.svg);
  padding-left: 10px; }

h1 {
  font-size: 94px;
  font-weight: 600;
  font-style: normal;
  line-height: 94px; }

h2 {
  font-size: 64px;
  font-weight: 500;
  font-style: normal;
  line-height: 85px;
  margin-top: 45px; }
  h2 a {
    font-size: 64px;
    font-weight: 500;
    font-style: normal;
    line-height: 85px;
    text-decoration: underline; }

h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px; }

h4 {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px; }

h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px; }

h6 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px; }

.common-bodytext {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px; }

p {
  font-size: 17px;
  font-weight: normal;
  line-height: 24px; }

@media (max-width: 1337px) {
  h1 {
    font-size: 87px;
    line-height: 87px; }
  h2 {
    font-size: 58px;
    line-height: 79px; }
    h2 a {
      font-size: 58px;
      line-height: 79px; }
  h3 {
    font-size: 43px;
    font-weight: 600;
    line-height: 53px; } }

@media (max-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 43px; }
  h2 {
    font-size: 30px;
    line-height: 42px; }
    h2 a {
      font-size: 30px;
      line-height: 42px; }
  h3 {
    font-size: 24px;
    line-height: 30px; }
  h4 {
    font-size: 21px;
    line-height: 28px; }
  .common-bodytext {
    font-size: 24px;
    line-height: 31px; } }

/*
    Helpers
*/
.common-pointer-default {
  cursor: default !important; }

.common-light {
  color: #FFF; }
  .common-light a {
    color: #FFF; }
  .common-light a:hover {
    color: #4CBAC4; }

.common-button-bordered {
  display: inline-block;
  padding: 22px 35px 14px 35px;
  width: auto;
  border: 1px solid #25282A;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  margin: 42px auto;
  text-align: center; }
  .common-button-bordered:hover {
    background-color: #25282A;
    text-decoration: none;
    color: #FFF; }
  .common-button-bordered.common-campaign::before {
    content: url("/assets/images/icons/discount.svg");
    display: inline-block;
    position: relative;
    width: 23px;
    height: 23px;
    top: 5px;
    left: -7px;
    margin-top: -12px; }
  .common-button-bordered:hover.common-campaign::before {
    content: url("/assets/images/icons/discount-light.svg"); }

.common-button-bordered-light {
  display: inline-block;
  padding: 22px 35px 14px 35px;
  width: auto;
  border: 1px solid #FFF;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 42px auto;
  color: #FFF;
  text-decoration: none;
  text-align: center; }
  .common-button-bordered-light:hover {
    background-color: #FFF;
    text-decoration: none;
    color: #003B5C; }

.common-button-bordered-color {
  display: inline-block;
  padding: 22px 35px 14px 35px;
  width: auto;
  border: 1px solid #A2BB86;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 42px auto;
  color: #25282A;
  text-decoration: none;
  background-color: #A2BB86;
  text-align: center; }
  .common-button-bordered-color:hover {
    background-color: #FFF;
    text-decoration: none;
    color: #25282A;
    background-color: #789D4A; }
  .common-button-bordered-color:disabled {
    background: #929a88; }

.common-cleanimage {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.input-number {
  padding: 15px 0 9px 13px;
  height: 52px; }

/*
    BOOTSTRAP OVERRIDES
*/
@media (min-width: 1200px) {
  .container {
    max-width: 1338px; } }

.rte-container ul {
  list-style: disc;
  padding-left: 25px;
  margin-top: 10px; }
  .rte-container ul li {
    padding: 2px 0; }

.rte-container strong {
  font-weight: 500; }

.rte-container.product-text {
  font-size: 28px; }
  .rte-container.product-text p {
    font-size: 28px;
    line-height: 36px; }

.rte-container.product-details {
  font-size: 20px; }
  .rte-container.product-details p {
    font-size: 20px;
    line-height: 28px; }

/* Product search */
#searchLabel span::before {
  content: '«'; }

#searchLabel span::after {
  content: '»'; }

.productsearch-searchwrapper {
  display: flex;
  width: 100%; }
  .productsearch-searchwrapper #productSearchField {
    display: block;
    line-height: 27px;
    width: 100%;
    border: 2px solid #A2BB86;
    border-radius: 5px;
    padding: 15px 25px 8px 25px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #FFF; }
    .productsearch-searchwrapper #productSearchField:active, .productsearch-searchwrapper #productSearchField:focus {
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px; }
  .productsearch-searchwrapper #productSearchButton {
    display: block;
    flex-basis: 50px;
    line-height: 27px;
    padding: 12px 0 11px 0;
    width: 50px;
    border: none;
    background-color: #A2BB86;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 9px; }

/* UMBRACO GRID */
.umb-grid strong {
  font-weight: 600; }

.filter-filtercontainer select {
  min-width: 120px;
  margin-right: 30px;
  padding: 5px 11px 5px 0;
  font-family: Calibre, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  border: none;
  background-color: transparent;
  border-bottom: 3px solid black;
  margin-top: 15px; }

.filter-filtercontainer .common-button-bordered {
  background: #FFF; }
  .filter-filtercontainer .common-button-bordered:hover {
    background: #567B91; }

.notSelectedFilterbutton {
  display: inline-block;
  min-width: 120px;
  margin-right: 30px;
  padding: 5px 11px 3px 0;
  font-family: Calibre, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  border: none;
  background-color: transparent;
  border-bottom: 3px solid black;
  margin-top: 15px;
  margin-bottom: 0; }

@media (max-width: 512px) {
  .filter-filtercontainer select {
    width: 100%; }
  .filter-filterbutton {
    width: 100%; }
  .notSelectedFilterbutton {
    width: 100%; } }

nav {
  /*background-color: #FFF;*/
  width: 100%;
  padding: 38px 0; }
  nav.bg-white {
    background-color: #FFF; }

.header-logo img {
  height: 68px; }

.header-links {
  padding: 7px 0 31px 0; }
  .header-links .header-link {
    display: inline;
    padding: 0px 26px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 19px; }
    .header-links .header-link a {
      padding: 10px 0;
      text-decoration: none; }
    .header-links .header-link a:hover {
      color: #4CBAC4; }

/* Logout button */
.mobile-logoutbutton {
  display: block;
  text-decoration: underline;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
  border: none;
  padding-left: 0;
  color: #25282A;
  font-weight: 400;
  background-color: rgba(1, 1, 1, 0);
  margin-top: 15px; }

/* CART */
.icon-search-wrapper {
  overflow: hidden;
  display: inline-block;
  height: 20px;
  width: 20px;
  top: 5px;
  position: relative;
  margin-left: 2px; }
  .icon-search-wrapper img {
    height: 20px; }

.icon-cart-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 40px;
  width: 40px;
  top: 15px;
  z-index: 40; }
  .icon-cart-wrapper .icon-cart {
    width: 37px;
    height: 35px;
    z-index: 40; }

.icon-cart-count {
  position: relative;
  display: inline-block;
  z-index: 50;
  color: white;
  text-align: center;
  margin-right: -16px;
  background-color: #36573B;
  border-radius: 25px;
  height: 30px;
  width: 30px; }
  .icon-cart-count i {
    font-size: 15px;
    line-height: 36px;
    z-index: 50; }

.mobilemenu-header-links {
  display: flex;
  flex-direction: column; }
  .mobilemenu-header-links .mobilemenu-wrapper {
    margin-right: 18px; }
    .mobilemenu-header-links .mobilemenu-wrapper i {
      font-size: 25px;
      position: relative;
      top: 3px; }
  .mobilemenu-header-links li {
    display: inline-block; }

.mobilemenu-text {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  margin-right: 3px; }

.mobilemenu-bars {
  display: inline-block;
  position: relative;
  top: 9px;
  width: 24px; }
  .mobilemenu-bars div {
    width: 100%;
    height: 3px;
    background: #25282A;
    margin: 5px 0; }

#displayMobileMenu {
  position: absolute;
  top: 0;
  height: 150vh;
  width: 100%;
  z-index: 998;
  background-color: #CCDDDF;
  padding: 38px 0; }

.mobile-menulinks {
  margin-top: 37px;
  font-size: 26px; }
  .mobile-menulinks li {
    line-height: 35px; }
  .mobile-menulinks .mobile-menulinks-spacer {
    margin: 30px auto; }

.mobile-product-menu-item {
  text-decoration: underline; }

.subcategory-links {
  margin-left: 15px;
  margin-bottom: 7px; }
  .subcategory-links .subcategory {
    font-size: 22px; }
    .subcategory-links .subcategory a {
      color: #003B5C;
      font-weight: 300; }

/* CART */
/* Helpers */
.--mobile {
  display: none; }

.--desktop {
  display: initial; }

.headerimg-container {
  position: absolute;
  width: 100%;
  z-index: -1;
  overflow: hidden; }

.headerimg {
  height: 122vh;
  width: 2323px;
  background: url("/assets/images/Havblå-naturform-rgb.png");
  /*background-position: top top;*/
  background-position-y: -1100px;
  background-position-x: -521px;
  background-size: 150%;
  background-repeat: no-repeat;
  opacity: 0.18;
  z-index: -1;
  margin: auto; }

@media (min-width: 2323px) {
  .headerimg {
    width: 100%;
    background-size: 100%;
    /*background: url("/assets/images/Havblå-naturform-rgb.png");*/
    /*background-position: top top;*/
    /*background-position-y: 0;
        background-position-x: 0;
        background-size: 100%;
        background-repeat: no-repeat;
        opacity: 0.18;
        z-index: -1;
        margin: auto;*/ } }

@media (max-width: 1337px) {
  .--mobile {
    display: initial; }
  .--desktop {
    display: none; } }

@media (max-width: 992px) {
  .header-logo img {
    height: 55px; }
  .mobilemenu-header-links {
    margin-top: -9px; }
    .mobilemenu-header-links .mobilemenu-wrapper {
      margin-right: 18px; }
    .mobilemenu-header-links li {
      display: inline-block; }
  .mobilemenu-text {
    font-size: 15px;
    margin-right: 3px; } }

@media (max-width: 768px) {
  .header-logo img {
    height: 56px;
    width: 172px; } }

footer {
  background-color: #25282A;
  /*padding-left: 91px;
    padding-right: 196px;*/
  /*padding-top: 110px;
    padding-bottom: 92px;*/
  padding-top: 65px;
  padding-bottom: 45px; }

.footer-follow-icons {
  margin-top: 21px;
  font-size: 18px;
  cursor: default; }
  .footer-follow-icons a {
    color: white;
    padding: 7px; }
  .footer-follow-icons a:hover {
    color: #4CBAC4; }
  .footer-follow-icons a:hover > span {
    text-decoration: underline; }

.footer-bottomtext {
  margin-top: 61px; }
  .footer-bottomtext div {
    max-width: 601px;
    margin: auto; }
    .footer-bottomtext div p {
      font-size: 12px;
      line-height: 16px;
      max-width: 95%;
      width: 100%;
      margin: auto;
      display: block; }

@media (max-width: 992px) {
  .footer-mainpagelink-wrapper {
    margin-top: 65px; }
  footer .row {
    text-align: center; } }

@media (max-width: 768px) {
  .footer-block-margin-mobile {
    margin-top: 38px; }
  .--m-fix {
    margin: 0; }
  .footer-bottomtext div p {
    width: 70%; } }

.campaign-container {
  height: 440px;
  background-color: #25282A;
  width: 100%;
  margin: 0;
  padding: 0; }

.campaign-image {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.campaign-image-container {
  padding: 0;
  margin: 0;
  height: 100%; }

.campaign-image-container-small {
  padding: 40px 0; }

.campaign-text {
  padding: 98px 0 0 90px; }
  .campaign-text .common-bodytext {
    font-size: 30px;
    padding-bottom: 60px;
    font-weight: 400; }
  .campaign-text p > a {
    font-weight: 600; }

@media (max-width: 992px) {
  .campaign-container {
    height: auto;
    padding-bottom: 55px; }
  .campaign-text {
    padding: 98px 45px 0 45px; }
  .campaign-image-container-small {
    padding: 65px;
    padding-bottom: 0; } }

@media (max-width: 768px) {
  .campaign-text .common-bodytext {
    font-size: 22px; } }

.campaign-product-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between; }

.campaign-product-wrapper {
  text-decoration: none; }
  .campaign-product-wrapper:hover {
    text-decoration: none; }

.campaign-product-image-wrapper {
  display: block;
  background: #FFF;
  margin: 0;
  padding: 0;
  width: 292px;
  height: 292px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 1px solid #E2E2E2; }
  .campaign-product-image-wrapper .campaign-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; }
  .campaign-product-image-wrapper span {
    display: block;
    position: relative;
    top: -290px;
    left: 0;
    padding: 10px 10px 11px 8px;
    background-color: #003B5C; }

.campaign-product-header {
  font-weight: 500;
  font-size: 22px;
  padding-top: 19px;
  line-height: 28px;
  max-width: 292px; }

.campaign-product-price {
  font-weight: 600;
  font-size: 24px;
  padding-top: 15px; }
  .campaign-product-price.campaign-product-price-old {
    color: #747474;
    font-size: 18px;
    padding-top: 0;
    text-decoration: line-through; }

.campaign-product-orgprice {
  color: #747474;
  font-weight: 600;
  font-size: 18px;
  text-decoration: line-through; }

.herobanner-half-container {
  display: flex;
  height: 400px;
  width: 100%;
  overflow: hidden; }

.herobanner-half-image-wrapper {
  height: 400px;
  display: block;
  margin-right: 0;
  float: right;
  flex-basis: 50%; }

.herobanner-half-image {
  width: 100%; }

.herobanner-half-textwrapper {
  margin: auto;
  padding: 0;
  padding-top: 15px;
  flex-basis: 50%;
  padding-left: 90px;
  padding-right: 50px; }
  .herobanner-half-textwrapper .common-bodytext {
    font-size: 30px;
    font-weight: normal;
    line-height: 40px; }

.herobanner-half-linkwrapper {
  position: inherit;
  bottom: 0;
  padding-top: 30px;
  font-weight: 600; }

@media (max-width: 1337px) {
  .herobanner-half-textwrapper {
    padding-left: 89px;
    padding-right: 50px; }
    .herobanner-half-textwrapper .common-bodytext {
      font-size: 30px;
      font-weight: normal;
      line-height: 40px; } }

@media (max-width: 992px) {
  .herobanner-half-container {
    flex-direction: column-reverse;
    height: auto; }
  .herobanner-half-textwrapper {
    padding: 35px 50px 55px 50px; } }

@media (max-width: 768px) {
  .herobanner-half-textwrapper .common-bodytext {
    font-size: 22px;
    line-height: 40px; }
  .herobanner-half-image {
    height: 312px; } }

@media (max-width: 579px) {
  .herobanner-half-image {
    height: 211px; }
  .herobanner-half-textwrapper {
    padding: 35px 15px 55px 15px; } }

.herobanner-full-container {
  position: relative;
  max-width: 100%;
  height: 657px; }

.herobanner-full-imagecontainer {
  height: 100%; }

.herobanner-full-image {
  max-width: 100%;
  height: 100%;
  object-fit: cover; }

.herobanner-full-textwrapper {
  position: absolute;
  left: 0;
  top: 50%;
  background: #25282A;
  /*width: 710px;
    height: 500px;*/
  transform: translate(0, -50%); }

.herobanner-full-textcontainer {
  width: 710px;
  margin: auto;
  padding: 50px 65px 0 90px; }

.herobanner-full-bodytext {
  font-size: 30px;
  font-weight: normal;
  line-height: 40px; }

.herobanner-full-buttoncontainer {
  text-align: left; }

@media (max-width: 992px) {
  .herobanner-full-textwrapper {
    position: inherit;
    padding: 0;
    max-height: inherit;
    display: block;
    height: 50%;
    top: 0;
    transform: translate(0, 0); }
  .herobanner-full-imagecontainer {
    height: auto; }
  .herobanner-full-image {
    height: 100%; }
  .herobanner-full-textcontainer {
    width: 100%;
    margin: auto;
    padding: 50px 45px 0 45px; }
  .herobanner-full-buttoncontainer {
    display: block;
    width: 100%;
    padding-bottom: 65px; }
    .herobanner-full-buttoncontainer a {
      display: block;
      margin: 15px auto;
      width: 100%; }
  .herobanner-full-container {
    position: relative;
    max-width: 100%;
    height: auto; } }

@media (max-width: 768px) {
  .herobanner-full-bodytext {
    font-size: 22px; } }

.products-productlist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -15px; }
  .products-productlist .products-product-wrapper {
    /*margin-right: 29px;*/
    display: block;
    padding: 0 15px;
    width: 25%; }
  .products-productlist .campaign-product-wrapper {
    padding: 0 15px; }

.productmenu-triangle {
  margin: auto;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 30px solid #CCDDDF;
  margin-top: -30px; }

#productMenu {
  display: inline-flex;
  justify-content: center;
  min-height: 379px;
  width: 100%;
  background-color: #CCDDDF;
  z-index: 99;
  text-align: center;
  position: absolute;
  padding-bottom: 20px; }
  #productMenu div {
    text-align: left;
    display: inline-block;
    margin: 25px 30px auto 30px; }
    #productMenu div h6 {
      margin: 0;
      padding: 0;
      display: block;
      margin-bottom: 10px;
      margin-left: -2px; }
      #productMenu div h6 img {
        padding-left: 10px; }
    #productMenu div ul > li {
      display: block;
      padding: 4px 0; }
      #productMenu div ul > li a {
        text-decoration: none; }

@media (max-width: 1360px) {
  .products-productlist .products-product-wrapper {
    width: 33%; } }

@media (max-width: 1125px) {
  .products-productlist .products-product-wrapper {
    width: 292px;
    margin: 0 7px; }
  .products-productlist {
    width: 650px;
    margin: auto; } }

@media (max-width: 798px) {
  .products-productlist {
    width: 325px;
    margin: 0 auto; } }

#breadcrumbs {
  display: block;
  height: 35px;
  margin: 25px 0; }
  #breadcrumbs a {
    text-decoration: none; }
  #breadcrumbs h6 {
    display: inline-block;
    margin-top: -15px; }
    #breadcrumbs h6 img {
      display: inline-block;
      height: 18px;
      position: relative;
      top: 3px;
      margin: 0 15px; }

.product-mainimage-container {
  background-color: #FFF;
  height: 600px;
  width: 600px;
  margin: auto;
  margin-left: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .product-mainimage-container .product-mainimage-selector {
    position: absolute;
    top: 0;
    width: 600px;
    height: 600px;
    opacity: 0;
    transition: opacity ease-in-out 0.35s; }
    .product-mainimage-container .product-mainimage-selector.active {
      opacity: 1; }
    .product-mainimage-container .product-mainimage-selector img {
      display: block;
      margin: auto;
      width: 600px;
      height: 600px;
      padding: 15px;
      object-fit: contain; }

.product-salenote {
  display: block;
  position: absolute;
  color: #FFF;
  margin: 15px auto auto 15px;
  padding: 10px 10px 11px 8px;
  background-color: #003B5C;
  border-radius: 6px;
  width: 63px;
  height: 35px;
  line-height: 23px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  top: 0; }

.product-otherimages-container {
  position: relative;
  margin-top: 30px;
  width: 600px;
  margin-bottom: 70px;
  max-width: 100%; }
  .product-otherimages-container img {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    border: 1px solid #FFF;
    width: 139px;
    height: 139px;
    margin-right: 11px;
    margin-bottom: 12px;
    object-fit: contain;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: border-color 0.125s ease-in-out; }
    .product-otherimages-container img:nth-child(4n) {
      margin-right: 0; }
    .product-otherimages-container img.active {
      padding: 5px;
      border-color: #003B5C; }

.product-additonalinfo {
  margin-top: 55px; }
  .product-additonalinfo h5 {
    display: inline;
    margin-right: 40px;
    cursor: pointer; }
    .product-additonalinfo h5.selected {
      border-bottom: 10px solid #567B91; }
  .product-additonalinfo #additonalinfo-container {
    transition: height 0.125s ease-out;
    overflow: hidden !important; }

.product-additonalinfo-details {
  position: absolute;
  max-width: 600px;
  margin-top: 45px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 90px; }

.product-relatedproduct-container {
  background-color: #E7EFEF;
  padding: 90px 0; }

.product-option-dropdown {
  width: 50%;
  margin-left: 50%;
  background-color: #FFF;
  border: 2px #003B5C solid;
  font-size: 24px;
  font-weight: 400;
  padding-top: 15px;
  padding-left: 13px;
  padding-bottom: 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */ }

.product-option-dropdown-arrow {
  content: url("/assets/images/icons/play.svg");
  height: 15px;
  float: right;
  position: relative;
  top: 35px;
  right: 15px;
  transform: rotateZ(90deg);
  pointer-events: none;
  /*&::before {
        content: url("/assets/images/icons/play.svg");
        color: red;
        height: 10px;
        width: 10px;
    }*/ }

.product-pricelogo-container {
  margin: 0px auto 20px auto;
  height: 140px; }
  .product-pricelogo-container .product-pricelogo-reabate {
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-top: -4px;
    background-color: #003B5C;
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    border-radius: 7px;
    text-align: center;
    padding: 10px 10px 5px 10px;
    margin-top: 57px; }
  .product-pricelogo-container .product-pricelogo-pricewrapper {
    display: inline-block;
    padding-top: 61px; }
    .product-pricelogo-container .product-pricelogo-pricewrapper .product-pricelogo-price {
      font-weight: 500;
      font-size: 36px;
      display: inline-block; }
    .product-pricelogo-container .product-pricelogo-pricewrapper .product-pricelogo-oldprice {
      color: #747474;
      font-size: 18px;
      font-weight: 600;
      text-decoration: line-through; }
  .product-pricelogo-container img {
    display: inline-block;
    float: right;
    height: 140px;
    max-width: 45%;
    object-fit: contain; }

.product-shopbutton-wrapper {
  display: inline;
  float: right; }
  .product-shopbutton-wrapper .product-shopbutton {
    margin: 0; }

.product-productdetails {
  display: inline-block; }
  .product-productdetails div:first-child {
    margin-bottom: 15px; }
  .product-productdetails .product-productdetails-text {
    display: inline-block;
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-weight: 500; }
    .product-productdetails .product-productdetails-text span {
      font-weight: 400; }
  .product-productdetails .product-productdetails-package {
    width: 33px;
    height: 28px;
    display: inline; }
  .product-productdetails .product-productdetails-stocktext {
    display: inline-block;
    position: relative;
    top: -5px; }

.monitor-product {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000; }
  .monitor-product form {
    padding: 45px 45px;
    width: auto;
    max-width: 25%;
    min-width: 650px;
    height: auto;
    background-color: #FFF;
    display: block;
    margin: auto;
    z-index: 9002; }
    .monitor-product form #monitor-button-close {
      cursor: pointer; }
  .monitor-product #monitor-product-closer {
    background-color: rgba(0, 0, 0, 0.38);
    width: 100%;
    height: 100%;
    position: inherit;
    top: 0;
    left: 0;
    z-index: 9001; }

.product-logo-container {
  margin-left: 50%;
  margin-right: 0px;
  margin-top: 10px; }
  .product-logo-container .product-logo-container-header {
    padding: 0; }
  .product-logo-container .product-logo-item-wrapper {
    border: 1px #003B5C solid;
    padding: 5px;
    background-color: #FFF;
    border-radius: 6px;
    margin: 5px 0; }
    .product-logo-container .product-logo-item-wrapper img {
      height: 75px;
      padding-top: 4px; }
    .product-logo-container .product-logo-item-wrapper input {
      font-size: 1.3rem;
      float: right;
      margin-top: 17px;
      height: 45px;
      width: 45px; }

@media (max-width: 1400px) {
  .product-mainimage-container {
    height: 600px;
    width: 100%;
    margin: auto;
    margin-left: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    .product-mainimage-container .product-mainimage-selector {
      position: absolute;
      top: 0;
      width: 95%;
      height: 100%;
      max-width: 100%;
      max-height: 600px;
      opacity: 0;
      transition: opacity ease-in-out 0.35s; }
      .product-mainimage-container .product-mainimage-selector img {
        display: block;
        margin: auto;
        max-height: 600px;
        max-width: 100%;
        object-fit: contain; }
  .product-option-dropdown {
    width: 100%;
    margin-left: 0; }
  .product-logo-container {
    margin-left: 0; } }

@media (max-width: 1100px) {
  .product-pricelogo-container img {
    max-width: 38%; } }

@media (max-width: 992px) {
  .product-additonalinfo {
    margin-top: 125px; } }

@media (max-width: 768px) {
  .product-mainimage-container {
    height: 600px;
    width: 100%;
    margin: auto;
    margin-left: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden; }
    .product-mainimage-container .product-mainimage-selector {
      position: absolute;
      top: 0;
      width: 100%;
      height: 600px;
      opacity: 0;
      transition: opacity ease-in-out 0.35s; }
      .product-mainimage-container .product-mainimage-selector.active {
        opacity: 1; }
      .product-mainimage-container .product-mainimage-selector img {
        width: 100%;
        height: 600px;
        padding: 15px; }
  .product-otherimages-container img {
    width: 78px;
    height: 78px;
    background-color: #FFF; }
  .product-mainimage-container {
    margin-left: auto; }
  .product-text p {
    font-size: 20px !important;
    line-height: 28px !important; } }

@media (max-width: 579px) {
  .product-shopbutton-wrapper {
    display: block;
    width: 100%;
    float: right; }
    .product-shopbutton-wrapper .product-shopbutton {
      width: 100%; }
  .product-option-dropdown-arrow {
    /*display: none;*/ }
  .product-option-dropdown {
    margin: 5px 0; }
  .product-productdetails {
    display: block; }
    .product-productdetails > .product-productdetails-text {
      font-size: 21px !important; }
    .product-productdetails div:first-child {
      margin-bottom: 15px; }
    .product-productdetails div:last-child {
      text-align: right; }
    .product-productdetails div {
      display: inline-block;
      width: 49%; }
    .product-productdetails .product-productdetails-package {
      width: 33px;
      height: 28px;
      display: inline; }
    .product-productdetails .product-productdetails-stocktext {
      display: inline-block;
      position: relative;
      top: -5px; }
  .product-mainimage-container {
    height: 350px;
    width: 350px;
    margin: auto; }
    .product-mainimage-container .product-mainimage-selector {
      width: 95%;
      height: 95%;
      max-width: 350px;
      max-height: 350px; }
      .product-mainimage-container .product-mainimage-selector img {
        max-width: 350px;
        max-height: 350px; }
  .product-option-dropdown-arrow {
    content: url("/assets/images/icons/play.svg");
    height: 15px;
    float: right;
    position: relative;
    top: 35px;
    right: 15px;
    transform: rotateZ(90deg);
    pointer-events: none; } }

.informationcards-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: space-around;
  align-content: space-around;
  justify-items: center;
  margin: 0 -15px;
  margin-bottom: 100px; }

.informationcards-header {
  margin-top: 170px;
  margin-bottom: 61px; }

.informationcards-cardwrapper {
  display: inline-block;
  max-width: 25%;
  min-width: 25%;
  padding: 0 15px;
  margin-bottom: 75px;
  text-decoration: none; }
  .informationcards-cardwrapper .campaign-product-image-wrapper {
    margin: auto; }
  .informationcards-cardwrapper h3 {
    padding-bottom: 10px;
    max-width: 300px;
    margin: auto; }
  .informationcards-cardwrapper p {
    max-width: 300px;
    margin: auto; }
  .informationcards-cardwrapper img {
    max-width: 300px;
    height: 300px;
    display: block;
    margin: auto;
    object-fit: contain; }

@media (max-width: 1430px) {
  .informationcards-cardwrapper {
    min-width: 33%;
    max-width: 33%;
    flex-basis: 33%; } }

@media (max-width: 1111px) {
  .informationcards-cardwrapper {
    min-width: 50%;
    max-width: 50%;
    flex-basis: 50%; } }

@media (max-width: 992px) {
  .informationcards-header {
    width: 100%;
    padding-left: 10px;
    margin-top: 50px; } }

@media (max-width: 768px) {
  .informationcards-cardwrapper {
    min-width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 75px; }
  .informationcards-container {
    max-width: 440px;
    margin: 22px auto; }
  .informationcards-header {
    margin-bottom: 0px; } }

@media (max-width: 579px) {
  .campaign-product-image-wrapper {
    width: 100%; }
    .campaign-product-image-wrapper img {
      width: 100%;
      margin: auto !important; }
  .informationcards-cardwrapper {
    padding: 0 10px; }
    .informationcards-cardwrapper h3 {
      max-width: 100%; }
    .informationcards-cardwrapper p {
      max-width: 100%; } }

@media (max-width: 440px) {
  .informationcards-container {
    max-width: 100%;
    margin: 45px auto; } }

.cart-splitterline {
  width: 100%;
  height: 1px;
  margin: 25px 0;
  z-index: 50;
  background: #AFB0B1 !important; }

.cart-componentblocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 75px; }
  .cart-componentblocks div {
    background-color: #FFF; }

.cart-shadow-block {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.01), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 20px; }

.cart-product-list {
  flex-basis: 66%;
  width: 66%;
  padding: 25px 18px 25px 21px; }

.cart-product-container {
  display: flex;
  flex-direction: row;
  margin: 0px auto 0 auto; }
  .cart-product-container .cart-col-info {
    flex-basis: 75%;
    width: 75%;
    padding-left: 15px; }
    .cart-product-container .cart-col-info .cart-product-nameheading a {
      font-size: 18px;
      font-weight: 500;
      line-height: 22px; }
  .cart-product-container .cart-col-price {
    width: 25%;
    flex-basis: 25%;
    float: right;
    text-align: right; }
    .cart-product-container .cart-col-price .cart-col-price-oldprice {
      text-decoration: line-through;
      font-size: 14px;
      color: #6E7071; }
    .cart-product-container .cart-col-price .product-option-dropdown {
      max-width: 110px;
      height: 35px;
      margin-top: 17px;
      border: 1px solid; }

.cart-image-container {
  height: 100px;
  width: 100px;
  border: 1px solid #CEDEE0; }
  .cart-image-container img {
    object-fit: contain;
    display: block;
    height: 100px;
    width: 100px;
    padding: 6px; }

.cart-product-buttoncontainer {
  width: 100%;
  text-align: right;
  margin-top: 45px; }

.cart-summary-list {
  flex-basis: 28%;
  width: 28%;
  margin-left: 5%;
  height: fit-content; }
  .cart-summary-list .cart-summary-price {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; }

.cart-rebatecode {
  margin-top: 20px;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px; }
  .cart-rebatecode .cart-rebatecode-input {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #567B91;
    background-color: #FFF;
    padding: 13px 17px 10px 17px;
    margin-top: 10px;
    margin-bottom: 16px; }

.cart-shipmentInfo, .cart-paymentinfo {
  flex-basis: 66%;
  width: 66%;
  margin-top: 20px; }

.cart-logo-image {
  width: 100%;
  height: 100%;
  padding-left: 20px; }
  .cart-logo-image img {
    display: block;
    max-width: 100%;
    object-fit: contain;
    max-height: 50px; }

.cart-product-removefromcart-img {
  top: 3px;
  position: relative;
  margin-right: 5px; }

@media (max-width: 1200px) {
  .cart-summary-list {
    margin-top: 20px; }
  .cart-product-list {
    flex-basis: 100%;
    width: 100%;
    padding: 25px 18px 25px 21px; }
  .cart-summary-list {
    flex-basis: 100%;
    width: 100%;
    margin-left: 0; }
  .cart-shipmentInfo, .cart-paymentinfo {
    flex-basis: 100%;
    width: 100%; } }

@media (max-width: 512px) {
  .cart-col-price .product-option-dropdown {
    width: 100% !important; }
  .cart-image-container {
    height: 60px;
    width: 60px; }
    .cart-image-container img {
      height: 60px;
      width: 60px; }
  .cart-product-container .cart-col-info {
    flex-basis: 50%;
    width: 50%; }
  .cart-product-container .cart-col-price {
    width: 50%;
    flex-basis: 50%;
    padding-left: 5px; } }

.article-header {
  padding: 50px 0; }

.article-heroimage-wrapper {
  width: 100%;
  max-height: 652px;
  max-width: 1920px;
  margin: auto; }
  .article-heroimage-wrapper img {
    display: block;
    height: 100%;
    width: 100%;
    max-height: 652px;
    object-fit: cover; }

.myorders-order .myorders-order-text {
  font-size: 20px;
  font-weight: 500; }
  .myorders-order .myorders-order-text.price {
    text-align: right; }

.myorders-order ul > li {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; }

.myorders-order .myorders-order-productcontainer .myorders-order-productwrapper {
  margin-top: 15px; }
  .myorders-order .myorders-order-productcontainer .myorders-order-productwrapper:last-child {
    margin-bottom: 15px; }
  .myorders-order .myorders-order-productcontainer .myorders-order-productwrapper .myorders-order-productdetails li {
    font-size: 16px;
    line-height: 20px; }
  .myorders-order .myorders-order-productcontainer .myorders-order-productwrapper .myorders-order-productimg {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 75px;
    max-width: 75px;
    min-width: 40px;
    object-fit: contain;
    background: #FFF; }

.myorders-list-button {
  font-size: 24px;
  border-bottom: 2px black solid;
  padding-bottom: 5px;
  margin-bottom: 25px;
  font-weight: 500;
  cursor: pointer; }
  .myorders-list-button i {
    transition: transform ease-out 0.45s; }
  .myorders-list-button.open i {
    transform: rotateX(180deg); }

.myorders-orderlist-listobject {
  max-height: 0;
  overflow: hidden;
  margin-bottom: 50px;
  transition: max-height ease-out 0.65s; }

@media (max-width: 768px) {
  .myorders-order > .myorders-order-details {
    margin-bottom: 20px; } }

@media (max-width: 520px) {
  .myorders-order-productimg {
    min-width: 500px; } }

.informationcheckout-shippinginfo {
  margin-bottom: 20px; }

.informationcheckout-floatingprice {
  position: absolute;
  margin: 0;
  margin-right: 0;
  right: 0;
  max-width: 19%;
  margin-right: 320px; }

.informationcheckout-termsbox {
  margin-top: 20px;
  width: 100%; }
  .informationcheckout-termsbox input {
    display: inline-block;
    width: 30px;
    height: 30px;
    float: right;
    margin-top: -15px;
    margin-right: 25px; }

@media (min-width: 2000px) {
  .informationcheckout-floatingprice {
    margin-right: 20%; } }

@media (max-width: 1500px) {
  .informationcheckout-floatingprice {
    margin-right: 120px;
    max-width: 26%; } }

@media (max-width: 1200px) {
  .informationcheckout-floatingprice {
    position: relative;
    margin-bottom: 20px;
    max-width: 100%;
    margin: auto;
    margin-top: 20px; }
  .informationcheckout-termsbox label {
    max-width: 66%; }
  .informationcheckout-termsbox input {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-right: 25px; } }
