/* Primaire kleuren */
/* Secundaire kleuren */
/* @import '../variables'; */
/* cart button */
/* wishlist button */
/* @import '../variables'; */
/* @import url('//fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/* box-heading */
/* home page widget headers (titles) */
/* breakpoints */
/* breadcrumbs */
/* Primaire kleuren */
/* Secundaire kleuren */
/* @import '../variables'; */
/* cart button */
/* wishlist button */
/* @import '../variables'; */
/* @import url('//fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/* box-heading */
/* home page widget headers (titles) */
/* breakpoints */
/* breadcrumbs */
.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font-default, .font-platte-tekst,
.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-introtekst, .font-intro,
.font-default-medium,
.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.font-bold,
.font-headings,
.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.font-quote,
.font-citaat,
.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* layout.scss */
.inner {
  width: 100%;
}

.inner {
  margin: auto;
  position: relative;
}

.inner.wide {
  max-width: 1200px;
}

@media (min-width: 1400px) {
  .inner.wide {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  .inner.wide {
    max-width: 1400px;
  }
}
@media (min-width: 1900px) {
  .inner.wide {
    max-width: 1500px;
  }
}
.inner.normal {
  max-width: 1000px;
}

/* @import '0_variables/all'; */
/* Primaire kleuren */
.kleur-zwart {
  background-color: #000;
  color: #fff;
}

.kleur-blauw {
  background-color: #0080c8;
  color: #fff;
}

.kleur-wit {
  background-color: #fff;
  color: #000;
}

.kleur-wit-inverse {
  background-color: #000;
  color: #fff;
}

.kleur-grijs {
  background-color: #EFEFEE;
  color: #000;
}

/* Secundaire kleuren */
.kleur-ruitreparatie {
  background-color: #153594;
  color: #fff;
}

.kleur-ruit-demontage {
  background-color: #479542;
  color: #fff;
}

.kleur-ruit-montage {
  background-color: #5597C8;
  color: #fff;
}

.kleur-sensor-techniek {
  background-color: #479698;
  color: #fff;
}

.kleur-polijsten-graveren {
  background-color: #6F2117;
  color: #fff;
}

.kleur-werkplaats-inrichting {
  background-color: #CE2E27;
  color: #fff;
}

.kleur-bescherming {
  background-color: #EA6F2D;
  color: #fff;
}

.kleur-handgereedschap {
  background-color: #EF9C38;
  color: #fff;
}

/* kleuren warning, danger, success */
.kleur-success {
  color: green;
}

.kleur-warning {
  color: yellow;
}

.kleur-danger {
  color: red;
}

/*@import '0_variables/all'; */
body {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  background-color: #fff;
  line-height: 1.3rem;
}

#content {
  padding-bottom: 50px;
}

legend {
  font-size: 18px;
  padding: 7px 0;
}

.product-option {
  font-weight: normal;
  font-size: 15px;
  color: #0080c8;
}

a {
  color: #000;
  /* background: $base-link-bg-color; */
}
a:hover {
  color: #EFEFEE;
  /* background: $base-link-bg-color-hover; */
  text-decoration: none;
}

h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.alert {
  font-size: 1rem;
}
.alert i {
  padding-right: 5px;
}

blockquote {
  background: #f1f1f1;
  padding: 20px;
  font-size: 1rem;
  border-left: 10px solid #d5d5d5;
}

/**
 * put here variables that count for all the common scss
 */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 744px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 995px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 744px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 995px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1400px;
  }
}
/* @import '0_variables/all'; */
.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.visibility-hidden {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .show-for-tablet-portrait {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hide-for-tablet-portrait {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .show-for-tablet-landscape {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .hide-for-tablet-landscape {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .show-for-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .hide-for-desktop {
    display: none !important;
  }
}
.show-for-screenreader {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.is-hidden {
  display: none !important;
}

.pad-all-0, .pall-0 {
  padding: 0px !important;
}

.pad-bot-0, .pbot-0 {
  padding-bottom: 0px !important;
}

.pad-top-0, .ptop-0 {
  padding-top: 0px !important;
}

.pad-left-0, .pleft-0 {
  padding-left: 0px !important;
}

.pad-right-0, .pright-0 {
  padding-right: 0px !important;
}

.margin-all-0, .mall-0 {
  padding: 0px !important;
}

.margin-bot-0, .mbot-0 {
  margin-bottom: 0px !important;
}

.margin-top-0, .mtop-0 {
  margin-top: 0px !important;
}

.margin-left-0, .mleft-0 {
  margin-left: 0px !important;
}

.margin-right-0, .mright-0 {
  margin-right: 0px !important;
}

.pad-all-5, .pall-5 {
  padding: 5px !important;
}

.pad-bot-5, .pbot-5 {
  padding-bottom: 5px !important;
}

.pad-top-5, .ptop-5 {
  padding-top: 5px !important;
}

.pad-left-5, .pleft-5 {
  padding-left: 5px !important;
}

.pad-right-5, .pright-5 {
  padding-right: 5px !important;
}

.margin-all-5, .mall-5 {
  padding: 5px !important;
}

.margin-bot-5, .mbot-5 {
  margin-bottom: 5px !important;
}

.margin-top-5, .mtop-5 {
  margin-top: 5px !important;
}

.margin-left-5, .mleft-5 {
  margin-left: 5px !important;
}

.margin-right-5, .mright-5 {
  margin-right: 5px !important;
}

.pad-all-10, .pall-10 {
  padding: 10px !important;
}

.pad-bot-10, .pbot-10 {
  padding-bottom: 10px !important;
}

.pad-top-10, .ptop-10 {
  padding-top: 10px !important;
}

.pad-left-10, .pleft-10 {
  padding-left: 10px !important;
}

.pad-right-10, .pright-10 {
  padding-right: 10px !important;
}

.margin-all-10, .mall-10 {
  padding: 10px !important;
}

.margin-bot-10, .mbot-10 {
  margin-bottom: 10px !important;
}

.margin-top-10, .mtop-10 {
  margin-top: 10px !important;
}

.margin-left-10, .mleft-10 {
  margin-left: 10px !important;
}

.margin-right-10, .mright-10 {
  margin-right: 10px !important;
}

.pad-all-15, .pall-15 {
  padding: 15px !important;
}

.pad-bot-15, .pbot-15 {
  padding-bottom: 15px !important;
}

.pad-top-15, .ptop-15 {
  padding-top: 15px !important;
}

.pad-left-15, .pleft-15 {
  padding-left: 15px !important;
}

.pad-right-15, .pright-15 {
  padding-right: 15px !important;
}

.margin-all-15, .mall-15 {
  padding: 15px !important;
}

.margin-bot-15, .mbot-15 {
  margin-bottom: 15px !important;
}

.margin-top-15, .mtop-15 {
  margin-top: 15px !important;
}

.margin-left-15, .mleft-15 {
  margin-left: 15px !important;
}

.margin-right-15, .mright-15 {
  margin-right: 15px !important;
}

.pad-all-20, .pall-20 {
  padding: 20px !important;
}

.pad-bot-20, .pbot-20 {
  padding-bottom: 20px !important;
}

.pad-top-20, .ptop-20 {
  padding-top: 20px !important;
}

.pad-left-20, .pleft-20 {
  padding-left: 20px !important;
}

.pad-right-20, .pright-20 {
  padding-right: 20px !important;
}

.margin-all-20, .mall-20 {
  padding: 20px !important;
}

.margin-bot-20, .mbot-20 {
  margin-bottom: 20px !important;
}

.margin-top-20, .mtop-20 {
  margin-top: 20px !important;
}

.margin-left-20, .mleft-20 {
  margin-left: 20px !important;
}

.margin-right-20, .mright-20 {
  margin-right: 20px !important;
}

.pad-all-25, .pall-25 {
  padding: 25px !important;
}

.pad-bot-25, .pbot-25 {
  padding-bottom: 25px !important;
}

.pad-top-25, .ptop-25 {
  padding-top: 25px !important;
}

.pad-left-25, .pleft-25 {
  padding-left: 25px !important;
}

.pad-right-25, .pright-25 {
  padding-right: 25px !important;
}

.margin-all-25, .mall-25 {
  padding: 25px !important;
}

.margin-bot-25, .mbot-25 {
  margin-bottom: 25px !important;
}

.margin-top-25, .mtop-25 {
  margin-top: 25px !important;
}

.margin-left-25, .mleft-25 {
  margin-left: 25px !important;
}

.margin-right-25, .mright-25 {
  margin-right: 25px !important;
}

.pad-all-30, .pall-30 {
  padding: 30px !important;
}

.pad-bot-30, .pbot-30 {
  padding-bottom: 30px !important;
}

.pad-top-30, .ptop-30 {
  padding-top: 30px !important;
}

.pad-left-30, .pleft-30 {
  padding-left: 30px !important;
}

.pad-right-30, .pright-30 {
  padding-right: 30px !important;
}

.margin-all-30, .mall-30 {
  padding: 30px !important;
}

.margin-bot-30, .mbot-30 {
  margin-bottom: 30px !important;
}

.margin-top-30, .mtop-30 {
  margin-top: 30px !important;
}

.margin-left-30, .mleft-30 {
  margin-left: 30px !important;
}

.margin-right-30, .mright-30 {
  margin-right: 30px !important;
}

.pad-all-35, .pall-35 {
  padding: 35px !important;
}

.pad-bot-35, .pbot-35 {
  padding-bottom: 35px !important;
}

.pad-top-35, .ptop-35 {
  padding-top: 35px !important;
}

.pad-left-35, .pleft-35 {
  padding-left: 35px !important;
}

.pad-right-35, .pright-35 {
  padding-right: 35px !important;
}

.margin-all-35, .mall-35 {
  padding: 35px !important;
}

.margin-bot-35, .mbot-35 {
  margin-bottom: 35px !important;
}

.margin-top-35, .mtop-35 {
  margin-top: 35px !important;
}

.margin-left-35, .mleft-35 {
  margin-left: 35px !important;
}

.margin-right-35, .mright-35 {
  margin-right: 35px !important;
}

.pad-all-40, .pall-40 {
  padding: 40px !important;
}

.pad-bot-40, .pbot-40 {
  padding-bottom: 40px !important;
}

.pad-top-40, .ptop-40 {
  padding-top: 40px !important;
}

.pad-left-40, .pleft-40 {
  padding-left: 40px !important;
}

.pad-right-40, .pright-40 {
  padding-right: 40px !important;
}

.margin-all-40, .mall-40 {
  padding: 40px !important;
}

.margin-bot-40, .mbot-40 {
  margin-bottom: 40px !important;
}

.margin-top-40, .mtop-40 {
  margin-top: 40px !important;
}

.margin-left-40, .mleft-40 {
  margin-left: 40px !important;
}

.margin-right-40, .mright-40 {
  margin-right: 40px !important;
}

.pad-all-45, .pall-45 {
  padding: 45px !important;
}

.pad-bot-45, .pbot-45 {
  padding-bottom: 45px !important;
}

.pad-top-45, .ptop-45 {
  padding-top: 45px !important;
}

.pad-left-45, .pleft-45 {
  padding-left: 45px !important;
}

.pad-right-45, .pright-45 {
  padding-right: 45px !important;
}

.margin-all-45, .mall-45 {
  padding: 45px !important;
}

.margin-bot-45, .mbot-45 {
  margin-bottom: 45px !important;
}

.margin-top-45, .mtop-45 {
  margin-top: 45px !important;
}

.margin-left-45, .mleft-45 {
  margin-left: 45px !important;
}

.margin-right-45, .mright-45 {
  margin-right: 45px !important;
}

.pad-all-50, .pall-50 {
  padding: 50px !important;
}

.pad-bot-50, .pbot-50 {
  padding-bottom: 50px !important;
}

.pad-top-50, .ptop-50 {
  padding-top: 50px !important;
}

.pad-left-50, .pleft-50 {
  padding-left: 50px !important;
}

.pad-right-50, .pright-50 {
  padding-right: 50px !important;
}

.margin-all-50, .mall-50 {
  padding: 50px !important;
}

.margin-bot-50, .mbot-50 {
  margin-bottom: 50px !important;
}

.margin-top-50, .mtop-50 {
  margin-top: 50px !important;
}

.margin-left-50, .mleft-50 {
  margin-left: 50px !important;
}

.margin-right-50, .mright-50 {
  margin-right: 50px !important;
}

.pad-all-55, .pall-55 {
  padding: 55px !important;
}

.pad-bot-55, .pbot-55 {
  padding-bottom: 55px !important;
}

.pad-top-55, .ptop-55 {
  padding-top: 55px !important;
}

.pad-left-55, .pleft-55 {
  padding-left: 55px !important;
}

.pad-right-55, .pright-55 {
  padding-right: 55px !important;
}

.margin-all-55, .mall-55 {
  padding: 55px !important;
}

.margin-bot-55, .mbot-55 {
  margin-bottom: 55px !important;
}

.margin-top-55, .mtop-55 {
  margin-top: 55px !important;
}

.margin-left-55, .mleft-55 {
  margin-left: 55px !important;
}

.margin-right-55, .mright-55 {
  margin-right: 55px !important;
}

.pad-all-60, .pall-60 {
  padding: 60px !important;
}

.pad-bot-60, .pbot-60 {
  padding-bottom: 60px !important;
}

.pad-top-60, .ptop-60 {
  padding-top: 60px !important;
}

.pad-left-60, .pleft-60 {
  padding-left: 60px !important;
}

.pad-right-60, .pright-60 {
  padding-right: 60px !important;
}

.margin-all-60, .mall-60 {
  padding: 60px !important;
}

.margin-bot-60, .mbot-60 {
  margin-bottom: 60px !important;
}

.margin-top-60, .mtop-60 {
  margin-top: 60px !important;
}

.margin-left-60, .mleft-60 {
  margin-left: 60px !important;
}

.margin-right-60, .mright-60 {
  margin-right: 60px !important;
}

/**
 * Bootstrap 5 columns support
 */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.col-xs-15 {
  width: 20% !important;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20% !important;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20% !important;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20% !important;
    float: left;
  }
}
.w-0-pct {
  width: 0%;
}

@media (min-width: 1px) {
  .w-xs-0-pct {
    width: 0%;
  }
}
@media (min-width: 768px) {
  .w-sm-0-pct {
    width: 0%;
  }
}
@media (min-width: 992px) {
  .w-md-0-pct {
    width: 0%;
  }
}
@media (min-width: 1200px) {
  .w-lg-0-pct {
    width: 0%;
  }
}
.w-5-pct {
  width: 5%;
}

@media (min-width: 1px) {
  .w-xs-5-pct {
    width: 5%;
  }
}
@media (min-width: 768px) {
  .w-sm-5-pct {
    width: 5%;
  }
}
@media (min-width: 992px) {
  .w-md-5-pct {
    width: 5%;
  }
}
@media (min-width: 1200px) {
  .w-lg-5-pct {
    width: 5%;
  }
}
.w-10-pct {
  width: 10%;
}

@media (min-width: 1px) {
  .w-xs-10-pct {
    width: 10%;
  }
}
@media (min-width: 768px) {
  .w-sm-10-pct {
    width: 10%;
  }
}
@media (min-width: 992px) {
  .w-md-10-pct {
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .w-lg-10-pct {
    width: 10%;
  }
}
.w-15-pct {
  width: 15%;
}

@media (min-width: 1px) {
  .w-xs-15-pct {
    width: 15%;
  }
}
@media (min-width: 768px) {
  .w-sm-15-pct {
    width: 15%;
  }
}
@media (min-width: 992px) {
  .w-md-15-pct {
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .w-lg-15-pct {
    width: 15%;
  }
}
.w-20-pct {
  width: 20%;
}

@media (min-width: 1px) {
  .w-xs-20-pct {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .w-sm-20-pct {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .w-md-20-pct {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .w-lg-20-pct {
    width: 20%;
  }
}
.w-25-pct {
  width: 25%;
}

@media (min-width: 1px) {
  .w-xs-25-pct {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .w-sm-25-pct {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .w-md-25-pct {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .w-lg-25-pct {
    width: 25%;
  }
}
.w-30-pct {
  width: 30%;
}

@media (min-width: 1px) {
  .w-xs-30-pct {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .w-sm-30-pct {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .w-md-30-pct {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .w-lg-30-pct {
    width: 30%;
  }
}
.w-35-pct {
  width: 35%;
}

@media (min-width: 1px) {
  .w-xs-35-pct {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .w-sm-35-pct {
    width: 35%;
  }
}
@media (min-width: 992px) {
  .w-md-35-pct {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .w-lg-35-pct {
    width: 35%;
  }
}
.w-40-pct {
  width: 40%;
}

@media (min-width: 1px) {
  .w-xs-40-pct {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .w-sm-40-pct {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .w-md-40-pct {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .w-lg-40-pct {
    width: 40%;
  }
}
.w-45-pct {
  width: 45%;
}

@media (min-width: 1px) {
  .w-xs-45-pct {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .w-sm-45-pct {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .w-md-45-pct {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .w-lg-45-pct {
    width: 45%;
  }
}
.w-50-pct {
  width: 50%;
}

@media (min-width: 1px) {
  .w-xs-50-pct {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .w-sm-50-pct {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .w-md-50-pct {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .w-lg-50-pct {
    width: 50%;
  }
}
.w-55-pct {
  width: 55%;
}

@media (min-width: 1px) {
  .w-xs-55-pct {
    width: 55%;
  }
}
@media (min-width: 768px) {
  .w-sm-55-pct {
    width: 55%;
  }
}
@media (min-width: 992px) {
  .w-md-55-pct {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .w-lg-55-pct {
    width: 55%;
  }
}
.w-60-pct {
  width: 60%;
}

@media (min-width: 1px) {
  .w-xs-60-pct {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .w-sm-60-pct {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .w-md-60-pct {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .w-lg-60-pct {
    width: 60%;
  }
}
.w-65-pct {
  width: 65%;
}

@media (min-width: 1px) {
  .w-xs-65-pct {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .w-sm-65-pct {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .w-md-65-pct {
    width: 65%;
  }
}
@media (min-width: 1200px) {
  .w-lg-65-pct {
    width: 65%;
  }
}
.w-70-pct {
  width: 70%;
}

@media (min-width: 1px) {
  .w-xs-70-pct {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .w-sm-70-pct {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .w-md-70-pct {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .w-lg-70-pct {
    width: 70%;
  }
}
.w-75-pct {
  width: 75%;
}

@media (min-width: 1px) {
  .w-xs-75-pct {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .w-sm-75-pct {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .w-md-75-pct {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .w-lg-75-pct {
    width: 75%;
  }
}
.w-80-pct {
  width: 80%;
}

@media (min-width: 1px) {
  .w-xs-80-pct {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .w-sm-80-pct {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .w-md-80-pct {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .w-lg-80-pct {
    width: 80%;
  }
}
.w-85-pct {
  width: 85%;
}

@media (min-width: 1px) {
  .w-xs-85-pct {
    width: 85%;
  }
}
@media (min-width: 768px) {
  .w-sm-85-pct {
    width: 85%;
  }
}
@media (min-width: 992px) {
  .w-md-85-pct {
    width: 85%;
  }
}
@media (min-width: 1200px) {
  .w-lg-85-pct {
    width: 85%;
  }
}
.w-90-pct {
  width: 90%;
}

@media (min-width: 1px) {
  .w-xs-90-pct {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .w-sm-90-pct {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .w-md-90-pct {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .w-lg-90-pct {
    width: 90%;
  }
}
.w-95-pct {
  width: 95%;
}

@media (min-width: 1px) {
  .w-xs-95-pct {
    width: 95%;
  }
}
@media (min-width: 768px) {
  .w-sm-95-pct {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .w-md-95-pct {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .w-lg-95-pct {
    width: 95%;
  }
}
.w-100-pct {
  width: 100%;
}

@media (min-width: 1px) {
  .w-xs-100-pct {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .w-sm-100-pct {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .w-md-100-pct {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .w-lg-100-pct {
    width: 100%;
  }
}
/* @import '0_variables/all'; */
html {
  font-size: 16px; /* Dit maakt het makkelijker om `rem` te gebruiken, vaak gelijk aan 16px */
}

html {
  font-size: 100%; /* Typisch gelijk aan de standaard browser font-grootte, vaak 16px */
}

@media (max-width: 768px) {
  html {
    font-size: 14px; /* Iets kleinere basis voor tablets */
  }
}
@media (max-width: 480px) {
  html {
    font-size: 12px; /* Nog kleinere basis voor mobiele apparaten */
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

p, .font-citaat, .font-quote {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.8rem;
}

heading-groot,
h3 {
  font-size: 2.4rem;
}

heading-groter,
h4 {
  font-size: 2rem;
}

heading-klein, heading-paragraaf,
h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.2rem;
}

/* menu (top rechts) */
.top-menu-item a {
  font-family: "Barlow", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
}

.top-menu-item a:active,
.top-menu-item a:hover {
  color: #0080c8;
}

/* heading categorie */
.heading-categorie {
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
  color: rgb(114.3636363636, 114.3636363636, 107.6363636364);
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
}

/* product box */
.product-box a:hover {
  text-decoration: none;
}

.product-box-content {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  color: #000;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}

.product-box-title:hover,
.product-box-sku:hover,
.product-box-content:hover {
  text-decoration: none;
  color: #479698;
}

.btn-theme {
  color: #fff;
  background-color: #0080c8;
  border-color: #fff;
}
.btn-theme:hover {
  color: #fff;
  background-color: #a90707;
  border-color: #fff;
}
.btn-theme:active, .btn-theme:focus, .btn-theme.focus {
  color: #fff;
  background-color: rgb(47, 180.12, 255);
  border-color: rgb(47, 180.12, 255);
  box-shadow: 0 0 0 0 #0080c8;
}
.btn-theme:not(:disabled):not(.disabled):active:focus, .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 #0080c8;
}
.btn-theme:not(:disabled):not(.disabled):active, .btn-theme:not(:disabled):not(.disabled).active,
.btn-theme .show > .btn-theme.dropdown-toggle {
  color: #fff;
  background-color: rgb(47, 180.12, 255);
  border-color: rgb(47, 180.12, 255);
}

/* @import '0_variables/all'; */
.breadcrumbs {
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 5px;
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 5px 0 0 0;
  color: #444;
  font-family: "Barlow", sans-serif;
}

.breadcrumbs::after,
.breadcrumbs::before {
  content: " ";
  display: table;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs a {
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 5px;
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 5px 0 0 0;
  color: #444;
  font-family: "Barlow", sans-serif;
}

.breadcrumbs a:hover {
  color: #a90707;
  font-weight: 700;
}

/* box headings */
.box-heading {
  background: #fff;
  color: #000;
  padding: 45px 0;
  font-family: "Barlow", sans-serif !important;
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .box-heading {
    font-size: 2rem;
  }
}

[class*=shortcode-] {
  font-size: 14px;
  border: none;
  padding: 5px;
  font-weight: 300;
}

.shortcode-ruit-reparatie {
  background: #153594;
  color: #fff;
}

.shortcode-ruit-reparatie a {
  background: #153594;
  color: #fff;
}

.shortcode-ruit-reparatie a:hover {
  background: #153594;
  color: #fff;
}

.shortcode-ruit-demontage {
  background: #479542;
  color: #fff;
}

.shortcode-ruit-demontage a {
  background: #479542;
  color: #fff;
}

.shortcode-ruit-demontage a:hover {
  background: #479542;
  color: #fff;
}

.shortcode-ruit-montage {
  background: #5597C8;
  color: #fff;
}

.shortcode-ruit-montage a {
  background: #5597C8;
  color: #fff;
}

.shortcode-ruit-montage a:hover {
  background: #5597C8;
  color: #fff;
}

.shortcode-sensor-techniek {
  background: #479698;
  color: #fff;
}

.shortcode-sensor-techniek a {
  background: #479698;
  color: #fff;
}

.shortcode-sensor-techniek a:hover {
  background: #479698;
  color: #fff;
}

.shortcode-werkplaats-inrichting {
  background: #CE2E27;
  color: #fff;
}

.shortcode-werkplaats-inrichting a {
  background: #CE2E27;
  color: #fff;
}

.shortcode-werkplaats-inrichting a:hover {
  background: #CE2E27;
  color: #fff;
}

.shortcode-bescherming {
  background: #EA6F2D;
  color: #fff;
}

.shortcode-bescherming a {
  background: #EA6F2D;
  color: #fff;
}

.shortcode-bescherming a:hover {
  background: #EA6F2D;
  color: #fff;
}

.shortcode-handgereedschap {
  background: #EF9C38;
  color: #fff;
}

.shortcode-handgereedschap a {
  background: #EF9C38;
  color: #fff;
}

.shortcode-handgereedschap a:hover {
  background: #EF9C38;
  color: #fff;
}

.shortcode-polijsten-graveren {
  background: #6F2117;
  color: #fff;
}

.shortcode-polijsten-graveren a {
  background: #6F2117;
  color: #fff;
}

.shortcode-polijsten-graveren a:hover {
  background: #6F2117;
  color: #fff;
}

.shortcode-nieuwe-producten {
  background: #feea04;
  color: #000;
}

.shortcode-nieuwe-producten a {
  background: #feea04;
  color: #000;
}

.shortcode-nieuwe-producten a:hover {
  background: #feea04;
  color: #000;
}

.shortcode-empty {
  background: #a90707;
  color: #fff;
}

.shortcode-empty a {
  background: #a90707;
  color: #fff;
}

.shortcode-empty a:hover {
  background: #a90707;
  color: #fff;
}

/* theme specific */
/* @import '../../variables'; */
.digitcart-customer-dashboard {
  /* Tiles */
}
@media (min-width: 1023px) {
  .digitcart-customer-dashboard {
    padding-left: 0;
    padding-right: 0;
  }
}
.digitcart-customer-dashboard p {
  margin-bottom: 0;
}
.digitcart-customer-dashboard h3.panel-title {
  font-size: 1.2rem;
  padding-top: 30px;
}
.digitcart-customer-dashboard h3.panel-title .fa {
  color: #00358e;
}
.digitcart-customer-dashboard .panel .table {
  margin: 0;
  font-size: 1rem;
}
.digitcart-customer-dashboard #dccd-links ul {
  display: inline;
  margin: 0;
}
.digitcart-customer-dashboard #dccd-links li {
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  width: 100px;
  height: 100px;
  padding: 15px 5px;
  transition: 0.3 all;
}
.digitcart-customer-dashboard #dccd-links li i {
  font-size: 25px;
  display: block;
  width: 35px;
  height: 35px;
  margin: auto;
  line-height: 25px;
  color: #00358e;
}
.digitcart-customer-dashboard #dccd-links li:first-child {
  margin-left: 0;
}
.digitcart-customer-dashboard #dccd-links li:hover {
  background-color: #fafafa;
}
.digitcart-customer-dashboard #dccd-links a {
  font-size: 0.9rem;
  line-height: 1.1rem;
  text-align: center;
  color: #666;
  display: block;
}
.digitcart-customer-dashboard #dccd-links .panel-body {
  text-align: left !important;
}
.digitcart-customer-dashboard #dccd-links .profile-header,
.digitcart-customer-dashboard #dccd-links .tile-footer {
  background: none !important;
}
.digitcart-customer-dashboard .panel-heading a {
  display: none;
}
.digitcart-customer-dashboard .tile {
  margin-bottom: 15px;
  border-radius: 3px;
  color: #FFFFFF;
  transition: all 1s;
}
.digitcart-customer-dashboard .tile-default {
  background-color: #afafaf;
}
.digitcart-customer-dashboard .tile-primary {
  background-color: #1b80c2;
}
.digitcart-customer-dashboard .tile-success {
  background-color: #53b953;
}
.digitcart-customer-dashboard .tile-warning {
  background-color: #f3aa41;
}
.digitcart-customer-dashboard .tile-danger {
  background-color: #e45847;
}
.digitcart-customer-dashboard .tile-info {
  background-color: #77b8d8;
}
.digitcart-customer-dashboard .tile:hover {
  opacity: 0.95;
}
.digitcart-customer-dashboard .tile a {
  color: #FFFFFF;
}
.digitcart-customer-dashboard .tile-heading {
  padding: 5px 8px;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
}
.digitcart-customer-dashboard .tile .tile-heading .pull-right {
  transition: all 1s;
  opacity: 0.7;
}
.digitcart-customer-dashboard .tile:hover .tile-heading .pull-right {
  opacity: 1;
}
.digitcart-customer-dashboard .tile-body {
  padding: 15px;
  color: #FFFFFF;
  line-height: 48px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.digitcart-customer-dashboard .tile .tile-body i {
  font-size: 50px;
  opacity: 0.3;
  transition: all 1s;
}
.digitcart-customer-dashboard .tile:hover .tile-body i {
  color: #FFFFFF;
  opacity: 1;
}
.digitcart-customer-dashboard .tile .tile-body h2 {
  font-size: 42px;
}
.digitcart-customer-dashboard .tile-footer {
  padding: 5px 8px;
  background-color: rgba(0, 0, 0, 0.1);
}
.digitcart-customer-dashboard .tile-number {
  font-size: 28px;
}

/* pagination */
/* pagination */
/* Primaire kleuren */
/* Secundaire kleuren */
/* @import '../variables'; */
/* cart button */
/* wishlist button */
/* @import '../variables'; */
/* @import url('//fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/* box-heading */
/* home page widget headers (titles) */
/* breakpoints */
/* breadcrumbs */
/* pagination (TODO) */
.pagination {
  /* display: inline-block; */
}

.pagination li {
  color: #000;
  background-color: #fff;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination li.active {
  background-color: #0080c8;
  color: #fff;
  border: 1px solid rgb(0, 62.72, 98);
}

.pagination li:hover:not(.active) {
  background-color: #a90707;
}

.pagination li a {
  color: #000;
}

.pagination li a:hover,
.pagination li:hover {
  color: #fff;
}

/* Primaire kleuren */
/* Secundaire kleuren */
/* @import '../variables'; */
/* cart button */
/* wishlist button */
/* @import '../variables'; */
/* @import url('//fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/* box-heading */
/* home page widget headers (titles) */
/* breakpoints */
/* breadcrumbs */
/* product price tag on product box */
/* Product title color (single product) */
/* Product single page labels bij opties */
.product-grid .product-box {
  padding: 5px;
}
.product-grid .product-box img {
  height: auto;
  max-width: 100%;
}
.product-grid .product-box a.button:hover {
  background-color: blue;
  text-decoration: none;
  background-image: none;
  color: white;
}
.product-grid .product-box a.button:disabled {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
  padding: 0.618em 1em;
}
.product-grid .product-box a.button:disabled:hover {
  color: inherit;
  background-color: #ebe9eb;
}
.product-grid .product-box .product-box-container {
  padding: 0 !important;
  transition: none !important;
  background: none repeat scroll 0 0 #fff !important;
  box-shadow: none !important;
  border: 1px solid #e1e1e1 !important;
}
.product-grid .product-box .product-box-container.widget {
  margin-bottom: 0;
}
.product-grid .product-box .product-box-details {
  /*  padding: 20px 5px 10px 5px !important; */
  /*  background: $product-box-details-bg-color !important; */
  /*  color: $product-box-details-color !important; */
  border-bottom: 4px solid #000;
}
.product-grid .product-box .product-box-details:hover {
  border-bottom: 4px solid #a90707;
}
.product-grid .product-box .product-box-title {
  font-family: "Barlow", sans-serif;
  text-align: left;
  /* font-size: $product-box-title-font-size; */
  /* font-weight: $product-box-title-font-weight; */
  min-height: 90px !important;
  /* margin-top: 0 !important; */
  /* margin-bottom: 0 !important; */
  /* text-transform: inherit !important; */
  /* padding: 0 5px !important; */
}
@media only screen and (max-width: 767px) {
  .product-grid .product-box .product-box-title {
    font-size: 12px;
  }
}
.product-grid .product-box .product-box-sku {
  text-align: left;
  /* font-size: $product-box-sku-font-size; */
}
.product-grid .product-box .product-box-price {
  position: absolute;
  border-radius: 0;
  top: 15px;
  border-bottom: 1px solid #0080c8;
  right: 0 !important;
  font-size: 16px !important;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  background: none repeat scroll 0 0 #0080c8 !important;
  padding: 5px 5px 2px 8px !important;
}
.product-grid .product-box .product-box-price:before, .product-grid .product-box .product-box-price:after {
  content: "";
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  position: absolute;
}
.product-grid .product-box .product-box-price:before {
  top: 0;
  left: -14px;
  border-color: #0080c8 #0080c8 #0080c8 transparent !important;
  border-width: 15.5px 2px 13px 12px;
}
.product-grid .product-box .product-box-price:after {
  border-width: 6px 6px 6px 0;
  border-color: #0080c8 transparent transparent !important;
  right: 0 !important;
  bottom: -12px;
}
.product-grid .product-box .product-box-image {
  text-align: center;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
}
.product-grid .product-box .product-box-image a {
  display: inline-block;
  text-align: center;
}
.product-grid .product-box .product-box-image img {
  margin: 0 auto;
}
.product-grid .product-box .button-group {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 5px;
}
/* TODO cleanup */
.product-box a:hover {
  text-decoration: none;
}

.product-box-content {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  color: #000;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}

.product-box-title:hover,
.product-box-sku:hover,
.product-box-content:hover {
  text-decoration: none;
  color: #a90707;
}

/**
 * .widget
 */
.widget a {
  color: #000;
}
.widget a :after,
.widget a :before,
.widget a a,
.widget a a:hover {
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.widget a:hover {
  color: rgb(76.5, 76.5, 76.5);
  text-decoration: none;
}
.widget a:active {
  color: rgb(76.5, 76.5, 76.5);
  text-decoration: none;
}

/**
 * Slick align left if lesser images than carousel
 */
.left-align-slick > .slick-list > .slick-track {
  margin-left: 0;
}

/* Primaire kleuren */
/* Secundaire kleuren */
/* @import '../variables'; */
/* cart button */
/* wishlist button */
/* @import '../variables'; */
/* @import url('//fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/* box-heading */
/* home page widget headers (titles) */
/* breakpoints */
/* breadcrumbs */
/* product price tag on product box */
/* Product title color (single product) */
/* Product single page labels bij opties */
.product-title {
  background: none;
  padding: 0 10px 10px 5px;
  line-height: 40px;
  font-size: 40px;
}

/* Primaire kleuren */
/* Secundaire kleuren */
/* @import '../variables'; */
/* cart button */
/* wishlist button */
/* @import '../variables'; */
/* @import url('//fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/* box-heading */
/* home page widget headers (titles) */
/* breakpoints */
/* breadcrumbs */
/* tabs */
.nav-tabs .nav-link:hover {
  color: #0080c8;
  background: #EFEFEE;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #0080c8 #0080c8 #EFEFEE #0080c8;
}

.nav-tabs .nav-link {
  color: #0080c8;
  background: #fff;
}
.nav-tabs .nav-link:hover {
  color: #fff;
  background: #a90707;
}
.nav-tabs .nav-link.active {
  color: #0080c8;
  background: #e7e7e7;
}

.tab-content {
  border: 1px solid white;
  border-top: none;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  /* Product body line-height */
}
.tab-content .tab-pane {
  padding: 25px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .tab-content .tab-pane {
    padding: 0;
  }
}
.tab-content .tab-pane .product-body {
  line-height: 25px;
}

/* bootstrap override */
.nav-tabs .nav-item {
  margin-bottom: 0;
}

/* plugins */
/* @import 'call-to-action'; */
/* plugin: cart-checkout-page */
/* plugin: cart-checkout-page */
/* Primaire kleuren */
/* Secundaire kleuren */
/* @import '../variables'; */
/* cart button */
/* wishlist button */
/* @import '../variables'; */
/* @import url('//fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/* box-heading */
/* home page widget headers (titles) */
/* breakpoints */
/* breadcrumbs */
#checkout-page .card-title {
  font-size: 1.3rem;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-variant: all-small-caps;
  padding-right: 10px;
}
#checkout-page .card-title i {
  padding-left: 8px;
  color: #ff9900;
}

/* plugin: catagory-with-images-widget */
/* plugin: catagory-with-images-widget */
/* Primaire kleuren */
/* Secundaire kleuren */
/* @import '../variables'; */
/* cart button */
/* wishlist button */
/* @import '../variables'; */
/* @import url('//fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/* box-heading */
/* home page widget headers (titles) */
/* breakpoints */
/* breadcrumbs */
.header-category-menu-container ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}
.header-category-menu-container ul li {
  display: block;
  flex: 0 1 auto;
  max-width: 135px;
}
.header-category-menu-container ul li:last-child {
  padding-right: 0;
}
.header-category-menu-container ul li a {
  text-transform: uppercase;
  color: #444;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .header-category-menu-container ul li a {
    font-size: 16px;
  }
}
.header-category-menu-container ul li a:hover {
  color: #008fd5;
}

[id^=menu-categories-desktop] {
  border-bottom: solid 1px #e2e2e2;
  border-top: solid 1px #e2e2e2;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* plugin: checkout-success-page */
/* Primaire kleuren */
/* Secundaire kleuren */
/* @import '../variables'; */
/* cart button */
/* wishlist button */
/* @import '../variables'; */
/* @import url('//fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/* box-heading */
/* home page widget headers (titles) */
/* breakpoints */
/* breadcrumbs */
/* Product Details Table */
.csp-title {
  font-family: "Barlow", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #FF9900;
}

.csp-text {
  font-family: "Barlow", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  color: #444;
}

.csp-meta-wrap {
  border: 1px dashed #a1a1a1;
  padding-top: 10px;
  padding-bottom: 0;
}

.csp-cell-column .csp-meta-cell-wrap {
  border-right: 1px dashed #a1a1a1;
}
.csp-cell-column:first-child .csp-meta-cell-wrap {
  padding-left: 15px;
}
.csp-cell-column:last-child .csp-meta-cell-wrap {
  border-right: none;
}
@media (max-width: 1199px) {
  .csp-cell-column .csp-meta-cell-wrap {
    border-right: none;
    padding-left: 15px;
    padding-bottom: 10px;
  }
}

.csp-meta-title {
  font-family: "Barlow", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #444;
  font-variant: small-caps;
  text-transform: uppercase;
}

.csp-meta-content {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #444;
  font-variant: inherit;
  text-transform: inherit;
}

.csp-details-title {
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #0080c8;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff9900;
}

.csp-table-header {
  background: #D7F2FC;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.csp-table table {
  margin-bottom: 0;
}

.csp-product-detail .product-name a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #ff9900;
  text-decoration: none;
}
.csp-product-detail .product-name a:hover {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: rgb(51, 30.6, 0);
  text-decoration: none;
}

.csp-address-title {
  font-family: "Barlow", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #444;
  font-variant: small-caps;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.csp-address-text {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #444;
}

/* Primaire kleuren */
/* Secundaire kleuren */
/* @import '../variables'; */
/* cart button */
/* wishlist button */
/* @import '../variables'; */
/* @import url('//fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/* box-heading */
/* home page widget headers (titles) */
/* breakpoints */
/* breadcrumbs */
#contact sub {
  bottom: 0;
}
#contact .form-icon {
  position: absolute;
  right: 14px;
  bottom: 15px;
}
#contact .form-icon i {
  color: #3e9dba;
}
#contact .feature-description h1 {
  font-size: 2.2rem;
}
#contact .lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 20px;
}
#contact .feature-left:first-child {
  margin-top: 0;
}
#contact .feature-left {
  margin-top: 20px;
}
#contact .feature-left .feature-icon {
  font-size: 50px;
  color: #3e9dba;
  display: inline-block;
  float: left;
  padding-right: 40px;
  padding-top: 7px;
}
#contact .feature-left .feature-icon.icon-name {
  padding-top: 12px;
}
#contact .feature-left .feature-icon.icon-address {
  padding-top: 40px;
}
#contact .feature-left .feature-content {
  display: inline-block;
  font-size: 20px;
  margin-top: 20px;
  line-height: 30px;
}
#contact .feature-left .feature-content h3 {
  font-size: 1.5rem;
}
#contact .form-group {
  margin-bottom: 5px;
}
#contact .form-control {
  border-radius: 0;
  width: 100%;
  padding: 10px;
  line-height: 1.42857143;
  border: 1px solid #d2d8db;
  background-color: #fff;
  margin-bottom: 14px;
  -webkit-box-shadow: inset 0 0 0 rgb(0, 0, 0);
  box-shadow: inset 0 0 0 rgb(0, 0, 0);
  -webkit-appearance: none;
}
#contact .form-control:focus {
  /*  color: #06131a !important; */
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(234, 231, 222);
  border-color: #034bbf;
}
#contact input::-webkit-input-placeholder {
  color: #a1a1a1 !important;
}
#contact textarea::-webkit-input-placeholder {
  color: #a1a1a1 !important;
}
#contact .input-group-addon {
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 12px;
}
#contact .focus {
  border: 1px solid #d2d8db;
}
#contact .focus:focus {
  border: 1px solid #06131a;
}
#contact .input-group-addon i {
  color: #63480f;
}
#contact .btn-select {
  font-size: 14px;
}
#contact .input-group > .custom-select:not(:last-child),
#contact .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#contact .service-form {
  background-color: #fafbfb;
  border: 1px solid #e4e8ea;
  padding: 40px 40px 20px 40px;
}
#contact .service-form-group {
  position: relative;
}
#contact .anti-spam-message {
  margin-top: 10px;
  font-size: 1rem;
}

/* plugin footer */
/* Primaire kleuren */
/* Secundaire kleuren */
/* @import '../variables'; */
/* cart button */
/* wishlist button */
/* @import '../variables'; */
/* @import url('//fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/* box-heading */
/* home page widget headers (titles) */
/* breakpoints */
/* breadcrumbs */
/* footer bottom */
.footer-logo {
  margin-top: -10px;
  margin-left: -25px;
}

#footer {
  font-size: 16px;
  line-height: inherit;
  background: rgb(206, 206, 206);
  color: #000;
  padding: 22px 0 0;
  border-radius: 3px 3px 0 0;
}
#footer .footer-title {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
  padding-bottom: 10px;
}
#footer a {
  color: #000;
}
#footer a:hover {
  color: #0080c8;
}
#footer .column ul li {
  padding-bottom: 9px;
}
#footer .column ul li a:before {
  content: "\f192";
  font-size: 14px;
  margin-right: 10px;
  position: relative;
  top: -2px;
  font-family: "Font Awesome 5 Free";
  color: #000;
}
#footer .column ul li:hover a:before {
  color: #0080c8;
}
#footer #social_block ul {
  float: left;
  padding: 0;
  margin: 0;
}
#footer #social_block ul li {
  float: left;
  margin: 0 20px 0 0;
  text-align: center;
  list-style: none;
}
#footer #social_block ul li a {
  color: #000;
  display: inline-block;
  font-size: 22px;
}
#footer #social_block ul li a span {
  display: none;
}
#footer #social_block ul li a:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  vertical-align: -5px;
  font-size: 0;
  margin: 0;
}
#footer #social_block ul li a:hover {
  color: #0080c8;
}

.copy-right {
  padding: 10px 22px !important;
  text-align: center;
  height: 46px;
  background: #000;
  border-radius: 0 0 4px 4px;
}

#powered {
  float: right;
  color: #fff;
  margin-top: 4px;
  font-size: 16px;
}
#powered a {
  color: #0080c8;
  font-size: 16px;
}
#powered a:hover {
  color: rgb(0, 62.72, 98);
}

.glasstech-home-banner .gthb-2-images {
  max-height: 350px;
  overflow: hidden;
}

.glasstech-home-banner .gthb-1-images,
.glasstech-home-banner .gthb-3-images {
  max-height: 465px;
  overflow: hidden;
}

.glasstech-home-banner .gthb-image-wrap {
  padding: 0;
  position: relative;
}

.glasstech-home-banner .gthb-text-wrap {
  /* nothing */
}

.glasstech-home-banner .gthb-text {
  padding: 20px;
  margin-bottom: 5px;
  color: #fff;
  /*  background: #d00606; */
}

.glasstech-home-banner .gthb-sub-images-wrap {
  padding-left: 2px;
}

.glasstech-home-banner .gthb-image-text-wrap {
  /* nothing here */
}

.glasstech-home-banner .gthb-image-text {
  margin-bottom: 2px;
  padding: 10px;
}

.glasstech-home-banner .gthb-image-text {
  color: #444;
  /* background: #d00606; */
}

.glasstech-home-banner .gthb-image-wrap {
  position: relative;
}

.glasstech-home-banner .gthb-large-caption {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  position: absolute;
  bottom: 25px;
  left: 5px;
}

.glasstech-home-banner .gthb-small-caption {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  position: absolute;
  bottom: 15px;
  left: 5px;
}

@media only screen and (max-width: 425px) {
  .glasstech-home-banner .gthb-large-caption {
    bottom: 25px;
  }
  .glasstech-home-banner .gthb-image-wrap {
    padding-bottom: 5px;
  }
  .glasstech-home-banner .gthb-sub-images-wrap {
    padding-left: 0;
  }
  .glasstech-home-banner .gthb-wrap {
    max-height: inherit;
    overflow: visible;
  }
  .glasstech-home-banner .gthb-small-caption {
    bottom: 5px;
  }
  .glasstech-home-banner .ghtb-image-1,
  .glasstech-home-banner .ghtb-image-2,
  .glasstech-home-banner .ghtb-image-3 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 820px) {
  .glasstech-home-banner .gthb-2-images {
    max-height: 210px;
  }
  .glasstech-home-banner .gthb-1-images,
  .glasstech-home-banner .gthb-3-images {
    max-height: 270px;
  }
  .glasstech-home-banner .gthb-large-caption {
    font-size: 2.5rem;
    bottom: 25px;
    left: 5px;
  }
  .glasstech-home-banner .gthb-small-caption {
    bottom: 0;
    left: 0;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .glasstech-home-banner .gthb-2-images {
    max-height: 285px;
  }
  .glasstech-home-banner .gthb-1-images,
  .glasstech-home-banner .gthb-3-images {
    max-height: 370px;
  }
}
/* Primaire kleuren */
/* Secundaire kleuren */
/* @import '../variables'; */
/* cart button */
/* wishlist button */
/* @import '../variables'; */
/* @import url('//fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/* box-heading */
/* home page widget headers (titles) */
/* breakpoints */
/* breadcrumbs */
.header-category-menu-container ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}
.header-category-menu-container ul li {
  display: block;
  flex: 0 1 auto;
  max-width: 300px;
}
.header-category-menu-container ul li:last-child {
  padding-right: 0;
}
.header-category-menu-container ul li a {
  text-transform: uppercase;
  color: #0080c8;
  background-color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
}
@media screen and (max-width: 1024px) {
  .header-category-menu-container ul li a {
    font-size: 0.9rem;
  }
}
.header-category-menu-container ul li a:hover {
  color: #a90707;
  background-color: #fff;
}

[id^=menu-categories-desktop] {
  border-bottom: solid 1px #EFEFEE;
  border-top: solid 1px #EFEFEE;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* global */
/* Primaire kleuren */
/* Secundaire kleuren */
/* @import '../variables'; */
/* cart button */
/* wishlist button */
/* @import '../variables'; */
/* @import url('//fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/* box-heading */
/* home page widget headers (titles) */
/* breakpoints */
/* breadcrumbs */
/* desktop */
/* notify (above the cart icon) */
/* mobile */
/* tablet */
/* menu hamburger button */
/* aside panel */
/* general */
* {
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
}

.btn-focus-clean:focus {
  box-shadow: none;
}

.navbar-device-row .list-group-item,
.navbar-device-row .list-group-item.listgroup-item {
  border: none;
  border-radius: 0;
  margin-bottom: 0; /* very strange */
}

/* global */
a.navbar-menu:active,
a.navbar-menu {
  color: #000;
}

a.navbar-menu:hover {
  color: rgb(76.5, 76.5, 76.5);
}

.ajax-search-input:focus {
  border-color: #666;
  box-shadow: none;
}

.ajax-search-button {
  border-color: #EFEFEE;
}
.ajax-search-button:focus {
  border-color: #666;
  background-color: inherit;
  box-shadow: none;
}

/* desktop */
.desktop-link .dropdown-item {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #464646;
  background-color: #fff;
}
.desktop-link .dropdown-item img {
  padding: 4px;
}
.desktop-link .dropdown-item:active {
  color: #444;
  background-color: #fff;
}
.desktop-link .dropdown-item:hover {
  color: #161616;
  background-color: #fff;
}

.navbar-desktop-menu-logo {
  padding: 10px;
  border: 0;
}

.btn-search {
  color: #fff;
  background-color: #c9c9c9;
}

.btn-search:hover {
  color: #969696;
  background-color: #c9c9c9;
  border: 1px solid #969696;
}

.navbar-desktop-list-item {
  padding: 5px 0 0 0;
  border-right: 0;
}

.navbar-desktop-list-item .desktop-link a,
.navbar-desktop-list-item .desktop-link {
  color: #000;
}

.navbar-desktop-list-item .desktop-link:hover,
.navbar-desktop-list-item .desktop-figure:hover {
  color: rgb(76.5, 76.5, 76.5);
}

.navbar-desktop-list-item .desktop-figure {
  max-width: 80px;
  width: 80px;
  text-align: center;
  padding: 0 10px;
}

.navbar-desktop-list-item .desktop-icon {
  font-size: 1.3rem;
}

.navbar-desktop-list-item .desktop-caption {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.7rem;
}

/*tablet */
.navbar-tablet-row {
  border-bottom: 0 solid #c1c1c1;
}

.navbar-tablet-list-item {
  padding: 35px 20px 0 0;
  border-right: 0;
}

.navbar-tablet-list-item:last-child {
  padding: 25px 20px 0 0;
}

.navbar-tablet-list-item.menu {
  padding-top: 20px;
}

.navbar-tablet-list-item .tablet-icon {
  font-size: 1.8rem;
  color: #000;
}

.navbar-tablet-list-item .tablet-icon:hover {
  color: rgb(76.5, 76.5, 76.5);
  border-color: rgb(76.5, 76.5, 76.5);
}

.navbar-tablet-list-item .tablet-caption {
  font-size: 0.9rem;
}

.navbar-tablet-list-item .tablet-button {
  padding: 0 20px 0 0;
}

/* mobile */
.navbar-mobile-logo {
  padding: 10px;
  border: 0;
}

.navbar-mobile-menu-button {
  padding-top: 30px;
}

.navbar-mobile-menu-button .mobile-caption,
.navbar-mobile-menu-button .mobile-icon {
  color: #000;
}

.navbar-mobile-menu-button .mobile-caption:hover,
.navbar-mobile-menu-button .mobile-icon:hover {
  color: rgb(76.5, 76.5, 76.5);
}

.navbar-mobile-list-item {
  font-size: 1rem;
  padding: 0;
  border-right: 0;
}

.navbar-mobile-company {
  padding-top: 0;
  font-size: 1rem;
  font-weight: 700;
}

.navbar-mobile-figure {
  max-width: 90px;
  width: 90px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-mobile-figure .mobile-figure {
  font-size: 1.3rem;
}

.navbar-mobile-figure .mobile-caption {
  font-size: 0.7rem;
}

/* aside navbar panel */
#aside-navbar {
  position: absolute;
  overflow: hidden;
  width: 350px;
  background: #891409;
  color: #eee;
  left: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 2000000;
}

#aside-navbar.aside-navbar-closed {
  transform: translate3d(-350px, 0, 0);
}

#aside-navbar.aside-navbar-non-display {
  display: none;
}

#aside-navbar #aside-navbar-top {
  background: #f1f1f1;
}

ul.aside-navbar-menu {
  list-style: none;
  padding-left: 10px;
}

.aside-navbar-top {
  padding: 10px;
}

.aside-navbar-top-company {
  padding-top: 3px;
}

.aside-navbar-content {
  padding-top: 20px;
}

.aside-navbar-btn-close {
  color: #000;
  background-color: tranparent;
}

/* aside menu */
.aside-navbar-title {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  font-variant: all-small-caps;
}

.aside-navbar-menu li a {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  line-height: 2.7rem;
  color: #fff;
}

.aside-navbar-menu li a:hover {
  color: #999999;
}

.aside-menu-item-icon {
  color: #c1c1c1;
}

.aside-navbar-menu span.aside-language-name {
  font-size: 16px;
  color: #fff;
}
.aside-navbar-menu span.aside-language-name:hover {
  color: #ccc;
}

.visibility-hidden {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .show-for-tablet-portrait {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hide-for-tablet-portrait {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .show-for-tablet-landscape {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .hide-for-tablet-landscape {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .show-for-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .hide-for-desktop {
    display: none !important;
  }
}
.show-for-screenreader {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.is-hidden {
  display: none !important;
}

.figure .notify {
  position: absolute;
  color: #fff;
  background: red;
  border-radius: 50%;
  font-size: 11px;
  line-height: 20px;
  top: 15px;
  right: 13px;
  margin-top: 0;
  width: 20px;
  height: 20px;
  padding: 0 0 18px 0;
}
.figure .notify.cart-is-empty {
  display: none;
}

/* plugin: product-carousel */
/* Primaire kleuren */
/* Secundaire kleuren */
/* @import '../variables'; */
/* cart button */
/* wishlist button */
/* @import '../variables'; */
/* @import url('//fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/* box-heading */
/* home page widget headers (titles) */
/* breakpoints */
/* breadcrumbs */
/**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #a90707;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active:active, .owl-theme .owl-dots .owl-dot.active:focus {
  outline: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #a90707;
}

/* plugin: product-category-page */
/* Primaire kleuren */
/* Secundaire kleuren */
/* @import '../variables'; */
/* cart button */
/* wishlist button */
/* @import '../variables'; */
/* @import url('//fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/* box-heading */
/* home page widget headers (titles) */
/* breakpoints */
/* breadcrumbs */
.cp-row-block {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 10px;
}
.cp-row-block a {
  text-decoration: none;
}
.cp-col-price {
  border-left: 1px solid #e1e1e1;
  background-color: #f7f7f7;
}

.cp-product-title {
  padding: 10px 0 0 0;
  /* text-transform: uppercase; */
  margin-bottom: 0;
  margin-top: 0;
}
.cp-product-title a {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: #000;
}

.cp-product-description {
  font-family: "Barlow", sans-serif;
  font-size: "Barlow", sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000;
  padding: 0 0 20px 0;
}
.cp-product-description a:hover {
  color: #a90707;
  background: #fff;
}

.cp-product-number {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  color: #000;
  padding: 1rem 0 3rem 0;
}
@media screen and (max-width: 768px) {
  .cp-product-number {
    padding: 0 0 0 0;
  }
}
.cp-product-number .cp-label {
  font-weight: 300;
}
.cp-product-number .cp-label:after {
  content: ":";
}
.cp-product-number .cp-item {
  font-weight: 600;
}

.cp-product-price {
  font-family: "Barlow", sans-serif;
  font-size: 2.1rem;
  font-weight: 300;
  color: #000;
  padding: 1rem 0 0 0;
}
@media (max-width: 768px) {
  .cp-product-price {
    padding: 1rem 0 5px 0;
    font-size: 1.7rem;
  }
}

.cp-product-vat {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  padding: 5px 0 2rem 0;
}

.cp-product-categories {
  position: absolute;
  bottom: 40px;
  height: 1px;
  right: 10px;
  z-index: 10000;
}

.cp-category-list {
  padding: 0;
}

/*
.cp-category-item-item a {
  font-size: $cp-category-item-item-font-size;
  border: $cp-category-item-item-border;
  padding: $cp-category-item-item-padding;
  background: $cp-category-item-item-bg-color;
  color: $cp-category-item-item-color;
  font-weight: $font-weight-bold;

  &:active, &:focus {
    background: $cp-category-item-item-bg-color;
    color: $cp-category-item-item-color;
  }

  &:hover {
    background: $kleur-hover-rood;
    color: $kleur-wit;
    font-weight: $font-weight-bold;  
  }
}
*/
.cp-category-item {
  background: #0080c8;
  border: 1px solid #EFEFEE;
  padding: 0 5px;
  border-radius: 5px;
  margin-right: 5px;
}
.cp-category-item:last-child {
  margin-right: 0;
}
.cp-category-item:hover {
  background: #0080c8;
}
.cp-category-item a {
  color: #fff;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
}
.cp-category-item a:hover {
  color: rgb(214.2727272727, 214.2727272727, 211.7272727273);
}

table.shop_table {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
table.shop_table th, table.shop_table td {
  padding: inherit;
  vertical-align: inherit;
}
table.shop_table tr {
  padding: 5px;
}

table.shop_table tr th {
  border: 0;
  background: #f5f5f5;
  /* padding: 7px 12px; */
  color: #454545;
  /* font-size: 14px; */
}

table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}

/* Primaire kleuren */
/* Secundaire kleuren */
/* @import '../variables'; */
/* cart button */
/* wishlist button */
/* @import '../variables'; */
/* @import url('//fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/* box-heading */
/* home page widget headers (titles) */
/* breakpoints */
/* breadcrumbs */
/* the image grows with the box even if the image is not that large */
.rvb-widget .play-button-block {
  position: absolute;
  top: 15%;
  right: 30%;
}
.rvb-widget .play-button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50px;
  right: 50px;
  border: 2px solid #ffffff;
  border-radius: 54px;
}
.rvb-widget .play-button span {
  position: absolute;
  top: 6px;
  left: 14px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 28px solid #ffffff;
}
.rvb-widget .show-more-button {
  padding: 0 20px 20px 20px;
  text-align: center;
}
.rvb-widget .show-more-button .button {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: 0;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 5px;
  background-color: #008fd5;
  color: #fff;
}
.rvb-widget .show-more-button .button:hover {
  background-color: #268abc;
  color: #fff;
}
.rvb-widget.wrap {
  /* end of .media */
  /* end of .show-more-button */
  background: #f0f0f0;
  padding: 0;
  margin: 0;
}
.rvb-widget.wrap a:focus,
.rvb-widget.wrap a:active,
.rvb-widget.wrap a:hover,
.rvb-widget.wrap a:visited {
  text-decoration: none;
}
.rvb-widget.wrap .media.wrap {
  overflow: hidden;
  width: 100%;
  /* this is the width of the box, change this to play with this sample */
  /* border: 1px solid #3a3a3a; */
  /* margin: 5px; /* a nice margin around the box */
  /* padding: 10px; /* a nice padding within the box */
  /* border-radius: 10px; */
}
.rvb-widget.wrap .media .caption {
  font-family: "Barlow", sans-serif;
  color: #555;
  text-align: center;
}
.rvb-widget.wrap .media .caption .caption-top {
  padding: 10px 20px;
  margin: 0;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #268abc;
  text-align: inherit;
  text-transform: none;
}
.rvb-widget.wrap .media .caption .caption-bottom {
  padding: 0 25px 25px 25px;
  margin: 0;
  min-height: 70px;
  font-size: 1.2rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #27879c;
  text-align: inherit;
}
.rvb-widget.wrap .media img {
  width: 100%;
  object-fit: cover;
  /* height: 12vw; */
}
.rvb-widget.wrap .media .image.wrap {
  position: relative;
  width: 100%;
  max-height: 220px;
  /* this is the maximum height of the image */
  overflow: hidden;
  /* some overflow at the bottom is hidden */
  border-top: none;
  border-bottom: 4px solid #008fd5;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.rvb-widget.wrap .media .image.box {
  position: relative;
  margin-bottom: 20px;
}
.rvb-widget.wrap .media .image.box .play.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  padding: 10px 12px 10px 12px;
  margin: -26px auto auto -28px;
  color: #fcfcfc;
  font-size: 32px;
  border: 2px solid #fff;
}
.rvb-widget.wrap .media .image.box .play.icon:hover {
  color: #ccc;
  border: 2px solid #cccccc;
}

/* end of .rvb-widget.wrap */
@media screen and (max-width: 768px) {
  .media .image.wrap {
    max-height: 100%;
    /* this is the maximum height of the image */
  }
}
@media screen and (max-width: 768px) {
  .rvb-widget.wrap .media .image.wrap {
    max-height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .rvb-widget.wrap .media .caption .caption-top {
    font-size: 20px;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .rvb-widget.wrap .media .caption .caption-bottom {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .rvb-widget.wrap .media .caption .caption-bottom {
    font-size: 16px;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .rvb-widget.wrap .show-more-button .button {
    padding: 5px 25px;
    font-size: 14px;
  }
}
/* plugin: video-gallery */
/* Primaire kleuren */
/* Secundaire kleuren */
/* @import '../variables'; */
/* cart button */
/* wishlist button */
/* @import '../variables'; */
/* @import url('//fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/* box-heading */
/* home page widget headers (titles) */
/* breakpoints */
/* breadcrumbs */
.video-gallery-plugin {
  padding-top: 20px;
}
.video-gallery-plugin .vgp-gallery-title {
  font-family: "Barlow", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  color: #ff9900;
}
.video-gallery-plugin .vgp-row-videos {
  margin-top: 10px;
  margin-bottom: 30px;
}
.video-gallery-plugin .card .vgp-image-wrap {
  max-height: 205px;
  overflow: hidden;
}
.video-gallery-plugin .card .vgp-img {
  width: 100%;
  height: auto;
}
.video-gallery-plugin .card .vgp-card-body {
  background-color: #fafafa;
}
.video-gallery-plugin .card .vgp-card-body .vgp-card-name {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #444;
}
/* @import '0_variables/all'; */
/* obsolete ??? */
#navbar-desktop-search #search {
  padding-top: 15px;
}

.desktop-link {
  padding: 0 10px;
}

/* navigation tabs (product page) */
.nav-tabs .nav-link:hover {
  color: #0080c8;
  background: #EFEFEE;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #0080c8 #0080c8 #EFEFEE #0080c8;
}

/* tables (product page) */
table.shop_table {
  font-size: 16px;
}

/* category image (home pagina) */
.category-image img:hover {
  transition: transform 0.3s;
}

.category-image img:hover {
  filter: brightness(70%);
}

.desktop-link img:hover {
  filter: brightness(70%);
}

/* NOG AKTUEEL ??? */
/**
 * put here code that fits for all child templates
 */
/* add to cart button */
.button-cart {
  background-color: #0080c8;
  font-weight: bold;
}
.button-cart:before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  padding-right: 10px;
}
.button-cart:focus, .button-cart.focus {
  box-shadow: 0 rgba(0, 123, 255, 0.25);
}

/* add to cart button */
.button-wishlist {
  background-color: #0080c8;
  border: none;
  font-weight: bold;
}
.button-wishlist:hover {
  background-color: rgb(0, 160.64, 251);
}
.button-wishlist:active, .button-wishlist:focus, .button-wishlist:visited {
  background-color: #0080c8 !important;
}
.button-wishlist:before {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
}
.button-wishlist:focus, .button-wishlist.focus {
  box-shadow: 0 rgba(0, 123, 255, 0.25);
}

/* product title & h1 */
.product-title {
  background: none;
  padding: 0 10px 10px 5px;
  line-height: 40px;
  font-size: 30px;
}

/* related posts */
.product-item-id {
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 13px;
}

.product-info .image {
  border-radius: 3px;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.sc-vimeo-video {
  padding-top: 30px;
  padding-bottom: 30px;
}

.table-smaller-font {
  font-size: 1rem;
}