/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-content [type="button"].mfp-close,
.mfp-close {
  width: 44px;
    text-shadow: #000 0px 0px 4px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-content [type="button"].mfp-close:hover, .mfp-content [type="button"].mfp-close:focus,
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    border: none;
    color: #fff !important;}
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #fff; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}/*! 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 * {
    -webkit-box-sizing: border-box;
            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 */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          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: #000;
  opacity: 0;
  -webkit-transform: translateZ(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;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

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

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          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;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          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(/includes/photoswipe_4.1.2/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (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(/includes/photoswipe_4.1.2/default-skin/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;
  -ms-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;
  -webkit-transition: opacity 0.25s ease-out;
          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;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          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 {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            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 transparent;
  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;
  -webkit-transition: opacity 0.25s ease-out;
          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(/includes/photoswipe_4.1.2/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            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 {
  -webkit-box-sizing: border-box;
          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; } }

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

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

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

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            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;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          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; }
.productextratext_button:before, #showProductsForWheel a.pdf_download:before, #showProductsForWheel .suspension_motorisation:before, .share_button:before, .countryselection:before, a.pdf_file:after, div.pdf_file:after, tr.basket .prijs_staffels ul li:before, .NoneSelectedProductBackToBasket:before, .optional_extra_image_overlay:before, .tpl_page .inhoud a.product-default .order:after, a.product-default .order:after, .filter_toggle:before, .wccpointer:before, .filters .form-fieldcontainer .start_new a.start_new:after, .filters .form-fieldcontainer .start_new_pc:after, .range-fields .splitter-container:before, .current-filters-selected:after, .shipmentdeviantprice_msg:after, .techinfo_tyreremark_button:before, .single_product.designproductpage .single_product_title_container .single_product_button.backbutton:before, .single_product.designproductpage-2 .product_image_large_image:after,
.single_product.designproductpage-3 .product_image_large_image:after, .single_product.designproductpage-2 .productdetails .add_relatedproduct:after,
.single_product.designproductpage-3 .productdetails .add_relatedproduct:after, .product_spec_container_openbutton:after, .single_product.designproductpage-3 .product_image_gallery_small:after, .product_button_bar .product_button_pagelink:after, .product_button_bar a.product_button_pagelink:after, .single_product.designproductpage-3 .product_usp3 ul li:before, .lightboxv2:after, .seo_filter_checkbox .checkbox:before, .seo_models_pages:after, .seocar .seocar_car_model a:after, .carseo_model_wheel a:after, .seo_model_search .seo_model_search_input:before, .myaccount_editvehicles:after, .myaccount_actionbar button.tyrechange_webshop:after, .myaccount_actionbar button.tyrechange_directorder:after, .ordernumber_message .ordernumber_close:before, .whatsappmessage:before, .relatedproduct_category .no_products:before, .relatedproduct_category_arrows:before, .relatedproduct_category_arrows:after, .template_related_1 .product_container div.product .product_cell:nth-of-type(1) a:after, .fav_button:before, .fav_button:after, .cardetails_reset:before, .cardetails_info:before, .carselect_motor_currentselection:after, .carselect_motor_selection_value:after, .vehicleselection_prev_page:after, .carselection_licenseplate_button:after, .carselection_vehicle_page .carselection_part:after, .loading_vehicleselection_indicator:before, .b2c_helper_button:after, .b2c_helper_button:before, .b2c_helper_licenseplate_search .b2c_helper_subpage .search_button:after, .b2c_helper_expl .expl_helper:after, .b2c_helper_title:before, .b2c_helper_title:after, .size_region_swich .size_region_swich_button:after, .comp_vehicleselection_loading:before, .comp_productfitscar_container .close:before, .wholesale_overlay_iframe:before, .wholesale-button:before, .pc-button-basket:before, .pc-button-compare:before, .pc-button-fav:before, .pc-deliverytime-text:before, .pc-stock:before, .product-stock:before, .pc-product-directlinks a.link.link-back:before, .pc-product-directlinks div.link.link-back:before, .pc-product-container.loading:after, .combination-basket:before, .product-combination-plus:after, .pc-usps ul li:before, .productcatalog_categories_large a.productcatalog_category .productcatalog_category_overlay:after, .productslist_product .product-basket:after, .productslist_product .product-stock-container-loading:after, .comparebutton:before, .compare_next:before, .compare_prev:before, .product-img-container-nav-left:before, .product-img-container-nav-right:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.faq_item .faq_question:after, .faq_item h2:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular); }

/* No footer, but has normall client menu*/
.tpl_fullwidth main .container {
  max-width: 100%;
  width: 100%;
  padding: 0px !important;
  margin: 0px !important; }
.tpl_fullwidth .footer {
  display: none !important; }
.tpl_fullwidth .smallheader {
  display: none !important; }

/* Unique template - No logo, no footer*/
.tpl_fullscreen main .container {
  max-width: 100%;
  width: 100%;
  padding: 0px !important;
  margin: 0px !important; }
.tpl_fullscreen .footer {
  display: none !important; }
.tpl_fullscreen .smallheader {
  display: none !important; }
.tpl_fullscreen header nav > .container {
  width: 100%;
  max-width: 100%; }
.tpl_fullscreen nav #menu1 {
  justify-content: flex-start; }
.tpl_fullscreen header .header__top > .container {
  max-width: 100%; }
.tpl_fullscreen .login_submenu {
  right: 0px; }

@media screen and (min-width: 1024px) {
  .tpl_fullscreen main .container {
    max-width: 100%;
    width: 100%;
    padding: 0px !important;
    margin: 0px !important; }
  .tpl_fullscreen .footer {
    display: none !important; }
  .tpl_fullscreen .smallheader {
    display: none !important; }
  .tpl_fullscreen nav {
    background: #000; }
    .tpl_fullscreen nav #menu1 .menu > li {
      color: #fff; }
  .tpl_fullscreen li.login, .tpl_fullscreen div.login {
    color: #fff; }
  .tpl_fullscreen .basketinfo_links:before {
    color: #fff; }
  .tpl_fullscreen .header__bottom {
    height: 0px; }
  .tpl_fullscreen .menu-service > div.search .generalsearchbutton,
  .tpl_fullscreen .menu div.search .generalsearchbutton,
  .tpl_fullscreen .menu-service > li.search .generalsearchbutton,
  .tpl_fullscreen .menu li.search .generalsearchbutton {
    color: #fff; }
  .tpl_fullscreen .menu-service {
    pointer-events: auto; }
  .tpl_fullscreen header {
    height: 49px; }
  .tpl_fullscreen .header__top {
    margin-top: 5px;
    pointer-events: none; }
    .tpl_fullscreen .header__top .logo {
      display: none; }
  .tpl_fullscreen header {
    border-bottom: 0px; }
  .tpl_fullscreen div.workstations_data {
    max-height: calc(100vh - 140px); }
  .tpl_fullscreen .fullscreencontainer {
    padding: 20px; } }
/* TinyMCE specific rules */
body.mceContentBody, .mceContentBody td, .mceContentBody pre, .mceContentBody a {
  font-size: 10pt !important; }

.tpl_page_fullscreen .content {
  padding: 30px; }

/* START html and body */
html, body {
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

html {
  width: 100%;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  color: #4A4A4A;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

main {
  min-height: calc(100vh - 200px); }

*, ::before, ::after {
  box-sizing: border-box;
  outline: none; }

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

.widgets {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  box-sizing: border-box;
  height: inherit;
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  width: 100%; }

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

ol {
  list-style-type: decimal; }
  ol li {
    list-style: inherit; }

p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  display: inline;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: inherit;
  vertical-align: baseline; }

a:hover {
  text-decoration: none; }

[class^="title-"] {
  color: inherit;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase; }

.title-xl {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 800; }

h1, .title-l {
  color: inherit;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 800; }

h2, .title-m {
  color: inherit;
  font-size: 18px;
  font-weight: 800; }

.title-s {
  font-size: 16px; }

.title-xs {
  font-size: 14px; }

.hr-line {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  flex-flow: nowrap row;
  font-size: 12px;
  margin-bottom: 5px; }

.hr-line::before {
  background-color: #FFFFFF;
  content: '';
  height: 1px;
  margin-right: 13px;
  width: 75px; }

.hr-line::after {
  background-color: #FFFFFF;
  content: '';
  height: 1px;
  margin-left: 13px;
  width: 75px; }

@media screen and (max-width: 767px) {
  .mobile-visible {
    display: block !important; }

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

  .container {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; } }
@media screen and (max-width: 1023px) {
  .tablet-visible {
    display: block !important; }

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

  .container {
    max-width: 768px; }

  .usp-blocks-horizontal [class^="usp-block"] {
    width: 45%;
    margin-bottom: 20px;
    flex-basis: initial !important; }

  .usp-blocks-horizontal [class^="usp-block"]:last-of-type {
    margin-right: 20px !important; } }
@media screen and (min-width: 1023px) {
  .desktop-visible {
    display: block !important; }

  .desktop-hidden {
    display: none !important; } }
@media screen and (min-width: 1023px) and (max-width: 1180px) {
  .container {
    max-width: 1023px; } }
[type=button], [type=reset], [type=submit], button {
  background: transparent none;
  border: 0;
  cursor: pointer;
  padding: 0; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

.btn {
  background-color: #000;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 9px 60px;
  position: relative;
  text-align: center;
  text-decoration: none; }

.btn:hover,
.btn:focus {
  background-color: #213860;
  color: #FFFFFF; }

.btn-white {
  background: #EDEDED;
  color: #4A4A4A; }

.btn-white:hover,
.btn-white:focus {
  background: #4A4A4A;
  color: #EDEDED; }

.btn-ghost {
  background-color: transparent;
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative; }

.btn-ghost:hover,
.btn-ghost:focus {
  background-color: white;
  color: #4A4A4A; }

.btn-big {
  font-size: 16px; }

.btn-shop {
  background: #2ECC71;
  color: #FFFFFF;
  padding: 10px 0;
  width: 100%; }

.btn-shop:hover {
  background: #2AB565;
  color: #FFFFFF; }

@media screen and (max-width: 767px) {
  .btn-big {
    width: 100%; } }
@media screen and (min-width: 1023px) {
  .btn-shop {
    max-width: 240px; } }
@media screen and (min-width: 1280px) {
  .btn-ghost {
    transition: 0.3s ease all; }

  .btn-ghost::before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #ffffff;
    z-index: -2; }

  .btn-ghost:hover,
  .btn-ghost:focus {
    background-color: transparent;
    color: #4A4A4A; }

  .btn-ghost:hover::before,
  .btn-ghost:focus::before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1; } }
.redtext {
  color: red;
  background: transparent !important;
  font-size: 11pt !important;
  font-weight: bold;
  width: 80% !important; }

.greentext {
  color: green;
  background: transparent;
  font-size: 10pt;
  font-weight: bold; }

#foutmelding {
  display: none;
  font-size: 10pt;
  position: absolute;
  padding: 20px;
  top: 200px;
  left: 200px;
  width: 400px;
  border: 2px solid #2c4689;
  background-color: #eeeeee;
  color: #2c4689;
  z-index: 200; }

@media screen {
  body > div#foutmelding {
    position: fixed; } }
.textboxsmall {
  width: 60px;
  height: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  border: 1px solid #061232;
  color: #061232;
  background-color: #c0c0c0; }

.areabox {
  width: 360px;
  height: 80px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  border: 1px solid #061232;
  color: #061232; }

.selectbox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  border: 1px solid #061232;
  color: #000000;
  background-color: #eeeeee;
  width: 200px;
  height: 20px; }

#orderform table {
  width: 100%; }
  #orderform table tr td:nth-of-type(2) .knop_winkelen {
    float: right; }

div.extraproduct_explain {
  background: none transparent;
  cursor: pointer; }
  div.extraproduct_explain:before {
    content: "\f05a";
    display: inline-block;
    position: relative;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in-out;
    color: #000;
    top: 2px; }

.loggedin .baskettext div.extraproduct_explain {
  position: absolute;
  right: 0px;
  top: 14px; }

#NoneSelectedProducts {
  width: 1024px;
  left: 50%;
  margin-left: -512px;
  top: 10%;
  position: absolute;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  border: 0px; }
  #NoneSelectedProducts table {
    width: 100%; }
  #NoneSelectedProducts input, #NoneSelectedProducts a {
    display: inline-block;
    background: #000 !important;
    border: 0px;
    transition: all 0.2s ease-in-out;
    color: #fff !important;
    border: 1px solid #000;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    width: auto;
    font-weight: 700; }
    #NoneSelectedProducts input:after, #NoneSelectedProducts a:after {
      content: "\f105";
      display: inline-block;
      position: relative;
      font: normal normal normal 18px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: all 0.2s ease-in-out;
      color: #fff;
      top: 2px;
      margin-left: 10px; }
    #NoneSelectedProducts input:hover, #NoneSelectedProducts a:hover {
      background: transparent !important;
      color: #000 !important; }
      #NoneSelectedProducts input:hover:after, #NoneSelectedProducts a:hover:after {
        color: #000; }
  #NoneSelectedProducts > a {
    background: #000 !important;
    color: #fff !important;
    border-color: #000; }
    #NoneSelectedProducts > a:after {
      display: none; }
    #NoneSelectedProducts > a:hover {
      background: transparent !important;
      color: #000 !important; }
  #NoneSelectedProducts td.NoneSelectedProduct {
    padding-top: 15px;
    padding-bottom: 15px; }
    #NoneSelectedProducts td.NoneSelectedProduct div {
      padding: 0px !important;
      padding-left: 15px !important;
      padding-right: 15px !important;
      min-width: initial !important; }

main > .container .container_left {
  float: left;
  width: 75%;
  padding-right: 2.5%; }
main > .container .container_right {
  float: left;
  width: 25%; }
main > .container:after {
  content: "";
  display: table;
  clear: both; }

.tpl_page_home #usps-blocks, .tpl_page_columns #usps-blocks, .tpl_page #usps-blocks {
  margin-top: 2rem; }
.tpl_page_home ul.usplist li, .tpl_page_columns ul.usplist li, .tpl_page ul.usplist li {
  font-size: 14px;
  clear: left; }
.tpl_page_home ul.paymethods, .tpl_page_columns ul.paymethods, .tpl_page ul.paymethods {
  display: inline-block;
  flex-flow: initial;
  height: auto;
  width: 100%; }
  .tpl_page_home ul.paymethods li, .tpl_page_columns ul.paymethods li, .tpl_page ul.paymethods li {
    margin-right: 10px;
    float: left; }
.tpl_page_home .footer__bottom .paymethods, .tpl_page_columns .footer__bottom .paymethods, .tpl_page .footer__bottom .paymethods {
  text-align: center; }
  .tpl_page_home .footer__bottom .paymethods li, .tpl_page_columns .footer__bottom .paymethods li, .tpl_page .footer__bottom .paymethods li {
    float: none;
    display: inline-block; }

.tpl_page_columns main > .container, .tpl_page main > .container {
  font-size: 1.1rem;
  padding-top: 2%;
  padding-bottom: 5%; }
.tpl_page_columns .header, .tpl_page .header {
  height: 20vw;
  max-height: 300px;
  min-height: 100px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .tpl_page_columns .header .container, .tpl_page .header .container {
    height: 100%; }
  .tpl_page_columns .header img, .tpl_page .header img {
    position: absolute;
    left: 0px;
    top: 0px;
    height: auto;
    width: 100%; }
  .tpl_page_columns .header .title_container, .tpl_page .header .title_container {
    position: absolute;
    bottom: 0px;
    bottom: 30px;
    color: #fff;
    text-transform: uppercase; }

.ui-datepicker-trigger {
  width: 45px;
  padding: 0px;
  float: left; }
  .ui-datepicker-trigger:before {
    content: "\f073";
    display: inline-block;
    position: relative;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in-out;
    color: #fff; }
  .ui-datepicker-trigger img {
    display: none; }

#plannertimes {
  padding-left: 10px;
  padding-top: 10px; }
  #plannertimes > b:first-of-type {
    margin-bottom: 10px;
    display: inline-block; }

input.plannerknop {
  float: none;
  width: calc(100% - 10px);
  display: inline-block;
  border-radius: 0px;
  box-shadow: none;
  border: 2px solid #000;
  background: #000;
  transition: all 0.2s ease-in-out;
  height: 40px;
  margin-left: 10px; }
  input.plannerknop:hover {
    background: transparent;
    color: #000;
    border: 2px solid #000; }

select.plannerbox {
  width: 100%; }

.planner_rightcolumn input:not([type="submit"]) {
  background: #d6d6d6;
  transition: all 0.2s ease-in-out;
  width: calc(100% - 10px);
  margin-bottom: 5px;
  margin-left: 10px; }
  .planner_rightcolumn input:not([type="submit"]):hover {
    background: #dedede; }
.planner_rightcolumn select.plannerbox {
  width: calc(100% - 10px); }
.planner_rightcolumn textarea.plannerarea {
  margin-left: 10px;
  width: 100%;
  font-size: 14px; }
.planner_rightcolumn [type=checkbox] + label, .planner_rightcolumn [type=radio] + label {
  margin-left: 10px; }

a.planner_adjust {
  display: inline-block;
  background: #d6d6d6;
  color: #242424;
  transition: all 0.2s ease-in-out;
  padding: 10px 20px;
  font-weight: 700;
  margin-top: 15px; }
  a.planner_adjust:after {
    content: "\f044";
    display: inline-block;
    position: relative;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in-out;
    color: #242424;
    margin-left: 10px;
    top: 3px; }
  a.planner_adjust:hover {
    color: #fff;
    background: #242424; }
    a.planner_adjust:hover:after {
      color: #fff; }

.planner_confirmation {
  float: left;
  width: 100%; }
  .planner_confirmation p {
    margin-top: 15px; }
  .planner_confirmation input.plannerknop {
    margin-left: 0px; }
  .planner_confirmation table {
    width: 100%; }
    .planner_confirmation table tr td:nth-of-type(1) {
      font-weight: 700;
      text-align: right;
      padding-right: 10px;
      width: 210px; }

.dropbox {
  width: 100%;
  border: 0px;
  margin-bottom: 0px; }

.hiderow {
  display: none !important; }

.inhoud_orderpage .order_addressfields {
  margin-top: 0px; }

#webshop_content {
  background-color: #FFFFFF; }

#webshop_content form {
  display: flex;
  flex-flow: nowrap column; }

div.poweredbywcc {
  font-size: 8pt;
  color: #d6d2d1 !important; }

div.poweredbywcc a {
  text-decoration: none;
  color: #d6d2d1 !important; }

tr.checkedrow {
  background-color: #05cc05;
  color: #fff; }

td.basket {
  padding: 2px 10px 5px 0px; }

a.basketinfo_title {
  color: #061232; }

div.stock_loadSandPsingleProduct_clsWCCWebshop {
  left: -600px !important; }

div.stock_loadSandPmultiProducts_clsWCCWebshop {
  left: -100px !important;
  margin-top: -280px; }

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

.filter_EAN {
  display: block;
  width: 141px; }
  .filter_EAN input {
    max-width: 100%; }

.searchfilters_set {
  display: none; }

div.licenseplate_cars {
  display: none;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  border: 0px;
  z-index: 300; }
  div.licenseplate_cars:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 10;
    background: #000;
    opacity: 0.5; }
  div.licenseplate_cars .redtext {
    margin-bottom: 10px; }
  div.licenseplate_cars .lp_content {
    top: 30%;
    background: #fff;
    padding: 20px;
    position: absolute;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    height: auto;
    overflow: auto;
    font-size: 10pt;
    border: 0px;
    color: #000;
    z-index: 2000;
    z-index: 20;
    max-height: calc(100vh - 40%); }
  div.licenseplate_cars h1 {
    color: #000;
    font-size: 1.7rem;
    text-align: center; }
    div.licenseplate_cars h1 span.current_licenseplate {
      font-weight: 700; }
  div.licenseplate_cars p {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center; }
  div.licenseplate_cars .car_error {
    text-align: center;
    background: transparent;
    padding: 5px;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-bottom: 10px;
    color: #ff6a00;
    border: 1px solid #ff6a00;
    font-weight: 700; }
  div.licenseplate_cars .carinfo_container .carinfo {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px; }
    div.licenseplate_cars .carinfo_container .carinfo a {
      background: #000;
      cursor: pointer;
      color: #fff;
      border: 1px solid #000;
      padding: 10px 20px;
      transition: all 0.2s ease-in-out;
      font-weight: 700;
      width: 100%;
      display: inline-block;
      text-align: center; }
      div.licenseplate_cars .carinfo_container .carinfo a:hover {
        background: transparent;
        color: #000; }
      div.licenseplate_cars .carinfo_container .carinfo a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 17px;
        content: "\f105";
        margin-left: 30px;
        transition: transform 0.2s ease-in-out;
        top: 0px;
        position: relative; }
      div.licenseplate_cars .carinfo_container .carinfo a .carinfo_car {
        margin-right: 10px; }
    div.licenseplate_cars .carinfo_container .carinfo .carinfo_match {
      padding: 10px 20px; }
    div.licenseplate_cars .carinfo_container .carinfo .carinfo_details {
      padding: 10px 20px; }
    div.licenseplate_cars .carinfo_container .carinfo.has_details {
      border: 1px solid #000; }
  div.licenseplate_cars .close_licenseplateoverlay {
    float: right;
    padding: 5px 15px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    font-size: 0.9rem; }
    div.licenseplate_cars .close_licenseplateoverlay:after {
      content: "\f00d";
      display: inline-block;
      font: normal normal normal 19px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: inherit;
      margin-left: 5px; }
    div.licenseplate_cars .close_licenseplateoverlay:hover {
      background: transparent;
      color: #000; }
  div.licenseplate_cars .message {
    width: 100% !important;
    text-align: center;
    color: #000;
    font-weight: 400;
    font-style: italic; }

.basketinfo_products .basketinfo_links {
  cursor: pointer; }

div.basketblock,
li.basketblock {
  position: relative;
  font-size: 13px;
  text-indent: 30px;
  margin-left: 20px;
  z-index: 100; }

.basket_title {
  font-size: 18px;
  color: #4A4A4A;
  font-weight: 700;
  margin-bottom: 10px; }

div.basketblock:hover #basketinfo_allproducts,
li.basketblock:hover #basketinfo_allproducts {
  display: block;
  top: 39px;
  opacity: 1;
  max-height: 1500px;
  padding: 15px;
  padding-top: 25px; }

div.basketinfo_links {
  height: 100%; }

a.basketinfo_title {
  color: #4A4A4A; }

.basketinfo_links:before {
  content: "\f07a";
  display: inline-block;
  font: normal normal normal 19px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0px;
  top: 6px;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  font-size: 27px; }

.basketinfo_products {
  height: 100%; }

.gotobasket a {
  background: #000;
  border: 1px solid #000; }

.gotobasket a:hover {
  color: #000;
  background: transparent; }

.basket_overview .basket_product {
  border-bottom: 1px solid #000;
  line-height: 15px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .basket_overview .basket_product:after {
    content: "";
    display: table;
    clear: both; }
  .basket_overview .basket_product .basket_product_amount {
    float: left;
    width: 10%;
    clear: left;
    font-weight: bold; }
  .basket_overview .basket_product .basket_product_name {
    float: left;
    width: 65%; }
  .basket_overview .basket_product .basket_product_price {
    float: left;
    width: 25%;
    text-align: right; }
  .basket_overview .basket_product .basket_product_delete {
    display: none; }

.basket_overview_total {
  margin-top: 10px; }
  .basket_overview_total .total_text {
    float: left; }
  .basket_overview_total .total_amount {
    float: right; }
  .basket_overview_total .gotobasket {
    float: left;
    width: 100%; }

tr.checkedrow {
  background-color: #000; }

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

div.productfamily {
  max-height: 220px; }

table.productfamily {
  border: 0px; }
  table.productfamily tr {
    transition: all 0.2s ease-in-out; }
    table.productfamily tr:hover {
      background: #242424;
      color: #fff; }
    table.productfamily tr td {
      padding: 10px; }

div.productdetails.productdetailsrear {
  border-color: #000; }

.search_wheels_wide .price_visible .price_text {
  display: none; }

td.low_amount div {
  color: red;
  font-style: italic; }

.product_single .info_button_container {
  width: 100%; }
  .product_single .info_button_container .showCars, .product_single .info_button_container .showNoCars, .product_single .info_button_container .showStock, .product_single .info_button_container .productextratext_button {
    /*margin-top: 0px;*/ }
  .product_single .info_button_container.has_buttons {
    min-height: 30px; }

.productextratext_button:before {
  content: "\f129";
  color: #fff;
  font-size: 17px; }
.productextratext_button:hover:before {
  color: #000; }

.table_extrasmall table {
  width: 100%;
  font-size: 0.85rem; }

.productextratext {
  width: 100%;
  clear: both;
  margin-top: 0px;
  transition: all 0.5s ease-in-out;
  opacity: 0; }
  .productextratext .productextratext_text {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    margin-top: 0px; }
  .productextratext.open {
    margin-top: 10px;
    opacity: 1; }
    .productextratext.open .productextratext_text {
      max-height: 500px; }

img {
  border: 0px; }

body {
  z-index: 0; }

.nowhitespace {
  white-space: nowrap; }

div.product_main, div.product_footer {
  clear: both;
  width: 100%; }

div.products_main {
  clear: both;
  width: 100%;
  position: relative; }
  div.products_main .searchresult_count {
    position: relative;
    float: left;
    max-width: 100%;
    color: #000;
    bottom: inherit;
    font-size: 1.2rem; }
    div.products_main .searchresult_count span {
      font-weight: 700; }

div.categorytabs {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%; }

a.producttab, a.producttabs, .tab_other {
  display: inline-block;
  position: relative;
  margin: 0px;
  margin-right: 10px;
  padding: 10px 10px;
  /*border: 0px solid #aaa;*/
  text-decoration: none;
  text-align: center;
  border-radius: 0px;
  /*background-color: #ebebeb;*/
  color: #000;
  font-weight: 700;
  font-size: 13px;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif; }
  a.producttab:before, a.producttabs:before, .tab_other:before {
    content: '';
    height: 1px;
    width: 0px;
    position: absolute;
    left: 10px;
    top: 35px;
    background: #000;
    transition: all 0.2s ease-in-out; }

a.producttab:hover, a.producttabs {
  /*background-color: #64c901;*/
  /*color: #fff;*/ }
  a.producttab:hover:before, a.producttabs:before {
    opacity: 1;
    width: calc(100% - 20px); }

/*        div.categorytabs .producttabs:nth-of-type(1){
            margin-left: 5px;
        }*/
/* clearfix */
.categorytabs:after, .product_main:after, .usp_side:after, .pagenav:after, .pagenav table:after, .all_common_filters:after, .productsfound:after, .product:after {
  content: "";
  display: table;
  clear: both; }

/*  end of product tabs for categories */
/* end of header, with car select and category tabs */
/* right column, common filters, sort and found products */
div.product_content {
  position: relative;
  float: left;
  width: 80%;
  padding: 5px;
  min-height: 200px;
  background: transparent;
  padding-top: 0px; }
  div.product_content.column-top {
    width: 100%; }

span.filter_name, span.sort_name {
  display: block; }

/* end of common filters */
div.pagenav {
  position: relative;
  /*clear: both;*/
  line-height: 18px;
  float: right;
  /*                position: absolute;
                  right: 0px;*/ }

table.pagenav {
  position: relative;
  float: right; }

/* display of set filters */
div.searchfilters_set {
  width: 100%;
  height: 40px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #ebebeb;
  color: #000; }

div.searchfilters_yourchoice {
  position: relative;
  width: 110px;
  height: 40px;
  float: left;
  text-indent: 16px;
  line-height: 38px;
  text-transform: uppercase;
  background-color: #aaa;
  color: #fff; }

div.searchfilters_arrow {
  position: relative;
  top: 5px;
  left: 0px;
  float: left;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #aaa; }

div.searchfilters_filters {
  position: relative;
  top: 10px;
  float: left;
  width: 620px;
  height: 30px;
  overflow: auto; }

div.searchfilters_filters span.searchfilter {
  margin-left: 10px;
  font-size: 8pt; }

span.emptyspace_filterbox {
  display: block;
  height: 23px;
  line-height: 28px;
  width: 60px; }

/* end of display of filters set */
/* found products */
div.productsfound {
  margin-top: 5px; }

div.stock_yes, div.stock_no {
  /*background-image: url("../img/shop/stock_yes.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position:  center center;*/
  width: 40px;
  height: 22px;
  line-height: 22px;
  padding: 2px 0px;
  text-align: center;
  margin: -2px 6px 0px 0px;
  font-size: 10pt;
  font-weight: bold;
  font-family: arial;
  border-radius: 3px;
  border: 1px solid #63c800;
  background-color: #eee;
  color: #555; }

div.stock_no {
  border: 1px solid orange;
  background-color: #fff; }

div.nostock_words {
  margin-left: -20px; }

div.productdetails div.nostock_words {
  margin-left: 0px; }

div.stock_words, div.nostock_words {
  white-space: nowrap;
  width: 90px;
  text-align: right; }

div.productdetails div.stock_words, div.productdetails div.nostock_words {
  margin-top: 7px; }

div.productdetails img {
  margin-top: 3px; }

div.stock_yes img, div.stock_no img {
  margin-top: -1px; }

/* tyres */
table.search_all {
  position: relative;
  border-top: 1px solid #aaa;
  width: 100%;
  font-size: 9pt; }

table.search_all tr.product {
  height: 90px; }

table.search_all td.product_cell {
  padding: 10px 10px 5px 5px;
  /* top right bottom left */
  line-height: 20px; }

td.product_setprice {
  border-bottom: 1px solid #000;
  padding-right: 10px;
  padding-bottom: 5px; }

table.search_all img.product_image {
  visibility: hidden;
  position: absolute;
  margin-left: -180px;
  margin-top: 30px;
  width: 140px; }

table.search_all td.product_name {
  width: 240px; }

table.search_all a.product_title {
  font-weight: bold; }

table.search_all td.tyrelabel {
  position: relative;
  top: 0px;
  width: 136px; }

table.search_all td.product_price {
  text-align: right;
  margin-bottom: 4px; }

table.search_all span.price {
  display: block;
  float: left;
  margin-right: 4px; }

div.setprice {
  font-weight: bold;
  font-size: 9pt;
  text-align: right; }

span.extrapricedata {
  margin-top: 4px;
  font-weight: normal; }

span.vat {
  font-size: 8pt; }

img.labelinfo_stripes {
  float: left; }

table.search_all div.labelinfo_arrow {
  float: left;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #bbb; }

table.search_all div.product_label {
  width: 70px;
  height: 14px;
  float: left;
  padding: 5px;
  line-height: 14px;
  font-size: 9pt;
  font-family: arial;
  background-color: #bbb;
  color: #fff; }

div.labelinfo {
  clear: left;
  display: none;
  position: absolute;
  padding: 2px;
  margin-left: -240px;
  margin-top: 0px;
  top: 0px;
  width: 214px;
  /*213*/
  height: 313px;
  /*312*/
  text-align: left;
  z-index: 30;
  background: #fff;
  background-image: url("../img/tyrelabel/background.png");
  background-repeat: no-repeat; }

img.tyrelabel_fuel {
  position: absolute;
  left: 2px;
  top: 2px; }

img.tyrelabel_wet {
  position: absolute;
  left: 122px;
  top: 2px; }

img.tyrelabel_sound {
  position: absolute;
  left: 41px;
  top: 217px; }

div.tyrelabel_tyreid {
  position: absolute;
  top: 285px;
  left: 45px;
  color: #000;
  z-index: 30; }

/* end tyres */
/* wheels */
div.productlist_wheel, div.productlist_steel {
  position: relative;
  float: left;
  width: calc(25% - 30px / 4);
  height: 270px;
  margin: 0px 10px 10px 0px;
  background: #ededed;
  transition: all 0.2s ease-in-out; }

div.productlist_wheel:nth-of-type(4n), div.productlist_steel:nth-of-type(4n) {
  margin-right: 0px; }

div.productlist_wheel:hover, div.productlist_steel:hover {
  background: #d2d2d2; }

div.productlist_wheel:hover img.productlist_wheel, div.productlist_steel:hover img.productlist_wheel {
  width: 150px;
  margin-top: 11px; }

/*	div.productlist_wheelinfo {
		display: block;
		position: absolute;
		display: none;
		top: -30px;
		left: -200px;
		width: 300px;
		min-height: 200px;
		overflow: auto;
		padding: 5px;
		font-size: 9pt;
		border: 1px solid #aaa;
		background: #eee;
		color: #000;
		z-index: 50;
	}*/
.productlist_wheelinfo {
  transition: all 0.4s ease-in-out;
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  background: #fff;
  border: 0px;
  right: -10px;
  bottom: -10px;
  z-index: 300;
  padding: 0px;
  overflow: hidden;
  cursor: default; }
  .productlist_wheelinfo table {
    max-width: 100%;
    font-size: 0.8rem;
    color: #000; }

a.productlist_wheel, .productlist_steel a {
  display: block;
  width: calc(100% - 4px);
  text-align: center;
  background: #fff;
  margin: 2px;
  height: 170px; }

img.productlist_wheel, img.productlist_steel {
  width: 140px;
  height: auto;
  margin-top: 16px;
  transition: all 0.2s ease-in-out; }

div.productlist_wheel div.product_name, div.productlist_steel div.product_name {
  font-size: 13px;
  width: 100%;
  height: auto;
  padding: 12px 20px;
  padding-bottom: 0px;
  font-weight: 700;
  text-transform: uppercase; }

div.productlist_wheel div.product_price, div.productlist_steel div.product_price {
  line-height: 22px; }

div.productlist_wheel span.price, div.productlist_steel span.price {
  display: block;
  float: left;
  margin-right: 4px;
  font-size: 9pt; }

div.productlist_wheel div.price, div.productlist_steel div.price {
  font-size: 9pt;
  font-weight: bold; }

div.productlist_steel div.product_extrainfo {
  font-size: 8pt;
  margin-bottom: 5px;
  height: 60px;
  overflow-x: auto;
  overflow-y: none; }

/* end wheels */
/* tpms */
table.search_tpms {
  border-top: 1px solid #aaa;
  width: 100%;
  font-size: 9pt; }

table.search_tpms tr.product {
  height: 50px; }

table.search_tpms td.product_cell {
  padding: 10px 10px 5px 5px;
  /* top right bottom left */
  line-height: 20px; }

table.search_tpms img.product_image {
  visibility: hidden;
  position: absolute;
  margin-left: -180px;
  margin-top: 30px;
  width: 140px; }

table.search_tpms td.product_name {
  width: 240px; }

table.search_tpms a.product_title {
  font-weight: bold; }

table.search_tpms td.product_price {
  text-align: right; }

table.search_tpms span.price {
  display: block;
  float: left;
  margin-right: 4px; }

div.setprice {
  font-weight: bold;
  font-size: 9pt; }

span.vat {
  font-size: 8pt; }

/* end tpms */
div.product_onrequest {
  position: absolute;
  left: 200px;
  display: none;
  width: 400px;
  height: 140px;
  padding: 10px;
  border: 1px solid black;
  font-weight: normal;
  background: #ddd;
  color: #000;
  z-index: 100; }

/* end of found products */
/* single product */
div.product {
  clear: both;
  position: relative;
  border-top: 1px solid #ebebeb;
  color: #000; }

div.product a {
  color: #000; }

div.product a.product_title {
  color: #000 !important;
  text-decoration: none !important;
  text-decoration: none !important; }

div.producttitle {
  width: 256px;
  min-height: 30px;
  float: left; }

h1.producttitle {
  font-weight: bold; }

h2.productsubtitle {
  font-weight: normal; }

div.submitbutton, div.submitbutton2 {
  width: 74px;
  float: left; }

div.submitbutton {
  display: none; }

a.submitbutton {
  text-decoration: none; }

input.submitbutton {
  position: relative;
  top: 20px;
  width: 74px;
  height: 30px;
  text-transform: uppercase;
  font-size: 9pt;
  font-weight: bold;
  line-height: 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  background-color: #63c800;
  background-image: url("design1/back_button.gif");
  background-repeat: repeat-x;
  color: #fff; }

div.productdescription, div.productremark, div.productextradescription, div.productfamily, div.productprice, div.producticons {
  clear: both;
  width: 100%;
  min-height: 30px;
  /*border-bottom: 1px solid #ebebeb;*/
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 0px; }

div.productdescription {
  padding: 0px; }

div.productremark {
  word-break: break-word; }
  div.productremark a {
    text-decoration: underline; }

div.productfamily {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden; }

table.productfamily {
  border: 1px solid #b8c8d8;
  font-size: 0.9em; }

tr.familyproducts_head td {
  font-weight: 400;
  background: #eee; }

table.productfamily tr {
  height: 24px; }

table.productfamily tr:hover {
  background-color: #e3e3e3; }

table.productfamily td {
  padding: 2px;
  cursor: pointer; }

table.productfamily td.borderbottom {
  border-bottom: 1px solid #ccc;
  font-weight: bold; }

div.productdetails table.stock {
  width: 300px; }

div.productprice table.stock {
  position: relative;
  top: 8px; }

div.productprice table.stock div.stock_yes, div.productprice table.stock div.stock_no {
  margin: 0px 6px 0px 0px; }

div.productstock {
  padding-top: 14px;
  padding-right: 4px;
  /*float: left;*/
  font-weight: bold; }

div.singlegross, div.singleprice {
  clear: both; }

div.singlegrossprice {
  width: 120px;
  font-weight: bold;
  font-size: 8pt;
  margin-bottom: 10px;
  float: left; }

div.singlegrossdiscount {
  width: 120px;
  font-size: 8pt;
  margin-bottom: 10px;
  float: right; }

tr.checkedrow {
  background-color: #e3e3e3; }

tr.uncheckedrow {
  background-color: #fff; }

div.optionaltyrestowheel {
  padding-top: 10px; }

/* end of single product */
/* related products to single product */
.relatedproducts {
  display: block;
  position: relative;
  width: 100%;
  padding: 14px;
  padding-top: 0px; }

img.wheelfortyrestowheel {
  float: left;
  width: 100px;
  margin-right: 10px; }

h1.relatedproducts {
  font-size: 12pt;
  margin-bottom: 0px;
  margin-bottom: -10px; }

div.relatedproducts_basket {
  float: right; }

span.relatedproducts_shop {
  margin-right: 30px; }

span.relatedproducts_basket a, span.relatedproducts_shop a {
  color: #000; }

span.relatedproducts_basket a:hover, span.relatedproducts_shop a:hover {
  text-decoration: none; }

/* end of right column, common filters, sort and found products */
/* basket info in design */
div.basketinfo_links {
  width: 100%;
  height: 20px;
  /*border-bottom: 1px solid $blockstitle;*/ }

a.basketinfo_link {
  padding-left: 20px;
  padding-right: 0px;
  border-left: 2px solid #000;
  color: #000; }

a.basketinfo_title:hover, a.basketinfo_link:hover {
  text-decoration: underline; }

div.gotobasket {
  text-align: right;
  margin-top: 5px; }

/* end of basket info in design */
#lp_loader {
  display: none; }

div.lp_loader {
  text-align: center;
  margin-top: 80px; }

/* end of licenseplate */
.loggedinas li.login:hover .login_submenu,
.loggedinas div.login:hover .login_submenu {
  overflow: inherit; }
  .loggedinas li.login:hover .login_submenu div.custmemo,
  .loggedinas div.login:hover .login_submenu div.custmemo {
    opacity: 1;
    transform: translateX(0px); }

/* customer memo */
div.custmemo {
  display: block !important;
  position: absolute;
  margin: 0px;
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s ease-in-out;
  top: 10px;
  margin-left: 0px;
  left: unset;
  right: 100%;
  width: 400px;
  height: 100%;
  padding: 20px;
  /*box-shadow: 3px 3px 5px #b7b7b7;*/
  border-radius: 0px;
  border: 1px solid #b7b7b7;
  background: #fff;
  color: #000;
  z-index: -2;
  min-height: 254px;
  /*max-width: 100%;*/ }
  div.custmemo textarea.custmemo {
    width: 100%;
    /*height: 280px;*/
    font-size: 1rem;
    height: calc(100% - 80px); }
  div.custmemo [type="button"], div.custmemo [type="submit"] {
    width: auto;
    text-indent: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    position: absolute;
    float: none;
    left: 20px;
    bottom: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    line-height: inherit;
    height: auto;
    font-weight: normal;
    font-size: 1rem; }
  div.custmemo a {
    display: none !important;
    position: absolute;
    right: 20px;
    bottom: 20px;
    float: none !important;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #000;
    background: #fff;
    color: #000 !important;
    padding: 10px 20px;
    transition: all 0.2s ease-in-out;
    text-decoration: none; }
    div.custmemo a:hover {
      color: #fff !important;
      background: #000;
      text-decoration: none; }

/* end of customer memo */
div.extraremark_tyre, div.extraremark_wheel, div.extraremark_steel, div.extraremark_tpms {
  /*text-align: center;*/ }

#showProductsForWheel {
  display: none;
  width: 100%;
  position: fixed;
  left: 0px !important;
  top: 0px;
  height: 100%;
  border: 0px;
  z-index: 200; }
  #showProductsForWheel .suspension_head {
    font-weight: 700; }
  #showProductsForWheel a.pdf_download:before {
    content: "\f1c1";
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    width: 25px;
    height: 25px;
    border-radius: 0px;
    padding: 5px;
    transition: all .2s ease-in-out; }
  #showProductsForWheel a.pdf_download:hover:before {
    background: #000;
    color: #fff; }
  #showProductsForWheel .suspension_motorisation:before {
    content: "\f105";
    display: flex;
    justify-content: center;
    align-items: center; }
  #showProductsForWheel:after {
    content: '';
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 100; }
  #showProductsForWheel .showProductsForWheel {
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 200;
    background: #fff;
    left: 0px;
    top: 0px;
    overflow: scroll;
    padding: 20px;
    margin-top: 15%;
    width: 800px;
    left: 50%;
    margin-left: -400px; }
    #showProductsForWheel .showProductsForWheel table {
      width: 100% !important; }
      #showProductsForWheel .showProductsForWheel table tr {
        transition: all 0.2s ease-in-out;
        font-size: 14px; }
        #showProductsForWheel .showProductsForWheel table tr td {
          padding: 5px; }
        #showProductsForWheel .showProductsForWheel table tr:nth-of-type(1) td {
          padding-bottom: 15px; }
        #showProductsForWheel .showProductsForWheel table tr:hover {
          background: #efefef; }
  #showProductsForWheel > p a {
    position: absolute;
    top: calc(15vw - 39px);
    z-index: 300;
    color: #000;
    background: #fff;
    padding: 10px 20px;
    right: 50%;
    margin-right: -400px;
    transition: all 0.2s ease-in-out; }
    #showProductsForWheel > p a:after {
      content: "\f00d";
      display: inline-block;
      position: relative;
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-left: 10px; }
  #showProductsForWheel > p a:hover {
    background: #efefef; }

/* showProductsForWheel, copy from wcc_shop.css */
/*#showProductsForWheel {
	display: none;
	position: absolute;
	top: 200px;
	left: 20px;
	width: 700px;
	height: 500px;
	padding: 20px;
	box-shadow: 3px 3px 5px #b7b7b7;
	border-radius: 5px;
	border: 1px solid #b7b7b7;
	font-size: 10pt;
	background: #fff;
	color: #000;
	z-index: 1000;
}
#showProductsForWheel a {
	float: right;
	font-weight: bold;
	color: #f00;
}
div.showProductsForWheel {
	width: 640px;
	height: 480px;
	overflow: auto;
}*/
/* end showProductsForWheel, copy from wcc_shop.css */
#webshop_content {
  opacity: 1 !important; }

.extrainfo {
  margin-top: 5%;
  background: #ededed;
  padding: 7.7%;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700; }

.extrainfo p {
  margin-bottom: 5%; }

.extrainfo .paymethods li {
  margin-right: 6px; }

.nav_nextpage, .nav_lastpage, .nav_prevpage, .nav_firstpage, .navpagelink {
  display: inline-block;
  width: 32px;
  height: 32px;
  /*background: #ebebeb;*/
  color: #000;
  transition: all 0.2s ease-in-out;
  text-align: center;
  line-height: 25px;
  position: relative;
  overflow: hidden;
  position: relative; }
  .nav_nextpage:after, .nav_lastpage:after, .nav_prevpage:after, .nav_firstpage:after, .navpagelink:after {
    transition: all 0.2s ease-in-out;
    content: '';
    display: block;
    width: 0px;
    border-bottom: 1px solid #000;
    position: absolute;
    background: #000;
    left: 5px;
    top: 27px;
    opacity: 0; }

.navpagelink {
  line-height: 32px;
  font-weight: 700;
  font-size: 13px; }

.nav_nextpage:hover, .nav_lastpage:hover, .nav_prevpage:hover, .nav_firstpage:hover, .navpagelink:hover {
  /*background: #7c7c7c;*/
  /*color: #000;*/
  /*border-color: #7c7c7c;*/ }
  .nav_nextpage:hover:after, .nav_lastpage:hover:after, .nav_prevpage:hover:after, .nav_firstpage:hover:after, .navpagelink:hover:after {
    opacity: 1;
    width: calc(100% - 10px); }

.navpagelink.activepage {
  /*    background: #7c7c7c;
      color: #fff;
      border-color: #7c7c7c;*/ }
  .navpagelink.activepage:after {
    opacity: 1;
    width: calc(100% - 10px); }

.navpagelink.activepage:hover {
  /*    background: #7c7c7c;
      color: #fff;
      border-color: #7c7c7c;*/ }

.nav_intro {
  line-height: 32px;
  font-size: 13px;
  font-weight: 700;
  padding-right: 5px;
  float: left; }

.nav_nextpage:before, .nav_lastpage:before, .nav_prevpage:before, .nav_firstpage:before {
  display: block;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19px;
  line-height: 32px;
  width: 100%;
  text-align: center; }

.nav_nextpage:before {
  content: "\f105"; }

.nav_lastpage:before {
  content: "\f101"; }

.nav_prevpage:before {
  content: "\f104"; }

.nav_firstpage:before {
  content: "\f100"; }

.product_header .searchresult_count {
  position: absolute;
  bottom: 30px;
  left: 0px;
  color: #fff;
  font-size: 22px;
  display: none;
  max-width: 48%; }
  .product_header .searchresult_count span {
    font-weight: 700; }

.product_header .usplist {
  display: none; }

.usps--horizontal {
  display: none !important; }

.menu-service .contact {
  display: none !important; }

/*.header__top .menu-service{
    right: 0px;
    position: absolute;
}*/
.pagecount {
  display: none; }

.noproducts {
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin-top: 20px; }

.product_price {
  padding: 12px 20px;
  padding-top: 0px; }

.productsinbasket {
  display: none; }
  .productsinbasket:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000;
    position: fixed;
    z-index: 100;
    opacity: 0.5; }
  .productsinbasket .container {
    position: relative;
    top: -130px; }
  .productsinbasket .inbasket {
    position: absolute;
    background: #ededed;
    font-size: 18px;
    color: #4A4A4A;
    top: 62px;
    right: -41px;
    width: 400px;
    min-height: 100px;
    padding: 10px;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    z-index: 10000; }
    .productsinbasket .inbasket h2 {
      font-size: 15px;
      text-align: center; }
    .productsinbasket .inbasket a, .productsinbasket .inbasket span.to_shop {
      color: #fff;
      font-size: 15px;
      border: 1px solid #000;
      padding: 10px 20px;
      margin-top: 10px;
      width: 100%;
      text-align: center;
      display: inline-block;
      background: #000;
      text-decoration: none;
      transition: all 0.2s ease-in-out;
      cursor: pointer; }
      .productsinbasket .inbasket a.to_basket:after, .productsinbasket .inbasket a.to_shop:after, .productsinbasket .inbasket span.to_shop.to_basket:after, .productsinbasket .inbasket span.to_shop.to_shop:after {
        display: inline-block;
        font: normal normal normal 19px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 10px; }
      .productsinbasket .inbasket a.to_basket:after, .productsinbasket .inbasket span.to_shop.to_basket:after {
        content: "\f07a"; }
      .productsinbasket .inbasket a.to_shop:after, .productsinbasket .inbasket span.to_shop.to_shop:after {
        content: "\f105";
        top: 1px;
        position: relative; }
      .productsinbasket .inbasket a:hover, .productsinbasket .inbasket span.to_shop:hover {
        background: transparent;
        color: #000; }
    .productsinbasket .inbasket:after {
      content: '';
      display: block;
      transform: rotate(45deg);
      position: absolute;
      top: -6px;
      right: 56px;
      width: 20px;
      height: 20px;
      background: #ededed; }

#webshop_content.productpage {
  background: #fff;
  /*    .product_header{
          display: none;
      }*/ }
  #webshop_content.productpage .all_common_filters {
    float: right; }
  #webshop_content.productpage .producttabs {
    display: none; }
  #webshop_content.productpage .product_column_left {
    display: none; }
  #webshop_content.productpage .product_single > .product_content {
    width: 100%; }
    #webshop_content.productpage .product_single > .product_content.relatedproducts_content {
      width: 72%;
      padding-left: 5px; }
      #webshop_content.productpage .product_single > .product_content.relatedproducts_content h2, #webshop_content.productpage .product_single > .product_content.relatedproducts_content h2 span {
        font-family: "Open Sans", sans-serif;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 6%; }
    #webshop_content.productpage .product_single > .product_content .single_product {
      border: 0px; }
      #webshop_content.productpage .product_single > .product_content .single_product .breadcrumb {
        width: 100%;
        margin-top: 3%;
        margin-bottom: 3%; }
        #webshop_content.productpage .product_single > .product_content .single_product .breadcrumb .shoplink {
          transition: all 0.2s ease-in-out;
          border: 1px solid #000;
          border-radius: 0px;
          padding: 10px 20px;
          font-size: 12px; }
          #webshop_content.productpage .product_single > .product_content .single_product .breadcrumb .shoplink:before {
            content: "\f104";
            display: inline-block;
            font: normal normal normal 18px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: relative;
            margin-right: 10px;
            top: 2px;
            margin-left: 10px;
            transition: all 0.2s ease-in-out;
            color: #000; }
          #webshop_content.productpage .product_single > .product_content .single_product .breadcrumb .shoplink:hover {
            color: #fff;
            background: #000; }
            #webshop_content.productpage .product_single > .product_content .single_product .breadcrumb .shoplink:hover:before {
              margin-left: 0px;
              margin-right: 20px;
              color: #fff; }
      #webshop_content.productpage .product_single > .product_content .single_product .tyre_icons img {
        float: right !important;
        margin-right: 3px !important; }

.product_info {
  position: absolute;
  right: 10px;
  bottom: 10px; }
  .product_info .infobutton {
    color: #000;
    cursor: pointer; }
    .product_info .infobutton:after {
      content: "\f05a";
      display: inline-block;
      position: relative;
      font: normal normal normal 22px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .product_info .infobutton:hover .productlist_wheelinfo {
      display: block;
      width: 320px;
      height: 200px;
      padding: 15px;
      overflow-y: auto; }
    .product_info .infobutton:hover:after {
      z-index: 400; }

body {
  /*    &.overlay_loader{
          &:after{
              content: "\f1ce";
              display: block;
              position: absolute;
              font: normal normal normal 32px/1 FontAwesome;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              transition: all 0.2s ease-in-out;
              color: #fff;
              top: 50%;
              left: 50%;
              margin-left: -16px;
              margin-top: -16px;
              z-index: 200;
              opacity: 0;
  
              -webkit-animation: rotating 1.5s linear infinite;
              -moz-animation: rotating 1.5s linear infinite;
              -ms-animation: rotating 1.5s linear infinite;
              -o-animation: rotating 1.5s linear infinite;
              animation: rotating 1.5s linear infinite;
          }
      }*/ }

.stock_block {
  display: none; }

.showCars, .showNoCars, .showStock, .productextratext_button {
  float: left;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #000;
  margin-right: 5px;
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
  background: #000; }
  .showCars:after, .showNoCars:after, .showStock:after, .productextratext_button:after {
    display: inline-block;
    position: relative;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in-out;
    color: #fff; }
  .showCars:hover, .showNoCars:hover, .showStock:hover, .productextratext_button:hover {
    cursor: pointer;
    background: #fff; }
    .showCars:hover:after, .showNoCars:hover:after, .showStock:hover:after, .productextratext_button:hover:after {
      color: #000; }

.showCars, .showNoCars {
  clear: left; }
  .showCars:after, .showNoCars:after {
    content: "\f1b9"; }

div.product_content.relatedproducts_content {
  padding: 0px; }

.relatedproducts_startamount {
  /*    margin-bottom: 15px;
      display: inline-block;*/
  display: none; }

.relatedproducts {
  float: left;
  margin-top: 5%;
  width: 100%; }

.relatedproducts .search_all .product_price .price_cell, .simplelist .product .product_price .price_cell {
  font-size: 13px; }
  .relatedproducts .search_all .product_price .price_cell .price, .simplelist .product .product_price .price_cell .price {
    font-weight: normal;
    margin-left: 5px; }
.relatedproducts .search_all .product_price .price_set .price, .simplelist .product .product_price .price_set .price {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  font-size: 14px; }
  .relatedproducts .search_all .product_price .price_set .price b, .simplelist .product .product_price .price_set .price b {
    font-size: 16px; }

.productdetails .producttitle {
  float: left;
  width: 100%; }
.productdetails h1 {
  font-size: 16px; }
.productdetails .productprice {
  display: none; }
.productdetails .shipmentdeviantprice {
  display: block; }
.productdetails .tyres_spec {
  float: left; }
.productdetails .tyrelabel {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px; }
.productdetails .orderbutton {
  float: left;
  clear: both; }
  .productdetails .orderbutton:after {
    content: "";
    display: table;
    clear: both; }
.productdetails .storage_info {
  float: left;
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px; }
.productdetails .stockamount {
  float: left;
  padding-left: 0px; }
.productdetails .deliveryspeed {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px; }

.submit_buttons {
  float: right; }

#tyrestowheel {
  position: relative; }
  #tyrestowheel .product_main {
    display: flex;
    flex-flow: wrap; }
  #tyrestowheel .pagenav:first-of-type {
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: 10; }

.resultcount_ .nav_intro {
  display: none; }

p.continue_extraproducts {
  margin-bottom: 15px; }

.single_product .productdetails .deliveryspeed {
  float: left; }
.single_product .productdetails .stockamount {
  float: left; }

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.rotating {
  -webkit-animation: rotating 1.5s linear infinite;
  -moz-animation: rotating 1.5s linear infinite;
  -ms-animation: rotating 1.5s linear infinite;
  -o-animation: rotating 1.5s linear infinite;
  animation: rotating 1.5s linear infinite; }

.loading:not(.payment_overlay) span {
  display: none; }
.loading:not(.payment_overlay):before {
  content: "\f1ce" !important;
  display: block;
  margin-top: 0px;
  position: relative;
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in-out;
  color: #fff !important;
  -webkit-animation: rotating 1.5s linear infinite;
  -moz-animation: rotating 1.5s linear infinite;
  -ms-animation: rotating 1.5s linear infinite;
  -o-animation: rotating 1.5s linear infinite;
  animation: rotating 1.5s linear infinite; }

.flex-space-between {
  flex-grow: 5; }

.margin-bottom {
  margin-bottom: 5%; }

.message_oldbrowser {
  position: absolute;
  top: 0px;
  z-index: 10000;
  width: 100%;
  text-align: center;
  background: #ff6a00;
  color: #fff; }
  .message_oldbrowser a {
    text-decoration: underline; }

/* Show max 100 results before filtering */
#filter_table {
  font-size: 100; }
  #filter_table tbody tr:nth-of-type(n +100) {
    display: none; }
  #filter_table tbody tr:nth-of-type(97) {
    color: #bebebe; }
    #filter_table tbody tr:nth-of-type(97) td.borderbottom {
      border-bottom: 1px solid #bebebe; }
  #filter_table tbody tr:nth-of-type(98) {
    color: #e7e7e7; }
    #filter_table tbody tr:nth-of-type(98) td.borderbottom {
      border-bottom: 1px solid #e7e7e7; }
  #filter_table tbody tr:nth-of-type(99) {
    color: #f9f9f9; }
    #filter_table tbody tr:nth-of-type(99) td.borderbottom {
      border-bottom: 1px solid #f9f9f9; }
  #filter_table tbody tr[filtermatch='true'] {
    display: table-row;
    color: #000000; }
    #filter_table tbody tr[filtermatch='true'] td.borderbottom {
      border-bottom: 1px solid #000000; }

a.tab_wccproduct, a.tab_wccproducts {
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-right: 1px solid #6c6c6c;
  border-bottom: 1px solid #6c6c6c;
  background-color: #061232 !important;
  color: #fff !important; }

a.tab_wccproduct:hover, a.tab_wccproducts {
  background-color: #fff !important;
  color: #061232 !important; }

a.catlink {
  color: #7c7c7c; }

a.scatlink, a.catlink:hover {
  color: #ff0000; }

a.loginlink {
  text-decoration: underline;
  color: #ababab;
  background: transparent; }

a.loginlink:hover {
  color: #ff9900; }

input.customfield {
  background-color: #eee;
  height: 17px; }

.largebox, .smallbox, .box, .box_r, .productbox, .descriptionbox, .smalldescriptionbox, .amountbox, .dropbox_smaller, .dropbox_multi, .largedropbox, .areabox, .amountshop {
  border: 1px solid #aba7a8;
  background-color: #eee;
  color: #7c7c7c; }

/*.knop_aantal, .knop_klein, .knop_bestel, .knop_winkelen, .knop_kassa, .knop_opslaan, .knop_offerte, .knop_opnieuw, .bredeknop {
    border: 1px solid #aba7a8;
	text-decoration: none;
	background-color: #eee;
  	color: #7c7c7c !important;
}*/
.knop_bestel:hover, .knop_kassa:hover, .knop_opslaan:hover, .knop_offerte:hover, .knop_opnieuw:hover {
  color: #ff9900 !important; }

.order_buttons .knop_kassa {
  float: right; }

.knop_winkelen:hover {
  color: #ff9900 !important; }

.bestelstappen {
  background: transparent;
  color: #504e4e; }

td.checked_step {
  background-color: #504e4e !important;
  border: 1px solid black; }

td.unchecked_step {
  background-color: #eee !important;
  border: 1px solid #504e4e; }

tr.basket {
  /*background: transparent;	*/ }

tr.basket td {
  /*background-color: #1e3a71;*/ }

a.basketlink {
  /*color: #fff;*/ }

a.basketlink:hover {
  /*color: #ababab;*/ }

/*a.navpagebutton {
	border-top: 1px solid #7c7c7c;
  	border-left: 1px solid #7c7c7c;
  	border-bottom: 1px solid black;
  	border-right: 1px solid black;
  	background-color: #2a7cc9;
  	color: #fff;
}*/
/*a.navpagebutton:hover {
	color: #ff9900;
}*/
a.producttitlelink {
  color: #fff !important; }

a.producttitlelink:hover {
  color: #fff !important; }

.low_amount {
  color: #888; }

tr.explain_shop {
  color: #061232;
  font-weight: bold;
  font-size: 14px; }

a.sortcolumnDesc, a.sortcolumn {
  color: #061232; }

.columnhead_order {
  color: #061232; }

tr.axl_row {
  color: #061232;
  font-weight: bold; }

#cartypescomplete {
  width: 760px; }

#carproducts {
  width: 760px; }

div.wcc_showproducts {
  width: 750px;
  border: 1px solid #7c7c7c; }

.borderall {
  border: 1px solid #7c7c7c; }

.bordertop {
  border-top: 1px solid #7c7c7c; }

.borderleft {
  border-left: 1px solid #7c7c7c; }

.borderright {
  border-right: 1px solid #7c7c7c; }

.borderbottom {
  border-bottom: 1px solid #7c7c7c; }

#summit_product {
  width: 760px; }

#summit_product tyretable {
  width: 750px !important; }

#tyres_wheelset {
  width: 760px;
  border: 1px solid #fff !important; }

td.stock_amount, td.low_amount {
  width: 80px !important; }

input.otp_name {
  /*width: 340px !important;*/ }

table.stock div.stocksplitted {
  left: 600px; }

#orderform [type=checkbox] + label:before, #orderform [type=radio] + label:before {
  background-color: #adadad; }
#orderform table {
  font-size: 14px; }

.overview_products {
  font-size: 1rem; }
  .overview_products .customfield {
    font-size: 0.75rem;
    font-style: italic; }

.newcust {
  font-weight: bold;
  background: #242424;
  height: 40px;
  line-height: initial;
  text-align: center;
  text-indent: 0px;
  font-size: 16px;
  width: auto;
  display: inline-block;
  padding: 0px 25px;
  transition: all 0.2s ease-in-out;
  color: #fff;
  border: 2px solid #242424; }
  .newcust:hover {
    background: transparent;
    color: #242424; }

label a, label a.loginlink, label a.shoplink {
  font-size: inherit !important;
  text-decoration: underline;
  margin-left: 5px;
  margin-right: 5px; }

/*.loggedin{
    .search_all, .product_single{
        .vat{
            display: inherit;
            float: right;
            margin-left: 5px;
            font-size: 12px;
            line-height: 25px;
            height: 20px;
        }
    }
    
    .relatedproducts{
        .search_all{
            .vat{
                margin-top: -17px;
                float: none;
            }
        }
    }
}*/
.loggedin_counter .productsinbasket .inbasket {
  position: fixed;
  left: 50%;
  margin-left: -200px;
  top: 50%;
  margin-top: -80px; }
  .loggedin_counter .productsinbasket .inbasket h2 {
    margin-top: 0px; }
  .loggedin_counter .productsinbasket .inbasket:after {
    display: none; }

div.basketblock .message_container,
li.basketblock .message_container {
  position: absolute;
  opacity: 0; }
  div.basketblock .message_container .message,
  li.basketblock .message_container .message {
    position: absolute;
    opacity: 0; }
div.basketblock.floating,
li.basketblock.floating {
  transition: all 0.2s ease-in-out;
  position: fixed;
  bottom: 20px;
  right: 20px; }
  div.basketblock.floating .message_container,
  li.basketblock.floating .message_container {
    right: 10px;
    bottom: 0px;
    width: 1000px;
    overflow: hidden;
    height: 30px;
    position: absolute;
    pointer-events: none;
    opacity: 1; }
    div.basketblock.floating .message_container .message,
    li.basketblock.floating .message_container .message {
      right: -300px;
      bottom: 0xp;
      position: absolute;
      background: #000;
      font-size: 14px;
      white-space: nowrap;
      color: #fff;
      text-indent: 0px;
      padding: 5px 10px;
      border-radius: 5px;
      font-size: 1rem;
      padding-right: 46px;
      transition: right 1s ease-in-out, opacity 1s ease-in-out;
      opacity: 0; }
  div.basketblock.floating.animation,
  li.basketblock.floating.animation {
    animation-name: fadeIn;
    animation-duration: 0.5s; }
  div.basketblock.floating .basket_title,
  li.basketblock.floating .basket_title {
    margin-top: -1rem; }
  div.basketblock.floating .basketinfo_title,
  li.basketblock.floating .basketinfo_title {
    display: none; }
  div.basketblock.floating .basketinfo_links,
  li.basketblock.floating .basketinfo_links {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    background: #000;
    z-index: 20;
    position: relative; }
    div.basketblock.floating .basketinfo_links:before,
    li.basketblock.floating .basketinfo_links:before {
      color: #fff;
      left: 10px;
      top: 11px; }
  div.basketblock.floating .producttypecount,
  li.basketblock.floating .producttypecount {
    left: 28px;
    top: -4px;
    font-size: 13px;
    height: 24px;
    width: 24px;
    font-weight: bold;
    padding-top: 7px; }
  div.basketblock.floating #basketinfo_allproducts,
  li.basketblock.floating #basketinfo_allproducts {
    bottom: -10px;
    top: inherit;
    padding-top: 15px;
    right: -10px;
    transition: all 0.2s ease-in-out;
    z-index: 10; }
    div.basketblock.floating #basketinfo_allproducts:before,
    li.basketblock.floating #basketinfo_allproducts:before {
      top: 0px; }
    div.basketblock.floating #basketinfo_allproducts:after,
    li.basketblock.floating #basketinfo_allproducts:after {
      display: none; }
  div.basketblock.floating .gotobasket a,
  li.basketblock.floating .gotobasket a {
    float: left; }
  div.basketblock.floating:hover #basketinfo_allproducts,
  li.basketblock.floating:hover #basketinfo_allproducts {
    bottom: -10px;
    right: -10px;
    top: inherit; }

.animationPulse {
  animation-name: fadeIn;
  animation-duration: 0.2s; }

.animationMessageRight {
  right: 0px !important;
  opacity: 1 !important; }

.animationErrorBackground {
  background: #ff0000 !important;
  color: #fff !important; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.basket .productimage img {
  max-width: 140px !important; }

.inhoud.container .basket {
  position: relative; }

table.basket.shopitems tr td {
  position: relative; }
table.basket.shopitems tr:hover .position_buttons {
  opacity: 1; }

.position_buttons {
  left: 0px;
  top: 0px;
  opacity: 0;
  position: absolute;
  margin-top: 0px;
  transition: all 0.2s ease-in-out; }
  .position_buttons .position_above, .position_buttons .position_below {
    position: absolute;
    left: -35px;
    color: #000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 22px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    text-align: center; }
    .position_buttons .position_above:hover, .position_buttons .position_below:hover {
      border-color: #000; }
  .position_buttons .position_above {
    top: 0px; }
    .position_buttons .position_above:before {
      display: inline-block;
      content: "\f106";
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .position_buttons .position_below {
    bottom: 0px; }
    .position_buttons .position_below:before {
      display: inline-block;
      content: "\f107";
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

@media screen and (max-width: 1024px) {
  .inhoud.container table.basket.shopitems .articlenumber {
    margin: auto; }
  .inhoud.container table.basket.shopitems .position_buttons {
    display: none; } }
.share_button {
  display: flex;
  padding: 5px 10px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  border: 1px solid #000;
  cursor: pointer; }
  .share_button:before {
    content: "\f1e0";
    margin-right: 10px; }
  .share_button span {
    font-size: 13px;
    font-weight: 600; }
  .share_button:hover {
    background: #000;
    color: #fff; }

#webshop_content {
  background-image: linear-gradient(#fff, #f7f7f7); }

#webshop_content form {
  display: flex;
  flex-flow: nowrap column; }

div.poweredbywcc {
  font-size: 8pt;
  color: #d6d2d1 !important; }

div.poweredbywcc a {
  text-decoration: none;
  color: #d6d2d1 !important; }

div.producttabs {
  background: #fff;
  box-shadow: inset 0px -3px 13px 6px rgba(204, 204, 204, 0.3); }

div.product_main {
  padding-top: 1%; }

tr.checkedrow {
  background-color: #05cc05;
  color: #fff; }

td.basket {
  padding: 2px 10px 5px 0px; }

a.basketinfo_title {
  color: #061232;
  display: none; }

div.stock_loadSandPsingleProduct_clsWCCWebshop {
  left: -600px !important; }

div.stock_loadSandPmultiProducts_clsWCCWebshop {
  left: -100px !important;
  margin-top: -280px; }

.searchfilters_set {
  display: none; }

.searchresult_count {
  color: #000;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
  font-size: 13px;
  line-height: 25px;
  font-weight: 700; }

#webshop_content:not(.resultsfound) .searchresult_count {
  display: none; }

.basketinfo_products .basketinfo_links {
  cursor: pointer; }

.search_all.search_tpms .product_name {
  width: 40%; }
.search_all.search_tpms .product_price {
  width: 37%; }

.productsinbasket .inbasket a, .productsinbasket .inbasket span.to_shop {
  color: #fff;
  border-color: #000;
  background: #000; }
  .productsinbasket .inbasket a:hover, .productsinbasket .inbasket span.to_shop:hover {
    color: #000; }

div.basketblock,
li.basketblock {
  position: relative;
  font-size: 13px;
  text-indent: 30px;
  width: 40px;
  height: 40px;
  z-index: 100; }

#basketinfo_allproducts {
  position: absolute;
  top: 50px;
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
  opacity: 0;
  color: #4A4A4A;
  z-index: 20003;
  right: -30px;
  width: 400px;
  padding: 15px;
  border: 0px;
  background: transparent;
  text-indent: 0px;
  font-size: 14px;
  max-height: 0px;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  cursor: default; }

#basketinfo_allproducts:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  width: 100%;
  height: 100%;
  background: #ededed;
  z-index: -1; }

#basketinfo_allproducts:after {
  content: '';
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  right: 44px;
  width: 20px;
  height: 20px;
  background: #ededed; }

.basket_title {
  font-size: 1rem;
  color: #4A4A4A;
  font-weight: 700;
  margin-bottom: 0px; }

div.basketblock:hover #basketinfo_allproducts,
li.basketblock:hover #basketinfo_allproducts {
  display: block;
  top: 39px;
  opacity: 1;
  max-height: 1500px;
  padding: 15px;
  padding-top: 25px; }

div.basketinfo_links {
  height: 100%; }

a.basketinfo_title {
  color: #4A4A4A;
  font-size: 15px;
  text-indent: 0px;
  line-height: 38px;
  margin-left: 5px; }

.basketinfo_links:before {
  content: "\f07a";
  display: inline-block;
  font: normal normal normal 19px/1 FontAwesome;
  transition: color 0.2s ease-in-out;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0px;
  top: 6px;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  font-size: 27px;
  color: #000; }

.basketinfo_products {
  height: 100%; }

.gotobasket a {
  background: #000;
  border: 1px solid #000;
  padding: 10px 20px;
  color: #fff;
  float: right;
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  font-size: 0.9rem; }

.gotobasket a:hover {
  color: #000;
  background: transparent; }

.basket_overview {
  font-size: 0.9rem; }
  .basket_overview .basket_product {
    border-bottom: 1px solid #000;
    line-height: 15px;
    padding-top: 10px;
    padding-bottom: 10px; }
    .basket_overview .basket_product:after {
      content: "";
      display: table;
      clear: both; }
    .basket_overview .basket_product .basket_product_amount {
      float: left;
      width: 10%;
      clear: left;
      font-weight: bold; }
    .basket_overview .basket_product .basket_product_name {
      float: left;
      width: 65%; }
    .basket_overview .basket_product .basket_product_price {
      float: left;
      width: 25%;
      text-align: right; }
    .basket_overview .basket_product .basket_product_delete {
      display: none; }

.basket_overview_total {
  margin-top: 10px;
  font-size: 0.9rem; }
  .basket_overview_total .total_text {
    float: left; }
  .basket_overview_total .total_amount {
    float: right; }
  .basket_overview_total .gotobasket {
    float: left;
    width: 100%; }

.login {
  text-align: right;
  color: #fff;
  height: 100%; }
  .login .logintext {
    line-height: 50px;
    transition: color .2s ease-in-out; }
    .login .logintext:before {
      position: relative;
      content: "\f007";
      display: inline-block;
      font: normal normal normal 21px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      top: 2px;
      margin-right: 5px; }

.login_submenu {
  position: absolute;
  top: 40px;
  transition: all 0.3s ease-in-out, top 0.3s ease-in-out;
  opacity: 0;
  color: #4A4A4A;
  z-index: 20003;
  right: -41px;
  width: 300px;
  padding: 15px;
  border: 0px;
  background: transparent;
  text-indent: 0px;
  font-size: 14px;
  max-height: 0px;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  cursor: default; }
  .login_submenu > .login {
    width: 100%; }
    .login_submenu > .login .logintabel {
      width: 100%;
      color: #4A4A4A; }
      .login_submenu > .login .logintabel td {
        padding-bottom: 5px; }
      .login_submenu > .login .logintabel a {
        text-decoration: underline;
        transition: all 0.2s ease-in-out; }
        .login_submenu > .login .logintabel a:hover {
          color: #000; }
    .login_submenu > .login .part_titel_login {
      float: left;
      color: #4A4A4A;
      font-size: 14px;
      width: 100%;
      text-align: center;
      margin-bottom: 15px; }
  .login_submenu .loggedin {
    float: left;
    width: 100%; }
  .login_submenu .personsdata a:hover {
    text-decoration: underline; }
  .login_submenu img.editcustmemo, .login_submenu #userswitchoffimg img {
    width: 17px;
    height: auto;
    margin-left: 5px;
    margin-top: 1px; }

.login_submenu:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  width: 100%;
  height: 100%;
  background: #ededed;
  z-index: -1; }

.login_submenu:after {
  content: '';
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  right: 70px;
  width: 20px;
  height: 20px;
  background: #ededed; }

.login:hover .login_submenu, .login.open .login_submenu {
  display: block;
  top: 44px;
  opacity: 1;
  max-height: 1500px;
  padding: 15px;
  padding-top: 25px; }

tr.checkedrow {
  background-color: #000; }

.bigimage img {
  max-width: calc(100% - 40px); }
.bigimage .product_tyreicons img {
  max-width: 100%; }

div.productfamily {
  max-height: 220px; }

table.productfamily {
  border: 0px; }
  table.productfamily tr {
    transition: all 0.2s ease-in-out; }
    table.productfamily tr:hover {
      background: #242424;
      color: #fff; }
    table.productfamily tr td {
      padding: 10px; }

div.productdetails.productdetailsrear {
  border-color: #000; }

.category-tyres .add_relatedproduct {
  display: none; }

.search_wheels_wide .price_visible .price_text {
  display: none; }

.relatedproducts_filters .common_filter {
  margin-top: 10px;
  margin-bottom: 10px; }
.relatedproducts_filters .sort_option {
  margin-bottom: 10px; }

[type=checkbox] + label + label {
  top: -4px;
  position: relative; }

main ul li {
  text-indent: 0px;
  padding-left: 0px; }
  main ul li:before {
    margin-left: -15px; }

/* Components */
/*.language-horizontal{
    a{
        &:nth-of-type(4){
            color: #de2025;
        }
    }
}

div.product_header #carsearchboxes, #webshop_content div.product_header #carsearchboxes{
    margin-top: 85px;
}*/
.countryselection_popup_msg_container {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 120;
  background: rgba(0, 0, 0, 0.5);
  top: 0px; }

.countryselection_popup_msg_content {
  width: 400px;
  min-height: 100px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 20px; }

.countryselection_popup_msg {
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  padding: 20px;
  padding-bottom: 0px; }

.countryselection {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  padding-left: 35px;
  padding-right: 15px;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 6px;
  padding-bottom: 5px;
  transition: all .2s ease-in-out; }
  .countryselection:hover {
    background: #ccc; }
  .countryselection:before {
    content: "\f041";
    position: absolute;
    top: 14px;
    left: 12px;
    font-size: 20px; }

.countryselection_title {
  font-size: 12px;
  margin-bottom: -5px; }

.countryselection_country {
  font-size: 14px;
  font-weight: 600; }

.countryselection_popup_container {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 110;
  background: rgba(0, 0, 0, 0.5);
  top: 0px; }
  .countryselection_popup_container.open {
    display: flex; }

.countryselection_popup {
  width: 500px;
  min-height: 130px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 20px; }

.countryselection_popup_expl {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px; }

.countryselection_popup_title {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px;
  margin-bottom: 10px;
  background: #efefef;
  border-radius: 20px 20px 0px 0px; }

.countryselection_popup_select {
  padding: 0px 20px;
  width: 100%; }
  .countryselection_popup_select .select2 {
    width: 100% !important; }

.countryselection_popup_buttons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  margin-top: 10px; }

.countryselection_popup_button {
  border-radius: 10px;
  padding: 5px 10px;
  cursor: pointer;
  background: #ccc;
  margin-left: 10px;
  transition: all .2s ease-in-out; }
  .countryselection_popup_button:hover {
    background: #efefef; }

.select2_flag_element {
  display: block; }
  .select2_flag_element.select2_flag_element_1 {
    opacity: 0.5; }

.select2_flag_element_flag {
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 23px; }
  .select2_flag_element_flag img {
    width: 100%;
    height: auto;
    max-width: 100%; }

.select2_flag_element_text {
  display: inline-block;
  vertical-align: middle; }

/*@media screen and (max-width: $tabletMaxResolution) {
    .countryselection{
        
    }
}*/
body .ui-datepicker {
  font-family: "Open Sans", sans-serif; }
  body .ui-datepicker .ui-widget-header {
    border: 0px;
    background: #000;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px !important; }
    body .ui-datepicker .ui-widget-header .ui-widget-content .ui-icon {
      display: none; }
  body .ui-datepicker .ui-datepicker-prev {
    left: 0px;
    top: 0px;
    cursor: pointer;
    transition: all 0.2s ease-in-out; }
    body .ui-datepicker .ui-datepicker-prev:before {
      content: "\f104";
      font: normal normal normal 16px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      position: absolute;
      color: #fff;
      right: 9px;
      top: 3px; }
      body .ui-datepicker .ui-datepicker-prev:before.ui-state-hover {
        background: #fff; }
        body .ui-datepicker .ui-datepicker-prev:before.ui-state-hover:before {
          color: #000; }
    body .ui-datepicker .ui-datepicker-prev span {
      display: none; }
  body .ui-datepicker .ui-datepicker-next {
    right: 0px;
    top: 0px;
    cursor: pointer;
    transition: all 0.2s ease-in-out; }
    body .ui-datepicker .ui-datepicker-next.ui-state-hover {
      background: #fff; }
      body .ui-datepicker .ui-datepicker-next.ui-state-hover:before {
        color: #000; }
    body .ui-datepicker .ui-datepicker-next:before {
      content: "\f105";
      font: normal normal normal 16px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      position: absolute;
      color: #fff;
      right: 9px;
      top: 3px; }
    body .ui-datepicker .ui-datepicker-next span {
      display: none !important; }
  body .ui-datepicker .ui-state-disabled:before {
    display: none; }
  body .ui-datepicker .ui-state-default, body .ui-datepicker .ui-widget-content .ui-state-default, body .ui-datepicker .ui-widget-header .ui-state-default {
    background: #fff;
    border-color: #000;
    color: #000;
    text-align: center;
    transition: all 0.2s ease-in-out; }
    body .ui-datepicker .ui-state-default.ui-state-hover, body .ui-datepicker .ui-state-default.ui-state-active, body .ui-datepicker .ui-widget-content .ui-state-default.ui-state-hover, body .ui-datepicker .ui-widget-content .ui-state-default.ui-state-active, body .ui-datepicker .ui-widget-header .ui-state-default.ui-state-hover, body .ui-datepicker .ui-widget-header .ui-state-default.ui-state-active {
      background: #31bd69;
      border-color: #31bd69;
      color: #fff; }
  body .ui-datepicker .ui-datepicker-today {
    background: #fff;
    border-color: #000;
    color: #000; }
  body .ui-datepicker th {
    font-weight: 400;
    text-transform: uppercase; }

[type=color], [type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=file], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
  background: #EDEDED;
  border: none;
  border-radius: 0;
  /*box-shadow: 0 0 5px rgba(219, 219, 219, 0.5);*/
  color: #4A4A4A;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  height: 35px;
  padding: 8px 0 8px 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.filterbutton {
  cursor: pointer;
  text-align: center; }

[type="button"], [type="submit"], .filterbutton {
  background: #000;
  border: none;
  /*box-shadow: 0 0 5px rgba(219, 219, 219, 0.5);*/
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 38px;
  line-height: 20px;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

[type="button"]:enabled:hover, [type="button"]:enabled:focus, [type="submit"]:enabled:focus {
  background: #000;
  box-shadow: none; }

[type=checkbox],
[type=radio] {
  left: -9999px;
  opacity: 0;
  position: absolute;
  z-index: -1; }

[type=checkbox] + label,
[type=radio] + label {
  align-items: center;
  color: #4A4A4A;
  cursor: pointer;
  display: flex;
  flex-flow: nowrap row;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  padding: 3px 20px 1px 0;
  position: relative;
  float: left;
  clear: left;
  top: 0px;
  margin-right: 0px;
  padding-right: 0px; }
  [type=checkbox] + label:hover:before,
  [type=radio] + label:hover:before {
    background-color: #000 !important; }

[type=checkbox] + label:before,
[type=radio] + label:before {
  border-radius: 50%;
  border: none;
  background-color: #EDEDED;
  /*box-shadow: 0 0 5px rgba(219, 219, 219, 0.5);*/
  content: "";
  display: block;
  height: 15px;
  min-height: 15px;
  margin: 0 15px 0 0;
  width: 15px;
  min-width: 15px;
  transition: background-color 0.2s ease-in-out; }

[type=checkbox] + label:before {
  border-radius: 0; }

[type=checkbox]:checked + label:before, [type=radio]:checked + label:before {
  background-color: #000 !important; }

[type=checkbox]:checked + label:after, [type=radio]:checked + label:after {
  content: "\f00c";
  font: normal normal normal 9px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 9px;
  left: 3px;
  position: absolute;
  transform: scale(1.3);
  width: 10px;
  color: #fff; }

[type=checkbox][disabled] + label:before {
  background: #3b3b3b;
  opacity: 0.5; }
[type=checkbox][disabled] + label:hover:before {
  background: #3b3b3b;
  opacity: 0.5; }

[type=checkbox] + label.old_AcceptALV, [type=radio] + label.old_AcceptALV {
  flex-wrap: wrap;
  text-transform: initial; }
  [type=checkbox] + label.old_AcceptALV a, [type=checkbox] + label.old_AcceptALV a.shoplink, [type=radio] + label.old_AcceptALV a, [type=radio] + label.old_AcceptALV a.shoplink {
    margin: 0px; }
  [type=checkbox] + label.old_AcceptALV span, [type=radio] + label.old_AcceptALV span {
    width: calc(100% - 30px); }

.orderform2 [type=checkbox].radio-button + label, .orderform2 [type=radio].radio-button + label, .radio-button + label {
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 10px;
  border-radius: 5px;
  color: #4A4A4A !important;
  transition: all 0.2s ease-in-out;
  font-weight: 400 !important;
  min-width: 118px;
  /*text-transform: uppercase;*/
  margin-bottom: 2px;
  white-space: nowrap;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  height: 40px;
  line-height: 39px;
  margin: 0px;
  padding-top: 9px; }
  .orderform2 [type=checkbox].radio-button + label:after, .orderform2 [type=radio].radio-button + label:after, .radio-button + label:after {
    left: 13px; }
  .orderform2 [type=checkbox].radio-button + label:before, .orderform2 [type=radio].radio-button + label:before, .radio-button + label:before {
    margin: 0 10px 0 0;
    background-color: #000000; }
  .orderform2 [type=checkbox].radio-button + label:hover, .orderform2 [type=radio].radio-button + label:hover, .radio-button + label:hover {
    color: #fff !important;
    background: #000; }
    .orderform2 [type=checkbox].radio-button + label:hover:before, .orderform2 [type=radio].radio-button + label:hover:before, .radio-button + label:hover:before {
      background: #fff  !important; }
    .orderform2 [type=checkbox].radio-button + label:hover:after, .orderform2 [type=radio].radio-button + label:hover:after, .radio-button + label:hover:after {
      color: #000; }

@keyframes notice {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
.orderform2 [type=checkbox].radio-button.error + label, .orderform2 [type=radio].radio-button.error + label, .radio-button.error + label {
  border: 1px solid #ff0000;
  color: #ff0000 !important; }

.orderform2 [type=checkbox].radio-button.notice + label, .orderform2 [type=radio].radio-button.notice + label, .radio-button.notice + label {
  animation-name: notice;
  animation-duration: 0.5s; }

.orderform2 [type=checkbox] + label, .orderform2 [type=radio] + label {
  font-size: 0.9rem; }
.orderform2 .order_extrafield_container {
  width: 245px; }

.orderform2 [type=checkbox]:checked.radio-button + label, .orderform2 [type=radio]:checked.radio-button + label,
.orderform2 [type=checkbox]:checked.radio-button.error + label, .orderform2 [type=radio]:checked.radio-button.error + label {
  color: #4A4A4A !important;
  background: #fff;
  border-color: #000; }
  .orderform2 [type=checkbox]:checked.radio-button + label:before, .orderform2 [type=radio]:checked.radio-button + label:before,
  .orderform2 [type=checkbox]:checked.radio-button.error + label:before, .orderform2 [type=radio]:checked.radio-button.error + label:before {
    background: #fff !important; }
  .orderform2 [type=checkbox]:checked.radio-button + label:after, .orderform2 [type=radio]:checked.radio-button + label:after,
  .orderform2 [type=checkbox]:checked.radio-button.error + label:after, .orderform2 [type=radio]:checked.radio-button.error + label:after {
    color: #000; }

.inhoud.container .orderform2.orderconfirm, .orderform2.orderconfirm {
  margin-top: 18px; }
  .inhoud.container .orderform2.orderconfirm #AcceptALV + label, .inhoud.container .orderform2.orderconfirm .orderform2 #AcceptALV + label, .orderform2.orderconfirm #AcceptALV + label, .orderform2.orderconfirm .orderform2 #AcceptALV + label {
    max-width: 100%;
    height: auto;
    line-height: inherit; }

.orderform:not(.orderform2) {
  width: 100%; }

.inhoud.container .orderform2, .orderform2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", sans-serif; }
  .inhoud.container .orderform2 [type=text], .inhoud.container .orderform2 textarea, .inhoud.container .orderform2 select, .orderform2 [type=text], .orderform2 textarea, .orderform2 select {
    font-size: 14px;
    padding: 10px;
    font-weight: 400 !important;
    background: #fff;
    font-family: "Open Sans", sans-serif; }
    .inhoud.container .orderform2 [type=text]:hover, .inhoud.container .orderform2 [type=text]:focus, .inhoud.container .orderform2 textarea:hover, .inhoud.container .orderform2 textarea:focus, .inhoud.container .orderform2 select:hover, .inhoud.container .orderform2 select:focus, .orderform2 [type=text]:hover, .orderform2 [type=text]:focus, .orderform2 textarea:hover, .orderform2 textarea:focus, .orderform2 select:hover, .orderform2 select:focus {
      background: #fff;
      position: relative;
      border-bottom: 1px solid #000; }
  .inhoud.container .orderform2 select, .orderform2 select {
    /*        font-size: 1rem;
            font-weight: 600;*/ }
  .inhoud.container .orderform2 textarea, .orderform2 textarea {
    height: 100px;
    width: 100%;
    margin: 10px 0px;
    font-weight: 600;
    font-size: 1rem;
    border: 1px solid #e4e4e4; }
  .inhoud.container .orderform2 .orderform_buttonbar, .orderform2 .orderform_buttonbar {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 18px; }
    .inhoud.container .orderform2 .orderform_buttonbar button, .orderform2 .orderform_buttonbar button {
      font-weight: 600; }
      .inhoud.container .orderform2 .orderform_buttonbar button.knop_kassa, .orderform2 .orderform_buttonbar button.knop_kassa {
        min-width: 350px;
        max-width: 100%;
        border-color: #32ca60 !important;
        background: #32ca60 !important; }
        .inhoud.container .orderform2 .orderform_buttonbar button.knop_kassa:hover, .orderform2 .orderform_buttonbar button.knop_kassa:hover {
          background: transparent !important;
          color: #32ca60 !important; }
          .inhoud.container .orderform2 .orderform_buttonbar button.knop_kassa:hover:after, .orderform2 .orderform_buttonbar button.knop_kassa:hover:after {
            color: #32ca60 !important; }
  .inhoud.container .orderform2 .address_search, .orderform2 .address_search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px; }
    .inhoud.container .orderform2 .address_search > div, .orderform2 .address_search > div {
      width: 30%; }
    .inhoud.container .orderform2 .address_search input, .orderform2 .address_search input {
      width: 100%;
      margin: 0px;
      height: 40px;
      line-height: 40px; }
    .inhoud.container .orderform2 .address_search button, .orderform2 .address_search button {
      background: #000;
      color: #fff;
      border: #000;
      width: 100% !important;
      /*            height: 40px;
                  line-height: 40px;*/
      text-align: center;
      padding: 10px 20px;
      border: 1px solid; }
      .inhoud.container .orderform2 .address_search button:hover, .orderform2 .address_search button:hover {
        background: #fff;
        color: #000; }
  .inhoud.container .orderform2 .input-title, .orderform2 .input-title {
    padding: 9px 0px;
    margin-right: 10px;
    font-weight: 600;
    color: #545454;
    font-size: 14px;
    width: 130px;
    height: 100%;
    align-items: flex-end;
    display: flex; }
  .inhoud.container .orderform2 .input-container-wide, .orderform2 .input-container-wide {
    min-width: 245px; }
    .inhoud.container .orderform2 .input-container-wide.input-container-date, .orderform2 .input-container-wide.input-container-date {
      min-width: 200px;
      display: flex; }
      .inhoud.container .orderform2 .input-container-wide.input-container-date button, .orderform2 .input-container-wide.input-container-date button {
        margin-top: 18px;
        background: #000;
        border-color: #e4e4e4;
        color: #fff; }
        .inhoud.container .orderform2 .input-container-wide.input-container-date button:hover, .orderform2 .input-container-wide.input-container-date button:hover {
          background: transparent;
          color: #000; }
          .inhoud.container .orderform2 .input-container-wide.input-container-date button:hover:before, .orderform2 .input-container-wide.input-container-date button:hover:before {
            color: #000; }
  .inhoud.container .orderform2 .input-container-wide2, .orderform2 .input-container-wide2 {
    min-width: 510px; }
  .inhoud.container .orderform2 .input-container-half-wide, .orderform2 .input-container-half-wide {
    width: 118px; }
  .inhoud.container .orderform2 .form-fieldcontainer, .orderform2 .form-fieldcontainer {
    padding: 5px 0px;
    padding-top: 2px;
    display: flex;
    align-items: flex-end; }
    .inhoud.container .orderform2 .form-fieldcontainer.form-fieldcontainer-btwcode, .inhoud.container .orderform2 .form-fieldcontainer.form-fieldcontainer-vatcheck, .inhoud.container .orderform2 .form-fieldcontainer.form-fieldcontainer-geslachtm, .inhoud.container .orderform2 .form-fieldcontainer.form-fieldcontainer-geslachtv, .inhoud.container .orderform2 .form-fieldcontainer.form-fieldcontainer-quotationlightquotation, .inhoud.container .orderform2 .form-fieldcontainer.form-fieldcontainer-quotationadvquotation, .orderform2 .form-fieldcontainer.form-fieldcontainer-btwcode, .orderform2 .form-fieldcontainer.form-fieldcontainer-vatcheck, .orderform2 .form-fieldcontainer.form-fieldcontainer-geslachtm, .orderform2 .form-fieldcontainer.form-fieldcontainer-geslachtv, .orderform2 .form-fieldcontainer.form-fieldcontainer-quotationlightquotation, .orderform2 .form-fieldcontainer.form-fieldcontainer-quotationadvquotation {
      justify-content: flex-end; }
    .inhoud.container .orderform2 .form-fieldcontainer.form-fieldcontainer-land .select-container, .orderform2 .form-fieldcontainer.form-fieldcontainer-land .select-container {
      display: flex;
      flex-direction: column;
      margin-top: 2px; }
    .inhoud.container .orderform2 .form-fieldcontainer input, .inhoud.container .orderform2 .form-fieldcontainer select, .orderform2 .form-fieldcontainer input, .orderform2 .form-fieldcontainer select {
      margin-bottom: 0px;
      border: 1px solid #e4e4e4;
      color: #4A4A4A !important; }
    .inhoud.container .orderform2 .form-fieldcontainer .textarea, .orderform2 .form-fieldcontainer .textarea {
      color: #4A4A4A !important;
      border: 1px solid #e4e4e4; }
    .inhoud.container .orderform2 .form-fieldcontainer.text-container div, .orderform2 .form-fieldcontainer.text-container div {
      margin-right: 10px;
      line-height: 40px; }
    .inhoud.container .orderform2 .form-fieldcontainer .select-container:after, .orderform2 .form-fieldcontainer .select-container:after {
      top: unset;
      bottom: 11px; }
    .inhoud.container .orderform2 .form-fieldcontainer .select-container select, .orderform2 .form-fieldcontainer .select-container select {
      height: 40px !important;
      max-width: 100%;
      cursor: pointer;
      margin-top: -2px; }
      .inhoud.container .orderform2 .form-fieldcontainer .select-container select.countrycode, .orderform2 .form-fieldcontainer .select-container select.countrycode {
        max-width: 160px; }
  .inhoud.container .orderform2 .input-combine, .orderform2 .input-combine {
    margin-bottom: 5px;
    align-self: flex-start;
    background: #f9f9f9;
    padding-left: 15px;
    width: 100%;
    position: relative;
    flex-wrap: wrap; }
    .inhoud.container .orderform2 .input-combine.multiline-combine, .orderform2 .input-combine.multiline-combine {
      display: flex;
      flex-wrap: wrap;
      padding-left: 156px; }
      .inhoud.container .orderform2 .input-combine.multiline-combine .title-container, .orderform2 .input-combine.multiline-combine .title-container {
        position: absolute;
        left: 11px; }
    .inhoud.container .orderform2 .input-combine:before, .orderform2 .input-combine:before {
      transition: all 0.2s ease-in-out;
      position: absolute;
      content: "\f00c";
      font: normal normal normal 20px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      margin-top: -12px;
      color: #87cda0;
      left: -50px;
      top: 50%;
      opacity: 0;
      transform: scale(0); }
    .inhoud.container .orderform2 .input-combine.error .title-container .input-title, .orderform2 .input-combine.error .title-container .input-title {
      color: #ff0000; }
    .inhoud.container .orderform2 .input-combine.success, .orderform2 .input-combine.success {
      /*background: #ddefdd;*/ }
      .inhoud.container .orderform2 .input-combine.success:before, .orderform2 .input-combine.success:before {
        opacity: 1; }
    .inhoud.container .orderform2 .input-combine.input-combine-vertical, .orderform2 .input-combine.input-combine-vertical {
      flex-wrap: wrap; }
      .inhoud.container .orderform2 .input-combine.input-combine-vertical .form-fieldcontainer, .orderform2 .input-combine.input-combine-vertical .form-fieldcontainer {
        width: 100%;
        padding: 0px;
        padding-bottom: 10px; }
      .inhoud.container .orderform2 .input-combine.input-combine-vertical .title-container, .orderform2 .input-combine.input-combine-vertical .title-container {
        padding-bottom: 0px; }
  .inhoud.container .orderform2 .input-combine .form-fieldcontainer, .inhoud.container .orderform2 .shipment .form-fieldcontainer, .orderform2 .input-combine .form-fieldcontainer, .orderform2 .shipment .form-fieldcontainer {
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    max-height: 200px; }
  .inhoud.container .orderform2 .input-combine.closed, .inhoud.container .orderform2 .shipment.closed, .orderform2 .input-combine.closed, .orderform2 .shipment.closed {
    margin-bottom: 0px;
    padding-top: 0px; }
    .inhoud.container .orderform2 .input-combine.closed .form-fieldcontainer, .inhoud.container .orderform2 .input-combine.closed .form-fieldcontainer-fullwidth, .inhoud.container .orderform2 .shipment.closed .form-fieldcontainer, .inhoud.container .orderform2 .shipment.closed .form-fieldcontainer-fullwidth, .orderform2 .input-combine.closed .form-fieldcontainer, .orderform2 .input-combine.closed .form-fieldcontainer-fullwidth, .orderform2 .shipment.closed .form-fieldcontainer, .orderform2 .shipment.closed .form-fieldcontainer-fullwidth {
      max-height: 0px;
      padding-top: 0px;
      padding-bottom: 0px; }
      .inhoud.container .orderform2 .input-combine.closed .form-fieldcontainer .dynamiclabel label, .inhoud.container .orderform2 .input-combine.closed .form-fieldcontainer-fullwidth .dynamiclabel label, .inhoud.container .orderform2 .shipment.closed .form-fieldcontainer .dynamiclabel label, .inhoud.container .orderform2 .shipment.closed .form-fieldcontainer-fullwidth .dynamiclabel label, .orderform2 .input-combine.closed .form-fieldcontainer .dynamiclabel label, .orderform2 .input-combine.closed .form-fieldcontainer-fullwidth .dynamiclabel label, .orderform2 .shipment.closed .form-fieldcontainer .dynamiclabel label, .orderform2 .shipment.closed .form-fieldcontainer-fullwidth .dynamiclabel label {
        position: relative; }
      .inhoud.container .orderform2 .input-combine.closed .form-fieldcontainer input, .inhoud.container .orderform2 .input-combine.closed .form-fieldcontainer textarea, .inhoud.container .orderform2 .input-combine.closed .form-fieldcontainer-fullwidth input, .inhoud.container .orderform2 .input-combine.closed .form-fieldcontainer-fullwidth textarea, .inhoud.container .orderform2 .shipment.closed .form-fieldcontainer input, .inhoud.container .orderform2 .shipment.closed .form-fieldcontainer textarea, .inhoud.container .orderform2 .shipment.closed .form-fieldcontainer-fullwidth input, .inhoud.container .orderform2 .shipment.closed .form-fieldcontainer-fullwidth textarea, .orderform2 .input-combine.closed .form-fieldcontainer input, .orderform2 .input-combine.closed .form-fieldcontainer textarea, .orderform2 .input-combine.closed .form-fieldcontainer-fullwidth input, .orderform2 .input-combine.closed .form-fieldcontainer-fullwidth textarea, .orderform2 .shipment.closed .form-fieldcontainer input, .orderform2 .shipment.closed .form-fieldcontainer textarea, .orderform2 .shipment.closed .form-fieldcontainer-fullwidth input, .orderform2 .shipment.closed .form-fieldcontainer-fullwidth textarea {
        max-height: 0px;
        padding: 0px;
        margin: 0px; }
      .inhoud.container .orderform2 .input-combine.closed .form-fieldcontainer textarea, .inhoud.container .orderform2 .input-combine.closed .form-fieldcontainer-fullwidth textarea, .inhoud.container .orderform2 .shipment.closed .form-fieldcontainer textarea, .inhoud.container .orderform2 .shipment.closed .form-fieldcontainer-fullwidth textarea, .orderform2 .input-combine.closed .form-fieldcontainer textarea, .orderform2 .input-combine.closed .form-fieldcontainer-fullwidth textarea, .orderform2 .shipment.closed .form-fieldcontainer textarea, .orderform2 .shipment.closed .form-fieldcontainer-fullwidth textarea {
        border: 0px; }
    .inhoud.container .orderform2 .input-combine.closed.success:before, .inhoud.container .orderform2 .shipment.closed.success:before, .orderform2 .input-combine.closed.success:before, .orderform2 .shipment.closed.success:before {
      display: none; }
  .inhoud.container .orderform2 .input-combine.success:before, .inhoud.container .orderform2 .shipment.success:before, .orderform2 .input-combine.success:before, .orderform2 .shipment.success:before {
    transform: scale(1);
    opacity: 1; }
  .inhoud.container .orderform2 .input-container.error [type=text], .inhoud.container .orderform2 .input-container.error textarea, .inhoud.container .orderform2 .input-container.error select, .orderform2 .input-container.error [type=text], .orderform2 .input-container.error textarea, .orderform2 .input-container.error select {
    border: 1px solid #ff0000; }
  .inhoud.container .orderform2 .input-container.error.dynamiclabel.dynamiclabel-up label, .inhoud.container .orderform2 .input-container.error label, .orderform2 .input-container.error.dynamiclabel.dynamiclabel-up label, .orderform2 .input-container.error label {
    color: #ff0000; }
  .inhoud.container .orderform2 .dynamiclabel label, .orderform2 .dynamiclabel label {
    position: absolute;
    transform: translateY(27px) translateX(10px);
    transition: 0.2s ease-in-out;
    z-index: 10;
    pointer-events: none;
    color: #929292;
    font-weight: 400;
    font-size: 14px !important; }
  .inhoud.container .orderform2 .dynamiclabel input, .orderform2 .dynamiclabel input {
    margin-top: 18px; }
  .inhoud.container .orderform2 .dynamiclabel.dynamiclabel-up label, .orderform2 .dynamiclabel.dynamiclabel-up label {
    color: #a3a3a3;
    transform: translateY(0px) translateX(0px);
    font-weight: 400;
    font-size: 12px !important; }
  .inhoud.container .orderform2 a.btwcheck, .orderform2 a.btwcheck {
    padding: 6px 10px;
    border-radius: 5px;
    margin-left: 0px;
    background: #fff;
    font-size: 14px;
    font-weight: 400 !important;
    /*text-transform: uppercase;*/
    /*line-height: 24px;*/
    border: 1px solid #e4e4e4 !important;
    height: 40px;
    display: flex;
    align-items: center;
    margin: 0px;
    color: #4A4A4A !important; }
    .inhoud.container .orderform2 a.btwcheck:after, .orderform2 a.btwcheck:after {
      top: 1px; }
    .inhoud.container .orderform2 a.btwcheck:hover, .orderform2 a.btwcheck:hover {
      color: #fff !important;
      background: #000; }
  .inhoud.container .orderform2 .company-fields, .orderform2 .company-fields {
    max-height: 0px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    margin: 0px; }
    .inhoud.container .orderform2 .company-fields .form-fieldcontainer, .orderform2 .company-fields .form-fieldcontainer {
      transition: all 0.5s ease-in-out;
      max-height: 0px;
      overflow: hidden; }
    .inhoud.container .orderform2 .company-fields.open, .orderform2 .company-fields.open {
      opacity: 1;
      max-height: 400px;
      margin-bottom: 5px; }
      .inhoud.container .orderform2 .company-fields.open .form-fieldcontainer, .orderform2 .company-fields.open .form-fieldcontainer {
        max-height: 400px;
        overflow: hidden; }
  .inhoud.container .orderform2 .shipment-combine, .orderform2 .shipment-combine {
    z-index: 20;
    padding-top: 18px; }
    .inhoud.container .orderform2 .shipment-combine [type=checkbox].radio-button + label, .inhoud.container .orderform2 .shipment-combine [type=radio].radio-button + label, .inhoud.container .orderform2 .shipment-combine .radio-button + label, .orderform2 .shipment-combine [type=checkbox].radio-button + label, .orderform2 .shipment-combine [type=radio].radio-button + label, .orderform2 .shipment-combine .radio-button + label {
      min-width: 245px; }
  .inhoud.container .orderform2 .input-combine.shipment-combine.closed + .orderform_shipment.closed, .orderform2 .input-combine.shipment-combine.closed + .orderform_shipment.closed {
    margin-top: 0px; }
  .inhoud.container .orderform2 .orderform_shipment, .orderform2 .orderform_shipment {
    background: #ececec;
    display: flex;
    flex-direction: column;
    /*border-radius: 0px 10px 10px 10px;*/
    max-height: 0px;
    padding: 15px;
    margin: 0px;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    margin-top: -30px; }
    .inhoud.container .orderform2 .orderform_shipment.open, .orderform2 .orderform_shipment.open {
      margin-bottom: 5px;
      padding: 15px;
      opacity: 1;
      max-height: 400px;
      margin-top: -18px; }
      .inhoud.container .orderform2 .orderform_shipment.open.closed, .orderform2 .orderform_shipment.open.closed {
        margin-bottom: 0px;
        max-height: 0px;
        padding: 0px;
        opacity: 0; }
        .inhoud.container .orderform2 .orderform_shipment.open.closed .form-fieldcontainer, .orderform2 .orderform_shipment.open.closed .form-fieldcontainer {
          padding-top: 0px; }
    .inhoud.container .orderform2 .orderform_shipment.success, .orderform2 .orderform_shipment.success {
      background: #ececec; }
    .inhoud.container .orderform2 .orderform_shipment .input-combine, .orderform2 .orderform_shipment .input-combine {
      background: transparent;
      padding-left: 0px;
      margin-bottom: 0px; }
      .inhoud.container .orderform2 .orderform_shipment .input-combine:last-of-type, .orderform2 .orderform_shipment .input-combine:last-of-type {
        margin-bottom: 0px; }
      .inhoud.container .orderform2 .orderform_shipment .input-combine .form-fieldcontainer, .orderform2 .orderform_shipment .input-combine .form-fieldcontainer {
        padding-bottom: 0px;
        padding-top: 5px; }
    .inhoud.container .orderform2 .orderform_shipment .input-title, .orderform2 .orderform_shipment .input-title {
      /*width: 115px;*/ }
  .inhoud.container .orderform2 #AcceptALV + label, .orderform2 #AcceptALV + label {
    white-space: normal;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 45px; }
    .inhoud.container .orderform2 #AcceptALV + label a, .orderform2 #AcceptALV + label a {
      background: transparent;
      transition: color .2s ease-in-out; }
    .inhoud.container .orderform2 #AcceptALV + label:hover a, .orderform2 #AcceptALV + label:hover a {
      color: #fff !important; }
    .inhoud.container .orderform2 #AcceptALV + label:before, .orderform2 #AcceptALV + label:before {
      margin-left: -34px;
      position: absolute; }
  .inhoud.container .orderform2 [type=checkbox]:checked.radio-button#AcceptALV + label:hover a, .orderform2 [type=checkbox]:checked.radio-button#AcceptALV + label:hover a {
    color: #000 !important; }
    .inhoud.container .orderform2 [type=checkbox]:checked.radio-button#AcceptALV + label:hover a:hover, .orderform2 [type=checkbox]:checked.radio-button#AcceptALV + label:hover a:hover {
      color: #ccc !important; }
  .inhoud.container .orderform2 .form-fieldcontainer-fullwidth, .orderform2 .form-fieldcontainer-fullwidth {
    flex-grow: 1;
    flex-basis: calc(100% - 130px); }
    .inhoud.container .orderform2 .form-fieldcontainer-fullwidth #AcceptALV + label, .orderform2 .form-fieldcontainer-fullwidth #AcceptALV + label {
      max-width: 100%;
      text-transform: initial;
      font-weight: 400;
      font-size: 14px;
      line-height: initial;
      height: auto; }
      .inhoud.container .orderform2 .form-fieldcontainer-fullwidth #AcceptALV + label a, .orderform2 .form-fieldcontainer-fullwidth #AcceptALV + label a {
        background: transparent !important;
        color: #000 !important; }
  .inhoud.container .orderform2.userhistory_active, .orderform2.userhistory_active {
    width: 65%; }
    .inhoud.container .orderform2.userhistory_active .title-container, .orderform2.userhistory_active .title-container {
      width: 100%;
      text-align: center;
      padding-top: 3px;
      display: none; }
      .inhoud.container .orderform2.userhistory_active .title-container .input-title, .orderform2.userhistory_active .title-container .input-title {
        width: 100%;
        padding: 0px; }
    .inhoud.container .orderform2.userhistory_active .input-combine, .orderform2.userhistory_active .input-combine {
      flex-wrap: wrap; }
    .inhoud.container .orderform2.userhistory_active .form-fieldcontainer, .orderform2.userhistory_active .form-fieldcontainer {
      /*            padding: 0px;
                  padding-bottom: 5px;*/ }
    .inhoud.container .orderform2.userhistory_active .input-container-wide, .orderform2.userhistory_active .input-container-wide {
      /*min-width: 193px;*/ }
    .inhoud.container .orderform2.userhistory_active .input-container-half-wide, .orderform2.userhistory_active .input-container-half-wide {
      /*width: 92px;*/ }
    .inhoud.container .orderform2.userhistory_active .form-fieldcontainer .select-container select.countrycode, .orderform2.userhistory_active .form-fieldcontainer .select-container select.countrycode {
      max-width: 245px; }
    .inhoud.container .orderform2.userhistory_active [type=checkbox].radio-button + label, .inhoud.container .orderform2.userhistory_active [type=radio].radio-button + label, .inhoud.container .orderform2.userhistory_active .radio-button + label, .orderform2.userhistory_active [type=checkbox].radio-button + label, .orderform2.userhistory_active [type=radio].radio-button + label, .orderform2.userhistory_active .radio-button + label {
      /*min-width: 92px;*/ }
    .inhoud.container .orderform2.userhistory_active .orderform_shipment.open, .orderform2.userhistory_active .orderform_shipment.open {
      padding-top: 20px; }
    .inhoud.container .orderform2.userhistory_active .company-fields .input-container-half-wide, .orderform2.userhistory_active .company-fields .input-container-half-wide {
      width: 245px; }

.field-input-title {
  font-weight: 400;
  color: #a3a3a3;
  font-size: 12px !important; }

input.textbox_login {
  background: #fff; }

.product_column_left .licenseplate {
  display: none !important; }

table input, table select, table textfield {
  margin-bottom: 5px; }

.formcol {
  display: flex; }

.input-combine {
  display: flex; }
  .input-combine .input-container {
    margin-right: 10px; }

/* Fix auto zoom on iPhone */
@media screen and (max-width: 767px) {
  [type=color], [type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=file], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
    font-size: 16px; } }
button[name="setnewcust"] {
  padding: 10px 20px; }

button[name="setnewcust"]:not(:hover) {
  color: #fff; }

form.orderform {
  display: flex;
  flex-direction: row-reverse; }

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

.userhistory_active div.order_userhistory {
  width: 100%; }

.addresfields {
  width: auto !important;
  flex-grow: 1; }

.orderaddress_data table td:nth-of-type(1) {
  min-width: 0px !important; }

@media screen and (max-width: 1023px) {
  .inhoud.container .orderform2 .title-container .input-title {
    margin-right: 0px; }

  .shipment-combine {
    padding-top: inherit; }

  .inhoud.container .orderform2 .form-fieldcontainer .select-container select.countrycode, .orderform2 .form-fieldcontainer .select-container select.countrycode {
    max-width: 100%; }

  form.orderform {
    flex-direction: column;
    flex-wrap: wrap; }
    form.orderform .userhistory_active {
      width: 100%; }

  .inhoud.container .orderform2 .order_extrafield_container2, .orderform2 .order_extrafield_container2 {
    width: 100%; }
  .inhoud.container .orderform2 textarea, .orderform2 textarea {
    width: 100%; }
  .inhoud.container .orderform2 .input-combine, .orderform2 .input-combine {
    flex-wrap: wrap;
    justify-content: center; }
    .inhoud.container .orderform2 .input-combine .title-container, .orderform2 .input-combine .title-container {
      width: 100%; }
      .inhoud.container .orderform2 .input-combine .title-container .input-title, .orderform2 .input-combine .title-container .input-title {
        width: 100%;
        text-align: center;
        padding: 0px;
        padding-top: 10px; }
  .inhoud.container .orderform2 .form-fieldcontainer, .orderform2 .form-fieldcontainer {
    flex-grow: 1;
    padding-top: 0px; }
    .inhoud.container .orderform2 .form-fieldcontainer .input-container, .orderform2 .form-fieldcontainer .input-container {
      width: calc(100% - 10px); }
  .inhoud.container .orderform2 .input-container-wide, .inhoud.container .orderform2 .input-container-wide2, .orderform2 .input-container-wide, .orderform2 .input-container-wide2 {
    width: 100%; }
  .inhoud.container .orderform2 [type=checkbox].radio-button + label, .inhoud.container .orderform2 [type=radio].radio-button + label, .orderform2 [type=checkbox].radio-button + label, .orderform2 [type=radio].radio-button + label {
    width: 100%; }
  .inhoud.container .orderform2 .orderform_shipment.open, .orderform2 .orderform_shipment.open {
    max-height: 1000px; }
  .inhoud.container .orderform2 .dynamiclabel label, .inhoud.container .orderform2 .dynamiclabel.dynamiclabel-up label, .orderform2 .dynamiclabel label, .orderform2 .dynamiclabel.dynamiclabel-up label {
    color: #000;
    transform: translateY(0px) translateX(0px);
    font-weight: 400;
    font-size: 14px !important; }
  .inhoud.container .orderform2 .field-input-title, .orderform2 .field-input-title {
    color: #000;
    font-size: 14px !important; }
  .inhoud.container .orderform2 .knop_winkelen, .orderform2 .knop_winkelen {
    width: auto; } }
.orderbuttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }
  .orderbuttons input {
    width: 48%; }
  .orderbuttons .orderdone_container {
    width: 48%; }
    .orderbuttons .orderdone_container input {
      width: 100%; }

@media screen and (max-width: 767px) {
  .inhoud.container .orderform2 .orderform_buttonbar, .orderform2 .orderform_buttonbar {
    flex-wrap: wrap;
    flex-direction: column-reverse; }
    .inhoud.container .orderform2 .orderform_buttonbar button, .orderform2 .orderform_buttonbar button {
      width: 100%; }
      .inhoud.container .orderform2 .orderform_buttonbar button.knop_kassa, .orderform2 .orderform_buttonbar button.knop_kassa {
        min-width: auto;
        width: 100%;
        margin-bottom: 10px; }
  .inhoud.container .orderform2 .form-fieldcontainer .select-container select, .orderform2 .form-fieldcontainer .select-container select {
    max-width: 100%; }

  .inhoud.container .orderform2 .input-combine.success:before, .inhoud.container .orderform2 .shipment.success:before, .orderform2 .input-combine.success:before, .orderform2 .shipment.success:before {
    display: none; }

  .orderbuttons {
    flex-direction: column; }
    .orderbuttons input {
      width: 100%; }
    .orderbuttons .orderdone_container {
      margin-top: 10px;
      width: 100%; }

  .buttons_container {
    flex-direction: column; }
    .buttons_container a {
      margin-top: 10px; } }
.buttons_container {
  display: flex;
  justify-content: space-between; }

.newsletter_container {
  text-align: left; }
  .newsletter_container .newsletter_title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 5px; }
  .newsletter_container .field_container {
    display: flex;
    flex-direction: row;
    margin-bottom: 2px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    max-height: 70px; }
    .newsletter_container .field_container .field_label {
      min-width: 150px;
      text-align: right;
      padding-right: 5px; }
    .newsletter_container .field_container .field {
      flex-grow: 1; }
    .newsletter_container .field_container input {
      height: 30px;
      width: 100%; }
    .newsletter_container .field_container input[type="text"] {
      background: #e8e8e8;
      transition: 0.2s ease-in-out;
      border: 1px solid #000;
      font-size: 1rem; }
      .newsletter_container .field_container input[type="text"]:hover {
        background: #fff !important; }
    .newsletter_container .field_container.newsletter_mailtype {
      display: none;
      margin: 0px; }
  .newsletter_container .newsletter_submit {
    overflow: hidden;
    margin-top: 3px;
    transition: 0.5s ease-in-out;
    max-height: 70px; }
    .newsletter_container .newsletter_submit input {
      line-height: 28px;
      padding: 0px; }
  .newsletter_container.closed .newsletter_repeatmail {
    max-height: 0px; }
  .newsletter_container.closed .newsletter_submit {
    max-height: 0px; }

/* Overwrite default styling */
/*.inhoud.container .orderform2, .orderform2{
    width: 100%;
}
.inhoud.container .orderform2 .input-combine, .orderform2 .input-combine{
    background: transparent;
    padding-left: 0px;
}
.inhoud.container .orderform2 .title-container, .orderform2 .title-container{
    display: none;
}
.inhoud.container .orderform2 .input-combine:not(.closed) [type=text], .inhoud.container .orderform2 .input-combine:not(.closed) textarea, .inhoud.container .orderform2 .input-combine:not(.closed) select, .orderform2 .input-combine:not(.closed) [type=text], .orderform2 .input-combine:not(.closed) textarea, .orderform2 select{
    border: 1px solid #000;
    background: #EDEDED;
}
.inhoud.container .orderform2 .dynamiclabel label, .orderform2 .dynamiclabel label, .inhoud.container .orderform2 .dynamiclabel.dynamiclabel-up label, .orderform2 .dynamiclabel.dynamiclabel-up label{
    transform: translateY(0px) translateX(0px);
    color: #000;
    font-weight: 700;
}

.inhoud.container .orderform2 .form-fieldcontainer, .orderform2 .form-fieldcontainer{
    padding: 0px;
}
.inhoud.container .orderform2 .input-combine.success:before{
    display: none;
}*/
.result_order_text div.select {
  position: relative; }
  .result_order_text div.select:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 8px;
    pointer-events: none; }
  .result_order_text div.select select {
    height: 40px !important;
    max-width: 100%;
    cursor: pointer; }

.hiddenbutton {
  opacity: 0;
  height: 0px;
  border: 0px; }

.button-submit {
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #000;
  transition: all .2s ease-in-out;
  padding: 10px 20px;
  cursor: pointer;
  height: auto;
  text-align: center; }
  .button-submit:hover {
    background: transparent;
    color: #000; }

div.cms_form_v3 [type=color], div.cms_form_v3 [type=color], div.cms_form_v3 [type=date], div.cms_form_v3 [type=datetime-local], div.cms_form_v3 [type=datetime], div.cms_form_v3 [type=email], div.cms_form_v3 [type=file], div.cms_form_v3 [type=month], div.cms_form_v3 [type=number], div.cms_form_v3 [type=password], div.cms_form_v3 [type=search], div.cms_form_v3 [type=tel], div.cms_form_v3 [type=text], div.cms_form_v3 [type=time], div.cms_form_v3 [type=url], div.cms_form_v3 [type=week], div.cms_form_v3 select, div.cms_form_v3 textarea {
  border-radius: 10px;
  background: #fafafa;
  border: 1px solid #ccc;
  transition: all .2s ease-in-out; }
  div.cms_form_v3 [type=color]:focus, div.cms_form_v3 [type=color]:hover, div.cms_form_v3 [type=color]:focus, div.cms_form_v3 [type=color]:hover, div.cms_form_v3 [type=date]:focus, div.cms_form_v3 [type=date]:hover, div.cms_form_v3 [type=datetime-local]:focus, div.cms_form_v3 [type=datetime-local]:hover, div.cms_form_v3 [type=datetime]:focus, div.cms_form_v3 [type=datetime]:hover, div.cms_form_v3 [type=email]:focus, div.cms_form_v3 [type=email]:hover, div.cms_form_v3 [type=file]:focus, div.cms_form_v3 [type=file]:hover, div.cms_form_v3 [type=month]:focus, div.cms_form_v3 [type=month]:hover, div.cms_form_v3 [type=number]:focus, div.cms_form_v3 [type=number]:hover, div.cms_form_v3 [type=password]:focus, div.cms_form_v3 [type=password]:hover, div.cms_form_v3 [type=search]:focus, div.cms_form_v3 [type=search]:hover, div.cms_form_v3 [type=tel]:focus, div.cms_form_v3 [type=tel]:hover, div.cms_form_v3 [type=text]:focus, div.cms_form_v3 [type=text]:hover, div.cms_form_v3 [type=time]:focus, div.cms_form_v3 [type=time]:hover, div.cms_form_v3 [type=url]:focus, div.cms_form_v3 [type=url]:hover, div.cms_form_v3 [type=week]:focus, div.cms_form_v3 [type=week]:hover, div.cms_form_v3 select:focus, div.cms_form_v3 select:hover, div.cms_form_v3 textarea:focus, div.cms_form_v3 textarea:hover {
    border-color: #000;
    background: #fff; }
div.cms_form_v3 [type=button].knop_login, div.cms_form_v3 [type=button].knop, div.cms_form_v3 [type=reset].knop_login, div.cms_form_v3 [type=reset].knop, div.cms_form_v3 [type=submit].knop_login, div.cms_form_v3 [type=submit].knop, div.cms_form_v3 button.knop_login, div.cms_form_v3 button.knop {
  border-radius: 10px; }
div.cms_form_v3 form {
  margin-left: 0px; }
  div.cms_form_v3 form .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  div.cms_form_v3 form .form_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px; }
    div.cms_form_v3 form .form_row.width_full {
      width: 100%; }
    div.cms_form_v3 form .form_row.width_half {
      width: 48%; }
    div.cms_form_v3 form .form_row.width_third {
      width: 31%; }
    div.cms_form_v3 form .form_row .description {
      width: 200px;
      text-align: left;
      font-weight: 500;
      padding-right: 10px;
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
      padding-top: 5px; }
    div.cms_form_v3 form .form_row .field {
      width: calc(100% - 200px); }
    div.cms_form_v3 form .form_row .areabox {
      width: 100%;
      font-size: 14px;
      color: #000; }
    div.cms_form_v3 form .form_row.form_row_input_radio {
      flex-wrap: wrap; }
    div.cms_form_v3 form .form_row.form_row_input_checkbox .field, div.cms_form_v3 form .form_row .form_row form_row_input_radio .field {
      display: flex;
      flex-direction: column; }
    div.cms_form_v3 form .form_row.form_row_date_ .field {
      display: flex; }
      div.cms_form_v3 form .form_row.form_row_date_ .field button.ui-datepicker-trigger {
        background: #000;
        border-color: #000;
        top: 0px !important;
        left: 0px !important;
        margin-left: 10px;
        height: auto;
        border-radius: 10px; }
        div.cms_form_v3 form .form_row.form_row_date_ .field button.ui-datepicker-trigger:hover {
          color: #000; }
          div.cms_form_v3 form .form_row.form_row_date_ .field button.ui-datepicker-trigger:hover:before {
            color: #000; }
    div.cms_form_v3 form .form_row.form_row_leeg_ .description {
      width: 100%;
      padding-left: 200px;
      justify-content: flex-start; }
    div.cms_form_v3 form .form_row.captcha_row, div.cms_form_v3 form .form_row.form_alv, div.cms_form_v3 form .form_row.form_submit {
      /*                .description{
                          display: none;
                      }*/ }
      div.cms_form_v3 form .form_row.captcha_row .field, div.cms_form_v3 form .form_row.form_alv .field, div.cms_form_v3 form .form_row.form_submit .field {
        /*width: 100%;*/
        display: flex;
        justify-content: flex-start; }
    div.cms_form_v3 form .form_row.form_row_fieldsrequired .description {
      display: none; }
    div.cms_form_v3 form .form_row.form_row_fieldsrequired .field {
      width: 100%;
      justify-content: flex-end; }

@media screen and (max-width: 1023px) {
  div.cms_form_v3 .form .form_row.form_row_width_1, div.cms_form_v3 .form .form_row.form_row_width_2, div.cms_form_v3 .form .form_row.form_row_width_3, div.cms_form_v3 .form .form_row.form_row_width_9, div.cms_form_v3 .form .form_row.width_full, div.cms_form_v3 .form .form_row.width_half, div.cms_form_v3 .form .form_row.width_third {
    width: 100%; }
    div.cms_form_v3 .form .form_row.form_row_width_1 .description, div.cms_form_v3 .form .form_row.form_row_width_2 .description, div.cms_form_v3 .form .form_row.form_row_width_3 .description, div.cms_form_v3 .form .form_row.form_row_width_9 .description, div.cms_form_v3 .form .form_row.width_full .description, div.cms_form_v3 .form .form_row.width_half .description, div.cms_form_v3 .form .form_row.width_third .description {
      justify-content: flex-start; } }
@media screen and (max-width: 767px) {
  div.cms_form_v3 .form .form_row.form_row_width_1, div.cms_form_v3 .form .form_row.form_row_width_2, div.cms_form_v3 .form .form_row.form_row_width_3, div.cms_form_v3 .form .form_row.form_row_width_9, div.cms_form_v3 .form .form_row.width_full, div.cms_form_v3 .form .form_row.width_half, div.cms_form_v3 .form .form_row.width_third {
    flex-direction: column; }
    div.cms_form_v3 .form .form_row.form_row_width_1 .description, div.cms_form_v3 .form .form_row.form_row_width_2 .description, div.cms_form_v3 .form .form_row.form_row_width_3 .description, div.cms_form_v3 .form .form_row.form_row_width_9 .description, div.cms_form_v3 .form .form_row.width_full .description, div.cms_form_v3 .form .form_row.width_half .description, div.cms_form_v3 .form .form_row.width_third .description {
      width: 100%; }
    div.cms_form_v3 .form .form_row.form_row_width_1 .field, div.cms_form_v3 .form .form_row.form_row_width_2 .field, div.cms_form_v3 .form .form_row.form_row_width_3 .field, div.cms_form_v3 .form .form_row.form_row_width_9 .field, div.cms_form_v3 .form .form_row.width_full .field, div.cms_form_v3 .form .form_row.width_half .field, div.cms_form_v3 .form .form_row.width_third .field {
      width: 100%; }
  div.cms_form_v3 .form .form_row.form_row_leeg_ .description {
    padding-left: 0px; } }
.inhoud.container table.totals .shipping_form {
  display: flex; }
  .inhoud.container table.totals .shipping_form .knop_aantal {
    width: 30px;
    height: 40px; }

.nowrap {
  white-space: nowrap; }

a.pdf_file, div.pdf_file {
  display: inline-block;
  text-decoration: none !important;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 10px;
  transition: all .2s ease-in-out;
  cursor: pointer;
  margin-bottom: 2px; }
  a.pdf_file:hover, div.pdf_file:hover {
    background: #000;
    color: #fff; }
  a.pdf_file:after, div.pdf_file:after {
    content: "\f1c1";
    margin-left: 10px; }

.basket_totalprice {
  white-space: nowrap; }

.order_header {
  margin-bottom: 30px; }

.inhoud.container .result_order_address, .inhoud.container.inhoud_orderpage {
  font-size: 1rem; }
  .inhoud.container .result_order_address h3, .inhoud.container .result_order_address h3:first-of-type, .inhoud.container.inhoud_orderpage h3, .inhoud.container.inhoud_orderpage h3:first-of-type {
    font-size: 24px; }
  .inhoud.container .result_order_address h3:nth-of-type(2), .inhoud.container.inhoud_orderpage h3:nth-of-type(2) {
    margin-top: 20px; }

.inhoud.container .result_order_address h3, .inhoud.container .result_order_address h3:first-of-type {
  font-size: 16px;
  text-align: left; }

table {
  border-collapse: collapse; }
  table .select {
    position: relative; }
    table .select:before {
      content: "\f107";
      display: block;
      position: absolute;
      font: normal normal normal 18px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #242424;
      right: 15px;
      top: 50%;
      margin-top: -10px;
      pointer-events: none; }
    table .select select {
      height: 40px !important;
      min-width: 70px;
      transition: all 0.2s ease-in-out;
      cursor: pointer; }
      table .select select:hover {
        background: #dedede; }

.klantofferte table td {
  padding: 15px;
  padding-top: 5px;
  padding-bottom: 5px; }
  .klantofferte table td:nth-of-type(1) {
    min-width: 230px; }
.klantofferte .knop_offerte {
  margin-top: 5px;
  white-space: nowrap; }

table.order_buttons {
  margin-top: 3% !important;
  position: relative;
  width: 100%; }
  table.order_buttons tr:first-of-type td:nth-of-type(2) {
    text-align: center; }
  table.order_buttons tr:first-of-type td:nth-of-type(3) {
    text-align: right; }

div.order_addressfields {
  width: 100%; }
  div.order_addressfields .form-fieldcontainer {
    width: auto; }
  div.order_addressfields table table tr:last-of-type td:nth-of-type(1) {
    padding-left: 0px; }
  div.order_addressfields table table tr:last-of-type td:nth-of-type(2) {
    text-align: right;
    padding-right: 0px; }

.basket_addressfields, .order_addressfields {
  margin-top: 2.5%; }
  .basket_addressfields table td, .order_addressfields table td {
    padding: 15px;
    padding-bottom: 5px;
    padding-top: 5px; }
    .basket_addressfields table td:nth-of-type(1), .order_addressfields table td:nth-of-type(1) {
      min-width: 230px; }
  .basket_addressfields table table, .order_addressfields table table {
    width: 100%; }

.order_addressfields table td {
  padding: 5px; }

table.order_buttons:before {
  content: '';
  position: absolute;
  top: -75px; }

hr, table.order_buttons:before {
  width: 100% !important;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
  margin-bottom: 2.5%;
  margin-top: 2.5%; }

.bestelstappen {
  display: flex;
  justify-content: flex-start;
  flex-direction: row; }
  .bestelstappen .step {
    background: #d6d6d6;
    color: #242424;
    flex-grow: 1;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    z-index: inherit;
    cursor: default; }
    .bestelstappen .step:after {
      content: '';
      position: absolute;
      top: -10px;
      right: -5px;
      width: 5px;
      height: 65px;
      background: #fff;
      transform: rotate(0deg);
      z-index: 10; }
    .bestelstappen .step:last-of-type:after {
      display: none; }
    .bestelstappen .step .step_count {
      display: inline;
      margin-right: 5px; }
    .bestelstappen .step.checked_step {
      background: #242424;
      color: #fff; }

.extra_product {
  display: flex;
  margin-top: 10px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  max-width: 100%;
  flex-wrap: wrap; }
  .extra_product .extra_option_title {
    min-width: 200px;
    padding: 10px;
    padding-left: 0px;
    margin-right: 10px;
    flex-grow: 1; }
  .extra_product .knop_addoptionalproduct {
    max-width: 150px;
    border: 1px solid #000;
    color: #fff;
    transition: all 0.2s ease-in-out;
    padding-left: 0px;
    position: relative;
    background: #000;
    font-size: 12px;
    height: 40px;
    padding-right: 0px; }
    .extra_product .knop_addoptionalproduct:before {
      content: "\f055";
      display: inline-block;
      position: relative;
      font: normal normal normal 16px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: all 0.2s ease-in-out;
      color: #fff;
      margin-right: 10px; }
    .extra_product .knop_addoptionalproduct:hover {
      color: #000;
      background: transparent; }
      .extra_product .knop_addoptionalproduct:hover:before {
        color: #000; }
  .extra_product .otp_ordernumber {
    height: 40px !important;
    margin-right: 10px; }
  .extra_product .select {
    margin-right: 10px; }
    .extra_product .select select {
      width: 100% !important;
      padding-right: 30px; }

tr.basket .prijs_staffels {
  position: relative;
  width: auto;
  /*        &:before{
              position: relative;
              display: flex;
              justify-content: flex-start;
              width: 100%;
              @extend %font_awesome;
              content: "\f0d7";
              font-size: 18px;
              line-height: 5px;
          }*/ }
  tr.basket .prijs_staffels ul {
    margin: 0px; }
    tr.basket .prijs_staffels ul li {
      line-height: 20px;
      white-space: nowrap; }
      tr.basket .prijs_staffels ul li:before {
        content: "\f107";
        /*margin-left: 0px;*/ }

.inhoud.container {
  padding-top: 5%;
  padding-bottom: 5%; }
  .inhoud.container h3:first-of-type {
    font-size: 24px;
    margin-bottom: 5px; }
  .inhoud.container a.knop_kassa {
    line-height: 37px;
    background: #32ca60 !important;
    border: 1px solid #32ca60; }
    .inhoud.container a.knop_kassa:hover {
      background: transparent;
      color: #32ca60 !important; }
      .inhoud.container a.knop_kassa:hover:after {
        color: #32ca60 !important; }
  .inhoud.container .knop_aantal {
    border: 0px;
    background: #d6d6d6;
    color: #242424;
    transition: all 0.2s ease-in-out;
    width: 30px;
    float: left;
    text-align: center;
    padding: 0px;
    height: 40px; }
    .inhoud.container .knop_aantal:hover {
      background: #242424;
      color: #fff; }
  .inhoud.container a.knop_remove:before {
    content: "\f014";
    display: inline-block;
    position: relative;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in-out;
    color: #000; }
  .inhoud.container a.knop_remove:hover:before {
    color: #ff0000; }
  .inhoud.container .fixedprice, .inhoud.container .fixedshipping {
    width: calc(100% - 30px);
    float: left; }
  .inhoud.container .basket {
    width: 100%; }
  .inhoud.container h1, .inhoud.container h2, .inhoud.container h3, .inhoud.container h4, .inhoud.container h5 {
    font-family: "Open Sans", sans-serif; }
  .inhoud.container h1 {
    font-size: 24px; }
  .inhoud.container h3:nth-of-type(2) {
    margin-bottom: 10px; }
  .inhoud.container h2 {
    margin-left: 10px;
    color: #000;
    margin-top: 15px; }
  .inhoud.container p {
    font-size: 14px; }
  .inhoud.container #up_productkind {
    width: 100% !important; }
  .inhoud.container .knop_offerte, .inhoud.container .knop_opnieuw, .inhoud.container .knop_winkelen, .inhoud.container .knop_kassa {
    border: 1px solid #000;
    background: #000 !important;
    height: 40px;
    line-height: initial;
    text-align: center;
    text-indent: 0px;
    font-size: 16px;
    width: auto;
    display: inline-block;
    padding: 0px 25px;
    transition: all 0.2s ease-in-out;
    color: #fff; }
    .inhoud.container .knop_offerte:before, .inhoud.container .knop_opnieuw:before, .inhoud.container .knop_winkelen:before, .inhoud.container .knop_kassa:before {
      display: inline-block;
      position: relative;
      font: normal normal normal 16px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: all 0.2s ease-in-out;
      color: #fff;
      margin-right: 10px; }
    .inhoud.container .knop_offerte:hover, .inhoud.container .knop_opnieuw:hover, .inhoud.container .knop_winkelen:hover, .inhoud.container .knop_kassa:hover {
      background: transparent !important;
      color: #000 !important; }
      .inhoud.container .knop_offerte:hover:before, .inhoud.container .knop_opnieuw:hover:before, .inhoud.container .knop_winkelen:hover:before, .inhoud.container .knop_kassa:hover:before {
        color: #000; }
  .inhoud.container .knop_offerte, .inhoud.container .knop_opnieuw, .inhoud.container .knop_winkelen {
    line-height: 40px; }
  .inhoud.container .knop_kassa {
    border: 1px solid #000;
    background: #000 !important; }
    .inhoud.container .knop_kassa:hover {
      color: #000 !important;
      background: transparent !important; }
      .inhoud.container .knop_kassa:hover:after {
        color: #000; }
    .inhoud.container .knop_kassa:after {
      content: "\f105";
      display: inline-block;
      position: relative;
      font: normal normal normal 16px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: all 0.2s ease-in-out;
      color: #fff;
      margin-left: 10px; }
  .inhoud.container .knop_offerte:before {
    content: "\f0f6"; }
  .inhoud.container .knop_opnieuw:before {
    content: "\f0e2"; }
  .inhoud.container .knop_winkelen:before {
    content: "\f104"; }
  .inhoud.container .bestelstappen {
    width: 100%;
    margin-bottom: 2.5%; }
    .inhoud.container .bestelstappen td.checked_step {
      border: 0px;
      border-left: 3px solid #fff;
      border-right: 3px solid #fff; }
    .inhoud.container .bestelstappen td.unchecked_step {
      border: 0px;
      border-left: 3px solid #fff;
      border-right: 3px solid #fff; }
    .inhoud.container .bestelstappen td:first-of-type {
      border-left: 0px; }
    .inhoud.container .bestelstappen td:last-of-type {
      border-right: 0px; }
  .inhoud.container .checked_step_name, .inhoud.container .unchecked_step_name {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    height: 40px;
    line-height: 40px; }
  .inhoud.container table.totals {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-top: 2.5%; }
    .inhoud.container table.totals .fixedshipping {
      width: 100%;
      text-align: center;
      padding-left: 0px; }
    .inhoud.container table.totals .knop_aantal {
      width: 100%;
      height: 30px; }
    .inhoud.container table.totals tr {
      text-align: right; }
      .inhoud.container table.totals tr:last-of-type {
        font-weight: 700; }
      .inhoud.container table.totals tr td {
        padding: 15px;
        padding-top: 5px;
        padding-bottom: 5px; }
        .inhoud.container table.totals tr td:nth-of-type(2) {
          width: 70%;
          text-align: right; }
        .inhoud.container table.totals tr td:last-of-type {
          width: 0px;
          padding: 0px; }
  .inhoud.container .optional_extra img {
    max-width: 140px;
    height: auto; }
  .inhoud.container .optional_extra_title {
    margin-top: 5%; }
  .inhoud.container table.extra_options {
    width: 100%;
    margin-top: 2rem; }
    .inhoud.container table.extra_options table.extra_option tr.basket td {
      background: #dedede; }
    .inhoud.container table.extra_options table.extra_option tr.basket:nth-of-type(1) td {
      background: transparent; }
    .inhoud.container table.extra_options table.extra_option tr.basket button.knop_addoptionalproduct {
      margin-top: 12px;
      height: 40px;
      padding-left: 0px;
      padding-right: 0px;
      font-size: 12px;
      border: 1px solid #000;
      background: #000; }
      .inhoud.container table.extra_options table.extra_option tr.basket button.knop_addoptionalproduct:hover {
        background: transparent;
        color: #000; }
        .inhoud.container table.extra_options table.extra_option tr.basket button.knop_addoptionalproduct:hover:before {
          color: #000; }
    .inhoud.container table.extra_options table.extra_option tr.basket input:hover, .inhoud.container table.extra_options table.extra_option tr.basket select:hover {
      background-color: #fff; }
  .inhoud.container table.optional_extra, .inhoud.container table.extra_option {
    margin-top: 15px;
    width: 100%;
    font-size: 14px;
    border-collapse: collapse; }
    .inhoud.container table.optional_extra tr td, .inhoud.container table.extra_option tr td {
      padding: 15px; }
    .inhoud.container table.optional_extra tr:nth-of-type(even), .inhoud.container table.extra_option tr:nth-of-type(even) {
      background: #dedede; }
    .inhoud.container table.optional_extra tr:first-of-type td, .inhoud.container table.extra_option tr:first-of-type td {
      font-weight: 700; }
    .inhoud.container table.optional_extra button.knop_addoptionalproduct, .inhoud.container table.extra_option button.knop_addoptionalproduct {
      background-color: #000;
      border: 0px;
      color: #fff;
      transition: all 0.2s ease-in-out;
      padding-left: 20px;
      position: relative;
      background: #000;
      font-size: 12px; }
      .inhoud.container table.optional_extra button.knop_addoptionalproduct:before, .inhoud.container table.extra_option button.knop_addoptionalproduct:before {
        content: "\f055";
        display: inline-block;
        position: relative;
        font: normal normal normal 16px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: all 0.2s ease-in-out;
        color: #fff;
        margin-right: 10px; }
      .inhoud.container table.optional_extra button.knop_addoptionalproduct:hover, .inhoud.container table.extra_option button.knop_addoptionalproduct:hover {
        background: transparent; }
  .inhoud.container table.shopitems {
    border-collapse: collapse; }
    .inhoud.container table.shopitems .shopitems_header {
      border-top: 1px solid #242424;
      border-bottom: 1px solid #242424; }
      .inhoud.container table.shopitems .shopitems_header td:nth-of-type(1) {
        text-align: left;
        padding-left: 15px; }
      .inhoud.container table.shopitems .shopitems_header td:nth-of-type(5) {
        min-width: 140px; }
    .inhoud.container table.shopitems tr:first-of-type:before {
      display: none; }
    .inhoud.container table.shopitems tr:first-of-type td {
      text-align: center;
      font-family: "Open Sans", sans-serif;
      background: #d6d6d6;
      padding-top: 15px;
      padding-bottom: 15px;
      line-height: initial !important;
      font-weight: 700; }
    .inhoud.container table.shopitems tr td {
      height: 40px;
      line-height: 40px !important;
      text-align: left; }
      .inhoud.container table.shopitems tr td:nth-of-type(5), .inhoud.container table.shopitems tr td:nth-of-type(6), .inhoud.container table.shopitems tr td:nth-of-type(7) {
        text-align: right;
        padding-right: 0px !important; }
      .inhoud.container table.shopitems tr td.description_title {
        text-align: left;
        padding-left: 5px; }
      .inhoud.container table.shopitems tr td:nth-of-type(2) {
        text-align: left; }
    .inhoud.container table.shopitems tr.basket td {
      background: transparent;
      padding: 15px;
      font-size: 14px;
      border-bottom: 1px solid #242424; }
      .inhoud.container table.shopitems tr.basket td.productimage {
        width: 50px; }
      .inhoud.container table.shopitems tr.basket td a.shoplink {
        font-size: 15px !important;
        transition: all 0.2s ease-in-out; }
        .inhoud.container table.shopitems tr.basket td a.shoplink:hover {
          color: #000; }
      .inhoud.container table.shopitems tr.basket td a.shoplink, .inhoud.container table.shopitems tr.basket td .baskettext {
        font-weight: 600; }
      .inhoud.container table.shopitems tr.basket td:last-of-type a {
        transition: all 0.2s ease-in-out; }
        .inhoud.container table.shopitems tr.basket td:last-of-type a:hover {
          color: #ff0000; }
        .inhoud.container table.shopitems tr.basket td:last-of-type a img {
          display: none; }
      .inhoud.container table.shopitems tr.basket td .car_details {
        margin-top: 15px; }
        .inhoud.container table.shopitems tr.basket td .car_details .car_details_title {
          float: left;
          max-width: 50%;
          margin-right: 10px; }
        .inhoud.container table.shopitems tr.basket td .car_details input.customfield {
          height: 40px;
          width: calc(50% - 70px);
          line-height: 40px;
          float: left;
          min-width: 50% !important;
          border: 0px; }
        .inhoud.container table.shopitems tr.basket td .car_details button.knop {
          float: left;
          width: 45px !important;
          height: 40px;
          line-height: 40px;
          padding: 0px;
          top: 0px !important;
          background: #d6d6d6;
          color: #000;
          transition: all 0.2s ease-in-out; }
          .inhoud.container table.shopitems tr.basket td .car_details button.knop:hover {
            background-color: #7c7c7c !important;
            color: #fff; }
        .inhoud.container table.shopitems tr.basket td .car_details:after {
          content: "";
          display: table;
          clear: both; }
    .inhoud.container table.shopitems div {
      margin-left: 0px !important; }
  .inhoud.container .sub_title {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 1.17em;
    font-weight: 700;
    color: #242424; }
  .inhoud.container [type=text] {
    transition: all 0.2s ease-in-out;
    height: 40px;
    line-height: 40px; }
    .inhoud.container [type=text]:hover, .inhoud.container [type=text]:focus {
      background: #dedede; }
  .inhoud.container .box {
    height: 40px !important;
    border: 0px;
    line-height: 40px; }
  .inhoud.container .areabox {
    width: 100%;
    border: 0px;
    transition: all 0.2s ease-in-out;
    font-size: 14px; }
    .inhoud.container .areabox:hover, .inhoud.container .areabox:focus {
      background: #dedede; }
  .inhoud.container .ammount_button {
    float: left; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
  display: inline-block;
  position: relative;
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  margin-top: 0px; }

.loggedin_counter .inhoud.container table.shopitems {
  font-size: 0.9rem; }
  .loggedin_counter .inhoud.container table.shopitems tr.basket td, .loggedin_counter .inhoud.container table.shopitems tr.basket td a.shoplink {
    font-size: 0.9rem !important;
    line-height: 1rem !important; }
  .loggedin_counter .inhoud.container table.shopitems tr.basket td .car_details input.customfield {
    padding: 0 5px;
    height: 30px; }
  .loggedin_counter .inhoud.container table.shopitems tr.basket td .car_details button.knop {
    height: 31px;
    line-height: 32px; }
  .loggedin_counter .inhoud.container table.shopitems tr.basket td {
    padding: 5px; }
.loggedin_counter .basket .productimage img {
  max-width: 80px !important; }

table.basket .articlenumber {
  padding-left: 10px; }

body.no_basket .basketblock {
  display: none !important; }

.btwcheck {
  margin: 2px;
  margin-left: 10px;
  display: inline-block; }

.userhistory_active .form_orderaddress {
  width: 50% !important;
  float: left; }

.inhoud.container .order_userhistory h2 {
  margin: 0px; }

.inhoud.container.inhoud_orderpage h2 {
  font-size: 1rem; }

div.order_userhistory {
  border-left: 1px solid #000;
  padding-left: 9px;
  width: 35%;
  margin-left: 1%; }
  div.order_userhistory .orderaddress_data {
    /*height: 600px !important;*/
    overflow: auto; }
    div.order_userhistory .orderaddress_data table tr td:nth-of-type(2) {
      white-space: nowrap; }

input[name="fixedtotalprice"] {
  padding-right: 15px;
  text-align: right;
  font-weight: bold; }

select[name="ledger"] {
  height: auto !important;
  cursor: pointer; }

td.total form div, td.total form .knop {
  width: 100% !important; }
td.total form .knop {
  text-align: center;
  margin-left: 0px !important; }
  td.total form .knop .fa:before {
    margin-top: 0px; }

.inexclvat {
  height: 20px;
  margin-bottom: 10px; }

table.payment_inorder {
  width: 100%; }
  table.payment_inorder .payment_buttons {
    width: 100%;
    display: flex;
    justify-content: space-between; }
  table.payment_inorder td span.extracosts {
    float: left;
    position: relative;
    margin-top: 3px;
    margin-left: 5px; }

a.btwcheck {
  border: 1px solid;
  padding: 5px 10px;
  margin-top: -4px;
  transition: all 0.2s ease-in-out;
  background: transparent;
  color: #000; }
  a.btwcheck:hover {
    background: #000;
    color: #fff; }
  a.btwcheck:after {
    content: "\f105";
    display: inline-block;
    position: relative;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    margin-left: 10px; }

#orderform table .orderdone_container {
  float: right;
  min-width: 300px;
  position: relative; }
  #orderform table .orderdone_container:after {
    content: "\f105";
    display: inline-block;
    position: absolute;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in-out;
    color: #fff;
    margin-left: 0px;
    right: 20px;
    top: 12px; }
  #orderform table .orderdone_container input {
    border: 0px;
    height: 40px;
    line-height: initial;
    text-align: center;
    text-indent: 0px;
    font-size: 16px;
    width: auto;
    display: inline-block;
    padding: 0px 25px;
    transition: all 0.2s ease-in-out;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding-left: 30px; }
  #orderform table .orderdone_container input.bestel_kassa, #orderform table .orderdone_container input.bestelknop {
    border: 1px solid #32ca60 !important;
    background: #32ca60 !important;
    width: 100%; }
    #orderform table .orderdone_container input.bestel_kassa:hover, #orderform table .orderdone_container input.bestelknop:hover {
      background: transparent !important;
      color: #32ca60 !important; }
      #orderform table .orderdone_container input.bestel_kassa:hover:after, #orderform table .orderdone_container input.bestelknop:hover:after {
        color: #32ca60 !important; }

.tpl_basket .pc_product_image {
  width: 140px;
  height: 140px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

#NoneSelectedProducts .NoneSelectedProductContainer {
  max-width: 100%;
  border: 1px solid;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
  transition: all .2s ease-in-out; }
  #NoneSelectedProducts .NoneSelectedProductContainer:hover {
    box-shadow: 0px 6px 7px rgba(51, 51, 51, 0.5);
    transform: translateY(-5px); }
  #NoneSelectedProducts .NoneSelectedProductContainer .NoneSelectedProductText {
    text-align: center;
    font-size: 15px;
    line-height: 17px; }
  #NoneSelectedProducts .NoneSelectedProductContainer input.NoneSelectedProductButton, #NoneSelectedProducts .NoneSelectedProductContainer a.NoneSelectedProductButton {
    width: 100%;
    white-space: break-spaces;
    height: auto;
    line-height: initial;
    padding: 10px 5px;
    margin-top: 10px; }

.NoneSelectedProductImage {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px; }
  .NoneSelectedProductImage .optional_extra_image {
    width: 100%; }

#NoneSelectedProducts .owl-nav {
  position: absolute;
  top: 20px;
  height: calc(100% - 26px);
  width: 100%;
  pointer-events: none; }
  #NoneSelectedProducts .owl-nav button {
    pointer-events: auto;
    width: 30px;
    height: 100%;
    position: absolute;
    background: #000;
    color: #fff;
    font-size: 38px;
    border: 1px solid #000; }
    #NoneSelectedProducts .owl-nav button.owl-prev {
      left: -40px; }
    #NoneSelectedProducts .owl-nav button.owl-next {
      right: -40px; }
    #NoneSelectedProducts .owl-nav button:hover {
      color: #000 !important; }
    #NoneSelectedProducts .owl-nav button.disabled {
      display: none; }

.NoneSelectedProduct2.hasnav {
  margin-left: 40px;
  margin-right: 40px; }

.NoneSelectedProductBackToBasket:before {
  content: "\f104";
  margin-right: 15px; }

.optional_extra_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .optional_extra_wrapper .knop_addoptionalproduct span {
    display: block !important; }
  .optional_extra_wrapper div.extraproduct_explain {
    float: none;
    margin-left: 10px; }

.optional_extra_container {
  width: 32%;
  padding: 10px;
  border: 1px solid;
  margin-bottom: 2.2%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
  transition: all .2s ease-in-out; }
  .optional_extra_container:hover {
    box-shadow: 0px 6px 7px rgba(51, 51, 51, 0.5);
    transform: translateY(-5px); }

.optional_extra_image {
  height: 150px;
  display: flex;
  justify-content: center;
  position: relative;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }
  .optional_extra_image img {
    max-width: 100% !important;
    height: auto;
    z-index: 0; }

.optional_extra_image_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  cursor: pointer;
  transition: all .2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center; }
  .optional_extra_image_overlay:before {
    content: "\f05a";
    display: flex;
    justify-content: center;
    align-self: center;
    font-size: 58px;
    color: #fff;
    opacity: 0;
    transition: all .2s ease-in-out; }
  .optional_extra_image_overlay:hover {
    background: rgba(0, 0, 0, 0.3); }
    .optional_extra_image_overlay:hover:before {
      opacity: 1; }

.optional_extra_text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px; }

.optional_extra_text_content {
  text-align: center; }

.optional_extra_price_container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px; }

.optional_extra_price {
  font-weight: 500; }

.inhoud.container .designbasketlayout.optional_extra_title {
  display: inline-block;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  width: 100%; }
.inhoud.container .optional_extra_text_content {
  min-height: 50px; }
.inhoud.container .optional_extra_text {
  align-items: flex-start;
  padding-bottom: 0px; }

@media screen and (max-width: 767px) {
  .tpl_basket .inhoud.container h3, .tpl_basket .inhoud.container h3:first-of-type, .inhoud_orderlastpage h3, .inhoud_orderlastpage h3:first-of-type, .inhoud.container .result_order_address h3, .inhoud.container .result_order_address h3:first-of-type, .inhoud.container.inhoud_orderpage h3, .inhoud.container.inhoud_orderpage h3:first-of-type {
    text-align: center; }
  .tpl_basket .inhoud.container p, .inhoud_orderlastpage p, .inhoud.container .result_order_address p, .inhoud.container.inhoud_orderpage p {
    text-align: center; }
  .tpl_basket .inhoud.container .order_header, .inhoud_orderlastpage .order_header, .inhoud.container .result_order_address .order_header, .inhoud.container.inhoud_orderpage .order_header {
    text-align: center;
    padding: 10px;
    margin-bottom: 10px; }
  .tpl_basket .inhoud.container .orderdone_container, .inhoud_orderlastpage .orderdone_container, .inhoud.container .result_order_address .orderdone_container, .inhoud.container.inhoud_orderpage .orderdone_container {
    width: 100%; }
    .tpl_basket .inhoud.container .orderdone_container .bestel_kassa, .tpl_basket .inhoud.container .orderdone_container .bestelknop, .inhoud_orderlastpage .orderdone_container .bestel_kassa, .inhoud_orderlastpage .orderdone_container .bestelknop, .inhoud.container .result_order_address .orderdone_container .bestel_kassa, .inhoud.container .result_order_address .orderdone_container .bestelknop, .inhoud.container.inhoud_orderpage .orderdone_container .bestel_kassa, .inhoud.container.inhoud_orderpage .orderdone_container .bestelknop {
      width: 100%; }

  .inhoud.container table.shopitems tr td, .inhoud.container table.shopitems tr.basket td {
    text-align: center; }

  .optional_extra_container {
    width: 100%;
    padding: 0px; }
    .optional_extra_container .optional_extra_text {
      padding: 5px; }
    .optional_extra_container .optional_extra_price_container {
      padding: 5px; }
    .optional_extra_container .optional_extra_button {
      padding: 5px; }

  tr.basket .prijs_staffels {
    text-align: left; }
    tr.basket .prijs_staffels ul li {
      white-space: normal; }
      tr.basket .prijs_staffels ul li:before {
        margin-left: 0px; } }
.galery .galery_main_title {
  width: 100%;
  text-align: center;
  margin-bottom: 15px; }
.galery .galery_blocks .galery_dirs, .galery .galery_blocks .galery_thumbnails {
  padding: 0px !important; }
  .galery .galery_blocks .galery_dirs .galery_item, .galery .galery_blocks .galery_thumbnails .galery_item {
    float: left;
    width: calc(25% - 30px);
    height: 160px;
    position: relative;
    overflow: hidden;
    margin-right: 10px; }
    .galery .galery_blocks .galery_dirs .galery_item:nth-of-type(n+4), .galery .galery_blocks .galery_thumbnails .galery_item:nth-of-type(n+4) {
      margin-right: 0px; }
    .galery .galery_blocks .galery_dirs .galery_item a, .galery .galery_blocks .galery_thumbnails .galery_item a {
      display: block;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%; }
      .galery .galery_blocks .galery_dirs .galery_item a img, .galery .galery_blocks .galery_thumbnails .galery_item a img {
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: auto;
        transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1); }
      .galery .galery_blocks .galery_dirs .galery_item a .galery_title, .galery .galery_blocks .galery_thumbnails .galery_item a .galery_title {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        height: 40px;
        padding-top: 8px;
        font-size: 14px;
        font-weight: 700;
        transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1); }
        .galery .galery_blocks .galery_dirs .galery_item a .galery_title span, .galery .galery_blocks .galery_thumbnails .galery_item a .galery_title span {
          font-size: 12px; }
    .galery .galery_blocks .galery_dirs .galery_item:hover a img, .galery .galery_blocks .galery_thumbnails .galery_item:hover a img {
      top: -5%;
      left: -5%;
      width: 110%; }
    .galery .galery_blocks .galery_dirs .galery_item:hover a .galery_title, .galery .galery_blocks .galery_thumbnails .galery_item:hover a .galery_title {
      background: rgba(0, 0, 0, 0.7); }
.galery .galery_footer {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  margin-top: 2.5%; }
  .galery .galery_footer a {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #000;
    background: #000;
    border-radius: 5px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    margin-left: 0px;
    margin-right: 5px; }
    .galery .galery_footer a:hover {
      background: transparent;
      color: #000; }

.galery .galery_blocks .galery_dirs .galery_item a .galery_title, .galery .galery_blocks .galery_thumbnails .galery_item a .galery_title {
  background: rgba(0, 0, 0, 0.5); }
  .galery .galery_blocks .galery_dirs .galery_item a .galery_title:after, .galery .galery_blocks .galery_thumbnails .galery_item a .galery_title:after {
    content: "\f105";
    display: block;
    position: absolute;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease-in-out;
    color: #fff;
    opacity: 0;
    right: 50px;
    top: 11px; }
.galery .galery_blocks .galery_dirs .galery_item:hover a .galery_title, .galery .galery_blocks .galery_thumbnails .galery_item:hover a .galery_title {
  background: rgba(0, 0, 0, 0.7); }
  .galery .galery_blocks .galery_dirs .galery_item:hover a .galery_title:after, .galery .galery_blocks .galery_thumbnails .galery_item:hover a .galery_title:after {
    opacity: 1;
    right: 30px; }
.galery .galery_blocks .galery_thumbnails a img {
  z-index: 5; }
.galery .galery_blocks .galery_thumbnails a:before {
  content: '';
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 10; }
.galery .galery_blocks .galery_thumbnails a:after {
  content: "\f00e";
  display: block;
  position: absolute;
  font: normal normal normal 23px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease-in-out;
  color: #fff;
  text-align: center;
  width: 100%;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  opacity: 0;
  z-index: 15;
  transform: scale(0.1); }
.galery .galery_blocks .galery_thumbnails a:hover:before {
  opacity: 0.5; }
.galery .galery_blocks .galery_thumbnails a:hover:after {
  opacity: 1;
  transform: scale(1); }
.galery .galery_footer a {
  border: 2px solid #000;
  background: #000;
  color: #fff;
  border-radius: 0px;
  font-weight: 700; }
  .galery .galery_footer a:before {
    content: "\f015";
    display: inline-block;
    position: relative;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in-out;
    color: #fff;
    margin-right: 10px;
    top: 2px; }
  .galery .galery_footer a:nth-of-type(2):before {
    content: "\f104"; }
  .galery .galery_footer a:hover {
    color: #000; }
    .galery .galery_footer a:hover:before {
      color: #000; }

.product_images.seo_model_gallery {
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px; }
  .product_images.seo_model_gallery .title {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px; }
  .product_images.seo_model_gallery .product_imagelist_gallery_images {
    max-height: none;
    justify-content: center; }
    .product_images.seo_model_gallery .product_imagelist_gallery_images figure {
      max-width: 24%; }

.seocar_container .product_images.seo_model_gallery {
  margin-top: 0px;
  margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .product_images.seo_model_gallery .product_imagelist_gallery {
    width: 100%; }

  .product_images.seo_model_gallery .product_imagelist_gallery_images figure {
    max-width: 48%; } }
.product_search {
  display: none; }

.simplelist .productlist_header {
  display: none; }
.simplelist .product {
  width: 100%;
  min-height: 96px;
  clear: both;
  position: relative;
  border-top: 1px solid #fff;
  color: #000;
  background: #fff;
  padding: 1px;
  font-size: 15px;
  transition: background 0.2s ease-in-out; }
  .simplelist .product:hover {
    background: #fff; }
    .simplelist .product:hover .product_cell:nth-of-type(1) a {
      padding: 5px; }
  .simplelist .product:after {
    content: "";
    display: table;
    clear: both; }
  .simplelist .product .product_cell {
    float: left; }
    .simplelist .product .product_cell:nth-of-type(1) {
      width: 10%;
      background: #fff; }
      .simplelist .product .product_cell:nth-of-type(1) a {
        display: inline-block;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 10px;
        transition: all 0.2s ease-in-out; }
        .simplelist .product .product_cell:nth-of-type(1) a img {
          width: 80%;
          height: auto; }
    .simplelist .product .product_cell:nth-of-type(2) {
      padding: 15px;
      width: 50%; }
    .simplelist .product .product_cell:nth-of-type(3) {
      padding: 15px; }
    .simplelist .product .product_cell:nth-of-type(4) {
      padding: 15px;
      float: right; }
    .simplelist .product .product_cell .add_basket {
      width: 100%;
      border-radius: 0px;
      height: 40px;
      margin-top: 5px;
      transition: all 0.2s ease-in-out;
      background: #000;
      border: 0px; }
      .simplelist .product .product_cell .add_basket:hover {
        border: 0px;
        background: black; }

button.add_basketwide {
  height: 40px;
  border-radius: 0px;
  text-align: center;
  text-transform: uppercase;
  padding-right: 30px;
  padding-left: 10px;
  margin: 0px;
  width: 100%;
  transition: all 0.2s ease-in-out; }
  button.add_basketwide:hover {
    border: 0px;
    background: black; }

.shoplink.backtoproducts {
  padding: 10px 20px;
  background: #d6d6d6;
  color: #000;
  transition: all 0.2s ease-in-out; }
  .shoplink.backtoproducts:hover {
    background: #242424;
    color: #fff; }

table.productdetails {
  width: 100%; }

.qweonbutton {
  float: left;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #000;
  margin-right: 5px;
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
  background: #000;
  color: #fff;
  cursor: pointer; }
  .qweonbutton:before {
    display: inline-block;
    position: relative;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .qweonbutton:hover {
    background: transparent;
    color: #000; }
  .qweonbutton.editproduct:before {
    content: "\f044"; }

.qweon_window {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  .qweon_window .qweon_window_container {
    background: #fff;
    width: 500px;
    max-width: 100%;
    height: 300px;
    display: flex;
    position: relative; }
  .qweon_window .qweon_window_content {
    flex-grow: 1;
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    overflow: auto; }
    .qweon_window .qweon_window_content .productedit {
      display: flex;
      flex-direction: column; }
  .qweon_window .qweon_window_close {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    transition: all 0.2s ease-in-out;
    border: 1px solid #fff; }
    .qweon_window .qweon_window_close:hover {
      background: #fff;
      color: #000; }
    .qweon_window .qweon_window_close:before {
      display: block;
      position: relative;
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f00d"; }
  .qweon_window .product_edit_row {
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap; }
    .qweon_window .product_edit_row .title {
      flex-grow: 1;
      width: 100%;
      font-size: 13px;
      margin-bottom: 5px; }
    .qweon_window .product_edit_row .form_field {
      flex-grow: 1;
      max-width: 70px; }
  .qweon_window .popular_product .form_field {
    flex-grow: 1; }

.product_image_wrap img {
  width: 100% !important;
  height: auto !important; }
.product_image_wrap .product-image-main, .product_image_wrap .pc-product-image-container {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

body .pop_products.webshopcat_wheels .productsfound.layout_grid .shop_b2c_4.search_results .product_container div.product .product_cell.product_name {
  margin-top: 255px !important;
  padding-top: 0px; }
body .pop_products.webshopcat_wheels .productsfound.layout_grid .shop_b2c_4.search_results .product_container div.product .product_cell.product_price {
  padding-bottom: 20px !important; }
body .pop_products .product_description {
  font-size: 15px; }

td.loginpage .login_remember {
  font-size: 1rem; }
td.loginpage tr td {
  padding: 5px 0px; }
td.loginpage form > p:nth-of-type(2) {
  margin-top: 10px; }
td.loginpage p {
  padding: 5px 0px; }
  td.loginpage p a {
    display: inline-block;
    width: 100%;
    transition: all 0.2s ease-in-out; }
    td.loginpage p a:hover:after {
      margin-left: 15px; }
    td.loginpage p a:after {
      content: "\f105";
      font: normal normal normal 17px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      margin-left: 10px;
      transition: margin 0.2s ease-in-out; }

.login_page main {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .login_page main .inhoud {
    background: #fff;
    width: 600px;
    max-width: 100%;
    padding: 30px;
    height: auto;
    min-height: 0px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px; }
    .login_page main .inhoud table {
      width: 100%; }

.product_container div.product .link_related_products:hover, .product_container div.product .link_procedure:hover, .product_container div.product .link_product_info:hover {
  color: #000; }
  .product_container div.product .link_related_products:hover:after, .product_container div.product .link_procedure:hover:after, .product_container div.product .link_product_info:hover:after {
    margin-left: 8px; }
.product_container div.product .link_related_products:after, .product_container div.product .link_procedure:after, .product_container div.product .link_product_info:after {
  content: "\f105";
  display: inline-block;
  position: relative;
  font: normal normal normal 15px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  transition: all 0.2s ease-in-out; }
.product_container div.product .open_extra_products {
  cursor: pointer; }
  .product_container div.product .open_extra_products:hover {
    color: #000; }
  .product_container div.product .open_extra_products:after {
    content: "\f105";
    display: inline-block;
    position: relative;
    font: normal normal normal 15px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out; }
.product_container div.product.open .product {
  margin-bottom: 0px; }
.product_container div.product.open .extra_products {
  max-height: 500px;
  padding: 10px;
  padding-top: 0px; }
.product_container div.product.open .open_extra_products:after {
  transform: rotate(90deg); }

.extra_products_title {
  width: 100%;
  float: left;
  border-bottom: 1px solid;
  padding-bottom: 1%;
  margin-bottom: 1%;
  margin-top: 5%; }

.extra_products {
  transition: all 0.5s ease-in-out;
  max-height: 0px;
  overflow: hidden;
  padding: 0px;
  background: #c4c4c4;
  color: #000; }
  .extra_products .extra_product {
    width: calc(33.3% - 20px / 3);
    background: #fff;
    margin-right: 10px;
    margin-top: 10px;
    float: left;
    padding: 10px 15px;
    background: #ebebeb;
    transition: all 0.2s ease-in-out; }
    .extra_products .extra_product:nth-of-type(3n) {
      margin-right: 0px; }
    .extra_products .extra_product .title {
      font-size: .9rem;
      font-weight: 800;
      width: 100%; }
    .extra_products .extra_product .deliveryspeed {
      margin-top: 0px;
      margin-right: 0px;
      min-width: 43px; }
    .extra_products .extra_product .price {
      display: inline-block;
      float: left;
      padding: 10px;
      padding-left: 0px;
      padding-right: 0px;
      margin-top: 10px;
      width: 100%; }
      .extra_products .extra_product .price .setprice_text {
        font-size: 12px;
        display: inline-block; }
      .extra_products .extra_product .price .setprice_vat {
        font-weight: normal;
        font-size: 12px; }
    .extra_products .extra_product .stock_extra_product {
      width: 100%; }
    .extra_products .extra_product .articlenr {
      float: left;
      font-size: 0.8rem;
      margin-right: 10px; }
    .extra_products .extra_product .extratext {
      float: left;
      margin-right: 10px;
      font-size: 0.8rem; }
    .extra_products .extra_product .extratext2 {
      float: left;
      margin-right: 10px;
      font-size: 0.8rem; }
    .extra_products .extra_product .stockamount {
      margin-top: 0px;
      padding-left: 5px;
      padding-right: 10px; }
    .extra_products .extra_product .stock_buttons {
      margin-top: 7px;
      float: left; }
      .extra_products .extra_product .stock_buttons .showCars, .extra_products .extra_product .stock_buttons .showNoCars, .extra_products .extra_product .stock_buttons .showStock {
        display: inline-block;
        float: none;
        margin-top: 0px; }
    .extra_products .extra_product .stock_product {
      margin-top: 10px;
      float: right; }
      .extra_products .extra_product .stock_product table {
        display: none; }
    .extra_products .extra_product .add_extra_product {
      display: inline-block;
      padding: 0px 10px;
      height: 46px;
      cursor: pointer;
      float: right;
      background: #000;
      margin-top: -10px;
      color: #fff;
      border: 2px solid #000;
      transition: all 0.2s ease-in-out; }
      .extra_products .extra_product .add_extra_product:hover {
        background: transparent;
        color: #000; }
      .extra_products .extra_product .add_extra_product:after {
        content: "\f07a";
        margin-top: 10px;
        display: inline-block;
        position: relative;
        font: normal normal normal 20px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .extra_products .extra_product .image {
      text-align: center;
      background: #fff;
      height: 140px;
      overflow: hidden;
      width: 100%;
      margin-top: 10px;
      float: left; }
      .extra_products .extra_product .image img {
        width: auto;
        height: calc(100% - 20px);
        transition: all 0.2s linear;
        margin-top: 10px; }
    .extra_products .extra_product:hover {
      background: #d2d2d2; }
      .extra_products .extra_product:hover .image img {
        height: 100%;
        width: auto;
        margin-top: 0px; }

.product_single .extra_products {
  width: 100%;
  max-height: none;
  background: transparent;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap; }

@media screen and (max-width: 1180px) {
  .extra_products .extra_product {
    width: calc(50% - 10px / 2);
    margin-right: 10px; }
    .extra_products .extra_product:nth-of-type(3n) {
      margin-right: 10px; }
    .extra_products .extra_product:nth-of-type(2n) {
      margin-right: 0px; } }
@media screen and (max-width: 760px) {
  .extra_products .extra_product {
    width: 100%;
    margin-right: 0px; }
    .extra_products .extra_product:nth-of-type(2n), .extra_products .extra_product:nth-of-type(3n) {
      margin-right: 0px; } }
.product_brand_logo {
  position: absolute;
  top: 0px;
  order: -1;
  height: 100px;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.product.has_product_wide .product_brand_logo {
  left: 0px;
  width: 200%; }

.layout_list .product_brand_logo {
  display: none; }

.extraremark_space {
  display: none; }

.multiproduct_remarks {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px; }
  .multiproduct_remarks .product_remark {
    margin-right: 10px;
    padding-right: 10px;
    position: relative; }
    .multiproduct_remarks .product_remark:before {
      content: '';
      height: 100%;
      position: absolute;
      right: 0px;
      border-right: 1px solid #000; }
    .multiproduct_remarks .product_remark:last-of-type:before {
      display: none; }

.tyrelabels .tyrelabel {
  display: none !important; }
  .tyrelabels .tyrelabel .labelinfo_stripes, .tyrelabels .tyrelabel .labelinfo_arrow, .tyrelabels .tyrelabel .tyrelabel_fuel, .tyrelabels .tyrelabel .tyrelabel_wet, .tyrelabels .tyrelabel .tyrelabel_sound, .tyrelabels .tyrelabel .tyrelabel_tyreid {
    display: none !important; }
  .tyrelabels .tyrelabel.open {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: block !important;
    z-index: 500;
    left: 0px;
    top: 0px;
    margin: 0px; }
    .tyrelabels .tyrelabel.open .product_label {
      display: block;
      position: absolute;
      background: none;
      float: none;
      height: auto;
      line-height: initial;
      padding: 0px;
      height: 100%;
      width: 100%; }
      .tyrelabels .tyrelabel.open .product_label:hover {
        background: none; }
      .tyrelabels .tyrelabel.open .product_label:after {
        display: none; }
      .tyrelabels .tyrelabel.open .product_label div.labelinfo {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -154px;
        margin-left: -105px;
        width: 214px;
        height: 313px; }
        .tyrelabels .tyrelabel.open .product_label div.labelinfo img {
          display: block !important; }
        .tyrelabels .tyrelabel.open .product_label div.labelinfo:before {
          display: block;
          content: "\f057";
          display: block;
          position: absolute;
          font: normal normal normal 19px/1 FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #db0000;
          right: -12px;
          top: -12px;
          font-size: 28px;
          z-index: 100;
          background: #fff;
          border-radius: 30px;
          padding: 1px;
          height: 30px;
          width: 30px;
          text-align: center; }

.search_all, .product_single {
  /*    .seasonimg{
          img{
              margin-top: 0px !important;
          }
      }*/
  /*    .no_stock{
          span{
              display: none;
          }
      }*/ }
  .search_all .price_text, .product_single .price_text {
    display: inline; }
  .search_all .price, .product_single .price {
    display: inline;
    font-weight: 700; }
  .search_all .vat, .product_single .vat {
    position: relative;
    float: right;
    margin-left: 5px;
    font-weight: 400;
    font-size: 0.8rem;
    padding-top: 4px;
    margin-top: -1px; }
  .search_all .wideprice, .product_single .wideprice {
    float: right;
    text-align: right;
    margin-top: 15px; }
    .search_all .wideprice .price_set, .product_single .wideprice .price_set {
      float: right;
      line-height: 50px;
      margin-right: 10px; }
    .search_all .wideprice .setprice, .product_single .wideprice .setprice {
      float: right; }
  .search_all .product_size, .product_single .product_size {
    font-weight: 700; }
  .search_all .product_name_container, .product_single .product_name_container {
    text-align: left; }
    .search_all .product_name_container .product_title, .product_single .product_name_container .product_title {
      font-weight: 700; }
  .search_all .product_cell_images a, .product_single .product_cell_images a {
    position: relative; }
  .search_all .product_cell_rating, .product_single .product_cell_rating {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8); }
    .search_all .product_cell_rating.product_cell_rating_list, .product_single .product_cell_rating.product_cell_rating_list {
      width: calc(100% - 50px);
      bottom: 5px; }
  .search_all .product_cell, .product_single .product_cell {
    float: left;
    position: relative; }
  .search_all .product_cell:nth-of-type(1), .product_single .product_cell:nth-of-type(1) {
    float: left;
    min-width: 113px;
    width: 21%;
    text-align: center;
    background: #fff;
    padding: 10px;
    margin-left: 1px;
    margin-bottom: 1px;
    position: absolute;
    height: calc(100% - 3px); }
    .search_all .product_cell:nth-of-type(1) a, .product_single .product_cell:nth-of-type(1) a {
      margin-left: -30px;
      /*            display: inline-block;
                  height: 100%;*/
      /*            position: absolute;
                  left: 50%;
                  margin-left: -60px;
                  top: 50%;
                  margin-top: -60px;*/ }
    .search_all .product_cell:nth-of-type(1) a img, .product_single .product_cell:nth-of-type(1) a img {
      transition: all 0.2s ease-in-out; }
  .search_all .product_name, .product_single .product_name {
    padding: 15px 20px;
    margin-left: 21%; }
    .search_all .product_name .info_buttons_dynamic, .product_single .product_name .info_buttons_dynamic {
      display: inherit; }
    .search_all .product_name.product_name_wide, .product_single .product_name.product_name_wide {
      width: 79%; }
      .search_all .product_name.product_name_wide .product_name_left, .search_all .product_name.product_name_wide .product_name_right, .product_single .product_name.product_name_wide .product_name_left, .product_single .product_name.product_name_wide .product_name_right {
        width: 50%;
        float: left; }
      .search_all .product_name.product_name_wide .product_name_right, .product_single .product_name.product_name_wide .product_name_right {
        text-align: right; }
        .search_all .product_name.product_name_wide .product_name_right .product_title, .product_single .product_name.product_name_wide .product_name_right .product_title {
          font-weight: 700; }
  .search_all .product_stock, .product_single .product_stock {
    width: 20%;
    padding: 15px 0px;
    display: none; }
  .search_all .product_price, .product_single .product_price {
    padding: 15px 0px;
    padding-left: 15px;
    text-align: right; }
  .search_all .tyreicons, .product_single .tyreicons {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 150px; }
    .search_all .tyreicons div, .product_single .tyreicons div {
      max-width: 30px; }
      .search_all .tyreicons div img, .product_single .tyreicons div img {
        display: block;
        margin-bottom: 3px;
        margin-left: 2px; }
  .search_all .tyrelabel, .product_single .tyrelabel {
    display: none;
    font-size: 12px;
    margin-top: 10px;
    min-height: 30px;
    float: left;
    margin-right: 5px; }
    .search_all .tyrelabel .labelinfo_arrow, .product_single .tyrelabel .labelinfo_arrow {
      display: none; }
    .search_all .tyrelabel .product_label, .product_single .tyrelabel .product_label {
      position: relative;
      background: #4a4a4a;
      margin-left: 10px;
      float: left;
      height: 25px;
      line-height: 25px;
      padding: 0px 15px;
      color: #fff;
      font-weight: 700;
      transition: background 0.2s ease-in-out;
      cursor: default; }
      .search_all .tyrelabel .product_label:after, .product_single .tyrelabel .product_label:after {
        content: '';
        position: absolute;
        left: -8px;
        top: 4px;
        transform: rotate(45deg);
        width: 17px;
        height: 17px;
        background: #4a4a4a;
        transition: background 0.2s ease-in-out; }
      .search_all .tyrelabel .product_label:hover, .product_single .tyrelabel .product_label:hover {
        background: #969696; }
        .search_all .tyrelabel .product_label:hover:after, .product_single .tyrelabel .product_label:hover:after {
          background: #969696; }
  .search_all .grossprice, .product_single .grossprice {
    font-size: 13px; }
    .search_all .grossprice img, .product_single .grossprice img {
      display: none; }
  .search_all .discount, .product_single .discount {
    font-size: 13px;
    color: #1c924e; }
  .search_all .stockamount, .product_single .stockamount {
    height: 46px;
    display: inline-block;
    line-height: 46px;
    font-size: 13px;
    margin-top: 5px;
    padding: 0px 15px;
    font-weight: 700;
    flex-grow: 1; }
    .search_all .stockamount.low_stock, .product_single .stockamount.low_stock {
      color: #ff0000; }
  .search_all .deliverydate, .product_single .deliverydate {
    margin-top: 5px; }
  .search_all .setprice, .product_single .setprice {
    float: right; }

.productsinbasket .inbasket a, .productsinbasket .inbasket .to_shop {
  color: #fff !important;
  border-color: #000 !important;
  background: #000 !important; }
  .productsinbasket .inbasket a:hover, .productsinbasket .inbasket .to_shop:hover {
    color: #000 !important;
    background: transparent !important; }

.all_common_filters {
  float: left; }

div.sort_options_title, .product_column_left_title {
  min-width: initial;
  flex-grow: initial;
  line-height: 35px;
  padding-right: 5px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #000; }

.price_moreinfo {
  display: none; }

.product_column_left_title {
  margin-top: 0px;
  margin-bottom: 6px; }

.searchresults.resultsfound:not(.resultcount_) .product_column_left_title {
  margin-top: 24px;
  margin-bottom: 6px; }

.layouts {
  position: relative;
  float: right;
  margin-top: 5px; }
  .layouts .layout_option {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px; }
    .layouts .layout_option:after {
      content: "\f105";
      display: inline-block;
      position: relative;
      font: normal normal normal 19px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: all 0.2s ease-in-out;
      color: #fff;
      line-height: 30px;
      font-size: 15px; }
    .layouts .layout_option:hover, .layouts .layout_option.active {
      color: #000;
      background: #fff; }
      .layouts .layout_option:hover:after, .layouts .layout_option.active:after {
        color: #000; }
  .layouts .layout_option_list:after {
    content: "\f00b"; }
  .layouts .layout_option_list_compact:after {
    content: "\f03a"; }
  .layouts .layout_option_grid:after {
    content: "\f009"; }

.productsfound.layout_list.layout_compact .layout_option_list_compact, .productsfound.layout_list:not(.layout_compact) .layout_option_list, .productsfound.layout_grid:not(.layout_compact) .layout_option_grid {
  color: #000;
  background: #fff; }
  .productsfound.layout_list.layout_compact .layout_option_list_compact:after, .productsfound.layout_list:not(.layout_compact) .layout_option_list:after, .productsfound.layout_grid:not(.layout_compact) .layout_option_grid:after {
    color: #000; }

.search_all {
  position: relative;
  width: 100%;
  float: left; }

.productsfound .search_all .storage_info .deliveryspeed,
.single_product .single_product_container .search_all .storage_info .deliveryspeed,
.productsfound .deliveryspeed,
.single_product .single_product_container .deliveryspeed,
.productcatalog .deliveryspeed {
  float: right;
  padding: 0px 12px;
  background: transparent;
  color: #000;
  height: 46px;
  display: inline-block;
  line-height: 64px;
  font-size: 13px;
  margin-top: 5px;
  font-weight: 700;
  border: 1px #000 solid;
  position: relative;
  cursor: default;
  min-width: 39px; }
  .productsfound .search_all .storage_info .deliveryspeed:before,
  .single_product .single_product_container .search_all .storage_info .deliveryspeed:before,
  .productsfound .deliveryspeed:before,
  .single_product .single_product_container .deliveryspeed:before,
  .productcatalog .deliveryspeed:before {
    content: "\f017";
    display: block;
    top: 3px;
    width: 100%;
    left: 0px;
    position: absolute;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px; }
  .productsfound .search_all .storage_info .deliveryspeed.delivery_min:before,
  .single_product .single_product_container .search_all .storage_info .deliveryspeed.delivery_min:before,
  .productsfound .deliveryspeed.delivery_min:before,
  .single_product .single_product_container .deliveryspeed.delivery_min:before,
  .productcatalog .deliveryspeed.delivery_min:before {
    content: "\f00c";
    font-size: 14px;
    top: 14px; }
  .productsfound .search_all .storage_info .deliveryspeed.delivery_ask,
  .single_product .single_product_container .search_all .storage_info .deliveryspeed.delivery_ask,
  .productsfound .deliveryspeed.delivery_ask,
  .single_product .single_product_container .deliveryspeed.delivery_ask,
  .productcatalog .deliveryspeed.delivery_ask {
    color: #ff8300;
    border-color: #ff8300; }
    .productsfound .search_all .storage_info .deliveryspeed.delivery_ask:before,
    .single_product .single_product_container .search_all .storage_info .deliveryspeed.delivery_ask:before,
    .productsfound .deliveryspeed.delivery_ask:before,
    .single_product .single_product_container .deliveryspeed.delivery_ask:before,
    .productcatalog .deliveryspeed.delivery_ask:before {
      content: "\f073";
      font-size: 14px;
      top: 14px; }
  .productsfound .search_all .storage_info .deliveryspeed.delivery_hours,
  .single_product .single_product_container .search_all .storage_info .deliveryspeed.delivery_hours,
  .productsfound .deliveryspeed.delivery_hours,
  .single_product .single_product_container .deliveryspeed.delivery_hours,
  .productcatalog .deliveryspeed.delivery_hours {
    color: #b1cc2e;
    border-color: #b1cc2e; }
  .productsfound .search_all .storage_info .deliveryspeed.delivery_days,
  .single_product .single_product_container .search_all .storage_info .deliveryspeed.delivery_days,
  .productsfound .deliveryspeed.delivery_days,
  .single_product .single_product_container .deliveryspeed.delivery_days,
  .productcatalog .deliveryspeed.delivery_days {
    color: #ff8300;
    border-color: #ff8300;
    text-align: center; }
    .productsfound .search_all .storage_info .deliveryspeed.delivery_days:before,
    .single_product .single_product_container .search_all .storage_info .deliveryspeed.delivery_days:before,
    .productsfound .deliveryspeed.delivery_days:before,
    .single_product .single_product_container .deliveryspeed.delivery_days:before,
    .productcatalog .deliveryspeed.delivery_days:before {
      content: "\f073"; }

.productsfound div.product, .single_product .single_product_container div.product {
  display: flex; }
.productsfound .orderbutton .add_basket, .productsfound .orderbutton .add_relatedproduct, .single_product .single_product_container .orderbutton .add_basket, .single_product .single_product_container .orderbutton .add_relatedproduct {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  margin-left: 10px;
  border: 1px solid;
  cursor: pointer;
  border-radius: 0px;
  color: #fff;
  font-size: 1.1rem;
  transition: all 0.2s ease-in-out;
  margin-top: 5px;
  margin-left: 0px;
  font-family: "Open Sans", sans-serif;
  height: 46px;
  line-height: 41px;
  padding: 0px 20px; }
  .productsfound .orderbutton .add_basket:after, .productsfound .orderbutton .add_relatedproduct:after, .single_product .single_product_container .orderbutton .add_basket:after, .single_product .single_product_container .orderbutton .add_relatedproduct:after {
    content: "\f07a";
    display: inline-block;
    position: relative;
    font: normal normal normal 19px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in-out;
    color: #fff;
    font-size: 16px;
    top: -1px;
    margin-left: 5px; }
  .productsfound .orderbutton .add_basket.to_productoverview:after, .productsfound .orderbutton .add_relatedproduct.to_productoverview:after, .single_product .single_product_container .orderbutton .add_basket.to_productoverview:after, .single_product .single_product_container .orderbutton .add_relatedproduct.to_productoverview:after {
    content: "\f105"; }
  .productsfound .orderbutton .add_basket:hover, .productsfound .orderbutton .add_relatedproduct:hover, .single_product .single_product_container .orderbutton .add_basket:hover, .single_product .single_product_container .orderbutton .add_relatedproduct:hover {
    background: transparent;
    color: #000; }
    .productsfound .orderbutton .add_basket:hover:before, .productsfound .orderbutton .add_basket:hover:after, .productsfound .orderbutton .add_relatedproduct:hover:before, .productsfound .orderbutton .add_relatedproduct:hover:after, .single_product .single_product_container .orderbutton .add_basket:hover:before, .single_product .single_product_container .orderbutton .add_basket:hover:after, .single_product .single_product_container .orderbutton .add_relatedproduct:hover:before, .single_product .single_product_container .orderbutton .add_relatedproduct:hover:after {
      color: #000; }
.productsfound .orderbutton.directbuy .to_productoverview, .single_product .single_product_container .orderbutton.directbuy .to_productoverview {
  display: none; }
.productsfound .orderbutton:not(.directbuy) .add_basket, .single_product .single_product_container .orderbutton:not(.directbuy) .add_basket {
  display: none; }
.productsfound .orderbutton:not(.directbuy) .to_productoverview, .single_product .single_product_container .orderbutton:not(.directbuy) .to_productoverview {
  display: inline-block; }
.productsfound .product_links, .single_product .single_product_container .product_links {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .productsfound .product_links a, .single_product .single_product_container .product_links a {
    position: relative; }
    .productsfound .product_links a:before, .single_product .single_product_container .product_links a:before {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      border-bottom: 1px solid #000;
      opacity: 0;
      width: 0%;
      transition: all 0.2s ease-in-out; }
    .productsfound .product_links a:hover:before, .single_product .single_product_container .product_links a:hover:before {
      opacity: 1;
      width: calc(100% - 15px); }
.productsfound .storage_info, .single_product .single_product_container .storage_info {
  display: flex;
  flex-flow: wrap;
  float: right;
  position: relative;
  clear: both;
  justify-content: flex-end; }
  .productsfound .storage_info .deliverydate, .single_product .single_product_container .storage_info .deliverydate {
    width: 100%; }
.productsfound .showStock, .single_product .single_product_container .showStock {
  /*line-height: 27px !important;*/ }
.productsfound .showCars:after, .productsfound .showNoCars:after, .productsfound .showStock:after, .productsfound .productextratext_button:after, .single_product .single_product_container .showCars:after, .single_product .single_product_container .showNoCars:after, .single_product .single_product_container .showStock:after, .single_product .single_product_container .productextratext_button:after {
  font-size: 14px; }
.productsfound div.product_amount, .single_product .single_product_container div.product_amount {
  height: 30px;
  width: 40px;
  margin-left: 5px;
  display: none; }
  .productsfound div.product_amount:not(.directbuy), .single_product .single_product_container div.product_amount:not(.directbuy) {
    display: none !important; }
  .productsfound div.product_amount .product_amount, .single_product .single_product_container div.product_amount .product_amount {
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 0px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #EDEDED; }
    .productsfound div.product_amount .product_amount:hover, .productsfound div.product_amount .product_amount:focus, .single_product .single_product_container div.product_amount .product_amount:hover, .single_product .single_product_container div.product_amount .product_amount:focus {
      background: #fff;
      border: 1px solid #000; }
.productsfound .product_container, .single_product .single_product_container .product_container {
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 0px 0px rgba(81, 81, 81, 0.33);
  position: relative;
  z-index: 10; }
  .productsfound .product_container:hover, .single_product .single_product_container .product_container:hover {
    box-shadow: 0px 0px 12px 0px rgba(81, 81, 81, 0.33); }
  .productsfound .product_container .product, .single_product .single_product_container .product_container .product {
    background: #fff;
    padding: 1px;
    font-size: 15px;
    transition: background 0.2s ease-in-out; }
  .productsfound .product_container:hover, .single_product .single_product_container .product_container:hover {
    z-index: 15; }
    .productsfound .product_container:hover .product .product_cell:nth-of-type(1) a img, .single_product .single_product_container .product_container:hover .product .product_cell:nth-of-type(1) a img {
      width: 140px;
      margin-left: -10px;
      margin-top: -10px; }
  .productsfound .product_container .product_price, .productsfound .product_container .product_name, .single_product .single_product_container .product_container .product_price, .single_product .single_product_container .product_container .product_name {
    font-size: 1rem;
    flex-grow: 1; }
  .productsfound .product_container .product_price, .single_product .single_product_container .product_container .product_price {
    padding-right: 15px; }
.productsfound .product_container .product .wide_type, .single_product .single_product_container .product_container .product .wide_type {
  display: inline; }
.productsfound .product_container .product .tyre_rear_info .tyre_rear_2, .productsfound .product_container .product .tyre_info .tyre_2, .single_product .single_product_container .product_container .product .tyre_rear_info .tyre_rear_2, .single_product .single_product_container .product_container .product .tyre_info .tyre_2 {
  margin-left: 5px; }
.productsfound .product_container .product.has_product_wide, .single_product .single_product_container .product_container .product.has_product_wide {
  margin-bottom: 0px;
  padding-bottom: 10px; }
  .productsfound .product_container .product.has_product_wide .product_amount, .single_product .single_product_container .product_container .product.has_product_wide .product_amount {
    display: none !important; }
  .productsfound .product_container .product.has_product_wide:not(.product_rear), .single_product .single_product_container .product_container .product.has_product_wide:not(.product_rear) {
    min-height: auto;
    z-index: 1; }
    .productsfound .product_container .product.has_product_wide:not(.product_rear) .product_price .orderbutton, .single_product .single_product_container .product_container .product.has_product_wide:not(.product_rear) .product_price .orderbutton {
      display: none !important; }
  .productsfound .product_container .product.has_product_wide .product_cell:nth-of-type(1) a, .single_product .single_product_container .product_container .product.has_product_wide .product_cell:nth-of-type(1) a {
    /*display: none;*/ }
  .productsfound .product_container .product.has_product_wide .product_price .grossprice, .productsfound .product_container .product.has_product_wide .product_price .price_set, .single_product .single_product_container .product_container .product.has_product_wide .product_price .grossprice, .single_product .single_product_container .product_container .product.has_product_wide .product_price .price_set {
    display: none !important; }
  .productsfound .product_container .product.has_product_wide .product_price .price_visible.price_cell .discount, .single_product .single_product_container .product_container .product.has_product_wide .product_price .price_visible.price_cell .discount {
    display: none !important; }
  .productsfound .product_container .product.has_product_wide .storage_info .setprice, .single_product .single_product_container .product_container .product.has_product_wide .storage_info .setprice {
    display: none; }
  .productsfound .product_container .product.has_product_wide .product_cell:nth-of-type(1), .single_product .single_product_container .product_container .product.has_product_wide .product_cell:nth-of-type(1) {
    /*height: calc(200%);*/ }
.productsfound .product_container .product.product_rear, .single_product .single_product_container .product_container .product.product_rear {
  padding-top: 0px;
  border-top: 0px; }
  .productsfound .product_container .product.product_rear .product_cell.product_name, .productsfound .product_container .product.product_rear .product_cell.product_price, .single_product .single_product_container .product_container .product.product_rear .product_cell.product_name, .single_product .single_product_container .product_container .product.product_rear .product_cell.product_price {
    padding-top: 0px; }
  .productsfound .product_container .product.product_rear .tyreicons, .single_product .single_product_container .product_container .product.product_rear .tyreicons {
    display: none; }
  .productsfound .product_container .product.product_rear .product_cell:nth-of-type(1), .single_product .single_product_container .product_container .product.product_rear .product_cell:nth-of-type(1) {
    height: calc(100% - 2px);
    top: 0px;
    display: none; }
    .productsfound .product_container .product.product_rear .product_cell:nth-of-type(1) a, .single_product .single_product_container .product_container .product.product_rear .product_cell:nth-of-type(1) a {
      margin-top: -135px;
      display: none; }
  .productsfound .product_container .product.product_rear .product_price .grossprice, .productsfound .product_container .product.product_rear .product_price .price_set, .single_product .single_product_container .product_container .product.product_rear .product_price .grossprice, .single_product .single_product_container .product_container .product.product_rear .product_price .price_set {
    display: none !important; }
  .productsfound .product_container .product.product_rear .product_price .price_visible.price_cell .discount, .single_product .single_product_container .product_container .product.product_rear .product_price .price_visible.price_cell .discount {
    display: none !important; }
  .productsfound .product_container .product.product_rear .storage_info, .single_product .single_product_container .product_container .product.product_rear .storage_info {
    justify-content: flex-end; }
  .productsfound .product_container .product.product_rear .price_set_wide, .single_product .single_product_container .product_container .product.product_rear .price_set_wide {
    width: 100%;
    float: right;
    margin-top: 20px;
    margin-right: 0px; }
  .productsfound .product_container .product.product_rear .add_basket, .single_product .single_product_container .product_container .product.product_rear .add_basket {
    clear: both;
    text-align: center;
    margin-top: 5px; }
.productsfound .compact_hide, .single_product .single_product_container .compact_hide {
  display: inherit !important; }
.productsfound .compact_show, .single_product .single_product_container .compact_show {
  display: none !important; }
.productsfound.layout_list .product_cell.product_name, .single_product .single_product_container.layout_list .product_cell.product_name {
  max-width: 33%; }
.productsfound.layout_list .product_cell.product_price, .single_product .single_product_container.layout_list .product_cell.product_price {
  max-width: 46%; }
.productsfound.layout_list .price_set .extraremark_tyres, .single_product .single_product_container.layout_list .price_set .extraremark_tyres {
  display: none; }
.productsfound.layout_list .product_subtitle, .single_product .single_product_container.layout_list .product_subtitle {
  float: left;
  width: 100%; }
.productsfound.layout_list div.product, .single_product .single_product_container.layout_list div.product {
  min-height: 165px; }
.productsfound.layout_list div.product_amount, .single_product .single_product_container.layout_list div.product_amount {
  height: 46px;
  margin-top: 5px;
  display: inline-block; }
.productsfound.layout_list .tyre_rear_info .tyre_rear_2, .single_product .single_product_container.layout_list .tyre_rear_info .tyre_rear_2 {
  margin-left: 5px; }
.productsfound.layout_list .orderbutton, .single_product .single_product_container.layout_list .orderbutton {
  margin-left: 5px; }
.productsfound.layout_list:not(.layout_compact) .product_cell:nth-of-type(1), .single_product .single_product_container.layout_list:not(.layout_compact) .product_cell:nth-of-type(1) {
  padding-top: 15px; }
.productsfound.layout_list:not(.layout_compact) .tyreicons, .single_product .single_product_container.layout_list:not(.layout_compact) .tyreicons {
  margin-top: 8px; }
.productsfound.layout_list .info_button_container, .single_product .single_product_container.layout_list .info_button_container {
  float: left;
  /*margin-top: 10px;*/
  width: 100%; }
.productsfound.layout_list.layout_compact .product_cell.product_name, .single_product .single_product_container.layout_list.layout_compact .product_cell.product_name {
  /*max-width: calc(100% - 460px);*/
  max-width: calc(100% - 380px); }
.productsfound.layout_list.layout_compact .info_button_container, .single_product .single_product_container.layout_list.layout_compact .info_button_container {
  margin-left: 5px;
  margin-top: 0px;
  width: auto; }
.productsfound.layout_list.layout_compact .compact_hide, .single_product .single_product_container.layout_list.layout_compact .compact_hide {
  display: none !important; }
.productsfound.layout_list.layout_compact .compact_show, .single_product .single_product_container.layout_list.layout_compact .compact_show {
  display: inherit !important; }
.productsfound.layout_list.layout_compact .stock_amount_text, .productsfound.layout_list.layout_compact .stock_text, .single_product .single_product_container.layout_list.layout_compact .stock_amount_text, .single_product .single_product_container.layout_list.layout_compact .stock_text {
  display: none; }
.productsfound.layout_list.layout_compact .vat, .single_product .single_product_container.layout_list.layout_compact .vat {
  padding-top: 0px; }
.productsfound.layout_list.layout_compact div.product, .single_product .single_product_container.layout_list.layout_compact div.product {
  min-height: inherit;
  display: flex; }
.productsfound.layout_list.layout_compact div.product_amount, .single_product .single_product_container.layout_list.layout_compact div.product_amount {
  display: inherit;
  height: 100%;
  margin-top: 0px;
  width: 40px; }
.productsfound.layout_list.layout_compact .extraremark_tyres, .single_product .single_product_container.layout_list.layout_compact .extraremark_tyres {
  display: none; }
.productsfound.layout_list.layout_compact .price_moreinfo .extraremark_tyres, .single_product .single_product_container.layout_list.layout_compact .price_moreinfo .extraremark_tyres {
  display: block; }
.productsfound.layout_list.layout_compact .product_details, .single_product .single_product_container.layout_list.layout_compact .product_details {
  display: none; }
.productsfound.layout_list.layout_compact .product_links, .single_product .single_product_container.layout_list.layout_compact .product_links {
  display: none; }
.productsfound.layout_list.layout_compact .product_container:nth-of-type(even) .product, .single_product .single_product_container.layout_list.layout_compact .product_container:nth-of-type(even) .product {
  background-color: #f3f3f3; }
  .productsfound.layout_list.layout_compact .product_container:nth-of-type(even) .product .price_moreinfo:after, .single_product .single_product_container.layout_list.layout_compact .product_container:nth-of-type(even) .product .price_moreinfo:after {
    background-color: #f3f3f3 !important; }
.productsfound.layout_list.layout_compact .product_container:hover .product_cell:nth-of-type(1) a img, .single_product .single_product_container.layout_list.layout_compact .product_container:hover .product_cell:nth-of-type(1) a img {
  width: auto;
  margin: 0px; }
.productsfound.layout_list.layout_compact .product_container .product.has_product_wide .product_name_container, .single_product .single_product_container.layout_list.layout_compact .product_container .product.has_product_wide .product_name_container {
  padding-left: 27px; }
.productsfound.layout_list.layout_compact .product_container .product.has_product_wide .product_price .storage_info .deliveryspeed, .single_product .single_product_container.layout_list.layout_compact .product_container .product.has_product_wide .product_price .storage_info .deliveryspeed {
  margin-right: 34px; }
.productsfound.layout_list.layout_compact .product_container .product.has_product_wide .product_price .orderbutton, .single_product .single_product_container.layout_list.layout_compact .product_container .product.has_product_wide .product_price .orderbutton {
  width: 30px;
  display: inherit; }
  .productsfound.layout_list.layout_compact .product_container .product.has_product_wide .product_price .orderbutton a, .single_product .single_product_container.layout_list.layout_compact .product_container .product.has_product_wide .product_price .orderbutton a {
    display: none; }
.productsfound.layout_list.layout_compact .product_container .product.has_product_wide .product_title_container .product_title, .single_product .single_product_container.layout_list.layout_compact .product_container .product.has_product_wide .product_title_container .product_title {
  min-width: 100% !important; }
.productsfound.layout_list.layout_compact .product_container .product .price_set_wide, .single_product .single_product_container.layout_list.layout_compact .product_container .product .price_set_wide {
  display: none; }
.productsfound.layout_list.layout_compact .product_container .product.product_rear .orderbutton, .single_product .single_product_container.layout_list.layout_compact .product_container .product.product_rear .orderbutton {
  z-index: 10; }
.productsfound.layout_list.layout_compact .product_container .tyre_rear_info, .single_product .single_product_container.layout_list.layout_compact .product_container .tyre_rear_info {
  float: left;
  clear: both; }
.productsfound.layout_list.layout_compact .product_container .product_rear_remarks, .single_product .single_product_container.layout_list.layout_compact .product_container .product_rear_remarks {
  float: left; }
.productsfound.layout_list.layout_compact .product_container .wide_type, .single_product .single_product_container.layout_list.layout_compact .product_container .wide_type {
  float: left;
  padding-top: 7px;
  text-align: right;
  flex-shrink: 0; }
.productsfound.layout_list.layout_compact .product_container .add_basket.loading:before, .single_product .single_product_container.layout_list.layout_compact .product_container .add_basket.loading:before {
  top: 5px; }
.productsfound.layout_list.layout_compact .product_container .product_cell:nth-of-type(1), .single_product .single_product_container.layout_list.layout_compact .product_container .product_cell:nth-of-type(1) {
  padding: 0px;
  width: auto;
  position: relative;
  margin: 0px;
  height: auto;
  background: transparent;
  overflow: initial; }
  .productsfound.layout_list.layout_compact .product_container .product_cell:nth-of-type(1) a, .single_product .single_product_container.layout_list.layout_compact .product_container .product_cell:nth-of-type(1) a {
    position: relative;
    left: 0px;
    top: 5px;
    margin: 0px;
    float: left;
    height: 25px;
    width: 27px; }
    .productsfound.layout_list.layout_compact .product_container .product_cell:nth-of-type(1) a img, .single_product .single_product_container.layout_list.layout_compact .product_container .product_cell:nth-of-type(1) a img {
      pointer-events: none;
      position: absolute;
      max-height: 25px;
      width: auto;
      transition: all 0.3s ease-in-out;
      bottom: 0px;
      right: 0px;
      border: 1px solid #fff; }
    .productsfound.layout_list.layout_compact .product_container .product_cell:nth-of-type(1) a:hover img, .single_product .single_product_container.layout_list.layout_compact .product_container .product_cell:nth-of-type(1) a:hover img {
      max-height: 145px;
      z-index: 1000;
      right: 25px;
      border-color: #000; }
  .productsfound.layout_list.layout_compact .product_container .product_cell:nth-of-type(1) .tyreicons, .single_product .single_product_container.layout_list.layout_compact .product_container .product_cell:nth-of-type(1) .tyreicons {
    position: relative;
    float: left;
    top: 0px;
    right: 0px;
    margin: 0px;
    margin-top: 8px;
    width: 90px;
    height: auto;
    flex-direction: row; }
    .productsfound.layout_list.layout_compact .product_container .product_cell:nth-of-type(1) .tyreicons div, .single_product .single_product_container.layout_list.layout_compact .product_container .product_cell:nth-of-type(1) .tyreicons div {
      max-width: none;
      float: left;
      margin-top: 0px; }
      .productsfound.layout_list.layout_compact .product_container .product_cell:nth-of-type(1) .tyreicons div img, .single_product .single_product_container.layout_list.layout_compact .product_container .product_cell:nth-of-type(1) .tyreicons div img {
        margin: 0px !important;
        height: auto;
        max-width: 18px; }
    .productsfound.layout_list.layout_compact .product_container .product_cell:nth-of-type(1) .tyreicons .seasonimg, .single_product .single_product_container.layout_list.layout_compact .product_container .product_cell:nth-of-type(1) .tyreicons .seasonimg {
      height: auto; }
.productsfound.layout_list.layout_compact .product_container .product_name_container, .single_product .single_product_container.layout_list.layout_compact .product_container .product_name_container {
  /*max-width: calc(100% - 30px);*/
  width: 255px;
  float: left;
  display: flex; }
.productsfound.layout_list.layout_compact .product_container .tyrelabel, .single_product .single_product_container.layout_list.layout_compact .product_container .tyrelabel {
  margin: 0px;
  float: left;
  width: initial;
  transform: scale(0.7);
  margin-left: -15px;
  margin-right: -16px;
  margin-top: 3px;
    /*                > img{
                        width: 140px;

                        &.labelinfo_stripes{
                            width: auto;
                        }
                    }*/ }
.productsfound.layout_list.layout_compact .product_container .showCars, .productsfound.layout_list.layout_compact .product_container .showNoCars, .productsfound.layout_list.layout_compact .product_container .showStock, .single_product .single_product_container.layout_list.layout_compact .product_container .showCars, .single_product .single_product_container.layout_list.layout_compact .product_container .showNoCars, .single_product .single_product_container.layout_list.layout_compact .product_container .showStock {
  float: right;
  clear: none;
  margin: 0px;
  width: 26px;
  height: 26px;
  line-height: 25px;
  margin-top: 4px; }
  .productsfound.layout_list.layout_compact .product_container .showCars:after, .productsfound.layout_list.layout_compact .product_container .showNoCars:after, .productsfound.layout_list.layout_compact .product_container .showStock:after, .single_product .single_product_container.layout_list.layout_compact .product_container .showCars:after, .single_product .single_product_container.layout_list.layout_compact .product_container .showNoCars:after, .single_product .single_product_container.layout_list.layout_compact .product_container .showStock:after {
    font-size: 14px; }
.productsfound.layout_list.layout_compact .product_container .showStock, .single_product .single_product_container.layout_list.layout_compact .product_container .showStock {
  margin-right: 2px; }
.productsfound.layout_list.layout_compact .product_container .product_name, .single_product .single_product_container.layout_list.layout_compact .product_container .product_name {
  padding: 0px;
  margin-left: 0px;
  width: auto;
  flex-grow: 1; }
  .productsfound.layout_list.layout_compact .product_container .product_name .product_title, .single_product .single_product_container.layout_list.layout_compact .product_container .product_name .product_title {
    float: left;
    clear: none;
    line-height: 15px;
    padding-left: 5px;
    padding-top: 6px;
    width: 100%; }
  .productsfound.layout_list.layout_compact .product_container .product_name .product_subtitle, .single_product .single_product_container.layout_list.layout_compact .product_container .product_name .product_subtitle {
    float: left;
    width: 100%;
    line-height: 11px;
    font-size: 0.8rem;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 0px; }
    .productsfound.layout_list.layout_compact .product_container .product_name .product_subtitle .product_remarks, .single_product .single_product_container.layout_list.layout_compact .product_container .product_name .product_subtitle .product_remarks {
      float: left; }
    .productsfound.layout_list.layout_compact .product_container .product_name .product_subtitle .product_brand, .productsfound.layout_list.layout_compact .product_container .product_name .product_subtitle .product_profiel, .single_product .single_product_container.layout_list.layout_compact .product_container .product_name .product_subtitle .product_brand, .single_product .single_product_container.layout_list.layout_compact .product_container .product_name .product_subtitle .product_profiel {
      float: left;
      padding-right: 5px; }
.productsfound.layout_list.layout_compact .product_container .product_price, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price {
  padding: 0px;
  width: 370px;
  float: right; }
  .productsfound.layout_list.layout_compact .product_container .product_price .grossprice, .productsfound.layout_list.layout_compact .product_container .product_price .price_cell, .productsfound.layout_list.layout_compact .product_container .product_price .extrapricedata, .productsfound.layout_list.layout_compact .product_container .product_price .price_set, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .grossprice, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .extrapricedata, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_set {
    float: left; }
  .productsfound.layout_list.layout_compact .product_container .product_price .grossprice, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .grossprice {
    display: none; }
  .productsfound.layout_list.layout_compact .product_container .product_price .price_cell, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell {
    width: 129px;
    line-height: 35px;
    position: relative; }
    .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo {
      position: absolute;
      bottom: 2px;
      right: 0px;
      background: #fff;
      border-radius: 5px;
      display: block;
      opacity: 0;
      transition: all 0.2s ease-in-out;
      pointer-events: none;
      width: 250px;
      padding: 5px; }
      .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price_moreinfo_content, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price_moreinfo_content {
        position: relative;
        z-index: 40; }
        .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price_moreinfo_content .price_text, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price_moreinfo_content .price_text {
          width: 100%;
          font-size: 12px;
          line-height: 12px;
          margin-top: 5px; }
        .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price_moreinfo_content .price_set, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price_moreinfo_content .price_set {
          display: flex;
          flex-wrap: wrap; }
          .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price_moreinfo_content .price_set .price_visible, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price_moreinfo_content .price_set .price_visible {
            order: 5; }
          .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price_moreinfo_content .price_set .price, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price_moreinfo_content .price_set .price {
            float: none;
            padding-right: 0px; }
          .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price_moreinfo_content .price_set .vat, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price_moreinfo_content .price_set .vat {
            float: none;
            display: inline-block;
            margin-left: 2px;
            padding-top: 4px; }
          .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price_moreinfo_content .price_set .extraremark_tyres, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price_moreinfo_content .price_set .extraremark_tyres {
            width: 100%; }
      .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo:before, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo:before {
        content: '';
        z-index: 20;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: calc(100% - 35px);
        box-shadow: 0px 0px 8px #000; }
      .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo:after, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo:after {
        content: '';
        z-index: 30;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #fff; }
      .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price_text, .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price_set, .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .discount, .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .grossprice, .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .extrapricedata, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price_text, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price_set, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .discount, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .grossprice, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .extrapricedata {
        display: inherit;
        width: 100%;
        line-height: 20px;
        padding: 0px; }
      .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price {
        line-height: 20px; }
      .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price_text, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price_moreinfo .price_text {
        width: auto;
        float: right; }
    .productsfound.layout_list.layout_compact .product_container .product_price .price_cell:hover .price_moreinfo, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell:hover .price_moreinfo {
      opacity: 1; }
    .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .discount, .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price_text, .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .discount, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price_text, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price {
      float: left; }
    .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price_text, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price_text {
      display: none; }
    .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price {
      float: right; }
    .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price, .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .price_text, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .price_text {
      padding: 0 5px; }
    .productsfound.layout_list.layout_compact .product_container .product_price .price_cell .discount, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_cell .discount {
      display: none; }
  .productsfound.layout_list.layout_compact .product_container .product_price .price_set, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .price_set {
    display: none !important; }
  .productsfound.layout_list.layout_compact .product_container .product_price .extrapricedata, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .extrapricedata {
    display: none; }
  .productsfound.layout_list.layout_compact .product_container .product_price .storage_info, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .storage_info {
    float: right;
    margin: 0px;
    clear: none;
    height: 100%; }
    .productsfound.layout_list.layout_compact .product_container .product_price .storage_info .orderbutton, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .storage_info .orderbutton {
      margin-left: 0px; }
      .productsfound.layout_list.layout_compact .product_container .product_price .storage_info .orderbutton .add_basket, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .storage_info .orderbutton .add_basket {
        margin: 0px;
        height: 100%;
        width: 30px;
        padding: 0px;
        line-height: 35px;
        border-width: 1px;
        text-align: center; }
        .productsfound.layout_list.layout_compact .product_container .product_price .storage_info .orderbutton .add_basket span, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .storage_info .orderbutton .add_basket span {
          display: none; }
        .productsfound.layout_list.layout_compact .product_container .product_price .storage_info .orderbutton .add_basket:after, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .storage_info .orderbutton .add_basket:after {
          content: "\f07a";
          display: inline-block;
          position: relative;
          font: normal normal normal 19px/1 FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transition: all 0.2s ease-in-out;
          color: #fff;
          font-size: 16px;
          top: -2px;
          left: -1px;
          margin-left: 0px; }
        .productsfound.layout_list.layout_compact .product_container .product_price .storage_info .orderbutton .add_basket:hover:after, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .storage_info .orderbutton .add_basket:hover:after {
          color: #000; }
        .productsfound.layout_list.layout_compact .product_container .product_price .storage_info .orderbutton .add_basket.to_productoverview:after, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .storage_info .orderbutton .add_basket.to_productoverview:after {
          content: "\f105"; }
    .productsfound.layout_list.layout_compact .product_container .product_price .storage_info .deliverydate, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .storage_info .deliverydate {
      float: left;
      margin: 0px;
      line-height: 30px;
      display: none; }
    .productsfound.layout_list.layout_compact .product_container .product_price .storage_info .setprice, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .storage_info .setprice {
      float: left;
      margin: 0px; }
    .productsfound.layout_list.layout_compact .product_container .product_price .storage_info .deliveryspeed, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .storage_info .deliveryspeed {
      margin: 0px;
      border-width: 1px;
      height: 100%;
      min-width: 30px;
      margin-left: 2px;
      margin-right: 3px;
      line-height: 35px;
      padding: 0px;
      text-align: center; }
      .productsfound.layout_list.layout_compact .product_container .product_price .storage_info .deliveryspeed:before, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .storage_info .deliveryspeed:before {
        top: calc(50% - 8px); }
      .productsfound.layout_list.layout_compact .product_container .product_price .storage_info .deliveryspeed.delivery_hours, .productsfound.layout_list.layout_compact .product_container .product_price .storage_info .deliveryspeed.delivery_days, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .storage_info .deliveryspeed.delivery_hours, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .storage_info .deliveryspeed.delivery_days {
        padding-top: 18px;
        line-height: 13px; }
        .productsfound.layout_list.layout_compact .product_container .product_price .storage_info .deliveryspeed.delivery_hours:before, .productsfound.layout_list.layout_compact .product_container .product_price .storage_info .deliveryspeed.delivery_days:before, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .storage_info .deliveryspeed.delivery_hours:before, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .storage_info .deliveryspeed.delivery_days:before {
          font-size: 14px;
          line-height: 20px;
          top: calc(50% - 18px); }
    .productsfound.layout_list.layout_compact .product_container .product_price .storage_info .stockamount, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .storage_info .stockamount {
      margin: 0px;
      height: 35px;
      line-height: 35px;
      padding: 0px 10px;
      font-weight: 300;
      width: 100px;
      font-size: 11px; }
    .productsfound.layout_list.layout_compact .product_container .product_price .storage_info .nostock_words, .single_product .single_product_container.layout_list.layout_compact .product_container .product_price .storage_info .nostock_words {
      display: none; }
.productsfound.layout_list.layout_compact .product_container .product.has_product_wide .product_name .product_subtitle, .productsfound.layout_list.layout_compact .product_container .product.product_rear .product_name .product_subtitle, .single_product .single_product_container.layout_list.layout_compact .product_container .product.has_product_wide .product_name .product_subtitle, .single_product .single_product_container.layout_list.layout_compact .product_container .product.product_rear .product_name .product_subtitle {
  width: 100%; }
.productsfound.layout_list.layout_compact .product_container .product.has_product_wide, .single_product .single_product_container.layout_list.layout_compact .product_container .product.has_product_wide {
  padding-bottom: 0px; }
  .productsfound.layout_list.layout_compact .product_container .product.has_product_wide .product_cell:nth-of-type(1), .single_product .single_product_container.layout_list.layout_compact .product_container .product.has_product_wide .product_cell:nth-of-type(1) {
    display: inherit; }
    .productsfound.layout_list.layout_compact .product_container .product.has_product_wide .product_cell:nth-of-type(1) a, .single_product .single_product_container.layout_list.layout_compact .product_container .product.has_product_wide .product_cell:nth-of-type(1) a {
      display: inherit; }
  .productsfound.layout_list.layout_compact .product_container .product.has_product_wide .product_name_container, .single_product .single_product_container.layout_list.layout_compact .product_container .product.has_product_wide .product_name_container {
    padding-left: 0px; }
.productsfound.layout_list.layout_compact .product_container .product.product_rear, .single_product .single_product_container.layout_list.layout_compact .product_container .product.product_rear {
  border-top: 1px solid transparent; }
  .productsfound.layout_list.layout_compact .product_container .product.product_rear .product_cell:nth-of-type(1), .single_product .single_product_container.layout_list.layout_compact .product_container .product.product_rear .product_cell:nth-of-type(1) {
    width: 27px;
    display: block; }
    .productsfound.layout_list.layout_compact .product_container .product.product_rear .product_cell:nth-of-type(1) a, .single_product .single_product_container.layout_list.layout_compact .product_container .product.product_rear .product_cell:nth-of-type(1) a {
      display: none; }
    .productsfound.layout_list.layout_compact .product_container .product.product_rear .product_cell:nth-of-type(1) .tyreicons, .single_product .single_product_container.layout_list.layout_compact .product_container .product.product_rear .product_cell:nth-of-type(1) .tyreicons {
      display: none; }
  .productsfound.layout_list.layout_compact .product_container .product.product_rear .orderbutton, .single_product .single_product_container.layout_list.layout_compact .product_container .product.product_rear .orderbutton {
    position: relative; }
    .productsfound.layout_list.layout_compact .product_container .product.product_rear .orderbutton .add_basket, .single_product .single_product_container.layout_list.layout_compact .product_container .product.product_rear .orderbutton .add_basket {
      float: right;
      height: 100%;
      /*line-height: 71px;*/ }
.productsfound.layout_grid .multiproduct_remarks, .single_product .single_product_container.layout_grid .multiproduct_remarks {
  justify-content: center; }
.productsfound.layout_grid .search_results, .single_product .single_product_container.layout_grid .search_results {
  display: flex;
  flex-flow: wrap; }
  .productsfound.layout_grid .search_results .product_container, .single_product .single_product_container.layout_grid .search_results .product_container {
    width: 32.60%;
    margin-right: 1%;
    margin-bottom: 2%;
    display: flex;
    flex-direction: column; }
    .productsfound.layout_grid .search_results .product_container:hover, .single_product .single_product_container.layout_grid .search_results .product_container:hover {
      transform: translateY(-5px); }
    .productsfound.layout_grid .search_results .product_container:nth-of-type(3n), .single_product .single_product_container.layout_grid .search_results .product_container:nth-of-type(3n) {
      margin-right: 0px; }
    .productsfound.layout_grid .search_results .product_container div.product, .single_product .single_product_container.layout_grid .search_results .product_container div.product {
      border-top: 0px;
      border: 1px solid #d7d7d7;
      min-height: 100%;
      padding: 0px;
      display: flex;
      flex-wrap: wrap; }
      .productsfound.layout_grid .search_results .product_container div.product .tyre_info, .productsfound.layout_grid .search_results .product_container div.product .tyre_rear_info, .single_product .single_product_container.layout_grid .search_results .product_container div.product .tyre_info, .single_product .single_product_container.layout_grid .search_results .product_container div.product .tyre_rear_info {
        display: flex;
        flex-direction: column; }
        .productsfound.layout_grid .search_results .product_container div.product .tyre_info .tyre_rear_2, .productsfound.layout_grid .search_results .product_container div.product .tyre_rear_info .tyre_rear_2, .single_product .single_product_container.layout_grid .search_results .product_container div.product .tyre_info .tyre_rear_2, .single_product .single_product_container.layout_grid .search_results .product_container div.product .tyre_rear_info .tyre_rear_2 {
          margin-left: 0px; }
      .productsfound.layout_grid .search_results .product_container div.product .product_remarks, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_remarks {
        font-size: 11px;
        line-height: 11px;
        margin-top: 5px;
        font-style: italic; }
      .productsfound.layout_grid .search_results .product_container div.product .product_size, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_size {
        display: flex;
        flex-direction: column; }
      .productsfound.layout_grid .search_results .product_container div.product .info_button_container, .single_product .single_product_container.layout_grid .search_results .product_container div.product .info_button_container {
        float: left;
        width: 100%;
        margin-top: 5px; }
        .productsfound.layout_grid .search_results .product_container div.product .info_button_container .showCars, .productsfound.layout_grid .search_results .product_container div.product .info_button_container .showNoCars, .productsfound.layout_grid .search_results .product_container div.product .info_button_container .showStock, .single_product .single_product_container.layout_grid .search_results .product_container div.product .info_button_container .showCars, .single_product .single_product_container.layout_grid .search_results .product_container div.product .info_button_container .showNoCars, .single_product .single_product_container.layout_grid .search_results .product_container div.product .info_button_container .showStock {
          margin-top: 0px; }
      .productsfound.layout_grid .search_results .product_container div.product.has_product_wide, .productsfound.layout_grid .search_results .product_container div.product.product_rear, .single_product .single_product_container.layout_grid .search_results .product_container div.product.has_product_wide, .single_product .single_product_container.layout_grid .search_results .product_container div.product.product_rear {
        min-height: auto;
        flex-grow: 1; }
        .productsfound.layout_grid .search_results .product_container div.product.has_product_wide .product_cell.product_name, .productsfound.layout_grid .search_results .product_container div.product.product_rear .product_cell.product_name, .single_product .single_product_container.layout_grid .search_results .product_container div.product.has_product_wide .product_cell.product_name, .single_product .single_product_container.layout_grid .search_results .product_container div.product.product_rear .product_cell.product_name {
          border-bottom: 0px;
          padding-bottom: 0px;
          margin-bottom: 0px;
          position: initial;
          min-height: calc(100% - 250px); }
        .productsfound.layout_grid .search_results .product_container div.product.has_product_wide .product_cell.product_name .product_subtitle, .productsfound.layout_grid .search_results .product_container div.product.product_rear .product_cell.product_name .product_subtitle, .single_product .single_product_container.layout_grid .search_results .product_container div.product.has_product_wide .product_cell.product_name .product_subtitle, .single_product .single_product_container.layout_grid .search_results .product_container div.product.product_rear .product_cell.product_name .product_subtitle {
          min-height: 0px; }
        .productsfound.layout_grid .search_results .product_container div.product.has_product_wide .product_cell .storage_info, .productsfound.layout_grid .search_results .product_container div.product.product_rear .product_cell .storage_info, .single_product .single_product_container.layout_grid .search_results .product_container div.product.has_product_wide .product_cell .storage_info, .single_product .single_product_container.layout_grid .search_results .product_container div.product.product_rear .product_cell .storage_info {
          padding-bottom: 5px; }
      .productsfound.layout_grid .search_results .product_container div.product .price_visible.price_cell, .single_product .single_product_container.layout_grid .search_results .product_container div.product .price_visible.price_cell {
        text-align: center; }
        .productsfound.layout_grid .search_results .product_container div.product .price_visible.price_cell .price .vat, .single_product .single_product_container.layout_grid .search_results .product_container div.product .price_visible.price_cell .price .vat {
          display: inline-block;
          float: none; }
      .productsfound.layout_grid .search_results .product_container div.product .extraremark_tyres, .single_product .single_product_container.layout_grid .search_results .product_container div.product .extraremark_tyres {
        text-align: center;
        font-size: 11px;
        margin-top: -3px; }
      .productsfound.layout_grid .search_results .product_container div.product .stockamount, .single_product .single_product_container.layout_grid .search_results .product_container div.product .stockamount {
        text-align: center; }
      .productsfound.layout_grid .search_results .product_container div.product .extraremark_space, .single_product .single_product_container.layout_grid .search_results .product_container div.product .extraremark_space {
        display: block;
        visibility: hidden;
        margin: 5px;
        width: 100%;
        margin-bottom: 10px; }
        .productsfound.layout_grid .search_results .product_container div.product .extraremark_space .extraremark_tyres, .single_product .single_product_container.layout_grid .search_results .product_container div.product .extraremark_space .extraremark_tyres {
          display: block !important; }
      .productsfound.layout_grid .search_results .product_container div.product:not(.has_product_wide) .product_price .price_cell, .single_product .single_product_container.layout_grid .search_results .product_container div.product:not(.has_product_wide) .product_price .price_cell {
        align-self: flex-end; }
      .productsfound.layout_grid .search_results .product_container div.product.has_product_wide, .single_product .single_product_container.layout_grid .search_results .product_container div.product.has_product_wide {
        /*border-bottom: 0px;*/ }
        .productsfound.layout_grid .search_results .product_container div.product.has_product_wide .product_cell:nth-of-type(1), .single_product .single_product_container.layout_grid .search_results .product_container div.product.has_product_wide .product_cell:nth-of-type(1) {
          height: auto; }
          .productsfound.layout_grid .search_results .product_container div.product.has_product_wide .product_cell:nth-of-type(1) a, .single_product .single_product_container.layout_grid .search_results .product_container div.product.has_product_wide .product_cell:nth-of-type(1) a {
            display: inherit; }
      .productsfound.layout_grid .search_results .product_container div.product.product_rear .price_set_wide, .single_product .single_product_container.layout_grid .search_results .product_container div.product.product_rear .price_set_wide {
        margin-right: 0px;
        margin-bottom: 40px;
        margin-top: 35px;
        text-align: center;
        position: relative; }
        .productsfound.layout_grid .search_results .product_container div.product.product_rear .price_set_wide:after, .single_product .single_product_container.layout_grid .search_results .product_container div.product.product_rear .price_set_wide:after {
          content: '';
          display: block;
          position: absolute;
          height: 1px;
          width: calc(100% + 30px);
          top: -15px;
          left: -15px;
          background: #d7d7d7; }
      .productsfound.layout_grid .search_results .product_container div.product.product_rear .product_cell:nth-of-type(1), .single_product .single_product_container.layout_grid .search_results .product_container div.product.product_rear .product_cell:nth-of-type(1) {
        display: block; }
      .productsfound.layout_grid .search_results .product_container div.product .product_cell, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell {
        width: 100%; }
        .productsfound.layout_grid .search_results .product_container div.product .product_cell:nth-of-type(1), .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell:nth-of-type(1) {
          margin-left: 0px; }
          .productsfound.layout_grid .search_results .product_container div.product .product_cell:nth-of-type(1) a, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell:nth-of-type(1) a {
            top: 0px;
            margin-top: 0px;
            left: 0px;
            margin-left: 0px;
            width: 100%;
            display: block; }
            .productsfound.layout_grid .search_results .product_container div.product .product_cell:nth-of-type(1) a img, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell:nth-of-type(1) a img {
              margin-left: 0px;
              margin-top: 0px;
              max-height: 140px;
              width: auto; }
        .productsfound.layout_grid .search_results .product_container div.product .product_cell .tyreicons, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell .tyreicons {
          right: unset;
          width: auto;
          justify-content: flex-start;
          left: 10px; }
        .productsfound.layout_grid .search_results .product_container div.product .product_cell .extrapricedata, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell .extrapricedata {
          display: none; }
        .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_name {
          margin-left: 0px;
          margin-top: 140px;
          padding: 15px;
          padding-bottom: 0px;
          margin-bottom: 5px;
          text-align: center; }
          .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name .product_name_container, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_name .product_name_container {
            text-align: center; }
          .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name .tyrelabel, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_name .tyrelabel {
            float: none;
            display: inline-block !important;
            vertical-align: top; }
          .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name .showStock, .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name .showNoCars, .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name .showCars, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_name .showStock, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_name .showNoCars, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_name .showCars {
            float: none;
            display: inline-block; }
          .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name .product_subtitle, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_name .product_subtitle {
            float: left;
            width: 100%;
            min-height: 0px; }
            .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name .product_subtitle table, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_name .product_subtitle table {
              max-width: 100%;
              display: block;
              /* Hide table headers (but not display: none;, for accessibility) */
              /*tr { border: 1px solid #ccc; }*/ }
              .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name .product_subtitle table thead, .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name .product_subtitle table tbody, .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name .product_subtitle table th, .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name .product_subtitle table td, .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name .product_subtitle table tr, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_name .product_subtitle table thead, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_name .product_subtitle table tbody, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_name .product_subtitle table th, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_name .product_subtitle table td, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_name .product_subtitle table tr {
                display: block; }
              .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name .product_subtitle table thead tr, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_name .product_subtitle table thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px; }
              .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name .product_subtitle table td, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_name .product_subtitle table td {
                /* Behave  like a "row" */
                border: none;
                /*border-bottom: 1px solid #eee;*/
                position: relative;
                padding-left: 0px; }
              .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name .product_subtitle table td:before, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_name .product_subtitle table td:before {
                /* Now like a table header */
                position: absolute;
                /* Top/left values mimic padding */
                top: 6px;
                left: 6px;
                width: 100%;
                padding-right: 10px;
                white-space: nowrap; }
        .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_price, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_price {
          padding: 15px;
          padding-top: 0px;
          bottom: 0px;
          margin-top: 0px;
          display: flex;
          flex-wrap: wrap;
          padding-bottom: 33px; }
          .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_price .price_set, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_price .price_set {
            display: block;
            width: 100%;
            text-align: center;
            position: absolute;
            left: 0px;
            bottom: 56px; }
            .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_price .price_set .extraremark_tyres, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_price .price_set .extraremark_tyres {
              text-align: center;
              font-size: 11px; }
            .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_price .price_set:after, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_price .price_set:after {
              content: '';
              width: 100%;
              height: 1px;
              position: absolute;
              display: block;
              background: #d7d7d7;
              top: -10px; }
            .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_price .price_set .price, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_price .price_set .price {
              float: none;
              display: inline-block; }
          .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_price .price_set_wide .vat, .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_price .price_set .vat, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_price .price_set_wide .vat, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_price .price_set .vat {
            float: none;
            display: inline-block;
            margin-left: 4px;
            font-size: 9px; }
        .productsfound.layout_grid .search_results .product_container div.product .product_cell .discount, .productsfound.layout_grid .search_results .product_container div.product .product_cell .grossprice, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell .discount, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell .grossprice {
          display: block;
          text-align: center;
          width: 100%; }
        .productsfound.layout_grid .search_results .product_container div.product .product_cell .stockamount, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell .stockamount {
          padding: 0px;
          order: -1;
          height: 20px;
          line-height: 20px; }
        .productsfound.layout_grid .search_results .product_container div.product .product_cell .deliverydate, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell .deliverydate {
          width: calc(100% - 42px);
          float: left;
          padding-right: 15px;
          line-height: inherit;
          display: flex;
          align-items: center;
          justify-content: center; }
        .productsfound.layout_grid .search_results .product_container div.product .product_cell .storage_info, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell .storage_info {
          padding-bottom: 45px;
          width: 100%;
          position: initial; }
          .productsfound.layout_grid .search_results .product_container div.product .product_cell .storage_info .orderbutton, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell .storage_info .orderbutton {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%; }
          .productsfound.layout_grid .search_results .product_container div.product .product_cell .storage_info .add_basket, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell .storage_info .add_basket {
            width: 100%;
            text-align: center; }
          .productsfound.layout_grid .search_results .product_container div.product .product_cell .storage_info div.product_amount, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell .storage_info div.product_amount {
            display: block;
            width: 100%;
            margin: 0px;
            margin-top: 15px; }
    .productsfound.layout_grid .search_results .product_container.products_are_wide, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide {
      flex-direction: row; }
      .productsfound.layout_grid .search_results .product_container.products_are_wide .tyrelabel, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide .tyrelabel {
        position: absolute;
        left: 50%;
        bottom: 183px;
        margin: 0px;
        margin-left: -45px; }
        .productsfound.layout_grid .search_results .product_container.products_are_wide .tyrelabel .product_label, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide .tyrelabel .product_label {
          font-size: 9px;
          padding: 0px 12px; }
        .productsfound.layout_grid .search_results .product_container.products_are_wide .tyrelabel .labelinfo_stripes, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide .tyrelabel .labelinfo_stripes {
          width: 15px; }
      .productsfound.layout_grid .search_results .product_container.products_are_wide .product_subtitle, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide .product_subtitle {
        text-align: center; }
      .productsfound.layout_grid .search_results .product_container.products_are_wide div.product, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product {
        max-width: 50%;
        width: 50%; }
        .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .wide_type, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product .wide_type {
          text-align: center;
          width: 100% !important;
          display: block;
          position: absolute;
          bottom: 0px; }
        .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.product_rear, .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product.product_rear, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide {
          padding-bottom: 68px; }
          .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.product_rear .price_set, .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide .price_set, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product.product_rear .price_set, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide .price_set {
            display: none !important; }
          .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.product_rear .extraremark_space, .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide .extraremark_space, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product.product_rear .extraremark_space, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide .extraremark_space {
            margin-bottom: 20px; }
        .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide {
          border-right: 0px; }
          .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide .product_cell:nth-of-type(1), .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide .product_cell:nth-of-type(1) {
            height: auto; }
            .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide .product_cell:nth-of-type(1) a, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide .product_cell:nth-of-type(1) a {
              display: block;
              width: 200%;
              left: 10px;
              margin-left: 0px;
              position: relative; }
          .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide .product_title, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide .product_title {
            z-index: 10; }
        .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_title, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product .product_title {
          display: block;
          width: 200%;
          position: relative;
          padding-bottom: 25px;
          text-align: center; }
        .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .extraremark_tyres, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product .extraremark_tyres {
          display: none; }
        .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.product_rear, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product.product_rear {
          border-left: 0px; }
          .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.product_rear .product_title, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product.product_rear .product_title {
            visibility: hidden;
            right: 100%; }
          .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.product_rear .price_set_wide, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product.product_rear .price_set_wide {
            position: absolute;
            width: calc(200% - 10px);
            right: 5px;
            bottom: -12px;
            padding: 0px;
            margin: 0px;
            z-index: 10; }
            .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.product_rear .price_set_wide:after, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product.product_rear .price_set_wide:after {
              top: -10px;
              width: calc(100% + 10px);
              left: -5px; }
            .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.product_rear .price_set_wide .extraremark_tyres, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product.product_rear .price_set_wide .extraremark_tyres {
              display: block;
              text-align: center; }
          .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.product_rear .product_cell:nth-of-type(1) a, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product.product_rear .product_cell:nth-of-type(1) a {
            display: none; }
        .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_type1_label, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product .product_type1_label {
          right: -100%;
          left: unset; }
        .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product .product_cell {
          /*                            &:nth-of-type(1){
                                          
                                          a img{
                                              max-height: none;
                                              max-width: 100%;
                                          }
                                      }*/ }
          .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell .deliverydate, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product .product_cell .deliverydate {
            padding-right: 5px;
            font-size: 11px;
            line-height: 12px;
            text-align: right; }
          .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell .stockamount, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product .product_cell .stockamount {
            font-size: 11px;
            line-height: 11px;
            height: auto;
            text-align: center;
            margin-bottom: 5px; }
          .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell.product_name, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product .product_cell.product_name {
            margin-top: 0px;
            padding: 0px;
            padding-left: 5px;
            padding-right: 5px;
            padding-top: 155px; }
            .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell.product_name .product_name_container, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product .product_cell.product_name .product_name_container {
              text-align: left;
              position: relative; }
          .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell .storage_info, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product .product_cell .storage_info {
            padding-bottom: 0px; }
            .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell .storage_info .orderbutton, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product .product_cell .storage_info .orderbutton {
              width: calc(200% + 2px);
              left: -100%;
              bottom: -71px;
              z-index: 10; }
          .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell.product_price, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product .product_cell.product_price {
            padding: 5px;
            margin-top: 0px;
            padding-top: 0px;
            text-align: left;
            padding-bottom: 0px;
            margin-top: 5px; }
            .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell.product_price .product_inch_options, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product .product_cell.product_price .product_inch_options {
              display: none; }
            .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell.product_price .price_cell, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product .product_cell.product_price .price_cell {
              display: none;
              line-height: 14px; }
          .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell .grossprice, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product .product_cell .grossprice {
            display: none; }
        .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .extraremark_tyres, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product .extraremark_tyres {
          font-size: 11px;
          text-align: left; }
  .productsfound.layout_grid .search_results .extraremark_tyres, .single_product .single_product_container.layout_grid .search_results .extraremark_tyres {
    text-align: right;
    width: 100%; }

.product_content.column-left .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell .deliverydate,
.product_content.column-right .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell .deliverydate {
  width: calc(100% - 52px); }

.horizontalsearch .productsfound.layout_list.layout_compact .product_container .product_price {
  width: 300px; }

.products_main, .pagenav {
  transition: all 0.4s ease-in-out; }

.filter_overlay {
  max-height: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  overflow: hidden; }

.filter_overlay_content {
  position: absolute;
  width: 100%; }

.filter_overlay_text {
  font-weight: 700;
  width: 100%;
  margin-bottom: 15px; }

.filter_overlay_buttons {
  width: 100%;
  margin-top: 0px; }

.filter_overlay_cancel {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid #000;
  position: relative;
  cursor: pointer;
  color: #000;
  transition: all 0.2s ease-in-out;
  line-height: 44px; }
  .filter_overlay_cancel:before {
    content: "\f00d";
    display: inline-block;
    position: relative;
    font: normal normal normal 19px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in-out; }
  .filter_overlay_cancel:hover {
    background: #000;
    color: #fff; }

.filter_overlay_open .filter_overlay {
  display: block;
  opacity: 1;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 10;
  text-align: center;
  max-height: 2000px;
  min-height: 175px; }
  .filter_overlay_open .filter_overlay .button {
    vertical-align: top;
    background: #000;
    display: inline;
    width: auto;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 1px solid #000;
    transition: all 0.2s ease-in-out;
    line-height: initial;
    height: 44px; }
    .filter_overlay_open .filter_overlay .button:hover {
      background: transparent;
      color: #000; }
.filter_overlay_open .products_main, .filter_overlay_open .pagenav {
  opacity: 0.2;
  filter: blur(2px); }

.type-wheels .product_content.column-top .productsfound.layout_list.layout_compact .product_container .product:not(.has_product_wide):not(.product_rear) .product_name .product_subtitle {
  width: auto; }
.type-wheels .product_content.column-top .productsfound.layout_list.layout_compact .product_container .has_product_wide, .type-wheels .product_content.column-top .productsfound.layout_list.layout_compact .product_container .product_rear {
  width: 100%; }
.type-wheels .product_content.column-top .productsfound.layout_list.layout_compact .product_container .product_rear .tyre_rear_info {
  width: 100%; }

.product_content.column-left, .product_content.column-right {
  min-height: 800px; }
  .product_content.column-left div.product_amount, .product_content.column-right div.product_amount {
    /*display: none !important;*/ }
  .product_content.column-left .productsfound.layout_list.layout_compact .product_container .product_price, .product_content.column-right .productsfound.layout_list.layout_compact .product_container .product_price {
    width: 336px; }
  .product_content.column-left .productsfound.layout_grid .search_results .product_container div.product .product_cell .deliverydate, .product_content.column-right .productsfound.layout_grid .search_results .product_container div.product .product_cell .deliverydate {
    width: calc(100% - 42px); }
  .product_content.column-left .productsfound.layout_list.layout_compact .product_cell.product_name, .product_content.column-right .productsfound.layout_list.layout_compact .product_cell.product_name {
    max-width: calc(100% - 430px); }
  .product_content.column-left .productsfound.layout_list.layout_compact .product_name_container, .product_content.column-right .productsfound.layout_list.layout_compact .product_name_container {
    width: 355px; }
.product_content.column-top .productsfound.layout_list.layout_compact .product_container .product_name .product_title {
  min-width: 130px;
  padding-top: 10px; }
.product_content.column-top .productsfound.layout_list.layout_compact .product_container .product_name .product_subtitle {
  line-height: 15px;
  font-size: 13px;
  padding-top: 5px;
  width: 320px; }
.product_content.column-top .productsfound.layout_list.layout_compact .product_container .product_name {
  flex-grow: 1; }
.product_content.column-top .productsfound.layout_list.layout_compact .product_container .product_name_container {
  width: calc(100% - 70px); }
.product_content.column-top .productsfound.layout_grid .search_results .product_container {
  width: 24.25%; }
  .product_content.column-top .productsfound.layout_grid .search_results .product_container:nth-of-type(3n) {
    margin-right: 1%; }
  .product_content.column-top .productsfound.layout_grid .search_results .product_container:nth-of-type(4n) {
    margin-right: 0px; }

/* No icons for some categories */
.webshopcat_centeringrings .product_content .search_all .product_cell:nth-of-type(1), .webshopcat_tpms .product_content .search_all .product_cell:nth-of-type(1), .webshopcat_suspension .product_content .search_all .product_cell:nth-of-type(1) {
  min-width: 32px; }
.webshopcat_centeringrings .product_content.column-left .productsfound.layout_list.layout_compact .product_cell.product_name, .webshopcat_centeringrings .product_content.column-right .productsfound.layout_list.layout_compact .product_cell.product_name, .webshopcat_tpms .product_content.column-left .productsfound.layout_list.layout_compact .product_cell.product_name, .webshopcat_tpms .product_content.column-right .productsfound.layout_list.layout_compact .product_cell.product_name, .webshopcat_suspension .product_content.column-left .productsfound.layout_list.layout_compact .product_cell.product_name, .webshopcat_suspension .product_content.column-right .productsfound.layout_list.layout_compact .product_cell.product_name {
  max-width: calc(100% - 430px); }
.webshopcat_centeringrings .product_content.column-left .productsfound.layout_list.layout_compact .product_name_container, .webshopcat_centeringrings .product_content.column-right .productsfound.layout_list.layout_compact .product_name_container, .webshopcat_tpms .product_content.column-left .productsfound.layout_list.layout_compact .product_name_container, .webshopcat_tpms .product_content.column-right .productsfound.layout_list.layout_compact .product_name_container, .webshopcat_suspension .product_content.column-left .productsfound.layout_list.layout_compact .product_name_container, .webshopcat_suspension .product_content.column-right .productsfound.layout_list.layout_compact .product_name_container {
  width: 355px; }
.webshopcat_centeringrings .product_content.column-top .productsfound.layout_list.layout_compact .product_cell.product_name, .webshopcat_tpms .product_content.column-top .productsfound.layout_list.layout_compact .product_cell.product_name, .webshopcat_suspension .product_content.column-top .productsfound.layout_list.layout_compact .product_cell.product_name {
  max-width: calc(100% - 430px); }

.webshopcat_tyres .product_content.column-top .productsfound.layout_list.layout_compact .product_container .product_name_container {
  width: calc(100% - 155px); }
.webshopcat_tyres .product_content.column-left .productsfound.layout_list.layout_compact .product_container .product_name_container {
  width: 245px; }

.type-cmsproducts .product_content.column-left div.product_amount, .type-cmsproducts .product_content.column-right div.product_amount {
  display: inherit !important; }
.type-cmsproducts .product_content.column-left .productsfound.layout_list.layout_compact .product_container .product_price, .type-cmsproducts .product_content.column-right .productsfound.layout_list.layout_compact .product_container .product_price {
  width: 335px; }
.type-cmsproducts .productsfound.layout_grid .search_results .product_container div.product .product_cell:nth-of-type(1) a img {
  max-width: 100%; }
.type-cmsproducts .productsfound.layout_list .product_cell.product_name, .type-cmsproducts .single_product .single_product_container.layout_list .product_cell.product_name {
  max-width: 50%; }

.no_results_message {
  width: 100%;
  padding-top: 80px;
  font-weight: 700;
  font-size: 1rem;
  text-align: center; }

.tyre_icon_info_window {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 200; }
  .tyre_icon_info_window:before {
    content: '';
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 200;
    background: #000;
    opacity: 0.3; }
  .tyre_icon_info_window .tyre_icon_info_window_content {
    position: absolute;
    background: #fff;
    width: 50%;
    height: 50vh;
    margin-left: 25%;
    margin-top: 25vh;
    z-index: 210; }

.product_main.type-wheels .product_remarks, .product_main.type-wheels .product_rear_remarks {
  display: none; }
.product_main.type-wheels .relatedproducts_tyres .product_remarks, .product_main.type-wheels .relatedproducts_tyres .product_rear_remarks {
  display: block; }

.webshopcat_tyres .search_all .tyrelabel, .webshopcat_tyrestruck .search_all .tyrelabel {
  display: block; }

.type-wheels.product_main:not(.product_single) .search_all .tyrelabel {
  display: none !important; }

.product_single .search_tyres .tyrelabel {
  display: inline-block; }

.b2cshop {
  /*.b2cshop .type-wheels.product_main:not(.product_single) .price_visible.price_cell*/ }
  .b2cshop .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide .product_title {
    padding-bottom: 35px; }
  .b2cshop .type-wheels.product_main:not(.product_single) .product_container .showCars, .b2cshop .type-wheels.product_main:not(.product_single) .product_container .showNoCars, .b2cshop .type-wheels.product_main:not(.product_single) .product_container .showStock, .b2cshop .type-wheels.product_main:not(.product_single) .product_container .product_size, .b2cshop .type-wheels.product_main:not(.product_single) .product_container .deliverydate, .b2cshop .type-wheels.product_main:not(.product_single) .product_container .stockamount, .b2cshop .type-wheels.product_main:not(.product_single) .product_container .deliveryspeed, .b2cshop .type-wheels.product_main:not(.product_single) .product_container .grossprice, .b2cshop .type-wheels.product_main:not(.product_single) .product_container .discount, .b2cshop .type-wheels.product_main:not(.product_single) .product_container .productextratext_button {
    display: none !important; }
  .b2cshop .type-wheels.product_main:not(.product_single) .product_container .product.has_product_wide .price_set, .b2cshop .type-wheels.product_main:not(.product_single) .product_container .product.has_product_wide .tyre_info, .b2cshop .type-wheels.product_main:not(.product_single) .product_container .product.has_product_wide .price_cell, .b2cshop .type-wheels.product_main:not(.product_single) .product_container .product.has_product_wide .tyre_rear_info, .b2cshop .type-wheels.product_main:not(.product_single) .product_container .product.has_product_wide .wide_type, .b2cshop .type-wheels.product_main:not(.product_single) .product_container .product.product_rear .price_set, .b2cshop .type-wheels.product_main:not(.product_single) .product_container .product.product_rear .tyre_info, .b2cshop .type-wheels.product_main:not(.product_single) .product_container .product.product_rear .price_cell, .b2cshop .type-wheels.product_main:not(.product_single) .product_container .product.product_rear .tyre_rear_info, .b2cshop .type-wheels.product_main:not(.product_single) .product_container .product.product_rear .wide_type {
    display: none !important; }
  .b2cshop .type-wheels.product_main:not(.product_single) .product_container .product_rear {
    border-top-width: 0px !important; }
    .b2cshop .type-wheels.product_main:not(.product_single) .product_container .product_rear .product_name {
      display: none; }
  .b2cshop .type-wheels.product_main:not(.product_single) .shop_b2c_1 .product_container .product_rear, .b2cshop .type-wheels.product_main:not(.product_single) .shop_b2c_2 .product_container .product_rear, .b2cshop .type-wheels.product_main:not(.product_single) .shop_b2c_3 .product_container .product_rear, .b2cshop .type-wheels.product_main:not(.product_single) .shop_b2c_4 .product_container .product_rear {
    border-top-width: 1px !important; }
  .b2cshop .type-wheels.product_main:not(.product_single) .shop_b2c_1 .product_container .has_product_wide .product_title, .b2cshop .type-wheels.product_main:not(.product_single) .shop_b2c_2 .product_container .has_product_wide .product_title, .b2cshop .type-wheels.product_main:not(.product_single) .shop_b2c_3 .product_container .has_product_wide .product_title, .b2cshop .type-wheels.product_main:not(.product_single) .shop_b2c_4 .product_container .has_product_wide .product_title {
    margin-top: 15px;
    width: calc(200% + 10px); }
  .b2cshop .type-wheels.product_main:not(.product_single) .productsfound .search_results .product_container div.product .product_price .price_cell {
    text-align: center; }
    .b2cshop .type-wheels.product_main:not(.product_single) .productsfound .search_results .product_container div.product .product_price .price_cell .vat {
      float: none;
      display: inline-block; }
  .b2cshop .type-wheels.product_main:not(.product_single) .productsfound .search_results .product_container div.product.product_rear .price_set_wide {
    margin-top: 0px; }
  .b2cshop .type-wheels.product_main:not(.product_single) .product_name {
    margin-bottom: 0px; }
  .b2cshop .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide .product_cell.product_price {
    display: none; }
  .b2cshop .type-wheels.product_main:not(.product_single) .product_inch_options {
    margin-bottom: 0px; }
  .b2cshop .type-wheels.product_main:not(.product_single) .price_visible.price_cell {
    display: none; }
  .b2cshop .type-wheels.product_main:not(.product_single) .extraremark_tyres {
    display: none; }
  .b2cshop .type-wheels.product_main:not(.product_single) .price_set .extraremark_tyres {
    display: block; }
  .b2cshop .type-wheels .layouts {
    display: none; }
  .b2cshop .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product .price_set,
  .b2cshop .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product .price_set {
    display: none; }
  .b2cshop .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product .price_visible.price_cell,
  .b2cshop .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product .price_visible.price_cell {
    display: block; }
  .b2cshop .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product .storage_info,
  .b2cshop .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product .storage_info {
    padding-bottom: 0px; }
  .b2cshop .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product .product_title_container,
  .b2cshop .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product .product_title_container {
    margin-bottom: 10px; }

.product_inch_options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 5px; }
  .product_inch_options .inch_option {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px;
    cursor: pointer;
    transition: all 0.2s ease-in-out; }
    .product_inch_options .inch_option.open, .product_inch_options .inch_option:hover {
      background: #000;
      border-color: #000;
      color: #fff; }
    .product_inch_options .inch_option span {
      display: block;
      font-weight: 500;
      font-size: 18px; }
  .product_inch_options .loading:before {
    color: #000 !important; }

.productsfound.layout_list.layout_compact .product_inch_options {
  margin-bottom: 0px; }

.product_price_line {
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 10px; }
  .product_price_line strong {
    font-weight: 600; }

.webshopcat_wheels .productsfound.layout_grid .shop_b2c_3.search_results .product_container div.product,
.webshopcat_wheels .productsfound.layout_grid .shop_b2c_4.search_results .product_container div.product,
.inch_options .webshopcat_wheels .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results .product_container div.product {
  /*    .product_cell:nth-of-type(1) a img{
          max-height: none !important;
          height: 300px;
          width: auto;
      }*/ }
  .webshopcat_wheels .productsfound.layout_grid .shop_b2c_3.search_results .product_container div.product .product_cell .tyreicons,
  .webshopcat_wheels .productsfound.layout_grid .shop_b2c_4.search_results .product_container div.product .product_cell .tyreicons,
  .inch_options .webshopcat_wheels .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results .product_container div.product .product_cell .tyreicons {
    float: left;
    width: calc(100% - 20px);
    position: relative;
    height: auto;
    justify-content: center;
    flex-direction: row; }
  .webshopcat_wheels .productsfound.layout_grid .shop_b2c_3.search_results .product_container div.product .product_cell.product_name,
  .webshopcat_wheels .productsfound.layout_grid .shop_b2c_4.search_results .product_container div.product .product_cell.product_name,
  .inch_options .webshopcat_wheels .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name {
    margin-top: 288px;
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px; }
    .webshopcat_wheels .productsfound.layout_grid .shop_b2c_3.search_results .product_container div.product .product_cell.product_name .product_title,
    .webshopcat_wheels .productsfound.layout_grid .shop_b2c_4.search_results .product_container div.product .product_cell.product_name .product_title,
    .inch_options .webshopcat_wheels .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name .product_title {
      font-weight: 400;
      font-size: 1.2rem; }
  .webshopcat_wheels .productsfound.layout_grid .shop_b2c_3.search_results .product_container div.product .product_cell.product_price,
  .webshopcat_wheels .productsfound.layout_grid .shop_b2c_4.search_results .product_container div.product .product_cell.product_price,
  .inch_options .webshopcat_wheels .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_price {
    padding-bottom: 45px; }

/* Mobile fix */
.webshopcat_wheels .productsfound.layout_list .shop_b2c_3.search_results .product_container div.product,
.webshopcat_wheels .productsfound.layout_list .shop_b2c_4.search_results .product_container div.product {
  /*            .product_cell:nth-of-type(1) a img{
                  max-height: none !important;
                  height: 300px;
                  width: auto;
              }*/ }
  .webshopcat_wheels .productsfound.layout_list .shop_b2c_3.search_results .product_container div.product .product_cell .tyreicons,
  .webshopcat_wheels .productsfound.layout_list .shop_b2c_4.search_results .product_container div.product .product_cell .tyreicons {
    float: left;
    width: calc(100% - 20px);
    position: relative;
    height: auto;
    justify-content: center;
    flex-direction: row; }
.webshopcat_wheels .productsfound.layout_list .shop_b2c_3.search_results .product_container:hover div.product .product_cell:nth-of-type(1) a img,
.webshopcat_wheels .productsfound.layout_list .shop_b2c_4.search_results .product_container:hover div.product .product_cell:nth-of-type(1) a img {
  margin-left: 0px;
  margin-top: 0px; }

.inch_options .webshopcat_wheels.searchresults:not(.product_single) .product_container .product .price_set {
  display: none; }

.inch_options .webshopcat_wheels .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results .product_container:hover {
  transform: scale(1.06); }

.type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_2 .product_container div.product .product_cell:nth-of-type(1) a img, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product .product_cell:nth-of-type(1) a img, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product .product_cell:nth-of-type(1) a img, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2b_1 .product_container div.product .product_cell:nth-of-type(1) a img,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_2 .product_container div.product .product_cell:nth-of-type(1) a img,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product .product_cell:nth-of-type(1) a img,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product .product_cell:nth-of-type(1) a img,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2b_1 .product_container div.product .product_cell:nth-of-type(1) a img {
  max-height: none;
  height: 240px;
  /*                    height: auto;
                  max-width: 100%; */ }
.type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_2 .product_container div.product .product_cell .tyreicons, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product .product_cell .tyreicons, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product .product_cell .tyreicons, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2b_1 .product_container div.product .product_cell .tyreicons,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_2 .product_container div.product .product_cell .tyreicons,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product .product_cell .tyreicons,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product .product_cell .tyreicons,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2b_1 .product_container div.product .product_cell .tyreicons {
  float: left;
  width: calc(100% - 20px);
  position: relative;
  height: auto;
  justify-content: center;
  flex-direction: row; }
.type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_2 .product_container div.product .product_cell.product_name, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product .product_cell.product_name, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product .product_cell.product_name, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2b_1 .product_container div.product .product_cell.product_name,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_2 .product_container div.product .product_cell.product_name,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product .product_cell.product_name,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product .product_cell.product_name,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2b_1 .product_container div.product .product_cell.product_name {
  margin-top: 285px;
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px; }
  .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_2 .product_container div.product .product_cell.product_name .product_title, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product .product_cell.product_name .product_title, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product .product_cell.product_name .product_title, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2b_1 .product_container div.product .product_cell.product_name .product_title,
  .single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_2 .product_container div.product .product_cell.product_name .product_title,
  .single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product .product_cell.product_name .product_title,
  .single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product .product_cell.product_name .product_title,
  .single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2b_1 .product_container div.product .product_cell.product_name .product_title {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.2rem; }
.type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_2 .product_container div.product.has_product_wide .tyreicons, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product.has_product_wide .tyreicons, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product.has_product_wide .tyreicons, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2b_1 .product_container div.product.has_product_wide .tyreicons,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_2 .product_container div.product.has_product_wide .tyreicons,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product.has_product_wide .tyreicons,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product.has_product_wide .tyreicons,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2b_1 .product_container div.product.has_product_wide .tyreicons {
  width: 200% !important; }
.type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_2 .product_container div.product.has_product_wide .product_cell.product_name, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product.has_product_wide .product_cell.product_name, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product.has_product_wide .product_cell.product_name, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2b_1 .product_container div.product.has_product_wide .product_cell.product_name,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_2 .product_container div.product.has_product_wide .product_cell.product_name,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product.has_product_wide .product_cell.product_name,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product.has_product_wide .product_cell.product_name,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2b_1 .product_container div.product.has_product_wide .product_cell.product_name {
  margin-top: 135px; }
.type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product .product_cell.product_name, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product .product_cell.product_name,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product .product_cell.product_name,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product .product_cell.product_name {
  margin-top: 285px; }
.type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_3 .product_container.products_are_wide div.product.has_product_wide .product_cell.product_name, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_4 .product_container.products_are_wide div.product.has_product_wide .product_cell.product_name,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_3 .product_container.products_are_wide div.product.has_product_wide .product_cell.product_name,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_4 .product_container.products_are_wide div.product.has_product_wide .product_cell.product_name {
  margin-top: 140px; }
.type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_3 .product_container.products_are_wide div.product.has_product_wide .product_title, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_4 .product_container.products_are_wide div.product.has_product_wide .product_title,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_3 .product_container.products_are_wide div.product.has_product_wide .product_title,
.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2c_4 .product_container.products_are_wide div.product.has_product_wide .product_title {
  padding-bottom: 20px; }

.single_product_alternatives_container .productsfound.layout_grid .search_results.shop_b2b_1 .product_container div.product .product_cell.product_name {
  margin-top: 235px; }

.part_products div.product_main {
  padding-top: 0px; }
.part_products .productsfound .search_results .product_container {
  width: 24.25%; }
  .part_products .productsfound .search_results .product_container:nth-of-type(3n) {
    margin-right: 1%; }
  .part_products .productsfound .search_results .product_container:nth-of-type(4n) {
    margin-right: 0px; }

.search_results.owl-carousel .owl-stage {
  display: flex; }
  .search_results.owl-carousel .owl-stage .owl-item {
    float: none;
    display: flex;
    padding-left: 1px; }
.search_results.owl-carousel .product_container {
  width: auto !important;
  margin: 0px !important; }
  .search_results.owl-carousel .product_container:hover {
    transform: scale(1) !important; }

.productsfound.layout_grid .search_all div.product.has_product_brand_logo {
  padding-top: 90px; }
  .productsfound.layout_grid .search_all div.product.has_product_brand_logo .product_cell:nth-of-type(1) {
    margin-top: 0px;
    height: calc(100% - 103px); }

.webshopcat_tpms .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name {
  text-align: left; }

.loggedin .productsfound.layout_list:not(.layout_compact) .product_container .product.product_rear .product_price .grossprice, .loggedin .productsfound.layout_list:not(.layout_compact) .product_container .product.product_rear .product_price .price_visible.price_cell .discount, .loggedin .productsfound.layout_list:not(.layout_compact) .product_container .product.has_product_wide .product_price .grossprice, .loggedin .productsfound.layout_list:not(.layout_compact) .product_container .product.has_product_wide .product_price .price_visible.price_cell .discount {
  display: block !important; }

.tpl_page .inhoud a.product-default, a.product-default {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none !important;
  position: relative;
  border: 1px solid;
  border-radius: 20px;
  border-color: #000;
  color: #000;
  background: #fff;
  padding-bottom: 0px;
  box-shadow: 0px 0px 0px #fff;
  align-items: flex-start; }
  .tpl_page .inhoud a.product-default .image, a.product-default .image {
    width: calc(32% - 20px);
    margin: 10px; }
    .tpl_page .inhoud a.product-default .image img, a.product-default .image img {
      max-width: 100%;
      height: auto; }
  .tpl_page .inhoud a.product-default .info, a.product-default .info {
    width: calc(68% - 80px);
    padding-bottom: 65px; }
  .tpl_page .inhoud a.product-default .title_brand, a.product-default .title_brand {
    font-size: 0.9rem;
    margin-top: 10px;
    font-style: italic; }
  .tpl_page .inhoud a.product-default .title_product, a.product-default .title_product {
    font-weight: 600;
    transition: all .2s ease-in-out;
    line-height: 1.2rem; }
    .tpl_page .inhoud a.product-default .title_product span, a.product-default .title_product span {
      margin-right: 10px; }
  .tpl_page .inhoud a.product-default .order, a.product-default .order {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 68%;
    border: 1px solid;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 10px;
    transition: all .2s ease-in-out;
    padding-right: 20px; }
    .tpl_page .inhoud a.product-default .order .from, a.product-default .order .from {
      font-size: 0.7rem; }
    .tpl_page .inhoud a.product-default .order .more_info, a.product-default .order .more_info {
      font-size: 0.9rem;
      margin-left: 10px;
      top: 0px;
      position: relative;
      display: inline-block; }
    .tpl_page .inhoud a.product-default .order:after, a.product-default .order:after {
      content: "\f105";
      position: absolute;
      right: 20px;
      font-size: 23px;
      transition: right .2s ease-in-out; }
  .tpl_page .inhoud a.product-default .image_brand, a.product-default .image_brand {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 70px;
    height: 50px;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat; }
  .tpl_page .inhoud a.product-default:hover, a.product-default:hover {
    color: #000;
    box-shadow: 0px 5px 10px #bbb;
    transform: translateY(-5px); }
    .tpl_page .inhoud a.product-default:hover .order, a.product-default:hover .order {
      background: #000;
      color: #fff; }
      .tpl_page .inhoud a.product-default:hover .order:after, a.product-default:hover .order:after {
        right: 15px; }

.product_single .tyrelabel {
  display: block; }

.webshopcat:not(.webshopcat_tyres) .product_container .tyrelabel {
  display: none; }

.webshopcat.webshopcat_tyrestruck .product_container .tyrelabel {
  display: block; }

/*.productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name .tyrelabel{
    display: none !important;
}*/
/*.webshopcat_tyres .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name .tyrelabel{
    display: inline-block !important;
}*/
.type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results .product_container div.product.product_rear .product_cell.product_name {
  position: relative; }

.webshopcat_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell.product_name,
.relatedproducts_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell.product_name {
  padding-bottom: 45px; }
.webshopcat_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .wide_type,
.relatedproducts_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .wide_type {
  width: 100% !important;
  display: block; }
.webshopcat_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide, .webshopcat_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.product_rear,
.relatedproducts_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide,
.relatedproducts_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.product_rear {
  padding-bottom: 70px; }
.webshopcat_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .info_button_container,
.relatedproducts_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .info_button_container {
  float: none;
  position: absolute;
  bottom: 192px;
  width: 100%; }
.webshopcat_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .wide_type,
.relatedproducts_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .wide_type {
  position: relative; }
.webshopcat_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_title,
.relatedproducts_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_title {
  width: 100%;
  padding-bottom: 0px;
  visibility: inherit;
  right: 0px; }

.webshopcat_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell.product_name,
.relatedproducts_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell.product_name {
  min-height: calc(100% - 104px); }
.webshopcat_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.product_rear, .webshopcat_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide,
.relatedproducts_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.product_rear,
.relatedproducts_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide {
  padding-bottom: 108px; }
.webshopcat_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .tyrelabel,
.relatedproducts_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .tyrelabel {
  bottom: 203px; }

.loggedin .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell.product_name {
  min-height: calc(100% - 239px); }
.loggedin .webshopcat_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.product_rear, .loggedin .webshopcat_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide,
.loggedin .relatedproducts_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.product_rear,
.loggedin .relatedproducts_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide {
  padding-bottom: 82px; }
.loggedin .webshopcat_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell.product_name,
.loggedin .relatedproducts_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell.product_name {
  padding-bottom: 87px;
  min-height: calc(100% - 106px); }
.loggedin .webshopcat_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .tyrelabel,
.loggedin .relatedproducts_tyres .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .tyrelabel {
  bottom: 225px; }

.setprice_amount {
  font-weight: bold; }

@media screen and (max-width: 1200px) {
  .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_2 .product_container div.product .product_cell:nth-of-type(1) a img,
  .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product .product_cell:nth-of-type(1) a img,
  .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product .product_cell:nth-of-type(1) a img,
  .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2b_1 .product_container div.product .product_cell:nth-of-type(1) a img {
    height: 210px; }

  .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product .product_cell.product_name, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product .product_cell.product_name {
    margin-top: 265px; } }
@media screen and (max-width: 1023px) {
  .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_2 .product_container div.product .product_cell:nth-of-type(1) a img, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_3 .product_container div.product .product_cell:nth-of-type(1) a img, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_4 .product_container div.product .product_cell:nth-of-type(1) a img, .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2b_1 .product_container div.product .product_cell:nth-of-type(1) a img {
    height: 240px; }

  .b2cshop .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results.shop_b2c_1 .product_container.products_are_wide div.product.has_product_wide .product_cell.product_name {
    margin-bottom: 30px; }

  .product_main .search_all .orderbutton {
    margin-left: 0px; }
  .product_main .search_all .product_price {
    margin-left: 0px; }

  .product_content.column-top .productsfound.layout_grid .search_results .product_container,
  .product_content.column-left .productsfound.layout_grid .search_results .product_container,
  .product_content.column-right .productsfound.layout_grid .search_results .product_container,
  .single_product .single_product_container.layout_grid .search_results .product_container {
    width: 48%;
    margin: 1%;
    margin-bottom: 8%; }

  /*    .webshopcat_wheels .productsfound.layout_grid .shop_b2c_3.search_results .product_container div.product .product_cell.product_name, .inch_options .webshopcat_wheels .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name{
          margin-top: 0px;
      }
      
      .webshopcat_wheels .productsfound.layout_grid .search_results.shop_b2c_2 .product_container div.product .product_cell.product_name{
          margin-top: 0px;
      }*/
  /*    .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name,
      .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell.product_name{
          margin-top: 0px;
      }*/
  .inch_options .webshopcat_wheels.searchresults:not(.product_single) .product_container .product .product_title_container {
    text-align: center; }

  .search_all {
    display: flex;
    flex-wrap: wrap; }
    .search_all .product_container {
      width: 49%;
      margin: 0.5%;
      display: flex; }
      .search_all .product_container .product.has_product_wide .product_cell:nth-of-type(1) {
        position: absolute; }
      .search_all .product_container.products_are_wide {
        flex-direction: column; }
        .search_all .product_container.products_are_wide div.product {
          min-height: 0px; }
          .search_all .product_container.products_are_wide div.product .product_name_container {
            text-align: center; }
          .search_all .product_container.products_are_wide div.product .price_set_wide {
            margin-bottom: 1rem; }

  .part_products .productsfound .search_results .product_container {
    width: 49%; }

  .webshopcat_wheels .productsfound.layout_list .shop_b2c_3.search_results .product.has_product_wide .product_cell:nth-of-type(1),
  .webshopcat_wheels .productsfound.layout_list .shop_b2c_4.search_results .product.has_product_wide .product_cell:nth-of-type(1) {
    height: auto; }

  .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide .product_cell.product_name {
    margin-top: 0px; }
  .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.product_rear .product_cell.product_name {
    margin-top: 0px; }

  /*    
      .webshopcat_tyres,
      .relatedproducts_tyres{
          .productsfound.layout_grid .search_results{
              .product_container.products_are_wide div.product{
                  &.product_rear, &.has_product_wide{
                      padding-bottom: 108px;
                      
                      .product_name{
                          padding-bottom: 25px;
                      }
                      
                      .extraremark_space{
                          margin-bottom: 50px;
                      }
                  }
              }
          }
      }*/ }
@media screen and (max-width: 767px) {
  .product_content.column-top .productsfound.layout_grid .search_results .product_container,
  .product_content.column-left .productsfound.layout_grid .search_results .product_container,
  .product_content.column-right .productsfound.layout_grid .search_results .product_container,
  .single_product .single_product_container.layout_grid .search_results .product_container {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px; }

  .part_products .productsfound .search_results .product_container {
    width: 100%; }
    .part_products .productsfound .search_results .product_container .product {
      width: 100%; }

  .product_title_container .product_description {
    text-align: center; } }
.productsfound.layout_list .product_cell_rating_grid {
  display: none; }
.productsfound.layout_list.layout_compact .product_cell_rating_list {
  display: none; }

.productsfound.layout_grid .product_cell_rating_list {
  display: none; }

.type-wheels.product_main:not(.product_single) .productsfound.type_wide.layout_grid .search_results.shop_b2c_ .product_container div.product .product_cell.product_name {
  margin-top: 135px; }
  .type-wheels.product_main:not(.product_single) .productsfound.type_wide.layout_grid .search_results.shop_b2c_ .product_container div.product .product_cell.product_name .product_title {
    line-height: 1.7rem; }

.designproductpage-2 .productdetails .wide_type, .designproductpage-3 .productdetails .wide_type {
  position: relative;
  text-align: center;
  max-width: 100%;
  min-width: 100%; }
  .designproductpage-2 .productdetails .wide_type:before, .designproductpage-3 .productdetails .wide_type:before {
    content: '';
    border: 1px solid #ccc;
    border-bottom: 0px;
    width: calc(100% + 20px);
    height: 110px;
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: 4;
    pointer-events: none; }
  .designproductpage-2 .productdetails .wide_type .wide_type_text, .designproductpage-3 .productdetails .wide_type .wide_type_text {
    background: #fff;
    position: relative;
    z-index: 5;
    font-weight: normal;
    font-size: 13px;
    padding: 0px 10px;
    color: #a6a6a6;
    height: 20px;
    display: inline-block;
    top: -4px;
    right: -4px; }
  .designproductpage-2 .productdetails .wide_type .wide_type_image, .designproductpage-3 .productdetails .wide_type .wide_type_image {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 5;
    width: 60px;
    height: 20px; }
    .designproductpage-2 .productdetails .wide_type .wide_type_image:after, .designproductpage-3 .productdetails .wide_type .wide_type_image:after {
      content: '';
      display: block;
      background: #fff url("/img/mpdf/car_front.jpg") center center no-repeat;
      background-size: contain;
      width: 60px;
      height: 30px;
      position: absolute;
      top: -5px;
      left: 0px; }
  .designproductpage-2 .productdetails .wide_type.wide_type_rear .wide_type_image:after, .designproductpage-3 .productdetails .wide_type.wide_type_rear .wide_type_image:after {
    background: #fff url("/img/mpdf/car_back.jpg") center center no-repeat;
    background-size: contain; }

.product_async_label, .product_type1_label {
  position: absolute;
  top: 10px;
  left: 0px;
  background: #e51535;
  color: #fff;
  padding: 3px 10px;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 20; }

.single_product_container .product_async_label, .single_product_container .product_type1_label {
  left: 0px;
  top: 20px; }

.product_type1_label {
  top: 15px;
  font-size: 1.1rem;
  text-transform: inherit;
  border-radius: 0px 5px 5px 0px;
  background: #ff9900; }

.layout_grid .product_type1_label {
  left: initial;
  right: 0px;
  border-radius: 5px 0px 0px 5px; }

.layout_list.layout_compact .product_async_label, .layout_list.layout_compact .product_type1_label {
  display: none; }

.search_all_async {
  display: flex;
  flex-direction: column;
  width: 100%; }

.product_async {
  min-height: 145px; }
  .product_async.retrieving_async .storage_info_async {
    min-width: 200px;
    justify-content: center; }
    .product_async.retrieving_async .storage_info_async:before {
      content: "\f1ce";
      display: block;
      margin-top: 0px;
      position: relative;
      font: normal normal normal 22px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: all 0.2s ease-in-out;
      color: #bdbdbd !important;
      text-align: center;
      -webkit-animation: rotating 1.5s linear infinite;
      -moz-animation: rotating 1.5s linear infinite;
      -ms-animation: rotating 1.5s linear infinite;
      -o-animation: rotating 1.5s linear infinite;
      animation: rotating 1.5s linear infinite; }

.product_container_async {
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 0px 0px rgba(81, 81, 81, 0.33);
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #eaeaea; }
  .product_container_async .deliveryspeed.delivery_min {
    border-color: #2ecc71; }
    .product_container_async .deliveryspeed.delivery_min:before {
      color: #2ecc71; }
  .product_container_async .product_async {
    background: #fff;
    padding: 1px;
    font-size: 15px;
    flex-grow: 1;
    transition: background 0.2s ease-in-out;
    width: 100%; }
    .product_container_async .product_async.product_rear {
      border-bottom: 1px solid #d7d7d7; }
    .product_container_async .product_async.product_front .storage_info_async div {
      opacity: 0; }
  .product_container_async:hover {
    box-shadow: 0px 0px 12px 0px rgba(81, 81, 81, 0.33);
    z-index: 15; }
    .product_container_async:hover .product_async .product_image a img {
      width: 140px;
      margin-left: -10px;
      margin-top: -10px; }
  .product_container_async .product_price_async, .product_container_async .product_name {
    font-size: 1rem;
    flex-grow: 1; }
  .product_container_async .product_price {
    padding-right: 15px; }

.productlist_async.layout_grid .product_container_async.async_rows .select_info_text, .product_container_async.async_rows .select_info_text, .single_product.async_rows .select_info_text {
  display: none; }
.productlist_async.layout_grid .product_container_async.async_rows .producttype_container, .product_container_async.async_rows .producttype_container, .single_product.async_rows .producttype_container {
  flex-direction: column;
  padding-bottom: 3px; }
  .productlist_async.layout_grid .product_container_async.async_rows .producttype_container .product_type, .productlist_async.layout_grid .product_container_async.async_rows .producttype_container .product_legend, .product_container_async.async_rows .producttype_container .product_type, .product_container_async.async_rows .producttype_container .product_legend, .single_product.async_rows .producttype_container .product_type, .single_product.async_rows .producttype_container .product_legend {
    flex-direction: row;
    margin-bottom: 2px;
    border: 0px;
    width: 100%;
    justify-content: flex-end; }
    .productlist_async.layout_grid .product_container_async.async_rows .producttype_container .product_type .product_type_row, .productlist_async.layout_grid .product_container_async.async_rows .producttype_container .product_legend .product_type_row, .product_container_async.async_rows .producttype_container .product_type .product_type_row, .product_container_async.async_rows .producttype_container .product_legend .product_type_row, .single_product.async_rows .producttype_container .product_type .product_type_row, .single_product.async_rows .producttype_container .product_legend .product_type_row {
      min-height: 29px;
      text-align: right;
      max-width: 200px; }
      .productlist_async.layout_grid .product_container_async.async_rows .producttype_container .product_type .product_type_row.product_type_stock, .productlist_async.layout_grid .product_container_async.async_rows .producttype_container .product_legend .product_type_row.product_type_stock, .product_container_async.async_rows .producttype_container .product_type .product_type_row.product_type_stock, .product_container_async.async_rows .producttype_container .product_legend .product_type_row.product_type_stock, .single_product.async_rows .producttype_container .product_type .product_type_row.product_type_stock, .single_product.async_rows .producttype_container .product_legend .product_type_row.product_type_stock {
        text-align: center; }
  .productlist_async.layout_grid .product_container_async.async_rows .producttype_container .product_legend .product_type_row, .product_container_async.async_rows .producttype_container .product_legend .product_type_row, .single_product.async_rows .producttype_container .product_legend .product_type_row {
    font-size: 0.8rem;
    padding-right: 4px; }
  .productlist_async.layout_grid .product_container_async.async_rows .producttype_container .product_legend .product_type_deliveryspeed, .product_container_async.async_rows .producttype_container .product_legend .product_type_deliveryspeed, .single_product.async_rows .producttype_container .product_legend .product_type_deliveryspeed {
    line-height: 1rem;
    padding: 3px 5px;
    padding-right: 0px; }
  .productlist_async.layout_grid .product_container_async.async_rows .producttype_container .product_type .product_type_row, .product_container_async.async_rows .producttype_container .product_type .product_type_row, .single_product.async_rows .producttype_container .product_type .product_type_row {
    padding-top: 2px;
    white-space: normal; }
  .productlist_async.layout_grid .product_container_async.async_rows .producttype_container .product_type .price_async_sales, .productlist_async.layout_grid .product_container_async.async_rows .producttype_container .product_type .price_async, .product_container_async.async_rows .producttype_container .product_type .price_async_sales, .product_container_async.async_rows .producttype_container .product_type .price_async, .single_product.async_rows .producttype_container .product_type .price_async_sales, .single_product.async_rows .producttype_container .product_type .price_async {
    white-space: nowrap; }
  .productlist_async.layout_grid .product_container_async.async_rows .producttype_container .product_type .product_type_amount, .product_container_async.async_rows .producttype_container .product_type .product_type_amount, .single_product.async_rows .producttype_container .product_type .product_type_amount {
    min-width: 65px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px; }
    .productlist_async.layout_grid .product_container_async.async_rows .producttype_container .product_type .product_type_amount .select-container:after, .product_container_async.async_rows .producttype_container .product_type .product_type_amount .select-container:after, .single_product.async_rows .producttype_container .product_type .product_type_amount .select-container:after {
      top: 4px; }
    .productlist_async.layout_grid .product_container_async.async_rows .producttype_container .product_type .product_type_amount select, .product_container_async.async_rows .producttype_container .product_type .product_type_amount select, .single_product.async_rows .producttype_container .product_type .product_type_amount select {
      height: 27px;
      line-height: 11px; }
  .productlist_async.layout_grid .product_container_async.async_rows .producttype_container .product_type .product_type_deliveryspeed, .product_container_async.async_rows .producttype_container .product_type .product_type_deliveryspeed, .single_product.async_rows .producttype_container .product_type .product_type_deliveryspeed {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    padding-right: 0px; }
    .productlist_async.layout_grid .product_container_async.async_rows .producttype_container .product_type .product_type_deliveryspeed .deliveryspeed, .product_container_async.async_rows .producttype_container .product_type .product_type_deliveryspeed .deliveryspeed, .single_product.async_rows .producttype_container .product_type .product_type_deliveryspeed .deliveryspeed {
      transform: scale(0.71);
      transform-origin: top right;
      position: absolute;
      left: 0px; }

.productlist_async.layout_list .product_container_async .product_async.product_rear .product_image a {
  display: none; }
.productlist_async.layout_list .product_container_async .product_async.product_rear .product_icons .tyreicons {
  width: 24px; }
  .productlist_async.layout_list .product_container_async .product_async.product_rear .product_icons .tyreicons div {
    display: none; }

.productlist_async.layout_grid .product_container_async .product_async.product_front .storage_info_async {
  max-height: 0px;
  min-height: 0px; }

.producttype_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start; }
  .producttype_container .product_type, .producttype_container .product_legend {
    min-width: 60px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-right: 1px solid #d5d5d5; }
    .producttype_container .product_type .product_type_row, .producttype_container .product_legend .product_type_row {
      text-align: center;
      font-size: 1rem;
      line-height: 1rem;
      font-weight: 400;
      padding: 3px 5px;
      cursor: default;
      white-space: nowrap; }
      .producttype_container .product_type .product_type_row.price_async_sales, .producttype_container .product_legend .product_type_row.price_async_sales {
        font-weight: 600; }
    .producttype_container .product_type .product_type_row[title], .producttype_container .product_type .deliveryspeed[title], .producttype_container .product_legend .product_type_row[title], .producttype_container .product_legend .deliveryspeed[title] {
      cursor: help; }
    .producttype_container .product_type .product_type_amount, .producttype_container .product_legend .product_type_amount {
      text-align: center;
      padding-left: 5px; }
      .producttype_container .product_type .product_type_amount select, .producttype_container .product_legend .product_type_amount select {
        cursor: pointer;
        transition: all 0.2s ease-in-out; }
        .producttype_container .product_type .product_type_amount select:hover, .producttype_container .product_legend .product_type_amount select:hover {
          background: #f1f1f1; }
    .producttype_container .product_type .deliveryspeed, .producttype_container .product_legend .deliveryspeed {
      width: 100%;
      height: 38px;
      line-height: 55px;
      text-align: center;
      margin-top: 0px; }
      .producttype_container .product_type .deliveryspeed.delivery_min:before, .producttype_container .product_type .deliveryspeed.delivery_ask:before, .producttype_container .product_legend .deliveryspeed.delivery_min:before, .producttype_container .product_legend .deliveryspeed.delivery_ask:before {
        top: 10px; }
      .producttype_container .product_type .deliveryspeed:before, .producttype_container .product_legend .deliveryspeed:before {
        font-size: 15px; }
  .producttype_container .product_legend .product_type_row {
    text-align: right;
    padding-right: 8px;
    font-size: 0.8rem; }
  .producttype_container .product_legend .product_type_deliveryspeed {
    line-height: 38px;
    padding: 0px;
    padding-right: 0px; }

.productinfoprice_container_async {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 10px; }

.product_async, .productdetails_async {
  display: flex;
  flex-wrap: nowrap; }
  .product_async .product_image, .productdetails_async .product_image {
    padding: 10px;
    position: absolute;
    width: 140px; }
    .product_async .product_image a img, .productdetails_async .product_image a img {
      transition: all 0.2s ease-in-out; }
  .product_async .product_icons, .productdetails_async .product_icons {
    position: relative;
    margin-left: 140px;
    padding: 10px; }
  .product_async .product_description_container, .productdetails_async .product_description_container {
    flex-grow: 1;
    padding: 15px; }
  .product_async .product_description, .productdetails_async .product_description {
    display: flex;
    flex-direction: column;
    min-width: 250px; }
    .product_async .product_description .product_title, .productdetails_async .product_description .product_title {
      font-size: 1.2rem;
      font-weight: 600; }
    .product_async .product_description .product_subtitle, .productdetails_async .product_description .product_subtitle {
      float: none;
      width: auto; }
  .product_async .tyrelabel, .productdetails_async .tyrelabel {
    font-size: 12px;
    margin-top: 10px;
    min-height: 30px;
    display: flex; }
    .product_async .tyrelabel .labelinfo_arrow, .productdetails_async .tyrelabel .labelinfo_arrow {
      display: none; }
    .product_async .tyrelabel .product_label, .productdetails_async .tyrelabel .product_label {
      position: relative;
      background: #4a4a4a;
      margin-left: 10px;
      float: left;
      height: 25px;
      line-height: 25px;
      padding: 0px 15px;
      color: #fff;
      font-weight: 700;
      transition: background 0.2s ease-in-out;
      cursor: default; }
      .product_async .tyrelabel .product_label:after, .productdetails_async .tyrelabel .product_label:after {
        content: '';
        position: absolute;
        left: -8px;
        top: 4px;
        transform: rotate(45deg);
        width: 17px;
        height: 17px;
        background: #4a4a4a;
        transition: background 0.2s ease-in-out; }
      .product_async .tyrelabel .product_label:hover, .productdetails_async .tyrelabel .product_label:hover {
        background: #969696; }
        .product_async .tyrelabel .product_label:hover:after, .productdetails_async .tyrelabel .product_label:hover:after {
          background: #969696; }
  .product_async .storage_info_async, .productdetails_async .storage_info_async {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-grow: 0;
    flex-shrink: 0; }
    .product_async .storage_info_async .select_info_text, .productdetails_async .storage_info_async .select_info_text {
      position: absolute;
      left: 0px;
      top: 50%;
      margin-top: -35px;
      font-size: 0.9rem;
      font-weight: 400;
      text-align: center;
      width: 100%; }
      .product_async .storage_info_async .select_info_text:before, .productdetails_async .storage_info_async .select_info_text:before {
        content: "\f104";
        display: inline-block;
        font: normal normal normal 18px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1rem;
        margin-right: 10px; }
    .product_async .storage_info_async:not(.no_selection) .select_info_text, .productdetails_async .storage_info_async:not(.no_selection) .select_info_text {
      display: none; }
    .product_async .storage_info_async .orderbutton, .productdetails_async .storage_info_async .orderbutton {
      display: flex; }
      .product_async .storage_info_async .orderbutton a, .product_async .storage_info_async .orderbutton div, .productdetails_async .storage_info_async .orderbutton a, .productdetails_async .storage_info_async .orderbutton div {
        flex-grow: 1;
        text-align: center;
        white-space: nowrap; }
        .product_async .storage_info_async .orderbutton a.loading:after, .product_async .storage_info_async .orderbutton div.loading:after, .productdetails_async .storage_info_async .orderbutton a.loading:after, .productdetails_async .storage_info_async .orderbutton div.loading:after {
          display: none; }
        .product_async .storage_info_async .orderbutton a.loading:before, .product_async .storage_info_async .orderbutton div.loading:before, .productdetails_async .storage_info_async .orderbutton a.loading:before, .productdetails_async .storage_info_async .orderbutton div.loading:before {
          margin-top: 12px; }
    .product_async .storage_info_async.no_selection, .productdetails_async .storage_info_async.no_selection {
      opacity: 0.5;
      pointer-events: none;
      flex-shrink: 0; }
      .product_async .storage_info_async.no_selection .orderbutton, .product_async .storage_info_async.no_selection .add_basket, .productdetails_async .storage_info_async.no_selection .orderbutton, .productdetails_async .storage_info_async.no_selection .add_basket {
        background: transparent;
        border-color: #000;
        color: #000; }
        .product_async .storage_info_async.no_selection .orderbutton:after, .product_async .storage_info_async.no_selection .add_basket:after, .productdetails_async .storage_info_async.no_selection .orderbutton:after, .productdetails_async .storage_info_async.no_selection .add_basket:after {
          color: #000; }
  .product_async .product_price_async, .productdetails_async .product_price_async {
    display: flex;
    flex-direction: column; }
    .product_async .product_price_async .product_price_row, .productdetails_async .product_price_async .product_price_row {
      text-align: right;
      display: flex;
      margin-top: 4px; }
      .product_async .product_price_async .product_price_row .product_price_title, .productdetails_async .product_price_async .product_price_row .product_price_title {
        font-weight: 400;
        flex-grow: 1;
        padding-right: 5px;
        min-width: 130px;
        line-height: 1rem; }
      .product_async .product_price_async .product_price_row .product_price_amount, .productdetails_async .product_price_async .product_price_row .product_price_amount {
        white-space: nowrap;
        align-self: center;
        line-height: 1rem; }
    .product_async .product_price_async .product_price_total, .productdetails_async .product_price_async .product_price_total {
      font-weight: 600; }

.price_async_hidden {
  display: none !important; }

.productlist_async.layout_grid .search_all_async {
  flex-wrap: wrap; }
.productlist_async.layout_grid .productinfoprice_container_async {
  width: 100%; }
.productlist_async.layout_grid .product_container_async {
  width: 32.5%;
  background: #fff;
  margin-bottom: 1%;
  margin-right: 1.2%; }
  .productlist_async.layout_grid .product_container_async:nth-of-type(3n) {
    margin-right: 0px; }
  .productlist_async.layout_grid .product_container_async .product_description_container {
    padding: 15px;
    max-width: calc(100% - 44px - 141px); }
  .productlist_async.layout_grid .product_container_async .product_image {
    padding: 15px; }
  .productlist_async.layout_grid .product_container_async .product_icons {
    padding-top: 15px; }
  .productlist_async.layout_grid .product_container_async .product_async, .productlist_async.layout_grid .product_container_async .productdetails_async {
    flex-wrap: wrap; }
  .productlist_async.layout_grid .product_container_async .producttype_container {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px; }
    .productlist_async.layout_grid .product_container_async .producttype_container .product_type {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
    .productlist_async.layout_grid .product_container_async .producttype_container .product_type, .productlist_async.layout_grid .product_container_async .producttype_container .product_legend {
      flex-grow: 1; }
  .productlist_async.layout_grid .product_container_async .storage_info_async {
    width: 100%; }
  .productlist_async.layout_grid .product_container_async .storage_info_async {
    width: 100%;
    min-height: 100px; }
    .productlist_async.layout_grid .product_container_async .storage_info_async .select_info_text:before {
      transform: rotate(90deg); }
  .productlist_async.layout_grid .product_container_async .product_price_async .product_price_row {
    justify-content: center; }
    .productlist_async.layout_grid .product_container_async .product_price_async .product_price_row .product_price_title {
      flex-grow: 1; }
    .productlist_async.layout_grid .product_container_async .product_price_async .product_price_row .product_price_amount {
      text-align: right;
      width: auto; }

.productdetails_async .producttype_container {
  width: 100%; }
.productdetails_async .storage_info_async {
  width: 100%;
  min-height: 100px; }
  .productdetails_async .storage_info_async .select_info_text:before {
    transform: rotate(90deg); }

.resultsfound.webshopcat_wheels .productlist_async.layout_grid .product_async .product_image {
  width: 100%;
  display: flex;
  justify-content: center; }
.resultsfound.webshopcat_wheels .productlist_async.layout_grid .product_container_async .product_description_container {
  max-width: 100%;
  margin-top: 103px; }
.resultsfound.webshopcat_wheels .productlist_async.layout_grid .product_container_async.async_rows .producttype_container .product_type .product_type_title {
  text-align: left; }
.resultsfound.webshopcat_wheels .productlist_async.layout_grid .async_rows .producttype_container {
  padding-top: 0px; }

@media screen and (max-width: 1023px) {
  .product_container_async.has_product_wide .product_rear div.product_image {
    display: none !important; }

  .resultsfound.webshopcat_wheels .productlist_async.layout_list .product_async .product_image {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative; }
  .resultsfound.webshopcat_wheels .productlist_async.layout_list .product_container_async .product_description_container {
    max-width: 100%;
    margin-top: 0px; }
  .resultsfound.webshopcat_wheels .productlist_async.layout_list .product_container_async.async_rows .producttype_container .product_type .product_type_title {
    text-align: left; }
  .resultsfound.webshopcat_wheels .productlist_async.layout_list .async_rows .producttype_container {
    padding-top: 0px; }

  .productlist_async .wide_type {
    padding-left: 15px; }
  .productlist_async .product_async_info {
    padding: 10px; }
  .productlist_async .product_async .storage_info_async.no_selection .select_info_text {
    display: block; }

  .product_container_async .producttype_container .product_type .product_type_row, .product_container_async.async_rows .producttype_container .product_type .product_type_row {
    flex-grow: 1; }

  .productlist_async.layout_list .product_container_async .product_async.product_rear .product_image a {
    display: inherit; }

  #webshop_content {
    background: #e8e8e8; }

  .product_container_async {
    margin-bottom: 20px; }

  .product_async, .productdetails_async {
    flex-wrap: wrap;
    border-bottom: 0px;
    max-width: 100%; }
    .product_async.product_front .storage_info_async, .productdetails_async.product_front .storage_info_async {
      max-height: 0px;
      min-height: 0px; }
    .product_async .product_description_container, .productdetails_async .product_description_container {
      width: 100%;
      padding: 10px;
      min-height: 150px; }
      .product_async .product_description_container .product_description, .productdetails_async .product_description_container .product_description {
        padding-left: 15px; }
    .product_async .product_image, .productdetails_async .product_image {
      width: 100%;
      text-align: center;
      margin-top: 4px; }
    .product_async .product_icons, .productdetails_async .product_icons {
      /*margin-left: calc(30% - 20px);*/
      z-index: 10;
      min-height: 125px;
      padding: 0px;
      transform: scale(0.8); }
      .product_async .product_icons .tyreicons, .productdetails_async .product_icons .tyreicons {
        margin-top: 0px !important; }
    .product_async .product_icons, .productdetails_async .product_icons {
      margin-left: calc(100% - 50px); }
      .product_async .product_icons img, .productdetails_async .product_icons img {
        width: 30px;
        max-width: none !important; }
    .product_async .storage_info_async, .productdetails_async .storage_info_async {
      width: 100%;
      min-height: 100px; }
      .product_async .storage_info_async .select_info_text:before, .productdetails_async .storage_info_async .select_info_text:before {
        transform: rotate(90deg); }

  .resultsfound.webshopcat_wheels .productlist_async .product_icons {
    display: none; }
  .resultsfound.webshopcat_wheels .productlist_async .product_container_async .product_description_container {
    margin-top: 135px;
    min-height: auto; }

  .product_container_async .producttype_container, .product_container_async.async_rows .producttype_container {
    flex-direction: column;
    padding-bottom: 3px;
    padding-right: 3px;
    width: calc(100% - 25px);
    padding-top: 0px;
    margin-left: 15px; }
    .product_container_async .producttype_container .product_type, .product_container_async .producttype_container .product_legend, .product_container_async.async_rows .producttype_container .product_type, .product_container_async.async_rows .producttype_container .product_legend {
      flex-direction: row;
      margin-bottom: 2px;
      border: 0px;
      width: 100%;
      justify-content: flex-end;
      padding: 0px;
      padding-right: 2px; }
    .product_container_async .producttype_container .product_legend .product_type_row, .product_container_async.async_rows .producttype_container .product_legend .product_type_row {
      font-size: 0.8rem;
      padding-right: 4px;
      flex-grow: 1; }
    .product_container_async .producttype_container .product_legend .product_type_stock, .product_container_async.async_rows .producttype_container .product_legend .product_type_stock {
      text-align: center; }
    .product_container_async .producttype_container .product_legend .product_type_deliveryspeed, .product_container_async.async_rows .producttype_container .product_legend .product_type_deliveryspeed {
      line-height: 1rem;
      padding: 3px 5px;
      padding-right: 0px;
      text-align: center; }
    .product_container_async .producttype_container .product_type .product_type_row, .product_container_async.async_rows .producttype_container .product_type .product_type_row {
      font-size: 0.8rem;
      white-space: normal;
      line-height: 10px;
      padding-top: 2px; }
      .product_container_async .producttype_container .product_type .product_type_row.price_async_sales, .product_container_async .producttype_container .product_type .product_type_row.price_async, .product_container_async.async_rows .producttype_container .product_type .product_type_row.price_async_sales, .product_container_async.async_rows .producttype_container .product_type .product_type_row.price_async {
        white-space: nowrap; }
    .product_container_async .producttype_container .product_type .product_type_amount, .product_container_async.async_rows .producttype_container .product_type .product_type_amount {
      min-width: 65px;
      padding-top: 0px;
      padding-bottom: 0px;
      padding-right: 0px; }
      .product_container_async .producttype_container .product_type .product_type_amount select, .product_container_async.async_rows .producttype_container .product_type .product_type_amount select {
        height: 27px;
        line-height: 11px; }
    .product_container_async .producttype_container .product_type .product_type_deliveryspeed, .product_container_async.async_rows .producttype_container .product_type .product_type_deliveryspeed {
      padding-top: 0px;
      padding-bottom: 0px;
      padding-right: 0px;
      position: relative;
      width: 38px; }
      .product_container_async .producttype_container .product_type .product_type_deliveryspeed .deliveryspeed, .product_container_async.async_rows .producttype_container .product_type .product_type_deliveryspeed .deliveryspeed {
        transform: scale(0.71);
        transform-origin: top right;
        position: absolute;
        left: 0px; }

  /*    .product_async{
          
          
          .producttype_container{
              flex-wrap: wrap;
              width: calc(100% - 10px);
              margin-left: 5px;
              
              .product_type{
                  border-top: 1px solid #ccc;
                  border-bottom: 1px solid #ccc;
              }
              
              .product_type, .product_legend{
                  flex-grow: 1;
              }
              
              .product_type .product_type_row, .product_legend .product_type_row{
                  padding: 0px;
              }
              
              .product_legend .product_type_row{
                  padding-right: 3px;
              }
          }
          
          .storage_info_async {
              width: 100%;
              min-height: 100px;
              
              .select_info_text{
                  &:before{
                      transform: rotate(90deg);
                  }
              }
          }
          
          .product_price_async{
              .product_price_row{
                  justify-content: center;
                  
                  .product_price_title{
                      flex-grow: inherit;
                      width: 75%;
                  }
                  
                  .product_price_amount{
                      text-align: left;
                      width: 25%;
                  }
              }
          }
      }*/
  .product_container_async:hover {
    box-shadow: none; }
    .product_container_async:hover .product_async .product_image a img {
      width: 120px;
      margin-left: 0px;
      margin-top: 0px; }

  .product_async .storage_info_async, .productdetails_async .storage_info_async {
    flex-grow: 1;
    flex-shrink: 1; }

  .product_single {
    /*        &.type-wheels{
                .product_price_async .product_price_row.product_price_total{
                    justify-content: center;
                    
                    .product_price_title{
                        flex-grow: inherit;
                    }
                }
            }*/ }
    .product_single .productdetails_async .storage_info_async {
      max-height: none; } }
.product_type_location {
  display: none; }

body.loggedin_counter .layout_list .product_type_location {
  display: block; }

@media screen and (max-width: 1023px) {
  body.loggedin_counter .layout_list .product_type_location {
    display: none; }

  .productinfoprice_container_async {
    width: 100%; } }
@media screen and (max-width: 350px) {
  .price_async {
    display: none; } }
.vehicleselection .title {
  display: none; }
.vehicleselection .carseach_buttons_mobile {
  display: none !important; }
.vehicleselection #qweon_carsearch {
  display: flex; }
  .vehicleselection #qweon_carsearch a.cardetails_reset {
    display: none !important; }
  .vehicleselection #qweon_carsearch .carseach_container.carseach_container_licenseplate {
    flex-direction: row;
    width: 380px;
    margin-right: 1%; }
    .vehicleselection #qweon_carsearch .carseach_container.carseach_container_licenseplate .licenseplate_container {
      margin-right: 2% !important; }
  .vehicleselection #qweon_carsearch .carseach_container.carseach_container_vehicle {
    flex-direction: row; }
    .vehicleselection #qweon_carsearch .carseach_container.carseach_container_vehicle .carsearch_box {
      width: 100%;
      margin-right: 2%; }
      .vehicleselection #qweon_carsearch .carseach_container.carseach_container_vehicle .carsearch_box select {
        height: 40px; }

/* licenseplate */
div.licenseplate {
  position: relative;
  width: 100%;
  margin-right: 0px;
  margin-top: 0px;
  height: 40px;
  display: block;
  display: inline-block;
  border: 0px;
  border-radius: 5px; }
  div.licenseplate:not(.licenseplate_country) input {
    height: 40px; }

div.licenseplate_country {
  position: relative;
  width: 100%;
  margin-right: 0px;
  margin-top: 0px;
  background-image: url(../img/licenseplate_nl.png);
  background-color: #f7c607;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain; }

input.licenseplate {
  width: 100%;
  height: 100%;
  text-indent: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  padding: 0;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  background: transparent; }

body #webshop_content div.product_header, body div.product_header {
  height: auto;
  padding-bottom: 2.7%;
  min-height: 161px;
  padding-top: 15px; }
  body #webshop_content div.product_header .searchtitle, body div.product_header .searchtitle {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px; }
    body #webshop_content div.product_header .searchtitle h2, body div.product_header .searchtitle h2 {
      margin-top: 0px;
      font-weight: 400; }
    body #webshop_content div.product_header .searchtitle h3, body div.product_header .searchtitle h3 {
      font-size: 1.5rem;
      font-weight: 700;
      margin-top: 15px; }
  body #webshop_content div.product_header:before, body div.product_header:before {
    width: 100%; }
  body #webshop_content div.product_header #carsearchboxes, body div.product_header #carsearchboxes {
    margin: 0px;
    /*margin-top: 18px;*/
    width: 100%;
    padding-top: 0px;
    background: transparent;
    display: flex;
    flex-wrap: wrap; }
    body #webshop_content div.product_header #carsearchboxes:before, body div.product_header #carsearchboxes:before {
      display: none; }
    body #webshop_content div.product_header #carsearchboxes .title, body div.product_header #carsearchboxes .title {
      display: none; }
    body #webshop_content div.product_header #carsearchboxes #qweon_carsearch, body #webshop_content div.product_header #carsearchboxes #dr_carsearch, body div.product_header #carsearchboxes #qweon_carsearch, body div.product_header #carsearchboxes #dr_carsearch {
      width: 100%;
      float: left;
      padding: 0px;
      margin: 0px;
      align-items: initial;
      display: flex;
      flex-direction: row;
      position: relative; }
      body #webshop_content div.product_header #carsearchboxes #qweon_carsearch .carsearch_block, body #webshop_content div.product_header #carsearchboxes #dr_carsearch .carsearch_block, body div.product_header #carsearchboxes #qweon_carsearch .carsearch_block, body div.product_header #carsearchboxes #dr_carsearch .carsearch_block {
        flex: 1;
        margin-right: 1%;
        height: 40px; }
        body #webshop_content div.product_header #carsearchboxes #qweon_carsearch .carsearch_block select, body #webshop_content div.product_header #carsearchboxes #dr_carsearch .carsearch_block select, body div.product_header #carsearchboxes #qweon_carsearch .carsearch_block select, body div.product_header #carsearchboxes #dr_carsearch .carsearch_block select {
          height: 100%;
          transition: all 0.2s ease-in-out;
          cursor: pointer;
          padding-right: 23px; }
          body #webshop_content div.product_header #carsearchboxes #qweon_carsearch .carsearch_block select:hover, body #webshop_content div.product_header #carsearchboxes #dr_carsearch .carsearch_block select:hover, body div.product_header #carsearchboxes #qweon_carsearch .carsearch_block select:hover, body div.product_header #carsearchboxes #dr_carsearch .carsearch_block select:hover {
            background: #fff; }
        body #webshop_content div.product_header #carsearchboxes #qweon_carsearch .carsearch_block.select-container:after, body #webshop_content div.product_header #carsearchboxes #dr_carsearch .carsearch_block.select-container:after, body div.product_header #carsearchboxes #qweon_carsearch .carsearch_block.select-container:after, body div.product_header #carsearchboxes #dr_carsearch .carsearch_block.select-container:after {
          top: 11px; }
      body #webshop_content div.product_header #carsearchboxes #qweon_carsearch #carselect_carmodels, body #webshop_content div.product_header #carsearchboxes #qweon_carsearch #carselect_modeltypes, body #webshop_content div.product_header #carsearchboxes #qweon_carsearch #carselect_wheeltypes, body #webshop_content div.product_header #carsearchboxes #dr_carsearch #carselect_carmodels, body #webshop_content div.product_header #carsearchboxes #dr_carsearch #carselect_modeltypes, body #webshop_content div.product_header #carsearchboxes #dr_carsearch #carselect_wheeltypes, body div.product_header #carsearchboxes #qweon_carsearch #carselect_carmodels, body div.product_header #carsearchboxes #qweon_carsearch #carselect_modeltypes, body div.product_header #carsearchboxes #qweon_carsearch #carselect_wheeltypes, body div.product_header #carsearchboxes #dr_carsearch #carselect_carmodels, body div.product_header #carsearchboxes #dr_carsearch #carselect_modeltypes, body div.product_header #carsearchboxes #dr_carsearch #carselect_wheeltypes {
        /*                float: left;
                        width: 32.33%;
                        height: 35px;*/ }

body #webshop_content div.product_header.product_header_small {
  height: 73px;
  min-height: inherit;
  padding: 0px;
  padding-top: 1px; }
  body #webshop_content div.product_header.product_header_small .licenseplate_container {
    display: none; }
  body #webshop_content div.product_header.product_header_small:before {
    width: 100%; }
  body #webshop_content div.product_header.product_header_small .carseach_container_licenseplate {
    display: none; }
  body #webshop_content div.product_header.product_header_small #carsearchboxes {
    margin: 0px;
    margin-top: 15px;
    width: 100%;
    padding-top: 0px;
    background: transparent; }
    body #webshop_content div.product_header.product_header_small #carsearchboxes:before {
      display: none; }
    body #webshop_content div.product_header.product_header_small #carsearchboxes .title {
      display: none; }
    body #webshop_content div.product_header.product_header_small #carsearchboxes #qweon_carsearch {
      width: 100%;
      float: left;
      padding: 0px;
      margin: 0px; }

.search_button, .search_button_freesize {
  height: 40px;
  line-height: 40px;
  background: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  display: block;
  padding: 0px 30px;
  margin-right: 2%;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-weight: 700; }
  .search_button.loading:before, .search_button_freesize.loading:before {
    margin-top: 12px; }

#webshop_content .product_header .container, body div.product_header .container {
  position: relative; }

.product_header {
  clear: both;
  width: 100%;
  box-shadow: 3px 3px 5px #b7b7b7;
  position: relative;
  background-color: #fff;
  height: 400px;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  border: none;
  box-shadow: none;
  margin-bottom: 0px; }
  .product_header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover; }
  .product_header .searchtitle {
    margin-top: 40px;
    color: #fff;
    font-family: "Open Sans", sans-serif; }
  .product_header .searchtitle h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px; }

.products_menu {
  position: relative;
  z-index: 20; }
  .products_menu img {
    display: none; }
  .products_menu ul {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap; }
    .products_menu ul > li {
      position: relative;
      display: block;
      text-indent: 0px;
      z-index: 5; }
      .products_menu ul > li > a {
        z-index: 300;
        position: relative; }
        .products_menu ul > li > a:before {
          content: '';
          display: block;
          position: absolute;
          left: 10px;
          top: 30px;
          width: 0px;
          height: 1px;
          opacity: 0;
          background: #000;
          transition: all 0.3s ease-in-out; }
        .products_menu ul > li > a:hover:before {
          width: calc(100% - 20px);
          opacity: 1; }
      .products_menu ul > li:before {
        display: none; }
      .products_menu ul > li.has_submenu:after {
        z-index: 300;
        right: 5px;
        top: 13px;
        content: "\f107";
        position: absolute;
        font: normal normal normal 18px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: inherit; }
      .products_menu ul > li:hover {
        z-index: 10; }
        .products_menu ul > li:hover > ul {
          padding-top: 35px;
          opacity: 1;
          max-height: 500px;
          width: auto; }
      .products_menu ul > li > ul {
        opacity: 0;
        position: absolute;
        transition: all 0.3s ease-in-out;
        left: 0px;
        top: 0px;
        flex-direction: row;
        flex-wrap: wrap;
        max-height: 0px;
        overflow: hidden;
        background: #fff;
        z-index: 200;
        border: 1px solid #dcdcdc;
        font-size: 0.9rem; }
        .products_menu ul > li > ul > li {
          position: relative;
          display: block;
          width: 100%; }
          .products_menu ul > li > ul > li:after {
            display: none; }
          .products_menu ul > li > ul > li a {
            position: relative;
            display: block;
            width: 100%;
            transition: all 0.2s ease-in-out;
            padding-top: 6px;
            padding-bottom: 6px; }
            .products_menu ul > li > ul > li a span {
              white-space: nowrap; }
            .products_menu ul > li > ul > li a:hover {
              padding-left: 20px;
              background: #f7f7f7; }
              .products_menu ul > li > ul > li a:hover:before {
                display: none; }
            .products_menu ul > li > ul > li a:before {
              display: none; }
          .products_menu ul > li > ul > li > ul {
            top: 0px !important;
            padding-top: 0px !important;
            left: 0px;
            position: relative;
            width: 100%;
            max-height: inherit;
            opacity: 1;
            border: 0px;
            background: transparent; }
            .products_menu ul > li > ul > li > ul li:after {
              display: none; }
            .products_menu ul > li > ul > li > ul li a {
              padding-left: 20px; }
              .products_menu ul > li > ul > li > ul li a:before {
                content: '-' !important;
                display: block !important;
                position: absolute;
                top: 6px;
                left: 10px;
                opacity: 1;
                width: 0px !important;
                transition: all 0.2s ease-in-out; }
              .products_menu ul > li > ul > li > ul li a:hover {
                padding-left: 30px; }
                .products_menu ul > li > ul > li > ul li a:hover:before {
                  left: 20px; }
  .products_menu a {
    display: inline-block;
    margin-right: 10px;
    padding: 10px; }
    .products_menu a.current {
      font-weight: 700;
      color: #000; }

.products_menu_large ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap; }
.products_menu_large li {
  text-indent: 0px;
  margin-right: 10px;
  margin-bottom: 10px; }
  .products_menu_large li:before {
    display: none; }
  .products_menu_large li.current {
    margin: 0px; }
    .products_menu_large li.current li {
      margin-right: 10px;
      margin-bottom: 10px; }
  .products_menu_large li a {
    width: 100%;
    background: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 10px;
    background: #fff;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    text-align: center; }
    .products_menu_large li a:after {
      transition: all 0.2s ease-in-out;
      content: "\f105";
      position: relative;
      font: normal normal normal 18px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 17px;
      left: -10px; }
    .products_menu_large li a span {
      display: inline-block;
      padding: 10px 20px;
      flex-grow: 1; }
    .products_menu_large li a.has_image span {
      padding-left: 0px; }
    .products_menu_large li a img {
      vertical-align: top;
      max-height: 40px;
      margin-right: 10px; }
    .products_menu_large li a:hover {
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
      .products_menu_large li a:hover:after {
        left: -5px; }
  .products_menu_large li ul {
    display: none; }
.products_menu_large ul.active-category ul {
  width: 100%; }
.products_menu_large ul.active-category li {
  display: none; }
.products_menu_large ul.active-category > li.current {
  display: inherit; }
  .products_menu_large ul.active-category > li.current > a {
    display: none; }
  .products_menu_large ul.active-category > li.current ul.current {
    display: inherit; }
    .products_menu_large ul.active-category > li.current ul.current li, .products_menu_large ul.active-category > li.current ul.current a {
      display: inherit; }
.products_menu_large ul.active-subcategory li {
  display: none;
  padding: 0px;
  margin: 0px; }
.products_menu_large ul.active-subcategory > li.current {
  display: inherit;
  margin: 0px; }
  .products_menu_large ul.active-subcategory > li.current > a {
    display: none; }
  .products_menu_large ul.active-subcategory > li.current ul.current {
    display: inherit; }
    .products_menu_large ul.active-subcategory > li.current ul.current li, .products_menu_large ul.active-subcategory > li.current ul.current a {
      display: none;
      padding: 0px;
      margin: 0px; }
    .products_menu_large ul.active-subcategory > li.current ul.current li.has_submenu {
      display: inherit; }
    .products_menu_large ul.active-subcategory > li.current ul.current ul.currentsub {
      display: inherit; }
      .products_menu_large ul.active-subcategory > li.current ul.current ul.currentsub li, .products_menu_large ul.active-subcategory > li.current ul.current ul.currentsub a {
        display: inherit; }
.products_menu_large ul.active-subssubcategory {
  display: none; }

body #webshop_content:not(.car_selected) div.product_header.product_header_small #carsearchboxes #qweon_carsearch {
  display: none; }

.switchprices {
  display: flex; }

.switchpricesbutton {
  border: 1px solid #dcdcdc;
  color: #ccc;
  padding: 0px 10px;
  cursor: pointer;
  transition: all .2s ease-in-out; }

.tpl_basket .switchpricesbutton {
  padding: 5px 10px; }

.salesbutton.open, .salesbutton:hover {
  background: #45ce43;
  border-color: #45ce43;
  color: #fff; }

.purchasebutton.open, .purchasebutton:hover {
  background: #ff9900;
  border-color: #ff9900;
  color: #fff; }

.switchprices_basket {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px; }
  .switchprices_basket .switchprices:before {
    background: #dedede; }

#webshop_content.webshopcat_tyrestruck #qweon_carsearch {
  display: none !important; }

div.licenseplate.licenseplate_hsntsn {
  display: flex; }
  div.licenseplate.licenseplate_hsntsn input {
    width: 50%;
    margin-right: 10px; }
    div.licenseplate.licenseplate_hsntsn input:last-child {
      margin-right: 0px; }

.carseach_container {
  display: flex; }
  .carseach_container.carseach_container_licenseplate {
    width: 380px;
    margin-right: 1%; }
    .carseach_container.carseach_container_licenseplate .licenseplate_container {
      margin-right: 2% !important; }
  .carseach_container.carseach_container_vehicle {
    flex-grow: 1; }
    .carseach_container.carseach_container_vehicle > div:last-of-type {
      margin-right: 0px !important; }
  .carseach_container.carseach_container_freesize {
    display: none; }

.carseach_container_freesize {
  width: 100%; }
  .carseach_container_freesize input {
    margin-bottom: 10px; }

.carseach_buttons_mobile {
  display: none; }

.carsearchwithicons .select2-container, .carsearch_box .select2-container {
  height: 40px;
  margin-bottom: 0px; }
  .carsearchwithicons .select2-container .select2-selection--single, .carsearch_box .select2-container .select2-selection--single {
    height: 100%; }

#carselect_carmodels .select2-container .select2-selection--single .select2-selection__rendered, #carselect_modeltypes .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 18px; }

.carbrand {
  display: flex;
  min-height: 35px;
  align-items: center; }
  .carbrand .carimage {
    width: 30px;
    height: 30px;
    background: no-repeat center center;
    background-size: cover; }
  .carbrand .cartitle {
    padding-left: 10px;
    font-size: 11px; }

@media screen and (max-width: 1023px) {
  #qweon_carsearch .carseach_container {
    display: none; }
    #qweon_carsearch .carseach_container.carseach_container_licenseplate {
      width: 100%;
      margin-right: 0px; }
    #qweon_carsearch .carseach_container.open {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      #qweon_carsearch .carseach_container.open div, #qweon_carsearch .carseach_container.open a {
        width: 100%;
        flex: auto !important; }
        #qweon_carsearch .carseach_container.open div.carimage, #qweon_carsearch .carseach_container.open a.carimage {
          width: 30px; }
      #qweon_carsearch .carseach_container.open .licenseplate_container {
        margin-right: 0px !important;
        margin-bottom: 10px; }
      #qweon_carsearch .carseach_container.open.carseach_container_vehicle > div {
        margin-bottom: 10px;
        margin-right: 0px !important; }

  .vehicleselection #qweon_carsearch {
    display: flex;
    flex-direction: column; }
    .vehicleselection #qweon_carsearch .carseach_container a.search_button, .vehicleselection #qweon_carsearch .carseach_container.open a.search_button {
      width: 100%; }
    .vehicleselection #qweon_carsearch .carseach_container.carseach_container_licenseplate, .vehicleselection #qweon_carsearch .carseach_container.open.carseach_container_licenseplate {
      flex-direction: column;
      width: 100%;
      margin-right: 0px;
      min-height: unset; }
      .vehicleselection #qweon_carsearch .carseach_container.carseach_container_licenseplate .licenseplate_container, .vehicleselection #qweon_carsearch .carseach_container.open.carseach_container_licenseplate .licenseplate_container {
        margin-right: 0px !important;
        margin-bottom: 0px; }
    .vehicleselection #qweon_carsearch .carseach_container.carseach_container_vehicle, .vehicleselection #qweon_carsearch .carseach_container.open.carseach_container_vehicle {
      display: flex;
      flex-direction: column; }
      .vehicleselection #qweon_carsearch .carseach_container.carseach_container_vehicle .carsearch_box, .vehicleselection #qweon_carsearch .carseach_container.open.carseach_container_vehicle .carsearch_box {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 1%; }

  .carseach_buttons_mobile {
    display: flex;
    width: 100%;
    margin-bottom: 10px; }
    .carseach_buttons_mobile .switch {
      color: #fff;
      border: 1px solid #fff;
      flex-grow: 1;
      text-align: center;
      padding: 10px 20px;
      font-size: 1.1rem;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      align-items: center;
      justify-content: center;
      display: flex; }
      .carseach_buttons_mobile .switch.open, .carseach_buttons_mobile .switch:hover {
        background: #fff;
        color: #000; } }
@media screen and (max-width: 767px) {
  .carseach_buttons_mobile .switch {
    padding: 10px 10px;
    font-size: 1rem;
    line-height: 1rem; } }
.gallery .gallery_loadmore {
  width: 300px;
  background: #000;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 5px;
  border: 1px solid #000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .gallery .gallery_loadmore:hover {
    background: transparent;
    color: #000; }
    .gallery .gallery_loadmore:hover:before {
      color: #000 !important; }
  .gallery .gallery_loadmore.loading span {
    display: none; }
.gallery .gallery_breadcrumbs {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end; }
  .gallery .gallery_breadcrumbs .gallery_breadcrumb {
    margin-right: 10px;
    float: right;
    transition: all 0.2s ease-in-out;
    color: #333;
    padding-bottom: 3px; }
    .gallery .gallery_breadcrumbs .gallery_breadcrumb a {
      border-bottom: 1px solid transparent;
      padding-bottom: 3px;
      transition: all 0.2s ease-in-out; }
    .gallery .gallery_breadcrumbs .gallery_breadcrumb:hover {
      color: #000; }
      .gallery .gallery_breadcrumbs .gallery_breadcrumb:hover a {
        border-color: #000; }
    .gallery .gallery_breadcrumbs .gallery_breadcrumb:last-of-type:before {
      display: none; }
    .gallery .gallery_breadcrumbs .gallery_breadcrumb:before {
      content: "\f105";
      display: inline-block;
      font: normal normal normal 18px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: all 0.2s ease-in-out;
      position: relative;
      top: 1px;
      margin-right: 5px; }
.gallery .gallery_dir_description {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 3%;
  font-size: 14px; }
.gallery .gallery_button {
  position: relative;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid;
  padding-bottom: 3px;
  padding-right: 5px;
  padding-left: 5px; }
  .gallery .gallery_button .fa {
    font-size: 19px;
    position: absolute;
    top: 1px;
    left: 5px;
    opacity: 0;
    transition: all 0.2s ease-in-out; }
  .gallery .gallery_button:hover {
    background: transparent;
    color: #000;
    padding-left: 20px; }
    .gallery .gallery_button:hover .fa {
      color: #000;
      opacity: 1; }
.gallery .gallery_blocks {
  display: flex;
  flex-flow: wrap; }
  .gallery .gallery_blocks .gallery_dir {
    position: relative;
    width: 24%;
    min-width: 200px;
    overflow: hidden;
    margin-right: 1%;
    margin-bottom: 1%;
    transition: all 0.3s ease-in-out;
    z-index: 10;
    cursor: pointer; }
    .gallery .gallery_blocks .gallery_dir:hover {
      transform: scale(1.1);
      z-index: 15; }
    .gallery .gallery_blocks .gallery_dir:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background: #000;
      opacity: 0.5;
      color: #fff;
      text-align: center; }
    .gallery .gallery_blocks .gallery_dir .title_container {
      top: 0px;
      left: 0px;
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .gallery .gallery_blocks .gallery_dir .title_container .gallery_dir__title {
        color: #fff;
        font-size: 22px;
        text-align: center; }
    .gallery .gallery_blocks .gallery_dir .img_container img {
      max-width: 100%;
      display: block; }
.gallery .gallery_images {
  display: flex;
  margin-top: 1%;
  flex-flow: wrap; }
  .gallery .gallery_images .gallery_image {
    margin: 0px;
    position: relative;
    max-width: 32%;
    width: 32%;
    height: 200px;
    max-height: 210px;
    overflow: hidden;
    margin-right: 1%;
    margin-bottom: 1%;
    transition: all 0.3s ease-in-out;
    z-index: 10;
    cursor: pointer; }
    .gallery .gallery_images .gallery_image figcaption {
      display: none; }
    .gallery .gallery_images .gallery_image img {
      max-width: 100%;
      display: block;
      max-height: 110%;
      margin: auto;
      width: auto; }
    .gallery .gallery_images .gallery_image a {
      display: block;
      position: relative;
      /*height: 100%;*/ }
      .gallery .gallery_images .gallery_image a:before {
        position: absolute;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        z-index: 10;
        transition: all 0.2s ease-in-out; }
      .gallery .gallery_images .gallery_image a:after {
        position: absolute;
        content: "\f065";
        display: inline-block;
        font: normal normal normal 20px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        opacity: 0;
        z-index: 15;
        transition: all 0.2s ease-in-out;
        margin-top: -50%;
        top: 50%;
        left: 0px;
        text-align: center;
        width: 100%; }
      .gallery .gallery_images .gallery_image a:hover:before {
        opacity: 0.7; }
      .gallery .gallery_images .gallery_image a:hover:after {
        margin-top: -10px;
        opacity: 1; }

@media screen and (max-width: 1023px) {
  .gallery .gallery_images .gallery_image {
    min-width: 49%;
    max-height: none; }
    .gallery .gallery_images .gallery_image img {
      /*width: 100%;*/ }

  .gallery .gallery_blocks {
    margin-bottom: 10%; }

  .gallery .gallery_images .gallery_image a {
    width: 100%; }

  .gallery .gallery_blocks .gallery_dir {
    min-width: 49%;
    max-height: none; }
    .gallery .gallery_blocks .gallery_dir img {
      width: 100%; }

  .pswp__zoom-wrap img {
    max-width: none !important; } }
@media screen and (max-width: 700px) {
  .gallery .gallery_images .gallery_image {
    min-width: 100%; }

  .gallery .gallery_blocks .gallery_dir {
    min-width: 100%; } }
.pswp__caption__center {
  text-align: center !important;
  font-size: 20px; }

.pswp__button--share {
  display: none; }

.flex-spacer {
  flex-grow: 1; }

.resultsfound:not(.resultcount_) .filters.column-left {
  margin-top: 30px; }
.resultsfound:not(.resultcount_) .filters.column-right {
  padding-top: 0px; }

.filter_toggle {
  border: 1px solid #000;
  text-align: center;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  background: #000;
  color: #fff;
  transition: all .2s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  display: none;
  justify-content: center; }
  .filter_toggle:before {
    content: "\f0b0";
    margin-right: 10px; }
  .filter_toggle:hover {
    background: transparent;
    color: #000; }

.loadindexmessage_overlay {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  z-index: 40;
  outline: 8000px solid rgba(0, 0, 0, 0.5); }

.loadindexmessage_container {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100; }

.loadindexmessage {
  width: 450px;
  max-width: 90%;
  height: auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px; }
  .loadindexmessage p {
    margin-top: 10px;
    margin-bottom: 15px; }

.loadindexmessage_button {
  display: block;
  text-align: center;
  padding: 5px 10px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
  transition: all .2s ease-in-out; }
  .loadindexmessage_button:hover {
    color: #000;
    background: transparent; }

.loadindexmessage_title {
  font-weight: 600;
  font-size: 20px;
  width: 100%;
  display: inline-block; }

.wccpointer {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -266px;
  margin-top: -40px;
  font-size: 80px;
  transform-origin: center;
  z-index: 49; }
  .wccpointer:before {
    content: "\f176";
    color: #fff;
    /*transform: rotate(180deg);*/
    display: block; }

.filters .form-fieldcontainer .input-container-datefield {
  display: flex; }
  .filters .form-fieldcontainer .input-container-datefield input.datepicker {
    margin-bottom: 0px; }
  .filters .form-fieldcontainer .input-container-datefield button {
    left: 0px !important;
    top: 0px !important;
    margin-left: 5px;
    height: 35px; }
    .filters .form-fieldcontainer .input-container-datefield button:hover:before {
      color: #000; }

.tpl_products .filters {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5px;
  background: transparent; }

.textswitches {
  display: flex;
  flex-wrap: wrap; }

.textswitch {
  padding: 5px 10px;
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  transition: all .2s ease-in-out;
  cursor: pointer;
  margin: 2px; }
  .textswitch.otheroption {
    opacity: 0.35; }
  .textswitch:hover, .textswitch.selected {
    background: #000;
    color: #fff; }

.visualswitch-switch {
  width: 20px;
  height: 20px; }

.form-fieldcontainer.type-visualswitch .textswitch {
  padding: 0px;
  border-radius: 0px;
  border-width: 4px; }

.count_container.addedcount {
  margin-left: 5px; }

.filters.column-top {
  float: left;
  width: 100%; }
  .filters.column-top .form-fieldcontainer {
    width: 20%;
    /*            &.columns-12, &.columns-24{
                    .type-title{
                        font-size: 11px;
    
                        div{
                            height: inherit;
                            line-height: inherit;
                        }
                    }
                }*/ }
    .filters.column-top .form-fieldcontainer .type-title {
      font-size: 1rem; }
      .filters.column-top .form-fieldcontainer .type-title div {
        height: 20px;
        line-height: 20px;
        font-size: 1rem; }
    .filters.column-top .form-fieldcontainer.columns-4 {
      width: 6.66%; }
      .filters.column-top .form-fieldcontainer.columns-4 .input-container {
        width: 94%; }
    .filters.column-top .form-fieldcontainer.columns-6 {
      width: 10%; }
      .filters.column-top .form-fieldcontainer.columns-6 .input-container {
        width: 96%; }
    .filters.column-top .form-fieldcontainer.columns-24 {
      width: 40%; }
      .filters.column-top .form-fieldcontainer.columns-24 .input-container {
        width: 99%; }
    .filters.column-top .form-fieldcontainer.filter_info_container {
      width: 100%; }
  .filters.column-top .input-container {
    width: 98%; }
.filters.column-left {
  float: left;
  width: 20%;
  min-height: 1px; }
  .filters.column-left .quicksearchbutton {
    display: none; }
  .filters.column-left .more_filters .more_filters_button {
    width: 100%; }
  .filters.column-left .filter_info_container.open {
    max-height: 1000px; }
  .filters.column-left .filter_info_container .filter_info {
    flex-flow: wrap; }
    .filters.column-left .filter_info_container .filter_info .column {
      width: 100%;
      padding-bottom: 10px; }
  .filters.column-left .form-fieldcontainer.quicksearch_container div.quicksearch {
    width: 100%;
    margin-bottom: 0px; }
  .filters.column-left .form-fieldcontainer.quicksearch_container .quicksearchbutton {
    width: 100%;
    margin-bottom: 10px; }
    .filters.column-left .form-fieldcontainer.quicksearch_container .quicksearchbutton input {
      border-left-width: 5px;
      border-top-width: 0px; }
.filters.column-right {
  float: right;
  width: 20%;
  min-height: 500px; }
.filters hr {
  display: none; }

.filters .type-selectboxes .input-container, .select-container {
  position: relative; }
  .filters .type-selectboxes .input-container select, .select-container select {
    width: 100%; }
  .filters .type-selectboxes .input-container:after, .select-container:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 8px;
    pointer-events: none; }

.type-selectboxes select option.notavailable {
  color: #b7b7b7; }

.filters .form-fieldcontainer {
  position: relative;
  width: 100%; }
  .filters .form-fieldcontainer.form-fieldcontainer-spacebottom {
    margin-bottom: 10px; }
  .filters .form-fieldcontainer.nospacebeforeafter .checkbox-container {
    margin-bottom: 0px; }
  .filters .form-fieldcontainer select, .filters .form-fieldcontainer input {
    background: #fff;
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
    height: 35px;
    width: 100%;
    cursor: pointer;
    transition: all 0.2s ease-in-out; }
    .filters .form-fieldcontainer select:hover, .filters .form-fieldcontainer input:hover {
      background: #f7f7f7; }
    .filters .form-fieldcontainer select[type="text"], .filters .form-fieldcontainer input[type="text"] {
      cursor: text; }
    .filters .form-fieldcontainer select:disabled, .filters .form-fieldcontainer input:disabled {
      opacity: 0.5; }
    .filters .form-fieldcontainer select:focus, .filters .form-fieldcontainer input:focus {
      border-color: #000; }
  .filters .form-fieldcontainer.type-range {
    display: flex;
    flex-direction: column; }
    .filters .form-fieldcontainer.type-range .range-fields {
      display: flex;
      flex-direction: row; }
  .filters .form-fieldcontainer input.button:not(.filterbutton) {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase; }
    .filters .form-fieldcontainer input.button:not(.filterbutton):hover {
      background: transparent;
      color: #000; }
  .filters .form-fieldcontainer .start_new a.start_new:after, .filters .form-fieldcontainer .start_new_pc:after {
    content: "\f0e2";
    margin-left: 10px; }
  .filters .form-fieldcontainer .start_new_pc {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px; }
  .filters .form-fieldcontainer.columns-4 {
    width: 33.33%; }
    .filters .form-fieldcontainer.columns-4.type-selectboxes .type-title div, .filters .form-fieldcontainer.columns-4.type-text .type-title div {
      height: 20px;
      line-height: 20px;
      /*font-size: 11px;*/
      text-align: left; }
  .filters .form-fieldcontainer.columns-6 {
    width: 50%; }
    .filters .form-fieldcontainer.columns-6.type-selectboxes .type-title div, .filters .form-fieldcontainer.columns-6.type-text .type-title div {
      height: 20px;
      line-height: 20px;
      /*font-size: 11px;*/ }
  .filters .form-fieldcontainer.open .openfilter .openfilter_more {
    display: none; }
  .filters .form-fieldcontainer.open .openfilter .openfilter_less {
    display: inline; }
  .filters .form-fieldcontainer.open .openfilter:before {
    transform: rotate(180deg); }

.price_visible {
  display: block;
  width: 100%; }

.price_hidden {
  display: none; }

div.cat_filters_left {
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 17px; }

a.togglefilters {
  display: none; }

.checkbox-container {
  position: relative;
  float: left;
  width: 100%; }
  .checkbox-container .input-container:nth-of-type(2) {
    margin-top: -3px; }
  .checkbox-container .input-container.notavailable {
    opacity: 0.3; }

.checkbox-container {
  overflow: hidden;
  font-size: 8pt;
  clear: both;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  background: transparent;
  margin-left: 0px;
  padding-bottom: 0px;
  transition: max-height 0.5s ease-in-out; }
  .checkbox-container.menutoggleoption {
    margin-bottom: 25px; }

.type-title {
  display: block;
  width: 100%;
  background: transparent;
  color: #000;
  height: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 13px; }
  .type-title.first-title {
    margin-bottom: 17px; }
    .type-title.first-title div {
      line-height: 13px;
      margin-top: 10px;
      height: auto; }
  .type-title div {
    height: 35px;
    line-height: 35px; }

.openfilter {
  clear: both;
  float: left;
  font-size: 11px;
  margin-left: 0px;
  margin-top: 5px;
  color: #000;
  cursor: pointer;
  position: absolute;
  bottom: 7px;
  cursor: pointer; }
  .openfilter:before {
    content: '';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    position: relative;
    font-size: 16px;
    margin-right: 17px;
    margin-left: 3px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out; }
  .openfilter:after {
    content: '';
    opacity: 0;
    height: 1px;
    background: #000;
    position: absolute;
    left: 28px;
    top: 15px;
    transition: all 0.2s ease-in-out;
    width: calc(100% - 28px); }
  .openfilter:hover:after {
    opacity: 1; }
  .openfilter .openfilter_more {
    display: inline; }
  .openfilter .openfilter_less {
    display: none; }

div.start_new, .start_new_pc {
  text-transform: uppercase;
  width: 100%; }

a.start_new, .start_new_pc {
  width: 100%;
  display: inline-block;
  border: 1px solid #000;
  text-align: center;
  padding: 7px;
  transition: all 0.2s ease-in-out; }
  a.start_new:hover, .start_new_pc:hover {
    background: #000;
    color: #fff; }

.filter_buttons {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .filter_buttons .switchprices {
    margin-bottom: 0px;
    height: 35px;
    line-height: 35px;
    border-radius: 0px;
    margin-right: 5px; }
    .filter_buttons .switchprices.saleprice {
      margin-right: 10px; }
    .filter_buttons .switchprices:before {
      /*            height: 35px;
                  width: 35px;
                  border-radius: 40px;
                  border: 1px solid #dcdcdc;*/ }
  .filter_buttons hr {
    border: 0px;
    height: 0px;
    margin: 0px; }
  .filter_buttons > div {
    position: relative;
    flex-grow: 1;
    /*min-width: 95px;*/
    margin-right: 5px;
    margin-bottom: 5px; }
    .filter_buttons > div input, .filter_buttons > div select {
      border: 1px solid #dcdcdc;
      height: 35px;
      background: #fff;
      color: #000;
      transition: all 0.2s ease-in-out; }
      .filter_buttons > div input:hover, .filter_buttons > div input:focus, .filter_buttons > div select:hover, .filter_buttons > div select:focus {
        cursor: pointer;
        background: #f7f7f7;
        color: #000; }
    .filter_buttons > div input {
      line-height: 35px; }
    .filter_buttons > div select {
      padding-right: 21px; }
    .filter_buttons > div.filter_FreeText, .filter_buttons > div.filter_FreeSize {
      min-width: 160px; }
    .filter_buttons > div.filter_stock {
      min-width: 160px;
      max-width: 180px; }
    .filter_buttons > div.sort_option {
      min-width: 120px;
      max-width: 131px; }
    .filter_buttons > div.filter_EAN {
      min-width: 200px;
      max-width: 200px; }
    .filter_buttons > div.filter_status {
      max-width: 140px; }
    .filter_buttons > div.filter_MinLoadIndex, .filter_buttons > div.filter_Steek, .filter_buttons > div.filter_Steekcirkel, .filter_buttons > div.filter_ET, .filter_buttons > div.filter_Boring {
      max-width: 150px; }
  .filter_buttons .search_buttons {
    min-width: 125px; }
    .filter_buttons .search_buttons .start_new, .filter_buttons .search_buttons .start_new_pc {
      float: right; }
      .filter_buttons .search_buttons .start_new a, .filter_buttons .search_buttons .start_new_pc a {
        background: #ebebeb;
        height: 35px;
        min-width: 30px;
        display: inline-block;
        line-height: 35px;
        font-weight: 700;
        font-size: 14px;
        transition: all 0.2s ease-in-out;
        color: #000;
        padding: 0px 10px;
        padding: 0px 10px; }
        .filter_buttons .search_buttons .start_new a span, .filter_buttons .search_buttons .start_new_pc a span {
          display: none; }
        .filter_buttons .search_buttons .start_new a:before, .filter_buttons .search_buttons .start_new_pc a:before {
          content: "\f0e2";
          display: inline-block;
          position: relative;
          font: normal normal normal 16px/1 FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transition: all 0.2s ease-in-out;
          color: #000; }
        .filter_buttons .search_buttons .start_new a:hover, .filter_buttons .search_buttons .start_new_pc a:hover {
          background: #7c7c7c;
          color: #fff; }
          .filter_buttons .search_buttons .start_new a:hover:before, .filter_buttons .search_buttons .start_new_pc a:hover:before {
            color: #fff; }
    .filter_buttons .search_buttons .search_submit {
      max-width: 100px;
      float: right;
      margin-left: 5px; }
      .filter_buttons .search_buttons .search_submit input {
        background: #000;
        border: 2px solid #000;
        color: #fff;
        transition: all 0.2s ease-in-out;
        line-height: 36px; }
        .filter_buttons .search_buttons .search_submit input:hover, .filter_buttons .search_buttons .search_submit input:active, .filter_buttons .search_buttons .search_submit input:focus {
          background: transparent;
          color: #000;
          border-color: #000; }

@media screen and (max-width: 767px) {
  .filter_buttons > div.filter_MinLoadIndex, .filter_buttons > div.filter_Steek, .filter_buttons > div.filter_Steekcirkel, .filter_buttons > div.filter_ET, .filter_buttons > div.filter_Boring {
    max-width: 100%; } }
main li.select2-search:before {
  display: none; }
main .select2-container {
  width: 100% !important;
  margin-bottom: 10px; }
  main .select2-container.select2-container--focus .select2-selection {
    border: 1px solid #000; }
  main .select2-container .select2-selection {
    border-radius: 0px;
    /*height: 35px;*/
    border-color: #dcdcdc;
    transition: all 0.2s ease-in-out;
    border: 1px solid #dcdcdc; }
    main .select2-container .select2-selection:hover {
      background: #f7f7f7; }
    main .select2-container .select2-selection .select2-selection__rendered {
      height: auto;
      padding-top: 2px;
      font-size: 13px; }
    main .select2-container .select2-selection .select2-selection__arrow {
      height: 35px;
      display: none; }
    main .select2-container .select2-selection .select2-search.select2-search--inline {
      height: 26px; }
      main .select2-container .select2-selection .select2-search.select2-search--inline .select2-search__field {
        height: 30px;
        text-indent: 10px;
        padding-top: 0px;
        margin-top: 0px; }
main .select2-selection__choice {
  text-indent: 0px; }
  main .select2-selection__choice:before {
    display: none; }

.select2-results__option {
  font-size: 0.9rem; }

.filters .form-fieldcontainer.quicksearch_container {
  width: 100%; }
  .filters .form-fieldcontainer.quicksearch_container div.quicksearch {
    position: relative;
    padding: 5px;
    background: #000;
    margin-bottom: 10px;
    width: 80%;
    float: left; }
    .filters .form-fieldcontainer.quicksearch_container div.quicksearch input {
      margin-bottom: 0px; }
  .filters .form-fieldcontainer.quicksearch_container .quicksearchbutton {
    width: 20%;
    float: left; }
    .filters .form-fieldcontainer.quicksearch_container .quicksearchbutton input {
      width: 100%;
      height: 45px;
      line-height: 15px;
      background: #000;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      padding: 10px;
      border: 5px solid #000;
      border-left-width: 0px;
      transition: all 0.2s ease-in-out;
      margin-bottom: 0px; }
      .filters .form-fieldcontainer.quicksearch_container .quicksearchbutton input:hover {
        background: transparent;
        color: #000; }

.filter_info_container {
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0; }
  .filter_info_container.open {
    max-height: 300px;
    opacity: 1;
    background: #fff;
    padding: 15px;
    margin-top: -10px;
    margin-bottom: 20px; }
  .filter_info_container .filter_info {
    width: 100%;
    display: flex;
    flex-flow: nowrap; }
    .filter_info_container .filter_info .column {
      width: 20%; }

.filter_info_button {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
  right: 10px;
  top: 10px;
  text-align: center;
  cursor: pointer; }
  .filter_info_button:before {
    content: "\f129";
    display: inline-block;
    position: relative;
    font: normal normal normal 15px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in-out;
    color: #000;
    top: 3px; }
  .filter_info_button:hover {
    background: #000; }
    .filter_info_button:hover:before {
      color: #fff; }

body:not(.loggedin) .productsfound.layout_list.layout_compact .product_container .product_name_container {
  width: 320px; }

.more_filters {
  width: 100%;
  margin-bottom: 10px; }
  .more_filters .more_filters_button {
    transition: all 0.2s ease-in-out;
    position: relative;
    font-size: 11px;
    cursor: pointer;
    width: calc(20% - 5px);
    padding: 5px 10px; }
    .more_filters .more_filters_button:after {
      content: '';
      height: 100%;
      width: 100%;
      display: block;
      border: 1px solid #000;
      position: absolute;
      top: 0px;
      left: 0px;
      transition: all 0.2s ease-in-out; }
    .more_filters .more_filters_button:before {
      content: '';
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f107";
      position: absolute;
      font-size: 16px;
      margin-right: 12px;
      margin-left: 0px;
      transform: rotate(-90deg);
      transition: all 0.2s ease-in-out;
      z-index: 1;
      color: #000; }
    .more_filters .more_filters_button:hover:before {
      color: #fff; }
    .more_filters .more_filters_button:hover .more_text, .more_filters .more_filters_button:hover .less_text {
      color: #fff; }
      .more_filters .more_filters_button:hover .more_text:after, .more_filters .more_filters_button:hover .less_text:after {
        opacity: 1; }
    .more_filters .more_filters_button:hover:after {
      background: #000; }
    .more_filters .more_filters_button .more_text, .more_filters .more_filters_button .less_text {
      position: relative;
      padding-left: 20px;
      display: inline-block;
      z-index: 1;
      color: #000;
      /*            &:after{
                      content: '';
                      opacity: 0;
                      height: 1px;
                      background: #000;
                      position: absolute;
                      left: 30px;
                      top: 15px;
                      transition: all 0.2s ease-in-out;
                      width: calc(100% - 30px);
                  }*/ }
    .more_filters .more_filters_button .less_text {
      display: none; }
  .more_filters .initially_hidden_filters {
    max-height: 0px;
    margin-top: 0px;
    overflow: hidden;
    transition: all 0.5s linear;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .more_filters.open .more_filters_button:before {
    transform: rotate(-180deg);
    color: #fff; }
  .more_filters.open .more_filters_button:after {
    background: #000; }
  .more_filters.open .more_filters_button .more_text {
    display: none;
    color: #fff; }
  .more_filters.open .more_filters_button .less_text {
    display: inline-block;
    color: #fff; }
  .more_filters.open .initially_hidden_filters {
    margin-top: 10px;
    max-height: 500px;
    overflow: hidden; }

.type-newline {
  width: 100% !important; }

.filters .show_filters {
  background: #ebebeb;
  position: relative;
  padding: 0px 8px;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-bottom: 5%; }
  .filters .show_filters div {
    height: auto;
    line-height: inherit; }
  .filters .show_filters:hover {
    background: #7c7c7c;
    color: #fff; }
  .filters .show_filters:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    content: "\f105";
    margin-left: 8px;
    top: 6px;
    right: 15px;
    position: absolute;
    transition: transform 0.3s ease-in-out; }

.filters.open .show_filters:after {
  transform: rotate(90deg); }

.filters.column-top .alwaysfullwidth {
  width: 100%; }
  .filters.column-top .alwaysfullwidth .input-container {
    width: 100%;
    float: left; }

main .select2-container {
  overflow: hidden; }

.switchbutton {
  transition: all 0.2s ease-in-out;
  width: 35px;
  height: 35px;
  /*border-radius: 35px;*/
  background: #fff;
  border: 1px solid #dcdcdc;
  text-align: center;
  cursor: pointer; }
  .switchbutton:before {
    transition: all 0.2s ease-in-out;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    content: "";
    position: relative;
    pointer-events: none;
    color: #000;
    top: 9px; }
  .switchbutton.active-0:before {
    opacity: 0.5; }
  .switchbutton.active-0:hover:before {
    opacity: 1; }
  .switchbutton.active-1:before {
    opacity: 1; }
  .switchbutton.active-1:hover:before {
    opacity: 0.5; }

.switchhideprices:before {
  content: "\f153"; }

.switchsellprices:before {
  content: "\f2c0";
  top: 8px; }

.form-fieldcontainer.type-textswitch, .form-fieldcontainer.type-visualswitch {
  margin-bottom: 10px; }

/*@media screen and (min-width: $tabletMaxResolution) {*/
.filters.column-left .more_filters.open .initially_hidden_filters, .filters.column-right .more_filters.open .initially_hidden_filters {
  max-height: 1500px; }

.checkboxes-collapsed {
  /*.form-fieldcontainer.type-checkboxes, .form-fieldcontainer.type-radioboxes:not(.field-breedsets){*/ }
  .checkboxes-collapsed .form-fieldcontainer.type-checkboxes, .checkboxes-collapsed .form-fieldcontainer.type-radioboxes {
    border: 1px solid #ccc;
    max-height: 35px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    margin-bottom: 10px; }
    .checkboxes-collapsed .form-fieldcontainer.type-checkboxes.nospacebeforeafter, .checkboxes-collapsed .form-fieldcontainer.type-radioboxes.nospacebeforeafter {
      border-color: transparent;
      margin-bottom: 3px; }
    .checkboxes-collapsed .form-fieldcontainer.type-checkboxes .type-title, .checkboxes-collapsed .form-fieldcontainer.type-radioboxes .type-title {
      margin-left: -10px;
      width: calc(100% + 20px);
      padding-left: 10px;
      transition: all 0.2s ease-in-out;
      cursor: pointer;
      margin-bottom: 8px; }
      .checkboxes-collapsed .form-fieldcontainer.type-checkboxes .type-title:after, .checkboxes-collapsed .form-fieldcontainer.type-radioboxes .type-title:after {
        content: '';
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        content: "\f107";
        position: absolute;
        right: 10px;
        top: 8px;
        transition: all 0.3s ease-in-out; }
    .checkboxes-collapsed .form-fieldcontainer.type-checkboxes .checkbox-container, .checkboxes-collapsed .form-fieldcontainer.type-radioboxes .checkbox-container {
      padding: 0px 10px; }
    .checkboxes-collapsed .form-fieldcontainer.type-checkboxes .checkbox-container.menutoggleoption, .checkboxes-collapsed .form-fieldcontainer.type-radioboxes .checkbox-container.menutoggleoption {
      margin-bottom: 10px; }
    .checkboxes-collapsed .form-fieldcontainer.type-checkboxes .openfilter, .checkboxes-collapsed .form-fieldcontainer.type-radioboxes .openfilter {
      pointer-events: none;
      opacity: 0; }
    .checkboxes-collapsed .form-fieldcontainer.type-checkboxes.open, .checkboxes-collapsed .form-fieldcontainer.type-radioboxes.open {
      margin-bottom: 10px;
      max-height: 2000px; }
      .checkboxes-collapsed .form-fieldcontainer.type-checkboxes.open .type-title:after, .checkboxes-collapsed .form-fieldcontainer.type-radioboxes.open .type-title:after {
        transform: rotate(-180deg); }

/*}*/
@media screen and (max-width: 1023px) {
  .filters .form-fieldcontainer.type-range .range-bar {
    order: 1;
    margin-bottom: 10px; }

  .wccpointer {
    display: none; }

  .filter_toggle {
    display: flex; } }
.range-fields .splitter-container {
  width: 50px;
  position: relative; }
  .range-fields .splitter-container:before {
    position: absolute;
    content: "\f065";
    transform: rotate(45deg);
    display: block;
    width: 100%;
    margin-top: 9px;
    text-align: center; }

.range-bar {
  background: transparent;
  width: calc(100% - 16px);
  margin-left: 8px;
  margin-bottom: 10px; }
  .range-bar:before {
    border: 1px solid transparent;
    content: '';
    display: block;
    position: absolute;
    background: #efefef;
    height: 100%;
    width: calc(100% + 16px);
    left: -8px;
    top: 0px; }

.current-filters-list {
  display: flex;
  flex-direction: column; }

.current-filters-title {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700; }

.current-filters-selected {
  font-size: 13px;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column; }
  .current-filters-selected .current-filters-selected-filter {
    align-self: flex-start;
    position: relative; }
    .current-filters-selected .current-filters-selected-filter:before {
      content: '';
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      height: 1px;
      border-bottom: 1px solid #000;
      opacity: 0;
      transition: all .2s ease-in-out; }
  .current-filters-selected:after {
    position: absolute;
    right: 5px;
    content: "\f00d";
    transition: all .2s ease-in-out; }
  .current-filters-selected:hover .current-filters-selected-filter:before {
    opacity: 1; }
  .current-filters-selected:hover:after {
    color: #ff0000; }

.remove-all-filters {
  font-size: 11px;
  text-align: right;
  text-decoration: underline;
  cursor: pointer; }

.carselected .filters .form-fieldcontainer.field-miloadindex select {
  background: #fff687; }

.qweon-select2 {
  /*    li[aria-disabled="true"]{
          display: none;
      }*/ }
  .qweon-select2 span.notavailable {
    opacity: 0.3; }

.productcatalog select option[disabled="disabled"] {
  display: none; }

.shipmentdeviantprice {
  position: relative; }
  .shipmentdeviantprice h3 {
    margin-bottom: 10px;
    margin-top: 10px; }
  .shipmentdeviantprice .shipment .fa {
    margin-left: 0px; }
  .shipmentdeviantprice .shipmenttotalprice {
    text-align: right;
    padding-right: 102px;
    font-weight: 600;
    padding-top: 5px;
    margin-top: 5px; }
    .shipmentdeviantprice .shipmenttotalprice.open {
      border-top: 1px solid; }
  .shipmentdeviantprice table {
    width: 100%; }
    .shipmentdeviantprice table tr:first-of-type {
      font-weight: bold; }
    .shipmentdeviantprice table tr td {
      padding: 0px 5px; }
      .shipmentdeviantprice table tr td input[type="text"] {
        width: 50px;
        padding: 0px;
        text-align: center;
        transition: all .2s ease-in-out; }
        .shipmentdeviantprice table tr td input[type="text"]:hover, .shipmentdeviantprice table tr td input[type="text"]:focus {
          background: #fbfbfb; }
        .shipmentdeviantprice table tr td input[type="text"].warning {
          background: #ffbebe !important; }
      .shipmentdeviantprice table tr td:first-of-type {
        padding-left: 0px; }
      .shipmentdeviantprice table tr td:last-of-type {
        padding-right: 0px;
        display: flex;
        justify-content: flex-end; }

.shipmentdeviantprice_msg {
  position: absolute;
  right: 0px;
  top: 27px;
  padding-right: 15px; }
  .shipmentdeviantprice_msg:after {
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 4px; }

.techinfo_head {
  font-weight: bold; }

.productremark_container {
  width: 100%; }

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

.techinfo_tyresize {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px; }

.techinfo_tyresize_head {
  font-weight: bold;
  margin-right: 5px;
  width: 100%; }

.techinfo_tyresize_size {
  margin-right: 5px; }

.techinfo_tyreremark {
  max-height: 0px;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  transition: padding .2s ease-in-out, margin .2s ease-in-out, color .2s ease-in-out, background .2s ease-in-out; }
  .techinfo_tyreremark.open {
    max-height: none;
    padding: 10px;
    margin-top: 5px;
    background: #fff;
    color: #000;
    border: 1px solid #000; }
  .techinfo_tyreremark.popup_window .techinfo_tyreremark_content {
    padding: 20px; }
  .techinfo_tyreremark ul li {
    position: relative;
    text-indent: 0px;
    margin-bottom: 5px; }
    .techinfo_tyreremark ul li::before {
      position: absolute;
      left: -10px;
      display: none; }
    .techinfo_tyreremark ul li span {
      padding-left: 0px; }
    .techinfo_tyreremark ul li .tuv_key {
      padding-left: 0px;
      font-weight: bold;
      margin-right: 5px; }

.techinfo_tyreremark_button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  width: 22px;
  height: 21px;
  border: 1px solid #000;
  border-radius: 40px;
  transition: all .2s ease-in-out;
  cursor: pointer; }
  .techinfo_tyreremark_button:before {
    content: "\f0ad";
    font-size: 12px; }
  .techinfo_tyreremark_button:hover, .techinfo_tyreremark_button.open {
    background: transparent;
    color: #000; }

.tyrelabel_container {
  width: 100%; }

.info_buttons_dynamic {
  display: inline-block;
  width: 100%; }

.search_all .add_basket.loading:before, .product_single .add_basket.loading:before, .single_product .add_basket.loading:before {
  top: 12px; }
.search_all .add_basket.loading:after, .product_single .add_basket.loading:after, .single_product .add_basket.loading:after {
  display: none !important; }
.search_all .add_basket.loading span, .product_single .add_basket.loading span, .single_product .add_basket.loading span {
  display: none; }

.extratext_extension {
  width: 100%; }
  .extratext_extension tr {
    border-bottom: 1px solid; }
    .extratext_extension tr:last-of-type {
      border-bottom: 0px; }
    .extratext_extension tr td {
      padding: 4px; }

.extratext_bolts {
  width: 100%; }
  .extratext_bolts tr {
    border-bottom: 1px solid; }
    .extratext_bolts tr:last-of-type {
      border-bottom: 0px; }
    .extratext_bolts tr td {
      padding: 4px; }
      .extratext_bolts tr td:first-of-type {
        font-weight: 600; }

.productpage .products_menu {
  display: none; }
.productpage .type-cmsproducts .productdetails {
  max-width: 65%; }
.productpage .type-cmsproducts .single_product .single_product_container .productdetails {
  max-width: 65%; }
  .productpage .type-cmsproducts .single_product .single_product_container .productdetails .price_product .vat {
    float: none; }
.productpage .product_content > .pagenav {
  display: none; }

.shipment .fa {
  font-size: 1.4rem;
  margin-left: 5px;
  margin-top: 7px; }
.shipment [type=checkbox] + label, .shipment [type=radio] + label {
  font-size: 1rem; }

.productpage .single_product_container {
  display: flex; }
  .productpage .single_product_container h1 {
    margin-bottom: 0px; }
  .productpage .single_product_container .info_buttons_dynamic {
    width: auto; }
  .productpage .single_product_container .info_button_container.has_buttons {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px; }
  .productpage .single_product_container .switchprices_product {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 3px; }
    .productpage .single_product_container .switchprices_product .switchpricesbutton {
      padding: 5px 15px; }
  .productpage .single_product_container .extrapricedata {
    width: 100%;
    display: block;
    margin: 0px; }
  .productpage .single_product_container div.singleprice {
    width: 100%;
    display: inline-block;
    line-height: 1rem;
    position: relative;
    margin-bottom: -5px; }
  .productpage .single_product_container .extratext_naafkap {
    margin-bottom: 10px; }

div.shipmentdeviantprice_widetype {
  margin-top: -30px; }
  div.shipmentdeviantprice_widetype.shipmentdeviantprice_widetype_front .shipmenttotalprice {
    display: none !important; }

.single_product .single_product_container {
  display: flex;
  flex-flow: wrap;
  position: relative; }
  .single_product .single_product_container .filter_overlay {
    overflow: hidden; }
  .single_product .single_product_container h2 {
    font-size: 14px; }
  .single_product .single_product_container div.producttitle {
    width: 100%; }
  .single_product .single_product_container .productdetails {
    font-size: 1rem;
    max-width: 38%;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    color: #000; }
    .single_product .single_product_container .productdetails .add_basket.loading {
      top: -12px;
      position: relative; }
    .single_product .single_product_container .productdetails .product_singleprice {
      font-size: 1rem;
      margin-bottom: 4px;
      display: inline-block;
      width: 100%; }
    .single_product .single_product_container .productdetails .articlenumber {
      /*margin-bottom: 10px;*/
      /*margin-top: 1rem;*/
      float: left;
      width: 100%; }
    .single_product .single_product_container .productdetails .wide_type {
      color: #000;
      font-weight: 700; }
    .single_product .single_product_container .productdetails.has_product_wide .singleprice {
      display: none; }
    .single_product .single_product_container .productdetails.has_product_wide .price_product .singlegross, .single_product .single_product_container .productdetails.has_product_wide .price_product .singleprice, .single_product .single_product_container .productdetails.productdetailsrear .price_product .singlegross, .single_product .single_product_container .productdetails.productdetailsrear .price_product .singleprice {
      display: none; }
    .single_product .single_product_container .productdetails .total_setprice {
      float: left;
      clear: both;
      font-weight: 700;
      margin-bottom: 25px;
      width: 100%;
      padding-top: 25px;
      border-top: 1px solid #000; }
    .single_product .single_product_container .productdetails .singleprice_total {
      display: inline-block;
      width: 100%;
      font-weight: 700; }
    .single_product .single_product_container .productdetails .price_product {
      float: left;
      clear: both;
      width: 100%; }
      .single_product .single_product_container .productdetails .price_product .extracosts {
        display: inline-block;
        width: 100%; }
      .single_product .single_product_container .productdetails .price_product .vat {
        float: left; }
      .single_product .single_product_container .productdetails .price_product .singlegross {
        display: inline-block;
        width: 100%; }
        .single_product .single_product_container .productdetails .price_product .singlegross .singlegrossprice {
          float: left;
          width: auto;
          margin-right: 10px;
          font-size: inherit;
          margin-bottom: 0px;
          width: 100%; }
        .single_product .single_product_container .productdetails .price_product .singlegross .singlegrossdiscount {
          float: left;
          width: auto;
          color: #1c924e;
          font-size: inherit;
          font-weight: 700;
          margin-bottom: 10px;
          width: 100%; }
        .single_product .single_product_container .productdetails .price_product .singlegross .singleprice {
          display: inline-block; }
  .single_product .single_product_container .singleprice_exclvat {
    color: #000;
    font-size: inherit;
    margin-bottom: 5px; }
    .single_product .single_product_container .singleprice_exclvat span {
      float: left !important; }
  .single_product .single_product_container.has_product_wide .productdetails {
    max-width: 31.5%; }
  .single_product .single_product_container.has_product_wide .specification_container {
    width: 100%;
    display: none; }
  .single_product .single_product_container .add_relatedproduct:after {
    content: "\f107" !important;
    display: inline-block;
    position: relative;
    top: 1px;
    font: normal normal normal 21px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px; }
  .single_product .single_product_container .storage_info {
    float: left;
    width: 100%;
    justify-content: flex-start; }
    .single_product .single_product_container .storage_info .deliveryspeed {
      order: -1;
      margin-bottom: 0px;
      margin-top: 0px; }
    .single_product .single_product_container .storage_info .deliverydate_container {
      display: flex;
      align-items: center;
      width: calc(100% - 54px);
      flex-wrap: wrap;
      /*            .deliverydate_content{
                      margin-top: 3px;
                  }*/ }
      .single_product .single_product_container .storage_info .deliverydate_container .deliverydate {
        margin-top: 0px; }
    .single_product .single_product_container .storage_info .stockamount {
      padding-left: 0px; }
  .single_product .single_product_container .orderbutton .add_basket {
    margin-left: 0px; }
  .single_product .single_product_container .orderbutton.multiplebuttons {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    text-align: center; }
    .single_product .single_product_container .orderbutton.multiplebuttons .add_relatedproduct {
      margin-left: 0px; }
  .single_product .single_product_container div.bigimage, .single_product .single_product_container div.product_image {
    position: relative;
    margin-top: 7px;
    width: 37%;
    text-align: left; }
  .single_product .single_product_container div.bigimage .producticons, .single_product .single_product_container div.product_image .producticons, .single_product .single_product_container div.product_images .producticons {
    padding-top: 0px; }
  .single_product .single_product_container div.bigimage .product_tyreicons, .single_product .single_product_container div.product_image .product_tyreicons, .single_product .single_product_container div.product_images .product_tyreicons {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20; }
    .single_product .single_product_container div.bigimage .product_tyreicons .tyre_icons, .single_product .single_product_container div.product_image .product_tyreicons .tyre_icons, .single_product .single_product_container div.product_images .product_tyreicons .tyre_icons {
      width: 50px; }
      .single_product .single_product_container div.bigimage .product_tyreicons .tyre_icons img, .single_product .single_product_container div.product_image .product_tyreicons .tyre_icons img, .single_product .single_product_container div.product_images .product_tyreicons .tyre_icons img {
        margin-bottom: 4px; }
    .single_product .single_product_container div.bigimage .product_tyreicons .type .seasonimg, .single_product .single_product_container div.product_image .product_tyreicons .type .seasonimg, .single_product .single_product_container div.product_images .product_tyreicons .type .seasonimg {
      width: 26px;
      float: right; }
      .single_product .single_product_container div.bigimage .product_tyreicons .type .seasonimg img, .single_product .single_product_container div.product_image .product_tyreicons .type .seasonimg img, .single_product .single_product_container div.product_images .product_tyreicons .type .seasonimg img {
        margin-bottom: 0px; }
  .single_product .single_product_container div.product_image {
    width: 100%; }

div.product_images .product_tyreicons {
  right: 0px; }

#webshop_content.productpage .relatedproducts .cat_filter_icon {
  display: none; }
#webshop_content.productpage .relatedproducts .show_filters_relatedproducts {
  display: none;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  padding: 5px;
  font-weight: 700;
  text-transform: uppercase; }
  #webshop_content.productpage .relatedproducts .show_filters_relatedproducts:hover {
    background: transparent;
    color: #000; }
#webshop_content.productpage .relatedproducts .storage_info {
  float: right; }
  #webshop_content.productpage .relatedproducts .storage_info .deliverydate {
    text-align: right;
    width: 100%; }
  #webshop_content.productpage .relatedproducts .storage_info .stockamount {
    width: 47%;
    padding-left: 0px; }
#webshop_content.productpage .relatedproducts .product_price {
  width: 47%;
  padding-left: 0px; }
#webshop_content.productpage .relatedproducts .relatedproducts_column_left {
  width: 28%;
  display: block;
  padding-top: 1px;
  padding-bottom: 7px;
  margin-top: 60px;
  padding: 0px; }
  #webshop_content.productpage .relatedproducts .relatedproducts_column_left .catfilter_name {
    text-align: left; }
#webshop_content.productpage .relatedproducts .common_filter input, #webshop_content.productpage .relatedproducts .common_filter select, #webshop_content.productpage .relatedproducts .sort_option input, #webshop_content.productpage .relatedproducts .sort_option select {
  transition: all 0.2s ease-in-out;
  width: 100%;
  background: #ededed; }
  #webshop_content.productpage .relatedproducts .common_filter input:hover, #webshop_content.productpage .relatedproducts .common_filter select:hover, #webshop_content.productpage .relatedproducts .sort_option input:hover, #webshop_content.productpage .relatedproducts .sort_option select:hover {
    background: #f7f7f7; }
#webshop_content.productpage .relatedproducts .submit_applytyretowheel {
  width: 90%;
  margin-left: 0px;
  background: #000;
  padding: 10px 20px;
  transition: all 0.2s ease-in-out;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans", sans-serif; }
#webshop_content.productpage .relatedproducts .orderbutton .add_basket {
  display: inherit; }
#webshop_content.productpage .relatedproducts .setprice {
  width: 100%; }
  #webshop_content.productpage .relatedproducts .setprice .orderbutton {
    float: right; }
#webshop_content.productpage .relatedproducts .relatedproducts_filters .common_filter, #webshop_content.productpage .relatedproducts .relatedproducts_filters .sort_option, #webshop_content.productpage .relatedproducts .relatedproducts_filters .submit_applytyretowheel {
  float: left;
  width: 100%;
  margin: 0px;
  margin-top: 10px; }
#webshop_content.productpage .relatedproducts .relatedproducts_filters .cat_filter {
  float: left;
  width: 100%;
  position: relative; }
  #webshop_content.productpage .relatedproducts .relatedproducts_filters .cat_filter .cat_filteroptions {
    float: left;
    width: 100%; }
  #webshop_content.productpage .relatedproducts .relatedproducts_filters .cat_filter .catfilter_name {
    float: left;
    margin-top: 10px;
    margin-bottom: 5px; }

.product_single .setprice {
  float: left; }

div.productdetails {
  flex-grow: 1;
  font-size: 15px;
  padding: 14px;
  padding-right: 20px; }
  div.productdetails.productdetailsrear .orderbutton a {
    width: 100%;
    text-align: center;
    margin-left: 0px; }

.specification_container {
  width: 25%;
  padding-top: 14px; }
  .specification_container .specification {
    display: flex;
    flex-flow: wrap; }
    .specification_container .specification .spec_part {
      width: calc(50% - 4px);
      padding: 10px 15px;
      flex-grow: 1;
      background: #f0f0f0f0;
      margin: 2px;
      cursor: default; }
      .specification_container .specification .spec_part.fullwidth {
        width: 100%; }
      .specification_container .specification .spec_part .title {
        font-weight: 600; }
      .specification_container .specification .spec_part .value {
        font-weight: 300;
        word-break: break-word; }

.product_images {
  position: relative;
  margin-top: 7px;
  max-width: 31%;
  width: 100%;
  margin-bottom: 70px; }
  .product_images #product_image {
    text-align: center;
    padding: 0px;
    width: 100%; }
    .product_images #product_image img {
      height: auto;
      width: 100%;
      vertical-align: middle; }
  .product_images .product_imagelist {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .product_images .product_imagelist .product_image_small_image, .product_images .product_imagelist .product_image_large_image {
      margin-right: 10px;
      margin-top: 10px;
      text-align: center; }
      .product_images .product_imagelist .product_image_small_image a, .product_images .product_imagelist .product_image_large_image a {
        display: inline-block;
        position: relative;
        z-index: 20;
        overflow: hidden; }
        .product_images .product_imagelist .product_image_small_image a:after, .product_images .product_imagelist .product_image_large_image a:after {
          content: '';
          display: block;
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          background: #000;
          transition: all 0.2s ease-in-out;
          opacity: 0;
          z-index: 10; }
        .product_images .product_imagelist .product_image_small_image a:before, .product_images .product_imagelist .product_image_large_image a:before {
          content: "\f00e";
          display: inline-block;
          position: absolute;
          z-index: 20;
          font: normal normal normal 21px/1 FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #fff;
          width: 100%;
          left: 0px;
          text-align: center;
          margin-top: -10px;
          top: 50%;
          opacity: 0;
          transform: scale(2);
          transition: all 0.2s ease-in-out; }
        .product_images .product_imagelist .product_image_small_image a:hover:after, .product_images .product_imagelist .product_image_large_image a:hover:after {
          opacity: 0.5; }
        .product_images .product_imagelist .product_image_small_image a:hover:before, .product_images .product_imagelist .product_image_large_image a:hover:before {
          opacity: 1;
          transform: scale(1); }
        .product_images .product_imagelist .product_image_small_image a img, .product_images .product_imagelist .product_image_large_image a img {
          position: relative;
          vertical-align: middle;
          width: 70px;
          height: auto;
          z-index: 10; }
    .product_images .product_imagelist .product_image_large_image {
      width: 100%;
      margin: 0px;
      text-align: left; }
      .product_images .product_imagelist .product_image_large_image a img {
        width: 100%; }
  .product_images .product_imagelist_gallery {
    background: #f4f4f4;
    padding: 15px;
    width: calc(100% - 10px);
    padding-top: 10px; }
    .product_images .product_imagelist_gallery .title {
      font-size: 16px;
      margin-bottom: 5px; }
  .product_images .product_imagelist_gallery_images {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-height: 108px;
    overflow: hidden; }
    .product_images .product_imagelist_gallery_images figure {
      max-width: 32%;
      margin-right: 1%;
      margin-bottom: 1%; }
      .product_images .product_imagelist_gallery_images figure figcaption {
        display: none; }
    .product_images .product_imagelist_gallery_images a {
      display: block;
      position: relative;
      z-index: 20;
      overflow: hidden; }
      .product_images .product_imagelist_gallery_images a img {
        max-width: 100%;
        vertical-align: middle; }
      .product_images .product_imagelist_gallery_images a:after {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        transition: all 0.2s ease-in-out;
        opacity: 0;
        z-index: 10; }
      .product_images .product_imagelist_gallery_images a:before {
        content: "\f00e";
        display: inline-block;
        position: absolute;
        z-index: 20;
        font: normal normal normal 21px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        width: 100%;
        left: 0px;
        text-align: center;
        margin-top: -10px;
        top: 50%;
        opacity: 0;
        transform: scale(2);
        transition: all 0.2s ease-in-out; }
      .product_images .product_imagelist_gallery_images a:hover:after {
        opacity: 0.5; }
      .product_images .product_imagelist_gallery_images a:hover:before {
        opacity: 1;
        transform: scale(1); }
  .product_images .imagelist {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .product_images .imagelist .product_image_small {
      margin-right: 10px;
      margin-top: 10px;
      text-align: center; }
      .product_images .imagelist .product_image_small a {
        display: inline-block;
        position: relative;
        z-index: 20;
        overflow: hidden; }
        .product_images .imagelist .product_image_small a:after {
          content: '';
          display: block;
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          background: #000;
          transition: all 0.2s ease-in-out;
          opacity: 0;
          z-index: 10; }
        .product_images .imagelist .product_image_small a:before {
          content: "\f00e";
          display: inline-block;
          position: absolute;
          z-index: 20;
          font: normal normal normal 21px/1 FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #fff;
          width: 100%;
          left: 0px;
          text-align: center;
          margin-top: -10px;
          top: 50%;
          opacity: 0;
          transform: scale(2);
          transition: all 0.2s ease-in-out; }
        .product_images .imagelist .product_image_small a:hover:after {
          opacity: 0.5; }
        .product_images .imagelist .product_image_small a:hover:before {
          opacity: 1;
          transform: scale(1); }
        .product_images .imagelist .product_image_small a img {
          position: relative;
          vertical-align: middle;
          width: 70px;
          height: auto;
          z-index: 10; }

.product_images .product_imagelist figure:first-of-type {
  max-width: calc(100% - 40px); }

.searchresults.webshopcat_cmsproducts .stockamount {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .searchresults.webshopcat_cmsproducts .stockamount div.stock_words {
    width: auto;
    margin-top: 0px; }

.productpage.webshopcat_cmsproducts .price_product .pricevalue {
  float: left; }

.productsfamily_title {
  position: relative;
  color: #000;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-top: 0rem;
  width: 100%;
  text-align: left;
  z-index: 10; }

div.productfamily {
  position: relative;
  padding: 0px 10px;
  border: 0px;
  min-height: unset;
  z-index: 10;
  text-align: left;
  position: absolute;
  width: calc(100% + 20px);
  margin-left: -10px;
  background: #f1f1f1; }
  div.productfamily .productfamilyinch {
    display: none;
    margin-bottom: 10px;
    opacity: 0;
    overflow: hidden; }
    div.productfamily .productfamilyinch table {
      position: relative;
      z-index: 20; }
    div.productfamily .productfamilyinch table.productfamily tr {
      border: 1px solid #b6b6b6; }
    div.productfamily .productfamilyinch.active {
      display: block;
      opacity: 1; }
    div.productfamily .productfamilyinch .productfamilywide_link {
      position: relative;
      padding-left: 2px;
      z-index: 20; }
      div.productfamily .productfamilyinch .productfamilywide_link .productsfamily_title {
        margin-top: 1.5rem;
        margin-bottom: 0.5rem; }
      div.productfamily .productfamilyinch .productfamilywide_link .productfamilywide_links {
        display: flex;
        flex-direction: column;
        margin-bottom: 5px; }
        div.productfamily .productfamilyinch .productfamilywide_link .productfamilywide_links a {
          width: 100%;
          background: transparent;
          color: #2b2b2b;
          text-align: left;
          display: flex;
          flex-direction: column;
          padding: 5px 10px;
          border: 1px solid #b6b6b6;
          transition: all 0.2s ease-in-out;
          position: relative; }
          div.productfamily .productfamilyinch .productfamilywide_link .productfamilywide_links a:last-of-type {
            border-top: 0px; }
          div.productfamily .productfamilyinch .productfamilywide_link .productfamilywide_links a:first-of-type {
            border-top: 1px solid #b6b6b6; }
          div.productfamily .productfamilyinch .productfamilywide_link .productfamilywide_links a:hover, div.productfamily .productfamilyinch .productfamilywide_link .productfamilywide_links a.active {
            background: #000;
            color: #fff; }
          div.productfamily .productfamilyinch .productfamilywide_link .productfamilywide_links a.active::after {
            display: none; }
          div.productfamily .productfamilyinch .productfamilywide_link .productfamilywide_links a::after {
            content: "\f105";
            display: block;
            position: absolute;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            right: 10px;
            top: 50%;
            margin-top: -9px; }

.productfamily_container {
  position: absolute;
  width: 530px;
  z-index: 100;
  pointer-events: none; }
  .productfamily_container:before {
    content: '';
    width: calc(100% + 20px);
    position: absolute;
    left: -10px;
    height: calc(100% + 20px);
    top: -10px;
    background: #f1f1f1;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s ease-in-out; }
  .productfamily_container div.productfamily {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    border-color: transparent;
    max-height: 0px; }
  .productfamily_container.open {
    pointer-events: auto; }
    .productfamily_container.open:before {
      opacity: 1; }
    .productfamily_container.open div.productfamily {
      opacity: 1;
      border-color: #000;
      max-height: 500px; }

.inch_selection {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  z-index: 10; }
  .inch_selection .inch_family {
    padding: 5px 10px;
    border: 1px solid #000;
    transition: all 0.2s ease-in-out;
    margin-right: 5px;
    cursor: pointer;
    pointer-events: auto; }
    .inch_selection .inch_family.active, .inch_selection .inch_family:hover {
      background: #000;
      color: #fff; }

table.productfamily tr {
  border-bottom: 1px solid #b6b6b6;
  height: auto; }
  table.productfamily tr:last-of-type {
    border-bottom: 0px; }
  table.productfamily tr td {
    padding: 6px; }
    table.productfamily tr td .price_visible {
      font-weight: 600; }
    table.productfamily tr td:last-of-type {
      padding-right: 20px;
      position: relative; }
      table.productfamily tr td:last-of-type::after {
        content: "\f105";
        display: block;
        position: absolute;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        right: 10px;
        top: 50%;
        margin-top: -6px; }
  table.productfamily tr.checkedrow td:last-of-type::after {
    display: none; }

.singleprice_exclvat {
  display: none; }

body.loggedin .singleprice_exclvat {
  display: block; }

.products_description img {
  max-width: 100%;
  height: auto; }

.has_product_family .single_product_container .bigimage {
  padding-bottom: 70px; }

.productrating_comp {
  height: 20px;
  width: 100%; }

.webshopcat_cmsproducts .single_product.designproductpage .product_left_container {
  max-width: 46%;
  margin-right: 4%; }
.webshopcat_cmsproducts .single_product.designproductpage .productdetails {
  width: 50%; }

/* New productpage changes */
.single_product.designproductpage .product_usp p {
  margin-bottom: 1rem; }
.single_product.designproductpage .product_usp a {
  text-decoration: underline;
  transition: all .2s ease-in-out; }
.single_product.designproductpage .productfamily_container {
  width: 100%; }
  .single_product.designproductpage .productfamily_container:before {
    width: calc(530px + 20px);
    max-width: calc(100% + 20px); }
  .single_product.designproductpage .productfamily_container div.productfamily {
    width: 550px;
    max-width: calc(100% + 20px); }
  .single_product.designproductpage .productfamily_container .productsfamily_title {
    width: calc(100% - 20px); }
.single_product.designproductpage .product_images .product_imagelist .product_image_small_image a, .single_product.designproductpage .product_images .product_imagelist .product_image_large_image a {
  display: block; }

.single_product.designproductpage .single_product_title_container .single_product_button.backbutton {
  padding-left: 20px; }
  .single_product.designproductpage .single_product_title_container .single_product_button.backbutton:before {
    content: "\f104";
    font-size: 16px;
    position: absolute;
    left: 2px;
    top: 8px; }

.product_left_container {
  max-width: 34%;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px; }

.product_price_info {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px; }
  .product_price_info div.singlegrossprice {
    float: none;
    margin: 0px;
    font-size: 15px;
    font-weight: normal; }
  .product_price_info div.singlegrossdiscount {
    float: none;
    margin: 0px;
    font-size: 15px;
    font-weight: normal;
    color: #1c924e; }
  .product_price_info .singleprice .setprice {
    font-weight: 700; }

.single_product.designproductpage-1 .product_images {
  max-width: 100%; }
.single_product.designproductpage-1 .breadcrumb {
  display: flex; }
.single_product.designproductpage-1 .single_product_container .productdetails {
  max-width: 41%; }

.single_product.designproductpage_old .breadcrumb {
  display: flex; }
.single_product.designproductpage_old .productsfamily_title {
  max-width: 330px; }

/* Productpage Design 2 and 3*/
.single_product.designproductpage-2 .productsfamily_title,
.single_product.designproductpage-3 .productsfamily_title {
  font-size: 15px; }
.single_product.designproductpage-2 .orderbutton .add_basket,
.single_product.designproductpage-3 .orderbutton .add_basket {
  font-size: 15px; }
.single_product.designproductpage-2 .productdetails, .single_product.designproductpage-2 .productinfo_container, .single_product.designproductpage-2 .product_left_container,
.single_product.designproductpage-3 .productdetails,
.single_product.designproductpage-3 .productinfo_container,
.single_product.designproductpage-3 .product_left_container {
  font-size: 15px; }
.single_product.designproductpage-2 .single_product_container .stockamount,
.single_product.designproductpage-3 .single_product_container .stockamount {
  height: auto;
  line-height: inherit;
  margin-top: 10px;
  font-size: 15px; }
.single_product.designproductpage-2 .product_images,
.single_product.designproductpage-3 .product_images {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  margin-top: 0px; }
  .single_product.designproductpage-2 .product_images.has_product_family,
  .single_product.designproductpage-3 .product_images.has_product_family {
    margin-bottom: 100px; }
.single_product.designproductpage-2 .product_images .product_imagelist figure:first-of-type,
.single_product.designproductpage-3 .product_images .product_imagelist figure:first-of-type {
  max-width: 100%; }
.single_product.designproductpage-2 .product_image_large_image,
.single_product.designproductpage-3 .product_image_large_image {
  position: relative; }
  .single_product.designproductpage-2 .product_image_large_image:after,
  .single_product.designproductpage-3 .product_image_large_image:after {
    content: "\f00e";
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    z-index: 20;
    pointer-events: none;
    color: #000;
    font-size: 20px; }
.single_product.designproductpage-2 .productdetails .add_relatedproduct,
.single_product.designproductpage-3 .productdetails .add_relatedproduct {
  text-decoration: underline;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all .2s ease-in-out; }
  .single_product.designproductpage-2 .productdetails .add_relatedproduct:after,
  .single_product.designproductpage-3 .productdetails .add_relatedproduct:after {
    content: "\f105" !important;
    font-size: 16px; }
.single_product.designproductpage-2 div.productdescription,
.single_product.designproductpage-3 div.productdescription {
  min-height: auto;
  margin-bottom: 5px; }
.single_product.designproductpage-2 div.producttitle,
.single_product.designproductpage-3 div.producttitle {
  min-height: 0px; }
.single_product.designproductpage-2 .brandlogo_container,
.single_product.designproductpage-3 .brandlogo_container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px; }
.single_product.designproductpage-2 .brandlogo,
.single_product.designproductpage-3 .brandlogo {
  display: inherit;
  width: 50%;
  height: auto; }
.single_product.designproductpage-2.has_product_wide .single_product_container div.productdetails.productdetailsrear,
.single_product.designproductpage-3.has_product_wide .single_product_container div.productdetails.productdetailsrear {
  width: 100%;
  max-width: 100%; }
.single_product.designproductpage-2.has_product_wide .single_product_container div.productdetails.productdetailsfront,
.single_product.designproductpage-3.has_product_wide .single_product_container div.productdetails.productdetailsfront {
  width: 100%;
  max-width: 100%; }
.single_product.designproductpage-2 .single_product_container .orderbutton .add_basket,
.single_product.designproductpage-3 .single_product_container .orderbutton .add_basket {
  margin-top: 0px; }
.single_product.designproductpage-2 .single_product_container .productdetails,
.single_product.designproductpage-3 .single_product_container .productdetails {
  max-width: 34%;
  padding-top: 0px;
  padding-left: 2%;
  padding-right: 2%; }
  .single_product.designproductpage-2 .single_product_container .productdetails .price_product .singlegross .singlegrossdiscount,
  .single_product.designproductpage-3 .single_product_container .productdetails .price_product .singlegross .singlegrossdiscount {
    margin-bottom: 0px; }
  .single_product.designproductpage-2 .single_product_container .productdetails .setprice_amount,
  .single_product.designproductpage-3 .single_product_container .productdetails .setprice_amount {
    font-weight: normal; }
    .single_product.designproductpage-2 .single_product_container .productdetails .setprice_amount b,
    .single_product.designproductpage-3 .single_product_container .productdetails .setprice_amount b {
      font-weight: normal; }
  .single_product.designproductpage-2 .single_product_container .productdetails .singleprice,
  .single_product.designproductpage-3 .single_product_container .productdetails .singleprice {
    display: none; }
    .single_product.designproductpage-2 .single_product_container .productdetails .singleprice .setprice,
    .single_product.designproductpage-3 .single_product_container .productdetails .singleprice .setprice {
      display: none; }
    .single_product.designproductpage-2 .single_product_container .productdetails .singleprice .vat,
    .single_product.designproductpage-3 .single_product_container .productdetails .singleprice .vat {
      display: none; }
  .single_product.designproductpage-2 .single_product_container .productdetails .total_setprice,
  .single_product.designproductpage-3 .single_product_container .productdetails .total_setprice {
    font-weight: normal;
    border-top: 0px;
    padding-top: 0px;
    margin-bottom: 10px; }
    .single_product.designproductpage-2 .single_product_container .productdetails .total_setprice .setprice_amount,
    .single_product.designproductpage-3 .single_product_container .productdetails .total_setprice .setprice_amount {
      font-weight: bold;
      font-size: 1.5rem; }
    .single_product.designproductpage-2 .single_product_container .productdetails .total_setprice .setprice_text, .single_product.designproductpage-2 .single_product_container .productdetails .total_setprice .setprice_vat,
    .single_product.designproductpage-3 .single_product_container .productdetails .total_setprice .setprice_text,
    .single_product.designproductpage-3 .single_product_container .productdetails .total_setprice .setprice_vat {
      font-weight: normal; }
  .single_product.designproductpage-2 .single_product_container .productdetails .product_singleprice,
  .single_product.designproductpage-3 .single_product_container .productdetails .product_singleprice {
    margin-bottom: 0px; }
.single_product.designproductpage-2 .single_product_container.has_product_wide .productdetailsrear,
.single_product.designproductpage-3 .single_product_container.has_product_wide .productdetailsrear {
  max-width: 100%;
  padding: 0px; }
.single_product.designproductpage-2 .specification_container,
.single_product.designproductpage-3 .specification_container {
  width: 100%;
  display: none; }
.single_product.designproductpage-2 .productinfo_container,
.single_product.designproductpage-3 .productinfo_container {
  width: 32%; }
.single_product.designproductpage-2 .single_product_topbuttons_container,
.single_product.designproductpage-3 .single_product_topbuttons_container {
  display: flex;
  justify-content: flex-start;
  width: 100%; }
.single_product.designproductpage-2 .single_product_topbuttons,
.single_product.designproductpage-3 .single_product_topbuttons {
  width: 100%;
  display: flex;
  justify-content: flex-start; }
.single_product.designproductpage-2 .single_product .breadcrumb .shoplink,
.single_product.designproductpage-3 .single_product .breadcrumb .shoplink {
  border: 0px;
  padding: 5px 10px;
  color: #000;
  font-size: 15px; }
  .single_product.designproductpage-2 .single_product .breadcrumb .shoplink:hover,
  .single_product.designproductpage-3 .single_product .breadcrumb .shoplink:hover {
    background: transparent;
    color: #000; }
.single_product.designproductpage-2 .single_product_title_container .single_product_button,
.single_product.designproductpage-3 .single_product_title_container .single_product_button {
  padding: 5px 10px;
  font-size: 15px;
  position: relative;
  cursor: pointer; }
  .single_product.designproductpage-2 .single_product_title_container .single_product_button:after,
  .single_product.designproductpage-3 .single_product_title_container .single_product_button:after {
    content: '';
    display: block;
    width: 0%;
    border-bottom: 1px solid #000;
    opacity: 0;
    transition: all .2s ease-in-out; }
  .single_product.designproductpage-2 .single_product_title_container .single_product_button:hover:after,
  .single_product.designproductpage-3 .single_product_title_container .single_product_button:hover:after {
    width: 100%;
    opacity: 1; }
.single_product.designproductpage-2 .single_product_title_container,
.single_product.designproductpage-3 .single_product_title_container {
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  flex-wrap: wrap; }
  .single_product.designproductpage-2 .single_product_title_container .single_product_title,
  .single_product.designproductpage-3 .single_product_title_container .single_product_title {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .single_product.designproductpage-2 .single_product_title_container .single_product_title h1,
    .single_product.designproductpage-3 .single_product_title_container .single_product_title h1 {
      margin: 0px;
      margin-bottom: 0px;
      font-size: 32px;
      line-height: 42px; }
    .single_product.designproductpage-2 .single_product_title_container .single_product_title h2,
    .single_product.designproductpage-3 .single_product_title_container .single_product_title h2 {
      margin-top: 0px;
      margin-bottom: 0px;
      font-size: 32px;
      line-height: 42px;
      margin-left: 10px;
      font-weight: 500; }
.single_product.designproductpage-2 .info_button_container.has_buttons,
.single_product.designproductpage-3 .info_button_container.has_buttons {
  min-height: auto;
  margin-bottom: 0px; }
.single_product.designproductpage-2 .breadcrumb,
.single_product.designproductpage-3 .breadcrumb {
  width: auto !important;
  white-space: nowrap;
  margin: 0px !important;
  margin-right: 20px !important; }
  .single_product.designproductpage-2 .breadcrumb .shoplink,
  .single_product.designproductpage-3 .breadcrumb .shoplink {
    display: block; }

.single_product.designproductpage-2 .product_left_container {
  max-width: 33%;
  margin-right: 2%; }
.single_product.designproductpage-2 .single_product_container .productdetails {
  padding-right: 2%;
  max-width: 33%; }

.webshopcat_cmsproducts .single_product.designproductpage-2 .stockamount {
  justify-content: flex-start; }

.product_spec_container_openbutton {
  cursor: pointer;
  transition: all .2s ease-in-out;
  display: inline-block;
  margin-bottom: 20px;
  position: relative; }
  .product_spec_container_openbutton:before {
    content: '';
    display: block;
    border-bottom: 1px solid #000;
    position: absolute;
    bottom: -3px;
    width: 0%;
    transition: opacity .2s ease-in-out, width .2s ease-in-out; }
  .product_spec_container_openbutton:hover:before {
    width: calc(100% - 18px);
    opacity: 1; }
  .product_spec_container_openbutton:after {
    content: "\f105";
    margin-left: 10px;
    font-size: 12px;
    transition: transform .5s ease-in-out;
    transform: rotate(0deg); }

.product_spec_container {
  width: 48%; }
  .product_spec_container .specification {
    max-height: 0px;
    overflow: hidden;
    transition: all 1.5s ease-in-out; }
  .product_spec_container.open .specification {
    max-height: 500px; }
  .product_spec_container.open .product_spec_container_openbutton:after {
    transform: rotate(90deg); }

.producttype_async .wide_type_text {
  font-weight: 600;
  margin-right: 5px; }
.producttype_async .productdescription_part {
  margin-top: 10px; }

.designproductpage.single_product_async.has_product_wide .single_product_container .product_front .storage_info_async {
  display: block; }

.designproductpage.single_product_async .single_product_container .product_front .storage_info_async {
  padding: 0px; }
  .designproductpage.single_product_async .single_product_container .product_front .storage_info_async .product_price_async {
    align-items: flex-end; }

.producttype_async {
  width: 100%; }

.single_product.designproductpage-3 {
  /*    .single_product_container.has_product_wide .productdetailsrear{
          padding-bottom: 2%;
      }*/ }
  .single_product.designproductpage-3.has_product_wide .single_product_title .productdescription {
    flex-direction: column; }
  .single_product.designproductpage-3 .additional_products {
    margin-top: 30px; }
  .single_product.designproductpage-3 .productdetails .product_legend, .single_product.designproductpage-3 .productdetails .product_type {
    justify-content: space-between; }
  .single_product.designproductpage-3 .product_block_container .productdescription {
    width: 100%; }
  .single_product.designproductpage-3 .product_image_gallery_small {
    position: relative; }
    .single_product.designproductpage-3 .product_image_gallery_small figcaption {
      display: none; }
    .single_product.designproductpage-3 .product_image_gallery_small:before {
      content: '';
      display: block;
      background: #000;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      cursor: pointer;
      transition: all .2s ease-in-out;
      opacity: 0; }
    .single_product.designproductpage-3 .product_image_gallery_small:after {
      content: "\f00e";
      width: 100%;
      position: absolute;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 0px;
      color: #fff;
      cursor: pointer;
      opacity: 0;
      transition: all .2s ease-in-out;
      transform: scale(1.5); }
    .single_product.designproductpage-3 .product_image_gallery_small:hover:before {
      opacity: 0.5; }
    .single_product.designproductpage-3 .product_image_gallery_small:hover:after {
      opacity: 1;
      transform: scale(1); }
  .single_product.designproductpage-3 .product_spec_container .specification .spec_part {
    width: calc(50% - 2px);
    display: block; }
  .single_product.designproductpage-3 .single_product_container .orderbutton .add_relatedproduct:after {
    color: inherit;
    top: 1px; }
  .single_product.designproductpage-3 .single_product_container .extraremark_product {
    margin-bottom: 10px; }
  .single_product.designproductpage-3 .product_block .specification {
    width: 100%; }
  .single_product.designproductpage-3 .product_block .productspec_title {
    margin-bottom: 10px; }
  .single_product.designproductpage-3 .single_product_title .productdescription {
    /*flex-direction: column;*/
    display: flex; }
    .single_product.designproductpage-3 .single_product_title .productdescription .wide_type_text {
      font-weight: 700;
      margin-right: 5px; }
  .single_product.designproductpage-3 .single_product_title .productdescription_part {
    margin-right: 10px; }
  .single_product.designproductpage-3 .info_button_container.has_buttons {
    min-height: auto;
    margin-bottom: 10px; }
  .single_product.designproductpage-3 .single_product_container .productdetails.productdetailsrear .price_product .singlegross {
    display: inline-block; }
  .single_product.designproductpage-3 .single_product_container .product_singleprice {
    font-size: 15px; }
    .single_product.designproductpage-3 .single_product_container .product_singleprice span:first-of-type {
      font-weight: 700; }
  .single_product.designproductpage-3 .productdetails div.singlegrossprice {
    font-weight: normal !important; }
  .single_product.designproductpage-3 .productdetails div.singlegrossdiscount {
    font-weight: normal !important; }
  .single_product.designproductpage-3 .single_product_container .orderbutton .add_relatedproduct:after {
    color: inherit;
    top: 1px; }
  .single_product.designproductpage-3 .productdetails.has_product_wide .storage_info .stockamount {
    display: none; }
  .single_product.designproductpage-3 .product_usp2 .row {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    margin: 0px;
    margin-bottom: 5px; }
    .single_product.designproductpage-3 .product_usp2 .row .col-md-2 {
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 28px; }
    .single_product.designproductpage-3 .product_usp2 .row .col-md-10 {
      padding: 10px 20px; }
    .single_product.designproductpage-3 .product_usp2 .row p {
      margin-bottom: 0px; }
  .single_product.designproductpage-3 .single_product_container .storage_info {
    margin-bottom: 0px;
    margin-top: 0px; }
  .single_product.designproductpage-3 .single_product_container .product_spec_container .storage_info {
    margin-bottom: 10px;
    margin-top: 0px; }

.product_spec_front {
  margin-right: 4%; }

.product_button_bar {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 15px;
  width: 100%; }
  .product_button_bar .product_button_pagelink, .product_button_bar a.product_button_pagelink {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    transition: all .2s ease-in-out; }
    .product_button_bar .product_button_pagelink:before, .product_button_bar a.product_button_pagelink:before {
      content: '';
      width: 0%;
      position: absolute;
      bottom: -3px;
      border-bottom: 1px solid #000;
      opacity: 0;
      transition: width .2s ease-in-out, opacity .2s ease-in-out; }
    .product_button_bar .product_button_pagelink:after, .product_button_bar a.product_button_pagelink:after {
      content: "\f105";
      position: absolute;
      right: 15px;
      top: 15px;
      display: none; }
    .product_button_bar .product_button_pagelink:hover:before, .product_button_bar a.product_button_pagelink:hover:before {
      width: 100%;
      opacity: 1; }

.product_block_description {
  width: 100%; }

.product_block_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  font-size: 15px;
  align-items: flex-start;
  margin-top: 30px; }
  .product_block_container .product_block_title {
    width: 100%;
    margin-bottom: 10px; }
  .product_block_container .product_block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
    .product_block_container .product_block.product_block_small {
      width: 30%; }
    .product_block_container .product_block.product_block_wide {
      width: 68%; }

.product_block div.productdescription {
  width: auto; }
.product_block .product_imagelist_gallery {
  width: 100%; }
  .product_block .product_imagelist_gallery .product_imagelist_gallery_images {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .product_block .product_imagelist_gallery .product_imagelist_gallery_images figure:nth-of-type(6) {
      margin-right: 0px; }
    .product_block .product_imagelist_gallery .product_imagelist_gallery_images figure:nth-of-type(n + 7) {
      display: none; }
  .product_block .product_imagelist_gallery .product_image_gallery_small {
    width: 16%;
    margin-bottom: 0.6%;
    margin-right: 0.8%; }
    .product_block .product_imagelist_gallery .product_image_gallery_small a {
      display: flex; }
      .product_block .product_imagelist_gallery .product_image_gallery_small a img {
        max-width: 100%; }
  .product_block .product_imagelist_gallery .title {
    display: none; }

.productspec_title span {
  margin-right: 5px; }

.single_product.designproductpage-3 {
  font-size: 15px;
  color: #000; }
  .single_product.designproductpage-3 .product_button_bar {
    padding-bottom: 10px;
    border-bottom: 1px solid #000; }
  .single_product.designproductpage-3 .single_product_ratings.open {
    margin-top: 30px; }
  .single_product.designproductpage-3 .product_usp {
    font-size: 15px;
    width: 100%; }
  .single_product.designproductpage-3 .product_block_title, .single_product.designproductpage-3 .product_usp h1, .single_product.designproductpage-3 .product_usp h2, .single_product.designproductpage-3 .product_usp h3, .single_product.designproductpage-3 .singleproduct_subtitle {
    font-size: 19px;
    line-height: 19px;
    text-transform: initial;
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 15px; }
  .single_product.designproductpage-3 .product_left_container {
    max-width: 46%;
    margin-right: 4%; }
  .single_product.designproductpage-3 .productfitscar {
    width: 100%;
    margin-bottom: 0px; }
    .single_product.designproductpage-3 .productfitscar.active {
      margin-bottom: 20px; }
  .single_product.designproductpage-3 .product_usp2 {
    margin-top: 20px; }
  .single_product.designproductpage-3 .product_usp3 {
    margin-bottom: 0px; }
    .single_product.designproductpage-3 .product_usp3 ul li {
      text-indent: 0px;
      background: #f1f1f1;
      padding: 5px 10px;
      margin-bottom: 2px;
      display: flex; }
      .single_product.designproductpage-3 .product_usp3 ul li:before {
        content: "\f29c";
        margin-top: 4px; }
  .single_product.designproductpage-3 .productdetails .orderbutton {
    width: 100%; }
    .single_product.designproductpage-3 .productdetails .orderbutton .add_basket {
      width: 100%;
      text-align: center; }
  .single_product.designproductpage-3 .single_product_container .productdetails {
    max-width: 50%;
    padding-right: 0px; }
  .single_product.designproductpage-3 .container_productfamily {
    margin-top: 0px; }
  .single_product.designproductpage-3 .single_product_title_container .single_product_button.backbutton:before {
    font-size: 13px;
    position: absolute;
    left: 2px;
    top: 10px; }
  .single_product.designproductpage-3 .single_product_title_container .productdescription .wheelsize1, .single_product.designproductpage-3 .single_product_title_container .productdescription .wheelsize2 {
    margin-right: 5px; }
  .single_product.designproductpage-3 .single_product_container .productdetails .total_setprice {
    margin-bottom: 20px;
    margin-top: 10px; }
    .single_product.designproductpage-3 .single_product_container .productdetails .total_setprice .setprice_product {
      width: calc(100% - 110px);
      display: inline-block; }
    .single_product.designproductpage-3 .single_product_container .productdetails .total_setprice .setprice_amount {
      font-size: 30px;
      font-weight: 500; }
  .single_product.designproductpage-3 .product_block .product_details {
    margin-bottom: 10px; }
  .single_product.designproductpage-3 .specification {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start; }
    .single_product.designproductpage-3 .specification .spec_part {
      width: calc(33.33% - 2px);
      margin-bottom: 2px;
      background: #f1f1f1;
      padding: 5px 10px;
      display: flex;
      margin-right: 2px; }
      .single_product.designproductpage-3 .specification .spec_part:nth-of-type(3n) {
        margin-right: 0px; }
      .single_product.designproductpage-3 .specification .spec_part .title {
        font-weight: 600;
        margin-right: 5px; }

.container_productfamily {
  position: relative;
  width: 100%;
  margin-top: 20px; }
  .container_productfamily .productsfamily_title {
    margin-bottom: 5px; }
  .container_productfamily .productfamily_container {
    position: relative; }

@media screen and (max-width: 1023px) {
  .productpage .type-cmsproducts .single_product .single_product_container {
    width: 100%; }
    .productpage .type-cmsproducts .single_product .single_product_container .productdetails {
      width: 100%;
      max-width: 100%; }

  .designproductpage .product_left_container,
  .single_product.designproductpage-2 .product_left_container,
  .single_product.designproductpage-3 .product_left_container {
    max-width: 100%; }
  .designproductpage.has_product_wide .single_product_container .inch_selection,
  .designproductpage .single_product_container .inch_selection,
  .single_product.designproductpage-2.has_product_wide .single_product_container .inch_selection,
  .single_product.designproductpage-2 .single_product_container .inch_selection,
  .single_product.designproductpage-3.has_product_wide .single_product_container .inch_selection,
  .single_product.designproductpage-3 .single_product_container .inch_selection {
    justify-content: center; }

  .single_product.designproductpage-2 .product_images {
    width: 100%;
    max-width: 100%; }
    .single_product.designproductpage-2 .product_images .product_imagelist figure:first-of-type {
      max-width: 350px; }
  .single_product.designproductpage-2 div.productdetails, .single_product.designproductpage-2.has_product_wide div.productdetails,
  .single_product.designproductpage-2 .single_product_container div.productdetails,
  .single_product.designproductpage-2 .single_product_container.has_product_wide div.productdetails {
    width: 48%;
    max-width: 48%;
    margin-right: 2%; }
  .single_product.designproductpage-2 .productinfo_container {
    width: 48%;
    margin-left: 2%; }
  .single_product.designproductpage-2 .single_product_topbuttons_container .add_relatedproduct, .single_product.designproductpage-2 .single_product_topbuttons_container .button_to_alternatives {
    display: none; }

  .single_product.designproductpage-3 .product_left_container {
    width: 48%;
    margin-right: 4%; }
  .single_product.designproductpage-3.has_product_wide .single_product_container .inch_selection, .single_product.designproductpage-3 .single_product_container .inch_selection {
    justify-content: flex-start; }
  .single_product.designproductpage-3.has_product_wide .single_product_container .productsfamily_title, .single_product.designproductpage-3 .single_product_container .productsfamily_title {
    text-align: left; }
  .single_product.designproductpage-3 div.productdetails, .single_product.designproductpage-3.has_product_wide div.productdetails,
  .single_product.designproductpage-3 .single_product_container div.productdetails,
  .single_product.designproductpage-3 .single_product_container.has_product_wide div.productdetails {
    width: 48%;
    max-width: 48%;
    padding-left: 0px; }
  .single_product.designproductpage-3 .single_product_topbuttons_container .add_relatedproduct, .single_product.designproductpage-3 .single_product_topbuttons_container .button_to_alternatives {
    display: none; }

  /*    .single_product.designproductpage-3 .single_product_container{
          div.productdetails{
              width: 100%;
              max-width: 100%;
              margin: 0px;
              padding: 0px;
          }
          
          .specification .spec_part{
              display: block;
          }
      }*/
  .product_block_container .product_block.product_block_wide {
    width: 100%; }
  .product_block_container .product_block.product_block_small {
    width: 100%;
    margin-top: 20px; }
  .product_block_container .product_block .product_imagelist_gallery .product_image_gallery_small {
    width: 24%; }
  .product_block_container .product_block .product_imagelist_gallery .product_imagelist_gallery_images figure:nth-of-type(6) {
    margin-right: 0.8%; }
  .product_block_container .product_block .product_imagelist_gallery .product_imagelist_gallery_images figure:nth-of-type(n + 7) {
    display: inherit; }
  .product_block_container .product_block .product_imagelist_gallery .product_imagelist_gallery_images figure:nth-of-type(n + 9) {
    display: none; }

  .product_button_bar {
    flex-wrap: wrap;
    justify-content: space-between; }
    .product_button_bar .product_button_pagelink {
      width: 48%;
      margin: 0px;
      padding: 10px 20px;
      border: 1px solid;
      margin-bottom: 2%; }
      .product_button_bar .product_button_pagelink:before {
        display: none; }
      .product_button_bar .product_button_pagelink:after {
        display: block; } }
@media screen and (max-width: 767px) {
  .webshopcat_cmsproducts .single_product.designproductpage .product_left_container {
    max-width: 100%;
    margin-right: 0%; }
  .webshopcat_cmsproducts .single_product.designproductpage .productdetails {
    width: 100%;
    max-width: 100% !important; }

  .shipmentdeviantprice .shipmenttotalprice {
    font-size: 15px;
    padding-right: 0px; }

  .single_product.designproductpage-2 .product_images,
  .single_product.designproductpage-3 .product_images {
    margin-bottom: 20px; }
    .single_product.designproductpage-2 .product_images .product_imagelist figure:first-of-type,
    .single_product.designproductpage-3 .product_images .product_imagelist figure:first-of-type {
      max-width: 350px; }
  .single_product.designproductpage-2 .product_images.has_product_family,
  .single_product.designproductpage-3 .product_images.has_product_family {
    margin-bottom: 30px; }
  .single_product.designproductpage-2.has_product_wide .single_product_container div.productdetails,
  .single_product.designproductpage-2 .single_product_container div.productdetails,
  .single_product.designproductpage-3.has_product_wide .single_product_container div.productdetails,
  .single_product.designproductpage-3 .single_product_container div.productdetails {
    width: 100%;
    max-width: 100%;
    margin-right: 0%; }
  .single_product.designproductpage-2 .productinfo_container,
  .single_product.designproductpage-3 .productinfo_container {
    margin-top: 30px;
    width: 100%;
    margin-left: 0px; }

  .single_product.designproductpage-3 {
    /*        div.productdetails,
            &.has_product_wide div.productdetails,
            .single_product_container div.productdetails,
            .single_product_container.has_product_wide div.productdetails{
                width: 48%;
                max-width: 48%;
            }
            
            .single_product_topbuttons_container{
                .add_relatedproduct, .button_to_alternatives{
                    display: none;
                }
            }*/ }
    .single_product.designproductpage-3 .specification .spec_part {
      width: calc(50% - 2px);
      flex-direction: column; }
      .single_product.designproductpage-3 .specification .spec_part.fullwidth {
        width: 100%; }
    .single_product.designproductpage-3 .product_left_container {
      width: 100%;
      margin-right: 0%; }
    .single_product.designproductpage-3.has_product_wide .single_product_container .inch_selection, .single_product.designproductpage-3 .single_product_container .inch_selection {
      justify-content: center; }
    .single_product.designproductpage-3.has_product_wide .single_product_container .productsfamily_title, .single_product.designproductpage-3 .single_product_container .productsfamily_title {
      text-align: center; }
    .single_product.designproductpage-3 .product_images {
      width: 100%;
      max-width: 100%; }
      .single_product.designproductpage-3 .product_images .product_imagelist figure:first-of-type {
        max-width: 350px; }

  .product_button_bar .product_button_pagelink {
    width: 100%; }

  .product_block_container .product_block .product_imagelist_gallery .product_image_gallery_small {
    width: 49%; }

  .product_spec_container {
    width: 100%;
    margin-right: 0px; } }
.cms_product_pricetablebutton {
  display: none; }

.label_pricesize .size {
  margin-right: 5px; }

.single_product_async.has_product_wide .single_product_container .product_front .storage_info_async {
  display: none; }
.single_product_async .productdetails .productinfoprice_container_async {
  width: 100%;
  padding: 0px; }

.news_blocks {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem; }

.subtitle, .news_links {
  width: 100%; }

.news_links {
  margin-bottom: 1rem; }

a.news_link {
  padding: 10px 20px;
  background: transparent !important;
  color: #000;
  display: inline-block;
  margin-top: 5px;
  border: 1px solid #000;
  transition: all 0.2s ease-in-out; }
  a.news_link:hover {
    background: #000 !important;
    color: #fff; }

.news_block {
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
  width: calc(33% - 4% / 2);
  margin-right: 2%; }
  .news_block:last-of-type {
    margin-right: 0px; }
  .news_block .news_image {
    display: none; }
  .news_block .news_title {
    width: 100%;
    padding: 15px;
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 1.3rem; }
  .news_block .news_date {
    width: 100%;
    padding: 15px;
    padding-top: 10px;
    display: block;
    border-top: 1px solid #000;
    font-size: 1rem;
    text-transform: initial; }
  .news_block .news_text {
    width: 100%;
    padding: 15px;
    padding-top: 0px;
    display: block;
    font-size: 1rem;
    text-transform: initial; }
  .news_block .news_button {
    width: 100%;
    text-align: right;
    padding: 15px;
    display: block;
    font-size: 1rem;
    text-transform: initial; }
    .news_block .news_button:after {
      content: "\f105";
      display: inline-block;
      position: relative;
      font: normal normal normal 13px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-left: 10px;
      transition: all 0.2s ease-in-out; }
  .news_block:hover {
    text-decoration: none;
    cursor: pointer; }

.news_more_button {
  float: right;
  margin-top: 2%;
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.2s ease-in-out; }
  .news_more_button:after {
    content: "\f105";
    display: inline-block;
    position: relative;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    transition: all 0.2s ease-in-out; }

@media screen and (max-width: 1023px) {
  .news_blocks {
    flex-wrap: wrap; }

  .news_block {
    width: calc(50% - 2%);
    margin-right: 2%;
    margin-bottom: 2%; }
    .news_block:last-of-type {
      margin-right: 0px; } }
@media screen and (max-width: 767px) {
  .news_blocks {
    flex-wrap: wrap; }

  .news_block {
    width: calc(100%);
    margin-right: 0%;
    margin-bottom: 2%; }
    .news_block:last-of-type {
      margin-right: 0px; } }
.newsitem_single h1.title {
  width: calc(100% - 100px);
  margin-top: 2rem;
  font-weight: 700; }
.newsitem_single img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px; }

.newsblock_complete {
  width: 100%; }
  .newsblock_complete img {
    max-width: 100% !important;
    height: auto !important; }

.button_v2, .bigbutton_v2 {
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 20px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out, color .2s ease-in-out; }
  .button_v2:hover, .bigbutton_v2:hover {
    background: transparent;
    color: #000;
    text-decoration: none; }

.row_bgcolor {
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 5;
  margin-top: -20px; }

.row_hasbgcolor .col-q {
  z-index: 6; }

.bigbutton_v2 {
  padding: 10px 150px;
  width: 100%; }

@media screen and (max-width: 767px) {
  .bigbutton_v2 {
    padding: 10px 20px;
    width: 100%;
    text-align: center; }

  .row-hideonmobile {
    display: none; } }
@media screen and (min-width: 767px) {
  .row-hideondesktop {
    display: none; } }
.lightboxv2 {
  position: relative;
  display: inline-block; }
  .lightboxv2 img {
    vertical-align: bottom; }
  .lightboxv2:before {
    content: '';
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    opacity: 0;
    transition: all .2s ease-in-out; }
  .lightboxv2:after {
    content: "\f00e";
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #fff;
    opacity: 0;
    transition: all .2s ease-in-out; }
  .lightboxv2:hover:before {
    opacity: 0.2; }
  .lightboxv2:hover:after {
    opacity: 1; }

.background_gray:before {
  content: '';
  display: block;
  width: 1000%;
  height: 100%;
  position: absolute;
  left: -300%;
  top: 0px;
  background: #efefef;
  z-index: -1; }

.row {
  /*    width: 100%;
      display: flex;
      flex-wrap: nowrap;
      position: relative;*/
  /*    margin-left: 0px;
      margin-right: 0px;*/
  /*    &.col-2{
          .col{
              width: 50%;
          }
      }
      
      &.col-3{
          .col{
              width: 33.33%;
          }
      }
      
      &.col-4{
          .col{
              width: 25%;
          }
      }
      
      &.col-5{
          .col{
              width: 20%;
          }
      }*/ }
  .row .col {
    /*        padding: 20px;
            padding-top: 40px;
            padding-bottom: 40px;
            width: 100%;*/
    /*        h1, h2, h3{
                margin-top: 0px;
                font-weight: 400;
            }
            
            p{
                font-weight: 300;
            }
            
            &:nth-of-type(1){
                padding-left: 0px;
            }
            
            &:last-of-type{
                padding-right: 0px;
            }
            
            a.button{            
                padding: 8px 20px;
                border: 1px solid #de2025;
                color: #fff;
                background: #de2025;
                transition: all 0.2s ease-in-out;
                border-radius: 0px;
                text-decoration: none;
                display: inline-block;
                
                &:hover{
                    background: transparent;
                    color: #de2025;
                }
            }*/ }
    .row .col img {
      max-width: 100%;
      height: auto; }

/*@media screen and (max-width: $tabletMaxResolution) {
    .row{
        flex-wrap: wrap;
        
        
        &.col-2{
            .col{
                padding: 0px;
                padding-top: 40px;
                padding-bottom: 40px;
                width: 100%;
            }
        }
        
        &.col-3{
            .col{
                padding: 0px;
                padding-top: 40px;
                padding-bottom: 40px;
                width: 100%;
            }
        }
        &.col-4{
            .col{
                width: calc(50%);
            }
        }
        &.col-5{
            .col{
                width: calc(50%);
            }
        }
    }
}

@media screen and (max-width: $mobileMaxResolution) {
    .row{
        flex-wrap: wrap;
        
        &.col-2, &.col-3, &.col-4, &.col-5{
            .col{
                padding: 0px;
                padding-top: 20px;
                padding-bottom: 20px;
                width: 100%;
            }
        }
    }
}*/
.seo_models_withfilter {
  display: flex;
  align-items: flex-start; }
  .seo_models_withfilter .seo_models_filters {
    width: 280px; }
  .seo_models_withfilter .seo_models_list {
    width: 100%; }

.seo_filter_content {
  display: flex;
  flex-wrap: wrap; }

.seo_filter_button {
  padding: 5px 10px;
  background: #e6e6e6;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px; }
  .seo_filter_button:hover, .seo_filter_button.active {
    background: #cacaca; }

.seo_filter_checkbox {
  width: 100%;
  padding: 5px;
  background: #e6e6e6;
  position: relative;
  font-size: 12px;
  padding-left: 27px;
  margin-bottom: 2px;
  border: 1px solid;
  background: #fff;
  cursor: pointer; }
  .seo_filter_checkbox .checkbox {
    position: absolute;
    left: 8px;
    top: 8px;
    background: #fff;
    width: 12px;
    height: 12px;
    border: 1px solid; }
    .seo_filter_checkbox .checkbox:before {
      position: absolute;
      content: "\f00c";
      left: 1px;
      top: 1px;
      font-size: 10px;
      opacity: 0; }
  .seo_filter_checkbox:hover .checkbox {
    background: #ccc; }
  .seo_filter_checkbox.active .checkbox:before {
    opacity: 1; }

.seo_models_list_pages {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 15px; }

.seo_model_productcount {
  display: flex; }

.seo_product_text {
  margin-left: 5px; }

.seo_models_pages {
  display: flex;
  padding: 10px;
  border-radius: 5px;
  background: #e6e6e6;
  cursor: pointer;
  transition: all .2s ease-in-out;
  margin-left: 5px;
  justify-content: center;
  align-items: center;
  font-size: 12px; }
  .seo_models_pages:hover {
    background: #cacaca; }
  .seo_models_pages:after {
    content: "\f054"; }

.seo_models_prevpage:after {
  content: "\f104"; }

.seo_models_nextpage:after {
  content: "\f054"; }

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

.seo_model.hidden, .seo_model.filtered {
  display: none; }

.seo_models_list_container {
  width: 100%; }

.title-type-1:after {
  content: '';
  display: block;
  border-bottom: 1px solid #c9c9c9;
  width: 100%;
  margin-top: 10px; }

.seo_version_2 .seo_model_page .seo_wheel_info {
  align-self: start; }
.seo_version_2 .seo_model_info_model_image .product_images {
  max-width: 100%; }

.seo_version .brandlogo_container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px; }
  .seo_version .brandlogo_container .brandlogo {
    width: auto;
    height: 75px;
    margin-top: 10px;
    display: inherit; }
.seo_version .product_images {
  margin-bottom: 10px; }

ul.sizeslist {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  ul.sizeslist li {
    padding-left: 10px; }

.seo_model {
  cursor: pointer; }
  .seo_model.row {
    width: 100%; }
  .seo_model .inches {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px; }
    .seo_model .inches .inch {
      padding: 5px 10px;
      border: 1px solid #747474;
      color: #747474;
      margin: 5px; }

.seo_brands {
  display: flex;
  flex-wrap: wrap; }
  .seo_brands .seo_brand {
    width: 31%;
    min-height: 200px;
    margin: 1%;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
    text-align: center; }
    .seo_brands .seo_brand img {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .seo_brands .seo_brand .seo_title {
      display: block;
      position: absolute;
      left: 0px;
      bottom: -20px;
      transition: all 0.2s ease-in-out;
      opacity: 0;
      width: 100%;
      text-align: center;
      padding: 5px;
      border-top: 1px solid #000;
      background: #fff; }
    .seo_brands .seo_brand:hover {
      box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3); }
      .seo_brands .seo_brand:hover .seo_title {
        bottom: 0px;
        opacity: 1; }

.seo_model_info {
  display: flex;
  margin-bottom: 4rem;
  margin-top: 4rem; }
  .seo_model_info .brand_text {
    padding: 10px;
    padding-top: 30px; }
  .seo_model_info .brand_image {
    padding-top: 30px;
    width: 400px;
    max-width: 100%;
    flex-shrink: 0; }
    .seo_model_info .brand_image img {
      max-width: 95%; }

.seo_models_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5%; }
  .seo_models_list a {
    display: inline-block;
    margin: 1%;
    width: 23%;
    padding: 1%;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
    transform: translateY(0px); }
    .seo_models_list a img {
      width: 100%; }
    .seo_models_list a .seo_model_title {
      display: inline-block;
      width: 100%;
      text-align: center;
      font-size: 1.2rem;
      color: #000; }
    .seo_models_list a:hover {
      transform: translateY(-10px);
      box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2); }

.seo_model_page {
  display: flex;
  flex-wrap: wrap; }
  .seo_model_page .brand_image {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    flex-grow: unset; }
    .seo_model_page .brand_image img {
      height: auto !important;
      width: auto !important;
      max-width: 25%; }
  .seo_model_page img {
    max-width: 100%; }
  .seo_model_page .seo_model_info {
    width: 50%;
    margin-top: 40px;
    display: flex;
    flex-direction: column; }
    .seo_model_page .seo_model_info .model_image {
      text-align: center; }
      .seo_model_page .seo_model_info .model_image img {
        max-width: 70%; }
  .seo_model_page .model_text {
    padding-right: 0px; }
  .seo_model_page .seo_wheel_info {
    width: 40%;
    display: flex;
    flex-direction: column; }
    .seo_model_page .seo_wheel_info h1.seo_wheel_list_title {
      padding-top: 0px !important;
      margin-top: 60px !important;
      line-height: 2rem !important;
      height: auto;
      margin-bottom: 20px !important; }
    .seo_model_page .seo_wheel_info .seo_wheel_list_title {
      font-size: 2rem;
      height: 100px;
      line-height: 130px;
      text-align: center;
      font-weight: 400; }
    .seo_model_page .seo_wheel_info .seo_wheel {
      position: relative;
      border-right: 1px solid #000;
      border-left: 1px solid #000;
      border-top: 1px solid #000;
      transition: all 0.2s ease-in-out;
      cursor: pointer;
      box-shadow: 0px 0px 0px #fff;
      z-index: 5;
      background: #fff; }
      .seo_model_page .seo_wheel_info .seo_wheel:last-of-type {
        border-bottom: 1px solid #000; }
      .seo_model_page .seo_wheel_info .seo_wheel:after {
        content: "\f105";
        display: block;
        position: absolute;
        font: normal normal normal 18px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        right: 13px;
        top: 5px;
        font-size: 1.5rem;
        transform: rotate(0deg);
        transition: all 0.2s ease-in-out;
        pointer-events: none; }
      .seo_model_page .seo_wheel_info .seo_wheel .seo_wheel_title {
        font-size: 1.1rem;
        padding: 10px 15px;
        padding-right: 30px;
        color: #000; }
        .seo_model_page .seo_wheel_info .seo_wheel .seo_wheel_title span {
          margin-left: 5px; }
        .seo_model_page .seo_wheel_info .seo_wheel .seo_wheel_title:hover {
          color: #fff; }
          .seo_model_page .seo_wheel_info .seo_wheel .seo_wheel_title:hover:after {
            color: #fff; }
      .seo_model_page .seo_wheel_info .seo_wheel .seo_wheel_details {
        font-size: 0.8rem; }
      .seo_model_page .seo_wheel_info .seo_wheel:hover {
        box-shadow: 3px 3px 10px #7d7d7d;
        transform: scale(1.03);
        z-index: 10; }
        .seo_model_page .seo_wheel_info .seo_wheel:hover h5, .seo_model_page .seo_wheel_info .seo_wheel:hover .seo_wheel_title {
          /*color: #fff;*/ }
        .seo_model_page .seo_wheel_info .seo_wheel:hover:after {
          color: #fff; }
      .seo_model_page .seo_wheel_info .seo_wheel.open .seo_wheel_sizes {
        max-height: 1000px; }
      .seo_model_page .seo_wheel_info .seo_wheel.open:after {
        transform: rotate(90deg); }
    .seo_model_page .seo_wheel_info a.seo_wheel:after {
      display: none; }

.seo_wheel_sizes {
  display: flex;
  flex-flow: column;
  max-height: 0px;
  overflow: hidden;
  transition: 0.2s ease-in-out; }
  .seo_wheel_sizes .seo_wheel_size {
    border-top: 1px solid #000;
    padding: 8px 25px;
    font-size: 1.1rem;
    position: relative; }
    .seo_wheel_sizes .seo_wheel_size:last-of-type {
      border-bottom: 1px solid #000; }
    .seo_wheel_sizes .seo_wheel_size .wheel_size_title {
      font-weight: 500; }
      .seo_wheel_sizes .seo_wheel_size .wheel_size_title .wheel_unique {
        margin-left: 0px;
        font-weight: 700; }
    .seo_wheel_sizes .seo_wheel_size:after {
      content: "\f105";
      display: block;
      position: absolute;
      font: normal normal normal 18px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      right: 11px;
      top: 9px;
      font-size: 1.2rem;
      transform: rotate(0deg); }

.seo_wheel_title:hover, .seo_wheel_size:hover {
  background: #000;
  color: #fff; }

.productextradescription {
  margin-top: 1rem; }
  .productextradescription img {
    max-width: 100%;
    height: auto; }
  .productextradescription .button {
    margin-top: 10px;
    padding: 10px 15px;
    font-size: 1.1rem; }

.content .seo_wheel h5, .content .seo_wheel .seo_wheel_title {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: normal;
  font-style: normal;
  color: #000;
  text-transform: uppercase; }

.seostyle-1 .seo_model.row, .seostyle-2 .seo_model.row, .seostyle-3 .seo_model.row, .seostyle-4 .seo_model.row {
  margin-top: 3rem; }
.seostyle-1 h1.seo_models_brand, .seostyle-2 h1.seo_models_brand, .seostyle-3 h1.seo_models_brand, .seostyle-4 h1.seo_models_brand {
  text-align: center;
  margin-top: 5rem;
  font-size: 2.3rem;
  position: relative;
  margin-bottom: 5rem; }
.seostyle-1 .seo_model_info .brand_text, .seostyle-2 .seo_model_info .brand_text, .seostyle-3 .seo_model_info .brand_text, .seostyle-4 .seo_model_info .brand_text {
  padding-top: 0px;
  width: 100%;
  margin-bottom: 5%;
  text-align: center; }
.seostyle-1 .seo_models_list .seo_model_modelimage, .seostyle-2 .seo_models_list .seo_model_modelimage, .seostyle-3 .seo_models_list .seo_model_modelimage, .seostyle-4 .seo_models_list .seo_model_modelimage {
  text-align: center; }
  .seostyle-1 .seo_models_list .seo_model_modelimage img, .seostyle-2 .seo_models_list .seo_model_modelimage img, .seostyle-3 .seo_models_list .seo_model_modelimage img, .seostyle-4 .seo_models_list .seo_model_modelimage img {
    height: auto !important;
    max-width: 70% !important; }
.seostyle-1 .seo_models_list a, .seostyle-2 .seo_models_list a, .seostyle-3 .seo_models_list a, .seostyle-4 .seo_models_list a {
  width: auto;
  white-space: nowrap; }
  .seostyle-1 .seo_models_list a:hover, .seostyle-2 .seo_models_list a:hover, .seostyle-3 .seo_models_list a:hover, .seostyle-4 .seo_models_list a:hover {
    transform: translateY(0px);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }

.seostyle-2 .title-type-1:after, .seostyle-3 .title-type-1:after, .seostyle-4 .title-type-1:after {
  margin-top: 5px; }
.seostyle-2 .seo_models_list .seo_model.row, .seostyle-3 .seo_models_list .seo_model.row, .seostyle-4 .seo_models_list .seo_model.row {
  margin-top: 10px; }
.seostyle-2 .seo_models_list a.button, .seostyle-3 .seo_models_list a.button, .seostyle-4 .seo_models_list a.button {
  position: absolute;
  right: 10px;
  bottom: 0px;
  border: 1px solid #000;
  box-shadow: none;
  padding: 5px 10px; }
  .seostyle-2 .seo_models_list a.button:hover, .seostyle-3 .seo_models_list a.button:hover, .seostyle-4 .seo_models_list a.button:hover {
    background: #000;
    color: #fff; }
  .seostyle-2 .seo_models_list a.button:after, .seostyle-3 .seo_models_list a.button:after, .seostyle-4 .seo_models_list a.button:after {
    content: "\f105";
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    font-size: 1.2rem;
    margin-left: 5px; }
.seostyle-2 .seo_models_list .seo_model_modelimage img, .seostyle-3 .seo_models_list .seo_model_modelimage img, .seostyle-4 .seo_models_list .seo_model_modelimage img {
  height: 150px !important;
  max-width: none !important; }
.seostyle-2 .seo_model .inches, .seostyle-3 .seo_model .inches, .seostyle-4 .seo_model .inches {
  justify-content: left;
  max-width: 50%;
  min-height: 43px; }

.inch_choices {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 47px; }
  .inch_choices .inchfilter {
    padding: 5px 10px;
    border: 1px solid #000;
    margin: 5px;
    cursor: pointer;
    white-space: nowrap; }
    .inch_choices .inchfilter:hover, .inch_choices .inchfilter.open {
      background: #000;
      color: #fff; }

.seo_model.hidemodel {
  display: none; }

.seocar {
  display: flex; }
  .seocar .seocar_text p {
    margin-bottom: 1rem; }
  .seocar .seocar_models {
    min-width: 280px;
    max-width: 500px;
    padding-right: 30px; }
  .seocar .seocar_container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-top: 50px; }
  .seocar .seocar_subtitle {
    margin: 0px;
    min-height: 40px;
    line-height: 26px;
    margin-bottom: 10px; }
  .seocar .seocar_car_model a {
    display: inline-block;
    width: 100%;
    border: 1px solid #000;
    margin-bottom: -1px;
    text-decoration: none;
    padding: 5px 10px;
    padding-right: 30px;
    color: #000;
    transition: all 0.2s ease-in-out;
    position: relative; }
    .seocar .seocar_car_model a:hover {
      background: #000;
      color: #fff; }
    .seocar .seocar_car_model a:after {
      position: absolute;
      right: 10px;
      top: 11px;
      content: "\f105"; }

.carseo_wheels {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: space-between; }
  .carseo_wheels .product-default {
    width: 49%;
    margin-bottom: 2%; }

.carseo_model_wheel {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid; }
  .carseo_model_wheel a {
    text-decoration: none !important;
    font-size: 1.4rem;
    position: relative;
    padding-right: 30px; }
    .carseo_model_wheel a span {
      margin-right: 10px; }
      .carseo_model_wheel a span:nth-of-type(2) {
        font-size: 1.2rem; }
    .carseo_model_wheel a strong {
      font-weight: 600; }
    .carseo_model_wheel a:after {
      content: "\f105";
      position: relative;
      margin-left: 10px;
      transition: margin 0.2s ease-in-out; }
    .carseo_model_wheel a:hover:after {
      margin-left: 20px; }

.seostyle-4 .seo_models_list .seo_model.row {
  width: 46%;
  margin: 2%; }
  .seostyle-4 .seo_models_list .seo_model.row .seo_model_modelimage {
    padding: 0px !important; }
    .seostyle-4 .seo_models_list .seo_model.row .seo_model_modelimage img {
      max-width: 100% !important;
      height: auto !important; }
  .seostyle-4 .seo_models_list .seo_model.row .inches {
    max-width: 100%; }
  .seostyle-4 .seo_models_list .seo_model.row a.button {
    width: 100%;
    position: relative;
    right: 0px;
    text-align: center; }
.seostyle-4 .seo_models_brand span {
  display: none; }
.seostyle-4 .seo_models_brand .seo_models_brand_logo_image {
  width: 100%;
  height: 130px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

@media screen and (max-width: 1023px) {
  .carseo_wheels .product-default {
    width: 100%;
    margin-bottom: 2%; }

  .carseo_model_wheel a {
    border: 1px solid;
    border-radius: 10px;
    padding: 10px 20px;
    display: inline-block;
    width: 100%; }
    .carseo_model_wheel a span {
      width: 100%;
      display: block; }
    .carseo_model_wheel a:after {
      position: absolute;
      right: 20px;
      top: 25px; }

  .seostyle-2 .seo_model .inches, .seostyle-3 .seo_model .inches, .seostyle-4 .seo_model .inches {
    max-width: 100%;
    justify-content: center; }
  .seostyle-2 .seo_models_list a.button, .seostyle-3 .seo_models_list a.button, .seostyle-4 .seo_models_list a.button {
    min-width: calc(100% - 15px);
    position: relative;
    margin-left: 15px;
    text-align: center;
    white-space: inherit; }
  .seostyle-2 .seo_models_list .seo_model_modelimage img, .seostyle-3 .seo_models_list .seo_model_modelimage img, .seostyle-4 .seo_models_list .seo_model_modelimage img {
    height: auto !important;
    max-width: 70% !important; }

  .seo_model_page {
    flex-wrap: wrap; }

  .seo_model_page .seo_model_info {
    width: 100%; }
    .seo_model_page .seo_model_info .model_image img {
      max-width: 70% !important; }
  .seo_model_page .seo_wheel_info {
    width: 100%;
    margin-bottom: 10%; }
    .seo_model_page .seo_wheel_info .seo_wheel_list_title {
      height: auto;
      line-height: 2rem;
      margin-bottom: 1rem; }

  .seo_model_info {
    flex-wrap: wrap; }
    .seo_model_info .brand_image {
      text-align: center;
      width: 100%; }
      .seo_model_info .brand_image img {
        max-width: 60%; }
    .seo_model_info .brand_text {
      width: 100%; }

  .seo_models_list .seo_model {
    width: 48%; }

  .seo_brands .seo_brand {
    width: 48%; }

  .seostyle-1 .seo_models_list .seo_model, .seostyle-2 .seo_models_list .seo_model, .seostyle-3 .seo_models_list .seo_model, .seostyle-4 .seo_models_list .seo_model {
    width: 100%;
    margin-bottom: 10%; }
  .seostyle-1 .seo_models_list .seo_model_title, .seostyle-2 .seo_models_list .seo_model_title, .seostyle-3 .seo_models_list .seo_model_title, .seostyle-4 .seo_models_list .seo_model_title {
    margin-top: 1rem; }

  .seo_model_page .seo_wheel_info .seo_wheel:hover {
    transform: scale(1);
    box-shadow: 0px 0px 0px #fff; }

  .seostyle-4 .seo_models_list .seo_model.row {
    width: 100%;
    margin: 0px;
    margin-top: 50px; }
    .seostyle-4 .seo_models_list .seo_model.row a.button {
      width: 100%;
      margin: 0px; } }
@media screen and (max-width: 767px) {
  .seo_models_withfilter .seo_models_filters {
    display: none; }

  .seo_brands .seo_brand {
    width: 100%; }

  .seocar {
    flex-direction: column; }
    .seocar .seocar_models {
      max-width: none;
      padding-right: 0px; }

  .seo_model_page .brand_image img {
    max-width: 70% !important; }
  .seo_model_page .seo_model_info .model_image {
    display: flex;
    justify-content: center;
    align-items: center; }
    .seo_model_page .seo_model_info .model_image img {
      max-width: 90% !important; }
  .seo_model_page .seo_wheel_info .seo_wheel_list_title_sizes {
    margin-top: 30px; }
  .seo_model_page .seo_wheel_info h1.seo_wheel_list_title {
    margin-top: 10px !important; }
  .seo_model_page .seo_model_info_model_image {
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px; } }
.seo_model_search_container {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  margin-top: -120px;
  background: #000;
  padding: 10px; }

.seo_model_search {
  display: flex;
  justify-content: center; }
  .seo_model_search .seo_model_search_input {
    max-width: 100%;
    width: 536px;
    position: relative; }
    .seo_model_search .seo_model_search_input input {
      background: #fff;
      color: #000;
      border-radius: 10px; }
    .seo_model_search .seo_model_search_input:before {
      content: "\f002";
      position: absolute;
      right: 10px;
      font-size: 16px;
      top: 8px;
      color: #000; }

.seostyle-5 .seo_model_info {
  margin-bottom: 200px; }

button.ui-datepicker-trigger {
  position: relative;
  top: 1px !important;
  left: 6px !important; }

div.myaccount_tabs {
  clear: both;
  width: 100%;
  height: 40px;
  margin-bottom: 1px;
  display: flex; }

a.myaccount_tab, a.myaccount_tabs {
  display: block;
  flex-grow: 1;
  float: left;
  min-width: 100px;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  text-align: center !important;
  text-decoration: none !important;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 0px;
  background: #fff !important;
  color: #555 !important;
  font-size: 14px; }

a.myaccount_tab:hover, a.myaccount_tabs {
  background: #eee !important;
  color: #333 !important; }

div.myaccount_div {
  width: 100%;
  min-height: 600px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #555; }

td.myaccount_row {
  height: 30px;
  padding-right: 10px;
  border-bottom: 1px solid #aaa; }

div.myaccount_products {
  display: none;
  position: absolute;
  top: 0px;
  left: -530px;
  width: 800px;
  height: 300px;
  padding: 10px;
  overflow-x: none;
  overflow-y: auto;
  border-radius: 5px;
  border: 1px solid #aaa;
  background: #fff;
  color: #555;
  z-index: 10; }

div.myaccount_products.open {
  display: block; }

table.tyrechange_carlist td {
  margin: 4px;
  padding: 10px; }

table.tyrechange_carlist td [type="checkbox"] {
  left: 0px;
  position: relative;
  opacity: 1;
  z-index: 1; }

table.tyrechange_carlist td input.redborder {
  border: 1px solid red !important; }

.green_profile {
  max-width: 40px;
  text-align: center;
  background-color: #5bd426; }

.orange_profile {
  max-width: 40px;
  text-align: center;
  background-color: orange; }

.red_profile {
  max-width: 40px;
  text-align: center;
  background-color: red; }

.myaccount_div > .select-container {
  width: 100%; }
.myaccount_div h2 {
  margin-left: 0px !important; }
.myaccount_div table.myaccount_userdata, .myaccount_div table.myaccount_companydata {
  width: 100%; }
  .myaccount_div table.myaccount_userdata tr > td:nth-of-type(1), .myaccount_div table.myaccount_companydata tr > td:nth-of-type(1) {
    width: 300px;
    padding-right: 10px; }

.myaccount_page .select-container select {
  height: auto; }
.myaccount_page .tyrehotel_profile_expl {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px; }
.myaccount_page .tyrehotel_profile_expl1 {
  font-size: 0.9rem;
  line-height: 0.9rem;
  color: #afafaf; }
.myaccount_page .tyrehotel_profile_expl2 {
  margin-top: 30px;
  line-height: 1.2rem;
  margin-bottom: 10px; }

#div_setprices .select-container {
  width: 350px;
  float: left;
  margin-right: 10px; }
#div_setprices p {
  margin-bottom: 10px; }
#div_setprices #BrandsWCCCat .select-container {
  clear: right; }
#div_setprices #groupcodes_tyres, #div_setprices #groupcodes_wheels, #div_setprices #groupcodes_suspension, #div_setprices #groupcodes_steel, #div_setprices #groupcodes_tpms, #div_setprices #groupcodes_tyrestruck, #div_setprices #groupcodes_extraproducts {
  width: 100%;
  display: flex;
  flex-flow: column;
  margin-top: 30px; }
#div_setprices #fixraise_setall {
  float: left; }
#div_setprices select {
  appearance: revert;
  margin-bottom: 0px; }
#div_setprices .select-container select {
  appearance: none; }
#div_setprices table td.header_td3 {
  width: 280px !important;
  padding-left: 100px;
  line-height: 11px;
  display: flex;
  flex-direction: column; }
  #div_setprices table td.header_td3 span {
    display: flex;
    width: 100%;
    align-items: center;
    line-height: 1.5rem; }
    #div_setprices table td.header_td3 span #fixraise_setall {
      height: 35px !important;
      margin-top: 0px;
      margin-right: 7px;
      margin-bottom: 0px; }
#div_setprices table select[name="raise_setall"] {
  width: 110px; }
#div_setprices table .raiseselect {
  margin-right: 5px;
  margin-top: 5px;
  float: left; }
#div_setprices table #fixraise_setall {
  width: 40px;
  height: 40px !important;
  float: left;
  margin-top: 5px; }
#div_setprices table .header_td4 {
  text-align: center;
  padding-left: 220px; }
#div_setprices table.price_settings input[type="text"] {
  margin: 0px;
  height: 30px;
  line-height: 30px;
  margin-top: 3px;
  margin-left: 6px; }
#div_setprices table.price_settings select {
  margin-bottom: 3px;
  height: 30px !important;
  line-height: 30px;
  padding: 0px;
  padding-left: 10px;
  margin-top: 4px; }
#div_setprices table.price_settings tr {
  transition: all 0.2s ease-in-out; }
  #div_setprices table.price_settings tr:hover {
    color: #fff;
    background: #777; }
  #div_setprices table.price_settings tr td:nth-of-type(1) {
    padding-left: 10px; }

.tpl_myaccount .inhoud.container {
  padding-top: 0px; }

.myaccount_editvehicles {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 5px 10px;
  display: inline-block;
  position: relative; }
  .myaccount_editvehicles:after {
    content: "\f105";
    margin-left: 8px;
    top: 0px;
    position: relative; }
  .myaccount_editvehicles:hover {
    background: transparent;
    color: #000; }

.myaccount_editvehiclecontainer {
  width: 100%;
  display: flex;
  justify-content: right; }

.myaccount_actionbar {
  display: flex;
  justify-content: space-between;
  margin-top: 60px; }
  .myaccount_actionbar button {
    font-size: 1.2rem;
    font-weight: normal;
    width: auto;
    padding: 10px 50px;
    height: auto; }
  .myaccount_actionbar button.tyrechange_webshop {
    background: transparent;
    color: #000; }
    .myaccount_actionbar button.tyrechange_webshop:hover {
      color: #fff;
      background: transparent; }
    .myaccount_actionbar button.tyrechange_webshop:after {
      content: "\f07a";
      margin-left: 8px;
      top: 0px;
      position: relative; }
  .myaccount_actionbar button.tyrechange_directorder:after {
    content: "\f274";
    margin-left: 8px;
    top: 0px;
    position: relative; }

.tyrehotel_section_table_expl {
  display: none; }

.tyrehotel_section_table {
  margin-bottom: 50px; }
  .tyrehotel_section_table table td {
    padding: 3px; }

.tyrehotel_section span.green_profile, .tyrehotel_section span.orange_profile, .tyrehotel_section span.red_profile {
  display: inline-block;
  color: #fff;
  padding: 3px 5px;
  max-width: none;
  margin-top: 3px; }

.tyrehotel_section_table .td_head {
  border-bottom: 1px solid #000;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 5px; }

.tyrehotel_section_recommendation {
  position: relative;
  max-width: 130px;
  padding: 10px !important;
  padding-left: 3px !important;
  padding-right: 30px !important; }
  .tyrehotel_section_recommendation .tyrehotel_section_recommendation_text {
    max-width: 170px;
    line-height: 13px; }
  .tyrehotel_section_recommendation:after {
    content: '';
    border-right: 1px solid #ccc;
    position: absolute;
    height: 100%;
    width: 1px;
    right: 20px;
    top: 0px; }

.tyrehotel_section_profile {
  display: inline-block;
  padding: 3px 5px;
  color: #fff;
  font-weight: bold; }

@media screen and (max-width: 1023px) {
  .myaccount_page .tyrehotel_profile_expl {
    text-align: center; }
  .myaccount_page .tyrehotel_profile_expl1 {
    text-align: center; }
  .myaccount_page .tyrehotel_profile_expl2 {
    text-align: center; }

  .myaccount_actionbar {
    margin-bottom: 50px; }

  .tyrehotel_section_table table td {
    font-size: 13px; }

  .myaccount_subtitle {
    display: none !important; }

  .tyrehotel_section_table {
    border: 1px solid #ccc;
    overflow-x: auto; }
    .tyrehotel_section_table table {
      min-width: 1200px; }

  .tyrehotel_section_table_expl {
    display: inline-block;
    font-size: 13px; }

  .myaccount_actionbar {
    flex-direction: column-reverse; }
    .myaccount_actionbar button {
      margin-top: 10px; }

  .myaccount_editvehicles {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }

  .myaccount_actionbar {
    margin-top: 0px; }

  .myaccount_div table.myaccount_userdata tr > td:nth-of-type(1), .myaccount_div table.myaccount_companydata tr > td:nth-of-type(1) {
    width: auto; } }
span.stepcontent {
  left: 0px; }

.planner_stepcurrent {
  background: #000;
  color: #fff; }

div.planner_stepcurrent {
  color: #fff; }

.dayplanner {
  border-collapse: initial; }

table.dayplanner {
  width: 100%; }
  table.dayplanner tbody {
    width: 100%;
    display: table; }
  table.dayplanner tr.top td {
    width: auto !important; }

.planner_link.knop_planner {
  display: inline-block;
  padding: 10px 50px;
  background: #2fb026;
  color: #fff;
  border: 1px solid #2fb026;
  transition: all 0.2s ease-in-out;
  width: calc(100% - 20px);
  text-transform: uppercase;
  text-align: center;
  position: relative; }
  .planner_link.knop_planner:hover {
    background: transparent;
    color: #2fb026; }
  .planner_link.knop_planner:after {
    content: "\f105";
    display: block;
    position: absolute;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
    right: 30px;
    top: 10px; }

/*div.planner_rightcolumn{
    input[name="Klant_pc"], input[name="Klant_plaats"]{
        width: calc(50% - 10px);
        float: left;
    }
    
    input[name="Klant_plaats"]{
        margin-left: 10px;
    }
}*/
div.planner_steps {
  width: 100%; }
  div.planner_steps .planner_stepcurrent, div.planner_steps .planner_step, div.planner_steps .planner_stepchecked {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 700; }
    div.planner_steps .planner_stepcurrent .stepcontent, div.planner_steps .planner_step .stepcontent, div.planner_steps .planner_stepchecked .stepcontent {
      padding: 5px; }
      div.planner_steps .planner_stepcurrent .stepcontent span, div.planner_steps .planner_step .stepcontent span, div.planner_steps .planner_stepchecked .stepcontent span {
        padding: 5px; }
        div.planner_steps .planner_stepcurrent .stepcontent span:first-of-type:after, div.planner_steps .planner_step .stepcontent span:first-of-type:after, div.planner_steps .planner_stepchecked .stepcontent span:first-of-type:after {
          content: ':';
          display: inline-block; }
  div.planner_steps .planner_stepchecked {
    background: #dedede;
    color: #242424; }

select.plannerbox {
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  padding: 0px;
  text-indent: 10px;
  border: 0px;
  background: #d6d6d6;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  margin-bottom: 5px; }
  select.plannerbox:hover {
    background: #dedede; }

input.plannerbox {
  margin-left: 0px;
  width: calc(100% - 62px);
  float: left;
  height: 40px; }

.planner_step1 {
  width: 100%; }
  .planner_step1 tr td:first-of-type {
    width: 300px; }
  .planner_step1 .plannerknop {
    float: right !important;
    width: 300px; }
  .planner_step1 .datepicker {
    font-size: 14px;
    color: #000;
    background: #f5f5f5;
    border: 1px solid #ccc;
    cursor: pointer; }
    .planner_step1 .datepicker:hover {
      background: #fff; }
  .planner_step1 #plannertimes {
    padding-left: 0px; }
    .planner_step1 #plannertimes input + label {
      min-width: 150px;
      padding: 7px;
      background: #fff;
      color: #000;
      margin: 4px;
      font-size: 13px;
      border-radius: 5px;
      border: 1px solid #000;
      transition: all 0.2s ease-in-out; }
      .planner_step1 #plannertimes input + label:hover {
        background: #31bd69;
        color: #fff;
        border-color: #31bd69; }
      .planner_step1 #plannertimes input + label:before {
        background-color: transparent !important; }
      .planner_step1 #plannertimes input + label:after {
        left: 10px;
        color: #000000; }
    .planner_step1 #plannertimes [type=checkbox]:checked + label, .planner_step1 #plannertimes [type=radio]:checked + label {
      background: #31bd69;
      color: #fff;
      border-color: #31bd69; }
      .planner_step1 #plannertimes [type=checkbox]:checked + label:after, .planner_step1 #plannertimes [type=radio]:checked + label:after {
        color: #fff; }
    .planner_step1 #plannertimes .planner_times_input {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }

.planner select, .planner input, .inhoud_planner select, .inhoud_planner input {
  margin: 0px; }
.planner .select, .inhoud_planner .select {
  margin-bottom: 10px; }
.planner .datecontainer, .inhoud_planner .datecontainer {
  display: flex; }
  .planner .datecontainer button, .inhoud_planner .datecontainer button {
    flex-grow: 1;
    margin-right: 7px;
    margin-top: -1px;
    height: 40px; }
.planner select.plannerbox, .inhoud_planner select.plannerbox {
  background: #f5f5f5;
  border: 1px solid #ccc; }
  .planner select.plannerbox:hover, .inhoud_planner select.plannerbox:hover {
    background: #fff; }

#custlist .has_content {
  display: inline;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
  top: 0px;
  z-index: 1000;
  overflow: auto; }
#custlist .background_list {
  display: inline;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
  top: 0px;
  z-index: 1; }
#custlist table, #custlist p, #custlist div {
  z-index: 2;
  position: relative; }
#custlist .noresult {
  position: relative;
  width: 90%;
  margin-left: 5%;
  margin-top: 5%;
  background: #fff;
  padding: 15px; }
#custlist .has_content .clientlist {
  max-height: 80%;
  overflow: auto;
  position: relative;
  width: 90%;
  margin-left: 5%;
  margin-top: 5%;
  background: #fff; }
#custlist table {
  width: 100%; }
  #custlist table td {
    padding: 5px 10px; }
  #custlist table tr.customerrow {
    cursor: pointer;
    transition: background 0.2s ease-in-out; }
    #custlist table tr.customerrow:hover {
      background: #efefef; }
#custlist .button_bar {
  background: #fff;
  width: 90%;
  display: flex;
  justify-content: flex-start;
  margin-left: 5%; }
#custlist a {
  border: 1px solid;
  padding: 5px 10px;
  display: inline-block;
  margin: 10px; }

.inhoud_planner .planner_buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px; }
.inhoud_planner .planner_inorder {
  width: 100%;
  line-height: 1rem;
  font-family: Verdana, Arial, Helvetica, sans-serif; }
.inhoud_planner .planner_inorder .plancalender, .inhoud_planner .planner_inorder .plancalender * {
  box-sizing: content-box; }
.inhoud_planner .order_planner {
  min-height: 800px; }
.inhoud_planner div.plancalender {
  position: absolute;
  margin-left: 0px;
  padding-left: 45px;
  overflow-y: hidden; }
  .inhoud_planner div.plancalender.plancalender_oneday {
    position: relative;
    overflow: auto; }

body .plannerform {
  width: 547px; }
  body .plannerform select {
    height: 38px !important;
    display: inline-block;
    appearance: menulist;
    -webkit-appearance: menulist;
    -moz-appearance: menulist; }
body div.weekshifter {
  position: relative;
  margin-top: 40px;
  height: 50px; }
  body div.weekshifter span {
    margin: 0px;
    height: 25px; }
  body div.weekshifter .planner_prevweek, body div.weekshifter .planner_prevday {
    left: 0px; }
  body div.weekshifter .planner_nextweek, body div.weekshifter .planner_nextday {
    right: 0px; }
  body div.weekshifter .planner_prevweek, body div.weekshifter .planner_nextweek, body div.weekshifter .planner_prevday, body div.weekshifter .planner_nextday {
    position: absolute; }
    body div.weekshifter .planner_prevweek a, body div.weekshifter .planner_nextweek a, body div.weekshifter .planner_prevday a, body div.weekshifter .planner_nextday a {
      border: 1px solid #53af31;
      color: #53af31;
      background: transparent;
      padding: 10px 20px;
      transition: all 0.2s ease-in-out; }
      body div.weekshifter .planner_prevweek a:hover, body div.weekshifter .planner_nextweek a:hover, body div.weekshifter .planner_prevday a:hover, body div.weekshifter .planner_nextday a:hover {
        text-decoration: none;
        background: #53af31;
        color: #fff; }
  body div.weekshifter .planner_currentweek {
    position: absolute;
    width: 100px;
    margin-left: 50%;
    left: -50px;
    text-align: center;
    padding-top: 3px; }
  body div.weekshifter .planner_pickweek {
    position: absolute;
    margin-left: 50%;
    left: 50px;
    width: 200px;
    display: flex; }
    body div.weekshifter .planner_pickweek .ui-datepicker-trigger {
      height: 36px;
      margin-top: -6px; }
      body div.weekshifter .planner_pickweek .ui-datepicker-trigger:hover {
        color: #53af31; }
    body div.weekshifter .planner_pickweek .plannerbox.datepicker {
      height: 36px;
      margin-top: -6px; }
  body div.weekshifter a {
    line-height: 25px; }
  body div.weekshifter input {
    height: 38px;
    font-size: 0.9rem;
    display: inline-block;
    float: none;
    margin: 0px; }
  body div.weekshifter button.ui-datepicker-trigger {
    display: inline-block;
    width: 120px;
    float: none;
    height: 24px; }
  body div.weekshifter button.knop {
    height: 36px;
    padding: 10px 20px;
    color: #fff;
    margin-top: -5px; }
    body div.weekshifter button.knop:hover {
      color: #53af31; }

body #plannerform {
  background: #fff;
  cursor: move;
  height: auto;
  padding-bottom: 50px;
  width: 660px; }
  body #plannerform span.tab_extrainfos a, body #plannerform span.tab_extrainfo:hover a {
    color: #fff; }
  body #plannerform [type="button"].bredeknop, body #plannerform [type="submit"].bredeknop {
    float: none !important;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1rem;
    height: auto;
    padding: 5px 10px;
    text-transform: uppercase; }
    body #plannerform [type="button"].bredeknop:hover, body #plannerform [type="submit"].bredeknop:hover {
      background: transparent;
      color: #53af31 !important;
      border: 1px solid #53af31; }
    body #plannerform [type="button"].bredeknop:not(.green_back), body #plannerform [type="submit"].bredeknop:not(.green_back) {
      background: #a71f1f;
      border-color: #a71f1f; }
      body #plannerform [type="button"].bredeknop:not(.green_back):hover, body #plannerform [type="submit"].bredeknop:not(.green_back):hover {
        background: transparent;
        color: #a71f1f !important;
        border-color: #a71f1f; }
  body #plannerform > table tr td:nth-of-type(1) {
    font-size: 1rem;
    padding-left: 10px; }
  body #plannerform h1 {
    font-size: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: 10px; }
  body #plannerform select {
    display: inline-block;
    appearance: menulist;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    height: 31px !important;
    font-size: 0.9rem;
    padding: 5px;
    margin-left: 0px;
    width: 100%; }
    body #plannerform select.plannerbox {
      background: #fff;
      border: 1px solid #ccc; }
  body #plannerform #planningstijd select {
    width: 49%; }
  body #plannerform .ui-datepicker-trigger {
    width: 50px;
    height: 30px;
    display: inline-block;
    margin-right: 15px; }
  body #plannerform [type=text], body #plannerform #DatumVan {
    display: inline-block;
    margin-left: 0px;
    height: 31px;
    font-size: 0.9rem;
    width: 100%; }
    body #plannerform [type=text]:hover, body #plannerform [type=text]:focus, body #plannerform #DatumVan:hover, body #plannerform #DatumVan:focus {
      background: #fff; }
  body #plannerform #DatumVan {
    width: 34%;
    padding-left: 5px; }
  body #plannerform #E-mail, body #plannerform select[name="LoadLangStrings"], body #plannerform #Postcode, body #plannerform #Plaats {
    width: 49.3% !important; }
  body #plannerform .plannerarea {
    width: 100%; }
  body #plannerform .closeplannerform {
    padding: 5px 10px;
    border: 1px solid #000;
    color: #000;
    line-height: inherit;
    height: auto;
    transition: all 0.2s ease-in-out;
    font-size: 1rem;
    width: auto;
    padding: 10px 20px;
    margin-right: 8px; }
    body #plannerform .closeplannerform:hover {
      background: #000;
      color: #fff;
      cursor: pointer; }
  body #plannerform .printplannerform {
    top: 3px !important;
    right: 5px !important; }

body div.plannerform_extrainfo {
  width: 100%;
  padding-top: 5px; }
body span.tab_extrainfo {
  width: 170px;
  height: 34px;
  line-height: 34px;
  text-transform: uppercase; }
body div.plannerform_extrainfotabs {
  height: 37px; }

.findcustomer_form {
  margin-bottom: 3%; }

.findcustomer_table {
  width: 100%; }
  .findcustomer_table [type="button"], .findcustomer_table [type="submit"] {
    height: 40px;
    margin: 0px;
    border: 0px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin: 2px;
    border-right: #fff 1px solid; }

.inhoud.container [type=text].findcustomer {
  height: 40px;
  margin-bottom: 0px; }

@media screen and (max-width: 1023px) {
  .planner_confirmation table tr td:nth-of-type(1) {
    width: 300px; }

  div.planner_leftcolumn {
    width: 100%; }

  #plannertimes {
    text-align: center; }

  .planner_times_input {
    justify-content: center; }

  .planner table, .planner_confirmation table, .planner_rightcolumn table {
    display: block;
    /* Hide table headers (but not display: none;, for accessibility) */ }
    .planner table .shopitems_header, .planner_confirmation table .shopitems_header, .planner_rightcolumn table .shopitems_header {
      display: none; }
    .planner table thead, .planner table tbody, .planner table th, .planner table td, .planner table tr, .planner_confirmation table thead, .planner_confirmation table tbody, .planner_confirmation table th, .planner_confirmation table td, .planner_confirmation table tr, .planner_rightcolumn table thead, .planner_rightcolumn table tbody, .planner_rightcolumn table th, .planner_rightcolumn table td, .planner_rightcolumn table tr {
      display: block; }
    .planner table thead tr, .planner_confirmation table thead tr, .planner_rightcolumn table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .planner table tr, .planner_confirmation table tr, .planner_rightcolumn table tr {
      border: 1px solid #ccc; }
    .planner table td, .planner_confirmation table td, .planner_rightcolumn table td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%; }
    .planner table td:before, .planner_confirmation table td:before, .planner_rightcolumn table td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; }

  .planner_confirmation table tr {
    border: 0px; }
    .planner_confirmation table tr:after {
      content: "";
      display: table;
      clear: both; }
    .planner_confirmation table tr td {
      width: 50%;
      float: left;
      padding: 0px;
      border: 0px; }

  div.planner_leftcolumn table td {
    padding: 5px; }
    div.planner_leftcolumn table td:first-of-type {
      padding-left: 0px; }

  div.planner_rightcolumn, .planner table {
    min-width: 100%;
    width: 100%;
    padding: 0px;
    border: 0px;
    margin-top: 2%; }
    div.planner_rightcolumn tr, .planner table tr {
      border: 0px; }
      div.planner_rightcolumn tr:after, .planner table tr:after {
        content: "";
        display: table;
        clear: both; }
      div.planner_rightcolumn tr td, .planner table tr td {
        width: 50%;
        float: left;
        padding: 0px;
        border: 0px; }
      div.planner_rightcolumn tr:last-of-type td:last-of-type, .planner table tr:last-of-type td:last-of-type {
        width: 100%; }
    div.planner_rightcolumn input:not([type="submit"]), .planner table input:not([type="submit"]) {
      margin-left: 0px; }
    div.planner_rightcolumn select.plannerbox, .planner table select.plannerbox {
      margin-left: 0px; }
    div.planner_rightcolumn textarea.plannerarea, .planner table textarea.plannerarea {
      margin-left: 0px; }
    div.planner_rightcolumn input.plannerknop, .planner table input.plannerknop {
      margin-left: 0px; }
    div.planner_rightcolumn p, .planner table p {
      margin-top: 10px;
      text-align: center; } }
@media screen and (max-width: 800px) {
  .planner_confirmation table tr td:nth-of-type(1) {
    width: auto;
    text-align: left;
    width: 100%; }

  .planner_steps .planner_stepcurrent, .planner_steps .planner_step, .planner_steps .planner_stepchecked {
    width: 100%; }
  .planner_steps .planner_stepchecked, .planner_steps .planner_step {
    display: none; }

  div.planner_adjust2, div.planner_adjust3 {
    width: 100%;
    margin-top: 0px; }
    div.planner_adjust2 a, div.planner_adjust3 a {
      width: 100%;
      text-align: center; }

  input.plannerknop {
    margin-left: 0px;
    width: 100%; }

  div.planner_rightcolumn, .planner table {
    margin-top: 5%; }
    div.planner_rightcolumn tr, .planner table tr {
      margin-bottom: 10px;
      border: 0px; }
      div.planner_rightcolumn tr td, .planner table tr td {
        width: 100%; }

  .planner_confirmation table tr td {
    width: 100%;
    margin-bottom: 3px;
    margin-top: 3px; }

  div.planner_rightcolumn input.plannerknop, .planner table input.plannerknop {
    width: 100%; }

  .planner_step1 #plannertimes {
    display: block;
    width: 100%;
    padding: 10px; }

  div.planner_rightcolumn tr td, .planner table tr td {
    width: 100%; }

  .planner .datecontainer button, .inhoud_planner .datecontainer button {
    width: auto; }

  .planner_step1 .datepicker {
    font-size: 16px; } }
body input.plannerknop {
  background: #31bd69;
  border-color: #31bd69;
  color: #fff; }
  body input.plannerknop:hover {
    border-color: #31bd69 !important;
    background: transparent !important;
    color: #31bd69 !important; }

.loggedin .planner_buttons.planner_buttons_top {
  display: flex; }

/*body:not(.loggedin_counter){
    .planner_buttons_bottom{
        .nextbutton{
            display: none;
        }
    }
}*/
.result_order_planner button.ui-datepicker-trigger {
  width: auto; }

table.dayplanner tr.dayplanner_top td.first {
  height: 27px !important; }

table.dayplanner tr.top td.first {
  width: 50px !important; }

.tyrelabel_window {
  position: absolute;
  left: 60px;
  top: -1px;
  z-index: 100;
  border: 1px solid transparent;
  /*transition: all .5s ease-in-out;*/
  width: 0px;
  background: #fff; }
  .tyrelabel_window img {
    max-width: 100%;
    vertical-align: middle; }
  .tyrelabel_window.open {
    left: 90px;
    border-color: #000;
    width: 255px; }

.ordernumber_message {
  position: fixed;
  z-index: 80;
  bottom: 10px;
  left: 10px;
  padding: 10px 20px;
  display: flex;
  background: orange;
  color: #fff; }
  .ordernumber_message .ordernumber_close {
    cursor: pointer;
    margin-left: 10px; }
    .ordernumber_message .ordernumber_close:before {
      content: "\f00d";
      font-size: 19px; }

.explainwindow_container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5); }
  .explainwindow_container .explainwindow {
    position: relative;
    background: #fff;
    width: 50%;
    max-width: 550px; }
    .explainwindow_container .explainwindow .explaintitle {
      padding: 30px;
      padding-right: 70px;
      font-size: 1.2rem; }
    .explainwindow_container .explainwindow .explaintext {
      padding: 30px;
      padding-top: 0px; }
    .explainwindow_container .explainwindow .close {
      position: absolute;
      right: 30px;
      top: 30px;
      width: 30px;
      height: 30px;
      cursor: pointer;
      color: #000;
      transition: all 0.2s ease-in-out; }
      .explainwindow_container .explainwindow .close:hover {
        color: #ff0000; }
      .explainwindow_container .explainwindow .close:before {
        content: "\f057";
        display: block;
        position: absolute;
        font: normal normal normal 31px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.site_notification_block {
  display: block;
  background: #000;
  text-align: center;
  color: #fff;
  padding: 5px;
  line-height: 1rem;
  transition: all 0.2s ease-in-out;
  background: #000; }
  .site_notification_block a {
    text-decoration: underline;
    color: #fff; }

.popupclose {
  width: calc(100% - 80px);
  text-align: center;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  margin-left: 40px;
  transition: all .2s ease-in-out;
  cursor: pointer;
  margin-top: -20px;
  position: absolute;
  bottom: -20px; }
  .popupclose:hover {
    background: #fff;
    color: #000; }

.popup_window {
  position: fixed;
  z-index: 300;
  left: 10vw;
  top: 10vh;
  width: 80vw;
  height: 80vh;
  max-height: none;
  background: #fff;
  overflow: visible; }
  .popup_window .popup_window_content {
    max-height: 100%;
    overflow-y: auto;
    padding-bottom: 50px !important; }

@media screen and (max-width: 1023px) {
  .tyrelabel_window, .tyrelabel_window.open {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5); }

  .popup_window {
    left: 0vw;
    top: 0vh;
    width: 100vw;
    height: 100vh;
    border-radius: 0px !important; }
    .popup_window .popup_window_content {
      padding-bottom: 80px !important; }

  .popupclose {
    bottom: 10px; }

  .explainwindow_container {
    z-index: 1000; }
    .explainwindow_container .explainwindow {
      width: 100%;
      max-width: 100%;
      height: 100%;
      max-height: 100%; } }
.window-widesetchoice {
  display: block;
  height: 0px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease-in-out;
  z-index: 100; }
  .window-widesetchoice .window-widesetchoice-container {
    position: absolute;
    width: 500px;
    height: 300px;
    max-width: 100%;
    max-height: 100%;
    background: #fff;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -150px; }
  .window-widesetchoice .window-widesetchoice-content {
    margin: 20px;
    font-size: 15px;
    color: #000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: calc(100% - 40px); }
    .window-widesetchoice .window-widesetchoice-content .title {
      text-align: center;
      font-size: 22px;
      margin-bottom: 10px; }
    .window-widesetchoice .window-widesetchoice-content .description {
      text-align: center; }
    .window-widesetchoice .window-widesetchoice-content .buttonbar {
      display: flex;
      justify-content: center;
      margin-top: 20px; }
      .window-widesetchoice .window-widesetchoice-content .buttonbar .widesetchoice_button {
        border: 1px solid #000;
        color: #000;
        padding: 10px 20px;
        transition: all .2s ease-in-out;
        cursor: pointer;
        margin: 0px 10px; }
        .window-widesetchoice .window-widesetchoice-content .buttonbar .widesetchoice_button:hover {
          background: #000;
          color: #fff; }
  .window-widesetchoice.open {
    height: 100%;
    opacity: 1; }

.share_window_container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200; }
  .share_window_container .share_window {
    width: 90%;
    min-width: 200px; }
    .share_window_container .share_window input {
      width: 100%;
      text-align: center;
      padding: 5px; }

.copiedtoclipboard {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 300;
  pointer-events: none; }
  .copiedtoclipboard .copiedtoclipboardtext {
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #000;
    opacity: 0;
    transition: .5s ease-in-out;
    transform: translateY(0px); }
    .copiedtoclipboard .copiedtoclipboardtext.go {
      transform: translateY(-40px);
      opacity: 1; }

@keyframes whatsappMessage {
  0% {
    left: -50px;
    opacity: 0; }
  10% {
    left: 60px;
    opacity: 1; }
  90% {
    left: 60px;
    opacity: 1; }
  100% {
    left: -50px;
    opacity: 0; } }
.onclick {
  cursor: pointer; }

.whatsappmessage {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #49c653;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  z-index: 300; }
  .whatsappmessage:before {
    content: "\f232";
    font-size: 37px;
    color: #fff;
    margin-left: 10px;
    top: 7px;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center; }

body.plus_active .whatsappmessage {
  bottom: 65px; }
body.plus_active .whatsappmessage2 {
  bottom: 10px; }

.whatsappmessage2 {
  right: inherit;
  left: 10px;
  bottom: 10px; }
  .whatsappmessage2:before {
    z-index: 20;
    background: #49c653;
    border-radius: 50px; }
  .whatsappmessage2 .message {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
    border-radius: 10px;
    position: absolute;
    left: -50px;
    opacity: 0;
    height: 50px;
    bottom: 0px;
    font-size: 14px;
    line-height: 14px;
    z-index: 10; }
    .whatsappmessage2 .message.open {
      animation-name: whatsappMessage;
      animation-duration: 6s;
      animation-delay: 3s; }
    .whatsappmessage2 .message:before {
      content: '';
      display: block;
      background: #fff;
      position: absolute;
      transform: rotate(45deg);
      width: 10px;
      height: 10px;
      left: -5px;
      top: 21px; }
    .whatsappmessage2 .message span {
      display: block;
      margin: 25px 10px;
      width: 140px; }

.quotation_form {
  display: flex;
  flex-wrap: wrap; }
  .quotation_form .edit_button {
    cursor: pointer;
    border: 1px solid #000;
    background: #000;
    height: 40px;
    text-indent: 0px;
    font-size: 16px;
    padding: 5px 25px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    color: #fff;
    margin: 5px 10px;
    white-space: nowrap;
    font-weight: 700; }
    .quotation_form .edit_button .fa {
      font-size: 23px;
      position: relative;
      top: 3px;
      margin-right: 5px; }
    .quotation_form .edit_button:hover {
      background: transparent;
      color: #000; }
  .quotation_form .quotation_form_fields {
    width: 100%; }

.quotation_form_advview {
  max-height: 0px;
  margin: 0px !important;
  transition: all .2s ease-in-out; }
  .quotation_form_advview.open {
    margin-bottom: 5px !important;
    max-height: 80px; }

.quotation_form_fields {
  flex-grow: 1;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s ease-in-out; }
  .quotation_form_fields.open {
    max-height: 1000px; }

.quotation_form_fields_first {
  max-height: none; }

.inhoud.container .orderform2 .quotation_form_fields_first .input-combine {
  background: transparent;
  margin-bottom: 5px; }
  .inhoud.container .orderform2 .quotation_form_fields_first .input-combine .form-fieldcontainer {
    padding-top: 0px;
    padding-bottom: 0px; }
  .inhoud.container .orderform2 .quotation_form_fields_first .input-combine .dynamiclabel input {
    border: 1px solid #ccc; }

@media screen and (max-width: 1023px) {
  .quotation_form {
    flex-wrap: wrap; }

  main .inhoud.container .knop_offerte2 {
    width: calc(100% - 60px); } }
.relatedproducts_old .relatedproducts_content {
  width: 70%; }
  .relatedproducts_old .relatedproducts_content .productsfound {
    padding-top: 50px; }

.product_single .relatedproduct_category .product_container .product_cell .tyrelabel {
  display: inherit !important;
  min-height: 0px;
  min-width: 130px;
  margin-right: 0px; }
.product_single .relatedproduct_category .layouts {
  display: none; }

.additional_products {
  margin-top: 50px;
  width: 100%; }

.relatedproducts_container {
  width: 100%; }
  .relatedproducts_container .select2-container {
    margin-bottom: 0px; }

.relatedproduct_category {
  position: relative;
  /*max-height: 700px;*/
  overflow: hidden;
  min-height: 115px; }
  .relatedproduct_category .no_products {
    padding: 10px;
    border: 1px solid #9b9b9b;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    cursor: default;
    color: #9b9b9b; }
    .relatedproduct_category .no_products:before {
      content: "\f071";
      margin-right: 5px;
      margin-left: 5px; }
  .relatedproduct_category .searchresult_count {
    display: block !important;
    font-size: 1rem !important; }
  .relatedproduct_category .no_results_message {
    display: none; }
  .relatedproduct_category.isloading .loader {
    display: flex; }
  .relatedproduct_category .productsfound div.product_amount {
    display: none !important; }
  .relatedproduct_category .loader {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100;
    justify-content: center;
    align-items: center; }
    .relatedproduct_category .loader .lds-roller {
      transform: scale(0.8); }
      .relatedproduct_category .loader .lds-roller div:after {
        background: #000; }
  .relatedproduct_category .product_content.column-left {
    min-height: 800px; }
  .relatedproduct_category .product_content.column-top {
    min-height: 300px; }
  .relatedproduct_category .relatedproducts_tpms .product_content.column-left {
    min-height: 400px; }
  .relatedproduct_category .pagenav a {
    cursor: pointer; }

.relatedproducts_container .search_results .product_container div.product .product_cell .price_set {
  display: block !important;
  margin-top: 5px;
  margin-bottom: 5px; }
  .relatedproducts_container .search_results .product_container div.product .product_cell .price_set .price {
    font-weight: 500; }

div.products_main .relatedproduct_category .searchresult_count {
  max-width: calc(60%);
  position: absolute;
  top: 10px; }
div.products_main .relatedproduct_category .column-top .searchresult_count {
  position: relative;
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 30px; }

.single_product .relatedproducts_container .layout_grid .search_results .product_container div.product .product_cell .storage_info {
  padding-bottom: 65px; }
  .single_product .relatedproducts_container .layout_grid .search_results .product_container div.product .product_cell .storage_info .orderbutton {
    bottom: 0px; }
.single_product .relatedproducts_container .layout_grid .search_results .product_container.products_are_wide div.product.product_rear, .single_product .relatedproducts_container .layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide {
  padding-bottom: 80px; }
  .single_product .relatedproducts_container .layout_grid .search_results .product_container.products_are_wide div.product.product_rear .product_cell .storage_info, .single_product .relatedproducts_container .layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide .product_cell .storage_info {
    padding-bottom: 0px; }
  .single_product .relatedproducts_container .layout_grid .search_results .product_container.products_are_wide div.product.product_rear .price_set_wide, .single_product .relatedproducts_container .layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide .price_set_wide {
    bottom: -25px; }
  .single_product .relatedproducts_container .layout_grid .search_results .product_container.products_are_wide div.product.product_rear .product_cell .storage_info .orderbutton, .single_product .relatedproducts_container .layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide .product_cell .storage_info .orderbutton {
    bottom: -81px; }

.relatedproduct_category_title_container {
  width: 100%;
  background: #000;
  position: relative;
  overflow: hidden; }
  .relatedproduct_category_title_container:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url("/img/shop/relatedproducts_tyres.jpg") center center;
    background-size: cover;
    opacity: 0.5; }
  .relatedproduct_category_title_container .relatedproduct_category_title, .relatedproduct_category_title_container .relatedproduct_category_subtitle {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2; }

.relatedproduct-type-tyres .relatedproduct_category_title_container:before {
  background: url("/img/shop/relatedproducts_tyres.jpg") center center; }

.relatedproduct-type-tpms .relatedproduct_category_title_container:before {
  background: url("/img/shop/relatedproducts_tpms.jpg") center center;
  opacity: 0.3; }

.relatedproduct_category_arrows {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
  font-size: 30px; }
  .relatedproduct_category_arrows:before, .relatedproduct_category_arrows:after {
    content: "\f0d7";
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -15px; }
  .relatedproduct_category_arrows:before {
    left: 60px; }
  .relatedproduct_category_arrows:after {
    right: 60px; }

.relatedproduct_category_title {
  padding: 10px;
  text-transform: inherit;
  font-size: 30px;
  font-weight: 700;
  padding-top: 20px; }

.relatedproduct_category_subtitle {
  padding-bottom: 25px;
  font-size: 16px;
  padding-left: 100px;
  padding-right: 100px; }

.template_related_1 .product_container div.product .product_cell:nth-of-type(1) a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px;
  margin-top: -5px; }
  .template_related_1 .product_container div.product .product_cell:nth-of-type(1) a img {
    max-width: 100px;
    max-height: 100px !important; }
    .template_related_1 .product_container div.product .product_cell:nth-of-type(1) a img:nth-of-type(1) {
      margin-bottom: 20px; }
  .template_related_1 .product_container div.product .product_cell:nth-of-type(1) a:after {
    content: "\f067";
    color: #000;
    position: absolute;
    font-size: 17px; }
.template_related_1 .product_container .mainproduct_description_block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  clear: both;
  padding-top: 5px; }
.template_related_1 .product_container .mainproduct_description_title {
  font-weight: 700; }
.template_related_1 .product_container .mainproduct_description_text {
  font-weight: 700; }
.template_related_1 .product_container:hover div.product .product_cell:nth-of-type(1) a img {
  margin-top: 0px;
  margin-left: -5px; }
.template_related_1 .productsfound.layout_list div.product {
  min-height: 270px; }
.template_related_1 .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name {
  margin-top: 120px; }
.template_related_1 .productsfound.layout_grid .search_results .product_container div.product .product_cell:nth-of-type(1) a:after {
  right: calc(50% + 3px);
  top: 55px; }
.template_related_1 .productsfound.layout_grid .search_results .product_container div.product .product_cell:nth-of-type(1) a img:nth-of-type(1) {
  margin-bottom: 0px; }
.template_related_1 .productsfound.layout_grid .search_results .product_container .mainproduct_description_block {
  justify-content: center;
  align-items: center;
  position: relative; }
.template_related_1 .productsfound.layout_grid .search_results .product_container.products_are_wide div.product .product_cell.product_name {
  margin-top: -30px; }

@media screen and (max-width: 1023px) {
  div.products_main .relatedproduct_category .searchresult_count {
    max-width: 100%;
    position: relative;
    top: 0px; }

  .relatedproducts_container .setprice_text {
    width: 100%;
    display: block;
    font-size: 11px;
    margin-bottom: 2px; }

  .template_related_1 .productsfound.layout_grid .search_results .product_container div.product .product_cell:nth-of-type(1) a:after {
    top: 70px; }
  .template_related_1 .productsfound.layout_grid .search_results .product_container div.product .product_cell:nth-of-type(1) a img:nth-of-type(1) {
    margin-bottom: 0px;
    margin-right: 20px; }

  .template_related_1 .single_product .relatedproducts_container .layout_grid .search_results .product_container div.product .product_cell.product_price {
    /*padding-bottom: 15px;*/ }
    .template_related_1 .single_product .relatedproducts_container .layout_grid .search_results .product_container div.product .product_cell.product_price .price_set {
      bottom: 50px; }
      .template_related_1 .single_product .relatedproducts_container .layout_grid .search_results .product_container div.product .product_cell.product_price .price_set .extraremark_tyres {
        padding-top: 5px; }
    .template_related_1 .single_product .relatedproducts_container .layout_grid .search_results .product_container div.product .product_cell.product_price .extraremark_space {
      padding-top: 5px; }

  .template_related_1 .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name {
    margin-top: 140px; } }
@media screen and (max-width: 767px) {
  .relatedproduct_category_subtitle {
    padding-left: 10px;
    padding-right: 10px; }

  .relatedproduct_category_title {
    font-size: 23px; }

  .relatedproduct_category_arrows:before, .relatedproduct_category_arrows:after {
    top: 35px; } }
@media screen and (max-width: 440px) {
  .template_related_1 .productsfound.layout_grid .search_results .product_container div.product .product_cell:nth-of-type(1) a img {
    max-height: 87px; }
  .template_related_1 .productsfound.layout_grid .search_results .product_container div.product .product_cell:nth-of-type(1) a:after {
    top: 40px;
    right: calc(50% + -7px); }
  .template_related_1 .productsfound.layout_grid .search_results .product_container div.product .product_cell.product_name {
    margin-top: 100px; } }
.fav_button {
  border: 1px solid;
  width: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  cursor: pointer;
  position: relative; }
  .fav_button:before {
    position: absolute;
    content: "\f004";
    opacity: 0;
    transition: all 0.2s ease-in-out;
    left: 13px;
    top: 10px; }
  .fav_button:after {
    position: absolute;
    content: "\f08a";
    left: 13px;
    top: 10px; }
  .fav_button:hover:before, .fav_button.active:before {
    opacity: 1; }

.single_product .productdetails .fav_button, .single_product .productinfo_container .fav_button {
  position: relative;
  width: 100%;
  margin: 0px;
  margin-top: 5px;
  font-size: 1rem;
  height: 46px;
  line-height: 41px;
  padding: 0px 20px; }
  .single_product .productdetails .fav_button:before, .single_product .productdetails .fav_button:after, .single_product .productinfo_container .fav_button:before, .single_product .productinfo_container .fav_button:after {
    left: inherit;
    right: 20px;
    font-size: 22px; }

.cardetails_reset {
  border: 1px solid #fff;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
  .cardetails_reset:hover, .cardetails_reset.open {
    background: #fff;
    color: #000; }
  .cardetails_reset:before {
    content: "\f0e2";
    font-size: 19px; }

.cardetails_reset_mobile {
  display: none; }

.cardetails_info {
  border: 1px solid #fff;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
  .cardetails_info:hover, .cardetails_info.open {
    background: #fff;
    color: #000; }
  .cardetails_info:before {
    content: "\f129";
    font-size: 19px; }
  .cardetails_info span {
    display: none; }

.cardetails_or {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 5px; }

.cardetails {
  position: absolute;
  /*right: -240px;*/
  width: 230px;
  top: 40px;
  min-height: 100%;
  /*background: rgba(#000, 0.6);*/
  /*border-radius: 5px;*/
  color: #fff;
  opacity: 0;
  max-height: 0px;
  max-width: 0px;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out, transform 0.5s ease-in-out;
  right: 0px;
  background: #000;
  border-radius: 0px;
  z-index: 10;
  padding: 0px;
  transform: translateY(-50px); }
  .cardetails .title {
    width: 100% !important;
    font-weight: 300;
    display: inline-block !important;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center; }
  .cardetails .description {
    font-size: 14px;
    text-align: center; }
  .cardetails .button {
    width: calc(100% - 20px);
    text-align: center;
    border: 1px solid #fff;
    padding: 8px;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    position: absolute;
    bottom: 18px;
    cursor: pointer; }
    .cardetails .button:hover {
      background: #fff;
      color: #000; }
  .cardetails .direct_shop {
    position: relative;
    width: 100%;
    display: inline-block;
    bottom: inherit;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px; }
  .cardetails.open {
    transform: translateY(0px);
    opacity: 1;
    padding: 10px;
    padding-bottom: 67px;
    max-height: 1000px;
    max-width: 1000px; }

.cardetails_overview {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0px;
  left: 0px;
  z-index: 1000; }
  .cardetails_overview table {
    font-size: 14px;
    width: 100%; }
    .cardetails_overview table tr {
      background: transparent;
      transition: all 0.2s ease-in-out; }
      .cardetails_overview table tr:hover {
        background: #f0f0f0; }
      .cardetails_overview table tr td {
        padding: 5px;
        vertical-align: top; }
        .cardetails_overview table tr td:nth-of-type(1) {
          font-weight: 500;
          min-width: 150px;
          padding-left: 0px; }
    .cardetails_overview table .has_image span {
      float: left;
      margin-right: 8px; }
    .cardetails_overview table .has_image:before {
      border: 1px solid #000;
      content: "\f030";
      display: inline-block;
      position: relative;
      font: normal normal normal 13px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: all 0.2s linear;
      color: #000;
      padding: 5px;
      border-radius: 20px;
      margin-right: 5px;
      margin-bottom: 5px; }
    .cardetails_overview table .has_image:hover:before {
      background: #000;
      color: #fff; }
    .cardetails_overview table .has_image:hover .img_container {
      max-height: 700px; }
    .cardetails_overview table .img_container {
      width: 100%;
      max-height: 0px;
      overflow: hidden;
      transition: all 0.5s ease-in-out;
      position: relative; }
    .cardetails_overview table img {
      max-width: 100%; }
  .cardetails_overview.open .cardetails_container {
    max-height: 80vh;
    margin-top: 10vh; }
  .cardetails_overview.open .cardetails_overview_close, .cardetails_overview.open .cardetails_body {
    opacity: 1; }
  .cardetails_overview .cardetails_container {
    position: absolute;
    width: 500px;
    margin: auto auto;
    margin-left: 50%;
    left: -250px;
    background: #fff;
    margin-top: 50%;
    border-radius: 0px;
    padding: 0px;
    height: 75%;
    transition: all 0.5s ease-in-out;
    max-height: 0%; }
  .cardetails_overview .cardetails_content {
    position: relative;
    width: 100%;
    height: 100%; }
  .cardetails_overview .cardetails_body {
    position: absolute;
    padding: 20px;
    height: 100%;
    width: 100%;
    overflow: auto;
    opacity: 0;
    transition: all 0.5s ease-in-out; }
    .cardetails_overview .cardetails_body a {
      color: #000;
      text-decoration: underline;
      transition: all 0.2s ease-in-out; }
      .cardetails_overview .cardetails_body a:hover {
        color: #000; }
    .cardetails_overview .cardetails_body h1, .cardetails_overview .cardetails_body h2, .cardetails_overview .cardetails_body h3, .cardetails_overview .cardetails_body h4 {
      color: #000;
      font-size: 17px;
      font-weight: 800; }
  .cardetails_overview .cardetails_overview_close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    padding-top: 1px;
    border: 2px solid #000;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    opacity: 0; }
    .cardetails_overview .cardetails_overview_close:before {
      content: "\f00d";
      display: inline-block;
      position: relative;
      font: normal normal normal 15px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .cardetails_overview .cardetails_overview_close:hover {
      background: #fff;
      color: #000; }

.showCardetails {
  float: left;
  clear: both;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #5d5d5d;
  margin-right: 5px;
  margin-top: 10px;
  transition: all 0.2s ease-in-out; }
  .showCardetails:before {
    content: "\f129";
    display: inline-block;
    position: relative;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in-out; }
  .showCardetails:hover {
    cursor: pointer;
    background: #5d5d5d; }
    .showCardetails:hover:before {
      color: #fff; }

@media screen and (max-width: 1023px) {
  .cardetails_info {
    display: none; } }
.orderlist {
  height: auto !important;
  font-size: 1rem; }
  .orderlist thead {
    text-align: left;
    font-size: 1.2rem;
    border-bottom: 1px solid; }
  .orderlist tbody {
    font-size: 1.1rem; }
    .orderlist tbody tr {
      transition: all 0.2s ease-in-out; }
      .orderlist tbody tr:nth-of-type(1) td {
        padding-top: 5px; }
      .orderlist tbody tr:hover {
        background: #f7f7f7; }
  .orderlist a {
    text-decoration: underline; }

.cookie-consent {
  z-index: 10000;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 100%;
  overflow: hidden;
  transition: transform .5s,opacity .5s,visibility .5s; }

.cookie-consent[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate(0, 100px); }

.cookie-consent__inner {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  border-radius: 4px;
  overflow: hidden; }

.cookie-consent--popup {
  transform: translate3d(0, 0, 0);
  box-shadow: 0 15px 50px -12px rgba(0, 0, 0, 0.25); }

@media (min-width: 40em) {
  .cookie-consent--popup {
    bottom: 25px;
    max-width: 400px;
    max-height: calc(100% - 50px); }

  .cookie-consent--popup.cookie-consent--right {
    right: 25px;
    left: auto; }

  .cookie-consent--popup.cookie-consent--right[aria-hidden=true] {
    transform: translate(100px, 0); }

  .cookie-consent--popup.cookie-consent--left {
    right: auto;
    left: 25px; }

  .cookie-consent--popup.cookie-consent--left[aria-hidden=true] {
    transform: translate(-100px, 0); } }
.cookie-consent--banner {
  transform: translate3d(0, 0, 0);
  box-shadow: 0 15px 50px -12px rgba(0, 0, 0, 0.25); }

@media (min-width: 40em) {
  .cookie-consent--banner {
    max-width: 100%;
    padding-right: 24px; }

  .cookie-consent--banner .cookie-consent__inner form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1170px;
    margin: 0 auto; }

  .cookie-consent--banner .cookie-consent__tab-list {
    order: 2;
    width: 100%; }

  .cookie-consent--banner .cookie-consent__button {
    width: auto;
    min-height: 45px;
    padding: 10px 24px; } }
.cookie-consent--banner.cookie-consent--top {
  top: 0;
  bottom: auto; }

@media (min-width: 40em) {
  .cookie-consent--banner.cookie-consent--top[aria-hidden=true] {
    transform: translate(0, -100%); } }
.cookie-consent--banner.cookie-consent--bottom {
  top: auto;
  bottom: 0; }

@media (min-width: 40em) {
  .cookie-consent--banner.cookie-consent--bottom[aria-hidden=true] {
    transform: translate(0, 100%); } }
.cookie-consent--overlay {
  box-shadow: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 24px; }

.cookie-consent--overlay[aria-hidden=true] {
  transform: translate(0, 0); }

.cookie-consent--overlay[aria-hidden=true] .cookie-consent__inner {
  transform: translate(0, 100px); }

.cookie-consent--overlay .cookie-consent__inner {
  box-shadow: 0 15px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 600px;
  height: auto;
  transform: translate(0, 0);
  transition: transform .5s,opacity .5s,visibility .5s; }

.cookie-consent--overlay .cookie-consent__button {
  min-height: 45px;
  padding: 10px 24px;
  display: block;
  width: auto;
  margin: 24px auto; }

.cookie-consent__backdrop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9990;
  background: #000; }

.cookie-consent__header {
  padding: 20px 24px; }

.cookie-consent__header span.h1 {
  font-size: 20px;
  margin: 0 auto .5em; }

@screen md {
  .cookie-consent__header span.h1 {
    font-size: 26px; } }
.cookie-consent__header p:last-child {
  margin-bottom: 0; }

.cookie-consent__tab-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  transition: all .2s ease-in-out; }

.cookie-consent__tab-list.hidden {
  height: 0;
  opacity: 0;
  pointer-events: none; }

.cookie-consent__tab-list.visible {
  height: auto;
  opacity: 1;
  pointer-events: all; }

.cookie-consent__tab-list li {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.cookie-consent__tab {
  display: flex;
  align-items: stretch; }

.cookie-consent__option {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding: 15px 24px 17px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.cookie-consent__option:not([data-required=true]):hover {
  background: rgba(0, 0, 0, 0.05); }

.cookie-consent__option input {
  margin-right: 10px; }

.cookie-consent__tab-toggle {
  position: relative;
  flex: 0 0 auto;
  display: block;
  width: 55px;
  min-height: 55px;
  padding: 10px;
  background: rgba(0, 0, 0, 0);
  line-height: 0; }

.cookie-consent__tab-toggle:hover {
  background: rgba(0, 0, 0, 0.05); }

.cookie-consent__tab-toggle > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -9px;
  width: 18px;
  height: 11px;
  fill: #000; }

.cookie-consent__tab-toggle[aria-selected=true] > svg {
  transform: scaleY(-1); }

.cookie-consent__tab-panel {
  position: relative;
  overflow: hidden;
  transition: all .35s; }

.cookie-consent__tab-panel[aria-hidden=true] {
  display: none; }

.cookie-consent__tab-description {
  padding: 20px 24px;
  background: rgba(0, 0, 0, 0.05); }

.cookie-consent__tab-description::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #fff;
  border-bottom: 0; }

.cookie-consent__links {
  display: flex;
  margin-top: 1em; }

.cookie-consent__links a {
  color: #f5a816;
  text-decoration: underline;
  display: inline-block; }

.cookie-consent__links a:hover {
  text-decoration: none; }

.cookie-consent__links a + a {
  margin-left: 24px; }

.cookie-consent__button {
  outline: none;
  border: none;
  transition: all linear .2s;
  width: 100%;
  min-height: 55px;
  font-weight: bold;
  line-height: 1.1;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background: #f5a816;
  background-size: 200%;
  color: #fff;
  font-size: 1em;
  position: relative;
  z-index: 1; }

.cookie-consent__button:focus, .cookie-consent__button:hover {
  background-position: left 0; }

.cookie-consent__option input {
  left: initial;
  opacity: 1;
  position: relative;
  z-index: 10; }

.cookie-consent__tab {
  height: auto !important;
  border: 0px; }

.cookie-consent__button {
  transition: all .2s ease-in-out;
  background: #000;
  border: 1px solid #000; }
  .cookie-consent__button:hover {
    background: #fff;
    color: #000; }

.cookie-consent__links a {
  color: #000; }

header.cookie-consent__header {
  border-bottom: 0px !important;
  height: auto !important;
  display: block !important;
  flex-flow: initial !important; }
  header.cookie-consent__header span.h1 {
    font-weight: 500 !important; }

.cookie-consent__option:not([data-required=true]) {
  transition: background .2s ease-in-out; }

.cookie-consent--banner {
  padding-right: 0px; }

.cookie-consent__tab {
  flex-flow: row; }

.cookie-consent__tab-description::after {
  left: 23px; }

.carselect_motor {
  position: absolute;
  bottom: -20px;
  color: #fff;
  font-style: italic;
  font-size: 15px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: all .2s ease-in-out; }
  .carselect_motor:hover {
    border-bottom: 1px solid #fff; }

.carselect_motor_currentselection:after {
  content: "\f105";
  font-size: 17px;
  margin-left: 5px;
  position: relative;
  top: 1px; }

.carselect_motor_selection_container {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 90;
  background: rgba(0, 0, 0, 0.5); }
  .carselect_motor_selection_container.open {
    display: flex; }

.carselect_motor_selection_content {
  max-width: 100%;
  width: 600px;
  background: #fff;
  padding: 20px;
  overflow: auto;
  height: 50%; }
  .carselect_motor_selection_content .motortitle {
    width: 100%;
    font-size: 23px; }
  .carselect_motor_selection_content .motorsubtitle {
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px; }

.carselect_motor_selection_value {
  border: 1px solid #000;
  border-bottom: 0px;
  padding: 5px 10px;
  cursor: pointer;
  transition: all .2s ease-in-out;
  position: relative; }
  .carselect_motor_selection_value:after {
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 8px; }
  .carselect_motor_selection_value:last-of-type {
    border-bottom: 1px solid #000; }
  .carselect_motor_selection_value:hover, .carselect_motor_selection_value.open {
    background: #000;
    color: #fff; }

/* way the hell off screen */
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px; }

.vehicleselection_prev_page {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 20px;
  background: #e2e2e2;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  transform: translateX(-30px);
  transition: transform .2s ease-in-out, background .2s ease-in-out, color .2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center; }
  .vehicleselection_prev_page:after {
    content: "\f104";
    font-size: 17px;
    display: block; }
  .vehicleselection_prev_page.open {
    opacity: 1;
    transform: translateX(0px); }
  .vehicleselection_prev_page:hover {
    background: #000;
    color: #fff; }

.product_content .carselectionbox-container {
  display: flex;
  justify-content: center; }
.product_content .carselection_v1 {
  width: 100%; }

.carselection_v1 {
  display: flex;
  width: 350px;
  max-width: 100%;
  flex-direction: column; }

.carselection_input {
  display: flex;
  flex-grow: 1;
  justify-content: space-between; }
  .carselection_input.carselected .carselection_vehiclefilter {
    display: none; }
  .carselection_input.carselected .carselection_selection {
    display: flex; }
  .carselection_input.carselected #carselection_licenseplate, .carselection_input.carselected .carselection_licenseplate_button {
    height: 40px; }
  .carselection_input .carselection_vehicle_container, .carselection_input .carselection_licenseplate {
    width: 50%;
    flex-grow: 1; }
    .carselection_input .carselection_vehicle_container input, .carselection_input .carselection_licenseplate input {
      transition: all .2s ease-in-out;
      width: 100%;
      box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0); }
      .carselection_input .carselection_vehicle_container input:focus, .carselection_input .carselection_licenseplate input:focus {
        box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.5); }
  .carselection_input .carselection_vehiclefilter input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    border: 0px;
    outline: none;
    border: 1px solid #ccc;
    border-bottom: 0px; }
  .carselection_input .carselection_licenseplate {
    max-width: 280px; }

.carselection_selection {
  display: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 1px solid #ccc;
  font-size: 15px;
  transition: all .2s ease-in-out;
  cursor: pointer; }
  .carselection_selection:hover {
    background: #ccc;
    color: #fff; }

.carselection_input .carselection_licenseplate {
  display: flex; }
  .carselection_input .carselection_licenseplate input {
    background-image: url(../img/licenseplate_nl.png);
    background-color: #f7c607;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0px;
    outline: none;
    height: 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    padding: 0px 0px 0px 20px;
    margin-left: 5px;
    width: calc(100% - 5px - 50px);
    transition: all .2s ease-in-out; }

.carselection_licenseplate_button {
  width: 50px;
  height: 35px; }
  .carselection_licenseplate_button.loading:after {
    display: none; }
  .carselection_licenseplate_button:after {
    content: "\f002";
    font-size: 18px; }

.carselection_vehicle {
  background: #fff;
  min-height: 170px;
  border: 1px solid #ccc;
  color: #000;
  overflow: hidden;
  position: relative;
  transition: all 1s ease-in-out; }
  .carselection_vehicle.closed {
    max-height: 0px;
    min-height: 0px;
    border-color: transparent;
    background: transparent; }

.vehicleselection_container {
  position: absolute;
  width: auto;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  left: 0%; }

.vehicleselection_content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden; }

.carselection_vehicle_page {
  display: flex;
  flex-direction: column;
  overflow: auto;
  width: auto;
  height: auto;
  left: 0px;
  top: 0px; }
  .carselection_vehicle_page .carselection_part {
    min-height: 30px;
    padding: 4px;
    padding-left: 30px;
    flex-grow: 0;
    border-bottom: 1px solid #ccc;
    background: #fff;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    display: flex;
    flex-wrap: wrap; }
    .carselection_vehicle_page .carselection_part div {
      width: 100%;
      align-items: center; }
    .carselection_vehicle_page .carselection_part.carselection_hide {
      display: none; }
    .carselection_vehicle_page .carselection_part:hover, .carselection_vehicle_page .carselection_part:focus {
      background: #efefef; }
    .carselection_vehicle_page .carselection_part:after {
      content: "\f105";
      font-size: 17px;
      position: absolute;
      right: 10px;
      bottom: 8px; }
  .carselection_vehicle_page:first-of-type .carselection_part {
    padding-left: 10px; }

.carselection_part_subtitle {
  font-size: 12px;
  font-weight: 600; }

.carselection_part_favorite {
  font-weight: 600; }

.carselection_part_afterfavorite {
  margin-top: 15px;
  border-top: 1px solid #ccc; }

.loading_vehicleselection_indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: none;
  font-size: 26px; }
  .loading_vehicleselection_indicator:before {
    content: "\f1ce";
    transition: all 0.2s ease-in-out;
    -webkit-animation: rotating 1.5s linear infinite;
    -moz-animation: rotating 1.5s linear infinite;
    -ms-animation: rotating 1.5s linear infinite;
    -o-animation: rotating 1.5s linear infinite;
    animation: rotating 1.5s linear infinite; }

.loading_vehicleselection .loading_vehicleselection_indicator {
  display: flex; }

/*.carselection_vehicle_part{
    position: absolute;
    width: 170px;
    height: auto;
    min-height: unset;
    overflow: hidden;
    transform-origin: left top;
    transform: rotate(-90deg) translateX(-170px);
    height: 30px;
    
    &:nth-of-type(1){
        margin-left: 0px;
    }
    
    &:nth-of-type(2){
        margin-left: 30px;
    }
    
    &:nth-of-type(3){
        margin-left: 60px;
    }
    
    &:nth-of-type(4){
        margin-left: 90px;
    }
    
    .carselection_part{
        display: none;
        
        &.selected{
            display: block;
            
            &:after{
                transform: rotate(90deg);
                margin-top: 4px;
            }
        }
    }
    
    &:last-of-type{
        width: 100%;
        height: 100%;
        overflow: auto;
        transform: rotate(0deg);
        
        &:nth-of-type(2){
            margin-left: 30px;
        }
        
        &:nth-of-type(3){
            margin-left: 60px;
        }
        
        &:nth-of-type(4){
            margin-left: 90px;
        }
        
        &:nth-of-type(5){
            margin-left: 120px;
        }
        
        .carselection_part{
            display: block;
        }
    }
} */
@media screen and (max-width: 1023px) {
  .carselect_motor_selection_value {
    padding: 10px 15px; }
    .carselect_motor_selection_value:after {
      top: 12px; }

  .carselect_motor_selection_content {
    height: 100%; }

  .carselection_vehicle_page .carselection_part {
    font-size: 16px;
    padding-left: 50px;
    min-height: 35px; }

  .carselection_vehicle {
    min-height: 250px; }

  .carselection_input .carselection_vehiclefilter input {
    font-size: 16px; }

  .vehicleselection_prev_page {
    width: 40px; }

  .carselection_selection {
    font-size: 13px;
    background: #fff; }

  .carselection_input #carselection_licenseplate, .carselection_input .carselection_licenseplate_button {
    height: 40px; } }
@media screen and (max-width: 450px) {
  .carselection_input {
    flex-wrap: wrap; }
    .carselection_input .carselection_vehicle_container {
      order: 2;
      width: 100%; }
    .carselection_input .carselection_licenseplate {
      width: 100%;
      max-width: 100%;
      margin-bottom: 5px; }
    .carselection_input #carselection_licenseplate {
      width: calc(100% - 50px); } }
.single_product_alternatives {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }
  .single_product_alternatives .storage_info .deliverydate, .single_product_alternatives .storage_info .stockamount, .single_product_alternatives .storage_info .deliveryspeed {
    display: none !important; }
  .single_product_alternatives .price_visible.price_cell {
    display: none !important; }
  .single_product_alternatives .alternatives_title {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    display: flex;
    height: 40px;
    align-items: center; }
  .single_product_alternatives .alternatives_container {
    width: 100%;
    z-index: 10;
    position: relative;
    max-height: 150px;
    transition: all .5s ease-in-out;
    overflow: hidden; }
  .single_product_alternatives .owl-carousel .owl-item img {
    display: inline-block; }
  .single_product_alternatives div.product_main.product_single {
    padding-top: 0px; }
  .single_product_alternatives .single_product_alternatives_container {
    width: 100%; }
  .single_product_alternatives .part_products {
    margin-top: 30px;
    margin-bottom: 10px;
    opacity: 0; }
  .single_product_alternatives .loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px; }
    .single_product_alternatives .loading:before {
      z-index: 100;
      font-size: 37px;
      color: #000 !important; }
  .single_product_alternatives:after {
    content: '';
    display: block;
    width: 100vw;
    height: calc(100% - 42px);
    position: absolute;
    margin-left: calc(50% - 50vw - 9px);
    margin-right: calc(50% - 50vw);
    top: 40px;
    left: 0px;
    background: #fff;
    z-index: 1; }

.designproductpage-3 .single_product_alternatives .part_products {
  margin-top: 0px; }

@media screen and (max-width: 1023px) {
  .alternatives_container .owl-carousel .owl-item img {
    width: auto; }

  .search_results.owl-carousel .product_container {
    width: 100% !important; }

  .product_images .product_imagelist_gallery_images {
    max-height: 254px; }

  .alternatives_container .owl-carousel {
    justify-content: center; }
  .alternatives_container .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 5px; }
    .alternatives_container .owl-dots .owl-dot {
      background: #d2d2d2;
      padding: 4px !important;
      margin: 2px;
      border-radius: 20px; }
      .alternatives_container .owl-dots .owl-dot.active {
        background: #000; }

  .single_product_alternatives .part_products {
    margin-top: 10px;
    margin-bottom: 10px; }

  .single_product_alternatives {
    margin-top: 20px; } }
@media screen and (max-width: 770px) {
  .product_images .product_imagelist_gallery_images {
    max-height: 176px; } }
@media screen and (max-width: 550px) {
  .product_images .product_imagelist_gallery_images {
    max-height: 169px; }
    .product_images .product_imagelist_gallery_images figure {
      max-width: 31%;
      margin-right: 2%;
      margin-bottom: 2%; } }
@media screen and (max-width: 522px) {
  .product_images .product_imagelist_gallery_images {
    max-height: 161px; } }
@media screen and (max-width: 501px) {
  .product_images .product_imagelist_gallery_images {
    max-height: 152px; } }
@media screen and (max-width: 478px) {
  .product_images .product_imagelist_gallery_images {
    max-height: 145px; } }
@media screen and (max-width: 458px) {
  .product_images .product_imagelist_gallery_images {
    max-height: 136px; } }
@media screen and (max-width: 434px) {
  .product_images .product_imagelist_gallery_images {
    max-height: 128px; } }
@media screen and (max-width: 413px) {
  .product_images .product_imagelist_gallery_images {
    max-height: 119px; } }
@media screen and (max-width: 390px) {
  .product_images .product_imagelist_gallery_images {
    max-height: 112px; } }
@media screen and (max-width: 372px) {
  .product_images .product_imagelist_gallery_images {
    max-height: 104px; } }
@media screen and (max-width: 352px) {
  .product_images .product_imagelist_gallery_images {
    max-height: 96px; } }
@media screen and (max-width: 333px) {
  .product_images .product_imagelist_gallery_images {
    max-height: 89px; } }
/*.loggedin, .no_b2c_helper{
    .b2c_helper{
        display: none !important;
    }
}*/
.hide_maincontent {
  min-height: 0px;
  overflow: hidden;
  height: 0px; }

.b2c_helper {
  display: none; }
  .b2c_helper.open {
    display: block; }
    .b2c_helper.open .b2c_helper_window {
      max-height: 1000px; }

.company_image {
  width: 100%;
  height: 100%; }
  .company_image .image {
    width: 100%;
    height: 100%; }

.b2c_helper_overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 40;
  display: flex;
  align-items: center;
  background: #fff url("/img/b2c_helper_bg.jpg") center center;
  background: #000 url("/img/b2c_helper_bg_dark.jpg") center center;
  background-size: cover;
  color: #000; }

.b2c_helper_window {
  width: 100%;
  height: 400px;
  max-height: 0px;
  transition: all 2s cubic-bezier(0, 0, 0.3, 0.9);
  transition-delay: 0.2s;
  overflow: hidden;
  background: #fff;
  position: relative; }

.b2c_helper_container {
  font-size: 15px;
  height: 100%;
  max-width: 100%;
  /*display: flex;*/ }
  .b2c_helper_container .title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #000;
    margin-top: 60px;
    user-select: none; }
  .b2c_helper_container .button_bar {
    display: flex;
    margin-top: 15px; }
  .b2c_helper_container .sub_title {
    user-select: none; }

.b2c_helper_button {
  padding: 7px 15px;
  border: 1px solid #000;
  transition: all .2s ease-in-out;
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  user-select: none; }
  .b2c_helper_button:after {
    content: "\f061";
    margin-left: 8px;
    top: -1px;
    position: relative;
    transition: transform .2s ease-in-out; }
  .b2c_helper_button:before {
    content: "\f060";
    margin-right: 8px;
    top: -1px;
    position: relative;
    display: none; }
  .b2c_helper_button:hover, .b2c_helper_button:focus, .b2c_helper_button.open {
    background: #000;
    color: #fff; }
  .b2c_helper_button.openmobile:after {
    transform: rotate(90deg); }

.b2c_helper_b_contact:after {
  content: "\f0e6"; }

.b2c_helper_b_webshop:after {
  content: "\f07a"; }

.b2c_helper_b_terug:before {
  display: inline-block; }
.b2c_helper_b_terug:after {
  display: none; }

.b2c_helper_contact {
  margin-top: 20px; }

.b2c_helper_nohelp {
  margin-top: 20px; }
  .b2c_helper_nohelp .sub_titel {
    width: 100%; }

.b2c_helper_contact .sub_titel, .b2c_helper_nohelp .sub_titel {
  margin-bottom: 10px; }

.b2c_helper_page_background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  z-index: 7; }

.b2c_helper_page_container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  background: #fff; }

.b2c_helper_page {
  width: 1200px;
  max-width: 100%;
  display: flex;
  align-items: center; }
  .b2c_helper_page .left {
    width: 65%;
    height: 100%;
    padding-left: 20px; }
  .b2c_helper_page .right {
    width: 35%;
    height: 100%;
    position: relative; }

.b2c_helper_catselection .right {
  height: 100%; }

.b2c_helper_subpage {
  margin: 15px;
  max-width: 100%; }

.b2c_helper_licenseplate_search .b2c_helper_subpage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .b2c_helper_licenseplate_search .b2c_helper_subpage .search_button {
    margin: 0px;
    margin-top: 20px;
    width: 100%;
    font-weight: normal;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    position: relative;
    /* Loading indicator */ }
    .b2c_helper_licenseplate_search .b2c_helper_subpage .search_button:after {
      content: "\f002";
      right: 15px;
      top: 10px; }
    .b2c_helper_licenseplate_search .b2c_helper_subpage .search_button:before {
      color: #000 !important; }
    .b2c_helper_licenseplate_search .b2c_helper_subpage .search_button:hover, .b2c_helper_licenseplate_search .b2c_helper_subpage .search_button:focus {
      background: #000;
      color: #fff; }
    .b2c_helper_licenseplate_search .b2c_helper_subpage .search_button.loading:after {
      display: none; }

.b2c_helper_expl {
  position: relative;
  min-height: 25px;
  margin-top: 10px; }
  .b2c_helper_expl .expl_helper {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    opacity: 0;
    transition: all .5s ease-in-out; }
    .b2c_helper_expl .expl_helper:after {
      content: "\f061";
      margin-left: 2px;
      transition: margin 0.5s ease-in-out;
      transition-delay: 0.2s; }
    .b2c_helper_expl .expl_helper.active {
      opacity: 1; }
      .b2c_helper_expl .expl_helper.active:after {
        margin-left: 15px; }

.b2c_helper_container {
  display: flex;
  align-items: center;
  position: relative; }

.b2c_helper_search {
  display: block;
  /*background: #fff;*/
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transition: 0.5s ease-in-out;
  transform: scale(0);
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  /*justify-content: center;*/
  margin-top: 0px; }
  .b2c_helper_search.active {
    transform: scale(1); }
  .b2c_helper_search .size_selection {
    margin-top: 40px; }
  .b2c_helper_search .size_search_sizes {
    top: 265px;
    transition: 1.5s ease-in-out 0.5s;
    transform: translateY(200px);
    opacity: 0; }

.b2c_helper_size_search .b2c_helper_subpage {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .b2c_helper_size_search .b2c_helper_subpage .b2c_helper_nohelp {
    width: 100%;
    display: none; }

.b2c_helper_vehicle_search .b2c_helper_subpage .carseach_container {
  display: flex;
  flex-direction: column;
  width: 380px;
  height: 130px;
  max-width: 100%; }
.b2c_helper_vehicle_search .carsearch_box {
  margin-bottom: 10px;
  width: 100%; }
.b2c_helper_vehicle_search .select-container:after {
  top: 10px; }
.b2c_helper_vehicle_search .select-container select {
  font-size: 15px;
  height: 40px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #c3c3c3;
  transition: all .5s ease-in-out; }
  .b2c_helper_vehicle_search .select-container select:hover, .b2c_helper_vehicle_search .select-container select:focus {
    border-color: #000;
    background: #fbfbfb; }

.b2c_helper_title {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 2px;
  margin-top: 60px;
  color: #9a9a9a; }
  .b2c_helper_title:before, .b2c_helper_title:after {
    content: "\f107";
    opacity: 0; }
  .b2c_helper_title:before {
    margin-right: 15px; }
  .b2c_helper_title:after {
    margin-left: 15px; }

.b2c_helper_template_2 .b2c_helper_catselection .left {
  width: 100%;
  text-align: center; }
  .b2c_helper_template_2 .b2c_helper_catselection .left .button_bar {
    justify-content: center; }
.b2c_helper_template_2 .b2c_helper_catselection .right {
  display: none; }
.b2c_helper_template_2 .b2c_helper_catselection .b2c_helper_nohelp {
  margin-top: 80px; }
.b2c_helper_template_2 .b2c_helper_contact {
  display: none; }

.size_selection {
  width: 400px;
  height: 400px; }
  .size_selection .size_search_tyre {
    height: 400px;
    width: 400px;
    position: absolute; }
    .size_selection .size_search_tyre .size_search_tyre_svg {
      position: absolute;
      top: 0px;
      left: 0px; }
    .size_selection .size_search_tyre .size_search_tyre_image {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 400px;
      width: 400px;
      background: transparent url("/img/tyre.png") no-repeat;
      background-position: center top;
      transform-origin: center center; }
      .size_selection .size_search_tyre .size_search_tyre_image.type-usa {
        background: transparent url("/img/tyre.png") no-repeat;
        background-position: center top; }
    .size_selection .size_search_tyre .size_search_tyre_overlay {
      height: 200px;
      width: 400px;
      position: absolute;
      bottom: 0px;
      left: 0px;
      transition: all 1.5s ease-in-out 0.5s;
      background: rgba(255, 255, 255, 0.95);
      transform: translateY(200px);
      opacity: 0; }

.size_search_tyre_imagesvg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  transform: translateX(500px) rotate(180deg);
  transform-origin: center center;
  transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
  opacity: 0; }

.size_selection.go .size_search_tyre_imagesvg {
  transform: translateX(0px) rotate(0deg);
  transform-origin: center center;
  opacity: 1; }
.size_selection.go .size_search_tyre_overlay {
  transform: translateY(0px);
  opacity: 1; }

.size_search_sizes.go {
  transform: translateY(0px);
  opacity: 1; }

.size_search_sizes {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 230px;
  width: 400px; }
  .size_search_sizes .size_search_selection {
    width: 110px;
    padding: 5px;
    border-radius: 10px;
    position: relative;
    transition: all .5s ease-in-out; }
    .size_search_sizes .size_search_selection.text_hover {
      background: #ccc; }
    .size_search_sizes .size_search_selection select {
      border: 1px solid #c3c3c3;
      background: #fff;
      transition: all .5s ease-in-out;
      cursor: pointer; }
      .size_search_sizes .size_search_selection select:hover, .size_search_sizes .size_search_selection select:focus {
        border-color: #000; }
    .size_search_sizes .size_search_selection input {
      border: 1px solid #c3c3c3;
      background: #fff;
      transition: all .5s ease-in-out; }
      .size_search_sizes .size_search_selection input:hover, .size_search_sizes .size_search_selection input:focus {
        border-color: #000; }

.size_search_selection .select-container:hover .selection_helper .selection_helper_value {
  color: #ff0000; }
.size_search_selection .select-container:hover .selection_helper:before {
  border-color: #ff0000; }

#tyrecurve {
  /*fill: transparent;*/
  /*transform: scale(0.82);*/
  /*    transform: rotate(180deg);
      transform-origin: center center;*/ }

#tyrecurve_text, #tyrecurve_text_width, #tyrecurve_text_height, #tyrecurve_text_inch, #tyrecurve_text_splitter {
  font-size: 42px;
  font-weight: 600;
  cursor: default;
  fill: #fff;
  transition: all .5s ease-in-out; }

.size_search_fieldttile {
  transition: all .5s ease-in-out;
  margin-bottom: 5px;
  height: 23px; }

.selection_helper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%; }
  .selection_helper .selection_helper_value {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #c3c3c3;
    transition: all .5s ease-in-out; }
  .selection_helper:before {
    content: '';
    bottom: 0px;
    left: 0px;
    position: absolute;
    display: block;
    border-left: 1px solid #c3c3c3;
    transition: all .5s ease-in-out; }

.size_search_width .selection_helper .selection_helper_value {
  left: 84px;
  bottom: 70px;
  font-size: 40px;
  font-weight: bold;
  transform: rotate(-30deg); }
.size_search_width .selection_helper:before {
  right: 0px;
  left: unset;
  height: 48px;
  bottom: 20px; }

.size_region_swich {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  top: 207px;
  position: absolute;
  height: 0px;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out;
  opacity: 0; }
  .size_region_swich.go {
    height: 50px;
    opacity: 1; }
  .size_region_swich .size_region_swich_button {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    cursor: pointer;
    transition: all .2s ease-in-out;
    opacity: 0;
    padding: 7px 12px;
    display: none; }
    .size_region_swich .size_region_swich_button.open {
      display: block;
      opacity: 1;
      max-width: 400px;
      max-height: 200px; }
    .size_region_swich .size_region_swich_button:after {
      content: "\f021";
      margin-left: 10px; }
    .size_region_swich .size_region_swich_button:hover {
      background: transparent;
      color: #000; }

.size_searchbutton_container {
  margin-left: 5px; }

.size_searchbutton {
  border: 1px solid #000;
  background: #000;
  color: #fff;
  transition: all .2s ease-in-out;
  padding: 5px 10px;
  height: 35px;
  margin-top: 10px;
  position: relative;
  cursor: pointer; }
  .size_searchbutton:hover {
    color: #000;
    background: transparent; }

.b2c_helper .after_right {
  display: none;
  width: 100%;
  padding: 20px;
  padding-bottom: 70px; }

@media screen and (max-width: 1025px) {
  .b2c_helper_page .left {
    width: 60%; } }
@media screen and (max-width: 1023px) {
  .b2c_helper .after_right {
    padding-bottom: 130px; }

  .b2c_helper_window {
    max-height: none !important;
    transition: none !important; }

  .b2c_helper_page:not(.b2c_helper_catselection) .left .b2c_helper_nohelp {
    display: none; }
  .b2c_helper_page:not(.b2c_helper_catselection) .right {
    height: auto;
    min-height: 400px;
    transition: min-height 0.5s ease-in-out; }

  .b2c_helper_page_container[data-subpage="tyresize"] .b2c_helper_page .right {
    min-height: 400px; }

  .b2c_helper_page_container[data-subpage="licenseplate"] .b2c_helper_page .right {
    min-height: 210px; }

  .b2c_helper_page_container[data-subpage="vehicle"] .b2c_helper_page .right {
    min-height: 260px; }

  .b2c_helper_subpage {
    margin: 0px; }

  .b2c_helper .after_right {
    display: block; }

  .b2c_helper_title {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 15px;
    color: #000; }
    .b2c_helper_title:before, .b2c_helper_title:after {
      opacity: 1; }

  .b2c_helper_container .title {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 25px; }
  .b2c_helper_container .sub_title {
    margin-bottom: 20px; }

  .b2c_helper_expl {
    display: none; }

  .b2c_helper_window {
    min-height: 100%; }

  .b2c_helper_page {
    flex-direction: column;
    overflow-y: auto; }
    .b2c_helper_page .left {
      padding: 20px;
      padding-bottom: 0px;
      height: auto; }
    .b2c_helper_page .right {
      min-height: 400px; }
    .b2c_helper_page .left, .b2c_helper_page .right {
      width: 100%; }

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

  .b2c_helper_container .button_bar {
    flex-wrap: wrap; }
    .b2c_helper_container .button_bar .b2c_helper_button {
      margin-bottom: 10px; }

  .b2c_helper_b_terug span {
    display: none; }
  .b2c_helper_b_terug:before {
    margin-right: 0px; }

  .b2c_helper_licenseplate_search .b2c_helper_subpage {
    justify-content: flex-start; }

  .b2c_helper_search {
    padding: 30px;
    padding-top: 10px;
    margin-top: 10px;
    justify-content: flex-start; }

  .size_selection .size_search_tyre .size_search_tyre_overlay {
    height: 150px;
    bottom: 130px; }

  .b2c_helper_search .size_search_sizes {
    top: 205px; }

  .company_image {
    display: none; }

  .b2c_helper_catselection .right {
    min-height: 0px; }

  .b2c_helper_size_search .b2c_helper_subpage {
    /*height: auto;*/ }

  .size_region_swich {
    top: 295px; } }
@media screen and (max-width: 767px) {
  .size_region_swich {
    top: 255px; }

  .b2c_helper_search .size_selection {
    margin-top: 0px; }

  .b2c_helper_button {
    margin-right: 0px;
    width: 100%;
    text-align: center; }
    .b2c_helper_button:after {
      position: absolute;
      top: 9px;
      right: 16px; }

  .button_bar_back .b2c_helper_b_terug, .button_bar_back .b2c_helper_b_webshop {
    width: auto;
    margin-right: 10px;
    text-align: left; }
    .button_bar_back .b2c_helper_b_terug:after, .button_bar_back .b2c_helper_b_webshop:after {
      position: relative;
      top: -1px;
      right: inherit; }
  .button_bar_back .b2c_helper_b_webshop {
    margin-right: 0px; }

  .b2c_helper_size_search {
    padding: 0px;
    overflow: hidden;
    max-width: 100vw; }

  .size_selection {
    display: flex;
    justify-content: center; }
    .size_selection .size_search_tyre {
      overflow: hidden; }
    .size_selection .size_search_tyre .size_search_tyre_overlay {
      height: 150px;
      bottom: 120px; }
    .size_selection .size_search_sizes {
      padding: 0px 50px;
      top: 170px; }
      .size_selection .size_search_sizes .size_search_selection {
        width: 30vw;
        padding: 0px; }

  .size_searchbutton {
    margin-top: 0px; } }
.specification_container .productfitscar.active {
  margin: 2px;
  margin-top: 20px; }

.seo_model_page .productfitscar {
  margin-right: 30px;
  margin-top: 10px; }

.productfitscar.active {
  background: #f1f1f1;
  border-radius: 20px; }
  .productfitscar.active .titles {
    padding: 10px;
    padding-top: 20px; }
  .productfitscar.active .title_main {
    font-weight: 600;
    font-size: 19px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px; }
  .productfitscar.active .title_sub {
    text-align: center; }
  .productfitscar.active .vehicleselection_buttonbar {
    display: flex; }
  .productfitscar.active .vehicleselection_buttonbar_button {
    width: 50%;
    text-align: center;
    padding: 5px;
    color: #000;
    transition: all .2s ease-in-out;
    cursor: pointer;
    background: #e2e2e2; }
    .productfitscar.active .vehicleselection_buttonbar_button.open, .productfitscar.active .vehicleselection_buttonbar_button:hover {
      background: #8d8d8d;
      color: #fff; }
  .productfitscar.active .vehicleselection_tab {
    display: none; }
    .productfitscar.active .vehicleselection_tab select {
      background: #fff;
      cursor: pointer;
      transition: all .2s ease-in-out;
      color: #000; }
      .productfitscar.active .vehicleselection_tab select:hover {
        background: #f3f3f3; }
    .productfitscar.active .vehicleselection_tab .carsearch_box {
      margin-bottom: 5px; }
    .productfitscar.active .vehicleselection_tab.open {
      display: flex;
      background: #8d8d8d;
      color: #fff;
      padding: 10px; }
    .productfitscar.active .vehicleselection_tab .select-container:after {
      color: #000; }
    .productfitscar.active .vehicleselection_tab .carseach_container_vehicle {
      min-height: 0px;
      flex-direction: column; }

.comp_vehicleselection_loading {
  text-align: center; }
  .comp_vehicleselection_loading:before {
    transition: all 0.2s ease-in-out;
    content: "\f1ce";
    position: relative;
    font-size: 18px;
    top: 1px;
    margin-right: 12px;
    display: inline-block;
    -webkit-animation: rotating 1.5s linear infinite;
    -moz-animation: rotating 1.5s linear infinite;
    -ms-animation: rotating 1.5s linear infinite;
    -o-animation: rotating 1.5s linear infinite;
    animation: rotating 1.5s linear infinite; }

.fitscar_licenseplate_container {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin-right: 0px;
  margin-top: 0px;
  background-image: url(../img/licenseplate_nl.png);
  background-color: #f7c607;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain; }
  .fitscar_licenseplate_container input {
    width: 100%;
    height: 100%;
    text-indent: 10px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    background: transparent;
    height: 34px; }

.fitscar_licenseplate_search {
  width: 100%;
  padding: 5px;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 5px;
  transition: all .2s ease-in-out;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  max-width: 300px; }
  .fitscar_licenseplate_search:hover {
    background: #fff;
    color: #000; }

.licenseplate_tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.comp_vehicleselection_container {
  width: 100%;
  margin-top: 5px; }

.comp_productfitscar_container lottie-player {
  width: 100% !important;
  position: absolute;
  bottom: 0px; }

.comp_productfitscar_container {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 200; }
  .comp_productfitscar_container .close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #fff;
    border: 0px solid #000;
    border-radius: 20px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .comp_productfitscar_container .close:before {
      transition: all 0.2s ease-in-out;
      content: "\f00d";
      position: relative;
      font-size: 18px;
      display: block;
      color: #000; }
    .comp_productfitscar_container .close:hover {
      border-color: #fff;
      background: #000; }
      .comp_productfitscar_container .close:hover:before {
        color: #fff; }

.comp_productfitscar_content {
  width: 500px;
  background: #fff;
  border-radius: 0px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  position: relative; }
  .comp_productfitscar_content .title {
    font-size: 21px;
    text-align: center;
    margin-top: 15px;
    font-weight: 600; }
  .comp_productfitscar_content .text {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px; }
  .comp_productfitscar_content .buttonbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px; }
  .comp_productfitscar_content .button {
    border: 1px solid #000;
    color: #000;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    margin: 5px;
    text-align: center;
    line-height: 19px; }
    .comp_productfitscar_content .button:hover {
      background: #000;
      color: #fff; }

@media screen and (max-width: 767px) {
  .productfitscar .carseach_container_vehicle {
    flex-direction: column; }

  .seo_model_page .productfitscar {
    margin: 0px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px; }

  .comp_productfitscar_container .close {
    right: calc(50% - 14px); }

  .comp_productfitscar_container lottie-player {
    height: 100% !important;
    /*margin-top: -250px;*/ } }
.productrating {
  float: left;
  width: 100%;
  display: flex; }

.pr_container {
  display: flex; }

.pr_count {
  font-size: 14px;
  margin-left: 3px;
  cursor: pointer;
  border-bottom: 1px solid transparent; }

.pr_star_listeners .pr_count:hover {
  transition: all .2s ease-in-out; }
.pr_star_listeners .pr_star {
  cursor: pointer; }

.pr_stars {
  display: flex; }

.pr_star {
  padding-right: 2px; }
  .pr_star:after {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f005";
    font-size: 17px;
    color: #ffd400; }
  .pr_star.empty:after {
    content: "\f006"; }
  .pr_star.open:after {
    content: "\f005";
    color: #55d116; }

.single_product_ratings, .pc_product_ratings {
  transition: all 1s ease-in-out;
  max-height: 0px;
  overflow: hidden;
  padding: 0px;
  margin: 0px; }
  .single_product_ratings.open, .pc_product_ratings.open {
    padding-bottom: 20px;
    max-height: 500px; }

.pc_product_ratings .pr_reviewbutton {
  border-radius: 15px;
  font-size: 16px; }
.pc_product_ratings.open {
  padding-top: 20px; }

.singleproduct_subtitle {
  width: 100%;
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
  display: flex;
  height: 40px;
  align-items: center; }

.pr_reviews_container {
  display: flex; }

.pr_reviews_list {
  max-height: 480px;
  overflow: auto; }

.pr_reviews_summary {
  width: 25%;
  padding-right: 20px; }

.pr_spacer {
  flex-grow: 1; }

.pr_react {
  cursor: pointer;
  display: none;
  color: #000; }
  .pr_react:hover {
    text-decoration: underline; }

.pr_remove {
  display: none;
  cursor: pointer;
  color: #000;
  transition: all .2s ease-in-out;
  border: 1px solid transparent;
  padding: 2px 10px;
  border-radius: 5px;
  margin-right: 10px; }
  .pr_remove:after {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1f8";
    font-size: 17px; }
  .pr_remove:hover {
    border-color: #ff0000;
    color: #ff0000; }

.loggedin_counter .pr_react {
  display: block; }
.loggedin_counter .pr_remove {
  display: block; }

.pr_reviews {
  display: flex;
  flex-direction: column;
  flex-grow: 1; }
  .pr_reviews .pr_review {
    display: flex;
    flex-direction: column;
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px; }
  .pr_reviews .pr_description {
    margin-top: 10px;
    margin-bottom: 0px; }
  .pr_reviews .pr_info {
    display: flex;
    flex-wrap: wrap;
    color: #ccc;
    margin-top: 5px; }
  .pr_reviews .pr_name {
    margin-right: 10px; }

.pr_reviewbutton {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  transition: all .2s ease-in-out;
  flex-grow: 1;
  margin-top: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px; }
  .pr_reviewbutton:hover {
    background: transparent;
    color: #000; }

.pr_iframe_container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center; }

.pr_window_container {
  background: rgba(0, 0, 0, 0);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 500;
  transition: all .5s ease-in-out; }
  .pr_window_container.open {
    background: rgba(0, 0, 0, 0.5); }
  .pr_window_container .pr_window {
    background: #fff;
    width: 500px;
    height: 0px;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    transition: opacity .5s ease-in-out, height 1s ease-in-out;
    opacity: 0; }
    .pr_window_container .pr_window.open {
      height: 650px;
      opacity: 1; }
  .pr_window_container .pr_window_content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .pr_window_container .pr_window_content iframe {
      width: 80%;
      height: 90%;
      position: absolute;
      border: 0px;
      overflow: hidden; }
  .pr_window_container .pr_window_close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -14px;
    top: -12px;
    background: #000;
    border-radius: 40px;
    width: 30px;
    height: 30px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    z-index: 10; }
    .pr_window_container .pr_window_close:after {
      display: block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f00d";
      font-size: 17px;
      color: #fff; }

.pr_rating_form {
  font-family: "Open Sans", sans-serif;
  max-width: 100%;
  font-size: 15px;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  height: 100%;
  align-items: flex-start;
  overflow: auto; }

.pr_form_line {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  .pr_form_line label {
    flex-grow: 1;
    display: flex;
    align-items: center; }
  .pr_form_line input:not(.button-submit), .pr_form_line textarea, .pr_form_line [type="email"] {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    background: #fff;
    border: 1px solid; }
  .pr_form_line .pr_form_expl {
    width: 100%;
    font-size: 13px;
    color: #979797;
    font-style: italic;
    text-align: center; }

.pr_choose_rating_container {
  margin-bottom: 10px; }

textarea#pr_form_description {
  min-height: 115px; }

.pr_form_result_close {
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #000;
  transition: all .2s ease-in-out;
  padding: 10px 20px;
  cursor: pointer;
  height: auto;
  text-align: center; }
  .pr_form_result_close:hover {
    background: transparent;
    color: #000; }

.pr_form_result_close:after {
  transition: margin .2s ease-in-out;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f061";
  font-size: 17px;
  margin-left: 15px; }
.pr_form_result_close:hover:after {
  margin-left: 25px; }

.pr_form_errors {
  color: #ff0000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px; }

.pr_form_result {
  text-align: center;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column; }
  .pr_form_result .pr_form_result_text {
    margin-bottom: 25px; }
    .pr_form_result .pr_form_result_text strong {
      margin-bottom: 20px;
      display: inline-block;
      width: 100%; }

.pr_review_limit {
  font-size: 12px;
  color: #ccc;
  width: 100%;
  text-align: right;
  margin-bottom: 5px; }

.pr_reaction {
  margin-bottom: 0px;
  margin-top: 10px; }
  .pr_reaction .pr_react {
    display: none !important; }
  .pr_reaction .pr_description {
    margin-top: 0px; }

@media screen and (max-width: 1024px) {
  .pr_reviews_summary {
    width: 60%; }

  .single_product_ratings.open, .pc_product_ratings.open {
    margin-top: 30px;
    margin-bottom: 30px; } }
@media screen and (max-width: 800px) {
  .pr_reviews_container {
    flex-wrap: wrap;
    flex-direction: column; }

  .pr_reviews_summary {
    width: 100%;
    padding-right: 0px; }

  .single_product_ratings.open, .pc_product_ratings.open {
    max-height: 620px; }

  .pr_window_container .pr_window.open {
    height: 100%;
    width: 100%; }
  .pr_window_container .pr_window_close {
    top: 10px;
    right: 10px; } }
@media print {
  .hideondesktop {
    display: none; }

  .language_selection {
    display: none; }

  .menu-service {
    display: none !important; }

  nav {
    display: none; }

  .desktop-hidden {
    display: none; }

  .knop_winkelen {
    display: none; } }
.wholesale_overlay {
  display: flex;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5); }

.wholesale_sync_table {
  width: 100%;
  font-size: 13px;
  text-align: left;
  margin-top: 10px; }

.wholesale_message {
  font-size: 15px; }

.wholesale_overlay_container {
  width: 90%;
  height: 90%; }

.wholesale_overlay_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap; }

.wholesale_overlay_buttonbar {
  width: 100%;
  height: 50px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  border-bottom: 1px solid #000; }
  .wholesale_overlay_buttonbar .wholesale-button:last-of-type {
    margin-right: 0px; }

.wholesale_spacer {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff; }
  .wholesale_spacer span {
    display: block;
    padding: 5px 20px;
    background: #ff0000; }

.wholesale_overlay_iframe {
  width: 100%;
  height: calc(100% - 50px);
  border: 0px;
  background: #fff; }
  .wholesale_overlay_iframe:before {
    content: "\f1ce";
    position: absolute;
    z-index: 1;
    font-size: 50px;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-animation: rotating 1.5s linear infinite;
    -moz-animation: rotating 1.5s linear infinite;
    -ms-animation: rotating 1.5s linear infinite;
    -o-animation: rotating 1.5s linear infinite;
    animation: rotating 1.5s linear infinite; }
  .wholesale_overlay_iframe iframe {
    border: 0px;
    position: relative;
    z-index: 2; }

.wholesale-option {
  width: 100%;
  display: flex;
  align-items: center; }
  .wholesale-option .wholesale-title {
    margin-right: 10px;
    font-weight: bold;
    color: #000;
    font-size: 1.17em;
    font-family: "Open Sans", sans-serif; }
  .wholesale-option .wholesale-buttons {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px; }

.wholesale-button {
  padding: 5px 10px;
  border: 1px solid #000;
  color: #000;
  background: #fff;
  transition: all .2s ease-in-out;
  margin-right: 10px;
  cursor: pointer;
  white-space: nowrap; }
  .wholesale-button:before {
    content: "\f291";
    margin-right: 10px; }
  .wholesale-button[data-cmd="openiframe"]:before {
    content: "\f08e"; }
  .wholesale-button[data-cmd="closeoverlay"]:before {
    content: "\f00d";
    margin-right: 0px; }
  .wholesale-button:hover {
    background: #000;
    color: #fff; }
  .wholesale-button.wholesale-button-image {
    padding: 10px;
    display: flex; }
    .wholesale-button.wholesale-button-image:before {
      display: none; }
    .wholesale-button.wholesale-button-image:hover {
      box-shadow: 0px 0px 7px #c7c7c7;
      transform: translateY(-10px);
      background: #fff; }

.wholesale_overlay .wholesale-button {
  border-color: #fff; }

@media screen and (max-width: 1023px) {
  .wholesale_overlay_container {
    width: 100%;
    height: 100%; }

  .wholesale-title {
    width: 100%;
    text-align: center; }

  .wholesale-option {
    flex-wrap: wrap; }

  .wholesale-option .wholesale-buttons {
    width: 100%;
    justify-content: center; } }
.faq_container {
  width: 100%; }

.faq_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10px; }
  .faq_item .faq_question, .faq_item h2 {
    font-size: 16px;
    font-weight: 600;
    background: #EFEFEF;
    padding: 15px 20px;
    margin: 0px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    font-family: "Open Sans", sans-serif;
    position: relative; }
    .faq_item .faq_question:hover, .faq_item h2:hover {
      background: #d6d6d6; }
    .faq_item .faq_question:after, .faq_item h2:after {
      content: '\f078';
      right: 20px;
      position: absolute;
      top: 50%;
      margin-top: -8px; }
  .faq_item .faq_answer {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    transition: all .5s ease-in-out; }
    .faq_item .faq_answer .text {
      padding: 20px; }
  .faq_item.open .faq_question:after, .faq_item.open h2:after {
    content: '\f062'; }

@media screen and (max-width: 1023px) {
  .hidesubsubheadmenu {
    display: inline-block !important; }

  .filters .type-title div {
    font-size: 1rem;
    height: auto;
    line-height: 2rem; }

  #qweon_carsearch .carseach_container a.search_button, #qweon_carsearch .carseach_container a.search_button_freesize, #qweon_carsearch .carseach_container.open a.search_button, #qweon_carsearch .carseach_container.open a.search_button_freesize {
    width: calc(100% - 60px); }
  #qweon_carsearch .carseach_container div.cardetails_reset_mobile, #qweon_carsearch .carseach_container a.cardetails_reset_mobile, #qweon_carsearch .carseach_container.open div.cardetails_reset_mobile, #qweon_carsearch .carseach_container.open a.cardetails_reset_mobile {
    width: 50px;
    margin-left: 10px; }

  .switchprices {
    /*display: none;*/ }

  .filter_buttons .switchprices, .switchprices_basket .switchprices {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0px; }
    .filter_buttons .switchprices .switchpricesbutton, .switchprices_basket .switchprices .switchpricesbutton {
      width: 100%;
      text-align: center; }

  .cardetails_reset {
    display: none; }

  .cardetails_reset_mobile {
    display: flex; }

  .single_product .single_product_container .productfamily_container {
    position: relative; }

  .product_single .tyreicons {
    right: unset;
    left: 15px; }

  /*    .productsfound .product_container .product .product_cell{
          width: 100% !important;
          max-width: 100% !important;
          margin-left: 0px;
          
          &:nth-of-type(1){
              position: relative;
              padding-bottom: 0px;
              height: auto;
          }
      }*/
  /*    .productsfound .product_container .product.product_rear .product_cell{
          width: 100% !important;
          max-width: 100% !important;
          margin-left: 0px;
      }*/
  /*    .productsfound .product_container .product .add_basket, .single_product .product_container .product .add_basket{
          margin-left: 0px;
      }*/
  /*    .productsfound.layout_grid .search_results .product_container div.product .product_cell .storage_info .orderbutton, .single_product .single_product_container.layout_grid .search_results .product_container div.product .product_cell .storage_info .orderbutton{
          left: 0px;
          margin-left: 0px;
      }*/
  /*    .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.product_rear, .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product.product_rear, .single_product .single_product_container.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide{
          padding-bottom: 95px;
      }*/
  .b2cshop .type-wheels.product_main:not(.product_single) .productsfound.layout_grid .search_results .product_container.products_are_wide div.product.has_product_wide .product_title {
    padding-bottom: 0px; }

  .stockinfo .stocktablediv {
    width: 100%;
    margin: 0px;
    left: 0px;
    height: 100%;
    max-height: 100%; }
    .stockinfo .stocktablediv table tr td:nth-of-type(4) ~ td {
      display: none; }
  .stockinfo .stockinfo_close {
    top: initial;
    bottom: 0px;
    margin: 0px;
    width: 100%;
    right: 0px;
    text-align: center;
    background: #333;
    color: #fff; }

  div.myaccount_tabs {
    display: flex;
    flex-wrap: wrap;
    height: auto; }
    div.myaccount_tabs a.myaccount_tab, div.myaccount_tabs a.myaccount_tabs {
      float: none;
      border-radius: 0px;
      border: 1px solid #000;
      width: 100%;
      text-transform: uppercase; }
    div.myaccount_tabs a.myaccount_tabs {
      color: #fff !important;
      background: #000 !important; }

  .inhoud.container .myaccount_page h2 {
    margin-left: 0px !important; }

  .myaccount_page table {
    width: 100%; }
  .myaccount_page h2 {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0px !important;
    padding: 10px; }

  div.myaccount_div {
    border: 0px;
    width: 100%; }
    div.myaccount_div > p {
      text-align: center;
      padding: 10px;
      display: inline-block; }

  .myaccount_div > .select-container {
    width: 100%; }

  input.myaccount_textbox {
    width: 100%; }

  select.myaccount_dropbox {
    width: 100%;
    height: 40px; }

  .myaccount_products_close {
    position: absolute;
    right: 10px;
    margin-top: 10px;
    border: 1px solid #ff0000;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    color: #ff0000;
    font-size: 19px;
    text-align: center; }
    .myaccount_products_close:after {
      content: '';
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f00d"; }

  div.myaccount_products {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 500;
    left: 0px;
    top: 0px;
    border-radius: 0px;
    border: 0px; }

  #div_orderdata table, #div_tenderdata table {
    display: flex; }
    #div_orderdata table tbody, #div_tenderdata table tbody {
      width: 100%; }
    #div_orderdata table tr, #div_tenderdata table tr {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      border: 1px solid #000;
      padding: 10px;
      margin-bottom: 20px; }
      #div_orderdata table tr:nth-of-type(1), #div_tenderdata table tr:nth-of-type(1) {
        display: none; }
      #div_orderdata table tr td, #div_tenderdata table tr td {
        display: block;
        width: 100%;
        border-bottom: 0px;
        text-align: center;
        height: auto;
        padding: 1px 0px; }
        #div_orderdata table tr td a, #div_tenderdata table tr td a {
          background: #000;
          color: #fff;
          border-radius: 10px;
          padding: 10px 20px;
          display: inline-block;
          width: 100%;
          text-transform: uppercase; }
  #div_orderdata .myaccount_products, #div_tenderdata .myaccount_products {
    background: rgba(0, 0, 0, 0.7);
    align-items: center; }
    #div_orderdata .myaccount_products table, #div_tenderdata .myaccount_products table {
      display: table;
      background: #fff; }
      #div_orderdata .myaccount_products table tr, #div_tenderdata .myaccount_products table tr {
        display: table-row;
        padding: 0px;
        margin: 0px; }
        #div_orderdata .myaccount_products table tr td, #div_tenderdata .myaccount_products table tr td {
          display: table-cell;
          width: auto !important;
          text-align: left !important;
          padding: 0px 5px; }

  .product_images {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px; }
    .product_images .product_imagelist {
      justify-content: center; }
      .product_images .product_imagelist .product_image_large_image {
        text-align: center; }

  /* Responsive fix */
  table.responsive {
    display: inline-block;
    width: 100% !important;
    max-width: 100% !important;
    border: none !important;
    height: auto !important; }
    table.responsive .shopitems_header {
      display: none; }
    table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr {
      display: block; }
    table.responsive tr {
      border: none;
      height: auto !important;
      display: flex;
      flex-wrap: wrap; }
    table.responsive td, table.responsive th {
      border: none;
      position: relative;
      width: 33% !important;
      height: auto !important;
      display: inline-block; }

  .productsfound .orderbutton .add_basket, .productsfound .orderbutton .add_relatedproduct, .single_product .orderbutton .add_basket, .single_product .orderbutton .add_relatedproduct {
    font-size: 0.9rem;
    padding: 2px 10px; }
    .productsfound .orderbutton .add_basket:after, .productsfound .orderbutton .add_relatedproduct:after, .single_product .orderbutton .add_basket:after, .single_product .orderbutton .add_relatedproduct:after {
      font-size: 10px; }

  .search_button, .search_button_freesize {
    margin-right: 0px; }

  .more_filters .more_filters_button {
    width: 100%; }

  .productsinbasket {
    left: 0px;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 1000; }
    .productsinbasket .container .inbasket {
      position: fixed;
      top: 50% !important;
      right: 0px;
      width: 100%;
      margin-top: -150px; }

  .all_common_filters {
    width: 100%; }
    .all_common_filters .sort_options_title {
      flex-grow: 0; }
    .all_common_filters div.sort_option {
      flex-grow: 1;
      max-width: none; }

  .filter_buttons {
    margin-top: 0px; }

  .webshopcat_cmsproducts .product_header .searchtitle {
    display: block;
    text-align: center; }

  .productsfound div.product, .single_product div.product {
    flex-wrap: wrap; }

  .productsfound.layout_list div.product_amount, .single_product.layout_list div.product_amount, .productsfound div.product_amount, .single_product div.product_amount,
  .type-cmsproducts .product_content.column-left div.product_amount, .type-cmsproducts .product_content.column-right div.product_amount {
    display: none !important; }

  .productsfound .product_container .product.has_product_wide {
    justify-content: flex-end; }
    .productsfound .product_container .product.has_product_wide .product_cell {
      width: 65%;
      flex-grow: 0; }
      .productsfound .product_container .product.has_product_wide .product_cell .deliverydate {
        text-align: left; }
      .productsfound .product_container .product.has_product_wide .product_cell:nth-of-type(1) {
        width: 35%; }
        .productsfound .product_container .product.has_product_wide .product_cell:nth-of-type(1) a {
          margin-left: 0px;
          display: inherit; }
  .productsfound .product_container .product.product_rear .product_cell {
    width: 65%; }
    .productsfound .product_container .product.product_rear .product_cell .deliverydate {
      text-align: left; }

  .filters .show_filters {
    margin-bottom: 5px; }

  .products_menu {
    display: none; }

  .products_menu_large {
    margin-top: 2%; }

  .products_menu_large > ul li {
    width: calc(50% - 5px); }
    .products_menu_large > ul li:nth-of-type(2n) {
      margin-right: 0px; }
  .products_menu_large > ul.active-category > li {
    width: 100%;
    margin-right: 0px; }
    .products_menu_large > ul.active-category > li li {
      width: calc(50% - 5px);
      margin-right: 10px; }
      .products_menu_large > ul.active-category > li li:nth-of-type(2n) {
        margin-right: 0px; }
  .products_menu_large > ul.active-subcategory > li {
    width: 100%;
    margin-right: 0px; }
    .products_menu_large > ul.active-subcategory > li li {
      width: 100%;
      margin-right: 0px; }
      .products_menu_large > ul.active-subcategory > li li li {
        width: calc(50% - 5px);
        margin-right: 10px !important; }
        .products_menu_large > ul.active-subcategory > li li li:nth-of-type(2n) {
          margin-right: 0px !important; }

  .filters.column-top .form-fieldcontainer {
    width: 50%; }
    .filters.column-top .form-fieldcontainer.quicksearch_container {
      width: 100%;
      margin-top: 10px; }
      .filters.column-top .form-fieldcontainer.quicksearch_container.column-12:not(.fullwidth) {
        width: 50%; }
    .filters.column-top .form-fieldcontainer .input-container {
      width: 98%; }
    .filters.column-top .form-fieldcontainer.columns-6, .filters.column-top .form-fieldcontainer.columns-4 {
      width: 16.66%; }
    .filters.column-top .form-fieldcontainer.columns-12 {
      width: 50%; }
    .filters.column-top .form-fieldcontainer.columns-24 {
      width: 100%; }

  .productsfound .storage_info {
    width: 100%; }

  .hideontablet {
    display: none; }

  .resultsfound .filters.column-left {
    margin-top: 0px; }

  .filters {
    max-height: 35px;
    overflow: hidden;
    transition: 0.5s ease-in-out; }
    .filters.column-left {
      width: 100%; }
    .filters .form-fieldcontainer {
      width: 49%; }
      .filters .form-fieldcontainer .input-container, .filters .form-fieldcontainer .select-container, .filters .form-fieldcontainer div.start_new {
        width: 96%; }
      .filters .form-fieldcontainer.show_filters {
        width: 100%; }
      .filters .form-fieldcontainer.columns-4 {
        width: 16%; }
      .filters .form-fieldcontainer.columns-6 {
        width: 24%; }
    .filters.open {
      max-height: 3500px; }
      .filters.open .show_filters {
        margin-bottom: 10px; }

  .extra_product .extra_option_title {
    width: 100%; }
  .extra_product .select {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px; }
  .extra_product .otp_ordernumber {
    width: 100% !important;
    margin-right: 0px;
    margin-bottom: 10px; }
  .extra_product .knop_addoptionalproduct {
    width: 100%;
    max-width: 100%; }
    .extra_product .knop_addoptionalproduct:before {
      width: auto !important; }

  .login_page main .inhoud {
    padding: 10px;
    margin-top: 10px; }

  .filter_buttons .search_buttons .search_submit {
    float: left;
    margin: 0px; }
    .filter_buttons .search_buttons .search_submit input {
      font-size: 12px;
      padding: 0 15px; }
  .filter_buttons .search_buttons div.start_new {
    float: right;
    margin: 0px; }
    .filter_buttons .search_buttons div.start_new a {
      margin-left: 0px;
      font-size: 12px;
      padding: 0 15px; }
      .filter_buttons .search_buttons div.start_new a:before {
        font-size: 12px; }
      .filter_buttons .search_buttons div.start_new a span {
        display: inline; }

  .productdetails .orderbutton a.add_relatedproduct {
    margin-left: 0px !important;
    margin-top: 15px; }

  .search_all .product.product_rear .orderbutton {
    float: none;
    display: inline-block;
    width: 100%; }
  .search_all .product.product_rear .add_basket {
    width: 100%;
    text-align: center; }
  .search_all .product.product_rear .price_set_wide {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 0px; }
  .search_all .product.product_rear .product_cell:nth-of-type(1) a {
    margin-top: -160px; }

  .product_header .search_buttons {
    display: inherit; }
    .product_header .search_buttons.sizesearch_butttons .sizesearch_button {
      width: 50%;
      float: left; }
    .product_header .search_buttons.sizesearch_butttons .carsearch_switch {
      display: inline-block;
      margin-top: 0px; }

  .search_options, .search_options.type_car {
    height: auto;
    width: 100%; }
    .search_options .search_type_switch, .search_options.type_car .search_type_switch {
      display: none; }
    .search_options .search_car, .search_options.type_car .search_car {
      background: transparent;
      position: relative;
      min-height: inherit;
      max-height: 500px;
      overflow: hidden;
      transform: none;
      transition: none; }
    .search_options .search_sizes, .search_options.type_car .search_sizes {
      max-height: 0px;
      transform: none;
      overflow: hidden;
      min-height: inherit;
      opacity: 0;
      transition: none; }
      .search_options .search_sizes .sizesearch_button, .search_options.type_car .search_sizes .sizesearch_button {
        border: 0px;
        border-radius: 5px; }
        .search_options .search_sizes .sizesearch_button:hover, .search_options.type_car .search_sizes .sizesearch_button:hover {
          background: black;
          color: #fff; }
    .search_options.type_sizes .search_sizes, .search_options.type_car.type_sizes .search_sizes {
      display: inline-block;
      background: transparent;
      position: relative;
      min-height: inherit;
      margin-bottom: 10px;
      max-height: 500px;
      opacity: 1;
      transform: none; }
    .search_options.type_sizes .search_car, .search_options.type_car.type_sizes .search_car {
      opacity: 0;
      max-height: 0px;
      transform: none; }

  #tyrestowheel .pagenav:first-of-type {
    top: 0px;
    display: none; }

  .simplelist .product .product_cell:nth-of-type(1) {
    width: 20%; }
  .simplelist .product .product_cell:nth-of-type(2) {
    width: 80%; }

  .filter_buttons .filter_Inch, .filter_buttons .filter_Bsoort {
    position: relative;
    display: inherit; }

  .show_filters_relatedproducts {
    display: inline-block;
    float: none;
    width: 100%; }

  nav #menu1 .menu > li.mobile_only, .mobile_only {
    display: inherit; }

  .breadcrumb a {
    width: 100%;
    border-radius: 0px;
    background: #242424;
    color: #fff;
    display: inline-block;
    text-align: center; }
    .breadcrumb a:before {
      color: #fff; }
    .breadcrumb a:hover {
      color: #fff !important; }
      .breadcrumb a:hover:before {
        color: #fff; }

  .product_header.product_header_small {
    display: none; }

  #webshop_content.productpage .relatedproducts .orderbutton .add_basket {
    font-size: 0.9rem; }
  #webshop_content.productpage .relatedproducts .product_price {
    width: 65%;
    padding-right: 0px; }

  #webshop_content.productpage .product_single .searchresult_count {
    display: none; }
  #webshop_content.productpage .product_single .relatedproducts .relatedproducts_column_left {
    width: 100%;
    margin: 0px;
    min-height: inherit;
    text-align: center;
    margin-bottom: 5%;
    padding: 0px; }
    #webshop_content.productpage .product_single .relatedproducts .relatedproducts_column_left .relatedproducts_filters {
      max-height: 0px;
      overflow: hidden;
      transition: all 0.5s ease-in-out; }
      #webshop_content.productpage .product_single .relatedproducts .relatedproducts_column_left .relatedproducts_filters.open {
        max-height: 2500px; }
    #webshop_content.productpage .product_single .relatedproducts .relatedproducts_column_left .submit_applytyretowheel {
      margin-left: 0px; }
    #webshop_content.productpage .product_single .relatedproducts .relatedproducts_column_left .filter_TyreBrand, #webshop_content.productpage .product_single .relatedproducts .relatedproducts_column_left .filter_Digit72, #webshop_content.productpage .product_single .relatedproducts .relatedproducts_column_left div.cat_filter_divider {
      display: none; }
    #webshop_content.productpage .product_single .relatedproducts .relatedproducts_column_left div.cat_filter {
      padding-bottom: 0px; }
    #webshop_content.productpage .product_single .relatedproducts .relatedproducts_column_left .filter_FreeSize {
      margin-top: 15px; }
    #webshop_content.productpage .product_single .relatedproducts .relatedproducts_column_left .cat_filteroptions, #webshop_content.productpage .product_single .relatedproducts .relatedproducts_column_left .catfilter_name {
      padding: 15px;
      padding-bottom: 5px;
      padding-top: 5px;
      height: auto !important; }
    #webshop_content.productpage .product_single .relatedproducts .relatedproducts_column_left .catfilter_name {
      padding-bottom: 0px; }
  #webshop_content.productpage .product_single .product_content.relatedproducts_content {
    width: 100%; }
  #webshop_content.productpage .product_single .relatedproducts_startamount {
    /*            width: 100%;
                text-align: center;*/
    display: none; }

  div.planner_adjust2, div.planner_adjust3 {
    margin-top: 15px; }

  .tpl_page_columns .header img, .tpl_page_columns .tpl_page .header img {
    height: 100%;
    width: auto; }
  .tpl_page_columns div.product_header #carsearchboxes {
    padding-top: 10px; }

  main > .container .container_left {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 5%; }
  main > .container .container_right {
    width: 100%; }

  .inhoud.container table.basket.shopitems .articlenumber {
    margin: auto; }
  .inhoud.container table.basket.shopitems .position_buttons {
    display: none; }
  .inhoud.container table.basket.shopitems tr.basket:not(.shopitems_header) td:nth-of-type(1) {
    width: 100%;
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-align: center; }

  /* Responsive fix */
  table.productdetails, .order_addressfields table, .inhoud.container table.shopitems, table.order_buttons, .inhoud.container .basket_addressfields table, .inhoud.container table.extra_options, table.NoneSelectedProduct, #licenseplate_cars table {
    display: block;
    /* Hide table headers (but not display: none;, for accessibility) */ }
    table.productdetails .shopitems_header, .order_addressfields table .shopitems_header, .inhoud.container table.shopitems .shopitems_header, table.order_buttons .shopitems_header, .inhoud.container .basket_addressfields table .shopitems_header, .inhoud.container table.extra_options .shopitems_header, table.NoneSelectedProduct .shopitems_header, #licenseplate_cars table .shopitems_header {
      display: none; }
    table.productdetails thead, table.productdetails tbody, table.productdetails th, table.productdetails td, table.productdetails tr, .order_addressfields table thead, .order_addressfields table tbody, .order_addressfields table th, .order_addressfields table td, .order_addressfields table tr, .inhoud.container table.shopitems thead, .inhoud.container table.shopitems tbody, .inhoud.container table.shopitems th, .inhoud.container table.shopitems td, .inhoud.container table.shopitems tr, table.order_buttons thead, table.order_buttons tbody, table.order_buttons th, table.order_buttons td, table.order_buttons tr, .inhoud.container .basket_addressfields table thead, .inhoud.container .basket_addressfields table tbody, .inhoud.container .basket_addressfields table th, .inhoud.container .basket_addressfields table td, .inhoud.container .basket_addressfields table tr, .inhoud.container table.extra_options thead, .inhoud.container table.extra_options tbody, .inhoud.container table.extra_options th, .inhoud.container table.extra_options td, .inhoud.container table.extra_options tr, table.NoneSelectedProduct thead, table.NoneSelectedProduct tbody, table.NoneSelectedProduct th, table.NoneSelectedProduct td, table.NoneSelectedProduct tr, #licenseplate_cars table thead, #licenseplate_cars table tbody, #licenseplate_cars table th, #licenseplate_cars table td, #licenseplate_cars table tr {
      display: block; }
    table.productdetails thead tr, .order_addressfields table thead tr, .inhoud.container table.shopitems thead tr, table.order_buttons thead tr, .inhoud.container .basket_addressfields table thead tr, .inhoud.container table.extra_options thead tr, table.NoneSelectedProduct thead tr, #licenseplate_cars table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    table.productdetails tr, .order_addressfields table tr, .inhoud.container table.shopitems tr, table.order_buttons tr, .inhoud.container .basket_addressfields table tr, .inhoud.container table.extra_options tr, table.NoneSelectedProduct tr, #licenseplate_cars table tr {
      border: 1px solid #ccc; }
    table.productdetails td, .order_addressfields table td, .inhoud.container table.shopitems td, table.order_buttons td, .inhoud.container .basket_addressfields table td, .inhoud.container table.extra_options td, table.NoneSelectedProduct td, #licenseplate_cars table td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%; }
    table.productdetails td:before, .order_addressfields table td:before, .inhoud.container table.shopitems td:before, table.order_buttons td:before, .inhoud.container .basket_addressfields table td:before, .inhoud.container table.extra_options td:before, table.NoneSelectedProduct td:before, #licenseplate_cars table td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; }

  table.productdetails {
    min-width: 100%;
    width: 100%;
    padding: 0px;
    border: 0px;
    margin-top: 2%; }
    table.productdetails tr {
      border: 0px; }
      table.productdetails tr:after {
        content: "";
        display: table;
        clear: both; }
      table.productdetails tr td {
        width: 100%;
        float: left;
        padding: 0px;
        border: 0px; }

  .shoplink.backtoproducts {
    width: 100%;
    display: inline-block; }

  .baskettext div.extraproduct_explain {
    top: 0px;
    width: 100%;
    margin: 0px; }
    .baskettext div.extraproduct_explain:before {
      left: 8px; }

  .loggedin .baskettext div.extraproduct_explain, .baskettext div.extraproduct_explain {
    text-align: left;
    top: 0px;
    left: 20px; }

  .prevamount {
    width: 100% !important;
    text-align: center; }

  #foutmelding {
    width: 100%;
    left: 0px !important; }

  .single_product div.bigimage, .single_product .div.product_image, .single_product.has_product_wide div.bigimage, .single_product.has_product_wide .div.product_image, .single_product .single_product_container div.bigimage, .single_product .single_product_container .div.product_image, .single_product .single_product_container.has_product_wide div.bigimage, .single_product .single_product_container.has_product_wide .div.product_image {
    width: 100%;
    max-width: 100%;
    text-align: center;
    height: auto;
    margin-bottom: 80px; }
  .single_product .inch_selection, .single_product.has_product_wide .inch_selection, .single_product .single_product_container .inch_selection, .single_product .single_product_container.has_product_wide .inch_selection {
    justify-content: center; }
  .single_product .productsfamily_title, .single_product.has_product_wide .productsfamily_title, .single_product .single_product_container .productsfamily_title, .single_product .single_product_container.has_product_wide .productsfamily_title {
    text-align: center; }
  .single_product table.productfamily tr td, .single_product.has_product_wide table.productfamily tr td, .single_product .single_product_container table.productfamily tr td, .single_product .single_product_container.has_product_wide table.productfamily tr td {
    padding: 2px; }
  .single_product .productfamily_container, .single_product.has_product_wide .productfamily_container, .single_product .single_product_container .productfamily_container, .single_product .single_product_container.has_product_wide .productfamily_container {
    width: 100%; }
  .single_product .specification_container, .single_product.has_product_wide .specification_container, .single_product .single_product_container .specification_container, .single_product .single_product_container.has_product_wide .specification_container {
    width: 100%; }
  .single_product div.productdetails, .single_product.has_product_wide div.productdetails, .single_product .single_product_container div.productdetails, .single_product .single_product_container.has_product_wide div.productdetails {
    width: 100%;
    max-width: 100%;
    padding: 0px; }
    .single_product div.productdetails.productdetailsrear, .single_product.has_product_wide div.productdetails.productdetailsrear, .single_product .single_product_container div.productdetails.productdetailsrear, .single_product .single_product_container.has_product_wide div.productdetails.productdetailsrear {
      margin-left: 0px; }
    .single_product div.productdetails .wide_type, .single_product.has_product_wide div.productdetails .wide_type, .single_product .single_product_container div.productdetails .wide_type, .single_product .single_product_container.has_product_wide div.productdetails .wide_type {
      margin-top: 10px; }
    .single_product div.productdetails .orderbutton, .single_product.has_product_wide div.productdetails .orderbutton, .single_product .single_product_container div.productdetails .orderbutton, .single_product .single_product_container.has_product_wide div.productdetails .orderbutton {
      width: 100%; }
      .single_product div.productdetails .orderbutton a, .single_product.has_product_wide div.productdetails .orderbutton a, .single_product .single_product_container div.productdetails .orderbutton a, .single_product .single_product_container.has_product_wide div.productdetails .orderbutton a {
        display: inline-block;
        width: 100%;
        text-align: center; }
  .single_product .relatedproducts, .single_product.has_product_wide .relatedproducts, .single_product .single_product_container .relatedproducts, .single_product .single_product_container.has_product_wide .relatedproducts {
    padding: 0px;
    margin-left: 0px;
    width: 100%; }

  .relatedproducts .search_all .product_price .price_set .price {
    padding-top: 0px;
    padding-bottom: 0px; }

  div.products_main {
    min-height: 100px; }

  div.product_content {
    min-height: 100px; }

  .searchtitle {
    display: none; }

  .productsinbasket .container {
    top: 0px; }
    .productsinbasket .container .inbasket {
      width: 100%;
      top: 10%; }
      .productsinbasket .container .inbasket:after {
        display: none; }

  .categorytabs {
    text-align: center; }

  .product_header .searchresult_count {
    display: none; }

  /*    div.product_main .searchresult_count{
          display: inline-block;
          font-size: 1rem;
          margin-top: 46px;
          text-align: center;
          margin-bottom: 10px;
      }*/
  .resultsfound div.product_main .searchresult_count {
    display: none; }

  #licenseplate_cars {
    text-align: center; }
    #licenseplate_cars .redtext {
      width: 100% !important;
      text-align: center; }
    #licenseplate_cars h1 {
      font-size: 18px;
      text-align: center; }
    #licenseplate_cars table tr {
      text-align: center;
      border: 0px;
      margin-bottom: 25px;
      margin-top: 25px; }
      #licenseplate_cars table tr td {
        border: 0px;
        padding: 0px;
        width: initial !important; }

  /*    #webshop_content #carsearchboxes {
          padding-top: 10px;
          padding-left: 0px;
          
          #carsearchboxes{
              .title{
                  width: 100%;
                  text-align: center;
                  border-radius: 5px;
                  background: #de2025;
                  cursor: pointer;
                  height: 35px;
                  line-height: 35px;
                  border: 1px solid #de2025;
                  transition: all 0.2s ease-in-out;
              }
          }
      }*/
  .product_column_left {
    display: none; }

  .product_content {
    width: 100%; }

  div.product_content {
    width: 100%; }

  .show_filters {
    display: block; }

  .common_filters {
    float: left;
    padding-top: 40px; }

  div.search_submit {
    float: left;
    clear: left; }

  .all_common_filters {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    background: transparent;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 10px; }
    .all_common_filters .filter_FreeText {
      height: 40px; }
    .all_common_filters.open {
      padding: 0px;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-bottom: 0px;
      max-height: 600px; }
      .all_common_filters.open #FreeText {
        display: initial; }
      .all_common_filters.open .show_filters {
        display: inherit !important; }

  div.productsfound {
    margin-top: 0px; }

  div.productlist_wheel, div.productlist_steel {
    width: calc(50% - 5px); }
    div.productlist_wheel:nth-of-type(4n), div.productlist_steel:nth-of-type(4n) {
      margin-right: 10px; }
    div.productlist_wheel:nth-of-type(2n), div.productlist_steel:nth-of-type(2n) {
      margin-right: 0px; }

  div.licenseplate_cars .lp_content {
    width: 100%;
    left: 0px;
    margin-left: 0px;
    position: absolute;
    height: 100%;
    top: 0px;
    overflow: scroll; }
    div.licenseplate_cars .lp_content a {
      width: 100% !important;
      text-align: center; }

  .navpagelink {
    display: none; }
    .navpagelink:nth-last-of-type(1) {
      display: inline-block; }
    .navpagelink:last-of-type {
      display: inline-block; }

  .pagecount {
    display: inline-block; }

  .show_filters_relatedproducts {
    display: inherit !important; }

  .search_all .product_cell:nth-of-type(1), .relatedproducts_content .product_cell:nth-of-type(1) {
    width: 35%; }
    .search_all .product_cell:nth-of-type(1) img, .relatedproducts_content .product_cell:nth-of-type(1) img {
      max-width: 100%; }
  .search_all .orderbutton, .relatedproducts_content .orderbutton {
    width: 100%; }
    .search_all .orderbutton a, .relatedproducts_content .orderbutton a {
      width: 100%;
      text-align: center; }
  .search_all .vat, .relatedproducts_content .vat {
    float: none;
    display: inline;
    margin-left: 0px; }
  .search_all .product_name, .relatedproducts_content .product_name {
    /*height: 100%;*/
    width: 65%;
    margin-left: 35%;
    padding-bottom: 0px; }
    .search_all .product_name.product_name_wide, .relatedproducts_content .product_name.product_name_wide {
      width: 65%; }
      .search_all .product_name.product_name_wide .product_name_left, .relatedproducts_content .product_name.product_name_wide .product_name_left {
        width: 65%; }
      .search_all .product_name.product_name_wide .product_name_right, .relatedproducts_content .product_name.product_name_wide .product_name_right {
        width: 65%;
        text-align: left;
        clear: both;
        margin-top: 15px; }
  .search_all .wideprice, .relatedproducts_content .wideprice {
    width: 100%; }
    .search_all .wideprice .price_set, .relatedproducts_content .wideprice .price_set {
      text-align: center;
      margin-bottom: 10px; }
    .search_all .wideprice .add_basket, .relatedproducts_content .wideprice .add_basket {
      height: auto;
      line-height: 1.3rem;
      padding: 10px; }
  .search_all .product_price, .relatedproducts_content .product_price {
    width: 65%;
    padding: 15px 0px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    margin-left: 35%;
    padding-top: 0px; }
  .search_all .setprice, .relatedproducts_content .setprice {
    width: 100%; }
    .search_all .setprice .add_basket, .relatedproducts_content .setprice .add_basket {
      width: 100%;
      text-align: center; }
  .search_all .stockamount, .relatedproducts_content .stockamount {
    float: left;
    padding: 0px; }
  .search_all .deliveryspeed, .relatedproducts_content .deliveryspeed {
    display: none; }
  .search_all .deliverydate, .relatedproducts_content .deliverydate {
    /*margin-top: 15px;*/
    font-size: 13px;
    text-align: center; }

  .order_buttons a.knop_kassa {
    float: none; }

  .inhoud.container a.knop_kassa {
    width: 100%; }
  .inhoud.container .knop_addoptionalproduct span {
    display: none; }
  .inhoud.container .knop_addoptionalproduct:before {
    width: 100%; }
  .inhoud.container .bestelstappen {
    display: none; }
  .inhoud.container table.shopitems tr, .inhoud.container table.shopitems tr.basket {
    margin-top: 10px; }
    .inhoud.container table.shopitems tr td, .inhoud.container table.shopitems tr.basket td {
      height: initial;
      line-height: initial !important;
      border-bottom: 0px;
      padding-bottom: 7px;
      padding-top: 7px; }
      .inhoud.container table.shopitems tr td:first-of-type, .inhoud.container table.shopitems tr.basket td:first-of-type {
        padding: 0px;
        width: 0px; }
      .inhoud.container table.shopitems tr td .car_details, .inhoud.container table.shopitems tr.basket td .car_details {
        margin-bottom: 0px; }
        .inhoud.container table.shopitems tr td .car_details button.knop, .inhoud.container table.shopitems tr.basket td .car_details button.knop {
          width: 100% !important;
          margin: 0px !important;
          max-width: 100%; }
        .inhoud.container table.shopitems tr td .car_details .car_details_title, .inhoud.container table.shopitems tr td .car_details input.customfield, .inhoud.container table.shopitems tr.basket td .car_details .car_details_title, .inhoud.container table.shopitems tr.basket td .car_details input.customfield {
          width: 100%;
          max-width: 100%; }
      .inhoud.container table.shopitems tr td.productimage, .inhoud.container table.shopitems tr.basket td.productimage {
        width: 100%;
        height: auto;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px; }
      .inhoud.container table.shopitems tr td .knop_remove, .inhoud.container table.shopitems tr.basket td .knop_remove {
        display: inline-block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: 1px solid #ccc; }
      .inhoud.container table.shopitems tr td .basket_form div, .inhoud.container table.shopitems tr.basket td .basket_form div {
        width: 100%; }
        .inhoud.container table.shopitems tr td .basket_form div:after, .inhoud.container table.shopitems tr.basket td .basket_form div:after {
          content: "";
          display: table;
          clear: both; }
  .inhoud.container table.totals {
    margin-top: 10%;
    margin-bottom: 15%;
    font-size: 1.2rem; }
    .inhoud.container table.totals tr td:first-of-type {
      padding-left: 0px;
      padding-right: 0px; }
    .inhoud.container table.totals tr td:last-of-type {
      width: 0px; }
  .inhoud.container .sub_title {
    width: 100%;
    text-align: center;
    display: inline-block; }
  .inhoud.container table.order_buttons {
    margin-bottom: 10%; }
    .inhoud.container table.order_buttons:before {
      top: -50px; }
    .inhoud.container table.order_buttons td, .inhoud.container table.order_buttons td.klantofferte {
      padding: 0px;
      padding-left: 15px;
      padding-right: 15px;
      border: 0px;
      text-align: left !important;
      padding-top: 10px; }
      .inhoud.container table.order_buttons td table td, .inhoud.container table.order_buttons td.klantofferte table td {
        padding: 0px; }
      .inhoud.container table.order_buttons td h2, .inhoud.container table.order_buttons td.klantofferte h2 {
        margin-top: 10%;
        margin-left: 0px !important; }
      .inhoud.container table.order_buttons td form table, .inhoud.container table.order_buttons td.klantofferte form table {
        width: 100%; }
        .inhoud.container table.order_buttons td form table table, .inhoud.container table.order_buttons td.klantofferte form table table {
          width: 100%; }
    .inhoud.container table.order_buttons tr {
      border: 0px; }
  .inhoud.container table.extra_options tr {
    border: 0px; }
    .inhoud.container table.extra_options tr td {
      padding: 0px;
      border: 0px; }
      .inhoud.container table.extra_options tr td table.extra_option tr.basket:nth-of-type(1) {
        width: 30%;
        float: left; }
        .inhoud.container table.extra_options tr td table.extra_option tr.basket:nth-of-type(1) td {
          height: 50px;
          line-height: 50px; }
      .inhoud.container table.extra_options tr td table.extra_option tr.basket:nth-of-type(2) {
        width: 70%;
        float: left;
        background: transparent; }
        .inhoud.container table.extra_options tr td table.extra_option tr.basket:nth-of-type(2) td {
          background: transparent;
          padding-top: 5px;
          padding-bottom: 5px; }
        .inhoud.container table.extra_options tr td table.extra_option tr.basket:nth-of-type(2) input {
          width: 100% !important; }
      .inhoud.container table.extra_options tr td table.extra_option .knop_addoptionalproduct:before {
        width: initial; }
  .inhoud.container div.addressform {
    padding-top: 0px; }
  .inhoud.container .basket_addressfields table, .inhoud.container .order_addressfields table {
    margin-left: 0px !important; }
    .inhoud.container .basket_addressfields table .feedback img, .inhoud.container .order_addressfields table .feedback img {
      display: none; }
    .inhoud.container .basket_addressfields table .knop_winkelen, .inhoud.container .order_addressfields table .knop_winkelen {
      margin-bottom: 10px; }
    .inhoud.container .basket_addressfields table tr, .inhoud.container .order_addressfields table tr {
      border: 0px; }
      .inhoud.container .basket_addressfields table tr.gender:after, .inhoud.container .order_addressfields table tr.gender:after {
        content: "";
        display: table;
        clear: both; }
      .inhoud.container .basket_addressfields table tr td, .inhoud.container .order_addressfields table tr td {
        border: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100% !important;
        clear: left; }
        .inhoud.container .basket_addressfields table tr td.gender_male, .inhoud.container .basket_addressfields table tr td.gender_female, .inhoud.container .order_addressfields table tr td.gender_male, .inhoud.container .order_addressfields table tr td.gender_female {
          float: left;
          width: 50% !important;
          text-align: left;
          line-height: 30px; }
          .inhoud.container .basket_addressfields table tr td.gender_male [type=checkbox] + label, .inhoud.container .basket_addressfields table tr td.gender_male [type=radio] + label, .inhoud.container .basket_addressfields table tr td.gender_female [type=checkbox] + label, .inhoud.container .basket_addressfields table tr td.gender_female [type=radio] + label, .inhoud.container .order_addressfields table tr td.gender_male [type=checkbox] + label, .inhoud.container .order_addressfields table tr td.gender_male [type=radio] + label, .inhoud.container .order_addressfields table tr td.gender_female [type=checkbox] + label, .inhoud.container .order_addressfields table tr td.gender_female [type=radio] + label {
            float: left;
            margin-right: 0px;
            padding-right: 0px; }
            .inhoud.container .basket_addressfields table tr td.gender_male [type=checkbox] + label:before, .inhoud.container .basket_addressfields table tr td.gender_male [type=radio] + label:before, .inhoud.container .basket_addressfields table tr td.gender_female [type=checkbox] + label:before, .inhoud.container .basket_addressfields table tr td.gender_female [type=radio] + label:before, .inhoud.container .order_addressfields table tr td.gender_male [type=checkbox] + label:before, .inhoud.container .order_addressfields table tr td.gender_male [type=radio] + label:before, .inhoud.container .order_addressfields table tr td.gender_female [type=checkbox] + label:before, .inhoud.container .order_addressfields table tr td.gender_female [type=radio] + label:before {
              float: left; }
          .inhoud.container .basket_addressfields table tr td.gender_male img, .inhoud.container .basket_addressfields table tr td.gender_female img, .inhoud.container .order_addressfields table tr td.gender_male img, .inhoud.container .order_addressfields table tr td.gender_female img {
            display: none; }
        .inhoud.container .basket_addressfields table tr td input, .inhoud.container .order_addressfields table tr td input {
          width: 100% !important; }
        .inhoud.container .basket_addressfields table tr td h3, .inhoud.container .order_addressfields table tr td h3 {
          font-size: 14px; }
        .inhoud.container .basket_addressfields table tr td .knop_kassa, .inhoud.container .order_addressfields table tr td .knop_kassa {
          float: none !important;
          width: 100%; }
        .inhoud.container .basket_addressfields table tr td table td, .inhoud.container .order_addressfields table tr td table td {
          padding: 0px; }
  .inhoud.container h2 {
    margin-left: 15px !important; }
  .inhoud.container .knop_offerte, .inhoud.container .knop_opnieuw, .inhoud.container .knop_winkelen {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px; }

  #NoneSelectedProducts {
    width: 100%;
    left: 0px;
    margin-left: 0px; }
    #NoneSelectedProducts table tr {
      margin-top: 15px; }
    #NoneSelectedProducts table td {
      padding-left: 0px;
      border: 0px; }
      #NoneSelectedProducts table td.NoneSelectedProduct div {
        text-align: center; }
      #NoneSelectedProducts table td form {
        text-align: center; }
        #NoneSelectedProducts table td form input.NoneSelectedProduct {
          max-width: 100%;
          white-space: normal;
          height: auto;
          line-height: 1.5rem;
          padding: 1rem 0.4rem;
          width: calc(100% - 30px); }
    #NoneSelectedProducts a {
      width: 100% !important;
      margin-top: 15px;
      text-align: center; }

  .search_all .product.has_product_wide .product_cell {
    width: 100%;
    float: left;
    margin: 0px; }
    .search_all .product.has_product_wide .product_cell:nth-of-type(1) {
      height: 150px;
      position: relative; }
      .search_all .product.has_product_wide .product_cell:nth-of-type(1) a {
        display: inherit;
        top: 0px;
        margin-top: 10px;
        position: relative;
        left: inherit;
        margin-left: inherit; }
  .search_all .product.product_rear .product_cell {
    width: 100%;
    float: left;
    margin: 0px; }
    .search_all .product.product_rear .product_cell:nth-of-type(1) {
      display: none; }

  .search_all .product_cell:nth-of-type(1) a {
    margin-left: 0px; } }
@media screen and (max-width: 600px) {
  /* Responsive fix */
  table.responsive td, table.responsive th {
    width: 50% !important; } }
@media screen and (max-width: 800px) {
  /* Responsive fix */
  .inhoud.container table.optional_extra {
    display: block;
    /* Hide table headers (but not display: none;, for accessibility) */ }
    .inhoud.container table.optional_extra .shopitems_header {
      display: none; }
    .inhoud.container table.optional_extra thead, .inhoud.container table.optional_extra tbody, .inhoud.container table.optional_extra th, .inhoud.container table.optional_extra td, .inhoud.container table.optional_extra tr {
      display: block; }
    .inhoud.container table.optional_extra thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .inhoud.container table.optional_extra tr {
      border: 1px solid #ccc; }
    .inhoud.container table.optional_extra td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%; }
    .inhoud.container table.optional_extra td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; }

  .inhoud.container table.optional_extra tr {
    border: 0px;
    /*            &:last-of-type{
                    display: none;
                }*/ }
    .inhoud.container table.optional_extra tr:nth-of-type(1) {
      display: none; }
    .inhoud.container table.optional_extra tr td {
      text-align: center;
      border: 0px; }
  .inhoud.container table.optional_extra .knop_addoptionalproduct span {
    display: inline-block; }
  .inhoud.container table.optional_extra .knop_addoptionalproduct:before {
    width: auto; } }
@media screen and (max-width: 530px) {
  .filter_buttons {
    margin-top: 0px; }
    .filter_buttons > div {
      margin-right: 0px; }

  .simplelist .product .product_cell:nth-of-type(1) {
    width: 100%; }
    .simplelist .product .product_cell:nth-of-type(1) a img {
      width: 30%; }
  .simplelist .product .product_cell:nth-of-type(2) {
    width: 100%; }
  .simplelist .product .product_cell {
    width: 100%; }

  .overview_products td {
    padding: 5px; }

  .categorytabs a.producttab, .categorytabs a.producttabs, .categorytabs .tab_other {
    padding: 7px 15px;
    font-size: 12px;
    margin: 0px 0px 0px 1px; }

  .search_all .setprice .add_basket {
    font-size: 13px; }

  .all_common_filters {
    margin-top: 0px; }
    .all_common_filters .sort_options_title {
      font-size: 1rem;
      height: auto;
      line-height: 2rem;
      margin-bottom: 0px; }
    .all_common_filters select {
      width: 100%; }
    .all_common_filters .sort_option {
      width: 100%; }
    .all_common_filters .common_filter {
      width: 100%; }
      .all_common_filters .common_filter.filter_FreeSize {
        width: 100%; }
    .all_common_filters input.filter_text {
      width: 100%; }
    .all_common_filters .filter_stock, .all_common_filters .filter_FreeText, .all_common_filters .sort_option, .all_common_filters .filter_EAN, .all_common_filters .filter_status, .all_common_filters .filter_MinLoadIndex, .all_common_filters .filter_Steek, .all_common_filters .filter_Steekcirkel, .all_common_filters .filter_ET, .all_common_filters .filter_Boring {
      width: 100%;
      max-width: 100% !important; }
    .all_common_filters input.carsearch_submit, .all_common_filters input.search_submit {
      min-width: initial; }

  div.productlist_wheel, div.productlist_steel {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    height: auto; } }
@media screen and (max-width: 767px) {
  .search_all .product_container {
    width: 100%;
    transition: none; }

  #showProductsForWheel .showProductsForWheel {
    width: 100%;
    left: 0px;
    margin: 0px;
    height: 100%;
    overflow: auto; }
    #showProductsForWheel .showProductsForWheel tr td {
      white-space: nowrap; }
  #showProductsForWheel > p a {
    top: initial;
    bottom: 0px;
    margin: 0px;
    width: 100%;
    right: 0px;
    text-align: center;
    background: #333;
    color: #fff; }

  .filter_info_container .filter_info {
    flex-flow: wrap; }
    .filter_info_container .filter_info .column {
      width: 100%;
      margin-top: 10px; }

  .filter_info_container.open {
    max-height: 1000px; }

  table.overview_products {
    font-size: 0.8rem; }
    table.overview_products td {
      padding: 5px; }

  .inhoud_orderpage form#orderform {
    margin-top: 20px; }
    .inhoud_orderpage form#orderform table {
      width: 100% !important;
      min-width: inherit !important;
      float: left !important; }
      .inhoud_orderpage form#orderform table td {
        min-width: inherit !important;
        width: 100% !important;
        display: block; }
      .inhoud_orderpage form#orderform table .tenderdone_container {
        width: 100%; }
        .inhoud_orderpage form#orderform table .tenderdone_container .knop_offerte {
          width: 100%; }
      .inhoud_orderpage form#orderform table .knop_winkelen {
        margin-bottom: 15px; }

  .all_common_filters {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; }
    .all_common_filters.open {
      padding-left: 0px;
      padding-right: 0px; }
    .all_common_filters .sort_options_title {
      flex-grow: 0; }
    .all_common_filters div.sort_option {
      flex-grow: 1;
      max-width: none; }

  .products_menu_large li {
    width: 100% !important;
    margin-right: 0px !important; }

  .products_menu_large > ul.active-subcategory > li li li {
    margin-right: 0px !important; }

  div.basketblock.floating:hover #basketinfo_allproducts,
  li.basketblock.floating:hover #basketinfo_allproducts {
    bottom: -20px;
    right: -20px;
    max-width: 100vw;
    display: none; }

  .filters.column-top .form-fieldcontainer {
    width: 100%; }
    .filters.column-top .form-fieldcontainer.quicksearch_container div.quicksearch {
      width: 100%;
      margin-bottom: 0px; }
    .filters.column-top .form-fieldcontainer.quicksearch_container .quicksearchbutton {
      width: 100%; }
    .filters.column-top .form-fieldcontainer.columns-6 .type-title div, .filters.column-top .form-fieldcontainer.columns-12 .type-title div, .filters.column-top .form-fieldcontainer.columns-24 .type-title div {
      font-size: 1rem;
      height: auto;
      line-height: inherit; }
    .filters.column-top .form-fieldcontainer .input-container {
      width: 100%; }
    .filters.column-top .form-fieldcontainer.columns-6, .filters.column-top .form-fieldcontainer.columns-4 {
      width: 100%; }
      .filters.column-top .form-fieldcontainer.columns-6 .input-container, .filters.column-top .form-fieldcontainer.columns-4 .input-container {
        width: 100%; }
    .filters.column-top .form-fieldcontainer.columns-12 {
      width: 100%; }
      .filters.column-top .form-fieldcontainer.columns-12 .input-container {
        width: 100%; }
    .filters.column-top .form-fieldcontainer.columns-24 {
      width: 100%; }
      .filters.column-top .form-fieldcontainer.columns-24 .input-container {
        width: 100%; }

  .filters .form-fieldcontainer .input-container, .filters .form-fieldcontainer .select-container, .filters .form-fieldcontainer div.start_new {
    width: 100%; }

  .filters .form-fieldcontainer .input-container, .filters .form-fieldcontainer .select-container {
    width: 100%; }

  .hideonmobile {
    display: none; }

  .poweredbywcc {
    width: 100%;
    padding: 20px; }

  img {
    max-width: 100% !important; }

  img.bigimage {
    max-width: calc(100% - 40px) !important; }

  .single_product div.bigimage {
    text-align: left; }

  .filters .form-fieldcontainer {
    width: 100%; }
    .filters .form-fieldcontainer.columns-4 {
      width: 33.33%; }
    .filters .form-fieldcontainer.columns-6 {
      width: 100%; }

  body #webshop_content div.product_header #carsearchboxes #qweon_carsearch, body div.product_header #carsearchboxes #qweon_carsearch {
    flex-direction: column; }
    body #webshop_content div.product_header #carsearchboxes #qweon_carsearch .carsearch_block, body div.product_header #carsearchboxes #qweon_carsearch .carsearch_block {
      margin-right: 0px;
      margin-bottom: 2%; }

  .categorytabs a.producttab, .categorytabs a.producttabs, .categorytabs .tab_other {
    font-size: 11px;
    padding: 7px;
    background: #ebebeb;
    margin-bottom: 3px; }
    .categorytabs a.producttab:before, .categorytabs a.producttabs:before, .categorytabs .tab_other:before {
      display: none; }

  .product .storage_info {
    width: 100%; } }
@media screen and (max-width: 1190px) {
  .filter_FreeText {
    width: auto;
    overflow: hidden; }

  .start_new a, .search_submit input {
    min-width: initial; }

  .common_filter:last-of-type {
    margin-right: 0px; }

  div.catfilter_smallcheckbox {
    width: 50%; } }
@media screen and (min-width: 1023px) and (max-width: 1190px) {
  #webshop_content.productpage .product_single .relatedproducts .relatedproducts_column_left {
    margin-top: 68px; } }
@media screen and (max-width: 1180px) {
  .search_all .product:hover .product_cell:nth-of-type(1) a img, .product_single .product:hover .product_cell:nth-of-type(1) a img {
    width: 120px;
    margin-left: initial;
    margin-top: initial; } }
@media screen and (min-width: 1023px) {
  .hideondesktop {
    display: none !important; }

  .whatsappmessage {
    display: none; }

  .hidesubsubheadmenu {
    display: none; } }
body:not(.plus_active) .layouts {
  display: none; }
body:not(.plus_active) .product_container .directbuy.product_amount {
  display: none !important; }

@media screen and (max-width: 1023px) {
  body:not(.plus_active) .basketblock {
    display: none; } }
/* Productcatalog */
/* Components */
/* PNG tranparent background should show as white background */
img.pswp__img {
  background: #fff; }

.pc-page h2 {
  font-size: 18px;
  font-weight: 800; }
.pc-page h3 {
  font-size: 18px;
  font-weight: 700; }
.pc-page h4 {
  font-size: 16px;
  font-weight: 700; }
.pc-page h5 {
  font-size: 15px;
  font-weight: 600; }
.pc-page div.producttabs div.categorytabs {
  margin-bottom: 0px;
  padding-bottom: 20px; }
.pc-page div.product_main {
  padding-top: 0px; }

.pc-product-description {
  font-size: 14px; }
  .pc-product-description p {
    font-size: 14px;
    line-height: 14px; }
  .pc-product-description a {
    text-decoration: underline;
    transition: all .2s ease-in-out; }

.productcatalog .productpage .compare-selection {
  display: none !important; }

.productcatalog_categorycrumbs {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 35px; }
  .productcatalog_categorycrumbs a {
    font-size: 14px;
    position: relative;
    transition: all .2s ease-in-out; }
    .productcatalog_categorycrumbs a.sub-1 {
      padding-left: 10px; }
    .productcatalog_categorycrumbs a.sub-2 {
      padding-left: 20px; }
    .productcatalog_categorycrumbs a.sub-3 {
      padding-left: 30px; }
    .productcatalog_categorycrumbs a.sub-4 {
      padding-left: 40px; }
    .productcatalog_categorycrumbs a.sub-5 {
      padding-left: 50px; }
    .productcatalog_categorycrumbs a.sub-1, .productcatalog_categorycrumbs a.sub-2, .productcatalog_categorycrumbs a.sub-3, .productcatalog_categorycrumbs a.sub-4, .productcatalog_categorycrumbs a.sub-5 {
      position: relative; }
    .productcatalog_categorycrumbs a.open {
      font-weight: 700; }
    .productcatalog_categorycrumbs a span {
      position: relative; }
      .productcatalog_categorycrumbs a span:after {
        content: '';
        display: block;
        width: 0%;
        height: 1px;
        border-top: 1px solid #000;
        position: absolute;
        bottom: 0px;
        left: 0px;
        transition: all .2s ease-in-out; }
    .productcatalog_categorycrumbs a:hover span:after {
      width: 100%;
      opacity: 1; }

.pc_product_amount {
  display: none;
  width: 40px;
  height: 100%; }
  .pc_product_amount input {
    text-align: center;
    border: 1px solid #ccc;
    width: 100%;
    height: 100%;
    padding: 0px;
    background: #fff;
    transition: all .2s ease-in-out; }
    .pc_product_amount input:focus, .pc_product_amount input:hover {
      border-color: #000; }

.productcatalog div.product {
  clear: none;
  position: relative;
  border-top: 0px;
  color: inherit;
  margin-bottom: 30px; }

.productcatalog .searchform {
  width: 100%; }

.pc_nocategories_msg {
  font-size: 15px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  padding: 10px; }

.pc_productoverviewpage_header_right {
  width: 100%; }

.pc_cat_image {
  margin-bottom: 10px; }
  .pc_cat_image img {
    width: 100%;
    max-width: 100%;
    height: auto; }

.tpl_pc .smallheader {
  max-height: 1px; }
  .tpl_pc .smallheader > .container {
    display: none; }

.filters .form-fieldcontainer input.filterbuttonpc, .filters .form-fieldcontainer input.start_new_pc {
  margin: 0px;
  margin-top: 10px; }

.pc_top {
  display: flex;
  margin-bottom: 20px; }
  .pc_top .pc_page_description {
    width: 70%;
    font-size: 14px;
    margin-top: 0px; }
    .pc_top .pc_page_description p:last-of-type {
      margin-bottom: 0px; }
  .pc_top .usps {
    width: 30%;
    display: flex;
    justify-content: flex-end; }
    .pc_top .usps .pc-usps {
      margin-top: 0px; }

.pc_productoverviewpage_header {
  display: flex; }

.pc_productcat_image {
  width: 215px;
  height: 160px;
  margin-right: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none; }

.pc_page_description p {
  margin-bottom: 1rem; }

.productpage .productrating {
  float: none; }
.productpage .productfitscar {
  margin-bottom: 20px; }

.pc-product-video {
  width: 100%;
  min-height: 400px; }

.pc-product-vehicleconnection span {
  font-weight: 700; }

.pc-vc-pagetype-category .productcatalog_categories_large {
  margin-top: 20px; }
.pc-vc-pagetype-category .pc-product-directlinks {
  display: none; }

.pc-vc-pagetype-product .product_header {
  display: none; }
.pc-vc-pagetype-product .productcatalog_categories a:not(.open) {
  display: none; }

.productpage h1, .pc_productoverviewpage h1 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0px; }
.productpage.order-false .pc-button-basket, .productpage.order-false .pc-button-basket:hover, .pc_productoverviewpage.order-false .pc-button-basket, .pc_productoverviewpage.order-false .pc-button-basket:hover {
  border-color: #ccc;
  color: #ccc;
  background: transparent;
  cursor: default; }

.pc-button-basket {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  border: 2px solid #34d200;
  transition: all .2s ease-in-out;
  text-align: center;
  font-size: 16px;
  background: #34d200;
  color: #fff;
  cursor: pointer; }
  .pc-button-basket.loading span {
    display: none; }
  .pc-button-basket:before {
    content: "\f291";
    position: relative;
    margin-right: 10px; }
  .pc-button-basket:hover {
    background: #fff;
    color: #34d200; }

.pc-button-comb {
  display: flex;
  justify-content: space-between;
  margin-top: 10px; }

.pc-button-compare, .pc-button-fav {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 15px;
  transition: all .2s ease-in-out;
  text-align: center;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  color: #34d200;
  width: 49%; }
  .pc-button-compare:hover, .pc-button-fav:hover {
    background: #34d200;
    color: #fff;
    border-color: #34d200; }

.pc-button-compare:before {
  content: "\f0ec";
  position: relative;
  margin-right: 10px; }

.pc-button-fav:before {
  content: "\f08a";
  position: relative;
  margin-right: 10px; }

.productpage .pc-stock {
  margin-top: 10px;
  font-size: 15px; }
.productpage .pc-deliverytime {
  margin-bottom: 10px;
  font-size: 15px; }
.productpage .productcatalog_categories {
  display: none; }
.productpage .pc-deliverytime-time {
  display: none; }
.productpage .pc-deliverytime-column {
  margin-left: 0px; }

.pc-deliverytime-text {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .pc-deliverytime-text:before {
    content: "\f0d1";
    position: relative;
    margin-right: 5px; }

.pc-deliverytime .product-stock {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.pc-stock, .product-stock {
  cursor: default; }
  .pc-stock:before, .product-stock:before {
    content: "\f1b2";
    position: relative;
    margin-right: 5px; }

.pc-product-directlinks {
  display: flex;
  margin-bottom: 20px; }
  .pc-product-directlinks a.link, .pc-product-directlinks div.link {
    border: 1px solid transparent;
    margin-right: 17px;
    padding: 4px 0px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-size: 14px; }
    .pc-product-directlinks a.link:after, .pc-product-directlinks div.link:after {
      content: '';
      display: block;
      position: absolute;
      right: -9px;
      top: 0px;
      height: 100%;
      border-right: 1px solid #ccc; }
    .pc-product-directlinks a.link:hover, .pc-product-directlinks div.link:hover {
      text-decoration: underline; }
    .pc-product-directlinks a.link:last-child:after, .pc-product-directlinks div.link:last-child:after {
      display: none; }
    .pc-product-directlinks a.link.link-back, .pc-product-directlinks div.link.link-back {
      transition: all .2s ease-in-out;
      display: inline-block; }
      .pc-product-directlinks a.link.link-back:before, .pc-product-directlinks div.link.link-back:before {
        content: "\f100";
        position: relative;
        font-size: 14px;
        margin-right: 6px; }
      .pc-product-directlinks a.link.link-back:hover, .pc-product-directlinks div.link.link-back:hover {
        text-decoration: none;
        border-color: #000;
        padding-left: 10px;
        padding-right: 10px; }

.pc-price {
  font-size: 22px;
  font-weight: 600; }

.pc-taxclasstext {
  font-size: 1rem;
  font-weight: 300; }

.pc-price-suggested {
  font-size: 16px;
  font-weight: 600;
  color: #ff0000;
  text-decoration: line-through; }

.pc-price-discount {
  font-size: 16px;
  font-weight: 600;
  color: #34d200; }

.product-suggestedretailprice {
  font-size: 16px; }

.product-pricediscount {
  font-size: 16px;
  font-weight: 600;
  color: #34d200; }

.pc-product-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  /*    
      .productslist_product{
          width: 19%;
          margin-right: 1%;
          min-width: 200px;
          
          .product-stock-container{
              flex-wrap: wrap;
          }
          
          .product-stock-container-basket{
              margin: 0px;
              width: 100%;
              
              .product-basket{
                  width: 100%;
                  height: 40px;
              }
          }
      }*/ }
  .pc-product-container .productslist {
    width: 100%; }
  .pc-product-container.loading {
    min-height: 311px;
    justify-content: center;
    align-items: center;
    color: #000;
    width: 100%; }
    .pc-product-container.loading:after {
      content: "\f1ce";
      position: relative;
      font-size: 18px;
      -webkit-animation: rotating 1.5s linear infinite;
      -moz-animation: rotating 1.5s linear infinite;
      -ms-animation: rotating 1.5s linear infinite;
      -o-animation: rotating 1.5s linear infinite;
      animation: rotating 1.5s linear infinite; }
  .pc-product-container.pc-product-combinations.loading {
    min-height: 195px; }

.combination-basket-container-spacer {
  flex-grow: 1; }

.combination-discount {
  text-align: right;
  color: #34d200; }

.combination-price-base {
  text-align: right;
  text-decoration: line-through;
  color: #ff0000; }

.combination-basket-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end; }

.combination-basket-price {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  margin-bottom: 10px; }

.combination-basket-deliverytime {
  width: 100%;
  text-align: right;
  margin-bottom: 10px; }

.combination-basket {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  border: 2px solid #34d200;
  border-radius: 15px;
  transition: all .2s ease-in-out;
  text-align: center;
  font-size: 16px;
  background: #34d200;
  color: #fff;
  cursor: pointer; }
  .combination-basket.disabled {
    background: transparent;
    border-color: #ccc;
    color: #ccc;
    cursor: default; }
    .combination-basket.disabled:hover {
      background: transparent; }
  .combination-basket:before {
    content: "\f291";
    position: relative;
    margin-right: 10px; }
  .combination-basket:not(.disabled):hover {
    background: #fff;
    color: #34d200; }

.combination-basket-container-missingproduct {
  padding: 10px; }

.product-combination-plus {
  display: flex;
  color: #fff;
  background: #34d200;
  width: 21px;
  height: 21px;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  border-radius: 21px;
  justify-content: center;
  align-items: center; }
  .product-combination-plus:after {
    content: "\f067";
    display: block; }

.pc-product-combinations {
  justify-content: flex-start;
  flex-wrap: wrap; }
  .pc-product-combinations .productslist_product {
    min-height: 180px;
    width: 15%;
    margin-right: 15px;
    margin-bottom: 15px;
    min-width: 130px; }
    .pc-product-combinations .productslist_product:nth-of-type(1) {
      border: 0px; }
    .pc-product-combinations .productslist_product .product-labels {
      display: none; }
    .pc-product-combinations .productslist_product .product-image {
      height: 80px; }
    .pc-product-combinations .productslist_product .product-stock-container {
      display: none; }

.pc-usps {
  margin-top: 20px; }
  .pc-usps ul {
    margin: 0px; }
    .pc-usps ul li:before {
      content: "\f00c";
      position: relative;
      color: #34d200;
      margin: 0px;
      margin-right: 7px; }

.productcatalog_categories {
  margin-bottom: 10px;
  display: flex; }
  .productcatalog_categories a {
    display: inline-block;
    padding: 0px;
    transition: all .2s ease-in-out;
    border: 1px solid #000; }
    .productcatalog_categories a:hover, .productcatalog_categories a.open {
      background: #000;
      color: #fff; }

.productcatalog_categories_small a {
  border-color: #dcdcdc;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  margin-right: 5px;
  display: flex;
  align-items: center; }
  .productcatalog_categories_small a span {
    display: inline-block;
    padding: 7px; }
  .productcatalog_categories_small a:hover, .productcatalog_categories_small a.open {
    background: #fff;
    color: #000; }
  .productcatalog_categories_small a:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px); }
.productcatalog_categories_small .productcatalog_categories_image {
  width: 60px;
  height: 50px;
  display: inline-block;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
  margin-top: 0px;
  margin-right: 0px;
  background-repeat: no-repeat;
  background-color: #fff; }

.productcatalog .all_common_filters {
  width: 100%;
  float: none;
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex-wrap: wrap; }
.productcatalog .productslist_results {
  display: flex;
  position: absolute;
  top: 10px;
  left: 0px; }

.productcatalog_categories_large {
  display: flex;
  flex-wrap: wrap; }
  .productcatalog_categories_large a.productcatalog_category {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    min-height: 200px;
    transition: all .2s ease-in-out;
    box-shadow: 0px 0px 0px 0px rgba(81, 81, 81, 0);
    border: 1px solid #ccc; }
    .productcatalog_categories_large a.productcatalog_category .productcatalog_category_overlay {
      height: 100%;
      width: 100%;
      overflow: hidden;
      position: absolute;
      top: 0px;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: opacity 0.2s ease-in-out;
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: none; }
      .productcatalog_categories_large a.productcatalog_category .productcatalog_category_overlay:after {
        content: "\f105";
        color: #fff;
        font-size: 60px;
        opacity: 0;
        transform: scale(0);
        transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
    .productcatalog_categories_large a.productcatalog_category:nth-of-type(4n) {
      margin-right: 0px; }
    .productcatalog_categories_large a.productcatalog_category:hover {
      box-shadow: 0px 9px 12px 0px rgba(81, 81, 81, 0.3);
      transform: translateY(-5px); }
      .productcatalog_categories_large a.productcatalog_category:hover .productcatalog_categories_image {
        filter: grayscale(100%); }
      .productcatalog_categories_large a.productcatalog_category:hover .productcatalog_category_overlay {
        opacity: 1; }
        .productcatalog_categories_large a.productcatalog_category:hover .productcatalog_category_overlay:after {
          opacity: 1;
          transform: scale(1); }
    .productcatalog_categories_large a.productcatalog_category:hover, .productcatalog_categories_large a.productcatalog_category.open {
      background: #fff;
      color: inherit; }
  .productcatalog_categories_large .productcatalog_categories_image {
    position: relative;
    width: 100%;
    height: 150px;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(0%); }
  .productcatalog_categories_large .productcatalog_categories_title {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column; }
    .productcatalog_categories_large .productcatalog_categories_title .productcatalog_categories_title_main {
      padding: 0px 20px;
      font-size: 18px;
      font-weight: 600;
      width: 100%;
      margin-top: 20px;
      margin-bottom: 20px;
      text-align: center; }
    .productcatalog_categories_large .productcatalog_categories_title .productcatalog_categories_title_sub {
      padding: 0px 20px;
      font-size: 15px;
      font-weight: normal;
      margin-bottom: 20px;
      width: 100%;
      margin-top: -20px;
      text-align: center; }

.pc-design-pageimagecatcover-0 .productcatalog_categories_large .productcatalog_categories_image {
  background-size: contain;
  margin-left: 10px;
  margin-top: 10px;
  width: calc(100% - 20px);
  height: 140px; }

.pc-design-pageimagecatcover-1 .productcatalog_categories_large .productcatalog_categories_image {
  background-size: cover; }

.productslist_results {
  display: flex;
  margin-bottom: 10px; }
  .productslist_results .productslist_results_count {
    margin-right: 5px;
    font-weight: bold; }

.productslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%; }
  .productslist:after {
    content: '';
    flex: 0 0 32%; }

.productslist_product_empty {
  display: none !important; }

.product-rating {
  width: 100%; }
  .product-rating .pr_container {
    padding-left: 10px;
    padding-bottom: 10px; }

.productslist_product_active {
  display: grid !important; }

.product .product-labels {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 10px; }
  .product .product-labels .product-new, .product .product-labels .product-sale, .product .product-labels .product-recommendation {
    display: none; }
  .product .product-labels .product-label {
    background: #000;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    margin-right: 5px;
    margin-top: 5px;
    cursor: default; }

.productpage.productrecommendation .product-recommendation {
  display: flex;
  background: #4ec63f; }
.productpage.productsale .product-sale {
  display: flex;
  background: #ff5200; }
.productpage.productnew .product-new {
  display: flex;
  background: #000000; }

.productslist_product {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  width: 32%;
  border: 1px solid #dcdcdc;
  margin-bottom: 2%;
  min-height: 270px;
  min-width: 190px;
  box-shadow: 0px 0px 0px 0px rgba(81, 81, 81, 0.3);
  transition: all 0.2s ease-in-out; }
  .productslist_product.layout-col {
    width: 100%;
    min-height: auto;
    padding: 10px;
    margin-bottom: 10px; }
    .productslist_product.layout-col .product-stock-container-stock {
      display: flex;
      justify-content: space-between; }
    .productslist_product.layout-col .pc-deliverytime-time {
      display: none; }
    .productslist_product.layout-col .product-price-container {
      margin-top: 10px; }
    .productslist_product.layout-col .product-labels {
      display: none; }
    .productslist_product.layout-col .product-stock-container-basket {
      display: none; }
    .productslist_product.layout-col .product-image {
      width: 80px;
      height: 80px;
      margin-top: 0px; }
    .productslist_product.layout-col .product-title {
      width: calc(100% - 80px); }
    .productslist_product.layout-col .compare-selection {
      position: relative;
      width: 100%; }
  .productslist_product:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 12px 0px rgba(81, 81, 81, 0.3); }
  .productslist_product .visualdescription {
    width: 12px;
    height: 12px; }
    .productslist_product .visualdescription[data-visualdescription="#ffffff"], .productslist_product .visualdescription[data-visualdescription="#fff"] {
      background: #ccc; }
  .productslist_product .visualdescription_color {
    width: 10px;
    height: 10px;
    margin-top: 1px;
    margin-left: 1px; }
  .productslist_product .pc-deliverytime {
    margin: 10px; }
  .productslist_product .product-labels {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1; }
  .productslist_product .product-label {
    background: #000;
    border-radius: 0px 5px 5px 0px;
    color: #fff;
    padding: 5px 10px;
    margin-top: 5px; }
  .productslist_product .product-stock-container {
    display: flex;
    width: 100%; }
  .productslist_product .product-stock-container-stock {
    flex-grow: 1; }
  .productslist_product .product-stock-container-basket {
    display: flex;
    align-items: flex-end;
    margin: 10px;
    margin-left: 0px; }
  .productslist_product .product-message {
    width: 100%;
    text-align: center;
    padding: 10px;
    padding-top: 0px;
    font-style: italic;
    display: none; }
  .productslist_product .product-basket {
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    transition: all .2s ease-in-out;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px; }
    .productslist_product .product-basket span {
      display: none;
      margin-right: 15px; }
    .productslist_product .product-basket.loading:after {
      display: none; }
    .productslist_product .product-basket:hover {
      color: #000;
      background: #fff; }
    .productslist_product .product-basket:after {
      content: "\f291";
      position: relative;
      font-size: 25px; }
  .productslist_product.order-false .product-basket, .productslist_product.order-false .product-basket:hover {
    background: transparent;
    border-color: #ccc;
    color: #ccc;
    cursor: default; }
  .productslist_product .product-price-container {
    display: flex;
    margin-left: 10px;
    flex-direction: column; }
    .productslist_product .product-price-container .product-pricediscount {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: flex-end; }
    .productslist_product .product-price-container .product-suggestedretailprice {
      text-decoration: line-through;
      color: #ff0000;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: flex-end; }
  .productslist_product .product-price-container-price {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
  .productslist_product .product-price {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600; }
  .productslist_product .product-taxclasstext {
    font-size: 0.9rem;
    margin-left: 4px; }
  .productslist_product .product-new, .productslist_product .product-sale, .productslist_product .product-recommendation {
    display: none; }
  .productslist_product.product-status-sale .product-sale {
    display: flex;
    background: #ff5200; }
  .productslist_product.product-status-recommendation .product-recommendation {
    display: flex;
    background: #4ec63f; }
  .productslist_product.product-status-new .product-new {
    display: flex;
    background: #000000; }
  .productslist_product .product-stock-container-loading {
    display: none;
    justify-content: center;
    align-items: center;
    color: #000;
    width: 100%;
    height: 50px; }
    .productslist_product .product-stock-container-loading:after {
      content: "\f1ce";
      position: relative;
      font-size: 18px;
      -webkit-animation: rotating 1.5s linear infinite;
      -moz-animation: rotating 1.5s linear infinite;
      -ms-animation: rotating 1.5s linear infinite;
      -o-animation: rotating 1.5s linear infinite;
      animation: rotating 1.5s linear infinite; }
  .productslist_product.product-loadingstock .product-stock-container-stock, .productslist_product.product-loadingstock .product-stock-container-basket {
    display: none; }
  .productslist_product.product-loadingstock .product-stock-container-loading {
    display: flex; }
  .productslist_product .product-title {
    width: 100%;
    padding: 10px;
    font-weight: 600;
    color: #000; }
    .productslist_product .product-title:hover {
      text-decoration: underline; }
  .productslist_product .product-connection-description span {
    margin: 10px;
    display: inline-block;
    margin-top: 0px; }
  .productslist_product .product-spec-important {
    margin: 10px;
    margin-top: 0px;
    line-height: 14px;
    display: flex;
    flex-wrap: wrap; }
  .productslist_product .product-spec-important-head {
    font-weight: 400;
    color: #000; }
  .productslist_product .product-spec-important-data {
    font-weight: 600;
    margin-right: 5px; }
  .productslist_product .product-title, .productslist_product .product-image {
    cursor: pointer; }
  .productslist_product .product-description {
    width: 100%;
    padding: 15px;
    text-align: left; }
  .productslist_product .product-image {
    display: block;
    height: 190px;
    margin-top: 0px;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .productslist_product .product-image .product-image-main {
      display: block;
      height: 100%;
      width: 100%;
      background-image: url("https://www.webcarconfig.com/img/shop/no_image.png");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute; }

.compareproducts_container .productslist_product {
  min-width: auto; }

.more_products_container {
  display: flex;
  justify-content: center;
  margin-top: 15px; }

.more_products {
  display: block;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  transition: all .2s ease-in-out; }
  .more_products.inactive {
    display: none; }
  .more_products:hover {
    background: #fff;
    color: #000; }

.product-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px; }
  .product-block h2 {
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 20px; }
  .product-block p {
    width: 100%; }

.product-subblocks-buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 14px; }

.product-subblocks-button {
  padding: 5px 0px;
  margin-right: 10px;
  color: #000;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .product-subblocks-button:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 0%;
    display: block;
    border-bottom: 1px solid #000;
    transition: all .2s ease-in-out;
    opacity: 0; }
  .product-subblocks-button:hover:after {
    width: 100%;
    opacity: 1; }

.product-subblocks {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }

.product-subblock-description {
  width: 100%; }
  .product-subblock-description hr {
    border-color: #ccc; }

.product-subblock-specifications {
  width: 100%;
  margin-left: 0px;
  min-width: 200px;
  margin-top: 20px; }

.specification-table {
  display: table;
  max-width: 100%;
  font-size: 14px;
  width: 350px; }

.specification-row {
  display: table-row;
  border-bottom: 1px solid #8e8e8e;
  transition: all .2s ease-in-out; }
  .specification-row:hover {
    background: #eeeeee; }

.specification-col {
  display: table-cell;
  padding: 3px 5px;
  padding-left: 0px; }

.specification-title {
  color: #000; }

.switchableproducts_header {
  display: flex; }

.otherattributes_header {
  padding: 10px;
  text-align: center; }

.switchableproducts {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: max-height 1.2s ease-in-out;
  position: relative; }
  .switchableproducts:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 30px;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
    pointer-events: none; }

.switchableproducts_title {
  font-size: 16px;
  font-weight: bold; }

.switchableproducts_subtitle {
  padding-bottom: 5px; }

.visualdescription {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 3px; }

.visualdescription_color {
  width: 15px;
  height: 15px; }

.switchableproducts_container {
  margin-bottom: 10px;
  margin-top: 10px; }
  .switchableproducts_container .switchableproducts_toggle_open {
    display: none; }
  .switchableproducts_container .switchableproducts_toggle_closed {
    display: block; }
  .switchableproducts_container.closed .switchableproducts:after {
    opacity: 1; }
  .switchableproducts_container.closed .switchableproducts_toggle_open {
    display: block; }
  .switchableproducts_container.closed .switchableproducts_toggle_closed {
    display: none; }

.switchableproducts_toggle {
  margin-bottom: 20px;
  padding: 10px;
  text-decoration: underline;
  cursor: pointer; }
  .switchableproducts_toggle:hover {
    color: #000; }

.switchableproduct {
  display: flex;
  border: 1px solid #ccc;
  background: #fff;
  transition: all .2s ease-in-out; }
  .switchableproduct .switchableproduct_title {
    min-width: 100px;
    padding: 10px;
    max-width: 50%; }
  .switchableproduct .switchableproduct_price {
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px; }
    .switchableproduct .switchableproduct_price .pc-price-content {
      font-size: 11px; }
    .switchableproduct .switchableproduct_price .pc-taxclasstext {
      display: none; }

.switchableproduct_otherattributes {
  display: flex; }
  .switchableproduct_otherattributes .otherattributes {
    padding: 5px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    white-space: nowrap; }

.header_switchableproduct_selection {
  width: 30px; }

.switchableproduct_selection {
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .switchableproduct_selection:before {
    border-radius: 50%;
    border: none;
    background-color: #EDEDED;
    content: '';
    display: block;
    height: 15px;
    min-height: 15px;
    width: 15px;
    min-width: 15px;
    transition: background-color 0.2s ease-in-out; }
  .switchableproduct_selection:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 20px;
    width: 7px;
    height: 7px;
    opacity: 0;
    transition: opacity .2s ease-in-out; }

.switchableproduct.active-1 .switchableproduct_selection:before, .switchableproduct:hover .switchableproduct_selection:before {
  background-color: #34d200; }
.switchableproduct.active-1 .switchableproduct_selection:after, .switchableproduct:hover .switchableproduct_selection:after {
  opacity: 1; }

.pc-productpage-details .pc-deliverytime-text {
  justify-content: flex-start; }
.pc-productpage-details .pc-message {
  display: none; }

.pc_stocklabel {
  margin-right: 3px; }

.product-top-blocks {
  display: flex;
  margin-bottom: 20px; }

.product-top-blocks-left {
  flex-grow: 1;
  margin-right: 25px; }

.product-top-blocks-right {
  width: 40%; }

.pc-product-images {
  width: 100%; }

.pc-product-images {
  position: relative; }
  .pc-product-images #product_image {
    text-align: center;
    padding: 0px;
    width: 100%; }
    .pc-product-images #product_image img {
      height: auto;
      width: 100%;
      vertical-align: middle; }
  .pc-product-images .product_imagelist2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .pc-product-images .product_imagelist2 .pc-product-image-small {
      height: 100px;
      width: 100px; }
    .pc-product-images .product_imagelist2 .pc-product-images-large {
      height: 400px;
      width: 100%;
      margin: 0px;
      text-align: left; }
    .pc-product-images .product_imagelist2 .pc-product-image-large-no-image {
      height: 400px;
      width: 100%;
      background: url("https://www.webcarconfig.com/img/shop/no_image.png") center center no-repeat;
      background-size: contain;
      opacity: 0.3; }
    .pc-product-images .product_imagelist2 .pc-product-image-large {
      height: 400px; }
    .pc-product-images .product_imagelist2 .product_image_small_image, .pc-product-images .product_imagelist2 .pc-product-image-large, .pc-product-images .product_imagelist2 .pc-product-image-small {
      margin-right: 10px;
      margin-top: 10px;
      text-align: center; }
      .pc-product-images .product_imagelist2 .product_image_small_image a, .pc-product-images .product_imagelist2 .pc-product-image-large a, .pc-product-images .product_imagelist2 .pc-product-image-small a {
        display: inline-block;
        position: relative;
        z-index: 20;
        overflow: hidden;
        width: 100%;
        height: 100%; }
        .pc-product-images .product_imagelist2 .product_image_small_image a .pc-product-image-container, .pc-product-images .product_imagelist2 .pc-product-image-large a .pc-product-image-container, .pc-product-images .product_imagelist2 .pc-product-image-small a .pc-product-image-container {
          width: 100%;
          height: 100%;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center; }
        .pc-product-images .product_imagelist2 .product_image_small_image a:after, .pc-product-images .product_imagelist2 .pc-product-image-large a:after, .pc-product-images .product_imagelist2 .pc-product-image-small a:after {
          content: '';
          display: block;
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          background: #000;
          transition: all 0.2s ease-in-out;
          opacity: 0;
          z-index: 10; }
        .pc-product-images .product_imagelist2 .product_image_small_image a:before, .pc-product-images .product_imagelist2 .pc-product-image-large a:before, .pc-product-images .product_imagelist2 .pc-product-image-small a:before {
          content: "\f00e";
          display: inline-block;
          position: absolute;
          z-index: 20;
          font: normal normal normal 21px/1 FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #fff;
          width: 100%;
          left: 0px;
          text-align: center;
          margin-top: -10px;
          top: 50%;
          opacity: 0;
          transform: scale(2);
          transition: all 0.2s ease-in-out; }
        .pc-product-images .product_imagelist2 .product_image_small_image a:hover:after, .pc-product-images .product_imagelist2 .pc-product-image-large a:hover:after, .pc-product-images .product_imagelist2 .pc-product-image-small a:hover:after {
          opacity: 0.5; }
        .pc-product-images .product_imagelist2 .product_image_small_image a:hover:before, .pc-product-images .product_imagelist2 .pc-product-image-large a:hover:before, .pc-product-images .product_imagelist2 .pc-product-image-small a:hover:before {
          opacity: 1;
          transform: scale(1); }
        .pc-product-images .product_imagelist2 .product_image_small_image a img, .pc-product-images .product_imagelist2 .pc-product-image-large a img, .pc-product-images .product_imagelist2 .pc-product-image-small a img {
          position: relative;
          vertical-align: middle;
          width: 70px;
          height: auto;
          z-index: 10; }
    .pc-product-images .product_imagelist2 .pc-product-image-large {
      width: 100%;
      margin: 0px;
      text-align: left; }
      .pc-product-images .product_imagelist2 .pc-product-image-large a img {
        width: 100%; }
  .pc-product-images .product_imagelist_gallery {
    background: #f4f4f4;
    padding: 15px;
    width: calc(100% - 10px);
    padding-top: 10px; }
    .pc-product-images .product_imagelist_gallery .title {
      font-size: 16px;
      margin-bottom: 5px; }
  .pc-product-images .product_imagelist_gallery_images {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-height: 108px;
    overflow: hidden; }
    .pc-product-images .product_imagelist_gallery_images figure {
      max-width: 32%;
      margin-right: 1%;
      margin-bottom: 1%; }
      .pc-product-images .product_imagelist_gallery_images figure figcaption {
        display: none; }
    .pc-product-images .product_imagelist_gallery_images a {
      display: block;
      position: relative;
      z-index: 20;
      overflow: hidden; }
      .pc-product-images .product_imagelist_gallery_images a img {
        max-width: 100%;
        vertical-align: middle; }
      .pc-product-images .product_imagelist_gallery_images a:after {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        transition: all 0.2s ease-in-out;
        opacity: 0;
        z-index: 10; }
      .pc-product-images .product_imagelist_gallery_images a:before {
        content: "\f00e";
        display: inline-block;
        position: absolute;
        z-index: 20;
        font: normal normal normal 21px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        width: 100%;
        left: 0px;
        text-align: center;
        margin-top: -10px;
        top: 50%;
        opacity: 0;
        transform: scale(2);
        transition: all 0.2s ease-in-out; }
      .pc-product-images .product_imagelist_gallery_images a:hover:after {
        opacity: 0.5; }
      .pc-product-images .product_imagelist_gallery_images a:hover:before {
        opacity: 1;
        transform: scale(1); }
  .pc-product-images .imagelist {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .pc-product-images .imagelist .product_image_small {
      margin-right: 10px;
      margin-top: 10px;
      text-align: center; }
      .pc-product-images .imagelist .product_image_small a {
        display: inline-block;
        position: relative;
        z-index: 20;
        overflow: hidden; }
        .pc-product-images .imagelist .product_image_small a:after {
          content: '';
          display: block;
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          background: #000;
          transition: all 0.2s ease-in-out;
          opacity: 0;
          z-index: 10; }
        .pc-product-images .imagelist .product_image_small a:before {
          content: "\f00e";
          display: inline-block;
          position: absolute;
          z-index: 20;
          font: normal normal normal 21px/1 FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #fff;
          width: 100%;
          left: 0px;
          text-align: center;
          margin-top: -10px;
          top: 50%;
          opacity: 0;
          transform: scale(2);
          transition: all 0.2s ease-in-out; }
        .pc-product-images .imagelist .product_image_small a:hover:after {
          opacity: 0.5; }
        .pc-product-images .imagelist .product_image_small a:hover:before {
          opacity: 1;
          transform: scale(1); }
        .pc-product-images .imagelist .product_image_small a img {
          position: relative;
          vertical-align: middle;
          width: 70px;
          height: auto;
          z-index: 10; }

.productslist_product.not-selectable:hover {
  transform: translateY(0px);
  box-shadow: 0px 0px 0px 0px #515151; }
.productslist_product.not-selectable .product-title, .productslist_product.not-selectable .product-image {
  cursor: default; }
.productslist_product.not-selectable .product-title:hover {
  text-decoration: none; }

.productslist_product_active.product_hovercopy {
  display: none !important; }

/*.product_hovercopy{
    top: 0px;
    transition: box-shadow .2s ease-in-out, transform .2s ease-in-out, top .2s ease-in-out;
    position: absolute;
    width: 100%;
    background: #fff;
    min-height: 100%;
    transform: none !important;
    
    .product-image{
        transition: all .2s ease-in-out;
        
        .product-image-main{
            transition: all .2s ease-in-out;
        }
    }
}

.productslist_product_active:not(.not-selectable):not(.product_hovercopy):hover{
    box-shadow: none;
    transform: none;
    
    div.product_hovercopy{
        transform: none;
        visibility: visible;
        display: flex !important;
        top: -50px;

        .product-image{
            height: 200px;

            .product-image-main{
                max-height: 200px;
            }
        }
    }
}*/
.pc-deliverytime {
  display: flex; }

.pc-deliverytime-column {
  display: flex;
  flex-direction: column;
  /*margin-left: 10px;*/
  justify-content: center; }

.productcatalog .deliveryspeed {
  margin-top: 0px; }
.productcatalog .filters.column-left {
  width: 100%;
  padding-left: 0px; }
.productcatalog .left-container {
  padding-right: 5px;
  float: left;
  width: 20%;
  min-height: 1px; }

/*.pc_productoverviewpage_catselection{
    .left-container{
        float: none;
    }
}*/
.productcatalog_loading:before {
  content: '';
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  opacity: 0.5;
  z-index: 300;
  transition: opacity 0.5s ease-in-out; }

.productcatalog .type-title.first-title div {
  line-height: 20px; }

.productlist_noresult {
  display: none;
  text-align: center;
  padding-top: 10rem;
  font-weight: 500; }

.product_content.noresult .productlist_noresult {
  display: block; }

.compare-selection {
  display: none; }
  .compare-selection .compare-checked {
    margin: 0px 10px; }
    .compare-selection .compare-checked label:before {
      margin-right: 10px; }

.productslist_product.compare-active .compare-selection {
  display: flex;
  margin-bottom: 5px; }
.productslist_product.compare-active .product-spec-important-container {
  /*display: none;*/ }

.comparebutton {
  position: relative;
  width: 40px;
  cursor: pointer;
  margin-left: 20px; }
  .comparebutton:before {
    content: "\f0ec";
    position: absolute;
    font-size: 22px;
    top: 8px; }
  .comparebutton .comparecount {
    position: absolute;
    background: #fff;
    border-radius: 20px;
    text-indent: 0px;
    padding: 3px;
    font-size: 10px;
    left: 20px;
    top: 2px;
    height: 18px;
    line-height: 11px;
    color: #000;
    min-width: 18px;
    text-align: center;
    border: 1px solid; }

.compareproducts_container {
  width: 100%;
  position: relative; }
  .compareproducts_container .compareproductlist_container {
    width: 100%;
    overflow: hidden; }
  .compareproducts_container .compareproductlist {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 5000px;
    padding-top: 20px; }
    .compareproducts_container .compareproductlist .productslist_product {
      width: 260px;
      margin-right: 10px; }
      .compareproducts_container .compareproductlist .productslist_product .product-specs {
        display: flex; }

.compare_nav {
  top: 0px;
  left: 0px;
  position: absolute;
  height: 330px;
  width: 100%; }

.compare_next {
  position: absolute;
  top: 50%;
  right: -25px;
  cursor: pointer; }
  .compare_next:hover:before {
    background: #000;
    color: #fff; }
  .compare_next:before {
    content: "\f105";
    position: absolute;
    font-size: 32px;
    display: flex;
    border: 1px solid;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    padding-left: 4px;
    transition: all .2s ease-in-out; }

.compare_prev {
  position: absolute;
  top: 50%;
  left: -70px;
  cursor: pointer; }
  .compare_prev:hover:before {
    background: #000;
    color: #fff; }
  .compare_prev:before {
    content: "\f104";
    position: absolute;
    font-size: 32px;
    display: flex;
    border: 1px solid;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    padding-right: 4px;
    transition: all .2s ease-in-out; }

/* Compare product */
.pc-page-container .pc-vc-pagetype-compare .compareproducts_container .productslist_product {
  padding: 0px;
  width: 19%;
  min-height: 250px;
  display: grid;
  justify-items: stretch;
  margin-right: 0px;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "image" "title" "rating" "specsimportant" "vcdescription" "message" "spacer" "specs" "compare" "stock"; }
  .pc-page-container .pc-vc-pagetype-compare .compareproducts_container .productslist_product .product-image {
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%; }
    .pc-page-container .pc-vc-pagetype-compare .compareproducts_container .productslist_product .product-image .product-image-main {
      background-size: contain;
      height: 90%;
      width: 90%; }
  .pc-page-container .pc-vc-pagetype-compare .compareproducts_container .productslist_product .pc_product_amount {
    display: none; }
  .pc-page-container .pc-vc-pagetype-compare .compareproducts_container .productslist_product .product-price-container {
    margin-bottom: 10px; }
  .pc-page-container .pc-vc-pagetype-compare .compareproducts_container .productslist_product .product-stock-container {
    flex-wrap: wrap; }
  .pc-page-container .pc-vc-pagetype-compare .compareproducts_container .productslist_product .product-price-container-price {
    display: flex;
    justify-content: flex-end; }
    .pc-page-container .pc-vc-pagetype-compare .compareproducts_container .productslist_product .product-price-container-price .product-price {
      font-size: 18px; }
  .pc-page-container .pc-vc-pagetype-compare .compareproducts_container .productslist_product .product-taxclasstext {
    font-size: 0.7rem; }
  .pc-page-container .pc-vc-pagetype-compare .compareproducts_container .productslist_product .product-stock-container-stock {
    width: 100%;
    padding: 10px;
    padding-bottom: 0px; }
  .pc-page-container .pc-vc-pagetype-compare .compareproducts_container .productslist_product .product-stock-container-basket {
    margin: 0px;
    width: 100%; }
    .pc-page-container .pc-vc-pagetype-compare .compareproducts_container .productslist_product .product-stock-container-basket .product-basket {
      width: 100%;
      height: 40px; }
      .pc-page-container .pc-vc-pagetype-compare .compareproducts_container .productslist_product .product-stock-container-basket .product-basket span {
        display: none; }

.comparewindow {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 400px;
  background: #fff;
  z-index: 100;
  height: 100vh;
  padding: 10px;
  transition: all .5s ease-in-out;
  transform: translateX(100%);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
  .comparewindow.open {
    transform: translateX(0%);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
  .comparewindow .compareproductlist {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    max-width: 100%;
    flex-direction: column;
    max-height: calc(100% - 40px);
    overflow: auto; }
    .comparewindow .compareproductlist .productslist_product {
      width: 100%;
      min-height: 230px;
      display: grid;
      justify-items: stretch;
      grid-template-columns: 80px 1fr;
      grid-template-rows: auto;
      grid-template-areas: "image title" "image rating" "image specsimportant" "image vcdescription" "image message" "stock stock" "compare compare"; }
      .comparewindow .compareproductlist .productslist_product .product-image {
        width: 50px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center; }
        .comparewindow .compareproductlist .productslist_product .product-image .product-image-main {
          width: 90%;
          height: 90%;
          background-size: contain; }
      .comparewindow .compareproductlist .productslist_product .product-title {
        font-size: 18px; }
      .comparewindow .compareproductlist .productslist_product .product-stock-container {
        align-self: end; }
      .comparewindow .compareproductlist .productslist_product .compare-selection {
        margin-bottom: 15px; }
  .comparewindow .compareproducts_button {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.1rem;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    transition: all .2s ease-in-out; }
    .comparewindow .compareproducts_button:hover {
      color: #000;
      background: transparent; }

.background_closable {
  background: #000;
  opacity: 0;
  transition: all .2s ease-in-out;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 99;
  cursor: pointer; }
  .background_closable.open {
    opacity: 0.5; }

.product-specs {
  width: 100%;
  display: flex;
  display: none; }

.product-specs-container {
  display: flex;
  flex-direction: column;
  margin: 10px;
  width: 100%; }

.compare_spec_line {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  opacity: 0.5; }
  .compare_spec_line.active {
    opacity: 1; }

.compare_spec {
  width: 100%;
  font-weight: 600; }

.productcatalog .productpage .pc-product-importantattrs {
  display: flex; }
  .productcatalog .productpage .pc-product-importantattrs .pc-product-importantattr {
    margin-right: 5px; }
  .productcatalog .productpage .pc-product-importantattrs .attribute-value {
    font-size: 24px;
    font-weight: 300; }

.productslist_product .product-image {
  grid-area: image; }
.productslist_product .product-title {
  grid-area: title; }
.productslist_product .product-rating {
  grid-area: rating; }
.productslist_product .product-connection-description {
  grid-area: vcdescription; }
.productslist_product .product-spec-important-container {
  grid-area: specsimportant; }
.productslist_product .product-message {
  grid-area: message; }
.productslist_product .product-stock-container {
  grid-area: stock; }
.productslist_product .compare-selection {
  grid-area: compare; }
.productslist_product .product-specs {
  grid-area: specs; }

.contentblock_pcproducts .owl-item .productslist_product {
  width: 100%; }
.contentblock_pcproducts .owl-carousel .owl-nav {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .contentblock_pcproducts .owl-carousel .owl-nav button.owl-prev, .contentblock_pcproducts .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: -40px;
    top: 50%;
    font-size: 40px;
    pointer-events: auto;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px; }
  .contentblock_pcproducts .owl-carousel .owl-nav button.owl-next {
    left: unset;
    right: -40px; }

.contentblock_pcproducts div.product_content {
  width: 100%; }
.contentblock_pcproducts .productslist_product {
  width: 24%; }
.contentblock_pcproducts .productslist:after {
  content: '';
  flex: 0 0 24%; }
.contentblock_pcproducts .pc-page-container {
  min-height: auto; }

@media screen and (max-width: 1200px) {
  .productslist_product {
    width: 49%; } }
@media screen and (max-width: 1023px) {
  .contentblock_pcproducts .owl-stage,
  .pc-product-container .owl-stage {
    left: -30px; }

  .pc_productoverviewpage {
    margin-top: 10px; }

  .pc-page div.producttabs div.categorytabs {
    padding-bottom: 10px; }

  .productcatalog .left-container {
    width: 100%; }

  .contentblock_pcproducts .owl-carousel .owl-nav button.owl-prev, .contentblock_pcproducts .owl-carousel .owl-nav button.owl-next {
    display: none; }

  .pc-vc-pagetype-product .productcatalog_categories {
    display: none; }

  .productslist_product.compare-active .compare-selection {
    display: none; }

  .comparewindow .productslist_product.compare-active .compare-selection {
    display: flex;
    position: relative; }

  .productcatalog_categories_large a.productcatalog_category {
    width: 32%; }

  .productcatalog_categories_large a.productcatalog_category:nth-of-type(4n) {
    margin-right: 2%; }

  .productcatalog_categories_large a.productcatalog_category:nth-of-type(3n) {
    margin-right: 0px; }

  .compare_nav {
    height: 50px;
    margin-top: -50px; }

  .compare_next {
    right: 50px; }

  .compare_prev {
    left: 0px; }

  .compareproducts_container {
    margin-top: 20px; }

  .productcatalog .productslist_results {
    position: relative;
    width: 100%;
    justify-content: center;
    margin-bottom: 22px; }

  .productcatalog .filter_buttons {
    width: 100%; }

  .product-top-blocks {
    flex-wrap: wrap; }

  .product-top-blocks-left {
    width: 100%;
    margin: 0px; }

  .product-top-blocks-right {
    width: 100%; }

  .switchableproducts_container {
    margin-top: 30px; }

  .pc-product-images .product_imagelist2 {
    justify-content: center; }

  .product-subblock-description {
    width: 100%;
    margin-top: 20px; }

  .product-subblock-specifications {
    margin-left: 0px;
    margin-top: 20px;
    width: 100%; }

  .productslist_product .product-stock-container {
    flex-wrap: wrap; }
  .productslist_product .product-stock-container-basket {
    margin: 0px;
    width: 100%; }
    .productslist_product .product-stock-container-basket .product-basket {
      width: 100%;
      height: 40px; } }
@media screen and (max-width: 767px) {
  .pc_cat_image {
    margin-top: 10px;
    margin-bottom: 0px; }

  .productcatalog_categorycrumbs {
    margin-top: 0px;
    display: none; }

  .pc-product-video {
    min-height: 200px; }

  .productslist_product {
    min-width: auto;
    min-height: auto; }
    .productslist_product .product-price {
      font-size: 14px; }
    .productslist_product .product-taxclasstext {
      font-size: 11px; }

  .comparewindow {
    max-width: 75vw; }

  .productcatalog_categories_large a.productcatalog_category {
    width: 100%;
    margin-right: 00x; }

  .productcatalog_categories_large a.productcatalog_category {
    min-height: 170px; }
    .productcatalog_categories_large a.productcatalog_category .productcatalog_categories_image {
      height: 100px; }
    .productcatalog_categories_large a.productcatalog_category .productcatalog_categories_title .productcatalog_categories_title_main {
      padding: 0px 10px;
      font-size: 15px;
      margin-top: 10px;
      margin-bottom: 20px;
      text-align: center; }
    .productcatalog_categories_large a.productcatalog_category .productcatalog_categories_title .productcatalog_categories_title_sub {
      margin-bottom: 10px;
      padding: 0px 10px;
      text-align: center;
      line-height: 15px; }

  .pc-product-images .product_imagelist2 .pc-product-image-large-no-image {
    max-height: 200px; }

  .pc_top {
    flex-wrap: wrap; }
    .pc_top .pc_page_description {
      width: 100%; }
    .pc_top .usps {
      width: 100%; }
      .pc_top .usps .pc-usps {
        width: 100%; }

  .pc_productoverviewpage_header {
    flex-wrap: wrap; }

  .pc_productcat_image {
    display: none; }

  .pc-product-images .product_imagelist2 .pc-product-image-large {
    height: 200px; } }
@media screen and (max-width: 616px) {
  .productslist_product {
    width: 49%; }

  .pc-product-container .productslist_product {
    width: 49%; }

  .product-combination-plus {
    position: absolute;
    bottom: -4px;
    top: unset;
    right: unset;
    left: 50%;
    margin-left: -10px; }

  .pc-product-container .productslist_product {
    margin-bottom: 20px; }

  .pc-product-directlinks a.link, .pc-product-directlinks div.link {
    display: none; }
    .pc-product-directlinks a.link.link-back, .pc-product-directlinks div.link.link-back {
      display: inline-block;
      width: 100%;
      text-align: center;
      border-color: #000;
      margin-right: 0px; }
    .pc-product-directlinks a.link:after, .pc-product-directlinks div.link:after {
      display: none; } }
@media screen and (max-width: 427px) {
  .combination-basket-container {
    width: 100%; }

  .pc-product-container .productslist_product {
    margin-right: 0px; } }
.productshop-0 .product-stock-container-stock {
  display: none !important; }

.productshop-0 .product-stock-container-basket,
.productshop-3 .product-stock-container-basket {
  display: none !important; }
.productshop-0 .pc-button-basket,
.productshop-3 .pc-button-basket {
  display: none !important; }
.productshop-0 .form-fieldcontainer.pckey-pricerange,
.productshop-3 .form-fieldcontainer.pckey-pricerange {
  display: none !important; }
.productshop-0 .product-price-container,
.productshop-3 .product-price-container {
  display: none !important; }

.pc-design-pagesearch-0 .productslist_product {
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-template-areas: "image" "specsimportant" "title" "rating" "stock" "compare"; }
.pc-design-pagesearch-0 .pc-deliverytime {
  display: none; }
.pc-design-pagesearch-0 .pc_productoverviewpage_header .productpage h1, .pc-design-pagesearch-0 .pc_productoverviewpage_header .pc_productoverviewpage h1 {
  margin-bottom: 0px; }
.pc-design-pagesearch-0 .pc_productoverviewpage_header .usps {
  display: none; }
.pc-design-pagesearch-0 .pc_productoverviewpage_header .pc_page_description {
  width: 100%; }
.pc-design-pagesearch-0 .pc_productoverviewpage_header .pc_productcat_image {
  display: none; }
.pc-design-pagesearch-0 .productslist_product .pc-deliverytime {
  margin-top: 5px; }
.pc-design-pagesearch-0 .productslist_product .product-message {
  display: none; }
.pc-design-pagesearch-0 .productslist_product .product-spec-important {
  margin-top: 10px;
  margin-bottom: 0px; }
.pc-design-pagesearch-0 .productslist_product .product-spec-important-data {
  font-size: 16px; }
.pc-design-pagesearch-0 .productslist_product .product-spec-important-container {
  order: 1; }
.pc-design-pagesearch-0 .productslist_product .product-title {
  order: 2;
  margin-top: 0px;
  padding-top: 0px;
  font-size: 14px;
  padding-bottom: 5px; }
.pc-design-pagesearch-0 .productslist_product .product-rating {
  order: 3; }
.pc-design-pagesearch-0 .productslist_product .product-stock-container {
  order: 4; }
.pc-design-pagesearch-0 .productslist_product .compare-selection {
  order: 5; }
.pc-design-pagesearch-0 .productslist_product .product-stock-container-basket,
.pc-design-pagesearch-0 .productslist_product .pc-deliverytime-time,
.pc-design-pagesearch-0 .productslist_product .product-stock,
.pc-design-pagesearch-0 .productslist_product .product-spec-important-head {
  display: none; }
.pc-design-pagesearch-0 .productslist_product .pc-deliverytime-column {
  margin-left: 0px; }
.pc-design-pagesearch-0 .productslist_product .pc-deliverytime-text:before {
  display: none; }
.pc-design-pagesearch-0 .productslist_product [type=checkbox] + label, .pc-design-pagesearch-0 .productslist_product [type=radio] + label {
  font-size: 13px; }
.pc-design-pagesearch-0.pc-design-pageimages-1 .productslist_product .product-image {
  height: 510px; }

.pc-design-pagesearch-0.pc-page-container-part .productslist .owl-item .productslist_product {
  width: 100%; }
.pc-design-pagesearch-0.pc-page-container-part .productslist_product {
  width: 24%;
  margin-right: 1%; }

@media screen and (max-width: 1200px) {
  .pc-design-pagesearch-0.pc-design-pageimages-1 .productslist_product .product-image {
    height: 540px; } }
@media screen and (max-width: 740px) {
  .pc-design-pagesearch-0.pc-design-pageimages-1 .productslist_product .product-image {
    height: 350px; } }
@media screen and (max-width: 767px) {
  .pc-design-pagesearch-0 .productslist_product .product-spec-important-data {
    font-size: 13px; }
  .pc-design-pagesearch-0 .productslist_product .product-title {
    font-size: 12px;
    padding-bottom: 0px; }

  .pc-design-pagesearch-0.pc-design-pageimages-1 .productslist_product .product-image {
    height: 350px; } }
@media screen and (max-width: 500px) {
  .pc-design-pagesearch-0.pc-design-pageimages-1 .productslist_product .product-image {
    height: 310px; } }
@media screen and (max-width: 440px) {
  .pc-design-pagesearch-0.pc-design-pageimages-1 .productslist_product .product-image {
    height: 270px; } }
@media screen and (max-width: 400px) {
  .pc-design-pagesearch-0.pc-design-pageimages-1 .productslist_product .product-image {
    height: 240px; } }
.pc-design-pagesearch-1.pc-page-container-part .productslist_product {
  padding: 0px;
  width: 24%;
  display: grid;
  justify-items: stretch;
  margin-right: 1%;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "image" "title" "rating" "specsimportant" "vcdescription" "message" "spacer" "compare" "stock"; }
  .pc-design-pagesearch-1.pc-page-container-part .productslist_product .product-stock-container {
    flex-wrap: wrap; }
  .pc-design-pagesearch-1.pc-page-container-part .productslist_product .product-stock-container-basket {
    margin: 0px;
    width: 100%; }
    .pc-design-pagesearch-1.pc-page-container-part .productslist_product .product-stock-container-basket .product-basket {
      width: 100%;
      height: 40px; }
  .pc-design-pagesearch-1.pc-page-container-part .productslist_product .product-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pc-design-pagesearch-1.pc-page-container-part .productslist_product .product-image .product-image-main {
      width: 80%;
      height: 80%;
      background-size: contain; }
  .pc-design-pagesearch-1.pc-page-container-part .productslist_product .product-spec-important-container,
  .pc-design-pagesearch-1.pc-page-container-part .productslist_product .product-message,
  .pc-design-pagesearch-1.pc-page-container-part .productslist_product .pc-deliverytime {
    display: none; }
  .pc-design-pagesearch-1.pc-page-container-part .productslist_product .product-stock-container-stock {
    margin-right: 10px; }
  .pc-design-pagesearch-1.pc-page-container-part .productslist_product .product-title {
    font-size: 16px; }
  .pc-design-pagesearch-1.pc-page-container-part .productslist_product .product-basket {
    width: 100%; }
    .pc-design-pagesearch-1.pc-page-container-part .productslist_product .product-basket:after {
      font-size: 18px; }
.pc-design-pagesearch-1.pc-page-container-part .productslist .owl-item .productslist_product {
  width: 100%; }
.pc-design-pagesearch-1.pc-page-container-part .productslist_product .compare-selection {
  display: none; }
.pc-design-pagesearch-1.pc-page-container-part .productslist_product .product-stock-container-stock {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px; }
.pc-design-pagesearch-1.pc-page-container-part .productslist_product .product-price {
  font-size: 24px; }
.pc-design-pagesearch-1.pc-page-container-part .productslist_product .product-stock-container-basket {
  margin-top: 0px; }

@media screen and (min-width: 1023px) {
  .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product {
    width: 100%;
    min-height: 230px;
    padding: 20px;
    display: grid;
    justify-items: stretch;
    grid-template-columns: 300px 1fr 300px;
    grid-template-rows: auto auto auto auto auto 1fr auto;
    grid-template-areas: "image title stock" "image rating stock" "image specsimportant stock" "image vcdescription stock" "image message stock" "image spacer stock" "compare artnr stock"; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-image {
      width: 300px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-image .product-image-main {
        width: 100%;
        height: 100%;
        background-size: contain; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-title {
      font-size: 17px;
      line-height: 20px;
      padding-top: 0px;
      color: #000; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-stock-container {
      align-self: end;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin-bottom: 0px; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-stock-container-stock {
      margin-bottom: 10px; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-spec-important {
      flex-direction: column;
      font-size: 14px;
      line-height: normal; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-spec-important-head, .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-spec-important-data {
      font-weight: 400; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-spec-important-line {
      position: relative;
      padding-left: 10px;
      margin-bottom: 5px; }
      .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-spec-important-line:before {
        content: '';
        display: block;
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -2px;
        width: 5px;
        height: 5px;
        border-radius: 20px;
        background: #ccc; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .compare-selection {
      margin-top: 10px; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .pc-deliverytime {
      margin: 0px; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-price-container {
      margin: 0px;
      margin-bottom: 10px;
      justify-content: flex-end; }
      .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-price-container .product-price {
        font-size: 22px; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-stock-container-basket {
      margin: 0px; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-basket {
      width: auto;
      height: auto;
      padding: 10px 20px; }
      .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-basket span {
        display: inline-block; }
      .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-basket:after {
        font-size: 17px; } }
@media screen and (max-width: 1023px) {
  .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product {
    padding: 0px;
    width: 24%;
    display: grid;
    justify-items: stretch;
    margin-right: 1%;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "image" "title" "rating" "specsimportant" "vcdescription" "message" "spacer" "compare" "stock"; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-stock-container {
      flex-wrap: wrap; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-stock-container-basket {
      margin: 0px;
      width: 100%; }
      .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-stock-container-basket .product-basket {
        width: 100%;
        height: 40px; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-image {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-image .product-image-main {
        width: 80%;
        height: 80%;
        background-size: contain; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-spec-important-container,
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-message,
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .pc-deliverytime {
      display: none; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-stock-container-stock {
      margin-right: 10px; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-title {
      font-size: 16px; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-basket {
      width: 100%; }
      .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-basket:after {
        font-size: 18px; }
  .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product {
    width: 49%; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-title {
      font-size: 11px; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-price-container {
      margin-bottom: 10px; }
    .pc-design-pagesearch-1:not(.pc-page-container-part) .productslist_product .product-price {
      font-size: 16px; } }
.pc-design-pagesearch-2:not(.pc-page-container-part).pc-design-pageimagescover-1 .productslist_product .product-image .product-image-main {
  width: 100%;
  height: 100%; }

.pc-design-pagesearch-2.pc-page-container-part .productslist_product {
  padding: 0px;
  width: 19%;
  min-height: 250px;
  display: grid;
  justify-items: stretch;
  margin-right: 0px;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "image" "title" "rating" "specsimportant" "vcdescription" "message" "spacer" "compare" "stock"; }
  .pc-design-pagesearch-2.pc-page-container-part .productslist_product .pc_product_amount {
    display: flex; }
  .pc-design-pagesearch-2.pc-page-container-part .productslist_product .product-price-container {
    margin-bottom: 10px; }
  .pc-design-pagesearch-2.pc-page-container-part .productslist_product .product-stock-container {
    flex-wrap: wrap; }
  .pc-design-pagesearch-2.pc-page-container-part .productslist_product .product-stock-container-basket {
    margin: 0px;
    width: 100%; }
    .pc-design-pagesearch-2.pc-page-container-part .productslist_product .product-stock-container-basket .product-basket {
      width: 100%;
      height: 40px; }
  .pc-design-pagesearch-2.pc-page-container-part .productslist_product .product-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pc-design-pagesearch-2.pc-page-container-part .productslist_product .product-image .product-image-main {
      width: 90%;
      height: 90%; }
  .pc-design-pagesearch-2.pc-page-container-part .productslist_product .product-spec-important-container,
  .pc-design-pagesearch-2.pc-page-container-part .productslist_product .product-message,
  .pc-design-pagesearch-2.pc-page-container-part .productslist_product .pc-deliverytime {
    display: none; }
  .pc-design-pagesearch-2.pc-page-container-part .productslist_product .product-stock-container-stock {
    margin-right: 10px; }
  .pc-design-pagesearch-2.pc-page-container-part .productslist_product .product-title {
    padding-top: 5px;
    font-size: 16px; }
  .pc-design-pagesearch-2.pc-page-container-part .productslist_product .product-basket {
    width: 100%; }
    .pc-design-pagesearch-2.pc-page-container-part .productslist_product .product-basket:after {
      font-size: 18px; }
.pc-design-pagesearch-2.pc-page-container-part .productslist .owl-item .productslist_product {
  width: 100%; }
.pc-design-pagesearch-2.pc-page-container-part .productslist_product .compare-selection {
  display: none; }
.pc-design-pagesearch-2.pc-page-container-part .productslist_product .product-stock-container-stock {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px; }
.pc-design-pagesearch-2.pc-page-container-part .productslist_product .product-price {
  font-size: 24px; }
.pc-design-pagesearch-2.pc-page-container-part .productslist_product .product-stock-container-basket {
  margin-top: 0px; }

@media screen and (min-width: 1023px) {
  .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product {
    padding: 0px;
    width: 19%;
    min-height: 250px;
    display: grid;
    justify-items: stretch;
    margin-right: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "image" "title" "rating" "specsimportant" "vcdescription" "message" "spacer" "compare" "stock"; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .pc_product_amount {
      display: flex; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-price-container {
      margin-bottom: 10px; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-stock-container {
      flex-wrap: wrap; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-stock-container-basket {
      margin: 0px;
      width: 100%; }
      .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-stock-container-basket .product-basket {
        width: 100%;
        height: 40px; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-image {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-image .product-image-main {
        width: 90%;
        height: 90%; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-spec-important-container,
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-message,
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .pc-deliverytime {
      display: none; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-stock-container-stock {
      margin-right: 10px; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-title {
      padding-top: 5px;
      font-size: 16px; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-basket {
      width: 100%; }
      .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-basket:after {
        font-size: 18px; } }
@media screen and (max-width: 1023px) {
  .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product {
    padding: 0px;
    width: 19%;
    min-height: 250px;
    display: grid;
    justify-items: stretch;
    margin-right: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "image" "title" "rating" "specsimportant" "vcdescription" "message" "spacer" "compare" "stock"; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .pc_product_amount {
      display: flex; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-price-container {
      margin-bottom: 10px; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-stock-container {
      flex-wrap: wrap; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-stock-container-basket {
      margin: 0px;
      width: 100%; }
      .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-stock-container-basket .product-basket {
        width: 100%;
        height: 40px; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-image {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-image .product-image-main {
        width: 90%;
        height: 90%; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-spec-important-container,
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-message,
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .pc-deliverytime {
      display: none; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-stock-container-stock {
      margin-right: 10px; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-title {
      padding-top: 5px;
      font-size: 16px; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-basket {
      width: 100%; }
      .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-basket:after {
        font-size: 18px; }
  .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product {
    width: 49%; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-title {
      font-size: 11px; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-price-container {
      margin-bottom: 10px; }
    .pc-design-pagesearch-2:not(.pc-page-container-part) .productslist_product .product-price {
      font-size: 16px; } }
.pc-design-pagesearch-3 .current-filters {
  display: none; }
.pc-design-pagesearch-3 .all_common_filters .productcatalog-layouts {
  order: 15;
  margin-left: 10px; }
.pc-design-pagesearch-3 .all_common_filters .productslist_results {
  order: 10;
  position: relative; }
.pc-design-pagesearch-3 .all_common_filters .flex-spacer {
  order: 7; }
.pc-design-pagesearch-3 .all_common_filters .filter_buttons {
  order: 3; }
.pc-design-pagesearch-3 .productslist_product {
  margin-bottom: 10px; }
.pc-design-pagesearch-3 .productslist_product .product-basket:after {
  content: "\f07a"; }
.pc-design-pagesearch-3 .pc-button-basket:before {
  content: "\f07a"; }

.pc-design-pagesearch-3 .left-container-left .type-title.first-title div {
  margin-top: 10px; }

.pc-design-pagesearch-3 .left-container-top {
  width: 100%; }
  .pc-design-pagesearch-3 .left-container-top .productcatalog_categorycrumbs {
    display: none; }
  .pc-design-pagesearch-3 .left-container-top .searchform {
    display: flex;
    flex-wrap: wrap; }
    .pc-design-pagesearch-3 .left-container-top .searchform .form-fieldcontainer {
      width: 20%; }
      .pc-design-pagesearch-3 .left-container-top .searchform .form-fieldcontainer .input-container {
        width: 98%; }
      .pc-design-pagesearch-3 .left-container-top .searchform .form-fieldcontainer.first-title {
        width: 100%; }

.pc-design-pagesearch-3 .all_common_filters {
  justify-content: space-between; }

.pc-design-pagesearch-3:not(.pc-page-container-part).pc-design-pageimagescover-1 .productslist_product .product-image .product-image-main {
  width: 100%;
  height: 100%; }

.pc-design-pagesearch-3.pc-page-container-part .productslist_product {
  padding: 0px;
  width: 19%;
  min-height: 250px;
  display: grid;
  justify-items: stretch;
  margin-right: 0px;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "image" "title" "rating" "specsimportant" "vcdescription" "message" "spacer" "compare" "stock"; }
  .pc-design-pagesearch-3.pc-page-container-part .productslist_product .pc_product_amount {
    display: flex;
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-bottom: 10px;
    height: 30px; }
    .pc-design-pagesearch-3.pc-page-container-part .productslist_product .pc_product_amount input {
      border: 1px solid #EDEDED;
      background: #EDEDED; }
      .pc-design-pagesearch-3.pc-page-container-part .productslist_product .pc_product_amount input:focus, .pc-design-pagesearch-3.pc-page-container-part .productslist_product .pc_product_amount input:hover {
        border-color: #000;
        background: #fff; }
  .pc-design-pagesearch-3.pc-page-container-part .productslist_product .product-price-container {
    margin-bottom: 10px; }
  .pc-design-pagesearch-3.pc-page-container-part .productslist_product .product-stock-container {
    flex-wrap: wrap; }
  .pc-design-pagesearch-3.pc-page-container-part .productslist_product .product-stock-container-basket {
    margin: 0px;
    width: 100%;
    flex-direction: column; }
    .pc-design-pagesearch-3.pc-page-container-part .productslist_product .product-stock-container-basket .product-basket {
      width: 100%;
      height: 40px; }
      .pc-design-pagesearch-3.pc-page-container-part .productslist_product .product-stock-container-basket .product-basket span {
        display: inline-block; }
  .pc-design-pagesearch-3.pc-page-container-part .productslist_product .product-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pc-design-pagesearch-3.pc-page-container-part .productslist_product .product-image .product-image-main {
      width: 90%;
      height: 90%; }
  .pc-design-pagesearch-3.pc-page-container-part .productslist_product .product-spec-important-container {
    font-size: 14px; }
  .pc-design-pagesearch-3.pc-page-container-part .productslist_product .product-spec-important {
    flex-direction: column; }
  .pc-design-pagesearch-3.pc-page-container-part .productslist_product .product-message,
  .pc-design-pagesearch-3.pc-page-container-part .productslist_product .pc-deliverytime {
    display: none; }
  .pc-design-pagesearch-3.pc-page-container-part .productslist_product .product-stock-container-stock {
    margin-right: 10px; }
  .pc-design-pagesearch-3.pc-page-container-part .productslist_product .product-title {
    padding-top: 5px;
    font-size: 16px; }
  .pc-design-pagesearch-3.pc-page-container-part .productslist_product .product-basket {
    width: 100%; }
    .pc-design-pagesearch-3.pc-page-container-part .productslist_product .product-basket:after {
      font-size: 18px; }
.pc-design-pagesearch-3.pc-page-container-part .productslist .owl-item .productslist_product {
  width: 100%; }
.pc-design-pagesearch-3.pc-page-container-part .productslist_product .compare-selection {
  display: none; }
.pc-design-pagesearch-3.pc-page-container-part .productslist_product .product-stock-container-stock {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px; }
.pc-design-pagesearch-3.pc-page-container-part .productslist_product .product-price {
  font-size: 24px; }
.pc-design-pagesearch-3.pc-page-container-part .productslist_product .product-stock-container-basket {
  margin-top: 0px; }

.pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product {
  width: 24%;
  margin-bottom: 1%; }

.pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product {
  width: 32%;
  margin-bottom: 2%; }

@media screen and (min-width: 1023px) {
  .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product {
    width: 100%;
    min-height: 190px;
    padding: 20px;
    display: grid;
    justify-items: stretch;
    grid-template-columns: 300px 1fr 250px;
    grid-template-rows: auto auto auto auto auto 1fr auto;
    grid-template-areas: "image title stock" "image rating stock" "image specsimportant stock" "image vcdescription stock" "image message stock" "image spacer stock" "compare artnr stock"; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .product-image {
      width: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 150px; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .product-image .product-image-main {
        width: 100%;
        height: 100%;
        background-size: contain; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .product-title {
      font-size: 16px;
      line-height: 20px;
      padding-top: 0px;
      color: #000; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .product-stock-container {
      align-self: end;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin-bottom: 0px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .product-stock-container-stock {
      margin-bottom: 10px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .product-spec-important {
      flex-direction: column;
      font-size: 15px;
      line-height: normal; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .product-spec-important-head, .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .product-spec-important-data {
      font-weight: 400; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .product-spec-important-line {
      position: relative;
      padding-left: 10px;
      margin-bottom: 2px; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .product-spec-important-line:before {
        content: '';
        display: block;
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -2px;
        width: 5px;
        height: 5px;
        border-radius: 20px;
        background: #ccc; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .compare-selection {
      margin-top: 10px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .pc-deliverytime {
      margin: 0px;
      display: flex;
      justify-content: flex-end; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .pc-deliverytime-time {
      order: 2;
      margin-left: 10px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .product-stock {
      text-align: right; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .product-price-container {
      margin: 0px;
      margin-bottom: 10px;
      justify-content: flex-end; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .product-price-container .product-price {
        font-size: 16px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .product-suggestedretailprice span {
      font-size: 15px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .product-taxclasstext {
      font-size: 10px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .product-stock-container-basket {
      margin: 0px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .pc-deliverytime-column {
      font-size: 15px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .product-basket {
      width: auto;
      height: auto;
      padding: 10px 20px;
      font-weight: 500; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .product-basket span {
        display: inline-block; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list .productslist_product .product-basket:after {
        font-size: 17px; }

  .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product {
    width: 100%;
    min-height: 40px;
    padding: 0px;
    margin-bottom: 0px;
    display: grid;
    justify-items: stretch;
    align-items: center;
    grid-template-columns: 25px auto 1fr 1fr 1fr auto;
    grid-template-rows: auto;
    border: 0px;
    border-top: 1px solid #ebebeb;
    grid-template-areas: "image title artnr message vcdescription stock"; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-image {
      width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-image .product-image-main {
        width: 100%;
        height: 100%;
        background-size: contain; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-labels {
      display: none; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-rating {
      display: none; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-title {
      padding-top: 14px;
      color: #000;
      font-size: 14px;
      line-height: 17px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-stock-container {
      align-self: end;
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      margin-bottom: 0px;
      align-self: stretch; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-stock-container-stock {
      margin-bottom: 0px;
      display: flex;
      height: 100%; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-stock-container-stock .product-price-container {
        margin-bottom: 0px;
        display: flex;
        justify-content: center; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-stock-container-basket {
      align-self: stretch; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-stock-container-basket .product-basket {
        font-weight: 500;
        height: 100%; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .pc-deliverytime-time {
      display: flex;
      align-items: center; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-spec-important {
      flex-direction: column;
      font-size: 14px;
      line-height: normal; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-spec-important-head, .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-spec-important-data {
      font-weight: 400; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-spec-important-line {
      position: relative;
      padding-left: 10px; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-spec-important-line:before {
        content: '';
        display: block;
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -2px;
        width: 5px;
        height: 5px;
        border-radius: 20px;
        background: #ccc; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .compare-selection {
      display: none; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-spec-important-container {
      display: none; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .pc-deliverytime {
      margin: 0px;
      margin-left: 10px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-price-container {
      margin: 0px;
      margin-bottom: 10px;
      justify-content: flex-end; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-price-container .product-price {
        font-size: 14px;
        line-height: 14px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-suggestedretailprice {
      display: none; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-pricediscount {
      display: none; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-suggestedretailprice span {
      font-size: 14px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-stock-container-basket {
      margin: 0px;
      margin-left: 10px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-basket {
      max-width: 40px;
      width: auto;
      height: auto;
      padding: 10px 20px;
      font-weight: 500; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-basket span {
        display: none; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-basket:after {
        font-size: 17px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .pc-deliverytime-column {
      flex-direction: row;
      align-items: center;
      font-size: 14px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-stock {
      margin-left: 10px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .pc_product_amount {
      display: block; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .pc_product_amount input {
        border: 1px solid #EDEDED;
        background: #EDEDED; }
        .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .pc_product_amount input:focus, .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .pc_product_amount input:hover {
          border-color: #000;
          background: #fff; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-suggestedretailprice,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-price-container-price,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .pc-deliverytime-text {
      white-space: nowrap;
      align-self: center; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .product-price-container-price .product-price {
      font-size: 14px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product .pc_stocklabel {
      display: none; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product:hover {
      transform: translateY(0px); }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_list.layout_compact .productslist_product:nth-of-type(even) {
      background: #f3f3f3; }

  .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .productslist_product {
    padding: 0px;
    width: 19%;
    min-height: 250px;
    display: grid;
    justify-items: stretch;
    margin-right: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "image" "title" "rating" "specsimportant" "vcdescription" "message" "spacer" "compare" "stock"; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .productslist_product .pc_product_amount {
      display: flex;
      width: calc(100% - 20px);
      margin-right: 10px;
      margin-bottom: 10px;
      height: 30px; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .productslist_product .pc_product_amount input {
        border: 1px solid #EDEDED;
        background: #EDEDED; }
        .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .productslist_product .pc_product_amount input:focus, .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .productslist_product .pc_product_amount input:hover {
          border-color: #000;
          background: #fff; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .productslist_product .product-price-container {
      margin-bottom: 10px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .productslist_product .product-stock-container {
      flex-wrap: wrap; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .productslist_product .product-stock-container-basket {
      margin: 0px;
      width: 100%;
      flex-direction: column; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .productslist_product .product-stock-container-basket .product-basket {
        width: 100%;
        height: 40px; }
        .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .productslist_product .product-stock-container-basket .product-basket span {
          display: inline-block; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .productslist_product .product-image {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .productslist_product .product-image .product-image-main {
        width: 90%;
        height: 90%; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .productslist_product .product-spec-important-container {
      font-size: 14px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .productslist_product .product-spec-important {
      flex-direction: column; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .productslist_product .product-message,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .productslist_product .pc-deliverytime {
      display: none; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .productslist_product .product-stock-container-stock {
      margin-right: 10px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .productslist_product .product-title {
      padding-top: 5px;
      font-size: 16px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .productslist_product .product-basket {
      width: 100%; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .productslist_product .product-basket:after {
        font-size: 18px; } }
@media screen and (max-width: 1023px) {
  .productcatalog-layouts {
    display: none; }

  .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product,
  .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product {
    padding: 0px;
    width: 19%;
    min-height: 250px;
    display: grid;
    justify-items: stretch;
    margin-right: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "image" "title" "rating" "specsimportant" "vcdescription" "message" "spacer" "compare" "stock"; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .pc_product_amount,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .pc_product_amount {
      display: flex;
      width: calc(100% - 20px);
      margin-right: 10px;
      margin-bottom: 10px;
      height: 30px; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .pc_product_amount input,
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .pc_product_amount input {
        border: 1px solid #EDEDED;
        background: #EDEDED; }
        .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .pc_product_amount input:focus, .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .pc_product_amount input:hover,
        .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .pc_product_amount input:focus,
        .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .pc_product_amount input:hover {
          border-color: #000;
          background: #fff; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-price-container,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-price-container {
      margin-bottom: 10px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-stock-container,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-stock-container {
      flex-wrap: wrap; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-stock-container-basket,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-stock-container-basket {
      margin: 0px;
      width: 100%;
      flex-direction: column; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-stock-container-basket .product-basket,
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-stock-container-basket .product-basket {
        width: 100%;
        height: 40px; }
        .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-stock-container-basket .product-basket span,
        .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-stock-container-basket .product-basket span {
          display: inline-block; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-image,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-image {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-image .product-image-main,
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-image .product-image-main {
        width: 90%;
        height: 90%; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-spec-important-container,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-spec-important-container {
      font-size: 14px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-spec-important,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-spec-important {
      flex-direction: column; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-message,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .pc-deliverytime,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-message,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .pc-deliverytime {
      display: none; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-stock-container-stock,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-stock-container-stock {
      margin-right: 10px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-title,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-title {
      padding-top: 5px;
      font-size: 16px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-basket,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-basket {
      width: 100%; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-basket:after,
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-basket:after {
        font-size: 18px; }
  .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product,
  .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product {
    width: 49%;
    margin-bottom: 2%; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-title,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-title {
      font-size: 14px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-price-container,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-price-container {
      margin-bottom: 10px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-price,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-price {
      font-size: 16px; }

  .pc-design-pagesearch-3 .left-container-top .searchform .form-fieldcontainer {
    width: 100%; }

  .pc-design-pagesearch-3 .filter_buttons .filter_toggle {
    display: none; } }
@media screen and (max-width: 767px) {
  .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product,
  .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product {
    padding: 0px;
    width: 19%;
    min-height: 250px;
    display: grid;
    justify-items: stretch;
    margin-right: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "image" "title" "rating" "specsimportant" "vcdescription" "message" "spacer" "compare" "stock"; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .pc_product_amount,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .pc_product_amount {
      display: flex;
      width: calc(100% - 20px);
      margin-right: 10px;
      margin-bottom: 10px;
      height: 30px; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .pc_product_amount input,
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .pc_product_amount input {
        border: 1px solid #EDEDED;
        background: #EDEDED; }
        .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .pc_product_amount input:focus, .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .pc_product_amount input:hover,
        .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .pc_product_amount input:focus,
        .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .pc_product_amount input:hover {
          border-color: #000;
          background: #fff; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-price-container,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-price-container {
      margin-bottom: 10px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-stock-container,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-stock-container {
      flex-wrap: wrap; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-stock-container-basket,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-stock-container-basket {
      margin: 0px;
      width: 100%;
      flex-direction: column; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-stock-container-basket .product-basket,
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-stock-container-basket .product-basket {
        width: 100%;
        height: 40px; }
        .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-stock-container-basket .product-basket span,
        .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-stock-container-basket .product-basket span {
          display: inline-block; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-image,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-image {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-image .product-image-main,
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-image .product-image-main {
        width: 90%;
        height: 90%; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-spec-important-container,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-spec-important-container {
      font-size: 14px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-spec-important,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-spec-important {
      flex-direction: column; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-message,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .pc-deliverytime,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-message,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .pc-deliverytime {
      display: none; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-stock-container-stock,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-stock-container-stock {
      margin-right: 10px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-title,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-title {
      padding-top: 5px;
      font-size: 16px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-basket,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-basket {
      width: 100%; }
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-basket:after,
      .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-basket:after {
        font-size: 18px; }
  .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product,
  .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product {
    width: 100%;
    margin-bottom: 2%; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-title,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-title {
      font-size: 14px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-price-container,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-price-container {
      margin-bottom: 10px; }
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-left .productslist_product .product-price,
    .pc-design-pagesearch-3:not(.pc-page-container-part) .pc_productoverviewpage.layout_grid .column-top .productslist_product .product-price {
      font-size: 16px; } }
.pc-design-pageproduct-0 .product-top-blocks-right .attribute-title {
  display: none; }

.pc-product-image-large-no-image {
  width: 640px;
  height: 300px;
  background: url("/img/shop/no_image.png") center center no-repeat;
  background-size: contain; }

.pc-design-pageproduct-1 h1 {
  order: 1;
  width: 100%;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 30px; }
.pc-design-pageproduct-1 .pc-product-images {
  margin-top: 35px; }
.pc-design-pageproduct-1 .pc-product-rating {
  order: 2;
  width: 100%;
  margin-bottom: 10px; }
.pc-design-pageproduct-1 .product-top-blocks-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start; }
  .pc-design-pageproduct-1 .product-top-blocks-right .pc-price-content {
    font-size: 34px; }
  .pc-design-pageproduct-1 .product-top-blocks-right .pc-product-importantattr {
    display: flex;
    position: relative;
    padding-left: 10px;
    margin-bottom: 4px;
    align-items: center; }
    .pc-design-pageproduct-1 .product-top-blocks-right .pc-product-importantattr:before {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      position: absolute;
      top: 50%;
      margin-top: -2px;
      background: #ccc;
      border-radius: 20px;
      left: 0px; }
  .pc-design-pageproduct-1 .product-top-blocks-right .pc-product-importantattrs {
    order: 3;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px; }
    .pc-design-pageproduct-1 .product-top-blocks-right .pc-product-importantattrs .attribute-value {
      margin-left: 5px; }
    .pc-design-pageproduct-1 .product-top-blocks-right .pc-product-importantattrs .attribute-value, .pc-design-pageproduct-1 .product-top-blocks-right .pc-product-importantattrs .attribute-title {
      font-size: 15px;
      font-weight: 400;
      line-height: 15px; }
    .pc-design-pageproduct-1 .product-top-blocks-right .pc-product-importantattrs .attribute-title {
      color: #000;
      font-weight: 400;
      white-space: nowrap; }
  .pc-design-pageproduct-1 .product-top-blocks-right .productfitscar {
    order: 4;
    width: 100%;
    margin-bottom: 10px; }
  .pc-design-pageproduct-1 .product-top-blocks-right .pc-deliverytime-column {
    flex-direction: column-reverse; }
  .pc-design-pageproduct-1 .product-top-blocks-right .pc-stock {
    order: 6;
    width: 100%;
    margin-top: 0px; }
  .pc-design-pageproduct-1 .product-top-blocks-right .pc-deliverytime {
    order: 5;
    width: 100%;
    margin-bottom: 0px; }
  .pc-design-pageproduct-1 .product-top-blocks-right .pc-price-suggested {
    order: 7;
    width: 100%;
    margin-top: 10px; }
  .pc-design-pageproduct-1 .product-top-blocks-right .pc-price-discount {
    order: 8;
    width: 100%; }
  .pc-design-pageproduct-1 .product-top-blocks-right .pc-price {
    order: 10;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 5px; }
  .pc-design-pageproduct-1 .product-top-blocks-right .pc-message {
    order: 11;
    width: 100%;
    margin-bottom: 10px; }
  .pc-design-pageproduct-1 .product-top-blocks-right .pc-button-basket {
    order: 12; }
  .pc-design-pageproduct-1 .product-top-blocks-right .pc-button-comb {
    order: 13;
    width: 100%; }
  .pc-design-pageproduct-1 .product-top-blocks-right .pc-usps {
    order: 14;
    width: 100%; }

.pc-design-pageproduct-2 h1 {
  order: 1;
  width: 100%;
  margin-bottom: 5px;
  font-size: 30px; }
.pc-design-pageproduct-2 .pc-product-rating {
  order: 2;
  width: 100%;
  margin-bottom: 10px; }
.pc-design-pageproduct-2 .product-top-blocks-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start; }
  .pc-design-pageproduct-2 .product-top-blocks-right .pc-price-content {
    font-size: 34px; }
  .pc-design-pageproduct-2 .product-top-blocks-right .pc-product-importantattr {
    display: flex;
    position: relative;
    padding-left: 10px; }
    .pc-design-pageproduct-2 .product-top-blocks-right .pc-product-importantattr:before {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      position: absolute;
      top: 50%;
      margin-top: -2px;
      background: #ccc;
      border-radius: 20px;
      left: 0px; }
  .pc-design-pageproduct-2 .product-top-blocks-right .pc-product-importantattrs {
    order: 3;
    width: 100%;
    display: flex;
    flex-direction: column; }
    .pc-design-pageproduct-2 .product-top-blocks-right .pc-product-importantattrs .attribute-value {
      margin-left: 5px; }
    .pc-design-pageproduct-2 .product-top-blocks-right .pc-product-importantattrs .attribute-value, .pc-design-pageproduct-2 .product-top-blocks-right .pc-product-importantattrs .attribute-title {
      font-size: 15px;
      font-weight: 400; }
  .pc-design-pageproduct-2 .product-top-blocks-right .productfitscar {
    order: 4;
    width: 100%;
    margin-bottom: 0px; }
  .pc-design-pageproduct-2 .product-top-blocks-right .pc-stock {
    order: 5;
    width: 100%; }
  .pc-design-pageproduct-2 .product-top-blocks-right .pc-deliverytime {
    order: 6;
    width: 100%; }
  .pc-design-pageproduct-2 .product-top-blocks-right .pc-price {
    order: 7;
    width: 100%;
    margin-bottom: 10px; }
  .pc-design-pageproduct-2 .product-top-blocks-right .pc-message {
    order: 8;
    width: 100%; }
  .pc-design-pageproduct-2 .product-top-blocks-right .pc-button-basket {
    order: 9; }
  .pc-design-pageproduct-2 .product-top-blocks-right .pc-button-comb {
    order: 10;
    width: 100%; }
  .pc-design-pageproduct-2 .product-top-blocks-right .pc-usps {
    order: 11;
    width: 100%; }

.pc-design-pageproduct-3 h1 {
  order: 1;
  width: 100%;
  margin-bottom: 5px;
  font-size: 30px; }
.pc-design-pageproduct-3 .pc-product-rating {
  order: 2;
  width: 100%;
  margin-bottom: 10px; }
.pc-design-pageproduct-3 .product-top-blocks-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start; }
  .pc-design-pageproduct-3 .product-top-blocks-right .pc-price-content {
    font-size: 34px; }
  .pc-design-pageproduct-3 .product-top-blocks-right .pc-product-importantattr {
    display: flex;
    position: relative;
    padding-left: 10px;
    margin-bottom: 4px;
    align-items: center; }
    .pc-design-pageproduct-3 .product-top-blocks-right .pc-product-importantattr:before {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      position: absolute;
      top: 50%;
      margin-top: -2px;
      background: #ccc;
      border-radius: 20px;
      left: 0px; }
  .pc-design-pageproduct-3 .product-top-blocks-right .pc-product-importantattrs {
    order: 3;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px; }
    .pc-design-pageproduct-3 .product-top-blocks-right .pc-product-importantattrs .attribute-value {
      margin-left: 5px; }
    .pc-design-pageproduct-3 .product-top-blocks-right .pc-product-importantattrs .attribute-value, .pc-design-pageproduct-3 .product-top-blocks-right .pc-product-importantattrs .attribute-title {
      font-size: 15px;
      font-weight: 400;
      line-height: 15px; }
    .pc-design-pageproduct-3 .product-top-blocks-right .pc-product-importantattrs .attribute-title {
      color: #000;
      font-weight: 400; }
  .pc-design-pageproduct-3 .product-top-blocks-right .productfitscar {
    order: 4;
    width: 100%;
    margin-bottom: 0px; }
  .pc-design-pageproduct-3 .product-top-blocks-right .pc-stock {
    order: 5;
    width: 100%; }
  .pc-design-pageproduct-3 .product-top-blocks-right .pc-deliverytime {
    order: 6;
    width: 100%; }
  .pc-design-pageproduct-3 .product-top-blocks-right .pc-price {
    order: 7;
    width: 100%;
    margin-bottom: 10px; }
  .pc-design-pageproduct-3 .product-top-blocks-right .pc-message {
    order: 8;
    width: 100%; }
  .pc-design-pageproduct-3 .product-top-blocks-right .pc-button-basket {
    order: 9; }
  .pc-design-pageproduct-3 .product-top-blocks-right .pc-button-comb {
    order: 10;
    width: 100%; }
  .pc-design-pageproduct-3 .product-top-blocks-right .pc-usps {
    order: 11;
    width: 100%; }

.pc-product-images {
  display: flex; }

.product-top-blocks.pc-noproductimages .product-top-blocks-left {
  margin-right: 0px; }

.pc-product-images figure {
  position: relative; }
  .pc-product-images figure .product-img-container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .pc-product-images figure .product-img-container img {
      max-width: 100%;
      height: auto;
      width: auto;
      max-height: 100%; }
.pc-product-images .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px; }
  .pc-product-images .owl-dots .owl-dot {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px; }
    .pc-product-images .owl-dots .owl-dot span {
      display: block;
      width: 8px;
      height: 8px;
      transition: all .2s ease-in-out;
      background: #ccc;
      border-radius: 10px; }
    .pc-product-images .owl-dots .owl-dot.active span {
      background: #000; }
    .pc-product-images .owl-dots .owl-dot:last-of-type {
      margin-right: 0px; }

.pc-product-image-large-container {
  order: 1; }
  .pc-product-image-large-container figure {
    width: 640px;
    height: 960px;
    position: relative; }
    .pc-product-image-large-container figure img {
      cursor: zoom-in; }

/* Landscape */
.pc-design-pageimages-0 .pc-product-images, .pc-design-pageimages-1.pc-design-pageproduct-1 .pc-product-images, .pc-design-pageimages-1.pc-design-pageproduct-2 .pc-product-images {
  flex-wrap: wrap; }
.pc-design-pageimages-0 .pc-product-image-large-container, .pc-design-pageimages-1.pc-design-pageproduct-1 .pc-product-image-large-container, .pc-design-pageimages-1.pc-design-pageproduct-2 .pc-product-image-large-container {
  order: 1; }
  .pc-design-pageimages-0 .pc-product-image-large-container figure, .pc-design-pageimages-1.pc-design-pageproduct-1 .pc-product-image-large-container figure, .pc-design-pageimages-1.pc-design-pageproduct-2 .pc-product-image-large-container figure {
    width: 780px;
    height: 520px;
    margin-bottom: 0px;
    margin-right: 10px; }
.pc-design-pageimages-0 .pc-product-imagelist-container, .pc-design-pageimages-1.pc-design-pageproduct-1 .pc-product-imagelist-container, .pc-design-pageimages-1.pc-design-pageproduct-2 .pc-product-imagelist-container {
  order: 2;
  width: 100%;
  max-width: 780px;
  max-height: 135px;
  margin-right: 0px;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-top: 10px; }
  .pc-design-pageimages-0 .pc-product-imagelist-container .pc-product-imagelist, .pc-design-pageimages-1.pc-design-pageproduct-1 .pc-product-imagelist-container .pc-product-imagelist, .pc-design-pageimages-1.pc-design-pageproduct-2 .pc-product-imagelist-container .pc-product-imagelist {
    display: flex; }
  .pc-design-pageimages-0 .pc-product-imagelist-container figure, .pc-design-pageimages-1.pc-design-pageproduct-1 .pc-product-imagelist-container figure, .pc-design-pageimages-1.pc-design-pageproduct-2 .pc-product-imagelist-container figure {
    width: 195px;
    height: 130px;
    margin-bottom: 0px;
    margin-right: 5px; }

.pc-product-imagelist-container {
  display: flex;
  width: 130px;
  flex-wrap: wrap;
  margin-right: 10px;
  flex-direction: column; }
  .pc-product-imagelist-container figure {
    width: 130px;
    height: 195px;
    margin-bottom: 10px;
    cursor: zoom-in; }
    .pc-product-imagelist-container figure:last-of-type {
      margin-bottom: 0px; }

.pc-design-pagesearch-2 .productslist_product .product-image {
  height: 110px; }

.product-img-container-navigation {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center; }

.pc-product-image-zoom {
  position: fixed;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  border: 1px solid #000;
  overflow: hidden;
  z-index: 40;
  top: 0px;
  pointer-events: none;
  background: #fff; }
  .pc-product-image-zoom img {
    position: absolute; }

.product-img-container-nav-left, .product-img-container-nav-right {
  position: absolute;
  pointer-events: auto;
  cursor: pointer; }
  .product-img-container-nav-left:before, .product-img-container-nav-right:before {
    content: "\f104";
    font-size: 40px;
    padding: 20px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out; }
  .product-img-container-nav-left:hover:before, .product-img-container-nav-right:hover:before {
    background: #e4e4e4; }

.product-img-container-nav-left {
  left: 10px; }

.product-img-container-nav-right {
  right: 10px; }
  .product-img-container-nav-right:before {
    content: "\f105"; }

.pc-product-imagelist-container {
  max-height: 960px;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .pc-product-imagelist-container::-webkit-scrollbar {
    display: none; }

.pc-product-image-small:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  height: 5px;
  background: #000;
  opacity: 0;
  transition: all .2s ease-in-out;
  width: 100%; }
.pc-product-image-small.selected:before, .pc-product-image-small:hover:before {
  opacity: 1; }

.product-top-blocks-right {
  width: 100%; }

.pc-design-pageimagescover-0 .productslist_product .product-image .product-image-main {
  background-size: contain; }

.pc-design-pageimagescover-1 .productslist_product .product-image .product-image-main {
  background-size: cover; }

.pc-design-pageimages-0 .productslist_product .product-image {
  height: 180px; }

@media screen and (max-width: 1200px) {
  .pc-product-image-large-container figure {
    width: 430px;
    height: 645px; }

  .pc-product-imagelist-container {
    max-height: 645px; }

  .pc-design-pageimages-0 .pc-product-image-large-container figure, .pc-design-pageimages-1.pc-design-pageproduct-1 .pc-product-image-large-container figure {
    width: 600px;
    height: 400px; }
  .pc-design-pageimages-0 .pc-product-imagelist-container, .pc-design-pageimages-1.pc-design-pageproduct-1 .pc-product-imagelist-container {
    max-width: 600px; } }
@media screen and (min-width: 1023px) {
  .pc-product-imagelist-container.pc-product-imagelist-container-oneimage {
    visibility: hidden;
    height: 0px;
    width: 0px;
    overflow: hidden; } }
@media screen and (max-width: 1023px) {
  .pc-design-pageimages-0 .productcatalog .pc-product-imagelist-container figure, .pc-design-pageimages-1.pc-design-pageproduct-1 .productcatalog .pc-product-imagelist-container figure, .pc-design-pageimages-1.pc-design-pageproduct-2 .productcatalog .pc-product-imagelist-container figure {
    width: 100%;
    height: auto; }
  .pc-design-pageimages-0 .pc-product-imagelist-container, .pc-design-pageimages-1.pc-design-pageproduct-1 .pc-product-imagelist-container, .pc-design-pageimages-1.pc-design-pageproduct-2 .pc-product-imagelist-container {
    max-height: none; }

  .pc-product-imagelist-container .pc-product-imagelist {
    flex-wrap: wrap; }
    .pc-product-imagelist-container .pc-product-imagelist .owl-dots {
      width: 100%; }

  .productcatalog .pc-product-imagelist-container {
    max-width: 100%;
    max-height: none; }

  .pc-product-image-small:before {
    display: none; }

  .pc-product-imagelist-container figure {
    width: 100%;
    height: auto; }

  .pc-product-image-large-container {
    display: none; }

  .pc-product-image-zoom {
    display: none; }

  .pc-product-images {
    flex-wrap: wrap; }

  .pc-product-image-large-container {
    max-width: 100%; }
    .pc-product-image-large-container figure {
      max-width: 100%;
      height: auto; }

  .pc-product-imagelist-container {
    width: 100%;
    flex-direction: row;
    margin: 0px;
    order: 2;
    overflow-x: scroll;
    overflow-y: hidden; }

  .pc-product-imagelist {
    display: flex; }
    .pc-product-imagelist figure {
      margin-right: 10px; }
      .pc-product-imagelist figure:last-of-type {
        margin-right: 0px; }

  .pc-design-pageimages-0 .productslist_product .product-image, .pc-design-pageimages-1.pc-design-pageproduct-1 .productslist_product .product-image, .pc-design-pageimages-1.pc-design-pageproduct-2 .productslist_product .product-image {
    height: 200px; }

  .pc-design-pageimages-1 .product-top-blocks-right {
    width: 100%; }

  .pc-design-pageimages-1 .productslist_product .product-image {
    height: 640px; } }
@media screen and (max-width: 767px) {
  .pc-design-pageimages-0 .productslist_product .product-image, .pc-design-pageimages-1.pc-design-pageproduct-1 .productslist_product .product-image {
    height: 140px; }

  /*    .pc-design-pageimages-1 .productslist_product .product-image{
          height: 315px;
      }*/ }
@media screen and (max-width: 668px) {
  .pc-design-pageimages-1 .productslist_product .product-image {
    height: 310px; } }
@media screen and (max-width: 616px) {
  .contentblock_pcproducts .pc-design-pageimages-0 .productslist_product .product-image {
    height: 120px; } }
@media screen and (max-width: 440px) {
  .pc-design-pageimages-0 .productslist_product .product-image {
    height: 110px; }

  .contentblock_pcproducts .pc-design-pageimages-0 .productslist_product .product-image {
    height: 100px; }

  .pc-design-pageimages-1 .productslist_product .product-image {
    height: 215px; } }
@media screen and (max-width: 427px) {
  .pc-design-pageimages-0 .productslist_product .product-image {
    height: 100px; }

  .contentblock_pcproducts .pc-design-pageimages-0 .productslist_product .product-image {
    height: 80px; }

  .contentblock_pcproducts .pc-design-pageimages-1 .productslist_product .product-image {
    height: 160px; } }
@media screen and (max-width: 365px) {
  .pc-design-pageimages-0 .productslist_product .product-image {
    height: 70px; }

  .contentblock_pcproducts .pc-design-pageimages-0 .productslist_product .product-image {
    height: 55px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /*    .sort_option:after, .filter_stock:after, .filter_LabelFuel:after, .filter_LabelWet:after, .filter_LabelDecibel:after, .filter_buttons .filter_Breedte:after, .filter_buttons .filter_Hoogte:after, .filter_buttons .filter_Inch:after, .filter_buttons .filter_Bsoort:after, .filter_MinLoadIndex:after, .filter_Velgbreedte:after, .filter_Steek:after, .filter_Steekcirkel:after, .filter_ET:after, .filter_Boring:after{
          display: none !important;
      }*/
  select::-ms-expand {
    display: none; }

  /*    div.product_header #carsearchboxes div.carsearch_box:before, div.product_header #carsearchboxes .wheeltypesearch_box:before, #webshop_content div.product_header #carsearchboxes div.carsearch_box:before, #webshop_content div.product_header #carsearchboxes .wheeltypesearch_box:before{
          display: none !important;
      }*/
  [type=checkbox]:checked + label:after, [type=radio]:checked + label:after {
    top: 7px !important; }

  .search_sizes .sizesearch_box:before {
    display: none !important; } }

/*# sourceMappingURL=wcc_design6.css.map */
*, *::before, *::after {
  box-sizing: inherit; }

*, ::before, ::after {
  box-sizing: border-box;
  outline: none; }

body {
  /*    &.overlay_loader{
          &:after{
              content: "\f1ce";
              display: block;
              position: absolute;
              font: normal normal normal 32px/1 FontAwesome;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              transition: all 0.2s ease-in-out;
              color: #fff;
              top: 50%;
              left: 50%;
              margin-left: -16px;
              margin-top: -16px;
              z-index: 200;
              opacity: 0;
  
              -webkit-animation: rotating 1.5s linear infinite;
              -moz-animation: rotating 1.5s linear infinite;
              -ms-animation: rotating 1.5s linear infinite;
              -o-animation: rotating 1.5s linear infinite;
              animation: rotating 1.5s linear infinite;
          }
      }*/ }
  body:before {
    content: '';
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s ease-in-out; }
  body.overlay_open:before {
    display: block;
    opacity: 0.5;
    z-index: 200; }
  body.overlay_open.overlay_loader:before {
    z-index: 300; }
  body .lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
  body .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px; }
  body .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: -3px 0 0 -3px; }
  body .lds-roller div:nth-child(1) {
    animation-delay: -0.036s; }
  body .lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px; }
  body .lds-roller div:nth-child(2) {
    animation-delay: -0.072s; }
  body .lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px; }
  body .lds-roller div:nth-child(3) {
    animation-delay: -0.108s; }
  body .lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px; }
  body .lds-roller div:nth-child(4) {
    animation-delay: -0.144s; }
  body .lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px; }
  body .lds-roller div:nth-child(5) {
    animation-delay: -0.18s; }
  body .lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px; }
  body .lds-roller div:nth-child(6) {
    animation-delay: -0.216s; }
  body .lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px; }
  body .lds-roller div:nth-child(7) {
    animation-delay: -0.252s; }
  body .lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px; }
  body .lds-roller div:nth-child(8) {
    animation-delay: -0.288s; }
  body .lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px; }
@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  body .loaderoverlay {
    color: #fff;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    z-index: 350;
    position: fixed; }

/*# sourceMappingURL=common.css.map */
.purchase_opencms:after, .stocktablediv .purchasing_toggle:after, .stocktablediv .information_toggle:after, .stocktablediv .purchasing_container .purchasing_purchase:after, .stocktablediv .information_container .purchasing_purchase:after, .stocktablediv .purchasing_supplier .purchasing_container_loader:before, .purchase_status .purchase_status_close:after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.showstocksplitted {
  display: none; }

.sinside-cms .stocktablediv .purchasing_container button.ui-datepicker-trigger {
  margin-right: 0px;
  margin-left: 5px; }
.sinside-cms .stockinfo .stockinfo_close {
  padding: 13px 20px; }
.sinside-cms .showStock {
  float: left;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #000;
  margin-right: 5px;
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
  background: #000;
  background: #000;
  border-color: #000; }
  .sinside-cms .showStock:after {
    display: inline-block;
    position: relative;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in-out;
    color: #fff;
    font-size: 14px; }
  .sinside-cms .showStock:hover {
    color: #000;
    border-color: #000;
    cursor: pointer;
    background: #fff; }
    .sinside-cms .showStock:hover:after {
      color: #000; }
    .sinside-cms .showStock:hover:after {
      color: #000; }

.stockinfo {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 200;
  pointer-events: none; }
  .stockinfo:after {
    position: fixed;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0.5;
    background: #000; }
  .stockinfo .stockinfo_close {
    pointer-events: auto;
    position: absolute;
    top: calc(15vw - 40px);
    cursor: pointer;
    z-index: 300;
    color: #000;
    background: #fff;
    padding: 10px 20px;
    right: 50%;
    margin-right: -565px;
    transition: all 0.2s ease-in-out; }
    .stockinfo .stockinfo_close:hover {
      background: #efefef; }
    .stockinfo .stockinfo_close:after {
      content: "\f00d";
      display: inline-block;
      position: relative;
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-left: 10px; }
  .stockinfo .stocktablediv {
    pointer-events: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1140px;
    left: 50%;
    margin-left: -575px;
    top: 0px;
    margin-top: 15%;
    background: #fff;
    padding: 20px;
    z-index: 200;
    max-height: 70%;
    overflow-y: auto; }
    .stockinfo .stocktablediv .redtext {
      display: none; }
    .stockinfo .stocktablediv table h3 {
      margin-bottom: 15px;
      margin-top: 0px;
      font-size: 15px; }
    .stockinfo .stocktablediv table .borderall, .stockinfo .stocktablediv table .borderright, .stockinfo .stocktablediv table .borderbottom, .stockinfo .stocktablediv table .bordertop {
      border: 0px; }
    .stockinfo .stocktablediv table tr {
      transition: all 0.2s ease-in-out; }
      .stockinfo .stocktablediv table tr td {
        padding: 5px 10px; }
        .stockinfo .stocktablediv table tr td p {
          font-size: 14px;
          padding-bottom: 10px; }
      .stockinfo .stocktablediv table tr:hover {
        background: #efefef; }
        .stockinfo .stocktablediv table tr:hover:nth-of-type(1), .stockinfo .stocktablediv table tr:hover:nth-of-type(2), .stockinfo .stocktablediv table tr:hover:nth-of-type(3), .stockinfo .stocktablediv table tr:hover:last-of-type, .stockinfo .stocktablediv table tr:hover:nth-last-child(2) {
          background: inherit; }
        .stockinfo .stocktablediv table tr:hover:nth-of-type(3) {
          background: #eaeaea; }
      .stockinfo .stocktablediv table tr.stocktable_header {
        background: #eaeaea; }

.purchase_reload_stock {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 0px;
  transition: all .2s ease-in-out; }
  .purchase_reload_stock:hover {
    color: #96c11f; }

.showStock:after {
  content: "\f067"; }

.showStock {
  background: #000;
  border-color: #000; }
  .showStock:hover {
    background: #fff;
    color: #000;
    border-color: #000; }
    .showStock:hover:after {
      color: #000; }

.purchase_opencms {
  border: 1px solid #000;
  padding: 5px 15px;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px; }
  .purchase_opencms:hover {
    background: #000;
    color: #fff; }
    .purchase_opencms:hover:after {
      margin-left: 15px;
      margin-right: 5px; }
  .purchase_opencms:after {
    content: "\f16c";
    margin-left: 10px;
    transition: all 0.2s ease-in-out; }

.ui-datepicker-trigger {
  width: 45px;
  padding: 0px;
  float: left;
  cursor: pointer; }
  .ui-datepicker-trigger:before {
    content: "\f073";
    display: inline-block;
    position: relative;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in-out;
    color: #fff; }
  .ui-datepicker-trigger img {
    display: none; }

.stocktablediv .stock_info_closetext {
  display: none; }
.stocktablediv td {
  position: relative;
  vertical-align: top; }
.stocktablediv .purchasing_toggle, .stocktablediv .information_toggle {
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  width: 60px;
  height: 18px;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .stocktablediv .purchasing_toggle:after, .stocktablediv .information_toggle:after {
    content: "\f105";
    transition: transform 0.2s ease-in-out;
    display: block;
    font-size: 18px; }
  .stocktablediv .purchasing_toggle:hover, .stocktablediv .information_toggle:hover {
    color: #fff;
    background: #000; }
.stocktablediv .purchasing_toggle {
  width: 100%;
  min-width: 60px; }
.stocktablediv .information_toggle {
  width: 19px;
  border-radius: 30px;
  color: #fff;
  background: #000; }
  .stocktablediv .information_toggle:hover {
    background: #fff;
    color: #000; }
  .stocktablediv .information_toggle:after {
    content: "\f129";
    font-size: 13px; }
.stocktablediv .purchasing_container, .stocktablediv .information_container {
  position: absolute;
  top: 30px;
  right: 0px;
  display: flex;
  overflow: hidden;
  max-height: 0px;
  transition: all 0.2s ease-in-out;
  word-break: normal; }
  .stocktablediv .purchasing_container input, .stocktablediv .information_container input {
    padding: 5px 10px;
    border: 1px solid #000;
    margin-left: 5px;
    margin-bottom: 0px;
    height: 30px; }
    .stocktablediv .purchasing_container input[name="purchase_deliverydate"], .stocktablediv .information_container input[name="purchase_deliverydate"] {
      width: 100px;
      text-align: center; }
    .stocktablediv .purchasing_container input[name="purchase_reference"], .stocktablediv .information_container input[name="purchase_reference"] {
      width: 200px; }
    .stocktablediv .purchasing_container input[name="purchase_amount"], .stocktablediv .information_container input[name="purchase_amount"] {
      width: 100px; }
  .stocktablediv .purchasing_container .checkbox, .stocktablediv .information_container .checkbox {
    margin-left: 12px;
    margin-right: 0px; }
    .stocktablediv .purchasing_container .checkbox label, .stocktablediv .information_container .checkbox label {
      white-space: nowrap;
      border: 1px solid;
      border-radius: 5px;
      padding: 5px;
      padding-left: 10px;
      text-transform: uppercase; }
      .stocktablediv .purchasing_container .checkbox label:hover:before, .stocktablediv .information_container .checkbox label:hover:before {
        background: #000 !important; }
      .stocktablediv .purchasing_container .checkbox label:before, .stocktablediv .information_container .checkbox label:before {
        background: transparent;
        border: 1px solid; }
      .stocktablediv .purchasing_container .checkbox label:after, .stocktablediv .information_container .checkbox label:after {
        margin-left: 10px; }
    .stocktablediv .purchasing_container .checkbox [type=checkbox]:checked + label:after, .stocktablediv .information_container .checkbox [type=checkbox]:checked + label:after {
      background: #000; }
  .stocktablediv .purchasing_container button, .stocktablediv .information_container button {
    background: #000;
    color: #fff;
    transition: all 0.2s ease-in-out;
    border-color: #000;
    border-radius: 5px; }
    .stocktablediv .purchasing_container button:hover, .stocktablediv .information_container button:hover {
      background: transparent;
      color: #000; }
      .stocktablediv .purchasing_container button:hover:before, .stocktablediv .information_container button:hover:before {
        color: #000; }
  .stocktablediv .purchasing_container button.ui-datepicker-trigger, .stocktablediv .information_container button.ui-datepicker-trigger {
    height: 30px;
    margin-right: 5px; }
  .stocktablediv .purchasing_container .purchasing_purchase, .stocktablediv .information_container .purchasing_purchase {
    padding: 5px 10px;
    border: 1px solid #000;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    margin-left: 5px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    padding-left: 20px;
    height: 30px;
    line-height: normal; }
    .stocktablediv .purchasing_container .purchasing_purchase:hover, .stocktablediv .information_container .purchasing_purchase:hover {
      background: #fff;
      color: #000; }
      .stocktablediv .purchasing_container .purchasing_purchase:hover:after, .stocktablediv .information_container .purchasing_purchase:hover:after {
        margin-left: 20px;
        margin-right: 0px; }
    .stocktablediv .purchasing_container .purchasing_purchase:after, .stocktablediv .information_container .purchasing_purchase:after {
      display: inline-block;
      content: "\f105";
      margin-left: 10px;
      margin-right: 10px;
      transition: margin 0.2s ease-in-out; }
.stocktablediv .purchasing_supplier {
  border-bottom: 1px solid #ccc;
  transition: all 0.2s ease-in-out;
  /*        &.open{
              td{
                  background: #f2f2f2;
              }
              
              .purchasing_container{
                  max-height: 60px;
              }
              
              .purchasing_toggle{
                  margin-bottom: 34px;
                  
                  &:after{
                      transform: rotate(90deg);
                  }
              }
          }*/ }
  .stocktablediv .purchasing_supplier td {
    max-width: 250px;
    white-space: normal !important;
    word-break: break-word; }
  .stocktablediv .purchasing_supplier .purchasing_container_loader {
    display: none;
    position: absolute;
    width: 1100px;
    z-index: 100;
    height: 62px;
    right: 0px;
    top: 0px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    overflow: hidden; }
    .stocktablediv .purchasing_supplier .purchasing_container_loader:before {
      display: block;
      content: "\f1ce" !important;
      position: absolute;
      z-index: 10;
      animation: rotating 1.5s linear infinite;
      transition: all 0.2s ease-in-out;
      color: #fff;
      right: 30px;
      top: 23px; }
    .stocktablediv .purchasing_supplier .purchasing_container_loader:after {
      content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.8; }
    .stocktablediv .purchasing_supplier .purchasing_container_loader span {
      position: absolute;
      z-index: 110;
      top: 0px;
      left: 0px;
      width: 100%;
      display: block;
      color: #fff;
      text-align: center;
      font-size: 14px;
      right: 30px;
      top: 20px; }
  .stocktablediv .purchasing_supplier.loading_supplier .purchasing_container_loader {
    display: block;
    opacity: 1; }
  .stocktablediv .purchasing_supplier.open_information .information_toggle {
    background: #fff;
    color: #000; }
  .stocktablediv .purchasing_supplier.open_information td {
    background: #f2f2f2; }
  .stocktablediv .purchasing_supplier.open_information .information_container {
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 0px; }

.qweon_help {
  cursor: pointer;
  transition: all .2s ease-in-out; }
  .qweon_help:hover {
    color: #96c11f; }

.purchasing_container_help {
  font-size: 18px;
  display: inline-block; }

.purchasing_container_vehicleselection {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 10px; }

.purchasing_container_vehiclefield {
  padding: 10px;
  width: 500px; }

.purchasing_container_close {
  position: absolute;
  right: 0px;
  top: -40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #000;
  transition: all .2s ease-in-out;
  cursor: pointer;
  font-size: 14px;
  padding: 0px 20px; }
  .purchasing_container_close:hover {
    background: #efefef; }
  .purchasing_container_close:after {
    content: "\f00d";
    display: inline-block;
    position: relative;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px; }

.purchasing_container_fields input, .purchasing_container_vehiclefield {
  margin-right: 5px;
  padding: 10px;
  border: 1px solid #ccc;
  transition: all .2s ease-in-out; }
  .purchasing_container_fields input:focus, .purchasing_container_fields input:hover, .purchasing_container_vehiclefield:focus, .purchasing_container_vehiclefield:hover {
    border: 1px solid #000; }
  .purchasing_container_fields input:disabled, .purchasing_container_vehiclefield:disabled {
    opacity: 0.4;
    border-color: transparent; }

.purchasing_container_msg {
  font-size: 11px;
  color: #9a9a9a;
  font-style: italic;
  width: 100%;
  text-align: right;
  margin-top: 10px; }

.purchasing_container_suppliermessage {
  width: 100%;
  font-weight: 600;
  color: #ffa200;
  line-height: 16px;
  margin-bottom: 5px; }

.purchase_result_sweetalert {
  display: flex;
  flex-wrap: wrap; }

.purchase_result_sweetalert_line {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  padding-bottom: 20px; }
  .purchase_result_sweetalert_line:last-of-type {
    border-bottom: 0px; }

.purchase_result_sweetalert_icon {
  width: 50px; }
  .purchase_result_sweetalert_icon:before {
    content: "\f00d";
    display: inline-block;
    position: relative;
    font: normal normal normal 30px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f27474; }

.purchase_result_sweetalert_line_error .purchase_result_sweetalert_icon:before {
  content: "\f00d";
  background: #f27474;
  color: #fff;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 20px; }

.purchase_result_sweetalert_line_success .purchase_result_sweetalert_icon:before {
  content: "\f058";
  color: #96c11f; }

.purchase_popup_container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 220;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0; }
  .purchase_popup_container.open {
    opacity: 1; }
  .purchase_popup_container .purchasing_container_fields {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .purchase_popup_container .purchase_popup {
    display: flex !important;
    max-width: 100%;
    width: 1300px;
    background: #fff;
    position: relative;
    max-height: 100vh; }
    .purchase_popup_container .purchase_popup.closebuttoninside .purchasing_container_close {
      top: 14px;
      right: 14px;
      padding: 10px; }
      .purchase_popup_container .purchase_popup.closebuttoninside .purchasing_container_close span {
        display: none; }
      .purchase_popup_container .purchase_popup.closebuttoninside .purchasing_container_close:after {
        font-size: 25px;
        margin-left: 0px; }
    .purchase_popup_container .purchase_popup .purchasing_container {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      padding: 20px;
      padding-bottom: 60px;
      overflow: auto; }
      .purchase_popup_container .purchase_popup .purchasing_container .purchasing_purchase {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 10px;
        padding-left: 15px;
        background: #000;
        color: #fff;
        border: 1px solid #000;
        cursor: pointer;
        position: absolute;
        right: 20px;
        bottom: 20px;
        transition: all .2s ease-in-out; }
        .purchase_popup_container .purchase_popup .purchasing_container .purchasing_purchase .fa {
          transition: margin .2s ease-in-out;
          margin-left: 5px;
          margin-right: 10px; }
        .purchase_popup_container .purchase_popup .purchasing_container .purchasing_purchase:hover {
          color: #000;
          background: transparent;
          padding-left: 20px; }
          .purchase_popup_container .purchase_popup .purchasing_container .purchasing_purchase:hover .fa {
            margin-right: 0px;
            margin-left: 15px; }

.purchasing_container_title {
  width: 100%;
  margin-bottom: 5px;
  font-size: 19px; }

.purchasing_container_productdescription {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .purchasing_container_productdescription div {
    margin-bottom: 0px; }

.purchasing_container_amounts {
  margin-top: 20px;
  width: 100%; }

.purchasing_container_smalltitle, .purchasing_container_smalltitle_left {
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  position: relative; }

.purchasing_container_smalltitle_left {
  width: auto;
  margin-right: 5px; }

.purchasing_container_table {
  width: 100%; }
  .purchasing_container_table tr {
    transition: all .2s ease-in-out;
    border-bottom: 1px solid #ccc; }
    .purchasing_container_table tr:first-of-type {
      background: #eaeaea;
      font-weight: 600;
      border: 0px; }
      .purchasing_container_table tr:first-of-type td:last-of-type {
        background: #000;
        color: #fff;
        text-align: center; }
      .purchasing_container_table tr:first-of-type:hover {
        background: #eaeaea; }
    .purchasing_container_table tr.tr_focus, .purchasing_container_table tr:hover {
      background: #f4f4f4; }
    .purchasing_container_table tr td {
      padding: 5px;
      border: 0px; }
      .purchasing_container_table tr td span {
        display: block;
        width: 100%; }
        .purchasing_container_table tr td span.sla_subtitle {
          font-size: 11px;
          margin-top: -5px;
          color: #aaa; }
      .purchasing_container_table tr td:last-of-type {
        background: #959595;
        text-align: center;
        border-bottom: 1px solid #000; }
    .purchasing_container_table tr.tr_focus input, .purchasing_container_table tr input:focus, .purchasing_container_table tr input:hover {
      border: 2px solid #fff;
      border-bottom: 2px solid #000; }
  .purchasing_container_table input {
    padding: 10px;
    margin: 0px;
    width: 80px;
    text-align: center;
    transition: all .2s ease-in-out; }

.information_container {
  display: flex;
  transition: all 0.5s ease-in-out;
  flex-wrap: wrap;
  padding: 0px;
  padding-top: 0px;
  opacity: 0; }
  .information_container table tr td {
    padding-left: 0px !important; }
  .information_container .supplier_info_line {
    width: 100%;
    margin-bottom: 3px; }
    .information_container .supplier_info_line a {
      text-decoration: underline; }
  .information_container .supplier_memo td:nth-of-type(2) {
    min-width: 700px; }
  .information_container .supplier_contacts a {
    text-decoration: underline; }
  .information_container.loaded-supplier-information {
    height: auto;
    width: 1000px;
    right: 0px;
    overflow: hidden; }
  .information_container.loading-supplier-information {
    height: 100px;
    width: 954px;
    right: 0px; }
    .information_container.loading-supplier-information .information_toggle {
      margin-bottom: 100px; }

.purchase_status {
  position: absolute;
  z-index: 100;
  top: 0px;
  width: 1100px;
  right: 0px;
  background: #ccc;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px; }
  .purchase_status.purchase_success {
    background: #81c543; }
  .purchase_status.purchase_error {
    background: #b24444; }
  .purchase_status .purchase_status_close {
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: absolute;
    right: 20px; }
    .purchase_status .purchase_status_close:hover {
      transform: scale(1.2); }
    .purchase_status .purchase_status_close:after {
      content: "\f05c";
      font-size: 27px; }

.swal2-popup {
  font-size: 1.3rem; }
  .swal2-popup [type="button"], .swal2-popup [type="submit"] {
    width: auto;
    height: auto; }

.sinside-cms .purchase_opencms {
  display: none; }

@media screen and (max-width: 1023px) {
  .purchasing_container_productdescription {
    flex-direction: column;
    margin-bottom: 5px;
    align-items: flex-start; }

  .purchasing_container_smalltitle_left {
    margin-bottom: 0px; }

  .stockinfo .stocktablediv {
    padding-bottom: 80px;
    /*        .purchasing_supplier.open_information .information_container{
                padding: 0px;
                top: 0px;
                left: unset;
                right: unset;
                width: 100%;
                
                > table{
                    width: 100%;
                    
                    > tbody > tr {
                        td {
                            &:nth-of-type(1){
                                text-align: left;
                            }
                        }
                    }
                }
            }*/ }
    .stockinfo .stocktablediv .supplier_contacts {
      text-align: center; }
      .stockinfo .stocktablediv .supplier_contacts table {
        width: 100%;
        text-align: left; }
    .stockinfo .stocktablediv table tr td {
      padding: 0px; }
    .stockinfo .stocktablediv .purchasing_toggle {
      height: 40px; }
    .stockinfo .stocktablediv .purchase_opencms {
      width: 100%;
      text-align: center;
      justify-content: center;
      align-items: center;
      height: 40px; }
    .stockinfo .stocktablediv > table > tbody > tr > td.stock_informationtoggle {
      position: relative;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 40px;
      margin-bottom: 10px;
      flex-wrap: wrap; }
      .stockinfo .stocktablediv > table > tbody > tr > td.stock_informationtoggle .information_toggle {
        width: 100%;
        height: 40px;
        background: transparent;
        color: #000;
        border-radius: 0px;
        margin-bottom: 0px !important; }
        .stockinfo .stocktablediv > table > tbody > tr > td.stock_informationtoggle .information_toggle:hover {
          background: #000;
          color: #fff; }
    .stockinfo .stocktablediv .purchasing_supplier.open_information td {
      background: transparent; }
    .stockinfo .stocktablediv .purchasing_supplier .information_container {
      max-height: none;
      opacity: 1;
      position: relative;
      top: 0px;
      padding: 0px;
      top: 0px;
      left: unset;
      right: unset;
      width: 100%; }
      .stockinfo .stocktablediv .purchasing_supplier .information_container > table {
        width: 100%; }
      .stockinfo .stocktablediv .purchasing_supplier .information_container .supplier_info_line {
        width: auto; }
      .stockinfo .stocktablediv .purchasing_supplier .information_container .supplier_memo td:nth-of-type(2) {
        min-width: auto; }
      .stockinfo .stocktablediv .purchasing_supplier .information_container > table > tbody > tr {
        display: block;
        width: 100%;
        margin-bottom: 5px; }
        .stockinfo .stocktablediv .purchasing_supplier .information_container > table > tbody > tr > td {
          width: 100%;
          max-width: 100%;
          display: block;
          text-align: left; }
          .stockinfo .stocktablediv .purchasing_supplier .information_container > table > tbody > tr > td:nth-of-type(1) {
            text-align: left;
            word-break: normal; }
    .stockinfo .stocktablediv > table > tbody > tr {
      display: block;
      border-bottom: 1px solid #000;
      margin-bottom: 30px;
      padding-bottom: 30px; }
      .stockinfo .stocktablediv > table > tbody > tr.stocktable_header {
        display: none; }
      .stockinfo .stocktablediv > table > tbody > tr > td {
        display: inherit !important;
        text-align: right;
        padding: 0px;
        font-size: 15px;
        max-width: 100%; }
        .stockinfo .stocktablediv > table > tbody > tr > td:first-of-type {
          text-align: center;
          font-size: 16px;
          font-weight: 600; }
          .stockinfo .stocktablediv > table > tbody > tr > td:first-of-type:before {
            display: none; }
        .stockinfo .stocktablediv > table > tbody > tr > td:before {
          content: attr(data-label);
          float: left;
          font-weight: bold;
          text-transform: uppercase; }

  .stockinfo .stocktablediv {
    width: 100%;
    margin: 0px;
    left: 0px;
    height: 100%;
    max-height: 100%;
    /*            table{
                    tr{
                        td{
                            &:nth-of-type(4) ~ td{
                                display: none;
                            }
                        }
                    }
                }*/ }
  .stockinfo .stockinfo_close {
    top: initial;
    bottom: 0px;
    margin: 0px;
    width: 100%;
    right: 0px;
    text-align: center;
    background: #333;
    color: #fff; }

  .purchasing_container_fields {
    flex-direction: row; }
    .purchasing_container_fields input {
      margin-bottom: 5px;
      width: 100%; }
    .purchasing_container_fields .pm_purchase_deliverydate {
      width: calc(100% - 70px); }
    .purchasing_container_fields button.ui-datepicker-trigger {
      width: 60px;
      top: unset !important;
      left: unset !important;
      float: none; }

  .purchasing_container_vehicleselection {
    width: 100%; }
    .purchasing_container_vehicleselection input {
      width: 100%; }

  .purchasing_container_table tr {
    display: block;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    padding-bottom: 30px; }
    .purchasing_container_table tr:first-of-type {
      display: none; }
    .purchasing_container_table tr:hover {
      background: transparent; }
    .purchasing_container_table tr:last-of-type {
      margin-bottom: 0px;
      border-bottom: 0px; }
  .purchasing_container_table tr td {
    display: block;
    text-align: right;
    padding: 0px;
    font-size: 15px; }
    .purchasing_container_table tr td:before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase; }
    .purchasing_container_table tr td:first-of-type {
      text-align: center;
      padding: 5px;
      font-weight: bold;
      text-transform: uppercase; }
      .purchasing_container_table tr td:first-of-type:before {
        display: none; }
    .purchasing_container_table tr td:last-of-type {
      text-align: center;
      padding: 5px; }
      .purchasing_container_table tr td:last-of-type:before {
        float: none; }
      .purchasing_container_table tr td:last-of-type input {
        width: 100%; }

  .purchase_popup_container .purchase_popup {
    min-height: 100vh; }
    .purchase_popup_container .purchase_popup .purchasing_container {
      align-items: flex-start;
      flex-direction: column;
      flex-wrap: nowrap; }

  .stockinfo .stocktablediv .purchasing_supplier .information_container .supplier_contacts {
    width: 100%; }

  .purchasing_container_msg {
    text-align: center; }

  .purchase_popup_container .purchase_popup .purchasing_container .purchasing_purchase {
    width: calc(100% - 40px); }

  .purchasing_container_table tr td:last-of-type {
    background: #d1d1d1; } }

/*# sourceMappingURL=purchase.css.map */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-display: swap;font-family:'FontAwesome';src:url('../../../css/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../../css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../../css/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../../css/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../../css/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../../css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}100%{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}100%{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}body.swal2-toast-shown .swal2-container{position:fixed;background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-shown{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.swal2-popup.swal2-toast .swal2-header{flex-direction:row}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:initial;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;left:-.9375em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;-webkit-transform-origin:0 2em;transform-origin:0 2em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotateZ(2deg);transform:translateY(-.625em) rotateZ(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotateZ(-2deg);transform:translateY(0) rotateZ(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotateZ(2deg);transform:translateY(.3125em) rotateZ(2deg);opacity:.7}100%{-webkit-transform:translateY(0) rotateZ(0);transform:translateY(0) rotateZ(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotateZ(2deg);transform:translateY(-.625em) rotateZ(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotateZ(-2deg);transform:translateY(0) rotateZ(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotateZ(2deg);transform:translateY(.3125em) rotateZ(2deg);opacity:.7}100%{-webkit-transform:translateY(0) rotateZ(0);transform:translateY(0) rotateZ(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}100%{-webkit-transform:rotateZ(1deg);transform:rotateZ(1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}100%{-webkit-transform:rotateZ(1deg);transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;background-color:transparent}body.swal2-no-backdrop .swal2-shown>.swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.swal2-container{display:flex;position:fixed;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:10px;background-color:transparent;z-index:1060;overflow-x:hidden;-webkit-overflow-scrolling:touch}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-fade{transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.swal2-popup{display:none;position:relative;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem;box-sizing:border-box}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-popup .swal2-header{display:flex;flex-direction:column;align-items:center}.swal2-popup .swal2-title{display:block;position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-popup .swal2-actions{flex-wrap:wrap;align-items:center;justify-content:center;margin:1.25em auto 0;z-index:1}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{width:2.5em;height:2.5em;margin:.46875em;padding:0;border:.25em solid transparent;border-radius:100%;border-color:transparent;background-color:transparent!important;color:transparent;cursor:default;box-sizing:border-box;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after{display:inline-block;width:15px;height:15px;margin-left:5px;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff;content:'';-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal}.swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;box-shadow:none}.swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.swal2-popup .swal2-styled:focus{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.swal2-popup .swal2-styled::-moz-focus-inner{border:0}.swal2-popup .swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.swal2-popup .swal2-close{position:absolute;top:0;right:0;justify-content:center;width:1.2em;height:1.2em;padding:0;transition:color .1s ease-out;border:none;border-radius:0;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer;overflow:hidden}.swal2-popup .swal2-close:hover{-webkit-transform:none;transform:none;color:#f27474}.swal2-popup>.swal2-checkbox,.swal2-popup>.swal2-file,.swal2-popup>.swal2-input,.swal2-popup>.swal2-radio,.swal2-popup>.swal2-select,.swal2-popup>.swal2-textarea{display:none}.swal2-popup .swal2-content{justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;z-index:1;word-wrap:break-word}.swal2-popup #swal2-content{text-align:center}.swal2-popup .swal2-checkbox,.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-radio,.swal2-popup .swal2-select,.swal2-popup .swal2-textarea{margin:1em auto}.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-textarea{width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;font-size:1.125em;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-sizing:border-box}.swal2-popup .swal2-file.swal2-inputerror,.swal2-popup .swal2-input.swal2-inputerror,.swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-popup .swal2-file:focus,.swal2-popup .swal2-input:focus,.swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 3px #c4e6f5}.swal2-popup .swal2-file::-webkit-input-placeholder,.swal2-popup .swal2-input::-webkit-input-placeholder,.swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-popup .swal2-file:-ms-input-placeholder,.swal2-popup .swal2-input:-ms-input-placeholder,.swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::-ms-input-placeholder,.swal2-popup .swal2-input::-ms-input-placeholder,.swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::placeholder,.swal2-popup .swal2-input::placeholder,.swal2-popup .swal2-textarea::placeholder{color:#ccc}.swal2-popup .swal2-range input{width:80%}.swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.swal2-popup .swal2-range input,.swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.swal2-popup .swal2-input[type=number]{max-width:10em}.swal2-popup .swal2-file{font-size:1.125em}.swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.swal2-popup .swal2-checkbox,.swal2-popup .swal2-radio{align-items:center;justify-content:center}.swal2-popup .swal2-checkbox label,.swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-popup .swal2-checkbox input,.swal2-popup .swal2-radio input{margin:0 .4em}.swal2-popup .swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;overflow:hidden}.swal2-popup .swal2-validation-message::before{display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center;content:'!';zoom:normal}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.swal2-icon{position:relative;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;line-height:5em;cursor:default;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;zoom:normal}.swal2-icon-text{font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 3.75em;transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;left:-.25em;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%;z-index:2;box-sizing:content-box}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;top:.5em;left:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);z-index:1}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-progresssteps{align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.swal2-progresssteps li{display:inline-block;position:relative}.swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle{background:#add8e6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:initial!important}}/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	max-width: 1020px;
	max-height: 1020px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 90%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	max-width: 500px;
	max-height: 980px;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	max-width: 1000px;
	max-height: 980px;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-text {}
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#lightbox-container-imageoverlay{
	position: absolute;
	z-index: 9;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 10px 5px;
	color: #000;
}
#lightbox-image {
	position: relative;
	top: 240px;
	left: -60px;
	max-width: 1000px;
	max-height: 980px;
}/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1400px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-n1 {
    margin: -0.25rem !important; }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  .m-sm-n2 {
    margin: -0.5rem !important; }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  .m-sm-n3 {
    margin: -1rem !important; }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }

  .m-sm-n4 {
    margin: -1.5rem !important; }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  .m-sm-n5 {
    margin: -3rem !important; }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  .m-md-n3 {
    margin: -1rem !important; }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  .m-md-n4 {
    margin: -1.5rem !important; }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  .m-md-n5 {
    margin: -3rem !important; }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  .m-lg-n3 {
    margin: -1rem !important; }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  .m-lg-n4 {
    margin: -1.5rem !important; }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  .m-lg-n5 {
    margin: -3rem !important; }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-n1 {
    margin: -0.25rem !important; }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  .m-xl-n2 {
    margin: -0.5rem !important; }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  .m-xl-n3 {
    margin: -1rem !important; }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }

  .m-xl-n4 {
    margin: -1.5rem !important; }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  .m-xl-n5 {
    margin: -3rem !important; }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.home_slider .slide .image-container img {
  position: absolute;
  /* Position the image in the middle of its container. */
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  /* The following values determine the exact image behaviour. */
  /* You can simulate background-size: cover/contain/etc.
     by changing between min/max/standard width/height values.
     These values simulate background-size: cover
  */
  min-width: 100%;
  min-height: 100%; }

.inhoud ul li:before, .icon-shop:after, .icon-deal:after, .icon-star:after, .icon-delivery:after, .icon-phone:after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.usps {
  background: #008ed5;
  background: -moz-linear-gradient(left, #008ed5 0%, #005ca9 100%);
  background: -webkit-linear-gradient(left, #008ed5 0%, #005ca9 100%);
  background: linear-gradient(to right, #008ed5 0%, #005ca9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ed5', endColorstr='#005ca9',GradientType=1 ); }

body {
  overflow: hidden;
  overflow-y: auto; }

.login_submenu {
  right: 48px; }

.login {
  margin-top: 3px;
  position: relative; }
  .login .logintext:before {
    transition: all 0.2s ease-in-out; }
  .login:hover .logintext:before {
    transform: scale(1.1) rotate(10deg); }
  .login .logintext {
    text-transform: uppercase;
    font-weight: 600; }

#basketinfo_allproducts {
  right: -63px; }

.basketblock:not(.floating):hover .basketinfo_links:before {
  color: #fff !important; }

.basketinfo_links:before {
  color: #fff;
  font-size: 35px; }

.basketblock {
  position: relative;
  margin-right: 20px;
  margin-top: 9px; }
  .basketblock:before {
    content: '';
    background: url("../img/icons/schild_rood.png") center center no-repeat;
    width: 100px;
    height: 90px;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 0px; }
  .basketblock .basketinfo_products {
    position: relative;
    margin-top: 17px;
    margin-left: 31px; }
  .basketblock .producttypecount {
    border: 1px solid #fff;
    position: absolute;
    border-radius: 30px;
    width: 17px;
    height: 17px;
    line-height: 15px;
    left: 26px;
    top: 0px;
    padding: 0px;
    margin: 0px;
    text-indent: 0px;
    text-align: center;
    background: #de2025;
    font-size: 9px; }

a.instagram:before {
  content: "\f16d";
  display: inline-block;
  position: relative;
  font: normal normal normal 28px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in-out;
  color: #fff; }

a.contact:before {
  content: "\f095";
  display: inline-block;
  position: relative;
  font: normal normal normal 28px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in-out;
  color: #fff; }

.topbar {
  position: relative;
  z-index: 100;
  background: #fff; }
  .topbar .container {
    position: relative;
    display: flex; }
    .topbar .container .menus {
      flex-grow: 1;
      position: relative;
      background: transparent; }
      .topbar .container .menus .menubasket {
        background: transparent;
        color: #fff;
        display: flex;
        justify-content: space-around; }
        .topbar .container .menus .menubasket:before {
          position: absolute;
          left: 0px;
          top: 0px;
          width: 300%;
          height: 61px;
          content: '';
          display: block;
          background: #de2025;
          transform: skewX(24deg); }
        .topbar .container .menus .menubasket .menubutton {
          color: #fff;
          text-transform: uppercase;
          font-size: 1rem;
          font-weight: 600;
          padding: 20px 30px;
          line-height: inherit;
          position: relative;
          padding-left: 35px;
          transition: all 0.2s ease-in-out; }
          .topbar .container .menus .menubasket .menubutton:after {
            content: '';
            display: block;
            border-right: 1px solid #fff;
            height: 40px;
            position: absolute;
            right: -20px;
            top: 10px; }
          .topbar .container .menus .menubasket .menubutton:before {
            position: absolute;
            left: 0px;
            color: #fff;
            margin-top: -6px;
            transform: scale(1) rotate(0deg); }
          .topbar .container .menus .menubasket .menubutton:hover:before {
            transform: scale(1.1) rotate(10deg); }
      .topbar .container .menus #menu1 {
        position: relative;
        height: 50px; }
        .topbar .container .menus #menu1:before {
          position: absolute;
          left: 23px;
          top: 0px;
          width: 300%;
          height: 50px;
          content: '';
          display: block;
          background: #000;
          transform: skewX(24deg); }
        .topbar .container .menus #menu1 ul.menu {
          position: relative;
          margin-left: 53px;
          display: flex; }

#menu1 .menu li > a {
  padding: 17px 17px;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase; }
  #menu1 .menu li > a:after {
    content: '';
    display: block;
    width: 0%;
    opacity: 0;
    border-bottom: 1px solid #fff;
    transition: all .2s ease-in-out;
    margin-left: 50%;
    margin-top: 3px; }
  #menu1 .menu li > a:hover:after, #menu1 .menu li > a.current:after {
    width: 100%;
    opacity: 1;
    margin-left: 0%; }

#menu1 ul.menu li ul {
  top: 0px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  display: block;
  position: absolute;
  margin: 0px;
  z-index: -1;
  max-height: 0px;
  overflow: hidden; }
  #menu1 ul.menu li ul li a {
    padding: 5px 20px; }

#menu1 ul.menu li:hover ul {
  opacity: 1;
  background: #000;
  top: 50px;
  max-height: 1000px; }

#menu1 ul.menu > li:nth-of-type(2) ul {
  display: flex;
  flex-flow: wrap;
  width: 500px; }
  #menu1 ul.menu > li:nth-of-type(2) ul li {
    width: 50%; }
    #menu1 ul.menu > li:nth-of-type(2) ul li.hidesubheadmenu {
      display: none; }

.language_selection {
  position: absolute;
  right: 107px;
  top: 19px; }
  .language_selection a {
    font-weight: 700;
    position: relative; }
    .language_selection a:after {
      content: '';
      display: block;
      position: absolute;
      top: 23px;
      left: 5px;
      width: 0%;
      border-bottom: 1px solid #fff;
      transition: all 0.2s ease-in-out; }
    .language_selection a span {
      padding: 0px 5px; }
    .language_selection a:hover:after {
      width: calc(100% - 10px); }
    .language_selection a.active:after {
      width: calc(100% - 10px); }

div.basketblock.floating:before {
  display: none; }
div.basketblock.floating .basketinfo_products {
  margin-top: 0px;
  margin-left: 21px; }
div.basketblock.floating .producttypecount {
  padding-top: 4px; }
div.basketblock.floating .basketinfo_links:before {
  left: 10px;
  top: 11px;
  font-size: 29px; }

.nav_buttons {
  display: none; }

.language_selection_mobile {
  padding-left: 20px; }
  .language_selection_mobile a {
    border: 1px solid #fff;
    margin-right: 5px;
    margin-top: 5px;
    padding: 2px 15px !important; }
    .language_selection_mobile a span {
      display: inline-block;
      margin-top: 2px; }

#menu1 ul.menu li.mobilebasket a {
  border: 1px solid;
  margin: 0px 19px;
  padding: 10px 15px;
  text-align: left;
  padding-right: 48px;
  font-size: 13px;
  position: relative; }
  #menu1 ul.menu li.mobilebasket a:before {
    content: "\f07a";
    display: block;
    position: absolute;
    right: 23px;
    top: 50%;
    margin-top: -15px;
    font: normal normal normal 25px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff; }

.header_small {
  width: 100%;
  height: 70px;
  position: relative; }
  .header_small .header_image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: center center;
    background-size: cover; }

.page_home .content {
  margin-bottom: 7rem; }
.page_home .inhoud .titel {
  display: none; }

.home_slider {
  margin-top: 2rem; }
  .home_slider .owl-item:after {
    content: '';
    width: 160px;
    height: 200px;
    background: url("../img/icons/beeldmerk_wit.png") center center no-repeat;
    position: absolute;
    right: 10px;
    bottom: -130px;
    background-size: contain;
    opacity: 0;
    transition: all 1s ease-in-out; }
  .home_slider .owl-item.active:after {
    bottom: 10px;
    opacity: 0.5; }
  .home_slider .owl-item.active .slide .container a {
    right: 30px;
    opacity: 1; }
  .home_slider .slide {
    position: relative;
    background: #fff;
    height: 600px !important; }
    .home_slider .slide .image-container {
      position: absolute;
      left: 0px;
      top: 0px;
      height: 100%;
      width: 100%; }
    .home_slider .slide:before {
      content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      opacity: 0.3;
      background: #000;
      z-index: 50;
      display: none; }
    .home_slider .slide .container {
      z-index: 100;
      color: #fff;
      position: relative;
      height: inherit;
      text-align: right; }
      .home_slider .slide .container .title {
        display: none; }
      .home_slider .slide .container .text {
        position: relative;
        width: 50%;
        padding: 1rem;
        line-height: 1.2rem; }
      .home_slider .slide .container a {
        position: absolute;
        bottom: 30px;
        right: -200px;
        font-weight: 300;
        padding: 15px 25px;
        transition: all .2s ease-in-out, right 1s ease-in-out;
        background: #de2025;
        color: #fff;
        border: 1px solid #de2025;
        padding-right: 40px;
        font-size: 1.1rem;
        opacity: 0; }
        .home_slider .slide .container a:after {
          content: "\f105";
          position: absolute;
          right: 20px;
          top: 13px;
          display: inline-block;
          font: normal normal normal 21px/1 FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .home_slider .slide .container a:hover {
          background: transparent;
          border-color: #fff; }
  .home_slider .owl-nav {
    display: none; }
  .home_slider .owl-dots {
    text-align: center;
    margin-top: -14px;
    position: relative; }
    .home_slider .owl-dots .owl-dot {
      margin-right: 5px; }
      .home_slider .owl-dots .owl-dot:last-of-type {
        margin-right: 0px; }
      .home_slider .owl-dots .owl-dot span {
        background-image: url("../img/icons/slider_dot.png");
        background-position: center center;
        background-size: cover;
        width: 30px;
        height: 30px;
        display: inline-block; }
      .home_slider .owl-dots .owl-dot.active span, .home_slider .owl-dots .owl-dot:hover span {
        background-image: url("../img/icons/slider_dot_active.png"); }

.home_infos {
  display: flex;
  /*display: none;*/
  justify-content: space-between;
  margin-top: 1%; }
  .home_infos .home_info {
    display: block;
    background: #000;
    color: #fff;
    width: 32%;
    padding-bottom: 80px;
    position: relative; }
    .home_infos .home_info:nth-of-type(2) {
      background: #098FDE; }
    .home_infos .home_info h2 {
      color: #fff;
      padding: 25px;
      padding-bottom: 15px;
      font-size: 1rem;
      margin: 0px;
      font-size: 1.2rem;
      position: relative;
      padding-left: 54px; }
      .home_infos .home_info h2:before {
        transition: all .2s ease-in-out;
        position: absolute;
        content: '';
        background: url("../img/icons/beeldmerk_wit.png");
        background-position: center center;
        background-size: cover;
        width: 19px;
        height: 24px;
        margin-top: -3px;
        left: 25px; }
    .home_infos .home_info p {
      padding: 25px;
      font-size: 1rem;
      line-height: 1.3rem;
      font-weight: 300;
      font-size: 0.9rem;
      padding-bottom: 0px;
      padding-top: 10px; }
    .home_infos .home_info .button {
      transition: all .2s ease-in-out;
      border: 1px solid #fff;
      color: #fff;
      padding: 10px 20px;
      width: calc(100% - 50px);
      text-align: center;
      font-weight: 300;
      font-size: 1rem;
      text-transform: uppercase;
      display: inline-block;
      margin: 0px;
      position: absolute;
      bottom: 25px;
      left: 25px; }
      .home_infos .home_info .button:after {
        content: "\f105";
        position: relative;
        top: 1px;
        margin-left: 20px;
        display: inline-block;
        transition: margin .2s ease-in-out;
        font: normal normal normal 21px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-top: -5px; }
    .home_infos .home_info:hover .button {
      background: #fff;
      color: #000; }
      .home_infos .home_info:hover .button:after {
        margin-left: 40px; }
    .home_infos .home_info:hover h2:before {
      transform: scale(1.2); }
    .home_infos .home_info:hover:nth-of-type(2) .button {
      background: #fff;
      color: #098FDE; }
      .home_infos .home_info:hover:nth-of-type(2) .button:after {
        margin-left: 40px; }

.titles h1, .titles h2, .titles h3, .titles h4, .titles h5, .content .titles h1, .content .titles h2, .content .titles h3, .content .titles h4, .content .titles h5 {
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
  font-style: normal;
  color: #000; }
.titles h1, .titles h2, .titles h3, .content .titles h1, .content .titles h2, .content .titles h3 {
  font-size: 2rem;
  line-height: 4rem; }

.line_logo {
  position: relative;
  width: 100%;
  border-top: 1px solid #de2025;
  text-align: center;
  margin-top: 3%; }
  .line_logo:after {
    position: relative;
    content: '';
    display: inline-block;
    background: #fff url("../img/icons/beeldmerk_rood.png") center center no-repeat;
    background-size: contain;
    width: 60px;
    height: 35px;
    top: -17px; }

.usp_container {
  margin-left: 15px;
  margin-right: 15px; }

.news_image_block {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover; }

.newsitem_single h1.title {
  margin-bottom: 3rem;
  margin-top: 3rem;
  text-align: center;
  font-weight: 300;
  border-top: 1px #c9c9c9 solid;
  border-bottom: 1px #c9c9c9 solid;
  padding-top: 20px;
  padding-bottom: 20px; }
.newsitem_single img {
  width: 350px !important;
  margin-right: 30px;
  margin-bottom: 30px; }

.news_blocks {
  width: 100%;
  padding-top: 3rem; }
  .news_blocks .news_links {
    margin-top: 1rem; }

@media screen and (max-width: 767px) {
  .page_home .container .container {
    border: 0px; }
  .page_home .product_header .container {
    padding-top: 18px !important; } }
body, html {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.1rem; }

body .seo_wheel_list_title, body .content .seo_wheel_list_title {
  color: #000; }

.continue_extraproducts {
  margin-top: 15px; }

.b2c_helper_page .select-container select {
  color: #000;
  border-color: #000;
  font-weight: 500; }
.b2c_helper_page .select-container:after {
  color: #000; }
.b2c_helper_page .b2c_helper_title {
  color: #000; }

.single_product.designproductpage-3 .product_left_container {
  max-width: 36%;
  margin-right: 14%; }

#NoneSelectedProducts input, #NoneSelectedProducts a {
  background: #098FDE !important;
  border: 1px solid #098FDE; }
  #NoneSelectedProducts input:hover, #NoneSelectedProducts a:hover {
    color: #098FDE !important; }

#NoneSelectedProducts input:hover:after, #NoneSelectedProducts a:hover:after {
  color: #098FDE !important; }

div.extraproduct_explain:before {
  top: -1px; }

.optional_extra_button [type="button"], .optional_extra_button [type="submit"] {
  background: #098FDE;
  border: 1px solid #098FDE; }
  .optional_extra_button [type="button"]:hover, .optional_extra_button [type="submit"]:hover {
    color: #098FDE !important;
    border-color: #098FDE; }

.gallery .gallery_images .gallery_image {
  height: 250px; }

h1, h2, h3, h4, h5 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.3rem; }

h3 {
  font-size: 1.1rem; }

h4 {
  font-size: 1rem; }

.text-center {
  text-align: center; }

.content hr {
  border-color: #de2025;
  margin-top: 3rem;
  margin-bottom: 1rem; }

.single_product.designproductpage-3 .product_usp3 ul li:before {
  margin-left: 0px; }
.single_product.designproductpage-3 .single_product_container .productdetails .total_setprice .setprice_amount {
  padding-top: 10px;
  display: inline-block; }

.content h1, .content h2, .content h3, .content h4, .content h5 {
  color: #de2025; }
.content h1, .content h2 {
  font-size: 1.8rem;
  margin-top: 5rem;
  margin-bottom: 0.5rem; }
.content p {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4rem; }
.content .container > .row {
  margin-left: 0px;
  margin-right: 0px; }
.content h3 {
  font-weight: 400;
  margin-bottom: 1.5rem;
  font-size: 1.3rem; }

.login_page .header {
  display: none; }
.login_page .content {
  padding-top: 5%;
  padding-bottom: 5%;
  background: url("../img/background_login.jpg") center center;
  background-size: cover;
  position: relative; }
  .login_page .content:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3; }
  .login_page .content .inhoud_smal {
    background: #fff;
    padding: 40px;
    width: 610px;
    margin: 0 auto;
    max-width: 100%; }

.logo {
  height: 70px;
  margin-right: 30px;
  margin-left: 0px;
  margin-top: -4px;
  width: 348px; }

.logo img {
  height: inherit; }

div.poweredbywcc {
  text-align: center; }

a.facebook {
  text-decoration: none !important; }
  a.facebook:before {
    content: "\f230";
    display: inline-block;
    position: relative;
    font: normal normal normal 28px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in-out;
    color: #de2025; }
  a.facebook:hover:before {
    color: #b11a1e; }

.inhoud ul {
  margin-top: 0.5rem;
  margin-bottom: 1rem; }
  .inhoud ul li {
    margin-bottom: 5px; }
    .inhoud ul li:before {
      content: "\f105";
      font-size: 1.1rem;
      color: #de2025;
      margin-right: 5px; }

.footer {
  position: relative;
  width: 100%;
  padding-bottom: 2%; }
  .footer h2, .footer h3, .footer h4, .footer h5 {
    font-weight: 300;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    padding-left: 24px; }
    .footer h2:before, .footer h3:before, .footer h4:before, .footer h5:before {
      position: absolute;
      content: '';
      background: url("../img/icons/beeldmerk_rood.png");
      background-position: center center;
      background-size: cover;
      width: 15px;
      height: 20px;
      margin-top: -1px;
      left: 15px; }
  .footer ul li {
    font-weight: 300;
    margin-bottom: 0.4rem; }
    .footer ul li a {
      transition: all 0.2s ease-in-out;
      font-size: 1rem;
      line-height: 1rem;
      position: relative;
      padding-left: 23px; }
      .footer ul li a:after {
        content: '';
        display: block;
        width: calc(100% - 20px);
        left: 21px;
        position: absolute;
        border-bottom: 1px solid transparent;
        transition: all 0.2s ease-in-out; }
      .footer ul li a:before {
        content: "\f105";
        display: block;
        position: relative;
        font: normal normal normal 17px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 3px;
        top: 2px; }
      .footer ul li a:hover {
        color: #de2025;
        margin-left: 5px; }
        .footer ul li a:hover:after {
          border-color: #de2025; }

.gmaps {
  max-height: 160px;
  max-width: 100%; }

.copyright {
  background: #de2025;
  color: #fff;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-transform: uppercase;
  font-size: 0.7rem; }
  .copyright .container {
    text-align: center; }

.button {
  padding: 15px 20px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1rem; }
  .button.full-width {
    width: 100%;
    text-align: center; }

.icon-shop:after {
  content: "\f07a";
  font-size: 1.1rem; }

.icon-deal:after {
  content: "\f2b5";
  font-size: 1.1rem; }

.icon-star:after {
  content: "\f006";
  font-size: 1.1rem; }

.icon-delivery:after {
  content: "\f0d1";
  font-size: 1.1rem; }

.icon-phone:after {
  content: "\f095";
  font-size: 1.1rem; }

.usps .usp {
  color: #fff;
  display: flex;
  padding: 2rem 0px; }
  .usps .usp:nth-of-type(1) {
    padding-left: 1rem; }
  .usps .usp .usp_icon {
    position: relative; }
    .usps .usp .usp_icon:after {
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 60px;
      line-height: 60px;
      text-align: center;
      font-size: 1.7rem; }
    .usps .usp .usp_icon:before {
      content: '';
      display: block;
      width: 60px;
      height: 60px;
      border: 1px solid #fff;
      border-radius: 60px; }
  .usps .usp .usp_text {
    flex-grow: 1;
    padding: 0px 1rem; }
    .usps .usp .usp_text h1, .usps .usp .usp_text h2, .usps .usp .usp_text h3, .usps .usp .usp_text h4 {
      color: #fff; }
    .usps .usp .usp_text p {
      margin-bottom: 0px;
      font-size: 1.1rem;
      margin-top: 0.3rem; }

.news {
  margin-top: 1.5rem; }
  .news .news_more_button {
    position: relative;
    font-size: 1rem;
    color: #de2025;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1rem; }
    .news .news_more_button:before {
      content: '';
      display: block;
      position: absolute;
      bottom: -3px;
      right: 15px;
      width: 0%;
      transition: all 0.2s ease-in-out;
      height: 1px;
      background: #de2025; }
    .news .news_more_button:hover:before {
      width: calc(100% - 15px); }
  .news .news_block {
    width: calc(33% - 6% / 3);
    margin-right: calc(7% / 2);
    margin-bottom: 4%;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    background: #000; }
    .news .news_block:before {
      position: absolute;
      transition: all 0.2s ease-in-out;
      content: '';
      display: block;
      background: url("../img/icons/beeldmerk_rood_wit.png") center center no-repeat;
      background-size: contain;
      width: 60px;
      height: 80px;
      z-index: 10;
      top: -35px;
      left: 50%;
      margin-left: -30px; }
    .news .news_block .news_image {
      display: block; }
    .news .news_block:nth-of-type(3), .news .news_block:nth-of-type(6), .news .news_block:nth-of-type(9), .news .news_block:nth-of-type(12) {
      margin-right: 0px; }
    .news .news_block span {
      width: 100%;
      display: block; }
    .news .news_block .news_button {
      color: #de2025;
      text-transform: uppercase;
      transition: all 0.2s ease-in-out;
      right: -15px;
      width: auto;
      display: inline-block;
      color: #fff;
      position: absolute;
      padding: 7px 15px;
      bottom: 15px;
      font-family: "Open Sans", sans-serif;
      font-style: italic;
      font-size: 0.8rem; }
      .news .news_block .news_button:after {
        font-size: .6rem;
        top: -1px; }
    .news .news_block .news_image img {
      width: 100%; }
    .news .news_block .news_title {
      position: relative;
      padding: 20px 20px;
      font-size: 1.1rem;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      font-weight: 300; }
      .news .news_block .news_title:after {
        content: '';
        width: calc(100% - 40px);
        margin-left: 20px;
        display: block;
        border-bottom: 1px solid #fff;
        position: absolute;
        bottom: 0px;
        left: 0px;
        display: none; }
    .news .news_block .news_date {
      font-style: normal;
      padding: 0px 20px;
      font-size: 0.8rem;
      color: #fff;
      padding-top: 0.5rem;
      border: 0px;
      font-size: 0.7rem;
      display: none; }
    .news .news_block .news_text {
      padding: 10px 20px;
      font-size: 0.9rem;
      color: #fff;
      padding-bottom: 35px;
      padding-top: 5px;
      text-align: center;
      font-weight: 300; }
    .news .news_block:hover {
      background: #de2025; }
      .news .news_block:hover .news_button {
        right: -25px; }
      .news .news_block:hover:before {
        transform: scale(1.2); }

.news_blocks {
  display: flex;
  text-align: left;
  flex-wrap: wrap; }
  .news_blocks h3 {
    font-weight: 300; }
  .news_blocks a.news_link {
    color: #000; }
    .news_blocks a.news_link:hover {
      color: #fff; }

.widgets {
  display: flex;
  flex-wrap: wrap;
  border: 0px;
  max-width: 100%;
  justify-content: space-between;
  margin-top: 6%; }
  .widgets .widgetarrow {
    display: none; }
  .widgets div.widget {
    width: 32%;
    position: relative;
    background: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin-bottom: 50px; }
    .widgets div.widget:before {
      position: absolute;
      transition: all 0.2s ease-in-out;
      content: '';
      display: block;
      background: url("../img/icons/beeldmerk_rood_wit.png") center center no-repeat;
      background-size: contain;
      width: 60px;
      height: 80px;
      z-index: 10;
      top: -35px;
      left: 50%;
      margin-left: -30px; }
    .widgets div.widget:hover {
      background: #098FDE;
      /*background: #de2025;*/ }
      .widgets div.widget:hover:before {
        transform: scale(1.2); }
    .widgets div.widget h1.widget {
      margin-top: 310px;
      color: #fff;
      font-size: 1.2rem; }
    .widgets div.widget .widgettext {
      padding: 20px;
      padding-top: 10px; }
      .widgets div.widget .widgettext p {
        font-weight: 300;
        font-size: 0.9rem;
        line-height: 1.4rem;
        margin: 0px; }
    .widgets div.widget .widgetimg {
      position: absolute;
      width: 100%;
      height: 280px;
      top: 0px;
      left: 0px;
      background-size: cover;
      background-position: center center; }
  .widgets .widget_divider {
    display: none; }

.brandlogos p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline; }
  .brandlogos p a {
    display: inline-block;
    width: 18%;
    height: auto;
    margin: 1%; }
    .brandlogos p a img {
      width: 100%;
      margin: 0px; }
  .brandlogos p img {
    transition: all 0.2s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 18%;
    height: auto;
    margin: 1%; }
    .brandlogos p img:hover {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }

.page_vervolg .header_small {
  height: 235px; }
  .page_vervolg .header_small .container {
    display: flex;
    align-items: flex-end;
    position: relative;
    height: inherit; }
    .page_vervolg .header_small .container h1 {
      color: #fff;
      font-size: 2.1rem;
      margin-bottom: 5%; }
.page_vervolg .content {
  min-height: 300px;
  padding-bottom: 2%;
  padding-top: 2%; }
  .page_vervolg .content .container {
    position: relative; }

.tpl_page h1.titel, .tpl_page h1.titel ~ h1, .tpl_page h1.seo_brand_title, .seostyle-0 h1.titel, .seostyle-0 h1.titel ~ h1, .seostyle-0 h1.seo_brand_title {
  font-style: normal;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 300;
  font-size: 2.3rem;
  position: relative;
  margin-bottom: 5rem; }
  .tpl_page h1.titel:after, .tpl_page h1.titel ~ h1:after, .tpl_page h1.seo_brand_title:after, .seostyle-0 h1.titel:after, .seostyle-0 h1.titel ~ h1:after, .seostyle-0 h1.seo_brand_title:after {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 1px solid #de2025;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    bottom: -30px; }

.tpl_page .inhoud .row img {
  height: auto !important;
  max-width: 100%; }
.tpl_page .inhoud .row h1, .tpl_page .inhoud .row h2, .tpl_page .inhoud .row h3, .tpl_page .inhoud .row h4, .tpl_page .inhoud .row h5 {
  margin-bottom: 1rem; }
.tpl_page .inhoud .row h1 {
  font-size: 2rem; }
.tpl_page .inhoud .row h2 {
  font-size: 1.5rem;
  line-height: 1.5rem; }
.tpl_page .inhoud .row h3, .tpl_page .inhoud .row h4, .tpl_page .inhoud .row h5 {
  font-size: 1.3rem;
  position: relative; }
  .tpl_page .inhoud .row h3:after, .tpl_page .inhoud .row h4:after, .tpl_page .inhoud .row h5:after {
    content: '';
    display: block;
    border-bottom: 1px solid #c9c9c9;
    width: 100%;
    margin-top: 10px; }
  .tpl_page .inhoud .row h3:before, .tpl_page .inhoud .row h4:before, .tpl_page .inhoud .row h5:before {
    content: '';
    display: block;
    border-top: 1px solid #c9c9c9;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px; }
.tpl_page .button {
  background: #de2025;
  color: #fff;
  border: 1px solid #de2025;
  text-transform: uppercase;
  display: inline-block;
  transition: all .2s ease-in-out;
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .tpl_page .button:hover {
    background: transparent;
    color: #de2025; }

.content h1, .content h2, .content h3, .content h4, .content h5 {
  font-style: normal; }

@media screen and (max-width: 1200px) {
  .tpl_page .button {
    width: 100%;
    text-align: center; } }
[type=checkbox] + label, [type=radio] + label {
  font-size: 13px;
  padding: 4px 20px 1px 0; }

#webshop_content.productpage .product_content.relatedproducts_content h2, #webshop_content.productpage .product_content.relatedproducts_content h2 span {
  font-weight: 400; }

.productsfound .orderbutton .add_basket, .productsfound .orderbutton .add_relatedproduct, .single_product .orderbutton .add_basket, .single_product .orderbutton .add_relatedproduct {
  font-size: 0.95rem !important; }

.productsfound .product_container .product_price, .productsfound .product_container .product_name, .single_product .product_container .product_price, .single_product .product_container .product_name {
  font-size: 0.9rem !important; }

.login_page .inhoud {
  position: relative;
  background: #fff;
  padding: 30px;
  width: 620px;
  margin: auto; }
  .login_page .inhoud h1 {
    display: none; }

.gallery .gallery_images .gallery_image {
  max-height: 250px; }

form[name="newuserform"] tr td {
  padding-bottom: 5px; }
  form[name="newuserform"] tr td .captcha_explain {
    margin-bottom: 20px;
    display: inline-block;
    top: -1rem;
    position: relative; }

.more_filters {
  margin-top: 10px; }

/*#licenseplate_cars .carinfo_container .carinfo a{
    
    background: #a2a2a2 !important;
    border-color: #a2a2a2  !important;
    
    &:hover{
        color: #a2a2a2 !important;
        background: transparent !important;
    }
}*/
@media screen and (max-width: 767px) {
  .footer ul li {
    margin-bottom: 0.6rem; }
    .footer ul li a {
      font-size: 1.2rem;
      line-height: 1.3rem; }

  .topbar .container .menus #menu1 ul.menu li {
    margin-bottom: 5px; }

  .content .row p a {
    line-height: 2rem; } }
.gallery_home {
  background: transparent;
  margin-top: 25px; }

.big_button_wc {
  background: #fff;
  color: #de2025;
  border: 1px solid #de2025;
  font-size: 16px;
  text-transform: capitalize;
  padding: 8px;
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
  position: absolute;
  display: inline-block;
  margin-left: 50%;
  width: 200px;
  text-align: center;
  left: -100px; }
  .big_button_wc:hover {
    transform: scale(1);
    background: #de2025;
    color: #fff; }

.gallery_home {
  margin-bottom: 5%;
  padding-top: 5px;
  padding-bottom: 5px; }
  .gallery_home .gallery_slider_photo {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 260px;
    background-position: center center;
    background-size: cover; }
  .gallery_home a.gallery_slider_photo {
    opacity: 1;
    transition: all .2s ease-in-out; }
    .gallery_home a.gallery_slider_photo:hover {
      opacity: 0.5; }

.gallery_home_brands_container {
  position: relative;
  background: #000;
  margin-bottom: 6%;
  margin-top: 6%; }

.gallery_home_brands {
  background: #000; }
  .gallery_home_brands .owl-item {
    background: #000; }
    .gallery_home_brands .owl-item img {
      margin: 10%;
      width: 80% !important; }
  .gallery_home_brands .owl-nav {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    z-index: -1; }
    .gallery_home_brands .owl-nav .owl-prev, .gallery_home_brands .owl-nav .owl-next {
      position: absolute;
      top: 0px;
      height: 100%;
      width: 50px;
      background: rgba(0, 0, 0, 0.5);
      transition: all 0.2s ease-in-out; }
      .gallery_home_brands .owl-nav .owl-prev span, .gallery_home_brands .owl-nav .owl-next span {
        font-size: 50px;
        color: #fff;
        margin-top: -20px;
        position: relative;
        display: inline-block; }
      .gallery_home_brands .owl-nav .owl-prev:hover, .gallery_home_brands .owl-nav .owl-next:hover {
        background: #de2025; }
    .gallery_home_brands .owl-nav .owl-prev {
      left: -50px; }
    .gallery_home_brands .owl-nav .owl-next {
      right: -50px; }

@media screen and (max-width: 1200px) {
  .gallery_home_brands .owl-nav {
    display: none; }

  .gallery_home_brands .owl-nav .owl-prev {
    left: 0px; }

  .gallery_home_brands .owl-nav .owl-next {
    right: 0px; } }
.licenseplate_container {
  display: none; }

.licenseplate_container {
  display: block; }
  .licenseplate_container .licenseplate {
    display: block; }
  .licenseplate_container .licenseplate_de {
    display: none; }
  .licenseplate_container .licenseplate_it {
    display: none; }

.content .seo_model_page .seo_wheel_info .seo_wheel h5, .content .seo_model_page .seo_wheel_info .seo_wheel .seo_wheel_title {
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase; }

.seo_brands .seo_brand .seo_title {
  font-style: italic;
  text-transform: uppercase; }

.productpage h1 {
  line-height: 27px;
  margin-bottom: 5px; }

.layouts .layout_option {
  background: #de2025;
  border-color: #de2025; }
  .layouts .layout_option:hover, .layouts .layout_option.active {
    color: #de2025; }
    .layouts .layout_option:hover:after, .layouts .layout_option.active:after {
      color: #de2025; }

.productsfound .search_all .storage_info .add_basket, .productsfound .product_single .add_basket, .productpage .add_basket, .single_product .orderbutton .add_basket {
  border-color: #098FDE;
  background: #098FDE; }
  .productsfound .search_all .storage_info .add_basket:hover, .productsfound .product_single .add_basket:hover, .productpage .add_basket:hover, .single_product .orderbutton .add_basket:hover {
    border-color: #098FDE;
    color: #098FDE !important;
    background: transparent; }
    .productsfound .search_all .storage_info .add_basket:hover:after, .productsfound .search_all .storage_info .add_basket:hover:before, .productsfound .product_single .add_basket:hover:after, .productsfound .product_single .add_basket:hover:before, .productpage .add_basket:hover:after, .productpage .add_basket:hover:before, .single_product .orderbutton .add_basket:hover:after, .single_product .orderbutton .add_basket:hover:before {
      color: #098FDE !important; }
.productsfound .search_all .storage_info .deliveryspeed, .productsfound .product_single .deliveryspeed, .productpage .deliveryspeed, .single_product .orderbutton .deliveryspeed {
  color: #098FDE;
  border-color: #098FDE; }

.showCars, .showStock {
  background: #de2025;
  border-color: #de2025; }
  .showCars:hover, .showStock:hover {
    background: #fff;
    color: #de2025;
    border-color: #de2025; }
    .showCars:hover:after, .showStock:hover:after {
      color: #de2025; }

[type=checkbox]:checked + label:before, [type=radio]:checked + label:before {
  background-color: #de2025 !important; }

.catfilter_name, div.sort_options_title, .product_column_left_title {
  color: #de2025; }

[type=checkbox] + label:hover:before, [type=radio] + label:hover:before {
  background-color: #de2025 !important; }

div.basketblock.floating .basketinfo_links {
  background: #de2025; }

div.basketblock.floating .message_container .message {
  background: #098FDE; }

div.licenseplate_country_nl {
  background-image: url("../img/licenseplate_nl.png"); }

[type="button"]:enabled:hover, [type="button"]:enabled:focus, [type="submit"]:enabled:focus {
  background: #de2025;
  color: #fff; }

.search_submit input:hover {
  color: #de2025; }

[type=button].knop_login, [type=button].knop, [type=reset].knop_login, [type=reset].knop, [type=submit].knop_login, [type=submit].knop, button.knop_login, button.knop {
  border: 1px solid #de2025;
  background: #de2025;
  transition: all 0.2s ease-in-out; }
  [type=button].knop_login:hover, [type=button].knop:hover, [type=reset].knop_login:hover, [type=reset].knop:hover, [type=submit].knop_login:hover, [type=submit].knop:hover, button.knop_login:hover, button.knop:hover {
    background: transparent;
    color: #de2025; }

.filters .form-fieldcontainer div.quicksearch, .filters .form-fieldcontainer.quicksearch_container div.quicksearch {
  background: #de2025; }
.filters .form-fieldcontainer .quicksearchbutton input, .filters .form-fieldcontainer.quicksearch_container .quicksearchbutton input {
  background: #de2025;
  border-color: #de2025; }
.filters .form-fieldcontainer .quicksearchbutton input:hover, .filters .form-fieldcontainer.quicksearch_container .quicksearchbutton input:hover {
  color: #de2025; }

.more_filters.open .more_filters_button {
  color: #fff;
  background: #de2025; }
  .more_filters.open .more_filters_button:after {
    border-color: #de2025;
    background: #de2025; }
  .more_filters.open .more_filters_button:before {
    color: #fff; }
.more_filters .more_filters_button .more_text, .more_filters .more_filters_button .less_text {
  color: #de2025; }
.more_filters .more_filters_button:after {
  border-color: #de2025; }
.more_filters .more_filters_button:before {
  color: #de2025; }
.more_filters .more_filters_button:hover {
  color: #fff;
  background: #de2025; }
  .more_filters .more_filters_button:hover:after {
    color: #fff;
    background: #de2025; }
  .more_filters .more_filters_button:hover:before {
    color: #fff; }

.filter_info_button {
  border: 1px solid #de2025; }
  .filter_info_button:before {
    color: #de2025; }
  .filter_info_button:hover {
    background: #de2025; }
    .filter_info_button:hover:before {
      color: #fff; }

a.start_new {
  color: #de2025;
  border: 1px solid #de2025; }
  a.start_new:hover {
    background: #de2025; }

.filter_info strong {
  color: #de2025; }

.form-fieldcontainer input.button {
  background: #de2025;
  border: 1px solid #de2025; }
  .form-fieldcontainer input.button:hover {
    color: #de2025; }

.openfilter {
  color: #de2025; }
  .openfilter:after {
    background: #de2025; }

.type-title {
  color: #de2025; }

.login_submenu > .login .logintabel a:hover {
  color: #de2025; }

.filter_buttons .search_buttons .search_submit input {
  background-color: #de2025;
  border-color: #de2025; }
  .filter_buttons .search_buttons .search_submit input:hover {
    color: #de2025;
    border-color: #de2025; }

.filter_overlay_open .filter_overlay .button {
  background: #de2025;
  border: 1px solid #de2025;
  color: #fff; }
  .filter_overlay_open .filter_overlay .button:hover {
    background: transparent;
    color: #de2025; }
.filter_overlay_open .filter_overlay .filter_overlay_cancel {
  border: 1px solid #de2025;
  background: transparent;
  color: #de2025; }
  .filter_overlay_open .filter_overlay .filter_overlay_cancel:hover {
    color: #fff;
    background: #de2025; }

.login_page main {
  background: #f6f6f6; }

@media screen and (max-width: 767px) {
  .categorytabs a.producttabs {
    background: #de2025;
    color: #fff; } }
.filters.open .show_filters, .filters .show_filters:hover {
  background: #de2025;
  color: #fff; }

.inhoud.container table.extra_options table.extra_option tr.basket button.knop_addoptionalproduct,
.extra_product .knop_addoptionalproduct,
.inhoud.container .knop_offerte,
.inhoud.container .knop_opnieuw,
.inhoud.container .knop_winkelen,
.inhoud.container .knop_kassa {
  border-color: #de2025;
  background: #de2025 !important; }
  .inhoud.container table.extra_options table.extra_option tr.basket button.knop_addoptionalproduct:hover,
  .extra_product .knop_addoptionalproduct:hover,
  .inhoud.container .knop_offerte:hover,
  .inhoud.container .knop_opnieuw:hover,
  .inhoud.container .knop_winkelen:hover,
  .inhoud.container .knop_kassa:hover {
    color: #de2025 !important;
    background: transparent !important; }
    .inhoud.container table.extra_options table.extra_option tr.basket button.knop_addoptionalproduct:hover:before, .inhoud.container table.extra_options table.extra_option tr.basket button.knop_addoptionalproduct:hover:after,
    .extra_product .knop_addoptionalproduct:hover:before,
    .extra_product .knop_addoptionalproduct:hover:after,
    .inhoud.container .knop_offerte:hover:before,
    .inhoud.container .knop_offerte:hover:after,
    .inhoud.container .knop_opnieuw:hover:before,
    .inhoud.container .knop_opnieuw:hover:after,
    .inhoud.container .knop_winkelen:hover:before,
    .inhoud.container .knop_winkelen:hover:after,
    .inhoud.container .knop_kassa:hover:before,
    .inhoud.container .knop_kassa:hover:after {
      color: #de2025; }

.single_product .orderbutton .add_relatedproduct,
.extra_product .knop_addoptionalproduct {
  background: #de2025;
  border-color: #de2025; }
  .single_product .orderbutton .add_relatedproduct:hover,
  .extra_product .knop_addoptionalproduct:hover {
    background: transparent !important;
    color: #de2025; }
    .single_product .orderbutton .add_relatedproduct:hover:after, .single_product .orderbutton .add_relatedproduct:hover:before,
    .extra_product .knop_addoptionalproduct:hover:after,
    .extra_product .knop_addoptionalproduct:hover:before {
      color: #de2025; }

.gotobasket a {
  background: #de2025;
  color: #fff;
  border: 1px solid #de2025; }
  .gotobasket a:hover {
    background: transparent;
    color: #de2025; }

.productsfound .orderbutton .add_basket, .productsfound .orderbutton .add_relatedproduct, .single_product .orderbutton .add_basket, .single_product .orderbutton .add_relatedproduct {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.1rem; }

.type-title div, .catfilter_name, div.sort_options_title, .product_column_left_title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.1rem; }

body #webshop_content div.product_header .searchtitle h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 2.1rem; }

.productsfound.layout_list.layout_compact .layout_option_list_compact, .productsfound.layout_list:not(.layout_compact) .layout_option_list, .productsfound.layout_grid:not(.layout_compact) .layout_option_grid {
  color: #de2025;
  background: #fff; }
  .productsfound.layout_list.layout_compact .layout_option_list_compact:after, .productsfound.layout_list:not(.layout_compact) .layout_option_list:after, .productsfound.layout_grid:not(.layout_compact) .layout_option_grid:after {
    color: #de2025; }

.brandlogo {
  display: none; }

#dr_carsearch {
  display: flex !important;
  flex-flow: nowrap;
  width: 100%; }
  #dr_carsearch .carsearch_box {
    flex-grow: 1;
    margin-right: 1%; }

.switchbutton.active-0 {
  border-color: #dcdcdc; }
  .switchbutton.active-0:before {
    color: #000; }
  .switchbutton.active-0:hover {
    border-color: #de2025; }
    .switchbutton.active-0:hover:before {
      color: #de2025; }
.switchbutton.active-1 {
  border-color: #de2025; }
  .switchbutton.active-1:before {
    color: #de2025; }
  .switchbutton.active-1:hover {
    border-color: #dcdcdc; }
    .switchbutton.active-1:hover:before {
      color: #000; }

h1, .title-l {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.6rem; }

#licenseplate_cars .carinfo_container .carinfo a {
  background: #098FDE;
  border-color: #098FDE; }
  #licenseplate_cars .carinfo_container .carinfo a:hover {
    background: transparent;
    color: #098FDE; }
#licenseplate_cars .close_licenseplateoverlay {
  background: #de2025;
  border-color: #de2025; }
  #licenseplate_cars .close_licenseplateoverlay:hover {
    background: transparent;
    color: #de2025; }

.row .col a.button {
  background: #de2025;
  color: #fff;
  border: 1px solid #primary; }
  .row .col a.button:hover {
    background: transparent;
    color: #fff;
    border-color: #fff; }

.planner_steps .planner_stepcurrent {
  background: #de2025; }

nav #menu1 .menu > li:hover, nav #menu1 .menu > li.current, nav #menu1 .menu > li ul.submenu li a:hover {
  color: #de2025; }

.basketblock:not(.floating):hover .basketinfo_links:before {
  color: #de2025; }

.header__top .menu-service > li:hover, .header__top .menu-service > li:focus, .header__top .menu-service > li:hover, .header__top .menu-service > li:focus {
  color: #de2025; }

input.plannerknop {
  background: #de2025;
  border: 1px solid #de2025; }
  input.plannerknop:hover {
    border: 1px solid #de2025;
    color: #de2025; }

[type="button"], [type="submit"] {
  background: #de2025;
  border: 1px solid #de2025;
  transition: all 0.2s ease-in-out; }
  [type="button"]:hover, [type="submit"]:hover {
    background: transparent !important;
    color: #de2025 !important;
    border: 1px solid #de2025; }

#webshop_content.productpage .relatedproducts .show_filters_relatedproducts {
  background: #de2025;
  border-color: #de2025; }
  #webshop_content.productpage .relatedproducts .show_filters_relatedproducts:hover {
    color: #de2025; }

@media screen and (max-width: 1023px) {
  nav {
    background: #de2025 !important; }

  nav #menu1 .menu > li .submenu {
    background: #de2025; } }
#webshop_content.productpage .relatedproducts .submit_applytyretowheel {
  background: #de2025;
  border: 1px solid #de2025; }
  #webshop_content.productpage .relatedproducts .submit_applytyretowheel:hover {
    background: transparent;
    color: #de2025; }

#qweon_carsearch .search_button, #qweon_carsearch .search_button_freesize {
  background: #de2025;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  border: 1px solid #de2025; }
  #qweon_carsearch .search_button:hover, #qweon_carsearch .search_button_freesize:hover {
    background: transparent;
    color: #de2025; }

a.producttab, a.producttabs {
  font-family: "Open Sans", sans-serif; }

html, body {
  font-family: "Open Sans", sans-serif; }

[type=checkbox] + label, [type=radio] + label, [type=color], [type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=file], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea, [type="button"], [type="submit"] {
  font-family: "Open Sans", sans-serif; }

nav #menu1 .menu {
  font-family: "Open Sans", sans-serif; }

.content .seo_model_page .seo_wheel_info .seo_wheel {
  border-color: #565656; }
  .content .seo_model_page .seo_wheel_info .seo_wheel:after {
    color: #565656; }
  .content .seo_model_page .seo_wheel_info .seo_wheel h5, .content .seo_model_page .seo_wheel_info .seo_wheel .seo_wheel_title {
    font-family: "Open Sans", sans-serif;
    color: #565656;
    font-weight: 500;
    text-transform: uppercase; }
  .content .seo_model_page .seo_wheel_info .seo_wheel .seo_wheel_size .wheel_size_title {
    font-style: normal;
    font-weight: normal; }
    .content .seo_model_page .seo_wheel_info .seo_wheel .seo_wheel_size .wheel_size_title .wheel_unique {
      font-weight: 600; }
  .content .seo_model_page .seo_wheel_info .seo_wheel .seo_wheel_size:after {
    color: #565656; }
  .content .seo_model_page .seo_wheel_info .seo_wheel:hover:after {
    color: #fff; }
  .content .seo_model_page .seo_wheel_info .seo_wheel:hover .seo_wheel_title {
    background: #de2025;
    color: #fff; }
  .content .seo_model_page .seo_wheel_info .seo_wheel .seo_wheel_title:hover, .content .seo_model_page .seo_wheel_info .seo_wheel .seo_wheel_size:hover {
    background: #de2025;
    color: #fff; }
    .content .seo_model_page .seo_wheel_info .seo_wheel .seo_wheel_title:hover h5, .content .seo_model_page .seo_wheel_info .seo_wheel .seo_wheel_size:hover h5 {
      color: #fff; }
    .content .seo_model_page .seo_wheel_info .seo_wheel .seo_wheel_title:hover:after, .content .seo_model_page .seo_wheel_info .seo_wheel .seo_wheel_size:hover:after {
      color: #fff; }

.seo_wheel_list_title {
  color: #de2025;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase; }

.seo_models_list a .seo_model_title {
  color: #de2025; }

.seo_brands .seo_brand {
  border-color: #de2025; }
  .seo_brands .seo_brand .seo_title {
    border-color: #de2025;
    color: #de2025;
    font-family: "Open Sans", sans-serif; }

.seostyle-1 h1.seo_models_brand:after {
  border-color: #de2025; }

tr.checkedrow {
  background-color: #098FDE; }

div.productfamily {
  border-color: #de2025; }

table.productfamily tr {
  border-color: #de2025; }

.inch_selection .inch_family {
  border-color: #de2025;
  color: #de2025; }

.inch_selection .inch_family.active, .inch_selection .inch_family:hover {
  background: #de2025; }

table.productfamily tr:hover {
  background: #098FDE; }

div.productfamily .productfamilyinch .productfamilywide_link .productfamilywide_links a:hover, div.productfamily .productfamilyinch .productfamilywide_link .productfamilywide_links a.active {
  background: #098FDE;
  border-color: #098FDE; }

.inhoud.container a.knop_kassa {
  background: #098FDE !important;
  border: 1px solid #098FDE; }
  .inhoud.container a.knop_kassa:hover {
    background: transparent;
    color: #098FDE !important; }

.orderdone_container input {
  background: #098FDE !important;
  border: 1px solid #098FDE; }
  .orderdone_container input:hover {
    background: transparent;
    color: #098FDE !important; }

body #webshop_content div.product_header, .page_home div.product_header {
  margin-bottom: 30px;
  margin-top: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: auto; }
  body #webshop_content div.product_header .searchtitle h2, .page_home div.product_header .searchtitle h2 {
    font-size: 1.6rem; }
  body #webshop_content div.product_header #carsearchboxes, .page_home div.product_header #carsearchboxes {
    padding-bottom: 20px; }
  body #webshop_content div.product_header .container, .page_home div.product_header .container {
    padding-left: 25px;
    padding-right: 25px; }

#webshop_content {
  background: none; }

.product_header .searchtitle h2 {
  font-weight: 300; }

.tpl_products .product_header, .page_home .product_header {
  height: auto; }
  .tpl_products .product_header:before, .page_home .product_header:before {
    display: none; }
  .tpl_products .product_header .container:before, .page_home .product_header .container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/header_small.jpg"); }
  .tpl_products .product_header .container:after, .page_home .product_header .container:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    opacity: 0.5;
    z-index: 10; }
  .tpl_products .product_header .container .searchtitle, .tpl_products .product_header .container .usplist, .tpl_products .product_header .container .carsearchboxes, .page_home .product_header .container .searchtitle, .page_home .product_header .container .usplist, .page_home .product_header .container .carsearchboxes {
    position: relative;
    z-index: 30; }

body #webshop_content div.product_header .searchtitle h2, .page_home div.product_header .searchtitle h2 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.type-title div, .catfilter_name, div.sort_options_title, .product_column_left_title {
  font-size: 1rem; }

.form-fieldcontainer input.button {
  padding: 0px; }

.productsfound .orderbutton .add_basket, .productsfound .orderbutton .add_relatedproduct, .single_product .orderbutton .add_basket, .single_product .orderbutton .add_relatedproduct {
  font-family: "Open Sans", sans-serif; }

.type-title div, .catfilter_name, div.sort_options_title, .product_column_left_title {
  font-family: "Open Sans", sans-serif; }

.search_all .vat, .product_single .vat {
  padding-top: 1px; }

.showCars, .showStock {
  font-size: 0.7rem; }

a.start_new {
  font-size: 0.8rem; }

.filter_overlay_open .filter_overlay .button {
  padding: 0px 20px; }

div.licenseplate_cars h1 {
  line-height: 2rem; }
  div.licenseplate_cars h1 .current_licenseplate {
    color: #de2025; }

.carsearch_box select {
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  font-size: 1rem;
  font-weight: 300; }
  .carsearch_box select option {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 0.9rem; }
.carsearch_box:after {
  color: #fff; }
.carsearch_box:hover select {
  background: #fff !important;
  color: #000; }
.carsearch_box:hover:after {
  color: #000; }

body #webshop_content div.product_header #carsearchboxes #qweon_carsearch .carsearch_block select:hover, body.page_home div.product_header #carsearchboxes #qweon_carsearch .carsearch_block select:hover {
  background: transparent; }

div.categorytabs {
  padding-top: 0px; }

div.producttabs {
  box-shadow: none; }

a.producttab, a.producttabs {
  font-family: "Open Sans", sans-serif;
  font-weight: normal; }
  a.producttab.producttabs, a.producttabs.producttabs {
    color: #de2025; }
    a.producttab.producttabs:before, a.producttabs.producttabs:before {
      background: #de2025; }

div.licenseplate {
  border-radius: 0px; }

.noproducts {
  font-weight: 400; }

body #webshop_content:not(.car_selected) div.product_header.product_header_small #carsearchboxes #qweon_carsearch {
  display: flex;
  padding-top: 20px; }

body #webshop_content div.product_header_small .container {
  padding-top: 10px;
  padding-bottom: 7px; }

.overview_products tr td {
  font-size: 1rem !important;
  padding: 10px 20px; }

.wc-selectvehicle {
  display: none; }

@media screen and (min-width: 1200px) {
  .page_home body .wc-selectvehicle {
    display: block;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 16px; }
  .page_home body div.product_header {
    height: auto;
    position: absolute;
    margin-top: 195px;
    margin-left: 30px;
    width: 400px;
    z-index: 10;
    background: transparent; }
    .page_home body div.product_header .searchtitle h2 {
      font-size: 20px;
      margin-bottom: 5px; }
    .page_home body div.product_header .search_button {
      margin-right: 0px; }
    .page_home body div.product_header #carsearchboxes #qweon_carsearch {
      flex-direction: column; }
      .page_home body div.product_header #carsearchboxes #qweon_carsearch .carseach_container_licenseplate {
        flex-direction: column;
        max-width: 100%; }
      .page_home body div.product_header #carsearchboxes #qweon_carsearch .licenseplate_container .licenseplate {
        margin-bottom: 10px; }
      .page_home body div.product_header #carsearchboxes #qweon_carsearch .carseach_container.carseach_container_vehicle {
        flex-direction: column; }
      .page_home body div.product_header #carsearchboxes #qweon_carsearch .carsearch_box.select-container {
        margin-bottom: 5px; }
      .page_home body div.product_header #carsearchboxes #qweon_carsearch .carsearch_block {
        margin-right: 0px; }
    .page_home body div.product_header:before {
      display: none; }
    .page_home body div.product_header .container:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      background-color: #000;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../img/header_small.jpg"); }
    .page_home body div.product_header .container #qweon_carsearch .search_button, .page_home body div.product_header .container #qweon_carsearch .search_button_freesize {
      background: #098FDE; }
      .page_home body div.product_header .container #qweon_carsearch .search_button:hover, .page_home body div.product_header .container #qweon_carsearch .search_button_freesize:hover {
        color: #098FDE; }
    .page_home body div.product_header .container:after {
      content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: #000;
      display: block;
      opacity: 0.5;
      z-index: 10; }
    .page_home body div.product_header .container .searchtitle, .page_home body div.product_header .container .usplist, .page_home body div.product_header .container .carsearchboxes {
      position: relative;
      z-index: 30; }
    .page_home body div.product_header .container .search_button {
      border: 1px solid #fff !important; }
      .page_home body div.product_header .container .search_button:hover {
        background: #fff !important; }
  .page_home body div.product_header .container:before {
    display: none; }
  .page_home body .carseach_container.carseach_container_licenseplate .licenseplate_container {
    margin-right: 0px !important; } }
@media screen and (max-width: 1200px) {
  .topbar .container .menus .menubasket .menubutton {
    padding: 20px;
    font-size: 0.8rem;
    padding-left: 30px;
    padding-right: 10px; }
    .topbar .container .menus .menubasket .menubutton:after {
      display: none; }
    .topbar .container .menus .menubasket .menubutton:first-of-type {
      margin-left: 20px; }

  .login .logintext {
    font-size: 0.8rem; } }
@media screen and (min-width: 1200px) and (max-width: 1425px) {
  #menu1 .menu li > a {
    font-size: 13px;
    padding: 15px 11px; }

  .topbar .container .menus .menubasket .menubutton {
    padding-right: 5px;
    font-size: 0.8rem; }

  .language_selection {
    font-size: 0.8rem; } }
@media screen and (max-width: 1500px) {
  .home_slider .slide {
    height: 600px; } }
@media screen and (max-width: 1100px) {
  .home_slider .slide {
    height: 400px; } }
@media screen and (max-width: 1200px) {
  body #webshop_content div.product_header .container, .page_home div.product_header .container {
    padding-top: 30px; }

  .header__top .menu-service .login {
    display: none; }

  main {
    min-height: calc(100vh - 91px) !important; }

  .header__top .logo, .header__top .searchbar, .header__top .flex-space-between, .header__top .language_selection {
    display: none; }

  .usps_home .container {
    flex-wrap: wrap; }
    .usps_home .container .usp_home {
      min-width: 160px; }
      .usps_home .container .usp_home img {
        max-width: 65px !important; }

  #footermap {
    max-width: 100%; }

  .footer .footer_bottom {
    flex-wrap: wrap; }

  header {
    height: 50px; }

  .header__bottom .logo {
    margin-left: auto;
    margin-right: auto; }

  .header__bottom .toggle-nav--open {
    right: 11px;
    top: 11px;
    position: absolute; }
    .header__bottom .toggle-nav--open p {
      display: none; }

  nav {
    background: #de2025;
    color: #fff;
    min-width: 250px;
    left: inherit;
    transform: translateX(100%);
    max-width: 300px; }
    nav #menu1 {
      position: absolute; }

  nav #menu1 .menu > li a {
    border-color: #fff;
    color: #fff;
    border-top: 0px;
    font-size: 1rem; }

  nav #menu1 .menu > li a.expand::after {
    background-image: none;
    content: "\f054";
    display: inline-block;
    position: relative;
    font: normal normal normal 19px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in-out;
    color: #fff;
    font-size: 11px;
    transform: rotate(0deg); }

  nav [class*="toggle-nav"]:not([class$="open"])::after {
    background-image: none;
    content: "\f104";
    display: inline-block;
    position: relative;
    font: normal normal normal 19px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in-out;
    color: #fff;
    font-size: 18px;
    transform: rotate(0deg);
    margin-right: 0px; }

  nav .toggle-nav--close::after {
    content: "\f00d" !important; }

  nav #menu1 .menu .submenu {
    background: transparent; } }
@media screen and (max-width: 767px) {
  nav #menu1 .menu > li:last-of-type a {
    justify-content: flex-start; }

  .home_slider .slide {
    height: 300px; }

  .home_slider .slide .container a {
    bottom: 20px;
    width: 100%;
    font-size: 1rem; }

  /*    .home_slider .owl-dots{
          bottom: -15px;
          
          .owl-dot{
              background: #c7c7c7;
          }
      }*/
  .buttons_home {
    flex-wrap: wrap; }
    .buttons_home a {
      margin: 0px;
      margin-top: 15px;
      width: 100%;
      height: 150px; }
      .buttons_home a span {
        line-height: 150px; }
        .buttons_home a span:after {
          content: "\f105";
          display: inline-block;
          position: relative;
          font: normal normal normal 19px/1 FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: inherit;
          color: #fff;
          margin-left: 20px; }
      .buttons_home a:first-of-type {
        margin: 0px;
        margin-top: 15px; }

  .big_button {
    width: 100%;
    left: inherit;
    margin-left: inherit; }

  .usps_home {
    margin-bottom: 30%;
    margin-top: 15%; }
    .usps_home .container {
      display: none; }

  .footer .footer_bottom a {
    width: 100%;
    text-align: center; } }
@media screen and (max-width: 500px) {
  .home_slider .slide {
    height: 250px; }

  .buttons_home a {
    height: 100px; }
    .buttons_home a span {
      line-height: 100px; } }
@media screen and (max-width: 400px) {
  .home_slider .slide {
    height: 180px; }

  .home_slider .owl-dots {
    bottom: -22px; } }
@media screen and (max-width: 1200px) {
  .single_product.designproductpage-3 .product_left_container {
    max-width: unset;
    margin-right: 0px; }

  div.basketblock.floating {
    bottom: 35px;
    right: 25px; }

  .menu a.contact {
    width: 100%;
    margin-bottom: 15px; }
    .menu a.contact:before {
      position: absolute;
      right: 30px;
      font-size: 16px; }

  .login_page .inhoud {
    max-width: 100%;
    padding: 20px; }
    .login_page .inhoud h3 {
      margin-top: 0px; }

  div.products_main .single_product {
    padding-top: 20px; }

  .topbar .container .menus {
    max-width: 0px;
    transition: all 0.5s ease-in-out; }
    .topbar .container .menus.open {
      max-width: 300px; }

  #menu1 ul.menu > li ul {
    width: 300px !important; }

  #menu1 .nav_buttons {
    display: block;
    width: 230px;
    position: absolute;
    top: 15px;
    z-index: 150;
    height: 23px; }
    #menu1 .nav_buttons .nav-back {
      position: absolute;
      right: 15px;
      display: none; }
    #menu1 .nav_buttons.open .nav-back {
      display: block; }

  #menu1 .menu > li.expand::after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 6px;
    margin-top: 3px;
    position: absolute;
    right: 20px;
    transform: rotate(-90deg); }

  #menu1 ul.menu li.expand .submenu {
    position: absolute;
    left: 0px;
    padding-left: 10px;
    max-height: 1000px;
    top: 40px;
    z-index: 100;
    background: #de2025;
    transform: translateX(300px);
    padding-bottom: 20px;
    transition: all 0.5s ease-in-out;
    min-height: 100%; }
  #menu1 ul.menu li.expand.open .submenu {
    opacity: 1;
    transform: translateX(0px);
    max-height: calc(100vh - 100px);
    overflow: auto; }

  #menu1 ul.menu > li:nth-of-type(2) ul li {
    width: 100%; }

  #menu1 ul.menu li.hidesubheadmenu {
    display: block !important; }
    #menu1 ul.menu li.hidesubheadmenu a {
      display: block !important; }

  body #webshop_content div.product_header .container {
    padding-top: 18px; }

  .home_slider .owl-item:after {
    width: 90px;
    height: 140px; }

  .topbar .container .menus #menu1 {
    background: transparent; }
    .topbar .container .menus #menu1:before {
      display: none; }
    .topbar .container .menus #menu1 ul.menu {
      background: #de2025;
      padding: 20px 10px;
      padding-top: 40px; }

  .home_slider .slide {
    height: 320px !important; }

  .topbar .container .menus .menubasket:before {
    display: none; }

  .topbar .container .menus .menubasket a, .topbar .container .menus .menubasket .login {
    display: none; }

  .line_logo {
    margin-top: 10%; }

  .home_infos .home_info {
    width: 100%;
    margin-bottom: 2%;
    padding-bottom: 100px; }
    .home_infos .home_info .button {
      font-size: 0.8rem; }
      .home_infos .home_info .button:after {
        display: none; }

  .home_infos {
    flex-wrap: wrap; }

  .content h1, .content h2 {
    line-height: 1.6rem; }

  .tpl_page h1.titel {
    line-height: 2.3rem; }

  .page_vervolg .header_small {
    height: 110px; }
    .page_vervolg .header_small .container {
      align-items: center; }
      .page_vervolg .header_small .container h1 {
        width: 100%;
        text-align: center;
        margin-bottom: 0px; }

  .home_slider {
    margin-bottom: 30px; }

  .home_slider .slide .container .text {
    width: 100%;
    padding-top: 0.5rem;
    line-height: 1rem; }
  .home_slider .slide .container a {
    width: calc(100% - 60px);
    text-align: center; }
  .home_slider .slide .container .title {
    line-height: 1.2rem;
    padding-bottom: 0rem;
    font-size: 1.5rem; }

  .usp_container {
    display: none; }

  .widgets {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 5%; }
    .widgets div.widget {
      width: 100%;
      margin: 0px;
      margin-bottom: 60px;
      min-height: 110px; }
      .widgets div.widget .widgetimg {
        height: 300px; }
      .widgets div.widget:hover .widgetimg img {
        margin: 0px;
        width: 100%; }

  .news .news_block {
    width: 100%;
    margin-left: 0px;
    marign-right: 0px; }

  .brandlogos {
    display: none; }

  .menu_button {
    font-size: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 210;
    width: 60px;
    height: 60px;
    line-height: 52px;
    padding-left: 16px;
    transition: all 0.2s ease-in-out; }
    .menu_button.open {
      color: #de2025; }
      .menu_button.open:before {
        content: "\f00d"; }
    .menu_button:before {
      content: "\f0c9";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

  .topbar {
    min-height: 85px; }
    .topbar .container {
      max-width: 100%;
      padding: 0px;
      margin: 0px;
      border: 0px; }
    .topbar .logo {
      height: auto;
      position: absolute;
      width: 100%;
      text-align: center;
      margin-top: 10px; }
      .topbar .logo a img {
        max-height: 65px; }

  .menus {
    display: block;
    margin: 0px;
    position: absolute !important;
    right: 0px;
    top: 0px;
    width: 300px;
    height: 100vh;
    overflow: hidden; }

  #menu1 {
    width: 300px;
    position: absolute;
    right: -310px;
    top: 0px;
    background: #007bc4;
    color: #fff;
    z-index: 200;
    transition: all 0.5s ease-in-out; }
    #menu1 .menu {
      margin-top: 59px;
      margin-bottom: 15px; }
    #menu1 ul.menu {
      flex-wrap: wrap; }
      #menu1 ul.menu li {
        width: 100%; }
        #menu1 ul.menu li a {
          color: #fff;
          padding: 5px 20px;
          font-size: 1rem; }
    #menu1.open {
      right: 0px; }

  .footer h4 {
    margin-top: 1rem; }

  .content h3 {
    margin-top: 2rem; }

  .titles {
    /*margin-bottom: 70px;*/ } }
@media screen and (max-width: 767px) {
  a.producttab.producttabs, a.producttabs.producttabs {
    color: #fff; }

  .page_home .searchtitle {
    line-height: initial;
    display: block;
    text-align: center;
    display: block !important; }
    .page_home .searchtitle h2 {
      font-size: 1rem !important; } }
@media screen and (max-width: 570px) {
  .home_slider .slide .image-container img {
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    top: 0px;
    bottom: inherit;
    right: 0px;
    left: inherit;
    max-width: none !important;
    width: auto;
    height: 100%; }

  .home_slider .slide .container .text {
    line-height: 0.9rem;
    font-size: 0.9rem; }

  .widgets div.widget .widgettext {
    font-size: 0.9rem;
    line-height: 0.9rem; }
  .widgets div.widget h1.widget {
    font-size: 1.3rem;
    padding-bottom: 0.5rem; } }

/*# sourceMappingURL=body.css.map */
/*{primary} = CUST_COLOR_PRIMARY
{primarycontrast} = CUST_COLOR_PRIMARY_CONTRAST
{secondary} = CUST_COLOR_SECONDARY
{secondarycontrast} = CUST_COLOR_SECONDARY_CONTRAST
{cta} = CUST_COLOR_CTA
{fontprimary} = CUST_FONT_PRIMARY
{fontsecondary} = CUST_FONT_SECONDARY
#000000 = CUST_DESIGN_COLOR_PRODUCTTITLE
CUST_COLOR_PRIMARY_CONTRAST = #ffffff            - Contrast color to primary color
CUST_COLOR_SECONDARY_CONTRAST = #ffffff      - Contast color to secondary color
CUST_FONT_PRIMARY = 'Open Sans',sans-serif        - Primary font for website
CUST_FONT_SECONDARY = 'Open Sans',sans-serif  - Secondary font for website, usualy client font
CUST_DESIGN_COLOR_PRODUCTTITLE = #000000

0px = CUST_DESIGN_ROUNDED_SMALL
0px = CUST_DESIGN_ROUNDED_LARGE
*/

/* B2C Helper */
.b2c_helper_container .title{
    color: #de2025;
}

.b2c_helper_nohelp .sub_titel{
    color: #de2025;
}

.b2c_helper_nohelp .b2c_helper_button{
    border-color: #de2025;
    color: #de2025;
}

.b2c_helper_nohelp .b2c_helper_button:hover{
    color: #ffffff;
}

.b2c_helper_button:hover, .b2c_helper_button:focus, .b2c_helper_button.open {
    background: #de2025;
    border-color: #de2025;
}

.size_search_fieldttile{
    color: #de2025;
}

.size_search_sizes .size_search_selection.text_hover{
    background: #de2025;
}

.size_search_sizes .size_search_selection.text_hover .size_search_fieldttile{
    color: #ffffff;
}

.window-widesetchoice .window-widesetchoice-content .buttonbar .widesetchoice_button{
    border-color: #de2025;
    color: #de2025;
}

.window-widesetchoice .window-widesetchoice-content .buttonbar .widesetchoice_button:hover{
    background: #de2025;
    color: #ffffff;
}

/* Productcatalog */
.filters .form-fieldcontainer input.button:not(.filterbutton){
    background: #de2025;
    color: #ffffff;
    border-color: #de2025;
}

.textswitch{
    border-color: #de2025;
    color: #de2025;
}

.textswitch:hover, .textswitch.selected{
    background: #de2025;
}

.form-fieldcontainer.type-visualswitch .textswitch{
    border-color: #ccc;
}

.form-fieldcontainer.type-visualswitch .textswitch:hover, .form-fieldcontainer.type-visualswitch .textswitch.selected{
    border-color: #000000;
    background: transparent;
}

.form-fieldcontainer.type-visualswitch .textswitch.selected{
    color: #ccc;
    border-color: #000;
}

.pc-design-pageproduct-1 h1,
.productslist_product .product-title,
div.product a.product_title,
.productpage h1,
.pc_productoverviewpage h1
{
    color: #000000 !important;
}

.pc-button-basket{
    background: #000000;
    border-color: #000000;
}

.pc-button-basket:hover{
    color: #000000;
}

.pc-button-compare,
.pc-button-fav{
    color: #000000;
}

.pc-button-compare:hover, .pc-button-fav:hover {
    background: #000000;
    border-color: #000000;
}

.productslist_product .product-basket{
    background: #000000;
    border-color: #000000;
}

.productslist_product .product-basket:hover{
    color: #000000;
}

.productslist_product .product-basket:hover:before{
    color: #000000 !important;
}

.productsfound .search_all .storage_info .add_basket, .productsfound .product_single .add_basket, .productpage .add_basket, .single_product .orderbutton .add_basket{
    background: #000000;
    color: #fff;
    border: 1px solid #000000;
}

.productsfound .search_all .storage_info .add_basket:hover, .productsfound .product_single .add_basket:hover, .productpage .add_basket:hover, .single_product .orderbutton .add_basket:hover{
    background: transparent;
    color: #000000 !important;
    border: 1px solid #000000;
}

.productsfound .search_all .storage_info .add_basket:hover:after, .productsfound .product_single .add_basket:hover:after, .productpage .add_basket:hover:after, .single_product .orderbutton .add_basket:hover:after{
    color: #000000 !important;
}

.productsfound.layout_grid .search_results .product_container .orderbutton .add_basket{
    background: #000000;
    color: #fff;
    border: 1px solid #000000;
}

.productsfound.layout_grid .search_results .product_container .orderbutton .add_basket:after{
    color: #fff;
}

.productsfound.layout_grid .search_results .product_container .orderbutton .add_basket:hover{
    border: 1px solid #000000;
    background: transparent;
    color: #000000 !important;
}

.productsfound.layout_grid .search_results .product_container .orderbutton .add_basket:hover:after{
    color: #000000 !important;
}

.product-labels .product-label.product-new{
    background: #000000;
}

/*.productcatalog_categories_large.productcatalog_categories a{
    border-color: #000;
    color: #000;
}*/

.productcatalog  .deliveryspeed{
    color: #000000;
    border-color: #000000;
}

.current-filters-title{
    color: #de2025;
}

.productfitscar.active .vehicleselection_buttonbar_button.open, .productfitscar.active .vehicleselection_buttonbar_button:hover{
    background: #de2025;
}

.productfitscar.active .vehicleselection_tab.open{
    background: #de2025;
}

.fitscar_licenseplate_search:hover{
    color: #de2025;
}

.cookie-consent__button{
    background: #de2025;
    border: 1px solid #de2025;
}

.cookie-consent__button:hover{
    background: #fff;
    color: #de2025;
}

header.cookie-consent__header span.h1{
    color: #de2025;
}

.cookie-consent__inner header{
    background: #fff;
}

.swal2-popup .swal2-styled.swal2-confirm{
    background-color: #000000 !important;
}

.swal2-popup .swal2-styled.swal2-confirm:hover{
    background-color: transparent !important;
    color: #000000 !important;
}

.mainproduct_description_text{
    color: #de2025;
}

.template_related_1 .price_set_bottom{
    color: #000000;
}

.pr_count:hover{
    color: #de2025;
    border-bottom-color: #de2025;
}


.pr_reviewbutton{
    background: #000000;
    border: 1px solid #000000;
}

.pr_reviewbutton:hover{
    background: transparent;
    color: #000000;
}

.seo_model_search_container{
    background: #de2025;
}

.seo_model_search .seo_model_search_input:before{
    color: #de2025;
}

.size_region_swich .size_region_swich_button{
    background: #de2025;
    color: #fff;
    border: 1px solid #de2025;
}

.size_region_swich .size_region_swich_button:hover{
    background: transparent;
    color: #de2025;
}

.size_searchbutton{
    border: 1px solid #de2025;
    background: #de2025;
    color: #fff;
}

.size_searchbutton:hover{
    background: transparent;
    color: #de2025;
}

.single_product.designproductpage-2 .productdetails .add_relatedproduct{
    color: #de2025;
}

.single_product.designproductpage-2 .productdetails .add_relatedproduct:hover{
    color: #000;
}

.single_product.designproductpage-3 .productdetails .add_relatedproduct{
    color: #de2025;
}

.single_product.designproductpage-3 .productdetails .add_relatedproduct:hover{
    color: #000;
}

.single_product.designproductpage .product_usp a{
    color: #de2025;
}

.single_product.designproductpage .product_usp a:hover{
    color: #000;
}

.single_product.designproductpage-3 .product_usp3 a{
    color: #000;
}

.single_product.designproductpage-3 .product_usp3 a:hover{
    color: #de2025;
}

#NoneSelectedProducts .owl-nav button{
    background: #de2025;
    border-color: #de2025;
}

#NoneSelectedProducts .owl-nav button:hover{
    color: #de2025 !important;
}

.product_button_bar .product_button_pagelink:hover{
    color: #de2025;
}

.product_button_bar .product_button_pagelink:hover:before{
    border-color: #de2025;
}

.product_spec_container_openbutton:hover{
    color: #de2025;
}

.product_spec_container_openbutton:hover:before{
    border-color: #de2025;
}

.single_product.designproductpage-3 .productdetails .add_relatedproduct.single_product_button{
    color: #ffffff;
    background: #de2025;
    border-color: #de2025;
    text-decoration: none !important;
}

.single_product.designproductpage-3 .productdetails .add_relatedproduct.single_product_button:hover{
    color: #de2025;
    background: #ffffff;
    border-color: #de2025;
}

.shipmentdeviantprice_msg{
    color: #de2025;
}

.carselect_motor_selection_value:hover,
.carselect_motor_selection_value.open{
    color: #ffffff;
    background: #de2025;
    border-color: #de2025;
}

.bigbutton_v2{
    padding: 10px 150px;
    width: 100%;
    text-align: center;
}

.button_v2, .bigbutton_v2{
    background:  #de2025;
    border: 1px solid #de2025;
    color: #ffffff !important;
    padding: 10px 20px;
    text-decoration: none !important;
    transition: all .2s ease-in-out;
    display: inline-block;
}

.button_v2:hover, .bigbutton_v2:hover{
    color: #de2025 !important;
    background: transparent !important;
}

.button_v2_secondary{
    background:  #000000;
    border: 1px solid #000000;
    color: #ffffff !important;
    padding: 10px 20px;
    text-decoration: none !important;
    transition: all .2s ease-in-out;
    display: inline-block;
}

.button_v2_secondary:hover{
    color: #000000 !important;
    background: transparent !important;
}

@media screen and (max-width: 1023px) {
    nav #menu1 .menu ul.subsubmenu{
        background: #de2025;
    }
    
    nav #menu1 .menu > li:hover, nav #menu1 .menu > li.current, nav #menu1 .menu > li ul.submenu li a:hover{
        color: #fff;
    }
}

.search_results ul li a{
    color: #de2025;
}

.comparebutton:before{
    color: #de2025;
}

.loadindexmessage_button{
    background: #de2025;
    border-color: #de2025;
}

.loadindexmessage_button:hover{
    background: transparent;
    color: #de2025;
}

.ui-datepicker-trigger{
    background: #de2025;
    color: #fff;
}

.ui-datepicker-trigger:hover{
    border: 1px solid #de2025;
    background: transparent;
    color: #de2025;
}

.ui-datepicker-trigger:hover:before{
    color: #de2025;
}

body div.weekshifter button.knop:hover{
    color: #de2025;
}

.inhoud.container .orderform2 [type=checkbox].radio-button#AcceptALV + label:hover a:hover, .orderform2 [type=checkbox].radio-button#AcceptALV + label:hover a:hover {
    color: #de2025 !important;
}

.inhoud.container .orderform2 [type=checkbox]:checked.radio-button#AcceptALV + label:hover a:hover, .orderform2 [type=checkbox]:checked.radio-button#AcceptALV + label:hover a:hover {
    color: #de2025 !important;
}

@media screen and (min-width: 1024px){
    .designmenu_1 nav #menu1 .menu > li.expand .submenu .container > li > a{
        color: #de2025;
    }

    .designmenu_1 nav #menu1 .menu > li.expand .submenu .container > li a:after{
        border-color: #de2025;
    }
}

.tpl_fullscreen nav{
    background: #de2025;
}

.menu-service div.search:hover{
    color: #de2025;
}

.pc-product-images .owl-dots .owl-dot.active span{
    background: #de2025;
}

.pc-product-description a:hover{
    color: #de2025;
}

.start_new_pc{
    border-color: #de2025;
    color: #de2025;
}

.start_new_pc:hover{
    background: #de2025;
    color: #fff;
}


/* Start Rounded corners */

.rounded_corners .switchbutton,
.rounded_corners .search_button,
.rounded_corners .filter_overlay_cancel,
.rounded_corners .filter_overlay_open .filter_overlay .button,
.rounded_corners .pc-product-directlinks div.link.link-back,
.rounded_corners .pc-product-directlinks a.link.link-back,
.rounded_corners .pc-button-basket,
.rounded_corners .pc-button-compare,
.rounded_corners .ui-slider-horizontal .ui-slider-handle,
.rounded_corners .start_new_pc,
.rounded_corners .more_products,
.rounded_corners .productslist_product .pc_product_amount input,
.rounded_corners .productslist_product .product-basket,
.rounded_corners .carseach_buttons_mobile .switch.open,
.rounded_corners .categorytabs a.producttab, .rounded_corners .categorytabs a.producttabs, .rounded_corners .categorytabs .tab_other,
.rounded_corners .filters .show_filters,
.rounded_corners .knop_winkelen,
.rounded_corners .knop_offerte,
.rounded_corners .knop_kassa,
.rounded_corners .knop,
.rounded_corners .customfield,
.rounded_corners .basket_product_amount,
.rounded_corners main .select2-container .select2-selection,
.rounded_corners .inch_selection .inch_family,
.rounded_corners .single_product .single_product_container .orderbutton  .add_relatedproduct.single_product_button,
.rounded_corners #basketinfo_allproducts .gotobasket a,
.rounded_corners .login_submenu,
.rounded_corners .login_submenu input,
.rounded_corners .more_cardetails,
.rounded_corners .cardetails.open,
.rounded_corners .cardetails_info,
.rounded_corners .share_button,
.rounded_corners .productdetails .orderbutton .add_basket,
.rounded_corners .productsfound.layout_list .search_all .storage_info .add_basket,
.rounded_corners .productsfound.layout_list.layout_compact .product_container,
.rounded_corners .productsfound.layout_list.layout_compact div.product,
.rounded_corners .productsfound.layout_list.layout_compact .product_container .product_price .storage_info .orderbutton .add_basket,
.rounded_corners .filters.column-left .more_filters .more_filters_button,
.rounded_corners .product_amount input,
.rounded_corners .deliveryspeed,
.rounded_corners .filter_buttons select,
.rounded_corners .layouts .layout_option,
.rounded_corners .more_filters .more_filters_button:after,
.rounded_corners .form-fieldcontainer .start_new,
.rounded_corners .form-fieldcontainer select,
.rounded_corners .form-fieldcontainer input,
.rounded_corners .form-fieldcontainer textarea,
.rounded_corners .form-fieldcontainer button,
.rounded_corners #qweon_carsearch select,
.rounded_corners #qweon_carsearch input,
.rounded_corners #qweon_carsearch .cardetails_reset
{
    border-radius: 0px;
}

.rounded_corners .pc_productoverviewpage.layout_grid .productslist_product .product-basket{
    border-radius: 0px 0px 0px 0px;
}

.rounded_corners main .bestelstappen .step:first-of-type{
    border-radius: 0px 0px 0px 0px;
}

.rounded_corners main .bestelstappen .step:last-of-type{
    border-radius: 0px 0px 0px 0px;
}

.rounded_corners .relatedproduct_category_title_container{
    border-radius: 0px 0px 0px 0px;
}

.rounded_corners .switchpricesbutton.salesbutton{
    border-radius: 0px 0px 0px 0px;
}

.rounded_corners .switchpricesbutton.purchasebutton{
    border-radius: 0px 0px 0px 0px;
}

.rounded_corners .search_all .tyrelabel .product_label,
.rounded_corners .product_single .tyrelabel .product_label{
    border-radius: 0px 0px 0px 0px;
}

.rounded_corners .productslist .productslist_product,
.rounded_corners .productcatalog_category,
.rounded_corners #basketinfo_allproducts,
.rounded_corners #basketinfo_allproducts:before,
.rounded_corners .login_submenu:before,
.rounded_corners .productsfound.layout_list .product_container,
.rounded_corners .productsfound.layout_list .product_container div.product,
.rounded_corners .productsfound.layout_grid .product_container,
.rounded_corners .productsfound.layout_grid .product_container div.product
{
    border-radius: 0px;
}

.rounded_corners .productslist_product .product-label{
    margin-top: 0px;
}

.rounded_corners .productcatalog_category{
    overflow: hidden;
}

.rounded_corners .search_all .product_cell:nth-of-type(1){
    background: transparent;
}

.rounded_corners .productsfound.layout_grid .product_container div.product .product_cell .storage_info .add_basket{
    border-radius: 0px 0px 0px 0px;
}

/* Wide sets */
.rounded_corners .productsfound.layout_list .search_results .product_container.products_are_wide{
    border-radius: 0px;
}

.rounded_corners .productsfound.layout_list .search_results .product_container.products_are_wide div.product:nth-of-type(1){
    border-radius: 0px 0px 0px 0px;
}

.rounded_corners .productsfound.layout_list .search_results .product_container.products_are_wide div.product:nth-of-type(2){
    border-radius: 0px 0px 0px 0px;
}

.rounded_corners .productsfound.layout_grid .search_results .product_container.products_are_wide{
    border-radius: 0px;
}

.rounded_corners .productsfound.layout_grid .search_results .product_container.products_are_wide div.product:nth-of-type(1){
    border-radius: 0px 0px 0px 0px;
}

.rounded_corners .productsfound.layout_grid .search_results .product_container.products_are_wide div.product:nth-of-type(2){
    border-radius: 0px 0px 0px 0px;
}
/* End wide sets */

/* End Rounded corners */
