/* compiled by scssphp 1.2.1 on Sat, 18 Nov 2023 17:33:20 +0000 (0.6094s) */

@charset "UTF-8";
/*
 * SETTINGS / VARIABELEN
------------------------------------------------------------------*/
.green {
  color: #92b830; }

.status.green, .stock-icon.green {
  color: #92b830; }

.orange {
  color: #ff9933; }

.blue {
  color: #330a80; }

.status.gray {
  color: #330a80; }

/* Fonts */
/* Colors */
/* Grid */
/*
 * Import base + mixins
------------------------------------------------------------------*/
/* Bestand laten staan, kan leeg blijven verder. Of evt gevuld worden met default settings oid */
/* This stylesheet generated by Transfonter (http://transfonter.org) on April 7, 2016 1:42 PM */
@font-face {
  font-family: 'Open Sans';
  src: url('/assets/fonts/subset-OpenSans-BoldItalic.eot');
  src: url('/assets/fonts/subset-OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/subset-OpenSans-BoldItalic.woff2') format('woff2'), url('/assets/fonts/subset-OpenSans-BoldItalic.woff') format('woff'), url('/assets/fonts/subset-OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Open Sans';
  src: url('/assets/fonts/subset-OpenSans-Bold.eot');
  src: url('/assets/fonts/subset-OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/subset-OpenSans-Bold.woff2') format('woff2'), url('/assets/fonts/subset-OpenSans-Bold.woff') format('woff'), url('/assets/fonts/subset-OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url('/assets/fonts/subset-OpenSansLight-Italic.eot');
  src: url('/assets/fonts/subset-OpenSansLight-Italic.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/subset-OpenSansLight-Italic.woff2') format('woff2'), url('/assets/fonts/subset-OpenSansLight-Italic.woff') format('woff'), url('/assets/fonts/subset-OpenSansLight-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Open Sans';
  src: url('/assets/fonts/subset-OpenSans-Light.eot');
  src: url('/assets/fonts/subset-OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/subset-OpenSans-Light.woff2') format('woff2'), url('/assets/fonts/subset-OpenSans-Light.woff') format('woff'), url('/assets/fonts/subset-OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url('/assets/fonts/subset-OpenSans-Semibold.eot');
  src: url('/assets/fonts/subset-OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/subset-OpenSans-Semibold.woff2') format('woff2'), url('/assets/fonts/subset-OpenSans-Semibold.woff') format('woff'), url('/assets/fonts/subset-OpenSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url('/assets/fonts/subset-OpenSans-Italic.eot');
  src: url('/assets/fonts/subset-OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/subset-OpenSans-Italic.woff2') format('woff2'), url('/assets/fonts/subset-OpenSans-Italic.woff') format('woff'), url('/assets/fonts/subset-OpenSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Open Sans';
  src: url('/assets/fonts/subset-OpenSans-ExtraboldItalic.eot');
  src: url('/assets/fonts/subset-OpenSans-ExtraboldItalic.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/subset-OpenSans-ExtraboldItalic.woff2') format('woff2'), url('/assets/fonts/subset-OpenSans-ExtraboldItalic.woff') format('woff'), url('/assets/fonts/subset-OpenSans-ExtraboldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic; }
@font-face {
  font-family: 'Open Sans';
  src: url('/assets/fonts/subset-OpenSans.eot');
  src: url('/assets/fonts/subset-OpenSans.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/subset-OpenSans.woff2') format('woff2'), url('/assets/fonts/subset-OpenSans.woff') format('woff'), url('/assets/fonts/subset-OpenSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url('/assets/fonts/subset-OpenSans-SemiboldItalic.eot');
  src: url('/assets/fonts/subset-OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/subset-OpenSans-SemiboldItalic.woff2') format('woff2'), url('/assets/fonts/subset-OpenSans-SemiboldItalic.woff') format('woff'), url('/assets/fonts/subset-OpenSans-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: 'Open Sans';
  src: url('/assets/fonts/subset-OpenSans-Extrabold.eot');
  src: url('/assets/fonts/subset-OpenSans-Extrabold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/subset-OpenSans-Extrabold.woff2') format('woff2'), url('/assets/fonts/subset-OpenSans-Extrabold.woff') format('woff'), url('/assets/fonts/subset-OpenSans-Extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal; }
/**
 * Border-box
 *
 * apply a natural box layout model to all elements,
 * but allowing components to change
 */
.import-fix {
  font-weight: bold; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul, nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* normalize.css v3.0.2 | MIT License | git.io/normalize 
 * manually updated to: v3.0.3
 *
 * slightly customized version!
 */
/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 *
 * EDIT: * Remove default fieldset styles.
 *

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

 * :)
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 2. Allow only vertical resizing of textareas.
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*
 * HTML5 Boilerplate:
 *
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

/**
 * Algemene classes
 */
.nomargin, .nom {
  margin: 0; }

.nopadding .nop {
  padding: 0; }

.nomp {
  margin: 0;
  padding: 0; }

.block {
  display: block; }

.inline {
  display: inline; }

.fleft {
  float: left; }

.fright {
  float: right; }

.fnone {
  float: none; }

.clear {
  clear: both; }

.cleft {
  clear: left; }

.cright {
  clear: right; }

.cnone {
  clear: none; }

.tcenter {
  text-align: center; }

.tleft {
  text-align: left; }

.tright {
  text-align: right; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.relative {
  position: relative; }

.bold, .b, .strong {
  font-weight: bold; }

.em, .italic, .i {
  font-style: italic; }

.normal {
  font-weight: normal !important; }

.u, .underline {
  text-decoration: underline; }

.tnone {
  text-decoration: none; }

.lower {
  text-transform: lowercase; }

.upper {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.no-text-transform {
  text-transform: none; }

.nowrap {
  white-space: nowrap; }

.truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block; }

.default {
  cursor: default; }

.pointer {
  cursor: pointer; }

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.dnone {
  display: none; }

.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden, .js-dd-close span, #to-page-top span, .prod-list-head .switch-tabs span, .thumb-nav span, form legend, input[type="button"].icon span, input[type="button"][class^="icon-"] span, input[type="button"][class*=" icon-"] span, input[type="submit"].icon span, input[type="submit"][class^="icon-"] span, input[type="submit"][class*=" icon-"] span, button.icon span, button[class^="icon-"] span, button[class*=" icon-"] span, .btn.icon span, .icon.back-btn span, div.pagination a.icon.pagebtn span, .switch-tabs :not(:checked) + label .icon.login-btn span, .btn[class^="icon-"] span, .back-btn[class^="icon-"] span, div.pagination a.pagebtn[class^="icon-"] span, .switch-tabs :not(:checked) + label .login-btn[class^="icon-"] span, .btn[class*=" icon-"] span, .back-btn[class*=" icon-"] span, div.pagination a.pagebtn[class*=" icon-"] span, .switch-tabs :not(:checked) + label .login-btn[class*=" icon-"] span, .cta.icon span, .cta[class^="icon-"] span, .cta[class*=" icon-"] span, .search-bar button span, .minicart-trigger span:not(.count), .minicart-trigger h4 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active, .js-dd-close span.focusable:active, #to-page-top span.focusable:active, .prod-list-head .switch-tabs span.focusable:active, .thumb-nav span.focusable:active, form legend.focusable:active, input[type="button"].icon span.focusable:active, input[type="button"][class^="icon-"] span.focusable:active, input[type="button"][class*=" icon-"] span.focusable:active, input[type="submit"].icon span.focusable:active, input[type="submit"][class^="icon-"] span.focusable:active, input[type="submit"][class*=" icon-"] span.focusable:active, button.icon span.focusable:active, button[class^="icon-"] span.focusable:active, button[class*=" icon-"] span.focusable:active, .btn.icon span.focusable:active, .icon.back-btn span.focusable:active, div.pagination a.icon.pagebtn span.focusable:active, .switch-tabs :not(:checked) + label .icon.login-btn span.focusable:active, .btn[class^="icon-"] span.focusable:active, .back-btn[class^="icon-"] span.focusable:active, div.pagination a.pagebtn[class^="icon-"] span.focusable:active, .switch-tabs :not(:checked) + label .login-btn[class^="icon-"] span.focusable:active, .btn[class*=" icon-"] span.focusable:active, .back-btn[class*=" icon-"] span.focusable:active, div.pagination a.pagebtn[class*=" icon-"] span.focusable:active, .switch-tabs :not(:checked) + label .login-btn[class*=" icon-"] span.focusable:active, .cta.icon span.focusable:active, .cta[class^="icon-"] span.focusable:active, .cta[class*=" icon-"] span.focusable:active, .search-bar button span.focusable:active, .minicart-trigger span.focusable:not(.count):active, .minicart-trigger h4.focusable:active, .visuallyhidden.focusable:focus, .js-dd-close span.focusable:focus, #to-page-top span.focusable:focus, .prod-list-head .switch-tabs span.focusable:focus, .thumb-nav span.focusable:focus, form legend.focusable:focus, input[type="button"].icon span.focusable:focus, input[type="button"][class^="icon-"] span.focusable:focus, input[type="button"][class*=" icon-"] span.focusable:focus, input[type="submit"].icon span.focusable:focus, input[type="submit"][class^="icon-"] span.focusable:focus, input[type="submit"][class*=" icon-"] span.focusable:focus, button.icon span.focusable:focus, button[class^="icon-"] span.focusable:focus, button[class*=" icon-"] span.focusable:focus, .btn.icon span.focusable:focus, .icon.back-btn span.focusable:focus, div.pagination a.icon.pagebtn span.focusable:focus, .switch-tabs :not(:checked) + label .icon.login-btn span.focusable:focus, .btn[class^="icon-"] span.focusable:focus, .back-btn[class^="icon-"] span.focusable:focus, div.pagination a.pagebtn[class^="icon-"] span.focusable:focus, .switch-tabs :not(:checked) + label .login-btn[class^="icon-"] span.focusable:focus, .btn[class*=" icon-"] span.focusable:focus, .back-btn[class*=" icon-"] span.focusable:focus, div.pagination a.pagebtn[class*=" icon-"] span.focusable:focus, .switch-tabs :not(:checked) + label .login-btn[class*=" icon-"] span.focusable:focus, .cta.icon span.focusable:focus, .cta[class^="icon-"] span.focusable:focus, .cta[class*=" icon-"] span.focusable:focus, .search-bar button span.focusable:focus, .minicart-trigger span.focusable:not(.count):focus, .minicart-trigger h4.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

.overflow {
  overflow: hidden; }

.no-tap-color, .dd-wrapper a, #submenu a, .submenu a, #topbar a, .toepasbaarheid-table .js-toggle-toepasbaarheid-row, .faq-title a, form label, input[type="button"], input[type="submit"], button, .btn, .back-btn, div.pagination a.pagebtn, .switch-tabs :not(:checked) + label .login-btn, .cta, #breadcrumbs a, .breadcrumbs a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */ }
  .no-tap-color:link, .dd-wrapper a:link, #submenu a:link, .submenu a:link, #topbar a:link, .toepasbaarheid-table .js-toggle-toepasbaarheid-row:link, .faq-title a:link, form label:link, input[type="button"]:link, input[type="submit"]:link, button:link, .btn:link, .back-btn:link, div.pagination a.pagebtn:link, .switch-tabs :not(:checked) + label .login-btn:link, .cta:link, #breadcrumbs a:link, .breadcrumbs a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */ }

/*
 *	Import mixins
 */
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf, .clearfix, form ul li, form ol li, .js-tabs-content, #wrapper, .content-container, #pageheader .inner, .search-cart-wrapper, #categorie-overzicht, .categorie-overzicht, #product-overzicht, .product-overzicht, .product-top, .search-cols, .faq-content, body .cart-table tr, .two-cols, .three-cols, .four-cols, #breadcrumbs, .breadcrumbs, .carselector:not(.home-carselector) ol {
  *zoom: 1; }
  .cf:after, .clearfix:after, form ul li:after, form ol li:after, .js-tabs-content:after, #wrapper:after, .content-container:after, #pageheader .inner:after, .search-cart-wrapper:after, #categorie-overzicht:after, .categorie-overzicht:after, #product-overzicht:after, .product-overzicht:after, .product-top:after, .search-cols:after, .faq-content:after, body .cart-table tr:after, .two-cols:after, .three-cols:after, .four-cols:after, #breadcrumbs:after, .breadcrumbs:after, .carselector:not(.home-carselector) ol:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both; }

/* -------------------------------------------------------------
	Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
	By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

	List of CSS3 Sass Mixins File to be @imported and @included as you need

	The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
	ENDING css files

	note: All CSS3 Properties are being supported by Safari 5
	more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/** Classnames **/
.col1 {
  float: left;
  width: 10.6514084507%;
  margin-right: 2.1126760563%; }
.col2 {
  float: left;
  width: 23.4154929577%;
  margin-right: 2.1126760563%; }
.col3 {
  float: left;
  width: 36.1795774648%;
  margin-right: 2.1126760563%; }
.col4 {
  float: left;
  width: 48.9436619718%;
  margin-right: 2.1126760563%; }
.col5 {
  float: left;
  width: 61.7077464789%;
  margin-right: 2.1126760563%; }
.col6 {
  float: left;
  width: 74.4718309859%;
  margin-right: 2.1126760563%; }
.col7 {
  float: left;
  width: 87.235915493%;
  margin-right: 2.1126760563%; }
.col8 {
  display: block;
  clear: both;
  width: auto;
  float: none;
  margin-right: 0;
  *zoom: 1; }
  .col8:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both; }

/** Nesten van kolommen **/
/* 
 * (Some) additional base styles..
 */
address {
  font-style: normal; }

/* Selection
------------------------------------------------------------------*/
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #330a80;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #330a80;
  color: #fff;
  text-shadow: none; }

/* Placeholder text
------------------------------------------------------------------*/
/* Tap highlight color
------------------------------------------------------------------*/
/*
button,
a:link {
	// verplaatst naar layout.scss html {}
	-webkit-tap-highlight-color: rgba(82, 0, 229, 0.4);
}
*/
/* images
------------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto; }

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa/fa-solid-900.eot");
  src: url("../fonts/fa/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa/fa-solid-900.woff2") format("woff2"), url("../fonts/fa/fa-solid-900.woff") format("woff"), url("../fonts/fa/fa-solid-900.ttf") format("truetype"), url("../fonts/fa/fa-solid-900.svg#fontawesome") format("svg"); }

.fa, .fas {
  font-family: 'FontAwesome';
  font-weight: 900; }

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

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

.iconclass, .new-fancybox-style .fancybox-close:before, .dd-trigger:before, .js-dd-close:before, .js-sidebar-trigger:after, .content-container.js-sidebar-active .js-sidebar-trigger:before, .contact-block li.li-tel:before, .contact-block li.li-mail:before, .contact-block li.li-faq:before, #topmenu .has-children > a:after, .home-two-items > div:not(.home-newsletter) h3:after, .thumbs_and_ean .prod-media-thumbs ul .video a:after, .thumb-nav[data-direction=prev]:before, .thumb-nav[data-direction=next]:before, .prod-description ol li:before, .stock-icon:before, .od-icon span:after, .co-items-count a:before, .co-items-count a:after, .js-collapsed .co-items-count a:after, .vd-wrapper.js-valid:after, .vd-wrapper.js-invalid:after, .inputs-checkbox > li input[type=checkbox] + label:after, .input-checkbox input[type=checkbox] + label:after, .filters input[type=checkbox] + label:after, input[type="button"].icon:before, input[type="button"][class^="icon-"]:before, input[type="button"][class*=" icon-"]:before, input[type="submit"].icon:before, input[type="submit"][class^="icon-"]:before, input[type="submit"][class*=" icon-"]:before, button.icon:before, button[class^="icon-"]:before, button[class*=" icon-"]:before, .btn.icon:before, .icon.back-btn:before, div.pagination a.icon.pagebtn:before, .switch-tabs :not(:checked) + label .icon.login-btn:before, .btn[class^="icon-"]:before, .back-btn[class^="icon-"]:before, div.pagination a.pagebtn[class^="icon-"]:before, .switch-tabs :not(:checked) + label .login-btn[class^="icon-"]:before, .btn[class*=" icon-"]:before, .back-btn[class*=" icon-"]:before, div.pagination a.pagebtn[class*=" icon-"]:before, .switch-tabs :not(:checked) + label .login-btn[class*=" icon-"]:before, .cta.icon:before, .cta[class^="icon-"]:before, .cta[class*=" icon-"]:before, .search-bar button:before, .usps li:nth-child(1):before, .usps li:nth-child(2):before, .usps li:nth-child(3):before, .usps li:nth-child(4):before, .usps li.truck:before, .usp-list li:before, .minicart-trigger div:before, .landselector h2:after, .filters h4 a:before, .active-filters a:not(.all-filters):after, .js-filters-limit-trigger:before, .licenseplate:before, .selected-car:before, .switch-tabs label:before, .stars:before, .stars span:before, [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "winparts" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-basket:before {
  content: "a"; }

.icon-x1:before {
  content: "b"; }

.icon-x2:before {
  content: "c"; }

.icon-commercial15:before {
  content: "d"; }

.icon-delivery37:before {
  content: "e"; }

.icon-delivery50:before {
  content: "f"; }

.icon-logistics-delivery:before {
  content: "g"; }

.icon-money166:before {
  content: "h"; }

.icon-package:before {
  content: "i"; }

.icon-link-external:before {
  content: "j"; }

.icon-info-circled:before {
  content: "k"; }

.icon-info:before {
  content: "l"; }

.icon-check-mark:before {
  content: "m"; }

.icon-check:before {
  content: "n"; }

.icon-filter:before {
  content: "p"; }

.icon-hamburger:before {
  content: "o"; }

.icon-question:before {
  content: "q"; }

.icon-expand-less:before {
  content: "r"; }

.icon-expand-more:before {
  content: "s"; }

.icon-search:before {
  content: "t"; }

.icon-replay:before {
  content: "u"; }

.icon-security:before {
  content: "v"; }

.icon-headset-mic:before {
  content: "x"; }

.icon-stopwatch:before {
  content: "w"; }

.icon-email:before {
  content: "y"; }

.icon-menu:before {
  content: "z"; }

.icon-close:before {
  content: "A"; }

.icon-shopping-cart:before {
  content: "B"; }

.icon-md-check:before {
  content: "C"; }

.icon-eu-stars:before {
  content: "D"; }

.icon-star:before {
  content: "E"; }

.icon-view-list:before {
  content: "F"; }

.icon-view-module:before {
  content: "G"; }

.icon-spinner:before {
  content: "H"; }

.icon-car:before {
  content: "I"; }

.icon-help-circled:before {
  content: "J"; }

.icon-chevron-right:before {
  content: "K"; }

.icon-chevron-left:before {
  content: "L"; }

.icon-trash:before {
  content: "M"; }

.icon-minus:before {
  content: "P"; }

.icon-plus:before {
  content: "Q"; }

.icon-youtube-play:before {
  content: "N"; }

.icon-file-text:before {
  content: "O"; }

.icon-trophy:before {
  content: "R"; }

.icon-thumb-up:before {
  content: "S"; }

.icon-euro-symbol:before {
  content: "T"; }

.icon-whatsapp:before {
  content: "U"; }

.icon-ic-check-circle-black-24px:before {
  content: "V"; }

.icon-check-circle:before {
  content: "W"; }

.icon-phone-square:before {
  content: "X"; }

.icon-envelope:before {
  content: "Y"; }

.icon-question-circle:before {
  content: "Z"; }

.icon-phone:before {
  content: "0"; }

/* jquery.fancybox.css */
.js-fancybox, .js-lightbox {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('/assets/js/fancybox/source/fancybox_sprite.png'); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/assets/js/fancybox/source/fancybox_loading.gif') center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/assets/js/fancybox/source/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
  width: 60px; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  opacity: 0.5; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  opacity: 1; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8025;
  background: url('/assets/js/fancybox/source/fancybox_overlay.png');
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
  .fancybox-overlay * {
    cursor: auto; }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px 'Open Sans', Arial, Tahoma, Verdana, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/assets/js/fancybox/source/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url('/assets/js/fancybox/source/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* /helpers/jquery.fancybox-thumbs.css */
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050; }

#fancybox-thumbs.bottom {
  bottom: 2px; }

#fancybox-thumbs.top {
  top: 2px; }

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5; }

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff; }

#fancybox-thumbs ul li:hover {
  opacity: 1; }

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none; }

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none; }

.new-fancybox-style .fancybox-skin {
  background: #fff; }
.new-fancybox-style .fancybox-close {
  right: 0;
  top: -36px;
  background: none;
  text-decoration: none;
  color: #fff; }
  .new-fancybox-style .fancybox-close:hover {
    color: #ff0000; }
  .new-fancybox-style .fancybox-close:before {
    content: "A";
    font-size: 24px;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px; }
.new-fancybox-style button, .new-fancybox-style button * {
  cursor: pointer; }

:root {
  --cmTowerMainBg: #000000;
  --cmTowerMainBgHover: #000000;
  --cmTowerMainLinks: #000;
  --cmTowerMainTxt: #000000;
  --cmTowerMainIcon: #FFFFFF;
  --cmTowerChannelsBg: #000000;
  --cmTowerChannelsBgHover: #000000;
  --cmTowerOnlineIndicator: #3DDC97;
  --cmTowerLabelsBg: #000;
  --cmTowerLabelsTxt: #FFF; }

#cm-tower {
  position: relative;
  z-index: 999; }

#cm-tower, #cm-tower * {
  box-sizing: border-box; }

.cm-tower-btn, .customCloseWidgetButton {
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--cmTowerMainBg);
  transition: all 0.3s ease;
  z-index: 1;
  border: 1px solid var(--cmTowerMainBg);
  cursor: pointer;
  margin-bottom: 0px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.cm-tower-btn:hover, .customCloseWidgetButton:hover {
  background-color: var(--cmTowerMainBgHover);
  border: 1px solid var(--cmTowerMainBgHover); }

.cm-tower-wrapper .cm-tower-btn {
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: all 0.6s cubic-bezier(0.5, 0, 0.5, 1); }

.cm-tower-wrapper .cm-tower-btn.visible, .customCloseWidgetButton {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: scale(1); }

.cm-tower-btn .cm-tower-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 28px 28px; }

.cm-tower-btn .cm-tower-icon svg {
  width: 28px;
  height: 28px;
  color: var(--cmTowerMainIcon); }

#robin_popover, .cm-custom-form-wrapper {
  right: 30px !important;
  bottom: 100px !important;
  border-radius: 14px !important;
  background-color: #FFF;
  overflow: hidden !important;
  box-shadow: rgba(50, 50, 50, 0.5) 0px 0px 10px !important; }

#robin_popover.left, #cm-tower.left .cm-custom-form-wrapper {
  right: unset !important;
  left: 30px !important; }

.cm-custom-form-wrapper {
  max-width: 370px;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  pointer-events: none;
  position: fixed;
  font-size: 14px;
  z-index: 998; }

.cm-custom-form-wrapper.show {
  opacity: 1;
  pointer-events: all; }

.cm-custom-form-wrapper .cm-custom-form-header {
  background: var(--cmTowerMainBg);
  color: #FFF;
  border-radius: 14px 14px 0 0;
  display: block;
  padding: 16px 24px 16px;
  position: relative; }

.cm-custom-form-wrapper .cm-custom-form-text {
  width: 180px;
  margin-right: 16px; }

.cm-custom-form-wrapper .cm-custom-form-actions {
  flex: 1;
  display: flex;
  flex-direction: column; }

.cm-custom-form-wrapper .cm-custom-form-header .cm-custom-form-title {
  font-size: 16px;
  font-weight: 600; }

.cm-custom-form-wrapper .cm-custom-form-btn {
  text-decoration: none;
  padding: 8px;
  color: var(--cmTowerMainLinks);
  width: 100%;
  text-align: center;
  border: 1px solid lightgrey;
  border-radius: 4px;
  background-color: #FFF;
  transition: background-color 0.3s cubic-bezier(0.5, 0, 0.5, 1); }

.cm-custom-form-wrapper .cm-custom-form-btn:hover {
  background-color: #ebebeb; }

.cm-custom-form-wrapper .cm-custom-form-content {
  display: flex;
  flex-direction: row-reverse;
  padding: 12px 12px 12px 24px;
  position: relative; }

.cm-custom-form-wrapper .cm-custom-form-qrcode {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85%;
  background-origin: content-box;
  display: block;
  height: 138px;
  margin-bottom: 6px;
  position: relative;
  text-align: center;
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 4px;
  padding: 4px; }

.cm-custom-form-wrapper .cm-custom-form-qrcode:before {
  background-color: #FFF;
  content: "";
  height: 138px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 138px;
  z-index: -1; }

.cm-tower-wrapper {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  right: 30px; }

#cm-tower.left .cm-tower-wrapper {
  right: unset;
  left: 30px; }

.cm-tower-channels {
  position: absolute;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  bottom: 0;
  right: 0;
  width: 60px;
  transition: all 0.3s ease;
  transform-origin: bottom center;
  transform: scale(0);
  left: 0;
  margin: auto;
  padding-bottom: 60px; }

.cm-tower-action {
  position: absolute;
  background: var(--cmTowerChannelsBg);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: White;
  box-shadow: 0 24px 24px -16px rgba(16, 30, 30, 0.5) !important;
  transition: opacity 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  opacity: 0;
  cursor: pointer; }

.cm-tower-action:hover {
  background: var(--cmTowerChannelsBgHover); }

.cm-tower-channels .cm-tower-action {
  position: relative;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center; }

.cm-tower-action.messenger {
  background-color: #0084ff;
  background-image: url(https://robincontentdesktop.blob.core.windows.net/css/icons/fab-icons/messenger-white.svg); }

.cm-tower-action.whatsapp {
  background-color: #25D366;
  background-image: url(/assets/img/whatsapp.svg);
  background-size: 70%; }

.cm-tower-action.phone {
  background-image: url(https://robincontentdesktop.blob.core.windows.net/css/icons/fab-icons/cm-phone-white.svg); }

.cm-tower-action.mail {
  background-image: url(https://robincontentdesktop.blob.core.windows.net/css/icons/fab-icons/cm-mail-white.svg); }

.cm-tower-action.chat img {
  border-radius: 100%;
  max-width: 100%; }

.cm-tower-action.chat:before, #cm-tower-checkbox + .cm-tower-btn.online:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background-color: var(--cmTowerOnlineIndicator);
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease; }

.cm-tower-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  margin-right: 3px;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 50px;
  background: var(--cmTowerLabelsBg);
  color: var(--cmTowerLabelsTxt);
  text-align: center;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  pointer-events: none; }

.cm-tower-action:hover .cm-tower-label {
  opacity: 1; }

#cm-tower.left .cm-tower-label {
  right: unset;
  left: 100%;
  margin-right: unset;
  margin-left: 3px; }

.cm-tower-dot, .customCloseWidgetButton span.cm-tower-dot, .customCloseWidgetButtonWidgetHeader span.cm-tower-dot {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: var(--cmTowerMainIcon);
  border-radius: 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.3s ease; }

.cm-tower-btn:hover .cm-tower-dot, .customCloseWidgetButton:hover span.cm-tower-dot {
  background-color: var(--cmTowerMainIcon); }

.cm-tower-dot.dot-1, .customCloseWidgetButton span.dot-1 {
  left: -24px;
  animation-delay: 0s; }

.cm-tower-dot.dot-2, .customCloseWidgetButton span.dot-2 {
  animation-delay: 0.4s; }

.cm-tower-dot.dot-3, .customCloseWidgetButton span.dot-3 {
  right: -24px;
  animation-delay: 0.8s; }

.cm-tower-dot.dot-1, .cm-tower-dot.dot-3 {
  content: ""; }

#robin_popover .customCloseWidgetButtonWidgetHeader {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  top: 16px;
  right: 16px;
  border: 0;
  opacity: 0.5;
  display: none; }

#robin_popover .customCloseWidgetButtonWidgetHeader span.cm-tower-dot {
  width: 3px;
  height: 3px;
  background-color: var(--cmTowerMainIcon); }

#robin_popover .customCloseWidgetButtonWidgetHeader:hover {
  opacity: 1; }

#robin_popover .customCloseWidgetButtonWidgetHeader span.dot-2 {
  display: none; }

#robin_popover .customCloseWidgetButtonWidgetHeader span.dot-1, #robin_popover .customCloseWidgetButtonWidgetHeader span.dot-3 {
  width: 16px;
  left: 0; }

.cm-tower-checkbox {
  display: none; }

.cm-tower-checkbox:checked ~ .cm-tower-channels .cm-tower-action {
  opacity: 1; }

.cm-tower-checkbox:checked ~ .cm-tower-channels {
  transform: scale(1); }

.cm-tower-checkbox:checked ~ .cm-tower-btn .cm-tower-icon {
  display: none; }

.cm-tower-checkbox:checked ~ .cm-tower-btn .fab-dots {
  animation: none; }

.cm-tower-checkbox:checked ~ .cm-tower-btn .cm-tower-dot, .customCloseWidgetButton span.cm-tower-dot, #robin_popover .customCloseWidgetButtonWidgetHeader span.cm-tower-dot {
  animation: none;
  opacity: 1; }

.cm-tower-checkbox:checked ~ .cm-tower-btn .cm-tower-dot.dot-1, .cm-tower-checkbox:checked ~ .cm-tower-btn .cm-tower-dot.dot-3, .customCloseWidgetButton span.dot-1, .customCloseWidgetButton span.dot-3 {
  width: 30px; }

.cm-tower-checkbox:checked ~ .cm-tower-btn .cm-tower-dot.dot-1, .customCloseWidgetButton span.dot-1, .customCloseWidgetButtonWidgetHeader span.dot-1 {
  transform: rotate(45deg);
  left: 0; }

.cm-tower-checkbox:checked ~ .cm-tower-btn .cm-tower-dot.dot-3, .customCloseWidgetButton span.dot-3, .customCloseWidgetButtonWidgetHeader span.dot-3 {
  transform: rotate(-45deg);
  left: -24px; }

#cm-tower-checkbox + .cm-tower-btn.online:before {
  width: 16px;
  height: 16px; }

#cm-tower-checkbox:checked + .cm-tower-btn.online:before {
  opacity: 0; }

#robin_tab, #robin_pac_invite {
  display: none !important; }

@media only screen and (max-device-width: 767px) {
  #robin_popover .customCloseWidgetButtonWidgetHeader {
    display: block; }
  .cm-tower-wrapper {
    right: 20px !important;
    bottom: 20px !important;
    left: unset !important; }
  #robin_popover.left, #cm-tower.left .cm-custom-form-wrapper {
    right: unset !important;
    left: unset !important; }
  #cm-tower.mobile-left .cm-tower-wrapper {
    right: unset !important;
    left: 20px !important; }
  .cm-tower-label {
    display: none; } }

/*
 # # # # # # # # # # # # # # # # # #
 #	      ALGEMENE STIJLING 	   #
 # # # # # # # # # # # # # # # # # #
 */
/* Textheadings
------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.25; }

h1 {
  font-size: 26px;
  letter-spacing: -0.6px;
  margin-bottom: 18px; }
  h1 span {
    color: #330a80; }

h2 {
  font-size: 21px;
  letter-spacing: -0.3px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px;
  margin-bottom: 6px; }

.noscroll {
  position: fixed;
  overflow: hidden; }

/* Hyperlinks
------------------------------------------------------------------*/
a {
  color: #330a80;
  text-decoration: none; }
  a.u {
    text-decoration: underline; }
    a.u:hover, a.u:focus {
      text-decoration: none; }

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

.js-visible {
  display: inherit; }

/* Default elements
------------------------------------------------------------------*/
.spacing, p, address, table {
  margin-bottom: 18px; }

.content {
  line-height: 1.5; }
@media screen and (min-width: 768px) {
  .content {
    padding-right: 20px; } }
.content h2 {
  margin-top: 22px;
  margin-bottom: 6px;
  font-size: 20px; }
.content h3, .content h4 {
  margin-top: 20px; }
.content h3 {
  font-size: 16px;
  margin-bottom: 4px; }
.content h4 {
  font-size: 15px;
  margin-bottom: 3px;
  color: #4e4e4e; }
.content h2 + h3, .content h3 + h4 {
  margin-top: 0; }
.content a:focus, .content a:hover {
  text-decoration: underline; }
@media (min-width: 992px) {
  .content :target:before {
    content: "";
    display: block;
    height: 61px;
    /* fixed header height*/
    margin: -61px 0 0;
    /* negative fixed header height */ } }
.content ul:not(.faq) {
  list-style-type: square; }
.content ul:not(.faq), .content ol:not(.faq) {
  list-style-position: outside;
  margin: 0 0 18px 24px; }
.content li:not(:first-child) {
  margin-top: 2px; }
.content img {
  margin-bottom: 18px; }
  .content h1 img, .content h2 img, .content h3 img, .content h4 img, .content h5 img, .content p img {
    margin-bottom: 0; }
.content figure {
  margin: 0 0 18px 0; }
  .content figure img {
    margin-bottom: 10px; }
  .content figure figcaption {
    text-align: center;
    font-size: 12px;
    font-style: italic; }
.content hr {
  margin: 24px 0; }

.intro {
  padding: 16px;
  margin: 0 0 16px;
  border-radius: 3px;
  background: rgba(82, 0, 229, 0.1); }
  .intro p:first-child:not(:last-child) {
    font-weight: 600; }
  .intro :last-child {
    margin-bottom: 0; }

.x-small {
  font-size: 12px; }

.small {
  font-size: 13px; }

.normal {
  font-size: 14px; }

.mtop {
  margin-top: 20px; }

/* Styles for the main sections of the layout
------------------------------------------------------------------*/
/*
 * HTML + Body
------------------------------------------------------------------*/
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: 'Open Sans', Arial, Tahoma, Verdana, sans-serif;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  color: #2b2b2b;
  font-size: 14px;
  line-height: 1.42857;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(82, 0, 229, 0.4); }

body {
  margin: 0;
  background: #f5f5f5;
  min-width: 320px; }

.inner {
  margin: 0 auto;
  padding: 0 12px;
  max-width: 1160px; }

#pagewrapper {
  background: #fff; }

/*
 * Page wrapper(s)/container(s)
------------------------------------------------------------------*/
#bodywrap {
  margin: 6px auto; }
@media screen and (max-width: 991px) {
  #bodywrap {
    overflow: hidden; } }

#wrapper {
  /* <main> */ }

@media screen and (max-width: 991px) {
  #page-categorie .content-container .col-left {
    display: none; } }

.content-container {
  padding: 0; }
  .content-container .col-left, .content-container .col-main, .content-container .col-right {
    margin-bottom: 20px; }
  .content-container .col-left {
    display: none; }
  @media screen and (min-width: 992px) {
    .content-container .col-left {
      display: block;
      float: left;
      width: 23.4154929577%;
      margin-right: 2.1126760563%; }
      .content-container .col-left + .col-main {
        float: left;
        width: 74.4718309859%;
        margin-right: 0;
        float: right; }
        .content-container .col-left + .col-main:not(.col-small) + .col-right {
          clear: left; } }
@media screen and (max-width: 991px) {
  .content-container:after {
    content: ' ';
    display: block;
    position: absolute;
    right: -12px;
    top: 0;
    height: 100%;
    pointer-events: none;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(white));
    background-image: -webkit-linear-gradient(left, transparent, white);
    background-image: -moz-linear-gradient(left, transparent, white);
    background-image: -ms-linear-gradient(left, transparent, white);
    background-image: -o-linear-gradient(left, transparent, white);
    background-image: linear-gradient(left, transparent, white);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='transparent', endColorStr='white', gradientType='1');
    width: 60px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    z-index: 1; }
  .content-container .col-left {
    width: 265px;
    display: block;
    margin-left: -280px;
    float: left;
    z-index: 2;
    position: relative;
    max-width: 100%; }
  .content-container .col-left, .content-container .col-main {
    -webkit-transition: transform 0.25s linear, opacity 0.25s;
    transition: transform 0.25s linear, opacity 0.25s; }
  .content-container .col-main {
    float: left;
    width: 100%; }
    .content-container.js-sidebar-active:after {
      visibility: visible;
      opacity: 1; }
    .content-container.js-sidebar-active .col-left, .content-container.js-sidebar-active .col-main {
      -webkit-transform: translateX(280px);
      -ms-transform: translateX(280px);
      transform: translateX(280px); } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .content-container {
    overflow: hidden; }
    .content-container:after {
      right: 0; } }
@media screen and (min-width: 992px) {
  .content-container .col-main {
    float: left;
    width: 74.4718309859%;
    margin-right: 2.1126760563%; }
    .content-container .col-main.col-small {
      float: left;
      width: 48.9436619718%;
      margin-right: 2.1126760563%; }
    .content-container .col-main.col-first {
      float: right;
      margin: 0; } }
.content-container .col-right {
  text-align: center; }
@media screen and (max-width: 991px) {
  .content-container .col-right {
    clear: both; } }
@media screen and (min-width: 992px) {
  .content-container .col-right {
    float: left;
    width: 23.4154929577%;
    margin-right: 0; } }
@media screen and (max-width: 767px) {
  .content-container .col-left, .content-container .col-main, .content-container .col-main:not(.col-small), .content-container .col-right {
    margin-right: 0; } }

@media screen and (max-width: 991px) {
  #page-categorie .content-container {
    display: flex;
    flex-direction: column; }
    #page-categorie .content-container .col-left {
      display: none;
      width: 100%;
      margin: 0;
      padding: 0;
      order: 2; }
      #page-categorie .content-container .col-left.loaded {
        display: block; } }

#btwnummer {
  text-transform: uppercase; }

.accent {
  color: #5200e5; }

/*
 * Pageheader
------------------------------------------------------------------*/
#pageheader {
  /* <header> */
  background: #fff;
  position: relative;
  z-index: 100; }
  #pageheader ul {
    list-style: none; }

/* Logo
---------------------*/
#logo img {
  display: block;
  max-width: 100%; }
#logo span {
  display: block;
  min-height: 67px;
  line-height: 67px; }
  #logo span img {
    display: inline-block;
    line-height: 1.25; }

a#logo {
  outline: 0; }
  a#logo:focus img {
    opacity: 0.65; }

@media screen and (max-width: 991px) {
  #header-left {
    float: left;
    margin: 0 5% 12px 0;
    margin-right: -190px;
    max-width: 36%;
    min-width: 180px; }
  #pageheader {
    min-height: 0 !important; } }

@media screen and (min-width: 992px) {
  #header-left {
    margin: 9px 0 0;
    float: left;
    width: 23.4154929577%;
    margin-right: 2.1126760563%; }
  #header-right {
    float: left;
    width: 74.4718309859%;
    margin-right: 0;
    float: right;
    margin-bottom: 9px; }
  #page-home #header-right {
    margin-bottom: 0; }
  .js-header-fixed #header-right {
    margin-bottom: 0; }
  #page-checkout #pageheader.js-header-fixed .header-container, #page-cart #pageheader.js-header-fixed .header-container {
    position: inherit; }
    #pageheader.js-header-fixed .header-container {
      position: fixed;
      z-index: 8888;
      top: 0;
      left: 0;
      width: 100%;
      background: rgba(255, 255, 255, 0.97);
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      padding: 12px 0px; }
    #pageheader.js-header-fixed #logo {
      width: 80%;
      margin-top: 45px; }
    #pageheader.js-header-fixed #topbar, #pageheader.js-header-fixed .usps, #pageheader.js-header-fixed #logo, #pageheader.js-header-fixed #bluemenu {
      display: none; }
    #pageheader.js-header-fixed #header-left, #pageheader.js-header-fixed .dd-wrapper, #pageheader.js-header-fixed .search-cart-wrapper {
      margin: 0; }
    #pageheader.js-header-fixed #search input {
      min-height: 37px; }
    #pageheader.js-header-fixed .trustmark-wrapper {
      margin-top: -4px; }
      #pageheader.js-header-fixed .minicart-trigger div {
        height: 37px; }
      #pageheader.js-header-fixed .minicart-trigger .count {
        line-height: 29px; }
      #pageheader.js-header-fixed .minicart-trigger:after {
        height: 100%;
        line-height: 37px; } }

@media screen and (min-width: 1200px) {
  #header-left {
    margin-top: 8px; } }

/*
@media screen and (min-width: $screen-sm-min) and (max-width: $screen-sm-max)
{ 
	#header-left { width: 25%; }
	#header-right { width: 75-2.11268%; }
} // @media min-width: $screen-md-min
*/
.trustmark-wrapper {
  margin: -7px 0 -5px 3%;
  display: flex;
  height: 35px; }
  .trustmark-wrapper a {
    padding: 0 5%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    margin: auto; }
    .trustmark-wrapper a:first-child {
      padding: 0 0 0 5%; }
    .trustmark-wrapper a img {
      display: block;
      width: auto;
      margin: 0 auto;
      max-height: 35px; }
  @media screen and (max-width: 991px) {
    .trustmark-wrapper {
      display: none; } }

.ecomm-trustmark img {
  width: 56px; }

.trustpilot {
  margin-right: 12px; }
  .trustpilot img {
    width: 110px;
    position: relative;
    top: 1px; }

.thuiswinkel {
  margin-right: 14px; }
  .thuiswinkel img {
    width: 50px; }

.search-cart-wrapper {
  margin: 19px 0 17px; }

/* Hoofdmenu
---------------------*/
.dd-wrapper {
  display: block;
  position: relative;
  z-index: 10;
  margin: 13px 0 16px; }
  .dd-wrapper a:not(.dd-trigger) {
    outline: none; }

/** TRIGGER **/
.dd-trigger {
  display: block;
  position: relative;
  font-weight: 600;
  background: linear-gradient(#f7f7f7, #ededed);
  border: #ddd 1px solid;
  white-space: nowrap;
  color: #222;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-width: 275px;
  /* blauw: */ }
  .dd-trigger:before {
    content: "o";
    line-height: normal;
    vertical-align: middle;
    position: absolute;
    left: 16px;
    top: 11px;
    pointer-events: none; }
  .dd-trigger span {
    pointer-events: none;
    display: block;
    padding: 8px 36px 8px 41px; }
    .dd-trigger span:before, .dd-trigger span:after {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: 0;
      /* -1px; */
      height: 2px;
      width: 8px;
      background: #444;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: width 0.3s, transform 0.25s, margin 0.2s;
      transition: width 0.3s, transform 0.25s, margin 0.2s;
      right: 6.5%; }
    .dd-trigger span:before {
      margin-right: 5px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .dd-trigger span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .dd-trigger:focus:not(:active), .dd-trigger:hover {
    background: #ededed; }
  .dd-trigger:active {
    background: #01689c;
    background: rgba(1, 104, 156, 0.25); }
  .dd-trigger:focus:not(:active):not(:hover) {
    outline-color: #3c0c98; }

.js-dd-close {
  width: 32px;
  height: 32px;
  overflow: hidden;
  cursor: pointer;
  color: #aaa;
  position: absolute;
  top: 8px;
  right: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .js-dd-close:focus:not(:active) {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.075); }
  .js-dd-close:before {
    content: "A";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px; }

.dd-wrapper:hover .dd-trigger:not(:hover), .dd-trigger.js-open, .dd-is-active .dd-trigger {
  background: #ededed; }
  .dd-wrapper:hover .dd-trigger:not(:hover) span:before, .dd-trigger.js-open span:before, .dd-is-active .dd-trigger span:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .dd-wrapper:hover .dd-trigger:not(:hover) span:after, .dd-trigger.js-open span:after, .dd-is-active .dd-trigger span:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/** DROPDOWN **/
.dd-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin: 10px 0 0;
  background: #fff;
  padding: 8px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  visibility: hidden;
  -webkit-box-shadow: 0 0 0 1px #eee inset, 0 3px 10px rgba(0, 0, 0, 0.1), 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px #eee inset, 0 3px 10px rgba(0, 0, 0, 0.1), 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px #eee inset, 0 3px 10px rgba(0, 0, 0, 0.1), 0 2px 1px rgba(0, 0, 0, 0.1); }
  .dd-dropdown .nav-head {
    display: none;
    overflow: hidden;
    padding: 10px 16px 14px 16px;
    border-bottom: 1px solid #eee;
    position: relative; }
    .dd-dropdown .nav-head a {
      float: left; }
    .dd-dropdown .nav-head img {
      display: block;
      width: auto;
      height: 28px; }
  @media (min-width: 992px) {
    .dd-dropdown {
      font-size: 13px; } }

.dd-dropdown.js-open {
  visibility: visible; }

/** DROPDOWN CONTENT **/
.lvl1-hover, .dd-content > li > a:hover, .dd-content > li:hover > a {
  background-color: #eee;
  color: #330a80; }

.dd-content {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }
@media screen and (min-width: 992px) {
  .dd-content > li {
    margin: -4.5px 0; }
    .dd-content > li:first-child {
      margin-top: -2px; }
    .dd-content > li:last-child {
      margin-bottom: 0; }
    .dd-content > li > a:hover {
      z-index: 1; } }
.dd-content > li > a, .dd-content > li > span {
  display: block;
  padding: 10px 16px; }
.dd-content > li > span {
  color: #787878; }
.dd-content > li > a {
  color: #2b2b2b; }
  .dd-content > li > a.active {
    background-color: #f9f9f9;
    font-weight: 400; }
  .dd-content > li > a:active {
    background-color: #9e9e9e;
    background-color: rgba(158, 158, 158, 0.35); }
  .dd-content > li > a:focus:not(:active) {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.1); }
.dd-content > li.active > a, .dd-content > li.active > span {
  font-weight: 600;
  color: #000; }
.dd-content > li > a:first-child:not(:last-child), .dd-content > li > span:first-child:not(:last-child) {
  position: relative;
  padding-right: 30px; }
  .dd-content > li > a:first-child:not(:last-child):before, .dd-content > li > a:first-child:not(:last-child):after, .dd-content > li > span:first-child:not(:last-child):before, .dd-content > li > span:first-child:not(:last-child):after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 8px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #b3b3b3;
    right: 16px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  .dd-content > li > a:first-child:not(:last-child):before, .dd-content > li > span:first-child:not(:last-child):before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 5px; }
  .dd-content > li > a:first-child:not(:last-child):after, .dd-content > li > span:first-child:not(:last-child):after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media screen and (min-width: 992px) {
    .dd-content > li > a:first-child:not(:last-child):before, .dd-content > li > a:first-child:not(:last-child):after, .dd-content > li > span:first-child:not(:last-child):before, .dd-content > li > span:first-child:not(:last-child):after {
      -webkit-transform-origin: 8px 50%;
      -ms-transform-origin: 8px 50%;
      transform-origin: 8px 50%; }
    .dd-content > li > a:first-child:not(:last-child):before, .dd-content > li > span:first-child:not(:last-child):before {
      margin-right: 0; } }
.dd-content > li.js-mobile-active > a:first-child:not(:last-child):before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.dd-content > li.js-mobile-active > a:first-child:not(:last-child):after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.dd-content > li:hover > a:before, .dd-content > li:hover > a:after, .dd-content > li:hover > span:before, .dd-content > li:hover > span:after, .dd-content > li > a:hover:before, .dd-content > li > a:hover:after, .dd-content > li > a:focus:before, .dd-content > li > a:focus:after {
  background-color: #330a80 !important; }

/** 2e NIVEAU **/
.submenu-container {
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.075), -2px 0 8px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.075), -2px 0 8px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.075), -2px 0 8px rgba(0, 0, 0, 0.03);
  padding-bottom: 65px;
  visibility: hidden;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  min-height: 100%;
  padding: 0 3px;
  z-index: 0;
  margin-left: -2px;
  border: 1px #eee solid;
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px; }
@media screen and (min-width: 992px) {
  .submenu-container {
    width: 340.5%;
    left: 87.5%; } }
.submenu-container a {
  display: block;
  text-decoration: none;
  color: #2b2b2b; }
  .submenu-container a:hover, .submenu-container a:focus {
    text-decoration: underline; }

@media screen and (min-width: 992px) {
  .dd-content li:hover .submenu-container {
    /*-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);*/
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    display: block; } }

@media screen and (max-width: 991px) {
  .dd-content .submenu-container {
    position: static;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px #eee solid;
    border-width: 1px 0;
    padding: 18px 12px 12px 26px;
    -webkit-box-shadow: 0 1px 3px #eee inset;
    -moz-box-shadow: 0 1px 3px #eee inset;
    box-shadow: 0 1px 3px #eee inset;
    background-color: #fefefe;
    margin: 6px 0 12px; }
  .submenu-cols > li > a {
    display: none; }
  .dd-content .js-mobile-active > .submenu-container {
    display: block; } }

/*
// .dd-content div a,
.dd-content .submenu-container a {
  color: $linkColor;
	// &:focus { color: blue; }
	// &.js-focus { color: red; }
}
*/
/** 3e niveau **/
.submenu-cols a {
  padding: 1px 0; }
  .submenu-cols > li > a {
    padding: 0;
    color: #2b2b2b;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #eee solid;
    font-size: 16px; }
  @media screen and (min-width: 992px) {
    .submenu-cols > li {
      padding: 20px 12px;
      overflow: hidden; }
      .submenu-cols > li:first-child {
        padding-left: 20px; }
      .submenu-cols > li:last-child {
        padding-right: 20px; }
        .submenu-cols > li:only-of-type .subsubmenu-cols > li {
          float: left;
          width: 25%; }
          .submenu-cols > li:only-of-type .subsubmenu-cols > li:nth-child(4n+1) {
            clear: left; }
      .submenu-cols > li:not(:only-of-type) {
        float: left;
        width: 25%; }
        .submenu-cols > li:nth-last-child(2), .submenu-cols > li:nth-last-child(2) ~ li {
          width: 50%; }
        .submenu-cols > li:nth-last-child(3), .submenu-cols > li:nth-last-child(3) ~ li {
          width: 33.3333333333%; }
        .submenu-cols > li:nth-last-child(4), .submenu-cols > li:nth-last-child(4) ~ li {
          width: 25%; }
      .submenu-cols > li:nth-last-child(2) .subsubmenu-cols > li, .submenu-cols > li:nth-last-child(2) ~ li .subsubmenu-cols > li {
        float: left;
        width: 50%; }
        .submenu-cols > li:nth-last-child(2) .subsubmenu-cols > li:nth-child(2n+1), .submenu-cols > li:nth-last-child(2) ~ li .subsubmenu-cols > li:nth-child(2n+1) {
          clear: left; }
    .submenu-cols > li:nth-last-child(3) .subsubmenu-cols > li, .submenu-cols > li:nth-last-child(3) ~ li .subsubmenu-cols > li {
      float: none;
      width: auto; } }

@media screen and (min-width: 992px) {
  .subsubmenu-cols {
    margin: 0 -8px; }
    .subsubmenu-cols > li {
      padding: 0 8px; } }
.subsubmenu-cols > li {
  margin-bottom: 16px; }
  .subsubmenu-cols > li > a {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px; }
.subsubmenu-cols ul li {
  margin-bottom: 1px; }
.subsubmenu-cols ul a {
  color: #330a80; }

/* Nieuw met kolommen */
.mi-item {
  margin-bottom: 12px; }
  .mi-item li {
    margin-bottom: 0; }
  .mi-item > a {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px; }
  .mi-item ul a {
    padding: 1px 0 1px 18px;
    text-indent: -18px;
    color: #330a80; }

@media screen and (min-width: 992px) {
  .mi-cols {
    margin: 0 -8px;
    margin-bottom: -16px;
    overflow: hidden; }
    .mi-cols .mi-col {
      padding: 0 8px;
      margin-bottom: 16px; }
  .mi-col > a {
    font-weight: 500;
    color: #2b2b2b; }
  .mi-cols-count-2 .mi-col {
    float: left;
    width: 50%; }
  .mi-cols-count-1 .mi-col {
    float: left;
    width: 25%; } }

/* Einde - Nieuw met kolommen */
@media screen and (max-width: 991px) {
  .dd-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 999; }
  #topbar, .dd-trigger, .dd-trigger:before {
    min-height: 42px; }
  #topmenu > ul > li:not(#translate) > a {
    line-height: 25px; }
  li#translate {
    top: 10px; }
  .dd-trigger {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background: none;
    line-height: 22px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 2px -1px 3px -1px rgba(100, 100, 100, 0.15);
    -moz-box-shadow: 2px -1px 3px -1px rgba(100, 100, 100, 0.15);
    box-shadow: 2px -1px 3px -1px rgba(100, 100, 100, 0.15); }
    .dd-trigger:before {
      content: "z";
      font-size: 33px;
      left: 0;
      top: 0;
      width: 50px;
      text-align: center;
      line-height: 42px;
      padding-top: 1px; }
    .dd-trigger span {
      padding: 11px 18px 9px 50px;
      color: #2a0868; }
      .dd-trigger span:before, .dd-trigger span:after {
        display: none; }
    .dd-trigger:hover {
      background-color: rgba(255, 255, 255, 0.75); }
  .dd-dropdown {
    position: fixed;
    top: 0;
    left: -340px;
    width: 320px;
    height: 100%;
    overflow: auto;
    pointer-events: inherit;
    z-index: 9992;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.3s, visibility 0.3s;
    transition: transform 0.3s, visibility 0.3s;
    -webkit-box-shadow: 0 -1px 24px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 -1px 24px rgba(0, 0, 0, 0.4);
    box-shadow: 0 -1px 24px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background: #fff;
    opacity: 1;
    visibility: hidden;
    margin: 0;
    padding-bottom: 42px; }
    .dd-dropdown .nav-head {
      display: block; }
  .dd-dropdown.js-open {
    visibility: visible;
    -webkit-transform: translateX(340px);
    -ms-transform: translateX(340px);
    transform: translateX(340px); } }

/* Op homepage */
.home-top-left .dd-dropdown {
  position: relative;
  z-index: 9;
  margin-top: -1px;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
  font-size: 13px; }
.home-top-left .dd-content {
  border: 1px #eee solid;
  padding: 6px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
.home-top-left .dd-content > li {
  margin: -5px 0; }
  .home-top-left .dd-content > li:first-child {
    margin-top: -2px; }
  .home-top-left .dd-content > li:last-child {
    margin-bottom: -2px; }
  .home-top-left .dd-content > li > a:hover {
    z-index: 1; }
    .home-top-left .dd-content > li:hover > a:before, .home-top-left .dd-content > li:hover > a:after {
      opacity: 1; }
.home-top-left .dd-content > li > a, .home-top-left .dd-content > li > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .home-top-left .dd-content > li > a:before, .home-top-left .dd-content > li > a:after, .home-top-left .dd-content > li > span:before, .home-top-left .dd-content > li > span:after {
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    opacity: 0; }

/* ==================================================================== */
/* ==================================================================== */
* {
  box-sizing: border-box; }

.MobileMenuHeader {
  display: none; }

.dl-trigger {
  display: none !important; }

.dl-back img {
  display: none; }

.topmenu_mode {
  display: none;
  font-family: 'unknown'; }

.siteoverlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 7999; }

/* ==================================================================== */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0; } }
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0; } }
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; } }
@keyframes example {
  0% {
    margin-left: 5px; }
  50% {
    margin-left: 2px; }
  100% {
    margin-left: 5px; } }
@-webkit-keyframes example {
  0% {
    margin-left: 5px; }
  50% {
    margin-left: 2px; }
  100% {
    margin-left: 5px; } }

.midMenu {
  display: none; }

@media screen and (max-width: 991px) and (min-width: 0px) {
  /* Hide the inner submenus */
  /*
  When a submenu is openend, we will hide all li siblings.
  For that we give a class to the parent menu called "dl-subview".
  We also hide the submenu link.
  The opened submenu will get the class "dl-subviewopen".
  All this is done for any sub-level being entered.
  */
  /* Dynamically added submenu outside of the menu context */
  /* Animation classes for moving out and in */
  /*.submenuitem .submenuitem h2, .submenuitem .submenuitem h3,.submenuitem .submenuitem h4,.submenuitem .submenuitem h5,.submenuitem .submenuitem h6{
	  font-family: 'Lato', Calibri, Arial, sans-serif;
	  font-size: 17px;
	  color: #330a80;
	  margin: 0;
	  padding: 0;
  }*/
  /*.submenuitem > li .submenuitem h4 > .submenuitem h4{*/
  /*display: block;*/
  /*font-size: 20px;*/
  /*color: #330a80 ;*/
  /*}*/
  /*.submenuitem > li .submenuitem ul {*/
  /*}*/
  /*.topitem h2, .topitem h3, .topitem h4, .topitem h5, .topitem h6,*/
  /*.topitem .submenuitem h2, .topitem .submenuitem h3, .topitem .submenuitem h4, .topitem .submenuitem h5, .topitem .submenuitem h6*/
  /*{*/
  /*font-family: 'Lato', Calibri, Arial, sans-serif;*/
  /*font-size: 12px;*/
  /*font-weight: bold;*/
  /*margin: 0;*/
  /*padding: 0;*/
  /*}*/
    .dl-back img {
      display: block; }
    .MobileMenuHeader {
      display: block; }
    .dl-trigger {
      display: block !important; }
      .dl-trigger p {
        margin-top: 5px; }
      .dl-trigger:hover {
        background: #ffffff !important; }
    .bodyEnabled {
      overflow: auto; }
    .bodyDisabled {
      overflow: hidden;
      position: fixed !important;
      width: 100%;
      height: 100%; }
    .navbackground {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 9; }
    .navbackground.active {
      min-height: 100vh;
      width: 100%;
      background: #f7f7f7;
      overflow: auto;
      position: fixed;
      display: block;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 9999;
      overflow-y: auto; }
    #wp-mainnavigation {
      background: #f7f7f7; }
    .topmenuwrapper {
      width: 100%;
      max-width: 6000px;
      height: 45px;
      float: left;
      position: static;
      -webkit-perspective: 1000px;
      perspective: 1000px;
      -webkit-perspective-origin: 50% 200%;
      perspective-origin: 50% 200%; }
    .topmenuwrapper button {
      background: transparent;
      border: 0;
      border-right: 1px #ccc dotted;
      width: 100px;
      height: 42px;
      padding-left: 44px;
      top: 0;
      overflow: hidden;
      position: fixed;
      cursor: pointer;
      outline: none;
      font-weight: 600;
      font-size: 14px;
      letter-spacing: -0.5px;
      background: #ffffff;
      color: #007ab9; }
    .topmenuwrapper button:after {
      position: absolute;
      top: 15px;
      left: 13px;
      right: 0;
      bottom: 0;
      width: 23px;
      height: 19px;
      content: '';
      background: url('../img/hamburger_blue.svg');
      background-repeat: no-repeat; }
    .topmenuwrapper ul {
      padding: 0;
      list-style: none;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      display: inline-block;
      margin-bottom: 25px; }
    .topmenuwrapper li {
      background: #FFFFFF;
      position: relative; }
    .topmenuwrapper li a {
      font-size: 14px;
      line-height: 1.5;
      display: block;
      position: relative;
      font-weight: 600;
      padding: 15px 20px;
      color: #2b2b2b;
      outline: none;
      text-decoration: none !important; }
    .topmenuwrapper li.dl-back > a {
      padding-left: 30px;
      background: rgba(0, 0, 0, 0.1); }
    .topitem a h2, .topmenuwrapper li a.colitems, .topmenuwrapper .submenuitem .subsub a {
      font-size: 14px;
      font-family: "Open Sans";
      font-weight: 600; }
    .topitem a img {
      border: none;
      max-width: 37px;
      float: left;
      margin-right: 10px;
      margin-top: -7px;
      margin-left: -7px; }
    .topmenuwrapper li > a:not(:only-child):after {
      position: absolute;
      top: 0;
      line-height: 50px;
      font-family: 'icomoon';
      -webkit-font-smoothing: antialiased;
      content: ""; }
    .topmenuwrapper li > a:after {
      right: 10px;
      color: rgba(0, 0, 0, 0.15); }
    .topmenuwrapper .topmenu {
      margin: 0;
      width: 100%;
      opacity: 0;
      padding-bottom: 100px;
      pointer-events: none;
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .topmenuwrapper .topmenu.topmenu-toggle {
      transition: all 0.3s ease; }
    .topmenuwrapper .topmenu.topmenuopen {
      opacity: 1;
      pointer-events: auto; }
    .topmenuwrapper li .submenuitem {
      display: none;
      margin: 0;
      padding: 0; }
    .topmenu.dl-subview li, .topmenu.dl-subview li.dl-subviewopen > a, .topmenu.dl-subview li.dl-subview > a {
      display: none; }
    .topmenu.dl-subview li.dl-subview, .topmenu.dl-subview li.dl-subview .submenuitem, .topmenu.dl-subview li.dl-subviewopen, .topmenu.dl-subview li.dl-subviewopen > .submenuitem, .topmenu.dl-subview li.dl-subviewopen > .submenuitem > li {
      display: block; }
    .topmenu li {
      border-bottom: 1px solid #eee; }
    .topmenu li:hover {
      background: #ffffff; }
    .menuIcon {
      padding: 17.5px 15px;
      float: left;
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .menuIcon:after {
      display: block;
      border-bottom: 11px double #ffffff;
      border-top: 4px solid #ffffff;
      content: '';
      padding-top: 3px;
      width: 22px;
      margin-right: 5px;
      border-bottom-width: 9px;
      border-top-width: 3px; }
    .MobileMenuHeader {
      background: #330a80 !important;
      display: block;
      font-size: 14px;
      line-height: 1.5;
      position: relative;
      font-weight: 600;
      outline: none;
      color: #ffffff;
      list-style: none;
      display: none;
      overflow: hidden; }
    .MobileMenuHeader.NoBack a {
      width: 100%;
      padding: 15px;
      margin: 0; }
    .MobileMenuHeader a {
      font-size: 12px !important;
      line-height: 1.6;
      display: block;
      position: relative;
      font-weight: 600;
      padding: 15px 0;
      padding-left: calc(25% - 50px);
      margin-left: 50px;
      padding-right: calc(25% - 50px);
      margin-right: 50px;
      color: #ffffff;
      font-weight: bold;
      letter-spacing: 1px;
      text-decoration: underline; }
    .MobileMenuHeader a[href="#"] {
      text-decoration: none; }
    .sluitMenu {
      text-align: center;
      position: relative; }
    .MobileMenuHeader.NoBack .sluitMenu {
      padding-right: 55px; }
    .closeMenu {
      display: block;
      position: absolute;
      font-size: 33px;
      line-height: 50px;
      font-family: inherit !important;
      font-weight: 500;
      top: -4px !important;
      right: 0 !important;
      bottom: 0;
      /*content: "x" !important;*/
      color: #ffffff !important;
      width: 50px;
      text-align: right;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      padding-right: 15px;
      cursor: pointer; }
    .MobileMenuHeader .dl-back {
      float: left;
      position: absolute;
      width: 55px;
      top: 0;
      bottom: 0;
      z-index: 9999;
      color: #ffffff;
      font-size: 33px;
      font-family: inherit !important;
      font-weight: 500;
      cursor: pointer;
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .dl-back:first-child:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      content: url(../img/arrow.svg);
      background-repeat: no-repeat;
      width: 8px;
      height: 50px;
      margin-left: 5px;
      margin-right: 5px;
      line-height: 38px;
      animation-name: example;
      animation-duration: 1s; }
    .dl-back img {
      display: block;
      width: 23px;
      height: 19px;
      margin-top: 16px;
      margin-left: 20px;
      margin-right: 5px; }
    .topmenu.dl-animate-out-2 {
      -webkit-animation: MenuAnimOut2 0.3s linear;
      animation: MenuAnimOut2 0.3s linear;
      opacity: 0; }
    .topmenu.dl-animate-in-2 {
      -webkit-animation: MenuAnimIn2 0.3s linear;
      animation: MenuAnimIn2 0.3s linear;
      opacity: 1; }
    .topmenu.dl-animate-out-2 > .submenuitem > .submenuitem {
      -webkit-animation: SubMenuAnimOut2 0.3s linear;
      animation: SubMenuAnimOut2 0.3s linear;
      opacity: 0; }
    .topmenu.dl-animate-in-2 > .submenuitem > .submenuitem {
      -webkit-animation: SubMenuAnimIn2 0.3s linear;
      animation: SubMenuAnimIn2 0.3s linear;
      opacity: 1; }
    .topmenuwrapper h2, .topmenuwrapper h3, .topmenuwrapper h4, .topmenuwrapper h5, .topmenuwrapper h6 {
      font-size: 14px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: 0;
      margin: 0;
      padding: 0; }
    .dl-back {
      display: none; }
    .topmenuwrapper picture {
      display: none; } }

/* ==================================================================== */
li.subsub.readmore a {
  width: 100%;
  color: #000000 !important; }
  li.subsub.readmore a span {
    font-family: 'Open Sans', Arial, Tahoma, sans-serif;
    margin: 0;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    opacity: 0.9;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale; }
    li.subsub.readmore a span:hover {
      text-decoration: underline; }
  li.subsub.readmore a:after {
    font-family: 'FontAwesome' !important;
    content: '';
    color: #000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 8px;
    font-weight: 900; }

/* ==================================================================== */
@media screen and (min-width: 992px) {
  div#header-right, div#header-left {
    margin-top: 3px; }
  .js-header-fixed .navbackground {
    position: fixed;
    top: 0;
    margin: 6px 0 16px;
    padding: 6px;
    border-radius: 8px;
    box-shadow: none; }
  .js-header-fixed .midMenu a {
    padding: 8px 12px; }
  .js-header-fixed .midMenu > span {
    top: 8px !important;
    right: 8px !important;
    width: 20px; }
  .js-header-fixed #topmenuWP {
    box-shadow: none;
    border: 1px solid #ddd; }
  .closeMenu {
    display: none; }
  #topmenuWP .sluitMenu {
    display: none; }
  .topmenuwrapper a.colheading {
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal; }
  .topmenuwrapper a.colitems {
    color: #000;
    font-weight: 600;
    font-size: 13px;
    opacity: 0.9; }
  .topmenu {
    margin: 0;
    padding: 0;
    overflow: hidden; }
  .topmenu li.topitem h2 {
    font-family: 'Open Sans';
    overflow: hidden;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    padding: 5px 14px;
    display: block;
    cursor: pointer;
    line-height: inherit;
    margin-bottom: inherit;
    clear: right;
    font-weight: 600;
    font-style: normal; }
  li.topitem > ul {
    display: none; }
  li.topitem {
    display: none; }
  .topmenu picture {
    display: none; }
  .topitem.active {
    /*outline: 3px solid orangered;*/ }
  .topitem.active > ul {
    /*outline: 3px solid orange;*/
    display: block; }
  .topitem.active picture {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px; }
  .topitem.active picture img {
    max-width: 300px; }
  .topitem.active picture.left {
    left: 10px; }
  .topitem.active picture.right {
    right: 10px; }
  .topitem.active picture.center {
    left: auto;
    right: auto; }
  .topmenu {
    width: 100%; }
  .menuitem {
    width: 99%; }
  .menuitem_col1 {
    width: 100%;
    padding: 0 12px;
    position: relative;
    z-index: 99; }
  .menuitem_col2 {
    float: left;
    width: 49%;
    padding: 0 12px;
    position: relative;
    z-index: 99; }
  .menuitem_col3 {
    float: left;
    width: 32%;
    padding: 0 12px;
    position: relative;
    z-index: 99; }
  .menuitem_col4 {
    float: left;
    width: 24%;
    padding: 0 12px;
    position: relative;
    z-index: 99; }
  li.topitem > ul.submenuitem > li.menuitem_col4 a.colheading {
    font-size: 14px; }
  .submenuitem {
    width: 100%; }
  .menuitem_col1 .submenuitem {
    float: left;
    width: 25%; }
  .menuitem_col1 .submenuitem > li .submenuitem {
    width: 100%; }
  .menuitem_col2 > .submenuitem {
    float: left;
    width: 50%; }
  .navbackground {
    width: 23%;
    position: absolute;
    /* z-index: 9999; */
    max-width: 265px;
    margin: 5px 0 16px;
    z-index: 8000;
    top: 133px;
    background: #ffffff;
    padding: 4px;
    border-radius: 8px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3); }
  .midMenu {
    display: block;
    position: relative;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 700;
    line-height: 18px;
    color: #222222;
    display: block; }
  .midMenu a {
    display: block;
    padding: 13px 12px;
    position: relative;
    z-index: 1;
    color: #000000; }
  #topmenuWP {
    margin-bottom: 0;
    border-radius: 0 3px 3px 3px;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16) inset; }
  li.topitem:hover {
    background: #ffffff; }
  #topmenuWP a {
    width: 100%;
    text-decoration: none;
    display: inline-block; }
  .navbackground nav .topmenu .topitem.toggleClass {
    display: block;
    min-height: 34px; }
  ul.menuitem.submenuitem {
    width: 75vw;
    max-width: 912px;
    min-height: 100%;
    background: #ffffff;
    position: absolute;
    left: 206px;
    padding: 24px;
    top: 0;
    /* z-index: -1; */
    border-radius: 0 3px 3px 3px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3); }
  ul.menuitem.submenuitem a.colheading {
    font-family: 'Open Sans';
    font-weight: 600;
    color: #3a3a3a;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-weight: bold;
    border-bottom: 1px solid #ececec;
    pointer-events: none; }
  ul.menuitem.submenuitem a.colitems {
    display: block;
    width: 100%; }
  .submenuitem:not(:first-child) {
    margin-bottom: 15px; }
  .menuitem_col1 .submenuitem li, a.colitems {
    float: left;
    display: inline-block;
    padding-right: 10px; }
  .topitem ul.submenuitem > li.menuitem_col2 > ul.submenuitem {
    float: left;
    display: block;
    position: relative;
    z-index: 9; }
  li.subsub {
    float: left;
    display: inline-block;
    width: 100%; }
  li.subsub a {
    font-family: 'Open Sans', Arial, Tahoma, sans-serif;
    color: #5200e5 !important;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    opacity: 0.9;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision !important;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }
  .topitem ul.submenuitem li > ul.submenuitem > li .submenuitem {
    display: inline-block; }
  .topitem {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
  .topitem a img {
    display: none; }
  #page-categorie .topmenu > li:nth-child(2) {
    margin-top: 10px; }
  .topitem.active {
    background-color: #ffffff;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee; } }

.topmenu > li:nth-last-child(-n+2) > a {
  color: #5200e5; }
@media screen and (min-width: 699px) {
  .topmenu > li:nth-last-child(-n+2) {
    display: none; } }

/*
 * Sidebar
------------------------------------------------------------------*/
#submenu, .submenu {
  border: 1px #eee solid;
  padding: 8px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  margin-top: 25px; }
  #submenu.js-scroll-item, .submenu.js-scroll-item {
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) top;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) top; }
  #submenu h2, .submenu h2 {
    margin: 0;
    padding: 8px 16px;
    margin: 0 16px 4px;
    padding: 8px 0 10px;
    border-bottom: 1px #eee solid;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    line-height: 1.42857; }
  #submenu a, .submenu a {
    display: block;
    font-size: 13px;
    padding: 8px 16px;
    outline: 0;
    text-decoration: none;
    color: #272727;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    #submenu a.active, .submenu a.active {
      background-color: #f9f9f9;
      font-weight: 400; }
    #submenu a:hover, .submenu a:hover {
      background-color: #9e9e9e;
      background-color: rgba(158, 158, 158, 0.18);
      color: #330a80; }
    #submenu a:active, .submenu a:active {
      background-color: #9e9e9e;
      background-color: rgba(158, 158, 158, 0.35); }
    #submenu a:focus:not(:active), .submenu a:focus:not(:active) {
      background-color: black;
      background-color: rgba(0, 0, 0, 0.1); }
  #submenu > ul > li.active, .submenu > ul > li.active {
    margin: 4px 0;
    border: 1px #eee solid;
    border-width: 1px 0;
    padding: 4px 0;
    background: #f9f9f9; }
    #submenu > ul > li.active:first-child, .submenu > ul > li.active:first-child {
      margin-top: 8px; }
    #submenu > ul > li.active > a:first-child:last-child, .submenu > ul > li.active > a:first-child:last-child {
      margin: -9px 0;
      background: #f9f9f9; }
      #submenu > ul > li.active > a:first-child:last-child:hover, .submenu > ul > li.active > a:first-child:last-child:hover {
        background: #e9e9e9; }
      #submenu > ul > li.active > a:first-child:last-child:active, .submenu > ul > li.active > a:first-child:last-child:active {
        background: #d9d9d9; }
      #submenu > ul > li.active > a:first-child:last-child:focus:not(:active), .submenu > ul > li.active > a:first-child:last-child:focus:not(:active) {
        background: #e1e1e1; }
  #submenu .active > a, .submenu .active > a {
    font-weight: 400;
    color: #330a80; }
    #submenu .active > a:before, .submenu .active > a:before {
      background: rgba(51, 10, 128, 0.65); }
  #submenu ul ul, .submenu ul ul {
    /*
		&:after {
			content: '';
			display: block;
			height: 0;
			margin: 4px 16px 0;
			border-bottom: 1px #eee solid;
		}
		*/ }
    #submenu ul ul a, .submenu ul ul a {
      position: relative;
      padding: 6px 16px 6px 32px; }
      #submenu ul ul a:before, .submenu ul ul a:before {
        content: '';
        display: block;
        position: absolute;
        left: 16px;
        top: 14px;
        width: 3px;
        height: 3px;
        background: #ccc; }

#submenu.filter-holder {
  padding: 0;
  float: left;
  margin-bottom: 15px;
  width: 100%; }
  #submenu.filter-holder .filter-title {
    cursor: pointer;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    position: relative;
    background-color: #eeeeee;
    font-weight: normal;
    width: 100%;
    padding: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    float: left;
    text-transform: uppercase;
    color: #000; }
    #submenu.filter-holder .filter-title.closed span.arrow {
      background-position: top left; }
  #submenu.filter-holder .filter-title span.arrow {
    width: 9px;
    height: 9px;
    background-image: url(/assets/img/toggle-arrow.gif);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 7px;
    background-position: bottom left; }
    #submenu.filter-holder .filter-title span.arrow:after {
      content: "";
      display: none; }

.paymentmethods {
  display: block;
  margin: 18px auto; }

.js-sidebar-trigger {
  display: none; }
@media screen and (max-width: 991px) {
  .js-sidebar-trigger {
    display: inline-block !important;
    white-space: nowrap;
    text-transform: none;
    font-weight: 600;
    margin: -3px 0 16px; }
    .prod-count .js-sidebar-trigger {
      margin: 6px 4px 0 0;
      position: relative;
      top: -3px; }
    .js-sidebar-trigger:after, .js-sidebar-trigger:before {
      font-size: 18px;
      vertical-align: middle;
      position: relative;
      top: -1px; }
    .js-sidebar-trigger:after {
      content: "K";
      right: -4px; }
      .content-container.js-sidebar-active .js-sidebar-trigger:after {
        display: none; }
      .content-container.js-sidebar-active .js-sidebar-trigger:before {
        content: "L";
        left: -4px; }
    .col-left .js-sidebar-trigger {
      display: block !important;
      width: 100%;
      margin: 16px 0 20px; } }

/*
 * Pagefooter
------------------------------------------------------------------*/
#pagefooter {
  /* <footer> */
  clear: both;
  margin: 0;
  padding: 25px 0;
  font-size: 13px;
  background: #ffffff; }
  #pagefooter > .inner {
    padding: 0 32px;
    max-width: 1200px; }

#pagefooter .phonenumber {
  padding: 10px 0;
  margin-bottom: 20px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ededed;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600; }
@media only screen and (min-width: 768px) {
  #pagefooter .phonenumber {
    display: none; } }
#pagefooter .phonenumber .accent {
  color: #5200e5; }
#pagefooter .phonenumber a {
  color: #2b2b2b;
  text-decoration: none;
  cursor: default; }

.footer-btm {
  position: relative;
  clear: both;
  display: flex;
  width: 100%; }
  .footer-btm .footer-menu {
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center; }
    .footer-btm .footer-menu a {
      margin: 5px 0;
      border-right: 1px solid #777;
      padding-right: 6px;
      margin-right: 8px;
      line-height: 26px; }
      .footer-btm .footer-menu a:last-child {
        border: 0; }
  .footer-btm p, .footer-btm ul {
    margin: 0 0 12px; }
  .footer-btm p {
    float: left;
    margin-right: 8px; }
  .footer-btm li {
    display: inline-block;
    margin: 0 5px; }
  .footer-btm a {
    text-decoration: none;
    color: #777;
    outline: 0;
    border-bottom: 1px dotted transparent; }
    .footer-btm a:hover, .footer-btm a:focus {
      color: #330a80; }
    .footer-btm a:active {
      color: #000; }

#to-page-top {
  position: absolute;
  float: right;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  right: 0;
  bottom: -8px;
  display: none;
  background: rgba(245, 245, 245, 0.75);
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease; }
  #to-page-top.js-visible {
    display: block; }
  #to-page-top:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(26, 26, 26, 0.35);
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto; }
  #to-page-top:hover {
    background: #555; }
    #to-page-top:hover:before {
      border-bottom-color: #f5f5f5; }
  #to-page-top:focus {
    background: rgba(26, 26, 26, 0.1); }

.about-wp {
  clear: both;
  margin: -12px 0 22px; }
  .about-wp strong {
    display: block;
    font-weight: 600;
    margin-bottom: 3px; }
  .about-wp span {
    display: inline-block;
    vertical-align: middle; }
    .about-wp span:not(:last-child):after {
      content: '';
      margin: 0 6px 0 10px;
      border-right: 1px #ccc solid;
      height: 12px;
      display: inline-block;
      vertical-align: baseline;
      top: 2px;
      position: relative; }
  .about-wp a:hover {
    text-decoration: underline; }

.footer-cols {
  overflow: hidden;
  margin: -24px -10px 32px;
  clear: both;
  display: flex;
  flex-direction: column; }
@media (min-width: 501px) {
  .footer-cols {
    flex-direction: row;
    justify-content: space-between; } }
@media (min-width: 768px) {
  .footer-cols {
    margin-top: -12px; } }

.footer-col {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  order: 1;
  margin: 0;
  overflow: hidden; }
@media screen and (min-width: 501px) {
  .footer-col {
    order: 0;
    margin: 16px 0; } }
.footer-col h4 {
  font-size: inherit;
  text-transform: uppercase;
  margin-bottom: 10px; }
.footer-col:nth-child(2) {
  order: 0;
  margin: 16px 0 0 0; }
@media screen and (min-width: 501px) {
  .footer-col:nth-child(2) {
    margin: 16px 0; } }
.footer-col:first-child a {
  display: inline-block;
  padding: 1px 0; }
  .footer-col:first-child a:hover {
    text-decoration: underline; }
  .footer-col:first-child a:active {
    color: #25075d; }
@media (min-width: 501px) {
  .footer-col {
    float: left; }
    .footer-col:first-child {
      min-width: 186px; }
    .footer-col:last-child {
      flex: 1.2 1 0;
      max-width: 360px; } }
@media (max-width: 767px) {
  .footer-col:first-child a {
    width: 100%;
    text-align: center; }
    .footer-col:last-child .footer-subcol:first-child, .footer-col:last-child .footer-subcol .invisible {
      display: none; } }
@media (min-width: 768px) {
  .footer-col:last-child {
    max-width: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    .footer-col:last-child .footer-subcol {
      float: left;
      flex: 1 1 0; }
      .footer-col:last-child .footer-subcol:first-child {
        max-width: 320px; }
      .footer-col:last-child .footer-subcol:last-child {
        max-width: 360px; } }
@media (max-width: 991px) {
  .footer-col:first-child {
    padding-top: 13px; }
    .footer-col:first-child .footer-subcol ul {
      padding-bottom: 24px;
      padding-left: 20px; }
    .footer-col:first-child .footer-subcol:not(.js-expanded) ul {
      display: none; }
    .footer-col:first-child h4 {
      position: relative;
      cursor: pointer;
      text-align: center; }
      .footer-col:first-child h4:before {
        content: '+';
        color: #5200e5;
        font-family: Arial, Verdana, Tahoma, sans-serif;
        font-weight: bold;
        font-size: 16px;
        position: relative;
        top: 2px;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .footer-col:first-child .js-expanded h4:before {
      content: '-';
      font-size: 20px;
      top: 0px; } }
@media (min-width: 992px) {
  .footer-col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1 0 0; }
    .footer-col:first-child .footer-subcol {
      float: left;
      flex: 1 0 auto; } }

.footer-subcol {
  padding: 0; }

.contact-block {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #9ac233;
  color: #fff;
  margin-bottom: 12px;
  overflow: hidden;
  padding: 10px 12px 10px 64px;
  background-image: url(/assets/img/winny/winny-carselector.png);
  background-repeat: no-repeat;
  background-position: -4px 100%; }
  .contact-block h4 {
    text-transform: none;
    margin-bottom: 6px;
    font-size: 14px; }
  .contact-block li {
    position: relative;
    padding: 1px 0 1px 23px; }
    .contact-block li:before {
      position: absolute;
      left: 0;
      top: 1px;
      font-size: 18px; }
    .contact-block li.li-tel:before {
      content: "X";
      top: 2px; }
    .contact-block li.li-mail:before {
      content: "Y";
      top: 2px;
      left: 1px;
      font-size: 16px; }
    .contact-block li.li-faq:before {
      content: "Z"; }
  .contact-block a {
    color: inherit; }
    .contact-block a[href^=tel] {
      cursor: default;
      text-decoration: none; }
  .contact-block strong {
    font-weight: 600; }

.beoordeling-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  color: #2b2b2b;
  font-weight: 600; }
  .beoordeling-item img {
    margin-right: 18px; }
  .beoordeling-item p {
    margin: 0; }
  .beoordeling-item:not(:last-child) {
    border-bottom: 1px #e8e8e8 solid;
    padding-bottom: 14px;
    margin-bottom: 18px; }
    .beoordeling-item.trustpilot img {
      display: block;
      margin: 0 auto; }

.footer-trustmark-icons {
  display: flex;
  flex-wrap: wrap; }
  .footer-trustmark-icons a {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    margin: auto;
    padding: 2%; }
    .footer-trustmark-icons a.full-width {
      flex-flow: row wrap;
      width: 100%;
      padding: 20px 0;
      margin-bottom: 10px;
      margin-top: 20px; }
      .footer-trustmark-icons a.full-width img {
        width: auto;
        max-height: 50px;
        margin: auto;
        max-width: 115px; }
    .footer-trustmark-icons a:not(.full-width) {
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: auto; }
    .footer-trustmark-icons a img {
      width: auto;
      margin: auto;
      max-height: 35px; }

h4 + .beoordeling-item, .beoordeling-item:first-child {
  margin-top: 12px; }

.beoordeling-nl .ratingnumber {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  text-align: center;
  background: #bdbe01;
  border: 4px solid #a6a600;
  color: #fff;
  line-height: 40px;
  font-size: 20px;
  font-weight: 600;
  margin-right: 6px; }
@media (max-width: 825px) {
  .beoordeling-nl .ratingnumber {
    display: none; } }
@media (min-width: 992px) and (max-width: 1125px) {
  .beoordeling-nl .ratingnumber {
    display: none; } }
.beoordeling-nl a:last-child {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
.beoordeling-nl .stars span {
  background-color: #e7711b; }

.beoordeling-nl .rating, .beoordeling-nl .rating > span, .big-stars .rating, .big-stars .rating > span {
  line-height: 28px; }
.beoordeling-nl .stars, .big-stars .stars {
  font-size: 28px;
  letter-spacing: -2px; }
  .beoordeling-nl .stars span, .big-stars .stars span {
    color: #ffd900; }

.rating-txt {
  margin: 0;
  font-weight: 600;
  color: #2b2b2b; }

a:hover .rating-txt {
  text-decoration: underline; }

.betaallogos {
  display: none;
  margin: 5px; }
@media screen and (min-width: 992px) {
  .betaallogos {
    display: block; } }

.paymentmethods-title {
  display: none; }
@media screen and (min-width: 992px) {
  .paymentmethods-title {
    display: block; } }

.cookie-consent-box {
  position: fixed;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 99999;
  border-radius: 7.5px;
  padding-top: 10px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
  max-width: calc(100% - 20px);
  width: 750px; }

.cookie-consent-box .top {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto; }

.cookie-consent-box .top .tabs {
  display: flex;
  width: 100%;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed; }

.cookie-consent-box .top .tabs a {
  width: 33.3%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  text-align: center;
  padding: 15px 10px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid transparent; }

.cookie-consent-box .top .tabs a.active, .cookie-consent-box .top .tabs a:hover {
  color: #5200e5;
  border-bottom: 2px solid #5200e5; }

.cookie-consent-box .center {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto; }

.cookie-consent-box .center > div {
  display: none;
  padding: 15px 7.5px;
  border-bottom: 1px solid #ededed;
  height: 250px;
  overflow: auto; }

.cookie-consent-box .center div.active {
  display: block; }

.cookie-consent-box .center div#cookie-details ul {
  width: 100%; }

.cookie-consent-box .center div#cookie-details ul > li {
  width: 100%; }

.cookie-consent-box .center div#cookie-details ul > li > a {
  width: 100%;
  display: flex;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #ededed;
  padding: 15px 0 10px; }

.cookie-consent-box .center div#cookie-details ul > li > .details-content {
  display: none;
  padding: 15px 7.5px; }

.cookie-consent-box .center div#cookie-details ul > li > a .arrow {
  width: 50px; }

.cookie-consent-box .center div#cookie-details ul > li > a .arrow:after {
  content: ""; }

.cookie-consent-box .center div#cookie-details ul > li > a .arrow img {
  margin-left: 10px;
  width: 15px;
  transform: rotate(270deg); }

.cookie-consent-box .center div#cookie-details ul > li.active .details-content {
  display: block; }

.cookie-consent-box .center div#cookie-details ul > li.active > a .arrow img {
  transform: rotate(0); }

.cookie-consent-box .center div#cookie-details ul > li > a .title {
  width: calc(100% - 100px);
  font-weight: bold; }

.cookie-consent-box .center div#cookie-details ul > li > a .title .tab {
  border-radius: 25px;
  background: #ededed;
  padding: 4px 10px;
  font-weight: bold;
  margin-left: 10px; }

.cookie-consent-box .center div#cookie-details ul > li > a .toggle {
  width: 50px; }

.cookie-consent-active {
  overflow: hidden !important;
  width: auto; }

.cookie-consent-wrap {
  display: none; }

.cookie-consent-active .fixed-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5); }

.cookie-consent-active .cookie-consent-wrap {
  display: block; }

.cookie-consent-box .bottom {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  padding: 0 10px;
  display: flex;
  flex-direction: column; }

.cookie-consent-box .bottom a {
  display: none;
  width: calc(100% - 5px);
  padding: 10px;
  margin: 10px 0;
  text-align: center;
  border: 1px solid #ededed;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  order: 0; }

.cookie-consent-box .bottom a img {
  margin-left: 5px;
  width: 12.5px;
  transform: rotate(270deg); }

.cookie-consent-box .bottom a.active {
  display: block; }

.cookie-consent-box .bottom a.active:last-child {
  margin-bottom: 10px; }

.cookie-consent-box .bottom a.green {
  color: #fff;
  background: #1e9f19;
  border: 1px solid #1e9f19;
  order: -1; }

@media only screen and (min-width: 768px) {
  .cookie-consent-box .bottom a {
    width: calc(50% - 5px); }
  .cookie-consent-box .bottom {
    flex-direction: row; }
  .cookie-consent-box .bottom a {
    margin: 10px 0;
    margin-right: 10px; }
  .cookie-consent-box .bottom a.green {
    order: 0; }
  .cookie-consent-box .bottom a.active:last-child {
    margin-right: 0; }
  .cookie-consent-box .bottom a.active:last-child {
    margin-bottom: 10px; } }

.cookie-consent-box .switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.cookie-consent-box .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22.44px; }

/* The slider */
.cookie-consent-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.cookie-consent-box .slider:before {
  position: absolute;
  content: "";
  height: 17.16px;
  width: 17.16px;
  left: 2.65px;
  bottom: 2.4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.cookie-consent-box input:checked + .slider {
  background-color: #2196F3; }

.cookie-consent-box input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

.cookie-consent-box input:checked + .slider:before {
  -webkit-transform: translateX(17.16px);
  -ms-transform: translateX(17.16px);
  transform: translateX(17.16px); }

/* Rounded sliders */
.cookie-consent-box .slider.round {
  border-radius: 22.44px; }

.cookie-consent-box .slider.round.disabled {
  background-color: #ccc;
  cursor: not-allowed; }

.cookie-consent-box .slider.round:before {
  border-radius: 50%; }

#topbar {
  background-color: #f5f5f5;
  font-size: 12px;
  color: #7d7d7d;
  text-align: right;
  margin-bottom: 20px; }
@media screen and (max-width: 650px) {
  #topbar {
    margin-bottom: 12px; } }
@media screen and (min-width: 651px) and (max-width: 991px) {
  #topbar {
    margin-bottom: 16px; } }
.topnavigation {
  position: relative;
  z-index: 11;
  padding-right: 40px; }

#topmenu {
  display: inline-block;
  text-align: left; }
  #topmenu > ul > li:not(#translate) {
    display: inline-block;
    position: relative; }
    #topmenu > ul > li:not(#translate) > a {
      display: inline-block;
      padding: 8px 7px 9px;
      color: #7d7d7d;
      outline: 0;
      text-decoration: none; }
    #topmenu > ul > li:not(#translate).has-children > a {
      padding-right: 21px; }

#topmenu .has-children > a {
  position: relative; }
  #topmenu .has-children > a:after {
    content: "s";
    position: absolute;
    top: 50%;
    right: 3px;
    font-size: 16px;
    width: 16px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    #topmenu .has-children > a:hover:after, #topmenu .has-children > a.js-open:after, #topmenu .has-children > a:focus.js-open:after {
      -webkit-transform: translate(0, -50%) rotate(-90deg);
      -ms-transform: translate(0, -50%) rotate(-90deg);
      transform: translate(0, -50%) rotate(-90deg); }
#topmenu .has-children ul {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 200px;
  margin-top: -4px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.15); }
  #topmenu .has-children ul li > strong, #topmenu .has-children ul a:not(.btn) {
    display: block;
    white-space: nowrap;
    padding: 8px 16px; }
  #topmenu .has-children ul a:not(.btn) {
    outline: 0;
    text-decoration: none;
    color: #000;
    color: rgba(0, 0, 0, 0.87); }
    #topmenu .has-children ul a:not(.btn):hover, #topmenu .has-children ul a:not(.btn):focus {
      background-color: #eee; }
    #topmenu .has-children ul a:not(.btn):active {
      background-color: #ccc; }
  #topmenu .has-children ul .btn, #topmenu .has-children ul .back-btn, #topmenu .has-children ul div.pagination a.pagebtn, div.pagination #topmenu .has-children ul a.pagebtn, #topmenu .has-children ul .switch-tabs :not(:checked) + label .login-btn, .switch-tabs :not(:checked) + label #topmenu .has-children ul .login-btn {
    margin: 6px 6px 4px;
    display: block; }
    #topmenu .has-children ul .btn.orange, #topmenu .has-children ul .orange.back-btn, #topmenu .has-children ul div.pagination a.orange.pagebtn, div.pagination #topmenu .has-children ul a.orange.pagebtn, #topmenu .has-children ul .switch-tabs :not(:checked) + label .orange.login-btn, .switch-tabs :not(:checked) + label #topmenu .has-children ul .orange.login-btn {
      font-weight: 600; }
#topmenu .has-children .new-customer {
  padding-bottom: 5px;
  margin-bottom: 3px;
  position: relative; }
  #topmenu .has-children .new-customer:before {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 1px #eee solid;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 16px; }
  #topmenu .has-children .new-customer a:not(.btn) {
    padding: 5px 16px; }
  #topmenu .has-children .new-customer .arrow:after {
    margin-left: -4px; }
  #topmenu .has-children .new-customer strong {
    font-weight: 600; }
#topmenu .has-children:hover > a {
  background-color: #9e9e9e;
  background-color: rgba(158, 158, 158, 0.2); }

#topmenu .has-children:hover > ul, #topmenu .has-children > a:hover + ul, #topmenu .has-children ul.js-open {
  display: block; }

#topmenu > ul > li:not(#translate) > a:hover, #topmenu > ul > li:not(#translate) > a.js-open, #translate li > a:hover, #translate li > a.js-open {
  color: #676767;
  background-color: #9e9e9e;
  background-color: rgba(158, 158, 158, 0.2); }
#topmenu > ul > li:not(#translate) > a:active, #translate li > a:active {
  background-color: #9e9e9e;
  background-color: rgba(158, 158, 158, 0.4); }
#topmenu > ul > li:not(#translate) > a:focus:not(:active), #translate li > a:focus:not(:active) {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.12); }

#translate {
  position: absolute;
  top: 6px;
  right: 0;
  background: #fff;
  border: 1px #eee solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: left;
  /*
	li:not(:first-child) { display: none; }

	&:hover { 
		li { display: block; }
	}
	*/ }
  #translate ul {
    display: none; }
  #translate:hover ul > a:hover + ul, #translate ul.js-open {
    display: block; }
  #translate > a {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px; }
    #translate > a:focus {
      border: 1px #330a80 solid; }
  #translate a {
    display: block;
    overflow: hidden;
    width: 28px;
    height: 20px;
    padding: 4px;
    cursor: pointer;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    outline: 0; }
    #translate a[data-flag="nl"] {
      background-image: url(/assets/img/flags/Netherlands.png); }
    #translate a[data-flag="nl-be"] {
      background-image: url(/assets/img/flags/Belgium.png); }
    #translate a[data-flag="nl-bq"] {
      background-image: url(/assets/img/flags/Bonaire.png); }
    #translate a[data-flag="eu"] {
      background-image: url(/assets/img/flags/Europe.png); }
    #translate a[data-flag="en"] {
      background-image: url(/assets/img/flags/United_Kingdom.png); }
    #translate a[data-flag="de"] {
      background-image: url(/assets/img/flags/Germany.png); }
    #translate a[data-flag="es"] {
      background-image: url(/assets/img/flags/Spain.png); }
    #translate a[data-flag="fr"] {
      background-image: url(/assets/img/flags/France.png); }
    #translate a[data-flag="se"] {
      background-image: url(/assets/img/flags/Sweden.png); }
    #translate a[data-flag="ie"] {
      background-image: url(/assets/img/flags/Ireland.png); }
  #translate img {
    display: block; }

/* Page-specific styles
------------------------------------------------------------------*/
/*
 * Homepage specific styles
 */
#page-checkout .contact-blok .left > a {
  display: none; }

.contact-blok {
  display: flex;
  padding: 10px;
  font-size: 13px;
  margin-bottom: 15px; }
  .contact-blok:not(.contact-blok-cart) {
    background: #efefef; }
  .contact-blok.contact-blok-cart {
    width: 100%;
    text-align: center;
    padding: 25px 0 0;
    margin: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    margin-bottom: 25px; }
  @media screen and (min-width: 992px) {
    .contact-blok.contact-blok-cart {
      padding: 25px 20px 0;
      width: 33.3%; } }
  .contact-blok.contact-blok-cart b {
    width: 100%;
    color: #9b9bac;
    font-weight: bold;
    margin-top: 15px;
    font-size: 14px; }
  .contact-blok.contact-blok-cart p {
    width: 100%;
    color: #9b9bac;
    margin-bottom: 10px;
    font-size: 12px; }
  .contact-blok.contact-blok-cart p a {
    width: auto !important;
    color: #9b9bac;
    text-decoration: none;
    margin: 0;
    padding: 0;
    display: inline-block; }
  .contact-blok.contact-blok-cart > a {
    display: block;
    width: 100% !important;
    margin: 0;
    padding: 0;
    color: #330a80;
    text-decoration: none;
    text-align: center; }
  .contact-blok.contact-blok-cart a:hover {
    color: #5200e5; }
  .contact-blok a {
    color: #000000;
    font-weight: bold; }
    .contact-blok a:hover {
      color: #5200e5; }
  .contact-blok .left {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 80%;
    padding: 0; }
    .contact-blok .left a {
      font-weight: 600;
      text-transform: capitalize; }
    .contact-blok .left p {
      margin: 0; }
      .contact-blok .left p a {
        font-weight: 400;
        text-transform: capitalize; }
      .contact-blok .left p b {
        font-weight: 600;
        text-transform: capitalize; }
  .contact-blok .right {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 20%;
    display: flex;
    padding: 0; }
  .contact-blok .right img {
    display: block;
    margin: auto 0 auto auto; }
  .contact-blok .left p, .contact-blok .contact-blok .left p a {
    color: #000; }
  .contact-blok .left > a {
    color: #5200e5;
    cursor: pointer; }
  @media screen and (min-width: 768px) {
    .contact-blok body:not(.page-productdetail) .contact-blok {
      width: 25%; } }

.home-two-items {
  overflow: hidden;
  text-align: center;
  margin: 26px 0;
  display: flex; }
  .home-two-items a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0; }
    .home-two-items a:hover h3, .home-two-items a:focus h3 {
      text-decoration: underline; }
  .home-two-items > div:not(:last-child) {
    margin-bottom: 12px;
    padding-right: 10px; }
  @media screen and (min-width: 992px) {
    .home-two-items {
      margin: 32px -12px; }
      .home-two-items > div {
        float: left;
        width: 50%;
        padding: 0 12px;
        margin: 0 !important; }
      .home-two-items a {
        display: block; } }
.home-two-items .home-newsletter .bluebox {
  width: 100%;
  padding: 13px;
  box-sizing: border-box;
  color: #445f6c;
  position: relative;
  overflow: hidden;
  background: transparent !important;
  background-image: url("/assets/img/nieuwsbrief-home.png") !important;
  background-size: cover !important;
  border-radius: 6px;
  border: 1px solid #ececec; }
  .home-two-items .home-newsletter .bluebox b {
    font-family: 'Open Sans', Arial, Tahoma, Verdana, sans-serif;
    color: #ff9933;
    font-weight: bold; }
  .home-two-items .home-newsletter .bluebox h3 {
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    margin: 0;
    font-family: 'OpenSansSemiBold', sans-serif;
    margin-bottom: 10px; }
  .home-two-items .home-newsletter .bluebox p {
    color: #ffffff;
    text-align: left;
    margin: 0 0 15px;
    font-size: 14px; }
  .home-two-items .home-newsletter .bluebox .aanmeldrow {
    position: relative;
    display: block;
    width: 100%;
    max-width: 65%;
    margin-bottom: 5px; }
    .home-two-items .home-newsletter .bluebox .aanmeldrow input[type=email] {
      border: 1px solid #d7d7d7;
      border-radius: 60px;
      height: 35px;
      padding: 18px;
      width: 100%;
      margin-bottom: 2px;
      color: #6c6a6a;
      font-size: 13px;
      line-height: 20px; }
    .home-two-items .home-newsletter .bluebox .aanmeldrow a.btn, .home-two-items .home-newsletter .bluebox .aanmeldrow a.back-btn, .home-two-items .home-newsletter .bluebox .aanmeldrow div.pagination a.pagebtn, div.pagination .home-two-items .home-newsletter .bluebox .aanmeldrow a.pagebtn, .home-two-items .home-newsletter .bluebox .aanmeldrow .switch-tabs :not(:checked) + label a.login-btn, .switch-tabs :not(:checked) + label .home-two-items .home-newsletter .bluebox .aanmeldrow a.login-btn {
      position: absolute;
      background: transparent;
      border: 0;
      right: 0;
      top: 0;
      margin: 0;
      line-height: inherit;
      padding: 10px 0;
      min-width: 35px; }
      .home-two-items .home-newsletter .bluebox .aanmeldrow a.btn img, .home-two-items .home-newsletter .bluebox .aanmeldrow a.back-btn img, .home-two-items .home-newsletter .bluebox .aanmeldrow div.pagination a.pagebtn img, div.pagination .home-two-items .home-newsletter .bluebox .aanmeldrow a.pagebtn img, .home-two-items .home-newsletter .bluebox .aanmeldrow .switch-tabs :not(:checked) + label a.login-btn img, .switch-tabs :not(:checked) + label .home-two-items .home-newsletter .bluebox .aanmeldrow a.login-btn img {
        width: 10px;
        line-height: 10px;
        padding: 0;
        margin: 0; }
      .home-two-items .home-newsletter .bluebox .aanmeldrow a.btn span, .home-two-items .home-newsletter .bluebox .aanmeldrow a.back-btn span, .home-two-items .home-newsletter .bluebox .aanmeldrow div.pagination a.pagebtn span, div.pagination .home-two-items .home-newsletter .bluebox .aanmeldrow a.pagebtn span, .home-two-items .home-newsletter .bluebox .aanmeldrow .switch-tabs :not(:checked) + label a.login-btn span, .switch-tabs :not(:checked) + label .home-two-items .home-newsletter .bluebox .aanmeldrow a.login-btn span {
        color: #737373; }
.home-two-items > div:not(.home-newsletter) img {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
.home-two-items > div:not(.home-newsletter) h3 {
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 8px 30px 8px 12px;
  margin-bottom: 12px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0; }
  .home-two-items > div:not(.home-newsletter) h3:after {
    content: "s";
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 50%;
    font-size: 20px;
    height: 20px;
    margin-top: -10px; }

.home-items-small {
  overflow: hidden;
  text-align: center;
  margin: 0 -8px 18px; }
@media screen and (max-width: 767px) {
  .home-items-small {
    display: none; } }
.home-items-small li {
  float: left;
  width: 33.33333%;
  padding: 0 8px; }
.home-items-small img {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  max-width: 274px;
  margin: 0 auto; }

.home-txt-links {
  overflow: hidden;
  text-align: left;
  font-size: 13px; }
  .home-txt-links h4 {
    margin: 8px 0 6px;
    font-size: 18px; }
  .home-txt-links ul {
    margin: 8px 0 22px; }
  .home-txt-links li {
    margin: 5px 0; }
    .home-txt-links a:hover, .home-txt-links a:focus {
      text-decoration: underline; }
  @media screen and (max-width: 991px) {
    .home-txt-links {
      display: none; } }

.home-visual img {
  margin: 0 auto;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.home-visual, .home-carselector-wrapper {
  margin-bottom: 18px; }

.home-carselector.carselector li {
  margin-bottom: 10px; }
.home-carselector .home-paymentmethods {
  display: block;
  margin: auto;
  max-width: 100%; }
.home-carselector header {
  line-height: 1.5;
  margin-bottom: 20px; }
.home-carselector h4 {
  font-size: 18px;
  line-height: 1.45; }
@media screen and (min-width: 756px) and (max-width: 1085px) {
  .home-carselector h4 {
    font-size: 16px; } }
@media screen and (min-width: 675px) and (max-width: 755px) {
  .home-carselector h4 {
    font-size: 15px;
    letter-spacing: -0.2px;
    margin-right: -5px; } }
@media screen and (min-width: 675px) {
  .home-carselector h4 + p {
    clear: both; } }

@media screen and (min-width: 675px) {
  .home-top {
    margin: 0 -8px; }
  .home-visual {
    padding: 0 8px;
    width: 66.66666%;
    float: left; }
  .home-carselector-wrapper {
    float: left;
    width: 33.33333%;
    padding: 0 8px;
    display: flex;
    flex-direction: column; }
    .home-carselector-wrapper .carselector {
      flex-grow: 1;
      flex-shrink: 0;
      flex-basis: auto; }
    .home-carselector-wrapper .home-paymenticons-wrap {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: auto; }
      .home-carselector-wrapper .home-paymenticons-wrap .home-paymentmethods {
        margin-top: 15px;
        margin-bottom: 0; }
  .home-top {
    display: flex;
    flex-wrap: wrap; }
  .home-visual a {
    display: block;
    width: 100%; }
  .home-carselector-wrapper .carselector {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative; }
    .home-carselector-wrapper .carselector .home-paymentmethods {
      max-height: 50px;
      width: auto;
      margin: auto; } }

@media screen and (max-width: 768px) {
  .home-top {
    display: flex;
    flex-wrap: wrap; }
    .home-top .home-visual, .home-top .home-carselector-wrapper {
      width: 100%;
      flex-grow: 1;
      flex-shrink: 0;
      flex-basis: auto; }
    .home-top .home-visual {
      order: 2; } }

@media screen and (max-width: 400px) {
  .home-btm .col-main {
    display: none; } }

@media screen and (max-width: 991px) {
  .home-top-left {
    display: none !important; }
  .home-top-left + .col-main {
    margin-bottom: 0; } }

.home-visual {
  display: none; }

.home-categories {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0; }
  .home-categories h2 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 16px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
    text-align: center; }
  .home-categories .item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    display: block;
    text-decoration: none; }
    .home-categories .item:nth-child(odd) {
      margin-right: 0; }
    .home-categories .item:hover {
      cursor: pointer;
      border: 1px solid #5200e5; }
    .home-categories .item .ratioBox {
      display: block;
      width: 100%;
      position: relative;
      padding: 10px; }
      .home-categories .item .ratioBox img {
        width: 100%; }
    .home-categories .item b {
      display: block;
      width: 100%;
      font-size: 12px;
      font-family: 'Open Sans', Arial, Tahoma, Verdana, sans-serif, sans-serif;
      font-weight: 700;
      color: #3a3a3a;
      text-align: center;
      margin-bottom: 10px; }
  .home-categories .btn, .home-categories .back-btn, .home-categories div.pagination a.pagebtn, div.pagination .home-categories a.pagebtn, .home-categories .switch-tabs :not(:checked) + label .login-btn, .switch-tabs :not(:checked) + label .home-categories .login-btn {
    padding: 8px 12px 6px 12px;
    border: 0;
    display: inline-block;
    background-color: #5200e5;
    color: #ffffff;
    font-size: 15px;
    font-family: 'OpenSansSemiBold', sans-serif;
    border-radius: 2px;
    min-height: 36px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    margin: auto;
    margin-top: 10px; }

#page-home .col-right {
  display: none; }

@media screen and (min-width: 350px) {
  .home-categories .item {
    width: calc(33.3% - 7.5px); }
  .home-categories .item:nth-child(odd) {
    margin-right: 10px; }
  .home-categories .item:nth-child(3n+4) {
    margin-right: 0; } }

@media screen and (min-width: 768px) {
  #page-home .col-right {
    display: block; }
  .home-visual {
    display: block; }
  .home-categories {
    display: none; } }

@media (max-width: 600px) {
  .hidden-mobile {
    display: none !important; } }

/* Categorie-overzicht */
#categorie-overzicht, .categorie-overzicht {
  margin: 0 -10px 0; }
@media screen and (max-width: 767px) {
  #categorie-overzicht, .categorie-overzicht {
    margin: 0 -5px 0; } }
#categorie-overzicht li, .categorie-overzicht li {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 18px; }
@media screen and (max-width: 767px) {
  #categorie-overzicht li, .categorie-overzicht li {
    padding: 0 5px;
    margin-bottom: 10px; } }
@media screen and (min-width: 600px) and (max-width: 767px) {
  #categorie-overzicht li, .categorie-overzicht li {
    width: 33.3333%; } }
@media screen and (min-width: 450px) and (max-width: 599px) {
  #categorie-overzicht li, .categorie-overzicht li {
    width: 50%; } }
@media screen and (max-width: 449px) {
  #categorie-overzicht li, .categorie-overzicht li {
    width: auto;
    float: none; } }
#categorie-overzicht img, .categorie-overzicht img {
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backface-visibility: hidden; }
@media screen and (max-width: 449px) {
  #categorie-overzicht img, .categorie-overzicht img {
    float: right;
    max-height: 100px;
    width: auto;
    max-width: 35%; } }
#categorie-overzicht a, #categorie-overzicht .no-results, .categorie-overzicht a, .categorie-overzicht .no-results {
  display: block;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #ececec;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 1px -2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 1px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 1px -2px rgba(0, 0, 0, 0.15); }
#categorie-overzicht .no-results, .categorie-overzicht .no-results {
  opacity: 0.4; }
#categorie-overzicht a, .categorie-overzicht a {
  text-decoration: none;
  color: inherit;
  outline: 0;
  -webkit-transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  #categorie-overzicht a:hover, .categorie-overzicht a:hover {
    color: #000;
    border-color: #330a80;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.15); }
    #categorie-overzicht a:hover img, .categorie-overzicht a:hover img {
      opacity: 0.85; }
  #categorie-overzicht a:active, .categorie-overzicht a:active {
    color: #676767;
    border-color: rgba(51, 10, 128, 0.6); }
  #categorie-overzicht a:focus:not(:active), .categorie-overzicht a:focus:not(:active) {
    border-color: #330a80; }
  #categorie-overzicht a .prod-count:after, .categorie-overzicht a .prod-count:after {
    content: '»';
    margin-left: 5px; }
#categorie-overzicht h2, #categorie-overzicht h3, .categorie-overzicht h2, .categorie-overzicht h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 0;
  text-overflow: ellipsis;
  overflow: hidden; }
@media screen and (min-width: 450px) {
  #categorie-overzicht ul, .categorie-overzicht ul {
    display: flex;
    flex-wrap: wrap; }
  #categorie-overzicht li, .categorie-overzicht li {
    display: flex; }
  #categorie-overzicht article, .categorie-overzicht article {
    display: flex;
    flex-direction: column;
    width: 100%; }
  #categorie-overzicht img, .categorie-overzicht img {
    margin: auto;
    overflow: hidden; }
  #categorie-overzicht a, #categorie-overzicht .no-results, .categorie-overzicht a, .categorie-overzicht .no-results {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column; } }

.categorie-overzicht ul {
  text-align: center; }

#hidden-info-usps {
  display: none; }

.category-usps {
  width: calc(100% - 24px) !important;
  display: none;
  margin: 0 12px 8px; }

.category-usps .usps {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0; }

.category-usps .usps li {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  margin: 5px 0;
  padding-left: 26px; }
  .category-usps .usps li span {
    font-weight: 500;
    color: #000;
    text-transform: none;
    white-space: nowrap; }

.category-usps .usps li:before {
  content: "" !important; }

.category-usps .usps li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #93b931; }

@media screen and (max-width: 800px) {
  #producten.list .mobile-usp-list, #producten.grid .mobile-usp-blok {
    width: 100% !important;
    display: inline-block; } }

@media screen and (min-width: 801px) {
  #producten.list .desktop-usp-list {
    display: inline-block; }
  #producten.grid .desktop-usp-blok {
    display: inline-block; } }

.cat-title {
  padding-left: 1px;
  margin: 0 0 12px; }
  .cat-title h1 {
    margin: 0 0 2px; }
  .cat-title .prod-count {
    margin: 0 0 12px;
    font-weight: 600; }

.prod-count {
  font-size: 14px;
  font-weight: 300;
  margin: 6px 0 0;
  color: #888; }

.show-more-holder {
  margin-top: 20px; }
  .show-more-holder button {
    display: block;
    margin: 0 auto; }

.toon_onderdelen_box {
  width: 100%;
  float: left;
  border-radius: 8px;
  background-color: #eeeeee;
  padding: 10px;
  box-sizing: border-box;
  color: #424242;
  position: relative;
  overflow: hidden;
  margin: 20px 0 5px; }

.toon_onderdelen_box .wrap {
  overflow: hidden;
  padding: 0 160px 0 64px;
  position: relative; }

.toon_onderdelen_box .merkmodelbtn {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff; }

.toon_onderdelen_box .winnyphoto {
  position: absolute;
  left: 0;
  bottom: 0; }

#producten-model.list {
  display: inline-block; }

#producten-model.grid {
  display: inline-flex; }

.merkmodelbtn {
  padding: 8px 12px 8px 12px;
  border: 0;
  display: block;
  background-color: #5200e5;
  color: #ffffff;
  font-size: 15px;
  font-family: 'OpenSansSemiBold', sans-serif;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  overflow: hidden; }

/* seo tekst links */
.cat-side-txt, .cat-top-txt {
  clear: both;
  font-size: 11.75px;
  /* 11.25px */
  line-height: 1.425;
  overflow: hidden;
  text-align: justify; }

.cat-side-txt {
  padding-top: 8px;
  margin-bottom: 26px; }

.cat-side-txt *, .cat-top-txt * {
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 8px; }

.cat-side-txt *:not(h4):not(a), .cat-top-txt *:not(h4):not(a) {
  color: #616161;
  /* #999; */ }

.cat-top-txt {
  margin-top: 1000px; }

.cat-side-txt a {
  display: inline-block;
  margin: 0px; }

.cat-side-txt a:hover, .cat-top-txt a:hover {
  text-decoration: underline !important; }

.cat-side-txt ul {
  padding: 10px 0;
  list-style: inside; }

.cat-side-txt ul li {
  text-align: left;
  list-style: inherit;
  padding-left: 10px; }

.cat-top-txt {
  margin-top: -2px; }

.title + .cat-top-txt {
  margin: -21px 0 6px 2px; }

.ReadMoreBox {
  margin-bottom: 10px !important; }

.ReadMoreBox p {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0; }

.ReadMoreBox.hasReadMore p:after {
  content: '...';
  position: absolute;
  bottom: 0;
  right: 65px;
  background: #fff;
  margin: 0;
  padding: 0 25px 0 5px; }

.ReadMoreBox.hasReadMore p:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 16.7437px;
  width: 60px;
  right: 95px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  margin: 0; }

.ReadMoreBox .readmore {
  display: inline;
  position: absolute;
  right: 0;
  background: #fff;
  bottom: 0;
  margin: 0;
  padding: 0 0 0 10px; }

.ReadMoreBox.active p {
  max-height: 100% !important; }

.ReadMoreBox.active p:after {
  content: ''; }

.ReadMoreBox.active .readmore {
  display: block;
  width: 100%;
  position: relative;
  text-align: right; }

.ReadMoreBox.hasReadMore.active p:before {
  display: none; }

.category-search {
  width: 100%;
  display: flex;
  position: relative; }
  .category-search #cat-search {
    margin: 0 auto 20px;
    position: inherit;
    top: 0; }
  @media screen and (max-width: 767px) {
    .category-search #cat-search {
      width: 100%;
      height: 45px;
      padding: 5px; } }

#category-zero a {
  border: 0; }
#category-zero .cat-accordion {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ececec !important;
  display: flex;
  flex-wrap: wrap;
  padding: 0; }
@media screen and (min-width: 768px) {
  #category-zero .cat-accordion {
    display: none; } }
#category-zero .cat-accordion .main-cat {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ececec; }
  #category-zero .cat-accordion .main-cat .left {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 20%;
    padding: 0 5px;
    display: flex; }
    #category-zero .cat-accordion .main-cat .left img {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: auto;
      max-width: 100%;
      height: auto;
      margin: auto; }
  #category-zero .cat-accordion .main-cat .center {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 65%;
    padding: 5px;
    display: flex; }
    #category-zero .cat-accordion .main-cat .center h3 {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: auto;
      font-size: 15px;
      margin: auto 10px;
      color: #000000; }
  #category-zero .cat-accordion .main-cat .right {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 15%;
    padding: 5px;
    display: flex; }
    #category-zero .cat-accordion .main-cat .right .arrow {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: auto;
      margin: auto; }
      #category-zero .cat-accordion .main-cat .right .arrow::after {
        content: none; }
      #category-zero .cat-accordion .main-cat .right .arrow img {
        max-width: 12px; }
  #category-zero .cat-accordion .main-cat.active .right .arrow {
    transform: rotate(180deg); }
  #category-zero .cat-accordion .main-cat.active ~ .sub-cat {
    display: flex;
    overflow: hidden; }
#category-zero .cat-accordion .sub-cat {
  width: 100%;
  display: none; }
  #category-zero .cat-accordion .sub-cat .left {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 15%;
    padding: 5px;
    display: flex; }
    #category-zero .cat-accordion .sub-cat .left img {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: auto;
      max-width: 100%;
      height: auto;
      margin: auto 0; }
  #category-zero .cat-accordion .sub-cat .right {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 85%;
    display: flex;
    position: relative; }
    #category-zero .cat-accordion .sub-cat .right:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 25px;
      background: white;
      background: linear-gradient(275deg, white 48%, rgba(255, 255, 255, 0) 100%); }
    #category-zero .cat-accordion .sub-cat .right p {
      color: #000;
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: auto;
      margin: auto 20px; }
    #category-zero .cat-accordion .sub-cat .right b {
      color: #000;
      margin: 10px 20px; }
#category-zero .cat-accordion .all-cats {
  border-top: 1px solid #ececec; }
#category-zero .desktop-cats {
  display: none;
  margin-left: -12px;
  margin-right: -12px; }
@media screen and (min-width: 768px) {
  #category-zero .desktop-cats {
    display: flex;
    flex-wrap: wrap; } }
#category-zero .desktop-cats .cxs4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3%;
  padding-left: 12px;
  padding-right: 12px; }
  #category-zero .desktop-cats .cxs4 .wp-category {
    display: flex;
    flex-wrap: wrap;
    height: 400px;
    border: 1px solid #ececec;
    padding: 12px 8px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px; }
  @media only screen and (min-width: 1050px) {
    #category-zero .desktop-cats .cxs4 .wp-category {
      height: 260px; } }
  #category-zero .desktop-cats .cxs4 .wp-category .cat-title {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
    margin: 0;
    max-height: 59px;
    overflow: hidden; }
    #category-zero .desktop-cats .cxs4 .wp-category .cat-title a {
      color: #000000; }
      #category-zero .desktop-cats .cxs4 .wp-category .cat-title a h3 {
        font-size: 16px; }
  #category-zero .desktop-cats .cxs4 .wp-category .left {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%; }
  @media only screen and (min-width: 1050px) {
    #category-zero .desktop-cats .cxs4 .wp-category .left {
      width: 40%; } }
  #category-zero .desktop-cats .cxs4 .wp-category .left img {
    display: block;
    width: 70%;
    margin: auto; }
  #category-zero .desktop-cats .cxs4 .wp-category .center {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    font-size: 15px;
    margin: auto 10px; }
  #category-zero .desktop-cats .cxs4 .wp-category .right {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%; }
  @media only screen and (min-width: 1050px) {
    #category-zero .desktop-cats .cxs4 .wp-category .right {
      width: 60%; } }
  #category-zero .desktop-cats .cxs4 .wp-category .right ul {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 10px; }
    #category-zero .desktop-cats .cxs4 .wp-category .right ul li {
      text-align: left; }
      #category-zero .desktop-cats .cxs4 .wp-category .right ul li a {
        display: block;
        color: #000;
        padding-left: 12.5px;
        position: relative;
        text-decoration: underline;
        margin-bottom: 4px;
        font-size: 13px;
        word-break: break-word; }
        #category-zero .desktop-cats .cxs4 .wp-category .right ul li a:before {
          content: "•";
          position: absolute;
          top: -4px;
          left: 0px;
          font-size: 20px; }
  #category-zero .desktop-cats .cxs4 .wp-category .bottom {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
    display: flex;
    border-top: 1px solid #ededed;
    padding-top: 10px;
    margin-top: auto; }
    #category-zero .desktop-cats .cxs4 .wp-category .bottom a {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: auto;
      width: 100%;
      margin: auto;
      text-decoration: none;
      font-weight: 600;
      text-align: center;
      color: #000;
      font-size: 13px;
      font-family: 'OpenSans', sans-serif !important; }

#product-overzicht, .product-overzicht {
  margin: 0; }

.prod-item {
  display: block;
  position: relative; }
  .prod-item a {
    display: block;
    color: #2b2b2b; }
    .prod-item a:hover h2, .prod-item a:focus h2 {
      color: #330a80; }
  .prod-item header {
    display: block;
    margin-bottom: 2px; }
    .prod-item header > span, .prod-item header h2 {
      vertical-align: middle;
      line-height: 1.35; }
    .prod-item header > span {
      vertical-align: baseline;
      margin-right: 6px; }
  .prod-item h2 {
    font-size: 16px;
    display: inline; }
  .prod-item form {
    margin: 0; }
  .prod-item button {
    text-transform: none;
    font-weight: 600;
    font-size: 12px;
    padding: 7px 6px; }

.prod-item-wrapper {
  position: relative; }

.prod-item-main :last-child {
  margin-bottom: 0; }

.prod-item-description {
  max-height: 130px;
  overflow: hidden; }
  .prod-item-description p {
    height: auto;
    min-height: 80px;
    max-height: 120px;
    line-height: 20px; }

.prod-details .discount, .prod-item-right .discount {
  float: left;
  background: #330a80;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 5px;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 51px;
  height: 51px;
  line-height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  border: 3px #fff solid;
  -webkit-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.4), 0 0 1px rgba(100, 100, 100, 0.03);
  -moz-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.4), 0 0 1px rgba(100, 100, 100, 0.03);
  box-shadow: 0 1px 3px rgba(100, 100, 100, 0.4), 0 0 1px rgba(100, 100, 100, 0.03);
  letter-spacing: -0.2px;
  text-indent: 1px;
  margin: -2px -2px 0 0;
  text-shadow: 0 -1px #0077b5; }
.prod-details .from, .prod-item-right .from {
  display: block;
  color: #bbb;
  text-decoration: line-through;
  margin-bottom: 3px;
  text-align: right; }
  .prod-details .from sup, .prod-details .from sub, .prod-item-right .from sup, .prod-item-right .from sub {
    position: relative;
    vertical-align: baseline;
    font-size: 0.7em;
    top: -0.35em;
    left: -0.2em; }
  .prod-details .from sub, .prod-item-right .from sub {
    top: 0.4em; }
.prod-details .price, .prod-item-right .price {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right; }
  .prod-details .price span, .prod-item-right .price span {
    font-size: 1.28572em; }
  .prod-details .price sup, .prod-details .price sub, .prod-item-right .price sup, .prod-item-right .price sub {
    position: relative;
    vertical-align: baseline;
    font-size: 0.7em;
    top: -0.35em;
    left: -0.2em; }
  .prod-details .price sub, .prod-item-right .price sub {
    top: 0.4em; }
.prod-details .status, .prod-item-right .status {
  float: right; }

@media screen and (max-width: 700px) {
  .list .prod-item-right .status {
    float: left; } }

.grid .prod-item-right .price.no-old-price {
  margin-top: 22px; }

.list > li {
  margin: 0 0 8px;
  padding: 0;
  border: 1px #eee solid; }
.list .rating {
  margin: 5px 0 2px;
  display: flex; }
  .list .rating .stars, .list .rating .ratingcount {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto; }
  .list .rating .ratingcount {
    color: #5200e5;
    font-size: 12px; }
.list .prod-item-image {
  padding-right: 12px;
  padding-left: 8px;
  vertical-align: middle;
  position: relative; }
.list .prod-item-main {
  padding-right: 6px;
  padding-left: 6px; }
.list .prod-item-right {
  padding-left: 12px; }
.list .prod-item-main, .list .prod-item-right {
  vertical-align: top; }
.list .prod-item-image {
  width: 25.075%; }
.list form {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 12px; }
.list button {
  width: 100%; }
.list .prod-item-right {
  background-color: #f7fbfb;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 46px; }
@media (min-width: 701px) {
  .list form, .list .prod-item-right {
    width: 27.5%; }
  .list .prod-item a {
    display: table;
    width: 100%; }
  .list .prod-item-wrapper {
    display: table-row; }
  .list .prod-item-image, .list .prod-item-main, .list .prod-item-right {
    display: table-cell;
    padding-top: 14px;
    padding-bottom: 20px; }
  .list .prod-item-right {
    border-left: 1px #eee solid; } }
@media (max-width: 700px) {
  .list .prod-item-wrapper {
    padding: 10px 0 0; }
  .list .prod-item-description {
    max-height: none; }
  .list .prod-item-main {
    overflow: hidden;
    padding-left: 0; }
  .list .prod-item-image {
    width: 40%;
    min-width: 150px;
    max-width: 190px;
    float: left;
    margin-bottom: 12px; }
  .list .discount {
    margin-top: -8px; }
  .list .prod-item-right {
    margin-top: 12px;
    padding: 12px;
    display: block;
    width: auto;
    overflow: hidden;
    border-top: 1px #eee solid;
    min-height: 102px;
    clear: both; }
  .list form {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    min-width: 132px;
    margin: 0 10px 10px 0; } }
@media screen and (max-width: 400px) {
  .list form {
    min-width: 0;
    position: static;
    margin: -2px 0 0;
    padding: 0 10px 10px;
    background-color: #f7fbfb; }
  .list .discount {
    margin-top: -2px; } }

.grid, .products-home, .products-home-narrow {
  overflow: hidden;
  margin: 0;
  margin-left: -10px; }
  .grid h2, .products-home h2, .products-home-narrow h2 {
    display: block;
    text-align: center; }
  .grid .ratingSpacer, .products-home .ratingSpacer, .products-home-narrow .ratingSpacer {
    width: 100%;
    height: 20px; }
  .grid > li, .products-home > li, .products-home-narrow > li {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    margin-bottom: 12px; }
  .grid article, .products-home article, .products-home-narrow article {
    overflow: hidden;
    border: 1px #eee solid; }
  .grid .prod-item-main, .products-home .prod-item-main, .products-home-narrow .prod-item-main {
    padding: 0 10px; }
  .grid .prod-item-right, .products-home .prod-item-right, .products-home-narrow .prod-item-right {
    border: 1px #eee solid;
    border-bottom: none;
    background-color: #f7fbfb;
    padding: 10px;
    margin: 0 -1px; }
  .grid .prod-item-image, .products-home .prod-item-image, .products-home-narrow .prod-item-image {
    padding: 14px 8px;
    margin: auto; }
    .grid .prod-item-image img, .products-home .prod-item-image img, .products-home-narrow .prod-item-image img {
      display: block;
      margin: 0 auto; }
  .grid .prod-item-description, .products-home .prod-item-description, .products-home-narrow .prod-item-description {
    display: none; }
  .grid .rating, .products-home .rating, .products-home-narrow .rating {
    margin: 5px 0 2px;
    display: flex;
    justify-content: center; }
    .grid .rating .stars, .grid .rating .ratingcount, .products-home .rating .stars, .products-home .rating .ratingcount, .products-home-narrow .rating .stars, .products-home-narrow .rating .ratingcount {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: auto; }
    .grid .rating .ratingcount, .products-home .rating .ratingcount, .products-home-narrow .rating .ratingcount {
      color: #5200e5;
      font-size: 12px; }
  .grid .brand, .products-home .brand, .products-home-narrow .brand {
    position: absolute;
    left: 12px;
    top: 12px;
    margin: 0; }
  .grid .prod-item h2, .products-home .prod-item h2, .products-home-narrow .prod-item h2 {
    font-size: 16px; }
  @media screen and (max-width: 420px) {
    .grid .prod-item h2, .products-home .prod-item h2, .products-home-narrow .prod-item h2 {
      font-size: 15px; } }
  .grid form, .products-home form, .products-home-narrow form {
    margin: 0 -1px;
    padding: 4px 10px 10px;
    background-color: #f7fbfb;
    border: 1px #eee solid;
    border-width: 0 1px; }
    .grid form button, .products-home form button, .products-home-narrow form button {
      display: block;
      width: 100%; }
  @media screen and (max-width: 420px) {
    .grid .prod-item-image, .products-home .prod-item-image, .products-home-narrow .prod-item-image {
      padding: 10px 0; }
    .grid .prod-item-main, .products-home .prod-item-main, .products-home-narrow .prod-item-main {
      padding: 0 8px; }
    .grid .prod-item-right, .products-home .prod-item-right, .products-home-narrow .prod-item-right {
      padding: 8px; }
    .grid .brand, .products-home .brand, .products-home-narrow .brand {
      top: 8px;
      left: 8px; }
    .grid form, .products-home form, .products-home-narrow form {
      padding: 4px 8px 8px; } }
@media screen and (min-width: 321px) {
  .grid, .products-home, .products-home-narrow {
    display: flex;
    flex-wrap: wrap; }
    .grid > li, .products-home > li, .products-home-narrow > li {
      display: flex; }
    .grid article, .products-home article, .products-home-narrow article {
      display: flex;
      flex-direction: column;
      width: 100%; }
    .grid a, .grid .prod-item-wrapper, .products-home a, .products-home .prod-item-wrapper, .products-home-narrow a, .products-home-narrow .prod-item-wrapper {
      flex: 1 0 auto;
      display: flex;
      flex-direction: column; }
    .grid .prod-item-main, .products-home .prod-item-main, .products-home-narrow .prod-item-main {
      margin: auto 0 10px;
      overflow: hidden; } }

.homepage-tips {
  display: none; }
@media screen and (min-width: 767px) {
  .homepage-tips {
    display: block; } }

.products-home-narrow {
  display: none; }
@media screen and (min-width: 767px) {
  .products-home-narrow {
    display: flex; } }

.grid > li {
  float: left;
  width: 25%; }
@media screen and (min-width: 586px) and (max-width: 767px) {
  .grid > li {
    width: 33.33333333%; } }
@media screen and (min-width: 321px) and (max-width: 585px) {
  .grid > li {
    width: 50%; } }
@media screen and (max-width: 320px) {
  .grid > li {
    float: none;
    width: auto;
    border-width: 0 0 1px; } }
.grid:not(.clear) {
  background-color: #fff; }

.products-home {
  margin-top: 0 !important;
  margin-bottom: -12px; }
  .products-home > li {
    float: left;
    width: 25%; }
  @media screen and (min-width: 321px) and (max-width: 767px) {
    .products-home > li {
      width: 50%; } }
@media screen and (max-width: 320px) {
  .products-home > li {
    float: none;
    width: auto;
    border-width: 0 0 1px; } }

.products-home-narrow {
  margin-top: 0 !important;
  margin-bottom: 20px; }
  .products-home-narrow h2 {
    display: block;
    text-align: center; }
  .products-home-narrow > li {
    float: left;
    width: 33.333333%; }
  @media screen and (min-width: 586px) and (max-width: 767px) {
    .products-home-narrow > li {
      width: 33.33333333%; } }
@media screen and (min-width: 321px) and (max-width: 585px) {
  .products-home-narrow > li {
    width: 50%; }
    .products-home-narrow > li:nth-child(3) {
      display: none; } }
@media screen and (max-width: 320px) {
  .products-home-narrow > li {
    float: none;
    width: auto;
    border-width: 0 0 1px; } }

.prod-list-head {
  border-bottom: 1px #eee solid;
  margin-bottom: 16px; }
  .prod-list-head .cat-title {
    margin-bottom: 0;
    overflow: hidden; }
  .prod-list-head .switch-tabs {
    float: right; }
    .prod-list-head .switch-tabs input[value=grid] + label:before {
      content: "G"; }
    .prod-list-head .switch-tabs input[value=list] + label:before {
      content: "F"; }
    .prod-list-head .switch-tabs label {
      padding: 0;
      min-width: 42px;
      min-height: 42px;
      line-height: 42px;
      text-align: center;
      color: #bbb; }
      .prod-list-head .switch-tabs label:before {
        display: block;
        line-height: inherit;
        margin: 0;
        position: static; }

@media screen and (min-width: 561px) {
  .prod-list-head-row .cat-title {
    width: 100%;
    margin-top: -8px; }
  .prod-list-head-row .sort-view-wrapper {
    margin-top: auto; } }

.prod-list-head-row .cat-title .prod-count {
  margin-bottom: 0; }
@media screen and (min-width: 561px) {
  .prod-list-head-row .cat-title .prod-count {
    line-height: 40px; } }
.prod-list-head-row .sort-options {
  font-size: 13px;
  width: 145px;
  margin-top: 5px;
  margin-right: 5px;
  float: left; }
.prod-list-head-row .sort-view-wrapper {
  float: right;
  position: relative;
  bottom: 0; }
@media screen and (max-width: 560px) {
  .prod-list-head-row .sort-view-wrapper {
    float: none;
    clear: both; } }
.prod-list-head-row .select-wrapper {
  position: relative; }
  .prod-list-head-row .select-wrapper:before, .prod-list-head-row .select-wrapper.sort-by:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    border: 4px transparent solid;
    border-bottom: none;
    border-top-color: #999;
    z-index: 1;
    margin-top: 1px;
    pointer-events: none; }
  .prod-list-head-row .select-wrapper.sort-by:after {
    border-bottom: 4px #999 solid;
    border-top: none;
    margin-top: -5px; }
    .prod-list-head-row .select-wrapper:not(.sort-by):before {
      margin-top: -1px; }
  .prod-list-head-row .select-wrapper:hover:before {
    border-top-color: #333; }
  .prod-list-head-row .select-wrapper:hover.sort-by:after {
    border-bottom-color: #333; }
.prod-list-head-row .select-wrapper.js-sort-loading > div:before {
  content: '...';
  position: absolute;
  top: 50%;
  left: 10px;
  height: 16px;
  line-height: 16px;
  margin-top: -8px;
  font-size: 0.9em; }
.prod-list-head-row .select-wrapper.js-sort-loading > div:not(:required):before {
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 16px;
  border: 2px solid #ccc;
  border-top-color: #03ade0;
  -webkit-animation: ajax-spinner 0.6s linear infinite;
  animation: ajax-spinner 0.6s linear infinite; }
.prod-list-head-row .select-wrapper.js-sort-loading select {
  border-color: #eee; }
.prod-list-head-row select {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 300;
  min-height: 32px;
  padding: 4px 26px 4px 7px;
  vertical-align: middle;
  border-color: transparent; }
  .prod-list-head-row select::-ms-expand {
    display: none; }
  @media screen and (max-width: 560px) {
    .prod-list-head-row select {
      border-color: #eee; } }
  .prod-list-head-row select option {
    text-align: left; }
  .prod-list-head-row select:focus {
    border-color: #eee; }
@media screen and (min-width: 561px) {
  .prod-list-head-row .sort-by select {
    text-align: right;
    text-align-last: right; } }

.products {
  position: relative;
  overflow: hidden;
  margin-top: -17px; }
  .products .niet_leverbaar {
    background: #a2a2a2;
    color: #fff;
    cursor: not-allowed !important;
    pointer-events: none;
    width: 100%; }

.prodsloader {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  bottom: 200px;
  text-align: center; }
  .prodsloader div {
    display: inline-block;
    width: 80px;
    height: 68px;
    background: rgba(255, 255, 255, 0.925);
    -webkit-box-shadow: 0 0.5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0.5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.5px 3px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

.description-table {
  margin-right: 12px;
  line-height: 1.5;
  font-size: 13px; }
  .description-table table {
    text-align: left; }
  @media screen and (min-width: 768px) {
    .description-table table {
      width: 100%; } }
  .description-table th, .description-table td {
    font-weight: normal;
    padding: 0;
    text-align: left; }
  .description-table th {
    padding-right: 8px;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 600; }

.salebadge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none; }

.prod-item .listheader {
  display: none; }

@media screen and (max-width: 700px) {
  #producten.list .prod-item a {
    position: relative; }
    #producten.list .prod-item a .salebadge {
      top: 0;
      right: 10px; }
  #producten.list .prod-item .listheader {
    width: 100%;
    display: flex; }
    #producten.list .prod-item .listheader .left {
      float: left; }
      #producten.list .prod-item .listheader .left .brand {
        position: inherit;
        display: inline-block;
        padding: 10px 0 0 7.5px; }
    #producten.list .prod-item .listheader .right {
      float: right;
      padding: 10px 7.5px 0 7.5px; }
      #producten.list .prod-item .listheader .right h4 {
        margin-bottom: 0; }
      #producten.list .prod-item .listheader .right .rating {
        margin: 0; }
        #producten.list .prod-item .listheader .right .rating .stars {
          font-size: 14px; }
  #producten.list .prod-item form {
    width: 50%;
    margin-bottom: 12.5px; }
    #producten.list .prod-item .prod-item-wrapper .prod-item-main header, #producten.list .prod-item .prod-item-wrapper .prod-item-main .rating {
      display: none; }
    #producten.list .prod-item .prod-item-wrapper .price-and-discount {
      display: flex;
      width: 50%;
      flex-wrap: wrap; }
      #producten.list .prod-item .prod-item-wrapper .price-and-discount .left {
        order: 2;
        margin-left: 5px;
        z-index: 9; }
        #producten.list .prod-item .prod-item-wrapper .price-and-discount .left .discount {
          width: 45px;
          height: 45px;
          line-height: 40px;
          font-size: 12px; }
        #producten.list .prod-item .prod-item-wrapper .price-and-discount .left form {
          width: 50%; }
      #producten.list .prod-item .prod-item-wrapper .price-and-discount .right {
        order: 1; }
        #producten.list .prod-item .prod-item-wrapper .price-and-discount .right .from {
          text-align: left; }
        #producten.list .prod-item .prod-item-wrapper .price-and-discount .right .price {
          text-align: left;
          margin-bottom: 5px; }
        #producten.list .prod-item .prod-item-wrapper .price-and-discount .right .status {
          font-weight: 400; }
      #producten.list .prod-item .prod-item-wrapper .price-and-discount .status {
        order: 3;
        width: 100%; } }

@media screen and (max-width: 400px) {
  .list form {
    width: 50%;
    min-width: 132px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 10px 10px 0;
    padding: 10px;
    background-color: #f7fbfb; } }

@media screen and (min-width: 992px) {
  .product-detail-page .col-main {
    width: 100%; } }

@media screen and (min-width: 992px) {
  .product-tabs-wrapper {
    padding-top: 42px;
    background: url(/assets/img/meer-weten_se.png) no-repeat 88px 0; } }
.product-tabs-wrapper .tabs-content #reviews {
  margin: 0; }
  .product-tabs-wrapper .tabs-content table tr:nth-child(even) {
    background: #f9f9f9; }

.product-container header {
  display: inline-block;
  width: 100%;
  margin: 12px 0; }
  .product-container header > span, .product-container header h1 {
    display: inline;
    vertical-align: middle; }
  .product-container header > span {
    position: relative;
    top: 1px;
    margin-right: 6px; }
  @media screen and (max-width: 767px) {
    .product-container header {
      overflow: hidden; }
      .product-container header h1 {
        font-size: 22px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-top {
    margin-bottom: 0 !important; } }
@media screen and (min-width: 768px) {
  .product-top > .left, .product-top > .right {
    float: left;
    padding: 0 10px; }
  .product-top > .left {
    width: 60%;
    padding-left: 0; }
  .product-top > .right {
    width: 40%;
    padding-right: 0; } }

.prod-media {
  overflow: hidden;
  position: relative;
  border: 1px #eee solid;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 18px;
  padding: 8px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }
  .prod-media img {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */ }
    .prod-media.one-item .sliderButton {
      display: none; }
  .prod-media .sliderButton {
    background-size: 19px 30px;
    width: 38px;
    height: 54px;
    position: absolute;
    background-size: 19px 30px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
    .prod-media .sliderButton:hover {
      background-color: rgba(0, 0, 0, 0.065); }
  .prod-media .goToNext {
    right: 0;
    top: 50%;
    margin-top: -15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23330a80'%2F%3E%3C%2Fsvg%3E"); }
  .prod-media .goToBack {
    left: 0;
    top: 50%;
    margin-top: -15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23330a80'%2F%3E%3C%2Fsvg%3E"); }
  .prod-media a {
    display: block;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
    .prod-media a:not(.active) {
      display: none; }
  .prod-media .salebadge {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 25%;
    min-width: 68px; }

#delivery_question i, #delivery_question_sticky i {
  margin-left: 5px;
  margin-right: 10px; }

@media screen and (max-width: 991px) {
  .prod-detail-aside .trustmark, .prod-detail-aside .big-stars {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .prod-detail-aside .usps-side-title {
    margin-top: 0; } }
@media screen and (min-width: 500px) and (max-width: 991px) {
  .prod-detail-aside .contact-blok {
    float: right;
    margin-top: 8px; } }
@media screen and (min-width: 680px) and (max-width: 991px) {
  .prod-detail-aside .usps.usps-side {
    overflow: hidden; }
    .prod-detail-aside .usps.usps-side li {
      float: left;
      width: 50%;
      margin: 0 0 12px; }
      .prod-detail-aside .usps.usps-side li:nth-child(odd) {
        width: 40%; }
      .prod-detail-aside .usps.usps-side li:nth-child(even) {
        width: 60%; } }
@media screen and (max-width: 499px) {
  .prod-detail-aside > :not(.contact-blok) {
    display: none; } }

.product-container .usps.usps-side {
  width: 100%; }
  .product-container .usps.usps-side li {
    padding-left: 0 !important; }
    .product-container .usps.usps-side li img {
      margin-right: 5px; }
    .product-container .usps.usps-side li:before {
      content: "" !important; }

.thumbs_and_ean {
  display: flex;
  flex-direction: column; }
@media screen and (min-width: 768px) {
  .thumbs_and_ean {
    flex-direction: row; } }
.thumbs_and_ean .prod-media-thumbs {
  max-width: 100%; }
@media screen and (min-width: 768px) {
  .thumbs_and_ean .prod-media-thumbs {
    margin-right: 12px;
    flex-grow: 1; } }
.thumbs_and_ean .prod-media-thumbs ul {
  display: flex;
  overflow-x: auto; }
@media screen and (min-width: 768px) {
  .thumbs_and_ean .prod-media-thumbs ul {
    display: block; } }
.thumbs_and_ean .prod-media-thumbs ul li {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  display: flex;
  border: 1px #eee solid;
  padding: 5px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  height: 43px;
  width: 43px;
  margin-right: 5px; }
@media screen and (min-width: 768px) {
  .thumbs_and_ean .prod-media-thumbs ul li {
    width: 50px;
    height: 50px;
    float: left; } }
.thumbs_and_ean .prod-media-thumbs ul li img {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 37px;
  height: auto;
  display: block;
  max-width: 100%; }
.thumbs_and_ean .prod-media-thumbs ul li.active {
  border-color: #330a80; }
  .thumbs_and_ean .prod-media-thumbs ul li.active:after {
    left: 40%;
    right: 0;
    content: '';
    top: -6px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(0, 141, 208, 0);
    border-bottom-color: #5200e5;
    border-width: 6px;
    margin-top: -6px; }
.thumbs_and_ean .prod-media-thumbs ul img {
  display: block; }
.thumbs_and_ean .prod-media-thumbs ul .video a {
  color: #cd201f;
  font-size: 30px; }
  .thumbs_and_ean .prod-media-thumbs ul .video a:after {
    content: "N"; }
.thumbs_and_ean .prod-media-thumbs ul .download a {
  font-size: 30px; }
  .thumbs_and_ean .prod-media-thumbs ul .download a:after {
    content: url('/assets/img/doc-pdf.png'); }
.thumbs_and_ean .prod-media-thumbs ul .video a, .thumbs_and_ean .prod-media-thumbs ul .download a {
  display: flex;
  width: 100%;
  position: relative; }
  .thumbs_and_ean .prod-media-thumbs ul .video a:before, .thumbs_and_ean .prod-media-thumbs ul .download a:before {
    content: ' ';
    display: block;
    height: 0;
    padding-top: 100%;
    width: 100%; }
  .thumbs_and_ean .prod-media-thumbs ul .video a:after, .thumbs_and_ean .prod-media-thumbs ul .download a:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .thumbs_and_ean .prod-media-thumbs ul .video a span, .thumbs_and_ean .prod-media-thumbs ul .download a span {
    display: none; }
.thumbs_and_ean .productNummer {
  text-align: right;
  font-size: 12px; }
@media screen and (max-width: 767px) {
  .thumbs_and_ean .productNummer {
    width: 100%;
    white-space: inherit;
    display: inline-block;
    font-size: 12px;
    text-align: left; }
    .thumbs_and_ean .productNummer span {
      display: inline-block;
      float: left; }
    .thumbs_and_ean .productNummer b, .thumbs_and_ean .productNummer strong {
      font-weight: 600;
      float: left; } }
@media screen and (min-width: 768px) {
  .thumbs_and_ean .productNummer {
    flex-shrink: 1; } }
.thumbs_and_ean .productNummer p {
  margin: 0; }
@media screen and (min-width: 768px) {
  .thumbs_and_ean .productNummer p {
    white-space: nowrap; } }

.prod-details .top-price-row {
  display: inline-block;
  width: 100%; }
  .prod-details .top-price-row .price {
    font-size: 16px;
    margin-bottom: 2px;
    float: left; }
  .prod-details .top-price-row .price-block {
    display: inline-block;
    margin-top: 10px;
    float: left; }
    .prod-details .top-price-row .price-block .discount {
      float: right; }
    .prod-details .top-price-row .price-block .price, .prod-details .top-price-row .price-block .from {
      text-align: left; }
    .prod-details .top-price-row .price-block .incl-btw {
      margin: 10px 10px 0 10px; }
.prod-details .scroll-naar-product-specificaties {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  margin: 15px 0 20px;
  text-decoration: underline; }
.prod-details .contact-blok {
  color: #2b2b2b !important;
  background: #efefef;
  overflow: hidden; }
@media screen and (max-width: 767px) {
  .prod-details .contact-blok {
    margin: 12px 0 0; } }
.prod-details .contact-blok:focus {
  color: #ffffff !important; }
.prod-details .rating {
  margin: 20px 0; }
  .prod-details .rating a:hover {
    text-decoration: underline; }
.prod-details .trustmark {
  margin-top: 12px; }
  .prod-details .trustmark a {
    display: block;
    width: 100%; }
.prod-details .js-add-to-cart-form label {
  width: 30%; }

.incl-btw {
  float: left;
  display: block;
  font-size: 0.8em;
  margin-bottom: 20px; }

.status {
  font-size: 13px;
  font-weight: 400; }
@media screen and (min-width: 700px) {
  .status {
    text-align: right;
    float: right; } }

.price-block .from {
  font-size: 20px;
  margin: 0; }
  .price-block .price span {
    font-size: 24px;
    letter-spacing: -0.4px; }

.to-cart {
  display: flex;
  width: 100%; }
  .to-cart .niet_leverbaar {
    background: #a2a2a2;
    color: #fff;
    cursor: not-allowed !important;
    pointer-events: none;
    width: 100%;
    max-width: 200px; }
  .to-cart li {
    width: 100%; }
    .to-cart li:first-child {
      max-width: 105px; }
  .to-cart select {
    width: 33%;
    height: auto;
    padding: 10px;
    font-size: 16px; }
  .to-cart button {
    width: 100%;
    height: auto;
    text-transform: uppercase !important;
    padding: 12px;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.5); }

.veilig-betalen-row {
  width: 100%;
  margin-top: 10px; }
  .veilig-betalen-row .right {
    display: flex;
    width: calc(100% - 135px);
    margin-left: 135px; }
    .veilig-betalen-row .right span {
      margin: 0 auto 5px; }

.js-thumbs-slider > div {
  overflow: hidden;
  position: relative;
  margin: 4px 0; }

.thumb-nav {
  display: none;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  font-size: 20px;
  padding: 2px;
  -webkit-transition: 0.22s ease background-color;
  transition: 0.22s ease background-color; }
  .thumb-nav:not(.js-disabled):hover {
    background-color: rgba(100, 100, 100, 0.035); }
  .thumb-nav:not(.js-disabled):active {
    background-color: rgba(100, 100, 100, 0.025); }
  .thumb-nav.js-disabled {
    color: #ccc !important;
    cursor: default;
    cursor: not-allowed; }
  .thumb-nav[data-direction=prev]:before {
    content: "r"; }
  .thumb-nav[data-direction=next]:before {
    content: "s"; }
  .thumb-nav:before {
    display: block; }

.geen-foto {
  font-weight: 300;
  color: #ccc;
  font-size: 14px;
  margin: 25% 0; }

.toepasbaarheid-table, .toepasbaarheid-modellen {
  border: none;
  border-collapse: collapse;
  font-size: 13px;
  background: #fff;
  width: 100%;
  text-align: left;
  margin: 0;
  line-height: 1.65; }

.toepasbaarheid-modellen th:first-child, .toepasbaarheid-modellen td:first-child {
  width: 38px; }
.toepasbaarheid-modellen:not(:only-child):not(.js-hidden) + button {
  margin-bottom: 16px; }

.toepasbaarheid-table > tbody:first-child > tr:first-child > th, .toepasbaarheid-table > tbody:first-child > tr:first-child > td {
  border-top-width: 0; }

.toepasbaarheid-table {
  margin-top: -8px; }
  .toepasbaarheid-table td, .toepasbaarheid-table th {
    padding: 8px;
    vertical-align: middle;
    border: 1px #eee solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-width: 1px 0 0;
    vertical-align: top;
    text-align: left; }
    .toepasbaarheid-table td.nop, .toepasbaarheid-table th.nop {
      padding: 0;
      width: 26px;
      text-align: center; }
    .toepasbaarheid-table td.hide-border, .toepasbaarheid-table th.hide-border {
      border-top-color: #fff; }
  .toepasbaarheid-table > tbody > tr {
    /*
        > td,
        > th {
            &:last-child {
                padding: 0;
                width: 67.5%;
            }
        }
        */ }
    .toepasbaarheid-table > tbody > tr > td:nth-child(2) {
      padding: 0 0 0 35px;
      width: 75%; }
  .toepasbaarheid-table th {
    color: rgba(0, 0, 0, 0.54); }
  .toepasbaarheid-table .modeltypes {
    display: none; }
    .toepasbaarheid-table .modeltypes.js-expanded {
      display: table-row-group; }
    .toepasbaarheid-table .modeltypes th {
      font-weight: normal; }
    .toepasbaarheid-table .modeltypes td:first-child {
      border-top: none; }
  .toepasbaarheid-table .all-models-btn i, .toepasbaarheid-table button:not(.all-models-btn) {
    width: 26px;
    min-width: 26px;
    height: 26px;
    margin-top: 6px;
    color: #330a80; }
    .toepasbaarheid-table .all-models-btn i:before, .toepasbaarheid-table button:not(.all-models-btn):before {
      font-size: 20px;
      line-height: 26px; }
  .toepasbaarheid-table .js-toggle-toepasbaarheid-row {
    cursor: pointer; }
  .toepasbaarheid-table tbody:not(.modeltypes) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .toepasbaarheid-table tbody:not(.modeltypes) tr:hover > td > button:not(.all-models-btn):not(:hover):not(:focus), .toepasbaarheid-table tbody:not(.modeltypes) tr:hover > th > button:not(.all-models-btn):not(:hover):not(:focus) {
      background-color: rgba(158, 158, 158, 0.125);
      color: #330a80; }
  .toepasbaarheid-table tbody.modeltypes {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto; }
  .toepasbaarheid-table .button-wrapper {
    margin-left: -35px; }
  @media screen and (max-width: 767px) {
    .toepasbaarheid-table > tbody > tr {
      display: block;
      overflow: hidden;
      position: relative;
      padding-left: 24px;
      /*
            > th { padding-bottom: 0; }
            > td,
            > th {
                width: auto !important;
                display: block;
                border: none;
            }
            */ }
      .toepasbaarheid-table > tbody > tr:not(:first-child) {
        border-top: 1px rgba(0, 0, 0, 0.05) solid; }
      .toepasbaarheid-table > tbody > tr > th {
        float: left; }
      .toepasbaarheid-table > tbody > tr > td {
        display: block;
        padding: 0 !important;
        width: auto !important; }
      .toepasbaarheid-table > tbody > tr > th, .toepasbaarheid-table > tbody > tr > td {
        border: none !important; }
    .toepasbaarheid-table .button-wrapper {
      margin-left: 0; }
    .toepasbaarheid-table .all-models-btn {
      width: auto;
      padding-right: 0;
      padding-left: 7px;
      font-size: 12px;
      position: static; }
      .toepasbaarheid-table .all-models-btn i {
        position: absolute;
        left: 0;
        top: 0;
        margin: 6px 0 0 0 !important; } }

.all-models-btn {
  text-transform: none;
  padding: 8px 12px;
  border-radius: 0;
  line-height: 1.65;
  font-size: 13px;
  display: block;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: transparent !important; }
  .all-models-btn i {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px -4px -7px !important;
    line-height: normal;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    text-align: center; }
    .all-models-btn:hover i {
      background-color: rgba(158, 158, 158, 0.2); }
    .all-models-btn:hover span {
      text-decoration: underline; }
  .all-models-btn:focus:not(:active):not(:hover) {
    background-color: rgba(0, 0, 0, 0.12); }
  .all-models-btn:active {
    background-color: rgba(158, 158, 158, 0.4); }

#reviews {
  clear: both;
  margin: 38px 0 26px; }

.reviews h3 {
  margin-bottom: 16px; }
.reviews ol {
  list-style: none;
  margin-bottom: 20px;
  border-top: 1px #eee solid; }
  .reviews ol.limit-reviews {
    max-height: 420px;
    overflow: auto; }
    .reviews ol.limit-reviews li {
      margin-right: 16px; }
.reviews li {
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 12px; }
  .reviews li:not(:first-child) {
    border-top: 1px #eee solid; }
.reviews p {
  margin: 5px 0; }

.prod-description ol, .prod-description ul {
  margin-bottom: 20px; }
.prod-description ul {
  list-style: square outside;
  margin-left: 28px; }
.prod-description ol {
  list-style: none; }
  .prod-description ol li {
    margin-left: 28px;
    position: relative;
    padding: 2px 0; }
    .prod-description ol li:before {
      content: "m";
      color: #330a80;
      position: absolute;
      left: -26px;
      top: 0;
      text-align: center;
      vertical-align: middle;
      font-size: 17px;
      line-height: inherit; }

.product-question ul {
  margin-top: 0; }
.product-question .controle-veld {
  display: inline-block;
  width: 86px;
  height: 40px; }
.product-question li .label {
  position: relative;
  left: -3px;
  margin-bottom: 6px; }
  .product-question li .label label {
    font-weight: 600 !important; }
@media screen and (min-width: 601px) {
  .product-question ul {
    display: table;
    width: 100%; }
  .product-question li {
    display: table-row; }
    .product-question li > div, .product-question li > label {
      display: table-cell;
      vertical-align: top;
      padding: 0 0 16px; }
    .product-question li > label, .product-question li .label {
      width: 240px;
      padding-top: 6px; }
    .product-question li .label {
      margin-bottom: 0; } }

#lastviewed {
  clear: both;
  margin: 20px 0 26px; }
  #lastviewed > h3 {
    padding-bottom: 16px;
    border-bottom: 1px #eee solid;
    margin-bottom: 0; }
  #lastviewed .grid {
    margin-top: -1px;
    background: #fff; }

.video-wrapper {
  position: relative;
  height: 0;
  padding-top: 75%; }
  .video-wrapper:not(:last-child) {
    margin-bottom: 20px; }
  .video-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.review-badge {
  background: #5200e5;
  color: #fff;
  padding: 3px 4.5px 2px;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 12px;
  font-family: 'OpenSansSemiBold', sans-serif;
  display: inline-block;
  line-height: 1;
  margin: 0 -2px 0 3px;
  text-indent: -1px; }

.reviews-columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }

.reviews-columns > li {
  width: 48.5%; }

.clearb {
  clear: both; }

.small-font {
  font-size: 13px;
  line-height: 18px; }

.product-container {
  /* Alternatieve vendorcodes */
  /*.fabrikantcodes-list tbody th:after { content:':'; }*/ }
  .product-container .mobileHeader {
    display: none; }
  .product-container .tabContent .data-table {
    margin: 0 !important; }
    .product-container .prod-description .data-table {
      max-width: 100%; }
      .product-container .prod-description .data-table tbody th {
        word-break: break-word;
        width: 50%;
        border-right: 1px solid #eee; }
      .product-container .prod-description .data-table tbody td {
        word-break: break-word;
        width: 50%; }
  .product-container .meebesteltips, .product-container .alternatief {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin-right: -10px; }
    .product-container .meebesteltips .meebesteltip, .product-container .alternatief .meebesteltip {
      float: inherit !Important;
      margin: 0 10px 10px 0;
      flex-basis: auto;
      width: calc(25% - 10px) !important;
      flex-grow: 0;
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      max-width: 100%; }
    @media only screen and (max-width: 991px) {
      .product-container .meebesteltips .meebesteltip, .product-container .alternatief .meebesteltip {
        width: calc(33.3% - 10px) !important; } }
  @media only screen and (max-width: 660px) {
    .product-container .meebesteltips .meebesteltip, .product-container .alternatief .meebesteltip {
      width: calc(50% - 10px) !important; } }
@media only screen and (max-width: 500px) {
  .product-container .meebesteltips .meebesteltip, .product-container .alternatief .meebesteltip {
    width: calc(100% - 10px) !important; } }
.product-container .meebesteltips .meebesteltip > *, .product-container .alternatief .meebesteltip > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto; }
.product-container .meebesteltips .meebesteltip > form, .product-container .alternatief .meebesteltip > form {
  margin-top: auto; }
.product-container .meebesteltips .meebesteltip sup, .product-container .meebesteltips .meebesteltip sub, .product-container .alternatief .meebesteltip sup, .product-container .alternatief .meebesteltip sub {
  position: relative;
  vertical-align: baseline;
  font-size: 0.7em;
  top: -0.35em;
  left: -0.2em; }
.product-container .meebesteltips .meebesteltip sub, .product-container .alternatief .meebesteltip sub {
  top: 0.4em; }
.product-container .meebesteltips .meebesteltip:last-child, .product-container .alternatief .meebesteltip:last-child {
  margin-right: 0; }
.product-container .toepasbaarheid-table {
  border: 1px #eee solid; }
.product-container .col-right {
  display: inline-block;
  width: 100%; }
.product-container .col-main {
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: 20px; }
.product-container .data-table.fabrikantcodes-list {
  border: 1px #eee solid; }
.product-container .col-right .meebesteltip {
  width: 25%;
  float: left;
  margin-right: 10px; }
.product-container .mobileHeader {
  display: none; }
.product-container #vergelijkbareProductenBox .mobileHeader {
  display: block; }
.product-container .mobileHeader {
  margin-top: 15px; }
.product-container .data-table {
  border: 1px #eee solid; }
@media screen and (max-width: 768px) {
  .product-container .mobileHeader {
    width: 100%;
    color: #000;
    padding: 6px 6px 10px;
    display: block;
    border-top: 1px #ececec solid;
    cursor: pointer;
    background: #fafafa;
    margin: 0;
    font-size: 16px; }
  .product-container .mobileHeader:before, .product-container .js-tabs-content li.active .tabWrapper.split .mobileHeader:before {
    content: "+";
    width: 36px;
    height: 25px;
    color: #5200e5;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 10px; }
  .product-container li.active .tabWrapper:not(.split) .mobileHeader:before, .product-container .js-tabs-content li.active .tabWrapper.split .mobileHeader.active:before {
    content: "-";
    margin-right: 15px; }
  .product-container .js-tabs-content, .product-container .tabs {
    padding: 0 !important; }
  .product-container .tabs-nav, .product-container .tabContent {
    display: none !important; }
  .product-container .js-tabs-content li.active .tabWrapper.split .tabContent {
    display: none !important; }
  .product-container .js-tabs-content li.active .tabWrapper.split .tabContent {
    display: none !important; }
  .product-container .js-tabs-content li.active .tabWrapper.split .tabContent.active {
    display: block !important; }
  .product-container .tabContent.active {
    display: block !important; }
  .product-container .js-tabs-content li.active .tabContent {
    display: block !important;
    padding: 20px; }
  .product-container .js-tabs-content li {
    display: inline-block !important;
    width: 100%; }
  .product-container table.data-table.fabrikantcodes-list.list-2nd {
    border-top: 0; } }
.product-container h4.hr-title {
  margin-top: 26px;
  padding-top: 14px;
  border-top: 1px #ececec solid;
  margin-bottom: 14px; }
.product-container .fabrikantcodes-list {
  font-size: 13.5px;
  margin: 0; }
.product-container .prod-description th {
  font-weight: 500; }
.product-container .fabrikantcodes-list thead {
  color: black !important;
  border: 1px solid #dadada;
  background-color: #eee;
  font-weight: 900; }
  .product-container .fabrikantcodes-list thead tr th {
    font-weight: 700; }
.product-container .fabrikantcodes-list thead, .product-container .fabrikantcodes-list th + td {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding-bottom: 0; }
.product-container .fabrikantcodes-list th + td a {
  padding: 10px 0; }
.product-container .fabrikantcodes-list td, .product-container .fabrikantcodes-list th {
  border-right: none;
  width: auto;
  font-weight: 500;
  color: black; }
.product-container .fabrikantcodes-list td:last-child, .product-container .fabrikantcodes-list th:last-child {
  text-align: right; }
.product-container .fabrikantcodes-list .content table :not(tfoot) tr:first-child td, .product-container .data-table.fabrikantcodes-list :not(tfoot) tr:first-child td, .product-container .fabrikantcodes-list .content table :not(tfoot) tr:first-child th, .product-container .data-table.fabrikantcodes-list :not(tfoot) tr:first-child th {
  width: auto; }
.product-container .fabr-price:before {
  position: absolute;
  content: "";
  background: url("/assets/img/cart.png");
  left: 5px;
  height: 12px;
  width: 24px;
  background-size: 12px;
  background-repeat: no-repeat; }
.product-container .fabr-price {
  position: relative;
  background: #ff9900;
  color: #fff !important;
  padding: 4px 6px 3px;
  padding-left: 24px;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
  margin: 0 -2px 0 3px;
  text-indent: -1px;
  text-decoration: none; }
@media (min-width: 992px) {
  .product-container .fabrikantcodes-holder {
    overflow: hidden;
    margin-right: -1px; }
  .product-container .fabrikantcodes-holder > div {
    float: left;
    width: 50%; }
  .product-container .fabrikantcodes-holder > div:last-child {
    margin-left: -1px; } }
@media (max-width: 991px) {
  .product-container .fabrikantcodes-holder {
    margin-bottom: 20px; }
  .product-container .fabrikantcodes-list {
    table-layout: fixed; }
  .product-container .fabrikantcodes-list.list-2nd {
    margin-top: -1px; }
  .product-container .fabrikantcodes-list.list-2nd thead {
    display: none; }
  .product-container .fabrikantcodes-list td:last-child, .product-container .fabrikantcodes-list th:last-child {
    width: 90px; } }
.product-container .this-product {
  font-size: 12px;
  margin: 0 -2px 0 3px;
  line-height: 1; }
.product-container .content table th, .product-container .data-table th {
  color: #000000 !important; }

.prodpage-delivery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .prodpage-delivery > a {
    font-size: 13px; }
  .prodpage-delivery > a:nth-child(2) {
    margin-bottom: 8px; }
  .prodpage-delivery .delivery-moment {
    margin-left: auto;
    order: 2;
    color: #717171;
    font-weight: bold; }
    .prodpage-delivery .delivery-moment :nth-child(3) {
      margin-bottom: -8px; }
  .prodpage-delivery .delivery-moment:before {
    content: '🚚';
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 2px 10px 0;
    filter: grayscale(100%); }

.rating .stars {
  font-size: 18px; }

.product-container .pasgarantiecheck {
  display: flex;
  flex-direction: column; }
@media only screen and (min-width: 768px) {
  .product-container .pasgarantiecheck {
    display: none; } }
.product-container .pasgarantiecheck .universeel, .product-container .pasgarantiecheck .passend {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%; }
  .product-container .pasgarantiecheck .universeel .icon_holder, .product-container .pasgarantiecheck .passend .icon_holder {
    margin-right: 5px; }
  .product-container .pasgarantiecheck .universeel p, .product-container .pasgarantiecheck .passend p {
    font-weight: bold;
    color: #93b931;
    margin: 0; }

.prod-details.right .trustmark-and-icons {
  display: flex;
  margin-top: 20px; }
  .prod-details.right .trustmark-and-icons .trustmark {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 20%;
    display: flex;
    flex-direction: column; }
    .prod-details.right .trustmark-and-icons .trustmark a, .prod-details.right .trustmark-and-icons .trustmark span {
      display: block;
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: auto;
      width: calc(100% - 20px);
      margin-right: 10px; }
    @media screen and (min-width: 768px) {
      .prod-details.right .trustmark-and-icons .trustmark {
        width: 30%;
        flex-direction: row; }
        .prod-details.right .trustmark-and-icons .trustmark a, .prod-details.right .trustmark-and-icons .trustmark span {
          width: calc(50% - 20px); } }
  .prod-details.right .trustmark-and-icons .contact-blok {
    width: 80%; }
  @media screen and (min-width: 768px) {
    .prod-details.right .trustmark-and-icons .contact-blok {
      width: 70%; } }
  .prod-details.right .trustmark-and-icons .contact-blok .left {
    width: 100%; }
  .prod-details.right .trustmark-and-icons .contact-blok .right {
    display: none; }

.deposit-block {
  font-size: 11px;
  margin-top: -20px; }

#wrapper {
  position: relative; }
  #wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

.js-search-loading #wrapper:after {
  opacity: 0.875;
  visibility: visible;
  display: block; }
.js-search-loading #wrapper > * {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }
  .js-search-loading #wrapper > *:not(#js-searchresults) {
    visibility: hidden;
    opacity: 0 !important; }
.js-search-loading #wrapper:before {
  content: 'Laden...';
  position: absolute;
  top: 100px;
  left: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  margin-left: -22px;
  z-index: 10; }
.js-search-loading #wrapper:not(:required):before {
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #ccc;
  border-top-color: #03ade0;
  -webkit-animation: ajax-spinner 0.6s linear infinite;
  animation: ajax-spinner 0.6s linear infinite; }

#js-searchresults {
  display: none; }

/*
.js-search-active {
	#wrapper > * {
		@include transition(.5s ease);

		&:not(#js-searchresults) {
			// display: none;
			visibility: hidden; 
			opacity: 0 !important;
			display: none;
		}
	}

	#js-searchresults { display: block; }
}
*/
.search-cols {
  margin: 22px 0; }
  .search-cols .search-bar {
    float: none;
    width: auto;
    max-width: none;
    margin-bottom: 26px; }
  @media (max-width: 992px) {
    .search-cols .search-bar {
      display: none; } }

@media (min-width: 768px) {
  .search-col-main, .search-col-side {
    float: left; }
  .search-col-main {
    width: 65%;
    padding-right: 7.5%; }
  .search-col-side {
    width: 35%; } }

.search-help h3 {
  font-size: 16px;
  margin-bottom: 12px; }

.contact-list {
  border: 1px #eee solid; }
  .contact-list > div {
    padding: 8px 12px; }
  .contact-list h3 {
    font-size: 16px;
    margin: 1px 0; }
  .contact-list p {
    margin: 0;
    font-size: 0.93em; }
  .contact-list ul {
    margin: 0; }
  .contact-list li {
    display: block;
    border-top: 1px #eee solid; }
  .contact-list a {
    display: block;
    display: flex;
    padding: 8px 12px;
    text-decoration: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #555;
    -webkit-transition: 0.2s background-color;
    transition: 0.2s background-color;
    outline: 0; }
    .contact-list a[href^=tel] {
      cursor: default; }
    .contact-list a:focus {
      background-color: rgba(0, 0, 0, 0.01); }
    .contact-list a:hover {
      background-color: rgba(0, 0, 1, 0.02); }
    .contact-list a:active {
      background-color: rgba(0, 0, 0, 0.035); }
    .contact-list a span {
      color: #330a80; }
    .contact-list a i {
      float: left;
      width: 36px;
      height: 36px;
      position: relative;
      margin: 0 8px 0 -2px;
      flex: 0 0 auto; }
      .contact-list a .whatsapp span {
        color: #1ec75d; }
      .contact-list a .whatsapp i {
        font-size: 36px;
        color: #1ec75d; }
    .contact-list a:not(.whatsapp) i {
      background: #330a80;
      color: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      font-size: 19px;
      margin-top: 2px; }
      .contact-list a:not(.whatsapp) i:before {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        line-height: 1;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-indent: -1px; }
    .contact-list a[href^=mail] i {
      font-size: 17px; }
      .contact-list a[href^=mail] i:before {
        margin-top: -1px; }

.faq {
  list-style: none;
  margin: 12px 0 18px; }
  .faq > li:not(:first-child) {
    border-top: 1px solid #eee;
    margin-top: 0; }

.content .faq-title, .faq-title {
  margin: 0;
  font-size: 15px;
  font-weight: 400; }

.faq-title a {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  padding: 9px 12px;
  padding-left: 0;
  outline-color: #3c0c98;
  text-decoration: none;
  position: relative;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), padding 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), padding 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  .faq-title a:before, .faq-title a:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: 0;
    /* -1px; */
    height: 2px;
    width: 8px;
    background: #444;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, transform 0.25s, margin 0.2s;
    transition: width 0.3s, transform 0.25s, margin 0.2s;
    right: 2.5%; }
  .faq-title a:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -3px; }
  .faq-title a:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 2px; }
  .faq-title a:hover, .faq-title a:focus {
    text-decoration: none; }
    .faq-title a:hover:before, .faq-title a:hover:after, .faq-title a:focus:before, .faq-title a:focus:after {
      background-color: #330a80; }
  .faq-title a:hover {
    color: #330a80;
    background-color: #9e9e9e;
    background-color: rgba(158, 158, 158, 0.15);
    padding-left: 12px; }
  .faq-title a:active {
    background-color: #9e9e9e;
    background-color: rgba(158, 158, 158, 0.2); }

.faq-content {
  display: none;
  padding: 4px 12px 18px; }
  .faq-content p:last-child, .faq-content ul:last-child, .faq-content ol:last-child {
    margin-bottom: 0; }

.faq > .js-active .faq-title a {
  color: #330a80;
  padding-left: 12px; }
  .faq > .js-active .faq-title a:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .faq > .js-active .faq-title a:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.faq > .js-active .faq-content {
  display: block; }

.faq-list {
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1; }
  .faq-list a:hover {
    text-decoration: underline;
    cursor: pointer; }
  .faq-list .faq-parent {
    margin: 0 0 15px 0;
    width: 100%; }
  @media screen and (min-width: 501px) and (max-width: 1050px) {
    .faq-list .faq-parent {
      width: 50%; } }
@media screen and (min-width: 1051px) {
  .faq-list .faq-parent {
    width: 33.33333%; } }
.faq-list .faq-parent h2 {
  font-size: 16px; }
  .faq-list .faq-parent h2 a {
    color: #3a3a3a; }
.faq-list .faq-parent .faq-child a {
  font-size: 13px;
  line-height: 20px; }

.faq-table {
  border: 1px solid #dadada;
  width: 100%;
  text-align: left;
  font-size: 13px;
  border-collapse: collapse;
  border-spacing: 0; }
  .faq-table tr {
    border-bottom: 1px solid #dadada; }
    .faq-table tr:nth-child(even) {
      background-color: #f9f9f9; }
    .faq-table tr td {
      border-right: 1px solid #dadada;
      padding: 10px;
      text-align: left; }
      .faq-table tr td a {
        line-height: 20px; }
        .faq-table tr td a:hover {
          text-decoration: underline;
          cursor: pointer; }

/* Inloggen pagina(s) */
.login-wrapper .login-left {
  margin-bottom: 20px; }
.login-wrapper .login-form {
  margin: 0; }
  .login-wrapper .login-form button {
    margin-bottom: 16px; }
.login-wrapper #js-forgot-password-content {
  margin-top: 20px; }
@media screen and (max-width: 450px) {
  .login-wrapper button, .login-wrapper .btn, .login-wrapper .back-btn, .login-wrapper div.pagination a.pagebtn, div.pagination .login-wrapper a.pagebtn, .login-wrapper .switch-tabs :not(:checked) + label .login-btn, .switch-tabs :not(:checked) + label .login-wrapper .login-btn {
    display: block;
    width: 100%; } }
@media screen and (min-width: 451px) and (max-width: 767px) {
  .login-wrapper .login-form ul {
    overflow: hidden;
    margin-left: -1rem;
    margin-bottom: 18px; }
    .login-wrapper .login-form ul li {
      float: left;
      width: 50%;
      padding-left: 1rem;
      margin-bottom: 0; } }
@media screen and (max-width: 767px) {
  .login-wrapper .login-left {
    border-bottom: 1px #eee solid; }
  .login-wrapper .login-left, .login-wrapper .login-right {
    margin-bottom: 20px; } }
@media screen and (min-width: 768px) {
  .login-wrapper .login-left, .login-wrapper .login-right {
    float: left; }
  .login-wrapper .login-left {
    width: 46%;
    padding-right: 10%;
    border-right: 1px #eee solid; }
  .login-wrapper .login-right {
    width: 54%;
    padding-left: 10%;
    padding-right: 2%; }
  .login-wrapper form {
    max-width: 360px;
    margin: 0; } }

#page-cart #logo {
  display: block;
  margin: 9px 0 0;
  float: left;
  width: 23.4154929577%;
  margin-right: 2.1126760563%;
  float: none; }
  #page-cart #logo img {
    max-width: 100%; }
  @media screen and (max-width: 992px) {
    #page-cart #logo {
      display: none; } }

.cart-trustmark-icons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .cart-trustmark-icons a {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    margin: auto;
    padding: 2% 2% 2% 0; }
  @media screen and (max-width: 990px) {
    .cart-trustmark-icons a {
      margin: 2% 0; } }
  .cart-trustmark-icons a:first-child {
    width: 22.2%; }
  .cart-trustmark-icons a:nth-child(2) {
    width: 22.2%; }
  .cart-trustmark-icons a:nth-child(3) {
    width: 22.2%; }
  @media screen and (max-width: 991px) {
    .cart-trustmark-icons a:first-child {
      width: 50%; }
    .cart-trustmark-icons a:nth-child(2) {
      width: 15%; }
    .cart-trustmark-icons a:nth-child(3) {
      width: 35%; }
    .cart-trustmark-icons a img {
      max-height: 50px !important; } }
  .cart-trustmark-icons a.full-width {
    flex-flow: row wrap;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 10px; }
    .cart-trustmark-icons a.full-width img {
      width: auto;
      margin: auto;
      max-width: 115px; }
  .cart-trustmark-icons a:first-child.full-width {
    border-top: 0; }
  .cart-trustmark-icons a:not(.full-width) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto; }
    .cart-trustmark-icons a:not(.full-width):first-child {
      margin-left: 0; }
  .cart-trustmark-icons a img {
    width: auto;
    margin: auto;
    max-height: 50px; }

/* Shoppingcart */
#page-cart .arrow-left, #page-cart .back-btn {
  min-height: 36px;
  padding: 8px 12px 6px 12px;
  background: #eee;
  color: #666;
  font-size: 15px;
  display: inline-block;
  text-transform: none;
  margin-top: 30px; }
#page-cart table {
  margin-bottom: 0; }
#page-cart .content-container .col-main {
  margin: 0; }
#page-cart #header-left {
  margin-top: 0;
  margin-bottom: 17px; }
#page-cart .trustmark {
  display: initial; }
  #page-cart .trustmark > img {
    float: left;
    clear: left;
    margin: 0;
    display: initial;
    margin-right: 10px; }
  #page-cart .trustmark img {
    margin-right: 10px; }
#page-cart .search-cart-wrapper {
  display: none; }
@media screen and (max-width: 991px) {
  #page-cart .checkout_and_usp {
    padding: 20px 0 0; }
    #page-cart .checkout_and_usp p {
      font-size: 12px;
      display: inline-block;
      width: 100%;
      padding: 10px 0 0;
      text-align: center; }
  #page-cart .cart-side {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column; }
    #page-cart .cart-side .cart-side-inner {
      order: 1;
      margin-top: 0; }
    #page-cart .cart-side .btn, #page-cart .cart-side .back-btn, #page-cart .cart-side div.pagination a.pagebtn, div.pagination #page-cart .cart-side a.pagebtn, #page-cart .cart-side .switch-tabs :not(:checked) + label .login-btn, .switch-tabs :not(:checked) + label #page-cart .cart-side .login-btn {
      width: 100%; } }
@media screen and (min-width: 992px) {
  #page-cart .header-container > .inner {
    display: none; }
    #page-cart .content-container .col-main {
      width: 65%;
      padding: 0 12px; }
    #page-cart .content-container .col-right {
      width: 35%;
      margin: 0;
      margin-bottom: 25px; }
      #page-cart .content-container .col-right .btn:first-child, #page-cart .content-container .col-right .back-btn:first-child, #page-cart .content-container .col-right div.pagination a.pagebtn:first-child, div.pagination #page-cart .content-container .col-right a.pagebtn:first-child, #page-cart .content-container .col-right .switch-tabs :not(:checked) + label .login-btn:first-child, .switch-tabs :not(:checked) + label #page-cart .content-container .col-right .login-btn:first-child {
        display: inline-block; }
  #page-cart #header-right {
    clear: both;
    float: none;
    width: auto;
    padding-top: 6px; }
  #page-cart #pageheader .usps {
    width: auto;
    display: none; }
    #page-cart #pageheader .usps li {
      padding-right: 16px;
      max-width: initial; } }

.col-full {
  width: 100%;
  display: inline-block;
  padding-top: 30px; }
  .col-full .col1 {
    width: 33.3%;
    float: left;
    margin-right: initial; }
    .col-full .col1 .trustmark {
      margin: 0;
      width: 100%; }
      .col-full .col1 .trustmark a {
        width: 50%;
        display: block;
        float: left;
        margin: 0; }
      @media screen and (max-width: 992px) {
        .col-full .col1 .trustmark a {
          width: 100%; } }
      .col-full .col1 .trustmark .trustpilot {
        margin: 0;
        margin-top: 10px; }
        .col-full .col1 .trustmark .trustpilot img {
          margin: 0; }
    @media screen and (max-width: 992px) {
      .col-full .col1 {
        width: 100%; }
        .col-full .col1 img.paymentmethods, .col-full .col1 .trustmark img {
          margin: 0 auto !important;
          display: block !important;
          float: initial !important;
          clear: none !important; } }
  .col-full .col2 {
    width: 66.6%;
    float: left; }

.cart-title {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 5px;
  float: left;
  width: 74.47183%;
  margin-right: 2.11268%; }
@media screen and (min-width: 651px) {
  .cart-title {
    margin-top: 10px;
    margin-bottom: 20px; } }

.cart-table tr:nth-child(odd) td, .cart-table tr:nth-child(odd) th {
  border-bottom: 0 !important; }
.cart-table tr:nth-child(odd) td {
  padding-bottom: 0; }
.cart-table tr:nth-child(even) td, .cart-table tr:nth-child(even) th {
  padding-top: 0;
  border-top: 0 !important; }
.cart-table h2 {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
  color: #2b2b2b; }
.cart-table .stock-th, .cart-table td.stock, .cart-table .delete-th, .cart-table td.delete {
  padding-left: 0; }
.cart-table .stock-th, .cart-table td.stock {
  width: 33px;
  padding-right: 0; }
.cart-table .delete-th, .cart-table .td-delete {
  width: 40px; }
  .cart-table .delete button:hover, .cart-table .delete button:focus {
    color: #DB0000; }
.cart-table .icon-trash {
  color: #c3c3c3;
  width: 40px !important;
  height: 40px !important; }
  .cart-table .icon-trash:before {
    font-size: 22px !important; }
.cart-table tbody td, .cart-table tbody th {
  border-color: #efefef;
  border-width: 1px 0; }
.cart-table .cartitem-sub {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  color: #4B9E2F;
  font-size: 11px;
  line-height: 1.35; }

.product-title {
  display: table-row;
  width: 100%;
  vertical-align: middle;
  outline: 0; }
  .product-title:focus h2 {
    color: #330a80; }
  .product-title > * {
    display: table-cell;
    vertical-align: middle; }
    .product-title > *:first-child {
      width: 74px; }
    .product-title > *:last-child {
      padding-left: 12px; }

.amount-th {
  width: 90px; }

td.amount, .amount-th, td.delete, .delete-th, td.stock, .stock-th {
  text-align: center; }

td.price, .cart-table td.price, .price-th, .cart-table .price-th {
  text-align: right;
  font-size: 14px; }
  td.price .adviesprijs, .cart-table td.price .adviesprijs, .price-th .adviesprijs, .cart-table .price-th .adviesprijs {
    display: none; }
  @media screen and (max-width: 992px) {
    td.price, .cart-table td.price, .price-th, .cart-table .price-th {
      font-size: 13px;
      font-weight: 500; }
      td.price .adviesprijs, .cart-table td.price .adviesprijs, .price-th .adviesprijs, .cart-table .price-th .adviesprijs {
        font-size: 14.5px;
        display: block;
        font-weight: 600;
        text-decoration: line-through;
        height: 20px; } }

.stock-icon {
  display: block;
  position: relative;
  outline: 0;
  cursor: default; }
  .stock-icon:before {
    content: "w";
    vertical-align: top;
    font-size: 22px;
    line-height: inherit; }
  @media screen and (min-width: 651px) {
    .stock-icon {
      text-align: center;
      width: 33px;
      height: 33px;
      line-height: 32px;
      cursor: pointer;
      cursor: help !important; }
      .stock-icon span {
        display: none;
        padding: 7px 12px 6px;
        position: absolute;
        top: 50%;
        right: 100%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        min-width: 230px;
        text-align: center;
        line-height: 1.35;
        font-size: 13px;
        border: 1px solid #ededed;
        background-color: #f9f9f9; }
        .stock-icon:hover span, .stock-icon:focus span {
          display: block; } }

/* totalen */
.totals {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 13px 16px 16px; }
  .totals table {
    width: 100%; }
    .totals tr td, .totals tr th {
      padding: 3px 0; }
    .totals tr th {
      text-align: left;
      padding-right: 12px;
      font-weight: normal; }
    .totals tr td {
      padding-left: 12px;
      text-align: right; }
  .totals .korting {
    color: #330a80; }
  .totals .total-price {
    font-size: 16px; }
    .totals .korting td, .totals .korting th, .totals .total-price td, .totals .total-price th {
      font-weight: 600; }
  .totals .spacing-top td, .totals .spacing-top th {
    padding-top: 16px; }
  .totals .btn:not(.extra), .totals .back-btn:not(.extra), .totals div.pagination a.pagebtn:not(.extra), div.pagination .totals a.pagebtn:not(.extra), .totals .switch-tabs :not(:checked) + label .login-btn:not(.extra), .switch-tabs :not(:checked) + label .totals .login-btn:not(.extra) {
    display: block; }

.cart-totals {
  float: right;
  margin: 0 auto 20px; }
  .cart-totals table {
    min-width: 300px; }

.cart-side .cart-side-inner {
  background: rgba(82, 0, 229, 0.1);
  border: 1px solid rgba(82, 0, 229, 0.2);
  padding: 12px 16px;
  margin: 15px auto;
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-top: 142.5px; }
  .cart-side .cart-side-inner .js-pick-location {
    display: none; }
  .cart-side .cart-side-inner .bezorgmethodes {
    width: 100%;
    padding: 10px 0 0;
    border: 0; }
    .cart-side .cart-side-inner .bezorgmethodes p {
      margin: 0; }
    .cart-side .cart-side-inner .bezorgmethodes .btn.fancybox, .cart-side .cart-side-inner .bezorgmethodes .fancybox.back-btn, .cart-side .cart-side-inner .bezorgmethodes div.pagination a.fancybox.pagebtn, div.pagination .cart-side .cart-side-inner .bezorgmethodes a.fancybox.pagebtn, .cart-side .cart-side-inner .bezorgmethodes .switch-tabs :not(:checked) + label .fancybox.login-btn, .switch-tabs :not(:checked) + label .cart-side .cart-side-inner .bezorgmethodes .fancybox.login-btn {
      width: auto;
      float: left;
      background: #5200e5;
      color: #fff;
      padding: 6px 10px 4px 10px;
      font-size: 12px;
      min-height: 30px;
      text-transform: none;
      line-height: auto;
      margin-top: 5px; }
    .cart-side .cart-side-inner .bezorgmethodes li {
      display: inline-block;
      width: 100%; }
      .cart-side .cart-side-inner .bezorgmethodes li .data-right {
        display: none; }
        .cart-side .cart-side-inner .bezorgmethodes li.active .data-right {
          display: inline-block; }
      .cart-side .cart-side-inner .bezorgmethodes li input {
        width: 10%;
        display: inline-block;
        float: left;
        margin-top: 4px;
        accent-color: #330a80; }
      .cart-side .cart-side-inner .bezorgmethodes li label {
        width: 90%;
        display: inline-block;
        float: left;
        font-family: "Open Sans";
        font-weight: 600; }
        .cart-side .cart-side-inner .bezorgmethodes li label > span {
          display: inline-block;
          width: 100%; }
          .cart-side .cart-side-inner .bezorgmethodes li label > span .green {
            color: #4B9E2F; }
      .cart-side .cart-side-inner .bezorgmethodes li .data-left {
        width: 75%;
        float: left; }
      .cart-side .cart-side-inner .bezorgmethodes li .data-right {
        width: 25%;
        float: right;
        position: relative; }
        .cart-side .cart-side-inner .bezorgmethodes li .data-right .imgWrap {
          width: 100%;
          display: inline-block;
          max-width: 60px;
          float: right;
          height: auto; }
          .cart-side .cart-side-inner .bezorgmethodes li .data-right .imgWrap img {
            margin: 0;
            margin-right: 7.5px; }
          .cart-side .cart-side-inner .bezorgmethodes li .data-right .imgWrap i {
            display: inline-block;
            position: absolute;
            text-align: center;
            right: -2.5px;
            top: -7.5px;
            font-size: 16px;
            color: #301506; }
.cart-side .btn, .cart-side .back-btn, .cart-side div.pagination a.pagebtn, div.pagination .cart-side a.pagebtn, .cart-side .switch-tabs :not(:checked) + label .login-btn, .switch-tabs :not(:checked) + label .cart-side .login-btn {
  width: 100%;
  float: right;
  display: inline-block; }

.cart-btm {
  clear: both; }

body .cart-table {
  border-top: 1px rgba(0, 0, 0, 0.05) solid; }

.checkout_and_usp a.orange {
  width: 100%;
  padding: 12.5px;
  font-weight: bold; }
.checkout_and_usp p {
  display: none; }

/* Mediaqueries */
@media screen and (max-width: 650px) {
  body .cart-table {
    margin: 0 0 16px;
    border-top: 1px rgba(0, 0, 0, 0.05) solid; }
    body .cart-table thead {
      display: none; }
    body .cart-table tr {
      display: block;
      clear: both;
      position: relative;
      padding: 0 0 12px 72px;
      margin: 12px 0;
      min-height: 60px; }
      body .cart-table tr:last-child {
        margin-bottom: 0; }
      body .cart-table tr:nth-child(even) {
        padding: 0;
        border-bottom: 1px #eee solid;
        border-color: rgba(0, 0, 0, 0.05);
        border-width: 0 0 1px; }
    body .cart-table th, body .cart-table td {
      display: block;
      border: none !important; }
    body .cart-table th, body .cart-table td, body .cart-table th:first-child, body .cart-table td:last-child {
      padding: 0;
      width: auto !important; }
    body .cart-table td.amount {
      width: 135px !important; }
    body .cart-table .stock {
      display: block;
      text-align: left;
      font-size: 12px;
      line-height: 1.175;
      text-indent: -2px;
      margin-bottom: 10px; }
    body .cart-table .stock-icon:before {
      vertical-align: middle;
      font-size: 20px;
      position: relative;
      top: -1px; }
    body .cart-table .amount {
      float: left; }
    body .cart-table .price {
      float: right;
      clear: right;
      line-height: 33px;
      white-space: nowrap; }
    body .cart-table .delete {
      position: absolute;
      right: 0;
      top: -3px; }
  .product-title {
    display: block;
    padding-right: 26px; }
    .product-title > *:first-child {
      position: absolute;
      margin: 0;
      left: 0;
      top: -6px;
      width: 60px; }
    .product-title > *:last-child {
      display: block;
      padding-left: 0; }
  .cart-totals {
    float: none;
    clear: both;
    margin: 0;
    padding: 0; }
    .cart-totals table {
      width: 100%;
      min-width: 0; } }

.contact-blok-cart {
  padding: 13px 12px;
  display: block;
  border-radius: 3px;
  text-decoration: none !important;
  outline: 0;
  margin: 0 0 12px;
  color: #404040;
  text-align: left; }
  .contact-blok-cart p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    margin-top: auto;
    margin-bottom: auto; }
  .contact-blok-cart i {
    float: left; }
    .contact-blok-cart i:before {
      font-family: "winparts" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "x";
      color: #909090;
      margin-right: 10px;
      font-size: 35px;
      vertical-align: middle;
      position: relative; }

@media screen and (min-width: 651px) and (max-width: 991px) {
  .cart-side {
    clear: both;
    float: none;
    width: auto;
    overflow: hidden;
    margin-bottom: 12px;
    /*
		.usps-side-title { margin: 0 0 10px; }
		.usps.usps-side {
			overflow: hidden;

			li {
				float: left;
				margin: 0 12px 10px 0;
			}
		}

		.trustmark,
		.paymentmethods { display: none; }
		*/ }
    .cart-side a.btn.orange, .cart-side a.orange.back-btn, .cart-side div.pagination a.orange.pagebtn, div.pagination .cart-side a.orange.pagebtn, .cart-side .switch-tabs :not(:checked) + label a.orange.login-btn, .switch-tabs :not(:checked) + label .cart-side a.orange.login-btn {
      float: right; }
    .cart-side .contact-blok {
      float: right;
      margin: 0 0 0 12px; }
    .cart-side .usps-side-title, .cart-side .usps.usps-side {
      display: none; } }

.ontvangst-datum-wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  margin: 36px 4% 56px 0;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  padding-right: 12px;
  /* max-width: 400px; */ }
  .ontvangst-datum-wrapper .verwacht-aflevermoment {
    display: inline-block;
    vertical-align: middle; }
    .ontvangst-datum-wrapper .verwacht-aflevermoment p:not(.verwacht-aflevermoment-date) {
      margin-bottom: 8px; }
  @media screen and (min-width: 768px) {
    .ontvangst-datum-wrapper {
      font-size: 15px; } }

.product-container .ontvangst-datum-wrapper {
  margin: 24px 0 8px;
  padding: 0;
  border: none; }

.verwacht-aflevermoment-date {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.75em;
  line-height: 0.9;
  margin-bottom: 0; }
@media screen and (min-width: 768px) {
  .verwacht-aflevermoment-date {
    font-size: 2em; } }

.od-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0; }
@media screen and (min-width: 768px) {
  .od-icon {
    margin-right: 12px; } }
.od-icon span {
  display: block;
  position: relative;
  height: 80px;
  width: 80px;
  background-color: #330a80;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  color: #fff;
  font-size: 34px;
  line-height: 72px;
  border: 4px #fff solid; }
  .od-icon span:after {
    content: "i";
    line-height: inherit; }

@media screen and (max-width: 650px) {
  .totals-wrapper {
    display: flex;
    flex-direction: column; }
    .totals-wrapper > .overflow, .totals-wrapper > .clearfix, form ul .totals-wrapper > li, form ol .totals-wrapper > li, .totals-wrapper > .js-tabs-content {
      -webkit-order: -1;
      order: -1; }
      .totals-wrapper > .overflow > p, .totals-wrapper > .clearfix > p, form ul .totals-wrapper > li > p, form ol .totals-wrapper > li > p, .totals-wrapper > .js-tabs-content > p {
        display: none; }
  .ontvangst-datum-wrapper {
    margin: -8px 0 17px 0;
    border-top: 1px #efefef solid;
    padding-top: 14px; } }

.levertijd-note {
  text-align: center;
  color: #8a8a8a;
  font-size: 12px;
  margin-top: 65px; }

.coupon-container {
  min-height: 36px; }
@media (min-width: 768px) {
  .coupon-container {
    padding-right: 21px; } }
.coupon-container .js-coupon-trigger {
  margin-top: 8px; }

.coupon-form {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .coupon-form.js-active {
    display: flex; }
  .coupon-form input {
    min-width: 160px; }
  .coupon-form > div {
    padding-bottom: 3px; }
    .coupon-form > div:first-child {
      flex: 1 1 auto;
      padding-right: 3px; }
    .coupon-form > div:last-child {
      flex: 0 1 auto;
      white-space: nowrap; }

.cart_transporteur_box ul {
  width: 82.5%; }
.cart_transporteur_box li {
  padding: 7.5px 0 7.5px 24px; }
.cart_transporteur_box li .icon-check {
  color: #5200e5;
  margin-right: 10px;
  margin-left: -24px; }
.cart_transporteur_box img {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 60px; }
@media (min-width: 768px) {
  .cart_transporteur_box img {
    width: 100px;
    right: 5px;
    top: 5px; } }

.applicaple_warranty {
  font-size: 0.8em;
  white-space: normal;
  clear: both;
  color: #777; }
  .applicaple_warranty:before {
    content: "m";
    font-family: "winparts";
    color: green;
    padding-right: 4px; }

.td-pasgarantie {
  padding: 0;
  border-right: 0;
  padding-bottom: 10px; }

.pasgarantie-blok p {
  margin: 0;
  display: inline-block;
  font-size: 12px;
  vertical-align: inherit; }

.pasgarantie-blok .selected-car {
  padding: 0;
  display: flex; }
  .pasgarantie-blok .selected-car:before {
    content: ""; }

.selected-car .icon_holder, .selected-car p, .pasgarantiecheck > div {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto; }

.selected-car p {
  width: calc(100% - 20px);
  padding-left: 3px; }

.pasgarantie-blok .icon_holder, .selected-car .icon_holder {
  display: inline-block;
  width: 20px;
  margin-top: 2px; }

.pasgarantie-blok .icon_holder img {
  float: left !important;
  height: 10px !important; }

.pasgarantie-blok .selected-car p {
  color: #9A9A9A; }

.pasgarantie-actie p, .carselector-cart {
  padding-left: 24px; }

.td-pasgarantie .carselector:not(.home-carselector) {
  background-color: transparent;
  color: #000;
  padding: 0;
  display: none;
  margin: 5px 0; }
  .td-pasgarantie .carselector:not(.home-carselector).active {
    display: block; }
  .td-pasgarantie .carselector:not(.home-carselector) select {
    border: 1px solid #dadada; }
  .td-pasgarantie .carselector:not(.home-carselector) select:focus, .td-pasgarantie .carselector:not(.home-carselector) select:hover:not([disabled]) {
    box-shadow: inherit; }
  .td-pasgarantie .carselector:not(.home-carselector) .licenseplate-form {
    width: 100%;
    float: left; }
  .td-pasgarantie .carselector:not(.home-carselector) p {
    width: 100%; }

.sticky-button {
  order: -1;
  display: none; }

.sticky-button.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #ededed;
  background: #ffffff;
  z-index: 99999;
  padding: 10px;
  display: block; }

@media screen and (min-width: 768px) {
  .sticky-button.fixed {
    display: none; } }

.sticky-button.fixed a {
  margin: 0 !important; }

.sticky-button .icons {
  display: none; }

.sticky-button.fixed .icons {
  display: inline-block; }

.sticky-button.fixed .icons img {
  max-width: 125px;
  margin: 10px auto 0;
  display: block; }

#page-cart .view-levertijd, #page-cart .page-winkelwagen .view-levertijd {
  background: none !important;
  padding-left: 0;
  font-family: 'OpenSansRegular', sans-serif; }
#page-cart .status .dot {
  width: 7px;
  height: 7px;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 50px;
  float: left; }
@media screen and (max-width: 768px) {
  #page-cart .view-levertijd {
    text-align: right;
    padding: 0 !important;
    float: right;
    margin-top: 0; }
    #page-cart .view-levertijd.orange .dot {
      border: 1px solid #ff9900; }
  #page-cart .view-levertijd.green .dot {
    background: #93b931; } }
@media screen and (min-width: 768px) {
  #page-cart .td-pasgarantie {
    position: relative; }
  #page-cart .view-levertijd {
    position: absolute;
    top: 0;
    margin: 0;
    right: 0; }
    #page-cart .view-levertijd span {
      float: right; }
  #page-cart .status.green {
    color: #93b931 !important; }
  #page-cart .status.green .dot {
    background: #93b931; }
  #page-cart .status.orange .dot {
    background: none;
    border: 1px solid #ff9933; }
  #page-cart .pasgarantie-blok {
    padding-right: 150px; } }

#page-checkout #header-left {
  margin-top: 0;
  margin-bottom: 17px; }
#page-checkout .search-cart-wrapper {
  display: none; }
@media screen and (min-width: 992px) {
  #page-checkout #header-right {
    margin-top: 16px; } }

#page-checkout .js-m-step-trigger {
  margin-bottom: 0;
  border-bottom: none; }
#page-checkout #step4 h2 {
  display: none; }
#page-checkout .js-tabs-content {
  border: 0; }

.js-m-step-btns {
  display: none;
  clear: both;
  overflow: hidden; }

.js-m-step-target {
  margin-bottom: 24px; }

.js-m-step-trigger {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px #eee solid;
  padding: 10px 0;
  line-height: 28px;
  margin-bottom: 20px; }
  .js-m-step-trigger span {
    margin-right: 1px; }

#samenvatting {
  border: 1px #f3f3f3 solid;
  border-color: rgba(82, 0, 229, 0.2);
  margin: 0 auto 20px;
  background: rgba(82, 0, 229, 0.1); }

#samenvatting > p {
  padding: 13px 75px 0 13px;
  margin-bottom: 0;
  font-weight: 600; }

@media screen and (min-width: 768px) {
  #step4 .js-m-step-trigger {
    border-bottom: 1px #cce8f6 solid; }
  .js-m-step-trigger {
    border: 1px solid #e2e2e2;
    background-color: #f5f5f5;
    margin-bottom: 16px;
    border-width: 0 0 1px;
    padding: 6px 16px 4px 12px;
    font-size: 14px; }
    .js-m-step-trigger h2 {
      float: left;
      font-size: 14px; } }

.alt-afleveradres-wrapper {
  margin-top: 18px;
  background: #fafafa;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px dotted #eaeaea; }

/* button extra */
button.extra {
  display: none;
  position: absolute !important;
  right: 0;
  top: 0; }

@media screen and (max-width: 549px) {
  .js-m-step-btns a {
    font-size: 12px;
    padding: 10px 20px; } }

@media screen and (max-width: 767px) {
  .js-m-step-wrapper#step4 .js-m-step-target {
    display: block;
    margin-top: 20px; }
  .js-m-step-wrapper#step4 .js-m-step-trigger {
    display: none !important; }
  .js-m-step-btns {
    display: block; }
  .js-m-step-active {
    border-bottom: 1px solid #ededed; }
    .js-m-step-active .js-m-step-target {
      margin-bottom: 1rem; }
    .js-m-step-active .js-m-step-btns .arrow-right, .js-m-step-active .js-m-step-btns .switch-tabs :not(:checked) + label .login-btn, .switch-tabs :not(:checked) + label .js-m-step-active .js-m-step-btns .login-btn {
      margin-right: 1rem;
      margin-top: 1rem; }
  .js-m-step-trigger {
    display: block !important;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    padding: 12px 16px;
    border-top: 1px #ececec solid;
    border-bottom: none;
    position: relative;
    background-color: #fafafa;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer; }
    .js-m-step-trigger:focus {
      background-color: #f3f2f2; }
    #step1 .js-m-step-trigger {
      border-top: none; }
  .retour-container .js-active .js-m-step-trigger, .js-m-step-active .js-m-step-trigger {
    background: #330a80;
    color: #fff;
    border-top: 1px #4000b2 solid;
    text-shadow: 0 1px #4000b2; }
    .retour-container .js-active .js-m-step-trigger a, .js-m-step-active .js-m-step-trigger a {
      color: #ffffff; }
  .js-m-step-target {
    border-top: 1px #fff solid;
    overflow: hidden;
    display: none; }
  .retour-container .js-active .js-m-step-target, .js-m-step-active .js-m-step-target {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%; }
  .betaalmethodes, .bezorgmethodes {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; } }

@media screen and (min-width: 992px) {
  #co-steps {
    margin: 0 -12px;
    box-sizing: border-box; }
  #steps2and3, #step4 {
    float: left;
    padding: 0 12px; }
  #step1, #step2, #step3 {
    width: 100%;
    display: block; }
  #step4 {
    width: 33.3%; }
  #steps2and3 {
    width: 66.6%; } }

@media screen and (max-width: 480px) {
  #step1.js-m-step-wrapper h2.js-m-step-trigger span p {
    display: none; } }

/* betaal + bezorgmethodes */
#page-checkout .betaalmethodes > li {
  border-color: #eee;
  position: relative; }
  #page-checkout .betaalmethodes > li:not(.active) .selectbox {
    display: none; }
#page-checkout .betaalmethodes > li.active .selectbox {
  width: 40%;
  float: right;
  padding: 0;
  z-index: 9;
  position: absolute;
  top: -8px;
  right: 0;
  margin: 13px 6px; }
#page-checkout .betaalmethodes > li.active > label {
  background: rgba(82, 0, 229, 0.1);
  border: 1px solid #5200e5; }
  #page-checkout .betaalmethodes > li.active > label[for=betaal-creditcard] {
    border-bottom: 0; }
#page-checkout .betaalmethodes > li > label {
  border: 1px #eee solid;
  display: block;
  border-radius: 2px;
  padding: 6px 8px 6px 12px;
  cursor: pointer;
  line-height: 32px;
  overflow: hidden;
  font-weight: 600; }
#page-checkout .betaalmethodes > li .selectBoxContent {
  margin: 15px;
  box-sizing: border-box; }
#page-checkout .betaalmethodes > li > div {
  display: none; }
#page-checkout .betaalmethodes > li.active > div {
  display: block;
  padding: 15px 15px 0 15px; }

#mspCreditCard {
  margin: 0;
  padding: 20px 0 0;
  background: rgba(82, 0, 229, 0.1);
  border: 1px solid #5200e5;
  border-top: 0; }
  #mspCreditCard div {
    margin: 0;
    padding: 0; }
  #mspCreditCard .msp-container-ui {
    max-width: 100% !important; }
  #mspCreditCard .msp-container-ui .msp-ui-mb-1 {
    width: 100%;
    margin-bottom: 0 !important; }
  #mspCreditCard .msp-container-ui .msp-ui-form-control.msp-ui-safety-input {
    border: 1px solid #5200e5;
    padding: 5px; }
  #mspCreditCard .msp-container-ui .msp-ui-card-brands-container {
    display: none; }
  #mspCreditCard .page-order-betalen .msp-container-ui .msp-ui-form-control.msp-ui-safety-input {
    border-color: #00b900; }
  #mspCreditCard .msp-container-ui .msp-ui-form-group {
    position: relative;
    height: auto !important;
    margin-bottom: 30px !important; }
  #mspCreditCard .page-order-betalen .msp-container-ui .msp-ui-form-label {
    background: #edfaed; }
  #mspCreditCard .msp-container-ui .msp-ui-card-brands-container .msp-ui-inline-card-brand.msp-ui-grouped-brands .msp-ui-brand-image.msp-ui-active-image {
    animation: none !important; }
  #mspCreditCard .msp-container-ui .msp-ui-card-brands-container .msp-ui-inline-card-brand .msp-ui-brand-image {
    display: block !important; }
  #mspCreditCard .msp-container-ui .msp-ui-col-2:first-child {
    padding: 0;
    padding-right: 5px; }
  #mspCreditCard .msp-container-ui .msp-ui-col-2:last-child {
    padding: 0;
    padding-left: 5px; }
  #mspCreditCard .msp-container-ui .msp-ui-form-label {
    background: #e5f3fb;
    width: auto !important;
    font-weight: 600;
    display: block;
    margin: 0 !important;
    max-width: 100% !important;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 3;
    font-size: 12px;
    height: 13px;
    padding: 0 5px !important;
    text-align: left !important; }
  #mspCreditCard .msp-container-ui .msp-ui-tooltip-height {
    height: 13px !important; }
  #mspCreditCard .msp-container-ui .msp-ui-form-label[for=extvar4] {
    text-indent: -999999px;
    line-height: 0; }
  #mspCreditCard .msp-container-ui .msp-ui-tooltip-margin {
    float: right;
    position: absolute;
    right: 8px;
    top: 7px;
    z-index: 999; }
  #mspCreditCard .msp-container-ui .msp-ui-form-label[for=extvar4]:after {
    content: "CVV / CVC";
    text-indent: 0;
    text-indent: 0;
    display: block;
    line-height: initial;
    /* New content takes up original line height */ }

#Klarna-phone {
  display: none !important; }

#Klarna-phone.active {
  display: inline-block !important; }

#factuuradres_ingelogd .adresrow {
  width: 100%;
  display: inline-block; }
  #factuuradres_ingelogd .adresrow .left {
    width: 100%;
    float: left; }
  @media screen and (min-width: 768px) {
    #factuuradres_ingelogd .adresrow .left {
      width: 25%; } }
  #factuuradres_ingelogd .adresrow .right {
    width: 100%;
    float: left; }
  @media screen and (min-width: 768px) {
    #factuuradres_ingelogd .adresrow .right {
      width: 75%; } }
  #factuuradres_ingelogd .adresrow .right li {
    width: 100%;
    padding: 12.5px 0;
    margin: 0;
    border-top: 1px solid #ededed; }
    #factuuradres_ingelogd .adresrow .right li:first-child {
      margin-top: 10px; }
    @media screen and (min-width: 768px) {
      #factuuradres_ingelogd .adresrow .right li {
        width: 50%;
        float: left;
        padding: 0;
        border-top: 0;
        margin: 0; }
        #factuuradres_ingelogd .adresrow .right li:first-child {
          margin: 0; } }

#page-checkout .bezorgmethodes {
  display: flex; }
  #page-checkout .bezorgmethodes .btn.fancybox, #page-checkout .bezorgmethodes .fancybox.back-btn, #page-checkout .bezorgmethodes div.pagination a.fancybox.pagebtn, div.pagination #page-checkout .bezorgmethodes a.fancybox.pagebtn, #page-checkout .bezorgmethodes .switch-tabs :not(:checked) + label .fancybox.login-btn, .switch-tabs :not(:checked) + label #page-checkout .bezorgmethodes .fancybox.login-btn {
    width: auto;
    float: left;
    background: #5200e5;
    color: #fff;
    padding: 6px 10px 4px 10px;
    font-size: 12px;
    min-height: 30px;
    text-transform: none;
    line-height: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    transition: all 2s; }
  #page-checkout .bezorgmethodes > li {
    width: 50%;
    float: left;
    display: none; }
    #page-checkout .bezorgmethodes > li.active {
      display: block; }
  #page-checkout .bezorgmethodes p {
    margin: 0; }
  #page-checkout .bezorgmethodes b {
    width: 100%;
    display: block; }
  #page-checkout .bezorgmethodes > li {
    width: 50%;
    float: left; }

.betaalmethodes a, .bezorgmethodes a {
  cursor: pointer; }
  .betaalmethodes.inputs-radio > li input[type=radio] + label, .betaalmethodes.inputs-radio > li input[type=checkbox] + label, .betaalmethodes .input-radio input[type=radio] + label, .betaalmethodes .input-radio input[type=checkbox] + label, .bezorgmethodes.inputs-radio > li input[type=radio] + label, .bezorgmethodes.inputs-radio > li input[type=checkbox] + label, .bezorgmethodes .input-radio input[type=radio] + label, .bezorgmethodes .input-radio input[type=checkbox] + label {
    padding: 0;
    display: inline-block;
    width: 100%; }
    .betaalmethodes.inputs-radio > li input[type=radio] + label:before, .betaalmethodes.inputs-radio > li input[type=radio] + label:after, .betaalmethodes.inputs-radio > li input[type=checkbox] + label:before, .betaalmethodes.inputs-radio > li input[type=checkbox] + label:after, .betaalmethodes .input-radio input[type=radio] + label:before, .betaalmethodes .input-radio input[type=radio] + label:after, .betaalmethodes .input-radio input[type=checkbox] + label:before, .betaalmethodes .input-radio input[type=checkbox] + label:after, .bezorgmethodes.inputs-radio > li input[type=radio] + label:before, .bezorgmethodes.inputs-radio > li input[type=radio] + label:after, .bezorgmethodes.inputs-radio > li input[type=checkbox] + label:before, .bezorgmethodes.inputs-radio > li input[type=checkbox] + label:after, .bezorgmethodes .input-radio input[type=radio] + label:before, .bezorgmethodes .input-radio input[type=radio] + label:after, .bezorgmethodes .input-radio input[type=checkbox] + label:before, .bezorgmethodes .input-radio input[type=checkbox] + label:after {
      display: none; }
  .betaalmethodes.inputs-radio > li input[type=radio]:checked + label:before, .betaalmethodes.inputs-radio > li input[type=checkbox]:checked + label:before, .betaalmethodes .input-radio input[type=radio]:checked + label:before, .betaalmethodes .input-radio input[type=checkbox]:checked + label:before, .bezorgmethodes.inputs-radio > li input[type=radio]:checked + label:before, .bezorgmethodes.inputs-radio > li input[type=checkbox]:checked + label:before, .bezorgmethodes .input-radio input[type=radio]:checked + label:before, .bezorgmethodes .input-radio input[type=checkbox]:checked + label:before {
    border-color: #380b8c;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
  .betaalmethodes.inputs-radio > li input[type=radio]:checked + label:after, .betaalmethodes.inputs-radio > li input[type=checkbox]:checked + label:after, .betaalmethodes .input-radio input[type=radio]:checked + label:after, .betaalmethodes .input-radio input[type=checkbox]:checked + label:after, .bezorgmethodes.inputs-radio > li input[type=radio]:checked + label:after, .bezorgmethodes.inputs-radio > li input[type=checkbox]:checked + label:after, .bezorgmethodes .input-radio input[type=radio]:checked + label:after, .bezorgmethodes .input-radio input[type=checkbox]:checked + label:after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s 0.1s;
    -moz-transition: opacity 0.25s, visibility 0.25s, -moz-transform 0.25s 0.1s;
    -o-transition: opacity 0.25s, visibility 0.25s, -o-transform 0.25s 0.1s;
    transition: opacity 0.25s, visibility 0.25s, transform 0.25s 0.1s; }
  .betaalmethodes.inputs-radio > li input[type=radio][disabled][disabled], .betaalmethodes.inputs-radio > li input[type=radio].js-disabled, .betaalmethodes.inputs-radio > li input[type=checkbox][disabled][disabled], .betaalmethodes.inputs-radio > li input[type=checkbox].js-disabled, .betaalmethodes .input-radio input[type=radio][disabled][disabled], .betaalmethodes .input-radio input[type=radio].js-disabled, .betaalmethodes .input-radio input[type=checkbox][disabled][disabled], .betaalmethodes .input-radio input[type=checkbox].js-disabled, .bezorgmethodes.inputs-radio > li input[type=radio][disabled][disabled], .bezorgmethodes.inputs-radio > li input[type=radio].js-disabled, .bezorgmethodes.inputs-radio > li input[type=checkbox][disabled][disabled], .bezorgmethodes.inputs-radio > li input[type=checkbox].js-disabled, .bezorgmethodes .input-radio input[type=radio][disabled][disabled], .bezorgmethodes .input-radio input[type=radio].js-disabled, .bezorgmethodes .input-radio input[type=checkbox][disabled][disabled], .bezorgmethodes .input-radio input[type=checkbox].js-disabled {
    opacity: 0.5; }
    .betaalmethodes.inputs-radio > li input[type=radio][disabled][disabled] + label, .betaalmethodes.inputs-radio > li input[type=radio].js-disabled + label, .betaalmethodes.inputs-radio > li input[type=checkbox][disabled][disabled] + label, .betaalmethodes.inputs-radio > li input[type=checkbox].js-disabled + label, .betaalmethodes .input-radio input[type=radio][disabled][disabled] + label, .betaalmethodes .input-radio input[type=radio].js-disabled + label, .betaalmethodes .input-radio input[type=checkbox][disabled][disabled] + label, .betaalmethodes .input-radio input[type=checkbox].js-disabled + label, .bezorgmethodes.inputs-radio > li input[type=radio][disabled][disabled] + label, .bezorgmethodes.inputs-radio > li input[type=radio].js-disabled + label, .bezorgmethodes.inputs-radio > li input[type=checkbox][disabled][disabled] + label, .bezorgmethodes.inputs-radio > li input[type=checkbox].js-disabled + label, .bezorgmethodes .input-radio input[type=radio][disabled][disabled] + label, .bezorgmethodes .input-radio input[type=radio].js-disabled + label, .bezorgmethodes .input-radio input[type=checkbox][disabled][disabled] + label, .bezorgmethodes .input-radio input[type=checkbox].js-disabled + label {
      cursor: default;
      opacity: 0.5; }
  .betaalmethodes.inputs-radio > li input[type=radio]:focus:not(:active) + label:before, .betaalmethodes.inputs-radio > li input[type=checkbox]:focus:not(:active) + label:before, .betaalmethodes .input-radio input[type=radio]:focus:not(:active) + label:before, .betaalmethodes .input-radio input[type=checkbox]:focus:not(:active) + label:before, .bezorgmethodes.inputs-radio > li input[type=radio]:focus:not(:active) + label:before, .bezorgmethodes.inputs-radio > li input[type=checkbox]:focus:not(:active) + label:before, .bezorgmethodes .input-radio input[type=radio]:focus:not(:active) + label:before, .bezorgmethodes .input-radio input[type=checkbox]:focus:not(:active) + label:before {
    border-color: rgba(0, 0, 0, 0.75);
    background-color: rgba(158, 158, 158, 0.12); }
.betaalmethodes.inputs-radio > li input[type=radio]:focus:not(:active):checked + label:before, .betaalmethodes.inputs-radio > li input[type=checkbox]:focus:not(:active):checked + label:before, .betaalmethodes .input-radio input[type=radio]:focus:not(:active):checked + label:before, .betaalmethodes .input-radio input[type=checkbox]:focus:not(:active):checked + label:before, .bezorgmethodes.inputs-radio > li input[type=radio]:focus:not(:active):checked + label:before, .bezorgmethodes.inputs-radio > li input[type=checkbox]:focus:not(:active):checked + label:before, .bezorgmethodes .input-radio input[type=radio]:focus:not(:active):checked + label:before, .bezorgmethodes .input-radio input[type=checkbox]:focus:not(:active):checked + label:before {
  border-color: #290866; }
.betaalmethodes.inputs-radio > li input[type=radio]:not([disabled]):active + label:before, .betaalmethodes.inputs-radio > li input[type=checkbox]:not([disabled]):active + label:before, .betaalmethodes .input-radio input[type=radio]:not([disabled]):active + label:before, .betaalmethodes .input-radio input[type=checkbox]:not([disabled]):active + label:before, .bezorgmethodes.inputs-radio > li input[type=radio]:not([disabled]):active + label:before, .bezorgmethodes.inputs-radio > li input[type=checkbox]:not([disabled]):active + label:before, .bezorgmethodes .input-radio input[type=radio]:not([disabled]):active + label:before, .bezorgmethodes .input-radio input[type=checkbox]:not([disabled]):active + label:before {
  background-color: #9e9e9e;
  background-color: rgba(158, 158, 158, 0.18); }
.betaalmethodes.inputs-radio > li input[type=radio]:not([disabled]):checked:active + label:before, .betaalmethodes.inputs-radio > li input[type=checkbox]:not([disabled]):checked:active + label:before, .betaalmethodes .input-radio input[type=radio]:not([disabled]):checked:active + label:before, .betaalmethodes .input-radio input[type=checkbox]:not([disabled]):checked:active + label:before, .bezorgmethodes.inputs-radio > li input[type=radio]:not([disabled]):checked:active + label:before, .bezorgmethodes.inputs-radio > li input[type=checkbox]:not([disabled]):checked:active + label:before, .bezorgmethodes .input-radio input[type=radio]:not([disabled]):checked:active + label:before, .bezorgmethodes .input-radio input[type=checkbox]:not([disabled]):checked:active + label:before {
  border-color: #2e0974; }
.betaalmethodes li, .bezorgmethodes li {
  margin: 6px 0; }
  .betaalmethodes li label + div, .bezorgmethodes li label + div {
    display: none;
    margin: 10px 12px 5px 30px;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.4; }
    .betaalmethodes li label + div :last-child, .bezorgmethodes li label + div :last-child {
      margin-bottom: 0; }
  .betaalmethodes li input:checked + label + div, .bezorgmethodes li input:checked + label + div {
    display: block; }
.betaalmethodes img, .bezorgmethodes img {
  vertical-align: middle; }
  .betaalmethodes img:first-of-type, .bezorgmethodes img:first-of-type {
    margin-left: 3px; }

.bezorgmethodes img {
  float: right;
  margin: -1px 10px 0 3px; }

#page-checkout .col-full {
  width: 100%;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  display: inline-block;
  padding-top: 30px; }
  #page-checkout .col-full .trustmark img:not(.paymentmethods) {
    width: 55px; }
  #page-checkout .col-full .trustmark {
    width: 100%; }
    #page-checkout .col-full .trustmark a {
      width: 100%; }
    #page-checkout .col-full .trustmark img.paymentmethods {
      margin-top: -10px;
      margin-bottom: 10px; }
  #page-checkout .col-full .trustmark, #page-checkout .col-full .paymentmethods, #page-checkout .col-full .trustpilot {
    margin: 0 auto; }
    #page-checkout .col-full .trustmark img, #page-checkout .col-full .trustmark a, #page-checkout .col-full .paymentmethods img, #page-checkout .col-full .paymentmethods a, #page-checkout .col-full .trustpilot img, #page-checkout .col-full .trustpilot a {
      display: block;
      margin: 0 auto; }
  #page-checkout .col-full .col1 {
    width: 33.3%;
    float: left;
    margin-right: initial; }
  @media screen and (max-width: 992px) {
    #page-checkout .col-full .col1 {
      width: 100%;
      margin: 12px 0; }
      #page-checkout .col-full .col1 .trustmark img {
        margin: 0 auto; } }
  #page-checkout .col-full .col2 {
    width: 66.6%;
    float: left; }

/* winkelwagen op checkout */
.co-items {
  position: relative; }
  .co-items ul {
    max-height: 230px;
    overflow: auto;
    position: relative; }
  .co-items li {
    font-size: 13px;
    line-height: 18px; }
    .co-items li:not(:last-child) {
      border-bottom: 1px solid #eee; }
  .co-items ul a {
    -webkit-transition: 'background .15s cubic-bezier(.4,0,.2,1)';
    transition: 'background .15s cubic-bezier(.4,0,.2,1)';
    display: flex;
    overflow: hidden;
    color: #2b2b2b;
    position: relative;
    padding: 0 75px 0 13px; }
    .co-items ul a:hover, .co-items ul a:focus {
      background: rgba(82, 0, 229, 0.1); }
    .co-items ul a:active {
      background: rgba(82, 0, 229, 0.2); }
  .co-items .itemimage {
    display: block;
    width: 30px;
    padding: 8px; }
    .co-items .itemimage img {
      width: 100%; }
  .co-items .itemtitle {
    padding: 8px 4px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: auto 10px; }
  .co-items .itemprice {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    padding: 8px;
    white-space: nowrap; }
  .co-items .itemtitle, .co-items .itemprice {
    line-height: 20px;
    text-shadow: 0 1px #fff; }

.co-items-count, .co-items-edit {
  display: inline-block;
  width: auto;
  position: relative;
  padding-left: 12px; }
  .co-items-count a, .co-items-edit a {
    text-decoration: none;
    font-size: 12px;
    color: #888; }

.js-collapsed.co-items ul, .js-collapsed .co-items-edit {
  display: none; }

.co-items-count a {
  text-decoration: none;
  color: #2b2b2b; }
  .co-items-count a:before {
    content: "B";
    color: rgba(0, 0, 0, 0.7);
    margin-right: 10px;
    line-height: 1;
    vertical-align: middle;
    position: relative;
    top: -1px;
    font-size: 19px; }
  .co-items-count a:after {
    content: "r";
    vertical-align: middle;
    margin-left: 4px; }
    .js-collapsed .co-items-count a:after {
      content: "s"; }
  .co-items-count a span {
    color: #330a80; }
  .co-items-count a:hover span {
    text-decoration: underline; }

.co-totals label {
  font-weight: 600 !important; }

#gecontroleerd {
  left: 11px;
  top: 12px; }

.trustmark-blok {
  padding: 0 12px;
  margin: 8px auto 18px;
  max-width: 320px; }
@media screen and (max-width: 767px) {
  .trustmark-blok {
    margin-top: 20px; } }
@media screen and (min-width: 992px) {
  .trustmark-blok {
    float: right;
    width: 28.5%; } }
.trustmark-blok a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #2b2b2b; }
.trustmark-blok img {
  float: left;
  margin-right: 16px; }
.trustmark-blok p {
  line-height: 1.55;
  margin: 7px 0 0;
  font-weight: 600;
  font-size: 13px;
  overflow: hidden; }

.vd-wrapper {
  position: relative; }
  .vd-wrapper:after {
    position: absolute;
    right: 6px;
    top: 50%;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .vd-wrapper.js-valid:after {
    content: "W";
    color: #00b900;
    vertical-align: middle; }
  .vd-wrapper.js-invalid:after {
    content: "A";
    color: red;
    vertical-align: middle; }
  .vd-wrapper.js-valid input, .vd-wrapper.js-invalid input {
    padding-right: 24px !important; }

.cols-huisnummer.two-cols {
  margin-left: 0; }
  .cols-huisnummer.two-cols li {
    padding-left: 0; }
    .cols-huisnummer.two-cols li:first-child {
      margin-right: -1px; }
    .cols-huisnummer.two-cols li:last-child input {
      border-left: 1px #ccc dotted; }

#automotive, #montagepartner {
  max-width: 100px; }

.nabetaling .betaalmethode-left .betaalmethodes > li {
  border: 1px #eee solid;
  border-color: #eee;
  position: relative; }
  .nabetaling .betaalmethode-left .betaalmethodes > li.active {
    background: rgba(82, 0, 229, 0.1);
    border: 1px solid #5200e5; }
  .nabetaling .betaalmethode-left .betaalmethodes > li .selectbox {
    width: 40%;
    float: right;
    padding: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }
  .nabetaling .betaalmethode-left .betaalmethodes > li #mspCreditCard {
    border: 0;
    background: none;
    padding: 15px 10px 0 10px; }
  .nabetaling .betaalmethode-left .betaalmethodes > li label {
    padding: 15px !important; }

#klarna-payments-container {
  display: flex;
  justify-content: center;
  margin-bottom: 15px; }

#page-checkout .steps-counter {
  width: 100%;
  border-bottom: 1px solid #ededed; }

#page-checkout .steps-counter .steps {
  display: flex;
  flex-direction: row;
  padding: 15px 10px;
  max-width: 800px;
  margin: auto; }

#page-checkout .steps-counter .steps .step:after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  top: 10px;
  width: 100%;
  bottom: 0;
  left: 50%;
  right: 0;
  border-bottom: 5px solid #5911df;
  z-index: 0; }

#page-checkout .steps-counter .steps .step:last-child:after {
  display: none; }

#page-checkout .steps-counter .steps .step {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3%;
  position: relative;
  z-index: 1; }

#page-checkout .steps-counter .steps .step a {
  width: 100%;
  text-decoration: none; }

#page-checkout .steps-counter .steps .step.active a .circle {
  background: #ff9933; }

#page-checkout .steps-counter .steps .step.current a .label {
  font-weight: bold; }

#page-checkout .steps-counter .steps .step a .circle {
  display: block;
  height: 25px;
  width: 25px;
  border-radius: 50px;
  background: #ededed;
  margin: auto;
  border: 5px solid #5200e5; }

#page-checkout .steps-counter .steps .step:after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  top: 10px;
  width: 100%;
  bottom: 0;
  left: 50%;
  right: 0;
  border-bottom: 5px solid #5200e5;
  z-index: -1; }

#page-checkout .steps-counter .steps .step:last-child:after {
  display: none; }

#page-checkout .steps-counter .steps .step a .label {
  display: block;
  width: 100%;
  text-align: center;
  color: #333; }

#page-checkout .steps-counter {
  display: block; }

#page-checkout .steps-buttons .steps a {
  width: 100%;
  border-radius: 5px;
  padding: 15px 25px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold; }

#page-checkout .steps-buttons .stesps a:first-child {
  margin-left: 220px; }

#page-checkout .steps-buttons .steps a {
  margin-top: 10px;
  display: none; }

#page-checkout .steps-buttons .steps a.active {
  display: block; }

#page-checkout .steps-buttons .steps a:hover {
  background: #ff9900; }

#page-checkout .steps-buttons .steps a {
  background: #330a80; }

#page-checkout .steps-buttons .steps a:last-child {
  background: #ff9900; }

#page-checkout .disabled-step-button {
  pointer-events: none !important;
  background: gray !important;
  cursor: not-allowed !important; }

#pagefooter {
  padding-top: 0; }

@media screen and (min-width: 767px) {
  .page-checkout .steps-buttons .steps a.active {
    width: 65%;
    max-width: 400px; }
  .page-checkout .steps-buttons .steps .step-button:first-child {
    margin-left: 23.25%; }
  .page-checkout .steps-buttons .steps .step-button:nth-child(2).active, .page-checkout .steps-buttons .steps .step-button:nth-child(3).active {
    display: block;
    margin: auto;
    float: none; }
  .page-checkout .steps-buttons .steps .step-button:nth-child(3).active {
    max-width: 300px; } }

#page-checkout .js-m-step-trigger, .step-header {
  display: none !important; }

#pagefooter .usps {
  display: none; }

#page-checkout #pagefooter .footer-cols {
  display: none; }

#page-checkout .content-container .js-m-step-target {
  display: none; }

#page-checkout .content-container .js-m-step-active .js-m-step-target {
  display: block; }

.js-m-step-wrapper#step-1, .js-m-step-wrapper#step-2, .js-m-step-wrapper#step-3 {
  margin: auto; }

#page-checkout .js-m-step-target {
  margin: 0; }

#page-checkout .steps-buttons {
  margin-bottom: 30px; }

#page-checkout .js-m-step-wrapper h1 {
  width: 100%;
  text-align: left;
  padding-right: 50px;
  margin-bottom: 10px;
  line-height: 1.25;
  padding-left: 20px; }

#page-checkout .js-m-step-target > h3 {
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.35; }

#bestelling-plaatsen label {
  width: 100% !important;
  text-align: left !important;
  padding: 2px !important;
  padding-left: 25px !important;
  font-weight: 500 !important; }

#page-checkout .top-bestelknop {
  margin: auto;
  display: block !important;
  float: initial;
  color: #fff !important;
  padding: 15px 20px;
  max-width: 300px;
  margin-left: 0;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px; }

#page-checkout fieldset {
  width: 100%; }

#page-checkout .js-m-step-wrapper h1 {
  margin-top: 20px; }

#page-checkout form fieldset > li > label {
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin-top: 0; }

#page-checkout form fieldset ul li {
  margin: 0; }

#page-checkout form fieldset .li-border-bottom {
  margin-bottom: 20px; }

#page-checkout form fieldset .adresrow {
  padding: 20px 0; }

#page-checkout #pagefooter .usps {
  display: none; }

#samenvatting {
  border: 0;
  background: none;
  padding: 0 20px; }

.co-items ul a {
  padding-left: 0; }

.co-items .itemprice {
  padding-right: 0; }

@media screen and (max-width: 767px) {
  .co-items li .itemimage {
    display: none; } }
@media screen and (max-width: 767px) {
  .co-items li .itemtitle {
    margin: auto 0; } }

#samenvatting > p {
  padding: 13px 75px 0 0; }

#page-checkout .betaalmethode-blok p {
  color: #666;
  font-size: 18px;
  margin: 0;
  margin-top: 10px; }

#page-checkout .betaalmethode-blok .betaalmethode-main {
  text-transform: capitalize; }

#page-checkout .betaalmethode-blok {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
  display: none; }
@media screen and (min-width: 768px) {
  #page-checkout .betaalmethode-blok {
    display: block; } }

@media screen and (max-width: 767px) {
  #js-totalen {
    padding-top: 10px;
    border-top: 1px solid #ededed;
    margin-top: 10px; } }
#js-totalen table {
  margin-bottom: 7.5px; }

@media screen and (min-width: 768px) {
  #page-checkout .verzending-blok {
    padding: 10px 0 10px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px; } }
#page-checkout .verzending-blok .levertijd-row {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px; }
@media screen and (min-width: 768px) {
  #page-checkout .verzending-blok .levertijd-row {
    margin-bottom: 0; } }
#page-checkout .verzending-blok .levertijd-row th, #page-checkout .verzending-blok .levertijd-row td {
  display: block;
  float: left;
  padding: 0; }
#page-checkout .verzending-blok .levertijd-row td {
  text-align: right;
  float: right; }

#page-checkout #bestelling-plaatsen p {
  margin-bottom: 7.5px; }

#page-checkout .verzending-blok h3 {
  display: none; }
@media screen and (min-width: 768px) {
  #page-checkout .verzending-blok h3 {
    display: block; } }

#page-checkout .verzending-blok tr td, .verzending-blok tr th {
  padding: 0 10px 0 0; }

#page-checkout .totals {
  padding: 0; }

#page-checkout .to-step-two:before, #page-checkout .arrow-left:before, #page-checkout .back-btn:before {
  content: "L";
  font-family: winparts !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -7px 0 0 -4px; }

#page-checkout .betaalmethodes {
  padding: 0 20px; }

#page-checkout .to-step-two, #page-checkout .arrow-left, #page-checkout .back-btn {
  display: inline-block;
  width: auto;
  text-decoration: none;
  font-size: 12px;
  color: #888;
  position: relative;
  padding-left: 12px;
  margin-top: 10px; }

#page-checkout .co-items-edit {
  padding: 0 20px;
  margin: 0; }

#page-checkout .arrow-left, #page-checkout .back-btn {
  margin: 0;
  padding: 0;
  padding-left: 12px; }

#page-checkout .co-items li:not(:last-child) {
  border: 0; }

#page-checkout .co-items .itemimage, #page-checkout .co-items .itemtitle, #page-checkout .co-items .itemprice {
  padding: 6px 0; }

#page-checkout .totals #js-totalen th, #page-checkout .totals #js-totalen td {
  margin: 0;
  padding: 0;
  padding-top: 6px; }

#page-checkout #js-totalen .total-price th, #page-checkout #js-totalen .total-price td {
  padding-top: 12px; }

#page-checkout .co-items ul a:hover, .co-items ul a:focus {
  background: none; }

.new-gegevensform .two-inputs li {
  float: left;
  width: 50%;
  padding-left: 10px; }

.new-gegevensform label {
  display: block;
  height: auto;
  font-family: "OpenSansSemiBold", sans-serif;
  margin-bottom: 6px; }

.new-gegevensform input {
  padding: 5px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #e1dfdb;
  color: #6c6a6a;
  font-size: 13px;
  line-height: 20px;
  min-width: 200px; }

.new-gegevensform .btn, .new-gegevensform .back-btn, .new-gegevensform div.pagination a.pagebtn, div.pagination .new-gegevensform a.pagebtn, .new-gegevensform .switch-tabs :not(:checked) + label .login-btn, .switch-tabs :not(:checked) + label .new-gegevensform .login-btn {
  border: 0;
  display: inline-block;
  background-color: #5200e5;
  color: #ffffff;
  font-family: 'OpenSansSemiBold', sans-serif;
  border-radius: 2px;
  min-height: 36px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  float: right;
  margin-top: 5px;
  font-weight: bold;
  padding: 8px 20px;
  height: auto;
  font-size: 14px;
  outline: 0; }

#page-checkout form:not(#loginform) fieldset .js-klanttype-zakelijk ul > li > ul > li select {
  width: 100%;
  text-align: left;
  max-width: 100%; }

#page-checkout form:not(#loginform) fieldset .js-klanttype-zakelijk ul > li > ul > li label {
  width: 100%;
  text-align: left;
  max-width: 100%;
  padding: 5px 0; }

#ww-vergeten.new-gegevensform {
  padding: 20px; }

#page-checkout .js-m-step-wrapper#step-3 .js-m-step-target > h4 {
  font-size: 20px;
  margin-top: 20px; }

#page-checkout .three-steps-usps {
  display: none; }

label.required:after {
  content: '' !important; }

#page-checkout .input-checkbox, #page-checkout .filters {
  margin-bottom: 10px; }

@media only screen and (max-width: 500px) {
  #page-checkout .three-steps-usps {
    overflow: hidden; }
  #page-checkout .three-steps-usps ul li {
    width: 100%; } }

#page-checkout .js-m-step-wrapper#step-1 h1 .small-font {
  font-weight: 400;
  font-family: 'Open Sans', Arial, Tahoma, Verdana, sans-serif; }

#page-checkout .co-items-edit-mobile {
  display: block;
  padding-top: 7.5px; }

#page-checkout .co-items-edit {
  display: none; }

@media screen and (min-width: 767px) {
  #page-checkout .co-items-edit-mobile {
    display: none; }
  #page-checkout .co-items-edit {
    display: block; }
  #page-checkout .js-m-step-wrapper#step-3 .js-m-step-target > h4 {
    display: none; }
  #page-checkout form:not(#loginform) fieldset .js-klanttype-zakelijk ul > li > ul > li select, #page-checkout form:not(#loginform) fieldset .js-klanttype-zakelijk:last-child ul > li > ul > li input, #page-checkout form:not(#loginform) fieldset .js-klanttype-zakelijk:last-child ul > li .vd-wrapper {
    width: calc(100% - 27% - 15px);
    margin-left: 27%;
    text-align: left; }
  #page-checkout form:not(#loginform) fieldset .js-klanttype-zakelijk:last-child {
    padding-bottom: 16px; }
  #page-checkout form:not(#loginform) fieldset .js-klanttype-zakelijk ul > li > ul > li .vd-wrapper input {
    width: 100%;
    margin-left: 0; }
  #page-checkout form:not(#loginform) fieldset .js-klanttype-zakelijk ul > li > ul > li label {
    width: calc(100% - 27%);
    margin-left: 27%;
    text-align: left; }
  #page-checkout .to-step-two, #page-checkout .arrow-left, #page-checkout .back-btn {
    color: #5200e5; }
  #page-checkout .betaalmethode-blok p {
    color: #666;
    font-size: 18px;
    margin: 0;
    margin-top: 10px; }
  #page-checkout form fieldset li > .two-cols:not(.js-klanttypes) li, #page-checkout form fieldset li > .three-cols li {
    width: 100%; }
  #page-checkout form fieldset ul > li {
    margin-bottom: 10px; }
  #page-checkout form fieldset li > .two-cols li {
    margin-bottom: 10px; }
  #page-checkout form fieldset li > .two-cols li:last-child {
    margin-bottom: 0; }
  #page-checkout form fieldset .js-adres-input-target {
    margin-bottom: 0; }
  #page-checkout form:not(#loginform) fieldset ul > li > label {
    width: 27%;
    float: left;
    text-align: right;
    padding: 5px 20px 10px; }
  #page-checkout form:not(#loginform) fieldset li > .vd-wrapper, #page-checkout form:not(#loginform) fieldset li > select, #page-checkout form:not(#loginform) fieldset li > .js-loading-wrapper, #page-checkout form:not(#loginform) fieldset li > input {
    width: 62%;
    float: left; }
  #page-checkout .adresrow, #page-checkout #afleveradres .input-checkbox, #page-checkout #afleveradres .filters {
    margin-left: 27%; }
  #page-checkout form fieldset .adresrow {
    padding-top: 5px;
    padding-bottom: 5px; }
  #page-checkout #afleveradres .input-checkbox, #page-checkout #afleveradres .filters {
    margin-bottom: 5px; }
  #page-checkout form:not(#loginform) .js-bezorgmethodes label {
    width: 100%;
    text-align: left;
    padding: 0; }
  #page-checkout .cols-voornaam-achternaam li {
    margin-bottom: 0; }
  #page-checkout .js-bezorgmethodes li {
    margin-bottom: 0; }
  #page-checkout form:not(#loginform) .js-klanttypes label {
    width: 100%;
    padding: 4px;
    text-align: left;
    padding-left: 25px; }
  #page-checkout form fieldset li > .vd-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center; }
  .js-m-step-wrapper#step-1, .js-m-step-wrapper#step-2, .js-m-step-wrapper#step-3 {
    max-width: 65%; }
  .js-m-step-wrapper#step-2 {
    max-width: 65%; }
  #page-checkout .js-m-step-wrapper#step-1 h1 span {
    display: inline-block !important;
    color: #000; }
  #page-checkout .js-m-step-wrapper#step-1 h1 .small-font {
    display: block !important;
    font-weight: 400;
    float: right;
    padding-top: 5px;
    font-family: 'Open Sans', Arial, Tahoma, Verdana, sans-serif; }
  #page-checkout .js-m-step-wrapper#step-1 h1 .small-font a {
    text-decoration: underline; }
  #page-checkout .steps-buttons .steps a.active {
    width: 65%;
    max-width: 400px; }
  #page-checkout .steps-buttons .steps a {
    background: #ff9900; }
  #page-checkout .steps-buttons .steps a:last-child {
    max-width: 300px;
    margin: auto; }
  #page-checkout .steps-buttons .steps .step-button:first-child {
    margin: auto;
    margin-left: 35%; }
  #page-checkout .steps-buttons .steps .step-button:nth-child(2).active, #page-checkout .steps-buttons .steps .step-button:nth-child(3).active {
    display: block;
    margin: auto;
    float: none; }
  #page-checkout ul.two-cols.mobile-cols.cols-huisnummer {
    width: 100%; }
  #page-checkout ul.two-cols.mobile-cols.cols-huisnummer li {
    width: 50% !important; }
  #page-checkout form:not(#loginform) ul.two-cols.mobile-cols.cols-huisnummer li input {
    width: 100%; }
  #page-checkout .cols-huisnummer.two-cols li:last-child input {
    border-left: 1px solid #ccc; }
  #page-checkout .betaalmethodes {
    padding-bottom: 20px; }
  #page-checkout .content-container.logged-in .js-m-step-wrapper#step-1 h1 .small-font {
    display: none !important; }
  #page-checkout .content-container.logged-in .adresrow {
    margin-left: 15%; } }

@media screen and (max-width: 766px) {
  #page-checkout .col-full {
    display: none; }
  #page-checkout #topmenu {
    display: none; }
  #page-checkout .js-m-step-wrapper#step-1 h1 {
    padding-bottom: 0; }
  #page-checkout .js-m-step-wrapper#step-1 h1 p.small-font {
    margin: 0;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px; }
  #page-checkout .js-klanttypes-wrap > label {
    display: none; }
  #page-checkout form fieldset .js-klanttype-zakelijk {
    margin-top: 10px; }
  #page-checkout form fieldset ul > li {
    margin-bottom: 2.5px; }
  #page-checkout .js-m-step-wrapper#step-3 .js-m-step-target > h1 {
    display: none; }
  #page-checkout .js-m-step-wrapper#step-3 .js-m-step-target > h3 {
    padding: 0; }
  #page-checkout .betaalmethodes, #page-checkout .js-tabs-content {
    padding: 0; }
  .js-m-step-active {
    border: 0; }
  #samenvatting, #page-checkout .co-items-edit {
    padding: 0; }
  #page-checkout .js-m-step-wrapper h1 {
    padding: 10px 0;
    margin: 0; }
  #page-checkout .js-tabs-content {
    padding: 16px 0; }
  #page-checkout .three-steps-usps {
    display: block;
    border-bottom: 1px solid #ededed;
    margin: 0 -12px;
    font-size: 12px; }
  #page-checkout .three-steps-usps ul {
    display: flex;
    margin: 0;
    padding: 0;
    min-height: 50px; }
  #page-checkout .three-steps-usps li {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding: 15px 10px;
    display: flex; }
  #page-checkout .three-steps-usps li .usp-wrap span:nth-child(2) {
    color: #000;
    font-weight: bold;
    font-size: 12px !important; }
    #page-checkout .three-steps-usps li .usp-wrap span:nth-child(2) > span {
      color: #5200e5; }
  #page-checkout .three-steps-usps img {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    display: block; }
  #page-checkout .three-steps-usps ul li .usp-wrap {
    margin: auto;
    display: flex;
    font-weight: bold; }
  #page-checkout .three-steps-usps li span {
    font-weight: bold;
    text-transform: lowercase;
    font-size: 12px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 2.5px; }
  .page-checkout .three-steps-usps li span:nth-child(2) {
    text-transform: capitalize; }
  #loginform .two-inputs li {
    width: 100%;
    margin-bottom: 7.5px;
    padding-left: 0; } }

@media screen and (min-width: 992px) {
  #page-checkout .js-m-step-target {
    max-width: 550px;
    margin: auto; }
  #page-checkout #step-2 .js-m-step-target, #page-checkout #step-3 .js-m-step-target {
    max-width: 710px;
    margin: auto; } }

.kies-bezorgmethode {
  margin-bottom: 10px;
  display: block; }
@media screen and (min-width: 768px) {
  .kies-bezorgmethode {
    margin-left: 27%; } }

#page-checkout form fieldset ul .adress-print {
  display: none;
  margin-bottom: 0; }

#page-checkout form fieldset ul .adress-print.active {
  display: block; }

#delivery-adress {
  display: block;
  padding: 5px 0 0;
  color: #999; }

.content-container.logged-in .kies-bezorgmethode {
  margin-left: 0;
  width: 75%; }

.li-margin-none {
  margin: 0 !important; }

#bezorg-modal {
  display: none; }
  #bezorg-modal .bezorgmethodes {
    width: 100%;
    padding: 10px;
    border: 0;
    max-width: 450px;
    display: inline-block; }
    #bezorg-modal .bezorgmethodes p {
      margin: 0;
      cursor: pointer; }
    #bezorg-modal .bezorgmethodes .btn.fancybox, #bezorg-modal .bezorgmethodes .fancybox.back-btn, #bezorg-modal .bezorgmethodes div.pagination a.fancybox.pagebtn, div.pagination #bezorg-modal .bezorgmethodes a.fancybox.pagebtn, #bezorg-modal .bezorgmethodes .switch-tabs :not(:checked) + label .fancybox.login-btn, .switch-tabs :not(:checked) + label #bezorg-modal .bezorgmethodes .fancybox.login-btn {
      width: auto;
      float: left;
      background: #5200e5;
      color: #fff;
      padding: 6px 10px 4px 10px;
      font-size: 12px;
      min-height: 30px;
      text-transform: none;
      line-height: auto;
      margin-top: 5px; }
    #bezorg-modal .bezorgmethodes li {
      display: inline-block;
      width: 100%; }
      #bezorg-modal .bezorgmethodes li .data-right {
        display: none; }
        #bezorg-modal .bezorgmethodes li.active .data-right {
          display: inline-block; }
      #bezorg-modal .bezorgmethodes li input {
        width: 10%;
        display: inline-block;
        float: left;
        margin-top: 4px; }
      #bezorg-modal .bezorgmethodes li label {
        width: 90%;
        display: inline-block;
        float: left;
        font-family: "Open Sans";
        font-weight: 600;
        cursor: pointer; }
        #bezorg-modal .bezorgmethodes li label > span {
          display: inline-block;
          width: 100%;
          cursor: pointer; }
          #bezorg-modal .bezorgmethodes li label > span .green {
            color: #4B9E2F; }
      #bezorg-modal .bezorgmethodes li .data-left {
        width: 75%;
        float: left; }
      #bezorg-modal .bezorgmethodes li .data-right {
        width: 25%;
        float: right;
        position: relative; }
        #bezorg-modal .bezorgmethodes li .data-right .imgWrap {
          width: 100%;
          display: inline-block; }
          #bezorg-modal .bezorgmethodes li .data-right .imgWrap img {
            margin: 0;
            height: 50px;
            margin-right: 7.5px; }
          #bezorg-modal .bezorgmethodes li .data-right .imgWrap i {
            display: inline-block;
            position: absolute;
            text-align: center;
            right: -2.5px;
            top: -7.5px;
            font-size: 16px;
            color: #301506; }

.email-exists-box {
  display: inline-block;
  margin: 5px 0 0;
  font-size: 12px;
  background: #eee;
  border-radius: 3px;
  padding: 5px 7px;
  font-weight: 600;
  margin-right: 15px; }
@media screen and (min-width: 768px) {
  .email-exists-box {
    margin-left: 27%; } }

@media screen and (max-width: 440px) {
  #page-checkout .betaalmethodes .selectbox {
    float: none !important;
    width: 100% !important;
    position: inherit !important;
    margin: 0 !important;
    margin-top: 13px !important; } }

.notification_box.warning {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 2px solid #B20000;
  border-radius: 0.25rem;
  color: #B20000;
  background-color: #FFCCCC; }

.verzendkosten_prijs {
  font-weight: bold;
  color: #7bb86b; }

.order-placement-page i.thanks {
  display: block;
  color: #ff9933;
  margin-top: -18px;
  margin-bottom: 18px; }
.order-placement-page a {
  display: inline-block;
  background: #ff9933;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 15px;
  margin-bottom: 18px; }
.order-placement-page h4 {
  display: block;
  margin-bottom: 18px; }
  .order-placement-page .step-by-step li {
    display: flex; }
    .order-placement-page .step-by-step li .step-logo img {
      width: 48px; }
    .order-placement-page .step-by-step li .step-instruction {
      width: calc(100% - 48px);
      padding-left: 20px; }

/* achteraf betalen scherm */
.betaalmethode-left, .betaalmethode-right {
  margin-bottom: 12px; }

.selecteer-betaalmethode {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px #eee solid;
  padding: 5px 0 10px;
  line-height: 28px;
  margin-bottom: -1px; }

@media screen and (min-width: 768px) {
  .selecteer-betaalmethode {
    margin-bottom: 20px; }
  .betaalmethode-cols {
    overflow: hidden;
    margin: 0 -12px; }
    .betaalmethode-cols .betaalmethode-left, .betaalmethode-cols .betaalmethode-right {
      float: left;
      width: 50%;
      padding: 0 12px; } }

#credit-card-modal {
  margin: 0;
  background: rgba(82, 0, 229, 0.1);
  border: 1px solid #5200e5;
  border-top: 0; }
  #credit-card-modal .row {
    display: flex;
    flex-direction: row;
    margin: 5px; }
  #credit-card-modal .card-input {
    display: block;
    width: 100%;
    margin-left: -5px; }
  #credit-card-modal .mollie-component {
    display: block !important;
    background: #fff;
    padding: 5px;
    border: 1px solid #5200e5;
    transition: 0.15s border-color cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    width: 100%; }
  #credit-card-modal .mollie-component.has-focus {
    border-color: #0077FF;
    transition: 0.3s border-color cubic-bezier(0.4, 0, 0.2, 1); }
  #credit-card-modal .mollie-component.is-invalid {
    border-color: #FF1717;
    transition: 0.3s border-color cubic-bezier(0.4, 0, 0.2, 1); }
  #credit-card-modal .field-error {
    font-size: 12px;
    margin-top: 2px;
    color: #FF1717;
    font-weight: 400; }
  #credit-card-modal .form-fields {
    margin-bottom: 24px; }
  #credit-card-modal .form-group {
    width: 100%; }
  #credit-card-modal .form-group--expiry-date {
    margin-right: 8px; }
  #credit-card-modal .form-group--verification-code {
    margin-left: 8px; }

#pagenotfound > h1 {
  margin-top: 20px;
  margin-bottom: 0;
  color: #3a3a3a; }
#pagenotfound > p {
  font-size: 18px;
  display: block;
  line-height: 24px;
  color: #A3A3A3; }
#pagenotfound img {
  display: block;
  width: 75%;
  margin: 35px auto 35px; }
#pagenotfound .contact-list {
  text-align: left; }
@media screen and (min-width: 768px) {
  #pagenotfound .contact-list {
    margin-top: 125px !important; } }

.iframe-wrapper {
  margin-top: 12px;
  position: relative; }
  .iframe-wrapper:before {
    content: '';
    display: block;
    padding-top: 114%; }
  .iframe-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px #eee solid;
    padding: 1px; }

/* Component-specific styles
------------------------------------------------------------------*/
/*
 * Styling for forms
 */
form {
  margin: 0; }
  form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600; }
  form ul, form ol {
    list-style: none;
    margin: 0; }
    form ul li, form ol li {
      margin-bottom: 15px; }
  form fieldset > ul:last-child > li:last-child {
    margin-bottom: 0; }
  form.js-ajax-form {
    position: relative;
    overflow: hidden; }
    form.js-ajax-form:before {
      -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background-color: rgba(255, 255, 255, 0);
      visibility: hidden; }
  form.js-form-loading:before {
    background-color: rgba(255, 255, 255, 0.6);
    visibility: visible; }
    form.js-form-loading button[type=submit], form.js-form-loading input[type=submit] {
      position: relative;
      z-index: 11; }

.two-cols {
  margin-left: -1rem; }
  .two-cols li {
    float: left;
    width: 50%;
    padding-left: 1rem;
    margin-bottom: 0; }
    .two-cols li.input-radio {
      width: auto; }
  @media screen and (max-width: 400px) {
    .two-cols:not(.mobile-cols) > li {
      float: none;
      width: auto !important; }
      .two-cols:not(.mobile-cols) > li:not(:last-child) {
        margin-bottom: 15px; } }

@media screen and (max-width: 550px) {
  #steps2and3 .form-well {
    border: 1px #ececec solid !important; }
  .three-cols li:nth-child(n+2) {
    width: calc(50% - 5px) !important;
    float: left;
    margin-bottom: 0; }
  .three-cols li:nth-child(2) {
    margin-right: 10px; } }

@media screen and (min-width: 551px) {
  .three-cols, .four-cols {
    margin-left: -1rem; }
    .three-cols li, .four-cols li {
      float: left;
      padding-left: 1rem;
      margin-bottom: 0; }
  .three-cols li {
    width: 33.333333%; }
  .four-cols li {
    width: 25%; } }

label {
  /* &.js-focus { color: $cPurple; } */ }
  label.required:after, label em {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-style: normal;
    color: #a9a9a9;
    position: relative;
    top: -1px;
    left: 2px;
    font-size: 0.85em;
    vertical-align: middle; }
  label.required:after {
    content: '*'; }
  label.input-error {
    color: #ea0000; }
  label .helper {
    font-size: 0.9em;
    display: block;
    margin-top: 2px; }

input[type=checkbox].input-error:not(:focus) + label, input[type=radio].input-error:not(:focus) + label {
  color: #ea0000; }

input, textarea {
  color: #2b2b2b; }

select, input[type="text"], input[type="number"], input[type="search"], input[type="tel"], input[type="date"], input[type="password"], input[type="url"], input[type="email"], textarea {
  width: 100%;
  min-height: 33px;
  padding: 5px;
  background: #fff;
  outline: 0;
  border: 1px solid #dadada;
  color: #2b2b2b;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all; }
  select:hover, input[type="text"]:hover, input[type="number"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="date"]:hover, input[type="password"]:hover, input[type="url"]:hover, input[type="email"]:hover, textarea:hover {
    border-color: #330a80; }
  select:focus, input[type="text"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="date"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="email"]:focus, textarea:focus {
    border-color: #330a80; }
  select.input-error:not(:focus), input[type="text"].input-error:not(:focus), input[type="number"].input-error:not(:focus), input[type="search"].input-error:not(:focus), input[type="tel"].input-error:not(:focus), input[type="date"].input-error:not(:focus), input[type="password"].input-error:not(:focus), input[type="url"].input-error:not(:focus), input[type="email"].input-error:not(:focus), textarea.input-error:not(:focus) {
    border-color: #ea0000; }
  select.not-active, input[type="text"].not-active, input[type="number"].not-active, input[type="search"].not-active, input[type="tel"].not-active, input[type="date"].not-active, input[type="password"].not-active, input[type="url"].not-active, input[type="email"].not-active, textarea.not-active {
    opacity: 0.4; }

textarea {
  max-width: none; }

.js-input-error {
  border-color: #ea0000 !important; }

.js-form-error {
  border-color: #ea0000; }

.inputs-radio > li, .inputs-checkbox > li, .input-radio, .input-checkbox, .filters {
  position: relative;
  overflow: hidden; }
  .inputs-radio > li input[type=radio], .inputs-radio > li input[type=checkbox], .inputs-checkbox > li input[type=radio], .inputs-checkbox > li input[type=checkbox], .input-radio input[type=radio], .input-radio input[type=checkbox], .input-checkbox input[type=radio], .filters input[type=radio], .input-checkbox input[type=checkbox], .filters input[type=checkbox] {
    position: absolute;
    left: -99px;
    top: 0;
    opacity: 0;
    height: 1px;
    width: 1px;
    pointer-events: none; }
    .inputs-radio > li input[type=radio] + label, .inputs-radio > li input[type=checkbox] + label, .inputs-checkbox > li input[type=radio] + label, .inputs-checkbox > li input[type=checkbox] + label, .input-radio input[type=radio] + label, .input-radio input[type=checkbox] + label, .input-checkbox input[type=radio] + label, .filters input[type=radio] + label, .input-checkbox input[type=checkbox] + label, .filters input[type=checkbox] + label {
      display: block;
      position: relative;
      padding: 2px 0 2px 30px;
      cursor: pointer;
      margin: 0;
      font-weight: 500;
      -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .inputs-radio > li input[type=radio] + label:before, .inputs-radio > li input[type=radio] + label:after, .inputs-radio > li input[type=checkbox] + label:before, .inputs-radio > li input[type=checkbox] + label:after, .inputs-checkbox > li input[type=radio] + label:before, .inputs-checkbox > li input[type=radio] + label:after, .inputs-checkbox > li input[type=checkbox] + label:before, .inputs-checkbox > li input[type=checkbox] + label:after, .input-radio input[type=radio] + label:before, .input-radio input[type=radio] + label:after, .input-radio input[type=checkbox] + label:before, .input-radio input[type=checkbox] + label:after, .input-checkbox input[type=radio] + label:before, .filters input[type=radio] + label:before, .input-checkbox input[type=radio] + label:after, .filters input[type=radio] + label:after, .input-checkbox input[type=checkbox] + label:before, .filters input[type=checkbox] + label:before, .input-checkbox input[type=checkbox] + label:after, .filters input[type=checkbox] + label:after {
        content: '';
        position: absolute;
        cursor: pointer;
        left: 4px;
        top: 5px;
        width: 14px;
        height: 14px; }
      .inputs-radio > li input[type=radio] + label:before, .inputs-radio > li input[type=checkbox] + label:before, .inputs-checkbox > li input[type=radio] + label:before, .inputs-checkbox > li input[type=checkbox] + label:before, .input-radio input[type=radio] + label:before, .input-radio input[type=checkbox] + label:before, .input-checkbox input[type=radio] + label:before, .filters input[type=radio] + label:before, .input-checkbox input[type=checkbox] + label:before, .filters input[type=checkbox] + label:before {
        border: 2px solid rgba(0, 0, 0, 0.54);
        background-color: #fff;
        -webkit-transition: 0.25s 0.1s;
        transition: 0.25s 0.1s; }
      .inputs-radio > li input[type=radio] + label:after, .inputs-radio > li input[type=checkbox] + label:after, .inputs-checkbox > li input[type=radio] + label:after, .inputs-checkbox > li input[type=checkbox] + label:after, .input-radio input[type=radio] + label:after, .input-radio input[type=checkbox] + label:after, .input-checkbox input[type=radio] + label:after, .filters input[type=radio] + label:after, .input-checkbox input[type=checkbox] + label:after, .filters input[type=checkbox] + label:after {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.25s, opacity 0.25s 0.1s, visibility 0.25s 0.1s;
        -moz-transition: -moz-transform 0.25s, opacity 0.25s 0.1s, visibility 0.25s 0.1s;
        -o-transition: -o-transform 0.25s, opacity 0.25s 0.1s, visibility 0.25s 0.1s;
        transition: transform 0.25s, opacity 0.25s 0.1s, visibility 0.25s 0.1s; }
      .inputs-radio > li input[type=radio] + label:hover, .inputs-radio > li input[type=checkbox] + label:hover, .inputs-checkbox > li input[type=radio] + label:hover, .inputs-checkbox > li input[type=checkbox] + label:hover, .input-radio input[type=radio] + label:hover, .input-radio input[type=checkbox] + label:hover, .input-checkbox input[type=radio] + label:hover, .filters input[type=radio] + label:hover, .input-checkbox input[type=checkbox] + label:hover, .filters input[type=checkbox] + label:hover {
        color: #000; }
        .inputs-radio > li input[type=radio] + label:hover:before, .inputs-radio > li input[type=checkbox] + label:hover:before, .inputs-checkbox > li input[type=radio] + label:hover:before, .inputs-checkbox > li input[type=checkbox] + label:hover:before, .input-radio input[type=radio] + label:hover:before, .input-radio input[type=checkbox] + label:hover:before, .input-checkbox input[type=radio] + label:hover:before, .filters input[type=radio] + label:hover:before, .input-checkbox input[type=checkbox] + label:hover:before, .filters input[type=checkbox] + label:hover:before {
          border-color: rgba(0, 0, 0, 0.75); }
    .inputs-radio > li input[type=radio]:checked + label:before, .inputs-radio > li input[type=checkbox]:checked + label:before, .inputs-checkbox > li input[type=radio]:checked + label:before, .inputs-checkbox > li input[type=checkbox]:checked + label:before, .input-radio input[type=radio]:checked + label:before, .input-radio input[type=checkbox]:checked + label:before, .input-checkbox input[type=radio]:checked + label:before, .filters input[type=radio]:checked + label:before, .input-checkbox input[type=checkbox]:checked + label:before, .filters input[type=checkbox]:checked + label:before {
      border-color: #380b8c;
      -webkit-transition: 0.25s;
      transition: 0.25s; }
    .inputs-radio > li input[type=radio]:checked + label:after, .inputs-radio > li input[type=checkbox]:checked + label:after, .inputs-checkbox > li input[type=radio]:checked + label:after, .inputs-checkbox > li input[type=checkbox]:checked + label:after, .input-radio input[type=radio]:checked + label:after, .input-radio input[type=checkbox]:checked + label:after, .input-checkbox input[type=radio]:checked + label:after, .filters input[type=radio]:checked + label:after, .input-checkbox input[type=checkbox]:checked + label:after, .filters input[type=checkbox]:checked + label:after {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s 0.1s;
      -moz-transition: opacity 0.25s, visibility 0.25s, -moz-transform 0.25s 0.1s;
      -o-transition: opacity 0.25s, visibility 0.25s, -o-transform 0.25s 0.1s;
      transition: opacity 0.25s, visibility 0.25s, transform 0.25s 0.1s; }
    .inputs-radio > li input[type=radio][disabled][disabled], .inputs-radio > li input[type=radio].js-disabled, .inputs-radio > li input[type=checkbox][disabled][disabled], .inputs-radio > li input[type=checkbox].js-disabled, .inputs-checkbox > li input[type=radio][disabled][disabled], .inputs-checkbox > li input[type=radio].js-disabled, .inputs-checkbox > li input[type=checkbox][disabled][disabled], .inputs-checkbox > li input[type=checkbox].js-disabled, .input-radio input[type=radio][disabled][disabled], .input-radio input[type=radio].js-disabled, .input-radio input[type=checkbox][disabled][disabled], .input-radio input[type=checkbox].js-disabled, .input-checkbox input[type=radio][disabled][disabled], .filters input[type=radio][disabled][disabled], .input-checkbox input[type=radio].js-disabled, .filters input[type=radio].js-disabled, .input-checkbox input[type=checkbox][disabled][disabled], .filters input[type=checkbox][disabled][disabled], .input-checkbox input[type=checkbox].js-disabled, .filters input[type=checkbox].js-disabled {
      opacity: 0.5; }
      .inputs-radio > li input[type=radio][disabled][disabled] + label, .inputs-radio > li input[type=radio].js-disabled + label, .inputs-radio > li input[type=checkbox][disabled][disabled] + label, .inputs-radio > li input[type=checkbox].js-disabled + label, .inputs-checkbox > li input[type=radio][disabled][disabled] + label, .inputs-checkbox > li input[type=radio].js-disabled + label, .inputs-checkbox > li input[type=checkbox][disabled][disabled] + label, .inputs-checkbox > li input[type=checkbox].js-disabled + label, .input-radio input[type=radio][disabled][disabled] + label, .input-radio input[type=radio].js-disabled + label, .input-radio input[type=checkbox][disabled][disabled] + label, .input-radio input[type=checkbox].js-disabled + label, .input-checkbox input[type=radio][disabled][disabled] + label, .filters input[type=radio][disabled][disabled] + label, .input-checkbox input[type=radio].js-disabled + label, .filters input[type=radio].js-disabled + label, .input-checkbox input[type=checkbox][disabled][disabled] + label, .filters input[type=checkbox][disabled][disabled] + label, .input-checkbox input[type=checkbox].js-disabled + label, .filters input[type=checkbox].js-disabled + label {
        cursor: default;
        opacity: 0.5; }
    .inputs-radio > li input[type=radio]:focus:not(:active) + label:before, .inputs-radio > li input[type=checkbox]:focus:not(:active) + label:before, .inputs-checkbox > li input[type=radio]:focus:not(:active) + label:before, .inputs-checkbox > li input[type=checkbox]:focus:not(:active) + label:before, .input-radio input[type=radio]:focus:not(:active) + label:before, .input-radio input[type=checkbox]:focus:not(:active) + label:before, .input-checkbox input[type=radio]:focus:not(:active) + label:before, .filters input[type=radio]:focus:not(:active) + label:before, .input-checkbox input[type=checkbox]:focus:not(:active) + label:before, .filters input[type=checkbox]:focus:not(:active) + label:before {
      border-color: rgba(0, 0, 0, 0.75);
      background-color: rgba(158, 158, 158, 0.12); }
  .inputs-radio > li input[type=radio]:focus:not(:active):checked + label:before, .inputs-radio > li input[type=checkbox]:focus:not(:active):checked + label:before, .inputs-checkbox > li input[type=radio]:focus:not(:active):checked + label:before, .inputs-checkbox > li input[type=checkbox]:focus:not(:active):checked + label:before, .input-radio input[type=radio]:focus:not(:active):checked + label:before, .input-radio input[type=checkbox]:focus:not(:active):checked + label:before, .input-checkbox input[type=radio]:focus:not(:active):checked + label:before, .filters input[type=radio]:focus:not(:active):checked + label:before, .input-checkbox input[type=checkbox]:focus:not(:active):checked + label:before, .filters input[type=checkbox]:focus:not(:active):checked + label:before {
    border-color: #290866; }
.inputs-radio > li input[type=radio]:not([disabled]):active + label:before, .inputs-radio > li input[type=checkbox]:not([disabled]):active + label:before, .inputs-checkbox > li input[type=radio]:not([disabled]):active + label:before, .inputs-checkbox > li input[type=checkbox]:not([disabled]):active + label:before, .input-radio input[type=radio]:not([disabled]):active + label:before, .input-radio input[type=checkbox]:not([disabled]):active + label:before, .input-checkbox input[type=radio]:not([disabled]):active + label:before, .filters input[type=radio]:not([disabled]):active + label:before, .input-checkbox input[type=checkbox]:not([disabled]):active + label:before, .filters input[type=checkbox]:not([disabled]):active + label:before {
  background-color: #9e9e9e;
  background-color: rgba(158, 158, 158, 0.18); }
.inputs-radio > li input[type=radio]:not([disabled]):checked:active + label:before, .inputs-radio > li input[type=checkbox]:not([disabled]):checked:active + label:before, .inputs-checkbox > li input[type=radio]:not([disabled]):checked:active + label:before, .inputs-checkbox > li input[type=checkbox]:not([disabled]):checked:active + label:before, .input-radio input[type=radio]:not([disabled]):checked:active + label:before, .input-radio input[type=checkbox]:not([disabled]):checked:active + label:before, .input-checkbox input[type=radio]:not([disabled]):checked:active + label:before, .filters input[type=radio]:not([disabled]):checked:active + label:before, .input-checkbox input[type=checkbox]:not([disabled]):checked:active + label:before, .filters input[type=checkbox]:not([disabled]):checked:active + label:before {
  border-color: #2e0974; }

.inputs-checkbox > li input[type=checkbox] + label:before, .inputs-checkbox > li input[type=checkbox] + label:after, .input-checkbox input[type=checkbox] + label:before, .filters input[type=checkbox] + label:before, .input-checkbox input[type=checkbox] + label:after, .filters input[type=checkbox] + label:after {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
.inputs-checkbox > li input[type=checkbox] + label:after, .input-checkbox input[type=checkbox] + label:after, .filters input[type=checkbox] + label:after {
  content: "C";
  color: #fff;
  line-height: 14px;
  text-align: center;
  font-size: 12px; }
.inputs-checkbox > li input[type=checkbox]:checked + label:before, .input-checkbox input[type=checkbox]:checked + label:before, .filters input[type=checkbox]:checked + label:before {
  background-color: #380b8c; }
.inputs-checkbox > li input[type=checkbox]:focus:not(:active) + label:before, .input-checkbox input[type=checkbox]:focus:not(:active) + label:before, .filters input[type=checkbox]:focus:not(:active) + label:before {
  background-color: rgba(158, 158, 158, 0.12); }
.inputs-checkbox > li input[type=checkbox]:focus:not(:active):checked + label:before, .input-checkbox input[type=checkbox]:focus:not(:active):checked + label:before, .filters input[type=checkbox]:focus:not(:active):checked + label:before {
  background-color: #2e0974; }
.inputs-checkbox > li input[type=checkbox]:not([disabled]):active + label:before, .input-checkbox input[type=checkbox]:not([disabled]):active + label:before, .filters input[type=checkbox]:not([disabled]):active + label:before {
  background-color: #9e9e9e;
  background-color: rgba(158, 158, 158, 0.18); }
.inputs-checkbox > li input[type=checkbox]:not([disabled]):checked:active + label:before, .input-checkbox input[type=checkbox]:not([disabled]):checked:active + label:before, .filters input[type=checkbox]:not([disabled]):checked:active + label:before {
  background-color: #2e0974; }

.inputs-radio > li input[type=radio] + label:before, .inputs-radio > li input[type=radio] + label:after, .input-radio input[type=radio] + label:before, .input-radio input[type=radio] + label:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.inputs-radio > li input[type=radio] + label:before, .input-radio input[type=radio] + label:before {
  background: #fff; }
.inputs-radio > li input[type=radio] + label:after, .input-radio input[type=radio] + label:after {
  content: '';
  background-color: #380b8c;
  transform-origin: 50% 50%;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 7px; }
.inputs-radio > li input[type=radio]:checked + label:after, .input-radio input[type=radio]:checked + label:after {
  -webkit-transform: scale(1);
  transform: scale(1); }

.form-well-wrapper {
  max-width: 620px; }

.form-well {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px #eee solid;
  padding: 16px;
  background: #fff; }

.invert-form-well {
  background: #fafafa;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px 16px 3px;
  border: 1px dotted #eaeaea;
  border-width: 1px 0; }

.li-border-bottom {
  border-bottom: 1px dotted #eaeaea;
  padding-bottom: 16px; }
  .li-border-bottom + .invert-form-well {
    margin-top: -16px; }

.li-margin-none {
  margin: 0; }

.li-border-top {
  border-top: 1px dotted #eaeaea;
  padding-top: 15px;
  margin-top: 16px; }

.js-file-upload.js-loading:not(:required):before {
  margin-top: -24px; }
.js-file-upload .file-list, .js-file-upload .file-list li {
  display: block; }
.js-file-upload .file-list li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 4px; }
.js-file-upload button {
  margin-left: 8px; }

@-webkit-keyframes ajax-spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes ajax-spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.js-loading {
  position: relative; }
  .js-loading > * {
    opacity: 0;
    visibility: hidden; }
  .js-loading:before {
    content: 'Loading...';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 0.9em;
    height: 32px;
    line-height: 32px;
    margin-top: -16px; }
  .js-loading:not(:required):before {
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #03ade0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 32px;
    margin-left: -16px;
    -webkit-animation: ajax-spinner 0.6s linear infinite;
    animation: ajax-spinner 0.6s linear infinite; }

.js-loading-wrapper {
  position: relative; }
  .js-loading-wrapper.js-loading-active:after {
    content: '...';
    position: absolute;
    top: 7px;
    right: 7px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    color: #ccc; }
  .js-loading-wrapper.js-loading-active:not(:required):after {
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #03ade0;
    -webkit-animation: ajax-spinner 0.6s linear infinite;
    animation: ajax-spinner 0.6s linear infinite; }

/* Buttons */
button span {
  position: relative; }

input[type="button"], input[type="submit"], button, .btn, .back-btn, div.pagination a.pagebtn, .switch-tabs :not(:checked) + label .login-btn, .cta {
  background: transparent;
  border: none;
  color: #2b2b2b;
  position: relative;
  height: auto;
  margin: 0;
  padding: 7px 16px;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 0;
  min-width: 64px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  will-change: box-shadow;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner, .btn::-moz-focus-inner, .back-btn::-moz-focus-inner, div.pagination a.pagebtn::-moz-focus-inner, .switch-tabs :not(:checked) + label .login-btn::-moz-focus-inner, .cta::-moz-focus-inner {
    border: 0; }
  input[type="button"]:hover, input[type="submit"]:hover, button:hover, .btn:hover, .back-btn:hover, div.pagination a.pagebtn:hover, .switch-tabs :not(:checked) + label .login-btn:hover, .cta:hover {
    text-decoration: none; }
  input[type="button"].tnone, input[type="submit"].tnone, button.tnone, .btn.tnone, .tnone.back-btn, div.pagination a.tnone.pagebtn, .switch-tabs :not(:checked) + label .tnone.login-btn, .cta.tnone {
    text-transform: none; }
  input[type="button"].small, input[type="submit"].small, button.small, .btn.small, .small.back-btn, .back-btn, div.pagination a.small.pagebtn, .switch-tabs :not(:checked) + label .small.login-btn, .switch-tabs :not(:checked) + label .login-btn, .cta.small {
    font-size: 12px;
    padding: 5px 9px 4px; }
  input[type="button"].link, input[type="submit"].link, button.link, .btn.link, .link.back-btn, div.pagination a.link.pagebtn, .switch-tabs :not(:checked) + label .link.login-btn, .cta.link {
    background: none !important;
    padding: 0;
    text-transform: none;
    text-decoration: none; }
    input[type="button"].link:hover, input[type="submit"].link:hover, button.link:hover, .btn.link:hover, .link.back-btn:hover, div.pagination a.link.pagebtn:hover, .switch-tabs :not(:checked) + label .link.login-btn:hover, .cta.link:hover {
      text-decoration: underline; }
  input[type="button"].wide, input[type="submit"].wide, button.wide, .btn.wide, .wide.back-btn, div.pagination a.wide.pagebtn, .switch-tabs :not(:checked) + label .wide.login-btn, .cta.wide {
    display: block;
    width: 100%; }
  input[type="button"].gray, input[type="button"].grey, input[type="submit"].gray, input[type="submit"].grey, button.gray, button.grey, .btn.gray, .gray.back-btn, div.pagination a.gray.pagebtn, .switch-tabs :not(:checked) + label .gray.login-btn, .btn.grey, .grey.back-btn, div.pagination a.grey.pagebtn, .switch-tabs :not(:checked) + label .grey.login-btn, .cta.gray, .cta.grey {
    background-color: #f5f5f5; }
    input[type="button"]:not([disabled]):hover, input[type="submit"]:not([disabled]):hover, button:not([disabled]):hover, .btn:not([disabled]):hover, .back-btn:not([disabled]):hover, div.pagination a.pagebtn:not([disabled]):hover, .switch-tabs :not(:checked) + label .login-btn:not([disabled]):hover, .cta:not([disabled]):hover {
      background-color: rgba(158, 158, 158, 0.2); }
    input[type="button"]:not([disabled]):focus:not(:active):not(:hover), input[type="submit"]:not([disabled]):focus:not(:active):not(:hover), button:not([disabled]):focus:not(:active):not(:hover), .btn:not([disabled]):focus:not(:active):not(:hover), .back-btn:not([disabled]):focus:not(:active):not(:hover), div.pagination a.pagebtn:not([disabled]):focus:not(:active):not(:hover), .switch-tabs :not(:checked) + label .login-btn:not([disabled]):focus:not(:active):not(:hover), .cta:not([disabled]):focus:not(:active):not(:hover) {
      background-color: rgba(0, 0, 0, 0.12); }
    input[type="button"]:not([disabled]):active, input[type="submit"]:not([disabled]):active, button:not([disabled]):active, .btn:not([disabled]):active, .back-btn:not([disabled]):active, div.pagination a.pagebtn:not([disabled]):active, .switch-tabs :not(:checked) + label .login-btn:not([disabled]):active, .cta:not([disabled]):active {
      background-color: rgba(158, 158, 158, 0.4); }
  input[type="button"].raised, input[type="submit"].raised, button.raised, .btn.raised, .raised.back-btn, div.pagination a.raised.pagebtn, .switch-tabs :not(:checked) + label .raised.login-btn, .cta.raised {
    background-color: rgba(158, 158, 158, 0.2); }
    input[type="button"].raised:not([disabled]), input[type="submit"].raised:not([disabled]), button.raised:not([disabled]), .btn.raised:not([disabled]), .raised.back-btn:not([disabled]), div.pagination a.raised.pagebtn:not([disabled]), .switch-tabs :not(:checked) + label .raised.login-btn:not([disabled]), .cta.raised:not([disabled]) {
      -webkit-box-shadow: 0px 0px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0px 0px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 0px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 4px 0px rgba(0, 0, 0, 0.12); }
      input[type="button"].raised:not([disabled]):hover, input[type="submit"].raised:not([disabled]):hover, button.raised:not([disabled]):hover, .btn.raised:not([disabled]):hover, .raised.back-btn:not([disabled]):hover, div.pagination a.raised.pagebtn:not([disabled]):hover, .switch-tabs :not(:checked) + label .raised.login-btn:not([disabled]):hover, .cta.raised:not([disabled]):hover {
        background-color: rgba(158, 158, 158, 0.3); }
      input[type="button"].raised:not([disabled]):active, input[type="submit"].raised:not([disabled]):active, button.raised:not([disabled]):active, .btn.raised:not([disabled]):active, .raised.back-btn:not([disabled]):active, div.pagination a.raised.pagebtn:not([disabled]):active, .switch-tabs :not(:checked) + label .raised.login-btn:not([disabled]):active, .cta.raised:not([disabled]):active {
        background-color: rgba(158, 158, 158, 0.4);
        /*
				box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2),
										0px 4px 5px 0px rgba(0, 0, 0, .14),
										0px 1px 10px 0px rgba(0, 0, 0, .12);
				*/
        color: rgba(43, 43, 43, 0.5);
        -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); }
      input[type="button"].raised:not([disabled]):focus:not(:active), input[type="submit"].raised:not([disabled]):focus:not(:active), button.raised:not([disabled]):focus:not(:active), .btn.raised:not([disabled]):focus:not(:active), .raised.back-btn:not([disabled]):focus:not(:active), div.pagination a.raised.pagebtn:not([disabled]):focus:not(:active), .switch-tabs :not(:checked) + label .raised.login-btn:not([disabled]):focus:not(:active), .cta.raised:not([disabled]):focus:not(:active) {
        background-color: rgba(158, 158, 158, 0.4);
        /*
				box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2),
										0px 4px 5px 0px rgba(0, 0, 0, .14),
										0px 1px 10px 0px rgba(0, 0, 0, .12);
				*/
        -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 6px 0px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 6px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 6px 0px rgba(0, 0, 0, 0.12); }
  input[type="button"].colored, input[type="submit"].colored, button.colored, .btn.colored, .colored.back-btn, div.pagination a.colored.pagebtn, .switch-tabs :not(:checked) + label .colored.login-btn, .cta.colored {
    color: #330a80; }
  input[type="button"].orange, input[type="submit"].orange, button.orange, .btn.orange, .orange.back-btn, div.pagination a.orange.pagebtn, .switch-tabs :not(:checked) + label .orange.login-btn, .cta.orange {
    background: #ff9933;
    color: #fff; }
    input[type="button"].orange:hover, input[type="submit"].orange:hover, button.orange:hover, .btn.orange:hover, .orange.back-btn:hover, div.pagination a.orange.pagebtn:hover, .switch-tabs :not(:checked) + label .orange.login-btn:hover, .cta.orange:hover {
      background-color: #ffac59; }
    input[type="button"].orange:focus:not(:active):not(:hover), input[type="submit"].orange:focus:not(:active):not(:hover), button.orange:focus:not(:active):not(:hover), .btn.orange:focus:not(:active):not(:hover), .orange.back-btn:focus:not(:active):not(:hover), div.pagination a.orange.pagebtn:focus:not(:active):not(:hover), .switch-tabs :not(:checked) + label .orange.login-btn:focus:not(:active):not(:hover), .cta.orange:focus:not(:active):not(:hover) {
      background-color: #ffa852; }
    input[type="button"].orange:active, input[type="submit"].orange:active, button.orange:active, .btn.orange:active, .orange.back-btn:active, div.pagination a.orange.pagebtn:active, .switch-tabs :not(:checked) + label .orange.login-btn:active, .cta.orange:active {
      background-color: #ff9326; }
  input[type="button"].green, input[type="submit"].green, button.green, .btn.green, .green.back-btn, div.pagination a.green.pagebtn, .switch-tabs :not(:checked) + label .green.login-btn, .switch-tabs :not(:checked):hover + label .login-btn, .switch-tabs :not(:checked):focus + label .login-btn, .cta.green {
    background: #65B700;
    color: #fff; }
    input[type="button"].green:hover, input[type="submit"].green:hover, button.green:hover, .btn.green:hover, .green.back-btn:hover, div.pagination a.green.pagebtn:hover, .switch-tabs :not(:checked) + label .green.login-btn:hover, .switch-tabs :not(:checked):hover + label .login-btn:hover, .switch-tabs :not(:checked):focus + label .login-btn:hover, .cta.green:hover {
      background-color: #5da800; }
    input[type="button"].green:focus:not(:active):not(:hover), input[type="submit"].green:focus:not(:active):not(:hover), button.green:focus:not(:active):not(:hover), .btn.green:focus:not(:active):not(:hover), .green.back-btn:focus:not(:active):not(:hover), div.pagination a.green.pagebtn:focus:not(:active):not(:hover), .switch-tabs :not(:checked) + label .green.login-btn:focus:not(:active):not(:hover), .switch-tabs :not(:checked):hover + label .login-btn:focus:not(:active):not(:hover), .switch-tabs :not(:checked):focus + label .login-btn:focus:not(:active):not(:hover), .cta.green:focus:not(:active):not(:hover) {
      background-color: #6bc100; }
    input[type="button"].green:active, input[type="submit"].green:active, button.green:active, .btn.green:active, .green.back-btn:active, div.pagination a.green.pagebtn:active, .switch-tabs :not(:checked) + label .green.login-btn:active, .switch-tabs :not(:checked):hover + label .login-btn:active, .switch-tabs :not(:checked):focus + label .login-btn:active, .cta.green:active {
      background-color: #6dc600; }
  input[type="button"].blue, input[type="submit"].blue, button.blue, .btn.blue, .blue.back-btn, div.pagination a.blue.pagebtn, .switch-tabs :not(:checked) + label .blue.login-btn, .cta.blue {
    background: #330a80;
    color: #fff; }
    input[type="button"].blue:hover, input[type="submit"].blue:hover, button.blue:hover, .btn.blue:hover, .blue.back-btn:hover, div.pagination a.blue.pagebtn:hover, .switch-tabs :not(:checked) + label .blue.login-btn:hover, .cta.blue:hover {
      background-color: #3a0b92; }
    input[type="button"].blue:focus:not(:active):not(:hover), input[type="submit"].blue:focus:not(:active):not(:hover), button.blue:focus:not(:active):not(:hover), .btn.blue:focus:not(:active):not(:hover), .blue.back-btn:focus:not(:active):not(:hover), div.pagination a.blue.pagebtn:focus:not(:active):not(:hover), .switch-tabs :not(:checked) + label .blue.login-btn:focus:not(:active):not(:hover), .cta.blue:focus:not(:active):not(:hover) {
      background-color: #380b8c; }
    input[type="button"].blue:active, input[type="submit"].blue:active, button.blue:active, .btn.blue:active, .blue.back-btn:active, div.pagination a.blue.pagebtn:active, .switch-tabs :not(:checked) + label .blue.login-btn:active, .cta.blue:active {
      background-color: #2e0974; }
  input[type="button"][disabled][disabled], input[type="button"].disabled.disabled, input[type="submit"][disabled][disabled], input[type="submit"].disabled.disabled, button[disabled][disabled], button.disabled.disabled, .btn[disabled][disabled], .back-btn[disabled], div.pagination a.pagebtn[disabled], .switch-tabs :not(:checked) + label .login-btn[disabled], .btn.disabled.disabled, .disabled.back-btn, div.pagination a.disabled.pagebtn, .switch-tabs :not(:checked) + label .disabled.login-btn, .cta[disabled][disabled], .cta.disabled.disabled {
    color: rgba(0, 0, 0, 0.2);
    cursor: default;
    background: transparent;
    cursor: not-allowed;
    pointer-events: none; }
    input[type="button"][disabled][disabled].orange, input[type="button"].disabled.disabled.orange, input[type="submit"][disabled][disabled].orange, input[type="submit"].disabled.disabled.orange, button[disabled][disabled].orange, button.disabled.disabled.orange, .btn[disabled][disabled].orange, .orange.back-btn[disabled], div.pagination a.orange.pagebtn[disabled], .switch-tabs :not(:checked) + label .orange.login-btn[disabled], .btn.disabled.disabled.orange, .disabled.orange.back-btn, div.pagination a.disabled.orange.pagebtn, .switch-tabs :not(:checked) + label .disabled.orange.login-btn, .cta[disabled][disabled].orange, .cta.disabled.disabled.orange {
      background: #ff9326 !important; }
    input[type="button"][disabled][disabled].blue, input[type="button"].disabled.disabled.blue, input[type="submit"][disabled][disabled].blue, input[type="submit"].disabled.disabled.blue, button[disabled][disabled].blue, button.disabled.disabled.blue, .btn[disabled][disabled].blue, .blue.back-btn[disabled], div.pagination a.blue.pagebtn[disabled], .switch-tabs :not(:checked) + label .blue.login-btn[disabled], .btn.disabled.disabled.blue, .disabled.blue.back-btn, div.pagination a.disabled.blue.pagebtn, .switch-tabs :not(:checked) + label .disabled.blue.login-btn, .cta[disabled][disabled].blue, .cta.disabled.disabled.blue {
      background: #2e0974 !important; }
    input[type="button"][disabled][disabled].green, input[type="button"].disabled.disabled.green, input[type="submit"][disabled][disabled].green, input[type="submit"].disabled.disabled.green, button[disabled][disabled].green, button.disabled.disabled.green, .btn[disabled][disabled].green, .green.back-btn[disabled], div.pagination a.green.pagebtn[disabled], .switch-tabs :not(:checked) + label .green.login-btn[disabled], .switch-tabs :not(:checked):hover + label .login-btn[disabled], .switch-tabs :not(:checked):focus + label .login-btn[disabled], .btn.disabled.disabled.green, .disabled.green.back-btn, div.pagination a.disabled.green.pagebtn, .switch-tabs :not(:checked) + label .disabled.green.login-btn, .switch-tabs :not(:checked):hover + label .disabled.login-btn, .switch-tabs :not(:checked):focus + label .disabled.login-btn, .cta[disabled][disabled].green, .cta.disabled.disabled.green {
      background: #5eaa00 !important; }
  input[type="button"].js-loading, input[type="submit"].js-loading, button.js-loading, .btn.js-loading, .js-loading.back-btn, div.pagination a.js-loading.pagebtn, .switch-tabs :not(:checked) + label .js-loading.login-btn, .cta.js-loading {
    cursor: wait !important; }
    input[type="button"].js-loading:before, input[type="submit"].js-loading:before, button.js-loading:before, .btn.js-loading:before, .js-loading.back-btn:before, div.pagination a.js-loading.pagebtn:before, .switch-tabs :not(:checked) + label .js-loading.login-btn:before, .cta.js-loading:before {
      content: '...';
      height: 16px;
      line-height: 16px;
      margin-top: -8px;
      font-size: 0.9em; }
    input[type="button"].js-loading:not(:required):before, input[type="submit"].js-loading:not(:required):before, button.js-loading:not(:required):before, .btn.js-loading:not(:required):before, .js-loading.back-btn:not(:required):before, div.pagination a.js-loading.pagebtn:not(:required):before, .switch-tabs :not(:checked) + label .js-loading.login-btn:not(:required):before, .cta.js-loading:not(:required):before {
      content: '';
      width: 16px;
      border: 2px solid #ccc;
      border-top-color: #03ade0;
      margin-left: -8px; }
  input[type="button"].blue.js-loading:not(:required):before, input[type="button"].green.js-loading:not(:required):before, input[type="button"].orange.js-loading:not(:required):before, input[type="submit"].blue.js-loading:not(:required):before, input[type="submit"].green.js-loading:not(:required):before, input[type="submit"].orange.js-loading:not(:required):before, button.blue.js-loading:not(:required):before, button.green.js-loading:not(:required):before, button.orange.js-loading:not(:required):before, .btn.blue.js-loading:not(:required):before, .blue.js-loading.back-btn:not(:required):before, div.pagination a.blue.js-loading.pagebtn:not(:required):before, .switch-tabs :not(:checked) + label .blue.js-loading.login-btn:not(:required):before, .btn.green.js-loading:not(:required):before, .green.js-loading.back-btn:not(:required):before, div.pagination a.green.js-loading.pagebtn:not(:required):before, .switch-tabs :not(:checked) + label .green.js-loading.login-btn:not(:required):before, .switch-tabs :not(:checked):hover + label .js-loading.login-btn:not(:required):before, .switch-tabs :not(:checked):focus + label .js-loading.login-btn:not(:required):before, .btn.orange.js-loading:not(:required):before, .orange.js-loading.back-btn:not(:required):before, div.pagination a.orange.js-loading.pagebtn:not(:required):before, .switch-tabs :not(:checked) + label .orange.js-loading.login-btn:not(:required):before, .cta.blue.js-loading:not(:required):before, .cta.green.js-loading:not(:required):before, .cta.orange.js-loading:not(:required):before {
    border-color: #fff;
    border-top-color: #03ade0; }
  input[type="button"].icon, input[type="button"][class^="icon-"], input[type="button"][class*=" icon-"], input[type="submit"].icon, input[type="submit"][class^="icon-"], input[type="submit"][class*=" icon-"], button.icon, button[class^="icon-"], button[class*=" icon-"], .btn.icon, .icon.back-btn, div.pagination a.icon.pagebtn, .switch-tabs :not(:checked) + label .icon.login-btn, .btn[class^="icon-"], .back-btn[class^="icon-"], div.pagination a.pagebtn[class^="icon-"], .switch-tabs :not(:checked) + label .login-btn[class^="icon-"], .btn[class*=" icon-"], .back-btn[class*=" icon-"], div.pagination a.pagebtn[class*=" icon-"], .switch-tabs :not(:checked) + label .login-btn[class*=" icon-"], .cta.icon, .cta[class^="icon-"], .cta[class*=" icon-"] {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 32px;
    min-width: 32px;
    width: 32px;
    padding: 0;
    overflow: hidden;
    color: inherit;
    line-height: normal;
    color: #757575; }
    input[type="button"].icon:before, input[type="button"][class^="icon-"]:before, input[type="button"][class*=" icon-"]:before, input[type="submit"].icon:before, input[type="submit"][class^="icon-"]:before, input[type="submit"][class*=" icon-"]:before, button.icon:before, button[class^="icon-"]:before, button[class*=" icon-"]:before, .btn.icon:before, .icon.back-btn:before, div.pagination a.icon.pagebtn:before, .switch-tabs :not(:checked) + label .icon.login-btn:before, .btn[class^="icon-"]:before, .back-btn[class^="icon-"]:before, div.pagination a.pagebtn[class^="icon-"]:before, .switch-tabs :not(:checked) + label .login-btn[class^="icon-"]:before, .btn[class*=" icon-"]:before, .back-btn[class*=" icon-"]:before, div.pagination a.pagebtn[class*=" icon-"]:before, .switch-tabs :not(:checked) + label .login-btn[class*=" icon-"]:before, .cta.icon:before, .cta[class^="icon-"]:before, .cta[class*=" icon-"]:before {
      position: relative;
      font-size: 24px;
      line-height: 32px; }
    input[type="button"].icon.mini, input[type="button"][class^="icon-"].mini, input[type="button"][class*=" icon-"].mini, input[type="submit"].icon.mini, input[type="submit"][class^="icon-"].mini, input[type="submit"][class*=" icon-"].mini, button.icon.mini, button[class^="icon-"].mini, button[class*=" icon-"].mini, .btn.icon.mini, .icon.mini.back-btn, div.pagination a.icon.mini.pagebtn, .switch-tabs :not(:checked) + label .icon.mini.login-btn, .btn[class^="icon-"].mini, .mini.back-btn[class^="icon-"], div.pagination a.mini.pagebtn[class^="icon-"], .switch-tabs :not(:checked) + label .mini.login-btn[class^="icon-"], .btn[class*=" icon-"].mini, .mini.back-btn[class*=" icon-"], div.pagination a.mini.pagebtn[class*=" icon-"], .switch-tabs :not(:checked) + label .mini.login-btn[class*=" icon-"], .cta.icon.mini, .cta[class^="icon-"].mini, .cta[class*=" icon-"].mini {
      height: 24px;
      min-width: 24px;
      width: 24px; }
      input[type="button"].icon.mini:before, input[type="button"][class^="icon-"].mini:before, input[type="button"][class*=" icon-"].mini:before, input[type="submit"].icon.mini:before, input[type="submit"][class^="icon-"].mini:before, input[type="submit"][class*=" icon-"].mini:before, button.icon.mini:before, button[class^="icon-"].mini:before, button[class*=" icon-"].mini:before, .btn.icon.mini:before, .icon.mini.back-btn:before, div.pagination a.icon.mini.pagebtn:before, .switch-tabs :not(:checked) + label .icon.mini.login-btn:before, .btn[class^="icon-"].mini:before, .mini.back-btn[class^="icon-"]:before, div.pagination a.mini.pagebtn[class^="icon-"]:before, .switch-tabs :not(:checked) + label .mini.login-btn[class^="icon-"]:before, .btn[class*=" icon-"].mini:before, .mini.back-btn[class*=" icon-"]:before, div.pagination a.mini.pagebtn[class*=" icon-"]:before, .switch-tabs :not(:checked) + label .mini.login-btn[class*=" icon-"]:before, .cta.icon.mini:before, .cta[class^="icon-"].mini:before, .cta[class*=" icon-"].mini:before {
        line-height: 24px;
        font-size: 18px; }

input[type="button"], input[type="submit"], button {
  -webkit-appearance: none; }

.arrow:after, .arrow-right:after, .switch-tabs :not(:checked) + label .login-btn:after {
  content: '  →';
  position: relative;
  top: -1px;
  font-size: 14px;
  line-height: 1; }

.arrow-left:before, .back-btn:before {
  content: '←  ';
  position: relative;
  top: -1px;
  font-size: 14px;
  line-height: 1; }

.back-btn {
  float: left;
  margin: -3px 12px 0 0;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0.725);
  color: #fff; }
  .back-btn:hover, .back-btn:focus:not(:active) {
    background-color: rgba(0, 0, 0, 0.825) !important; }
  .back-btn:active {
    background-color: rgba(0, 0, 0, 0.9) !important; }

.content table, .data-table {
  border: none;
  border-collapse: collapse;
  font-size: 13px;
  background: #fff;
  width: 100%;
  text-align: left;
  margin: 0 0 20px;
  line-height: 1.65; }
  .content table.shadow, .data-table.shadow {
    margin-top: 16px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .content table td, .content table th, .data-table td, .data-table th {
    padding: 8px;
    vertical-align: middle;
    border: 1px #eee solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-width: 1px 0 0;
    vertical-align: top;
    text-align: left; }
    .cart-table .content table td, .cart-table .content table th, .cart-table .data-table td, .cart-table .data-table th {
      vertical-align: middle; }
    .content table td:first-child, .content table th:first-child, .data-table td:first-child, .data-table th:first-child {
      padding-left: 12px; }
    .content table td:last-child, .content table th:last-child, .data-table td:last-child, .data-table th:last-child {
      padding-right: 12px; }
    .content table td.tleft, .content table th.tleft, .data-table td.tleft, .data-table th.tleft {
      text-align: left; }
    .content table td.tcenter, .content table th.tcenter, .data-table td.tcenter, .data-table th.tcenter {
      text-align: center; }
    .content table td.right, .content table th.right, .data-table td.right, .data-table th.right {
      text-align: right; }
  .content table.cart-table td, .content table.cart-table th, .data-table.cart-table td, .data-table.cart-table th {
    vertical-align: middle; }
.content table :not(tfoot) tr:first-child td, .content table :not(tfoot) tr:first-child th, .data-table :not(tfoot) tr:first-child td, .data-table :not(tfoot) tr:first-child th {
  border-top: none; }
.content table th, .data-table th {
  color: rgba(0, 0, 0, 0.54); }
  .content table thead th, .content table thead td, .data-table thead th, .data-table thead td {
    vertical-align: bottom;
    border: none;
    border-bottom: 1px #B9B9B9 solid;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 6px; }
.content table tfoot th, .content table tfoot td, .data-table tfoot th, .data-table tfoot td {
  vertical-align: top;
  border: none;
  border-top: 1px #B9B9B9 solid;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px; }

.valign-table tbody td, .valign-table tbody th {
  vertical-align: middle; }

@media screen and (max-width: 767px) {
  .responsive-table {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 18px; }
    .responsive-table table {
      margin: 0;
      white-space: nowrap; } }

.alert, .alert-success, .snackbar.alert-success, .snackbar.success, .alert-info, .snackbar.alert-info, .alert-warning, .snackbar.alert-warning, .alert-danger, .snackbar.alert-danger, .snackbar.error {
  padding: 10px 15px 12px;
  margin: 0 0 16px;
  background-color: #9e9e9e;
  color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 1px 0 #fff, 1px 0px 0 #fff;
  -moz-box-shadow: 0 1px 0 #fff, 1px 0px 0 #fff;
  box-shadow: 0 1px 0 #fff, 1px 0px 0 #fff; }
  .alert p, .alert-success p, .snackbar.alert-success p, .snackbar.success p, .alert-info p, .snackbar.alert-info p, .alert-warning p, .snackbar.alert-warning p, .alert-danger p, .snackbar.alert-danger p, .snackbar.error p {
    margin-bottom: 6px; }
    .alert p:last-child, .alert-success p:last-child, .snackbar.alert-success p:last-child, .snackbar.success p:last-child, .alert-info p:last-child, .snackbar.alert-info p:last-child, .alert-warning p:last-child, .snackbar.alert-warning p:last-child, .alert-danger p:last-child, .snackbar.alert-danger p:last-child, .snackbar.error p:last-child {
      margin-bottom: 0; }
  .alert a, .alert-success a, .snackbar.alert-success a, .snackbar.success a, .alert-info a, .snackbar.alert-info a, .alert-warning a, .snackbar.alert-warning a, .alert-danger a, .snackbar.alert-danger a, .snackbar.error a {
    text-decoration: none;
    font-weight: 600;
    color: #fff; }
    .alert a:hover, .alert a:focus, .alert-success a:hover, .snackbar.alert-success a:hover, .snackbar.success a:hover, .alert-success a:focus, .snackbar.alert-success a:focus, .snackbar.success a:focus, .alert-info a:hover, .snackbar.alert-info a:hover, .alert-info a:focus, .snackbar.alert-info a:focus, .alert-warning a:hover, .snackbar.alert-warning a:hover, .alert-warning a:focus, .snackbar.alert-warning a:focus, .alert-danger a:hover, .snackbar.alert-danger a:hover, .snackbar.error a:hover, .alert-danger a:focus, .snackbar.alert-danger a:focus, .snackbar.error a:focus {
      text-decoration: underline; }

.alert-success, .snackbar.alert-success, .snackbar.success {
  background-color: #92b830; }

.alert-info, .snackbar.alert-info {
  background-color: #03a9f4; }

.alert-warning, .snackbar.alert-warning {
  background-color: #ffb405; }

.alert-danger, .snackbar.alert-danger, .snackbar.error {
  background-color: #f4bebe;
  color: #8B0707; }

#snackbar-container {
  position: fixed;
  top: 0;
  z-index: 99999; }
@media (min-width: 768px) {
  #snackbar-container {
    left: 0;
    right: 0; } }

.snackbar {
  overflow: hidden;
  clear: both;
  cursor: pointer;
  opacity: 0;
  padding: 14px 24px;
  text-align: center;
  background-color: #323232;
  color: #fff;
  display: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  height: 0;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s; }
  .snackbar.snackbar-opened {
    display: block; }
  .snackbar i {
    width: 26px;
    height: 26px;
    padding: 4px;
    margin: 0;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    line-height: 22.5px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -13px;
    cursor: pointer;
    transition: 0.2s; }
  @media (min-width: 768px) {
    .snackbar {
      min-width: 288px;
      max-width: 100%;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; } }
  .snackbar.toast {
    border-radius: 200px; }
  .snackbar.snackbar-opened {
    height: auto;
    opacity: 1;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    border-width: 0 0 1px;
    margin: 0 !important;
    margin-bottom: 10px;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s; }

@media (max-width: 767px) {
  #snackbar-container {
    left: 0;
    right: 0; }
  .snackbar {
    padding-right: 16px; }
    .snackbar.snackbar-opened {
      margin-bottom: 0; }
      .snackbar.snackbar-opened.toast {
        margin: 10px; } }

.js-menu-overlay, .js-homepage-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  -webkit-transition: 0s 0s;
  transition: 0s 0s;
  visibility: hidden;
  background: rgba(0, 0, 0, 0); }

.js-menu-overlay-active .js-menu-overlay, .js-homepage-menu-overlay-active .js-homepage-menu-overlay {
  visibility: visible;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.2s 0s;
  transition: 0.2s 0s; }

@media screen and (min-width: 992px) {
  .js-homepage-menu-overlay-active .dd-dropdown, .js-menu-overlay-active .dd-wrapper {
    z-index: 102; } }

.js-infotip {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  outline: 0;
  font-size: 16px;
  vertical-align: middle;
  padding: 0; }
  .js-infotip > i {
    line-height: 1;
    cursor: help;
    font-size: 17px; }
  .js-infotip.js-active .tip-content {
    display: block;
    z-index: 999; }

.tip-content {
  position: absolute;
  white-space: normal;
  width: 220px;
  margin-left: -110px;
  background: rgba(30, 30, 30, 0.9);
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  padding: 7px 8px;
  top: 100%;
  left: 50%;
  text-shadow: 0 2px #000, 0 -1px #000, 1px 0 #000, -1px 0 #000;
  text-transform: none !important;
  margin-top: 2px;
  border-radius: 3px;
  background-clip: padding-box;
  display: none; }
  .tip-content:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-bottom: 5px solid rgba(30, 30, 30, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }
  @media screen and (max-width: 991px) {
    .tip-content {
      right: -10px;
      left: auto; }
      .tip-content:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 92%;
        margin-left: -5px;
        width: 0;
        height: 0;
        border-bottom: 5px solid rgba(30, 30, 30, 0.9);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent; } }
  .tip-content.tip-right {
    margin-left: 10px;
    margin-top: -2px;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .tip-content.tip-right:after {
      bottom: auto;
      top: 50%;
      margin-top: -5px;
      left: auto;
      right: 100%;
      border: none;
      border-right: 5px solid rgba(30, 30, 30, 0.9);
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }

.filter-bar .js-infotip {
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -9px; }

.filter-bar .tip-content {
  top: 100%;
  left: 100%; }
  .filter-bar .tip-content:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 45%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-bottom: 5px solid rgba(30, 30, 30, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }

.prod-toepasbaar-check {
  position: absolute;
  right: 2px;
  top: 2px;
  margin: 0;
  z-index: 10;
  padding: 6px; }
  .prod-toepasbaar-check i {
    background-color: #6ac500;
    color: #fff;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    border-radius: 2px; }
    .prod-toepasbaar-check i:before {
      line-height: inherit; }
  .prod-toepasbaar-check.js-clicked i {
    text-shadow: 0 -1px rgba(0, 0, 0, 0.5); }
  .prod-toepasbaar-check .tip-content {
    left: auto;
    right: 3px;
    margin: 0;
    max-width: 175px;
    width: 41vw;
    cursor: default;
    top: 120%;
    text-align: center; }
    .prod-toepasbaar-check .tip-content:after {
      border: none;
      border-top: none;
      border-right: 6px solid transparent;
      border-bottom: 6px solid rgba(30, 30, 30, 0.9);
      border-left: 6px solid transparent;
      left: auto;
      right: 10px;
      top: auto;
      bottom: 100%; }

@media (min-width: 991px) {
  .responsiveFilterButtons {
    display: none; } }

.responsiveFilterButtons {
  width: 100%; }

#responsiveFilterDiv {
  /*test*/ }
@media (min-width: 991px) {
  #responsiveFilterDiv {
    display: none; }
    #responsiveFilterDiv .mobileCatTrigger {
      display: none; } }
#responsiveFilterDiv #filterForm {
  padding: 0;
  background: none; }
#responsiveFilterDiv .responsiveFilters {
  display: none;
  width: 100%;
  padding: 20px;
  background: #f7f7f7;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative; }
#responsiveFilterDiv ul.filters li h4 {
  background: #ffffff;
  border: 1px solid #ededed; }
#responsiveFilterDiv .responsiveFilters .filter-title {
  background: #ffffff;
  border: 1px solid #ededed; }
#responsiveFilterDiv .filters li > ul, #responsiveFilterDiv .filters li .filters-holder {
  background: #fbfbfb; }
#responsiveFilterDiv .filters li ul {
  max-height: 160px; }
#responsiveFilterDiv .responsiveFilters:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }
#responsiveFilterDiv #filterForm ul > li:not(:last-child) {
  border: 0; }
#responsiveFilterDiv .responsiveFilters:before {
  border-color: rgba(247, 247, 247, 0);
  border-bottom-color: #f7f7f7;
  right: 0;
  border-width: 11px;
  margin-left: -11px; }
#responsiveFilterDiv .mobileCatTrigger:before {
  display: block;
  position: absolute;
  top: 8px;
  left: 13px;
  color: #ffffff;
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 22px;
  font-weight: bold; }
#responsiveFilterDiv .mobileCatTrigger.closed:before {
  content: '+'; }
#responsiveFilterDiv .mobileCatTrigger.open:before {
  top: 6px;
  content: '‒'; }
#responsiveFilterDiv .responsiveFilterButtons {
  display: block; }
#responsiveFilterDiv .responsiveFilterButtons a.btn, #responsiveFilterDiv .responsiveFilterButtons a.back-btn, #responsiveFilterDiv .responsiveFilterButtons div.pagination a.pagebtn, div.pagination #responsiveFilterDiv .responsiveFilterButtons a.pagebtn, #responsiveFilterDiv .responsiveFilterButtons .switch-tabs :not(:checked) + label a.login-btn, .switch-tabs :not(:checked) + label #responsiveFilterDiv .responsiveFilterButtons a.login-btn {
  color: #fff; }
#responsiveFilterDiv .mobileCatTrigger {
  display: inline-block;
  width: 100%;
  padding: 12.5px 10px;
  background-color: #5200e5;
  color: #ffffff;
  text-align: center;
  margin: 15px 0px 5px;
  border-radius: 8px;
  position: relative;
  cursor: pointer; }
#responsiveFilterDiv .mobileCatTrigger:hover {
  color: #ffffff;
  background: #5200e5; }
#responsiveFilterDiv .mobileCatTrigger div.icon {
  float: right; }
#responsiveFilterDiv .mobileCatTrigger p {
  float: right;
  margin-bottom: 0; }
#responsiveFilterDiv .mobileCatTrigger .filterCount {
  /*width: 30px;
	height: 30px;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	left: 7px;
	top: 7px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);*/ }
#responsiveFilterDiv .mobileCatTrigger .filterCount p {
  /*margin: 0px;
	font-size: 14px;
	line-height: 30px;
	position: relative;
	font-weight: bold;
	color: $purpleVariant;*/ }
#responsiveFilterDiv .mobileCatTrigger div.icon p {
  display: initial;
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 8px;
  margin-left: 5px;
  float: right;
  margin-bottom: 0; }
#responsiveFilterDiv .new-subtitle-row {
  margin-top: 5px; }
#responsiveFilterDiv .productlist-head .sort-wrapper {
  clear: none !important; }
#responsiveFilterDiv #wp-products-wrapper .new-subtitle-row .subtitle {
  margin-top: 18px; }
#responsiveFilterDiv .responsiveFilters {
  display: none;
  width: 100%;
  padding: 20px;
  background: #f7f7f7;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  margin-bottom: 20px; }

span.filterCount {
  float: right;
  padding-right: 22px;
  margin-right: 8px;
  position: relative;
  font-size: 12px; }

span.filterCount.active:after {
  content: '';
  position: absolute;
  right: 2px;
  top: 3px;
  background: url("../img/checkmark.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px; }

#stickyData {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 10px;
  display: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 25;
  transition: all 2s; }

#stickyData .container {
  margin-right: auto;
  margin-left: auto; }
  #stickyData .container .js-add-to-cart-form {
    width: 100%; }
    #stickyData .container .js-add-to-cart-form .to-cart li {
      margin: 0; }
    #stickyData .container .js-add-to-cart-form .to-cart li:first-child {
      width: 33.3%;
      max-width: none; }
    #stickyData .container .js-add-to-cart-form .to-cart li:last-child {
      width: 66.6%; }
  #stickyData .container .right {
    width: 66.6%;
    margin-left: 33.3%;
    display: flex; }
    #stickyData .container .right span {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: auto;
      margin: 10px auto 5px; }

@media screen and (max-width: 991px) {
  #stickyData.active {
    display: block; }
  #stickyData.active {
    top: auto;
    bottom: 0; }
  #cm-tower-wrapper.sticky {
    bottom: 110px !important;
    right: 5px !important; } }

#stickyData .container .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

#stickyData.animateIn {
  -webkit-animation: animateStickyPaymentIn 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: animateStickyPaymentIn 1s;
  /* Firefox < 16 */
  -ms-animation: animateStickyPaymentIn 1s;
  /* Internet Explorer */
  -o-animation: animateStickyPaymentIn 1s;
  /* Opera < 12.1 */
  animation: animateStickyPaymentIn 1s; }

#stickyData.animateOut {
  -webkit-animation: animateStickyPaymentOut 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: animateStickyPaymentOut 1s;
  /* Firefox < 16 */
  -ms-animation: animateStickyPaymentOut 1s;
  /* Internet Explorer */
  -o-animation: animateStickyPaymentOut 1s;
  /* Opera < 12.1 */
  animation: animateStickyPaymentOut 1s; }

#shoppingcart .cartcontent.stickyBestelCart {
  display: block;
  position: fixed;
  top: 70px; }

@media screen and (max-width: 991px) {
  #stickyData.animateIn {
    -webkit-animation: animateStickyPaymentInMobile;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: animateStickyPaymentInMobile 1s;
    /* Firefox < 16 */
    -ms-animation: animateStickyPaymentInMobile 1s;
    /* Internet Explorer */
    -o-animation: animateStickyPaymentInMobile 1s;
    /* Opera < 12.1 */
    animation: animateStickyPaymentInMobile 1s; }
  #stickyData.animateOut {
    -webkit-animation: animateStickyPaymentOutMobile 1s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: animateStickyPaymentOutMobile 1s;
    /* Firefox < 16 */
    -ms-animation: animateStickyPaymentOutMobile 1s;
    /* Internet Explorer */
    -o-animation: animateStickyPaymentOutMobile 1s;
    /* Opera < 12.1 */
    animation: animateStickyPaymentOutMobile 1s; } }

@keyframes animateStickyPaymentIn {
  from {
    top: -100px; }
  to {
    top: 60px; } }
/* Firefox < 16 */
@-moz-keyframes animateStickyPaymentIn {
  from {
    top: -100px; }
  to {
    top: 60px; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes animateStickyPaymentIn {
  from {
    top: -100px; }
  to {
    top: 60px; } }
/* Internet Explorer */
@-ms-keyframes animateStickyPaymentIn {
  from {
    top: -100px; }
  to {
    top: 60px; } }
/* Opera < 12.1 */
@-o-keyframes animateStickyPaymentIn {
  from {
    top: -100px; }
  to {
    top: 60px; } }
@keyframes animateStickyPaymentOut {
  to {
    top: -100px; } }
/* Firefox < 16 */
@-moz-keyframes animateStickyPaymentOut {
  to {
    top: -100px; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes animateStickyPaymentOut {
  to {
    top: -100px; } }
/* Internet Explorer */
@-ms-keyframes animateStickyPaymentOut {
  to {
    top: -100px; } }
/* Opera < 12.1 */
@-o-keyframes animateStickyPaymentOut {
  to {
    top: -100px; } }
@keyframes animateStickyPaymentInMobile {
  from {
    bottom: -100px; } }
/* Firefox < 16 */
@-moz-keyframes animateStickyPaymentInMobile {
  from {
    bottom: -100px; }
  to {
    bottom: 0; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes animateStickyPaymentInMobile {
  from {
    bottom: -100px; }
  to {
    bottom: 0; } }
/* Internet Explorer */
@-ms-keyframes animateStickyPaymentInMobile {
  from {
    bottom: -100px; }
  to {
    bottom: 0; } }
/* Opera < 12.1 */
@-o-keyframes animateStickyPaymentInMobile {
  from {
    bottom: -100px; }
  to {
    bottom: 0; } }
@keyframes animateStickyPaymentOutMobile {
  from {
    bottom: 0; }
  to {
    bottom: -100px; } }
/* Firefox < 16 */
@-moz-keyframes animateStickyPaymentOutMobile {
  to {
    bottom: -100px; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes animateStickyPaymentOutMobile {
  to {
    bottom: -100px; } }
/* Internet Explorer */
@-ms-keyframes animateStickyPaymentOutMobile {
  to {
    bottom: -100px; } }
/* Opera < 12.1 */
@-o-keyframes animateStickyPaymentOutMobile {
  to {
    bottom: -100px; } }
@media only screen and (max-width: 900px) {
  .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened, .newsletter-signup-fancy {
    position: fixed !important;
    width: 100% !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: auto; }
    .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened .fancybox-inner, .newsletter-signup-fancy .fancybox-inner {
      width: 100% !important; }
    .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened .fancybox-close, .newsletter-signup-fancy .fancybox-close {
      right: 10px; } }

.grayscale {
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.newsletter-signup-model {
  width: 100%;
  height: 100%;
  overflow: hidden; }
@media only screen and (min-width: 901px) {
  .newsletter-signup-model {
    width: 700px; } }
.newsletter-signup-model .content {
  display: flex;
  width: 100%;
  padding: 0; }
@media only screen and (min-width: 901px) {
  .newsletter-signup-model .content .left, .newsletter-signup-model .content .right {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 50%; } }
.newsletter-signup-model .content .left {
  display: none; }
@media only screen and (min-width: 901px) {
  .newsletter-signup-model .content .left {
    display: block; }
    .newsletter-signup-model .content .left .img_wrap {
      width: auto;
      height: 410px;
      position: relative;
      overflow: hidden; }
      .newsletter-signup-model .content .left .img_wrap img {
        height: 100%;
        width: auto;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
        max-width: inherit; } }
.newsletter-signup-model .content .right {
  padding: 20px;
  width: 100%; }
@media only screen and (min-width: 901px) {
  .newsletter-signup-model .content .right {
    width: 50%;
    padding: 100px 40px; } }
.newsletter-signup-model .content .right h2 {
  margin-top: 15px;
  color: #330a80;
  text-align: center;
  font-weight: bold; }
.newsletter-signup-model .content .right p {
  text-align: center;
  margin-bottom: 20px; }
.newsletter-signup-model .content .right input {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #e1dfdb;
  color: #6c6a6a;
  font-size: 13px;
  line-height: 20px;
  min-width: 200px; }
.newsletter-signup-model .content .right a {
  width: 100%;
  border: 0;
  display: inline-block;
  background-color: #330a80;
  color: #ffffff;
  font-family: 'OpenSansSemiBold', sans-serif;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  padding: 5px 10px 4px 10px;
  font-size: 12px;
  min-height: 30px; }

/* Zoekformulier */
@media (max-width: 500px) {
  .search-bar .js-searchresults {
    border-top: 1px #dadada solid !important; }
  .search-cart-wrapper {
    position: relative; }
  .js-search-active #mini-cart {
    opacity: 0.5; } }

@media (min-width: 501px) {
  .search-bar {
    position: relative; } }

.search-bar {
  margin: 0;
  max-width: 100%; }
@media (min-width: 501px) {
  .search-bar {
    position: relative; } }
@media (min-width: 992px) {
  .search-bar {
    float: left;
    width: 58.7%;
    margin: 0; } }
@media (min-width: 1200px) {
  .search-bar {
    width: 63.5%; } }
.search-bar label {
  display: none; }
.search-bar fieldset {
  position: relative; }
.search-bar input {
  text-overflow: ellipsis;
  padding-right: 40px;
  min-height: 35px;
  padding-left: 8px;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
.search-bar button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #330a80;
  color: #fff;
  font-weight: bold;
  line-height: normal;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  min-height: 32px;
  min-width: 36px; }
  .search-bar button:before {
    content: "t";
    font-size: 22px;
    line-height: normal;
    text-align: center;
    line-height: 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-12px, -12px);
    -ms-transform: translate(-12px, -12px);
    transform: translate(-12px, -12px); }
  .search-bar button:focus:not(:active), .search-bar button:hover {
    background-color: #3c0c98; }
  .search-bar button:active {
    background-color: #2e0974; }
.search-bar.js-search-loading fieldset:after {
  content: '...';
  position: absolute;
  top: 8px;
  right: 44px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  color: #ccc; }
.search-bar.js-search-loading fieldset:not(:required):after {
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #03ade0;
  -webkit-animation: ajax-spinner 0.6s linear infinite;
  animation: ajax-spinner 0.6s linear infinite; }

.search-bar .js-searchresults {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  border: 1px #dadada solid;
  border-top: none;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none; }
@media (min-width: 768px) {
  .search-bar .js-searchresults {
    max-height: 82.5vh;
    overflow: auto; } }

.js-search-active .content-container > :not(.home-top-left):not(.category-search) {
  opacity: 0.3; }
.js-search-active .search-bar .js-searchresults {
  display: block; }

.js-cat-search-active .content-container > :not(.home-top-left):not(.category-search) {
  opacity: 1; }
.js-cat-search-active aside.col-left, .js-cat-search-active #breadcrumbs, .js-cat-search-active #wpcarselector, .js-cat-search-active .cat-title, .js-cat-search-active #category-zero, .js-cat-search-active footer {
  opacity: 0.3 !important; }
.js-cat-search-active .search-bar .js-searchresults {
  z-index: 9; }

.js-searchresults {
  background-color: #fff;
  font-size: 0.92857rem; }
  .js-searchresults ol {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px #fff solid;
    border-width: 1px 0; }
  .js-searchresults li {
    margin: 0; }
    .js-searchresults li.search-item-product:not(:last-child), .js-searchresults li.search-item-category:not(:last-child) {
      border-bottom: 1px #efefef solid; }
  .js-searchresults a h4:hover {
    text-decoration: underline; }

.search-item-category > a, .search-item-category > span, .search-item-product > a, .search-item-product > span, .search-item-suggestion > a, .search-item-suggestion > span {
  display: block;
  padding: 5px 8px;
  color: #2b2b2b;
  cursor: pointer;
  overflow: hidden; }
  .search-item-category > a:hover, .search-item-category > span:hover, .search-item-product > a:hover, .search-item-product > span:hover, .search-item-suggestion > a:hover, .search-item-suggestion > span:hover {
    background-color: #f5f5f5; }
.search-item-category.selected, .search-item-product.selected, .search-item-suggestion.selected {
  background: #f5f5f5; }

.search-item-category > a, .search-item-product > a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2px 8px; }
.search-item-category .thumb, .search-item-product .thumb {
  max-width: 40px;
  width: 22.5%;
  margin-right: 12px;
  position: relative; }
  .search-item-category .thumb:before, .search-item-product .thumb:before {
    content: ' ';
    display: block;
    padding-top: 100%;
    height: 0;
    overflow: hidden; }
  .search-item-category .thumb img, .search-item-product .thumb img {
    position: absolute;
    left: 0;
    top: 0; }
.search-item-category h4, .search-item-product h4 {
  color: #330a80;
  font-weight: normal;
  font-size: 1em;
  margin: 0 auto 0 0; }
.search-item-category img, .search-item-category h4, .search-item-product img, .search-item-product h4 {
  float: left; }
.search-item-category .search-item-count, .search-item-category .search-item-price, .search-item-product .search-item-count, .search-item-product .search-item-price {
  float: right;
  padding-left: 8px; }

.search-label {
  background: #f1f1f1;
  font-size: 0.85rem;
  font-weight: normal;
  padding: 6px 8px 7px;
  line-height: 1;
  margin: 0; }
  .search-label:after {
    content: ':'; }

.no-results {
  padding: 8px;
  font-style: italic;
  margin: 0; }

/* USPS */
.usps {
  font-size: 12px;
  list-style: none;
  /*
	@media screen and (min-width: $screen-sm-min) and (max-width: 1050px) {
		margin-left: -34.25%;
		width: 134.25%;
		text-align: center;
	} // @media
	*/ }
  .usps:not(.usps-side) {
    text-transform: uppercase;
    font-weight: bold; }
  .usps span, .usps li:before {
    color: #330a80; }
    .usps li:before {
      vertical-align: middle;
      font-size: 18px;
      margin-right: 6px;
      position: relative;
      top: -2px; }
    .usps li:nth-child(1):before {
      content: "u"; }
    .usps li:nth-child(2):before {
      content: "v"; }
    .usps li:nth-child(3):before {
      content: "w"; }
    .usps li:nth-child(4):before {
      content: "x"; }
    .usps li.truck:before {
      content: "g"; }
  .usps.usps-side {
    text-align: left;
    font-size: 13px; }
    .usps.usps-side span {
      color: inherit; }
    .usps.usps-side li {
      margin: 12px 0;
      position: relative;
      padding-left: 26px; }
      .usps.usps-side li:before {
        position: absolute;
        left: 0;
        top: 0; }

#pageheader .usps {
  font-weight: 600; }
@media screen and (max-width: 991px) {
  #pageheader .usps {
    overflow: hidden;
    position: relative;
    z-index: -1;
    display: none;
    float: right;
    height: 67px;
    line-height: 67px;
    padding-left: 190px;
    /*
		li {
			float: left;
			width: 50%;
		}
		*/ }
    #pageheader .usps li {
      display: inline-block;
      vertical-align: middle;
      line-height: 16px;
      text-align: right;
      -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
      transition: opacity 0.25s ease, visibility 0.25s ease;
      opacity: 0; }
      #pageheader .usps li:not(.js-active) {
        position: absolute;
        top: -9999px;
        visibility: hidden; }
      #pageheader .usps li.js-active {
        opacity: 1;
        visibility: visible; } }
@media screen and (min-width: 992px) {
  #pageheader .usps {
    display: table;
    width: 100%;
    margin-bottom: 16px; }
    #pageheader .usps li {
      display: table-cell; } }
#pageheader .usps li:before {
  color: #ff9933; }
#pageheader .usps li span {
  color: #ff9933;
  font-weight: bold; }

#pagefooter .usps {
  width: 100%;
  padding: 15px 0;
  overflow: hidden;
  margin-bottom: 20px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }
@media screen and (min-width: 991px) {
  #pagefooter .usps {
    display: block; } }
#pagefooter .usps li {
  display: none;
  float: left; }
  #pagefooter .usps li:before {
    color: #ff9933; }
  #pagefooter .usps li span {
    color: #ff9933; }
  #pagefooter .usps li:not(:nth-child(5)) {
    padding-right: 20px; }
  #pagefooter .usps li:nth-child(5) {
    display: block;
    margin: auto;
    text-align: center; }
    #pagefooter .usps li:nth-child(5) span {
      color: #000000; }
@media screen and (min-width: 991px) {
  #pagefooter .usps li {
    display: block; }
    #pagefooter .usps li:nth-child(5) {
      float: right; } }
@media screen and (min-width: 650px) and (max-width: 991px) {
  #pagefooter .usps {
    float: left;
    overflow: visible; }
    #pagefooter .usps li {
      width: 100%;
      white-space: nowrap; }
      #pagefooter .usps li:nth-child(3) {
        clear: left; } }
@media screen and (max-width: 649px) {
  #pagefooter .usps li {
    float: none; }
    #pagefooter .usps li:not(:last-child) {
      padding-right: 0; } }

/*
.usp-bar-wrapper {
	margin-bottom: 20px;

	.usps-bar { 
		@extend .inner;
		padding: 12px 0;
	}
}
*/
/* Basic USP List */
.usp-list {
  list-style: none;
  margin-bottom: 20px; }
  .usp-list li {
    padding-left: 32px;
    position: relative;
    font-weight: 600;
    margin: 0 0 12px; }
    .usp-list li:before {
      content: "C";
      color: #4b9e2f;
      font-size: 24px;
      position: absolute;
      left: 0;
      top: -4px; }

.usps-side-title {
  margin: 24px 0 18px;
  text-align: left;
  font-size: 16px; }

.trustmark {
  text-align: left;
  margin: 24px 0 0;
  float: right; }
  .trustmark .trustpilot {
    margin: 0 0 0 4px; }
  .trustmark > *:not(:last-child) {
    margin-right: 12px; }

.col-right .big-stars {
  margin: 10px 0; }

/* Bluemenu/bar */
#bluemenu {
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  margin: 16px 0 10px;
  border-radius: 3px;
  background: #330a80; }
@media screen and (max-width: 550px) {
  #bluemenu {
    display: none; } }
#bluemenu a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 9px;
  outline: 0; }
  #bluemenu a:hover {
    background-color: #ff9933; }
  #bluemenu a:active {
    background-color: #ff9933; }
  #bluemenu a:focus:not(:active):not(:hover) {
    background-color: #ff9933; }
#bluemenu ul {
  display: table;
  width: 100%; }
@media screen and (max-width: 767px) {
  #bluemenu ul {
    table-layout: auto; } }
#bluemenu li {
  display: table-cell;
  text-align: center; }

/* mini-cart in header */
#mini-cart {
  float: right;
  position: relative;
  margin: 0 0 -8px 12px; }
  #mini-cart.js-ajax-loading .minicart-trigger div:before {
    content: "H";
    font-size: 18px;
    -webkit-animation: ajax-spinner 1.2s linear infinite;
    animation: ajax-spinner 1.2s linear infinite; }

.gratis-verzending {
  margin-bottom: 12px;
  text-align: center;
  padding: 0; }
  .gratis-verzending .gratis {
    background: #ffffff;
    padding: 8px;
    border: 2px solid #76b565;
    color: #76b565;
    display: block; }
  .gratis-verzending .niet-gratis {
    background: #ffffff;
    padding: 8px;
    border: 2px solid #ff7f7f;
    color: #ff7f7f;
    display: block; }

.minicart-trigger {
  position: relative;
  z-index: 1;
  display: block;
  background: #ff9933;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
  outline: none;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  -webkit-touch-callout: none;
  /* Disable Android and iOS callouts*/
  /*
	&:after {
		@include icon(expand-more);
		position: absolute;
		top: 1px;
		right: 0;
		font-size: 16px;
		line-height: 35px; // 30px;
		  height: 100%;
		text-align: center;
		vertical-align: middle;
		border-radius: 0 2px 2px 0;
		padding-right: 2px;
		background-color: rgba(0,0,0,0.025);

		@include transition(transform .2s cubic-bezier(.4,0,.2, 1));
	}

	&:hover,
	&:focus {
		&:after { background-color: rgba(0,0,0,0.05); }
	}	
	*/ }
  .minicart-trigger:hover {
    background-color: #ffac59; }
  .minicart-trigger:focus:not(:active):not(:hover) {
    background-color: #ffa852; }
  .minicart-trigger:active {
    background-color: #ff9326; }
  .minicart-trigger div {
    min-width: 64px;
    height: 35px;
    padding: 4px 16px 4px 50px; }
    .minicart-trigger div:before {
      content: "B";
      font-size: 24px;
      line-height: 24px;
      width: 24px;
      height: 24px;
      position: absolute;
      left: 25px;
      top: 50%;
      margin: -12px 0 0 -12px;
      -webkit-transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1);
      transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1); }
  .minicart-trigger .count {
    line-height: 27px;
    font-size: 14px;
    vertical-align: middle; }

.minicart-content {
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
  max-width: 93vw;
  width: 360px;
  background: #fff;
  margin: 0 -1px 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  border: 1px #ececec solid;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 1px -2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 1px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 1px -2px rgba(0, 0, 0, 0.15);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  padding: 28px 26px 18px; }
  .minicart-content table {
    width: 100%;
    text-align: left;
    font-size: 13px; }
  @media screen and (max-width: 768px) {
    .minicart-content table {
      display: block; }
      .minicart-content table tbody {
        max-height: 65vh;
        display: block;
        overflow: auto; } }
.minicart-content table td:last-child, .minicart-content table th:last-child {
  text-align: right;
  padding-left: 8px; }
.minicart-content table a {
  display: block;
  color: #2b2b2b; }
  .minicart-content table th a:hover, .minicart-content table th a:focus {
    text-decoration: underline; }
.minicart-content th {
  font-weight: 600; }
  .minicart-content thead th {
    padding-bottom: 12px; }
.minicart-content tfoot td, .minicart-content tfoot th {
  padding: 12px 0;
  text-align: right; }
.minicart-content tbody td, .minicart-content tbody th {
  padding: 3px 0; }
.minicart-content tbody .thumbnail {
  width: 40px; }
.minicart-content tbody .aantal {
  width: 20px;
  color: #2a0868;
  font-weight: 600;
  padding: 3px 6px 3px 8px;
  text-align: right;
  white-space: nowrap; }
  .minicart-content tbody .aantal:after {
    content: '×';
    margin-left: 4px;
    font-weight: normal;
    color: #222; }
.minicart-content tbody th {
  font-weight: normal; }
.minicart-content .btn:not(.small), .minicart-content .back-btn:not(.small), .minicart-content div.pagination a.pagebtn:not(.small), div.pagination .minicart-content a.pagebtn:not(.small), .minicart-content .switch-tabs :not(:checked) + label .login-btn:not(.small), .switch-tabs :not(:checked) + label .minicart-content .login-btn:not(.small) {
  display: block;
  margin: 0 0 10px; }
.minicart-content .cartitem-sub {
  display: block;
  color: #4B9E2F;
  font-size: 11px;
  line-height: 1.35; }

.js-minicart-active:not(.js-ajax-loading) {
  z-index: 1;
  /*
	.minicart-trigger:before { 
		content: map-get($icons, close);
		font-size: 18px;
		transform: rotate(-180deg);
	}
	*/ }
  .js-minicart-active:not(.js-ajax-loading) .minicart-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1; }

/* Breadcrumbs */
#breadcrumbs, .breadcrumbs {
  font-size: 13px;
  font-weight: 300;
  color: #777;
  padding: 10px 0; }
@media screen and (min-width: 992px) {
  #breadcrumbs, .breadcrumbs {
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    padding-bottom: 6px; } }
#breadcrumbs > p, .breadcrumbs > p {
  display: none;
  font-weight: 400;
  padding-left: 0; }
@media screen and (min-width: 992px) {
  #breadcrumbs > p, .breadcrumbs > p {
    display: inline; } }
#breadcrumbs > p, #breadcrumbs ol, .breadcrumbs > p, .breadcrumbs ol {
  margin: 0; }
#breadcrumbs ol, .breadcrumbs ol {
  display: inline;
  list-style: none; }
#breadcrumbs li, .breadcrumbs li {
  display: inline; }
  #breadcrumbs li:not(:last-child):after, .breadcrumbs li:not(:last-child):after {
    content: '/';
    color: #ccc; }
#breadcrumbs a, #breadcrumbs li > span, .breadcrumbs a, .breadcrumbs li > span {
  display: inline;
  padding: 0 3px; }
#breadcrumbs a, .breadcrumbs a {
  text-decoration: none;
  outline: 0; }
  #breadcrumbs a:hover, #breadcrumbs a:focus, .breadcrumbs a:hover, .breadcrumbs a:focus {
    text-decoration: none; }
    #breadcrumbs a:hover span, #breadcrumbs a:focus span, .breadcrumbs a:hover span, .breadcrumbs a:focus span {
      text-decoration: underline; }
#breadcrumbs li:last-child a, #breadcrumbs li:last-child > span, .breadcrumbs li:last-child a, .breadcrumbs li:last-child > span {
  text-decoration: none !important;
  color: inherit;
  cursor: default;
  pointer-events: none; }

.product-container .breadcrumbs, .product-container #breadcrumbs {
  display: none; }
@media screen and (min-width: 992px) {
  .product-container .breadcrumbs, .product-container #breadcrumbs {
    display: block; } }

.landselector {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  visibility: visible;
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s; }
  .landselector.js-landselector-closed {
    visibility: hidden;
    opacity: 0; }
  .landselector:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .landselector > div {
    display: inline-block;
    margin: 1% 0 2.5%;
    vertical-align: middle;
    max-width: 87.5%;
    padding: 1px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .landselector h2 {
    background-color: #330a80;
    padding: 9px 12px;
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    position: relative;
    margin-bottom: 16px; }
    .landselector h2:after {
      content: "A";
      position: absolute;
      top: 8px;
      right: 9px;
      font-size: 18px;
      cursor: pointer;
      background: transparent;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      line-height: 24px;
      text-indent: -1px; }
    .landselector h2:active:after {
      background-color: rgba(0, 0, 0, 0.125); }
  .landselector p {
    padding: 0 15px;
    margin: 0 0 10px; }
  .landselector img {
    margin-right: 3px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    padding: 1px;
    height: auto;
    width: auto;
    border: 1px #fff solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .landselector a {
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
    margin-bottom: 8px; }
    .landselector a:hover img, .landselector a:focus img {
      border-color: #ddd; }

.information-banner.info-banner.black {
  background-color: #000; }

.information-banner.info-banner.blue {
  background-color: #330a80; }

.information-banner.info-banner.black p b {
  font-weight: 900; }

.information-banner.info-banner p {
  color: #fff;
  padding: 7.5px;
  margin: 0;
  text-align: center;
  font-weight: 300; }

.information-banner.info-banner .mobile-text {
  font-size: 12px; }

.information-banner.info-banner p a {
  text-decoration: underline;
  cursor: pointer;
  color: #fff; }

body:not(.banner-active) .information-bar-row {
  display: none; }

@media screen and (min-width: 992px) {
  body.banner-active .navbackground {
    top: 165px; }
  body.banner-active .js-header-fixed .navbackground {
    top: 0; }
  body.banner-active .desktop-text {
    display: block; }
  body.banner-active .mobile-text {
    display: none; } }

@media screen and (max-width: 991px) {
  body.banner-active:not(#page-cart):not(#page-checkout) {
    padding-top: 80px; }
  body.banner-active .information-bar-row {
    position: absolute;
    top: 85px;
    width: 100%; }
  body.banner-active .desktop-text {
    display: none; }
  body.banner-active .mobile-text {
    display: block; } }

#filterForm {
  padding-top: 36px;
  margin-top: 15px;
  background: url(/assets/img/filters-toepassen_se.png) no-repeat 28px 0; }
  #filterForm label {
    margin: 0; }
  #filterForm .js-infotip {
    position: absolute;
    right: 12px;
    top: 12px; }
  #filterForm ul > li {
    margin-bottom: 0; }
    #filterForm ul > li:not(:last-child) {
      border-bottom: 1px #fff solid; }

div#responsiveFilters #filterForm {
  margin-top: 0; }

.filters {
  font-size: 13px;
  margin-bottom: 16px;
  border: 1px #eee solid;
  overflow: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .filters h4 {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 400;
    margin: 0;
    background-color: #eee; }
    .filters h4 a {
      display: block;
      padding: 10px 0 10px 35px;
      position: relative;
      color: #272727;
      color: rgba(0, 0, 0, 0.87); }
      .filters h4 a:before {
        content: "P";
        color: #330a80;
        position: absolute;
        top: 50%;
        left: 8px;
        font-size: 20px;
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .filters h4 a:hover {
        color: #272727;
        color: rgba(0, 0, 0, 0.87); }
  .filters .js-collapsed h4 a:before {
    content: "Q"; }
  .filters .js-collapsed > ul, .filters .js-collapsed > .filters-holder {
    display: none; }
  .filters li {
    margin: 0;
    position: relative; }
    .filters li > ul, .filters li .filters-holder {
      padding-top: 8px;
      padding-bottom: 8px;
      margin: 0;
      border-top: 1px #eee solid;
      /*
			&:not(.brands) {
			  max-height: 326px;
			  overflow: auto;
			}	
			*/ }
    .filters li ul {
      overflow: hidden;
      -webkit-transition: 0.35s ease all;
      transition: 0.35s ease all; }
  .filters input[type=checkbox].all + label {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.6); }
    .filters input[type=checkbox].all + label a {
      color: inherit; }
  .filters input[type=checkbox] + label {
    padding: 6px 0 6px 36px;
    font-weight: 300; }
    .filters input[type=checkbox] + label img {
      margin: -7px 6px -3px 0; }
    .filters input[type=checkbox] + label:hover {
      color: #330a80; }
    .filters input[type=checkbox] + label a {
      color: inherit; }
    .filters input[type=checkbox] + label:before, .filters input[type=checkbox] + label:after {
      left: 12px;
      top: 8px; }
  .filters input[type=checkbox]:not([disabled]) + label:active, .filters input[type=checkbox]:not(.js-disabled) + label:active {
    background-color: #9e9e9e;
    background-color: rgba(158, 158, 158, 0.18); }

/* Actieve filters bovenaan productenlijst */
.active-filters {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  margin: 0 0 4px; }
  .active-filters p {
    display: inline;
    margin: 0 0 -6px; }
  .active-filters strong {
    margin-right: 6px;
    font-weight: 600; }
  @media (max-width: 767px) {
    .active-filters strong {
      display: none; } }
  .active-filters a:not(.all-filters) {
    text-decoration: none;
    display: inline-block;
    padding: 2px 22px 2px 7px;
    background: #fff;
    color: #666;
    margin: 0 6px 6px 0;
    white-space: nowrap;
    line-height: 18px;
    position: relative;
    border: 1px #ececec solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-color: rgba(101, 183, 0, 0.75);
    background: rgba(101, 183, 0, 0.05);
    outline: 0; }
    .active-filters a:not(.all-filters):after {
      content: "A";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 21px;
      text-align: center;
      color: #666;
      line-height: 24px;
      font-size: 13px; }
    .active-filters a:not(.all-filters):hover, .active-filters a:not(.all-filters):focus {
      border-color: #B90606;
      color: #333; }
      .active-filters a:not(.all-filters):hover:after, .active-filters a:not(.all-filters):focus:after {
        color: #222; }
    .active-filters a:not(.all-filters):hover span {
      text-decoration: line-through; }

.all-filters {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  padding: 2px 0;
  line-height: 18px;
  position: relative;
  margin-top: 2px;
  font-size: 12px;
  outline: 0; }
@media (max-width: 767px) {
  .all-filters {
    display: none; } }
.all-filters:focus {
  text-decoration: underline; }
.all-filters:hover {
  color: #222; }

.js-filters-limit-trigger {
  display: block;
  clear: both;
  padding: 6px 0 6px 36px;
  margin-bottom: -3px;
  position: relative; }
  .js-filters-limit-trigger:before {
    content: "r";
    position: absolute;
    left: 11px;
    top: 8px;
    font-size: 1.3em; }
    .js-filters-collapsed .js-filters-limit-trigger:before {
      content: "s"; }

/* carselector */
.carselector {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 12px;
  margin: 12px 0 18px; }
  .carselector .car-selector-submit {
    display: block;
    width: 100%;
    padding: 10px;
    background: #5200e5;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase; }
    .carselector .car-selector-submit:hover {
      background: #4000b2; }
  .carselector.hasButton .js-carselector-trigger u {
    text-decoration: none; }
  .carselector:first-child {
    margin-top: 0; }
  .carselector:not(.home-carselector) .js-carselector-clear {
    float: right;
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 10px; }
  .carselector:not(.car-selected) .js-carselector-clear {
    float: right;
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 10px; }
  .carselector header {
    width: auto;
    margin: 0; }
    .carselector header label {
      cursor: pointer;
      border-bottom: 1px dotted #2b2b2b;
      margin: 0;
      display: inline;
      color: inherit; }
      .carselector header label a {
        color: inherit; }
  .carselector.product-carselector {
    margin-bottom: 20px !important; }
    .carselector.product-carselector .small-font {
      margin-bottom: 0; }
    .carselector.product-carselector.grey {
      background-color: #eee !important;
      color: black !important; }
    .carselector.product-carselector .zelfbepalen {
      width: 100%;
      display: block;
      margin-top: 10px; }
  .carselector.home-carselector {
    background-color: #eee;
    border-radius: 8px;
    margin: 0; }
    .carselector.home-carselector .js-hidden {
      display: block !important; }
    .carselector.home-carselector h4 + p {
      margin: 16px 0 0;
      font-weight: 600; }
    .carselector.home-carselector label:not(.licenseplate) {
      cursor: pointer;
      border-bottom: none; }
    .carselector.home-carselector .licenseplate-form {
      float: none; }
    .carselector.home-carselector .nom {
      font-weight: 600; }
  .carselector:not(.home-carselector) {
    background-color: #92b830;
    color: #fff;
    position: relative; }
  @media (min-width: 621px) {
    .carselector:not(.home-carselector) header {
      float: left; } }
@media (max-width: 620px) {
  .carselector:not(.home-carselector) header + .licenseplate-form {
    float: none;
    margin: 12px 0 0; } }
.carselector:not(.home-carselector) header label {
  border-bottom-color: rgba(255, 255, 255, 0.65); }
.carselector:not(.home-carselector) header label:hover {
  border-bottom-color: rgba(255, 255, 255, 0.9); }
.carselector .carselector-form {
  clear: both;
  margin: 12px 0 1px; }
.carselector li {
  margin: 0 0 4px; }
  .carselector li:last-child {
    margin: 0; }
@media screen and (min-width: 675px) {
  .carselector:not(.home-carselector) ol {
    margin-left: -10px; }
    .carselector:not(.home-carselector) ol li {
      float: left;
      width: 33.333333%;
      margin: 0;
      padding-left: 10px; } }
.carselector select {
  padding: 6px 25px 6px 28px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .carselector select::-ms-expand {
    display: none; }
  .carselector select[disabled][disabled] {
    color: #ccc; }
  .carselector select:focus, .carselector select:hover:not([disabled]) {
    -webkit-box-shadow: inset 0 1px 3px 0.5px #ddd;
    -moz-box-shadow: inset 0 1px 3px 0.5px #ddd;
    box-shadow: inset 0 1px 3px 0.5px #ddd; }
.carselector .popular, .carselector .popular option {
  background: #aedb7b; }
.carselector .select-wrapper {
  position: relative; }
  .carselector .select-wrapper label {
    position: absolute;
    left: 0;
    margin: 2px;
    top: 0;
    bottom: 0;
    width: 29px;
    text-align: center;
    color: #666;
    line-height: 29px;
    padding: 0;
    font-weight: 600;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all; }
    .carselector .select-wrapper label.js-focus {
      color: #330a80;
      font-weight: 700; }
  .carselector .select-wrapper:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    border: 4px transparent solid;
    border-bottom: none;
    border-top-color: #333;
    z-index: 1;
    margin-top: -2px;
    pointer-events: none; }
@media screen and (max-width: 585px) {
  .carselector header {
    float: none;
    width: auto;
    padding: 0;
    margin: 0; }
  .carselector .licenseplate-form {
    float: none;
    margin: 12px 0 0; } }

.carselector-form .js-loading > * {
  opacity: 1;
  visibility: visible; }
.carselector-form .js-loading label {
  opacity: 0; }
.carselector-form .js-loading:before {
  content: 'Laden...';
  position: absolute;
  top: 50%;
  left: 9px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: 0;
  z-index: 10; }
.carselector-form .js-loading:not(:required):before {
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #03ade0;
  -webkit-animation: ajax-spinner 0.6s linear infinite;
  animation: ajax-spinner 0.6s linear infinite; }

.licenseplate-form {
  float: right;
  margin: 6px 0; }
  .licenseplate-form ul {
    margin: 0;
    display: table-row; }
    .licenseplate-form ul li {
      margin: 0;
      display: table-cell;
      vertical-align: middle; }
  .licenseplate-form input[type=submit], .licenseplate-form button[type=submit] {
    display: block;
    min-height: 36px;
    line-height: 22px;
    margin-left: 10px; }
  .licenseplate-form.js-error .licenseplate input[type=text] {
    color: #ea0000; }

.licenseplate {
  background: #003399;
  border: 1px #000 solid;
  padding-left: 22px;
  position: relative;
  max-width: 165px;
  margin: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden; }
  .licenseplate:before, .licenseplate:after {
    position: absolute;
    text-align: center;
    left: 0;
    width: 22px; }
  .licenseplate:before {
    content: "D";
    top: 3px;
    color: #ffcc00; }
  .licenseplate:after {
    content: 's';
    color: #fff;
    bottom: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1; }
  .licenseplate ::-webkit-input-placeholder {
    color: #000; }
  .licenseplate :-moz-placeholder {
    color: #000; }
  .licenseplate ::-moz-placeholder {
    color: #000; }
  .licenseplate :-ms-input-placeholder {
    color: #000; }
  .licenseplate input[type=text] {
    background: #f6f6f6;
    text-shadow: 0 -2px #fff;
    border: none !important;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    padding: 3px 6px;
    line-height: 28px;
    letter-spacing: -0.5px;
    text-align: center;
    text-transform: uppercase; }
    .licenseplate input[type=text]:focus::-webkit-input-placeholder {
      color: #ccc; }
    .licenseplate input[type=text]:focus:-moz-placeholder {
      color: #ccc; }
    .licenseplate input[type=text]:focus::-moz-placeholder {
      color: #ccc; }
    .licenseplate input[type=text]:focus:-ms-input-placeholder {
      color: #ccc; }

.selected-car {
  margin: 0;
  position: relative;
  padding-left: 30px; }
  .selected-car:before {
    content: "I";
    font-size: 22px;
    position: absolute;
    top: -2px;
    left: 0; }

.js-carselector-clear {
  text-transform: lowercase;
  font-size: 13px; }
  .js-carselector-clear:hover, .js-carselector-clear:focus {
    text-decoration: underline; }

.olieinfo {
  margin: 8px 0 -4px;
  width: auto;
  font-size: 13px; }
  .olieinfo .js-infotip > i {
    font-size: 16px; }
  .olieinfo td, .olieinfo th {
    padding: 2px 10px;
    font-weight: normal;
    text-align: left; }
    .olieinfo td:first-child, .olieinfo td:first-of-type, .olieinfo th:first-child, .olieinfo th:first-of-type {
      padding-left: 0; }
  .olieinfo td:first-child {
    padding-left: 2px; }
  .olieinfo td:last-child {
    padding-right: 0;
    font-weight: 600; }

.oilselector-title {
  font-size: 20px;
  margin-bottom: -6px; }

#main-cart-carselector {
  display: none; }

body.disableScroll {
  margin: 0;
  height: 100%;
  overflow: hidden; }

#wpcarselector .select-wrapper input {
  background: #ffffff;
  padding: 8px 20px 8px 28px;
  font-size: 16px;
  border: 1px solid #dadada;
  width: 100%;
  cursor: pointer; }

.carselector-form .select-wrapper:after {
  transform: rotate(270deg); }

#wpcarselector.home-carselector-wrapper .wpcarselector-licens-plate .submitbutton {
  background-color: #ff9900; }

#wpcarselector .select-wrapper label {
  line-height: 30px; }

#wpcarselector .select-wrapper input:focus {
  outline: none;
  border: 1px solid #5200e5; }

#wpcarselector .select-wrapper.disabled input {
  pointer-events: none; }

#wpcarselector .select-wrapper label, #wpcarselector.home-carselector-wrapper .select-wrapper.disabled input::placeholder {
  color: #ddd; }

.mobile-carselector-select {
  display: block;
  padding: 20px; }

.mobile-carselector-modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: calc(-1 * 10%);
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  opacity: 0.8;
  z-index: 99999;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
  color: #424242; }

.mobile-carselector-modal.active {
  visibility: visible;
  opacity: 1;
  left: 0;
  transition: all 0.1s linear; }

#wpcarselector .mobile-carselect-header p {
  margin: auto; }

.mobile-carselector-modal .mobile-carselect-header {
  display: flex;
  border-bottom: 1px solid #ededed;
  height: 60px; }

.mobile-carselector-modal .mobile-carselect-header .left {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75px;
  background: orange;
  border-right: 1px solid #ededed;
  display: flex; }

.mobile-carselector-modal .mobile-carselect-header .left a {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  padding: 21px 30px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  line-height: 1; }

.mobile-carselector-modal .mobile-carselect-header .left a img {
  width: 12px !important;
  height: auto; }

.mobile-carselector-modal .mobile-carselect-header .center {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: calc(100% - 150px);
  display: flex; }

.mobile-carselector-modal .mobile-carselect-header .center p {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  padding: 10px;
  text-align: left;
  font-size: 20px;
  margin: 10px 20px;
  text-decoration: none;
  color: #000;
  font-weight: bold; }

.mobile-carselector-modal .mobile-carselect-header .right {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75px;
  display: flex;
  border-left: 1px solid #ededed; }

.mobile-carselector-modal .mobile-carselect-header .right a {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  margin: 10px 20px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  line-height: 1; }

.mobile-carselector-modal .mobile-carselector-content {
  padding: 20px;
  overflow-y: auto;
  height: calc(100vh - 60px); }

.mobile-carselector-modal .mobile-carselector-content b {
  font-size: 12px; }

.mobile-carselector-modal .mobile-carselector-content b.current-selection {
  display: block;
  font-size: 16px;
  margin-bottom: 10px; }

.mobile-carselector-modal .mobile-carselector-content .filter_box {
  position: relative;
  margin-bottom: 15px; }

.mobile-carselector-modal .mobile-carselector-content .filter_box:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url("/assets/img/search_carselect.png");
  background-size: cover;
  left: 15px;
  top: 15px; }

.mobile-carselector-modal .mobile-carselector-content .filter_box input {
  padding: 12.5px 22.5px 12.5px 50px;
  border: 1px solid #ededed;
  width: 100%; }

.mobile-carselector-modal .mobile-carselector-content .banner {
  background: #ededed;
  width: calc(100% + 40px);
  display: block;
  margin-left: -20px;
  padding: 12.5px 20px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase; }

.banner#banner_modelbouwjaar, .banner#banner_typemotor {
  background: #f6f6f6; }

.mobile-carselector-modal .mobile-carselector-content ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none; }

.mobile-carselector-modal .mobile-carselector-content ul.dummy {
  display: none; }

.mobile-carselector-modal .mobile-carselector-content ul li a {
  position: relative; }

.mobile-carselector-modal .mobile-carselector-content ul li:hover a:after, .mobile-carselector-modal .mobile-carselector-content ul li.active a:after {
  content: "";
  position: absolute;
  width: 15.75px;
  height: 11.8125px;
  background: url("/assets/img/check.png");
  background-size: cover;
  top: 15px;
  right: 0; }

.mobile-carselector-modal .mobile-carselector-content ul li a {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ededed;
  text-decoration: none;
  padding: 7.5px 0;
  color: #424242; }

.mobile-carselector-modal .mobile-carselector-content ul li a p {
  color: #424242; }

.mobile-carselector-modal #merk .mobile-carselector-content ul li a .left {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 40px; }

.mobile-carselector-modal #merk .mobile-carselector-content ul li a .left img {
  display: block;
  width: 100%; }

.mobile-carselector-modal #merk .mobile-carselector-content ul li a .right {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: calc(100% - 40px);
  padding: 0 0 0 10px;
  margin: auto 0; }

.mobile-carselector-modal #merk .mobile-carselector-content ul li a .right p {
  margin: 0;
  padding: 0; }

.mobile-carselector-modal #model .banner {
  display: flex; }

.mobile-carselector-modal #model .banner .left {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 60%; }

.mobile-carselector-modal #model .banner .right {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 40%; }

.mobile-carselector-modal #model .mobile-carselector-content ul li a .left {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: calc(60% - 10px);
  padding-right: 10px; }

.mobile-carselector-modal #model .mobile-carselector-content ul li a .left .title {
  display: block;
  color: #000;
  width: 100%;
  font-size: 14px; }

.mobile-carselector-modal #model .mobile-carselector-content ul li a .left .subtitle {
  display: block;
  color: #666;
  width: 100%;
  font-size: 14px; }

.mobile-carselector-modal #model .mobile-carselector-content ul li a .right {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: calc(40% - 10px); }

.mobile-carselector-modal #type .banner {
  display: flex; }

.mobile-carselector-modal #type .banner .left, .mobile-carselector-modal #type .banner .center, .mobile-carselector-modal #type .banner .right {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3%; }

.mobile-carselector-modal #type .mobile-carselector-content ul li a .left, .mobile-carselector-modal #type .mobile-carselector-content ul li a .center, .mobile-carselector-modal #type .mobile-carselector-content ul li a .right {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: calc(33.3% - 5px);
  padding: 0 12.5px 0 0; }

.mobile-carselector-modal #type .mobile-carselector-content ul li a .right {
  padding-right: 0; }

.mobile-carselector-modal #type .mobile-carselector-content ul li a .left {
  position: relative;
  overflow: hidden; }

.mobile-carselector-modal #type .mobile-carselector-content ul li a .left:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  right: 0;
  bottom: 0;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+80,ffffff+100&0+80,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 70%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 70%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 70%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */ }

.mobile-carselector-modal #type .mobile-carselector-content ul li a .left .title {
  display: block;
  color: #000;
  width: 100%;
  font-size: 14px; }

.mobile-carselector-modal #type .mobile-carselector-content ul li a .left .subtitle {
  display: block;
  color: #666;
  width: 100%;
  font-size: 14px; }

#model, #type, #merk {
  display: none; }

#model.active, #type.active, #merk.active {
  display: block; }

.loading_please_wait {
  display: none; }

.mobile-carselector-step.loading ~ .loading_wrap {
  display: flex;
  flex-direction: column;
  z-index: 999999999;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute; }

.mobile-carselector-step.loading ~ .loading_wrap .loading_please_wait {
  display: block;
  margin: auto; }

.mobile-carselector-step.loading ~ .loading_wrap .loading_please_wait p {
  color: #424242;
  max-width: 80%;
  text-align: center;
  margin: auto !important; }

.spinner {
  display: block;
  width: 75px;
  height: 75px;
  position: relative;
  margin: auto; }

.spinner .icon {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background: url('/assets/img/spinner.png');
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  animation: lds-dual-ring 1s linear infinite; }

@media screen and (min-width: 768px) {
  #wpcarselector.home-carselector-wrapper .mobile-carselector-modal#merk-actief {
    top: 160px; }
  #wpcarselector.home-carselector-wrapper .mobile-carselector-modal#model-actief {
    top: 200px; }
  #wpcarselector.home-carselector-wrapper .mobile-carselector-modal#type-actief {
    top: 240px; }
  #wpcarselector:not(.home-carselector-wrapper) .mobile-carselector-modal#merk-actief {
    left: 0;
    width: 50%;
    max-width: 380px; }
  #wpcarselector:not(.home-carselector-wrapper) .mobile-carselector-modal#model-actief {
    left: 33.3%;
    width: 50%;
    max-width: 380px; }
  #wpcarselector:not(.home-carselector-wrapper) .mobile-carselector-modal#type-actief {
    left: auto;
    right: 0;
    width: 50%;
    max-width: 380px; }
  .mobile-carselect-header {
    display: none !important; }
  .mobile-carselector-modal {
    position: absolute;
    height: 50vh;
    width: 30%; }
  #wpcarselector.home-carselector-wrapper .mobile-carselector-modal.active {
    width: 100%;
    overflow: hidden;
    top: 100%; }
  #wpcarselector:not(.home-carselector-wrapper) .mobile-carselector-modal.active {
    width: 33.3%;
    overflow-y: scroll;
    top: 100%; }
  #model, #type, #merk {
    height: 50vh; }
  .mobile-carselector-modal .mobile-carselector-content {
    overflow-y: visible !important;
    height: auto;
    max-height: calc(100vh - 60px); } }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Filter bar */
.filter-bar {
  background-color: #330a80;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 12px 14px;
  margin: 1px 0 12px;
  font-size: 13px; }
  .filter-bar label, .filter-bar a {
    color: inherit !important; }

@media (min-width: 560px) {
  .filter-bar-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap; } }
.filter-bar-wrapper ul {
  margin: 0;
  color: #fff;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-grow: 1; }
@media (min-width: 560px) {
  .filter-bar-wrapper ul {
    flex-direction: row;
    margin: 0 8px -12px -12px; } }
.filter-bar-wrapper li {
  margin-bottom: 6px !important;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center; }
@media (max-width: 559px) {
  .filter-bar-wrapper li label {
    flex-basis: 100px; }
  .filter-bar-wrapper li .select-wrapper {
    flex-grow: 1; } }
@media (min-width: 560px) {
  .filter-bar-wrapper li {
    width: 50%;
    padding: 0 8px 0 12px;
    margin-bottom: 12px !important;
    min-width: 190px; } }
@media (min-width: 992px) {
  .filter-bar-wrapper li {
    width: 33.3333%; } }
.filter-bar-wrapper .select-wrapper {
  flex-basis: 55%;
  position: relative; }
  .filter-bar-wrapper .select-wrapper.js-loading-active:before {
    display: none; }
  .filter-bar-wrapper .select-wrapper.js-loading-wrapper.js-loading-active:after {
    right: 6px;
    width: 18px;
    height: 18px;
    text-align: center; }
.filter-bar-wrapper label {
  position: relative;
  margin: 0;
  font-weight: normal;
  padding-right: 8px;
  flex-basis: 45%; }
  .filter-bar-wrapper label.has-tooltip {
    padding-right: 28px; }
.filter-bar-wrapper option.js-disabled {
  color: #808080; }

.filter-bar-btns {
  opacity: 0;
  visibility: hidden;
  text-align: right; }
@media (max-width: 559px) {
  .filter-bar-btns br {
    display: none; } }
@media (min-width: 560px) {
  .filter-bar-btns {
    margin: -2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center; } }
.filter-bar-btns a {
  text-transform: lowercase;
  font-size: 11px;
  line-height: 1.25;
  color: #fff; }
  .filter-bar-btns a:hover, .filter-bar-btns a:active {
    text-decoration: underline; }

.js-options-selected .filter-bar-btns {
  opacity: 1;
  visibility: visible; }

div.pagination {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 20px; }
  div.pagination a.pagebtn {
    margin-right: 5px;
    border-radius: 2px;
    min-width: 28px;
    min-height: 36px;
    font-weight: bold;
    text-align: center;
    vertical-align: center;
    color: #FFFFFF;
    line-height: 20px;
    font-family: 'OpenSansSemiBold', sans-serif; }
    div.pagination a.pagebtn:not(.selected) {
      background: #cccccc; }
      div.pagination a.pagebtn:not(.selected):hover {
        background: #424242; }
    div.pagination a.pagebtn.selected {
      background: #5200e5; }
      div.pagination a.pagebtn.selected:hover {
        background: #4000b2; }
  div.pagination span.dots {
    display: inline-block;
    color: #424242;
    vertical-align: center;
    margin-right: 3px;
    font-weight: bold; }

/*
 * 1. 'Meerdere tabjes' zoals op productdetail 
 * 2. 'Switch' tabjes (2tabjes wissel dmv input:radio)
 * 
 */
.tabs-nav, .switch-tabs {
  text-transform: uppercase;
  font-size: 13px;
  text-align: center; }
  .tabs-nav a, .tabs-nav label, .switch-tabs a, .switch-tabs label {
    display: block;
    position: relative;
    color: #2b2b2b;
    padding: 10px 6px;
    margin: 0; }

/* 1. 'Meerdere tabjes' zoals op productdetail
------------------------------------------------------------------*/
.tabs {
  border-left: 1px #eee solid; }
  .tabs .tabs-content {
    margin-left: -1px; }

.tabs-content > li:before {
  display: block;
  content: " ";
  margin-top: -136px;
  height: 136px;
  visibility: hidden; }

.tabs-nav, .js-co-klantstatus {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  min-height: 48px;
  background-color: #eee;
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
  padding: 1px 1px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0; }
  .tabs-nav li, .js-co-klantstatus li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    z-index: 1; }
    .tabs-nav li:not(:first-child), .js-co-klantstatus li:not(:first-child) {
      border-left: 1px #fff solid; }
  .tabs-nav a, .js-co-klantstatus a {
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 28px;
    min-height: 48px;
    padding: 10px 8px;
    outline: 0;
    -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    /*
		&:after {
			content: '';
			background: $cPurple;
			height: 2px;
			position: absolute;
			width: 100%;
			left: 0;
			bottom: 0;

			@include transition(all 0.25s ease 0s);
			@include transform(scale(0));
		}
		*/ }
  .tabs-nav :not(.active) > a, .js-co-klantstatus :not(.active) > a {
    /*
		&:hover,
		&:focus {
			&:after {
				@include transform(scale(1));
			}
		}
		*/ }
    .tabs-nav :not(.active) > a:focus:not(:hover), .js-co-klantstatus :not(.active) > a:focus:not(:hover) {
      background-color: #9e9e9e;
      background-color: rgba(158, 158, 158, 0.1); }
    .tabs-nav :not(.active) > a:active, .js-co-klantstatus :not(.active) > a:active {
      background-color: #9e9e9e;
      background-color: rgba(158, 158, 158, 0.15); }
    .tabs-nav :not(.active) > a:hover, .js-co-klantstatus :not(.active) > a:hover {
      color: #330a80; }
  .tabs-nav :checked + label, .tabs-nav .active > a, .js-co-klantstatus :checked + label, .js-co-klantstatus .active > a {
    cursor: default;
    color: #330a80;
    background-color: #fff; }
    .tabs-nav :checked + label:after, .tabs-nav .active > a:after, .js-co-klantstatus :checked + label:after, .js-co-klantstatus .active > a:after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

.js-co-klantstatus {
  padding: 0;
  border: 1px #cce8f6 solid;
  border-width: 1px 1px 0 1px;
  background-color: rgba(82, 0, 229, 0.1); }
  .js-co-klantstatus label:after {
    display: none !important; }
  .js-co-klantstatus input:focus:not(:active) + label {
    background-color: #fff !important; }
  .js-co-klantstatus + .js-tabs-content {
    border-top: none; }

.js-tabs-content {
  border: 1px #eee solid;
  padding: 16px 12px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px; }
  .tabs-nav + .js-tabs-content {
    border-top: none; }
  .js-tabs-content > li:not(.active):not(.always-active) {
    display: none; }
  @media screen and (min-width: 992px) {
    .js-tabs-content {
      padding: 20px 16px; } }

/* 2. 'Switch' tabjes (2tabjes wissel dmv input:radio)
------------------------------------------------------------------*/
.switch-tabs {
  overflow: hidden; }
  .switch-tabs li {
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative; }
  .switch-tabs input {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 110%;
    margin: auto 0;
    opacity: 0;
    height: 1px;
    width: 1px;
    pointer-events: none; }
    .switch-tabs input:focus:not(:active) + label {
      background-color: #F6F6F6;
      background-color: rgba(158, 158, 158, 0.1); }
    .switch-tabs input:active:not(:checked) + label {
      background-color: #F1F1F1;
      background-color: rgba(158, 158, 158, 0.15); }
  .switch-tabs li:first-child label:after {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%; }
  .switch-tabs li:last-child label:after {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%; }
  .switch-tabs label {
    line-height: 28px;
    min-height: 48px;
    cursor: pointer;
    -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .switch-tabs label:hover {
      color: #2b2b2b; }
    .switch-tabs label:before {
      font-size: 24px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 12px;
      position: relative;
      top: -1px; }
    .switch-tabs label:after {
      content: '';
      background: #330a80;
      height: 2px;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      -webkit-transition: 0.25s ease;
      transition: 0.25s ease;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
  .switch-tabs :checked + label {
    color: #330a80;
    cursor: default;
    font-weight: 600; }
    .switch-tabs :checked + label:after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .switch-tabs :not(:checked) + label .login-btn {
    top: -1px; }

.logged-in #step1 .js-m-step-trigger {
  margin-bottom: 0; }

.logged-in #step1 .js-m-step-trigger + div .form-well, .switch-tabs + .form-well {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
  padding-top: 20px;
  padding-bottom: 20px; }

.rating {
  margin: 5px 0;
  line-height: 18px; }
  .rating > span {
    vertical-align: middle;
    line-height: 18px; }

.stars:before, .stars span:before {
  content: "EEEEE"; }

.stars {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  margin-right: 6px;
  margin-left: -1px;
  position: relative;
  letter-spacing: 0;
  font-size: 14px; }
  .stars:before {
    color: #e0e0e0; }
  .stars span {
    overflow: hidden;
    background: #fff;
    color: #e7711b;
    position: absolute;
    z-index: 2;
    left: 0; }

.meebestel-title {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 13px; }

.meebesteltip {
  text-align: left;
  background-color: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 9px 12px 10px;
  max-width: 480px;
  margin: 0 auto 12px; }
  .meebesteltip a {
    display: inline-block;
    color: inherit; }
    .meebesteltip a:hover h3, .meebesteltip a:focus h3 {
      color: #330a80; }
  .meebesteltip h3 {
    font-size: 15px;
    line-height: 1.375;
    margin: -2px 0 1px; }
  .meebesteltip img:not([itemprop=logo]) {
    float: left;
    margin: 0 10px 0 0;
    max-width: 30%; }
  .meebesteltip .more-info {
    color: #330a80;
    font-size: 13px; }
    .meebesteltip .more-info:hover {
      text-decoration: underline; }
  .meebesteltip .to-cart {
    margin-top: 16px;
    display: flex; }
    .meebesteltip .to-cart > li {
      vertical-align: middle;
      flex: 1; }
      .meebesteltip .to-cart > li:first-child {
        padding: 8px 0; }
    .meebesteltip .to-cart select {
      min-width: 48px;
      padding: 0; }
    .meebesteltip .to-cart button {
      min-width: 60px; }
    .meebesteltip .to-cart .aantal-col {
      width: 60px; }
    .meebesteltip .to-cart .brand-logo {
      width: 48px; }
  @media screen and (max-width: 992px) {
    .meebesteltip .to-cart {
      margin-top: 16px;
      display: flex;
      width: 100%; }
      .meebesteltip .to-cart > li {
        vertical-align: middle;
        flex: 1; }
        .meebesteltip .to-cart > li:first-child {
          padding: 8px 0; }
    .meebesteltip select {
      padding: 4px; }
    .meebesteltip button, .meebesteltip .btn, .meebesteltip .back-btn, .meebesteltip div.pagination a.pagebtn, div.pagination .meebesteltip a.pagebtn, .meebesteltip .switch-tabs :not(:checked) + label .login-btn, .switch-tabs :not(:checked) + label .meebesteltip .login-btn {
      min-height: 31px;
      text-transform: none;
      padding: 5px; }
    .meebesteltip button {
      margin-left: 4px; }
    .meebesteltip .btn, .meebesteltip .back-btn, .meebesteltip div.pagination a.pagebtn, div.pagination .meebesteltip a.pagebtn, .meebesteltip .switch-tabs :not(:checked) + label .login-btn, .switch-tabs :not(:checked) + label .meebesteltip .login-btn {
      line-height: 21px; }
    .meebesteltip .price {
      font-weight: 600;
      font-size: 15px;
      letter-spacing: -0.2px; } }
  .meebesteltip button, .meebesteltip .btn, .meebesteltip .back-btn, .meebesteltip div.pagination a.pagebtn, div.pagination .meebesteltip a.pagebtn, .meebesteltip .switch-tabs :not(:checked) + label .login-btn, .switch-tabs :not(:checked) + label .meebesteltip .login-btn {
    min-height: 31px;
    text-transform: none;
    padding: 5px; }
  .meebesteltip button {
    margin-left: 4px; }
  .meebesteltip .btn, .meebesteltip .back-btn, .meebesteltip div.pagination a.pagebtn, div.pagination .meebesteltip a.pagebtn, .meebesteltip .switch-tabs :not(:checked) + label .login-btn, .switch-tabs :not(:checked) + label .meebesteltip .login-btn {
    line-height: 21px; }
  .meebesteltip .price {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.2px; }

ul.meebesteltips {
  overflow: hidden;
  margin: 0 -6px; }
  ul.meebesteltips .meebesteltip {
    max-width: 420px; }
  ul.meebesteltips > li {
    padding: 0 6px; }
  @media screen and (min-width: 651px) {
    ul.meebesteltips > li {
      float: right;
      width: 50%; } }
@media screen and (min-width: 768px) {
  ul.meebesteltips > li {
    width: 33.333333%; } }
@media screen and (min-width: 651px) {
  ul.meebesteltips {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    ul.meebesteltips > li {
      display: flex; }
    ul.meebesteltips .meebesteltip {
      display: flex;
      flex-direction: column;
      width: 100%;
      display: flex;
      flex-direction: column; }
    ul.meebesteltips form {
      margin-top: auto; } }

/* Status/vragen tabje: */
@media (max-width: 991px) {
  .status-table thead {
    display: none !important; }
  .status-table table, .status-table tbody, .status-table tr, .status-table td {
    display: block;
    border: none; }
  .status-table tr {
    padding: 10px;
    border: 1px solid #ececec; }
    .status-table tr:not(:last-child) {
      margin-bottom: 12px; }
  .status-table td {
    border-right: none;
    padding: 0; }
  .status-table .cell-datum, .status-table .cell-status {
    display: inline-block; }
  .status-table .cell-datum {
    font-style: italic; }
    .status-table .cell-datum:after {
      content: ' -';
      margin: 0 3px; }
  .status-table .no-txt .cell-naam, .status-table .no-txt .cell-txt {
    display: none !important; }
  .status-table .cell-naam {
    border-top: 1px #eee solid;
    margin-top: 7px;
    padding-top: 6px;
    font-weight: 600; }
    .status-table .cell-naam:after {
      content: ':'; } }

/* MIJN RETOUREN */
/*
.retourscherm .btn { font-size:14px; width:auto !important; }
.retourscherm .btn.fleft { background:#cecece; float:left !important; }
.retourscherm .btn.fright { float:right !important; }
.retourscherm .js-retour-step-back.fleft { float:left !important; }
.retourscherm .btn.fleft:hover,
.retourscherm .btn.fleft:active { background: #bbb; }
.retourscherm .btn.orange:after,
.retourscherm .btn.orange span { position:relative;top:-1px; }
*/
.retourscherm .select-btn {
  display: inline;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  margin: 0 !important;
  color: #5200e5; }

.retour-table {
  border: none;
  margin-bottom: 0;
  /*
	tbody {
		tr { border-bottom: none; }
		td, th { vertical-align: top; }
	}
	*/ }
  .retour-table .tright {
    text-align: right; }
    .retour-table .prod-details h4 {
      font-size: 14px;
      margin: 0;
      line-height: 1.3; }
    .retour-table .prod-details span {
      color: #888; }
  .retour-table input {
    vertical-align: middle; }
  .retour-table select {
    margin-top: -3px; }
  .retour-table .prod-details-holder {
    position: relative;
    min-height: 54px;
    margin: -4px 0;
    padding: 4px 0 4px 62px; }
    .retour-table .prod-details-holder img {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 54px;
      max-height: 54px; }
  .retour-table input[type=checkbox] {
    zoom: 1.75; }
  @supports not (zoom:1.75) {
    .retour-table input[type=checkbox] {
      -webkit-transform: scale(1.75);
      -ms-transform: scale(1.75);
      transform: scale(1.75);
      margin: 15px;
      zoom: 0; } }

.retourscherm .step-header h2 span:after {
  content: '.'; }
@media (min-width: 768px) {
  .retourscherm .step-header {
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
    background-color: #f5f5f5;
    margin-bottom: 16px;
    padding: 6px 16px 4px 12px; }
    .retourscherm .step-header h2, .retourscherm .step-header p {
      margin: 0; }
    .retourscherm .step-header h2 {
      float: left;
      font-size: 14px; }
    .retourscherm .step-header p {
      float: right;
      margin: 4px 0 6px; }
    .retourscherm .step-header .js-m-step-trigger {
      font-weight: inherit;
      border: none;
      padding: 0;
      font-weight: 600; } }
.retourscherm .step-content {
  padding: 14px 12px;
  border: 1px #ececec solid;
  margin: 0 0 12px;
  border-top: none; }

.retour-conditions li {
  position: relative;
  padding: 1px 0 1px 22px;
  margin-bottom: 1px; }
  .retour-conditions li:before {
    font-size: 18px;
    position: absolute;
    left: 1px;
    top: 1px;
    color: #008000; }

.m-prod-datum {
  width: 145px; }

.retour-stap .js-step-target {
  display: none; }
.retour-stap.js-active .js-step-target {
  display: block; }
@media (min-width: 768px) {
  .retour-stap {
    overflow: hidden;
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .retour-stap .step-target {
    padding-bottom: 20px; } }

.retour-container .step-header {
  cursor: pointer;
  margin: 0; }

.js-disabled .step-header {
  opacity: 0.45;
  cursor: not-allowed; }

@media (max-width: 575px) {
  .retour-table, .retour-table tbody, .retour-table tr {
    display: block; }
  .retour-table thead {
    display: none; }
  .retour-table tbody tr {
    padding: 10px;
    border: 1px solid #ececec;
    margin-top: 10px; }
  .retour-table th, .retour-table td {
    display: inline-block;
    padding: 0;
    border: none; }
    .retour-table th:first-child, .retour-table td:first-child {
      padding-left: 0; }
  .retour-table .prod-details-holder {
    margin: 0; }
  .retour-table .m-retour, .retour-table .m-prod-aantal, .retour-table .m-prod-datum, .retour-table .prod-details, .retour-table .m-btn, .retour-table .m-nummer {
    display: block;
    text-align: left !important;
    width: auto; }
  .retourscherm .js-loader-target {
    min-height: 36px; }
  .m-nummer:before {
    content: attr(data-m-label);
    font-family: 'OpenSansSemiBold', sans-serif; }
  .m-datum {
    font-style: italic; }
  .m-datum:after {
    content: ' -';
    margin: 0 3px; }
  .retour-table .m-btn {
    text-align: left;
    margin-top: 2px; }
  .retour-table .m-btn .tright {
    text-align: left; }
  .m-prod-datum {
    font-size: 12px; }
  .m-prod-datum:before, .m-prod-aantal:before, .m-retour:before {
    content: attr(data-m-label); }
  .retour-table .prod-details {
    padding: 6px 0 !important;
    margin: 4px 0;
    border: 1px #ececec dotted !important;
    border-width: 1px 0 !important; }
  .m-retour {
    margin: 6px 0; }
  .m-retour:before {
    margin-right: 5px; }
  .m-prod-aantal {
    margin-top: 2px;
    text-indent: 0 !important; }
  .m-prod-aantal select {
    margin-top: 0;
    display: inline-block;
    width: auto;
    min-width: 80px;
    margin-left: 4px; } }

/* header met PDF
.retour-pdf-link a {
	background: url(/interface/images/doc-icon-pdf.png) no-repeat 0 0;
	padding-left: 30px;
	min-height: 24px;
	display: inline-block;
	padding-top: 4px;
	font-size: 12px;
	color: #222;
}

.retour-aanmaken-header { margin-bottom:16px; overflow:hidden; }
.retour-aanmaken-header h1 { margin-bottom:2px; }

@media (min-width: 576px) {
	.retour-aanmaken-header h1 { float:left; }
	.retour-aanmaken-header .retour-pdf-link { float:right; margin:10px 2px 0 0; }
}
*/
.header-container .overlay {
  cursor: pointer; }
  .header-container .overlay .closeCart {
    float: left;
    padding: 10px;
    margin-top: 90px;
    color: #fff;
    cursor: pointer; }

#header-left #logo, .js-rotate-usps .js-acc-menu {
  display: none; }

#translate {
  display: none; }

.mobile-logo {
  display: block;
  float: left;
  margin: 6px 10px 6px 55px; }

.navbackground {
  position: fixed; }

.topnavigation {
  padding: 0; }

.topmenuwrapper button {
  background: #f5f5f5; }

#topmenu {
  display: block;
  float: right; }

.my-account-mobile.logged-in img {
  top: 15%; }

.topmenuwrapper button {
  height: 45px; }

#topmenu .mobile-icon {
  position: unset;
  border-left: 1px dotted #e2e2e2; }
  #topmenu .mobile-icon.cart {
    min-width: 75px; }
#topmenu .mobile-icon > a, #topmenu .my-account-mobile {
  height: 44px;
  min-width: 44px;
  position: relative; }
#topmenu .mobile-icon.searchTrigger:before {
  font-family: "winparts" !important;
  content: "t";
  font-size: 22px;
  text-align: center;
  line-height: 22px;
  position: absolute;
  left: 25%;
  top: 25%; }
#topmenu > ul > li.faq-desktop:not(#translate) {
  display: none; }
#topmenu > ul > li:not(#translate) {
  display: block;
  float: left;
  margin-left: -1px; }
  #topmenu > ul > li:not(#translate) > a {
    display: block;
    line-height: 22px;
    padding: 21px; }
    #topmenu > ul > li:not(#translate) > a.my-account-mobile {
      display: block;
      border-left: 1px dotted #e2e2e2; }
      #topmenu > ul > li:not(#translate) > a.my-account-mobile img {
        position: absolute;
        top: 25%;
        left: 25%;
        width: 50%; }
      #topmenu > ul > li:not(#translate) > a.my-account-mobile:after {
        content: ""; }
    #topmenu > ul > li:not(#translate) > a.logged-in img {
      top: 15%; }
    #topmenu > ul > li:not(#translate) > a.my-account-desktop {
      display: none; }
  #topmenu > ul > li:not(#translate) .has-children ul {
    margin-top: 0; }

#topmenu .usps, #bluemenu, .CancelSearchMobile, .searchTrigger {
  display: none !important; }

@media screen and (max-width: 992px) {
  #page-checkout .mobile-logo {
    margin: 8px 10px; }
    .dl-trigger .desktop-title {
      display: none; }
    .dl-trigger .mobile-title {
      display: block; }
    .dl-trigger p {
      color: #000; }
  .header-container .overlay {
    display: none; }
    .header-container .overlay.active {
      position: fixed;
      background-color: rgba(0, 0, 0, 0.5);
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: -1; }
  #topmenu > ul > li:not(#translate) {
    height: 45px; }
  .minicart-trigger, .minicart-trigger:hover, .minicart-trigger:focus:not(:active):not(:hover), .minicart-trigger:active {
    background: transparent;
    color: #000; }
  .minicart-trigger div {
    height: unset;
    padding: 4px 10px 0px 45px; }
    .minicart-trigger div:before {
      left: 22px; }
    .minicart-trigger div .count {
      background: #f90;
      padding: 0 5px;
      color: #fff;
      border-radius: 2px;
      margin: 0;
      line-height: 35px; }
  #topbar {
    margin: 0; }
  .mobile-icon {
    color: #000; }
  .mobile-logo {
    margin-left: 110px; }
  #pageheader {
    padding-bottom: 37px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2; }
  .header-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 46px;
    border-bottom: 1px solid #e2e2e2; }
  #pageheader .inner {
    padding: 0; }
  .search-cart-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    margin: 0;
    border-width: 0 0 1px; }
  .CancelSearchMobile {
    display: block;
    float: left;
    padding: 4px;
    font-size: 25px; }
  body:not(#page-cart):not(#page-checkout) {
    padding-top: 48px; }
  .search-bar {
    position: absolute;
    padding: 0 5px 5px 5px;
    height: 40px;
    left: 0;
    right: 0;
    top: 45px;
    background: #f5f5f5;
    z-index: 1; }
  #mini-cart {
    margin: 0; }
    #mini-cart.js-minicart-active .minicart-content {
      display: block;
      -webkit-animation: slideIn 1s forwards;
      animation: slideIn 1s forwards;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      /* overflow: hidden; */ }
    #mini-cart .minicart-content {
      display: none;
      position: fixed;
      right: -360px;
      top: 0;
      width: 90%;
      max-width: 380px;
      height: 100vh;
      z-index: 9999999;
      background: #fff;
      margin: 0 -1px 0 0;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      opacity: 1;
      visibility: initial;
      border: 5px #ececec solid;
      -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 1px -2px rgba(0, 0, 0, 0.15);
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 1px -2px rgba(0, 0, 0, 0.15);
      transition: unset; }
      #mini-cart .minicart-content.js-minicart-active {
        -webkit-animation: slideOut 1s forwards;
        animation: slideOut 1s forwards; }
      #mini-cart .minicart-content.minicart-content.animate-out {
        -webkit-animation: slideOut 1s forwards;
        animation: slideOut 1s forwards; }
  .mobile-icon.cart {
    border-right: 0; }

  @-webkit-keyframes slideIn {
    100% {
      right: 0; } }
  @-webkit-keyframes slideOut {
    0% {
      right: 0; }
    100% {
      right: -360px; } }
  @keyframes slideIn {
    100% {
      right: 0; } }
  @keyframes slideOut {
    0% {
      right: 0; }
    100% {
      right: -360px; } } }
@media screen and (max-width: 490px) {
  .mobile-logo {
    height: 28px; } }

@media screen and (max-width: 361px) {
  .mobile-logo {
    height: auto;
    width: 80px;
    padding: 5px 0; } }

#page-cart #topmenu.mobilemenu > ul .searchTrigger {
  display: none; }
#page-cart #topmenu.mobilemenu > ul .cart {
  display: none; }

#page-checkout #topmenu.mobilemenu > ul .searchTrigger {
  display: none; }

@media screen and (min-width: 992px) {
  .dl-trigger .mobile-title {
    display: none; }
  .dl-trigger .desktop-title {
    display: block; }
  .header-container .overlay {
    display: none; }
  #header-left #logo, .js-rotate-usps .js-acc-menu, #bluemenu {
    display: block !important; }
  #topmenu {
    padding-right: 40px; }
    #topmenu.mobilemenu {
      display: none; }
      #topmenu > ul li:not(#translate) > a {
        line-height: initial;
        padding: 8px 7px 9px; }
        #topmenu > ul li:not(#translate) > a.my-account-desktop {
          display: block; }
        #topmenu > ul li:not(#translate) > a.my-account-mobile {
          display: none; }
      #topmenu > ul > li.faq-desktop:not(#translate) {
        display: block; }
  #translate {
    display: block; }
  .mobile-logo {
    display: none; }
  .navbackground {
    position: absolute; }
  #topbar {
    position: unset; }
  #header-left #logo, .js-rotate-usps, .js-acc-menu {
    display: block; } }

/* Miscellaneous
------------------------------------------------------------------*/
.debug-pre {
  border: 1px #aaeeff solid;
  padding: 12px 16px;
  box-shadow: 0 0 6px rgba(100, 100, 100, 0.25) inset;
  background: #fefefe;
  font-size: 12px;
  letter-spacing: -0.25px; }

/* Import media queries + print styles
------------------------------------------------------------------*/
/*
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * http://www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  /*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */
  /*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */
  /* 
	 *
	 * Te verbergen elementen:
	 *
	 */
    *, *:before, *:after {
      background: transparent !important;
      color: #000 !important;
      /* Black prints faster:
															 http://www.sanbeiji.com/archives/953 */
      box-shadow: none !important;
      text-shadow: none !important; }
    a, a:visited {
      text-decoration: underline; }
    abbr[title]:after {
      content: " (" attr(title) ")"; }
    a[href^="#"]:after, a[href^="javascript:"]:after {
      content: ""; }
    pre, blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    thead {
      display: table-header-group; }
    tr, img {
      page-break-inside: avoid; }
    img {
      max-width: 100% !important; }
    p, h2, h3 {
      orphans: 3;
      widows: 3; }
    h2, h3 {
      page-break-after: avoid; }
    #topbar, #bluemenu {
      display: none !important; } }

@media screen and (min-width: 992px) {
  .product-tabs-wrapper {
    padding-top: 42px;
    background: url(/assets/img/meer-info-eu.png) no-repeat 88px 0; } }

#filterForm {
  padding-top: 36px;
  background: url(/assets/img/filters-toepassen-eu.png) no-repeat 28px 0; }

.home-paymentmethods {
  display: block;
  max-width: 60%;
  margin: 10px auto; }
