/* MIXINS */
/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

video {
  object-fit: cover;
}
.switch-candy input:checked + label {
	text-shadow: none;
}

/* GENERAL STYLES */
html, body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  color: #252525;
  overflow-x: hidden;
  padding-top: 174px; }

h1 {
  font-size: 44px;
  font-weight: 700; }

h2 {
  font-size: 34px;
  /*text-transform: uppercase;*/
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  color: #133a68; }

h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px; }

p {
  margin-bottom: 28px;
  line-height: 28px; }
  p:last-child {
    margin: 0; }

ul {
  margin-bottom: 24px; }
  ul li {
    line-height: 24px;
    list-style: disc;
    margin-left: 20px; }

a {
  text-decoration: underline;
  color: #252525;
  /*@include transition;*/ }
  a:hover {
    color: #252525; }
  a.full-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2; }

i:before {
  vertical-align: middle; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.btn, .button, .gfrom_button, .woocommerce .woocommerce-message .button {
  background: #fbbb00;
  color: #133a68;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 15px;
  height: auto;
  border: 2px solid #fbbb00;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .btn:hover, .button:hover, .gfrom_button:hover, .woocommerce .woocommerce-message .button:hover {
    background: #133a68;
    color: #fff;
    border-color: #133a68; }
  .btn.btn-alt, .button.btn-alt, .gfrom_button.btn-alt, .woocommerce .woocommerce-message .button.btn-alt {
    background: #e6e6e6;
    padding: 5px 15px;
    color: #252525;
    border-color: #e6e6e6; }

/* END GENERAL STYLES */
#header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07); }

#topnav {
  position: relative;
  background: #133a68;
  color: #fff; }
  #topnav a {
    text-decoration: none;
    color: #fff; }
  #topnav p i {
    display: inline-block;
    margin-left: 10px; }
  #topnav .inner {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    height: 30px;
    align-items: center;
    justify-content: space-between; }
    #topnav .inner > div[class*="menu-"] > ul {
      font-size: 0;
      margin: 0; }
      #topnav .inner > div[class*="menu-"] > ul > li {
        position: relative;
        display: inline-block;
        font-size: 14px;
        list-style: none;
        margin: 0 15px 0 0; }
        #topnav .inner > div[class*="menu-"] > ul > li:last-child {
          margin-right: 0; }

#middle {
  position: relative;
  height: 100px;
  background: #fff;
  /*padding: 20px 0;*/
  z-index: 12;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; }
  #middle > .container {
    position: relative;
    height: 100%; }
  #middle #logoContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #middle #logoContainer #logo {
      width: 350px;
      height: auto;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s; }
  #middle #cart {
    position: absolute;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    top: 50%;
    right: 15px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 44px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 0 15px;
    text-decoration: none;
    font-size: 20px;
    /*display: none;*/ }
    #middle #cart .inner {
      position: relative;
      font-size: 12px;
      margin-left: 15px; }
    #middle #cart:hover {
      background: #133a68;
      color: #fff;
      border-color: #133a68; }
  #middle #salesImage {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
    #middle #salesImage .phone {
      position: absolute;
      top: 50%;
      left: calc(100% + 15px);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: auto;
      white-space: nowrap; }
      #middle #salesImage .phone span {
        display: block;
        color: #d41124;
        margin-bottom: 5px; }
    #middle #salesImage a {
      display: block;
      color: #133a68;
      text-decoration: none;
      font-size: 14px;
      line-height: 16px;
      font-weight: 700; }
    #middle #salesImage img {
      object-fit: contain;
      object-position: center;
      width: auto;
      height: 100%; }
    .scrolled #middle #salesImage {
      left: 74px; }
  #middle .form-control {
    border: 1px solid #e6e6e6;
    font-size: 14px;
    height: 44px; }
  .scrolled #middle {
    height: 70px; }
    .scrolled #middle #logoContainer #logo {
      width: 200px; }
  .home #middle {
    background: #fbbb00; }
    .home #middle #cart {
      border-color: #fff; }
      .home #middle #cart:hover {
        border-color: #133a68; }
    .home #middle .form-control {
      border: none; }

#navToggle {
  position: absolute;
  top: 50%;
  left: -44px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  background: #d41124;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; }
  .scrolled #navToggle {
    left: 15px;
    opacity: 1;
    visibility: visible; }

#searchbar {
  display: none;
  position: absolute;
  top: 50%;
  left: 15px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; }
  #searchbar .search-autocomplete {
    display: none; }
  .scrolled #searchbar {
    left: 74px; }

.blink, .blink a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-animation: blink_animation 2s infinite ease-in-out;
  /* Safari 4+ */
  -moz-animation: blink_animation 2s infinite ease-in-out;
  /* Fx 5+ */
  -o-animation: blink_animation 2s infinite ease-in-out;
  /* Opera 12+ */
  animation: blink_animation 2s infinite ease-in-out;
  /* IE 10+, Fx 29+ */ }

@-webkit-keyframes blink_animation {
  0% {
    background-color: white;
    color: #133a68; }
  50% {
    background-color: #d41124;
    color: #fff; }
  100% {
    background-color: white;
    color: #133a68; } }
#mainnav {
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  /*display: none;*/
  background: #e6e6e6;
  background: #fff;
  z-index: 11;
  /*@include transition(all 0.05s);*/
  /*border-bottom: 1px solid rgba($blue, 0.2);*/ }
  #mainnav > .container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    #mainnav > .container > div {
      flex: 1; }
      #mainnav > .container > div > ul {
        background: #fff;
        display: flex;
        flex-flow: row nowrap;
        margin: 0;
        font-size: 0;
        border: 1px solid #e6e6e6;
        /*border-top: 1px solid $light;*/
        border-bottom: none; }
        #mainnav > .container > div > ul > li {
          position: relative;
          flex: 1 1 0px;
          font-weight: 700;
          font-size: 14px;
          list-style: none;
          text-align: center;
          /*border: 1px solid rgba($blue, 0.2);*/
          border-top: none;
          border-bottom: none;
          margin: 0; }
          #mainnav > .container > div > ul > li > a {
            display: block;
            text-transform: uppercase;
            text-decoration: none;
            line-height: 44px;
            color: #133a68; }
          #mainnav > .container > div > ul > li:hover > a, #mainnav > .container > div > ul > li.current-menu-item > a {
            color: #d41124; }
    #mainnav > .container #cart {
      position: relative;
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      height: 44px;
      line-height: 38px;
      background: #fff;
      border: 1px solid #e6e6e6;
      border-top: none;
      border-bottom: none;
      padding: 0 15px;
      text-decoration: none;
      font-size: 20px; }
      #mainnav > .container #cart .inner {
        position: relative;
        font-size: 12px;
        margin-left: 15px; }
      #mainnav > .container #cart:hover {
        background: #133a68;
        color: #fff;
        border-color: #133a68; }
  .scrolled #mainnav {
    /*position: absolute;*/
    /*top: 100px;*/
    /*left: 0;*/
    opacity: 0;
    visibility: hidden;
    /*width: 100%;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
    .scrolled #mainnav.active {
      opacity: 1;
      visibility: visible; }
  .home #mainnav > .container > div > ul {
    border: none; }

section {
  position: relative;
  padding: 60px 0; }
  section.yellow-bg {
    background-color: #fbbb00; }

.page-title {
  position: relative;
  background: #fbbb00;
  margin: -60px 0 60px;
  padding: 60px 0 30px 0;
  color: #133a68; }
  .page-title img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.3; }
  .page-title .container {
    position: relative;
    z-index: 2; }

#breadcrumb {
  position: relative;
  margin: -60px 0 60px;
  padding: 15px 0;
  background: #e6e6e6;
  color: rgba(37, 37, 37, 0.5); }
  #breadcrumb a {
    color: rgba(37, 37, 37, 0.7);
    text-decoration: none;
    font-weight: 600; }
    #breadcrumb a:hover {
      color: #133a68; }

.section-title {
  position: relative;
  margin-bottom: 30px;
  color: #133a68; }
  .section-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(19, 58, 104, 0.2);
    content: '';
    z-index: 1; }
  .section-title h1, .section-title h2, .section-title h3 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 10px;
    text-transform: none;
    border-bottom: 2px solid #fbbb00;
    z-index: 2; }
  .yellow-bg .section-title h2 {
    border-color: #fff; }

#ourContainers {
  /*background-image: url('../img/misc/c2g-bg.png');*/
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0% 40%; }

#newsletter {
  padding: 30px 0; }
  #newsletter .container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center; }
  #newsletter h2 {
    margin: 0; }
  #newsletter .newsletter-form .mc4wp-form-fields {
    position: relative;
    display: flex;
    flex-flow: row nowrap; }
    #newsletter .newsletter-form .mc4wp-form-fields i {
      position: absolute;
      width: 50px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      top: 0;
      left: 0;
      font-size: 18px;
      color: rgba(37, 37, 37, 0.5); }
    #newsletter .newsletter-form .mc4wp-form-fields .form-control {
      height: 50px;
      border: none;
      font-size: 14px;
      padding-left: 50px; }
    #newsletter .newsletter-form .mc4wp-form-fields .btn {
      background: #252525;
      color: #fff;
      border-color: #252525;
      height: 50px;
      line-height: 48px;
      padding: 0 15px; }
      #newsletter .newsletter-form .mc4wp-form-fields .btn:hover {
        background: #133a68;
        color: #fff;
        border-color: #133a68; }

.contactform {
  position: relative; }
  .contactform span.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 5px; }
    .contactform span.wpcf7-form-control-wrap .form-control {
      border: none;
      font-size: 14px;
      background: #e6e6e6; }
  .contactform input[type="submit"] {
    margin-top: 15px; }

.form-control {
  border: 1px solid #e6e6e6;
  font-size: 14px;
  height: 44px; }

.contactform-alt {
  position: relative; }
  .contactform-alt .column-row {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 calc(-15px / 2); }
    .contactform-alt .column-row > .column {
      flex: 1;
      margin: 0 calc(15px / 2); }
  .contactform-alt span.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px; }
  .contactform-alt .footer {
    /*text-align: right;*/ }
    .contactform-alt .footer .ajax-loader {
      position: absolute; }
      .contactform-alt .footer .btn {
        float: right; }
  .contactform-alt#offerte {
    max-width: 600px; }
    .contactform-alt#offerte h4 {
      margin-bottom: 10px;
      font-weight: 700; }
    .contactform-alt#offerte .btn {
      height: 44px; }
    .contactform-alt#offerte .part {
      margin-bottom: 30px; }

#gform_wrapper_6 .gform_body label.gfield_label {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: normal; }
#gform_wrapper_6 .gform_body label.gfield_label_before_complex, #gform_wrapper_6 .gform_body legend.gfield_label {
  font-weight: 700;
  display: block;
  color: #133a68;
  font-size: 20px;
  position: relative;
  margin: 30px 0 10px;
  padding-bottom: 10px;
  color: #133a68; }
  #gform_wrapper_6 .gform_body label.gfield_label_before_complex:after, #gform_wrapper_6 .gform_body legend.gfield_label:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(19, 58, 104, 0.2);
    content: '';
    z-index: 1; }
#gform_wrapper_6 .gform_body input[type="text"], #gform_wrapper_6 .gform_body input[type="tel"], #gform_wrapper_6 .gform_body input[type="email"] {
  background: #e6e6e6;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 44px; }
#gform_wrapper_6 .gform_body textarea {
  background: #e6e6e6;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 150px; }
#gform_wrapper_6 .gform_body select {
  background: #e6e6e6;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 44px; }
#gform_wrapper_6 .gform_body span > label {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: normal; }
#gform_wrapper_6 .gform_body button.add_repeater_item_plus, #gform_wrapper_6 .gform_body button.remove_repeater_item_minus {
  width: auto;
  height: auto;
  margin-left: 0;
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  #gform_wrapper_6 .gform_body button.add_repeater_item_plus:after, #gform_wrapper_6 .gform_body button.remove_repeater_item_minus:after {
    margin-left: 5px;
    content: 'Nog een container toevoegen'; }
#gform_wrapper_6 .gform_body button.remove_repeater_item_minus:after {
  content: 'Deze container verwijderen'; }

.posts {
  position: relative; }
  .posts .post {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    flex-flow: row nowrap;
    border: 1px solid #e6e6e6;
    height: calc(100% - 30px); }
    .posts .post img {
      width: 250px;
      height: auto; }
    .posts .post .content {
      position: relative;
      padding: 15px;
      }
      .posts .post .content .section-title {
        margin-bottom: 10px; }
        .posts .post .content .section-title h3 {
          /*font-size: 18px;*/ }

.wp-pagenavi {
  position: relative;
  display: block;
  margin: 0; }
  .wp-pagenavi .pages, .wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .first, .wp-pagenavi .last {
    display: inline-block;
    margin: 2px;
    width: 34px;
    text-align: center;
    line-height: 34px;
    background: #f0f0f0;
    color: #252525;
    text-decoration: none;
    font-weight: normal;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none; }
  .wp-pagenavi a:hover {
    background: #d41124;
    color: #fff; }
  .wp-pagenavi .current {
    background: #d41124;
    color: #fff;
    font-weight: 700; }
  .wp-pagenavi .pages, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .first, .wp-pagenavi .last {
    width: auto;
    padding: 0 10px; }
  .wp-pagenavi .pages {
    display: inline-block;
    background: transparent; }

.ctas .cta {
  position: relative;
  margin-bottom: 15px; }
  .ctas .cta .heading {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px; }
    .ctas .cta .heading i {
      width: 48px;
      height: 48px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      line-height: 46px;
      background: #133a68;
      color: #fbbb00;
      font-size: 24px;
      text-align: center; }
    .ctas .cta .heading h3 {
      width: calc(100% - 63px);
      color: #133a68;
      font-size: 20px;
      margin-bottom: 0; }
  .ctas .cta p {
    line-height: 21px;
    color: rgba(37, 37, 37, 0.8); }

.contact-detail {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 16px; }
  .contact-detail i {
    width: 22px;
    text-align: center;
    line-height: 44px;
    margin-right: 22px; }
  .contact-detail p {
    line-height: 22px; }

#footer {
  position: relative;
  padding: 60px 0;
  background: #133a68;
  color: #e6e6e6; }
  #footer h3 {
    color: #fff; }
  #footer a {
    color: #e6e6e6;
    text-decoration: none; }
    #footer a:hover {
      color: #fff; }
  #footer strong, #footer i {
    color: #fff; }
  #footer .btn {
    background: transparent;
    border-color: #fff;
    color: #fff; }
    #footer .btn.btn-go {
      background: #fbbb00;
      color: #133a68;
      border-color: #fbbb00; }

#payoff {
  position: relative;
  background: #252525;
  color: rgba(255, 255, 255, 0.5);
  padding: 15px 0; }
  #payoff .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center; }
/*
.single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
  display: block !important;
  background: none !important;
  padding: 0 !important;
  color: black !important;
  margin-top: 20px;
}

.single_variation_wrap .woocommerce-variation .woocommerce-variation-price span.price { color: black !important; }
span.price { margin-block: 10px; }
.single_variation_wrap > p > em/*, p.points { display: none !important; }
.wc-points-rewards-product-message { display: none; }
*/





.usps { row-gap: 30px; }
.usps > div:nth-child(-n+3) { flex: 1 0 29%; }
.usps > div:nth-last-child(-n+2) { flex: 1 0 45%; }

@media screen and (max-width: 768px) { 
  .usps > div:nth-child(-n+3) { flex: 1 0 40%; }
}
@media screen and (max-width: 425px) { 
  .usps > div { flex: 1 1 100% !important; }
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled>p.points.hide-on-price-available { display: block !important; }
form.cart .product_totals { padding: 0 !important; margin: 0 !important; border: none !important; } 
form.cart .product_totals ul li.wcgfpa_grand_total { border: none !important; }
form.cart .product_totals ul li.wcgfpa_grand_total { justify-content: start !important; }
.wcgfpa_grand_total > .price { font-weight: 700; font-size: 15px !important; color: black !important; padding-top: 10px !important; }
.formattedTotalPrice { margin-left: 40px !important; font-size: 18px !important; color: #133a68 !important; }
.yith-wcwl-add-to-wishlist { background: none !important; padding-left: 0 !important; }
.woocommerce table.cart td.actions .coupon { display: flex; }
.woocommerce .cart .button { white-space: nowrap;}

.contact-balk { background: #fbbb00; padding-block: 5px; }
.contact-balk p, .contact-balk a { color: #133a68; font-size: 18px; font-weight: 500;  }
iframe { width: 100%; height: 300px; }
.google-maps { padding-top: 60px;}

.wpml-ls-legacy-dropdown { width: unset; position: absolute; right: 0; }
.wpml-ls-legacy-dropdown a { background: #133a68; border: none; }
.menu-topmenu-container, .menu-topmenu-frans-container { padding-right: 65px; }


/* Nieuws pagina */
.row.posts > .col-12 { flex: 0 0 33%; }
.row.posts .post { display: block; transition: all .2s ease-in-out; }
.row.posts .post:hover {  transform: translateY(-5px); -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); }
.row.posts .post img { width: 100%; height: 200px; object-fit: cover; }
.wp-pagenavi { text-align: center; margin-top: 60px; }

img.placeholder { object-fit: contain !important; padding: 60px; }

/*Single*/
.berichten { display: flex; justify-content: space-between; }
.post-nav {  display: flex; justify-content: space-between; border-top: 2px solid #fbbb00; margin-top: 60px;  padding-top: 30px; }
.post-nav > div { max-width: 35%; }

/*** FRANSE LANDINGSPAGINA ***/
.tel, .email, .address { display: flex; }
.tel > .icon-phone, .email > .icon-paper-plane, .address > .icon-location { padding-inline: 10px; margin-block: auto; font-size: 20px; }
.tel > P > span { white-space: nowrap; }
.info { margin-block: auto; display: flex; color: white; justify-content: space-between; }
.email > p > a { color: white; }
.address > p, .tel > p, .email > p { line-height: unset; }
.landingpage { padding-top: unset; }
.landingpage > #footer { display: none; }
.landingpage > #recents { padding-bottom: 0; }
.topbar { background-color: #133a68; padding-block: 15px; }
.bar-bg { background-color: #fbbb00; }
.bar { display: flex; justify-content: space-between; }
.bar > img { width: 700px; padding-block: 10px; }
.goto-form { text-align: center; margin-block: auto; background-color: white; padding-block: 5px; padding-inline: 30px; }
.goto-form:hover { background-color: #133a68; color: white; cursor: pointer; }
.goto-form > .contact { font-size: 20px; }
.highlight { color: #133a68; }
.icon-mail-01 { font-size: 22px; } 
.content-product-slider { display: flex; justify-content: space-between; padding-bottom: 30px; }
.content-product-slider > .content { width: 55%; }
.content-product-slider > .splide { width: 40%; height: 100%; }
.splide__slide { margin-block: auto !important; }
.bar > .barfill { padding-block: 10px; background:#fbbb00; width: 100px; margin-block: 10px; }
.splide__arrow { display: none !important; }

/** AANBOD PAGINA **/
.contact-balk { padding-block: 30px; }

/** CONTACT PAGINA **/
.contact-intro { margin-bottom: 60px; }

/** ANCHOR LINK **/
.email > p > .linkHover, .tel > p > span > .linkHover { color: white; } 
.linkHover {
  color: #133a68; 
  text-decoration: none; 
  position: relative;
  display: inline-block;
  transition: 0.25s;
  overflow: hidden;
}
.linkHover:hover { text-decoration: none; color: #133a68;  }
.linkHover { overflow: visible; }
.linkHover:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fbbb00;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.linkHover:hover:before { visibility: visible; width: 100%; text-decoration: none; }

/** FLAG **/
.flag-mobile { display: none; }
.flag {
  width: 100px;
  height: 60px;
  padding: 0;
  margin-block: auto;
  overflow: hidden
}
.france-flag {
  width: 100%;
  padding-bottom: 66.667%;
  background-color: white;
  position: relative;
  margin: 0;
}
.france-flag::before {
  content: ' ';
  position: absolute;
  background-color: #0055A4;
  width: 30%;
  height: 100%;
  top: 0;
}
.france-flag::after {
  content: ' ';
  position: absolute;
  background-color:  	#EF4135;
  width: 37%;
  height: 100%;
  right: 0;
  top: 0;
}

.copyright { justify-content: end !important; }

.uparrow:before {
  content: '\276F';
}
#downarrow:before {
  content: '\276E';
}
.uparrow, #downarrow {
  font-size: 22px;
  display: inline-block;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  padding-inline: 10px;
}

/** BACK TO TOP **/
#buttonTop, #buttonTop:active {
  display: inline-block;
  background-color: #fbbb00;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 6px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: all 0.3s ease-in-out;
  transition: background-color .3s, opacity .5s, visibility .5s, border 0.3 ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #133a68;
  line-height: 40px;
  transform: rotate(-90deg);
  border: 3px solid #fbbb00;
}
#buttonTop:hover { cursor: pointer; background-color: transparent; color: #fbbb00; border: 3px solid #fbbb00; }
#buttonTop.show { opacity: 1; visibility: visible; }

.button-slider { text-align: center; margin-top: 30px; }
.button-slider > .btn { font-size: 14px; }
.splide__pagination { display: none !important; }

.gform_wrapper .gfield_required { color: #fbbb00 !important; }
.gform_wrapper { margin-bottom: 30px !important; }
.form-block { background: #fbbb00; }
.form-bg { background-color: #133a68; padding-inline: 80px; }
#gform_wrapper_7 { padding-block: 30px; color: white; }
.gform_body > ul > li { list-style: none; margin-inline: 0; margin-block: 10px; }
#gform_submit_button_7 { transition: all .1s linear; }
#gform_submit_button_7:hover { background: #fbbb00; color: #133a68; border-color: #fbbb00; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.23); transform: translateY(-3px); cursor: pointer; transition: all .1s linear; }
#gform_confirmation_message_7 { margin-bottom: 30px; }
#tw-target-text { color: white; }
span.Y2IQFc { white-space: normal; }



/*# sourceMappingURL=main.css.map */
/* MIXINS */
#sliderContainer {
  position: relative;
  height: 350px; }
  #sliderContainer:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 60% 0, 50% 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 60% 0, 50% 100%, 0 100%, 0 0);
    background: #fbbb00;
    content: '';
    z-index: 3; }
  #sliderContainer #sliderImage {
    position: absolute;
    top: -20%;
    left: 50%;
    width: 50%;
    height: 120%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	background: #fbbb00; 
	overflow: hidden; }
  #sliderContainer #sliderImage img {
	width: 100%; height: 100%; object-fit: cover; object-position: center; }
.basic-slider {
  position: relative;
  height: 100%;
  z-index: 4; }
  .basic-slider .item {
    position: relative;
    height: 350px; }
    .basic-slider .item img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .basic-slider .item .content-block {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /*-webkit-clip-path: polygon(0 0, 45% 0, 35% 100%, 0 100%, 0 0);
      clip-path: polygon(0 0, 45% 0, 35% 100%, 0 100%, 0 0); */
      /*background: rgba($yellow, 0.85);*/
      display: flex;
      align-items: center;
      padding: 0 120px; }
      .basic-slider .item .content-block h2 {
        font-size: 50px;
        font-weight: 900;
        text-transform: uppercase;
        width: 40%;
        line-height: 56px; }
        .basic-slider .item .content-block h2 span {
          color: #fff; }
  .basic-slider.owl-carousel {
    position: relative; }
    .basic-slider.owl-carousel .owl-nav {
      position: absolute;
      top: 50%;
      left: 0;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      margin: 0;
      z-index: 2; }
      .basic-slider.owl-carousel .owl-nav > [class*="owl-"] {
        position: absolute;
        top: -20px;
        left: 0;
        width: 40px;
        height: 40px;
        margin: 0;
        text-align: center;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.6);
        color: rgba(37, 37, 37, 0.5);
        font-size: 30px;
        /*@include boxshadow;*/
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        outline: none !important; }
        .basic-slider.owl-carousel .owl-nav > [class*="owl-"] > span {
          position: absolute;
          top: 46%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .basic-slider.owl-carousel .owl-nav > [class*="owl-"].owl-next {
          right: 0;
          left: auto; }
        .basic-slider.owl-carousel .owl-nav > [class*="owl-"]:hover {
          background: #fff; }

.alt-slider {
  position: relative; }
  .alt-slider .item {
    position: relative; }
    .alt-slider .item .image {
      position: relative; }
      .alt-slider .item .image:after {
        display: block;
        content: '';
        padding-bottom: 100%; }
      .alt-slider .item .image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .alt-slider .item .content h3 {
      font-size: 16px;
      text-align: center;
      padding: 10px 0; }
  .alt-slider.owl-carousel {
    position: relative; }
    .alt-slider.owl-carousel .owl-nav {
      position: absolute;
      bottom: calc(100% + 40px);
      right: 0;
      margin: 0;
      z-index: 2; }
      .alt-slider.owl-carousel .owl-nav > [class*="owl-"] {
        position: relative;
        width: 28px;
        height: 28px;
        margin: 0 0 0 5px;
        text-align: center;
        line-height: 24px;
        background: #133a68;
        color: #fff;
        font-size: 20px;
        /*@include boxshadow;*/
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        outline: none !important; }
        .alt-slider.owl-carousel .owl-nav > [class*="owl-"] > span {
          position: absolute;
          top: 46%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .alt-slider.owl-carousel .owl-nav > [class*="owl-"].owl-next {
          right: 0;
          left: auto; }
        .alt-slider.owl-carousel .owl-nav > [class*="owl-"]:hover {
          background: #fbbb00; }

.product-variations {
  position: relative; }
  .product-variations.owl-carousel {
    position: relative; }
    .product-variations.owl-carousel .owl-nav {
      position: absolute;
      top: 28%;
      left: 0;
      width: 100%;
      margin: 0;
      z-index: 2; }
      .product-variations.owl-carousel .owl-nav > [class*="owl-"] {
        position: absolute;
        right: calc(100% + 5px);
        width: 28px;
        height: 56px;
        margin: 0;
        text-align: center;
        line-height: 58px;
        background: #133a68;
        color: #fff;
        font-size: 20px;
        /*@include boxshadow;*/
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        outline: none !important; }
        .product-variations.owl-carousel .owl-nav > [class*="owl-"] > span {
          position: absolute;
          top: 46%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .product-variations.owl-carousel .owl-nav > [class*="owl-"].owl-next {
          right: auto;
          left: calc(100% + 5px); }
        .product-variations.owl-carousel .owl-nav > [class*="owl-"]:hover {
          background: #fbbb00; }

@media screen and (max-width: 768px) {
  .product-variations.owl-carousel .owl-nav {
    position: absolute;
    top: auto;
    bottom: calc(100% + 40px);
    right: 0;
    left: auto;
    width: auto;
    margin: 0;
    z-index: 2; }
    .product-variations.owl-carousel .owl-nav > [class*="owl-"] {
      position: relative;
      width: 28px;
      height: 28px;
      margin: 0 0 0 5px;
      text-align: center;
      line-height: 24px;
      background: #133a68;
      color: #fff;
      font-size: 20px;
      right: auto;
      /*@include boxshadow;*/
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      outline: none !important; }
      .product-variations.owl-carousel .owl-nav > [class*="owl-"] > span {
        position: absolute;
        top: 46%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .product-variations.owl-carousel .owl-nav > [class*="owl-"].owl-next {
        right: 0;
        left: auto; }
      .product-variations.owl-carousel .owl-nav > [class*="owl-"]:hover {
        background: #fbbb00; } }

/*# sourceMappingURL=sliders.css.map */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.woff2') format('woff2'),
        url('../fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-LightItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 100;
    font-display: swap;
    src: url("../fonts/Inter-Thin.woff2?v=3.12") format("woff2"),
        url("../fonts/Inter-Thin.woff?v=3.12") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 100;
    font-display: swap;
    src: url("../fonts/Inter-ThinItalic.woff2?v=3.12") format("woff2"),
        url("../fonts/Inter-ThinItalic.woff?v=3.12") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 200;
    font-display: swap;
    src: url("../fonts/Inter-ExtraLight.woff2?v=3.12") format("woff2"),
        url("../fonts/Inter-ExtraLight.woff?v=3.12") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 200;
    font-display: swap;
    src: url("../fonts/Inter-ExtraLightItalic.woff2?v=3.12") format("woff2"),
        url("../fonts/Inter-ExtraLightItalic.woff?v=3.12") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/Inter-Light.woff2?v=3.12") format("woff2"),
        url("../fonts/Inter-Light.woff?v=3.12") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/Inter-LightItalic.woff2?v=3.12") format("woff2"),
        url("../fonts/Inter-LightItalic.woff?v=3.12") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Inter-Regular.woff2?v=3.12") format("woff2"),
        url("../fonts/Inter-Regular.woff?v=3.12") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Inter-Italic.woff2?v=3.12") format("woff2"),
        url("../fonts/Inter-Italic.woff?v=3.12") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Inter-Medium.woff2?v=3.12") format("woff2"),
        url("../fonts/Inter-Medium.woff?v=3.12") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Inter-MediumItalic.woff2?v=3.12") format("woff2"),
        url("../fonts/Inter-MediumItalic.woff?v=3.12") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Inter-SemiBold.woff2?v=3.12") format("woff2"),
        url("../fonts/Inter-SemiBold.woff?v=3.12") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Inter-SemiBoldItalic.woff2?v=3.12") format("woff2"),
        url("../fonts/Inter-SemiBoldItalic.woff?v=3.12") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Inter-Bold.woff2?v=3.12") format("woff2"),
        url("../fonts/Inter-Bold.woff?v=3.12") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Inter-BoldItalic.woff2?v=3.12") format("woff2"),
        url("../fonts/Inter-BoldItalic.woff?v=3.12") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/Inter-ExtraBold.woff2?v=3.12") format("woff2"),
        url("../fonts/Inter-ExtraBold.woff?v=3.12") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/Inter-ExtraBoldItalic.woff2?v=3.12") format("woff2"),
        url("../fonts/Inter-ExtraBoldItalic.woff?v=3.12") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/Inter-Black.woff2?v=3.12") format("woff2"),
        url("../fonts/Inter-Black.woff?v=3.12") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/Inter-BlackItalic.woff2?v=3.12") format("woff2"),
        url("../fonts/Inter-BlackItalic.woff?v=3.12") format("woff");
}

@font-face {
    font-family: "containers2go";
    src:url("../fonts/containers2go.eot");
    src:url("../fonts/containers2go.eot?#iefix") format("embedded-opentype"),
        url("../fonts/containers2go.woff") format("woff"),
        url("../fonts/containers2go.ttf") format("truetype"),
        url("../fonts/containers2go.svg#containers2go") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "containers2go" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "containers2go" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\61";
}
.icon-cart:before {
  content: "\62";
}
.icon-home:before {
  content: "\63";
}
.icon-paper-plane:before {
  content: "\64";
}
.icon-truck:before {
  content: "\65";
}
.icon-paper-plane-o:before {
  content: "\66";
}
.icon-mail-01:before {
  content: "\67";
}
.icon-location:before {
  content: "\68";
}
.icon-menu:before {
  content: "\69";
}
.icon-menu-button:before {
  content: "\6a";
}
.icon-tag-2:before {
  content: "\6b";
}
.icon-paint-bucket:before {
  content: "\6c";
}
.icon-ribbon:before {
  content: "\6d";
}/* MIXINS */
.woocommerce ul.products {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px; }
  .woocommerce ul.products li.product {
    position: relative;
    float: none;
    width: calc((100% / 4) - 30px);
    margin: 0 15px; }
    .woocommerce ul.products li.product > .image {
      position: relative; }
      .woocommerce ul.products li.product > .image:before {
        display: block;
        content: '';
        padding-bottom: 70%; }
      .woocommerce ul.products li.product > .image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .woocommerce ul.products li.product > .content {
      margin-top: -30px;
      text-align: center; }
      .woocommerce ul.products li.product > .content h4 {
        /*color: rgba($color1, 0.5);*/ }
      .woocommerce ul.products li.product > .content ul {
        min-height: 56px; }
        .woocommerce ul.products li.product > .content ul li {
          list-style: none;
          margin: 2px;
          display: inline-block;
          background: #e6e6e6;
          color: rgba(37, 37, 37, 0.5);
          font-weight: 700;
          font-size: 12px;
          padding: 0 10px;
          line-height: 24px;
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          border-radius: 12px; }
    .woocommerce ul.products li.product h3 {
      margin: 5px 0 10px;
      padding: 0;
      font-size: 24px; }
  #ourContainers .woocommerce ul.products {
    justify-content: center; column-gap: 60px; }
    #ourContainers .woocommerce ul.products li.product {
      width: calc((100% / 3) - 60px);
      margin: 0 30px; }

div.product-line {
  position: relative;
  margin-bottom: 60px; }

div.product-variations div.product-variation {
  position: relative; }
  div.product-variations div.product-variation > .image {
    position: relative;
    margin-bottom: 15px;
    background: #e6e6e6; }
    div.product-variations div.product-variation > .image:before {
      display: block;
      content: '';
      padding-bottom: 100%; }
    div.product-variations div.product-variation > .image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
  div.product-variations div.product-variation > .content {
    text-align: center; }
    div.product-variations div.product-variation > .content h3 {
      font-size: 16px;
      margin-bottom: 5px; }
    div.product-variations div.product-variation > .content h4 {
      /*color: rgba($color1, 0.5);*/ }
    div.product-variations div.product-variation > .content .price {
      position: relative;
      margin-bottom: 15px; }
    div.product-variations div.product-variation > .content ul {
      min-height: 56px; }
      div.product-variations div.product-variation > .content ul li {
        list-style: none;
        margin: 2px;
        display: inline-block;
        background: #e6e6e6;
        color: rgba(37, 37, 37, 0.5);
        font-weight: 700;
        font-size: 12px;
        padding: 0 10px;
        line-height: 24px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px; }
  div.product-variations div.product-variation h3 {
    font-size: 24px; }
  div.product-variations div.product-variation .btn {
    position: relative;
    z-index: 4; }

#image360viewer {
  max-width: 100%;
  width: 100%;
  height: auto; }

#imageGallery {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  border: 1px solid #e6e6e6;
  margin: 0 auto; }
  #imageGallery div.images {
    width: auto;
    float: none; }
    #imageGallery div.images:after {
      display: block;
      padding-bottom: 100%;
      content: ''; }
    #imageGallery div.images figure.woocommerce-product-gallery__wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
  #imageGallery .loadericon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1; }
    #imageGallery .loadericon img {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100px;
      height: 100px; }

.product-actions {
  position: relative;
  background: #fff;
  border: 1px solid #e6e6e6;
  /*color: #fff;*/
  padding: 30px; }

.yith-wcwl-add-to-wishlist {
  position: relative;
  padding: 15px 20px;
  background: rgba(212, 17, 36, 0.5);
  color: #d41124; }
  .yith-wcwl-add-to-wishlist span {
    margin: 0 0 10px;
    display: block;
    color: #fff; }
  .yith-wcwl-add-to-wishlist .btn {
    margin: 0; }
    .yith-wcwl-add-to-wishlist .btn.btn-alt {
      background: #d41124;
      color: #fff;
      border-color: #d41124; }

.single_variation_wrap {
  margin-top: -5px !important;
  /*display: inline-block;*/ }
  .single_variation_wrap .points {
    background: rgba(251, 187, 0, 0.2);
    padding: 10px 20px; }
  .single_variation_wrap .woocommerce-variation {
    margin-bottom: 5px; }
    .single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
      display: none;
      padding: 15px;
      background: #133a68; }
      .single_variation_wrap .woocommerce-variation .woocommerce-variation-price span.price {
        color: #fff;
        font-weight: 600; }
        .single_variation_wrap .woocommerce-variation .woocommerce-variation-price span.price span.vat {
          display: inline-block;
          margin-left: 5px;
          font-size: 12px;
          font-weight: 300; }
  .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
    margin-right: 5px !important; }
    .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input {
      height: 44px;
      background: #e6e6e6;
      border: none; }
  .single_variation_wrap .woocommerce-variation-add-to-cart .btn {
    height: 44px; }
  .single_variation_wrap li#field_1_3, .single_variation_wrap li#field_3_3 {
    visibility: hidden;
    height: 0;
    margin: 0; }
  .single_variation_wrap .gform_variation_wrapper .gform_wrapper {
    margin: 5px 0 !important; }
    .single_variation_wrap .gform_variation_wrapper .gform_wrapper .gform_body ul.gform_fields > li.gfield {
      display: flex;
      align-items: center;
      flex-flow: row wrap;
      margin: 10px 0; }
      .single_variation_wrap .gform_variation_wrapper .gform_wrapper .gform_body ul.gform_fields > li.gfield > label {
        width: 150px;
        float: none;
        margin: 0;
        padding: 0;
        line-height: 16px; }
      .single_variation_wrap .gform_variation_wrapper .gform_wrapper .gform_body ul.gform_fields > li.gfield > div {
        width: calc(100% - 150px) !important;
        margin: 0 !important; }
        .single_variation_wrap .gform_variation_wrapper .gform_wrapper .gform_body ul.gform_fields > li.gfield > div select {
          margin: 0 !important; }
        .single_variation_wrap .gform_variation_wrapper .gform_wrapper .gform_body ul.gform_fields > li.gfield > div input.medium {
          height: 44px;
          background: #e6e6e6;
          border: none;
          padding: 0 15px !important; }
        .single_variation_wrap .gform_variation_wrapper .gform_wrapper .gform_body ul.gform_fields > li.gfield > div.ginput_container {
          display: flex;
          align-items: center;
          flex-flow: row nowrap; }
          .single_variation_wrap .gform_variation_wrapper .gform_wrapper .gform_body ul.gform_fields > li.gfield > div.ginput_container > .instruction {
            margin-left: 10px;
            font-size: 12px;
            line-height: 18px; }
        .single_variation_wrap .gform_variation_wrapper .gform_wrapper .gform_body ul.gform_fields > li.gfield > div.gfield_description {
          width: 100% !important;
          padding: 0 0 0 150px; }
    .single_variation_wrap .gform_variation_wrapper .gform_wrapper .gform_footer {
      display: none; }
  .single_variation_wrap .gform_variation_wrapper .product_totals ul.gform_fields li.gfield {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    margin: 0 0 5px 0 !important;
    line-height: 44px; }
    .single_variation_wrap .gform_variation_wrapper .product_totals ul.gform_fields li.gfield > label {
      width: 150px;
      float: none;
      margin: 0;
      padding: 0; }
    .single_variation_wrap .gform_variation_wrapper .product_totals ul.gform_fields li.gfield > div {
      width: calc(100% - 150px) !important;
      margin: 0 !important;
      font-size: 18px;
      font-weight: 600;
      color: #133a68; }
      .single_variation_wrap .gform_variation_wrapper .product_totals ul.gform_fields li.gfield > div .ginput_total {
        color: #133a68; }

.gform_wrapper ul.gform_fields li.gfield {
  padding: 0 !important; }

.gfield_select {
  width: 100% !important;
  height: 44px;
  background: #e6e6e6;
  border: none;
  padding: 0 15px !important; }

table.variations {
  margin-bottom: 0 !important; }
  table.variations tbody tr td {
    padding: 5px 0;
    vertical-align: middle !important; }
    table.variations tbody tr td select {
      width: 100%;
      margin: 0 !important; }
    table.variations tbody tr td.label {
      width: 150px; }
  table.variations select {
    height: 44px;
    border: none;
    background: #e6e6e6;
    padding: 0 15px; }

.product-info {
  position: relative;
  margin-top: 30px; }

.woocommerce table.shop_attributes {
  border: none !important; }
  .woocommerce table.shop_attributes tbody tr th, .woocommerce table.shop_attributes tbody tr td {
    border-top: 1px solid #e6e6e6 !important;
    border-bottom: none !important;
    background: #fff !important; }
  .woocommerce table.shop_attributes tbody tr td {
    font-style: normal; }
  .woocommerce table.shop_attributes tbody tr:first-child th, .woocommerce table.shop_attributes tbody tr:first-child td {
    border-top: none !important; }

.woocommerce table.shop_table td.product-thumbnail {
  width: 150px; }
  .woocommerce table.shop_table td.product-thumbnail img {
    transform: scale(2);
    margin-left: 25px; }
.woocommerce table.shop_table td.product-name {
  width: 40%; }
  .woocommerce table.shop_table td.product-name dl {
    width: 100%;
    display: inline-block;
    line-height: 28px; }
    .woocommerce table.shop_table td.product-name dl p {
      line-height: 28px; }
  .woocommerce table.shop_table td.product-name dt {
    width: calc(50% - 20px);
    display: inline-block;
    line-height: 28px; }
    .woocommerce table.shop_table td.product-name dt p {
      line-height: 28px; }
  .woocommerce table.shop_table td.product-name dd {
    width: calc(50% - 20px);
    display: inline-block;
    line-height: 28px; }
    .woocommerce table.shop_table td.product-name dd p {
      line-height: 28px; }

.woocommerce div.product form.cart .button {
  background: #fbbb00;
  color: #133a68;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 15px;
  height: 44px;
  border: 2px solid #fbbb00;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .woocommerce div.product form.cart .button:hover {
    background: #133a68;
    color: #fff;
    border-color: #133a68; }

#variationDescription {
  margin-bottom: 30px; }

p.woocommerce-shipping-destination {
  display: none; }

tr.woocommerce-shipping-totals.shipping:after {
  content: "Prijs transport op aanvraag.";
  display: inline-block;
  padding: 12px 0 0; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border: 1px solid #e6e6e6;
  border-bottom: 2px solid #fbbb00;
  background: #fff; }

#customer_details {
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding: 30px; }

.woocommerce form .password-input, .woocommerce-page form .password-input {
  width: 100%; }

.woocommerce #coupon_code {
  width: 50%; }
.woocommerce .woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
  margin: 0; }
.woocommerce .woocommerce-billing-fields, .woocommerce .woocommerce-shipping-fields, .woocommerce .woocommerce-additional-fields, .woocommerce .woocommerce-EditAccountForm, .woocommerce .woocommerce-address-fields {
  margin-bottom: 30px; }
  .woocommerce .woocommerce-billing-fields .form-row, .woocommerce .woocommerce-shipping-fields .form-row, .woocommerce .woocommerce-additional-fields .form-row, .woocommerce .woocommerce-EditAccountForm .form-row, .woocommerce .woocommerce-address-fields .form-row {
    display: block; }
    .woocommerce .woocommerce-billing-fields .form-row:before, .woocommerce .woocommerce-billing-fields .form-row:after, .woocommerce .woocommerce-shipping-fields .form-row:before, .woocommerce .woocommerce-shipping-fields .form-row:after, .woocommerce .woocommerce-additional-fields .form-row:before, .woocommerce .woocommerce-additional-fields .form-row:after, .woocommerce .woocommerce-EditAccountForm .form-row:before, .woocommerce .woocommerce-EditAccountForm .form-row:after, .woocommerce .woocommerce-address-fields .form-row:before, .woocommerce .woocommerce-address-fields .form-row:after {
      display: none; }
    .woocommerce .woocommerce-billing-fields .form-row .password-input, .woocommerce .woocommerce-shipping-fields .form-row .password-input, .woocommerce .woocommerce-additional-fields .form-row .password-input, .woocommerce .woocommerce-EditAccountForm .form-row .password-input, .woocommerce .woocommerce-address-fields .form-row .password-input {
      width: 100%; }
    .woocommerce .woocommerce-billing-fields .form-row label, .woocommerce .woocommerce-shipping-fields .form-row label, .woocommerce .woocommerce-additional-fields .form-row label, .woocommerce .woocommerce-EditAccountForm .form-row label, .woocommerce .woocommerce-address-fields .form-row label {
      display: block;
      font-weight: 700;
      font-size: 14px; }
    .woocommerce .woocommerce-billing-fields .form-row input.input-text, .woocommerce .woocommerce-shipping-fields .form-row input.input-text, .woocommerce .woocommerce-additional-fields .form-row input.input-text, .woocommerce .woocommerce-EditAccountForm .form-row input.input-text, .woocommerce .woocommerce-address-fields .form-row input.input-text {
      width: 100%; }
    .woocommerce .woocommerce-billing-fields .form-row .woocommerce-input-wrapper, .woocommerce .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper, .woocommerce .woocommerce-additional-fields .form-row .woocommerce-input-wrapper, .woocommerce .woocommerce-EditAccountForm .form-row .woocommerce-input-wrapper, .woocommerce .woocommerce-address-fields .form-row .woocommerce-input-wrapper {
      display: block; }
      .woocommerce .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input, .woocommerce .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input, .woocommerce .woocommerce-additional-fields .form-row .woocommerce-input-wrapper input, .woocommerce .woocommerce-EditAccountForm .form-row .woocommerce-input-wrapper input, .woocommerce .woocommerce-address-fields .form-row .woocommerce-input-wrapper input {
        width: 100%;
        padding: 0 10px;
        height: 44px;
        border: 1px solid #ddd; }
    .woocommerce .woocommerce-billing-fields .form-row textarea, .woocommerce .woocommerce-shipping-fields .form-row textarea, .woocommerce .woocommerce-additional-fields .form-row textarea, .woocommerce .woocommerce-EditAccountForm .form-row textarea, .woocommerce .woocommerce-address-fields .form-row textarea {
      padding: 10px;
      border: 1px solid #ddd; }
.woocommerce .woocommerce-EditAccountForm .form-row .password-input {
  width: 100%; }
.woocommerce .woocommerce-EditAccountForm .form-row input {
  width: 100%;
  padding: 0 10px;
  height: 44px;
  border: 1px solid #ddd; }
.woocommerce .woocommerce-checkout #payment {
  background: #eeeeed; }
  .woocommerce .woocommerce-checkout #payment div.payment_box {
    background: #ddd;
    color: #252525; }
    .woocommerce .woocommerce-checkout #payment div.payment_box:before {
      border-bottom-color: #ddd; }

@media screen and (max-width: 768px) {
  .woocommerce ul.products li.product {
    border: 1px solid #e6e6e6;
    width: calc((100% / 2) - 30px); }
    .woocommerce ul.products li.product h3 {
      min-height: 0; }
    .woocommerce ul.products li.product > .content {
      margin-bottom: 10px; }
      .woocommerce ul.products li.product > .content ul {
        min-height: 0; }
  #ourContainers .woocommerce ul.products {
    margin: 0; }
    #ourContainers .woocommerce ul.products li.product {
      width: 100%;
      margin: 15px 0; }

  #productsContainer .section-title h2 {
    font-size: 18px;
    line-height: 28px; }

  #imageGallery {
    margin-bottom: 30px; }

  .product-actions {
    padding: 15px;
    font-size: 13px; } }

.woocommerce-checkout #payment ul.payment_methods > li {
	list-style: none;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt {
	background: #fbbb00;
    color: #133a68;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 15px;
    height: auto;
    border: 2px solid #fbbb00;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover {
    background: #133a68;
    color: #fff;
    border-color: #133a68;
}
/*# sourceMappingURL=woocommerce.css.map */
/* MIXINS */
@media screen and (max-width: 768px) {
  body {
    padding-top: 70px; }

  h1 {
    font-size: 28px; }

  h2 {
    font-size: 23px;
    line-height: 23px; }

  h3 {
    font-size: 18px; }

  #topnav {
    display: none; }

  #middle {
    height: 70px; }
    #middle #logoContainer #logo {
      width: 140px !important; }
    #middle #salesImage {
      display: none; }
    #middle #cart {
      display: block;
      width: 44px;
      padding: 0;
      text-align: center; }
      #middle #cart .inner {
        display: none; }

  #navToggle {
    left: 15px;
    opacity: 1;
    visibility: visible; }

  #mainnav {
    position: fixed;
    top: 70px;
    left: 0;
    width: 250px;
    height: auto;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
    #mainnav > .container {
      display: block;
      padding: 0; }
      #mainnav > .container > div > ul {
        display: block; }
        #mainnav > .container > div > ul > li {
          display: block;
          text-align: left; }
          #mainnav > .container > div > ul > li > a {
            padding: 0 15px; }
    #mainnav.active {
      left: 15px;
      visibility: visible;
      opacity: 1; }

  #newsletter .container {
    display: block; }
    #newsletter .container h2 {
      margin-bottom: 15px;
      font-size: 20px;
      line-height: 20px; }

  #sliderContainer {
    height: 200px; }
    #sliderContainer:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      z-index: 2; }
    #sliderContainer:after {
      -webkit-clip-path: polygon(0 0, 90% 0, 80% 100%, 0 100%, 0 0);
      clip-path: polygon(0 0, 90% 0, 80% 100%, 0 100%, 0 0); }

  .basic-slider .item {
    height: 200px; }
    .basic-slider .item .content-block {
      padding: 0 30px;
      clip-path: none; }
      .basic-slider .item .content-block h2 {
        width: 90%;
        font-size: 30px;
        line-height: 30px;
        margin: 0; }

  section {
    padding: 45px 0; }

  #footer {
    padding: 45px 0; } }


@media screen and (max-width: 500px) {
	.posts .post .content {
		width: 100%;
	}
	.posts .post img {
		width: 30vw;
		height: 15vh;
	}
	
	h3 { font-size: 16px; }
	p { line-height: 22px; }
	
	.woocommerce table.shop_table td.product-name {
		width: 100%;
		font-size: smaller;
	}
	tr.woocommerce-shipping-totals.shipping:after {
		display: none;
	}
	.woocommerce table.shop_table td.product-name dd {
		width: auto;
		font-weight: bold;
		margin-left: 0;
		float: right;
	}
	.woocommerce table.shop_table td.product-name dt {
		width: auto;
	}
}

@media screen and (max-width: 991px) { 
.info { flex-wrap: wrap; justify-content: center; column-gap: 50px; row-gap: 15px; }
.email, .address, .tel { margin-bottom: 10px; }
.flag-mobile { display: block !important; margin-bottom: 5px; }
.goto-form { margin-bottom: 5px; padding-inline: 22px; }
.icon-mail-01 { font-size: 20px; }
.contact { font-size: 16px; }
.flag { display: none; }
.bar { flex-wrap: wrap; }
.ginput_container.ginput_container_textarea > textarea { width: 100%; }
.bar > img { width: 100% !important; }
.content-product-slider { flex-wrap: wrap; }
.content-product-slider > .content, .content-product-slider > .splide { width: 100%; }
}


@media screen and (max-width: 767px) { 
  .row.posts > .col-12 { flex: 0 0 50%; }
}


@media screen and (max-width: 576px) { 
  .email, .address, .tel { width: 100% ;}
  .row.posts > .col-12 { flex: 1 1 100%; }
}



@media screen and (max-width: 1200px) { 
	.bar > img { width: 500px; } 
}

/*# sourceMappingURL=z-resposive.css.map */
