/* Variables */
/* Colors */
@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url('FontAwesome.eot?v=4.7.0');
  src: url('fontawesome-webfont.eot?20210915150117?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.woff?202109151501172?v=4.7.0') format('woff2'), url('fontawesome-webfont.woff?20210915150117?v=4.7.0') format('woff'), url('fontawesome-webfont.ttf?20210915150117?v=4.7.0') format('truetype'), url('fontawesome-webfont.svg?20210915150117?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal; }

.wsa-demobar {
  z-index: 999999999 !important; }

.sticky-box {
  position: fixed;
  top: 100px; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #56575B;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: #f3fbfb;
  margin-top: 0 !important; }

*:before, *:after {
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga'; }

* {
  box-sizing: border-box; }

img {
  display: block; }

input:focus, textarea:focus, select:focus, button:focus {
  outline: none; }

*:focus {
  outline: 0; }

.link, a {
  color: #FF6600;
  cursor: pointer;
  text-decoration: none; }

.link:hover, a:hover {
  color: #d75e00; }

.link, .transition, a {
  transition: 0.3s ease; }

.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 150px; }

.overflow-hidden {
  overflow: hidden; }

.overflow-initial {
  overflow: initial !important; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.hide {
  display: none !important; }

.top {
  top: 0; }

.left {
  left: 0; }

.right {
  right: 0; }

.bottom {
  bottom: 0; }

.imgabsolute {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .imgabsolute.contain {
    background-size: contain; }

.section, section {
  margin-bottom: 50px;
  position: relative; }

.full-width {
  width: 100%; }

.full-height {
  height: 100%; }

.full-all {
  height: 100%;
  width: 100%; }

.margin-center {
  margin-left: auto;
  margin-right: auto; }

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

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

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

.m-top-0 {
  margin-top: 0; }

.m-top-5 {
  margin-top: 5px; }

.m-top-10 {
  margin-top: 10px; }

.m-top-20 {
  margin-top: 20px; }

.m-top-30 {
  margin-top: 30px; }

.m-top-50 {
  margin-top: 50px; }

.m-bot-0 {
  margin-bottom: 0; }

.m-bot-5 {
  margin-bottom: 5px; }

.m-bot-10 {
  margin-bottom: 10px; }

.m-bot-15 {
  margin-bottom: 15px; }

.m-bot-20 {
  margin-bottom: 20px; }

.m-bot-30 {
  margin-bottom: 30px; }

.m-bot-50 {
  margin-bottom: 50px; }

.m-bot-100 {
  margin-bottom: 100px; }

.m-bot-150 {
  margin-bottom: 150px; }

.max-width {
  max-width: 100%; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Flex */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

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

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

.justify-space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.justify-space-around {
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.align-top {
  align-items: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.row-reverse {
  flex-direction: row-reverse; }

.block {
  display: block; }

::-webkit-input-placeholder {
  color: #aaaaaa; }

::-moz-placeholder {
  color: #aaaaaa; }

:-ms-input-placeholder {
  color: #aaaaaa; }

:-moz-placeholder {
  color: #aaaaaa; }

.shadow {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12); }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

select, input {
  -webkit-appearance: none;
  -moz-appearance: none;
  font: inherit;
  font-family: 'PT Sans', sans-serif; }

.transition {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

a.inline-cta, input[type="submit"], button, .gui-button-large, .gui-button-small, .cta {
  width: auto;
  max-width: 100%;
  line-height: 20px;
  padding: 14px 30px;
  color: #ffffff;
  border: 1px solid #FF6600;
  border-radius: 3px;
  background: #FF6600;
  transition: 0.3s ease;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  font: inherit;
  font-size: 16px; }
  a.inline-cta.full-width, input[type="submit"].full-width, button.full-width, .gui-button-large.full-width, .gui-button-small.full-width, .cta.full-width {
    width: 100%; }
  a.inline-cta:hover, input[type="submit"]:hover, button:hover, .gui-button-large:hover, .gui-button-small:hover, .cta:hover {
    color: #ffffff;
    background: #d75e00;
    border: 1px solid #d75e00; }
  a.inline-cta.bordered, input[type="submit"].bordered, button.bordered, .gui-button-large.bordered, .gui-button-small.bordered, .cta.bordered {
    color: #000000;
    background: transparent;
    border: 1px solid #14C2CC; }
    a.inline-cta.bordered:before, input[type="submit"].bordered:before, button.bordered:before, .gui-button-large.bordered:before, .gui-button-small.bordered:before, .cta.bordered:before, a.inline-cta.bordered:after, input[type="submit"].bordered:after, button.bordered:after, .gui-button-large.bordered:after, .gui-button-small.bordered:after, .cta.bordered:after {
      color: #FF6600; }
    a.inline-cta.bordered:hover, input[type="submit"].bordered:hover, button.bordered:hover, .gui-button-large.bordered:hover, .gui-button-small.bordered:hover, .cta.bordered:hover {
      color: #ffffff;
      background: #14C2CC;
      border-color: #14C2CC; }
      a.inline-cta.bordered:hover:before, input[type="submit"].bordered:hover:before, button.bordered:hover:before, .gui-button-large.bordered:hover:before, .gui-button-small.bordered:hover:before, .cta.bordered:hover:before, a.inline-cta.bordered:hover:after, input[type="submit"].bordered:hover:after, button.bordered:hover:after, .gui-button-large.bordered:hover:after, .gui-button-small.bordered:hover:after, .cta.bordered:hover:after {
        color: #ffffff; }

.cta.blue {
  background: #14C2CC;
  border-color: #14C2CC; }
  .cta.blue:hover {
    background: #08949c;
    border-color: #08949c; }
.cta.compare-btn {
  padding: 10px 15px 10px 50px;
  background: #F9F9F9;
  border-color: #F9F9F9;
  color: #000000;
  font-size: 14px; }
  .cta.compare-btn:before {
    content: 'check';
    font-family: 'Material Icons';
    color: #ffffff;
    border-radius: 3px;
    position: absolute;
    left: 15px;
    top: 8px;
    background: #ffffff;
    line-height: 20px;
    width: 18px;
    text-align: center;
    height: 18px;
    transition: 0.3s;
    border: 2px solid #ffffff; }
    .cta.compare-btn:hover:before {
      border-color: #14C2CC;
      color: #a9a9a9; }
  .cta.compare-btn.comparing:before {
    border-color: #14C2CC;
    background: #14C2CC;
    color: #ffffff; }
    .cta.compare-btn.comparing:hover:before {
      border-color: #14C2CC;
      background: #ffffff;
      color: #a9a9a9; }
.cta.smaller {
  padding: 10px 20px;
  font-size: 14px;
  min-width: 150px; }
  .cta.smaller:before {
    font-size: 16px; }

.border-radius {
  border-radius: 5px; }

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

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }
  .row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse; }
  .row.row-5 {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: -10px;
    width: calc(100% + 10px); }
    .row.row-5 > * {
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 10px; }
  .row.row-10 {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: -20px;
    width: calc(100% + 20px); }
    .row.row-10 > * {
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 20px; }
  .row.row-25 {
    margin-right: -25px;
    margin-left: -25px;
    margin-bottom: -30px;
    width: calc(100% + 50px); }
    .row.row-25 > * {
      padding-left: 25px;
      padding-right: 25px;
      margin-bottom: 30px; }

.flex-column {
  flex-direction: column; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px; }

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%; }

@media screen and (max-width: 500px) {
  .col-xxs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; } }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

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

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

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

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

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

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px; } }

@media only screen and (min-width: 768px) {
  .container {
    width: 750px; }
  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px; }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

@media only screen and (min-width: 991px) {
  .container {
    width: 880px; }
  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px; }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

@media only screen and (min-width: 1199px) {
  .container {
    width: 1180px; }
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-25 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px; }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-25 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; } }

@media only screen and (min-width: 1400px) {
  .container {
    width: 1280px; } }

.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-scrollbar {
  border-radius: 5px;
  position: relative;
  -ms-touch-action: none;
  background: #F9F9F9;
  position: relative;
  z-index: 50;
  height: 5px;
  width: 100%;
  border-radius: 5px;
  margin: 15px 0 0; }

.swiper-scrollbar-drag {
  background: #14C2CC;
  position: absolute;
  left: 0;
  height: 100%;
  border-radius: 5px; }

.icon.icon-before:before {
  font-family: 'Material Icons';
  position: relative;
  display: inline-block;
  bottom: -2px;
  margin: 0 5px 0 0;
  line-height: 8px; }

.icon.icon-after:after {
  font-family: 'Material Icons';
  position: relative;
  display: inline-block;
  bottom: -3px;
  margin: 0 0 0 5px;
  line-height: 8px; }

.icon:after, .icon:before {
  line-height: 10px; }

.icon.font-awesome.icon-before:before {
  font-family: FontAwesome;
  margin: 0 5px 0 0;
  bottom: 0;
  width: 15px; }

.icon.font-awesome.icon-after:after {
  font-family: FontAwesome;
  margin: 0 0 0 10px;
  bottom: -1px;
  width: 20px; }

.icon-effect:before {
  transition: 0.3s; }
.icon-effect:after {
  transition: 0.3s; }

.icon.icon-after.noma:after, .icon.icon-before.noma:before {
  margin: 0; }

.icon.icon-to-right:after {
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute !important;
  line-height: 1; }

.icon-before.icon-usp:before {
  content: 'check_circle'; }

.icon-before.icon-phone:before {
  content: 'phone'; }

.icon-before.icon-whatsapp:before {
  content: '\f232'; }

.icon-before.icon-filter:before {
  content: "\f1de"; }

.icon-before.icon-facebook:before {
  content: '\f09a'; }

.icon-after.icon-right:after {
  content: 'arrow_forward'; }

.icon-before.icon-left:before {
  content: 'arrow_back'; }

.icon-after.icon-chevright:after {
  content: 'chevron_right'; }

.icon-before.icon-chevleft:before {
  content: 'chevron_left'; }

.icon-before.icon-compare:before {
  content: 'compare_arrows'; }

.icon-before.icon-account:before {
  content: 'person'; }

.icon-before.icon-cart:before {
  content: 'shopping_basket'; }

.icon-before.icon-basket:before {
  content: 'shopping_basket'; }

.icon-before.icon-menu:before {
  content: 'menu'; }

.icon-before.icon-star:before {
  content: 'star'; }

.icon-before.icon-error:before {
  content: 'error'; }

.icon-before.icon-succes:before {
  content: 'check_circle'; }

.icon-before.icon-info:before {
  content: 'info'; }

.icon-before.icon-check:before {
  content: 'check'; }

.icon-before.icon-stock:before {
  content: 'check'; }

.icon-before.icon-nostock:before {
  content: 'info'; }

.icon-before.icon-home:before {
  content: 'home'; }

.icon-before.icon-down:before {
  content: 'keyboard_arrow_down'; }

.icon-before.icon-delivery-time:before {
  content: 'access_time'; }

.icon-before.icon-delivery-costs:before {
  content: 'local_shipping'; }

.icon-before.icon-download:before {
  content: 'file_download'; }

.icon-before.icon-minus:before {
  content: 'remove'; }

.icon-before.icon-edit:before {
  content: 'edit'; }

.icon-before.icon-delete:before {
  content: 'close'; }

.icon-before.icon-plus:before {
  content: 'add'; }

.icon-before.icon-discount:before {
  content: 'new_releases'; }

.icon-before.icon-secure:before {
  content: 'https'; }

.icon-after.icon-secure:after {
  content: 'https'; }

.icon-before.icon-search:before {
  content: 'search'; }

.icon-before.icon-close:before {
  content: 'close'; }

.icon-before.icon-colorfan:before {
  content: 'palette'; }

.menu-open .icon-before.icon-menu:before {
  content: 'close'; }

.whatsapp-contact-button {
  position: fixed;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding: 0px;
  overflow: visible;
  margin-right: 10px;
  margin-bottom: 10px;
  opacity: 1;
  border: 0px;
  z-index: 999998;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-property: opacity, top, bottom;
  right: 0px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px; }
  .whatsapp-contact-button a:before {
    color: #ffffff;
    bottom: 1px; }

@media screen and (max-width: 991px) {
  .whatsapp-contact-button {
    margin-bottom: 70px; } }

.maxtext {
  max-width: 750px;
  color: #56575B; }
  .maxtext p {
    margin: 0 0 30px; }
    .maxtext p.m-bot-0 {
      margin-bottom: 0; }
    .maxtext p > a.cta {
      margin-top: 10px; }
    .maxtext p + h2, .maxtext p + h3 {
      margin-top: 30px;
      display: inline-block; }
  .maxtext *:last-child {
    margin-bottom: 0 !important; }
  .maxtext strong {
    color: #000000; }
  .maxtext img:not([width]), .maxtext iframe, .maxtext figure {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 20px 0 0;
    display: inline-block; }
  .maxtext ol {
    margin: 0 0 30px;
    padding: 0 0 0 17px; }
    .maxtext ol li {
      line-height: 1.5;
      margin-bottom: 5px; }
    .maxtext ol + * {
      margin-top: 30px !important; }
  .maxtext ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .maxtext ul li {
      position: relative;
      padding-left: 17px;
      line-height: 1.5;
      margin-bottom: 5px; }
      .maxtext ul li:before {
        content: '';
        top: 9px;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background: #FF6600;
        position: absolute;
        left: 0; }
    .maxtext ul + * {
      margin-top: 30px !important; }
  .maxtext.ul-check-icons ul li {
    padding-left: 30px;
    margin-bottom: 10px; }
    .maxtext.ul-check-icons ul li:before {
      content: 'check';
      top: -4px;
      font-family: 'Material Icons';
      font-size: 22px;
      color: #2bd500;
      background: transparent;
      width: auto;
      height: auto; }
  .maxtext p {
    display: block;
    line-height: 1.5; }
    .maxtext table th {
      text-align: left;
      color: #000000;
      padding: 0 0 10px;
      min-width: 200px;
      vertical-align: baseline; }
    .maxtext table td {
      padding: 0 0 10px;
      vertical-align: baseline; }
      .maxtext table td:not(:first-child) {
        padding-left: 20px; }

h1 {
  color: #000000;
  font-size: 37.89px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 5px;
  display: block; }

h2 {
  color: #000000;
  font-size: 28.43px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 5px;
  display: block; }
  h2.title {
    position: relative;
    z-index: 2; }
    h2.title:before {
      content: '';
      position: absolute;
      left: -10px;
      top: 10px;
      width: 381px;
      height: 27px;
      background-image: url('verfstreep.svg?20210915150117');
      background-size: cover;
      z-index: -1; }

h3 {
  color: #000000;
  font-size: 28.43px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 7px;
  display: block; }

h4 {
  color: #000000;
  font-size: 21.32px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 10px;
  display: block; }

h5 {
  color: #000000;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 5px;
  display: block; }

h6 {
  color: #000000;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 5px;
  display: block; }

/* Header */
.site-header {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  left: 0;
  top: 0;
  background: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12); }
  .site-header:before {
    content: '';
    top: 0;
    background: #ffffff;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

.top-bar {
  background: #14C2CC;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  font-weight: 700; }
  .top-bar p {
    margin: 0; }
  .top-bar a {
    color: #ffffff;
    font-weight: 700; }
    .top-bar a:hover {
      color: #FF6600; }
    .top-bar a.icon-phone {
      margin-right: 5px; }
    .top-bar a.icon-whatsapp {
      margin-left: 5px; }
    .top-bar a:before {
      font-weight: 400; }

.col-logo {
  width: 20%; }
  .col-logo img {
    margin: 10px 0;
    height: 50px; }

.middle-bar {
  transition: 0.3s;
  border-bottom: 1px solid #F9F9F9;
  z-index: 2;
  background: #fff;
  position: relative;
  margin-bottom: -1px; }
  .middle-bar #result {
    position: absolute;
    width: 100%;
    cursor: pointer;
    overflow-y: auto;
    box-sizing: border-box;
    z-index: 1001;
    transform-origin: top;
    animation: scale-drop-down-typeahead 0.25s cubic-bezier(0.1, 1.45, 0.35, 1); }

.search-bar-custom {
  position: relative; }

.search-bar, .search-bar-custom {
  width: 50%;
  max-width: 450px; }
  .search-bar .verfwebwinkel-search, .search-bar-custom .verfwebwinkel-search {
    border: 2px solid #FF6600;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    padding: 5px 120px 5px 15px;
    background: #ffffff; }
  .search-bar #result, .search-bar-custom #result {
    background-color: #ffffff;
    display: none; }
    .search-bar #result .list-group-item:hover .search-category-info, .search-bar-custom #result .list-group-item:hover .search-category-info, .search-bar #result .list-group-item:hover .search-product-info, .search-bar-custom #result .list-group-item:hover .search-product-info, .search-bar #result .list-group-item:hover .search-blog-info, .search-bar-custom #result .list-group-item:hover .search-blog-info {
      color: #14C2CC; }
      .search-bar #result .list-group-item:hover .search-category-info .product-price, .search-bar-custom #result .list-group-item:hover .search-category-info .product-price, .search-bar #result .list-group-item:hover .search-product-info .product-price, .search-bar-custom #result .list-group-item:hover .search-product-info .product-price, .search-bar #result .list-group-item:hover .search-blog-info .product-price, .search-bar-custom #result .list-group-item:hover .search-blog-info .product-price {
        color: #FF6600; }
    .search-bar #result .search-img, .search-bar-custom #result .search-img {
      width: 25%; }
      .search-bar #result .search-img img, .search-bar-custom #result .search-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
        padding: 0.8rem 0; }
    .search-bar #result .search-product-info, .search-bar-custom #result .search-product-info {
      padding: 0.8rem 1.2rem;
      font-weight: 700;
      color: #000; }
      .search-bar #result .search-product-info .product-price, .search-bar-custom #result .search-product-info .product-price {
        color: #FF6600; }
    .search-bar #result .search-seperator, .search-bar-custom #result .search-seperator {
      height: 1px;
      background-color: #14C2CC; }
    .search-bar #result .search-category-info, .search-bar-custom #result .search-category-info, .search-bar #result .search-blog-info, .search-bar-custom #result .search-blog-info {
      padding: 0.8rem 1.2rem;
      color: #000; }
  .search-bar form, .search-bar-custom form {
    margin: 10px 0; }
    .search-bar form input, .search-bar-custom form input {
      border: 2px solid #FF6600;
      border-radius: 5px;
      width: 100%;
      height: 50px;
      padding: 5px 120px 5px 15px;
      background: #ffffff; }
  .search-bar.focus .search-words, .search-bar-custom.focus .search-words {
    opacity: 1;
    pointer-events: inherit;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .search-bar .icon-search, .search-bar-custom .icon-search {
    right: 9px;
    top: 7px;
    width: 70px;
    text-align: center;
    background: #FF6600;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
    line-height: 40px;
    height: 36px;
    z-index: 9999999; }

.search-words {
  top: 100%;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  z-index: 999999;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: 0.3s ease;
  margin: 10px 0 0; }
  .search-words span {
    padding: 0 12px;
    border-bottom: 1px solid #efefef;
    line-height: 30px;
    display: block;
    transition: 0.3s; }
    .search-words span:first-child {
      background: #efefef; }
    .search-words span:last-child {
      border-bottom: 0; }
    .search-words span:after {
      opacity: 0;
      color: #14C2CC; }
    .search-words span:not(:first-child) {
      cursor: pointer; }
      .search-words span:not(:first-child):hover {
        color: #14C2CC; }
        .search-words span:not(:first-child):hover:after {
          opacity: 1; }

.right-menu li {
  margin-left: 20px; }
.right-menu a {
  text-align: center;
  color: #000000;
  font-size: 12px; }
  .right-menu a.icon:before {
    display: block;
    font-size: 16px;
    color: #56575B;
    margin: 0 0 2px !important; }
  .right-menu a:hover {
    color: #14C2CC; }

.btw-toggle {
  width: 15%; }

.col-right {
  width: 25%; }

.bottom-bar {
  transition: 0.3s; }
  .bottom-bar ul li a {
    color: #000000;
    font-size: 14px;
    line-height: 50px;
    display: block; }
    .bottom-bar ul li a:hover {
      color: #14C2CC; }
  .bottom-bar ul li.active-item > a {
    font-weight: 700; }
.bottom-bar .menu > li > .sub-menu-wrap {
  position: absolute;
  background: #ffffff;
  left: 0;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  pointer-events: none;
  width: 100%;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  top: 150px;
  border-top: 1px solid #F9F9F9;
  z-index: -1; }
.bottom-bar .menu li.menu-item-has-children > a {
  position: relative; }
  .bottom-bar .menu li.menu-item-has-children > a:after {
    content: 'expand_more';
    font-family: 'Material Icons';
    color: #14C2CC;
    font-weight: 700;
    position: relative;
    margin: 0 0 0 5px;
    top: 3px;
    line-height: 1; }
.bottom-bar .menu li.menu-item-has-children:after {
  content: '';
  background: #000000;
  left: 0;
  top: 0;
  z-index: -2;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s; }

.bottom-bar .menu > li.menu-item-has-children:hover > .sub-menu-wrap {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: initial;
  opacity: 1; }
.bottom-bar .menu > li.menu-item-has-children:hover:after {
  opacity: 0.4; }

.sub-menu-wrap {
  padding: 30px 0; }
  .sub-menu-wrap ul li a {
    line-height: 25px; }
    .sub-menu-wrap ul li a:after {
      content: 'chevron_right';
      font-family: 'Material Icons';
      margin-left: 2px;
      opacity: 0;
      transition: 0.3s;
      font-weight: 700;
      color: #14C2CC;
      position: relative;
      display: inline-block;
      top: 3px; }
      .sub-menu-wrap ul li a:hover:after {
        opacity: 1;
        -webkit-transform: translateX(3px);
        transform: translateX(3px); }

.hero-home {
  padding: 20px 0; }
  .hero-home h2 {
    color: #ffffff;
    margin: 0 0 20px; }
  .hero-home h3 {
    color: #ffffff;
    margin: 0 0 10px; }
  .hero-home h6 {
    color: #ffffff;
    margin: 0 0 5px; }
  .hero-home a {
    padding: 20px;
    border-radius: 5px; }
  .hero-home .maxtext {
    z-index: 2; }
    .hero-home .smaller-block h3 {
      font-size: 21.32px;
      margin: 0 0 14px; }

.gradiant-bg:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 75%;
  background: #000000;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6222864146) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, #0000009f 0%, #fff0 100%);
  background: linear-gradient(0deg, #0000009f 0%, #fff0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1); }

.section-trustpilot {
  background: #ffffff;
  padding: 45px 0; }
  .section-trustpilot.big {
    padding: 45px 0 50px; }

.cat-box {
  background: #ffffff;
  border-radius: 5px; }
  .cat-box .img-box {
    height: 180px;
    display: block; }
    .cat-box .img-box .img-inner {
      transition: 0.3s ease; }
      .cat-box .img-box:hover .img-inner {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
  .cat-box h4 {
    transition: 0.3s ease; }
  .cat-box .info-box {
    padding: 20px; }
    .cat-box .info-box a {
      color: #56575B;
      position: relative; }
      .cat-box .info-box a:after {
        position: absolute;
        bottom: 5px; }
      .cat-box .info-box a:hover {
        color: #14C2CC; }
        .cat-box .info-box a:hover:after {
          -webkit-transform: translateX(5px);
          transform: translateX(5px); }
        .cat-box .info-box a:hover h4 {
          color: #14C2CC; }
    .cat-box .info-box li:not(:last-child) {
      margin-bottom: 3px; }

.product-box {
  background: #ffffff;
  border-radius: 5px;
  padding: 20px;
  color: #56575B;
  transition: 0.3s; }
  .product-box:hover {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.08);
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }
  .product-box img {
    width: 100%;
    height: auto; }
  .product-box .img-info {
    padding: 10px 0 7px;
    border-bottom: 1px solid #F9F9F9;
    margin-bottom: 10px; }
  .product-box .price-box {
    padding: 0 90px 20px 20px;
    height: 70px;
    flex-wrap: wrap; }
    .product-box .price-box .old-price, .product-box .price-box .main-price {
      width: 100%; }
  .product-box .title-box {
    padding: 0 0 60px; }
    .product-box .title-box h5 {
      font-size: 16px; }

.main-price {
  color: #FF6600;
  font-size: 21.32px;
  font-weight: 700; }
  .main-price span {
    color: #a9a9a9;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 5px; }

.old-price {
  color: #a9a9a9;
  font-size: 14px;
  margin: 5px 10px 0 0;
  text-decoration: line-through; }

.icon-star {
  font-size: 14px;
  margin-right: 3px;
  color: #ebebeb !important; }
  .icon-star.f {
    color: #14C2CC !important; }

.available-span {
  color: #57c13e;
  font-size: 12px;
  margin: 0 -2px 0;
  display: block;
  font-weight: 700; }
  .available-span.icon-error {
    color: #cd2d2d; }
  .available-span:before {
    font-weight: 400; }

.sale-label {
  position: absolute;
  color: #ffffff;
  background: #14C2CC;
  font-size: 14px;
  line-height: 20px;
  padding: 0 10px;
  font-weight: 700;
  border-radius: 3px;
  z-index: 2;
  left: 20px;
  top: 20px; }

.product-column .cta {
  position: absolute;
  right: 30px;
  bottom: 20px;
  padding: 14px 0;
  width: 70px; }

.section-brands .swiper-slide {
  background: #ffffff;
  border-radius: 5px; }
  .section-brands .swiper-slide a {
    padding: 20px;
    background-size: 80px; }
    .section-brands .swiper-slide a:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }

.swiper-pagination .swiper-pagination-bullet {
  height: 5px;
  width: 100px;
  background: #a9a9a9;
  margin: 0 10px;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 3px; }
  .swiper-pagination .swiper-pagination-bullet:hover {
    box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.2); }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FF6600; }

.main-footer {
  background: #000000;
  padding: 50px 0; }
  .main-footer .maxtext {
    color: #ffffff; }
    .main-footer .maxtext h6 {
      color: #ffffff;
      font-size: 21.32px;
      margin: 0 0 10px; }
      .main-footer .maxtext ul.no-title {
        padding-top: 31px; }
      .main-footer .maxtext ul li {
        padding-left: 0;
        margin-bottom: 5px; }
        .main-footer .maxtext ul li:before {
          display: none; }
    .main-footer .maxtext p {
      margin: 0; }
    .main-footer .maxtext a {
      color: #ffffff; }
      .main-footer .maxtext a:hover {
        color: #FF6600; }

.openingstijden span {
  width: 92px;
  display: inline-block; }

.form textarea, .form select, .form input {
  width: 100%;
  height: 50px;
  border: 1px solid #dde5e7;
  color: #56575B;
  border-radius: 5px;
  background: #ffffff;
  padding: 5px 18px;
  transition: 0.3s;
  font-size: 16px; }
  .form textarea:hover, .form select:hover, .form input:hover {
    border-color: #FF6600; }
  .form textarea:active, .form select:active, .form input:active, .form textarea:focus, .form select:focus, .form input:focus {
    border: 2px solid #FF6600 !important; }
.form em {
  color: #14C2CC;
  font-style: normal; }
.form textarea {
  max-width: 100%;
  max-height: 200px;
  height: 120px;
  font: inherit;
  padding: 10px 15px; }

.newsform input {
  margin: 0 0 10px; }
.newsform button {
  width: 100%; }

.redbanana {
  padding: 11px; }
  .redbanana a {
    color: #000000;
    font-weight: 700; }
    .redbanana a:hover {
      color: #14C2CC; }

.section-breadcrumbs {
  padding: 20px 0 0; }

.breads a {
  color: #a9a9a9;
  background: #edeff0;
  line-height: 30px;
  display: inline-block;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 14px; }
  .breads a:last-child {
    color: #56575B; }
  .breads a:hover {
    color: #ffffff;
    background: #000000; }
.breads .icon-chevright {
  color: #FF6600;
  padding: 0 5px;
  line-height: 28px; }
  .breads .last-item span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 150px;
    display: block; }

.sidebar {
  padding: 20px;
  border-radius: 5px;
  background: #ffffff; }
  .sidebar .a-back {
    color: #14C2CC;
    font-weight: 700;
    margin: 0 0 15px;
    display: block; }
    .sidebar .a-back:hover {
      color: #FF6600; }
  .sidebar .toggle-filter-box {
    font-weight: 700;
    margin: -25px 0 30px;
    display: block; }

.filter-box {
  transition: 0.3s ease; }
  .filter-box:not(:last-child) {
    margin-bottom: 40px; }
  .filter-box h4 {
    font-size: 16px;
    margin: 0 0 13px; }
  .filter-box a {
    color: #000000;
    line-height: 20px; }
    .filter-box a:after {
      color: #FF6600; }
    .filter-box a:hover {
      color: #FF6600; }
      .filter-box a:hover:after {
        -webkit-transform: translateX(5px);
        transform: translateX(5px); }
  .filter-box li:first-child {
    margin-top: -2px; }
  .filter-box li:not(:last-child) {
    margin-bottom: 7px; }
  .filter-box .price-boxes {
    width: 50%;
    margin: 0 !important; }
    .filter-box .price-boxes input {
      width: 100px;
      height: 30px;
      font-size: 14px;
      background: #F9F9F9;
      text-align: center; }

.filter-cats {
  border-left: 2px solid #F9F9F9;
  padding-left: 20px; }
  .filter-cats li a {
    display: block; }
    .filter-cats li a.active {
      color: #FF6600;
      font-weight: 700; }
      .filter-cats li a.active:after {
        font-weight: 400; }

.clicked.icon-before.icon-down:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.form input[type=radio], .form input[type=checkbox] {
  display: none; }
  .form input[type=radio] + label, .form input[type=checkbox] + label {
    position: relative;
    padding: 0 0 0 32px;
    cursor: pointer;
    line-height: 20px;
    display: block; }
    .form input[type=radio] + label.flex, .form input[type=checkbox] + label.flex {
      display: flex; }
    .form input[type=radio] + label:before, .form input[type=checkbox] + label:before {
      content: '';
      width: 18px;
      height: 18px;
      border: 1px solid #ffffff;
      box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.1);
      left: 0;
      top: 0;
      position: absolute;
      transition: 0.3s;
      background: #ffffff;
      border-radius: 3px; }
    .form input[type=radio] + label:after, .form input[type=checkbox] + label:after {
      content: 'check';
      font-family: 'Material Icons';
      font-size: 14px;
      font-weight: 700;
      color: #ffffff;
      left: 0;
      width: 20px;
      text-align: center;
      line-height: 20px;
      opacity: 0;
      transition: 0.3s;
      top: 0;
      position: absolute; }
      .form input[type=radio] + label:hover:before, .form input[type=checkbox] + label:hover:before {
        background: #F9F9F9;
        border-color: #FF6600; }
  .form input[type=radio]:checked + label:before, .form input[type=checkbox]:checked + label:before {
    background: #FF6600;
    border-color: #FF6600;
    box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0); }
  .form input[type=radio]:checked + label:after, .form input[type=checkbox]:checked + label:after {
    opacity: 1; }
.form input[type=radio]:not(.squere) + label:before {
  border-radius: 50%; }
.form label {
  display: block;
  margin: 0 0 3px; }

.toggle-box h4 {
  position: relative;
  cursor: pointer; }
  .toggle-box h4:after {
    content: 'remove';
    font-family: 'Material Icons';
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    font-size: 14px;
    color: #ffffff;
    background: #000000;
    right: 0;
    top: 0;
    position: absolute;
    transition: 0.3s; }
    .toggle-box h4:after:hover {
      background: #14C2CC; }
.toggle-box.closed h4:after {
  content: 'add'; }

.widget .maxtext {
  background: #F9F9F9;
  padding: 20px;
  border-radius: 5px; }
  .widget .maxtext h4 {
    font-size: 21.32px;
    margin: 5px 0; }
  .widget .maxtext p {
    font-size: 12px;
    margin: 0 auto 15px;
    max-width: 180px; }
  .widget .maxtext a {
    color: #ffffff; }

.priceSlider {
  float: left;
  width: 100%;
  margin: 10px 0 15px !important; }
  .priceSlider #sliderRange {
    border: 2px solid #F9F9F9;
    margin: 5px 0;
    position: relative; }
  .priceSlider .ui-slider-range {
    background-color: #14C2CC;
    position: absolute;
    height: 4px;
    top: -2px; }
  .priceSlider .ui-slider-handle {
    border: 10px solid #14C2CC;
    border-radius: 10px;
    height: 0;
    margin: -10px 0 0 -2px;
    position: absolute;
    transition: 0s; }
    .priceSlider .ui-slider-handle:last-child {
      margin: -10px 0 0 -17.5px; }

.title-collection h1 {
  font-size: 28.43px;
  width: auto;
  display: inline; }
  .title-collection h1 + span {
    margin-left: 12px; }

.sort-select-box {
  height: 40px;
  border: 1px solid #dcd8d6;
  border-radius: 5px;
  padding: 0 40px 0 15px;
  cursor: pointer;
  transition: 0.3s; }
  .sort-select-box:hover {
    border-color: #14C2CC; }
  .sort-select-box:after {
    content: 'keyboard_arrow_down';
    font-family: 'Material Icons';
    color: #14C2CC;
    position: absolute;
    right: 15px; }
  .sort-select-box select {
    background: transparent;
    border: 0;
    font-weight: 700;
    margin-left: 10px;
    cursor: pointer; }

.select-box:after {
  content: 'keyboard_arrow_down';
  font-family: 'Material Icons';
  color: #14C2CC;
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 18px;
  pointer-events: none; }

.pagination .page-nmr a {
  margin: 0 0 0 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  color: #FF6600; }
  .pagination .page-nmr a:not(.icon) {
    border-radius: 3px;
    background: transparent;
    color: #000000;
    font-weight: 700; }
  .pagination .page-nmr a:hover {
    background: #ffffff; }
.pagination .page-nmr.active a {
  background: #FF6600;
  color: #ffffff; }
.pagination .page-nmr.disabled {
  display: none; }

.featured-categories {
  margin-top: -10px; }

.feaured-cat {
  padding: 0 0 0 2px; }
  .feaured-cat .img-box {
    height: 150px;
    border-radius: 5px;
    margin: 0 0 10px; }
  .feaured-cat h5 {
    font-size: 16px; }
  .feaured-cat .imgabsolute {
    transition: 0.3s; }
    .feaured-cat:hover .imgabsolute {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }

.featured-tags {
  margin: 0 0 25px; }

.feaured-tag {
  margin: 0 10px 10px 0;
  font-size: 14px;
  padding: 9px 20px; }

.slider-active .swiper-container {
  background: #ffffff;
  padding: 20px;
  border-radius: 5px; }

.sidebar-column {
  width: 295px; }

.main-column {
  width: calc(100% - 295px);
  padding-left: 20px; }

.filter-btn.cta {
  margin: 10px 0;
  width: 100%; }

.filter-overlay {
  content: '';
  background: #000000;
  left: 0;
  top: 0;
  z-index: 998;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  cursor: pointer; }

.sidebar-open .filter-overlay {
  opacity: 0.6;
  pointer-events: inherit; }

.close-filter {
  font-weight: 700; }

.main-left {
  width: calc(100% - 400px);
  padding-right: 50px; }

.bigger-stars .stars a, .bigger-stars .stars span {
  font-size: 14px;
  color: #56575B; }
.bigger-stars .stars .length-c {
  margin: 0 0 0 10px; }
.bigger-stars .stars a {
  font-weight: 700;
  margin: 0 0 0 5px; }
  .bigger-stars .stars a:hover {
    color: #14C2CC; }
.bigger-stars .icon-star:before {
  font-size: 20px; }

.main-right {
  width: 400px; }
  .main-right .main-price {
    font-size: 28.43px; }
  .main-right .cta {
    width: 100%;
    padding: 19px 20px;
    font-weight: 700; }
    .main-right .cta:before {
      font-weight: 400; }
  .main-right .section-products {
    margin-top: 50px; }
    .main-right .section-products .cta {
      padding: 14px 0;
      width: 70px; }
  .main-right .stock {
    font-size: 14px;
    color: #57c13e;
    display: block;
    margin: 10px 0 0; }
    .main-right .stock.icon-nostock {
      color: #cd2d2d; }

.white-box {
  padding: 20px;
  border-radius: 5px;
  background: #ffffff; }

.product-images img {
  max-width: 100%;
  margin: 0 auto; }

.gallery-thumbs {
  padding: 0 30px; }
  .gallery-thumbs .swiper-slide {
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #ffffff;
    transition: 0.3s; }
    .gallery-thumbs .swiper-slide:hover {
      border-color: #14C2CC; }

.product-images .swiper-button {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #14C2CC;
  font-size: 18px;
  z-index: 9;
  cursor: pointer; }
  .product-images .swiper-button.swiper-button-next {
    right: 0;
    left: inherit; }
  .product-images .swiper-button.swiper-button-disabled {
    color: #a9a9a9;
    opacity: 0.5;
    pointer-events: none; }

.product-usp .icon {
  width: 30px;
  color: #14C2CC;
  font-size: 30px; }
.product-usp .maxtext {
  width: calc(100% - 30px);
  padding-left: 10px; }
  .product-usp .maxtext p {
    margin: 0 0 3px;
    font-size: 14px;
    line-height: 1.4; }
    .product-usp .maxtext p strong {
      font-size: 16px; }
.product-usp:not(:last-child) {
  margin-bottom: 12px; }

.best-usps.maxtext ul li {
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 5px; }
  .best-usps.maxtext ul li:before {
    top: -1px;
    font-size: 18px;
    color: #14C2CC; }
.best-usps.maxtext strong {
  color: #FF6600; }

.product-fields label {
  font-weight: 700;
  margin: 0 0 5px;
  display: block;
  font-size: 14px;
  color: #000000; }
.product-fields .quantity-box {
  width: 50%;
  padding-right: 5px; }

.all-quantity-box input {
  text-align: center; }
.all-quantity-box a {
  font-size: 18px;
  color: #14C2CC;
  line-height: 50px;
  width: 50px;
  text-align: center; }
  .all-quantity-box a:hover {
    color: #FF6600; }

.product-configure {
  width: 100%;
  margin: 0 0 10px; }

.section-info .maxtext h2 {
  font-size: 21.32px;
  margin: 0 0 10px; }
.section-info .maxtext h3 {
  font-size: 18px; }

.sections-product > *:not(:last-child) {
  margin-bottom: 50px; }

.section-kenmerkenblad {
  padding-top: 5px; }
  .section-kenmerkenblad img {
    width: 40px;
    height: 40px;
    margin-right: 15px; }
  .section-kenmerkenblad strong, .section-kenmerkenblad p {
    line-height: 1; }
  .section-kenmerkenblad .maxtext {
    padding-right: 15px; }
  .section-kenmerkenblad .cta-box {
    padding: 15px 0 0; }
  .section-kenmerkenblad .mobile-bigger {
    padding: 15px 0 0; }

.summary {
  font-weight: 700;
  color: #000000; }

.single-review:not(:last-child) {
  margin-bottom: 10px; }

.review-date {
  color: #a9a9a9;
  text-transform: lowercase; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 5px; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.expand-more {
  font-weight: 700; }

.heighter {
  transition: 0.3s; }

.open .icon-down.expand-more:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.discounts {
  border-radius: 5px;
  padding: 20px;
  background: #F9F9F9; }
  .discounts li, .discounts p {
    font-size: 14px; }
    .discounts .maxtext ul li {
      padding-left: 0;
      line-height: 1.2; }
      .discounts .maxtext ul li:before {
        display: none; }

.back-bread {
  border-bottom: 1px solid #dcd8d6;
  padding: 0 0 10px; }
  .back-bread a {
    color: #000000;
    font-size: 14px; }

.item-added-total {
  transition: 0.3s 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: -8px;
  width: 18px;
  height: 18px;
  background: #FF6600;
  line-height: 18px;
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
  left: 58%;
  font-style: normal; }

.loaded .item-added-total {
  -webkit-transform: scale(1);
  transform: scale(1); }

.payments img {
  width: 40px;
  margin: 0 0 0 10px; }

.single-article {
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  .single-article .article-content {
    padding: 20px; }
  .single-article .blue-span {
    color: #ffffff;
    line-height: 20px;
    padding: 0 5px;
    display: inline-block;
    background: #14C2CC;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 3px;
    border-radius: 3px; }
  .single-article .date-span {
    color: #a9a9a9;
    font-size: 14px;
    margin: 0 0 5px; }
  .single-article .icon-chevright {
    padding-top: 20px;
    border-top: 1px solid #F9F9F9;
    margin-top: 20px;
    font-weight: 700;
    color: #FF6600;
    position: relative; }
  .single-article span {
    display: block; }
  .single-article h3, .single-article h2 {
    font-size: 21.32px;
    margin-bottom: 10px; }
  .single-article .img-box {
    width: 45%;
    height: auto; }
  .single-article .article-content {
    width: 55%; }

.big-article .single-article .article-content {
  padding: 40px; }
.big-article .single-article h1 {
  font-size: 28px;
  margin-bottom: 10px; }
.big-article .single-article .article-small-desc {
  color: #56575B;
  margin: 0 0 20px; }
.big-article .img-box {
  width: 50%; }
.big-article .article-content {
  width: 50%; }

.tags-overzicht {
  background: #ffffff;
  padding: 50px 0; }
  .tags-overzicht .img-box {
    margin: 0 0 10px;
    border-radius: 5px; }

.articles-section .single-article .img-box {
  width: 100%;
  height: 220px; }
.articles-section .single-article .article-content {
  width: 100%; }

.article-hero {
  height: 400px;
  border-radius: 5px; }
  .article-hero .bottom-bar {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.75); }
    .article-hero .bottom-bar img {
      height: 50px;
      width: 50px;
      margin: 0 10px 0 0;
      border-radius: 50%; }
    .article-hero .bottom-bar p {
      color: #ffffff;
      margin: 0; }

.date-tags {
  color: #14C2CC;
  font-weight: 700; }
  .date-tags a {
    color: #14C2CC; }
    .date-tags a:hover {
      color: #08949c; }

.article-main h1 {
  line-height: 1.1;
  margin: 0 0 20px; }

.single-field label {
  display: block;
  margin: 0 0 3px; }

.free-kleuren-waaier {
  padding: 20px;
  border-radius: 5px;
  background: #ffffff; }
  .free-kleuren-waaier .img-box {
    border-radius: 5px;
    height: 50vh;
    max-height: 400px; }
    .free-kleuren-waaier .img-box .imgabsolute {
      transition: 0.3s; }
      .free-kleuren-waaier .img-box:hover .imgabsolute {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }

.comments-section form {
  padding: 20px;
  border-radius: 5px;
  background: #ffffff; }

.single-product-article.mobile-single-product-article .cta {
  position: absolute;
  right: 20px;
  bottom: 20px; }
.single-product-article .img-box {
  width: 120px;
  padding: 0 20px 0 0; }
  .single-product-article .img-box img {
    width: 100%; }
.single-product-article .product-info {
  width: calc(100% - 120px); }
.single-product-article h6 {
  margin: 5px 0 10px; }
.single-product-article .price-box {
  padding: 0 90px 20px 140px;
  flex-wrap: wrap; }
  .single-product-article .price-box .old-price, .single-product-article .price-box .main-price {
    width: 100%; }

@media screen and (max-width: 550px) {
  .single-product-article.mobile-single-product-article .cta {
    position: absolute;
    right: 20px;
    bottom: 20px; }
  .single-product-article.mobile-single-product-article .product-info {
    width: 100%; }
    .single-product-article.mobile-single-product-article .product-info .available-span {
      padding-left: 165px; }
    .single-product-article.mobile-single-product-article .product-info .price-box {
      flex-wrap: wrap; }
      .single-product-article.mobile-single-product-article .product-info .price-box .old-price, .single-product-article.mobile-single-product-article .product-info .price-box .main-price {
        width: 100%; } }

@media screen and (max-width: 430px) {
  .single-product-article.mobile-single-product-article .product-info .available-span {
    padding-left: 115px; } }

main .product-column {
  margin-bottom: 30px; }

.section-login-hero {
  padding: 80px 0 0; }
  .section-login-hero .white-box {
    padding: 50px; }

.section-register-hero {
  min-height: 350px;
  max-height: 450px;
  height: 35vh;
  padding: 70px 0 30px 0; }
  .section-register-hero .container {
    z-index: 2; }
    .section-register-hero .maxtext h1, .section-register-hero .maxtext p {
      color: #ffffff; }
  .section-register-hero:after {
    content: '';
    background: white;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9; }

.account-pages .section-breadcrumbs {
  margin-bottom: -50px;
  position: relative;
  z-index: 2; }
  .account-pages .breads a {
    background: #ffffff; }
    .account-pages .breads a:hover {
      background: #000000; }

.seperate {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px; }
  .seperate:before {
    content: '';
    border-bottom: 1px solid #efefef;
    margin: auto 20px auto auto;
    width: 48%; }
  .seperate:after {
    content: '';
    border-bottom: 1px solid #efefef;
    margin: auto auto auto 20px;
    width: 48%; }

.cta.fb-cta {
  background: #3B5999;
  border: 1px solid #3B5999;
  margin: 10px 0 0; }
  .cta.fb-cta:hover {
    box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.15); }
  .cta.fb-cta:before {
    margin: 0 10px 0 0 !important; }

.gui.gui-challenge {
  padding: 50px 20px;
  background: #fff;
  margin: 30px auto !important;
  border-radius: 5px; }

.mobile-bar {
  position: fixed;
  bottom: 0;
  transition: 0.3s;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #fff; }
  .mobile-bar .item-added-total {
    top: 8px; }
  .mobile-bar ul {
    margin: 0 0 0 -10px; }
    .mobile-bar ul li {
      width: 25%;
      padding: 0 10px; }
  .mobile-bar a {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #56575B;
    padding: 10px 0;
    line-height: 20px; }
    .mobile-bar a:before {
      display: block !important;
      font-size: 18px;
      line-height: 20px !important; }

.site-header .icon-close {
  color: #14C2CC; }

.floating-messages {
  position: fixed;
  padding: 0 20px 10px;
  z-index: 9999999999;
  max-width: 420px; }
  .floating-messages .message {
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    padding: 15px 30px 20px 50px;
    transition: 0.3s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    pointer-events: none;
    opacity: 0;
    border-top: 5px solid #a9a9a9;
    color: #000000; }
    .floating-messages .message.icon.icon-before:before {
      position: absolute;
      left: 20px;
      top: 23px;
      bottom: inherit;
      font-size: 20px; }
    .floating-messages .message.icon-info {
      border-color: #14C2CC; }
      .floating-messages .message.icon-info:before {
        color: #14C2CC; }
    .floating-messages .message.icon-succes {
      border-color: #57c13e; }
      .floating-messages .message.icon-succes:before {
        color: #57c13e; }
    .floating-messages .message.icon-error {
      border-color: #cd2d2d; }
      .floating-messages .message.icon-error:before {
        color: #cd2d2d; }
    .floating-messages .message a {
      padding: 8px 10px;
      color: #000; }
    .floating-messages .message.show-it {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      pointer-events: inherit;
      opacity: 1; }

.big-overlay {
  background: #000000;
  left: 0;
  top: 0;
  z-index: 99999998;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s; }

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background: #f3fbfb;
  z-index: 99999999;
  width: 100%;
  max-width: 900px;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  overflow: hidden; }
  .modal .swiper-container {
    overflow: inherit; }
  .modal .inner-modal {
    padding: 50px; }
    .modal .inner-modal .maxtext {
      padding-left: 80px; }
      .modal .inner-modal .maxtext:before {
        content: 'check';
        font-size: 32px;
        font-family: 'Material Icons';
        color: #14C2CC;
        line-height: 60px;
        text-align: center;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 3px;
        left: 0;
        border: 1px solid #14C2CC;
        border-radius: 50%; }
    .modal .inner-modal h5 {
      margin: 0 0 15px; }
      .modal .inner-modal h5 + p {
        margin: 0; }
  .modal .btns a {
    width: 100%; }
    .modal .btns a:first-child {
      margin-bottom: 10px; }
  .modal .upsell-box {
    padding: 30px;
    background: #ffffff; }
    .modal.no-product-id .inner-modal {
      padding-top: 40px; }
      .modal.no-product-id .inner-modal .maxtext:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }

.modal-open .modal {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: inherit;
  opacity: 1; }
.modal-open .big-overlay {
  pointer-events: inherit;
  opacity: 0.6; }

.bundel {
  background: #ffffff;
  overflow: hidden;
  border-radius: 5px; }
  .bundel .besparen {
    background: #14C2CC;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px; }
    .bundel .besparen p {
      margin: 0; }
  .bundel .product-box .title-box {
    padding-bottom: 0;
    border-top: solid 1px #dde5e7;
    padding-top: 20px !important;
    margin-top: 10px; }

.bundlecart {
  border-top: solid 1px #dde5e7; }
  .bundlecart .bundlecart-inner {
    padding: 20px;
    align-items: center; }
    .bundlecart .bundlecart-inner .prijzen {
      text-align: right;
      padding: 0 30px; }
      .bundlecart .bundlecart-inner .prijzen .discount strong {
        color: #14c2cc; }
      .bundlecart .bundlecart-inner .prijzen .old-price {
        display: inline-block; }
      .bundlecart .bundlecart-inner .prijzen .price {
        display: inline-block;
        font-size: 21px;
        font-weight: 700;
        color: #ff6600; }

.plusje {
  position: absolute;
  background: black;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  left: calc(100% + 27px);
  top: 50%;
  transform: translateY(-50%); }

.inhoud-option .inner-option {
  background: #F9F9F9;
  border-radius: 5px;
  padding: 9px 5px;
  transition: 0.3s;
  border: 2px solid #F9F9F9;
  cursor: pointer; }
  .inhoud-option .inner-option.selected {
    border-color: #14C2CC;
    background: #ffffff; }
.inhoud-option strong {
  display: block; }
.inhoud-option span {
  font-size: 14px; }

.product-configure-custom, .product-configure-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product-configure-custom > *, .product-configure-options > * {
    width: 50%; }
    .product-configure-custom > *:nth-child(odd), .product-configure-options > *:nth-child(odd) {
      padding-right: 5px; }
    .product-configure-custom > *:nth-child(even), .product-configure-options > *:nth-child(even) {
      padding-left: 5px; }

.product-configure-custom {
  padding-top: 20px; }

.required-field input, .required-field select {
  border: 2px solid #cd2d2d; }

.wsa-cookielaw {
  z-index: 999999999999;
  top: initial;
  bottom: 0;
  border-top: 1px solid #f9f9f9;
  background: #fff;
  padding: 20px;
  width: 100%;
  height: auto;
  white-space: inherit;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

#smartsearchContainer {
  z-index: 1000000000000000013287555072 !important; }
  #smartsearchContainer #smartsearchContent {
    position: fixed !important;
    margin-top: 170px !important;
    transition: 0.3s !important; }

.scrolled #smartsearchContainer #smartsearchContent {
  margin-top: 150px !important; }

.downscroll #smartsearchContainer #smartsearchContent {
  margin-top: 100px !important; }

.single-categorie a {
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  text-align: center; }
  .single-categorie a:hover {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.08);
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }
.single-categorie img {
  margin: 0 auto 10px; }
.single-categorie h4 {
  font-size: 18px; }

#gui-form-discount {
  padding-top: 20px; }
  #gui-form-discount .discount-left {
    padding-right: 10px; }

.toggle-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 100000000000000000000;
  pointer-events: none;
  opacity: 0; }

a.close-pop {
  position: fixed;
  top: 50px;
  right: 50px;
  background: #14C2CC;
  display: block;
  z-index: 99999999999999991611392;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 44px;
  font-size: 22px;
  color: #ffffff;
  pointer-events: none;
  opacity: 0; }

.pop-active .toggle-pop {
  pointer-events: inherit;
  opacity: 0.9; }
.pop-active .gallery-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  max-height: 80%;
  max-width: 750px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 100000000000000000000; }
.pop-active .sale-label {
  display: none; }
.pop-active .gallery-thumbs {
  max-width: 400px;
  margin: 20px auto 0; }
.pop-active a.close-pop {
  pointer-events: inherit;
  opacity: 1; }

.subsubmenu {
  display: none; }

.kies-color-field {
  width: 100% !important;
  padding: 0 !important; }

.select-color-box {
  height: 50px;
  padding: 0 50px 0 0;
  border: 1px solid #dde5e7; }
  .select-color-box span {
    background: #ffffff;
    padding: 3px 8px;
    font-size: 14px;
    color: #56575B;
    transition: 0.3s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 180px; }
    .select-color-box:hover i {
      color: #FF6600; }
    .select-color-box:hover span {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }

.edit-color {
  position: absolute;
  top: -1px;
  right: -1px;
  height: 50px;
  border: 1px solid #dde5e7;
  border-radius: 0 5px 5px 0;
  width: 50px;
  background: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  color: #14C2CC;
  transition: 0.3s ease;
  font-style: normal !important; }
  .edit-color:before {
    content: 'palette';
    font-family: 'Material Icons'; }

.custum-radios .custom-single-radio {
  padding: 15px 12px;
  background: #e7e7e7;
  border-radius: 5px;
  margin: 0 0 8px; }
  .custum-radios .custom-single-radio label {
    margin: 0; }
.custum-radios span span:first-child {
  font-weight: 400;
  padding: 0 0 0 5px; }
.custum-radios input[type=radio] + label:before {
  border: 2px solid #ffffff;
  box-shadow: none; }
.custum-radios input[type=radio] + label:after {
  content: '';
  left: 6px;
  top: 6px;
  background: #14C2CC;
  height: 10px;
  border-radius: 50%;
  width: 10px; }
.custum-radios input[type=radio]:checked + label:before {
  background: #ffffff;
  border: 2px solid #14C2CC; }
.custum-radios input[type=radio]:hover + label:before {
  border: 2px solid #14C2CC; }

.section-filters {
  background: #E7F0F0;
  padding: 50px 0; }
  .section-filters input, .section-filters select {
    height: 60px; }
    .section-filters .select-box:after {
      bottom: 20px; }
  .section-filters .cta {
    position: absolute;
    top: 9px;
    right: 9px;
    line-height: 13px; }

.kleurentool-wrapper .k-h3 {
  color: #14c2cc;
  font-size: 16px;
  margin: 0; }

.color-box {
  padding: 17px;
  background: #fff;
  border: 3px solid #fff;
  transition: 0.3s;
  cursor: pointer; }
  .color-box:hover {
    border-color: #E7F0F0; }
  .color-box.selected {
    border-color: #14c2cc; }
  .color-box.not-found {
    border-color: #FFF !important; }

.color-screen {
  height: 60px;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07); }

.color-info {
  padding: 15px 0 0; }
  .color-info h6 {
    margin: 0 0 3px; }
  .color-info p {
    margin: 0;
    font-size: 14px; }

#colors-grid {
  transition: 0.4s; }
  #colors-grid + .pagination {
    margin-top: 20px; }
  #colors-grid.loading {
    opacity: 0;
    transform: translateX(200%); }
  #colors-grid.done {
    opacity: 0;
    transform: translateX(-200%); }

.selected-cta {
  transition: 0.3s;
  position: absolute;
  top: calc(100% - 3px);
  width: calc(100% + 6px);
  left: -3px;
  border: 3px solid #14c2cc;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  padding: 0 20px 10px; }
  .selected-cta .cta {
    width: 100%; }

.color-box.selected .selected-cta {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 3; }

.color-modal {
  opacity: 0;
  transition: 0.3s ease;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  position: fixed;
  pointer-events: none;
  z-index: 100000000000000004764729344; }

.color-overlay {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000000000000000905969664; }

.color-modal-box {
  background: #f3fcfb;
  max-height: calc(100vh - 60px);
  border-radius: 5px;
  padding: 30px 30px 0;
  height: 100vh; }
  .color-modal-box .section-filters {
    padding: 30px; }
  .color-modal-box #colors-grid {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%; }
  .color-modal-box a.icon-filter {
    width: calc(100% - 60px);
    margin: 0 0 20px; }

.open-color-modal .color-overlay, .open-color-modal .color-modal {
  opacity: 1;
  pointer-events: inherit; }

.close-color-modal {
  width: 40px;
  height: 24px;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  font-size: 28px;
  left: 100%;
  margin: -3px 0 0; }

.faq-vraag {
  background: #ffffff;
  padding: 20px 50px 20px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  margin: 0 !important; }
  .faq-vraag:after {
    content: 'expand_more';
    font-family: 'Material Icons';
    color: #14C2CC;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .faq-vraag.open:after {
      -webkit-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }

.maxtext .faq-antwoord {
  display: none;
  background: #ffffff;
  padding: 0 20px 20px;
  margin: 0 !important; }

.faq-antwoord + * {
  margin-top: 30px !important; }
.faq-antwoord + .faq-vraag {
  margin-top: 10px !important; }

.selected-color .cat-box {
  padding: 10px;
  border: 1px solid #edeff0;
  background: #fafafa; }
  .selected-color .cat-box .img-box {
    width: 70px;
    height: calc(100% - 20px);
    position: absolute;
    border-radius: 5px; }
  .selected-color .cat-box h4 {
    padding: 15px 0 15px 85px;
    margin: 0;
    font-size: 16px; }

option:disabled {
  color: rgba(0, 0, 0, 0.3); }

.color-box-remove {
  width: 100%;
  padding: 0 0 10px !important; }
  .color-box-remove + .product-configure-custom-option {
    width: 100%;
    padding: 0 !important; }

.disclaimer {
  color: #FF6600; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border-radius: 5px; }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.article-main img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }
