@font-face {
  font-family: 'Century Gothic';
  src: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../fonts/CenturyGothic.woff2') format('woff2'), url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../fonts/CenturyGothic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../fonts/CenturyGothic-Bold.woff2') format('woff2'), url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../fonts/CenturyGothic-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
.basic-font {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.titel-font {
  font-family: 'Century Gothic';
  font-weight: 400;
}
html,
body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #282727;
  font-size: 16px;
  letter-spacing: -0.2pxpx;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  html,
  body {
    font-size: calc(16px - 1px);
  }
}
@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: calc(16px - 2px);
  }
}
html.admin-bar .headermelding-wrapper .headermelding,
body.admin-bar .headermelding-wrapper .headermelding {
  top: 32px;
}
html.hideHeader > header,
body.hideHeader > header {
  transform: translateY(calc(-100% - 4rem));
}
html.hideHeader .headermelding-wrapper,
body.hideHeader .headermelding-wrapper {
  transform: translateY(calc(-100% - 3rem));
}
html.lenis,
html.lenis body {
  height: auto;
  scroll-padding: 120px;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
h1,
.look-h1 {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 3.125rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #ed6727;
  letter-spacing: -.5px;
}
@media only screen and (max-width: 767px) {
  h1,
  .look-h1 {
    font-size: 2.0625rem;
  }
}
.look-h1-xl {
  font-size: 4.0625rem;
  line-height: 1.09230769;
  letter-spacing: -.1px;
}
@media only screen and (max-width: 767px) {
  .look-h1-xl {
    font-size: 2.0625rem;
  }
}
h2,
.look-h2 {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 2.375rem;
  line-height: 1.21052632;
  margin-bottom: 1.5rem;
  color: #ed6727;
}
@media only screen and (max-width: 767px) {
  h2,
  .look-h2 {
    font-size: 1.875rem;
  }
}
h3,
.look-h3 {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #ed6727;
  letter-spacing: -.2px;
}
@media only screen and (max-width: 767px) {
  h3,
  .look-h3 {
    font-size: 1.5rem;
  }
}
h4,
.look-h4 {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #ed6727;
  letter-spacing: -.2px;
}
h5,
.look-h5 {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3125;
  margin-bottom: 1rem;
  color: #ed6727;
  letter-spacing: -.2px;
}
h6,
.look-h6 {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3125;
  margin-bottom: 1rem;
  color: #ed6727;
  letter-spacing: -.2px;
}
.look-alt {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  color: #ed6727;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin: 0;
}
.body-large {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.44444444;
  letter-spacing: -.3px;
}
.body-small {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.57142857;
  letter-spacing: -.2px;
}
.body-small.message {
  color: #444444;
  font-style: italic;
}
p,
span,
a,
li,
.look-p {
  color: #282727;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
p {
  margin-bottom: 1.5em;
}
p b,
p strong {
  font-weight: 700;
}
p i,
p em {
  font-style: italic;
}
small {
  font-size: .8rem;
}
a {
  color: #ed6727;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
*::selection {
  background: #ed6727;
  color: #ffffff;
}
*::-moz-selection {
  background: #ed6727;
  color: #ffffff;
}
.thin {
  font-weight: 100;
}
.extralight {
  font-weight: 200;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.extrabold {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.none {
  display: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.inline-flex {
  display: inline-flex;
  flex-wrap: wrap;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.background-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.box-shadow {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.box-shadow-hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.container-full {
  width: 100%;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.container {
  max-width: 1300px;
  box-sizing: border-box;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
.row {
  margin-left: -1rem;
  margin-right: -1rem;
}
[class*=col-] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.website-content {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 6.2rem;
}
.website-content .breadcrumbs-wrapper {
  top: 0;
}
@media only screen and (max-width: 767px) {
  .website-content .breadcrumbs-wrapper {
    top: 0;
  }
}
.website-content.first_banner,
.website-content.first_banner_content,
.website-content.first_module_overzicht,
.website-content.first_inspiratie,
.website-content.first_blokkenoverzicht_met_link,
.website-content:has(.full-page-banner) {
  padding-top: 0;
}
@media only screen and (max-width: 991px) {
  .website-content.first_banner,
  .website-content.first_banner_content,
  .website-content.first_module_overzicht,
  .website-content.first_inspiratie,
  .website-content.first_blokkenoverzicht_met_link,
  .website-content:has(.full-page-banner) {
    padding-top: 0;
  }
}
.website-content.first_banner .breadcrumbs-wrapper .breadcrumbs-wrapper-inner *,
.website-content.first_full_page_banner .breadcrumbs-wrapper .breadcrumbs-wrapper-inner * {
  color: #ffffff;
}
.website-content.first_banner .breadcrumbs-wrapper .rank-math-breadcrumb *,
.website-content.first_full_page_banner .breadcrumbs-wrapper .rank-math-breadcrumb * {
  color: #ffffff;
}
.website-content.first_banner .breadcrumbs-wrapper .rank-math-breadcrumb a,
.website-content.first_full_page_banner .breadcrumbs-wrapper .rank-math-breadcrumb a {
  position: relative;
}
.website-content.first_banner .breadcrumbs-wrapper .rank-math-breadcrumb a:first-of-type,
.website-content.first_full_page_banner .breadcrumbs-wrapper .rank-math-breadcrumb a:first-of-type {
  filter: invert(0) brightness(2);
}
@media only screen and (max-width: 767px) {
  .website-content {
    padding-top: 17px;
  }
  .website-content.first_banner,
  .website-content.first_banner_content,
  .website-content.first_module_overzicht {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  body:has(.first_banner) > header,
  body:has(.first_banner) > header .header-inner,
  body:has(.first_banner_content) > header,
  body:has(.first_banner_content) > header .header-inner,
  body:has(.first_module_overzicht) > header,
  body:has(.first_module_overzicht) > header .header-inner {
    background: transparent;
    border-bottom: 0;
  }
}
.pagination-of-swiper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 2rem;
  padding: 1rem 0;
}
.pagination-of-swiper.left {
  justify-content: flex-start;
}
.pagination-of-swiper.right {
  justify-content: flex-end;
}
.pagination-of-swiper .swiper-pagination-bullet {
  opacity: 1;
}
.pagination-of-swiper .swiper-pagination-bullet-active {
  background-color: #ed6727;
}
.pagination-of-swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 200ms;
  transform: translateX(0px);
}
.pagination-of-swiper .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: auto;
  padding: 0 1.5rem;
}
.pagination-of-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  content: '';
  width: calc(1rem + 4px);
  height: calc(1rem + 4px);
  margin: 0 .25rem;
  color: transparent;
  border: none;
  background: none;
  cursor: pointer;
}
.pagination-of-swiper .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ed6727;
  border-radius: 100%;
  opacity: 0;
  transform: scale(0.7);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pagination-of-swiper .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: .5rem;
  height: .5rem;
  background-color: #282727;
  border-radius: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pagination-of-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
  transform: scale(1);
}
.pagination-of-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: #ed6727;
}
@media only screen and (max-width: 991px) {
  .pagination-of-swiper .swiper-pagination {
    padding-top: 76px;
  }
}
.pagination-of-swiper .swiper-button-next,
.pagination-of-swiper .swiper-button-prev {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 100;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  background-color: #f5f4f4;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50px;
}
.pagination-of-swiper .swiper-horizontal > .swiper-pagination-bullets,
.pagination-of-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.pagination-of-swiper .swiper-pagination-custom,
.pagination-of-swiper .swiper-pagination-fraction {
  bottom: auto;
  margin-top: 3px;
}
.pagination-of-swiper .swiper-button-prev {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-slider-left.svg') !important;
}
.pagination-of-swiper .swiper-button-prev::after {
  display: none;
}
.pagination-of-swiper .swiper-button-next {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-slider-right.svg') !important;
}
.pagination-of-swiper .swiper-button-next::after {
  display: none;
}
@media only screen and (min-width: 992px) {
  .margin-bottom {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .margin-bottom {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 3rem;
  }
}
.logged-in .responsive-nav {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  #wpadminbar {
    position: fixed;
  }
  .logged-in .responsive-nav {
    margin-top: 46px;
  }
}
#old-ie-banner {
  display: none;
  position: fixed;
  width: 100%;
  text-align: center;
  background: #f12525;
  padding: .5rem 0;
  bottom: 0;
  z-index: 1500;
}
#old-ie-banner p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: .9rem;
}
#old-ie-banner a {
  display: inline-block;
  color: #ffffff;
}
#old-ie-banner a::after {
  width: 100%;
  background-color: #ffffff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #old-ie-banner {
    display: inline-block;
  }
}
.button {
  position: relative;
  font-family: 'Century Gothic';
  font-weight: 400;
  line-height: 1.25;
  font-weight: 700;
  display: inline-block;
  background-color: #ed6727;
  color: #ffffff;
  font-size: 1rem;
  padding: .625rem 3rem .7rem 1rem;
  border-radius: 200px;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}
.button:hover,
.button.hoverbutton {
  background-color: #d95212;
  text-decoration: none;
  color: #ffffff;
  background-position: right .75rem center;
  cursor: pointer;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.button:hover.simple,
.button.hoverbutton.simple {
  background-color: transparent !important;
  color: #ed6727;
  background-position: left .3rem center;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.button:focus,
.button:active {
  outline: none;
  color: #ffffff;
}
.button.white {
  background-color: #ffffff;
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.button.white:hover {
  background-color: #d95212;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.button.ghost {
  border: 1px solid #282727;
  color: #282727;
  background-color: transparent;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.button.ghost:hover {
  background-color: #282727;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.button.ghost.white {
  border-color: #ffffff;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.button.ghost.white:hover {
  background-color: #ffffff;
  color: #282727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.button.add-to-cart {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../images/icon-winkelmand-white.svg');
}
.button.actie {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.button.back {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
.button.back.message {
  color: #444444;
  font-style: italic;
}
.button.back:hover {
  background-position: left 0 center;
}
.button.simple {
  font-weight: 400;
  background-color: transparent;
  color: #282727;
  padding: .625rem 1rem .7rem 2rem;
  background-repeat: no-repeat;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
  background-position: left center;
  border: 0;
}
.button.simple.color-actie {
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
@media only screen and (max-width: 767px) {
  .button {
    padding: .5rem 4rem .5rem 2rem;
    max-width: 100%;
  }
}
.hoverbutton {
  background-color: #d95212;
  text-decoration: none;
  color: #ffffff;
  background-position: right .75rem center;
  cursor: pointer;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.hoverbutton.simple {
  background-color: transparent !important;
  color: #ed6727;
  background-position: left .3rem center;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.back {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
.back.message {
  color: #444444;
  font-style: italic;
}
.back:hover {
  background-position: left 0 center;
}
.pill {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  padding: .5rem 1.25rem;
  line-height: 1;
  cursor: pointer;
  background: #f5f4f4;
  border-radius: 2rem;
  color: rgba(40, 39, 39, 0.5);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.pill.message {
  color: #444444;
  font-style: italic;
}
.pill:not(.active):hover,
.pill:not(.active):focus,
.pill.swiper-slide-thumb-active,
.pill.pill-active {
  background: #dcdcdc;
  color: #282727;
}
.pill.gray-dark {
  background: #dcdcdc;
  color: #282727;
}
.pill.gray-dark:not(.active):hover,
.pill.gray-dark:not(.active):focus,
.pill.gray-dark.swiper-slide-thumb-active {
  background: #c3c3c3;
  color: #0e0e0e;
}
.pill.active {
  background: #ed6727;
  color: #ffffff;
  filter: brightness(1);
}
.pill.active:hover {
  background: #ed6727;
}
.text-link {
  position: relative;
}
.text-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ed6727;
  height: 1px;
  width: 0;
}
.text-link:hover {
  color: #ed6727;
}
.text-link:hover:after {
  width: 100%;
}
.text-link.back {
  color: #9b9b9b;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-repeat: no-repeat;
  background-position: left .5rem center;
  background-size: 1rem;
  padding: .5rem 0 .5rem 2.5rem;
}
.text-link.back::after {
  background-color: white;
}
.text-link.back:hover {
  background-position: left 0px center;
}
@media only screen and (min-width: 768px) {
  .text-link::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.link-text {
  position: relative;
}
.link-text::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.link-text:hover::after {
  width: 100%;
}
.link-text.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .link-text::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
@supports (-ms-ime-align:auto) {
  .button {
    background-position: calc(100% - 1.5rem) center !important;
  }
  .button:hover {
    background-position: calc(100% - 1rem) center !important;
  }
}
.input-font-color {
  color: #282727;
}
.input-border-radius {
  border-radius: 5px;
}
.input-background {
  background-color: #ffffff;
}
.input-box-shadow {
  box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);
}
.input-border {
  border: none;
}
.input-weight {
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .default-block {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .default-block {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .default-block {
    margin-bottom: 3rem;
  }
}
.default-block.no-margin {
  margin-bottom: 0;
}
.default-block .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.default-block .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.default-block .tekst ul li strong {
  font-weight: 700;
}
.default-block .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.default-block .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.default-block .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.default-block .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.default-block .tekst a {
  white-space: nowrap;
  position: relative;
}
.default-block .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.default-block .tekst a:hover::after {
  width: 100%;
}
.default-block .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .default-block .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.default-block .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.default-block .tekst *:last-child {
  margin-bottom: 0;
}
.whatsapp {
  z-index: 100;
  display: none;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 100%;
}
.whatsapp .whatsapp-button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3.75rem;
  width: 3.75rem;
  background-color: #25d366;
  border-radius: 50%;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-whatsapp-white.svg');
  background-position: center center;
  background-size: 28px;
  background-repeat: no-repeat;
  box-shadow: 8px 9px 19px -9px rgba(107, 107, 107, 0.53);
  -webkit-transition: 0.5s ease-out 0s;
  -moz-transition: 0.5s ease-out 0s;
  -o-transition: 0.5s ease-out 0s;
  -ms-transition: 0.5s ease-out 0s;
  transition: 0.5s ease-out 0s;
}
.whatsapp .whatsapp-button:hover {
  background-color: #075e54;
}
.whatsapp .whatsapp-popup {
  position: absolute;
  right: 3.4rem;
  bottom: 4.4rem;
  width: 300px;
  max-width: 70%;
  padding: 1.25rem 1.8rem;
  font-size: 14px;
  color: #282727;
  background-color: rgba(236, 229, 221, 0.97);
  border-radius: .3rem;
  box-shadow: 8px 9px 19px -9px rgba(107, 107, 107, 0.53);
}
.whatsapp .whatsapp-popup::after {
  content: '';
  position: absolute;
  right: .5rem;
  bottom: -1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1rem 1rem 0;
  border-color: transparent rgba(236, 229, 221, 0.97) transparent transparent;
}
.whatsapp .whatsapp-popup .title {
  display: block;
  font-weight: 700;
}
.whatsapp .whatsapp-popup .close {
  position: absolute;
  top: .3rem;
  right: .5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #282727;
  text-shadow: 0 1px 0 #fff;
  opacity: .4;
  -webkit-transition: 0.5s ease-out 0s;
  -moz-transition: 0.5s ease-out 0s;
  -o-transition: 0.5s ease-out 0s;
  -ms-transition: 0.5s ease-out 0s;
  transition: 0.5s ease-out 0s;
  cursor: pointer;
}
.whatsapp .whatsapp-popup .close:hover {
  opacity: 1;
}
.headermelding {
  position: fixed;
  background: #282727;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.headermelding .headermelding-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: .9rem;
  max-width: 1320px;
}
.headermelding .headermelding-inner .look-h4 {
  margin: 0;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.headermelding .headermelding-inner .tekst {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin: 0 1.5rem;
  text-align: center;
}
.headermelding .headermelding-inner .button {
  padding: .3rem 4rem .3rem 2.5rem;
}
@media only screen and (max-width: 991px) {
  .headermelding .headermelding-inner {
    flex-direction: column;
  }
  .headermelding .headermelding-inner .tekst {
    margin: .5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .headermelding .headermelding-inner {
    padding: 15px 15px 10px;
  }
  .headermelding .headermelding-inner .button {
    padding: .1rem 3.5rem .1rem 2rem;
    background-position: right 1.2rem center;
  }
}
.breadcrumbs-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  padding: 1rem 1.25rem;
  z-index: 2;
}
.breadcrumbs-wrapper .breadcrumbs-wrapper-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs-wrapper .breadcrumbs-wrapper-inner * {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  margin: 0;
  color: #9b9b9b;
  font-size: .875rem;
}
.breadcrumbs-wrapper .rank-math-breadcrumb p {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs-wrapper .rank-math-breadcrumb * {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  margin: 0;
  color: #9b9b9b;
  font-size: .875rem;
}
.breadcrumbs-wrapper .rank-math-breadcrumb span.last {
  color: #282727;
}
.breadcrumbs-wrapper .rank-math-breadcrumb a {
  position: relative;
}
.breadcrumbs-wrapper .rank-math-breadcrumb a::before {
  display: none;
}
.breadcrumbs-wrapper .rank-math-breadcrumb a:hover::before {
  width: 100%;
}
.breadcrumbs-wrapper .rank-math-breadcrumb a:first-of-type {
  width: 1.2rem;
  height: 1.2rem;
  color: transparent;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-home.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 1;
  text-indent: -1000vw;
}
.breadcrumbs-wrapper .rank-math-breadcrumb a:first-of-type::before {
  display: none;
}
.breadcrumbs-wrapper .rank-math-breadcrumb .separator {
  display: inline-block;
  margin: 0 .75rem;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs-wrapper {
    padding: .25rem 1.25rem;
  }
  .breadcrumbs-wrapper .rank-math-breadcrumb * {
    margin: .25rem 0;
  }
  .breadcrumbs-wrapper .rank-math-breadcrumb .seperator {
    margin: 0 .75rem;
  }
}
.lang-wrapper {
  position: relative;
  padding: 0;
  align-items: center;
}
.lang-wrapper .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: none;
}
.lang-wrapper .wpml-ls-legacy-dropdown {
  width: auto;
}
.lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item .wpml-ls-sub-menu {
  opacity: 0;
}
.lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item:hover .wpml-ls-sub-menu,
.lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item:focus .wpml-ls-sub-menu {
  opacity: 1;
}
.lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item a {
  display: flex !important;
  align-items: center;
  border: none;
  opacity: 1;
  padding: 0;
}
.lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item a.wpml-ls-item-toggle {
  position: relative;
  padding-right: 1rem;
  background: none;
}
.lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item a.wpml-ls-item-toggle::before {
  position: absolute;
  content: "";
  background: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-chevron-down.svg');
  background-size: .5rem;
  background-position: right 1px center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 0;
  top: -.1em;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item a .wpml-ls-native {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.57142857;
  letter-spacing: -.2px;
}
.lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item a .wpml-ls-native.message {
  color: #444444;
  font-style: italic;
}
.lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item a img.wpml-ls-flag {
  max-height: .75rem;
  margin: 0;
}
.lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item:hover a,
.lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item:focus a {
  background: none;
}
.lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-current-language {
  margin: 0;
}
.lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-current-language > ul.wpml-ls-sub-menu {
  top: calc(100% + 38.5px);
  border-radius: 0 0 .5rem .5rem;
  left: 0;
  border: 1px solid #dcdcdc;
  border-top: 0;
  background: #ffffff;
}
.lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-current-language > ul.wpml-ls-sub-menu::before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  right: 0;
  height: 37.5px;
  background: transparent;
}
.lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-current-language > ul.wpml-ls-sub-menu li {
  padding: .5rem 1rem;
  width: 100%;
  margin: 0;
}
.lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-current-language > ul.wpml-ls-sub-menu li a {
  text-align: center;
}
.lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-current-language > ul.wpml-ls-sub-menu li a img {
  margin: 0;
}
.lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-current-language > ul.wpml-ls-sub-menu li a:hover {
  opacity: .5;
}
.lang-wrapper .lang-list {
  display: none;
  position: absolute;
  top: calc(100% - 8px);
  padding: .5rem .8rem .4rem .8rem;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 1px 1px 0.5rem rgba(0, 0, 0, 0.13);
}
.lang-wrapper .lang-list.show {
  display: block;
}
.lang-wrapper .lang-list a {
  display: block;
}
body > header {
  position: relative;
  z-index: 5000;
  width: 100%;
  background: #ffffff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
body > header .header-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex-direction: column;
  align-items: unset;
  padding: 0;
  background: #ffffff;
  z-index: 1500;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  border-bottom: 1px solid #dcdcdc;
}
body > header .header-inner .header-inner-middle {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
body > header .header-inner .header-inner-middle .header-inner-middle-content {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 1rem;
}
body > header .header-inner .header-inner-middle .header-inner-middle-content .navigation {
  text-align: left;
}
body > header .header-inner .header-inner-middle .header-inner-middle-content .navigation.right {
  margin-left: auto;
}
body > header .header-inner .header-inner-middle .shop-actie-button {
  height: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  font-family: 'Century Gothic';
  font-weight: 400;
  font-weight: 700;
  align-items: center;
  color: #282727;
  position: relative;
  border-left: 1px solid #f5f4f4;
  padding: 0 2.5rem 0 1.5rem;
}
body > header .header-inner .header-inner-middle .shop-actie-button span.icon {
  line-height: 1;
}
body > header .header-inner .header-inner-middle .shop-actie-button span.icon img {
  height: 1rem;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
body > header .header-inner .header-inner-middle .shop-actie-button:hover {
  background: #f5f4f4;
}
body > header .header-inner .header-inner-middle .shop-actie-button.winkelmand-item span.icon {
  position: relative;
}
body > header .header-inner .header-inner-middle .shop-actie-button.winkelmand-item span.icon span.winkelmandje-counter {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  font-size: .5rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
  top: calc(100% - 1.25rem);
  right: -1.5rem;
  text-align: center;
  background: #ed6727;
  color: #fff;
  min-width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
body > header .header-inner .header-inner-middle .search-bar-item {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  z-index: -10;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  width: 100vw;
  padding-top: 9rem;
  margin: 0 auto;
  background: #ffffff;
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .search-field {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3125;
  margin-bottom: 1rem;
  letter-spacing: -.2px;
  flex: 1;
  width: 100%;
  padding: .5rem;
  margin: 0;
  margin-right: 1rem;
  color: #ed6727;
  background-color: #ffffff;
  outline: none !important;
  border: none;
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .search-field::placeholder {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3125;
  margin-bottom: 1rem;
  letter-spacing: -.2px;
  color: #ed6727;
  opacity: .4;
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button {
  position: relative;
  font-family: 'Century Gothic';
  font-weight: 400;
  line-height: 1.25;
  font-weight: 700;
  display: inline-block;
  background-color: #ed6727;
  color: #ffffff;
  font-size: 1rem;
  padding: .625rem 3rem .7rem 1rem;
  border-radius: 200px;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  height: 100%;
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button:hover,
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.hoverbutton {
  background-color: #d95212;
  text-decoration: none;
  color: #ffffff;
  background-position: right .75rem center;
  cursor: pointer;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button:hover.simple,
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.hoverbutton.simple {
  background-color: transparent !important;
  color: #ed6727;
  background-position: left .3rem center;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button:focus,
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button:active {
  outline: none;
  color: #ffffff;
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.white {
  background-color: #ffffff;
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.white:hover {
  background-color: #d95212;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.ghost {
  border: 1px solid #282727;
  color: #282727;
  background-color: transparent;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.ghost:hover {
  background-color: #282727;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.ghost.white {
  border-color: #ffffff;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.ghost.white:hover {
  background-color: #ffffff;
  color: #282727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.add-to-cart {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../images/icon-winkelmand-white.svg');
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.actie {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.back {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.back.message {
  color: #444444;
  font-style: italic;
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.back:hover {
  background-position: left 0 center;
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.simple {
  font-weight: 400;
  background-color: transparent;
  color: #282727;
  padding: .625rem 1rem .7rem 2rem;
  background-repeat: no-repeat;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
  background-position: left center;
  border: 0;
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.simple.color-actie {
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
@media only screen and (max-width: 767px) {
  body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button {
    padding: .5rem 4rem .5rem 2rem;
    max-width: 100%;
  }
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.sub {
  background-color: #b8b1b1;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.sub:hover,
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.sub:focus {
  background-color: #a09797;
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.wc-backward {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.wc-backward.message {
  color: #444444;
  font-style: italic;
}
body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner .submit-container .search-button.wc-backward:hover {
  background-position: left 0 center;
}
body > header .header-inner .header-inner-middle .search-bar-item.show {
  top: calc(100% - 10px);
  opacity: 1;
}
body > header .header-inner .logolink {
  display: block;
  padding: 1.5rem 3rem;
  background-color: #f5f4f4;
}
body > header .header-inner .logolink img {
  height: 100%;
  width: auto;
  display: block;
}
body > header .header-inner .buttons-right {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
body > header .header-inner .navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: right;
}
body > header .header-inner .navigation .lang-wrapper {
  margin: 0 0 0 1rem;
}
body > header .header-inner .navigation .bold > a {
  font-weight: 700;
  font-size: 1.125rem;
}
body > header .header-inner .navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body > header .header-inner .navigation ul *:last-child {
  margin-right: 0;
}
body > header .header-inner .navigation li {
  position: relative;
  display: inline-block;
  padding: 0 .5rem;
  margin-right: .25rem;
}
body > header .header-inner .navigation li a {
  display: inline-block;
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3125;
  margin-bottom: 1rem;
  color: #ed6727;
  letter-spacing: -.2px;
  padding: 0;
  margin-bottom: 0;
  color: #282727;
  text-decoration: none;
}
body > header .header-inner .navigation li a.sf-with-ul {
  position: relative;
}
body > header .header-inner .navigation li a.sf-with-ul::after {
  position: absolute;
  content: "";
  background: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-chevron-down.svg');
  background-size: .5rem;
  background-position: right 1px center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
body > header .header-inner .navigation li.with-search {
  display: inline-flex;
  flex-wrap: wrap;
}
body > header .header-inner .navigation li.with-search a.search-trigger {
  line-height: 1;
  width: 1.25rem;
  height: 1rem;
  background: left center no-repeat;
  background-size: 1rem;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../b3-shop-root/images/icon-search.svg');
  z-index: 1;
}
body > header .header-inner .navigation li:hover a,
body > header .header-inner .navigation li:active a,
body > header .header-inner .navigation li.current-menu-item a,
body > header .header-inner .navigation li.current_page_parent a {
  color: #ed6727;
  text-decoration: none;
}
body > header .header-inner .navigation li:hover a.sf-with-ul::after,
body > header .header-inner .navigation li:active a.sf-with-ul::after,
body > header .header-inner .navigation li.current-menu-item a.sf-with-ul::after,
body > header .header-inner .navigation li.current_page_parent a.sf-with-ul::after {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-chevron-down-actie.svg');
}
body > header .header-inner .navigation li.menu-item-has-children > a {
  padding-right: 1rem;
}
body > header .header-inner .navigation li.mega-menu {
  position: inherit;
}
body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu {
  list-style: none;
  width: 100%;
  position: absolute;
  top: calc(100% + 1px);
  width: calc(100% + 2rem);
  padding: 0;
  left: -1rem;
  background: #ffffff;
  border: none;
  min-width: 320px;
  margin: 0;
  display: none;
  text-align: left;
  z-index: 203;
  border-radius: 0;
  box-shadow: none;
  border-top: 0;
}
body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu .menu-image-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 450px;
  max-width: calc(100vw - 590px);
  background: #f5f4f4;
}
body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu .menu-image-container .image-element-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu .menu-image-container .image-element-inner.show {
  opacity: 1;
}
body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu .dropdown-menu-inner {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 450px);
  min-height: 510px;
}
body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu .dropdown-menu-inner .menu-items-container {
  width: 100%;
  position: relative;
  max-width: 100%;
  padding: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu .dropdown-menu-inner .menu-items-container li {
  display: block;
  width: 50%;
  max-width: 300px;
  margin: 0 0 1rem 0;
  position: initial;
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu .dropdown-menu-inner .menu-items-container li.menu-item-has-children > a {
  text-decoration: none;
}
body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu .dropdown-menu-inner .menu-items-container li.menu-item-has-children > a.sf-with-ul {
  position: relative;
}
body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu .dropdown-menu-inner .menu-items-container li.menu-item-has-children > a.sf-with-ul::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-chevron-right.svg');
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-position: center right 1rem;
}
body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu .dropdown-menu-inner .menu-items-container li a {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  color: #282727;
  font-size: .9rem;
  padding: .5rem 0 width: 100%;
}
body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu .dropdown-menu-inner .menu-items-container li > ul.dropdown-menu {
  display: block !important;
  opacity: 1 !important;
  width: 100%;
  padding: .5rem 0;
}
body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu .dropdown-menu-inner .menu-items-container li > ul.dropdown-menu > li {
  width: 100%;
  display: inline-block;
  position: relative;
  transform: none;
  padding: 0;
}
body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu .dropdown-menu-inner .menu-items-container li > ul.dropdown-menu > li a {
  padding: 0;
}
body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu .dropdown-menu-inner .menu-items-container li > ul.dropdown-menu > li a:hover {
  color: #ed6727;
}
body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu .dropdown-menu-inner .menu-items-container li > ul.dropdown-menu > li:last-child {
  margin-top: 2rem;
}
body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu .dropdown-menu-inner .menu-items-container li > ul.dropdown-menu > li:last-child a {
  font-weight: 400;
  background-color: transparent;
  color: #282727;
  padding: .625rem 1rem .7rem 2rem;
  background-repeat: no-repeat;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
  background-position: left center;
  border: 0;
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu .dropdown-menu-inner .menu-items-container li > ul.dropdown-menu > li:last-child a.color-actie {
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu .dropdown-menu-inner .menu-items-container > li {
  padding: .75rem 0;
}
body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu .dropdown-menu-inner .menu-items-container > li > a {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #ed6727;
  letter-spacing: -.2px;
  font-weight: 700;
  color: #282727;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body > header .header-inner .navigation li.mega-menu > ul.dropdown-menu .dropdown-menu-inner .menu-items-container {
    padding-left: 1rem;
  }
}
body > header .header-inner .navigation li > ul.sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 37.5px);
  min-width: 100%;
  background: #ffffff;
  margin: 0;
  left: -1rem;
  text-align: left;
  z-index: 203;
  border: 1px solid #dcdcdc;
  border-top: 0;
  cursor: pointer;
  border-radius: 0 0 .5rem .5rem;
}
body > header .header-inner .navigation li > ul.sub-menu::before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  right: 0;
  height: 37.5px;
  background: transparent;
}
body > header .header-inner .navigation li > ul.sub-menu li {
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
body > header .header-inner .navigation li > ul.sub-menu li:last-child {
  border-radius: 0 0 .5rem .5rem;
}
body > header .header-inner .navigation li > ul.sub-menu li:after {
  display: none;
}
body > header .header-inner .navigation li > ul.sub-menu li:hover a,
body > header .header-inner .navigation li > ul.sub-menu li:active a,
body > header .header-inner .navigation li > ul.sub-menu li.current-menu-item a,
body > header .header-inner .navigation li > ul.sub-menu li.current_page_item a,
body > header .header-inner .navigation li > ul.sub-menu li.current_page_parent a {
  color: #ed6727;
}
body > header .header-inner .navigation li > ul.sub-menu li a {
  display: block;
  padding: 1rem 1.5rem;
  margin: 0;
  color: #282727;
  font-size: 1rem;
  border-top: none;
}
body > header .header-inner .navigation li > ul.sub-menu li a.sf-with-ul {
  position: relative;
  padding-right: 3rem;
}
body > header .header-inner .navigation li > ul.sub-menu li a.sf-with-ul::after {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
  background-size: 1rem;
  top: -1px;
  right: 1rem;
}
body > header .header-inner .navigation li > ul.sub-menu li a::before {
  display: none;
}
body > header .header-inner .navigation li > ul.sub-menu li::before {
  display: none;
}
body > header .header-inner .navigation li > ul.sub-menu ul.sub-menu {
  display: block;
  top: 0;
  border: none;
  left: 100%;
  background: #ffffff;
}
body > header .header-inner .navigation li > ul.sub-menu ul.sub-menu::after {
  display: none;
}
body > header .header-inner .navigation li > ul.sub-menu ul.sub-menu li {
  display: block;
}
body > header .header-inner .navigation li.menu-item-838 > ul.sub-menu {
  left: auto;
  right: 0;
}
body > header .header-inner .nav-toggle {
  position: relative;
  z-index: 1500;
  padding-right: 1rem;
}
body > header .header-inner .nav-toggle .hamburger-menu {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  padding: .5rem;
  width: 2rem;
  height: 20px;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part {
  position: absolute;
  width: 100%;
  height: 3px;
  right: 0;
  background: #282727;
  margin: auto;
  border-radius: 20px;
  transition: all 0.25s cubic-bezier(0.6, 0, 0.4, 1.3);
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(1) {
  top: 0;
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(2) {
  top: 8px;
  width: 75%;
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(3) {
  bottom: 0;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part {
  background: #282727;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 8px;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(2) {
  opacity: 0;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(3) {
  transform: rotate(45deg);
  bottom: 9px;
}
body > header .header-inner .nav-toggle .hamburger-menu:hover .menu-part {
  background: #282727;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body > header .header-inner .header-inner-middle .header-inner-middle-content {
    gap: .5rem;
  }
  body > header .header-inner .header-inner-middle .shop-actie-button {
    padding: 0 2rem 0 .5rem;
  }
  body > header .header-inner .header-inner-middle .shop-actie-button span.icon img {
    height: .75rem;
  }
  body > header .header-inner .logolink {
    display: block;
    padding: 1rem 1.5rem;
    background-color: #f5f4f4;
  }
  body > header .header-inner .logolink img {
    height: 100%;
    width: auto;
    display: block;
  }
  body > header .header-inner .navigation .bold > a {
    font-size: 1rem;
  }
  body > header .header-inner .navigation .lang-wrapper {
    margin-left: .5rem;
  }
  body > header .header-inner .navigation .lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item a .wpml-ls-native {
    font-size: .75rem;
  }
  body > header .header-inner .navigation li {
    padding: 0 .25rem;
    margin-right: 0;
  }
  body > header .header-inner .navigation li a {
    font-size: .85rem;
  }
  body > header .header-inner .navigation li.with-search {
    display: inline-flex;
    flex-wrap: wrap;
  }
  body > header .header-inner .navigation li.with-search a.search-trigger {
    width: 1rem;
    height: .75rem;
    background-size: .75rem;
  }
  body > header .header-inner .navigation li.menu-item-has-children > a {
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  body > header .header-inner .header-inner-middle .search-bar-item .search-bar-item-inner {
    padding-top: 7rem;
  }
  body > header .header-inner .logolink {
    height: auto;
    padding: 1rem 1.25rem;
  }
  body > header .header-inner .logolink img {
    height: 45px;
  }
  body > header .header-inner .navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  body > header .header-inner .navigation .button {
    margin-right: 2rem;
  }
}
.vacature-count::after {
  content: "";
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  top: -2px;
  background: #ed6727;
  font-size: .625rem;
  padding: .25rem .3rem;
  margin-left: .4rem;
  font-weight: 700;
  color: #ffffff;
  border-radius: 20px;
  width: 20px;
  height: 20px;
}
.vacature-count.right {
  background-image: none;
  padding: .625rem 2.75rem .7rem 1rem;
}
.vacature-count.right:hover {
  background-image: none;
}
.vacature-count.right::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: .8rem;
}
@media only screen and (max-width: 767px) {
  .vacature-count.right {
    padding: 0.5rem 4rem 0.5rem 2rem;
  }
}
.vacature-count a {
  display: inline-block !important;
}
.responsive-nav {
  display: none;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f5f4f4;
  z-index: 1490;
  padding-top: 5rem;
}
.responsive-nav *:focus {
  outline: none;
}
.responsive-nav .search-bar-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 2.75rem 2rem;
}
.responsive-nav .search-bar-container form {
  width: 100%;
}
.responsive-nav .search-bar-container .search-field {
  line-height: 1.5;
  letter-spacing: -0.2px;
  flex: 1;
  width: 100%;
  padding: 1rem .5rem 1rem 3rem;
  margin: 0;
  margin-right: 1rem;
  color: #282727;
  border-radius: 12px;
  background-color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-search.svg');
  background-position: center left 1rem;
  background-size: 1rem;
  background-repeat: no-repeat;
  outline: none !important;
  border: none;
}
.responsive-nav .search-bar-container .search-field::placeholder {
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #282727;
  opacity: .4;
}
.responsive-nav .search-bar-container .submit-container {
  display: none;
}
.responsive-nav .lang-wrapper {
  display: inline-block;
  margin: 1.5rem 2rem;
  border-radius: 12px;
  background: #ffffff;
  padding: .75rem 1.5rem;
}
.responsive-nav .lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-current-language > ul.wpml-ls-sub-menu {
  padding: .5rem;
  top: 100%;
  left: -1.5rem;
  right: -1.5rem;
  box-shadow: none;
  border-radius: 0 0 12px 12px;
}
.responsive-nav .nav,
.responsive-nav .menu {
  padding: 0 1.5rem;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.responsive-nav .nav li,
.responsive-nav .menu li {
  display: block;
  position: relative;
  width: 100%;
}
.responsive-nav .nav li a,
.responsive-nav .menu li a {
  display: block;
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #ed6727;
  letter-spacing: -.2px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: .5rem 1rem;
  margin-bottom: 0;
  color: #282727;
}
.responsive-nav .nav li a.sf-with-ul,
.responsive-nav .menu li a.sf-with-ul {
  position: relative;
}
.responsive-nav .nav li a.sf-with-ul::after,
.responsive-nav .menu li a.sf-with-ul::after {
  position: absolute;
  content: "";
  background: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-chevron-down.svg');
  background-size: 1rem;
  background-position: center right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.responsive-nav .nav li.current-menu-item a,
.responsive-nav .menu li.current-menu-item a,
.responsive-nav .nav li.current_page_parent a,
.responsive-nav .menu li.current_page_parent a,
.responsive-nav .nav li.current-menu-ancestor a,
.responsive-nav .menu li.current-menu-ancestor a,
.responsive-nav .nav li:hover a,
.responsive-nav .menu li:hover a,
.responsive-nav .nav li:active a,
.responsive-nav .menu li:active a {
  color: #ed6727;
}
.responsive-nav .nav li.current-menu-item a.sf-with-ul::after,
.responsive-nav .menu li.current-menu-item a.sf-with-ul::after,
.responsive-nav .nav li.current_page_parent a.sf-with-ul::after,
.responsive-nav .menu li.current_page_parent a.sf-with-ul::after,
.responsive-nav .nav li.current-menu-ancestor a.sf-with-ul::after,
.responsive-nav .menu li.current-menu-ancestor a.sf-with-ul::after,
.responsive-nav .nav li:hover a.sf-with-ul::after,
.responsive-nav .menu li:hover a.sf-with-ul::after,
.responsive-nav .nav li:active a.sf-with-ul::after,
.responsive-nav .menu li:active a.sf-with-ul::after {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-chevron-down-actie.svg');
}
.responsive-nav .nav li .sub-menu,
.responsive-nav .menu li .sub-menu {
  margin-left: 0px;
}
.responsive-nav .nav li .sub-menu li a,
.responsive-nav .menu li .sub-menu li a {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3125;
  margin-bottom: 1rem;
  color: #ed6727;
  letter-spacing: -.2px;
  padding-left: 2rem;
  color: #282727;
}
.responsive-nav .nav li .sub-menu li a.sf-with-ul::after,
.responsive-nav .menu li .sub-menu li a.sf-with-ul::after {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-chevron-down.svg');
}
.responsive-nav .nav li .sub-menu li:hover a,
.responsive-nav .menu li .sub-menu li:hover a,
.responsive-nav .nav li .sub-menu li:active a,
.responsive-nav .menu li .sub-menu li:active a,
.responsive-nav .nav li .sub-menu li.current-menu-item a,
.responsive-nav .menu li .sub-menu li.current-menu-item a,
.responsive-nav .nav li .sub-menu li.current_page_parent a,
.responsive-nav .menu li .sub-menu li.current_page_parent a {
  color: #ed6727;
}
.responsive-nav .nav li .sub-menu li:hover a.sf-with-ul::after,
.responsive-nav .menu li .sub-menu li:hover a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li:active a.sf-with-ul::after,
.responsive-nav .menu li .sub-menu li:active a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li.current-menu-item a.sf-with-ul::after,
.responsive-nav .menu li .sub-menu li.current-menu-item a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li.current_page_parent a.sf-with-ul::after,
.responsive-nav .menu li .sub-menu li.current_page_parent a.sf-with-ul::after {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-chevron-down-actie.svg');
}
.responsive-nav .nav li .sub-menu .sub-menu li a,
.responsive-nav .menu li .sub-menu .sub-menu li a {
  padding-left: 3rem;
  color: #282727;
}
.responsive-nav .nav li .sub-menu .sub-menu li:hover a,
.responsive-nav .menu li .sub-menu .sub-menu li:hover a,
.responsive-nav .nav li .sub-menu .sub-menu li:active a,
.responsive-nav .menu li .sub-menu .sub-menu li:active a,
.responsive-nav .nav li .sub-menu .sub-menu li.current_page_item a,
.responsive-nav .menu li .sub-menu .sub-menu li.current_page_item a {
  color: #ed6727;
}
.responsive-nav .nav li.li-show,
.responsive-nav .menu li.li-show {
  opacity: 1;
}
.responsive-nav .menu {
  padding-bottom: .75rem;
}
.responsive-nav .menu li a {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #ed6727;
  letter-spacing: -.2px;
  color: #282727;
  font-weight: 700;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .responsive-nav .menu li a {
    font-size: 1.5rem;
  }
}
.responsive-nav .nav .menu-count a {
  display: inline-block;
}
.responsive-nav .nav .menu-count::after {
  position: relative;
  display: inline-block;
  top: -15px;
}
.fixed-button-bottom {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1450;
}
footer {
  position: relative;
  display: block;
  background: #282727;
}
footer .footer-logo {
  padding: 3rem 0;
  border-bottom: 1px solid #444;
}
footer .footer-logo a {
  margin: 0 auto;
}
footer .top-footer {
  padding: 4.5rem 0;
}
footer .top-footer .footer-block p,
footer .top-footer .footer-block a,
footer .top-footer .footer-block li,
footer .top-footer .footer-block span {
  color: #ffffff;
  font-size: 1rem;
}
footer .top-footer .footer-block a {
  position: relative;
  color: #9b9b9b;
  width: fit-content;
}
footer .top-footer .footer-block a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
footer .top-footer .footer-block a:hover::after {
  width: 100%;
}
footer .top-footer .footer-block a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  footer .top-footer .footer-block a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
footer .top-footer .footer-block a:hover {
  color: #ffffff;
}
footer .top-footer .footer-block a::after {
  background-color: #ffffff;
}
footer .top-footer .footer-block li {
  line-height: 1.7;
}
footer .top-footer .footer-block .bekijkcta {
  margin-top: 1rem;
}
footer .top-footer .footer-block .titel {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
footer .top-footer .footer-block .footer-tekst {
  margin: 1rem 0 1.5rem;
}
footer .top-footer .footer-block .footer-tekst p {
  margin-bottom: 0;
}
footer .top-footer .footer-block .button {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-weight: 700;
  padding: .5rem 4rem .5rem 2rem;
  color: #ffffff;
}
footer .top-footer .footer-block .button:after {
  display: none;
}
footer .top-footer .footer-block .bedrijfsinfogegevens {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-pin.svg');
  margin-bottom: 1.5rem;
  padding-left: 1.8rem;
  background-size: 12px 14px;
  background-position: left top 5px;
  background-repeat: no-repeat;
}
footer .top-footer .footer-block .bedrijfsinfogegevens span {
  color: #9b9b9b;
}
footer .top-footer .footer-block .footer-contactinfo {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
footer .top-footer .footer-block .footer-contactinfo .contactinfo-telefoon {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-phone.svg');
  padding-left: 1.8rem;
  background-size: 12px 12px;
  background-position: left top 5px;
  background-repeat: no-repeat;
}
footer .top-footer .footer-block .footer-contactinfo .contactinfo-email {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-envelope.svg');
  padding-left: 1.8rem;
  background-size: 12px 12px;
  background-position: left top 5px;
  background-repeat: no-repeat;
}
footer .top-footer .footer-block .social-media {
  margin-top: -.5rem;
}
footer .top-footer .footer-block .social-media a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  padding-left: 1.8rem;
  background-size: 12px 12px;
  background-position: left;
  background-repeat: no-repeat;
}
footer .top-footer .footer-block .social-media a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
footer .top-footer .footer-block .social-media a:hover::after {
  width: 100%;
}
footer .top-footer .footer-block .social-media a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  footer .top-footer .footer-block .social-media a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
footer .top-footer .footer-block .social-media a::after {
  display: none;
}
footer .top-footer .footer-block .social-media a.linkedin {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-social-linkedin.svg');
  position: relative;
}
footer .top-footer .footer-block .social-media a.linkedin::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
footer .top-footer .footer-block .social-media a.linkedin:hover::after {
  width: 100%;
}
footer .top-footer .footer-block .social-media a.linkedin.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  footer .top-footer .footer-block .social-media a.linkedin::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
footer .top-footer .footer-block .social-media a.facebook {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-social-facebook.svg');
  position: relative;
}
footer .top-footer .footer-block .social-media a.facebook::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
footer .top-footer .footer-block .social-media a.facebook:hover::after {
  width: 100%;
}
footer .top-footer .footer-block .social-media a.facebook.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  footer .top-footer .footer-block .social-media a.facebook::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
footer .top-footer .footer-block .social-media a.instagram {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-social-instagram.svg');
  position: relative;
}
footer .top-footer .footer-block .social-media a.instagram::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
footer .top-footer .footer-block .social-media a.instagram:hover::after {
  width: 100%;
}
footer .top-footer .footer-block .social-media a.instagram.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  footer .top-footer .footer-block .social-media a.instagram::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
footer .top-footer .footer-block .social-media a.tiktok {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-social-tiktok.svg');
  position: relative;
}
footer .top-footer .footer-block .social-media a.tiktok::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
footer .top-footer .footer-block .social-media a.tiktok:hover::after {
  width: 100%;
}
footer .top-footer .footer-block .social-media a.tiktok.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  footer .top-footer .footer-block .social-media a.tiktok::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
footer .bottom-footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #444;
  margin: 0 auto;
  max-width: 1500px;
  padding: 4.5rem 0;
}
footer .bottom-footer .footer-inner a,
footer .bottom-footer .footer-inner p,
footer .bottom-footer .footer-inner li,
footer .bottom-footer .footer-inner span {
  color: #ffffff;
  font-size: 1rem;
  margin: 0;
  display: inline-block;
}
footer .bottom-footer .footer-inner a {
  position: relative;
}
footer .bottom-footer .footer-inner a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
footer .bottom-footer .footer-inner a:hover::after {
  width: 100%;
}
footer .bottom-footer .footer-inner a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  footer .bottom-footer .footer-inner a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
footer .bottom-footer .footer-inner a::after {
  background-color: #ffffff;
}
footer .bottom-footer .footer-inner .menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
footer .bottom-footer .footer-inner .menu li {
  position: relative;
  padding: 0 .5rem;
}
footer .bottom-footer .footer-inner .menu li::after {
  content: "/";
  margin-left: 1rem;
}
footer .bottom-footer .footer-inner .menu li:last-child::after {
  display: none;
}
footer .bottom-footer .footer-inner .menu li:first-child {
  padding-left: 0;
}
footer .bottom-footer .colofon-left li,
footer .bottom-footer .colofon-left a {
  color: #636363;
  transition: 0.2s;
}
footer .bottom-footer .colofon-left li:hover,
footer .bottom-footer .colofon-left a:hover {
  color: #ffffff;
}
footer .bottom-footer .colofon-left li:hover::after,
footer .bottom-footer .colofon-left a:hover::after {
  color: #636363;
}
footer .bottom-footer .colofon-right a {
  color: #636363;
  transition: 0.2s;
}
footer .bottom-footer .colofon-right a:hover {
  color: #ffffff;
}
footer .bottom-footer .colofon-right a::after {
  color: #636363;
}
@media only screen and (max-width: 991px) {
  footer .top-footer .footer-block {
    padding-bottom: 1rem;
  }
  footer .top-footer .footer-block .logolink img {
    width: 250px;
    height: auto;
    margin: 0 auto;
  }
  footer .top-footer .footer-block.cta {
    text-align: center;
    padding-bottom: 2rem;
  }
  footer .top-footer .footer-block.cta .footer-tekst {
    max-width: 500px;
    margin: 1rem auto 1.5rem;
  }
  footer .bottom-footer .footer-inner {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .bottom-footer .footer-inner {
    flex-wrap: wrap;
    padding: 1rem 1rem .5rem;
  }
  footer .bottom-footer .colofon-left,
  footer .bottom-footer .colofon-right {
    width: 100%;
    text-align: center;
  }
  footer .bottom-footer .colofon-left .menu,
  footer .bottom-footer .colofon-right .menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .bottom-footer .colofon-left .menu li::after,
  footer .bottom-footer .colofon-right .menu li::after {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .module-overzicht {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .module-overzicht {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .module-overzicht {
    margin-bottom: 3rem;
  }
}
.module-overzicht.no-margin {
  margin-bottom: 0;
}
.module-overzicht .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.module-overzicht .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.module-overzicht .tekst ul li strong {
  font-weight: 700;
}
.module-overzicht .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.module-overzicht .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.module-overzicht .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.module-overzicht .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.module-overzicht .tekst a {
  white-space: nowrap;
  position: relative;
}
.module-overzicht .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.module-overzicht .tekst a:hover::after {
  width: 100%;
}
.module-overzicht .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .module-overzicht .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.module-overzicht .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.module-overzicht .tekst *:last-child {
  margin-bottom: 0;
}
.module-overzicht.vacatures .module-overzicht-intro {
  padding: 3.5rem 0 11rem 0;
  margin-bottom: -6rem;
}
.module-overzicht.vacatures .usp-container {
  padding-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1.5rem 1rem;
  align-items: center;
  justify-content: center;
}
.module-overzicht.vacatures .usp-container .usp-item {
  position: relative;
  align-items: center;
  min-height: 1.5rem;
  padding-left: 2rem;
  background-size: 1.5rem auto;
  background-repeat: no-repeat;
  background-position: center left;
}
.module-overzicht.vacatures .tags {
  padding-top: 5rem;
}
.module-overzicht .module-overzicht-intro {
  min-height: 600px;
  background-color: #f5f4f4;
  padding-top: 6rem;
  margin-bottom: -12.5rem;
}
.module-overzicht .module-overzicht-intro:has(.video-btn) .content {
  text-align: left;
  padding: 1rem 1rem 1rem 0;
}
.module-overzicht .module-overzicht-intro .content {
  text-align: center;
}
.module-overzicht .module-overzicht-intro .video-btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}
.module-overzicht .module-overzicht-intro .video-btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #282727;
  opacity: .2;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.module-overzicht .module-overzicht-intro .video-btn .text {
  font-weight: 700;
  position: relative;
  color: #ffffff;
  z-index: 2;
  align-items: center;
  min-height: 1.5rem;
  padding-left: 2rem;
  background-image: url(https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-video-play.svg);
  background-size: 1.5rem auto;
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
}
.module-overzicht .module-overzicht-intro .video-btn .ratio {
  display: block;
  padding-bottom: 52%;
}
.module-overzicht .module-overzicht-intro .video-btn:hover::after {
  opacity: .3;
}
.module-overzicht .tags {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
}
.module-overzicht .tags .text-before {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.module-overzicht .module-pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.module-overzicht .module-pagination .page-numbers {
  display: inline-block;
  padding: .5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  background: white;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 .5rem;
}
.module-overzicht .module-pagination .page-numbers.current {
  color: #ed6727;
  font-weight: 700;
}
.module-overzicht .module-pagination a.page-numbers {
  position: relative;
  color: #282727;
  font-weight: 500;
}
.module-overzicht .module-pagination a.page-numbers:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ed6727;
  height: 1px;
  width: 0;
}
.module-overzicht .module-pagination a.page-numbers:hover {
  color: #ed6727;
}
.module-overzicht .module-pagination a.page-numbers:hover:after {
  width: 100%;
}
.module-overzicht .module-pagination a.page-numbers.back {
  color: #9b9b9b;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-repeat: no-repeat;
  background-position: left .5rem center;
  background-size: 1rem;
  padding: .5rem 0 .5rem 2.5rem;
}
.module-overzicht .module-pagination a.page-numbers.back::after {
  background-color: white;
}
.module-overzicht .module-pagination a.page-numbers.back:hover {
  background-position: left 0px center;
}
@media only screen and (min-width: 768px) {
  .module-overzicht .module-pagination a.page-numbers::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.module-overzicht .module-pagination a.page-numbers:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  color: #ed6727;
}
.module-overzicht .module-pagination a.page-numbers.prev {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-black.svg');
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.module-overzicht .module-pagination a.page-numbers.prev:hover {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-actie.svg');
}
.module-overzicht .module-pagination a.page-numbers.next {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-black.svg');
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.module-overzicht .module-pagination a.page-numbers.next:hover {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
@media only screen and (max-width: 767px) {
  .module-overzicht.vacatures .module-overzicht-intro {
    padding: 3.5rem 0 6rem 0;
    margin-bottom: -3rem;
  }
  .module-overzicht.vacatures .usp-container {
    padding-top: 2.5rem;
    gap: 1rem;
  }
  .module-overzicht.vacatures .usp-container .usp-item {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.57142857;
    letter-spacing: -.2px;
    min-height: 1rem;
    padding-left: 1.5rem;
    background-size: 1rem auto;
    background-repeat: no-repeat;
    background-position: center left;
  }
  .module-overzicht.vacatures .usp-container .usp-item.message {
    color: #444444;
    font-style: italic;
  }
  .module-overzicht.vacatures .tags {
    padding-top: 2.5rem;
  }
  .module-overzicht .module-overzicht-intro {
    padding-top: 10rem;
  }
  .module-overzicht .module-pagination {
    margin-top: .5rem;
  }
}
.banner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 18rem 0 10rem 0;
  overflow: hidden;
  min-height: 700px;
}
@media only screen and (min-width: 992px) {
  .banner:not(.no-margin) {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner:not(.no-margin) {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner:not(.no-margin) {
    margin-bottom: 3rem;
  }
}
.banner h1 {
  font-size: 4.0625rem;
  line-height: 1.09230769;
  letter-spacing: -.1px;
}
@media only screen and (max-width: 767px) {
  .banner h1 {
    font-size: 2.0625rem;
  }
}
.banner a.button {
  margin-top: 1.5rem;
}
.banner .message-bottom {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.banner .message-bottom * {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-weight: 700;
  color: #ffffff;
}
.banner .message-bottom span.video-btn {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 1.5rem;
  padding-left: 2rem;
  background-image: url(https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-video-play.svg);
  background-size: 1.5rem auto;
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
}
.banner .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.banner .content *:not(.button) {
  color: #ffffff;
  text-align: center;
}
.banner.afbeeldingbanner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.banner.videobanner {
  align-items: center;
  justify-content: center;
  padding: 14rem 0 12rem 0;
}
.banner.videobanner .videocontainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner.videobanner .videocontainer::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.banner.videobanner .videocontainer video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.banner.videobanner .content {
  text-align: center;
}
.banner.videobanner .buttons {
  display: flex;
  gap: .5rem 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .banner.videobanner .buttons {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .banner.videobanner .buttons .button {
    margin-top: .75rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    min-height: 600px;
    padding: 6rem 0 3rem 0;
  }
  .banner .content {
    padding-top: 3rem;
  }
  .banner .content h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    min-height: 475px;
    padding: 4rem 0 2rem 0;
  }
  .banner.banner-home {
    height: 350px;
  }
  .banner .content {
    padding-top: 3rem;
  }
  .banner .content h1 {
    font-size: 2rem;
  }
}
.tekst-met-cijfers-en-afbeeldingen.contact + .content-tekst.bg-gray {
  margin-top: -12rem;
  padding: 10rem 0 8rem 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tekst-met-cijfers-en-afbeeldingen.contact + .content-tekst.bg-gray {
    margin-top: -3rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-met-cijfers-en-afbeeldingen.contact + .content-tekst.bg-gray {
    margin-top: 0rem;
    padding: 3rem 0;
  }
}
.full-page-banner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: end;
  height: calc( 100vh - 100px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.full-page-banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
  height: 325px;
  width: 100%;
}
.full-page-banner .row {
  height: 100%;
}
.full-page-banner .container {
  position: relative;
}
.full-page-banner h1 {
  font-size: 4.0625rem;
  line-height: 1.09230769;
  letter-spacing: -.1px;
}
@media only screen and (max-width: 767px) {
  .full-page-banner h1 {
    font-size: 2.0625rem;
  }
}
.full-page-banner .content {
  position: absolute;
  bottom: 5.1875rem;
  left: 1rem;
  z-index: 2;
  color: #ffffff;
}
.full-page-banner .content *:not(.button) {
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .full-page-banner .content {
    bottom: 1rem;
  }
}
.banner-content {
  background: #f5f4f4;
}
@media only screen and (min-width: 992px) {
  .banner-content {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner-content {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner-content {
    margin-bottom: 3rem;
  }
}
.banner-content.no-margin {
  margin-bottom: 0;
}
.banner-content .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.banner-content .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.banner-content .tekst ul li strong {
  font-weight: 700;
}
.banner-content .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.banner-content .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.banner-content .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.banner-content .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.banner-content .tekst a {
  white-space: nowrap;
  position: relative;
}
.banner-content .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.banner-content .tekst a:hover::after {
  width: 100%;
}
.banner-content .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .banner-content .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.banner-content .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.banner-content .tekst *:last-child {
  margin-bottom: 0;
}
.banner-content .banner-content-intro {
  padding: 7rem 0 5rem 0;
  text-align: center;
}
.banner-content .banner-content-intro .tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  padding-bottom: 1rem;
}
.banner-content .banner-content-intro .tags-container .text-link:hover::after {
  display: none;
}
.banner-content .banner-content-intro h1:has(+ h3.subtitle) {
  margin-bottom: 0;
}
.banner-content .banner-content-intro .contact-person {
  margin-top: 2.5rem;
}
.banner-content .banner-image-container {
  position: relative;
  z-index: 1;
}
.banner-content .banner-image-container.search-results::after {
  top: calc( 50% - 2.5rem);
}
.banner-content .banner-image-container .banner-image {
  position: relative;
  width: 100%;
  min-height: fit-content;
  height: 550px;
  object-fit: cover;
  padding: 0;
  border-radius: 4px;
}
.banner-content .banner-image-container .button-container {
  text-align: center;
}
.banner-content .banner-image-container::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  z-index: -1;
}
.banner-content.type-blog .banner-image-container .banner-image {
  height: auto;
}
@media only screen and (max-width: 991px) {
  .banner-content .banner-content-intro {
    padding: 6rem 0 3rem 0;
  }
  .banner-content .banner-image-container .banner-image {
    height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-content .banner-content-intro {
    padding: 10rem 0 2rem 0;
  }
  .banner-content .banner-image-container .banner-image {
    height: 200px;
  }
}
.contact-person {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-person .contact-image {
  width: 7rem;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.contact-person .contact-image .ratio {
  display: block;
  padding-bottom: 100%;
}
.contact-person .contact-text {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  text-align: left;
  padding: 1rem 3.5rem 1rem 1rem;
  max-width: calc(100% - 7rem);
}
.contact-person .contact-text h1,
.contact-person .contact-text h2,
.contact-person .contact-text h3,
.contact-person .contact-text h4,
.contact-person .contact-text h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .25rem;
}
.contact-person .contact-text * {
  color: #282727;
}
.contact-person .contact-text p {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  margin: 0;
}
.contact-person .contact-text p.message {
  color: #444444;
  font-style: italic;
}
.contact-person .contact-text a.phone-number {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  margin-top: .75rem;
}
.contact-person .contact-text a.phone-number.message {
  color: #444444;
  font-style: italic;
}
.contact-person .contact-text a.whatsapp-number img {
  position: relative;
  top: .2em;
}
.contact-person .contact-text::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 3.5rem;
  background: inherit;
}
@media only screen and (max-width: 767px) {
  .contact-person .contact-image {
    width: 6rem;
  }
  .contact-person .contact-text {
    padding: 1rem 1.5rem 1rem 1rem;
    max-width: calc(100% - 6rem);
  }
}
@media only screen and (min-width: 992px) {
  .content-tekst {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .content-tekst {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-tekst {
    margin-bottom: 3rem;
  }
}
.content-tekst.no-margin {
  margin-bottom: 0;
}
.content-tekst .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.content-tekst .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.content-tekst .tekst ul li strong {
  font-weight: 700;
}
.content-tekst .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.content-tekst .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.content-tekst .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.content-tekst .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.content-tekst .tekst a {
  white-space: nowrap;
  position: relative;
}
.content-tekst .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.content-tekst .tekst a:hover::after {
  width: 100%;
}
.content-tekst .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .content-tekst .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.content-tekst .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.content-tekst .tekst *:last-child {
  margin-bottom: 0;
}
.content-tekst.big {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #ed6727;
  letter-spacing: -.2px;
}
@media only screen and (max-width: 767px) {
  .content-tekst.big {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .content-tekst.big {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .content-tekst.big {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-tekst.big {
    margin-bottom: 3rem;
  }
}
.content-tekst.big.no-margin {
  margin-bottom: 0;
}
.content-tekst.big .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.content-tekst.big .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.content-tekst.big .tekst ul li strong {
  font-weight: 700;
}
.content-tekst.big .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.content-tekst.big .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.content-tekst.big .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.content-tekst.big .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.content-tekst.big .tekst a {
  white-space: nowrap;
  position: relative;
}
.content-tekst.big .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.content-tekst.big .tekst a:hover::after {
  width: 100%;
}
.content-tekst.big .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .content-tekst.big .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.content-tekst.big .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.content-tekst.big .tekst *:last-child {
  margin-bottom: 0;
}
.content-tekst.big p {
  max-width: 1100px;
}
.content-tekst.quote {
  margin-left: 100px;
}
.content-tekst.quote p {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 2.375rem;
  line-height: 1.21052632;
  margin-bottom: 1.5rem;
  position: relative;
  color: #ed6727;
  margin-left: 5rem;
  font-style: italic;
  max-width: 900px;
}
@media only screen and (max-width: 767px) {
  .content-tekst.quote p {
    font-size: 1.875rem;
  }
}
.content-tekst.quote p::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -80px;
  width: 60px;
  height: 60px;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-blockquote.svg');
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center;
}
.content-tekst .content.with-bg-gray {
  background: #f5f4f4;
  padding: 2.5rem 4rem;
  border-radius: 5px;
}
.content-tekst .content.with-bg-gray .usp-container {
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: .75rem 0;
  justify-content: center;
}
.content-tekst .content.with-bg-gray .usp-container .usp-item {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 2.5rem;
  padding-left: 3.5rem;
  background-size: 2.5rem auto;
  background-repeat: no-repeat;
  background-position: center left;
}
.content-tekst .content.content-center {
  text-align: center;
}
.content-tekst .content img {
  max-width: 100%;
  height: auto;
}
.content-tekst.bg-gray {
  background-color: #f5f4f4;
  padding: 7.5rem 0;
}
.content-tekst.bg-gray h1,
.content-tekst.bg-gray h2,
.content-tekst.bg-gray h3,
.content-tekst.bg-gray h4,
.content-tekst.bg-gray h5,
.content-tekst.bg-gray h5,
.content-tekst.bg-gray h6 {
  color: #282727;
}
.content-tekst.bg-gray h1::after,
.content-tekst.bg-gray h2::after,
.content-tekst.bg-gray h3::after,
.content-tekst.bg-gray h4::after,
.content-tekst.bg-gray h5::after,
.content-tekst.bg-gray h5::after,
.content-tekst.bg-gray h6::after {
  display: block;
  content: "";
  width: 120px;
  height: 1px;
  background-color: #282727;
  margin-top: 1rem;
}
.content-tekst.bg-gray h3 {
  max-width: 460px;
}
.content-tekst .product-attributes p {
  margin-bottom: .75rem;
}
.content-tekst .product-attributes p strong {
  display: block;
  text-transform: uppercase;
}
.content-tekst .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: .15rem 1rem;
  margin-top: 2rem;
}
.content-tekst .buttons .simple {
  background-color: transparent;
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.content-tekst .buttons .simple:hover {
  color: #282727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
@media only screen and (max-width: 575px) {
  .content-tekst .kolom-2 {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 991px) {
  .content-tekst.content-3-kolom .row {
    gap: 1.5rem;
  }
  .content-tekst.quote {
    margin-left: 10px;
  }
  .content-tekst.quote p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 2.375rem;
    line-height: 1.21052632;
    margin-bottom: 1.5rem;
    position: relative;
    color: #ed6727;
    margin-left: 4rem;
    font-style: italic;
    max-width: 900px;
  }
  .content-tekst.quote p::before {
    left: -60px;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
}
@media only screen and (max-width: 991px) and only screen and (max-width: 767px) {
  .content-tekst.quote p {
    font-size: 1.875rem;
  }
}
.content-tekst.blog-intro {
  text-align: center;
  padding-top: 5.8rem;
  background-color: #f5f4f4;
}
.content-tekst.blog-intro .content-tekst {
  padding-bottom: 25rem;
}
.content-tekst.blog-intro .tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.content-tekst.blog-intro .tags-container .text-link:hover::after {
  display: none;
}
.content-tekst.blog-content .banner {
  position: relative;
  width: 100%;
  min-height: fit-content;
  height: 550px;
  object-fit: cover;
  margin-top: -400px;
  padding: 0;
  border-radius: 4px;
}
@media only screen and (max-width: 575px) {
  .content-tekst.blog-intro .content-tekst {
    padding-bottom: 0;
  }
  .content-tekst.blog-content .banner {
    height: 200px;
    margin-top: -120px;
  }
}
@media only screen and (max-width: 991px) {
  .content-tekst.bg-gray {
    padding: 4rem 0;
  }
  .content-tekst.content-3-kolom .row {
    gap: 1.5rem;
  }
  .content-tekst.quote {
    margin-left: 10px;
  }
  .content-tekst.quote p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 2.375rem;
    line-height: 1.21052632;
    margin-bottom: 1.5rem;
    position: relative;
    color: #ed6727;
    margin-left: 4rem;
    font-style: italic;
    max-width: 900px;
  }
  .content-tekst.quote p::before {
    left: -60px;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
}
@media only screen and (max-width: 991px) and only screen and (max-width: 767px) {
  .content-tekst.quote p {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-tekst {
    padding: 3rem 0;
  }
  .content-tekst .kolom-2,
  .content-tekst .kolom-3 {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .module-overzicht-items {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .module-overzicht-items {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .module-overzicht-items {
    margin-bottom: 3rem;
  }
}
.module-overzicht-items.no-margin {
  margin-bottom: 0;
}
.module-overzicht-items .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.module-overzicht-items .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.module-overzicht-items .tekst ul li strong {
  font-weight: 700;
}
.module-overzicht-items .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.module-overzicht-items .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.module-overzicht-items .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.module-overzicht-items .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.module-overzicht-items .tekst a {
  white-space: nowrap;
  position: relative;
}
.module-overzicht-items .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.module-overzicht-items .tekst a:hover::after {
  width: 100%;
}
.module-overzicht-items .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .module-overzicht-items .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.module-overzicht-items .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.module-overzicht-items .tekst *:last-child {
  margin-bottom: 0;
}
.module-overzicht-items .title {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .module-overzicht-items .title {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .module-overzicht-items .title {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .module-overzicht-items .title {
    margin-bottom: 3rem;
  }
}
.module-overzicht-items .title.no-margin {
  margin-bottom: 0;
}
.module-overzicht-items .title .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.module-overzicht-items .title .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.module-overzicht-items .title .tekst ul li strong {
  font-weight: 700;
}
.module-overzicht-items .title .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.module-overzicht-items .title .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.module-overzicht-items .title .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.module-overzicht-items .title .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.module-overzicht-items .title .tekst a {
  white-space: nowrap;
  position: relative;
}
.module-overzicht-items .title .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.module-overzicht-items .title .tekst a:hover::after {
  width: 100%;
}
.module-overzicht-items .title .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .module-overzicht-items .title .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.module-overzicht-items .title .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.module-overzicht-items .title .tekst *:last-child {
  margin-bottom: 0;
}
.module-overzicht-items:not(.vacatures) .posts .col-md-6:nth-child(even) {
  margin-top: 1.5rem;
}
.blog-item,
.project-item,
.vacature-item {
  height: calc(100% - 2rem);
  margin: 1rem 0;
}
.blog-item .module-item-inner,
.project-item .module-item-inner,
.vacature-item .module-item-inner {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 1.5rem;
}
.blog-item .module-item-inner .button,
.project-item .module-item-inner .button,
.vacature-item .module-item-inner .button {
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-item .afbeelding-overzicht-image,
.project-item .afbeelding-overzicht-image,
.vacature-item .afbeelding-overzicht-image {
  height: 455px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 1.33rem;
}
.blog-item h1,
.project-item h1,
.vacature-item h1 {
  margin-bottom: 1.33rem;
  color: #282727;
}
.blog-item h1:has(+ .subtitle),
.project-item h1:has(+ .subtitle),
.vacature-item h1:has(+ .subtitle) {
  margin-bottom: 0;
}
.blog-item p.subtitle,
.project-item p.subtitle,
.vacature-item p.subtitle {
  color: #ed6727;
  margin-bottom: 1rem;
}
.blog-item p:not(.subtitle),
.project-item p:not(.subtitle),
.vacature-item p:not(.subtitle) {
  height: 4.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-item:hover .button,
.project-item:hover .button,
.vacature-item:hover .button {
  background-color: #d95212;
  text-decoration: none;
  color: #ffffff;
  background-position: right .75rem center;
  cursor: pointer;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.blog-item:hover .button.simple,
.project-item:hover .button.simple,
.vacature-item:hover .button.simple {
  background-color: transparent !important;
  color: #ed6727;
  background-position: left .3rem center;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
@media only screen and (max-width: 991px) {
  .blog-item .afbeelding-overzicht-image,
  .project-item .afbeelding-overzicht-image,
  .vacature-item .afbeelding-overzicht-image {
    height: 285px;
  }
}
.vacature-item .afbeelding-overzicht-image {
  height: 285px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 991px) {
  .vacature-item .afbeelding-overzicht-image {
    height: 195px;
  }
}
.search-item {
  margin-bottom: 3.75rem;
}
.search-item .search-item-inner {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.search-item .search-item-inner .image-element {
  margin-right: 1.25rem;
}
.search-item .search-item-inner .image-element .image-element-inner {
  width: 9rem;
  height: 9rem;
}
.search-item .search-item-inner .image-element .image-element-inner img {
  width: 100%;
  height: auto;
}
.search-item .search-item-inner .content-element h1 {
  color: #282727;
}
.search-item:hover .search-item-inner .content-element h1 {
  color: #ed6727;
}
.search-item:hover .search-item-inner .button {
  background-color: #d95212;
  text-decoration: none;
  color: #ffffff;
  background-position: right .75rem center;
  cursor: pointer;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.search-item:hover .search-item-inner .button.simple {
  background-color: transparent !important;
  color: #ed6727;
  background-position: left .3rem center;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
@media only screen and (min-width: 992px) {
  .tekst-afbeelding {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-afbeelding {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-afbeelding {
    margin-bottom: 3rem;
  }
}
.tekst-afbeelding.no-margin {
  margin-bottom: 0;
}
.tekst-afbeelding .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.tekst-afbeelding .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-afbeelding .tekst ul li strong {
  font-weight: 700;
}
.tekst-afbeelding .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.tekst-afbeelding .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.tekst-afbeelding .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-afbeelding .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tekst-afbeelding .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-afbeelding .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.tekst-afbeelding .tekst a:hover::after {
  width: 100%;
}
.tekst-afbeelding .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .tekst-afbeelding .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.tekst-afbeelding .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.tekst-afbeelding .tekst *:last-child {
  margin-bottom: 0;
}
.tekst-afbeelding .look-alt {
  margin-bottom: .5rem;
}
.tekst-afbeelding .afbeelding img {
  width: 100%;
  display: block;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tekst-afbeelding .row {
    align-items: normal !important;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-afbeelding .afbeelding {
    order: -2;
    margin-bottom: 3rem;
  }
}
.tekst-met-blog {
  padding-top: 4.3125rem;
}
.tekst-met-blog .row {
  margin-bottom: -18rem;
}
.tekst-met-blog .content {
  padding-top: 4.75rem;
}
.tekst-met-blog .look-alt {
  margin-bottom: .5rem;
}
.tekst-met-blog.bg-gray {
  background: #f5f4f4;
}
.tekst-met-blog .usps {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 1.5rem;
  margin-left: 18px;
}
.tekst-met-blog .usps li {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  position: relative;
}
.tekst-met-blog .usps li.message {
  color: #444444;
  font-style: italic;
}
.tekst-met-blog .usps li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -18px;
  width: 9px;
  height: 6px;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-check.svg');
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .tekst-met-blog {
    padding-top: 0;
  }
}
.text-met-blog-spacing {
  height: 22rem;
  background-color: #ffffff;
}
.tekst-afbeelding-en-button {
  padding: 5rem 0;
  margin-top: 8rem;
}
.tekst-afbeelding-en-button .look-alt {
  margin-bottom: .5rem;
}
.tekst-afbeelding-en-button.bg-gray {
  background: #f5f4f4;
}
.tekst-afbeelding-en-button .afbeelding img {
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-top: -8rem;
}
.tekst-afbeelding-en-button .button {
  background-color: transparent;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tekst-afbeelding-en-button .row {
    align-items: normal !important;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-afbeelding-en-button {
    margin-top: 0;
  }
  .tekst-afbeelding-en-button .afbeelding img {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-afbeelding-en-button .afbeelding {
    order: -2;
    margin-bottom: 3rem;
  }
}
.tekst-afbeelding-en-openingstijden {
  margin-bottom: 6rem;
}
.tekst-afbeelding-en-openingstijden h1 {
  margin-right: -3rem;
}
.tekst-afbeelding-en-openingstijden .look-alt {
  margin-bottom: .5rem;
}
.tekst-afbeelding-en-openingstijden.bg-gray {
  background: #f5f4f4;
}
.tekst-afbeelding-en-openingstijden .usps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 1.5rem;
  margin-left: 18px;
}
.tekst-afbeelding-en-openingstijden .usps li {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  position: relative;
}
.tekst-afbeelding-en-openingstijden .usps li.message {
  color: #444444;
  font-style: italic;
}
.tekst-afbeelding-en-openingstijden .usps li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -18px;
  width: 9px;
  height: 6px;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-check.svg');
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
}
.tekst-afbeelding-en-openingstijden .warnings {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 1rem 1.5rem 1rem 18px;
}
.tekst-afbeelding-en-openingstijden .warnings li {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  position: relative;
}
.tekst-afbeelding-en-openingstijden .warnings li.message {
  color: #444444;
  font-style: italic;
}
.tekst-afbeelding-en-openingstijden .warnings li::before {
  content: "!";
  position: absolute;
  left: -18px;
  width: 9px;
  height: 6px;
  font-weight: bold;
}
.tekst-afbeelding-en-openingstijden .tekst-openingstijden {
  padding: 1.67rem 2.33rem;
  background: #f5f4f4;
}
.tekst-afbeelding-en-openingstijden .tekst-openingstijden b {
  text-transform: uppercase;
}
.tekst-afbeelding-en-openingstijden .tekst-openingstijden table {
  margin-bottom: 1rem;
}
.tekst-afbeelding-en-openingstijden .tekst-openingstijden td {
  padding: .3rem .2rem;
}
.tekst-afbeelding-en-openingstijden .tekst-openingstijden i {
  opacity: .4;
  font-style: normal;
}
.tekst-afbeelding-en-openingstijden .afbeelding img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.tekst-afbeelding-en-openingstijden .button {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tekst-afbeelding-en-openingstijden .row {
    align-items: normal !important;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-afbeelding-en-openingstijden .afbeelding img {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .cijfers {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .cijfers {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cijfers {
    margin-bottom: 3rem;
  }
}
.cijfers.no-margin {
  margin-bottom: 0;
}
.cijfers .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.cijfers .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.cijfers .tekst ul li strong {
  font-weight: 700;
}
.cijfers .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.cijfers .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.cijfers .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.cijfers .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.cijfers .tekst a {
  white-space: nowrap;
  position: relative;
}
.cijfers .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.cijfers .tekst a:hover::after {
  width: 100%;
}
.cijfers .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .cijfers .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.cijfers .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.cijfers .tekst *:last-child {
  margin-bottom: 0;
}
.cijfers .cijfer-container .cijfer-item span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cijfers .cijfer-container .cijfer-item span.look-h1 {
  font-weight: 700;
  font-style: italic;
  margin: 0 0 .1em 0;
}
.cijfers .cijfer-container .cijfer-item span.body-sm {
  text-transform: uppercase;
  color: #444444;
}
@media only screen and (min-width: 992px) {
  .tekst-met-cijfers-en-afbeeldingen {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-met-cijfers-en-afbeeldingen {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-met-cijfers-en-afbeeldingen {
    margin-bottom: 3rem;
  }
}
.tekst-met-cijfers-en-afbeeldingen.no-margin {
  margin-bottom: 0;
}
.tekst-met-cijfers-en-afbeeldingen .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.tekst-met-cijfers-en-afbeeldingen .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-met-cijfers-en-afbeeldingen .tekst ul li strong {
  font-weight: 700;
}
.tekst-met-cijfers-en-afbeeldingen .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.tekst-met-cijfers-en-afbeeldingen .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.tekst-met-cijfers-en-afbeeldingen .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-met-cijfers-en-afbeeldingen .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tekst-met-cijfers-en-afbeeldingen .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-met-cijfers-en-afbeeldingen .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.tekst-met-cijfers-en-afbeeldingen .tekst a:hover::after {
  width: 100%;
}
.tekst-met-cijfers-en-afbeeldingen .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .tekst-met-cijfers-en-afbeeldingen .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.tekst-met-cijfers-en-afbeeldingen .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.tekst-met-cijfers-en-afbeeldingen .tekst *:last-child {
  margin-bottom: 0;
}
.tekst-met-cijfers-en-afbeeldingen .tekst {
  padding-top: 2rem;
}
.tekst-met-cijfers-en-afbeeldingen .buttons .button {
  margin: .5rem 1rem;
}
.tekst-met-cijfers-en-afbeeldingen .buttons .button:first-child {
  margin-left: 0;
}
.tekst-met-cijfers-en-afbeeldingen .buttons .button:last-child {
  margin-right: 0;
}
.tekst-met-cijfers-en-afbeeldingen .cijfer-container {
  padding-top: 4.5rem;
}
.tekst-met-cijfers-en-afbeeldingen .cijfer-container .cijfer-item span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.tekst-met-cijfers-en-afbeeldingen .cijfer-container .cijfer-item span.look-h1 {
  font-weight: 700;
  font-style: italic;
  margin: 0 0 .1em 0;
}
.tekst-met-cijfers-en-afbeeldingen .cijfer-container .cijfer-item span.body-sm {
  text-transform: uppercase;
  color: #444444;
}
.tekst-met-cijfers-en-afbeeldingen .bedrijfsgegevens .subtitel {
  color: #9b9b9b;
  margin-bottom: 0;
}
.tekst-met-cijfers-en-afbeeldingen .bedrijfsgegevens .social-media {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.tekst-met-cijfers-en-afbeeldingen .bedrijfsgegevens .social-media a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.tekst-met-cijfers-en-afbeeldingen .bedrijfsgegevens .social-media a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.tekst-met-cijfers-en-afbeeldingen .bedrijfsgegevens .social-media a:hover::after {
  width: 100%;
}
.tekst-met-cijfers-en-afbeeldingen .bedrijfsgegevens .social-media a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .tekst-met-cijfers-en-afbeeldingen .bedrijfsgegevens .social-media a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.tekst-met-cijfers-en-afbeeldingen .bedrijfsgegevens .social-media a::after {
  display: none;
}
.tekst-met-cijfers-en-afbeeldingen .bedrijfsgegevens .social-media a.linkedin {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-social-linkedin.svg');
}
.tekst-met-cijfers-en-afbeeldingen .bedrijfsgegevens .social-media a.facebook {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-social-facebook.svg');
  margin-left: 12px;
}
.tekst-met-cijfers-en-afbeeldingen .bedrijfsgegevens .social-media a.instagram {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-social-instagram.svg');
  margin-left: 3px;
}
.tekst-met-cijfers-en-afbeeldingen .bedrijfsgegevens .social-media a.tiktok {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-social-tiktok.svg');
  margin-left: 12px;
}
.tekst-met-cijfers-en-afbeeldingen .afbeeldingen {
  margin-left: 1rem;
}
.tekst-met-cijfers-en-afbeeldingen .afbeeldingen .afbeelding.a1 {
  margin-bottom: 2rem;
}
.tekst-met-cijfers-en-afbeeldingen .afbeeldingen .afbeelding.a3 {
  margin-left: 2rem;
  margin-right: -3rem;
}
.tekst-met-cijfers-en-afbeeldingen .afbeeldingen .afbeelding img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  .tekst-met-cijfers-en-afbeeldingen .cijfer-container {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-met-cijfers-en-afbeeldingen .afbeeldingen {
    display: none;
  }
  .tekst-met-cijfers-en-afbeeldingen .tekst {
    padding-top: 0;
  }
  .tekst-met-cijfers-en-afbeeldingen .buttons .button:last-child {
    margin-left: 0;
  }
}
.collectie-slider {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .collectie-slider {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .collectie-slider {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .collectie-slider {
    margin-bottom: 3rem;
  }
}
.collectie-slider.no-margin {
  margin-bottom: 0;
}
.collectie-slider .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.collectie-slider .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.collectie-slider .tekst ul li strong {
  font-weight: 700;
}
.collectie-slider .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.collectie-slider .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.collectie-slider .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.collectie-slider .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.collectie-slider .tekst a {
  white-space: nowrap;
  position: relative;
}
.collectie-slider .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.collectie-slider .tekst a:hover::after {
  width: 100%;
}
.collectie-slider .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .collectie-slider .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.collectie-slider .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.collectie-slider .tekst *:last-child {
  margin-bottom: 0;
}
.collectie-slider .intro {
  text-align: center;
  margin-bottom: 2rem;
}
.collectie-slider .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 200ms;
  transform: translateX(0px);
}
.collectie-slider .swiper-slide:nth-child(even) {
  margin-top: 2.25rem;
}
.collectie-slider .collectie-slider-inner {
  padding-top: 2rem;
}
.collectie-slider .collectie-slider-inner .collectie-item {
  display: inline-block;
  width: 100%;
}
.collectie-slider .collectie-slider-inner .collectie-item .image-container {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 55%;
  border-radius: 5px;
  margin-bottom: .8rem;
}
.collectie-slider .collectie-slider-inner .collectie-item .image-container::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ed6727;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  transition: 0.2s;
}
.collectie-slider .collectie-slider-inner .collectie-item .content-container {
  margin-bottom: 1.75rem;
}
.collectie-slider .collectie-slider-inner .collectie-item .content-container h3 {
  color: #282727;
  font-weight: 400;
}
.collectie-slider .collectie-slider-inner .collectie-item .content-container ul {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
}
.collectie-slider .collectie-slider-inner .collectie-item .content-container ul li {
  display: inline-block;
  width: 50%;
  text-align: left;
}
.collectie-slider .collectie-slider-inner .collectie-item .content-container ul li::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: .5rem;
  background: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-check.svg') center / 12px no-repeat;
}
@media only screen and (max-width: 767px) {
  .collectie-slider .collectie-slider-inner .collectie-item .content-container ul li {
    width: 100%;
  }
}
.collectie-slider .collectie-slider-inner .collectie-item:hover .button {
  background-color: #d95212;
  text-decoration: none;
  color: #ffffff;
  background-position: right .75rem center;
  cursor: pointer;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.collectie-slider .collectie-slider-inner .collectie-item:hover .button.simple {
  background-color: transparent !important;
  color: #ed6727;
  background-position: left .3rem center;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.collectie-slider .collectie-slider-inner .collectie-item:hover .image-container::after {
  opacity: 0.7;
}
@media only screen and (max-width: 991px) {
  .collectie-slider {
    padding: 15px;
  }
  .collectie-slider .swiper-slide {
    max-width: auto;
  }
  .collectie-slider .swiper-slide:nth-child(even) {
    margin-top: 0;
  }
  .collectie-slider .pagination-of-swiper .swiper-pagination {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .collectie-slider .intro {
    text-align: start;
  }
}
@media only screen and (min-width: 992px) {
  .afbeeldingen-slider {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .afbeeldingen-slider {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .afbeeldingen-slider {
    margin-bottom: 3rem;
  }
}
.afbeeldingen-slider.no-margin {
  margin-bottom: 0;
}
.afbeeldingen-slider .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.afbeeldingen-slider .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.afbeeldingen-slider .tekst ul li strong {
  font-weight: 700;
}
.afbeeldingen-slider .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.afbeeldingen-slider .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.afbeeldingen-slider .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.afbeeldingen-slider .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.afbeeldingen-slider .tekst a {
  white-space: nowrap;
  position: relative;
}
.afbeeldingen-slider .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.afbeeldingen-slider .tekst a:hover::after {
  width: 100%;
}
.afbeeldingen-slider .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .afbeeldingen-slider .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.afbeeldingen-slider .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.afbeeldingen-slider .tekst *:last-child {
  margin-bottom: 0;
}
.afbeeldingen-slider .afbeeldingen-slider-inner {
  padding-top: 1rem;
}
.afbeeldingen-slider .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 200ms;
  transform: translateX(0px);
}
.afbeeldingen-slider .swiper-wrapper .swiper-slide {
  opacity: .4;
  transition: .3s ease;
  width: 100%;
  height: 300px;
}
.afbeeldingen-slider .swiper-wrapper .swiper-slide.swiper-slide-prev,
.afbeeldingen-slider .swiper-wrapper .swiper-slide.swiper-slide-next,
.afbeeldingen-slider .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.afbeeldingen-slider .swiper-wrapper .collection-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.afbeeldingen-slider .collection-item-container {
  height: 300px;
}
.afbeeldingen-slider .collection-item-container .collection-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .afbeeldingen-slider .collection-item-container {
    height: 200px;
    margin: .5rem 0;
  }
}
.tekst-button {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .tekst-button {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-button {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-button {
    margin-bottom: 3rem;
  }
}
.tekst-button.no-margin {
  margin-bottom: 0;
}
.tekst-button .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.tekst-button .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-button .tekst ul li strong {
  font-weight: 700;
}
.tekst-button .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.tekst-button .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.tekst-button .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-button .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tekst-button .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-button .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.tekst-button .tekst a:hover::after {
  width: 100%;
}
.tekst-button .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .tekst-button .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.tekst-button .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.tekst-button .tekst *:last-child {
  margin-bottom: 0;
}
.tekst-button h1,
.tekst-button h2 {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.tekst-button .look-alt {
  margin-bottom: .5rem;
}
.tekst-button .button {
  margin-top: 4rem;
}
@media only screen and (max-width: 575px) {
  .tekst-button {
    text-align: left;
  }
  .tekst-button h2.titel {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .tekst-formulier {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-formulier {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-formulier {
    margin-bottom: 3rem;
  }
}
.tekst-formulier.no-margin {
  margin-bottom: 0;
}
.tekst-formulier .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.tekst-formulier .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-formulier .tekst ul li strong {
  font-weight: 700;
}
.tekst-formulier .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.tekst-formulier .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.tekst-formulier .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-formulier .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tekst-formulier .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-formulier .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.tekst-formulier .tekst a:hover::after {
  width: 100%;
}
.tekst-formulier .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .tekst-formulier .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.tekst-formulier .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.tekst-formulier .tekst *:last-child {
  margin-bottom: 0;
}
.tekst-formulier .formulier.col-md-6 .inner {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .tekst-formulier .formulier {
    order: 13;
  }
  .tekst-formulier .formulier.col-md-6 {
    margin-top: 3rem;
  }
  .tekst-formulier .formulier.col-md-6 .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .fotogalerij {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .fotogalerij {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .fotogalerij {
    margin-bottom: 3rem;
  }
}
.fotogalerij.no-margin {
  margin-bottom: 0;
}
.fotogalerij .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.fotogalerij .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.fotogalerij .tekst ul li strong {
  font-weight: 700;
}
.fotogalerij .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.fotogalerij .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.fotogalerij .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.fotogalerij .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.fotogalerij .tekst a {
  white-space: nowrap;
  position: relative;
}
.fotogalerij .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.fotogalerij .tekst a:hover::after {
  width: 100%;
}
.fotogalerij .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .fotogalerij .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.fotogalerij .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.fotogalerij .tekst *:last-child {
  margin-bottom: 0;
}
.fotogalerij .galerij .afb {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 2rem;
}
.fotogalerij .galerij .afb span.ratio {
  display: block;
  padding-bottom: 66.666%;
}
.fotogalerij .galerij .afb.hidden {
  display: none;
}
.fotogalerij .galerij .afb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-position: center;
  background-size: .5rem;
  background-repeat: no-repeat;
}
.fotogalerij .galerij .afb:hover:after {
  background-color: #ed6727;
  opacity: .6;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-zoom-in.svg');
  background-size: 1rem;
}
.fotogalerij .galerij .afb.more span.count {
  font-weight: 700;
  color: #ffffff;
  font-size: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.fotogalerij .galerij .afb.more::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #ed6727;
  opacity: .8;
}
.fotogalerij .galerij .afb.more::after {
  display: none;
}
.fotogalerij .galerij .afb.more:hover::before {
  opacity: .9;
}
@media only screen and (max-width: 767px) {
  .fotogalerij .galerij .afb.more span.count {
    font-size: 3rem;
  }
}
.fotogalerij .slider .slick-slider {
  position: relative;
}
.fotogalerij .slider .slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.fotogalerij .slider .slide span.ratio {
  display: block;
  padding-bottom: 66.666%;
}
.fotogalerij .slider .slick-arrow {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ed6727;
  opacity: .3;
  width: 3.5rem;
  height: 6.5rem;
  background-size: 1rem;
  top: 50%;
  z-index: 1;
  overflow: hidden;
  color: transparent;
  border: none;
  outline: none;
}
.fotogalerij .slider .slick-arrow:hover {
  opacity: .8;
  cursor: pointer;
}
.fotogalerij .slider .slick-arrow.slick-prev {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-slider-left.svg');
  border-radius: 0 10px 10px 0;
  left: 0;
}
.fotogalerij .slider .slick-arrow.slick-next {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-slider-right.svg');
  border-radius: 10px 0 0 10px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .fotogalerij .slider .slick-arrow {
    width: 3rem;
    height: 5rem;
    background-size: 1rem;
  }
}
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.95);
}
#swipebox-prev {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-slider-left.svg') !important;
  background-position: right center;
  background-size: 1rem;
}
#swipebox-next {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-slider-right.svg') !important;
  background-position: left center;
  background-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .faq-blok {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .faq-blok {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq-blok {
    margin-bottom: 3rem;
  }
}
.faq-blok.no-margin {
  margin-bottom: 0;
}
.faq-blok .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.faq-blok .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.faq-blok .tekst ul li strong {
  font-weight: 700;
}
.faq-blok .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.faq-blok .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.faq-blok .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.faq-blok .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.faq-blok .tekst a {
  white-space: nowrap;
  position: relative;
}
.faq-blok .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.faq-blok .tekst a:hover::after {
  width: 100%;
}
.faq-blok .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .faq-blok .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.faq-blok .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.faq-blok .tekst *:last-child {
  margin-bottom: 0;
}
.faq-blok .accordion .collapse-item {
  margin-bottom: 1rem;
  border: 2px solid #f5f4f4;
  border-radius: 10px;
  overflow: hidden;
}
.faq-blok .accordion .collapse-item .titel {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1.25rem 1.5rem;
  background: #f5f4f4;
}
.faq-blok .accordion .collapse-item .titel * {
  color: #282727;
  margin: 0;
}
.faq-blok .accordion .collapse-item .titel .vraag {
  width: calc(100% - 2rem);
}
.faq-blok .accordion .collapse-item .titel .vraag button {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #ed6727;
  letter-spacing: -.2px;
  color: #282727;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  text-align: left;
}
.faq-blok .accordion .collapse-item .titel .close {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.faq-blok .accordion .collapse-item .titel .close svg {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  fill: #282727;
  content: '';
  top: .5rem;
  right: 0;
  width: .75rem;
  height: .75rem;
}
.faq-blok .accordion .collapse-item .collapse-itself {
  padding-bottom: 2rem;
  display: none;
  width: calc(100% - 2rem);
}
.faq-blok .accordion .collapse-item .collapse-itself *:last-child {
  margin-bottom: 0;
}
.faq-blok .accordion .collapse-item .collapse-itself .antwoord {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  padding: 0 1.25rem;
}
.faq-blok .accordion .collapse-item:hover,
.faq-blok .accordion .collapse-item:focus {
  border-color: #ed6727;
}
.faq-blok .accordion .collapse-item:hover .titel,
.faq-blok .accordion .collapse-item:focus .titel {
  background-color: white;
}
.faq-blok .accordion .collapse-item:hover .titel .close,
.faq-blok .accordion .collapse-item:focus .titel .close {
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.faq-blok .accordion .collapse-item.show .titel {
  background: transparent;
}
.faq-blok .accordion .collapse-item.show .titel * {
  color: #282727;
}
.faq-blok .accordion .collapse-item.show .titel .vraag button {
  color: #282727;
}
.faq-blok .accordion .collapse-item.show .titel .close {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.faq-blok .accordion .collapse-item.show .titel .close svg {
  opacity: 1;
}
.faq-blok .accordion .collapse-item.show .collapse-itself .antwoord {
  padding-top: 0;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .faq-blok .accordion .collapse-item .collapse-itself {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .faq-blok .accordion .collapse-item .titel {
    padding: 1rem 1rem;
  }
  .faq-blok .accordion .collapse-item .collapse-itself .antwoord {
    padding: 1rem 1rem 0 1rem;
  }
}
.contactgegevens .titel {
  margin-bottom: .5rem;
}
.contactgegevens ul {
  margin: 0 !important;
}
.contactgegevens ul li {
  padding-left: 0 !important;
}
.contactgegevens ul li::before {
  display: none;
}
.form-group {
  position: relative;
  margin: 0 0 1rem;
  width: 100%;
}
.form-group br {
  display: none;
}
.form-group p {
  margin: 0;
}
.form-group span.titel {
  display: block;
}
.form-group label.titel {
  position: absolute;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #282727;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.2pxpx;
  white-space: nowrap;
  pointer-events: none;
  left: 1rem;
  top: 1rem;
  z-index: 1;
  width: calc(calc(100% - 2.5rem));
  overflow: hidden;
  height: calc(2px + 16px);
}
.form-group .wpcf7-checkbox label,
.form-group .wpcf7-acceptance label,
.form-group .wpcf7-radio label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 2rem;
  margin-right: 1rem;
}
.form-group .wpcf7-checkbox label span,
.form-group .wpcf7-acceptance label span,
.form-group .wpcf7-radio label span {
  display: block;
  line-height: normal;
  cursor: pointer;
}
.form-group .wpcf7-checkbox .last label,
.form-group .wpcf7-acceptance .last label,
.form-group .wpcf7-radio .last label {
  margin-right: 0;
}
.form-group input,
.form-group textarea,
.form-group select,
.form-group label.upload {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #282727;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);
  border: none;
  font-weight: 500;
  position: relative;
  display: block;
  height: calc(2rem + 16px);
  border: 1px solid #e0e0e0;
  font-size: 16px;
  line-height: calc(calc(16px + 2px));
  letter-spacing: -0.2pxpx;
  padding: 1rem 1rem .5rem 1rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder,
.form-group label.upload::placeholder {
  opacity: 0;
}
.form-group input:active,
.form-group textarea:active,
.form-group select:active,
.form-group label.upload:active,
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus,
.form-group label.upload:focus {
  outline: none;
}
.form-group input.hide,
.form-group textarea.hide,
.form-group select.hide,
.form-group label.upload.hide {
  display: none;
}
.form-group input::-ms-clear,
.form-group textarea::-ms-clear,
.form-group select::-ms-clear,
.form-group label.upload::-ms-clear {
  display: none;
}
.form-group input.wpcf7-not-valid,
.form-group textarea.wpcf7-not-valid,
.form-group select.wpcf7-not-valid,
.form-group label.upload.wpcf7-not-valid {
  background-color: #FFE2E2;
}
.form-group input:disabled ~ .button,
.form-group textarea:disabled ~ .button,
.form-group select:disabled ~ .button,
.form-group label.upload:disabled ~ .button {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.form-group textarea {
  resize: vertical;
  height: 9rem;
  min-height: 9rem;
  max-height: 400px;
  line-height: normal;
  padding-top: 1rem;
}
.form-group select {
  padding-top: 1.5rem;
  padding-right: 2.5rem;
  cursor: pointer;
}
.form-group select .hide-option {
  display: none;
}
.form-group select::-ms-expand {
  display: none;
}
.form-group.select::before {
  position: absolute;
  z-index: 1;
  content: '';
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: solid .5rem #A6A6A6;
  border-right: solid .5rem transparent;
  border-bottom: solid .5rem transparent;
  border-left: solid .5rem transparent;
  top: 1.5rem;
  right: 1rem;
}
.form-group.checkbox-two-column .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.form-group.checkbox-two-column .wpcf7-checkbox .wpcf7-list-item {
  width: 50%;
}
.form-group input[type="submit"] {
  display: none;
}
.form-group input[type="checkbox"],
.form-group input[type="radio"] {
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: 0.2s background-size;
  -moz-transition: 0.2s background-size;
  -o-transition: 0.2s background-size;
  -ms-transition: 0.2s background-size;
  transition: 0.2s background-size;
  background-size: .5rem;
  top: 2px;
  left: 0;
  width: 1rem;
  height: 1rem;
  max-height: 1rem;
  max-width: 1rem;
  padding: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 991px) {
  .form-group input[type="checkbox"],
  .form-group input[type="radio"] {
    top: 1px;
  }
}
.form-group input[type="checkbox"]:checked {
  background-size: 1rem;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-input-checkbox.svg');
}
.form-group input[type="radio"] {
  border-radius: 1rem;
}
.form-group input[type="radio"]:checked {
  background-size: .5rem;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-input-radio.svg');
}
.form-group input[type="date"] {
  color: transparent;
  cursor: text;
}
.form-group input[type="date"]::-webkit-inner-spin-button,
.form-group input[type="date"]::-webkit-outer-spin-button,
.form-group input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group input[type="number"] {
  -moz-appearance: textfield;
}
.form-group input[type="number"]::-webkit-inner-spin-button,
.form-group input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group.input-active label.titel {
  font-size: 0.5rem;
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}
.form-group.input-active input[type="date"] {
  color: #282727;
}
.form-group.input-active label.filename {
  color: #282727;
}
.form-group input[type="file"] {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  cursor: pointer;
}
.form-group label.upload {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.form-group label.upload:hover {
  background-color: #D2D2D2;
}
.form-group label.filename {
  position: absolute;
  font-weight: 700;
  color: transparent;
  pointer-events: none;
  left: 3.5rem;
  top: 1.5rem;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
.form-group.fileupload {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);
}
.form-group.fileupload label.titel {
  font-weight: 500;
  color: #282727;
  left: 3.5rem;
  width: calc(100% - 3.5rem);
  z-index: 2;
}
.form-group.fileupload::before {
  position: absolute;
  z-index: 2;
  content: '';
  pointer-events: none;
  top: 3px;
  left: 1rem;
  background: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-input-upload.svg') no-repeat center center;
  background-size: 65%;
  height: 90%;
  width: 1.5rem;
}
.form-group .wpcf7-not-valid-tip {
  display: none;
}
.form-group .wpcf7-not-valid.wpcf7-file {
  background-color: #FFE2E2;
  opacity: 1;
  z-index: 1;
  color: transparent;
  padding-top: 5rem;
}
.form-group.required.select select {
  padding-right: 3.5rem;
}
.form-group.required.select::before {
  right: 2.5rem;
}
.form-group.required input {
  padding-right: 2.5rem;
}
.form-group.required::after {
  content: "*";
  position: absolute;
  font-weight: 700;
  color: #ed6727;
  height: 1rem;
  font-size: 1.375rem;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.half {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.half .form-group {
  position: relative;
  width: calc(50% - .5rem);
}
.half .no-label {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .half {
    display: block;
  }
  .half .form-group {
    width: 100%;
  }
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid red;
  padding: .5rem 1rem;
  color: #282727;
  line-height: normal;
}
.screen-reader-response,
.wpcf7-mail-sent-ok {
  display: none !important;
}
#wpcf7-f44477-o1,
#wpcf7-f44483-o1 {
  max-width: 1100px;
  margin: 0 auto;
}
.sitemap .col-md-12 {
  margin-bottom: 1rem;
}
.sitemap ul {
  column-count: 3;
}
.sitemap ul li {
  display: block;
  break-inside: avoid-column;
}
.sitemap ul li a {
  white-space: pre-wrap !important;
}
.sitemap ul li .sub {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 0;
}
.sitemap ul li .sub li {
  width: 100%;
  column-count: 0;
  break-inside: unset;
}
@media only screen and (max-width: 991px) {
  .sitemap ul {
    column-count: 2;
  }
  .sitemap ul li .sub {
    column-count: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap ul {
    column-count: 1;
  }
  .sitemap ul li .sub {
    column-count: 0;
  }
}
.inspiration {
  position: relative;
  padding: 3rem 0 6rem;
  background: #f5f4f4;
}
.inspiration.bg-half-white .inspiration-blocks {
  position: relative;
  z-index: 2;
}
.inspiration.bg-half-white .inspiration-blocks::after {
  content: '';
  position: absolute;
  bottom: -6rem;
  left: 0;
  top: 50%;
  right: 0;
  background: #ffffff;
  z-index: -1;
}
.inspiration .intro {
  margin-bottom: 3rem;
  text-align: center;
}
.inspiration .block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  padding-top: 2rem;
  min-height: 900px;
  width: 100%;
  overflow: hidden;
}
.inspiration .block .wrapper .heading-container {
  position: relative;
  z-index: 99;
  padding-left: 2rem;
  margin-bottom: 0;
  transition: 0.5s;
  opacity: 0.5;
}
.inspiration .block .wrapper .heading-container .button {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 3.125rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #ed6727;
  letter-spacing: -.5px;
  margin-bottom: 0;
  color: #ffffff;
  width: auto;
  min-width: 600px;
  padding-left: 1rem;
  background-color: transparent;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-size: 0;
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .inspiration .block .wrapper .heading-container .button {
    font-size: 2.0625rem;
  }
}
.inspiration .block .wrapper .heading-container .button:hover {
  margin-left: 1rem;
  padding-left: 5rem;
  background-size: 3rem;
}
.inspiration .block .wrapper::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.inspiration .block .wrapper.active .heading-container {
  opacity: 1;
}
.inspiration .block .wrapper.active .heading-container .button {
  margin-left: 1rem;
  padding-left: 5rem;
  background-size: 3rem;
}
.inspiration .block .wrapper .bottomright {
  position: absolute;
  z-index: 99;
  right: 3rem;
  bottom: 3rem;
  max-width: 33%;
  text-align: end;
  opacity: 0;
  transition: 0.5s;
}
.inspiration .block .wrapper.active .bottomright {
  opacity: 1;
}
.inspiration .block .wrapper.active .bottomright .button {
  width: fit-content;
  text-align: center;
}
.inspiration .block .wrapper.active .bottomright .content {
  color: #ffffff;
}
.inspiration .block .wrapper .image {
  position: absolute;
  top: 0;
  bottom: 0rem;
  width: 100%;
  transition: z-index 0.3s ease;
  opacity: 0;
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
}
.inspiration .block .wrapper.active .image {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .inspiration {
    padding-bottom: 0;
  }
  .inspiration.bg-half-white .inspiration-blocks::after {
    bottom: 0;
  }
  .inspiration .block {
    min-height: 600px;
  }
  .inspiration .block .wrapper .bottomright {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .inspiration .intro {
    text-align: start;
  }
  .inspiration .block {
    min-height: 430px;
  }
  .inspiration .block .wrapper .heading-container {
    padding-left: .5rem;
  }
  .inspiration .block .wrapper .heading-container .button {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 1rem;
    color: #ed6727;
    letter-spacing: -.2px;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 1.875rem;
  }
  .inspiration .block .wrapper .heading-container:hover .button {
    margin-left: 1rem;
    margin-bottom: 0;
    font-size: 1.875rem;
    padding-left: 3rem;
    background-size: 2rem;
  }
  .inspiration .block .wrapper.active .heading-container .button {
    margin-left: 1rem;
    margin-bottom: 0;
    font-size: 1.875rem;
    padding-left: 3rem;
    background-size: 2rem;
  }
  .inspiration .block .wrapper .bottomright {
    display: none;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .inspiration .block .wrapper .heading-container .button {
    font-size: 1.5rem;
  }
}
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10001;
}
.modal-wrapper.hide {
  display: none;
}
.modal-wrapper .modal-achtergrond {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 39, 39, 0.8);
  z-index: -1;
}
.modal-wrapper .modal {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  max-width: 1000px;
  height: auto;
  max-height: 80vh;
}
.modal-wrapper .modal .close-modal {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin: 0 1rem 1rem auto;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-close-white.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.modal-wrapper .modal .modal-inner {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: auto;
}
.modal-wrapper .modal .modal-inner::-webkit-scrollbar {
  display: none;
}
.modal-wrapper .modal .modal-inner .video-container {
  width: 100%;
  z-index: 2;
  position: relative;
  padding-bottom: 56.5%;
}
.modal-wrapper .modal .modal-inner .video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.modal-wrapper .modal .modal-inner p {
  margin-bottom: 1rem;
}
.modal-wrapper .modal .modal-inner ul,
.modal-wrapper .modal .modal-inner ol {
  margin-left: 1rem;
  list-style-type: disc;
}
.modal-wrapper .modal .modal-inner ul li,
.modal-wrapper .modal .modal-inner ol li {
  padding-left: .5rem;
  line-height: 1.5;
}
.modal-wrapper .modal .modal-inner > ul,
.modal-wrapper .modal .modal-inner > ol {
  margin-bottom: 1rem;
}
.modal-wrapper#video .modal .modal-inner {
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  .modal-wrapper .modal .modal-inner {
    padding: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .dealer-regios {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .dealer-regios {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .dealer-regios {
    margin-bottom: 3rem;
  }
}
.dealer-regios.no-margin {
  margin-bottom: 0;
}
.dealer-regios .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.dealer-regios .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.dealer-regios .tekst ul li strong {
  font-weight: 700;
}
.dealer-regios .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.dealer-regios .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.dealer-regios .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.dealer-regios .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.dealer-regios .tekst a {
  white-space: nowrap;
  position: relative;
}
.dealer-regios .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.dealer-regios .tekst a:hover::after {
  width: 100%;
}
.dealer-regios .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .dealer-regios .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.dealer-regios .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.dealer-regios .tekst *:last-child {
  margin-bottom: 0;
}
.dealer-regios .dealer-regio {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.dealer-regios .dealer-regio .image-container {
  width: 5rem;
}
.dealer-regios .dealer-regio .image-container img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  border-radius: 100%;
}
.dealer-regios .dealer-regio .content-container {
  width: calc(100% - 5rem);
  padding-left: 2rem;
}
.dealer-regios .dealer-regio .content-container p {
  margin: 0;
}
.dealer-regios .dealer-regio .content-container p.titel {
  font-weight: 700;
  text-transform: uppercase;
}
.dealer-regios .dealer-regio .content-container .button-container {
  padding-top: .5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.dealer-regios .dealer-regio .content-container .button-container .button {
  margin: .5rem 0;
}
.dealer-regios img.maps-element {
  width: 100%;
  height: auto;
}
.materiaalsoort-uitlichten {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .materiaalsoort-uitlichten {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .materiaalsoort-uitlichten {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .materiaalsoort-uitlichten {
    margin-bottom: 3rem;
  }
}
.materiaalsoort-uitlichten.no-margin {
  margin-bottom: 0;
}
.materiaalsoort-uitlichten .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.materiaalsoort-uitlichten .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.materiaalsoort-uitlichten .tekst ul li strong {
  font-weight: 700;
}
.materiaalsoort-uitlichten .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.materiaalsoort-uitlichten .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.materiaalsoort-uitlichten .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.materiaalsoort-uitlichten .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.materiaalsoort-uitlichten .tekst a {
  white-space: nowrap;
  position: relative;
}
.materiaalsoort-uitlichten .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.materiaalsoort-uitlichten .tekst a:hover::after {
  width: 100%;
}
.materiaalsoort-uitlichten .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .materiaalsoort-uitlichten .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.materiaalsoort-uitlichten .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.materiaalsoort-uitlichten .tekst *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .materiaalsoort-uitlichten .product-items {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .materiaalsoort-uitlichten .product-items {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .materiaalsoort-uitlichten .product-items {
    margin-bottom: 3rem;
  }
}
.materiaalsoort-uitlichten .product-items .intro,
.materiaalsoort-uitlichten .product-items .outro {
  text-align: center;
}
.materiaalsoort-uitlichten .product-items .intro {
  padding-bottom: 1rem;
}
.materiaalsoort-uitlichten .impression-slider {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .materiaalsoort-uitlichten .impression-slider {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .materiaalsoort-uitlichten .impression-slider {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .materiaalsoort-uitlichten .impression-slider {
    margin-bottom: 3rem;
  }
}
.materiaalsoort-uitlichten .impression-slider.no-margin {
  margin-bottom: 0;
}
.materiaalsoort-uitlichten .impression-slider .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.materiaalsoort-uitlichten .impression-slider .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.materiaalsoort-uitlichten .impression-slider .tekst ul li strong {
  font-weight: 700;
}
.materiaalsoort-uitlichten .impression-slider .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.materiaalsoort-uitlichten .impression-slider .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.materiaalsoort-uitlichten .impression-slider .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.materiaalsoort-uitlichten .impression-slider .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.materiaalsoort-uitlichten .impression-slider .tekst a {
  white-space: nowrap;
  position: relative;
}
.materiaalsoort-uitlichten .impression-slider .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.materiaalsoort-uitlichten .impression-slider .tekst a:hover::after {
  width: 100%;
}
.materiaalsoort-uitlichten .impression-slider .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .materiaalsoort-uitlichten .impression-slider .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.materiaalsoort-uitlichten .impression-slider .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.materiaalsoort-uitlichten .impression-slider .tekst *:last-child {
  margin-bottom: 0;
}
.materiaalsoort-uitlichten .impression-slider .impression-item .impression-item-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}
.materiaalsoort-uitlichten .impression-slider .impression-item .impression-item-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%);
  max-height: 85%;
  height: 325px;
  width: 100%;
}
.materiaalsoort-uitlichten .impression-slider .impression-item .impression-item-image .content {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #ed6727;
  letter-spacing: -.2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem 1rem 0 2.5rem;
  color: #ffffff;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .materiaalsoort-uitlichten .impression-slider .impression-item .impression-item-image .content {
    font-size: 1.5rem;
  }
}
.materiaalsoort-uitlichten .impression-slider .impression-item .impression-item-image .ratio {
  display: block;
  padding-bottom: 52%;
}
.materiaalsoort-uitlichten .impression-slider .impression-bottom {
  max-width: calc(100% - 290px);
}
.materiaalsoort-uitlichten .impression-slider .pagination-of-swiper {
  margin-top: -3rem;
}
@media only screen and (max-width: 767px) {
  .materiaalsoort-uitlichten .impression-slider .impression-bottom {
    max-width: 100%;
  }
  .materiaalsoort-uitlichten .impression-slider .pagination-of-swiper {
    margin-top: 0;
    justify-content: start;
  }
}
@media only screen and (min-width: 992px) {
  .jetstone-dealers {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .jetstone-dealers {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .jetstone-dealers {
    margin-bottom: 3rem;
  }
}
.jetstone-dealers.no-margin {
  margin-bottom: 0;
}
.jetstone-dealers .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.jetstone-dealers .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.jetstone-dealers .tekst ul li strong {
  font-weight: 700;
}
.jetstone-dealers .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.jetstone-dealers .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.jetstone-dealers .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.jetstone-dealers .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.jetstone-dealers .tekst a {
  white-space: nowrap;
  position: relative;
}
.jetstone-dealers .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.jetstone-dealers .tekst a:hover::after {
  width: 100%;
}
.jetstone-dealers .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .jetstone-dealers .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.jetstone-dealers .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.jetstone-dealers .tekst *:last-child {
  margin-bottom: 0;
}
.jetstone-dealers .content-inro {
  max-width: 550px;
}
.jetstone-dealers #wpsl-wrap .wpsl-search {
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  background: #f5f4f4;
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap div {
  margin-right: 1rem;
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  place-items: center;
  width: calc(100% - 165px);
  padding-right: 1rem;
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input label {
  font-weight: 700;
  text-transform: uppercase;
  width: auto;
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input #wpsl-search-input {
  height: 42px;
  border-color: #ffffff;
  outline: none;
  width: 100%;
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input #wpsl-search-input:focus {
  border-color: #ed6727;
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap {
  margin: 0;
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn {
  position: relative;
  font-family: 'Century Gothic';
  font-weight: 400;
  line-height: 1.25;
  font-weight: 700;
  display: inline-block;
  background-color: #ed6727;
  color: #ffffff;
  font-size: 1rem;
  padding: .625rem 3rem .7rem 1rem;
  border-radius: 200px;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  margin-right: 0;
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn:hover,
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.hoverbutton {
  background-color: #d95212;
  text-decoration: none;
  color: #ffffff;
  background-position: right .75rem center;
  cursor: pointer;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn:hover.simple,
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.hoverbutton.simple {
  background-color: transparent !important;
  color: #ed6727;
  background-position: left .3rem center;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn:focus,
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn:active {
  outline: none;
  color: #ffffff;
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.white {
  background-color: #ffffff;
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.white:hover {
  background-color: #d95212;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.ghost {
  border: 1px solid #282727;
  color: #282727;
  background-color: transparent;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.ghost:hover {
  background-color: #282727;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.ghost.white {
  border-color: #ffffff;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.ghost.white:hover {
  background-color: #ffffff;
  color: #282727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.add-to-cart {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../images/icon-winkelmand-white.svg');
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.actie {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.back {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.back.message {
  color: #444444;
  font-style: italic;
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.back:hover {
  background-position: left 0 center;
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.simple {
  font-weight: 400;
  background-color: transparent;
  color: #282727;
  padding: .625rem 1rem .7rem 2rem;
  background-repeat: no-repeat;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
  background-position: left center;
  border: 0;
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.simple.color-actie {
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
@media only screen and (max-width: 767px) {
  .jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn {
    padding: .5rem 4rem .5rem 2rem;
    max-width: 100%;
  }
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.sub {
  background-color: #b8b1b1;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.sub:hover,
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.sub:focus {
  background-color: #a09797;
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.wc-backward {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.wc-backward.message {
  color: #444444;
  font-style: italic;
}
.jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn.wc-backward:hover {
  background-position: left 0 center;
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list {
  margin-top: 2rem;
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li {
  padding: 1rem 0;
  border: none;
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-store-location p:not(.wpsl-contact-details) strong {
  text-transform: uppercase;
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-store-location p:not(.wpsl-contact-details) strong a {
  color: #282727;
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  color: #444444;
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions {
  position: relative;
  font-family: 'Century Gothic';
  font-weight: 400;
  line-height: 1.25;
  font-weight: 700;
  display: inline-block;
  background-color: #ed6727;
  color: #ffffff;
  font-size: 1rem;
  padding: .625rem 3rem .7rem 1rem;
  border-radius: 200px;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  border: 1px solid #282727;
  color: #282727;
  background-color: transparent;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
  border-bottom: 1px solid #282727 !important;
  margin-top: .5rem;
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions:hover,
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.hoverbutton {
  background-color: #d95212;
  text-decoration: none;
  color: #ffffff;
  background-position: right .75rem center;
  cursor: pointer;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions:hover.simple,
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.hoverbutton.simple {
  background-color: transparent !important;
  color: #ed6727;
  background-position: left .3rem center;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions:focus,
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions:active {
  outline: none;
  color: #ffffff;
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.white {
  background-color: #ffffff;
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.white:hover {
  background-color: #d95212;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.ghost {
  border: 1px solid #282727;
  color: #282727;
  background-color: transparent;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.ghost:hover {
  background-color: #282727;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.ghost.white {
  border-color: #ffffff;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.ghost.white:hover {
  background-color: #ffffff;
  color: #282727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.add-to-cart {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../images/icon-winkelmand-white.svg');
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.actie {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.back {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.back.message {
  color: #444444;
  font-style: italic;
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.back:hover {
  background-position: left 0 center;
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.simple {
  font-weight: 400;
  background-color: transparent;
  color: #282727;
  padding: .625rem 1rem .7rem 2rem;
  background-repeat: no-repeat;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
  background-position: left center;
  border: 0;
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.simple.color-actie {
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
@media only screen and (max-width: 767px) {
  .jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions {
    padding: .5rem 4rem .5rem 2rem;
    max-width: 100%;
  }
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.sub {
  background-color: #b8b1b1;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.sub:hover,
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.sub:focus {
  background-color: #a09797;
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.wc-backward {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.wc-backward.message {
  color: #444444;
  font-style: italic;
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.wc-backward:hover {
  background-position: left 0 center;
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions:hover {
  background-color: #282727;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.white {
  border-color: #ffffff;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.jetstone-dealers #wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap a.wpsl-directions.white:hover {
  background-color: #ffffff;
  color: #282727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
@media only screen and (max-width: 991px) {
  .jetstone-dealers #wpsl-wrap .wpsl-search {
    margin-top: 1rem;
    padding: 1rem 1.5rem;
    background: #f5f4f4;
  }
  .jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap div {
    margin-right: 1rem;
  }
  .jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input {
    width: 100%;
    padding-right: 0;
  }
  .jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap {
    width: 100%;
    padding-top: 1rem;
  }
  .jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap input {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .jetstone-dealers #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input {
    grid-template-columns: 1fr;
    place-items: start;
  }
}
.fixed-overlay,
.fixed-overlay-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(40, 39, 39, 0.55);
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.fixed-overlay.in,
.fixed-overlay-popup.in {
  opacity: 1;
  pointer-events: all;
}
.fixed-overlay.menu-overlay,
.fixed-overlay-popup.menu-overlay {
  z-index: 1000;
}
#infinite-handle,
.ctis-finished-notice,
.infinite-loader {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
#infinite-handle .ctis-load-more,
.ctis-finished-notice .ctis-load-more,
.infinite-loader .ctis-load-more {
  position: relative;
  font-family: 'Century Gothic';
  font-weight: 400;
  line-height: 1.25;
  font-weight: 700;
  display: inline-block;
  background-color: #ed6727;
  color: #ffffff;
  font-size: 1rem;
  padding: .625rem 3rem .7rem 1rem;
  border-radius: 200px;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-down-white.svg');
  background-size: .75rem;
}
#infinite-handle .ctis-load-more:hover,
.ctis-finished-notice .ctis-load-more:hover,
.infinite-loader .ctis-load-more:hover,
#infinite-handle .ctis-load-more.hoverbutton,
.ctis-finished-notice .ctis-load-more.hoverbutton,
.infinite-loader .ctis-load-more.hoverbutton {
  background-color: #d95212;
  text-decoration: none;
  color: #ffffff;
  background-position: right .75rem center;
  cursor: pointer;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
#infinite-handle .ctis-load-more:hover.simple,
.ctis-finished-notice .ctis-load-more:hover.simple,
.infinite-loader .ctis-load-more:hover.simple,
#infinite-handle .ctis-load-more.hoverbutton.simple,
.ctis-finished-notice .ctis-load-more.hoverbutton.simple,
.infinite-loader .ctis-load-more.hoverbutton.simple {
  background-color: transparent !important;
  color: #ed6727;
  background-position: left .3rem center;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
#infinite-handle .ctis-load-more:focus,
.ctis-finished-notice .ctis-load-more:focus,
.infinite-loader .ctis-load-more:focus,
#infinite-handle .ctis-load-more:active,
.ctis-finished-notice .ctis-load-more:active,
.infinite-loader .ctis-load-more:active {
  outline: none;
  color: #ffffff;
}
#infinite-handle .ctis-load-more.white,
.ctis-finished-notice .ctis-load-more.white,
.infinite-loader .ctis-load-more.white {
  background-color: #ffffff;
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
#infinite-handle .ctis-load-more.white:hover,
.ctis-finished-notice .ctis-load-more.white:hover,
.infinite-loader .ctis-load-more.white:hover {
  background-color: #d95212;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
#infinite-handle .ctis-load-more.ghost,
.ctis-finished-notice .ctis-load-more.ghost,
.infinite-loader .ctis-load-more.ghost {
  border: 1px solid #282727;
  color: #282727;
  background-color: transparent;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
#infinite-handle .ctis-load-more.ghost:hover,
.ctis-finished-notice .ctis-load-more.ghost:hover,
.infinite-loader .ctis-load-more.ghost:hover {
  background-color: #282727;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
#infinite-handle .ctis-load-more.ghost.white,
.ctis-finished-notice .ctis-load-more.ghost.white,
.infinite-loader .ctis-load-more.ghost.white {
  border-color: #ffffff;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
#infinite-handle .ctis-load-more.ghost.white:hover,
.ctis-finished-notice .ctis-load-more.ghost.white:hover,
.infinite-loader .ctis-load-more.ghost.white:hover {
  background-color: #ffffff;
  color: #282727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
#infinite-handle .ctis-load-more.add-to-cart,
.ctis-finished-notice .ctis-load-more.add-to-cart,
.infinite-loader .ctis-load-more.add-to-cart {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../images/icon-winkelmand-white.svg');
}
#infinite-handle .ctis-load-more.actie,
.ctis-finished-notice .ctis-load-more.actie,
.infinite-loader .ctis-load-more.actie {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
#infinite-handle .ctis-load-more.back,
.ctis-finished-notice .ctis-load-more.back,
.infinite-loader .ctis-load-more.back {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
#infinite-handle .ctis-load-more.back.message,
.ctis-finished-notice .ctis-load-more.back.message,
.infinite-loader .ctis-load-more.back.message {
  color: #444444;
  font-style: italic;
}
#infinite-handle .ctis-load-more.back:hover,
.ctis-finished-notice .ctis-load-more.back:hover,
.infinite-loader .ctis-load-more.back:hover {
  background-position: left 0 center;
}
#infinite-handle .ctis-load-more.simple,
.ctis-finished-notice .ctis-load-more.simple,
.infinite-loader .ctis-load-more.simple {
  font-weight: 400;
  background-color: transparent;
  color: #282727;
  padding: .625rem 1rem .7rem 2rem;
  background-repeat: no-repeat;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
  background-position: left center;
  border: 0;
}
#infinite-handle .ctis-load-more.simple.color-actie,
.ctis-finished-notice .ctis-load-more.simple.color-actie,
.infinite-loader .ctis-load-more.simple.color-actie {
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
@media only screen and (max-width: 767px) {
  #infinite-handle .ctis-load-more,
  .ctis-finished-notice .ctis-load-more,
  .infinite-loader .ctis-load-more {
    padding: .5rem 4rem .5rem 2rem;
    max-width: 100%;
  }
}
#infinite-handle .ctis-load-more.sub,
.ctis-finished-notice .ctis-load-more.sub,
.infinite-loader .ctis-load-more.sub {
  background-color: #b8b1b1;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
#infinite-handle .ctis-load-more.sub:hover,
.ctis-finished-notice .ctis-load-more.sub:hover,
.infinite-loader .ctis-load-more.sub:hover,
#infinite-handle .ctis-load-more.sub:focus,
.ctis-finished-notice .ctis-load-more.sub:focus,
.infinite-loader .ctis-load-more.sub:focus {
  background-color: #a09797;
}
#infinite-handle .ctis-load-more.wc-backward,
.ctis-finished-notice .ctis-load-more.wc-backward,
.infinite-loader .ctis-load-more.wc-backward {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
#infinite-handle .ctis-load-more.wc-backward.message,
.ctis-finished-notice .ctis-load-more.wc-backward.message,
.infinite-loader .ctis-load-more.wc-backward.message {
  color: #444444;
  font-style: italic;
}
#infinite-handle .ctis-load-more.wc-backward:hover,
.ctis-finished-notice .ctis-load-more.wc-backward:hover,
.infinite-loader .ctis-load-more.wc-backward:hover {
  background-position: left 0 center;
}
#infinite-handle .ctis-load-more:hover,
.ctis-finished-notice .ctis-load-more:hover,
.infinite-loader .ctis-load-more:hover {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-down-white.svg');
  background-size: .75rem;
  background-position: right 1rem center;
}
.blokken-overzicht-intro {
  min-height: 550px;
  background-color: #f5f4f4;
  padding-top: 6rem;
  margin-bottom: -12.5rem;
}
.blokken-overzicht-intro .content {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .blokken-overzicht {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .blokken-overzicht {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .blokken-overzicht {
    margin-bottom: 3rem;
  }
}
.blokken-overzicht.no-margin {
  margin-bottom: 0;
}
.blokken-overzicht .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.blokken-overzicht .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.blokken-overzicht .tekst ul li strong {
  font-weight: 700;
}
.blokken-overzicht .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.blokken-overzicht .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.blokken-overzicht .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.blokken-overzicht .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.blokken-overzicht .tekst a {
  white-space: nowrap;
  position: relative;
}
.blokken-overzicht .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.blokken-overzicht .tekst a:hover::after {
  width: 100%;
}
.blokken-overzicht .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .blokken-overzicht .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.blokken-overzicht .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.blokken-overzicht .tekst *:last-child {
  margin-bottom: 0;
}
.blokken-overzicht .cta-blok {
  height: calc(100% - 2rem);
  margin: 1rem 0;
}
.blokken-overzicht .cta-blok .module-item-inner {
  background: white;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.blokken-overzicht .cta-blok .module-item-inner .afbeelding-overzicht-image {
  height: 285px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.blokken-overzicht .cta-blok .module-item-inner h1 {
  margin-bottom: 1.33rem;
  color: #282727;
}
.blokken-overzicht .cta-blok .module-item-inner p:not(.subtitle) {
  height: 4.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blokken-overzicht .cta-blok .module-item-inner:hover .button {
  background-color: #d95212;
  text-decoration: none;
  color: #ffffff;
  background-position: right .75rem center;
  cursor: pointer;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.blokken-overzicht .cta-blok .module-item-inner:hover .button.simple {
  background-color: transparent !important;
  color: #ed6727;
  background-position: left .3rem center;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
@media only screen and (min-width: 992px) {
  .uitlichten-producten {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .uitlichten-producten {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .uitlichten-producten {
    margin-bottom: 3rem;
  }
}
.uitlichten-producten.no-margin {
  margin-bottom: 0;
}
.uitlichten-producten .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.uitlichten-producten .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.uitlichten-producten .tekst ul li strong {
  font-weight: 700;
}
.uitlichten-producten .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.uitlichten-producten .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.uitlichten-producten .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.uitlichten-producten .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.uitlichten-producten .tekst a {
  white-space: nowrap;
  position: relative;
}
.uitlichten-producten .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.uitlichten-producten .tekst a:hover::after {
  width: 100%;
}
.uitlichten-producten .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .uitlichten-producten .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.uitlichten-producten .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.uitlichten-producten .tekst *:last-child {
  margin-bottom: 0;
}
.uitlichten-producten .intro {
  margin-bottom: 3rem;
  text-align: center;
}
.uitlichten-producten .outro {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .uitlichten-producten .intro {
    text-align: start;
  }
  .uitlichten-producten .intro {
    text-align: start;
  }
}
@media only screen and (min-width: 992px) {
  .share-block {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .share-block {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .share-block {
    margin-bottom: 3rem;
  }
}
.share-block.no-margin {
  margin-bottom: 0;
}
.share-block .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.share-block .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.share-block .tekst ul li strong {
  font-weight: 700;
}
.share-block .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.share-block .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.share-block .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.share-block .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.share-block .tekst a {
  white-space: nowrap;
  position: relative;
}
.share-block .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.share-block .tekst a:hover::after {
  width: 100%;
}
.share-block .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .share-block .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.share-block .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.share-block .tekst *:last-child {
  margin-bottom: 0;
}
.share-block .container {
  gap: .75rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f5f4f4;
}
.share-block a {
  line-height: 1rem;
}
.share-block i {
  display: inline-block;
  font-size: 1.25rem;
  color: #ed6727;
  transition: .2s ease;
}
.share-block i:hover {
  color: rgba(237, 103, 39, 0.6);
}
@media only screen and (max-width: 767px) {
  #wpsl-result-list #wpsl-stores {
    height: 100% !important;
  }
}
/* fix product images */
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  opacity: 1 !important;
}
.button.sub {
  background-color: #b8b1b1;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.button.sub:hover,
.button.sub:focus {
  background-color: #a09797;
}
.button.wc-backward {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
.button.wc-backward.message {
  color: #444444;
  font-style: italic;
}
.button.wc-backward:hover {
  background-position: left 0 center;
}
.simple_cart_button {
  display: inline-block;
  padding: 0;
  position: relative;
  background: #ed6727;
  border-radius: 0px;
  background-image: none !important;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 5rem;
  height: 3rem;
  border-radius: 3px;
  text-indent: -999px;
  overflow: hidden;
}
.simple_cart_button::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../images/icon-winkelmand-white.svg) no-repeat center center;
  background-size: 2rem;
}
.simple_cart_button:hover {
  background-color: #d95212;
}
button.single_add_to_cart_button {
  display: inline-flex !important;
  background-color: #ed6727 !important;
  align-items: center;
  justify-content: center;
}
button.single_add_to_cart_button::before {
  content: '';
  background: center center no-repeat;
  background-size: contain;
  background-image: url(https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../images/icon-winkelmand-white.svg);
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin-right: 1rem;
}
.breadcrumbs,
#breadcrumbs {
  font-size: .9rem;
  opacity: .5;
}
.breadcrumbs a,
#breadcrumbs a {
  position: relative;
  color: #282727;
}
.breadcrumbs a:after,
#breadcrumbs a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ed6727;
  height: 1px;
  width: 0;
}
.breadcrumbs a:hover,
#breadcrumbs a:hover {
  color: #ed6727;
}
.breadcrumbs a:hover:after,
#breadcrumbs a:hover:after {
  width: 100%;
}
.breadcrumbs a.back,
#breadcrumbs a.back {
  color: #9b9b9b;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-repeat: no-repeat;
  background-position: left .5rem center;
  background-size: 1rem;
  padding: .5rem 0 .5rem 2.5rem;
}
.breadcrumbs a.back::after,
#breadcrumbs a.back::after {
  background-color: white;
}
.breadcrumbs a.back:hover,
#breadcrumbs a.back:hover {
  background-position: left 0px center;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs a::after,
  #breadcrumbs a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.breadcrumbs a::after,
#breadcrumbs a::after {
  background: #282727;
}
.breadcrumbs a:hover,
#breadcrumbs a:hover {
  color: #282727;
}
.styled-input input:not([type="checkbox"]),
.styled-input textarea,
.styled-input select,
.styled-input label.upload {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #282727;
  background-color: #ffffff;
  border: none;
  font-weight: 500;
  position: relative;
  display: block;
  height: calc(31px + 16px);
  font-size: 16px;
  line-height: calc(calc(16px + 2px));
  letter-spacing: -0.2pxpx;
  padding: 1rem 1rem .5rem 1rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f5f4f4;
}
.styled-input input:not([type="checkbox"])::placeholder,
.styled-input textarea::placeholder,
.styled-input select::placeholder,
.styled-input label.upload::placeholder {
  opacity: 0;
}
.styled-input input:not([type="checkbox"]):active,
.styled-input textarea:active,
.styled-input select:active,
.styled-input label.upload:active,
.styled-input input:not([type="checkbox"]):focus,
.styled-input textarea:focus,
.styled-input select:focus,
.styled-input label.upload:focus {
  outline: none;
}
.styled-input input:not([type="checkbox"]).hide,
.styled-input textarea.hide,
.styled-input select.hide,
.styled-input label.upload.hide {
  display: none;
}
.styled-input input:not([type="checkbox"])::-ms-clear,
.styled-input textarea::-ms-clear,
.styled-input select::-ms-clear,
.styled-input label.upload::-ms-clear {
  display: none;
}
.styled-input input:not([type="checkbox"]).wpcf7-not-valid,
.styled-input textarea.wpcf7-not-valid,
.styled-input select.wpcf7-not-valid,
.styled-input label.upload.wpcf7-not-valid {
  background-color: #FFE2E2;
}
.styled-input input:not([type="checkbox"]):disabled ~ .button,
.styled-input textarea:disabled ~ .button,
.styled-input select:disabled ~ .button,
.styled-input label.upload:disabled ~ .button {
  opacity: 0.1;
  pointer-events: none;
}
.styled-input textarea {
  resize: vertical;
  height: 9.5rem;
  min-height: 9.5rem;
  max-height: 400px;
  line-height: normal;
  padding-top: 1rem;
}
.styled-input select {
  padding-top: 1.5rem;
  padding-right: 2.5rem;
  cursor: pointer;
}
.styled-input select .hide-option {
  display: none;
}
.styled-input select::-ms-expand {
  display: none;
}
.styled-input.select::before {
  position: absolute;
  z-index: 1;
  content: '';
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: solid 6px #A6A6A6;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  top: 1.5rem;
  right: 1.5rem;
}
.dgwt-wcas-search-wrapp {
  position: relative;
}
.dgwt-wcas-search-wrapp::before {
  position: absolute;
  content: '';
  pointer-events: none;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: left center no-repeat;
  background-size: 1rem;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../b3-shop-root/images/icon-search.svg');
  z-index: 1;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-preloader {
  left: 0;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier {
  display: none;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier-handler {
  visibility: hidden;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
  border: none !important;
  padding: .5rem 2.5rem .5rem 1rem !important;
  line-height: 2.5 !important;
}
@media only screen and (max-width: 991px) {
  .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
    height: 30px !important;
    padding: 0 2.5rem 0 1rem !important;
  }
}
.woocommerce a.button,
.woocommerce button.button {
  position: relative;
  font-family: 'Century Gothic';
  font-weight: 400;
  line-height: 1.25;
  font-weight: 700;
  display: inline-block;
  background-color: #ed6727;
  color: #ffffff;
  font-size: 1rem;
  padding: .625rem 3rem .7rem 1rem;
  border-radius: 200px;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button.hoverbutton,
.woocommerce button.button.hoverbutton {
  background-color: #d95212;
  text-decoration: none;
  color: #ffffff;
  background-position: right .75rem center;
  cursor: pointer;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce a.button:hover.simple,
.woocommerce button.button:hover.simple,
.woocommerce a.button.hoverbutton.simple,
.woocommerce button.button.hoverbutton.simple {
  background-color: transparent !important;
  color: #ed6727;
  background-position: left .3rem center;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:active {
  outline: none;
  color: #ffffff;
}
.woocommerce a.button.white,
.woocommerce button.button.white {
  background-color: #ffffff;
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce a.button.white:hover,
.woocommerce button.button.white:hover {
  background-color: #d95212;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce a.button.ghost,
.woocommerce button.button.ghost {
  border: 1px solid #282727;
  color: #282727;
  background-color: transparent;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce a.button.ghost:hover,
.woocommerce button.button.ghost:hover {
  background-color: #282727;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce a.button.ghost.white,
.woocommerce button.button.ghost.white {
  border-color: #ffffff;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce a.button.ghost.white:hover,
.woocommerce button.button.ghost.white:hover {
  background-color: #ffffff;
  color: #282727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.woocommerce a.button.add-to-cart,
.woocommerce button.button.add-to-cart {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../images/icon-winkelmand-white.svg');
}
.woocommerce a.button.actie,
.woocommerce button.button.actie {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce a.button.back,
.woocommerce button.button.back {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
.woocommerce a.button.back.message,
.woocommerce button.button.back.message {
  color: #444444;
  font-style: italic;
}
.woocommerce a.button.back:hover,
.woocommerce button.button.back:hover {
  background-position: left 0 center;
}
.woocommerce a.button.simple,
.woocommerce button.button.simple {
  font-weight: 400;
  background-color: transparent;
  color: #282727;
  padding: .625rem 1rem .7rem 2rem;
  background-repeat: no-repeat;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
  background-position: left center;
  border: 0;
}
.woocommerce a.button.simple.color-actie,
.woocommerce button.button.simple.color-actie {
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
@media only screen and (max-width: 767px) {
  .woocommerce a.button,
  .woocommerce button.button {
    padding: .5rem 4rem .5rem 2rem;
    max-width: 100%;
  }
}
.woocommerce a.button.sub,
.woocommerce button.button.sub {
  background-color: #b8b1b1;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce a.button.sub:hover,
.woocommerce button.button.sub:hover,
.woocommerce a.button.sub:focus,
.woocommerce button.button.sub:focus {
  background-color: #a09797;
}
.woocommerce a.button.wc-backward,
.woocommerce button.button.wc-backward {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
.woocommerce a.button.wc-backward.message,
.woocommerce button.button.wc-backward.message {
  color: #444444;
  font-style: italic;
}
.woocommerce a.button.wc-backward:hover,
.woocommerce button.button.wc-backward:hover {
  background-position: left 0 center;
}
.woocommerce .col-1,
.woocommerce .col-2 {
  flex: none;
  max-width: none;
}
p.voorraad {
  font-weight: 700;
  margin: 0;
  color: #008900;
}
p.voorraad.niet {
  color: #bb0000;
}
.dgwt-wcas-pd-addtc-form a.ajax_add_to_cart,
.dgwt-wcas-pd-addtc-form a.product_type_variable.add_to_cart_button,
.dgwt-wcas-pd-addtc-form a.product_type_simple {
  display: inline-block;
  padding: 0;
  background: #ed6727;
  border-radius: 0px;
  background-image: none !important;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 5rem;
  height: 3rem;
  border-radius: 3px;
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
.dgwt-wcas-pd-addtc-form a.ajax_add_to_cart::before,
.dgwt-wcas-pd-addtc-form a.product_type_variable.add_to_cart_button::before,
.dgwt-wcas-pd-addtc-form a.product_type_simple::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../images/icon-winkelmand-white.svg) no-repeat center center;
  background-size: 2rem;
}
.dgwt-wcas-pd-addtc-form a.ajax_add_to_cart:hover,
.dgwt-wcas-pd-addtc-form a.product_type_variable.add_to_cart_button:hover,
.dgwt-wcas-pd-addtc-form a.product_type_simple:hover {
  background-color: #d95212;
}
ul.voordelen.inline li {
  display: inline-block;
  margin-right: 1.5rem;
}
ul.voordelen.inline li:last-child {
  margin-right: 0;
}
ul.voordelen.with-icon li {
  padding-left: 1rem;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-check-voordelen.svg');
  background-size: .65rem auto;
  background-position: center left;
  background-repeat: no-repeat;
}
ul.voordelen li p {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  margin: 0;
  padding: 0;
}
ul.voordelen li p.message {
  color: #444444;
  font-style: italic;
}
ul.voordelen li p strong {
  color: #ed6727;
}
.product-item-styling {
  margin: 0 1.5rem 1.5rem 0;
  overflow: hidden;
}
.product-item-styling.last {
  margin-right: 0;
}
.product-item-styling.onderhouds-product a .shop-image .image-itself {
  padding-bottom: 100%;
}
.product-item-styling a {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 100%;
}
.product-item-styling a .shop-image {
  position: relative;
  display: block;
  margin-bottom: .5rem;
  background: #ffffff;
  overflow: hidden;
}
.product-item-styling a .shop-image .image-itself {
  position: relative;
  display: block;
  padding-bottom: 50%;
  border-radius: 5px;
  overflow: hidden;
}
.product-item-styling a .shop-image .image-itself img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: 0;
}
.product-item-styling a .shop-image .image-itself img.second-image {
  opacity: 0;
}
.product-item-styling a .shop-image .button-container {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 2;
  text-align: center;
  transform: translateY(2rem);
  opacity: 0;
}
.product-item-styling a img {
  max-width: 100%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
}
.product-item-styling a .product-item-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.product-item-styling a .product-item-bottom h2.button.simple {
  margin: 0;
}
.product-item-styling a .product-item-bottom .type {
  color: #282727;
}
.product-item-styling a .product-item-bottom .price-element {
  color: #ed6727;
}
.product-item-styling a .product-item-bottom .price-element * {
  color: #ed6727;
}
.product-item-styling a:hover .shop-image .image-itself:has(.second-image) img {
  opacity: 0;
}
.product-item-styling a:hover .shop-image .image-itself:has(.second-image) img.second-image {
  opacity: 1;
}
.product-item-styling a:hover .shop-image .button-container {
  transform: translateY(0);
  opacity: 1;
}
.product-item-styling a:hover .button.simple {
  background-color: #d95212;
  text-decoration: none;
  color: #ffffff;
  background-position: right .75rem center;
  cursor: pointer;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.product-item-styling a:hover .button.simple.simple {
  background-color: transparent !important;
  color: #ed6727;
  background-position: left .3rem center;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
@media only screen and (max-width: 991px) {
  .product-item-styling a:hover .shop-image .image-itself:has(.second-image) img {
    opacity: 0;
  }
  .product-item-styling a:hover .shop-image .image-itself:has(.second-image) img.second-image {
    opacity: 0;
  }
  .product-item-styling a:hover .shop-image .button-container {
    opacity: 0;
  }
}
@media only screen and (max-width: 991px) {
  .product-item-styling {
    margin: 0 1rem 1rem 0;
    width: calc(100% / 2 - .5rem);
  }
  .product-item-styling:nth-of-type(3n) {
    margin: 0 1rem 1rem 0;
  }
  .product-item-styling:nth-of-type(2n) {
    margin-right: 0;
  }
}
.woocommerce header.woocommerce-products-header {
  position: relative;
}
.woocommerce header.woocommerce-products-header .woocommerce-ordering {
  float: none;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: .5rem 0;
}
@media only screen and (max-width: 767px) {
  .woocommerce header.woocommerce-products-header .woocommerce-ordering {
    position: absolute;
    bottom: 0;
    right: auto;
    left: 50%;
    padding-left: .5rem;
    width: 50%;
    margin: .5rem 0;
  }
  .woocommerce header.woocommerce-products-header .woocommerce-ordering .select2-container {
    width: 100% !important;
  }
}
.woocommerce .categorie-beschrijving {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .woocommerce .categorie-beschrijving {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce .categorie-beschrijving {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce .categorie-beschrijving {
    margin-bottom: 3rem;
  }
}
.woocommerce .categorie-beschrijving.no-margin {
  margin-bottom: 0;
}
.woocommerce .categorie-beschrijving .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.woocommerce .categorie-beschrijving .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.woocommerce .categorie-beschrijving .tekst ul li strong {
  font-weight: 700;
}
.woocommerce .categorie-beschrijving .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.woocommerce .categorie-beschrijving .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.woocommerce .categorie-beschrijving .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.woocommerce .categorie-beschrijving .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.woocommerce .categorie-beschrijving .tekst a {
  white-space: nowrap;
  position: relative;
}
.woocommerce .categorie-beschrijving .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.woocommerce .categorie-beschrijving .tekst a:hover::after {
  width: 100%;
}
.woocommerce .categorie-beschrijving .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .woocommerce .categorie-beschrijving .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.woocommerce .categorie-beschrijving .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.woocommerce .categorie-beschrijving .tekst *:last-child {
  margin-bottom: 0;
}
.woocommerce .categorie-beschrijving.header {
  margin-bottom: 3rem;
}
.woocommerce .categorie-beschrijving.header h1 {
  margin-bottom: .5rem;
}
@media only screen and (max-width: 767px) {
  .woocommerce .categorie-beschrijving.header {
    margin-bottom: 1.5rem;
  }
  .woocommerce .categorie-beschrijving.header h1 {
    margin-top: 1.5rem;
  }
}
.woocommerce .categorie-beschrijving .content {
  max-width: 900px;
  margin: 0 auto;
}
.woocommerce .categorie-beschrijving p {
  text-align: center;
}
.woocommerce.dgwt-wcas-search-wrapp {
  margin: 2rem auto 3rem;
  max-width: 500px;
}
.woocommerce.dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
  padding: .1rem .5rem .1rem 2.5rem!important;
  border-radius: 4px !important;
  box-shadow: 0 0 0 1px #9B9B9B!important;
}
.woocommerce.dgwt-wcas-search-wrapp::before {
  top: .85rem;
  right: auto;
  left: 1.1rem;
}
.woocommerce.dgwt-wcas-search-wrapp .dgwt-wcas-preloader {
  left: -1.5rem;
}
@media only screen and (min-width: 992px) {
  .woocommerce nav.woocommerce-pagination {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce nav.woocommerce-pagination {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce nav.woocommerce-pagination {
    margin-bottom: 3rem;
  }
}
.woocommerce nav.woocommerce-pagination.no-margin {
  margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.woocommerce nav.woocommerce-pagination .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.woocommerce nav.woocommerce-pagination .tekst ul li strong {
  font-weight: 700;
}
.woocommerce nav.woocommerce-pagination .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.woocommerce nav.woocommerce-pagination .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.woocommerce nav.woocommerce-pagination .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.woocommerce nav.woocommerce-pagination .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.woocommerce nav.woocommerce-pagination .tekst a {
  white-space: nowrap;
  position: relative;
}
.woocommerce nav.woocommerce-pagination .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.woocommerce nav.woocommerce-pagination .tekst a:hover::after {
  width: 100%;
}
.woocommerce nav.woocommerce-pagination .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .woocommerce nav.woocommerce-pagination .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.woocommerce nav.woocommerce-pagination .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.woocommerce nav.woocommerce-pagination .tekst *:last-child {
  margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
  padding: 0 1rem;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  font-weight: 700;
  padding: 1rem .5rem;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
  background: none;
  color: #282727;
}
.woocommerce ul.products[class*=columns-] {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products[class*=columns-]::before,
.woocommerce ul.products[class*=columns-]::after {
  display: none;
}
.woocommerce ul.products[class*=columns-].columns-3 li.product {
  width: calc((100% / 3) - (3rem / 3));
}
.woocommerce ul.products[class*=columns-].columns-4 li.product {
  width: calc((100% / 4) - (4.5rem / 4));
}
.woocommerce ul.products[class*=columns-] li.product {
  margin: 0 1.5rem 1.5rem 0;
  overflow: hidden;
}
.woocommerce ul.products[class*=columns-] li.product.last {
  margin-right: 0;
}
.woocommerce ul.products[class*=columns-] li.product.onderhouds-product a .shop-image .image-itself {
  padding-bottom: 100%;
}
.woocommerce ul.products[class*=columns-] li.product a {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 100%;
}
.woocommerce ul.products[class*=columns-] li.product a .shop-image {
  position: relative;
  display: block;
  margin-bottom: .5rem;
  background: #ffffff;
  overflow: hidden;
}
.woocommerce ul.products[class*=columns-] li.product a .shop-image .image-itself {
  position: relative;
  display: block;
  padding-bottom: 50%;
  border-radius: 5px;
  overflow: hidden;
}
.woocommerce ul.products[class*=columns-] li.product a .shop-image .image-itself img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: 0;
}
.woocommerce ul.products[class*=columns-] li.product a .shop-image .image-itself img.second-image {
  opacity: 0;
}
.woocommerce ul.products[class*=columns-] li.product a .shop-image .button-container {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 2;
  text-align: center;
  transform: translateY(2rem);
  opacity: 0;
}
.woocommerce ul.products[class*=columns-] li.product a img {
  max-width: 100%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
}
.woocommerce ul.products[class*=columns-] li.product a .product-item-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.woocommerce ul.products[class*=columns-] li.product a .product-item-bottom h2.button.simple {
  margin: 0;
}
.woocommerce ul.products[class*=columns-] li.product a .product-item-bottom .type {
  color: #282727;
}
.woocommerce ul.products[class*=columns-] li.product a .product-item-bottom .price-element {
  color: #ed6727;
}
.woocommerce ul.products[class*=columns-] li.product a .product-item-bottom .price-element * {
  color: #ed6727;
}
.woocommerce ul.products[class*=columns-] li.product a:hover .shop-image .image-itself:has(.second-image) img {
  opacity: 0;
}
.woocommerce ul.products[class*=columns-] li.product a:hover .shop-image .image-itself:has(.second-image) img.second-image {
  opacity: 1;
}
.woocommerce ul.products[class*=columns-] li.product a:hover .shop-image .button-container {
  transform: translateY(0);
  opacity: 1;
}
.woocommerce ul.products[class*=columns-] li.product a:hover .button.simple {
  background-color: #d95212;
  text-decoration: none;
  color: #ffffff;
  background-position: right .75rem center;
  cursor: pointer;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce ul.products[class*=columns-] li.product a:hover .button.simple.simple {
  background-color: transparent !important;
  color: #ed6727;
  background-position: left .3rem center;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
@media only screen and (max-width: 991px) {
  .woocommerce ul.products[class*=columns-] li.product a:hover .shop-image .image-itself:has(.second-image) img {
    opacity: 0;
  }
  .woocommerce ul.products[class*=columns-] li.product a:hover .shop-image .image-itself:has(.second-image) img.second-image {
    opacity: 0;
  }
  .woocommerce ul.products[class*=columns-] li.product a:hover .shop-image .button-container {
    opacity: 0;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce ul.products[class*=columns-] li.product {
    margin: 0 1rem 1rem 0;
    width: calc(100% / 2 - .5rem);
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-of-type(3n) {
    margin: 0 1rem 1rem 0;
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce ul.products[class*=columns-].columns-3 li.product,
  .woocommerce ul.products[class*=columns-].columns-4 li.product {
    width: calc((100% / 2) - (1rem / 2));
  }
}
.woocommerce-variation-add-to-cart::before {
  content: '';
}
.woocommerce .woocommerce-notices-wrapper,
.woocommerce-page .woocommerce-notices-wrapper {
  position: relative;
  z-index: 10;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message {
  margin: 0;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button {
  position: relative;
  font-family: 'Century Gothic';
  font-weight: 400;
  line-height: 1.25;
  font-weight: 700;
  display: inline-block;
  background-color: #ed6727;
  color: #ffffff;
  font-size: 1rem;
  padding: .625rem 3rem .7rem 1rem;
  border-radius: 200px;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.hoverbutton,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.hoverbutton,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.hoverbutton,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.hoverbutton,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.hoverbutton,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.hoverbutton {
  background-color: #d95212;
  text-decoration: none;
  color: #ffffff;
  background-position: right .75rem center;
  cursor: pointer;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button:hover.simple,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button:hover.simple,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button:hover.simple,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button:hover.simple,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover.simple,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button:hover.simple,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.hoverbutton.simple,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.hoverbutton.simple,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.hoverbutton.simple,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.hoverbutton.simple,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.hoverbutton.simple,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.hoverbutton.simple {
  background-color: transparent !important;
  color: #ed6727;
  background-position: left .3rem center;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button:focus,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button:focus,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button:focus,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button:active,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button:active,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button:active,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button:active,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:active,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button:active {
  outline: none;
  color: #ffffff;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.white,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.white,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.white,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.white,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.white,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.white {
  background-color: #ffffff;
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.white:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.white:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.white:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.white:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.white:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.white:hover {
  background-color: #d95212;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.ghost,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.ghost,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.ghost,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.ghost,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.ghost,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.ghost {
  border: 1px solid #282727;
  color: #282727;
  background-color: transparent;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.ghost:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.ghost:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.ghost:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.ghost:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.ghost:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.ghost:hover {
  background-color: #282727;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.ghost.white,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.ghost.white,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.ghost.white,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.ghost.white,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.ghost.white,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.ghost.white {
  border-color: #ffffff;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.ghost.white:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.ghost.white:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.ghost.white:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.ghost.white:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.ghost.white:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.ghost.white:hover {
  background-color: #ffffff;
  color: #282727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.add-to-cart,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.add-to-cart,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.add-to-cart,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.add-to-cart,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.add-to-cart,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.add-to-cart {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../images/icon-winkelmand-white.svg');
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.actie,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.actie,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.actie,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.actie,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.actie,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.actie {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.back,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.back,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.back,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.back,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.back,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.back {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.back.message,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.back.message,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.back.message,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.back.message,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.back.message,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.back.message {
  color: #444444;
  font-style: italic;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.back:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.back:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.back:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.back:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.back:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.back:hover {
  background-position: left 0 center;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.simple,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.simple,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.simple,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.simple,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.simple,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.simple {
  font-weight: 400;
  background-color: transparent;
  color: #282727;
  padding: .625rem 1rem .7rem 2rem;
  background-repeat: no-repeat;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
  background-position: left center;
  border: 0;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.simple.color-actie,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.simple.color-actie,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.simple.color-actie,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.simple.color-actie,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.simple.color-actie,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.simple.color-actie {
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
@media only screen and (max-width: 767px) {
  .woocommerce .woocommerce-notices-wrapper .woocommerce-error .button,
  .woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button,
  .woocommerce .woocommerce-notices-wrapper .woocommerce-info .button,
  .woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button,
  .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button,
  .woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button {
    padding: .5rem 4rem .5rem 2rem;
    max-width: 100%;
  }
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.sub,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.sub,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.sub,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.sub,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.sub,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.sub {
  background-color: #b8b1b1;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.sub:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.sub:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.sub:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.sub:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.sub:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.sub:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.sub:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.sub:focus,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.sub:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.sub:focus,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.sub:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.sub:focus {
  background-color: #a09797;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward.message,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward.message,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward.message,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward.message,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward.message,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward.message {
  color: #444444;
  font-style: italic;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward:hover {
  background-position: left 0 center;
}
.woocommerce .after-product-title,
.woocommerce-page .after-product-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.woocommerce .after-product-title .breadcrumbs,
.woocommerce-page .after-product-title .breadcrumbs {
  margin: 0 0 0 1rem;
}
.woocommerce div.product .product-onderhoud-container,
.woocommerce-page div.product .product-onderhoud-container {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .woocommerce div.product .product-onderhoud-container,
  .woocommerce-page div.product .product-onderhoud-container {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce div.product .product-onderhoud-container,
  .woocommerce-page div.product .product-onderhoud-container {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce div.product .product-onderhoud-container,
  .woocommerce-page div.product .product-onderhoud-container {
    margin-bottom: 3rem;
  }
}
.woocommerce div.product .product-onderhoud-container.no-margin,
.woocommerce-page div.product .product-onderhoud-container.no-margin {
  margin-bottom: 0;
}
.woocommerce div.product .product-onderhoud-container .tekst ul,
.woocommerce-page div.product .product-onderhoud-container .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.woocommerce div.product .product-onderhoud-container .tekst ul li,
.woocommerce-page div.product .product-onderhoud-container .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.woocommerce div.product .product-onderhoud-container .tekst ul li strong,
.woocommerce-page div.product .product-onderhoud-container .tekst ul li strong {
  font-weight: 700;
}
.woocommerce div.product .product-onderhoud-container .tekst ul li::before,
.woocommerce-page div.product .product-onderhoud-container .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.woocommerce div.product .product-onderhoud-container .tekst ol,
.woocommerce-page div.product .product-onderhoud-container .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.woocommerce div.product .product-onderhoud-container .tekst ol li,
.woocommerce-page div.product .product-onderhoud-container .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.woocommerce div.product .product-onderhoud-container .tekst ol li::before,
.woocommerce-page div.product .product-onderhoud-container .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.woocommerce div.product .product-onderhoud-container .tekst a,
.woocommerce-page div.product .product-onderhoud-container .tekst a {
  white-space: nowrap;
  position: relative;
}
.woocommerce div.product .product-onderhoud-container .tekst a::after,
.woocommerce-page div.product .product-onderhoud-container .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.woocommerce div.product .product-onderhoud-container .tekst a:hover::after,
.woocommerce-page div.product .product-onderhoud-container .tekst a:hover::after {
  width: 100%;
}
.woocommerce div.product .product-onderhoud-container .tekst a.button::after,
.woocommerce-page div.product .product-onderhoud-container .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .woocommerce div.product .product-onderhoud-container .tekst a::after,
  .woocommerce-page div.product .product-onderhoud-container .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.woocommerce div.product .product-onderhoud-container .tekst blockquote,
.woocommerce-page div.product .product-onderhoud-container .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.woocommerce div.product .product-onderhoud-container .tekst *:last-child,
.woocommerce-page div.product .product-onderhoud-container .tekst *:last-child {
  margin-bottom: 0;
}
.woocommerce div.product .product-onderhoud-container .summary,
.woocommerce-page div.product .product-onderhoud-container .summary {
  padding-top: 1.5rem;
}
.woocommerce div.product .product-onderhoud-container .summary p:has(+ ul),
.woocommerce-page div.product .product-onderhoud-container .summary p:has(+ ul) {
  margin-bottom: 0;
}
.woocommerce div.product .product-onderhoud-container .summary ul,
.woocommerce-page div.product .product-onderhoud-container .summary ul {
  margin-bottom: 1.5rem;
}
.woocommerce div.product .summary,
.woocommerce-page div.product .summary {
  display: block;
  float: none !important;
  width: 100% !important;
}
@media only screen and (min-width: 992px) {
  .woocommerce div.product .single-product-images,
  .woocommerce-page div.product .single-product-images {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce div.product .single-product-images,
  .woocommerce-page div.product .single-product-images {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce div.product .single-product-images,
  .woocommerce-page div.product .single-product-images {
    margin-bottom: 3rem;
  }
}
.woocommerce div.product .single-product-images.no-margin,
.woocommerce-page div.product .single-product-images.no-margin {
  margin-bottom: 0;
}
.woocommerce div.product .single-product-images .tekst ul,
.woocommerce-page div.product .single-product-images .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.woocommerce div.product .single-product-images .tekst ul li,
.woocommerce-page div.product .single-product-images .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.woocommerce div.product .single-product-images .tekst ul li strong,
.woocommerce-page div.product .single-product-images .tekst ul li strong {
  font-weight: 700;
}
.woocommerce div.product .single-product-images .tekst ul li::before,
.woocommerce-page div.product .single-product-images .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.woocommerce div.product .single-product-images .tekst ol,
.woocommerce-page div.product .single-product-images .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.woocommerce div.product .single-product-images .tekst ol li,
.woocommerce-page div.product .single-product-images .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.woocommerce div.product .single-product-images .tekst ol li::before,
.woocommerce-page div.product .single-product-images .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.woocommerce div.product .single-product-images .tekst a,
.woocommerce-page div.product .single-product-images .tekst a {
  white-space: nowrap;
  position: relative;
}
.woocommerce div.product .single-product-images .tekst a::after,
.woocommerce-page div.product .single-product-images .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.woocommerce div.product .single-product-images .tekst a:hover::after,
.woocommerce-page div.product .single-product-images .tekst a:hover::after {
  width: 100%;
}
.woocommerce div.product .single-product-images .tekst a.button::after,
.woocommerce-page div.product .single-product-images .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .woocommerce div.product .single-product-images .tekst a::after,
  .woocommerce-page div.product .single-product-images .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.woocommerce div.product .single-product-images .tekst blockquote,
.woocommerce-page div.product .single-product-images .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.woocommerce div.product .single-product-images .tekst *:last-child,
.woocommerce-page div.product .single-product-images .tekst *:last-child {
  margin-bottom: 0;
}
.woocommerce div.product .navigation-container,
.woocommerce-page div.product .navigation-container {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 0;
  gap: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .woocommerce div.product .navigation-container,
  .woocommerce-page div.product .navigation-container {
    padding-bottom: 1rem;
  }
}
.woocommerce div.product .navigation-container .single-product-images-navigation,
.woocommerce-page div.product .navigation-container .single-product-images-navigation {
  position: relative;
  overflow: hidden;
}
.woocommerce div.product .navigation-container .single-product-images-navigation::after,
.woocommerce-page div.product .navigation-container .single-product-images-navigation::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2rem;
  background: linear-gradient(to right, transparent, #ffffff);
  z-index: 2;
}
.woocommerce div.product .navigation-container .pagination-of-swiper,
.woocommerce-page div.product .navigation-container .pagination-of-swiper {
  flex-wrap: nowrap;
}
.woocommerce div.product .navigation-container .pagination-of-swiper .swiper-pagination,
.woocommerce-page div.product .navigation-container .pagination-of-swiper .swiper-pagination {
  flex-wrap: nowrap;
}
@media only screen and (max-width: 991px) {
  .woocommerce div.product .navigation-container .pagination-of-swiper .swiper-pagination,
  .woocommerce-page div.product .navigation-container .pagination-of-swiper .swiper-pagination {
    padding-top: 0;
  }
}
.woocommerce div.product .single-product-images-navigation .swiper-slide,
.woocommerce-page div.product .single-product-images-navigation .swiper-slide {
  width: auto;
}
.woocommerce div.product .single-product-images-inner,
.woocommerce-page div.product .single-product-images-inner {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.woocommerce div.product .single-product-images-inner .swiper-slide,
.woocommerce-page div.product .single-product-images-inner .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  align-items: center;
}
.woocommerce div.product .single-product-images-inner .swiper-slide .btn-container,
.woocommerce-page div.product .single-product-images-inner .swiper-slide .btn-container {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  z-index: 3;
}
.woocommerce div.product .single-product-images-inner .swiper-slide img,
.woocommerce-page div.product .single-product-images-inner .swiper-slide img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
}
.woocommerce div.product .single-product-images-inner .swiper-slide img.visible-img,
.woocommerce-page div.product .single-product-images-inner .swiper-slide img.visible-img {
  opacity: 1;
}
.woocommerce div.product .single-product-images-inner .swiper-slide .ratio,
.woocommerce-page div.product .single-product-images-inner .swiper-slide .ratio {
  display: block;
  padding-bottom: 49%;
}
@media only screen and (min-width: 992px) {
  .woocommerce div.product .youtube-with-text,
  .woocommerce-page div.product .youtube-with-text {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce div.product .youtube-with-text,
  .woocommerce-page div.product .youtube-with-text {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce div.product .youtube-with-text,
  .woocommerce-page div.product .youtube-with-text {
    margin-bottom: 3rem;
  }
}
.woocommerce div.product .youtube-with-text.no-margin,
.woocommerce-page div.product .youtube-with-text.no-margin {
  margin-bottom: 0;
}
.woocommerce div.product .youtube-with-text .tekst ul,
.woocommerce-page div.product .youtube-with-text .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.woocommerce div.product .youtube-with-text .tekst ul li,
.woocommerce-page div.product .youtube-with-text .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.woocommerce div.product .youtube-with-text .tekst ul li strong,
.woocommerce-page div.product .youtube-with-text .tekst ul li strong {
  font-weight: 700;
}
.woocommerce div.product .youtube-with-text .tekst ul li::before,
.woocommerce-page div.product .youtube-with-text .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.woocommerce div.product .youtube-with-text .tekst ol,
.woocommerce-page div.product .youtube-with-text .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.woocommerce div.product .youtube-with-text .tekst ol li,
.woocommerce-page div.product .youtube-with-text .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.woocommerce div.product .youtube-with-text .tekst ol li::before,
.woocommerce-page div.product .youtube-with-text .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.woocommerce div.product .youtube-with-text .tekst a,
.woocommerce-page div.product .youtube-with-text .tekst a {
  white-space: nowrap;
  position: relative;
}
.woocommerce div.product .youtube-with-text .tekst a::after,
.woocommerce-page div.product .youtube-with-text .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.woocommerce div.product .youtube-with-text .tekst a:hover::after,
.woocommerce-page div.product .youtube-with-text .tekst a:hover::after {
  width: 100%;
}
.woocommerce div.product .youtube-with-text .tekst a.button::after,
.woocommerce-page div.product .youtube-with-text .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .woocommerce div.product .youtube-with-text .tekst a::after,
  .woocommerce-page div.product .youtube-with-text .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.woocommerce div.product .youtube-with-text .tekst blockquote,
.woocommerce-page div.product .youtube-with-text .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.woocommerce div.product .youtube-with-text .tekst *:last-child,
.woocommerce-page div.product .youtube-with-text .tekst *:last-child {
  margin-bottom: 0;
}
.woocommerce div.product .youtube-with-text .tekst,
.woocommerce-page div.product .youtube-with-text .tekst {
  padding: 1.5rem 0 0 2rem;
}
.woocommerce div.product .youtube-with-text .tekst h3,
.woocommerce-page div.product .youtube-with-text .tekst h3 {
  color: #282727;
}
@media only screen and (min-width: 992px) {
  .woocommerce div.product .product-beschrijving-container,
  .woocommerce-page div.product .product-beschrijving-container {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce div.product .product-beschrijving-container,
  .woocommerce-page div.product .product-beschrijving-container {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce div.product .product-beschrijving-container,
  .woocommerce-page div.product .product-beschrijving-container {
    margin-bottom: 3rem;
  }
}
.woocommerce div.product .product-beschrijving-container.no-margin,
.woocommerce-page div.product .product-beschrijving-container.no-margin {
  margin-bottom: 0;
}
.woocommerce div.product .product-beschrijving-container .tekst ul,
.woocommerce-page div.product .product-beschrijving-container .tekst ul {
  margin: 0 0 1.5em 0.5rem;
}
.woocommerce div.product .product-beschrijving-container .tekst ul li,
.woocommerce-page div.product .product-beschrijving-container .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.woocommerce div.product .product-beschrijving-container .tekst ul li strong,
.woocommerce-page div.product .product-beschrijving-container .tekst ul li strong {
  font-weight: 700;
}
.woocommerce div.product .product-beschrijving-container .tekst ul li::before,
.woocommerce-page div.product .product-beschrijving-container .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282727;
  top: calc(24px / 2 - 3px);
}
.woocommerce div.product .product-beschrijving-container .tekst ol,
.woocommerce-page div.product .product-beschrijving-container .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.woocommerce div.product .product-beschrijving-container .tekst ol li,
.woocommerce-page div.product .product-beschrijving-container .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.woocommerce div.product .product-beschrijving-container .tekst ol li::before,
.woocommerce-page div.product .product-beschrijving-container .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.woocommerce div.product .product-beschrijving-container .tekst a,
.woocommerce-page div.product .product-beschrijving-container .tekst a {
  white-space: nowrap;
  position: relative;
}
.woocommerce div.product .product-beschrijving-container .tekst a::after,
.woocommerce-page div.product .product-beschrijving-container .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ed6727;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.woocommerce div.product .product-beschrijving-container .tekst a:hover::after,
.woocommerce-page div.product .product-beschrijving-container .tekst a:hover::after {
  width: 100%;
}
.woocommerce div.product .product-beschrijving-container .tekst a.button::after,
.woocommerce-page div.product .product-beschrijving-container .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .woocommerce div.product .product-beschrijving-container .tekst a::after,
  .woocommerce-page div.product .product-beschrijving-container .tekst a::after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.woocommerce div.product .product-beschrijving-container .tekst blockquote,
.woocommerce-page div.product .product-beschrijving-container .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #282727;
  padding: 0 0 0 1.5rem;
}
.woocommerce div.product .product-beschrijving-container .tekst *:last-child,
.woocommerce-page div.product .product-beschrijving-container .tekst *:last-child {
  margin-bottom: 0;
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .intro,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .intro {
  padding-bottom: 1.25rem;
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .information-item,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .information-item {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .information-item .icon-container,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .information-item .icon-container {
  width: 2rem;
  background-image: url(https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-opmerkingen.svg);
  background-size: contain;
  background-position: center top .5rem;
  background-repeat: no-repeat;
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .information-item .icon-container.pa_materiaalsoort,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .information-item .icon-container.pa_materiaalsoort {
  background-image: url(https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-materiaalsoort.svg);
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .information-item .icon-container.pa_beschikbare-oppervlaktes,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .information-item .icon-container.pa_beschikbare-oppervlaktes {
  background-image: url(https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-beschikbare-oppervlaktes.svg);
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .information-item .icon-container.pa_maximale-afmetingen,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .information-item .icon-container.pa_maximale-afmetingen {
  background-image: url(https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-maximale-afmetingen.svg);
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .information-item .icon-container.pa_kleurverschillen,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .information-item .icon-container.pa_kleurverschillen {
  background-image: url(https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-kleurverschillen.svg);
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .information-item .icon-container.pa_structuurverschillen,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .information-item .icon-container.pa_structuurverschillen {
  background-image: url(https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-structuurverschillen.svg);
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .information-item .icon-container.hittebestendig,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .information-item .icon-container.hittebestendig {
  background-image: url(https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-hittebestendig.svg);
  background-position: center top .25rem;
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .information-item .icon-container.vlekbestendig,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .information-item .icon-container.vlekbestendig {
  background-image: url(https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-vlekbestendig.svg);
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .information-item .icon-container.krasbestendig,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .information-item .icon-container.krasbestendig {
  background-image: url(https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-krasbestendig.svg);
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .information-item .text-container,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .information-item .text-container {
  width: calc(100% - 2rem);
  padding-left: 1.5rem;
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .information-item .text-container p,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .information-item .text-container p {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  margin: 0;
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .information-item .text-container p.message,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .information-item .text-container p.message {
  color: #444444;
  font-style: italic;
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .information-item .text-container p.title,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .information-item .text-container p.title {
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .information-item .text-container .attr-val,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .information-item .text-container .attr-val {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  padding-top: .25rem;
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .information-item .text-container .attr-val .attr-item,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .information-item .text-container .attr-val .attr-item {
  width: 15px;
  height: 15px;
  border: 1px solid #282727;
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .information-item .text-container .attr-val .attr-item.filled,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .information-item .text-container .attr-val .attr-item.filled {
  background: #282727;
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .button.add-to-cart,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .button.add-to-cart {
  margin-bottom: 1.5rem;
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .tekst h3,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .tekst h3 {
  color: #282727;
}
.woocommerce div.product .product-beschrijving-container .product-id-container img,
.woocommerce-page div.product .product-beschrijving-container .product-id-container img {
  margin-bottom: 1rem;
  border-radius: 4px;
}
.woocommerce div.product .product-beschrijving-container .product-id-container ul.voordelen,
.woocommerce-page div.product .product-beschrijving-container .product-id-container ul.voordelen {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .woocommerce div.product .pagination-of-swiper,
  .woocommerce-page div.product .pagination-of-swiper {
    display: none;
  }
  .woocommerce div.product .product-beschrijving-container .product-beschrijving,
  .woocommerce-page div.product .product-beschrijving-container .product-beschrijving {
    margin-bottom: 1rem;
  }
  .woocommerce div.product .product-beschrijving-container .product-beschrijving .information-item,
  .woocommerce-page div.product .product-beschrijving-container .product-beschrijving .information-item {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5rem 0;
  }
  .woocommerce div.product .product-beschrijving-container .product-beschrijving .information-item .icon-container,
  .woocommerce-page div.product .product-beschrijving-container .product-beschrijving .information-item .icon-container {
    width: 1.5rem;
  }
  .woocommerce div.product .product-beschrijving-container .product-beschrijving .information-item .text-container,
  .woocommerce-page div.product .product-beschrijving-container .product-beschrijving .information-item .text-container {
    width: calc(100% - 1.5rem);
    padding-left: 1rem;
  }
  .woocommerce div.product .youtube-with-text .tekst,
  .woocommerce-page div.product .youtube-with-text .tekst {
    padding-top: 1.5rem;
  }
}
.woocommerce table.woocommerce-product-attributes {
  border-top: none;
}
.woocommerce table.woocommerce-product-attributes .woocommerce-product-attributes-item:nth-child(even) th,
.woocommerce table.woocommerce-product-attributes .woocommerce-product-attributes-item:nth-child(even) td {
  background: none;
}
.woocommerce table.woocommerce-product-attributes .woocommerce-product-attributes-item th,
.woocommerce table.woocommerce-product-attributes .woocommerce-product-attributes-item td {
  border-bottom: 1px solid #f5f4f4;
}
.woocommerce table.woocommerce-product-attributes .woocommerce-product-attributes-item th {
  font-weight: 400;
  text-align: left;
  opacity: .5;
  padding-left: 0;
}
.woocommerce table.woocommerce-product-attributes .woocommerce-product-attributes-item td {
  font-style: normal;
}
.woocommerce .quantity-container {
  width: 4rem;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #f5f4f4;
  border-radius: 4px;
  overflow: hidden;
}
.woocommerce .quantity-container input.qty {
  width: 4rem;
  height: 2.5rem;
  border: none;
}
.woocommerce .quantity-container .options {
  display: none;
}
.woocommerce .quantity-container.styled {
  display: inline-flex;
  flex-wrap: wrap;
  width: auto;
  margin-right: 1rem;
  height: 3rem;
  position: relative;
}
.woocommerce .quantity-container.styled input.qty {
  font-weight: 700;
  border: none;
  margin: 0;
  padding: 0;
  width: 3rem;
  height: auto;
  text-align: center;
  color: #282727 !important;
  font-size: 1rem;
  -moz-appearance: textfield;
}
.woocommerce .quantity-container.styled input.qty::-webkit-outer-spin-button,
.woocommerce .quantity-container.styled input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity-container.styled .options {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 2rem;
  overflow: hidden;
  border-left: 1px solid #f5f4f4;
}
.woocommerce .quantity-container.styled .options .plus,
.woocommerce .quantity-container.styled .options .min {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #282727 !important;
  height: 50%;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}
.woocommerce .quantity-container.styled .options .plus:hover,
.woocommerce .quantity-container.styled .options .min:hover {
  background-color: #ed6727;
  color: #ffffff !important;
}
.woocommerce .quantity-container.styled .options .plus {
  border-bottom: 1px solid #f5f4f4;
}
.form-row .input-text,
#comment-form .input-text,
.woocommerce-form-row .input-text,
.woocommerce-input-wrapper .input-text {
  padding: .5rem 1rem !important;
  border: 1px solid #cfd5d8 !important;
}
.form-row .input-text::placeholder,
#comment-form .input-text::placeholder,
.woocommerce-form-row .input-text::placeholder,
.woocommerce-input-wrapper .input-text::placeholder {
  opacity: 1 !important;
}
.form-row .select2-container .select2-selection--single,
#comment-form .select2-container .select2-selection--single,
.woocommerce-form-row .select2-container .select2-selection--single,
.woocommerce-input-wrapper .select2-container .select2-selection--single {
  height: 3rem;
}
.form-row .select2-container .select2-selection--single .select2-selection__rendered,
#comment-form .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-form-row .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 3rem;
}
.form-row .select2-container .select2-selection--single .select2-selection__arrow,
#comment-form .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
  height: 3rem;
}
.woocommerce-cart table.shop_table,
.woocommerce-order table.shop_table,
.woocommerce-checkout table.shop_table,
.woocommerce-cart table.cart,
.woocommerce-order table.cart,
.woocommerce-checkout table.cart {
  border: none;
}
.woocommerce-cart table.shop_table th,
.woocommerce-order table.shop_table th,
.woocommerce-checkout table.shop_table th,
.woocommerce-cart table.cart th,
.woocommerce-order table.cart th,
.woocommerce-checkout table.cart th,
.woocommerce-cart table.shop_table td,
.woocommerce-order table.shop_table td,
.woocommerce-checkout table.shop_table td,
.woocommerce-cart table.cart td,
.woocommerce-order table.cart td,
.woocommerce-checkout table.cart td {
  border-top: 1px solid #f5f4f4;
  padding: 1rem 1rem;
}
.woocommerce-cart table.shop_table th.product-remove a,
.woocommerce-order table.shop_table th.product-remove a,
.woocommerce-checkout table.shop_table th.product-remove a,
.woocommerce-cart table.cart th.product-remove a,
.woocommerce-order table.cart th.product-remove a,
.woocommerce-checkout table.cart th.product-remove a,
.woocommerce-cart table.shop_table td.product-remove a,
.woocommerce-order table.shop_table td.product-remove a,
.woocommerce-checkout table.shop_table td.product-remove a,
.woocommerce-cart table.cart td.product-remove a,
.woocommerce-order table.cart td.product-remove a,
.woocommerce-checkout table.cart td.product-remove a {
  font-size: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.woocommerce-cart table.shop_table th.product-thumbnail img,
.woocommerce-order table.shop_table th.product-thumbnail img,
.woocommerce-checkout table.shop_table th.product-thumbnail img,
.woocommerce-cart table.cart th.product-thumbnail img,
.woocommerce-order table.cart th.product-thumbnail img,
.woocommerce-checkout table.cart th.product-thumbnail img,
.woocommerce-cart table.shop_table td.product-thumbnail img,
.woocommerce-order table.shop_table td.product-thumbnail img,
.woocommerce-checkout table.shop_table td.product-thumbnail img,
.woocommerce-cart table.cart td.product-thumbnail img,
.woocommerce-order table.cart td.product-thumbnail img,
.woocommerce-checkout table.cart td.product-thumbnail img {
  width: auto;
  max-width: 5.5rem;
  max-height: 7.5rem;
}
.woocommerce-cart table.shop_table th.product-name a,
.woocommerce-order table.shop_table th.product-name a,
.woocommerce-checkout table.shop_table th.product-name a,
.woocommerce-cart table.cart th.product-name a,
.woocommerce-order table.cart th.product-name a,
.woocommerce-checkout table.cart th.product-name a,
.woocommerce-cart table.shop_table td.product-name a,
.woocommerce-order table.shop_table td.product-name a,
.woocommerce-checkout table.shop_table td.product-name a,
.woocommerce-cart table.cart td.product-name a,
.woocommerce-order table.cart td.product-name a,
.woocommerce-checkout table.cart td.product-name a {
  font-weight: 700;
  color: #282727;
}
.woocommerce-cart table.shop_table th.product-name .variation,
.woocommerce-order table.shop_table th.product-name .variation,
.woocommerce-checkout table.shop_table th.product-name .variation,
.woocommerce-cart table.cart th.product-name .variation,
.woocommerce-order table.cart th.product-name .variation,
.woocommerce-checkout table.cart th.product-name .variation,
.woocommerce-cart table.shop_table td.product-name .variation,
.woocommerce-order table.shop_table td.product-name .variation,
.woocommerce-checkout table.shop_table td.product-name .variation,
.woocommerce-cart table.cart td.product-name .variation,
.woocommerce-order table.cart td.product-name .variation,
.woocommerce-checkout table.cart td.product-name .variation {
  opacity: .75;
  font-size: .65rem;
  line-height: 1.25;
}
.woocommerce-cart table.shop_table th.product-name .variation p,
.woocommerce-order table.shop_table th.product-name .variation p,
.woocommerce-checkout table.shop_table th.product-name .variation p,
.woocommerce-cart table.cart th.product-name .variation p,
.woocommerce-order table.cart th.product-name .variation p,
.woocommerce-checkout table.cart th.product-name .variation p,
.woocommerce-cart table.shop_table td.product-name .variation p,
.woocommerce-order table.shop_table td.product-name .variation p,
.woocommerce-checkout table.shop_table td.product-name .variation p,
.woocommerce-cart table.cart td.product-name .variation p,
.woocommerce-order table.cart td.product-name .variation p,
.woocommerce-checkout table.cart td.product-name .variation p {
  line-height: 1.25;
}
.woocommerce-cart table.shop_table th.product-name .variation dt,
.woocommerce-order table.shop_table th.product-name .variation dt,
.woocommerce-checkout table.shop_table th.product-name .variation dt,
.woocommerce-cart table.cart th.product-name .variation dt,
.woocommerce-order table.cart th.product-name .variation dt,
.woocommerce-checkout table.cart th.product-name .variation dt,
.woocommerce-cart table.shop_table td.product-name .variation dt,
.woocommerce-order table.shop_table td.product-name .variation dt,
.woocommerce-checkout table.shop_table td.product-name .variation dt,
.woocommerce-cart table.cart td.product-name .variation dt,
.woocommerce-order table.cart td.product-name .variation dt,
.woocommerce-checkout table.cart td.product-name .variation dt,
.woocommerce-cart table.shop_table th.product-name .variation dd,
.woocommerce-order table.shop_table th.product-name .variation dd,
.woocommerce-checkout table.shop_table th.product-name .variation dd,
.woocommerce-cart table.cart th.product-name .variation dd,
.woocommerce-order table.cart th.product-name .variation dd,
.woocommerce-checkout table.cart th.product-name .variation dd,
.woocommerce-cart table.shop_table td.product-name .variation dd,
.woocommerce-order table.shop_table td.product-name .variation dd,
.woocommerce-checkout table.shop_table td.product-name .variation dd,
.woocommerce-cart table.cart td.product-name .variation dd,
.woocommerce-order table.cart td.product-name .variation dd,
.woocommerce-checkout table.cart td.product-name .variation dd {
  margin-bottom: .5rem;
}
.woocommerce-cart table.shop_table th.product-name .variation dd,
.woocommerce-order table.shop_table th.product-name .variation dd,
.woocommerce-checkout table.shop_table th.product-name .variation dd,
.woocommerce-cart table.cart th.product-name .variation dd,
.woocommerce-order table.cart th.product-name .variation dd,
.woocommerce-checkout table.cart th.product-name .variation dd,
.woocommerce-cart table.shop_table td.product-name .variation dd,
.woocommerce-order table.shop_table td.product-name .variation dd,
.woocommerce-checkout table.shop_table td.product-name .variation dd,
.woocommerce-cart table.cart td.product-name .variation dd,
.woocommerce-order table.cart td.product-name .variation dd,
.woocommerce-checkout table.cart td.product-name .variation dd {
  font-weight: 700;
}
.woocommerce-cart table.shop_table th.product-name .wc-item-meta li,
.woocommerce-order table.shop_table th.product-name .wc-item-meta li,
.woocommerce-checkout table.shop_table th.product-name .wc-item-meta li,
.woocommerce-cart table.cart th.product-name .wc-item-meta li,
.woocommerce-order table.cart th.product-name .wc-item-meta li,
.woocommerce-checkout table.cart th.product-name .wc-item-meta li,
.woocommerce-cart table.shop_table td.product-name .wc-item-meta li,
.woocommerce-order table.shop_table td.product-name .wc-item-meta li,
.woocommerce-checkout table.shop_table td.product-name .wc-item-meta li,
.woocommerce-cart table.cart td.product-name .wc-item-meta li,
.woocommerce-order table.cart td.product-name .wc-item-meta li,
.woocommerce-checkout table.cart td.product-name .wc-item-meta li {
  font-size: .75rem;
}
.woocommerce-cart table.shop_table th.product-name .wc-item-meta li strong,
.woocommerce-order table.shop_table th.product-name .wc-item-meta li strong,
.woocommerce-checkout table.shop_table th.product-name .wc-item-meta li strong,
.woocommerce-cart table.cart th.product-name .wc-item-meta li strong,
.woocommerce-order table.cart th.product-name .wc-item-meta li strong,
.woocommerce-checkout table.cart th.product-name .wc-item-meta li strong,
.woocommerce-cart table.shop_table td.product-name .wc-item-meta li strong,
.woocommerce-order table.shop_table td.product-name .wc-item-meta li strong,
.woocommerce-checkout table.shop_table td.product-name .wc-item-meta li strong,
.woocommerce-cart table.cart td.product-name .wc-item-meta li strong,
.woocommerce-order table.cart td.product-name .wc-item-meta li strong,
.woocommerce-checkout table.cart td.product-name .wc-item-meta li strong {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.woocommerce-cart table.shop_table th.product-name .wc-item-meta li p,
.woocommerce-order table.shop_table th.product-name .wc-item-meta li p,
.woocommerce-checkout table.shop_table th.product-name .wc-item-meta li p,
.woocommerce-cart table.cart th.product-name .wc-item-meta li p,
.woocommerce-order table.cart th.product-name .wc-item-meta li p,
.woocommerce-checkout table.cart th.product-name .wc-item-meta li p,
.woocommerce-cart table.shop_table td.product-name .wc-item-meta li p,
.woocommerce-order table.shop_table td.product-name .wc-item-meta li p,
.woocommerce-checkout table.shop_table td.product-name .wc-item-meta li p,
.woocommerce-cart table.cart td.product-name .wc-item-meta li p,
.woocommerce-order table.cart td.product-name .wc-item-meta li p,
.woocommerce-checkout table.cart td.product-name .wc-item-meta li p {
  font-weight: 700;
}
.woocommerce-cart table.shop_table th.actions .coupon .input-text,
.woocommerce-order table.shop_table th.actions .coupon .input-text,
.woocommerce-checkout table.shop_table th.actions .coupon .input-text,
.woocommerce-cart table.cart th.actions .coupon .input-text,
.woocommerce-order table.cart th.actions .coupon .input-text,
.woocommerce-checkout table.cart th.actions .coupon .input-text,
.woocommerce-cart table.shop_table td.actions .coupon .input-text,
.woocommerce-order table.shop_table td.actions .coupon .input-text,
.woocommerce-checkout table.shop_table td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-order table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  margin-right: 1rem;
}
.woocommerce-cart table.shop_table tbody div.coupon input:not([type="checkbox"]),
.woocommerce-order table.shop_table tbody div.coupon input:not([type="checkbox"]),
.woocommerce-checkout table.shop_table tbody div.coupon input:not([type="checkbox"]),
.woocommerce-cart table.cart tbody div.coupon input:not([type="checkbox"]),
.woocommerce-order table.cart tbody div.coupon input:not([type="checkbox"]),
.woocommerce-checkout table.cart tbody div.coupon input:not([type="checkbox"]),
.woocommerce-cart table.shop_table tbody div.coupon textarea,
.woocommerce-order table.shop_table tbody div.coupon textarea,
.woocommerce-checkout table.shop_table tbody div.coupon textarea,
.woocommerce-cart table.cart tbody div.coupon textarea,
.woocommerce-order table.cart tbody div.coupon textarea,
.woocommerce-checkout table.cart tbody div.coupon textarea,
.woocommerce-cart table.shop_table tbody div.coupon select,
.woocommerce-order table.shop_table tbody div.coupon select,
.woocommerce-checkout table.shop_table tbody div.coupon select,
.woocommerce-cart table.cart tbody div.coupon select,
.woocommerce-order table.cart tbody div.coupon select,
.woocommerce-checkout table.cart tbody div.coupon select,
.woocommerce-cart table.shop_table tbody div.coupon label.upload,
.woocommerce-order table.shop_table tbody div.coupon label.upload,
.woocommerce-checkout table.shop_table tbody div.coupon label.upload,
.woocommerce-cart table.cart tbody div.coupon label.upload,
.woocommerce-order table.cart tbody div.coupon label.upload,
.woocommerce-checkout table.cart tbody div.coupon label.upload {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #282727;
  background-color: #ffffff;
  border: none;
  font-weight: 500;
  position: relative;
  display: block;
  height: calc(31px + 16px);
  font-size: 16px;
  line-height: calc(calc(16px + 2px));
  letter-spacing: -0.2pxpx;
  padding: 1rem 1rem .5rem 1rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f5f4f4;
}
.woocommerce-cart table.shop_table tbody div.coupon input:not([type="checkbox"])::placeholder,
.woocommerce-order table.shop_table tbody div.coupon input:not([type="checkbox"])::placeholder,
.woocommerce-checkout table.shop_table tbody div.coupon input:not([type="checkbox"])::placeholder,
.woocommerce-cart table.cart tbody div.coupon input:not([type="checkbox"])::placeholder,
.woocommerce-order table.cart tbody div.coupon input:not([type="checkbox"])::placeholder,
.woocommerce-checkout table.cart tbody div.coupon input:not([type="checkbox"])::placeholder,
.woocommerce-cart table.shop_table tbody div.coupon textarea::placeholder,
.woocommerce-order table.shop_table tbody div.coupon textarea::placeholder,
.woocommerce-checkout table.shop_table tbody div.coupon textarea::placeholder,
.woocommerce-cart table.cart tbody div.coupon textarea::placeholder,
.woocommerce-order table.cart tbody div.coupon textarea::placeholder,
.woocommerce-checkout table.cart tbody div.coupon textarea::placeholder,
.woocommerce-cart table.shop_table tbody div.coupon select::placeholder,
.woocommerce-order table.shop_table tbody div.coupon select::placeholder,
.woocommerce-checkout table.shop_table tbody div.coupon select::placeholder,
.woocommerce-cart table.cart tbody div.coupon select::placeholder,
.woocommerce-order table.cart tbody div.coupon select::placeholder,
.woocommerce-checkout table.cart tbody div.coupon select::placeholder,
.woocommerce-cart table.shop_table tbody div.coupon label.upload::placeholder,
.woocommerce-order table.shop_table tbody div.coupon label.upload::placeholder,
.woocommerce-checkout table.shop_table tbody div.coupon label.upload::placeholder,
.woocommerce-cart table.cart tbody div.coupon label.upload::placeholder,
.woocommerce-order table.cart tbody div.coupon label.upload::placeholder,
.woocommerce-checkout table.cart tbody div.coupon label.upload::placeholder {
  opacity: 0;
}
.woocommerce-cart table.shop_table tbody div.coupon input:not([type="checkbox"]):active,
.woocommerce-order table.shop_table tbody div.coupon input:not([type="checkbox"]):active,
.woocommerce-checkout table.shop_table tbody div.coupon input:not([type="checkbox"]):active,
.woocommerce-cart table.cart tbody div.coupon input:not([type="checkbox"]):active,
.woocommerce-order table.cart tbody div.coupon input:not([type="checkbox"]):active,
.woocommerce-checkout table.cart tbody div.coupon input:not([type="checkbox"]):active,
.woocommerce-cart table.shop_table tbody div.coupon textarea:active,
.woocommerce-order table.shop_table tbody div.coupon textarea:active,
.woocommerce-checkout table.shop_table tbody div.coupon textarea:active,
.woocommerce-cart table.cart tbody div.coupon textarea:active,
.woocommerce-order table.cart tbody div.coupon textarea:active,
.woocommerce-checkout table.cart tbody div.coupon textarea:active,
.woocommerce-cart table.shop_table tbody div.coupon select:active,
.woocommerce-order table.shop_table tbody div.coupon select:active,
.woocommerce-checkout table.shop_table tbody div.coupon select:active,
.woocommerce-cart table.cart tbody div.coupon select:active,
.woocommerce-order table.cart tbody div.coupon select:active,
.woocommerce-checkout table.cart tbody div.coupon select:active,
.woocommerce-cart table.shop_table tbody div.coupon label.upload:active,
.woocommerce-order table.shop_table tbody div.coupon label.upload:active,
.woocommerce-checkout table.shop_table tbody div.coupon label.upload:active,
.woocommerce-cart table.cart tbody div.coupon label.upload:active,
.woocommerce-order table.cart tbody div.coupon label.upload:active,
.woocommerce-checkout table.cart tbody div.coupon label.upload:active,
.woocommerce-cart table.shop_table tbody div.coupon input:not([type="checkbox"]):focus,
.woocommerce-order table.shop_table tbody div.coupon input:not([type="checkbox"]):focus,
.woocommerce-checkout table.shop_table tbody div.coupon input:not([type="checkbox"]):focus,
.woocommerce-cart table.cart tbody div.coupon input:not([type="checkbox"]):focus,
.woocommerce-order table.cart tbody div.coupon input:not([type="checkbox"]):focus,
.woocommerce-checkout table.cart tbody div.coupon input:not([type="checkbox"]):focus,
.woocommerce-cart table.shop_table tbody div.coupon textarea:focus,
.woocommerce-order table.shop_table tbody div.coupon textarea:focus,
.woocommerce-checkout table.shop_table tbody div.coupon textarea:focus,
.woocommerce-cart table.cart tbody div.coupon textarea:focus,
.woocommerce-order table.cart tbody div.coupon textarea:focus,
.woocommerce-checkout table.cart tbody div.coupon textarea:focus,
.woocommerce-cart table.shop_table tbody div.coupon select:focus,
.woocommerce-order table.shop_table tbody div.coupon select:focus,
.woocommerce-checkout table.shop_table tbody div.coupon select:focus,
.woocommerce-cart table.cart tbody div.coupon select:focus,
.woocommerce-order table.cart tbody div.coupon select:focus,
.woocommerce-checkout table.cart tbody div.coupon select:focus,
.woocommerce-cart table.shop_table tbody div.coupon label.upload:focus,
.woocommerce-order table.shop_table tbody div.coupon label.upload:focus,
.woocommerce-checkout table.shop_table tbody div.coupon label.upload:focus,
.woocommerce-cart table.cart tbody div.coupon label.upload:focus,
.woocommerce-order table.cart tbody div.coupon label.upload:focus,
.woocommerce-checkout table.cart tbody div.coupon label.upload:focus {
  outline: none;
}
.woocommerce-cart table.shop_table tbody div.coupon input:not([type="checkbox"]).hide,
.woocommerce-order table.shop_table tbody div.coupon input:not([type="checkbox"]).hide,
.woocommerce-checkout table.shop_table tbody div.coupon input:not([type="checkbox"]).hide,
.woocommerce-cart table.cart tbody div.coupon input:not([type="checkbox"]).hide,
.woocommerce-order table.cart tbody div.coupon input:not([type="checkbox"]).hide,
.woocommerce-checkout table.cart tbody div.coupon input:not([type="checkbox"]).hide,
.woocommerce-cart table.shop_table tbody div.coupon textarea.hide,
.woocommerce-order table.shop_table tbody div.coupon textarea.hide,
.woocommerce-checkout table.shop_table tbody div.coupon textarea.hide,
.woocommerce-cart table.cart tbody div.coupon textarea.hide,
.woocommerce-order table.cart tbody div.coupon textarea.hide,
.woocommerce-checkout table.cart tbody div.coupon textarea.hide,
.woocommerce-cart table.shop_table tbody div.coupon select.hide,
.woocommerce-order table.shop_table tbody div.coupon select.hide,
.woocommerce-checkout table.shop_table tbody div.coupon select.hide,
.woocommerce-cart table.cart tbody div.coupon select.hide,
.woocommerce-order table.cart tbody div.coupon select.hide,
.woocommerce-checkout table.cart tbody div.coupon select.hide,
.woocommerce-cart table.shop_table tbody div.coupon label.upload.hide,
.woocommerce-order table.shop_table tbody div.coupon label.upload.hide,
.woocommerce-checkout table.shop_table tbody div.coupon label.upload.hide,
.woocommerce-cart table.cart tbody div.coupon label.upload.hide,
.woocommerce-order table.cart tbody div.coupon label.upload.hide,
.woocommerce-checkout table.cart tbody div.coupon label.upload.hide {
  display: none;
}
.woocommerce-cart table.shop_table tbody div.coupon input:not([type="checkbox"])::-ms-clear,
.woocommerce-order table.shop_table tbody div.coupon input:not([type="checkbox"])::-ms-clear,
.woocommerce-checkout table.shop_table tbody div.coupon input:not([type="checkbox"])::-ms-clear,
.woocommerce-cart table.cart tbody div.coupon input:not([type="checkbox"])::-ms-clear,
.woocommerce-order table.cart tbody div.coupon input:not([type="checkbox"])::-ms-clear,
.woocommerce-checkout table.cart tbody div.coupon input:not([type="checkbox"])::-ms-clear,
.woocommerce-cart table.shop_table tbody div.coupon textarea::-ms-clear,
.woocommerce-order table.shop_table tbody div.coupon textarea::-ms-clear,
.woocommerce-checkout table.shop_table tbody div.coupon textarea::-ms-clear,
.woocommerce-cart table.cart tbody div.coupon textarea::-ms-clear,
.woocommerce-order table.cart tbody div.coupon textarea::-ms-clear,
.woocommerce-checkout table.cart tbody div.coupon textarea::-ms-clear,
.woocommerce-cart table.shop_table tbody div.coupon select::-ms-clear,
.woocommerce-order table.shop_table tbody div.coupon select::-ms-clear,
.woocommerce-checkout table.shop_table tbody div.coupon select::-ms-clear,
.woocommerce-cart table.cart tbody div.coupon select::-ms-clear,
.woocommerce-order table.cart tbody div.coupon select::-ms-clear,
.woocommerce-checkout table.cart tbody div.coupon select::-ms-clear,
.woocommerce-cart table.shop_table tbody div.coupon label.upload::-ms-clear,
.woocommerce-order table.shop_table tbody div.coupon label.upload::-ms-clear,
.woocommerce-checkout table.shop_table tbody div.coupon label.upload::-ms-clear,
.woocommerce-cart table.cart tbody div.coupon label.upload::-ms-clear,
.woocommerce-order table.cart tbody div.coupon label.upload::-ms-clear,
.woocommerce-checkout table.cart tbody div.coupon label.upload::-ms-clear {
  display: none;
}
.woocommerce-cart table.shop_table tbody div.coupon input:not([type="checkbox"]).wpcf7-not-valid,
.woocommerce-order table.shop_table tbody div.coupon input:not([type="checkbox"]).wpcf7-not-valid,
.woocommerce-checkout table.shop_table tbody div.coupon input:not([type="checkbox"]).wpcf7-not-valid,
.woocommerce-cart table.cart tbody div.coupon input:not([type="checkbox"]).wpcf7-not-valid,
.woocommerce-order table.cart tbody div.coupon input:not([type="checkbox"]).wpcf7-not-valid,
.woocommerce-checkout table.cart tbody div.coupon input:not([type="checkbox"]).wpcf7-not-valid,
.woocommerce-cart table.shop_table tbody div.coupon textarea.wpcf7-not-valid,
.woocommerce-order table.shop_table tbody div.coupon textarea.wpcf7-not-valid,
.woocommerce-checkout table.shop_table tbody div.coupon textarea.wpcf7-not-valid,
.woocommerce-cart table.cart tbody div.coupon textarea.wpcf7-not-valid,
.woocommerce-order table.cart tbody div.coupon textarea.wpcf7-not-valid,
.woocommerce-checkout table.cart tbody div.coupon textarea.wpcf7-not-valid,
.woocommerce-cart table.shop_table tbody div.coupon select.wpcf7-not-valid,
.woocommerce-order table.shop_table tbody div.coupon select.wpcf7-not-valid,
.woocommerce-checkout table.shop_table tbody div.coupon select.wpcf7-not-valid,
.woocommerce-cart table.cart tbody div.coupon select.wpcf7-not-valid,
.woocommerce-order table.cart tbody div.coupon select.wpcf7-not-valid,
.woocommerce-checkout table.cart tbody div.coupon select.wpcf7-not-valid,
.woocommerce-cart table.shop_table tbody div.coupon label.upload.wpcf7-not-valid,
.woocommerce-order table.shop_table tbody div.coupon label.upload.wpcf7-not-valid,
.woocommerce-checkout table.shop_table tbody div.coupon label.upload.wpcf7-not-valid,
.woocommerce-cart table.cart tbody div.coupon label.upload.wpcf7-not-valid,
.woocommerce-order table.cart tbody div.coupon label.upload.wpcf7-not-valid,
.woocommerce-checkout table.cart tbody div.coupon label.upload.wpcf7-not-valid {
  background-color: #FFE2E2;
}
.woocommerce-cart table.shop_table tbody div.coupon input:not([type="checkbox"]):disabled ~ .button,
.woocommerce-order table.shop_table tbody div.coupon input:not([type="checkbox"]):disabled ~ .button,
.woocommerce-checkout table.shop_table tbody div.coupon input:not([type="checkbox"]):disabled ~ .button,
.woocommerce-cart table.cart tbody div.coupon input:not([type="checkbox"]):disabled ~ .button,
.woocommerce-order table.cart tbody div.coupon input:not([type="checkbox"]):disabled ~ .button,
.woocommerce-checkout table.cart tbody div.coupon input:not([type="checkbox"]):disabled ~ .button,
.woocommerce-cart table.shop_table tbody div.coupon textarea:disabled ~ .button,
.woocommerce-order table.shop_table tbody div.coupon textarea:disabled ~ .button,
.woocommerce-checkout table.shop_table tbody div.coupon textarea:disabled ~ .button,
.woocommerce-cart table.cart tbody div.coupon textarea:disabled ~ .button,
.woocommerce-order table.cart tbody div.coupon textarea:disabled ~ .button,
.woocommerce-checkout table.cart tbody div.coupon textarea:disabled ~ .button,
.woocommerce-cart table.shop_table tbody div.coupon select:disabled ~ .button,
.woocommerce-order table.shop_table tbody div.coupon select:disabled ~ .button,
.woocommerce-checkout table.shop_table tbody div.coupon select:disabled ~ .button,
.woocommerce-cart table.cart tbody div.coupon select:disabled ~ .button,
.woocommerce-order table.cart tbody div.coupon select:disabled ~ .button,
.woocommerce-checkout table.cart tbody div.coupon select:disabled ~ .button,
.woocommerce-cart table.shop_table tbody div.coupon label.upload:disabled ~ .button,
.woocommerce-order table.shop_table tbody div.coupon label.upload:disabled ~ .button,
.woocommerce-checkout table.shop_table tbody div.coupon label.upload:disabled ~ .button,
.woocommerce-cart table.cart tbody div.coupon label.upload:disabled ~ .button,
.woocommerce-order table.cart tbody div.coupon label.upload:disabled ~ .button,
.woocommerce-checkout table.cart tbody div.coupon label.upload:disabled ~ .button {
  opacity: 0.1;
  pointer-events: none;
}
.woocommerce-cart table.shop_table tbody div.coupon textarea,
.woocommerce-order table.shop_table tbody div.coupon textarea,
.woocommerce-checkout table.shop_table tbody div.coupon textarea,
.woocommerce-cart table.cart tbody div.coupon textarea,
.woocommerce-order table.cart tbody div.coupon textarea,
.woocommerce-checkout table.cart tbody div.coupon textarea {
  resize: vertical;
  height: 9.5rem;
  min-height: 9.5rem;
  max-height: 400px;
  line-height: normal;
  padding-top: 1rem;
}
.woocommerce-cart table.shop_table tbody div.coupon select,
.woocommerce-order table.shop_table tbody div.coupon select,
.woocommerce-checkout table.shop_table tbody div.coupon select,
.woocommerce-cart table.cart tbody div.coupon select,
.woocommerce-order table.cart tbody div.coupon select,
.woocommerce-checkout table.cart tbody div.coupon select {
  padding-top: 1.5rem;
  padding-right: 2.5rem;
  cursor: pointer;
}
.woocommerce-cart table.shop_table tbody div.coupon select .hide-option,
.woocommerce-order table.shop_table tbody div.coupon select .hide-option,
.woocommerce-checkout table.shop_table tbody div.coupon select .hide-option,
.woocommerce-cart table.cart tbody div.coupon select .hide-option,
.woocommerce-order table.cart tbody div.coupon select .hide-option,
.woocommerce-checkout table.cart tbody div.coupon select .hide-option {
  display: none;
}
.woocommerce-cart table.shop_table tbody div.coupon select::-ms-expand,
.woocommerce-order table.shop_table tbody div.coupon select::-ms-expand,
.woocommerce-checkout table.shop_table tbody div.coupon select::-ms-expand,
.woocommerce-cart table.cart tbody div.coupon select::-ms-expand,
.woocommerce-order table.cart tbody div.coupon select::-ms-expand,
.woocommerce-checkout table.cart tbody div.coupon select::-ms-expand {
  display: none;
}
.woocommerce-cart table.shop_table tbody div.coupon.select::before,
.woocommerce-order table.shop_table tbody div.coupon.select::before,
.woocommerce-checkout table.shop_table tbody div.coupon.select::before,
.woocommerce-cart table.cart tbody div.coupon.select::before,
.woocommerce-order table.cart tbody div.coupon.select::before,
.woocommerce-checkout table.cart tbody div.coupon.select::before {
  position: absolute;
  z-index: 1;
  content: '';
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: solid 6px #A6A6A6;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  top: 1.5rem;
  right: 1.5rem;
}
.woocommerce-cart table.shop_table tbody div.coupon input.input-text,
.woocommerce-order table.shop_table tbody div.coupon input.input-text,
.woocommerce-checkout table.shop_table tbody div.coupon input.input-text,
.woocommerce-cart table.cart tbody div.coupon input.input-text,
.woocommerce-order table.cart tbody div.coupon input.input-text,
.woocommerce-checkout table.cart tbody div.coupon input.input-text {
  width: auto;
  margin-right: .5rem;
}
.woocommerce-cart table.shop_table tbody div.coupon input.input-text::placeholder,
.woocommerce-order table.shop_table tbody div.coupon input.input-text::placeholder,
.woocommerce-checkout table.shop_table tbody div.coupon input.input-text::placeholder,
.woocommerce-cart table.cart tbody div.coupon input.input-text::placeholder,
.woocommerce-order table.cart tbody div.coupon input.input-text::placeholder,
.woocommerce-checkout table.cart tbody div.coupon input.input-text::placeholder {
  opacity: .5;
}
.woocommerce-cart table.shop_table tfoot th,
.woocommerce-order table.shop_table tfoot th,
.woocommerce-checkout table.shop_table tfoot th,
.woocommerce-cart table.cart tfoot th,
.woocommerce-order table.cart tfoot th,
.woocommerce-checkout table.cart tfoot th,
.woocommerce-cart table.shop_table tfoot td,
.woocommerce-order table.shop_table tfoot td,
.woocommerce-checkout table.shop_table tfoot td,
.woocommerce-cart table.cart tfoot td,
.woocommerce-order table.cart tfoot td,
.woocommerce-checkout table.cart tfoot td {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.woocommerce-cart table.shop_table .button,
.woocommerce-order table.shop_table .button,
.woocommerce-checkout table.shop_table .button,
.woocommerce-cart table.cart .button,
.woocommerce-order table.cart .button,
.woocommerce-checkout table.cart .button {
  position: relative;
  font-family: 'Century Gothic';
  font-weight: 400;
  line-height: 1.25;
  font-weight: 700;
  display: inline-block;
  background-color: #ed6727;
  color: #ffffff;
  font-size: 1rem;
  padding: .625rem 3rem .7rem 1rem;
  border-radius: 200px;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  background-color: #b8b1b1;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce-cart table.shop_table .button:hover,
.woocommerce-order table.shop_table .button:hover,
.woocommerce-checkout table.shop_table .button:hover,
.woocommerce-cart table.cart .button:hover,
.woocommerce-order table.cart .button:hover,
.woocommerce-checkout table.cart .button:hover,
.woocommerce-cart table.shop_table .button.hoverbutton,
.woocommerce-order table.shop_table .button.hoverbutton,
.woocommerce-checkout table.shop_table .button.hoverbutton,
.woocommerce-cart table.cart .button.hoverbutton,
.woocommerce-order table.cart .button.hoverbutton,
.woocommerce-checkout table.cart .button.hoverbutton {
  background-color: #d95212;
  text-decoration: none;
  color: #ffffff;
  background-position: right .75rem center;
  cursor: pointer;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce-cart table.shop_table .button:hover.simple,
.woocommerce-order table.shop_table .button:hover.simple,
.woocommerce-checkout table.shop_table .button:hover.simple,
.woocommerce-cart table.cart .button:hover.simple,
.woocommerce-order table.cart .button:hover.simple,
.woocommerce-checkout table.cart .button:hover.simple,
.woocommerce-cart table.shop_table .button.hoverbutton.simple,
.woocommerce-order table.shop_table .button.hoverbutton.simple,
.woocommerce-checkout table.shop_table .button.hoverbutton.simple,
.woocommerce-cart table.cart .button.hoverbutton.simple,
.woocommerce-order table.cart .button.hoverbutton.simple,
.woocommerce-checkout table.cart .button.hoverbutton.simple {
  background-color: transparent !important;
  color: #ed6727;
  background-position: left .3rem center;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce-cart table.shop_table .button:focus,
.woocommerce-order table.shop_table .button:focus,
.woocommerce-checkout table.shop_table .button:focus,
.woocommerce-cart table.cart .button:focus,
.woocommerce-order table.cart .button:focus,
.woocommerce-checkout table.cart .button:focus,
.woocommerce-cart table.shop_table .button:active,
.woocommerce-order table.shop_table .button:active,
.woocommerce-checkout table.shop_table .button:active,
.woocommerce-cart table.cart .button:active,
.woocommerce-order table.cart .button:active,
.woocommerce-checkout table.cart .button:active {
  outline: none;
  color: #ffffff;
}
.woocommerce-cart table.shop_table .button.white,
.woocommerce-order table.shop_table .button.white,
.woocommerce-checkout table.shop_table .button.white,
.woocommerce-cart table.cart .button.white,
.woocommerce-order table.cart .button.white,
.woocommerce-checkout table.cart .button.white {
  background-color: #ffffff;
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce-cart table.shop_table .button.white:hover,
.woocommerce-order table.shop_table .button.white:hover,
.woocommerce-checkout table.shop_table .button.white:hover,
.woocommerce-cart table.cart .button.white:hover,
.woocommerce-order table.cart .button.white:hover,
.woocommerce-checkout table.cart .button.white:hover {
  background-color: #d95212;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce-cart table.shop_table .button.ghost,
.woocommerce-order table.shop_table .button.ghost,
.woocommerce-checkout table.shop_table .button.ghost,
.woocommerce-cart table.cart .button.ghost,
.woocommerce-order table.cart .button.ghost,
.woocommerce-checkout table.cart .button.ghost {
  border: 1px solid #282727;
  color: #282727;
  background-color: transparent;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce-cart table.shop_table .button.ghost:hover,
.woocommerce-order table.shop_table .button.ghost:hover,
.woocommerce-checkout table.shop_table .button.ghost:hover,
.woocommerce-cart table.cart .button.ghost:hover,
.woocommerce-order table.cart .button.ghost:hover,
.woocommerce-checkout table.cart .button.ghost:hover {
  background-color: #282727;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce-cart table.shop_table .button.ghost.white,
.woocommerce-order table.shop_table .button.ghost.white,
.woocommerce-checkout table.shop_table .button.ghost.white,
.woocommerce-cart table.cart .button.ghost.white,
.woocommerce-order table.cart .button.ghost.white,
.woocommerce-checkout table.cart .button.ghost.white {
  border-color: #ffffff;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce-cart table.shop_table .button.ghost.white:hover,
.woocommerce-order table.shop_table .button.ghost.white:hover,
.woocommerce-checkout table.shop_table .button.ghost.white:hover,
.woocommerce-cart table.cart .button.ghost.white:hover,
.woocommerce-order table.cart .button.ghost.white:hover,
.woocommerce-checkout table.cart .button.ghost.white:hover {
  background-color: #ffffff;
  color: #282727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.woocommerce-cart table.shop_table .button.add-to-cart,
.woocommerce-order table.shop_table .button.add-to-cart,
.woocommerce-checkout table.shop_table .button.add-to-cart,
.woocommerce-cart table.cart .button.add-to-cart,
.woocommerce-order table.cart .button.add-to-cart,
.woocommerce-checkout table.cart .button.add-to-cart {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../images/icon-winkelmand-white.svg');
}
.woocommerce-cart table.shop_table .button.actie,
.woocommerce-order table.shop_table .button.actie,
.woocommerce-checkout table.shop_table .button.actie,
.woocommerce-cart table.cart .button.actie,
.woocommerce-order table.cart .button.actie,
.woocommerce-checkout table.cart .button.actie {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce-cart table.shop_table .button.back,
.woocommerce-order table.shop_table .button.back,
.woocommerce-checkout table.shop_table .button.back,
.woocommerce-cart table.cart .button.back,
.woocommerce-order table.cart .button.back,
.woocommerce-checkout table.cart .button.back {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
.woocommerce-cart table.shop_table .button.back.message,
.woocommerce-order table.shop_table .button.back.message,
.woocommerce-checkout table.shop_table .button.back.message,
.woocommerce-cart table.cart .button.back.message,
.woocommerce-order table.cart .button.back.message,
.woocommerce-checkout table.cart .button.back.message {
  color: #444444;
  font-style: italic;
}
.woocommerce-cart table.shop_table .button.back:hover,
.woocommerce-order table.shop_table .button.back:hover,
.woocommerce-checkout table.shop_table .button.back:hover,
.woocommerce-cart table.cart .button.back:hover,
.woocommerce-order table.cart .button.back:hover,
.woocommerce-checkout table.cart .button.back:hover {
  background-position: left 0 center;
}
.woocommerce-cart table.shop_table .button.simple,
.woocommerce-order table.shop_table .button.simple,
.woocommerce-checkout table.shop_table .button.simple,
.woocommerce-cart table.cart .button.simple,
.woocommerce-order table.cart .button.simple,
.woocommerce-checkout table.cart .button.simple {
  font-weight: 400;
  background-color: transparent;
  color: #282727;
  padding: .625rem 1rem .7rem 2rem;
  background-repeat: no-repeat;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
  background-position: left center;
  border: 0;
}
.woocommerce-cart table.shop_table .button.simple.color-actie,
.woocommerce-order table.shop_table .button.simple.color-actie,
.woocommerce-checkout table.shop_table .button.simple.color-actie,
.woocommerce-cart table.cart .button.simple.color-actie,
.woocommerce-order table.cart .button.simple.color-actie,
.woocommerce-checkout table.cart .button.simple.color-actie {
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart table.shop_table .button,
  .woocommerce-order table.shop_table .button,
  .woocommerce-checkout table.shop_table .button,
  .woocommerce-cart table.cart .button,
  .woocommerce-order table.cart .button,
  .woocommerce-checkout table.cart .button {
    padding: .5rem 4rem .5rem 2rem;
    max-width: 100%;
  }
}
.woocommerce-cart table.shop_table .button.sub,
.woocommerce-order table.shop_table .button.sub,
.woocommerce-checkout table.shop_table .button.sub,
.woocommerce-cart table.cart .button.sub,
.woocommerce-order table.cart .button.sub,
.woocommerce-checkout table.cart .button.sub {
  background-color: #b8b1b1;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce-cart table.shop_table .button.sub:hover,
.woocommerce-order table.shop_table .button.sub:hover,
.woocommerce-checkout table.shop_table .button.sub:hover,
.woocommerce-cart table.cart .button.sub:hover,
.woocommerce-order table.cart .button.sub:hover,
.woocommerce-checkout table.cart .button.sub:hover,
.woocommerce-cart table.shop_table .button.sub:focus,
.woocommerce-order table.shop_table .button.sub:focus,
.woocommerce-checkout table.shop_table .button.sub:focus,
.woocommerce-cart table.cart .button.sub:focus,
.woocommerce-order table.cart .button.sub:focus,
.woocommerce-checkout table.cart .button.sub:focus {
  background-color: #a09797;
}
.woocommerce-cart table.shop_table .button.wc-backward,
.woocommerce-order table.shop_table .button.wc-backward,
.woocommerce-checkout table.shop_table .button.wc-backward,
.woocommerce-cart table.cart .button.wc-backward,
.woocommerce-order table.cart .button.wc-backward,
.woocommerce-checkout table.cart .button.wc-backward {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
.woocommerce-cart table.shop_table .button.wc-backward.message,
.woocommerce-order table.shop_table .button.wc-backward.message,
.woocommerce-checkout table.shop_table .button.wc-backward.message,
.woocommerce-cart table.cart .button.wc-backward.message,
.woocommerce-order table.cart .button.wc-backward.message,
.woocommerce-checkout table.cart .button.wc-backward.message {
  color: #444444;
  font-style: italic;
}
.woocommerce-cart table.shop_table .button.wc-backward:hover,
.woocommerce-order table.shop_table .button.wc-backward:hover,
.woocommerce-checkout table.shop_table .button.wc-backward:hover,
.woocommerce-cart table.cart .button.wc-backward:hover,
.woocommerce-order table.cart .button.wc-backward:hover,
.woocommerce-checkout table.cart .button.wc-backward:hover {
  background-position: left 0 center;
}
.woocommerce-cart table.shop_table .button:hover,
.woocommerce-order table.shop_table .button:hover,
.woocommerce-checkout table.shop_table .button:hover,
.woocommerce-cart table.cart .button:hover,
.woocommerce-order table.cart .button:hover,
.woocommerce-checkout table.cart .button:hover,
.woocommerce-cart table.shop_table .button:focus,
.woocommerce-order table.shop_table .button:focus,
.woocommerce-checkout table.shop_table .button:focus,
.woocommerce-cart table.cart .button:focus,
.woocommerce-order table.cart .button:focus,
.woocommerce-checkout table.cart .button:focus {
  background-color: #a09797;
}
.woocommerce-cart table.shop_table .button[name="update_cart"],
.woocommerce-order table.shop_table .button[name="update_cart"],
.woocommerce-checkout table.shop_table .button[name="update_cart"],
.woocommerce-cart table.cart .button[name="update_cart"],
.woocommerce-order table.cart .button[name="update_cart"],
.woocommerce-checkout table.cart .button[name="update_cart"] {
  background-color: #b8b1b1;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce-cart table.shop_table .button[name="update_cart"]:hover,
.woocommerce-order table.shop_table .button[name="update_cart"]:hover,
.woocommerce-checkout table.shop_table .button[name="update_cart"]:hover,
.woocommerce-cart table.cart .button[name="update_cart"]:hover,
.woocommerce-order table.cart .button[name="update_cart"]:hover,
.woocommerce-checkout table.cart .button[name="update_cart"]:hover,
.woocommerce-cart table.shop_table .button[name="update_cart"]:focus,
.woocommerce-order table.shop_table .button[name="update_cart"]:focus,
.woocommerce-checkout table.shop_table .button[name="update_cart"]:focus,
.woocommerce-cart table.cart .button[name="update_cart"]:focus,
.woocommerce-order table.cart .button[name="update_cart"]:focus,
.woocommerce-checkout table.cart .button[name="update_cart"]:focus {
  background-color: #a09797;
}
.woocommerce-cart table.shop_table .button[name="update_cart"]:disabled,
.woocommerce-order table.shop_table .button[name="update_cart"]:disabled,
.woocommerce-checkout table.shop_table .button[name="update_cart"]:disabled,
.woocommerce-cart table.cart .button[name="update_cart"]:disabled,
.woocommerce-order table.cart .button[name="update_cart"]:disabled,
.woocommerce-checkout table.cart .button[name="update_cart"]:disabled {
  opacity: .5;
}
@media only screen and (min-width: 992px) {
  .woocommerce-cart .cart-collaterals .cart_totals,
  .woocommerce-order .cart-collaterals .cart_totals,
  .woocommerce-checkout .cart-collaterals .cart_totals {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-collaterals .cart_totals,
  .woocommerce-order .cart-collaterals .cart_totals,
  .woocommerce-checkout .cart-collaterals .cart_totals {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .cart-collaterals .cart_totals,
  .woocommerce-order .cart-collaterals .cart_totals,
  .woocommerce-checkout .cart-collaterals .cart_totals {
    margin-bottom: 3rem;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout,
.woocommerce-order .cart-collaterals .cart_totals .wc-proceed-to-checkout,
.woocommerce-checkout .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .button,
.woocommerce-order .cart-collaterals .cart_totals .button,
.woocommerce-checkout .cart-collaterals .cart_totals .button {
  position: relative;
  font-family: 'Century Gothic';
  font-weight: 400;
  line-height: 1.25;
  font-weight: 700;
  display: inline-block;
  background-color: #ed6727;
  color: #ffffff;
  font-size: 1rem;
  padding: .625rem 3rem .7rem 1rem;
  border-radius: 200px;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}
.woocommerce-cart .cart-collaterals .cart_totals .button:hover,
.woocommerce-order .cart-collaterals .cart_totals .button:hover,
.woocommerce-checkout .cart-collaterals .cart_totals .button:hover,
.woocommerce-cart .cart-collaterals .cart_totals .button.hoverbutton,
.woocommerce-order .cart-collaterals .cart_totals .button.hoverbutton,
.woocommerce-checkout .cart-collaterals .cart_totals .button.hoverbutton {
  background-color: #d95212;
  text-decoration: none;
  color: #ffffff;
  background-position: right .75rem center;
  cursor: pointer;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce-cart .cart-collaterals .cart_totals .button:hover.simple,
.woocommerce-order .cart-collaterals .cart_totals .button:hover.simple,
.woocommerce-checkout .cart-collaterals .cart_totals .button:hover.simple,
.woocommerce-cart .cart-collaterals .cart_totals .button.hoverbutton.simple,
.woocommerce-order .cart-collaterals .cart_totals .button.hoverbutton.simple,
.woocommerce-checkout .cart-collaterals .cart_totals .button.hoverbutton.simple {
  background-color: transparent !important;
  color: #ed6727;
  background-position: left .3rem center;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce-cart .cart-collaterals .cart_totals .button:focus,
.woocommerce-order .cart-collaterals .cart_totals .button:focus,
.woocommerce-checkout .cart-collaterals .cart_totals .button:focus,
.woocommerce-cart .cart-collaterals .cart_totals .button:active,
.woocommerce-order .cart-collaterals .cart_totals .button:active,
.woocommerce-checkout .cart-collaterals .cart_totals .button:active {
  outline: none;
  color: #ffffff;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.white,
.woocommerce-order .cart-collaterals .cart_totals .button.white,
.woocommerce-checkout .cart-collaterals .cart_totals .button.white {
  background-color: #ffffff;
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce-cart .cart-collaterals .cart_totals .button.white:hover,
.woocommerce-order .cart-collaterals .cart_totals .button.white:hover,
.woocommerce-checkout .cart-collaterals .cart_totals .button.white:hover {
  background-color: #d95212;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce-cart .cart-collaterals .cart_totals .button.ghost,
.woocommerce-order .cart-collaterals .cart_totals .button.ghost,
.woocommerce-checkout .cart-collaterals .cart_totals .button.ghost {
  border: 1px solid #282727;
  color: #282727;
  background-color: transparent;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce-cart .cart-collaterals .cart_totals .button.ghost:hover,
.woocommerce-order .cart-collaterals .cart_totals .button.ghost:hover,
.woocommerce-checkout .cart-collaterals .cart_totals .button.ghost:hover {
  background-color: #282727;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce-cart .cart-collaterals .cart_totals .button.ghost.white,
.woocommerce-order .cart-collaterals .cart_totals .button.ghost.white,
.woocommerce-checkout .cart-collaterals .cart_totals .button.ghost.white {
  border-color: #ffffff;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce-cart .cart-collaterals .cart_totals .button.ghost.white:hover,
.woocommerce-order .cart-collaterals .cart_totals .button.ghost.white:hover,
.woocommerce-checkout .cart-collaterals .cart_totals .button.ghost.white:hover {
  background-color: #ffffff;
  color: #282727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.woocommerce-cart .cart-collaterals .cart_totals .button.add-to-cart,
.woocommerce-order .cart-collaterals .cart_totals .button.add-to-cart,
.woocommerce-checkout .cart-collaterals .cart_totals .button.add-to-cart {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../images/icon-winkelmand-white.svg');
}
.woocommerce-cart .cart-collaterals .cart_totals .button.actie,
.woocommerce-order .cart-collaterals .cart_totals .button.actie,
.woocommerce-checkout .cart-collaterals .cart_totals .button.actie {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce-cart .cart-collaterals .cart_totals .button.back,
.woocommerce-order .cart-collaterals .cart_totals .button.back,
.woocommerce-checkout .cart-collaterals .cart_totals .button.back {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.back.message,
.woocommerce-order .cart-collaterals .cart_totals .button.back.message,
.woocommerce-checkout .cart-collaterals .cart_totals .button.back.message {
  color: #444444;
  font-style: italic;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.back:hover,
.woocommerce-order .cart-collaterals .cart_totals .button.back:hover,
.woocommerce-checkout .cart-collaterals .cart_totals .button.back:hover {
  background-position: left 0 center;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.simple,
.woocommerce-order .cart-collaterals .cart_totals .button.simple,
.woocommerce-checkout .cart-collaterals .cart_totals .button.simple {
  font-weight: 400;
  background-color: transparent;
  color: #282727;
  padding: .625rem 1rem .7rem 2rem;
  background-repeat: no-repeat;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
  background-position: left center;
  border: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.simple.color-actie,
.woocommerce-order .cart-collaterals .cart_totals .button.simple.color-actie,
.woocommerce-checkout .cart-collaterals .cart_totals .button.simple.color-actie {
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .cart-collaterals .cart_totals .button,
  .woocommerce-order .cart-collaterals .cart_totals .button,
  .woocommerce-checkout .cart-collaterals .cart_totals .button {
    padding: .5rem 4rem .5rem 2rem;
    max-width: 100%;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals .button.sub,
.woocommerce-order .cart-collaterals .cart_totals .button.sub,
.woocommerce-checkout .cart-collaterals .cart_totals .button.sub {
  background-color: #b8b1b1;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.sub:hover,
.woocommerce-order .cart-collaterals .cart_totals .button.sub:hover,
.woocommerce-checkout .cart-collaterals .cart_totals .button.sub:hover,
.woocommerce-cart .cart-collaterals .cart_totals .button.sub:focus,
.woocommerce-order .cart-collaterals .cart_totals .button.sub:focus,
.woocommerce-checkout .cart-collaterals .cart_totals .button.sub:focus {
  background-color: #a09797;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.wc-backward,
.woocommerce-order .cart-collaterals .cart_totals .button.wc-backward,
.woocommerce-checkout .cart-collaterals .cart_totals .button.wc-backward {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.wc-backward.message,
.woocommerce-order .cart-collaterals .cart_totals .button.wc-backward.message,
.woocommerce-checkout .cart-collaterals .cart_totals .button.wc-backward.message {
  color: #444444;
  font-style: italic;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.wc-backward:hover,
.woocommerce-order .cart-collaterals .cart_totals .button.wc-backward:hover,
.woocommerce-checkout .cart-collaterals .cart_totals .button.wc-backward:hover {
  background-position: left 0 center;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart table.shop_table th,
  .woocommerce-order table.shop_table th,
  .woocommerce-checkout table.shop_table th,
  .woocommerce-cart table.shop_table td,
  .woocommerce-order table.shop_table td,
  .woocommerce-checkout table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .woocommerce-cart table.shop_table tr.cart_item,
  .woocommerce-order table.shop_table tr.cart_item,
  .woocommerce-checkout table.shop_table tr.cart_item {
    border-bottom: 1px solid #f5f4f4;
  }
  .woocommerce-cart table.shop_table .button[name="update_cart"],
  .woocommerce-order table.shop_table .button[name="update_cart"],
  .woocommerce-checkout table.shop_table .button[name="update_cart"] {
    display: inline-block !important;
    width: auto !important;
  }
  .woocommerce-cart table.shop_table .quantity-container,
  .woocommerce-order table.shop_table .quantity-container,
  .woocommerce-checkout table.shop_table .quantity-container {
    margin-left: auto;
  }
  .woocommerce-cart table.shop_table .quantity-container .input-text,
  .woocommerce-order table.shop_table .quantity-container .input-text,
  .woocommerce-checkout table.shop_table .quantity-container .input-text {
    height: 1.5rem;
  }
}
.woocommerce-cart table.shop_table {
  font-size: 1rem;
}
.woocommerce-checkout:not(.woocommerce-order-received) header {
  position: relative;
}
.woocommerce-checkout:not(.woocommerce-order-received) header.scrolled {
  box-shadow: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) header .header-inner-top,
.woocommerce-checkout:not(.woocommerce-order-received) header .menu-bar {
  display: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) .website-content {
  margin-top: 0;
}
.woocommerce-checkout h3 {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #ed6727;
  letter-spacing: -.2px;
}
.woocommerce-checkout .col2-set {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout .col2-set::before,
.woocommerce-checkout .col2-set::after {
  display: none;
}
.woocommerce-checkout .col2-set .col-1 {
  width: 60%;
  max-width: none;
  padding: 0;
}
.woocommerce-checkout .col2-set .col-1 input:not([type="checkbox"]),
.woocommerce-checkout .col2-set .col-1 textarea,
.woocommerce-checkout .col2-set .col-1 select,
.woocommerce-checkout .col2-set .col-1 label.upload {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #282727;
  background-color: #ffffff;
  border: none;
  font-weight: 500;
  position: relative;
  display: block;
  height: calc(31px + 16px);
  font-size: 16px;
  line-height: calc(calc(16px + 2px));
  letter-spacing: -0.2pxpx;
  padding: 1rem 1rem .5rem 1rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f5f4f4;
}
.woocommerce-checkout .col2-set .col-1 input:not([type="checkbox"])::placeholder,
.woocommerce-checkout .col2-set .col-1 textarea::placeholder,
.woocommerce-checkout .col2-set .col-1 select::placeholder,
.woocommerce-checkout .col2-set .col-1 label.upload::placeholder {
  opacity: 0;
}
.woocommerce-checkout .col2-set .col-1 input:not([type="checkbox"]):active,
.woocommerce-checkout .col2-set .col-1 textarea:active,
.woocommerce-checkout .col2-set .col-1 select:active,
.woocommerce-checkout .col2-set .col-1 label.upload:active,
.woocommerce-checkout .col2-set .col-1 input:not([type="checkbox"]):focus,
.woocommerce-checkout .col2-set .col-1 textarea:focus,
.woocommerce-checkout .col2-set .col-1 select:focus,
.woocommerce-checkout .col2-set .col-1 label.upload:focus {
  outline: none;
}
.woocommerce-checkout .col2-set .col-1 input:not([type="checkbox"]).hide,
.woocommerce-checkout .col2-set .col-1 textarea.hide,
.woocommerce-checkout .col2-set .col-1 select.hide,
.woocommerce-checkout .col2-set .col-1 label.upload.hide {
  display: none;
}
.woocommerce-checkout .col2-set .col-1 input:not([type="checkbox"])::-ms-clear,
.woocommerce-checkout .col2-set .col-1 textarea::-ms-clear,
.woocommerce-checkout .col2-set .col-1 select::-ms-clear,
.woocommerce-checkout .col2-set .col-1 label.upload::-ms-clear {
  display: none;
}
.woocommerce-checkout .col2-set .col-1 input:not([type="checkbox"]).wpcf7-not-valid,
.woocommerce-checkout .col2-set .col-1 textarea.wpcf7-not-valid,
.woocommerce-checkout .col2-set .col-1 select.wpcf7-not-valid,
.woocommerce-checkout .col2-set .col-1 label.upload.wpcf7-not-valid {
  background-color: #FFE2E2;
}
.woocommerce-checkout .col2-set .col-1 input:not([type="checkbox"]):disabled ~ .button,
.woocommerce-checkout .col2-set .col-1 textarea:disabled ~ .button,
.woocommerce-checkout .col2-set .col-1 select:disabled ~ .button,
.woocommerce-checkout .col2-set .col-1 label.upload:disabled ~ .button {
  opacity: 0.1;
  pointer-events: none;
}
.woocommerce-checkout .col2-set .col-1 textarea {
  resize: vertical;
  height: 9.5rem;
  min-height: 9.5rem;
  max-height: 400px;
  line-height: normal;
  padding-top: 1rem;
}
.woocommerce-checkout .col2-set .col-1 select {
  padding-top: 1.5rem;
  padding-right: 2.5rem;
  cursor: pointer;
}
.woocommerce-checkout .col2-set .col-1 select .hide-option {
  display: none;
}
.woocommerce-checkout .col2-set .col-1 select::-ms-expand {
  display: none;
}
.woocommerce-checkout .col2-set .col-1.select::before {
  position: absolute;
  z-index: 1;
  content: '';
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: solid 6px #A6A6A6;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  top: 1.5rem;
  right: 1.5rem;
}
.woocommerce-checkout .col2-set .col-2 {
  width: 40%;
  max-width: none;
  padding: 0 0 0 2rem;
}
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  margin-bottom: 2rem;
}
.woocommerce-checkout .woocommerce-billing-fields #ship-to-different-address,
.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address,
.woocommerce-checkout .woocommerce-additional-fields #ship-to-different-address {
  color: #282727;
  line-height: 1.5;
  letter-spacing: -0.2px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.woocommerce-checkout .woocommerce-billing-fields #ship-to-different-address span,
.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address span,
.woocommerce-checkout .woocommerce-additional-fields #ship-to-different-address span {
  margin-left: .5rem;
}
.woocommerce-checkout table.shop_table {
  margin: 0;
  background: #f5f4f4;
  border-radius: 0;
}
.woocommerce-checkout #payment {
  background: #f5f4f4;
  border-radius: 0;
}
.woocommerce-checkout #payment div.payment_box {
  background: #f5f4f4;
}
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #f5f4f4;
}
.woocommerce-checkout #payment select {
  padding: .5rem 1.5rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .button,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt {
  position: relative;
  font-family: 'Century Gothic';
  font-weight: 400;
  line-height: 1.25;
  font-weight: 700;
  display: inline-block;
  background-color: #ed6727;
  color: #ffffff;
  font-size: 1rem;
  padding: .625rem 3rem .7rem 1rem;
  border-radius: 200px;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .button:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.hoverbutton,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.hoverbutton {
  background-color: #d95212;
  text-decoration: none;
  color: #ffffff;
  background-position: right .75rem center;
  cursor: pointer;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce-checkout .woocommerce-checkout-payment .button:hover.simple,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt:hover.simple,
.woocommerce-checkout .woocommerce-checkout-payment .button.hoverbutton.simple,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.hoverbutton.simple {
  background-color: transparent !important;
  color: #ed6727;
  background-position: left .3rem center;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce-checkout .woocommerce-checkout-payment .button:focus,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt:focus,
.woocommerce-checkout .woocommerce-checkout-payment .button:active,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt:active {
  outline: none;
  color: #ffffff;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.white,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.white {
  background-color: #ffffff;
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce-checkout .woocommerce-checkout-payment .button.white:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.white:hover {
  background-color: #d95212;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce-checkout .woocommerce-checkout-payment .button.ghost,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.ghost {
  border: 1px solid #282727;
  color: #282727;
  background-color: transparent;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce-checkout .woocommerce-checkout-payment .button.ghost:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.ghost:hover {
  background-color: #282727;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce-checkout .woocommerce-checkout-payment .button.ghost.white,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.ghost.white {
  border-color: #ffffff;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce-checkout .woocommerce-checkout-payment .button.ghost.white:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.ghost.white:hover {
  background-color: #ffffff;
  color: #282727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.woocommerce-checkout .woocommerce-checkout-payment .button.add-to-cart,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.add-to-cart {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../images/icon-winkelmand-white.svg');
}
.woocommerce-checkout .woocommerce-checkout-payment .button.actie,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.actie {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.woocommerce-checkout .woocommerce-checkout-payment .button.back,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.back {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.back.message,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.back.message {
  color: #444444;
  font-style: italic;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.back:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.back:hover {
  background-position: left 0 center;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.simple,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.simple {
  font-weight: 400;
  background-color: transparent;
  color: #282727;
  padding: .625rem 1rem .7rem 2rem;
  background-repeat: no-repeat;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
  background-position: left center;
  border: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.simple.color-actie,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.simple.color-actie {
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce-checkout-payment .button,
  .woocommerce-checkout .woocommerce-checkout-payment .button.alt {
    padding: .5rem 4rem .5rem 2rem;
    max-width: 100%;
  }
}
.woocommerce-checkout .woocommerce-checkout-payment .button.sub,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.sub {
  background-color: #b8b1b1;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.sub:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.sub:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.sub:focus,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.sub:focus {
  background-color: #a09797;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.wc-backward,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.wc-backward {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.wc-backward.message,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.wc-backward.message {
  color: #444444;
  font-style: italic;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.wc-backward:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.wc-backward:hover {
  background-position: left 0 center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .woocommerce-checkout .col2-set .col-1 {
    width: 50%;
  }
  .woocommerce-checkout .col2-set .col-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-checkout .col2-set .col-1 {
    width: 100%;
  }
  .woocommerce-checkout .col2-set .col-2 {
    width: 100%;
    padding: 0;
  }
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-shipping-fields,
  .woocommerce-checkout .woocommerce-additional-fields {
    width: 100%;
  }
  .woocommerce-checkout table.shop_table {
    margin-bottom: 2rem;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #f5f4f4;
  padding: 2rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  color: #282727;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:hover a,
.woocommerce-account .woocommerce-MyAccount-navigation li:focus a {
  padding-left: .5rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
  border-top: 1px solid #f5f4f4;
  padding-top: 1rem;
  margin-top: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
  opacity: .5;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:focus {
  opacity: 1;
}
.woocommerce-account .woocommerce-MyAccount-content input:not([type="checkbox"]),
.woocommerce-account .woocommerce-MyAccount-content textarea,
.woocommerce-account .woocommerce-MyAccount-content select,
.woocommerce-account .woocommerce-MyAccount-content label.upload {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #282727;
  background-color: #ffffff;
  border: none;
  font-weight: 500;
  position: relative;
  display: block;
  height: calc(31px + 16px);
  font-size: 16px;
  line-height: calc(calc(16px + 2px));
  letter-spacing: -0.2pxpx;
  padding: 1rem 1rem .5rem 1rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f5f4f4;
}
.woocommerce-account .woocommerce-MyAccount-content input:not([type="checkbox"])::placeholder,
.woocommerce-account .woocommerce-MyAccount-content textarea::placeholder,
.woocommerce-account .woocommerce-MyAccount-content select::placeholder,
.woocommerce-account .woocommerce-MyAccount-content label.upload::placeholder {
  opacity: 0;
}
.woocommerce-account .woocommerce-MyAccount-content input:not([type="checkbox"]):active,
.woocommerce-account .woocommerce-MyAccount-content textarea:active,
.woocommerce-account .woocommerce-MyAccount-content select:active,
.woocommerce-account .woocommerce-MyAccount-content label.upload:active,
.woocommerce-account .woocommerce-MyAccount-content input:not([type="checkbox"]):focus,
.woocommerce-account .woocommerce-MyAccount-content textarea:focus,
.woocommerce-account .woocommerce-MyAccount-content select:focus,
.woocommerce-account .woocommerce-MyAccount-content label.upload:focus {
  outline: none;
}
.woocommerce-account .woocommerce-MyAccount-content input:not([type="checkbox"]).hide,
.woocommerce-account .woocommerce-MyAccount-content textarea.hide,
.woocommerce-account .woocommerce-MyAccount-content select.hide,
.woocommerce-account .woocommerce-MyAccount-content label.upload.hide {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content input:not([type="checkbox"])::-ms-clear,
.woocommerce-account .woocommerce-MyAccount-content textarea::-ms-clear,
.woocommerce-account .woocommerce-MyAccount-content select::-ms-clear,
.woocommerce-account .woocommerce-MyAccount-content label.upload::-ms-clear {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content input:not([type="checkbox"]).wpcf7-not-valid,
.woocommerce-account .woocommerce-MyAccount-content textarea.wpcf7-not-valid,
.woocommerce-account .woocommerce-MyAccount-content select.wpcf7-not-valid,
.woocommerce-account .woocommerce-MyAccount-content label.upload.wpcf7-not-valid {
  background-color: #FFE2E2;
}
.woocommerce-account .woocommerce-MyAccount-content input:not([type="checkbox"]):disabled ~ .button,
.woocommerce-account .woocommerce-MyAccount-content textarea:disabled ~ .button,
.woocommerce-account .woocommerce-MyAccount-content select:disabled ~ .button,
.woocommerce-account .woocommerce-MyAccount-content label.upload:disabled ~ .button {
  opacity: 0.1;
  pointer-events: none;
}
.woocommerce-account .woocommerce-MyAccount-content textarea {
  resize: vertical;
  height: 9.5rem;
  min-height: 9.5rem;
  max-height: 400px;
  line-height: normal;
  padding-top: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content select {
  padding-top: 1.5rem;
  padding-right: 2.5rem;
  cursor: pointer;
}
.woocommerce-account .woocommerce-MyAccount-content select .hide-option {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content select::-ms-expand {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content.select::before {
  position: absolute;
  z-index: 1;
  content: '';
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: solid 6px #A6A6A6;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  top: 1.5rem;
  right: 1.5rem;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  border-top: 1px solid #f5f4f4;
  background: #f5f4f4;
  padding: 0 1rem 1rem 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #ed6727;
  letter-spacing: -.2px;
  float: left;
  margin-top: 1rem;
  margin-bottom: .5rem;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content fieldset legend {
    font-size: 1.5rem;
  }
}
.filter-items {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 2rem 1.5rem;
  background-color: #f5f4f4;
}
.filter-items:has(.select2-selection__choice) {
  padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .filter-items:has(.select2-selection__choice) .select2-selection--multiple:has(.select2-selection__choice) {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .filter-items {
    padding: 1.25rem 1rem 1rem;
    margin: 0 -1rem !important;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.filter-items,
.woocommerce-ordering {
  font-family: 'Century Gothic';
  font-weight: 400;
  margin: 0;
}
.filter-items .sidebar-item,
.woocommerce-ordering .sidebar-item {
  margin: .5rem 1.25rem .5rem 0;
  min-width: 12rem;
}
.filter-items .sidebar-item:last-child,
.woocommerce-ordering .sidebar-item:last-child {
  margin-right: 0;
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit {
  position: relative;
  font-family: 'Century Gothic';
  font-weight: 400;
  line-height: 1.25;
  font-weight: 700;
  display: inline-block;
  background-color: #ed6727;
  color: #ffffff;
  font-size: 1rem;
  padding: .625rem 3rem .7rem 1rem;
  border-radius: 200px;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  display: none;
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit:hover,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit:hover,
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.hoverbutton,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.hoverbutton {
  background-color: #d95212;
  text-decoration: none;
  color: #ffffff;
  background-position: right .75rem center;
  cursor: pointer;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit:hover.simple,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit:hover.simple,
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.hoverbutton.simple,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.hoverbutton.simple {
  background-color: transparent !important;
  color: #ed6727;
  background-position: left .3rem center;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit:focus,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit:focus,
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit:active,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit:active {
  outline: none;
  color: #ffffff;
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.white,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.white {
  background-color: #ffffff;
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.white:hover,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.white:hover {
  background-color: #d95212;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.ghost,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.ghost {
  border: 1px solid #282727;
  color: #282727;
  background-color: transparent;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.ghost:hover,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.ghost:hover {
  background-color: #282727;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.ghost.white,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.ghost.white {
  border-color: #ffffff;
  color: #ffffff;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.ghost.white:hover,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.ghost.white:hover {
  background-color: #ffffff;
  color: #282727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.add-to-cart,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.add-to-cart {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../images/icon-winkelmand-white.svg');
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.actie,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.actie {
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.back,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.back {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.back.message,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.back.message {
  color: #444444;
  font-style: italic;
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.back:hover,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.back:hover {
  background-position: left 0 center;
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.simple,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.simple {
  font-weight: 400;
  background-color: transparent;
  color: #282727;
  padding: .625rem 1rem .7rem 2rem;
  background-repeat: no-repeat;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right.svg');
  background-position: left center;
  border: 0;
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.simple.color-actie,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.simple.color-actie {
  color: #ed6727;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
@media only screen and (max-width: 767px) {
  .filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit,
  .woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit {
    padding: .5rem 4rem .5rem 2rem;
    max-width: 100%;
  }
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.sub,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.sub {
  background-color: #b8b1b1;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.sub:hover,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.sub:hover,
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.sub:focus,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.sub:focus {
  background-color: #a09797;
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.wc-backward,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.wc-backward {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.57142857;
  letter-spacing: -.2px;
  background-color: transparent;
  color: #9b9b9b;
  font-weight: 400;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-arrow-left-color-3.svg');
  background-position: left .25rem center;
  padding: .5rem 0 .5rem 1.75rem;
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.wc-backward.message,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.wc-backward.message {
  color: #444444;
  font-style: italic;
}
.filter-items .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.wc-backward:hover,
.woocommerce-ordering .sidebar-item .woocommerce-widget-layered-nav-dropdown__submit.wc-backward:hover {
  background-position: left 0 center;
}
.filter-items .sidebar-item.button-active .woocommerce-widget-layered-nav-dropdown__submit,
.woocommerce-ordering .sidebar-item.button-active .woocommerce-widget-layered-nav-dropdown__submit {
  display: block;
}
.filter-items .sidebar-item h3.filterOption,
.woocommerce-ordering .sidebar-item h3.filterOption {
  font-size: 1rem;
  opacity: .8;
  padding-left: .5rem;
  margin-bottom: -1.85rem;
  pointer-events: none;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .filter-items .sidebar-item h3.filterOption,
  .woocommerce-ordering .sidebar-item h3.filterOption {
    margin-bottom: -2rem;
  }
}
.filter-items .selection,
.woocommerce-ordering .selection {
  position: relative;
}
.filter-items .select2-search__field,
.woocommerce-ordering .select2-search__field {
  position: relative;
  top: -40px;
  opacity: 0;
}
.filter-items .select2-container--default,
.woocommerce-ordering .select2-container--default {
  color: #9b9b9b;
}
.filter-items .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.woocommerce-ordering .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent #9b9b9b #9b9b9b transparent;
  border-width: thin;
}
.filter-items .select2-container--default .select2-selection--multiple,
.woocommerce-ordering .select2-container--default .select2-selection--multiple {
  position: relative;
}
.filter-items .select2-container--default .select2-selection--multiple::before,
.woocommerce-ordering .select2-container--default .select2-selection--multiple::before {
  position: absolute;
  content: "";
  background: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-chevron-down.svg');
  background-size: .75rem;
  background-position: right 1px center;
  background-repeat: no-repeat;
  width: 1rem;
  height: 100%;
  right: 1rem;
  top: -.1em;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}
.filter-items .select2-container--default .select2-selection--single,
.woocommerce-ordering .select2-container--default .select2-selection--single,
.filter-items .select2-container--default .select2-selection--multiple,
.woocommerce-ordering .select2-container--default .select2-selection--multiple {
  border: 1px solid #9b9b9b;
  height: 39px;
  max-width: 350px;
  min-width: 250px;
}
.filter-items .select2-container--default .select2-selection--single:hover,
.woocommerce-ordering .select2-container--default .select2-selection--single:hover,
.filter-items .select2-container--default .select2-selection--multiple:hover,
.woocommerce-ordering .select2-container--default .select2-selection--multiple:hover {
  border-color: #ed6727;
}
.filter-items .select2-container--default .select2-selection--single:hover .select2-selection__clear,
.woocommerce-ordering .select2-container--default .select2-selection--single:hover .select2-selection__clear,
.filter-items .select2-container--default .select2-selection--multiple:hover .select2-selection__clear,
.woocommerce-ordering .select2-container--default .select2-selection--multiple:hover .select2-selection__clear {
  color: #ed6727;
}
.filter-items .select2-container--default .select2-selection--single:hover .select2-selection__arrow,
.woocommerce-ordering .select2-container--default .select2-selection--single:hover .select2-selection__arrow,
.filter-items .select2-container--default .select2-selection--multiple:hover .select2-selection__arrow,
.woocommerce-ordering .select2-container--default .select2-selection--multiple:hover .select2-selection__arrow {
  color: #ed6727;
}
.filter-items .select2-container--default .select2-selection--single:hover .select2-selection__placeholder,
.woocommerce-ordering .select2-container--default .select2-selection--single:hover .select2-selection__placeholder,
.filter-items .select2-container--default .select2-selection--multiple:hover .select2-selection__placeholder,
.woocommerce-ordering .select2-container--default .select2-selection--multiple:hover .select2-selection__placeholder {
  color: #ed6727;
}
.filter-items .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered,
.filter-items .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.woocommerce-ordering .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  z-index: 222;
  color: #9b9b9b;
  line-height: 37px;
  top: 50px;
  position: relative;
  overflow: visible;
  padding: 0;
  height: 0;
}
.filter-items .select2-container--default .select2-selection--single .select2-selection__rendered:has(.select2-selection__choice),
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered:has(.select2-selection__choice),
.filter-items .select2-container--default .select2-selection--multiple .select2-selection__rendered:has(.select2-selection__choice),
.woocommerce-ordering .select2-container--default .select2-selection--multiple .select2-selection__rendered:has(.select2-selection__choice) {
  height: fit-content;
}
.filter-items .select2-container--default .select2-selection--single .select2-selection__rendered li,
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered li,
.filter-items .select2-container--default .select2-selection--multiple .select2-selection__rendered li,
.woocommerce-ordering .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  border: 0;
  padding: 3px 10px;
}
.filter-items .select2-container--default .select2-selection--single .select2-selection__rendered:hover,
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered:hover,
.filter-items .select2-container--default .select2-selection--multiple .select2-selection__rendered:hover,
.woocommerce-ordering .select2-container--default .select2-selection--multiple .select2-selection__rendered:hover {
  color: #ed6727;
}
.filter-items .select2-container--default .select2-selection--single .select2-selection__clear,
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__clear,
.filter-items .select2-container--default .select2-selection--multiple .select2-selection__clear,
.woocommerce-ordering .select2-container--default .select2-selection--multiple .select2-selection__clear {
  color: #9b9b9b;
  line-height: 37px;
}
.filter-items .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow,
.filter-items .select2-container--default .select2-selection--multiple .select2-selection__arrow,
.woocommerce-ordering .select2-container--default .select2-selection--multiple .select2-selection__arrow {
  height: 39px;
  color: #9b9b9b;
}
.filter-items .select2-container--default .select2-selection--single .select2-selection__arrow b,
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow b,
.filter-items .select2-container--default .select2-selection--multiple .select2-selection__arrow b,
.woocommerce-ordering .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  position: absolute;
  border-width: 0;
  border-color: #9b9b9b;
  border-bottom: 1px solid;
  padding: 2px;
  border-right: 1px solid;
  transform: rotate(45deg);
  left: 6px;
  top: 18px;
  transition: .2s;
}
.filter-items h3,
.woocommerce-ordering h3 {
  color: #282727;
  width: 100%;
}
.filter-items .item-title,
.woocommerce-ordering .item-title {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.filter-items .item-title *,
.woocommerce-ordering .item-title * {
  margin: 0;
}
.filter-items .item-title .close,
.woocommerce-ordering .item-title .close {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.filter-items .item-title .close svg,
.woocommerce-ordering .item-title .close svg {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  fill: #282727;
  content: '';
  top: .5rem;
  right: 0;
  width: 1rem;
  height: 1rem;
}
.filter-items.filter ul,
.woocommerce-ordering.filter ul {
  margin: 0;
  padding: 0;
}
.filter-items.filter ul li,
.woocommerce-ordering.filter ul li {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.filter-items.filter ul li::before,
.woocommerce-ordering.filter ul li::before,
.filter-items.filter ul li::after,
.woocommerce-ordering.filter ul li::after {
  display: none;
}
.filter-items.filter ul li a,
.woocommerce-ordering.filter ul li a {
  display: inline-flex;
  align-items: center;
  color: #282727;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.filter-items.filter ul li a::before,
.woocommerce-ordering.filter ul li a::before {
  content: "";
  display: inline-block;
  border: 1px solid #E6E6E6;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../images/icon-check.svg');
  background-size: 10px;
  background-position: -1.5rem center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.filter-items.filter ul li a:hover,
.woocommerce-ordering.filter ul li a:hover {
  color: #ed6727;
}
.filter-items.filter ul li.chosen a,
.woocommerce-ordering.filter ul li.chosen a {
  font-weight: 700;
}
.filter-items.filter ul li.chosen a::before,
.woocommerce-ordering.filter ul li.chosen a::before {
  opacity: 1;
  background-position: center center;
}
.filter-items.filter ul li span.count,
.woocommerce-ordering.filter ul li span.count {
  color: #ed6727;
  margin-left: .5rem;
}
.filter-items.open-item h3,
.woocommerce-ordering.open-item h3 {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  padding-right: 1.5rem;
}
.filter-items.open-item h3::after,
.woocommerce-ordering.open-item h3::after {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  content: '';
  top: .5rem;
  right: 0;
  width: 1rem;
  height: .5rem;
  background: center center no-repeat;
  background-size: contain;
  background-image: url('https://www.jetstone.be/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-chevron-down.svg');
}
.filter-items.open-item.open h3::after,
.woocommerce-ordering.open-item.open h3::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter-items.open-item.open > ul,
.woocommerce-ordering.open-item.open > ul,
.filter-items.open-item.open > .item-content,
.woocommerce-ordering.open-item.open > .item-content {
  display: block;
}
.filter-items.open-item > ul,
.woocommerce-ordering.open-item > ul,
.filter-items.open-item > .item-content,
.woocommerce-ordering.open-item > .item-content {
  margin-top: 1rem;
}
.filter-items.show .item-title *,
.woocommerce-ordering.show .item-title * {
  color: #282727;
}
.filter-items.show .item-title .close,
.woocommerce-ordering.show .item-title .close {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background: #f5f4f4;
}
.filter-items.show .item-title .close svg,
.woocommerce-ordering.show .item-title .close svg {
  opacity: 1;
}
.filter-items.show .item-content > ul,
.woocommerce-ordering.show .item-content > ul,
.filter-items.show .item-content > div,
.woocommerce-ordering.show .item-content > div {
  opacity: 1;
}
.select2-container--open .select2-dropdown {
  margin-top: 4px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #ed6727 !important;
}
