@charset "UTF-8";
/* Smartphones (portrait) ----------- */
/* Smartphones (landscape) ----------- */
/* Smartphones (landscape) ----------- */
/* iPads (portrait) ----------- */
/* iPads (portrait) ----------- */
/* Desktops and laptops ----------- */
/* Large screens ----------- */
#specswrapper:after, #specswrapper form.graveren:after, #specswrapper .product-detail--visual:after, #infowrapper .accordion:after, .content-checkvoorraad .col-form:after, .content-checkvoorraad .col-details .voorraad-result:after {
  content: "";
  display: table;
  clear: both; }

.invisible {
  visibility: hidden !important; }

.hidden, .hidden-accessible {
  display: none !important; }

/*@each $bp in map-keys($grid-breakpoints) {
  @include hidden($bp);
}*/
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms; }

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

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/content/img/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/content/img/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(/content/img/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/*!
 * FilePond 4.23.1
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
.filepond--assistant {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap; }

/* Hard to override styles */
.filepond--browser.filepond--browser {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 1em;
  top: 1.75em;
  width: calc(100% - 2em);
  opacity: 0;
  font-size: 0; }

.filepond--data {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  visibility: hidden;
  pointer-events: none;
  contain: strict; }

.filepond--drip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.1;
  pointer-events: none;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0.01); }

.filepond--drip-blob {
  position: absolute;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  top: 0;
  left: 0;
  width: 8em;
  height: 8em;
  margin-left: -4em;
  margin-top: -4em;
  background: #292625;
  border-radius: 50%;
  will-change: transform, opacity; }

.filepond--drop-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  color: #4f4f4f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: transform, opacity; }

/* Hard to override styles on purpose */
.filepond--drop-label.filepond--drop-label label {
  display: block;
  margin: 0;
  padding: 0.5em; }

.filepond--drop-label label {
  cursor: default;
  font-size: 0.875em;
  font-weight: normal;
  text-align: center;
  line-height: 1.5; }

.filepond--label-action {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-color: #a7a4a4;
  text-decoration-color: #a7a4a4;
  cursor: pointer; }

.filepond--root[data-disabled] .filepond--drop-label label {
  opacity: 0.5; }

/* Hard to override styles */
.filepond--file-action-button.filepond--file-action-button {
  font-size: 1em;
  width: 1.625em;
  height: 1.625em;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  will-change: transform, opacity; }

.filepond--file-action-button.filepond--file-action-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap; }

.filepond--file-action-button.filepond--file-action-button svg {
  width: 100%;
  height: 100%; }

.filepond--file-action-button.filepond--file-action-button::after {
  position: absolute;
  left: -0.75em;
  right: -0.75em;
  top: -0.75em;
  bottom: -0.75em;
  content: ''; }

/* Soft styles */
.filepond--file-action-button {
  cursor: auto;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.25s ease-in; }

.filepond--file-action-button:hover,
.filepond--file-action-button:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9); }

.filepond--file-action-button[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.25); }

.filepond--file-action-button[hidden] {
  display: none; }

.filepond--file-info {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin: 0 0.5em 0 0;
  min-width: 0;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.filepond--file-info * {
  margin: 0; }

.filepond--file-info .filepond--file-info-main {
  font-size: 0.75em;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%; }

.filepond--file-info .filepond--file-info-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  white-space: nowrap; }

.filepond--file-info .filepond--file-info-sub:empty {
  display: none; }

.filepond--file-status {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  min-width: 2.25em;
  text-align: right;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.filepond--file-status * {
  margin: 0;
  white-space: nowrap; }

.filepond--file-status .filepond--file-status-main {
  font-size: 0.75em;
  line-height: 1.2; }

.filepond--file-status .filepond--file-status-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out; }

/* Hard to override styles */
.filepond--file-wrapper.filepond--file-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%; }

.filepond--file-wrapper.filepond--file-wrapper > legend {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap; }

.filepond--file {
  position: static;
  display: flex;
  height: 100%;
  align-items: flex-start;
  padding: 0.5625em 0.5625em;
  color: #fff;
  border-radius: 0.5em; }

.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em; }

.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3; }

.filepond--file .filepond--processing-complete-indicator,
.filepond--file .filepond--progress-indicator,
.filepond--file .filepond--file-action-button {
  position: absolute; }

.filepond--file [data-align*='left'] {
  left: 0.5625em; }

.filepond--file [data-align*='right'] {
  right: 0.5625em; }

.filepond--file [data-align*='center'] {
  left: calc(50% - 0.8125em); }

.filepond--file [data-align*='bottom'] {
  bottom: 1.125em; }

.filepond--file [data-align='center'] {
  top: calc(50% - 0.8125em); }

.filepond--file .filepond--progress-indicator {
  margin-top: 0.1875em; }

.filepond--file .filepond--progress-indicator[data-align*='right'] {
  margin-right: 0.1875em; }

.filepond--file .filepond--progress-indicator[data-align*='left'] {
  margin-left: 0.1875em; }

[data-filepond-item-state='cancelled'] .filepond--file-info,
[data-filepond-item-state*='invalid'] .filepond--file-info,
[data-filepond-item-state*='error'] .filepond--file-info {
  margin-right: 2.25em; }

[data-filepond-item-state~='processing'] .filepond--file-status-sub {
  opacity: 0; }

[data-filepond-item-state~='processing'] .filepond--action-abort-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5; }

[data-filepond-item-state='processing-error'] .filepond--file-status-sub {
  opacity: 0; }

[data-filepond-item-state='processing-error'] .filepond--action-retry-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5; }

[data-filepond-item-state='processing-complete'] .filepond--action-revert-item-processing svg {
  -webkit-animation: fall 0.5s 0.125s linear both;
  animation: fall 0.5s 0.125s linear both; }

[data-filepond-item-state='processing-complete'] .filepond--file-status-sub {
  opacity: 0.5; }

[data-filepond-item-state='processing-complete'] .filepond--processing-complete-indicator:not([style*='hidden']) ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0; }

[data-filepond-item-state='processing-complete'] .filepond--file-info-sub {
  opacity: 0; }

[data-filepond-item-state='processing-complete'] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub {
  opacity: 0.5; }

[data-filepond-item-state*='invalid'] .filepond--panel,
[data-filepond-item-state*='invalid'] .filepond--file-wrapper,
[data-filepond-item-state*='error'] .filepond--panel,
[data-filepond-item-state*='error'] .filepond--file-wrapper {
  -webkit-animation: shake 0.65s linear both;
  animation: shake 0.65s linear both; }

[data-filepond-item-state*='busy'] .filepond--progress-indicator svg {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

/**
 * States
 */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em); }
  20%,
  80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em); }
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em); }
  40%,
  60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em); } }

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em); }
  20%,
  80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em); }
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em); }
  40%,
  60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em); } }

@-webkit-keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

.filepond--hopper[data-hopper-state='drag-over'] > * {
  pointer-events: none; }

.filepond--hopper[data-hopper-state='drag-over']::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }

.filepond--progress-indicator {
  z-index: 103; }

.filepond--file-action-button {
  z-index: 102; }

.filepond--file-status {
  z-index: 101; }

.filepond--file-info {
  z-index: 100; }

.filepond--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  margin: 0.25em;
  will-change: transform, opacity; }

.filepond--item > .filepond--panel {
  z-index: -1; }

.filepond--item > .filepond--panel .filepond--panel-bottom {
  box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25); }

.filepond--item > .filepond--file-wrapper,
.filepond--item > .filepond--panel {
  transition: opacity 0.15s ease-out; }

.filepond--item[data-drag-state] {
  cursor: -webkit-grab;
  cursor: grab; }

.filepond--item[data-drag-state] > .filepond--panel {
  transition: box-shadow 0.125s ease-in-out;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0); }

.filepond--item[data-drag-state='drag'] {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.filepond--item[data-drag-state='drag'] > .filepond--panel {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.325); }

.filepond--item[data-drag-state]:not([data-drag-state='idle']) {
  z-index: 2; }

.filepond--item-panel {
  background-color: #64605e; }

[data-filepond-item-state='processing-complete'] .filepond--item-panel {
  background-color: #369763; }

[data-filepond-item-state*='invalid'] .filepond--item-panel,
[data-filepond-item-state*='error'] .filepond--item-panel {
  background-color: #c44e47; }

.filepond--item-panel {
  border-radius: 0.5em;
  transition: background-color 0.25s; }

.filepond--list-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  will-change: transform; }

.filepond--list-scroller[data-state='overflow'] {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%);
  mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%); }

.filepond--list-scroller[data-state='overflow'] .filepond--list {
  bottom: 0;
  right: 0; }

.filepond--list-scroller::-webkit-scrollbar {
  background: transparent; }

.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em; }

.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0; }

.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: 0.3125em solid transparent;
  background-clip: content-box; }

/* hard to overide styles on purpose */
.filepond--list.filepond--list {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  will-change: transform; }

/* used for padding so allowed to be restyled */
.filepond--list {
  left: 0.75em;
  right: 0.75em; }

.filepond--root[data-style-panel-layout~='integrated'] {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--panel-root,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--panel-root {
  border-radius: 0; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--panel-root > *,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--panel-root > * {
  display: none; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--drop-label,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--drop-label {
  bottom: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--item-panel,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--item-panel {
  display: none; }

.filepond--root[data-style-panel-layout~='compact'] .filepond--list-scroller,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--list-scroller {
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.filepond--root[data-style-panel-layout~='compact'] .filepond--list,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--list {
  left: 0;
  right: 0;
  height: 100%; }

.filepond--root[data-style-panel-layout~='compact'] .filepond--item,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--item {
  margin: 0; }

.filepond--root[data-style-panel-layout~='compact'] .filepond--file-wrapper,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--file-wrapper {
  height: 100%; }

.filepond--root[data-style-panel-layout~='compact'] .filepond--drop-label,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--drop-label {
  z-index: 7; }

.filepond--root[data-style-panel-layout~='circle'] {
  border-radius: 99999rem;
  overflow: hidden; }

.filepond--root[data-style-panel-layout~='circle'] > .filepond--panel {
  border-radius: inherit; }

.filepond--root[data-style-panel-layout~='circle'] > .filepond--panel > * {
  display: none; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--file-info {
  display: none; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--file-status {
  display: none; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .filepond--root[data-style-panel-layout~='circle'] {
      will-change: transform; } } }

.filepond--panel-root {
  border-radius: 0.5em;
  background-color: #f1f0ef; }

.filepond--panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  height: 100% !important;
  pointer-events: none; }

.filepond-panel:not([data-scalable='false']) {
  height: auto !important; }

.filepond--panel[data-scalable='false'] > div {
  display: none; }

.filepond--panel[data-scalable='true'] {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: transparent !important;
  border: none !important; }

.filepond--panel-top,
.filepond--panel-bottom,
.filepond--panel-center {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.filepond--panel-top,
.filepond--panel-bottom {
  height: 0.5em; }

.filepond--panel-top {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important; }

.filepond--panel-top::after {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: inherit; }

.filepond--panel-center,
.filepond--panel-bottom {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.5em, 0);
  transform: translate3d(0, 0.5em, 0); }

.filepond--panel-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important; }

.filepond--panel-bottom::before {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
  background-color: inherit; }

.filepond--panel-center {
  height: 100px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important; }

.filepond--panel-center:not([style]) {
  visibility: hidden; }

.filepond--progress-indicator {
  position: static;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  margin: 0;
  pointer-events: none;
  will-change: transform, opacity; }

.filepond--progress-indicator svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform-box: fill-box; }

.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor; }

.filepond--list-scroller {
  z-index: 6; }

.filepond--drop-label {
  z-index: 5; }

.filepond--drip {
  z-index: 3; }

.filepond--root > .filepond--panel {
  z-index: 2; }

.filepond--browser {
  z-index: 1; }

.filepond--root {
  /* layout*/
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1em;
  /* base font size for whole component */
  font-size: 1rem;
  /* base line height */
  line-height: normal;
  /* up uses default system font family */
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  /* will increase font weight a bit on Safari */
  font-weight: 450;
  text-align: left;
  text-rendering: optimizeLegibility;
  direction: ltr;
  contain: layout style size; }

.filepond--root * {
  box-sizing: inherit;
  line-height: inherit; }

.filepond--root *:not(text) {
  font-size: inherit; }

.filepond--root[data-disabled] {
  pointer-events: none; }

.filepond--root[data-disabled] .filepond--list-scroller {
  pointer-events: all; }

.filepond--root[data-disabled] .filepond--list {
  pointer-events: none; }

/**
 * Root element children layout
 */
.filepond--root .filepond--drop-label {
  min-height: 4.75em; }

.filepond--root .filepond--list-scroller {
  margin-top: 1em;
  margin-bottom: 1em; }

.filepond--root .filepond--credits {
  position: absolute;
  right: 0;
  opacity: 0.175;
  line-height: 0.85;
  font-size: 11px;
  color: inherit;
  text-decoration: none;
  z-index: 3;
  bottom: -14px; }

.filepond--root .filepond--credits[style] {
  top: 0;
  bottom: auto;
  margin-top: 14px; }

/*!
 * FilePondPluginImagePreview 4.6.4
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
.filepond--image-preview-markup {
  position: absolute;
  left: 0;
  top: 0; }

.filepond--image-preview-wrapper {
  z-index: 2; }

.filepond--image-preview-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 5rem;
  max-height: 7rem;
  margin: 0;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.filepond--image-preview-overlay svg {
  width: 100%;
  height: auto;
  color: inherit;
  max-height: inherit; }

.filepond--image-preview-overlay-idle {
  mix-blend-mode: multiply;
  color: rgba(40, 40, 40, 0.85); }

.filepond--image-preview-overlay-success {
  mix-blend-mode: normal;
  color: #369763; }

.filepond--image-preview-overlay-failure {
  mix-blend-mode: normal;
  color: #c44e47; }

@supports (-webkit-marquee-repetition: infinite) and ((-o-object-fit: fill) or (object-fit: fill)) {
  .filepond--image-preview-overlay-idle {
    mix-blend-mode: normal; } }

.filepond--image-preview-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;
  border-radius: 0.45em;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.01); }

.filepond--image-preview {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: #222;
  will-change: transform, opacity; }

.filepond--image-clip {
  position: relative;
  overflow: hidden;
  margin: 0 auto; }

.filepond--image-clip[data-transparency-indicator='grid'] img,
.filepond--image-clip[data-transparency-indicator='grid'] canvas {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23eee'%3E%3Cpath d='M0 0 H50 V50 H0'/%3E%3Cpath d='M50 50 H100 V100 H50'/%3E%3C/svg%3E");
  background-size: 1.25em 1.25em; }

.filepond--image-bitmap,
.filepond--image-vector {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform; }

.filepond--root[data-style-panel-layout~='integrated'] .filepond--image-preview-wrapper {
  border-radius: 0; }

.filepond--root[data-style-panel-layout~='integrated'] .filepond--image-preview {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--image-preview-wrapper {
  border-radius: 99999rem; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--image-preview-overlay {
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); }

.filepond--root[data-style-panel-layout~='circle'] .filepond--file .filepond--file-action-button[data-align*='bottom']:not([data-align*='center']) {
  margin-bottom: 0.325em; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--file [data-align*='left'] {
  left: calc(50% - 3em); }

.filepond--root[data-style-panel-layout~='circle'] .filepond--file [data-align*='right'] {
  right: calc(50% - 3em); }

.filepond--root[data-style-panel-layout~='circle'] .filepond--progress-indicator[data-align*='bottom'][data-align*='left'],
.filepond--root[data-style-panel-layout~='circle'] .filepond--progress-indicator[data-align*='bottom'][data-align*='right'] {
  margin-bottom: calc(0.325em + 0.1875em); }

.filepond--root[data-style-panel-layout~='circle'] .filepond--progress-indicator[data-align*='bottom'][data-align*='center'] {
  margin-top: 0;
  margin-bottom: 0.1875em;
  margin-left: 0.1875em; }

#infocrosssellingwrapper::after,
#fotospecswrapper::after {
  clear: both;
  content: "";
  display: block; }

#product-beoordeling .ts-rating-light.productreviewsSummary .icon-star-full:before,
#product-beoordeling .ts-rating-light.productreviewsSummary .icon-star-empty:before {
  margin-left: 0px;
  margin-right: 0px; }

#reviews .ts-wrapper {
  padding: 0px; }

#reviews .ts-header {
  display: none; }

#reviews .ts-rating-light.productreviews .icon-star-full:before,
#reviews .ts-rating-light.productreviews .icon-star-empty:before {
  margin-left: 0px;
  margin-right: 0px; }

#fotowrapper {
  clear: both;
  width: 98.33333%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
  margin-bottom: 1rem; }

#productdetailwrapper .header {
  clear: both;
  width: 98.33333%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
  margin-bottom: 0; }
  #productdetailwrapper .header h1 {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 0.5rem; }

.bigfoto {
  position: relative;
  margin-bottom: 1rem; }
  .bigfoto .iframecontainer {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    width: 100%; }
    .bigfoto .iframecontainer iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .bigfoto .product-zoom {
    width: 100%;
    display: block; }
  .bigfoto .icons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
    .bigfoto .icons img {
      width: auto; }
  .bigfoto .brand-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1; }
  @media (min-width: 0) and (max-width: 767px) {
    .bigfoto .icons img,
    .bigfoto .brand-icon img {
      max-width: 50px; } }
  .bigfoto .owl-carousel .owl-item img {
    width: auto;
    max-height: 255px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .bigfoto .owl-carousel .owl-item img {
        max-height: 400px; } }
  .bigfoto .photo-zoom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    background-color: #4e2c81;
    color: #fff;
    border-radius: 3px;
    padding: 10px 12px 10px 42px;
    display: block;
    z-index: 10;
    font-size: 12px;
    pointer-events: none; }
    .bigfoto .photo-zoom svg {
      color: #fff;
      position: absolute;
      top: 13px;
      bottom: 0;
      left: 0;
      width: 40px;
      pointer-events: none; }
    @media (min-width: 768px) {
      .bigfoto .photo-zoom {
        top: 0;
        left: 55px;
        right: auto;
        bottom: auto;
        background-color: transparent;
        color: #000;
        border: 1px solid #bababa; }
        .bigfoto .photo-zoom svg {
          color: #000; } }

.thumbs {
  clear: both;
  width: 98.33333%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
  /*div {
    text-align: center;
    display: flex;
    justify-content: center;

    .owl-dot {
      display: inline-block;
      border: 2px solid $base-border-color;
      flex-grow: 0;
      flex-shrink: 1;
      @include gutter();
      margin-bottom: 1rem;
      cursor: pointer;

       
    }
  }*/ }
  .thumbs .owl-item .owl-dot {
    border: 2px solid #fff; }
  .thumbs .owl-item.focus .owl-dot {
    border: 2px solid #e6007e; }
  .thumbs #thumblist.owl-carousel .owl-item img {
    max-width: 75px; }
    @media (min-width: 768px) {
      .thumbs #thumblist.owl-carousel .owl-item img {
        max-width: 100px; } }
  @media (min-width: 0) and (max-width: 767px) {
    .thumbs #thumblist.owl-carousel .owl-nav {
      top: 32%; }
      .thumbs #thumblist.owl-carousel .owl-nav [class*='owl-'] {
        font-size: 1.8rem;
        line-height: 1.8rem;
        height: 2rem;
        width: 2rem; } }

#specswrapper {
  clear: both;
  width: 98.33333%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
  margin-bottom: 1rem; }
  #specswrapper h1 {
    clear: both;
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
    margin-bottom: 1rem; }
  #specswrapper .beoordeling {
    clear: both;
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
    margin-bottom: 1rem; }
    #specswrapper .beoordeling > span {
      margin-right: .5rem; }
    #specswrapper .beoordeling > a:hover {
      text-decoration: none; }
  #specswrapper .mail-button {
    clear: both;
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%; }
    #specswrapper .mail-button a {
      display: block;
      font-weight: normal;
      font-size: 1.3rem;
      height: 46px;
      line-height: 46px;
      padding: 0 20px;
      border-radius: 0; }
  #specswrapper .actuelevoorraad {
    clear: both; }
  #specswrapper .description {
    clear: both;
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
    margin-bottom: 1rem;
    display: none; }
    @media (min-width: 768px) {
      #specswrapper .description {
        display: block; } }
    #specswrapper .description .js-description {
      font-size: 0.875rem;
      color: #eb2a8b; }
      #specswrapper .description .js-description:hover, #specswrapper .description .js-description:focus {
        text-decoration: none;
        color: #222; }
      #specswrapper .description .js-description:after {
        content: '›';
        margin-left: .5rem; }
  #specswrapper .lieferung > strong,
  #specswrapper .lieferung > span,
  #specswrapper .maat label,
  #specswrapper .maat form,
  #specswrapper .maat span,
  #specswrapper .artnr > label,
  #specswrapper .artnr > span {
    width: 48.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%; }
  #specswrapper .artnr {
    clear: both;
    overflow: hidden; }
  #specswrapper .maat label {
    overflow: hidden;
    padding: .6rem 0; }
  #specswrapper .maat form {
    clear: initial;
    position: relative; }
  #specswrapper .maat span {
    display: inline-block;
    position: relative; }
  #specswrapper .maat .button-maat {
    color: #4e2c81;
    margin-left: 10px;
    line-height: 0;
    display: inline-block;
    position: absolute;
    left: -40px;
    top: 10px; }
    @media (min-width: 768px) {
      #specswrapper .maat .button-maat {
        top: 5px; } }
    #specswrapper .maat .button-maat svg.icon {
      height: 1.5rem;
      width: 1.5rem; }
  #specswrapper .maat #productvariatie-select {
    width: 100%; }
  #specswrapper .prijswrapper {
    clear: both;
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
    margin-bottom: 1rem;
    overflow: hidden; }
    #specswrapper .prijswrapper .vanprijs {
      float: left; }
      #specswrapper .prijswrapper .vanprijs > span {
        display: none; }
      #specswrapper .prijswrapper .vanprijs > s {
        font-size: 1.25rem;
        color: #555555;
        line-height: 2.5;
        vertical-align: bottom;
        margin-right: .5rem; }
    #specswrapper .prijswrapper > .prijs {
      font-weight: bold;
      color: #e6007e;
      font-size: 2rem; }
  #specswrapper > .c2a {
    background-color: #e6007e;
    font-size: 1.25rem;
    padding: 1.35rem 1.5rem;
    width: 100%;
    display: block;
    font-weight: normal;
    font-size: 1.3rem;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    border-radius: 0; }
    #specswrapper > .c2a:focus, #specswrapper > .c2a:hover, #specswrapper > .c2a:active {
      background: #b80065; }
    #specswrapper > .c2a .icon-arrow {
      float: right;
      margin-top: 2px; }
    #specswrapper > .c2a .icon-bag {
      float: left;
      margin-top: 3px; }
  #specswrapper .c2a-favoriet,
  #specswrapper #product-bestellen {
    margin-bottom: 0.75rem; }
  #specswrapper form.form-favoriet {
    width: 30%;
    margin-right: 20px; }
  #specswrapper .btn-gravure {
    position: relative; }
    #specswrapper .btn-gravure.is-loading {
      color: transparent !important;
      pointer-events: none; }
      #specswrapper .btn-gravure.is-loading::after {
        animation: spinAround 500ms infinite linear;
        border: 2px solid #000;
        border-radius: 50%;
        border-right-color: transparent;
        border-top-color: transparent;
        content: '';
        display: block;
        height: 1em;
        position: relative;
        width: 1em;
        position: absolute;
        top: calc(50% - 0.5em);
        left: calc(50% - 0.5em);
        content: '';
        border-color: transparent transparent #000 #000 !important; }
      #specswrapper .btn-gravure.is-loading * {
        opacity: 0; }
  #specswrapper .c2a-favoriet,
  #specswrapper .btn-checkvoorraad,
  #specswrapper .btn-gravure {
    background-color: #e2e2fb;
    color: #000;
    font-weight: normal;
    position: relative;
    padding-right: 30px;
    width: auto;
    margin-bottom: 0.75rem;
    height: 36px;
    padding: 0 10px;
    font-size: 0.875rem;
    line-height: 36px;
    float: left;
    color: #000;
    border-radius: 0; }
    #specswrapper .c2a-favoriet:focus, #specswrapper .c2a-favoriet:hover, #specswrapper .c2a-favoriet:active,
    #specswrapper .btn-checkvoorraad:focus,
    #specswrapper .btn-checkvoorraad:hover,
    #specswrapper .btn-checkvoorraad:active,
    #specswrapper .btn-gravure:focus,
    #specswrapper .btn-gravure:hover,
    #specswrapper .btn-gravure:active {
      background-color: #b5b5f5;
      color: #fff; }
    #specswrapper .c2a-favoriet .icon--right,
    #specswrapper .btn-checkvoorraad .icon--right,
    #specswrapper .btn-gravure .icon--right {
      position: absolute;
      right: 0;
      width: 40px;
      top: 0;
      bottom: 0;
      text-align: center; }
      #specswrapper .c2a-favoriet .icon--right .icon,
      #specswrapper .btn-checkvoorraad .icon--right .icon,
      #specswrapper .btn-gravure .icon--right .icon {
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%; }
    #specswrapper .c2a-favoriet .icon-plus,
    #specswrapper .c2a-favoriet .icon-right,
    #specswrapper .c2a-favoriet .icon-angle,
    #specswrapper .btn-checkvoorraad .icon-plus,
    #specswrapper .btn-checkvoorraad .icon-right,
    #specswrapper .btn-checkvoorraad .icon-angle,
    #specswrapper .btn-gravure .icon-plus,
    #specswrapper .btn-gravure .icon-right,
    #specswrapper .btn-gravure .icon-angle {
      color: #7a61a0; }
    #specswrapper .c2a-favoriet .icon-plus,
    #specswrapper .c2a-favoriet .icon-angle,
    #specswrapper .btn-checkvoorraad .icon-plus,
    #specswrapper .btn-checkvoorraad .icon-angle,
    #specswrapper .btn-gravure .icon-plus,
    #specswrapper .btn-gravure .icon-angle {
      margin-top: 4px;
      float: right;
      margin-left: 10px;
      font-size: 1.3rem; }
    #specswrapper .c2a-favoriet .icon-right,
    #specswrapper .btn-checkvoorraad .icon-right,
    #specswrapper .btn-gravure .icon-right {
      margin-top: 2px;
      float: right;
      font-size: 1.3rem; }
    #specswrapper .c2a-favoriet:hover,
    #specswrapper .btn-checkvoorraad:hover,
    #specswrapper .btn-gravure:hover {
      background-color: #4e2c81;
      color: #fff; }
      #specswrapper .c2a-favoriet:hover .icon-plus,
      #specswrapper .c2a-favoriet:hover .icon-right,
      #specswrapper .c2a-favoriet:hover .icon-angle,
      #specswrapper .btn-checkvoorraad:hover .icon-plus,
      #specswrapper .btn-checkvoorraad:hover .icon-right,
      #specswrapper .btn-checkvoorraad:hover .icon-angle,
      #specswrapper .btn-gravure:hover .icon-plus,
      #specswrapper .btn-gravure:hover .icon-right,
      #specswrapper .btn-gravure:hover .icon-angle {
        color: #fff;
        transition: 0.2s ease; }
    #specswrapper .c2a-favoriet .icon-plus,
    #specswrapper .c2a-favoriet .icon-right,
    #specswrapper .c2a-favoriet .icon-angle,
    #specswrapper .btn-checkvoorraad .icon-plus,
    #specswrapper .btn-checkvoorraad .icon-right,
    #specswrapper .btn-checkvoorraad .icon-angle,
    #specswrapper .btn-gravure .icon-plus,
    #specswrapper .btn-gravure .icon-right,
    #specswrapper .btn-gravure .icon-angle {
      color: #7a61a0; }
  #specswrapper .btn-checkvoorraad {
    float: left;
    width: 65.3333%;
    margin-right: 0.83333%; }
  @media (min-width: 1224px) {
    #specswrapper #specswrapper .btn-checkvoorraad {
      max-width: 314px; } }
  #specswrapper .product-detail--visual {
    margin-bottom: 1rem;
    clear: both;
    margin-left: .83333%;
    margin-right: .83333%; }
    #specswrapper .product-detail--visual img {
      width: auto; }
  #specswrapper .maat-niet-beschikbaar {
    width: 50%;
    float: right;
    padding-left: 0.83333%; }
  #specswrapper .wrap-voorraad {
    clear: both;
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
    margin-bottom: 1rem; }
    #specswrapper .wrap-voorraad .btn-voorraadnotificatie,
    #specswrapper .wrap-voorraad .btn-checkvoorraad,
    #specswrapper .wrap-voorraad .bt-gravure {
      margin-bottom: 0; }
    #specswrapper .wrap-voorraad .btn-vraag-over-product {
      display: block; }
  #specswrapper .graveren-container {
    margin-top: 10px;
    margin-left: 0.8333%; }
    #specswrapper .graveren-container .btn-gravure {
      width: 70%;
      font-size: 0,75rem;
      float: none; }
    #specswrapper .graveren-container .btn-checkvoorraad {
      width: 100%;
      font-size: 0.75rem;
      float: none; }
      #specswrapper .graveren-container .btn-checkvoorraad .happy {
        padding-right: 10px; }
      @media (min-width: 768px) {
        #specswrapper .graveren-container .btn-checkvoorraad {
          width: auto; } }

.graveerOptie {
  margin-bottom: 10px; }
  .graveerOptie a {
    background-color: #e2e2fb;
    color: #000;
    font-weight: normal;
    position: relative;
    padding-right: 30px;
    width: 100%;
    width: auto;
    font-size: 0.875rem; }
    .graveerOptie a:focus, .graveerOptie a:hover, .graveerOptie a:active {
      background-color: #b5b5f5;
      color: #fff; }
    .graveerOptie a .icon--right {
      position: absolute;
      right: 0;
      width: 40px;
      top: 0;
      bottom: 0;
      text-align: center; }
      .graveerOptie a .icon--right .icon {
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%; }
  .graveerOptie a {
    background-color: #e2e2fb;
    color: #000;
    font-weight: normal;
    position: relative;
    padding-right: 30px;
    width: 100%;
    width: auto;
    font-size: 0.875rem; }
    .graveerOptie a:focus, .graveerOptie a:hover, .graveerOptie a:active {
      background-color: #b5b5f5;
      color: #fff; }
    .graveerOptie a .icon--right {
      position: absolute;
      right: 0;
      width: 40px;
      top: 0;
      bottom: 0;
      text-align: center; }
      .graveerOptie a .icon--right .icon {
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%; }
  .graveerOptie .meldingen {
    font-size: 14px; }

.levertxt {
  margin-bottom: 1rem;
  clear: both;
  width: 98.33333%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%; }
  .levertxt > a {
    display: block; }

.c-delivery p {
  font-family: ITCAvantGardeStd, Helvetica, sans-serif;
  font-weight: normal;
  display: inline-block;
  color: #fff !important;
  background: green;
  border-radius: 6px;
  font-size: 14px;
  padding: 4px 10px 5px 10px; }

.productdetail-socialmedia {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 1rem;
  margin-left: 0.83333%;
  margin-right: 0.83333%; }
  .productdetail-socialmedia::after {
    clear: both;
    content: "";
    display: block; }
  .productdetail-socialmedia > div {
    margin-right: 10px; }
  .productdetail-socialmedia .fb-like > span {
    vertical-align: top !important; }

#infowrapper {
  clear: both;
  width: 98.33333%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
  margin-bottom: 1rem;
  margin-bottom: 70px; }
  #infowrapper .accordion {
    padding-bottom: 1rem; }
  @media (min-width: 1200px) {
    #infowrapper .accordion-body {
      width: 60%;
      margin: 0 auto; } }

#specs table .naam {
  font-weight: 600; }

#specs table tr td {
  padding: 0.75rem; }

#specs table tr:nth-child(even) td {
  background-color: #f8f8fb; }

#crosssellingwrapper {
  clear: both;
  width: 98.33333%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
  margin-bottom: 1rem;
  overflow: hidden; }

.recent-bekeken {
  float: left;
  width: 100%; }
  .recent-bekeken .recent-bekeken-title {
    clear: both;
    width: 98.33333%;
    margin-left: .83333%;
    margin-right: .83333%;
    overflow: hidden;
    text-align: left;
    position: relative;
    margin-bottom: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #ccc; }
    .recent-bekeken .recent-bekeken-title h3 {
      font-size: 1rem;
      font-weight: bold;
      color: black;
      margin-bottom: 0; }
    .recent-bekeken .recent-bekeken-title .wis-recentbekeken-producten {
      margin-top: -2px;
      float: right;
      background: none;
      color: #222222;
      font-size: 2rem;
      padding-top: .25rem;
      padding-bottom: .25rem;
      float: none;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      color: #4e2c81; }
      .recent-bekeken .recent-bekeken-title .wis-recentbekeken-producten:active, .recent-bekeken .recent-bekeken-title .wis-recentbekeken-producten:focus, .recent-bekeken .recent-bekeken-title .wis-recentbekeken-producten:hover {
        text-decoration: none; }

#infocrosssellingwrapper #infowrapper .price-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  display: block; }
  #infocrosssellingwrapper #infowrapper .price-wrapper .vanprijs {
    flex-shrink: 1; }
  #infocrosssellingwrapper #infowrapper .price-wrapper .voorprijs {
    flex-shrink: 0; }

#socialmediawrapper {
  float: left; }

@media (min-width: 768px) {
  #fotospecswrapper {
    display: flex;
    justify-content: space-between; }
    #fotospecswrapper #fotowrapper {
      width: 56%;
      margin-right: 4%; }
    #fotospecswrapper #specswrapper {
      clear: none;
      width: 40%; }
  #specswrapper .maat label {
    padding: .3rem 0; }
  #specswrapper .c2a-favoriet {
    max-width: 350px; }
  #socialmediawrapper {
    width: 48.33333%;
    float: right;
    margin-left: 0.83333%;
    margin-right: 0.83333%; }
  .recent-bekeken .recent-bekeken-content .c-product-tile {
    width: 23.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%; }
  .recent-bekeken .recent-bekeken-content.owl-carousel .owl-item img {
    width: auto; }
  .recent-bekeken .recent-bekeken-content.owl-carousel .c-product-tile {
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%; } }

@media (min-width: 1224px) {
  #specswrapper .btn-checkvoorraad {
    max-width: 314px; } }

.content-checkvoorraad .field-validation-valid,
.content-checkvoorraad .input-validation-valid {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 10px;
  left: 100%;
  background-image: url("/Content/img/check.png");
  background-position: center;
  background-repeat: no-repeat; }

.content-checkvoorraad .controls {
  margin-bottom: 1rem;
  position: relative; }

.content-checkvoorraad .artikel-specs {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .content-checkvoorraad .artikel-specs img {
    display: inline-block;
    width: auto;
    margin-bottom: 1rem; }
  .content-checkvoorraad .artikel-specs .highlight {
    color: #e6007e;
    font-weight: bold;
    font-size: 1.25rem; }

.content-checkvoorraad input {
  display: block; }

.content-checkvoorraad .c2a {
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  background-color: #e2e2fb;
  color: #000;
  font-weight: normal;
  position: relative;
  padding-right: 30px;
  float: right; }
  .content-checkvoorraad .c2a:focus, .content-checkvoorraad .c2a:hover, .content-checkvoorraad .c2a:active {
    background-color: #b5b5f5;
    color: #fff; }
  .content-checkvoorraad .c2a .icon--right {
    position: absolute;
    right: 0;
    width: 40px;
    top: 0;
    bottom: 0;
    text-align: center; }
    .content-checkvoorraad .c2a .icon--right .icon {
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%; }
  .content-checkvoorraad .c2a.btn-checkvoorraad {
    padding-right: 2.5rem; }
  .content-checkvoorraad .c2a .icon--right {
    margin-left: 24px;
    color: #7a61a0;
    top: 11px;
    right: -1px;
    font-size: 1.3rem; }
  .content-checkvoorraad .c2a:hover .icon--right {
    color: #fff;
    transition: 0.2s ease-in; }

.content-checkvoorraad .col-details {
  overflow: hidden; }

.content-checkvoorraad .voorraad-result li {
  background-color: #f7f8fd;
  width: 98.33333%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
  margin-bottom: 1rem;
  padding: 1rem; }
  .content-checkvoorraad .voorraad-result li .voorraad-icon {
    text-transform: uppercase;
    display: block;
    margin-top: .75rem;
    font-size: 0.875rem; }
    .content-checkvoorraad .voorraad-result li .voorraad-icon .icon {
      color: #e6007e; }
    .content-checkvoorraad .voorraad-result li .voorraad-icon.nietopvoorraad .icon {
      color: #4e2c81; }
  .content-checkvoorraad .voorraad-result li .link-meerinfo {
    color: #e6007e; }
    .content-checkvoorraad .voorraad-result li .link-meerinfo:hover {
      text-decoration: none; }
    .content-checkvoorraad .voorraad-result li .link-meerinfo:after {
      content: '›'; }
  .content-checkvoorraad .voorraad-result li .meerinfo {
    height: 0;
    visibility: hidden;
    margin-top: .75rem;
    padding-top: .75rem;
    border-top: 2px solid #eee;
    transition: all .2s ease;
    position: absolute;
    background-color: white;
    border: 1px solid #eee;
    width: 80%;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin: 0 auto;
    z-index: 100; }
    .content-checkvoorraad .voorraad-result li .meerinfo h4 {
      font-size: 1rem;
      font-weight: bold;
      position: relative; }
      .content-checkvoorraad .voorraad-result li .meerinfo h4 > span {
        position: absolute;
        right: 15px;
        top: 0;
        width: 16px;
        height: 16px;
        background: url(/Content/img/modal-close.png);
        cursor: pointer; }
    .content-checkvoorraad .voorraad-result li .meerinfo .adresopeningstijden {
      text-align: center; }
    .content-checkvoorraad .voorraad-result li .meerinfo .filiaal-opening,
    .content-checkvoorraad .voorraad-result li .meerinfo .filiaal-address {
      margin-bottom: 1rem; }
      .content-checkvoorraad .voorraad-result li .meerinfo .filiaal-opening h3,
      .content-checkvoorraad .voorraad-result li .meerinfo .filiaal-address h3 {
        font-size: 0.875rem;
        font-weight: bold;
        margin-bottom: .5rem; }
      .content-checkvoorraad .voorraad-result li .meerinfo .filiaal-opening table,
      .content-checkvoorraad .voorraad-result li .meerinfo .filiaal-address table {
        font-size: 0.875rem;
        max-width: 60%;
        margin: 0 auto; }
        .content-checkvoorraad .voorraad-result li .meerinfo .filiaal-opening table td, .content-checkvoorraad .voorraad-result li .meerinfo .filiaal-opening table th,
        .content-checkvoorraad .voorraad-result li .meerinfo .filiaal-address table td,
        .content-checkvoorraad .voorraad-result li .meerinfo .filiaal-address table th {
          padding: .25rem .2rem;
          text-align: left; }
        .content-checkvoorraad .voorraad-result li .meerinfo .filiaal-opening table td,
        .content-checkvoorraad .voorraad-result li .meerinfo .filiaal-address table td {
          vertical-align: top; }
  .content-checkvoorraad .voorraad-result li.showMeerinfo .meerinfo {
    visibility: visible;
    height: auto; }

.content-checkvoorraad .col-form {
  margin-bottom: 1rem; }

.content-checkvoorraad .col-details {
  text-align: center;
  margin-bottom: 1rem; }
  .content-checkvoorraad .col-details span {
    font-size: 0.875rem;
    color: #555555; }
  .content-checkvoorraad .col-details span.highlight {
    font-size: 1rem;
    color: #e6007e;
    font-weight: bold; }

.content-checkvoorraad .col-c2a {
  overflow: hidden; }
  .content-checkvoorraad .col-c2a .c2a {
    background-color: #e6007e;
    color: white; }
    .content-checkvoorraad .col-c2a .c2a:focus, .content-checkvoorraad .col-c2a .c2a:hover, .content-checkvoorraad .col-c2a .c2a:active {
      background: #b80065; }

@media (min-width: 768px) {
  .content-checkvoorraad .col-form > form {
    width: 48.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%; }
  .content-checkvoorraad .col-form .artikel-specs {
    width: 48.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%; }
  .content-checkvoorraad .col-details .voorraad-result li {
    width: 48.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%; }
  .content-checkvoorraad #specswrapper .control-group {
    float: left;
    width: 60%; }
    .content-checkvoorraad #specswrapper .control-group input[type="text"] {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
  .content-checkvoorraad #specswrapper .control-group + div {
    width: 40%;
    float: left; }
    .content-checkvoorraad #specswrapper .control-group + div > button {
      width: 100%;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; } }

@media (min-width: 1224px) {
  .content-checkvoorraad .row::after {
    clear: both;
    content: "";
    display: block; } }

.c-lead {
  text-align: left;
  color: #000; }

.c-emph {
  font-size: 1rem; }

@media (min-width: 768px) {
  .c-lead {
    text-align: left; }
  .c-emph {
    font-size: 1rem; } }

#modal-checkvoorraad {
  margin-bottom: 20px; }
  #modal-checkvoorraad .modal-content {
    background-color: #fff;
    max-height: 800px; }
    #modal-checkvoorraad .modal-content .content-voorraad {
      background-color: #fff;
      position: relative;
      height: 500px; }
    #modal-checkvoorraad .modal-content .modal-body {
      border: 15px solid #fff;
      padding: 0;
      background-color: #fff; }
  #modal-checkvoorraad .modal-footer {
    background-color: #fff; }

.slide-holder {
  position: relative;
  width: 200%;
  display: flex;
  overflow: hidden; }
  .slide-holder .slidecontent {
    width: 50%; }
    .slide-holder .slidecontent + .slidecontent {
      margin-left: 60px; }
    .slide-holder .slidecontent .back .icon {
      vertical-align: middle; }
  .slide-holder.is-active .slidecontent + .slidecontent {
    margin-left: 0; }

.product__nostock {
  clear: both;
  width: 98.33333%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%; }
  .product__nostock button {
    margin-bottom: 10px; }
  .product__nostock > p {
    color: #ff0000; }
  .product__nostock svg.icon {
    font-size: 17px;
    margin-left: 10px;
    top: 2px; }

#dynamicTekst.is-italic {
  font-style: italic; }

#dynamicTekst.is-bold {
  font-weight: bold; }

.font-label {
  background-color: #e2e2fb;
  border: 2px solid #4e2c81;
  color: #000;
  padding-right: 8px;
  display: inline-block;
  font-size: 2rem;
  line-height: 40px;
  position: relative;
  height: 50px;
  width: 56px; }
  .font-label.is-italic span {
    font-style: italic; }
  .font-label.is-bold span {
    font-weight: bold; }
  .font-label span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center; }

.lettertype_radio {
  position: absolute;
  height: 1px;
  width: 1px;
  top: 10px; }

.lettertype-selector input:checked + label {
  border: 2px solid #000;
  background: #4e2c81;
  color: #fff; }

.symbol-table {
  margin: 0 0; }
  .symbol-table td {
    padding: 0.3rem 0.3rem; }

td.symbol-table__copy {
  border-bottom-color: transparent;
  padding-top: 10px; }

a.symbol-table__copy--link {
  display: inline-block;
  padding-left: 12px; }

.c-variationphoto-container {
  position: absolute;
  top: 0;
  left: 0.8333%;
  right: 0.8333%;
  bottom: 1rem;
  z-index: 2;
  background: #fff; }
  .c-variationphoto-container .c-item img {
    display: block; }
  .c-variationphoto-container.hidden, .c-variationphoto-container.hidden-accessible {
    display: none; }
  .c-variationphoto-container .photo {
    display: block;
    margin: 0 auto;
    width: auto;
    max-height: 155px; }
    @media (min-width: 768px) {
      .c-variationphoto-container .photo {
        max-height: 400px; } }

#product-bestellen {
  position: relative;
  margin-bottom: 0.75rem;
  margin-left: 0; }
  #product-bestellen:disabled {
    opacity: 1; }
  #product-bestellen:focus {
    background: #e6007e; }
  #product-bestellen .icon.is-idle {
    display: block; }
  #product-bestellen .icon.is-done {
    display: none; }
  #product-bestellen .state {
    -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.2s cubic-bezier(0.4, 1.1, 0.5, 1.6);
    transition: opacity 0.2s ease-in, -webkit-transform 0.2s cubic-bezier(0.4, 1.1, 0.5, 1.6);
    transition: opacity 0.2s ease-in, transform 0.2s cubic-bezier(0.4, 1.1, 0.5, 1.6);
    transition: opacity 0.2s ease-in, transform 0.2s cubic-bezier(0.4, 1.1, 0.5, 1.6), -webkit-transform 0.2s cubic-bezier(0.4, 1.1, 0.5, 1.6);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: flex; }
    #product-bestellen .state--default {
      transform: translateY(0) scaleY(1);
      opacity: 1; }
      #product-bestellen .state--default.icon {
        transform: translateY(-50%) scaleY(1); }
    #product-bestellen .state--added {
      position: absolute;
      top: 0;
      left: 20px;
      right: 20px;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 0;
      line-height: 34px;
      text-align: center; }
      #product-bestellen .state--added .happy {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 40px; }
      #product-bestellen .state--added .subtext {
        font-size: 12px;
        position: absolute;
        bottom: -7px;
        left: 0;
        right: 0;
        text-align: center; }
      #product-bestellen .state--added .spinner {
        margin-right: 5px;
        width: 16px;
        height: 16px;
        display: block;
        float: left; }
    #product-bestellen .state .happy {
      flex-grow: 1; }
    #product-bestellen .state .icon {
      flex: 0 0 auto; }
  #product-bestellen.button-state--added .icon.is-idle {
    display: none; }
  #product-bestellen.button-state--added .icon.is-done {
    display: block; }
  #product-bestellen.button-state--added .state--added:not(.icon) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  #product-bestellen.button-state--added .state--added.icon {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  #product-bestellen.button-state--added .state--default {
    -webkit-transform: translateY(20px) scaleY(0.2);
    -ms-transform: translateY(20px) scaleY(0.2);
    transform: translateY(20px) scaleY(0.2);
    opacity: 0; }

.pswp__button--tap-to-zoom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  background-color: #4e2c81;
  color: white;
  border-radius: 3px;
  padding: 10px 12px 10px 42px;
  display: none; }
  @media (min-width: 0) and (max-width: 767px) {
    .pswp__button--tap-to-zoom {
      font-size: 12px;
      display: block; } }
  .pswp__button--tap-to-zoom:after {
    content: '';
    background-position: -88px 0;
    background-image: url(/content/img/default-skin.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px; }
    @media (min-width: 0) and (max-width: 767px) {
      .pswp__button--tap-to-zoom:after {
        background-position: -88px -2px; } }
  .pswp__button--tap-to-zoom:hover {
    background-color: #000;
    color: white; }
  .pswp__button--tap-to-zoom.zoomed:after {
    background-position: -132px 0; }
    @media (min-width: 0) and (max-width: 767px) {
      .pswp__button--tap-to-zoom.zoomed:after {
        background-position: -132px -2px; } }

.c-giftwrapper {
  -webkit-box-shadow: 0px 2px 17px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 17px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 17px -6px rgba(0, 0, 0, 0.5);
  background-color: #fff2b8;
  font-size: 12px;
  border: 0;
  margin: 15px 0 25px 0;
  color: #756200;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  position: relative;
  display: block; }
  @media (min-width: 768px) {
    .c-giftwrapper {
      max-width: 542px; } }
  .c-giftwrapper:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .c-giftwrapper:after {
    border-width: 12px;
    margin-left: -12px;
    border-bottom-color: #fff2b8; }

@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

#fotowrapper {
  position: relative; }

.pdp-favorite {
  position: absolute;
  top: 60px;
  right: 5px;
  z-index: 1000; }
  @media screen and (min-width: 768px), print {
    .pdp-favorite {
      top: 0;
      right: -40px; } }

.c-color-variations {
  margin: 15px 0.83333%; }
  .c-color-variations .c-color-variations__body {
    display: flex;
    flex-wrap: wrap; }
  .c-color-variations .c-color-variations__more {
    font-size: 0.875rem;
    color: #eb2a8b;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }
    .c-color-variations .c-color-variations__more:hover {
      color: #000; }
    .c-color-variations .c-color-variations__more:after {
      content: '›';
      margin-left: .35rem; }
  .c-color-variations .c-item {
    border: 1px solid #ededff;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 70px;
    height: 70px; }
    .c-color-variations .c-item a {
      display: block; }
    @media (min-width: 375px) {
      .c-color-variations .c-item {
        width: 80px;
        height: 80px; } }
    @media (min-width: 991px) {
      .c-color-variations .c-item {
        width: 88px;
        height: 88px; } }
    @media (min-width: 1500px) {
      .c-color-variations .c-item {
        width: 132px;
        height: 132px; } }
    .c-color-variations .c-item:hover, .c-color-variations .c-item.is-active {
      border: 1px solid #4e2c81; }
    .c-color-variations .c-item img {
      display: block;
      max-height: 99%; }
    .c-color-variations .c-item.show-more-colors-toggle {
      height: auto;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 88px;
      width: 88px; }
      @media (min-width: 1500px) {
        .c-color-variations .c-item.show-more-colors-toggle {
          width: 132px;
          height: 132px; } }
  .c-color-variations .owl-slider-color-combinations .owl-nav {
    top: 32%; }
    .c-color-variations .owl-slider-color-combinations .owl-nav [class*='owl-'] {
      font-size: 1.8rem;
      line-height: 1.8rem;
      height: 2rem;
      width: 2rem; }

.c-color-variations__heading {
  font-weight: 600;
  width: 100%;
  margin-bottom: 10px; }

.c-colorvariations-sidebar {
  background-color: #ffffff;
  color: #000;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 902;
  transform: translateX(100%);
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition-property: transform;
  transition-duration: .5s;
  opacity: 0;
  width: 280px;
  display: flex;
  flex-direction: column; }

.c-colorvariations-sidebar__backdrop {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 901;
  opacity: 0;
  transition: opacity .6s,transform 0s .6s;
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transition-duration: .5s;
  transform: translate3d(100%, 0, 0);
  -webkit-tap-highlight-color: transparent; }

html.showColorvariationssidebar {
  overflow: hidden; }

html.showColorvariationssidebar .c-colorvariations-sidebar__backdrop {
  opacity: 1;
  transition: opacity .8s;
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transition-duration: .5s;
  transform: translate3d(0, 0, 0); }

html.showColorvariationssidebar .c-colorvariations-sidebar {
  transform: translateX(0);
  visibility: visible; }

.c-color-variations.is-loaded .c-colorvariations-sidebar {
  opacity: 1; }

.c-colorvariations-sidebar__closer {
  background-color: #f1f2f9;
  font-family: ITCAvantGardeStd, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0 10px 50px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none; }
  .c-colorvariations-sidebar__closer:before, .c-colorvariations-sidebar__closer:after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #000;
    display: block;
    transform: rotate(45deg);
    left: 30px;
    top: 13px;
    height: 17px;
    color: inherit;
    z-index: 902; }
  .c-colorvariations-sidebar__closer:after {
    transform: rotate(-45deg); }
  .c-colorvariations-sidebar__closer:hover {
    color: #eb2a8b; }
    .c-colorvariations-sidebar__closer:hover:before, .c-colorvariations-sidebar__closer:hover:after {
      background-color: #eb2a8b; }

.c-colorvariations-sidebar__list hr {
  margin: 0; }

.c-colorvariations-sidebar__heading {
  font-family: ITCAvantGardeStd, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0 10px 20px; }

.c-colorvariations-sidebar__body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1 1 auto; }

.c-colorvariations-sidebar__list--item {
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition-property: background;
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transition-duration: .5s; }

.c-colorvariations-sidebar__list--item:hover,
.c-colorvariations-sidebar__list--item.is-active {
  background-color: #f1f2f9;
  text-decoration: none; }
  .c-colorvariations-sidebar__list--item:hover > div,
  .c-colorvariations-sidebar__list--item.is-active > div {
    text-decoration: none; }

.c-colorvariations-sidebar__item--thumb {
  margin-right: 10px;
  width: 30%; }
  .c-colorvariations-sidebar__item--thumb img {
    max-width: 60px;
    display: block; }

.c-colorvariations-sidebar__item--label {
  width: 70%;
  line-height: 20px; }

@media screen and (min-width: 375px) {
  .c-colorvariations-sidebar__item--thumb {
    width: 25%; }
    .c-colorvariations-sidebar__item--thumb img {
      max-width: 70px; }
  .c-colorvariations-sidebar__item--label {
    width: 75%; }
  .c-colorvariations-sidebar {
    width: 330px; } }

@media screen and (min-width: 768px) {
  .c-colorvariations-sidebar__item--thumb {
    width: 25%; }
    .c-colorvariations-sidebar__item--thumb img {
      max-width: 80px; }
  .c-colorvariations-sidebar__item--label {
    width: 75%; }
  .c-colorvariations-sidebar {
    width: 400px; }
  .c-colorvariations-sidebar__heading {
    font-size: 24px;
    padding: 20px 0 20px 20px; }
  .c-colorvariations-sidebar__list--item {
    padding: 15px 20px; }
  .c-colorvariations-sidebar__closer {
    padding: 20px 0 20px 60px; }
    .c-colorvariations-sidebar__closer:before, .c-colorvariations-sidebar__closer:after {
      height: 24px;
      top: 18px; } }

@media screen and (min-width: 991px) {
  .c-colorvariations-sidebar__item--thumb {
    width: 20%; }
    .c-colorvariations-sidebar__item--thumb img {
      max-width: 90px; }
  .c-colorvariations-sidebar__item--label {
    width: 80%; }
  .c-colorvariations-sidebar {
    width: 500px; } }

@media screen and (min-width: 1024px) {
  .c-colorvariations-sidebar__item--thumb {
    width: 25%; }
    .c-colorvariations-sidebar__item--thumb img {
      max-width: 100px; }
  .c-colorvariations-sidebar__item--label {
    width: 75%; }
  .c-colorvariations-sidebar {
    width: 500px; } }

@media screen and (min-width: 1224px) {
  .c-colorvariations-sidebar {
    width: 550px; } }

@media screen and (min-width: 1500px) {
  .c-colorvariations-sidebar__item--thumb {
    width: 17%; }
    .c-colorvariations-sidebar__item--thumb img {
      max-width: 115px; }
  .c-colorvariations-sidebar__item--label {
    width: 83%; }
  .c-colorvariations-sidebar {
    width: 750px; } }

.modal.is-modal-crossselling .modal__header {
  background-color: #d5f1d4;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px; }
  .modal.is-modal-crossselling .modal__header .btn.modal__close {
    top: 5px;
    right: 5px;
    color: #000000;
    background-color: rgba(0, 0, 0, 0); }

.modal.is-modal-crossselling .modal__body {
  padding: 20px; }

.modal.is-modal-crossselling .modal__footer {
  padding: 0; }

.c-crosssellingmodal__header {
  padding: 0;
  flex: 100%;
  display: flex;
  position: relative;
  flex-direction: column; }
  @media screen and (min-width: 768px), print {
    .c-crosssellingmodal__header {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }

.c-crosssellingmodal-header__left {
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-crosssellingmodal-header__left {
      margin-bottom: 20px; } }

@media screen and (min-width: 768px), print {
  .c-crosssellingmodal-header__left {
    width: 50%; }
  .c-crosssellingmodal-header__right {
    width: 40%; } }

.c-crosssellingmodal-header__icon {
  margin-top: 2px;
  color: #009e10;
  fill: currentColor;
  width: 24px;
  height: 24px;
  z-index: 1; }

.c-crosssellingmodal-header__title {
  margin-left: 7px; }

.c-crosssellingmodal-header__success {
  color: #009e10;
  font-weight: bold;
  line-height: 1.25rem; }

.c-crosssellingmodal-header__shippingtrigger {
  font-size: 12px; }

.c-crosssellingmodal__products {
  padding-top: 20px; }

.modal.is-modal-crossselling .modal__footer {
  background-color: #f1f1f1; }

.c-crosssellingmodal__toshop {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; }

@media (min-width: 769px) {
  .modal.is-modal-crossselling .modal__header {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px; }
  .modal.is-modal-crossselling .modal__body {
    padding: 30px; } }

.is-modal-giftwrapping img {
  max-width: 100px; }

.is-modal-giftwrapping .modal__footer {
  display: flex;
  justify-content: flex-end; }

.is-modal-giftwrapping button {
  margin-left: 10px; }

@media (min-width: 768px) {
  .c-crosssellingmodal__products.has-items-3 .c-producttiles__column {
    width: 33.33333%; }
  .c-crosssellingmodal__products.has-items-4 {
    margin: 0 -15px; }
    .c-crosssellingmodal__products.has-items-4 .c-producttiles__column {
      width: 25%; }
  .c-crosssellingmodal__products.has-items-5 .c-producttiles__column {
    width: 20%; } }

.pswp__ui {
  position: initial; }

.pswp__top-bar {
  background-color: #4e2c81; }

.pswp--svg .pswp__button {
  background-image: url(/content/img/default-skin.png) !important; }

.product-personalisation {
  background: #E4DEEE;
  border-radius: 5px;
  padding: 5px;
  margin: 10px 0; }
  @media screen and (min-width: 768px), print {
    .product-personalisation {
      padding: 10px; } }
  .product-personalisation__text {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 9px; }
    @media screen and (min-width: 768px), print {
      .product-personalisation__text {
        font-size: 12px; } }
  .product-personalisation .btn {
    margin: 0 0 9px 0; }
    @media screen and (min-width: 768px), print {
      .product-personalisation .btn {
        margin: 0 0 10px 0; } }

@media screen and (max-width: 767px) {
  .bigfoto::before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-top: 100%; }
  .bigfoto::after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (max-width: 767px) {
  #fotowrapper > .bigfoto .owl-item .product-zoom {
    padding-top: 100%; }
    #fotowrapper > .bigfoto .owl-item .product-zoom img {
      position: absolute;
      top: 50%;
      left: 50%;
      right: 0;
      bottom: 0;
      z-index: 1;
      pointer-events: none;
      transform: translate(-50%, -50%); } }

@media screen and (max-width: 767px) {
  #fotowrapper .thumbs {
    height: 75px; } }

#specswrapper {
  background: #F8F8FB;
  padding: 18px 10px; }
  @media screen and (max-width: 767px) {
    #specswrapper {
      width: calc(100% + 8px);
      margin: 0 -4px; } }
  @media screen and (min-width: 768px), print {
    #specswrapper {
      padding: 32px 31px 30px 29px; } }

.loading {
  padding: 1rem;
  margin: 1rem;
  background-color: #f8f8fb;
  color: #000;
  text-align: center;
  font-weight: bold;
  height: 300px; }
  @media screen and (min-width: 768px), print {
    .loading {
      height: 400px; } }

#f__products .product-tile {
  max-width: 100%; }

@media screen and (min-width: 768px), print {
  #f__products .product-collection.has-slider {
    margin-left: -40px;
    margin-right: -40px; } }

@media screen and (min-width: 768px), print {
  #f__products .product-collection__items {
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (max-width: 767px) {
  #f__products .product-collection__items {
    max-width: 98vw;
    overflow: hidden; } }

#f__products .product-collection__items .slider {
  width: 100%; }

@media screen and (max-width: 767px) {
  #f__products .product-collection.has-slider .product-tile {
    margin: 0; }
  #f__products .product-collection.has-slider .product-collection__items {
    padding: 0 10px;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  #f__products .product-collection.has-slider .product-collection__control {
    width: 25px;
    height: 25px; }
    #f__products .product-collection.has-slider .product-collection__control:first-child {
      left: 0; }
    #f__products .product-collection.has-slider .product-collection__control:last-child {
      right: 0; } }

html.has-modal-open div[id^="trustbadge-container"],
html.has-modal-open div[id^="trustbadge-topbar-container"] {
  z-index: 1 !important; }

html.has-modal-open body {
  position: fixed;
  overflow: hidden;
  left: 0;
  width: 100vw;
  height: 100vw; }

.has-zoom-open div[id^="trustbadge-topbar-container"] {
  z-index: 1 !important; }

@media screen and (max-width: 767px) {
  .is-hidden-mobile {
    display: none; } }

@media screen and (min-width: 768px), print {
  .is-hidden-tablet {
    display: none; } }

.specs-collapsible a.is-more {
  display: inline-block; }

.specs-collapsible a.is-less {
  display: none; }

.specs-collapsible tr.is-more {
  display: none; }

.specs-collapsible.is-active a.is-more {
  display: none; }

.specs-collapsible.is-active a.is-less {
  display: inline-block; }

.specs-collapsible.is-active tr.is-more {
  display: table-row; }

.specs-collapsible .naam {
  width: 50%; }

.specs-collapsible table, .specs-collapsible tbody {
  width: 100%; }

