@charset "UTF-8";
/*!
 * Bootstrap Grid Only (grid and responsive utilities extracted from Bootstrap 4.1.3)
 * GitHub: https://github.com/dmhendricks/bootstrap-grid-css
 * Bootstrap License: MIT (https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE)
 * Credits: Twitter, Inc. & The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.hidden-xs-up {
  display: none !important;
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkA.ttf) format('truetype');
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  -webkit-overflow-scrolling: touch;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 16px;
}
body :focus {
  outline-color: transparent;
  outline-style: none;
}
body.overlay:after {
  content: "";
  position: fixed;
  z-index: 15;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111111;
  opacity: 0.5;
}
.h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #14080E;
  letter-spacing: 0;
  margin-bottom: 24px;
}
h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #14080E;
  letter-spacing: 0;
  margin-bottom: 24px;
}
.h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 34px;
  color: #0C2353;
  letter-spacing: 0;
  line-height: 40px;
}
.h2 .lightblue {
  color: #3695C7;
}
h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 34px;
  color: #0C2353;
  letter-spacing: 0;
  line-height: 40px;
}
h2 .lightblue {
  color: #3695C7;
}
.h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #3695C7;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 15px;
}
h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #3695C7;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 15px;
}
h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #3695C7;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
}
h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #9CB7C5;
  line-height: 32px;
}
p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: #37383A;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
}
p.introtekst {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #033D57;
  line-height: 42px;
}
p a {
  text-decoration: underline;
  color: #37383A;
}
p a:hover {
  text-decoration: none;
}
a,
.fakebtn {
  cursor: pointer;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #605F5E;
  text-decoration: underline;
  outline: none;
  display: inline-block;
}
a img,
.fakebtn img {
  text-decoration: none;
  border-bottom-width: 0px!important;
  border-bottom-color: transparent!important;
}
a.wrapperlink,
.fakebtn.wrapperlink {
  text-decoration: none;
}
.btn {
  border: 0;
  box-shadow: none;
  outline: 0;
  display: inline-block !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF !important;
  letter-spacing: 0;
  text-decoration: none;
  padding: 14px 20px!important;
  font-weight: 600;
  background: #3695C7;
  box-shadow: 0 2px 4px 0 rgba(50, 50, 93, 0.15);
  border-radius: 4px;
}
.btn.btn-small {
  padding: 8px 20px !important;
}
.btn.btn-yellow {
  background-color: #FFCD00;
  color: #0C2353 !important;
}
.btn:disabled {
  opacity: 0.5;
}
.btn.btn-arrow {
  padding-right: 50px!important;
  background-position: center right 20px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-arrow-white.svg?4e8cd06cabf04442ac055187d1cdf74e);
  transition: all 0.1s ease-in;
}
.btn.btn-arrow:before {
  transition: all 0.1s ease-in;
}
.btn.btn-arrow:hover {
  background-position: center right 15px!important;
  background-size: 14px!important;
  background-repeat: no-repeat !important;
  background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49) !important;
}
.btn.btn-arrow.btn-yellow {
  background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49) !important;
}
.btn.btn-direct-contact::before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 5px;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-tel-white.svg?bc788833a4416622c9e8bcb94adc0b50);
}
.btn.btn-direct-contact:hover::before {
  background-image: url(../images/icon-tel.svg?da286eef8c430501017018f31d2fe290);
}
.btn.btn-filter::before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 5px;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-filter-white.svg?6c7ddaf7d87deb012dd1feb2359d30b6);
}
.btn:hover {
  background: #ffffff !important;
  color: #033D57 !important;
}
ul {
  padding-left: 25px;
}
ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 18px;
  color: #323232;
  letter-spacing: 0.25px;
  line-height: 24px;
}
ul.checks {
  list-style: none;
  padding-left: 0;
}
ul.checks li {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.25px;
  line-height: 24px;
  margin-bottom: 28px;
  padding-left: 60px;
  min-height: 50px;
  background-position: center left;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
ul.checks li::before {
  display: none;
}
ul.checks.small {
  padding-left: 0;
}
ul.checks.small li {
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.12px;
  line-height: 24px;
  padding-left: 40px;
  font-style: normal;
  margin-bottom: 10px;
  min-height: inherit;
  background-size: 18px 16px;
  background-position: left top 4px;
}
ul.checks.small.blue li {
  color: #0D3B56 !important;
  min-height: inherit;
}
ul.usps {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
ul.usps li {
  display: inline-block;
  list-style: none;
  padding: 13px 0;
  margin: 0 10px;
  font-weight: 600;
  font-size: 18px;
  color: #0C2353;
  letter-spacing: 0;
  padding-left: 30px;
  background-position: center left;
  background-size: 22px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-check.svg?97748036b7b33a3f323deb7e39e70215);
}
ul.usps li:before {
  display: none;
}
ol {
  list-style: none;
  padding-left: 35px;
}
ol li {
  position: relative;
  counter-increment: item;
  margin-bottom: 5px;
  padding-left: 5px;
  font-size: 16px;
  color: #323232;
  letter-spacing: 0.25px;
  line-height: 24px;
}
ol li::before {
  content: counter(item) '.';
  font-weight: bold;
  position: absolute;
  left: -30px;
  margin-top: -1px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 30px;
}
.breadrumb {
  color: #3695C7;
}
.breadrumb a {
  font-size: 16px;
  color: #0E2452;
  letter-spacing: 0;
  text-decoration: none;
}
.breadrumb a:hover {
  text-decoration: underline;
}
.ease {
  transition: all 0.1s ease-in;
}
.ease:before {
  transition: all 0.1s ease-in;
}
.infobol {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/icon-infobol.svg?1467dc9eef057a8b916af30dcda9bb75);
}
.fancybox-content {
  max-width: 730px;
  background: #FFFFFF;
  box-shadow: 0 2px 30px 0 rgba(50, 50, 93, 0.15);
  border-radius: 3px;
}
.fancybox-close-small {
  width: 40px;
  height: 40px;
  background: none;
  color: transparent;
  opacity: 1;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icon-close-blue.svg?38b7383db34052f07eb108777d8f8bcf);
  transition: all 0.1s ease-in;
}
.fancybox-close-small:before {
  transition: all 0.1s ease-in;
}
.fancybox-close-small svg {
  display: none;
}
.fancybox-close-small:hover {
  opacity: 0.7;
}
.featherlight .featherlight-content {
  max-width: 730px;
  background: #FFFFFF;
  box-shadow: 0 2px 30px 0 rgba(50, 50, 93, 0.15);
  border-radius: 3px;
}
.featherlight .featherlight-content .featherlight-close-icon {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  background: none;
  color: transparent;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icon-close-blue.svg?38b7383db34052f07eb108777d8f8bcf);
  transition: all 0.1s ease-in;
}
.featherlight .featherlight-content .featherlight-close-icon:before {
  transition: all 0.1s ease-in;
}
.featherlight .featherlight-content .featherlight-close-icon:hover {
  opacity: 0.7;
}
.featherlight .formulier form {
  margin-bottom: 0;
}
.featherlight .featherlight-inner {
  display: block!important;
}
.featherlight:last-of-type {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.whitebacklimited {
  background-color: #fff;
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.blubacklimited {
  background-color: #3695C7;
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.bluebacklimited {
  background-color: #3695C7;
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.greybacklimited {
  background-color: #F2F5F6;
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.darkbluebacklimited {
  background-color: #0C2353;
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.nocoverpiece .coverpiece {
  display: none!important;
}
.bg {
  position: relative;
}
.bg.bgimage {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.w100 {
  width: 100%!important;
}
.imagefix {
  display: block;
  max-width: 100%;
}
.whitecontent h1,
.whitecontent h2,
.whitecontent h3,
.whitecontent h4,
.whitecontent p,
.whitecontent a,
.whitecontent ul li,
.whitecontent ol li {
  color: #ffffff !important;
}
.blackcontent h1,
.blackcontent h2,
.blackcontent h3,
.blackcontent h4,
.blackcontent p,
.blackcontent a,
.blackcontent ul li,
.blackcontent ol li {
  color: #000000 !important;
}
.padding-0 {
  padding-left: 0!important;
  padding-right: 0!important;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.pl200 {
  padding-left: 200px;
}
.pr200 {
  padding-right: 200px;
}
.pt200 {
  padding-top: 200px;
}
.pb200 {
  padding-bottom: 200px;
}
.pad200 {
  padding: 200px;
}
.pl195 {
  padding-left: 195px;
}
.pr195 {
  padding-right: 195px;
}
.pt195 {
  padding-top: 195px;
}
.pb195 {
  padding-bottom: 195px;
}
.pad195 {
  padding: 195px;
}
.pl190 {
  padding-left: 190px;
}
.pr190 {
  padding-right: 190px;
}
.pt190 {
  padding-top: 190px;
}
.pb190 {
  padding-bottom: 190px;
}
.pad190 {
  padding: 190px;
}
.pl185 {
  padding-left: 185px;
}
.pr185 {
  padding-right: 185px;
}
.pt185 {
  padding-top: 185px;
}
.pb185 {
  padding-bottom: 185px;
}
.pad185 {
  padding: 185px;
}
.pl180 {
  padding-left: 180px;
}
.pr180 {
  padding-right: 180px;
}
.pt180 {
  padding-top: 180px;
}
.pb180 {
  padding-bottom: 180px;
}
.pad180 {
  padding: 180px;
}
.pl175 {
  padding-left: 175px;
}
.pr175 {
  padding-right: 175px;
}
.pt175 {
  padding-top: 175px;
}
.pb175 {
  padding-bottom: 175px;
}
.pad175 {
  padding: 175px;
}
.pl170 {
  padding-left: 170px;
}
.pr170 {
  padding-right: 170px;
}
.pt170 {
  padding-top: 170px;
}
.pb170 {
  padding-bottom: 170px;
}
.pad170 {
  padding: 170px;
}
.pl165 {
  padding-left: 165px;
}
.pr165 {
  padding-right: 165px;
}
.pt165 {
  padding-top: 165px;
}
.pb165 {
  padding-bottom: 165px;
}
.pad165 {
  padding: 165px;
}
.pl160 {
  padding-left: 160px;
}
.pr160 {
  padding-right: 160px;
}
.pt160 {
  padding-top: 160px;
}
.pb160 {
  padding-bottom: 160px;
}
.pad160 {
  padding: 160px;
}
.pl155 {
  padding-left: 155px;
}
.pr155 {
  padding-right: 155px;
}
.pt155 {
  padding-top: 155px;
}
.pb155 {
  padding-bottom: 155px;
}
.pad155 {
  padding: 155px;
}
.pl150 {
  padding-left: 150px;
}
.pr150 {
  padding-right: 150px;
}
.pt150 {
  padding-top: 150px;
}
.pb150 {
  padding-bottom: 150px;
}
.pad150 {
  padding: 150px;
}
.pl145 {
  padding-left: 145px;
}
.pr145 {
  padding-right: 145px;
}
.pt145 {
  padding-top: 145px;
}
.pb145 {
  padding-bottom: 145px;
}
.pad145 {
  padding: 145px;
}
.pl140 {
  padding-left: 140px;
}
.pr140 {
  padding-right: 140px;
}
.pt140 {
  padding-top: 140px;
}
.pb140 {
  padding-bottom: 140px;
}
.pad140 {
  padding: 140px;
}
.pl135 {
  padding-left: 135px;
}
.pr135 {
  padding-right: 135px;
}
.pt135 {
  padding-top: 135px;
}
.pb135 {
  padding-bottom: 135px;
}
.pad135 {
  padding: 135px;
}
.pl130 {
  padding-left: 130px;
}
.pr130 {
  padding-right: 130px;
}
.pt130 {
  padding-top: 130px;
}
.pb130 {
  padding-bottom: 130px;
}
.pad130 {
  padding: 130px;
}
.pl125 {
  padding-left: 125px;
}
.pr125 {
  padding-right: 125px;
}
.pt125 {
  padding-top: 125px;
}
.pb125 {
  padding-bottom: 125px;
}
.pad125 {
  padding: 125px;
}
.pl120 {
  padding-left: 120px;
}
.pr120 {
  padding-right: 120px;
}
.pt120 {
  padding-top: 120px;
}
.pb120 {
  padding-bottom: 120px;
}
.pad120 {
  padding: 120px;
}
.pl115 {
  padding-left: 115px;
}
.pr115 {
  padding-right: 115px;
}
.pt115 {
  padding-top: 115px;
}
.pb115 {
  padding-bottom: 115px;
}
.pad115 {
  padding: 115px;
}
.pl110 {
  padding-left: 110px;
}
.pr110 {
  padding-right: 110px;
}
.pt110 {
  padding-top: 110px;
}
.pb110 {
  padding-bottom: 110px;
}
.pad110 {
  padding: 110px;
}
.pl105 {
  padding-left: 105px;
}
.pr105 {
  padding-right: 105px;
}
.pt105 {
  padding-top: 105px;
}
.pb105 {
  padding-bottom: 105px;
}
.pad105 {
  padding: 105px;
}
.pl100 {
  padding-left: 100px;
}
.pr100 {
  padding-right: 100px;
}
.pt100 {
  padding-top: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.pad100 {
  padding: 100px;
}
.pl95 {
  padding-left: 95px;
}
.pr95 {
  padding-right: 95px;
}
.pt95 {
  padding-top: 95px;
}
.pb95 {
  padding-bottom: 95px;
}
.pad95 {
  padding: 95px;
}
.pl90 {
  padding-left: 90px;
}
.pr90 {
  padding-right: 90px;
}
.pt90 {
  padding-top: 90px;
}
.pb90 {
  padding-bottom: 90px;
}
.pad90 {
  padding: 90px;
}
.pl85 {
  padding-left: 85px;
}
.pr85 {
  padding-right: 85px;
}
.pt85 {
  padding-top: 85px;
}
.pb85 {
  padding-bottom: 85px;
}
.pad85 {
  padding: 85px;
}
.pl80 {
  padding-left: 80px;
}
.pr80 {
  padding-right: 80px;
}
.pt80 {
  padding-top: 80px;
}
.pb80 {
  padding-bottom: 80px;
}
.pad80 {
  padding: 80px;
}
.pl75 {
  padding-left: 75px;
}
.pr75 {
  padding-right: 75px;
}
.pt75 {
  padding-top: 75px;
}
.pb75 {
  padding-bottom: 75px;
}
.pad75 {
  padding: 75px;
}
.pl70 {
  padding-left: 70px;
}
.pr70 {
  padding-right: 70px;
}
.pt70 {
  padding-top: 70px;
}
.pb70 {
  padding-bottom: 70px;
}
.pad70 {
  padding: 70px;
}
.pl65 {
  padding-left: 65px;
}
.pr65 {
  padding-right: 65px;
}
.pt65 {
  padding-top: 65px;
}
.pb65 {
  padding-bottom: 65px;
}
.pad65 {
  padding: 65px;
}
.pl60 {
  padding-left: 60px;
}
.pr60 {
  padding-right: 60px;
}
.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.pad60 {
  padding: 60px;
}
.pl55 {
  padding-left: 55px;
}
.pr55 {
  padding-right: 55px;
}
.pt55 {
  padding-top: 55px;
}
.pb55 {
  padding-bottom: 55px;
}
.pad55 {
  padding: 55px;
}
.pl50 {
  padding-left: 50px;
}
.pr50 {
  padding-right: 50px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.pad50 {
  padding: 50px;
}
.pl45 {
  padding-left: 45px;
}
.pr45 {
  padding-right: 45px;
}
.pt45 {
  padding-top: 45px;
}
.pb45 {
  padding-bottom: 45px;
}
.pad45 {
  padding: 45px;
}
.pl40 {
  padding-left: 40px;
}
.pr40 {
  padding-right: 40px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pad40 {
  padding: 40px;
}
.pl35 {
  padding-left: 35px;
}
.pr35 {
  padding-right: 35px;
}
.pt35 {
  padding-top: 35px;
}
.pb35 {
  padding-bottom: 35px;
}
.pad35 {
  padding: 35px;
}
.pl30 {
  padding-left: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pad30 {
  padding: 30px;
}
.pl25 {
  padding-left: 25px;
}
.pr25 {
  padding-right: 25px;
}
.pt25 {
  padding-top: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pad25 {
  padding: 25px;
}
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pad20 {
  padding: 20px;
}
.pl15 {
  padding-left: 15px;
}
.pr15 {
  padding-right: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pad15 {
  padding: 15px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pad10 {
  padding: 10px;
}
.pl5 {
  padding-left: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pad5 {
  padding: 5px;
}
.pl0 {
  padding-left: 0px;
}
.pr0 {
  padding-right: 0px;
}
.pt0 {
  padding-top: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.pad0 {
  padding: 0px;
}
.ml200 {
  margin-left: 200px;
}
.mr200 {
  margin-right: 200px;
}
.mt200 {
  margin-top: 200px;
}
.mb200 {
  margin-bottom: 200px;
}
.marg200 {
  margin: 200px;
}
.ml195 {
  margin-left: 195px;
}
.mr195 {
  margin-right: 195px;
}
.mt195 {
  margin-top: 195px;
}
.mb195 {
  margin-bottom: 195px;
}
.marg195 {
  margin: 195px;
}
.ml190 {
  margin-left: 190px;
}
.mr190 {
  margin-right: 190px;
}
.mt190 {
  margin-top: 190px;
}
.mb190 {
  margin-bottom: 190px;
}
.marg190 {
  margin: 190px;
}
.ml185 {
  margin-left: 185px;
}
.mr185 {
  margin-right: 185px;
}
.mt185 {
  margin-top: 185px;
}
.mb185 {
  margin-bottom: 185px;
}
.marg185 {
  margin: 185px;
}
.ml180 {
  margin-left: 180px;
}
.mr180 {
  margin-right: 180px;
}
.mt180 {
  margin-top: 180px;
}
.mb180 {
  margin-bottom: 180px;
}
.marg180 {
  margin: 180px;
}
.ml175 {
  margin-left: 175px;
}
.mr175 {
  margin-right: 175px;
}
.mt175 {
  margin-top: 175px;
}
.mb175 {
  margin-bottom: 175px;
}
.marg175 {
  margin: 175px;
}
.ml170 {
  margin-left: 170px;
}
.mr170 {
  margin-right: 170px;
}
.mt170 {
  margin-top: 170px;
}
.mb170 {
  margin-bottom: 170px;
}
.marg170 {
  margin: 170px;
}
.ml165 {
  margin-left: 165px;
}
.mr165 {
  margin-right: 165px;
}
.mt165 {
  margin-top: 165px;
}
.mb165 {
  margin-bottom: 165px;
}
.marg165 {
  margin: 165px;
}
.ml160 {
  margin-left: 160px;
}
.mr160 {
  margin-right: 160px;
}
.mt160 {
  margin-top: 160px;
}
.mb160 {
  margin-bottom: 160px;
}
.marg160 {
  margin: 160px;
}
.ml155 {
  margin-left: 155px;
}
.mr155 {
  margin-right: 155px;
}
.mt155 {
  margin-top: 155px;
}
.mb155 {
  margin-bottom: 155px;
}
.marg155 {
  margin: 155px;
}
.ml150 {
  margin-left: 150px;
}
.mr150 {
  margin-right: 150px;
}
.mt150 {
  margin-top: 150px;
}
.mb150 {
  margin-bottom: 150px;
}
.marg150 {
  margin: 150px;
}
.ml145 {
  margin-left: 145px;
}
.mr145 {
  margin-right: 145px;
}
.mt145 {
  margin-top: 145px;
}
.mb145 {
  margin-bottom: 145px;
}
.marg145 {
  margin: 145px;
}
.ml140 {
  margin-left: 140px;
}
.mr140 {
  margin-right: 140px;
}
.mt140 {
  margin-top: 140px;
}
.mb140 {
  margin-bottom: 140px;
}
.marg140 {
  margin: 140px;
}
.ml135 {
  margin-left: 135px;
}
.mr135 {
  margin-right: 135px;
}
.mt135 {
  margin-top: 135px;
}
.mb135 {
  margin-bottom: 135px;
}
.marg135 {
  margin: 135px;
}
.ml130 {
  margin-left: 130px;
}
.mr130 {
  margin-right: 130px;
}
.mt130 {
  margin-top: 130px;
}
.mb130 {
  margin-bottom: 130px;
}
.marg130 {
  margin: 130px;
}
.ml125 {
  margin-left: 125px;
}
.mr125 {
  margin-right: 125px;
}
.mt125 {
  margin-top: 125px;
}
.mb125 {
  margin-bottom: 125px;
}
.marg125 {
  margin: 125px;
}
.ml120 {
  margin-left: 120px;
}
.mr120 {
  margin-right: 120px;
}
.mt120 {
  margin-top: 120px;
}
.mb120 {
  margin-bottom: 120px;
}
.marg120 {
  margin: 120px;
}
.ml115 {
  margin-left: 115px;
}
.mr115 {
  margin-right: 115px;
}
.mt115 {
  margin-top: 115px;
}
.mb115 {
  margin-bottom: 115px;
}
.marg115 {
  margin: 115px;
}
.ml110 {
  margin-left: 110px;
}
.mr110 {
  margin-right: 110px;
}
.mt110 {
  margin-top: 110px;
}
.mb110 {
  margin-bottom: 110px;
}
.marg110 {
  margin: 110px;
}
.ml105 {
  margin-left: 105px;
}
.mr105 {
  margin-right: 105px;
}
.mt105 {
  margin-top: 105px;
}
.mb105 {
  margin-bottom: 105px;
}
.marg105 {
  margin: 105px;
}
.ml100 {
  margin-left: 100px;
}
.mr100 {
  margin-right: 100px;
}
.mt100 {
  margin-top: 100px;
}
.mb100 {
  margin-bottom: 100px;
}
.marg100 {
  margin: 100px;
}
.ml95 {
  margin-left: 95px;
}
.mr95 {
  margin-right: 95px;
}
.mt95 {
  margin-top: 95px;
}
.mb95 {
  margin-bottom: 95px;
}
.marg95 {
  margin: 95px;
}
.ml90 {
  margin-left: 90px;
}
.mr90 {
  margin-right: 90px;
}
.mt90 {
  margin-top: 90px;
}
.mb90 {
  margin-bottom: 90px;
}
.marg90 {
  margin: 90px;
}
.ml85 {
  margin-left: 85px;
}
.mr85 {
  margin-right: 85px;
}
.mt85 {
  margin-top: 85px;
}
.mb85 {
  margin-bottom: 85px;
}
.marg85 {
  margin: 85px;
}
.ml80 {
  margin-left: 80px;
}
.mr80 {
  margin-right: 80px;
}
.mt80 {
  margin-top: 80px;
}
.mb80 {
  margin-bottom: 80px;
}
.marg80 {
  margin: 80px;
}
.ml75 {
  margin-left: 75px;
}
.mr75 {
  margin-right: 75px;
}
.mt75 {
  margin-top: 75px;
}
.mb75 {
  margin-bottom: 75px;
}
.marg75 {
  margin: 75px;
}
.ml70 {
  margin-left: 70px;
}
.mr70 {
  margin-right: 70px;
}
.mt70 {
  margin-top: 70px;
}
.mb70 {
  margin-bottom: 70px;
}
.marg70 {
  margin: 70px;
}
.ml65 {
  margin-left: 65px;
}
.mr65 {
  margin-right: 65px;
}
.mt65 {
  margin-top: 65px;
}
.mb65 {
  margin-bottom: 65px;
}
.marg65 {
  margin: 65px;
}
.ml60 {
  margin-left: 60px;
}
.mr60 {
  margin-right: 60px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.marg60 {
  margin: 60px;
}
.ml55 {
  margin-left: 55px;
}
.mr55 {
  margin-right: 55px;
}
.mt55 {
  margin-top: 55px;
}
.mb55 {
  margin-bottom: 55px;
}
.marg55 {
  margin: 55px;
}
.ml50 {
  margin-left: 50px;
}
.mr50 {
  margin-right: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.marg50 {
  margin: 50px;
}
.ml45 {
  margin-left: 45px;
}
.mr45 {
  margin-right: 45px;
}
.mt45 {
  margin-top: 45px;
}
.mb45 {
  margin-bottom: 45px;
}
.marg45 {
  margin: 45px;
}
.ml40 {
  margin-left: 40px;
}
.mr40 {
  margin-right: 40px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.marg40 {
  margin: 40px;
}
.ml35 {
  margin-left: 35px;
}
.mr35 {
  margin-right: 35px;
}
.mt35 {
  margin-top: 35px;
}
.mb35 {
  margin-bottom: 35px;
}
.marg35 {
  margin: 35px;
}
.ml30 {
  margin-left: 30px;
}
.mr30 {
  margin-right: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.marg30 {
  margin: 30px;
}
.ml25 {
  margin-left: 25px;
}
.mr25 {
  margin-right: 25px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.marg25 {
  margin: 25px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.marg20 {
  margin: 20px;
}
.ml15 {
  margin-left: 15px;
}
.mr15 {
  margin-right: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.marg15 {
  margin: 15px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.marg10 {
  margin: 10px;
}
.ml5 {
  margin-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.marg5 {
  margin: 5px;
}
.ml0 {
  margin-left: 0px;
}
.mr0 {
  margin-right: 0px;
}
.mt0 {
  margin-top: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.marg0 {
  margin: 0px;
}
.borderbox {
  box-sizing: border-box;
}
.cartconainer-mobile {
  display: none;
  position: fixed;
  top: 14px;
  right: 24px;
  z-index: 22;
}
@media (max-width: 1200px) {
  .cartconainer-mobile {
    display: inline-block;
  }
}
.cartconainer-mobile a.cart-mobile {
  display: inline-block;
  width: 27px;
  height: 25px;
  position: relative;
  background-position: center;
  background-size: 27px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-cart.svg?d575af3f35d00404703f6913ce7aed86);
}
.cartconainer-mobile a.cart-mobile .counter {
  position: absolute;
  left: 21px;
  top: -2px;
  height: 18px;
  width: 18px;
  font-weight: 600;
  font-size: 11px;
  line-height: 17px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  background: #3695C7;
  border-radius: 99px;
}
.cartconainer-mobile a.cart-mobile:hover {
  background-color: #fff;
  z-index: 22;
  border: 1px solid #DDDDDD;
}
.menuoverlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  opacity: 0;
  background: #0C2353;
  transition-duration: 0s;
}
.menuoverlay.active {
  height: 100%;
  z-index: 9;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .menuoverlay {
    display: none!important;
    z-index: -1;
    opacity: 0;
  }
}
.topbar {
  position: relative;
  background: #F2F5F6;
  box-shadow: inset 0 -1px 0 0 #F2F5F6;
  z-index: 21;
}
.topbar .left {
  float: left;
}
.topbar .center {
  float: left;
  margin-left: 15%;
}
.topbar .right {
  float: right;
}
.topbar a.tel {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  color: #0C2353;
  letter-spacing: 0;
  text-decoration: none;
  padding: 10px 0;
  padding-left: 30px;
  margin-left: 15px;
  background-position: center left;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-tel.svg?da286eef8c430501017018f31d2fe290);
}
.topbar a.tel:hover {
  text-decoration: underline;
}
.topbar ul.usps {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.topbar ul.usps li {
  display: inline-block;
  list-style: none;
  padding: 13px 0;
  margin: 0 10px;
  font-size: 14px;
  color: #0C2353;
  letter-spacing: 0;
  line-height: 14px;
  padding-left: 20px;
  background-position: center left;
  background-size: 13px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-check.svg?97748036b7b33a3f323deb7e39e70215);
}
.topbar ul.usps li:first-child {
  margin-left: 0;
}
.topbar ul.usps li:last-child {
  margin-right: 0;
}
.topbar ul.usps li:before {
  display: none;
}
.topbar img.keurmerk {
  display: inline-block;
  width: 63px;
  height: 24px;
  margin-top: 8px;
  vertical-align: top;
}
.topbar form.zoekform {
  display: inline-block;
  position: relative;
  padding: 5px 0;
}
.topbar form.zoekform input {
  display: inline-block;
  border: none;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
}
.topbar form.zoekform .versturen {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 5px;
  top: 5px;
  background: #fff;
  color: #fff;
  background-color: #fff;
  font-size: 1px;
  line-height: 1px;
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-search.svg?0cf231c4f595ea7b3d455a71442b98e2);
}
.topbar .account {
  display: inline-block;
  margin-left: 20px;
}
.topbar .cartconainer {
  display: inline;
  z-index: 21;
}
.topbar .cartconainer a.cart {
  float: right;
  position: relative;
  display: inline-block;
  width: 70px;
  height: 40px;
  vertical-align: top;
  border: 1px solid transparent;
  margin-left: 20px;
  background-position: center left 10px;
  background-size: 27px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-cart.svg?d575af3f35d00404703f6913ce7aed86);
  transition: all 0.1s ease-in;
}
.topbar .cartconainer a.cart:before {
  transition: all 0.1s ease-in;
}
.topbar .cartconainer a.cart:before {
  transition: all 0.1s ease-in;
}
.topbar .cartconainer a.cart .counter {
  position: absolute;
  left: 28px;
  top: 6px;
  height: 18px;
  width: 18px;
  font-weight: 600;
  font-size: 11px;
  line-height: 17px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  background: #3695C7;
  border-radius: 99px;
}
.topbar .cartconainer a.cart .indicator {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 10px;
  transition: all 0.1s ease-in;
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-arrowdown-darkblue.svg?6ba519199e83928223a8c4d7add82e6a);
}
.topbar .cartconainer a.cart .indicator:before {
  transition: all 0.1s ease-in;
}
.topbar .cartconainer a.cart:hover {
  background-color: #fff;
  z-index: 22;
  border: 1px solid #DDDDDD;
}
.topbar .cartconainer.active a.cart {
  background-color: #fff;
  z-index: 22;
  border: 1px solid #DDDDDD;
  border-bottom: none;
}
.topbar .cartconainer.active a.cart .indicator {
  transform: rotate(180deg);
}
.topbar .cartconainer.active .cartcontent {
  display: block!important;
}
.topbar .cartconainer .cartcontent {
  display: none;
  position: absolute;
  width: 100%;
  right: 15px;
  top: -1px;
  max-width: 350px;
  z-index: 21;
  margin-top: 40px;
  background: #ffffff;
  border: 1px solid #DDDDDD;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 2px 30px 0 rgba(50, 50, 93, 0.3);
  padding: 15px 0;
  font-size: 14px;
  line-height: 18px;
  color: #37383A;
  letter-spacing: 0;
}
.topbar .cartconainer .cartcontent .row {
  margin: 3px 0;
}
.topbar .cartconainer .cartcontent h3 {
  font-size: 20px;
  color: #0C2353;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
}
.topbar .cartconainer .cartcontent h4 {
  font-size: 14px;
  color: #3695C7;
  letter-spacing: 0;
  margin: 0;
  font-weight: normal;
}
.topbar .cartconainer .cartcontent strong {
  font-weight: 600;
}
.topbar .cartconainer .cartcontent .montage {
  vertical-align: middle;
  line-height: 14px;
}
.topbar .cartconainer .cartcontent .montage input {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.topbar .cartconainer .cartcontent .line {
  display: inline-block;
  width: 100%;
  background-color: #DDDDDD;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  margin: 10px 0;
}
.topbar .cartconainer .cartcontent .subtext {
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  letter-spacing: 0;
}
.topbar .cartconainer .cartcontent .gratis {
  font-weight: 600;
  color: #239E13;
}
.topbar .cartconainer .cartcontent .totaal {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  color: #37383A;
  letter-spacing: 0;
  padding-top: 15px;
}
.topbar .cartconainer .cartcontent .totaal small {
  display: none;
}
.topbar .cartconainer .cartcontent .wijziglink {
  display: inline-block;
  font-size: 14px;
  color: #0190E2;
  letter-spacing: 0;
  text-align: right;
  text-decoration: none;
  margin-right: 10px;
}
.topbar .cartconainer .cartcontent .wijziglink:hover {
  text-decoration: underline;
}
.topbar .cartconainer .cartcontent a.btn-yellow {
  font-size: 14px;
  line-height: 18px;
  padding-top: 11px!important;
  padding-bottom: 11px!important;
}
@media (max-width: 1200px) {
  .topbar .center {
    margin-left: 20px;
  }
}
@media (max-width: 1200px) {
  .topbar {
    position: absolute;
    top: -200px;
    z-index: 22;
  }
  .topbar .center {
    display: none;
  }
  .topbar a.cart {
    display: block;
    position: fixed;
    margin: 0;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 22;
  }
  .topbar a.cart .counter {
    top: 14px;
    right: 5px;
  }
}
.mainbar {
  background: #FFFFFF;
  position: relative;
  z-index: 20;
  margin-bottom: -15px;
  vertical-align: top;
}
.mainbar a.logo {
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin-bottom: -25px;
  width: 154px;
  height: 92px;
  z-index: 22;
  background-position: center;
  background-size: 154px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-logo-v2.gif?96880b7afc3245577cb414df93a42466);
}
.mainbar nav {
  vertical-align: top;
  display: inline-block;
}
.mainbar nav.mobmenu {
  display: none;
}
.mainbar nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.mainbar nav ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
}
.mainbar nav ul li.child-active a {
  color: #3695C7;
}
.mainbar nav ul li a {
  font-size: 20px;
  line-height: 20px;
  color: #0C2353;
  letter-spacing: 0;
  padding: 24px 18px;
  text-decoration: none;
  border-right: 1px solid #F2F5F6;
}
.mainbar nav ul li a.blue {
  color: #3695C7;
}
.mainbar nav ul li a:hover {
  text-decoration: underline;
  text-decoration-color: #3695C7;
}
.mainbar nav ul li a.active {
  color: #3695C7;
}
.mainbar nav ul li.hassub > a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-left: 5px;
  background-position: center right;
  background-size: 12px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-dropdown-blue.svg?3e1baa2e7ff50ecd6b7bebabceccd3ae);
}
.mainbar nav ul li.hassub.active .submenu {
  display: block!important;
}
.mainbar nav ul li.hassub .submenu {
  display: none;
  position: absolute;
  z-index: 11;
  top: 68px;
  left: 0;
  right: 0;
}
.mainbar nav ul li.hassub .submenu .row .col-12 {
  background-color: #fff;
}
.mainbar nav ul li.hassub .submenu .row .col-12:first-of-type {
  padding-left: 0;
  margin-left: 15px;
}
.mainbar nav ul li.hassub .submenu .blueside {
  position: relative;
  background-color: #0C2353;
  padding: 30px;
}
.mainbar nav ul li.hassub .submenu .blueside a.veiligthuis {
  display: inline-block;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-decoration: underline;
  border: 0;
  width: 100%;
  padding: 10px 0;
  background-position: center right;
  background-size: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-arrow-white.svg?4e8cd06cabf04442ac055187d1cdf74e);
}
.mainbar nav ul li.hassub .submenu .blueside a.veiligthuis:hover {
  text-decoration: none;
}
.mainbar nav ul li.hassub .submenu .blueside p {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 22px;
}
.mainbar nav ul li.hassub .submenu .blueside img {
  width: 100%;
}
.mainbar nav ul li.hassub .submenu .blueside a.btn {
  color: #ffffff;
  margin-top: 10px;
  padding: 7px 50px 7px 20px;
  border: 0;
}
.mainbar nav ul li.hassub .submenu .lightside .title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  margin: 34px 0 5px 0;
  font-size: 22px;
  color: #0C2353;
  letter-spacing: 0;
}
.mainbar nav ul li.hassub .submenu .lightside .title .lightblue {
  color: #3695C7;
}
.mainbar nav ul li.hassub .submenu .lightside a {
  border: 0;
}
.mainbar nav ul li.hassub .submenu .lightside .biglinks li {
  width: 100%;
}
.mainbar nav ul li.hassub .submenu .lightside .biglinks li a {
  display: inline-block;
  width: 100%;
  padding: 22px 0;
  font-size: 22px;
  color: #0C2353;
  letter-spacing: 0;
  line-height: 22px;
  padding-right: 40px;
  background-position: center right 20px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49);
}
.mainbar nav ul li.hassub .submenu .lightside .biglinks li a span {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #3695C7;
  letter-spacing: 0;
}
.mainbar nav ul li.hassub .submenu .lightside .biglinks li a:hover {
  text-decoration: underline;
  text-decoration-color: #3695C7;
}
.mainbar nav ul li.hassub .submenu .lightside .biglinks li a:hover span {
  text-decoration: underline;
}
.mainbar nav ul li.hassub .submenu .lightside a {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  font-size: 18px;
  color: #0C2353;
  letter-spacing: 0;
}
.mainbar nav ul li.hassub .submenu .lightside a:hover {
  text-decoration: underline;
  text-decoration-color: #3695C7;
}
.mainbar nav ul li.hassub .submenu .lightside a:hover span {
  text-decoration: underline;
}
.mainbar nav ul li.hassub .submenu.webshop {
  padding: 0px 15px 30px 15px;
  background-color: #fff;
}
.mainbar nav ul li.hassub .submenu.webshop .row .col-12:first-of-type {
  padding-left: 15px;
  margin-left: 0;
}
.mainbar nav ul li.hassub .submenu.webshop .lightside ul li {
  display: inline-block;
  width: 100%;
}
.mainbar nav ul li.hassub .submenu.webshop .lightside a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  line-height: normal;
  margin: 34px 0 5px 0;
  display: inline-block;
  width: 100%;
  font-size: 22px;
  line-height: 18px;
  color: #0C2353;
  padding: 5px 0;
}
.mainbar nav ul li.hassub .submenu.webshop .lightside ul.sub-menu a {
  font-weight: 400;
  margin: 0;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  color: #3595C7;
  padding: 5px 0;
}
.mainbar nav.checks {
  vertical-align: middle;
  text-align: center;
  padding: 36px;
}
.mainbar nav.checks ul {
  vertical-align: middle;
}
.mainbar nav.checks ul li {
  vertical-align: middle;
  font-size: 14px;
  color: #0C2353;
  letter-spacing: 0;
  line-height: 14px;
  padding-right: 30px;
  padding-left: 20px;
  background-position: center left;
  background-size: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-check.svg?97748036b7b33a3f323deb7e39e70215);
}
.mainbar .webwinkel-keur {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 116px;
  height: 100%;
  background-position: center;
  background-size: 115.5px;
  background-repeat: no-repeat;
  background-image: url(../images/logo-webwinkelkeur.svg?026d0561381d88b93937919fe723eb80);
}
@media (max-width: 991px) {
  .mainbar a.logo {
    width: 140px;
    height: 80px;
    margin-left: -15px;
    background-size: 140px;
  }
  .mainbar nav {
    position: absolute;
    left: 140px;
    top: 0;
  }
  .mainbar nav ul li a {
    padding: 22.5px 10px;
  }
}
@media (max-width: 1200px) {
  .mainbar .mobmenu-trigger {
    display: block;
    cursor: pointer;
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 60px;
    z-index: 22;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    background-position: center left 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-image: url(../images/icon-mobmenu.svg?bbc39d9eeab7e1c66c0a93a47e268ac4);
  }
  .mainbar a.logo {
    position: fixed;
    left: 50%;
    margin-left: -70px;
    top: 0;
  }
  .mainbar nav {
    display: none;
  }
  .mainbar nav.mobmenu {
    display: block!important;
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    max-height: 100%;
    overflow: scroll;
    transition: all 0.1s ease-in;
    background-color: #ffffff;
    z-index: 30;
    box-shadow: 0 2px 30px 0 rgba(50, 50, 93, 0.3);
  }
  .mainbar nav.mobmenu:before {
    transition: all 0.1s ease-in;
  }
  .mainbar nav.mobmenu.active {
    top: 0;
  }
  .mainbar nav.mobmenu .topper {
    display: inline-block;
    width: 100%;
    height: 60px;
    background-position: center left 18px;
    background-size: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/icon-close.svg?bf4658ab9e948e65025cf1e28941b935);
    background-color: #FFFFFF;
    box-shadow: inset 0 -1px 0 0 #DDDDDD;
  }
  .mainbar nav.mobmenu .topper span {
    display: inline-block;
    padding: 21px 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #0C2353;
    text-transform: uppercase;
  }
  .mainbar nav.mobmenu ul li {
    display: inline-block;
    width: 100%;
  }
  .mainbar nav.mobmenu ul li a {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    color: #0C2353;
    letter-spacing: 0;
    padding: 18px 25px;
    background-position: center right 25px;
    background-size: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49);
  }
  .mainbar nav.mobmenu ul li.tel {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
  }
  .mainbar nav.mobmenu ul li.tel a {
    padding-left: 55px;
    background-position: center left 25px ;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url(../images/icon-tel.svg?da286eef8c430501017018f31d2fe290);
  }
  .mainbar nav.mobmenu ul li.search {
    box-sizing: border-box;
  }
  .mainbar nav.mobmenu ul li.search input[type="search"] {
    display: block;
    width: 70%;
    border: 0;
    padding: 18px;
    padding-left: 55px;
    box-sizing: border-box;
    background-position: center left 30px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-image: url(../images/icon-search.svg?0cf231c4f595ea7b3d455a71442b98e2);
  }
  .mainbar nav.mobmenu ul li.webshop a {
    color: #3695C7;
    background-image: url(../images/icon-arrow-lightblue.svg?4468f9b6fa1e0e2d5bc1ee87fd98a900);
  }
  .mainbar nav.mobmenu ul li.webshop .sub-menu {
    display: none !important;
  }
  .mainbar nav.mobmenu ul li.keurmerken {
    padding: 10px 25px;
    text-align: center;
  }
  .mainbar nav.mobmenu ul li.keurmerken img {
    display: inline-block;
    margin-right: 5px;
  }
  .mainbar nav.mobmenu ul li.keurmerken img:last-child {
    margin-right: 0;
  }
  .mainbar nav.mobmenu ul li ul.biglinks li a {
    font-size: 20px;
    color: #0C2353;
    letter-spacing: 0;
    line-height: 22px;
    background-position: bottom 18px right 25px;
  }
  .mainbar nav.mobmenu ul li ul.biglinks li a span {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #3695C7;
    letter-spacing: 0;
  }
  .mainbar nav.mobmenu ul li.hassub {
    position: relative;
    background-image: url(../images/icon-plus.svg?338b965e454049fa208d8408cbbc498c);
    background-position: top 20px right 25px;
    background-size: 14px;
    background-repeat: no-repeat;
  }
  .mainbar nav.mobmenu ul li.hassub .subsubtrigger,
  .mainbar nav.mobmenu ul li.hassub .subtrigger {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    z-index: 6;
  }
  .mainbar nav.mobmenu ul li.hassub .submenu,
  .mainbar nav.mobmenu ul li.hassub .sub-menu {
    display: none!important;
  }
  .mainbar nav.mobmenu ul li.hassub a {
    background-image: none;
    border: 0;
    display: inline-block;
    width: calc(100% - 60px);
  }
  .mainbar nav.mobmenu ul li.hassub a:after {
    display: none!important;
  }
  .mainbar nav.mobmenu ul li.hassub.active {
    display: block!important;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 10px;
    background-image: url(../images/icon-minus.svg?06b6dc722857c88344cd2321c5fd1468);
    background-position: top 26px right 25px;
  }
  .mainbar nav.mobmenu ul li.hassub.active .submenu {
    display: block!important;
  }
  .mainbar nav.mobmenu ul li.hassub.active .submenu ul li a {
    font-size: 20px;
    color: #0C2353;
    letter-spacing: 0;
    line-height: 22px;
    padding-left: 45px;
    background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49);
  }
  .mainbar nav.mobmenu ul li.hassub.active .submenu ul li.hassub {
    position: relative;
    background-image: url(../images/icon-plus.svg?338b965e454049fa208d8408cbbc498c);
    background-position: top 20px right 25px;
    background-size: 14px;
    background-repeat: no-repeat;
  }
  .mainbar nav.mobmenu ul li.hassub.active .submenu ul li.hassub .submenu {
    display: none!important;
  }
  .mainbar nav.mobmenu ul li.hassub.active .submenu ul li.hassub a {
    background-image: none;
    border: 0;
    display: inline-block !important;
    width: calc(100% - 60px);
  }
  .mainbar nav.mobmenu ul li.hassub.active .submenu ul li.hassub a:after {
    display: none!important;
  }
  .mainbar nav.mobmenu ul li.hassub.active .submenu ul li.hassub.active {
    display: block!important;
    border-bottom: 1px solid #DDDDDD;
    border: 0!important;
    background-image: url(../images/icon-minus.svg?06b6dc722857c88344cd2321c5fd1468);
    background-position: top 26px right 25px;
  }
  .mainbar nav.mobmenu ul li.hassub.active .submenu ul li.hassub.active .submenu {
    display: block!important;
  }
  .mainbar nav.mobmenu ul li.hassub.active .submenu ul li.hassub.active .submenu ul li a {
    width: 100%;
    color: #0C2353;
    letter-spacing: 0;
    background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49);
    background-size: 10px;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 25px 10px 60px;
  }
  .mainbar nav.mobmenu ul li .submenu {
    position: relative;
    display: inline-block;
    width: 100%;
    top: 0;
  }
}
.home-header {
  position: relative;
  margin-bottom: 40px;
  max-width: 1440px;
  overflow: hidden;
}
.home-header .bgimages {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-header .bgimages .coverpiece {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 45px;
  z-index: 3;
  background-image: url(../images/bg-coverpiece.svg?776d6bab25740c195650e349d87fad0e);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.home-header .bgimages .bgimage {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1px;
  overflow: hidden;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
.home-header .bgimages .bgimage.active {
  opacity: 1;
}
.home-header .headercontainer {
  position: relative;
  padding: 120px 0;
}
.home-header .headercontainer .breadrumb {
  position: relative;
  z-index: 4;
  left: 0;
  margin-top: -70px;
  margin-bottom: 70px;
  font-size: 16px;
  color: #3695C7;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .home-header .headercontainer .breadrumb {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.home-header .headercontainer .breadrumb a {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-decoration: none;
}
.home-header .headercontainer .breadrumb a:hover {
  text-decoration: underline;
}
.home-header .headercontainer .headercontent {
  position: relative;
  z-index: 4;
}
.home-header .headercontainer .headercontent h1 {
  font-size: 48px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 56px;
}
.home-header .headercontainer .headercontent a {
  color: #fff;
  text-decoration: underline;
}
.home-header .headercontainer .headercontent a.btn {
  text-decoration: none;
}
.home-header .headercontainer .headercontent p {
  font-size: 28px;
  line-height: 36px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.home-header .headercontainer .headercontent p.small {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 0;
}
.home-header .headercontainer .adviesgesprek {
  position: absolute;
  z-index: 4;
  bottom: -15px;
  right: 0;
  width: 255px;
  font-weight: 600;
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 38px;
  text-decoration: none;
  padding: 50px 30px 90px 30px;
  background: #3695C7;
  box-shadow: 0 2px 60px 0 rgba(50, 50, 93, 0.2);
  border-radius: 3px;
  cursor: pointer;
}
.home-header .headercontainer .adviesgesprek::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 12px;
  margin-left: 10px;
  background-image: url(../images/icon-longarrow-white.svg?0585186fd4b8a15a6d2c3ce2f1bc5633);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.1s ease-in;
}
.home-header .headercontainer .adviesgesprek::after:before {
  transition: all 0.1s ease-in;
}
.home-header .headercontainer .adviesgesprek:hover {
  text-decoration: underline;
}
.home-header .headercontainer .adviesgesprek:hover:after {
  margin-left: 15px;
  margin-right: -5px;
}
.home-header.header-smaller .headercontainer {
  padding-top: 50px;
}
.home-header.header-smaller .headercontainer .breadrumb {
  margin: 0;
  margin-left: -15px;
}
.home-header.header-smaller .headercontainer h1 {
  font-size: 48px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 56px;
}
.home-header.header-smaller .headercontainer p {
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.home-header.header-webshop-categorie {
  background-color: #0C2353;
}
.home-header.header-webshop-categorie .headercontainer {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .home-header.header-webshop-categorie .headercontainer {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .home-header.header-webshop-categorie .headercontainer .headercontent {
    padding: 0;
  }
  .home-header.header-webshop-categorie .headercontainer .headercontent h1 {
    margin-bottom: 0;
  }
}
.home-header.header-webshop-categorie .headercontainer h1 {
  margin-top: 30px;
  font-size: 34px;
  line-height: normal;
  color: #3695C7;
  letter-spacing: 0;
}
.home-header.header-webshop-categorie .headercontainer p {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 26px;
}
@media (max-width: 767px) {
  .home-header .headercontainer {
    margin-top: 75px;
    margin-bottom: 20px;
    padding: 0;
  }
  .home-header .headercontainer .headercontent {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-header .headercontainer .headercontent h1 {
    font-size: 38px;
    line-height: 46px;
  }
  .home-header .headercontainer .headercontent p {
    font-size: 20px;
    line-height: normal;
  }
}
.fallbackimage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#headervideo .videoheaderoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
}
#headervideo .videoheaderoverlay.opacity01 {
  background-color: rgba(0, 0, 0, 0.1);
}
#headervideo .videoheaderoverlay.opacity02 {
  background-color: rgba(0, 0, 0, 0.2);
}
#headervideo .videoheaderoverlay.opacity03 {
  background-color: rgba(0, 0, 0, 0.3);
}
#headervideo .videoheaderoverlay.opacity04 {
  background-color: rgba(0, 0, 0, 0.4);
}
#headervideo .videoheaderoverlay.opacity05 {
  background-color: rgba(0, 0, 0, 0.5);
}
#headervideo .videoheaderoverlay.opacity06 {
  background-color: rgba(0, 0, 0, 0.6);
}
#headervideo .videoheaderoverlay.opacity07 {
  background-color: rgba(0, 0, 0, 0.7);
}
#headervideo .videoheaderoverlay.opacity08 {
  background-color: rgba(0, 0, 0, 0.8);
}
#headervideo .videoheaderoverlay.opacity09 {
  background-color: rgba(0, 0, 0, 0.9);
}
.header-checkbox {
  position: relative;
  z-index: 4;
  display: inline-block;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 30px 0 rgba(50, 50, 93, 0.25);
  border-radius: 3px;
}
.header-checkbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-checkbox ul li {
  padding-left: 30px;
  list-style: none;
  font-weight: 600;
  font-size: 18px;
  color: #0C2353;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
  background-image: url(../images/icon-check.svg?97748036b7b33a3f323deb7e39e70215);
  background-position: top 3px left;
  background-repeat: no-repeat;
  background-size: 20px;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .header-checkbox {
    box-shadow: none;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #headervideo .fallbackimage {
    background-image: none!important;
  }
}
footer {
  background-color: #F2F5F6;
}
footer a.logo {
  display: inline-block;
  width: 154px;
  height: 92px;
  background-position: center;
  background-size: 154px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-logo-v2.gif?96880b7afc3245577cb414df93a42466);
}
footer p {
  margin-top: 0;
  font-size: 15px;
  color: #37383A;
  line-height: 24px;
}
footer p.title {
  font-size: 15px;
  color: #0E2452;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 20px;
}
footer p.title.lightblue {
  color: #3695C7;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li a {
  font-size: 15px;
  color: #37383A;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
}
footer ul li a:hover {
  text-decoration: underline;
}
.underfooter {
  padding: 15px 0 5px 0;
  font-size: 13px;
  color: #111111;
  letter-spacing: 0;
  line-height: 24.98px;
}
.underfooter .footerlinks {
  display: inline-block;
  margin: 10px 0;
}
.underfooter img {
  display: inline-block;
  margin: 0 0 0 20px;
}
.underfooter .flr {
  display: block;
  float: right;
}
.underfooter .fll {
  display: block;
  float: left;
}
@media (max-width: 767px) {
  .underfooter {
    text-align: center;
  }
  .underfooter .footerlinks {
    text-align: center;
  }
  .underfooter .flr,
  .underfooter .fll {
    display: inline-block;
    float: inherit;
  }
}
.wpforms-container label.wpforms-error {
  display: none !important;
}
.wpcf7-not-valid {
  border-color: red !important;
}
.formulier {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
.formulier .inputname {
  font-size: 16px;
  color: #37383A;
  letter-spacing: 0;
  line-height: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.formulier .radiolabel {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #37383A;
  letter-spacing: 0;
  vertical-align: middle;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.formulier .radiolabel a {
  color: #3695C7;
  text-decoration: none;
}
.formulier .radiolabel a:hover {
  text-decoration: underline;
}
.formulier input,
.formulier textarea {
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding: 11px 8px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #000;
}
.formulier input::-webkit-input-placeholder,
.formulier textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6F6F6F;
}
.formulier input::-moz-placeholder,
.formulier textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #6F6F6F;
}
.formulier input:-ms-input-placeholder,
.formulier textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #6F6F6F;
}
.formulier input:-moz-placeholder,
.formulier textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #6F6F6F;
}
.formulier input[type=radio],
.formulier textarea[type=radio],
.formulier input[type=checkbox],
.formulier textarea[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.formulier input[type=submit],
.formulier textarea[type=submit] {
  background: #3695C7;
  box-shadow: 0 2px 3px 0 rgba(50, 50, 93, 0.15);
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  max-width: 192px;
  margin-top: 20px;
  padding-right: 45px;
  background-position: center right 30px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-arrow-white.svg?4e8cd06cabf04442ac055187d1cdf74e);
  transition: all 0.1s ease-in;
}
.formulier input[type=submit]:before,
.formulier textarea[type=submit]:before {
  transition: all 0.1s ease-in;
}
.formulier input[type=submit]:hover,
.formulier textarea[type=submit]:hover {
  text-decoration: underline;
  background-position: center right 25px;
}
.formulier textarea {
  min-height: 80px;
}
.formulier .error .inputname {
  color: red;
}
.formulier .error input {
  color: red;
  border: 1px solid red;
}
.formulier .error input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: red;
}
.formulier .error input::-moz-placeholder {
  /* Firefox 19+ */
  color: red;
}
.formulier .error input:-ms-input-placeholder {
  /* IE 10+ */
  color: red;
}
.formulier .error input:-moz-placeholder {
  /* Firefox 18- */
  color: red;
}
.webshop-slider a.slide {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  z-index: 1;
}
.webshop-slider a.slide div.slidecontent {
  display: inline-block;
  text-align: center;
  min-width: 160px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E6E9E9;
  border-radius: 3px;
  padding: 10px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .webshop-slider a.slide div.slidecontent {
    overflow: hidden;
  }
}
.webshop-slider a.slide div.slidecontent .image {
  display: inline-block;
  width: 100%;
  height: 72px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.8;
  transition: all 0.1s ease-in;
}
.webshop-slider a.slide div.slidecontent .image:before {
  transition: all 0.1s ease-in;
}
@media (max-width: 767px) {
  .webshop-slider a.slide div.slidecontent .image {
    height: 45px;
    float: left;
    vertical-align: middle;
    width: 30%;
  }
}
.webshop-slider a.slide div.slidecontent span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  color: #0C2353;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
}
@media (max-width: 767px) {
  .webshop-slider a.slide div.slidecontent span {
    float: left;
    vertical-align: middle;
    width: 70%;
    margin-top: 9px;
    font-size: 15px;
    color: #0C2353;
    letter-spacing: 0;
    text-align: center;
    line-height: 25px;
  }
}
.webshop-slider a.slide div.slidecontent:hover .image {
  opacity: 1;
}
.webshop-slider a.slide div.slidecontent:hover span {
  text-decoration: underline;
}
.webshop-slider button.slick-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 0;
  width: 42px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icon-button-next.svg?5d796bdf0ee774529e655b450c595396);
  opacity: 0.8;
  transition: all 0.1s ease-in;
}
.webshop-slider button.slick-arrow:after,
.webshop-slider button.slick-arrow:before {
  display: none!important;
}
.webshop-slider button.slick-arrow:before {
  transition: all 0.1s ease-in;
}
.webshop-slider button.slick-arrow:hover {
  opacity: 1;
}
.webshop-slider button.slick-arrow.slick-prev {
  transform: rotate(180deg);
  margin-top: -20px;
  left: 0;
}
@media (max-width: 767px) {
  .webshop-slider button.slick-arrow {
    display: none!important;
  }
}
.home-blok1 .blokitem {
  position: relative;
  width: 100%;
  height: 331px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-blok1 .blokitem div {
  position: absolute;
  padding: 26px 30px 26px 100px;
  width: 330px;
  bottom: -20px;
  left: 50%;
  margin-left: -165px;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 49px;
  font-weight: 600;
  text-decoration: none;
  background-position: center left 30px;
  background-size: 45px;
  background-repeat: no-repeat;
  box-shadow: 0 2px 30px 0 rgba(50, 50, 93, 0.3);
  border-radius: 3px;
}
.home-blok1 .blokitem div:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 12px;
  margin-left: 25px;
  transition: all 0.1s ease-in;
  background-position: center;
  background-size: 28px;
  background-repeat: no-repeat;
}
.home-blok1 .blokitem div:after:before {
  transition: all 0.1s ease-in;
}
.home-blok1 .blokitem div.btn-mijnwoning {
  background-color: #3695C7;
  color: #fff;
  background-image: url(../images/icon-mijnwoning.svg?9f793b54b7c94ed5b2503a9895e94565);
}
.home-blok1 .blokitem div.btn-mijnwoning:after {
  background-image: url(../images/icon-longarrow-white.svg?0585186fd4b8a15a6d2c3ce2f1bc5633);
}
.home-blok1 .blokitem div.btn-mijnbedrijf {
  background-color: #ffffff;
  color: #0C2353;
  background-image: url(../images/icon-mijnbedrijf.svg?81cc29e37b8591234200125eecdbfb77);
}
.home-blok1 .blokitem div.btn-mijnbedrijf:after {
  background-image: url(../images/icon-longarrow-blue.svg?7ad5619b77bd971ed66d837bb8dc4fbb);
}
.home-blok1 .blokitem:hover div {
  text-decoration: underline;
}
.home-blok1 .blokitem:hover div:after {
  margin-left: 30px;
  margin-right: -5px;
}
@media (max-width: 767px) {
  .home-blok1 .blokitem {
    height: 220px;
    margin-bottom: 40px;
  }
  .home-blok1 .blokitem div {
    position: absolute;
    bottom: -20px;
    left: 0 !important;
    width: 100% !important;
    text-align: center;
    background-size: 32px;
    padding: 20px 30px 20px 60px;
    width: 330px;
    margin: 0 auto;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px;
  }
  .home-blok1 .blokitem div:after {
    margin-left: 10px;
    background-size: 14px;
    width: 14px;
  }
  .home-blok1 .blokitem div.btn-mijnbedrijf:after {
    background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49);
  }
  .home-blok1 .blokitem div.btn-mijnwoning:after {
    background-image: url(../images/icon-arrow-white.svg?4e8cd06cabf04442ac055187d1cdf74e);
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  .home-blok1 .blokitem div {
    width: 100% !important;
    left: 0;
    margin-left: 0;
  }
}
.home-blok2 .blokitem {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #E6E9E9;
  border-radius: 3px;
  text-decoration: none;
}
.home-blok2 .blokitem .image {
  display: block;
  width: 100%;
  height: 110px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-blok2 .blokitem .fakelink {
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  font-size: 18px;
  color: #0C2353;
  letter-spacing: 0;
  line-height: 22px;
  text-decoration: none;
}
.home-blok2 .blokitem:hover .fakelink {
  text-decoration: underline;
}
.home-blok3 {
  background-color: #F2F5F6;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .home-blok3 ul.usps {
    position: relative;
    z-index: 2;
    margin-top: 20px;
  }
  .home-blok3 ul.usps li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .home-blok3 .mobalter {
    margin-top: -70px;
    z-index: 1;
  }
}
.home-blok4 .coverpiece {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 45px;
  z-index: 2;
  background-image: url(../images/bg-coverpiece.svg?776d6bab25740c195650e349d87fad0e);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.home-blok4 .blokitem {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-blok4 .blokitem div {
  position: absolute;
  padding: 17px 20px;
  width: 330px;
  bottom: -20px;
  left: 50%;
  margin-left: -165px;
  font-size: 18px;
  color: #3695C7;
  letter-spacing: 0;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 30px 0 rgba(50, 50, 93, 0.3);
  border-radius: 3px;
  background-color: #ffffff;
  max-width: 100%;
}
.home-blok4 .blokitem div.with-icon {
  padding-left: 75px;
}
.home-blok4 .blokitem div .icon {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  max-width: 50px;
  max-height: 50px;
}
@media (max-width: 400px) {
  .home-blok4 .blokitem div {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
.home-blok4 .blokitem div span {
  display: inline-block;
  width: 100%;
  font-size: 26px;
  color: #0C2353;
  letter-spacing: 0;
  line-height: 22px;
}
.home-blok4 .blokitem div:after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 28px;
  height: 12px;
  transition: all 0.1s ease-in;
  background-position: center;
  background-size: 28px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-longarrow-blue.svg?7ad5619b77bd971ed66d837bb8dc4fbb);
}
.home-blok4 .blokitem div:after:before {
  transition: all 0.1s ease-in;
}
.home-blok4 .blokitem:hover div {
  text-decoration: underline;
}
.home-blok4 .blokitem:hover div span {
  text-decoration: underline;
}
.home-blok4 .blokitem:hover div:after {
  right: 25px;
}
.home-blok5 .beoordeling {
  display: inline-block;
  margin-top: 12px;
}
.home-blok5 .beoordeling .stars {
  display: inline-block;
}
.home-blok5 .beoordeling .stars .star {
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/icon-star-empty.svg?e896a3df32e3ad057f683b4b31b22da2);
}
.home-blok5 .beoordeling .stars .star.filled {
  background-image: url(../images/icon-star-filled.svg?8ebd4bdafb08ccf41852df67ccf8ece3);
}
.home-blok5 .beoordeling .stars .star.filled-half {
  background-image: url(../images/icon-star-filled-half.svg?ff71fdb89f7de04408dd1398cbd6959e);
}
.home-blok5 .beoordeling .stars .aantal {
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  text-align: right;
}
.home-blok5 .beoordeling .cijfer {
  display: inline-block;
  font-weight: 600;
  font-size: 21px;
  color: #000000;
  letter-spacing: 0;
  text-align: right;
  line-height: 16px;
  vertical-align: top;
  padding: 7px;
}
.home-blok5 .blokitem {
  background: #FFFFFF;
  box-shadow: 0 2px 30px 0 rgba(50, 50, 93, 0.15);
  border-radius: 3px;
  padding: 30px;
  margin: 20px 0 40px;
}
.home-blok5 .blokitem .naam {
  display: inline-block;
  font-size: 15px;
  color: #111111;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 600;
}
.home-blok5 .blokitem .date {
  display: inline-block;
  font-size: 15px;
  color: #111111;
  letter-spacing: 0;
  text-align: right;
  line-height: 24px;
}
.home-blok5 .blokitem .beoordeling {
  margin-top: 6px;
}
.home-blok5 .blokitem .beoordeling .stars .star {
  width: 20px;
  height: 20px;
}
.home-blok5 .blokitem .beoordeling .cijfer {
  padding: 3px 7px;
  font-weight: normal;
  font-size: 18px;
  color: #111111;
  letter-spacing: 0;
}
.home-blok5 .blokitem .title {
  font-size: 18px;
  color: #111111;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: bold;
}
.home-blok5 .blokitem .punten .opvallende {
  font-size: 14px;
  color: #5185F7;
  letter-spacing: 0;
  font-weight: normal;
  text-align: left;
  margin: 0;
}
.home-blok5 .blokitem .punten p {
  font-size: 15px;
  color: #111111;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 767px) {
  .home-blok5 .blokitem {
    margin-bottom: 0;
  }
}
.home-blok6 {
  background-color: #0E2452;
}
.home-blok6 .imagecontainer {
  display: inline-block;
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-blok6 .imagecontainer .contentcontainer {
  display: inline-block;
  padding: 113px 95px 140px 95px;
}
.home-blok6 .imagecontainer .contentcontainer h2 {
  font-size: 34px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0;
}
.home-blok6 .imagecontainer .contentcontainer .btn {
  margin-top: 30px;
}
.home-blok6 .imagecontainer .beoordelingcontainer {
  position: absolute;
  right: 95px;
  bottom: 84px;
  width: 250px;
  text-align: right;
}
.home-blok6 .imagecontainer .beoordelingcontainer .beoordeling {
  display: inline-block;
  margin-top: 12px;
}
.home-blok6 .imagecontainer .beoordelingcontainer .beoordeling .stars {
  display: inline-block;
}
.home-blok6 .imagecontainer .beoordelingcontainer .beoordeling .stars .star {
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/icon-star-empty.svg?e896a3df32e3ad057f683b4b31b22da2);
}
.home-blok6 .imagecontainer .beoordelingcontainer .beoordeling .stars .star.filled {
  background-image: url(../images/icon-star-filled.svg?8ebd4bdafb08ccf41852df67ccf8ece3);
}
.home-blok6 .imagecontainer .beoordelingcontainer .beoordeling .stars .star.filled-half {
  background-image: url(../images/icon-star-filled-half.svg?ff71fdb89f7de04408dd1398cbd6959e);
}
.home-blok6 .imagecontainer .beoordelingcontainer .beoordeling .stars .aantal {
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: right;
}
.home-blok6 .imagecontainer .beoordelingcontainer .beoordeling .cijfer {
  display: inline-block;
  font-weight: 600;
  font-size: 21px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: right;
  line-height: 16px;
  vertical-align: top;
  padding: 7px;
}
@media (max-width: 767px) {
  .home-blok6 .imagecontainer .contentcontainer {
    padding: 60px 15px;
  }
  .home-blok6 .imagecontainer .contentcontainer h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .home-blok6 .imagecontainer .beoordelingcontainer {
    position: relative;
    display: inline-block;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
  }
}
.page-blok2 {
  background-color: #0E2452;
}
.page-blok2 .gform_wrapper .validation_error {
  display: none;
}
.page-blok2 .gform_body ul.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-blok2 .gform_body ul.gform_fields li {
  margin: 0;
  padding: 0;
}
.page-blok2 .gform_body ul.gform_fields .validation_error {
  display: none;
}
.page-blok2 .gform_body ul.gform_fields .gfield.gfield_error {
  color: red;
}
.page-blok2 .gform_body ul.gform_fields .gfield.gfield_error input {
  border: 1px solid red;
}
.page-blok2 .gform_body ul.gform_fields .gfield .gfield_label {
  font-weight: 600;
  font-size: 16px;
}
.page-blok2 .gform_body ul.gform_fields .gfield .validation_message {
  display: none;
}
.page-blok2 .imagecontainer {
  display: inline-block;
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-blok2 .imagecontainer .contentcontainer {
  display: inline-block;
  padding: 165px 95px 45px 95px;
}
.page-blok2 .imagecontainer .contentcontainer h2 {
  font-size: 34px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0;
}
.page-blok2 .imagecontainer .contentcontainer .btn {
  margin-top: 30px;
}
.page-blok2 .imagecontainer .beoordelingcontainer {
  position: relative;
  width: 100%;
  padding: 45px;
  text-align: center;
}
.page-blok2 .imagecontainer .beoordelingcontainer img {
  width: 107px;
  height: 30px;
}
.page-blok2 .imagecontainer .beoordelingcontainer .beoordeling {
  display: inline-block;
  margin-top: 12px;
}
.page-blok2 .imagecontainer .beoordelingcontainer .beoordeling .stars {
  display: inline-block;
}
.page-blok2 .imagecontainer .beoordelingcontainer .beoordeling .stars .star {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/icon-star-empty.svg?e896a3df32e3ad057f683b4b31b22da2);
}
.page-blok2 .imagecontainer .beoordelingcontainer .beoordeling .stars .star.filled {
  background-image: url(../images/icon-star-filled.svg?8ebd4bdafb08ccf41852df67ccf8ece3);
}
.page-blok2 .imagecontainer .beoordelingcontainer .beoordeling .stars .star.filled-half {
  background-image: url(../images/icon-star-filled-half.svg?ff71fdb89f7de04408dd1398cbd6959e);
}
.page-blok2 .imagecontainer .beoordelingcontainer .beoordeling .stars .aantal {
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: right;
}
.page-blok2 .imagecontainer .beoordelingcontainer .beoordeling .cijfer {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  vertical-align: top;
  font-size: 15.75px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: right;
  line-height: 16px;
  margin-top: -4px;
  padding: 7px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .page-blok2 .imagecontainer .contentcontainer {
    padding: 60px 15px;
  }
  .page-blok2 .imagecontainer .contentcontainer h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .page-blok2 .imagecontainer .beoordelingcontainer {
    position: relative;
    display: inline-block;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
  }
}
.page-blok2 span.check {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: right;
  padding-left: 20px;
  background-position: center left;
  background-size: 13px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-check-green.svg?c848321a1dd017c3b2e0a7cecd0af257);
}
.page-blok2 form input[type="radio"] {
  margin-right: 5px;
}
.page-blok2 form h5 {
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-blok2 form p:not(.h2) {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.page-blok2 form label {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-right: 20px;
}
.page-blok2 form input[type=radio] {
  margin-bottom: 20px;
}
.page-blok2 form input[type=text],
.page-blok2 form input[type=email],
.page-blok2 form input[type=tel],
.page-blok2 form textarea {
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  font-size: 16px;
  padding: 10px;
  color: #000;
  margin-bottom: 20px;
}
.page-blok2 form input[type=text]::-webkit-input-placeholder,
.page-blok2 form input[type=email]::-webkit-input-placeholder,
.page-blok2 form input[type=tel]::-webkit-input-placeholder,
.page-blok2 form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6F6F6F;
}
.page-blok2 form input[type=text]::-moz-placeholder,
.page-blok2 form input[type=email]::-moz-placeholder,
.page-blok2 form input[type=tel]::-moz-placeholder,
.page-blok2 form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #6F6F6F;
}
.page-blok2 form input[type=text]:-ms-input-placeholder,
.page-blok2 form input[type=email]:-ms-input-placeholder,
.page-blok2 form input[type=tel]:-ms-input-placeholder,
.page-blok2 form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #6F6F6F;
}
.page-blok2 form input[type=text]:-moz-placeholder,
.page-blok2 form input[type=email]:-moz-placeholder,
.page-blok2 form input[type=tel]:-moz-placeholder,
.page-blok2 form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #6F6F6F;
}
.page-blok2 form input[type=text].error,
.page-blok2 form input[type=email].error,
.page-blok2 form input[type=tel].error,
.page-blok2 form textarea.error,
.page-blok2 form input[type=text].wpcf7-not-valid,
.page-blok2 form input[type=email].wpcf7-not-valid,
.page-blok2 form input[type=tel].wpcf7-not-valid,
.page-blok2 form textarea.wpcf7-not-valid {
  color: #FF0000;
  border: 1px solid #FF0000;
}
.page-blok2 form input[type=text].error::-webkit-input-placeholder,
.page-blok2 form input[type=email].error::-webkit-input-placeholder,
.page-blok2 form input[type=tel].error::-webkit-input-placeholder,
.page-blok2 form textarea.error::-webkit-input-placeholder,
.page-blok2 form input[type=text].wpcf7-not-valid::-webkit-input-placeholder,
.page-blok2 form input[type=email].wpcf7-not-valid::-webkit-input-placeholder,
.page-blok2 form input[type=tel].wpcf7-not-valid::-webkit-input-placeholder,
.page-blok2 form textarea.wpcf7-not-valid::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FF0000;
}
.page-blok2 form input[type=text].error::-moz-placeholder,
.page-blok2 form input[type=email].error::-moz-placeholder,
.page-blok2 form input[type=tel].error::-moz-placeholder,
.page-blok2 form textarea.error::-moz-placeholder,
.page-blok2 form input[type=text].wpcf7-not-valid::-moz-placeholder,
.page-blok2 form input[type=email].wpcf7-not-valid::-moz-placeholder,
.page-blok2 form input[type=tel].wpcf7-not-valid::-moz-placeholder,
.page-blok2 form textarea.wpcf7-not-valid::-moz-placeholder {
  /* Firefox 19+ */
  color: #FF0000;
}
.page-blok2 form input[type=text].error:-ms-input-placeholder,
.page-blok2 form input[type=email].error:-ms-input-placeholder,
.page-blok2 form input[type=tel].error:-ms-input-placeholder,
.page-blok2 form textarea.error:-ms-input-placeholder,
.page-blok2 form input[type=text].wpcf7-not-valid:-ms-input-placeholder,
.page-blok2 form input[type=email].wpcf7-not-valid:-ms-input-placeholder,
.page-blok2 form input[type=tel].wpcf7-not-valid:-ms-input-placeholder,
.page-blok2 form textarea.wpcf7-not-valid:-ms-input-placeholder {
  /* IE 10+ */
  color: #FF0000;
}
.page-blok2 form input[type=text].error:-moz-placeholder,
.page-blok2 form input[type=email].error:-moz-placeholder,
.page-blok2 form input[type=tel].error:-moz-placeholder,
.page-blok2 form textarea.error:-moz-placeholder,
.page-blok2 form input[type=text].wpcf7-not-valid:-moz-placeholder,
.page-blok2 form input[type=email].wpcf7-not-valid:-moz-placeholder,
.page-blok2 form input[type=tel].wpcf7-not-valid:-moz-placeholder,
.page-blok2 form textarea.wpcf7-not-valid:-moz-placeholder {
  /* Firefox 18- */
  color: #FF0000;
}
.page-blok2 form input[type=submit],
.page-blok2 form button[type=submit] {
  transition: all 0.1s ease-in;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  border: 0;
  padding: 12px 45px 12px 22px;
  background: #3695C7;
  box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.15);
  border-radius: 4px;
  background-position: center right 22px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-arrow-white.svg?4e8cd06cabf04442ac055187d1cdf74e);
}
.page-blok2 form input[type=submit]:before,
.page-blok2 form button[type=submit]:before {
  transition: all 0.1s ease-in;
}
.page-blok2 form input[type=submit]:hover,
.page-blok2 form button[type=submit]:hover {
  color: #0E2452;
  background: #ffffff;
  background-position: center right 17px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49);
}
.iconitems-4 .background-container {
  background: #FFFFFF;
  box-shadow: 0 2px 30px 0 rgba(50, 50, 93, 0.2);
  border-radius: 3px;
  padding: 25px;
}
.iconitems-4 .background-container .blokitem {
  text-decoration: none;
}
.iconitems-4 .background-container .blokitem .image {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.iconitems-4 .background-container .blokitem .fakelink {
  display: inline-block;
  margin-left: 7px;
  font-size: 17px;
  color: #3695C7;
  letter-spacing: 0;
  line-height: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  transition: all 0.1s ease-in;
}
.iconitems-4 .background-container .blokitem .fakelink:before {
  transition: all 0.1s ease-in;
}
.iconitems-4 .background-container .blokitem:hover .fakelink {
  text-decoration: underline;
}
.onze-merken {
  vertical-align: middle;
}
.onze-merken h2 {
  font-size: 26px;
  color: #3695C7;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  margin: 0;
  margin-bottom: 20px;
}
.onze-merken .merk {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  padding: 10px 30px;
}
.onze-merken .merk img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.webshop-resultaten .resultaten {
  display: inline-block;
  font-size: 16px;
  line-height: 34px;
  color: #0C2353;
  letter-spacing: 0;
  padding: 5px 0;
}
.webshop-resultaten .sorteer label {
  display: inline-block;
  font-size: 16px;
  color: #0C2353;
  letter-spacing: 0;
  padding: 5px 0;
}
.webshop-resultaten .sorteer label select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  margin-left: 10px;
  background: #FFFFFF;
  border: 1px solid #E6E9E9;
  border-radius: 3px;
  padding: 7px 40px 7px 15px;
  font-size: 16px;
  color: #0C2353;
  letter-spacing: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center right 18px;
  background-size: 8px;
  background-image: url(../images/icon-arrowdown-blue.svg?e35b1dee7bc45ab98460761b2b5fc73b);
}
@media (max-width: 767px) {
  .webshop-resultaten .sorteer label select {
    margin: 0;
  }
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item {
  margin-bottom: 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item {
    border: none;
    box-shadow: 0 -1px 0 0 #E6E9E9;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E6E9E9;
  border-radius: 3px;
  padding: 20px;
  padding-bottom: 62px;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 767px) {
  .webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container {
    padding-bottom: 20px;
    border: none;
  }
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .image {
  position: relative;
  display: block;
  height: 150px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
  }
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .image .label {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  padding: 3px 8px;
  background: #239E13;
  border-radius: 3px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .image .label {
    top: 15px;
    left: 15px;
  }
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .rating {
  display: inline-block;
  width: 100%;
  margin: 5px 0 0 0;
}
@media (max-width: 767px) {
  .webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .rating {
    padding-left: 43%;
  }
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .rating .star {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  background-image: url(../images/icon-star-grey.svg?4c5ce00de3303e9998baebf53d3f9851);
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .rating .star.filled {
  background-image: url(../images/icon-star-yellow.svg?0b398759fdf5e173d46749e055f835a5);
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .rating .aantal {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #0C2353;
  letter-spacing: 0;
  margin: 0 1px;
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container h2 {
  display: inline-block;
  font-size: 16px;
  color: #0C2353;
  letter-spacing: 0;
  line-height: 22px;
  margin: 3px 0;
}
@media (max-width: 767px) {
  .webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container h2 {
    padding-left: 43%;
  }
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .price {
  font-size: 22px;
  color: #3695C7;
  letter-spacing: 0;
  text-decoration: none;
}
@media (max-width: 767px) {
  .webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .price {
    padding-left: 43%;
  }
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .underprice {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0;
  margin: 5px 0;
}
@media (max-width: 767px) {
  .webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .underprice {
    padding-left: 43%;
  }
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .underprice .striketrough {
  color: #A3A3A3;
  text-decoration: line-through;
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .voorraad {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #239E13;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .voorraad {
    padding-left: 43%;
  }
}
@media (max-width: 767px) {
  .webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .voorraad {
    margin-bottom: 0;
  }
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .btn-section,
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .btn-lightbox {
  position: absolute;
  bottom: 20px;
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .btn-section .fakebtn,
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .btn-lightbox .fakebtn {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  padding: 11px 40px 11px 15px;
  background-size: 12px;
}
@media (max-width: 767px) {
  .webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .btn-section,
  .webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item .item-container .btn-lightbox {
    display: none;
  }
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item.afspraak-item .item-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item.afspraak-item .item-container {
    padding-bottom: 82px;
  }
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item.afspraak-item .item-container h2 {
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item.afspraak-item .item-container h2 {
    padding-left: 0;
  }
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item.afspraak-item .item-container p {
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item.afspraak-item .item-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item.afspraak-item .item-container ul li {
  margin: 0;
  padding: 0;
  padding-left: 18px;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-decoration: none;
  font-style: normal;
  background-position: top 4px left;
  background-size: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-check-green.svg?c848321a1dd017c3b2e0a7cecd0af257);
}
@media (max-width: 767px) {
  .webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item.afspraak-item .item-container .btn-section,
  .webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item.afspraak-item .item-container .btn-lightbox {
    display: block;
  }
}
.webshop-resultaten .webshop-resultaten-items .webshop-resultaten-item:hover h2 {
  text-decoration: none;
}
.webshop-resultaten .paginering {
  vertical-align: top;
}
.webshop-resultaten .paginering a.pagina {
  display: inline-block;
  padding: 0 15px;
  height: 40px;
  vertical-align: top;
  font-size: 16px;
  line-height: 40px;
  color: #3695C7;
  letter-spacing: 0;
  text-decoration: none;
}
.webshop-resultaten .paginering a.pagina.active {
  color: #0C2353;
}
.webshop-resultaten .paginering a.pagina:hover {
  text-decoration: underline;
}
.webshop-resultaten .paginering a.btn {
  vertical-align: top;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E6E9E9;
  border-radius: 4px;
  box-shadow: none;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49);
  background-size: 12px;
  transition: all 0.1s ease-in;
}
.webshop-resultaten .paginering a.btn:before {
  transition: all 0.1s ease-in;
}
.webshop-resultaten .paginering a.btn.prev {
  transform: rotate(-180deg);
}
.webshop-resultaten .paginering a.btn:hover {
  background-size: 12px!important;
  background-repeat: no-repeat !important;
  background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49) !important;
  background-position: center right 10px!important;
}
.webshop-productdetail h1 {
  font-size: 34px;
  color: #0C2353;
  letter-spacing: 0;
  margin-top: 0;
}
@media (max-width: 1023px) {
  .webshop-productdetail h1 {
    font-size: 26px;
    color: #0E2452;
    letter-spacing: 0;
    line-height: 32px;
  }
}
.webshop-productdetail .merk {
  display: inline-block;
  font-size: 14px;
  color: #37383A;
  letter-spacing: 0;
  margin-right: 15px;
}
.webshop-productdetail .merk a {
  color: #3695C7;
  text-decoration: none;
}
.webshop-productdetail .merk a:hover {
  text-decoration: underline;
}
.webshop-productdetail .rating {
  display: inline-block;
  margin: 5px 0 0 0;
  margin-left: 10px;
}
.webshop-productdetail .rating .star {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  background-image: url(../images/icon-star-grey.svg?4c5ce00de3303e9998baebf53d3f9851);
}
.webshop-productdetail .rating .star.filled {
  background-image: url(../images/icon-star-yellow.svg?0b398759fdf5e173d46749e055f835a5);
}
.webshop-productdetail .rating .aantal {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #0C2353;
  letter-spacing: 0;
  margin: 0 1px;
}
.webshop-productdetail .imageslider .slide {
  position: relative;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.webshop-productdetail .imageslider .slide .label {
  right: 0;
  position: absolute;
  background: #239E13;
  border-radius: 3px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  padding: 3px 8px;
}
.webshop-productdetail .imageslider .slick-arrow {
  z-index: 2;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E6E9E9;
  box-shadow: 0 1px 2px 0 rgba(50, 50, 93, 0.15);
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49);
  transition: all 0.1s ease-in;
}
.webshop-productdetail .imageslider .slick-arrow:before {
  transition: all 0.1s ease-in;
}
.webshop-productdetail .imageslider .slick-arrow::before {
  display: none;
}
.webshop-productdetail .imageslider .slick-arrow:hover {
  background-color: #E6E9E9;
}
.webshop-productdetail .imageslider .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../images/icon-arrowleft-blue.svg?767c8a5bd170475df1c7de62a226b771);
}
.webshop-productdetail .imageslider .slick-arrow.slick-next {
  right: 0;
}
.webshop-productdetail .productdetails {
  font-size: 16px;
  color: #37383A;
  letter-spacing: 0;
  line-height: 22px;
}
@media (max-width: 767px) {
  .webshop-productdetail .productdetails {
    margin-top: 20px;
  }
}
.webshop-productdetail .productdetails .line {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #E6E9E9;
  margin: 10px 0;
}
.webshop-productdetail .productdetails p {
  font-size: 16px;
  color: #37383A;
  letter-spacing: 0;
  line-height: 22px;
  margin: 10px 0;
}
.webshop-productdetail .productdetails h3 {
  margin: 10px 0;
  font-size: 18px;
  color: #0C2353;
  letter-spacing: 0;
  line-height: auto;
}
.webshop-productdetail .productdetails .specificatie-tabel tr td {
  vertical-align: top;
  padding: 1px 5px 1px 0;
}
.webshop-productdetail .productdetails .specificatie-tabel tr td a {
  color: #3695C7;
}
.webshop-productdetail .productdetails a.download {
  display: inline-block;
  font-size: 16px;
  color: #3695C7;
  letter-spacing: 0;
  line-height: 22px;
  text-decoration: none;
  margin-right: 10px;
}
.webshop-productdetail .productdetails a.download:hover {
  text-decoration: underline;
}
.webshop-productdetail .productdetails a.download.pdf {
  min-height: 22px;
  padding-left: 27px;
  background-repeat: no-repeat;
  background-position: top 1px left;
  background-size: 18px;
  background-image: url(../images/icon-pdf-blue.svg?851db15934ec4669c781e76e13743a2d);
}
.webshop-productdetail .bestelblok {
  background: #FFFFFF;
  border: 1px solid #E6E9E9;
  border-radius: 3px;
  padding: 20px 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .webshop-productdetail .bestelblok {
    padding: 0;
    border: none;
  }
}
.webshop-productdetail .bestelblok h2.price {
  font-size: 26px;
  color: #0C2353;
  letter-spacing: 0;
  margin: 0;
}
.webshop-productdetail .bestelblok .underprice {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0;
  margin: 5px 0;
}
.webshop-productdetail .bestelblok .underprice .striketrough {
  color: #A3A3A3;
  text-decoration: line-through;
}
.webshop-productdetail .bestelblok .greennote {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #239E13;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.webshop-productdetail .bestelblok input.qty {
  display: inline-block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E6E9E9;
  border-radius: 3px;
  padding: 13px 28px 13px 15px;
  font-size: 16px;
  color: #37383A;
  font-weight: 600;
  letter-spacing: 0;
  z-index: 1;
}
.webshop-productdetail .bestelblok .btncol {
  padding-left: 0;
}
@media (max-width: 1023px) {
  .webshop-productdetail .bestelblok .btncol {
    padding-left: 15px;
  }
}
.webshop-productdetail .bestelblok .btn.winkelmand {
  display: inline-block;
  background: #FFCD00;
  box-shadow: 0 2px 3px 0 rgba(50, 50, 93, 0.15);
  border-radius: 4px;
  text-align: center;
  width: 100%;
  vertical-align: top;
  padding: 0!important;
}
.webshop-productdetail .bestelblok .btn.winkelmand div {
  vertical-align: top;
  display: inline-block;
  font-size: 18px;
  line-height: 48px;
  color: #0C2353 !important;
  letter-spacing: 0;
}
.webshop-productdetail .bestelblok .btn.winkelmand::before {
  content: "";
  vertical-align: top;
  display: inline-block;
  width: 20px;
  height: 48px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url(../images/icon-winkelmand-blue.svg?af314e0f9f438b93d0724d27d746e185);
}
.webshop-productdetail .bestelblok a.meetafspraak {
  font-size: 14px;
  color: #3695C7;
  letter-spacing: 0;
  text-decoration: none;
}
.webshop-productdetail .bestelblok a.meetafspraak:hover {
  text-decoration: underline;
}
.webshop-productdetail .bestelblok .montageservice h3 {
  font-size: 16px;
  color: #0C2353;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
}
.webshop-productdetail .bestelblok .montageservice p {
  font-size: 14px;
  color: #37383A;
  letter-spacing: 0;
  margin-top: 0;
}
.webshop-productdetail .bestelblok .montageservice label.checkbox input {
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  width: 20px;
  height: 20px;
}
.webshop-productdetail .bestelblok .montageservice label.checkbox span {
  display: inline-block;
  margin: 1px 0 0 8px;
  vertical-align: top;
  font-size: 14px;
  color: #0C2353;
  letter-spacing: 0;
}
.webshop-productdetail .bestelblok .montageservice label.checkbox span.price {
  display: inline-block;
  float: right;
  font-weight: 700;
  font-size: 16px;
  color: #37383A;
  letter-spacing: 0;
  text-align: right;
}
.webshop-productdetail .bestelblok ul.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.webshop-productdetail .bestelblok ul.checklist li {
  margin: 0;
  padding: 0;
  padding-left: 18px;
  font-size: 15px;
  color: #37383A;
  letter-spacing: 0;
  text-decoration: none;
  font-style: normal;
  background-position: top 4px left;
  background-size: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-check-green.svg?c848321a1dd017c3b2e0a7cecd0af257);
}
.webshop-productdetail .bestelblok .line {
  display: inline-block;
  width: calc(100% + 30px);
  border-bottom: 1px solid #E6E9E9;
  margin: 10px -15px;
}
.webshop-productdetail .alternatieven h3 {
  font-size: 22px;
  color: #0C2353;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .webshop-productdetail .alternatieven .webshop-resultaten-items {
    display: inline-block;
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .webshop-productdetail .alternatieven .webshop-resultaten-items .row {
    display: inline-block;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .webshop-productdetail .alternatieven .webshop-resultaten-items .row .webshop-resultaten-item {
    display: inline-block;
    width: 160px;
  }
}
.webshop-productdetail .alternatieven .webshop-resultaten-item {
  margin-bottom: 30px;
  cursor: pointer;
}
.webshop-productdetail .alternatieven .webshop-resultaten-item .item-container {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
}
.webshop-productdetail .alternatieven .webshop-resultaten-item .item-container .price {
  font-weight: 600;
  font-size: 22px;
  color: #3695C7;
  letter-spacing: 0;
}
.webshop-productdetail .alternatieven .webshop-resultaten-item .item-container .image {
  position: relative;
  display: block;
  height: 150px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.webshop-productdetail .alternatieven .webshop-resultaten-item .item-container .image .label {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  padding: 3px 8px;
  background: #239E13;
  border-radius: 3px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.webshop-productdetail .alternatieven .webshop-resultaten-item .item-container .rating {
  display: inline-block;
  width: 100%;
  margin: 5px 0 0 0;
}
.webshop-productdetail .alternatieven .webshop-resultaten-item .item-container .rating .star {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  background-image: url(../images/icon-star-grey.svg?4c5ce00de3303e9998baebf53d3f9851);
}
.webshop-productdetail .alternatieven .webshop-resultaten-item .item-container .rating .star.filled {
  background-image: url(../images/icon-star-yellow.svg?0b398759fdf5e173d46749e055f835a5);
}
.webshop-productdetail .alternatieven .webshop-resultaten-item .item-container .rating .aantal {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #0C2353;
  letter-spacing: 0;
  margin: 0 1px;
}
.webshop-productdetail .alternatieven .webshop-resultaten-item .item-container h2 {
  display: inline-block;
  font-size: 16px;
  color: #0C2353;
  letter-spacing: 0;
  line-height: 22px;
  margin: 3px 0;
}
.webshop-productdetail .alternatieven .webshop-resultaten-item .item-container .woocommerce-Price-amount {
  font-weight: 600;
  font-size: 22px;
  color: #3695C7;
  letter-spacing: 0;
}
.webshop-productdetail .alternatieven .webshop-resultaten-item .item-container .price {
  font-weight: 400;
  font-size: 22px;
  color: #3695C7;
  letter-spacing: 0;
}
.webshop-productdetail .alternatieven .webshop-resultaten-item .item-container .underprice {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0;
  margin: 5px 0;
}
.webshop-productdetail .alternatieven .webshop-resultaten-item .item-container .underprice .striketrough {
  color: #A3A3A3;
  text-decoration: line-through;
}
.webshop-productdetail .alternatieven .webshop-resultaten-item:hover {
  cursor: pointer;
}
.webshop-productdetail .alternatieven .webshop-resultaten-item:hover h2 {
  text-decoration: underline;
}
.webshop-filters .filtergroup {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  transition: all 0.1s ease-in;
}
.webshop-filters .filtergroup:before {
  transition: all 0.1s ease-in;
}
.webshop-filters .filtergroup ul.product-categories,
.webshop-filters .filtergroup ul.wc-brand-list-layered-nav-product_brand {
  margin: 0;
  padding: 0;
  list-style: none;
}
.webshop-filters .filtergroup ul.product-categories li,
.webshop-filters .filtergroup ul.wc-brand-list-layered-nav-product_brand li {
  padding: 0;
}
.webshop-filters .filtergroup ul.product-categories li.back a,
.webshop-filters .filtergroup ul.wc-brand-list-layered-nav-product_brand li.back a {
  color: rgba(12, 35, 83, 0.7);
}
.webshop-filters .filtergroup ul.product-categories li.current-cat a,
.webshop-filters .filtergroup ul.wc-brand-list-layered-nav-product_brand li.current-cat a {
  font-weight: bold;
}
.webshop-filters .filtergroup ul.wc-brand-list-layered-nav-product_brand li.chosen a::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  color: #a00;
}
.webshop-filters .filtergroup h4 {
  font-size: 18px;
  color: #0C2353;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #E6E9E9;
}
.webshop-filters .filtergroup a {
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  color: #0C2353;
  letter-spacing: 0;
  text-decoration: none;
}
.webshop-filters .filtergroup a span.aantal {
  font-size: 12px;
}
.webshop-filters .filtergroup a:hover {
  text-decoration: underline;
}
.webshop-filters .filtergroup label {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
  padding-left: 30px;
}
.webshop-filters .filtergroup label span {
  font-size: 16px;
  line-height: normal;
  color: #0C2353;
  letter-spacing: 0;
}
.webshop-filters .filtergroup label input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
}
.webshop-filters .filtergroup label:hover span {
  text-decoration: underline;
}
.webshop-filters .filtergroup.toonalles {
  height: auto;
  max-height: auto;
  overflow: auto;
}
.webshop-filters .filtergroup .toonmeer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  font-size: 16px;
  color: #0C2353;
  letter-spacing: 0;
  cursor: pointer;
  text-decoration: underline;
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/icon-arrowdown-blue.svg?e35b1dee7bc45ab98460761b2b5fc73b);
}
.webshop-filters .filtergroup .toonmeer:hover {
  text-decoration: none;
}
.webshop-filters .filtergroup.active {
  max-height: 500px;
  overflow: auto;
}
.webshop-filters .filtergroup.active .toonmeer {
  display: none;
}
@media (max-width: 767px) {
  .webshop-filters .mobile-filtercontainer {
    position: fixed;
    z-index: 50;
    background-color: #fff;
    box-shadow: 0 2px 30px 0 rgba(50, 50, 93, 0.15);
    border-radius: 3px 3px 0 0;
    top: 0;
    bottom: 0;
    width: 284px;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 120px;
    left: -100%;
    transition: all 0.1s ease-in;
  }
  .webshop-filters .mobile-filtercontainer .close-filters {
    display: inline-block;
    background: #FFFFFF;
    box-shadow: inset 0 -1px 0 0 #DDDDDD;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #0C2353;
    padding: 18px;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 20px;
  }
  .webshop-filters .mobile-filtercontainer .close-filters::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: left top 4px;
    background-image: url(../images/icon-close.svg?bf4658ab9e948e65025cf1e28941b935);
  }
  .webshop-filters .mobile-filtercontainer .filtergroup {
    padding: 0 18px;
  }
  .webshop-filters .mobile-filtercontainer .filtergroup .toonmeer {
    left: 18px;
    right: 18px;
  }
  .webshop-filters .mobile-filtercontainer .underside {
    transition: all 0.1s ease-in;
    position: fixed;
    left: -100%;
    bottom: 0;
    width: 284px;
    max-width: 100%;
    background-color: #fff;
    padding: 15px;
    text-align: center;
  }
  .webshop-filters .mobile-filtercontainer .underside:before {
    transition: all 0.1s ease-in;
  }
  .webshop-filters .mobile-filtercontainer .underside .btn {
    width: 100%;
  }
  .webshop-filters .mobile-filtercontainer:before {
    transition: all 0.1s ease-in;
  }
  .webshop-filters .mobile-filtercontainer.active {
    left: 0;
  }
  .webshop-filters .mobile-filtercontainer.active .underside {
    left: 0;
  }
}
.winkelmand .gratis-bestelling {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  color: #239E13;
  letter-spacing: 0;
  text-align: right;
  line-height: 32px;
}
.winkelmand .ikgabestellen ul.checks li {
  background-image: url(../images/icon-check-green.svg?c848321a1dd017c3b2e0a7cecd0af257);
  background-size: 14px;
  background-position: left top 3px;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: normal;
  color: #37383A;
  letter-spacing: 0;
  font-style: normal;
  min-height: 1px;
}
.winkelmand .winkelmand-items .winkelmand-item {
  border-top: 1px solid #E6E9E9;
  padding: 26px 0;
}
.winkelmand .winkelmand-items .winkelmand-item .image {
  display: inline-block;
  width: 100%;
  height: 150px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.winkelmand .winkelmand-items .winkelmand-item h4 {
  font-size: 16px;
  color: #3695C7;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
  margin-bottom: 10px;
}
.winkelmand .winkelmand-items .winkelmand-item p {
  font-size: 14px;
  line-height: 20px;
  color: #37383A;
  letter-spacing: 0;
}
.winkelmand .winkelmand-items .winkelmand-item .prijs {
  font-size: 16px;
  color: #37383A;
  letter-spacing: 0;
}
.winkelmand .winkelmand-items .winkelmand-item .prijs strong {
  font-weight: 600;
}
.winkelmand .winkelmand-items .winkelmand-item .verwijder {
  display: inline-block;
  font-size: 16px;
  color: #3695C7;
  letter-spacing: 0;
  text-decoration: none;
  background-image: url(../images/icon-verwijder.svg?c4f8aadedcc6642919e4d86ea0b1913c);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-left: 16px;
}
.winkelmand .winkelmand-items .winkelmand-item .verwijder:hover {
  text-decoration: underline;
}
.winkelmand .winkelmand-items .winkelmand-item input[type=number] {
  display: inline-block;
  margin-left: 20px;
  padding: 6px 6px 6px 14px;
  width: 61px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  font-size: 16px;
  color: #37383A;
}
.winkelmand .winkelmand-items .winkelmand-item .quantity {
  display: inline-block;
}
.winkelmand .winkelmand-items .winkelmand-item h5 {
  font-weight: 800;
  font-size: 16px;
  color: #37383A;
  letter-spacing: 0;
  line-height: 22px;
  margin: 10px 0 5px 0;
}
.winkelmand .winkelmand-items .winkelmand-item .montage {
  vertical-align: middle;
  font-size: 14px;
  color: #0C2353;
  letter-spacing: 0;
}
.winkelmand .winkelmand-items .winkelmand-item .montage input {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.winkelmand .winkelmand-items .winkelmand-item ul li {
  font-size: 14px;
  color: #37383A;
  letter-spacing: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.winkelmand .winkelmand-items .winkelmand-item a.wijzig {
  font-size: 14px;
  color: #0190E2;
  letter-spacing: 0;
  text-decoration: none;
}
.winkelmand .winkelmand-items .winkelmand-item a.wijzig:hover {
  text-decoration: underline;
}
.winkelmand .winkelmand-items .winkelmand-item .voorrijkosten {
  border-top: 1px solid #E6E9E9;
  margin-top: 20px;
}
.winkelmand .winkelmand-items .winkelmand-item .voorrijkosten h5 {
  color: #0C2353;
}
.winkelmand .winkelmand-items .winkelmand-item .voorrijkosten label {
  font-size: 15px;
  color: #37383A;
  letter-spacing: 0;
}
.winkelmand .winkelmand-items .winkelmand-item .voorrijkosten input {
  display: inline-block;
  margin-left: 3px;
  margin-right: 12px;
  padding: 6px;
  width: 68px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  font-size: 16px;
  color: #37383A;
}
.winkelmand .winkelmand-items .winkelmand-item .voorrijkosten input.huisnummer {
  margin-right: 0;
  width: 60px;
}
.winkelmand .winkelmand-items .winkelmand-item .voorrijkosten input.error {
  border-color: red;
}
.winkelmand .winkelmand-items .winkelmand-item .voorrijkosten .totaal,
.winkelmand .winkelmand-items .winkelmand-item .voorrijkosten .prijs {
  vertical-align: middle;
}
.winkelmand .winkelmand-items .winkelmand-item .voorrijkosten a.btn {
  margin-left: 10px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  background-position: center right 10px;
  background-size: 10px;
  padding: 7px!important;
  padding-right: 25px!important;
}
@media (max-width: 767px) {
  .winkelmand .winkelmand-items .winkelmand-item .voorrijkosten a.btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
.winkelmand .winkelmand-items .winkelmand-item .voorrijkosten a.btn:hover {
  background-position: center right 5px!important;
  background-size: 10px!important;
}
.winkelmand .winkelmand-items .winkelmand-item .gratis {
  font-weight: 600;
  font-size: 16px;
  color: #239E13;
  letter-spacing: 0;
}
.winkelmand .winkelmand-items .winkelmand-item .totaal {
  font-weight: 800;
  font-size: 16px;
  color: #37383A;
  letter-spacing: 0;
  text-align: right;
}
.winkelmand .winkelmand-items .winkelmand-item.samenvatting {
  padding-top: 5px;
}
.winkelmand .winkelmand-items .winkelmand-item.samenvatting .woocommerce-Price-amount {
  font-weight: bold;
}
.winkelmand .winkelmand-items .winkelmand-item.samenvatting .woocommerce-remove-coupon {
  display: block;
}
.winkelmand .winkelmand-items .winkelmand-item.samenvatting .row {
  margin-top: 5px;
  margin-bottom: 5px;
}
.winkelmand .winkelmand-items .winkelmand-item.samenvatting .row .subtext {
  font-size: 14px;
  line-height: 18px;
  color: #A3A3A3;
  letter-spacing: 0;
}
.winkelmand .winkelmand-items .winkelmand-item.samenvatting .row .totaal {
  font-size: 16px;
  color: #0C2353;
  letter-spacing: 0;
}
.checkout .checkout-form-steps {
  display: none;
}
.checkout .checkout-form-steps.active {
  display: block;
}
.checkout .step-counter {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.checkout .step-counter::before {
  content: "";
  position: absolute;
  background-color: #DDDDDD;
  height: 2px;
  left: 40px;
  bottom: 14px;
  right: 40px;
}
.checkout .step-counter .step {
  float: left;
  position: relative;
  display: inline-block;
  width: 33%;
  height: 55px;
}
.checkout .step-counter .step span {
  display: inline-block;
  font-size: 16px;
  color: #37383A;
  letter-spacing: 0;
}
.checkout .step-counter .step::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  background-image: url(../images/icons-step-inactive.svg?ea350041b4d0974e437bf9d1a9c19987);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.checkout .step-counter .step::before {
  content: "";
  position: absolute;
  background-color: #DDDDDD;
  height: 2px;
  left: 0;
  bottom: 14px;
  right: 0;
}
.checkout .step-counter .step.active span {
  font-weight: 800;
  color: #3695C7;
}
.checkout .step-counter .step.active.current span {
  color: #000;
}
.checkout .step-counter .step.active::before {
  background-color: #3695C7;
}
.checkout .step-counter .step.active::after {
  background-image: url(../images/icons-step-check.svg?db8e0461639a90e93e613c2c656c6ca5);
  background-size: 30px;
}
.checkout .step-counter .step.step-1::before {
  left: 20px;
}
.checkout .step-counter .step.step-2 {
  text-align: center;
}
.checkout .step-counter .step.step-2.current::before {
  right: 50%;
}
.checkout .step-counter .step.step-2::after {
  left: 50%;
  margin-left: -15px;
}
.checkout .step-counter .step.step-3 {
  text-align: right;
}
.checkout .step-counter .step.step-3::before {
  right: 20px;
}
.checkout .step-counter .step.step-3::after {
  left: auto;
  right: 10px;
}
.checkout .inputname {
  text-align: right;
}
@media (max-width: 768px) {
  .checkout .inputname {
    text-align: left;
  }
}
.checkout .vorigestap {
  font-weight: 600;
  font-size: 16px;
  color: #3695C7;
  letter-spacing: 0;
  text-decoration: none;
}
.checkout .vorigestap:hover {
  text-decoration: underline;
}
.checkout .factuuradres {
  display: none;
}
.checkout .factuuradres.active {
  display: block;
}
.checkout .formulier form input[type=submit] {
  background-color: #FFCD00;
  font-size: 18px;
  color: #0C2353;
  letter-spacing: 0;
  background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49);
}
.checkout .formulier form input[type=submit]:hover {
  background-color: #fff;
}
.checkout .formulier form .factuuradres.active {
  display: block!important;
}
.checkout .betaalmethoden {
  padding-top: 20px;
  padding-bottom: 30px;
}
.checkout .betaalmethoden .betaalmethode {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 24px 24px;
  margin-bottom: 20px;
  transition: all 0.1s ease-in;
  background-position: center left;
  background-size: 32px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.checkout .betaalmethoden .betaalmethode:before {
  transition: all 0.1s ease-in;
}
.checkout .betaalmethoden .betaalmethode img {
  vertical-align: middle !important;
}
.checkout .betaalmethoden .betaalmethode input {
  display: none;
}
.checkout .betaalmethoden .betaalmethode input + .checkboxicon {
  display: inline-block;
  background-image: url(../images/icon-checkbox.svg?875a5a79d7eda9da5c5d7245a9da8030);
  background-size: 24px;
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 35px;
  line-height: normal;
  min-height: 26px;
  vertical-align: middle;
}
.checkout .betaalmethoden .betaalmethode input:checked + .checkboxicon {
  background-image: url(../images/icon-checkbox-checked.svg?a0def1b3d823400e8c9a2516e8ce85d9);
}
.checkout .betaalmethoden .betaalmethode .meestgebruikt {
  display: inline-block;
  padding-left: 39px;
  padding-top: 20px;
  width: 100%;
  font-size: 14px;
  color: #239E13;
  letter-spacing: 0;
}
.checkout .betaalmethoden .betaalmethode select {
  position: absolute;
  left: 190px;
  top: 18px;
  max-width: 200px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding: 12px 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 13px;
  line-height: 14px;
  color: #111111;
  padding-right: 30px;
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-image: url(../images/icon-arrowdown-darkblue.svg?6ba519199e83928223a8c4d7add82e6a);
}
.checkout .betaalmethoden .betaalmethode a.btn {
  display: none!important;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  right: 15px;
}
.checkout .betaalmethoden .betaalmethode .icon {
  display: inline-block;
  background-position: center left;
  background-size: 35px;
  background-repeat: no-repeat;
  height: 32px;
  padding-left: 45px;
  font-weight: 800;
  color: #000000;
  font-size: 16px;
  color: #37383A;
  letter-spacing: 0;
  line-height: 32px;
}
.checkout .betaalmethoden .betaalmethode.active {
  background: #E9F6E7;
  border: 1px solid #239E13;
}
.checkout .betaalmethoden .betaalmethode.active a.btn {
  display: block!important;
}
@media (max-width: 767px) {
  .checkout .betaalmethoden .betaalmethode.active a.btn {
    display: none!important;
  }
  .checkout .betaalmethoden .betaalmethode select {
    position: relative;
    display: inline-block;
    width: 100%;
    left: 0;
    margin-top: 20px;
  }
  .checkout .betaalmethoden .betaalmethode .meestgebruikt {
    padding-left: 0;
  }
}
.checkout .overzicht h3 {
  font-size: 24px;
  color: #37383A;
  letter-spacing: 0;
}
.checkout .overzicht .gegevens h5 {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  color: #37383A;
}
.checkout .overzicht .gegevens a {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #3695C7;
  letter-spacing: 0;
  text-decoration: none;
}
.checkout .overzicht .gegevens a:hover {
  text-decoration: underline;
}
.checkout .overzicht .gegevens .line {
  display: inline-block;
  width: 100%;
  background-color: #DDDDDD;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  margin: 10px 0;
}
.checkout .cartcontent {
  border: 1px solid #DDDDDD;
  border-radius: 0 0 3px 3px;
  padding: 15px 0;
  font-size: 14px;
  line-height: 18px;
  color: #37383A;
  letter-spacing: 0;
}
.checkout .cartcontent .row {
  margin: 3px 0;
}
.checkout .cartcontent h3 {
  font-size: 20px;
  color: #3695C7;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
}
.checkout .cartcontent h4 {
  font-size: 14px;
  color: #37383A;
  letter-spacing: 0;
  margin: 0;
  font-weight: normal;
}
.checkout .cartcontent .details ul {
  margin-top: 0;
  margin-bottom: 0;
}
.checkout .cartcontent .details ul li {
  font-size: 14px;
  padding-left: 0;
}
.checkout .cartcontent strong {
  font-weight: 600;
}
.checkout .cartcontent .montage {
  vertical-align: middle;
  line-height: 14px;
}
.checkout .cartcontent .montage input {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.checkout .cartcontent .verwijder {
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-left: 5px;
  background-image: url(../images/icon-verwijder.svg?c4f8aadedcc6642919e4d86ea0b1913c);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.checkout .cartcontent .line {
  display: inline-block;
  width: 100%;
  background-color: #DDDDDD;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  margin: 10px 0;
}
.checkout .cartcontent .subtext {
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  letter-spacing: 0;
}
.checkout .cartcontent .gratis {
  font-weight: 600;
  color: #239E13;
}
.checkout .cartcontent .totaal {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  color: #37383A;
  letter-spacing: 0;
  padding-top: 15px;
}
.checkout .cartcontent .kortingscode input {
  float: left;
  width: 60%;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding: 10px 8px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 18px;
  color: #6F6F6F;
}
.checkout .cartcontent .kortingscode input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6F6F6F;
}
.checkout .cartcontent .kortingscode input::-moz-placeholder {
  /* Firefox 19+ */
  color: #6F6F6F;
}
.checkout .cartcontent .kortingscode input:-ms-input-placeholder {
  /* IE 10+ */
  color: #6F6F6F;
}
.checkout .cartcontent .kortingscode input:-moz-placeholder {
  /* Firefox 18- */
  color: #6F6F6F;
}
.checkout .cartcontent .kortingscode a.btn {
  float: right;
  width: 37%;
  text-align: center;
  padding: 10px 0 !important;
}
.checkout .cartcontent .voorwaarden {
  font-size: 13px;
  color: #A3A3A3;
  letter-spacing: 0;
  line-height: 18px;
}
.checkout .cartcontent .voorwaarden a {
  display: inline;
  color: #3695C7;
  text-decoration: none;
}
.checkout .cartcontent .voorwaarden a:hover {
  text-decoration: underline;
}
.checkout .cartcontent a.btn-yellow {
  font-size: 18px;
  color: #0C2353;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
}
.woocommerce table.shop_table td {
  font-size: 16px;
}
.woocommerce table.shop_table td ul li {
  font-size: 16px;
}
.woocommerce .pewc-group-description {
  display: none;
}
.woocommerce .breadrumb {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .woocommerce .breadrumb {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .woocommerce .breadrumb {
    margin-top: 70px;
  }
}
.woocommerce .wsc_cart .form-table {
  width: 100%;
}
.woocommerce .wsc_cart .form-table th {
  text-align: left;
}
.woocommerce .wsc_cart .form-table td {
  padding: 2px;
}
.woocommerce .cart .button {
  border: 0;
  box-shadow: none;
  outline: 0;
  display: inline-block !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF !important;
  letter-spacing: 0;
  text-decoration: none;
  padding: 14px 20px!important;
  font-weight: 600;
  background: #3695C7;
  box-shadow: 0 2px 4px 0 rgba(50, 50, 93, 0.15);
  border-radius: 4px;
}
.woocommerce .cart .button.btn-small {
  padding: 8px 20px !important;
}
.woocommerce .cart .button.btn-yellow {
  background-color: #FFCD00;
  color: #0C2353 !important;
}
.woocommerce .cart .button:disabled {
  opacity: 0.5;
}
.woocommerce .cart .button.btn-arrow {
  padding-right: 50px!important;
  background-position: center right 20px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-arrow-white.svg?4e8cd06cabf04442ac055187d1cdf74e);
  transition: all 0.1s ease-in;
}
.woocommerce .cart .button.btn-arrow:before {
  transition: all 0.1s ease-in;
}
.woocommerce .cart .button.btn-arrow:hover {
  background-position: center right 15px!important;
  background-size: 14px!important;
  background-repeat: no-repeat !important;
  background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49) !important;
}
.woocommerce .cart .button.btn-arrow.btn-yellow {
  background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49) !important;
}
.woocommerce .cart .button.btn-direct-contact::before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 5px;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-tel-white.svg?bc788833a4416622c9e8bcb94adc0b50);
}
.woocommerce .cart .button.btn-direct-contact:hover::before {
  background-image: url(../images/icon-tel.svg?da286eef8c430501017018f31d2fe290);
}
.woocommerce .cart .button.btn-filter::before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 5px;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-filter-white.svg?6c7ddaf7d87deb012dd1feb2359d30b6);
}
.woocommerce .cart .button:hover {
  background: #ffffff !important;
  color: #033D57 !important;
}
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="number"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce select,
.woocommerce textarea {
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  color: #000;
  padding: 11px 8px;
  margin-bottom: 10px;
  font-size: 15px;
}
.woocommerce input[type="text"].error,
.woocommerce input[type="email"].error,
.woocommerce input[type="number"].error,
.woocommerce input[type="tel"].error,
.woocommerce input[type="password"].error,
.woocommerce select.error,
.woocommerce textarea.error {
  border-color: red;
}
.woocommerce input[type="text"]::-webkit-input-placeholder,
.woocommerce input[type="email"]::-webkit-input-placeholder,
.woocommerce input[type="number"]::-webkit-input-placeholder,
.woocommerce input[type="tel"]::-webkit-input-placeholder,
.woocommerce input[type="password"]::-webkit-input-placeholder,
.woocommerce select::-webkit-input-placeholder,
.woocommerce textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #969696;
}
.woocommerce input[type="text"]::-moz-placeholder,
.woocommerce input[type="email"]::-moz-placeholder,
.woocommerce input[type="number"]::-moz-placeholder,
.woocommerce input[type="tel"]::-moz-placeholder,
.woocommerce input[type="password"]::-moz-placeholder,
.woocommerce select::-moz-placeholder,
.woocommerce textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #969696;
}
.woocommerce input[type="text"]:-ms-input-placeholder,
.woocommerce input[type="email"]:-ms-input-placeholder,
.woocommerce input[type="number"]:-ms-input-placeholder,
.woocommerce input[type="tel"]:-ms-input-placeholder,
.woocommerce input[type="password"]:-ms-input-placeholder,
.woocommerce select:-ms-input-placeholder,
.woocommerce textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #969696;
}
.woocommerce input[type="text"]:-moz-placeholder,
.woocommerce input[type="email"]:-moz-placeholder,
.woocommerce input[type="number"]:-moz-placeholder,
.woocommerce input[type="tel"]:-moz-placeholder,
.woocommerce input[type="password"]:-moz-placeholder,
.woocommerce select:-moz-placeholder,
.woocommerce textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #969696;
}
.woocommerce input[type="text"][type=radio],
.woocommerce input[type="email"][type=radio],
.woocommerce input[type="number"][type=radio],
.woocommerce input[type="tel"][type=radio],
.woocommerce input[type="password"][type=radio],
.woocommerce select[type=radio],
.woocommerce textarea[type=radio],
.woocommerce input[type="text"][type=checkbox],
.woocommerce input[type="email"][type=checkbox],
.woocommerce input[type="number"][type=checkbox],
.woocommerce input[type="tel"][type=checkbox],
.woocommerce input[type="password"][type=checkbox],
.woocommerce select[type=checkbox],
.woocommerce textarea[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.woocommerce textarea {
  min-height: 80px;
}
.woocommerce .woocommerce-customer-details {
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #37383A;
  line-height: 26px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  margin: 0;
  padding-left: 0 !important;
  font-size: 16px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
  display: none;
}
.woocommerce .woocommerce-MyAccount-navigation {
  float: none !important;
  width: 100% !important;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid grey;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 10px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:hover a {
  background: #ffffff;
  color: #033D57;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #FFCD00;
  color: #033D57;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
  background-color: #F2F5F6;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  display: inline-block;
  font-size: 14px;
  padding: 8px 12px;
  font-weight: bold;
  text-decoration: none;
  color: #0C2353;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(50, 50, 93, 0.15);
  border-radius: 4px;
}
.woocommerce .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
  margin-bottom: 50px;
}
.woocommerce .woocommerce-info p {
  margin: 0;
  line-height: normal;
}
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before {
  top: 18px;
}
.woocommerce .woocommerce-ordering select {
  width: 254px;
}
.woocommerce .coupon {
  margin-bottom: 30px;
}
.woocommerce .coupon input[type="text"] {
  height: 36px;
}
.woocommerce .coupon button.button {
  border: 0;
  box-shadow: none;
  outline: 0;
  display: inline-block !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF !important;
  letter-spacing: 0;
  text-decoration: none;
  padding: 14px 20px!important;
  font-weight: 600;
  background: #3695C7;
  box-shadow: 0 2px 4px 0 rgba(50, 50, 93, 0.15);
  border-radius: 4px;
  padding: 8px 20px !important;
}
.woocommerce .coupon button.button.btn-small {
  padding: 8px 20px !important;
}
.woocommerce .coupon button.button.btn-yellow {
  background-color: #FFCD00;
  color: #0C2353 !important;
}
.woocommerce .coupon button.button:disabled {
  opacity: 0.5;
}
.woocommerce .coupon button.button.btn-arrow {
  padding-right: 50px!important;
  background-position: center right 20px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-arrow-white.svg?4e8cd06cabf04442ac055187d1cdf74e);
  transition: all 0.1s ease-in;
}
.woocommerce .coupon button.button.btn-arrow:before {
  transition: all 0.1s ease-in;
}
.woocommerce .coupon button.button.btn-arrow:hover {
  background-position: center right 15px!important;
  background-size: 14px!important;
  background-repeat: no-repeat !important;
  background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49) !important;
}
.woocommerce .coupon button.button.btn-arrow.btn-yellow {
  background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49) !important;
}
.woocommerce .coupon button.button.btn-direct-contact::before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 5px;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-tel-white.svg?bc788833a4416622c9e8bcb94adc0b50);
}
.woocommerce .coupon button.button.btn-direct-contact:hover::before {
  background-image: url(../images/icon-tel.svg?da286eef8c430501017018f31d2fe290);
}
.woocommerce .coupon button.button.btn-filter::before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 5px;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-filter-white.svg?6c7ddaf7d87deb012dd1feb2359d30b6);
}
.woocommerce .coupon button.button:hover {
  background: #ffffff !important;
  color: #033D57 !important;
}
.woocommerce ul.products li {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E6E9E9;
  border-radius: 3px;
  padding: 20px !important;
  padding-bottom: 80px !important;
}
.woocommerce ul.products li .onsale {
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 1;
  padding: 3px 8px;
  background: #239E13;
  border-radius: 3px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .woocommerce ul.products li .onsale {
    top: 15px;
    left: 15px;
  }
}
.woocommerce ul.products li span.price {
  font-size: 22px;
  color: #3695C7;
}
.woocommerce ul.products li span.price del {
  display: block;
  font-size: 16px;
  color: #A3A3A3;
}
.woocommerce ul.products li .voorraad {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #239E13;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .woocommerce ul.products li .voorraad {
    padding-left: 43%;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products li .voorraad {
    margin-bottom: 0;
  }
}
.woocommerce ul.products li a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  border: 0;
  box-shadow: none;
  outline: 0;
  display: inline-block !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF !important;
  letter-spacing: 0;
  text-decoration: none;
  padding: 14px 20px!important;
  font-weight: 600;
  background: #3695C7;
  box-shadow: 0 2px 4px 0 rgba(50, 50, 93, 0.15);
  border-radius: 4px;
  padding-right: 50px!important;
  background-position: center right 20px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-arrow-white.svg?4e8cd06cabf04442ac055187d1cdf74e);
  transition: all 0.1s ease-in;
}
.woocommerce ul.products li a.button.btn-small {
  padding: 8px 20px !important;
}
.woocommerce ul.products li a.button.btn-yellow {
  background-color: #FFCD00;
  color: #0C2353 !important;
}
.woocommerce ul.products li a.button:disabled {
  opacity: 0.5;
}
.woocommerce ul.products li a.button.btn-arrow {
  padding-right: 50px!important;
  background-position: center right 20px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-arrow-white.svg?4e8cd06cabf04442ac055187d1cdf74e);
  transition: all 0.1s ease-in;
}
.woocommerce ul.products li a.button.btn-arrow:before {
  transition: all 0.1s ease-in;
}
.woocommerce ul.products li a.button.btn-arrow:hover {
  background-position: center right 15px!important;
  background-size: 14px!important;
  background-repeat: no-repeat !important;
  background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49) !important;
}
.woocommerce ul.products li a.button.btn-arrow.btn-yellow {
  background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49) !important;
}
.woocommerce ul.products li a.button.btn-direct-contact::before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 5px;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-tel-white.svg?bc788833a4416622c9e8bcb94adc0b50);
}
.woocommerce ul.products li a.button.btn-direct-contact:hover::before {
  background-image: url(../images/icon-tel.svg?da286eef8c430501017018f31d2fe290);
}
.woocommerce ul.products li a.button.btn-filter::before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 5px;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-filter-white.svg?6c7ddaf7d87deb012dd1feb2359d30b6);
}
.woocommerce ul.products li a.button:hover {
  background: #ffffff !important;
  color: #033D57 !important;
}
.woocommerce ul.products li a.button:before {
  transition: all 0.1s ease-in;
}
.woocommerce ul.products li a.button:hover {
  background-position: center right 15px!important;
  background-size: 14px!important;
  background-repeat: no-repeat !important;
  background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49) !important;
}
.woocommerce ul.products li a.button.btn-yellow {
  background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49) !important;
}
#cookielaw_idf {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 400px;
  z-index: 997;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.74);
  font-size: 14px;
  line-height: 22px;
}
#cookielaw_idf p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
#cookielaw_idf .content {
  padding: 20px;
}
#cookielaw_idf a,
#cookielaw_idf .link {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
#cookielaw_idf .btn {
  text-decoration: none;
}
#cookielaw_idf .switch {
  position: relative!important;
  display: inline-block !important;
  width: 42px!important;
  height: 22px!important;
}
#cookielaw_idf #extrainfo {
  display: none;
}
#cookielaw_idf #extrainfo.open {
  display: block;
}
#cookielaw_idf label {
  margin-bottom: 0;
}
#cookielaw_idf label.tekst {
  position: relative;
  top: -4px;
  margin-left: 10px;
}
#cookielaw_idf .switch input,
#cookielaw_idf .switch div {
  display: none!important;
  opacity: 0!important;
  border: 0!important;
}
#cookielaw_idf .avgtogglebutton {
  position: absolute!important;
  cursor: pointer!important;
  top: 0!important;
  left: 0!important;
  right: 0!important;
  bottom: 0!important;
  background-color: #f03 !important;
  transition: 0.1s !important;
  border-radius: 34px!important;
}
#cookielaw_idf .avgtogglebutton:before {
  position: absolute!important;
  content: "" !important;
  height: 16px!important;
  width: 16px!important;
  left: 3px!important;
  bottom: 3px!important;
  background-color: white!important;
  transition: 0.1s !important;
  border-radius: 50%!important;
}
#cookielaw_idf input:checked + .avgtogglebutton {
  background-color: #6BB62E !important;
}
#cookielaw_idf input:focus + .avgtogglebutton {
  box-shadow: 0 0 1px #6BB62E !important;
}
#cookielaw_idf input:checked + .avgtogglebutton:before {
  transform: translateX(20px) !important;
}
#cookielaw_idf input:checked + .avgtogglebutton.disabled {
  background-color: #ccc !important;
}
@media (max-width: 630px) {
  #cookielaw_idf {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #cookielaw_idf .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #cookielaw_idf a.btn {
    background-position: center left 55%;
    background-image: none;
  }
  #cookielaw_idf a.btn::after {
    display: none;
  }
}
.flex-item {
  margin-bottom: 50px;
  margin-top: 50px;
}
.flex-item.flex-item-blauw_blok .whitebacklimited .home-blok4 {
  padding-bottom: 0px;
  padding-top: 0;
}
.flex-item.flex-item-blauw_blok .home-blok4 {
  padding-top: 40px;
  padding-bottom: 80px;
}
.flexcontainer .flex-item:first-child {
  margin-top: 0;
}
.wpcf7 .wpcf7-list-item {
  margin: 0 15px 0 0;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 15px !important;
  }
}
.wpcf7 .wpcf7-list-item.first,
.wpcf7 .wpcf7-list-item.last {
  margin: inherit;
}
.wpcf7 .wpcf7-form .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: none !important;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  color: #fff;
  font-weight: bold;
  background: #3695C7;
  border: none;
  padding: 8px;
  border-radius: 4px;
  margin: 0 30px;
}
.pewc-product-extra-groups-wrap .pewc-group-wrap {
  margin-bottom: 15px;
}
.pewc-product-extra-groups-wrap .pewc-group-wrap ul li {
  padding-left: 0 !important;
}
.pewc-product-extra-groups-wrap .pewc-group-wrap ul.pewc-product-extra-groups {
  margin: 0;
  padding: 0;
}
.pewc-product-extra-groups-wrap .pewc-group-wrap h3 {
  font-size: 16px;
  color: #0C2353;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
  margin-bottom: 10px;
}
.pewc-product-extra-groups-wrap .pewc-group-wrap select {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  margin: 0;
  margin-bottom: 12px;
  background: #FFFFFF;
  border: 1px solid #E6E9E9;
  border-radius: 3px;
  width: 100%;
  padding: 7px 40px 7px 15px;
  font-size: 16px;
  line-height: normal;
  color: #37383A;
  letter-spacing: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center right 18px;
  background-size: 12px;
  background-image: url(../images/icon-arrowdown-blue.svg?e35b1dee7bc45ab98460761b2b5fc73b);
}
.pewc-product-extra-groups-wrap .pewc-group-wrap .pewc-group-select img {
  width: 60px;
  height: 60px;
}
.pewc-product-extra-groups-wrap .pewc-group-wrap .pewc-item-select .pewc-field-label {
  display: none;
}
.pewc-product-extra-groups-wrap .pewc-group-wrap .pewc-item-select .pewc-item-field-image-wrapper {
  width: auto;
  margin: 0;
}
.pewc-product-extra-groups-wrap input[type="checkbox"] {
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  width: 20px !important;
  height: 20px !important;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.pewc-product-extra-groups-wrap .pewc-total-field-wrapper {
  display: none;
}
.faq-container .faq-category {
  margin-bottom: 30px;
}
.faq-container .faq-items .faq-item {
  margin-bottom: 5px;
  border: 1px solid #F2F5F6;
}
.faq-container .faq-items .faq-item .question {
  padding: 10px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  background: #F2F5F6;
}
.faq-container .faq-items .faq-item .answer {
  padding: 10px;
  display: none;
}
.tippy-content {
  color: #fff;
}
.tippy-content p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
}
.wsc_send_cart {
  border: 0;
  box-shadow: none;
  outline: 0;
  display: inline-block !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF !important;
  letter-spacing: 0;
  text-decoration: none;
  padding: 14px 20px!important;
  font-weight: 600;
  background: #3695C7;
  box-shadow: 0 2px 4px 0 rgba(50, 50, 93, 0.15);
  border-radius: 4px;
}
.wsc_send_cart.btn-small {
  padding: 8px 20px !important;
}
.wsc_send_cart.btn-yellow {
  background-color: #FFCD00;
  color: #0C2353 !important;
}
.wsc_send_cart:disabled {
  opacity: 0.5;
}
.wsc_send_cart.btn-arrow {
  padding-right: 50px!important;
  background-position: center right 20px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-arrow-white.svg?4e8cd06cabf04442ac055187d1cdf74e);
  transition: all 0.1s ease-in;
}
.wsc_send_cart.btn-arrow:before {
  transition: all 0.1s ease-in;
}
.wsc_send_cart.btn-arrow:hover {
  background-position: center right 15px!important;
  background-size: 14px!important;
  background-repeat: no-repeat !important;
  background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49) !important;
}
.wsc_send_cart.btn-arrow.btn-yellow {
  background-image: url(../images/icon-arrow-blue.svg?f43c22f17f34064465542435a8af1c49) !important;
}
.wsc_send_cart.btn-direct-contact::before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 5px;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-tel-white.svg?bc788833a4416622c9e8bcb94adc0b50);
}
.wsc_send_cart.btn-direct-contact:hover::before {
  background-image: url(../images/icon-tel.svg?da286eef8c430501017018f31d2fe290);
}
.wsc_send_cart.btn-filter::before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 5px;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-filter-white.svg?6c7ddaf7d87deb012dd1feb2359d30b6);
}
.wsc_send_cart:hover {
  background: #ffffff !important;
  color: #033D57 !important;
}
.wsc_email_fields input,
.wsc_email_fields textarea {
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding: 11px 8px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #6F6F6F;
}
.wsc_email_fields input::-webkit-input-placeholder,
.wsc_email_fields textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6F6F6F;
}
.wsc_email_fields input::-moz-placeholder,
.wsc_email_fields textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #6F6F6F;
}
.wsc_email_fields input:-ms-input-placeholder,
.wsc_email_fields textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #6F6F6F;
}
.wsc_email_fields input:-moz-placeholder,
.wsc_email_fields textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #6F6F6F;
}
.wsc_email_fields input[type=radio],
.wsc_email_fields textarea[type=radio],
.wsc_email_fields input[type=checkbox],
.wsc_email_fields textarea[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.wsc_email_fields input[type=submit],
.wsc_email_fields textarea[type=submit] {
  background: #3695C7;
  box-shadow: 0 2px 3px 0 rgba(50, 50, 93, 0.15);
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  max-width: 192px;
  margin-top: 20px;
  padding-right: 45px;
  background-position: center right 30px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-arrow-white.svg?4e8cd06cabf04442ac055187d1cdf74e);
  transition: all 0.1s ease-in;
}
.wsc_email_fields input[type=submit]:before,
.wsc_email_fields textarea[type=submit]:before {
  transition: all 0.1s ease-in;
}
.wsc_email_fields input[type=submit]:hover,
.wsc_email_fields textarea[type=submit]:hover {
  text-decoration: underline;
  background-position: center right 25px;
}
.wsc_email_fields textarea {
  min-height: 80px;
}
.wsc_email_fields .error .inputname {
  color: red;
}
.wsc_email_fields .error input {
  color: red;
  border: 1px solid red;
}
.wsc_email_fields .error input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: red;
}
.wsc_email_fields .error input::-moz-placeholder {
  /* Firefox 19+ */
  color: red;
}
.wsc_email_fields .error input:-ms-input-placeholder {
  /* IE 10+ */
  color: red;
}
.wsc_email_fields .error input:-moz-placeholder {
  /* Firefox 18- */
  color: red;
}
@media (max-width: 1023px) {
  body {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  }
  body .tmt10 {
    margin-top: 10px!important;
  }
  body .tmt30 {
    margin-top: 30px!important;
  }
  body .tmt60 {
    margin-top: 60px!important;
  }
  body .notablet {
    display: none!important;
  }
  body .tal {
    text-align: left!important;
  }
}
@media (min-width: 992px) {
  body .onlytablet {
    display: none!important;
  }
}
@media (max-width: 992px) {
  body .onlytablet {
    display: inline-block !important;
  }
  body .tpb20 {
    padding-bottom: 20px!important;
  }
}
@media (min-width: 768px) {
  body .onlyphone {
    display: none!important;
  }
}
@media (max-width: 767px) {
  body .mw100 {
    width: 100%!important;
  }
  body .mmt0 {
    margin-top: 0px!important;
  }
  body .mmb0 {
    margin-bottom: 0px!important;
  }
  body .mmb20 {
    margin-bottom: 20px!important;
  }
  body .mmb40 {
    margin-bottom: 40px!important;
  }
  body .mmt10 {
    margin-top: 10px!important;
  }
  body .mmt20 {
    margin-top: 20px!important;
  }
  body .mmt30 {
    margin-top: 30px!important;
  }
  body .mpt20 {
    padding-top: 20px!important;
  }
  body .mpt0 {
    padding-top: 0px!important;
  }
  body .mpb0 {
    padding-bottom: 0px!important;
  }
  body .mpb20 {
    padding-bottom: 20px!important;
  }
  body .nophone {
    display: none!important;
  }
  body .onlyphone {
    display: block;
  }
  body .mobac {
    text-align: center!important;
  }
  body .mobal {
    text-align: left!important;
  }
  body .mdac {
    text-align: center;
  }
  body h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 14px;
  }
  body h3 {
    font-size: 20px;
    line-height: 28px;
  }
  body h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 460px) {
  body .nomobilepadding {
    padding-left: 0;
    padding-right: 0;
  }
}

