@charset "UTF-8";
/**
 * Algemeen scss bestand die alle benodigde files bij elkaar brengt
 */
/* Variables
   ========================================================================== */
/* ==========================================================================
   $VARIABLES
   ========================================================================== */
/*
 * Quickname variabelen maken op basis van de _phpvariables.scss
 */
/*
 * Afmetingen globals
 */
/*
 * Kleuren
 */
/*
 * Button kleuren
 */
/*
 * Nav Menu links
 */
/*
 * Productlijst
 */
/* Externals: resets & defaults
   ========================================================================== */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, reset/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, reset/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 30, reset/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 */
/* line 50, reset/_normalize.scss */
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.
 */
/* line 63, reset/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 85, reset/_normalize.scss */
a {
  background: transparent;
}

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

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

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 122, reset/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 131, reset/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 140, reset/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 149, reset/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 165, reset/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 169, reset/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 180, reset/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 188, reset/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 199, reset/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 207, reset/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 217, reset/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 225, reset/_normalize.scss */
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 5, and Chrome.
 */
/* line 248, reset/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
/* line 262, reset/_normalize.scss */
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+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
/* line 273, reset/_normalize.scss */
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.
 */
/* line 286, reset/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 307, reset/_normalize.scss */
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.
 */
/* line 318, reset/_normalize.scss */
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.
 */
/* line 330, reset/_normalize.scss */
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`.
 */
/* line 342, reset/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 353, reset/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-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).
 */
/* line 366, reset/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 375, reset/_normalize.scss */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 386, reset/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
/* line 395, reset/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 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.
 */
/* line 404, reset/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 415, reset/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 420, reset/_normalize.scss */
td,
th {
  padding: 0;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, reset/_defaults.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 20, reset/_defaults.scss */
input,
textarea {
  color: #666;
  padding: 5px 10px;
  background: #f2f2f2;
  border: 1px solid #e0e0e0;
  color: #666;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 29, reset/_defaults.scss */
select {
  color: #666;
  padding: 5px 5px 5px 10px;
  background: #f2f2f2;
  border: 1px solid #e0e0e0;
  color: #666;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 38, reset/_defaults.scss */
.container input, .container textarea, .container select,
.footer input, .footer textarea, .footer select,
.footerbottom input, .footerbottom textarea, .footerbottom select {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 45, reset/_defaults.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 56, reset/_defaults.scss */
::-moz-selection {
  background: #e0e0e0;
  text-shadow: none;
  color: #666;
}

/* line 62, reset/_defaults.scss */
::selection {
  background: #e0e0e0;
  text-shadow: none;
  color: #666;
}

/*
 * A better looking default horizontal rule
 */
/* line 72, reset/_defaults.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 85, reset/_defaults.scss */
img {
  vertical-align: middle;
  max-width: 100%;
}

/*
 * Remove default fieldset styles.
 */
/* line 94, reset/_defaults.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 104, reset/_defaults.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 112, reset/_defaults.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* 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.
 */
/* Image fonts
   ========================================================================== */
@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello/fontello.eot?51499549");
  src: url("fonts/fontello/fontello.eot?51499549#iefix") format("embedded-opentype"), url("fonts/fontello/fontello.woff2?51499549") format("woff2"), url("fonts/fontello/fontello.woff?51499549") format("woff"), url("fonts/fontello/fontello.ttf?51499549") format("truetype"), url("fonts/fontello/fontello.svg?51499549#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('fonts/fontello/fontello.svg?60471505#fontello') format('svg');
  }
}
*/
/* line 24, fonts/_fontello.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 59, fonts/_fontello.scss */
.icon-basket:before {
  content: '\e800';
}

/* '' */
/* line 60, fonts/_fontello.scss */
.icon-up-open:before {
  content: '\e801';
}

/* '' */
/* line 61, fonts/_fontello.scss */
.icon-home:before {
  content: '\e802';
}

/* '' */
/* line 62, fonts/_fontello.scss */
.icon-menu:before {
  content: '\e803';
}

/* '' */
/* line 63, fonts/_fontello.scss */
.icon-twitter:before {
  content: '\e804';
}

/* '' */
/* line 64, fonts/_fontello.scss */
.icon-pinterest-circled:before {
  content: '\e805';
}

/* '' */
/* line 65, fonts/_fontello.scss */
.icon-gplus:before {
  content: '\e806';
}

/* '' */
/* line 66, fonts/_fontello.scss */
.icon-facebook:before {
  content: '\e807';
}

/* '' */
/* line 67, fonts/_fontello.scss */
.icon-skype:before {
  content: '\e808';
}

/* '' */
/* line 68, fonts/_fontello.scss */
.icon-youtube:before {
  content: '\e809';
}

/* '' */
/* line 69, fonts/_fontello.scss */
.icon-facebook-squared:before {
  content: '\e80a';
}

/* '' */
/* line 70, fonts/_fontello.scss */
.icon-gplus-squared:before {
  content: '\e80b';
}

/* '' */
/* line 71, fonts/_fontello.scss */
.icon-twitter-squared:before {
  content: '\e80c';
}

/* '' */
/* line 72, fonts/_fontello.scss */
.icon-tumblr-squared:before {
  content: '\e80d';
}

/* '' */
/* line 73, fonts/_fontello.scss */
.icon-tumblr:before {
  content: '\e80e';
}

/* '' */
/* line 74, fonts/_fontello.scss */
.icon-youtube-squared:before {
  content: '\e80f';
}

/* '' */
/* line 75, fonts/_fontello.scss */
.icon-youtube-play:before {
  content: '\e810';
}

/* '' */
/* line 76, fonts/_fontello.scss */
.icon-pinterest-squared:before {
  content: '\e811';
}

/* '' */
/* line 77, fonts/_fontello.scss */
.icon-desktop:before {
  content: '\e812';
}

/* '' */
/* line 78, fonts/_fontello.scss */
.icon-tablet:before {
  content: '\e813';
}

/* '' */
/* line 79, fonts/_fontello.scss */
.icon-mobile:before {
  content: '\e814';
}

/* '' */
/* line 80, fonts/_fontello.scss */
.icon-right-dir:before {
  content: '\e815';
}

/* '' */
/* line 81, fonts/_fontello.scss */
.icon-search:before {
  content: '\e816';
}

/* '' */
/* line 82, fonts/_fontello.scss */
.icon-down-dir:before {
  content: '\e817';
}

/* '' */
/* line 83, fonts/_fontello.scss */
.icon-up-dir:before {
  content: '\e818';
}

/* '' */
/* line 84, fonts/_fontello.scss */
.icon-left-dir:before {
  content: '\e819';
}

/* '' */
/* line 85, fonts/_fontello.scss */
.icon-check:before {
  content: '\e81a';
}

/* '' */
/* Componenten bruikbaar op diverse posities
   ========================================================================== */
/* line 1, components/_headings.scss */
h1,
.dialogheader {
  font-size: 14px;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  color: #981134;
  font-size: 16px;
}

/* line 10, components/_headings.scss */
.dialogheader {
  margin-top: 1em;
}

/* line 14, components/_headings.scss */
h3 {
  font-size: 12px;
}

/* line 18, components/_headings.scss */
h1, h2, h3, h4, h5 {
  font-family: 'Roboto Condensed', sans-serif;
}

/* line 1, components/_tables.scss */
th,
td {
  font-size: 11px;
  text-align: left;
  padding: 2px 0;
}

/* line 1, components/_links.scss */
a {
  color: #525252;
  text-decoration: none;
}
/* line 5, components/_links.scss */
a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* Main dialog
   ========================================================================== */
/* line 4, components/_dialogs.scss */
.dialog-box {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
/* line 15, mixins/_clearfix.scss */
.dialog-box:before, .dialog-box:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 21, mixins/_clearfix.scss */
.dialog-box:after {
  clear: both;
}

/* line 8, components/_dialogs.scss */
.accountbox {
  width: 33.33%;
  float: left;
}

/* line 13, components/_dialogs.scss */
.dialog-message-content {
  padding: 5px;
  margin: 0 0 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Menu dialog
   ========================================================================== */
/* line 22, components/_dialogs.scss */
.menu-box {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  position: relative;
  margin: 0 0 15px 0;
  line-height: 16px;
}
/* line 15, mixins/_clearfix.scss */
.menu-box:before, .menu-box:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 21, mixins/_clearfix.scss */
.menu-box:after {
  clear: both;
}
/* line 28, components/_dialogs.scss */
.menu-box h4 {
  margin: 0px 0px 10px 0px;
  color: #981134;
  font-size: 16px;
}

/* line 37, components/_dialogs.scss */
.menu-content ul {
  line-height: 2;
}
/* line 41, components/_dialogs.scss */
.menu-content ul > li {
  list-style-type: none;
}
/* line 44, components/_dialogs.scss */
.menu-content ul > li a {
  display: block;
  text-decoration: none;
  color: #666;
}
/* line 50, components/_dialogs.scss */
.menu-content ul > li a:hover, .menu-content ul > li a.cat-active {
  color: #981134;
}
/* line 56, components/_dialogs.scss */
.menu-content ul > li ul {
  margin: 5px 0 5px 0;
  border-left: 2px solid #981134;
}
/* line 60, components/_dialogs.scss */
.menu-content ul > li ul > li {
  border: none;
  padding-left: 10px;
}

/* line 70, components/_dialogs.scss */
.menu-toggle {
  position: absolute;
  right: 14px;
  top: 25px;
}

/* line 77, components/_dialogs.scss */
.filter-reset {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  text-align: center;
}
/* line 15, mixins/_clearfix.scss */
.filter-reset:before, .filter-reset:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 21, mixins/_clearfix.scss */
.filter-reset:after {
  clear: both;
}
/* line 81, components/_dialogs.scss */
.filter-reset a {
  color: #666;
}

/* line 1, components/_buttons.scss */
a.adv_button {
  background: -moz-linear-gradient(top, #981134 5%, #981134 100%);
  background: -webkit-linear-gradient(top, #981134 5%, #981134 100%);
  background: -o-linear-gradient(top, #981134 5%, #981134 100%);
  background: -ms-linear-gradient(top, #981134 5%, #981134 100%);
  background: linear-gradient(to bottom, #981134 5%, #981134 100%);
  background-color: #981134;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px 0px #981134;
  -webkit-box-shadow: inset 0px 1px 0px 0px #981134;
  box-shadow: inset 0px 1px 0px 0px #981134;
  border: 1px solid #981134;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  padding: 8px 12px 7px 12px;
  text-decoration: none;
  line-height: 100%;
  font-size: 12px;
}

/* line 27, components/_buttons.scss */
.big-button a {
  background: -moz-linear-gradient(top, #981134 5%, #981134 100%);
  background: -webkit-linear-gradient(top, #981134 5%, #981134 100%);
  background: -o-linear-gradient(top, #981134 5%, #981134 100%);
  background: -ms-linear-gradient(top, #981134 5%, #981134 100%);
  background: linear-gradient(to bottom, #981134 5%, #981134 100%);
  background-color: #981134;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px 0px #981134;
  -webkit-box-shadow: inset 0px 1px 0px 0px #981134;
  box-shadow: inset 0px 1px 0px 0px #981134;
  border: 1px solid #981134;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  padding: 8px 12px 7px 12px;
  text-decoration: none;
  line-height: 100%;
  font-size: 12px;
}

/* line 1, components/_forms.scss */
.formtable {
  width: 100%;
}

/* line 5, components/_forms.scss */
.formtable-auto {
  width: auto;
}

/* line 9, components/_forms.scss */
.formtable td {
  padding: 3px 5px 3px 0;
  text-align: left;
}

/* line 13, components/_forms.scss */
.formtable .RegSectionTitle {
  padding: 15px 0 0 0;
  font-weight: bold;
}

/* line 17, components/_forms.scss */
.FormButton {
  vertical-align: middle;
}

/* line 21, components/_forms.scss */
.Star,
.star {
  color: #ff0000;
  padding: 0 4px;
}

/* contactform */
/* line 28, components/_forms.scss */
.contactform {
  float: left;
  padding: 0;
  width: 53.80%;
}
/* line 33, components/_forms.scss */
.contactform input, .contactform textarea {
  width: 100%;
}

/* line 37, components/_forms.scss */
.contact-info {
  float: left;
  line-height: 20px;
  padding: 0 0 0 3%;
  margin: 0 0 0 3%;
  width: 40%;
  border-left: 1px solid #d7dee4;
}

/* line 46, components/_forms.scss */
.contact-map {
  margin-top: 10px;
}

/* register form */
/* line 51, components/_forms.scss */
.register-box {
  border: 1px solid #f2f2f2;
  padding: 15px;
  margin-bottom: 15px;
}
/* line 56, components/_forms.scss */
.register-box input, .register-box select {
  margin: 3px 0;
}

/* line 61, components/_forms.scss */
.register-box table {
  width: 100%;
}

/* line 65, components/_forms.scss */
.register-box .register-field {
  width: auto;
  height: 25px;
}

/* line 70, components/_forms.scss */
.register-box .register-value {
  width: 73%;
}

/* line 74, components/_forms.scss */
.register-box .register-address {
  width: 100%;
}

/* line 78, components/_forms.scss */
.register-box .register-address td {
  padding-right: 2px;
}

/* line 83, components/_forms.scss */
.register-box .register-newslists td {
  padding: 4px;
}

/* line 87, components/_forms.scss */
.register-box .register-newslists .newslists-checkbox {
  width: 1%;
}

/* line 91, components/_forms.scss */
.register-box .subtitle {
  padding: 0 0 7px 0;
  margin-bottom: 12px;
  font-weight: bold;
  border-bottom: 1px solid #f2f2f2;
  font-size: 11px;
}

/* Style form with labels */
/* line 103, components/_forms.scss */
.form-label-style label {
  padding-right: 10px;
  white-space: nowrap;
}
/* line 106, components/_forms.scss */
.form-label-style label input {
  margin-right: 5px;
}

/* Responsive Form rows */
/* line 116, components/_forms.scss */
.form-row {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  margin: 10px 0;
  line-height: 24px;
}
/* line 15, mixins/_clearfix.scss */
.form-row:before, .form-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 21, mixins/_clearfix.scss */
.form-row:after {
  clear: both;
}
/* line 121, components/_forms.scss */
.form-row .form-label {
  width: 100%;
  margin: 0 0 5px 0;
}
/* line 125, components/_forms.scss */
.form-row .form-label label {
  padding: 5px 0;
}
@media (min-width: 520px) {
  /* line 121, components/_forms.scss */
  .form-row .form-label {
    float: left;
    width: 35%;
    max-width: 250px;
    margin: 0;
  }
  /* line 135, components/_forms.scss */
  .form-row .form-label .Star {
    display: inline-block;
    float: right;
  }
}
/* line 144, components/_forms.scss */
.form-row .form-input {
  width: 95%;
}
@media (min-width: 520px) {
  /* line 144, components/_forms.scss */
  .form-row .form-input {
    float: left;
    width: 65%;
    max-width: 450px;
  }
}
/* line 153, components/_forms.scss */
.form-row .form-input input[type="text"],
.form-row .form-input textarea {
  width: 100%;
}

/* line 162, components/_forms.scss */
input[type="radio"] {
  border: none;
  height: 20px;
  width: 20px;
  margin: 0 5px;
}
@media (min-width: 520px) {
  /* line 162, components/_forms.scss */
  input[type="radio"] {
    width: auto;
    height: auto;
  }
}

/* Globals & Helpers
   ========================================================================== */
/* line 1, global/_layout.scss */
body {
  text-align: center;
  color: #525252;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  padding-top: 180px;
}
@media (max-width: 767px) {
  /* line 1, global/_layout.scss */
  body {
    padding-top: 0;
  }
}

/* line 20, global/_layout.scss */
.container {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  width: 1170px;
  margin: 0 auto;
  text-align: left;
  padding: 0 15px;
}
/* line 15, mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 21, mixins/_clearfix.scss */
.container:after {
  clear: both;
}
/* line 27, global/_layout.scss */
.container .container {
  padding: 0;
}

/* line 36, global/_layout.scss */
.box, .maincontainer {
  background: #fff;
  padding: 10px 15px 0 15px;
  /*box-shadow:0 0 20px 0 #dddddd;*/
}

/* line 42, global/_layout.scss */
.left-col {
  float: left;
  width: 19.85%;
}

/* line 47, global/_layout.scss */
.main-col {
  float: right;
  width: 78.4%;
}
/* line 52, global/_layout.scss */
.main-col.main-col-full-width {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  float: none;
  width: auto;
  margin-left: 0;
}
/* line 15, mixins/_clearfix.scss */
.main-col.main-col-full-width:before, .main-col.main-col-full-width:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 21, mixins/_clearfix.scss */
.main-col.main-col-full-width:after {
  clear: both;
}

/* line 60, global/_layout.scss */
.teksten {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  margin: 0 auto;
  height: 100%;
  margin-bottom: 10px;
}
/* line 15, mixins/_clearfix.scss */
.teksten:before, .teksten:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 21, mixins/_clearfix.scss */
.teksten:after {
  clear: both;
}
/* line 68, global/_layout.scss */
.teksten .hometekst {
  float: left;
  width: 49%;
  padding-right: 2%;
}
/* line 73, global/_layout.scss */
.teksten .homeafbeelding {
  float: left;
  width: 49%;
}

/* line 80, global/_layout.scss */
.welcomecontainer {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
/* line 15, mixins/_clearfix.scss */
.welcomecontainer:before, .welcomecontainer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 21, mixins/_clearfix.scss */
.welcomecontainer:after {
  clear: both;
}
/* line 84, global/_layout.scss */
.welcomecontainer .welcomelinks {
  width: 31.2%;
  padding: 1%;
  float: left;
}
/* line 89, global/_layout.scss */
.welcomecontainer .welcomelinks .linksafbeelding {
  text-align: center;
  margin-bottom: 10px;
}
/* line 93, global/_layout.scss */
.welcomecontainer .welcomelinks .linkstitel {
  padding: 10 0 10 10;
  color: #fff;
}
/* line 97, global/_layout.scss */
.welcomecontainer .welcomelinks .linkstitel h2 {
  font-size: 14px;
  color: #981134;
}
/* line 104, global/_layout.scss */
.welcomecontainer .welcomemidden {
  width: 31.2%;
  padding: 1%;
  float: left;
}
/* line 109, global/_layout.scss */
.welcomecontainer .welcomemidden .middenafbeelding {
  text-align: center;
  margin-bottom: 10px;
}
/* line 113, global/_layout.scss */
.welcomecontainer .welcomemidden .middentitel {
  padding: 10 0 10 10;
  color: #fff;
}
/* line 117, global/_layout.scss */
.welcomecontainer .welcomemidden .middentitel h2 {
  font-size: 14px;
  color: #981134;
}
/* line 124, global/_layout.scss */
.welcomecontainer .welcomerechts {
  width: 31.2%;
  padding: 1%;
  float: left;
}
/* line 129, global/_layout.scss */
.welcomecontainer .welcomerechts .rechtsafbeelding {
  text-align: center;
  margin-bottom: 10px;
}
/* line 133, global/_layout.scss */
.welcomecontainer .welcomerechts .rechtstitel {
  padding: 10 0 10 10;
  color: #fff;
}
/* line 137, global/_layout.scss */
.welcomecontainer .welcomerechts .rechtstitel h2 {
  font-size: 14px;
  color: #981134;
}

/* ==========================================================================
   Helper classes: Custom
   ========================================================================== */
/* line 5, global/_helpers.scss */
.clear {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
/* line 15, mixins/_clearfix.scss */
.clear:before, .clear:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 21, mixins/_clearfix.scss */
.clear:after {
  clear: both;
}

/*
 * Menu's, navigation, links
 */
/* line 14, global/_helpers.scss */
.horizontal-nav, .speedbar, .user-nav, .subfooter ul {
  margin: 0;
  padding: 0;
}
/* line 18, global/_helpers.scss */
.horizontal-nav li, .speedbar li, .user-nav li, .subfooter ul li {
  display: inline;
}

/* line 23, global/_helpers.scss */
.vertical-nav, .menu-content ul, .footer-column ul {
  margin: 0;
  padding: 0;
}

/* line 32, global/_helpers.scss */
.nav-link {
  font-size: 11px;
  color: #666;
  text-decoration: none;
}
/* line 37, global/_helpers.scss */
.nav-link:hover {
  text-decoration: underline;
  color: white;
}

/* line 43, global/_helpers.scss */
.nav-sep, .subfooter ul > li {
  padding: 0;
  margin: 0;
}
/* line 47, global/_helpers.scss */
.nav-sep:after, .subfooter ul > li:after {
  padding: 0 2px 0 5px;
  content: "\007C";
}
/* line 52, global/_helpers.scss */
.nav-sep:last-child:after, .subfooter ul > li:last-child:after {
  padding: 0;
  content: "";
}

/*
 * Module page styles
 */
/* line 63, global/_helpers.scss */
.mod-leftcol {
  float: left;
  padding: 0;
  padding-right: 20px;
  width: 45%;
}
/* line 69, global/_helpers.scss */
.mod-leftcol input, .mod-leftcol textarea {
  width: 100%;
}
/* line 72, global/_helpers.scss */
.mod-leftcol input[type="radio"] {
  width: auto;
}
/* line 75, global/_helpers.scss */
.mod-leftcol .button, .mod-leftcol .news-subscribe form a, .news-subscribe form .mod-leftcol a, .mod-leftcol .buynow-button {
  display: block;
  margin: 10px 0 0;
  text-align: center;
}

/* line 82, global/_helpers.scss */
.mod-rightcol {
  float: left;
  line-height: 20px;
  padding: 0 0 0 20px;
  width: 45%;
}
/* line 87, global/_helpers.scss */
.mod-rightcol input, .mod-rightcol textarea {
  width: 100%;
}
/* line 90, global/_helpers.scss */
.mod-rightcol input[type="radio"] {
  width: auto;
}

/* line 95, global/_helpers.scss */
.mod-border-right {
  border-right: 1px solid #f2f2f2;
  margin-right: -1px;
}

/* line 100, global/_helpers.scss */
.mod-border-left {
  border-left: 1px solid #f2f2f2;
  margin-left: -1px;
}

/* line 105, global/_helpers.scss */
.mod-seperator {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f2f2f2;
}

/* line 111, global/_helpers.scss */
.gc-checkexist {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}

/* ==========================================================================
   Helper classes: HTML5Boilerplate
   ========================================================================== */
/*
 * Image replacement
 */
/* line 127, global/_helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 135, global/_helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 146, global/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 155, global/_helpers.scss */
.visuallyhidden {
  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: h5bp.com/p
 */
/* line 171, global/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 185, global/_helpers.scss */
.invisible {
  visibility: hidden;
}

/*
 * 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.
 */
/* line 201, global/_helpers.scss */
.clearfix:before, .maintopnav:before, .top-nav:before, .header:before, .header-middle:before,
.clearfix:after,
.maintopnav:after,
.top-nav:after,
.header:after,
.header-middle:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 207, global/_helpers.scss */
.clearfix:after, .maintopnav:after, .top-nav:after, .header:after, .header-middle:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 216, global/_helpers.scss */
.clearfix, .maintopnav, .top-nav, .header, .header-middle {
  *zoom: 1;
}

/* Sections
   ========================================================================== */
/*
 * Header
 */
/* ==========================================================================
   $HEADER styles
   ========================================================================== */
/* line 9, sections/_header.scss */
.header-banners {
  background: #eea665;
  margin-bottom: 15px;
}

/* line 14, sections/_header.scss */
.stickyheader {
  left: 0;
  position: fixed;
  top: 0;
  right: 0px;
  background: white;
  z-index: 100;
}

/* line 23, sections/_header.scss */
.maintopnav {
  background-color: #981134;
  width: 100%;
  z-index: 1002;
}
/* line 29, sections/_header.scss */
.maintopnav ul {
  display: inline-block;
  margin: 7px 0px;
  padding: 0px;
  float: left;
}
/* line 35, sections/_header.scss */
.maintopnav ul li {
  list-style: none;
  display: inline-block;
  color: white;
}

/* line 48, sections/_header.scss */
.topusp ul li {
  font-size: 12px;
  margin: 0px 20px 0px 0px;
  position: relative;
  padding-left: 18px;
}
/* line 54, sections/_header.scss */
.topusp ul li:last-child {
  margin-right: 0;
}
/* line 58, sections/_header.scss */
.topusp ul li:before {
  font-family: "fontello";
  content: '\e81a';
  position: absolute;
  left: 0;
  margin: 0px 5px 0px 0px;
  font-size: 16px;
  top: -4px;
  color: #fff;
}

/* line 73, sections/_header.scss */
.top-nav {
  background: #FFFFFF;
  height: auto;
  width: 100%;
  padding: 20px 0;
}

/* line 85, sections/_header.scss */
.header a {
  color: #666;
  text-decoration: none;
}

/* line 92, sections/_header.scss */
.speedbar {
  float: right !important;
  position: relative;
}
/* line 97, sections/_header.scss */
.speedbar li {
  margin-left: 5px;
}
/* line 103, sections/_header.scss */
.speedbar li a {
  color: white;
  text-decoration: none;
}
/* line 107, sections/_header.scss */
.speedbar li a:hover {
  color: white;
  text-decoration: none;
}

/* line 118, sections/_header.scss */
.logo {
  float: left;
  position: relative;
  top: -3px;
}
/* line 123, sections/_header.scss */
.logo img {
  max-height: 56px;
  widht: auto;
}

/* line 129, sections/_header.scss */
.header-middle {
  float: left;
  text-align: right;
  background: white;
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
/* line 140, sections/_header.scss */
.header-middle .categories ul.adv_categories_top {
  margin: 10px 0px;
  float: left;
  list-style: none none;
  padding: 0px;
}
/* line 146, sections/_header.scss */
.header-middle .categories ul.adv_categories_top li {
  margin: 0;
  padding: 3px 24px 0 0;
  float: left;
  font-size: 12px;
}
/* line 152, sections/_header.scss */
.header-middle .categories ul.adv_categories_top li.homeicon {
  position: relative;
  padding-right: 15px;
}
/* line 156, sections/_header.scss */
.header-middle .categories ul.adv_categories_top li.homeicon i {
  color: #981134;
  font-size: 16px;
}
/* line 162, sections/_header.scss */
.header-middle .categories ul.adv_categories_top li a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 0px;
}
/* line 167, sections/_header.scss */
.header-middle .categories ul.adv_categories_top li a.active_root, .header-middle .categories ul.adv_categories_top li a:hover {
  color: #981134;
}

/* line 178, sections/_header.scss */
.header-right {
  float: right;
  width: auto;
}

/* line 183, sections/_header.scss */
.lng-select {
  float: left;
}

/* line 187, sections/_header.scss */
.mobilemenulink {
  display: none;
  float: left;
}

/* line 195, sections/_header.scss */
.user-nav li {
  padding-left: 10px;
}

/*
 * Search
 */
/* line 207, sections/_header.scss */
.search {
  float: right;
  margin: 10px 0 0;
}
/* line 211, sections/_header.scss */
.search input {
  background: none repeat scroll 0 0 white;
  border: medium none;
  border: 1px solid #ddd;
  display: inline-block;
  float: left;
  padding: 8px 10px;
  width: 220px;
  color: #666;
}
/* line 221, sections/_header.scss */
.search input:focus {
  color: #000;
}
/* line 225, sections/_header.scss */
.search img {
  height: 16px;
  margin-left: -30px;
  margin-right: 20px;
  padding: 5px;
  position: relative;
  text-align: center;
  top: 2px;
  width: 16px;
}

/* Zoeksuggesties */
/* line 239, sections/_header.scss */
#quicksearch {
  position: relative;
}

/* line 242, sections/_header.scss */
.quicksearch_container {
  z-index: 999;
  position: relative;
}

/* line 246, sections/_header.scss */
.hide {
  display: none;
}

/* line 249, sections/_header.scss */
.suggestcontainer {
  border: 1px solid #e0e0e0;
  box-shadow: 2px 4px 4px #999;
}

/* line 253, sections/_header.scss */
.suggestionsBox {
  background: #FFFFFF;
  left: 0;
  position: absolute;
  top: 35px;
  width: 282px;
  z-index: 9999;
}

/* line 261, sections/_header.scss */
.main-search-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 266, sections/_header.scss */
.main-search-list > li {
  border-bottom: 1px dashed #e0e0e0;
  color: #000;
  font-size: 12px;
  padding: 5px 0;
  margin: 5px;
  text-align: left;
  width: 270px;
  cursor: pointer;
}

/* line 276, sections/_header.scss */
.main-search-list > li:hover {
  background: #f2f2f2;
  color: #000;
}

/* line 281, sections/_header.scss */
.suggestion_image {
  float: left;
  width: 70px;
  height: auto;
  text-align: center;
}

/* line 287, sections/_header.scss */
.suggestion_image img {
  max-width: 50px;
  height: auto;
}

/* line 292, sections/_header.scss */
.suggestion_text {
  float: right;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 65%;
}
/* line 299, sections/_header.scss */
.suggestion_text li.price {
  background: #f2f2f2;
  color: #666;
  display: inline-block;
  margin: 5px 0;
  padding: 3px 5px;
  width: 60px;
}

/* line 308, sections/_header.scss */
#search-more {
  background: #f2f2f2;
  text-transform: uppercase;
}

/* line 312, sections/_header.scss */
#search-more a {
  background: #981134;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display: block;
}
/* line 324, sections/_header.scss */
#search-more a:hover {
  text-decoration: none;
}

/* Foldout menu */
/* line 333, sections/_header.scss */
div#adv_categories_top_container ul > li > .foldoutmenu {
  position: absolute;
  z-index: 999;
}

/* line 338, sections/_header.scss */
div#adv_categories_top_container > ul > li > ul > li a {
  position: relative;
  text-decoration: none;
  display: block;
}

/* line 344, sections/_header.scss */
.foldoutmenu {
  left: 0;
}

/* line 348, sections/_header.scss */
.foldoutmenu.edge {
  left: auto;
  right: 0;
}

/* line 353, sections/_header.scss */
.megamenu .foldoutmenu {
  width: auto;
  left: 0;
  right: 0;
}

/* Styling
   ========================================================================== */
/* line 362, sections/_header.scss */
.subcategories {
  list-style: none;
  padding-left: 0;
}
/* line 366, sections/_header.scss */
.subcategories li {
  text-align: left;
}
/* line 369, sections/_header.scss */
.subcategories li a {
  text-transform: none !important;
  color: #999999;
}
/* line 372, sections/_header.scss */
.subcategories li a.blue {
  color: white;
}

/* line 379, sections/_header.scss */
.header-middle ul.adv_categories_top li .foldoutmenu {
  top: 42px;
  background: white;
  width: 100%;
  padding: 5px 20px 20px 20px;
  border: 1px solid #981134;
  border-top: none;
  display: none;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
}
/* line 391, sections/_header.scss */
.header-middle ul.adv_categories_top li .foldoutmenu.edge {
  text-align: right;
}
/* line 395, sections/_header.scss */
.header-middle ul.adv_categories_top li .foldoutmenu h3 {
  margin: 0px 0px 5px 0px;
}
/* line 398, sections/_header.scss */
.header-middle ul.adv_categories_top li .foldoutmenu h3 a {
  color: white;
  text-transform: uppercase !important;
  font-size: 12px;
}
/* line 407, sections/_header.scss */
.header-middle ul.adv_categories_top li .foldoutmenu .subcats {
  float: left;
  width: 100%;
  overflow: hidden;
  list-style: none;
  margin: 0;
  text-align: left;
  padding: 0;
}
/* line 416, sections/_header.scss */
.header-middle ul.adv_categories_top li .foldoutmenu .subcats > li {
  padding: 5px 0 10px 10px;
  width: 25%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 422, sections/_header.scss */
.header-middle ul.adv_categories_top li .foldoutmenu .subcats > li a {
  display: inline-block;
  width: 100%;
  text-transform: lowercase;
  padding: 0px;
}
/* line 428, sections/_header.scss */
.header-middle ul.adv_categories_top li .foldoutmenu .subcats > li a i {
  position: relative;
  left: -2px;
  top: 3px;
}
/* line 436, sections/_header.scss */
.header-middle ul.adv_categories_top li .foldoutmenu .subcats > li .more a {
  color: #981134;
  text-transform: capitalize;
  font-weight: bold;
}
/* line 443, sections/_header.scss */
.header-middle ul.adv_categories_top li .foldoutmenu .subcats > li ul {
  float: left;
  width: 100%;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 451, sections/_header.scss */
.header-middle ul.adv_categories_top li .foldoutmenu .subcats > li ul li {
  width: 100%;
}

/* line 1, sections/_basket.scss */
.basket {
  margin: 0;
  padding: 0;
}
/* line 6, sections/_basket.scss */
.basket a {
  display: inline-block;
  padding: 18px 0px 12px 0px;
  float: left;
  color: #999;
}
/* line 13, sections/_basket.scss */
.basket a.cart-items {
  display: inline-block;
}
/* line 17, sections/_basket.scss */
.basket a:hover.cart-items {
  text-decoration: none;
}
/* line 22, sections/_basket.scss */
.basket img {
  position: relative;
  height: 21px;
  width: 21px;
  margin: -4px 10px 0 0;
}

/* line 29, sections/_basket.scss */
.basket-container {
  position: relative;
  float: right;
}

/* line 34, sections/_basket.scss */
.baglink-items {
  font-size: 20px;
  position: absolute;
  top: 20px;
  text-align: center;
  left: 5px;
  width: 45px;
  display: none;
  color: #981134;
}

/* Foldout
   ========================================================================== */
/*
 * Foldoutmenu
 */
/* Positionering & Basics
   ========================================================================== */
/* line 8, sections/_categories_topmenu.scss */
div#js-navmenu {
  position: relative;
}

/* line 12, sections/_categories_topmenu.scss */
div#js-navmenu > ul > li {
  position: relative;
}

/* line 17, sections/_categories_topmenu.scss */
div#js-navmenu.megamenu > ul > li {
  position: static;
}

/* line 21, sections/_categories_topmenu.scss */
div#js-navmenu > ul > li > ul {
  display: block;
}

/* line 25, sections/_categories_topmenu.scss */
div#js-navmenu > ul > li > .foldoutmenu {
  position: absolute;
  z-index: 999;
}

/* line 30, sections/_categories_topmenu.scss */
div#js-navmenu > ul > li > ul > li a {
  position: relative;
  text-decoration: none;
  display: block;
}

/* line 36, sections/_categories_topmenu.scss */
.foldoutmenu {
  left: 0;
}

/* line 40, sections/_categories_topmenu.scss */
.foldoutmenu.edge {
  left: auto;
  right: 0;
}

/* line 45, sections/_categories_topmenu.scss */
.megamenu .foldoutmenu {
  width: auto;
  left: 0;
  right: 0;
}

/* Styling
   ========================================================================== */
/* line 54, sections/_categories_topmenu.scss */
.subcategories {
  list-style: none;
  padding-left: 0;
}

/* line 59, sections/_categories_topmenu.scss */
.foldoutmenu {
  top: 38px;
  background: white;
  width: 240px;
  box-shadow: 0 2px 7px #DDDDDD;
  padding: 10px;
}
/* line 66, sections/_categories_topmenu.scss */
.foldoutmenu.edge {
  text-align: right;
}

/* Megamenu
   ========================================================================== */
/* line 75, sections/_categories_topmenu.scss */
.megamenu-col {
  float: left;
  margin-right: 20px;
  min-width: 150px;
}
/* line 80, sections/_categories_topmenu.scss */
.megamenu-col:last-child {
  margin-right: 0;
}
/* line 84, sections/_categories_topmenu.scss */
.megamenu-col a {
  line-height: 22px;
}

/* line 88, sections/_categories_topmenu.scss */
.megamenu .foldoutmenu.edge {
  text-align: left;
}

/* line 1, sections/_breadcrumbs.scss */
.breadcrumbs {
  background: #eee;
  margin: 0 0 15px 0;
  line-height: 34px;
  font-size: 10px;
  text-transform: uppercase;
}
/* line 8, sections/_breadcrumbs.scss */
.breadcrumbs span:last-child {
  padding: 5px 0;
}
/* line 12, sections/_breadcrumbs.scss */
.breadcrumbs a {
  color: #981134;
  text-decoration: none;
}
/* line 18, sections/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-btn-back {
  position: relative;
}
/* line 21, sections/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-btn-back .icon-left-dir {
  position: absolute;
  left: -15px;
  padding: 0;
  top: -10px;
  font-size: 32px;
  color: #981134;
}
/* line 30, sections/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-btn-back .btn-back-text {
  background: #981134;
  color: white;
  margin-left: 12px;
  height: 19px;
  display: inline-block;
  padding: 0 10px;
}
/* line 39, sections/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-btn-back:hover {
  text-decoration: none;
}
/* line 41, sections/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-btn-back:hover .icon-left-dir {
  color: #666;
}
/* line 44, sections/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-btn-back:hover .btn-back-text {
  background: white;
}
/* line 52, sections/_breadcrumbs.scss */
.breadcrumbs img {
  padding: 0 12px;
}

/*
 * Footer
 */
/* ==========================================================================
   Footer styles
   ========================================================================== */
/* line 9, sections/_footer.scss */
.footer {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  border-top: 1px solid #f2f2f2;
  margin: 15px 0 0 0;
  background-color: #ddd;
    /*    // needs latest Compass, add '@import "compass"' to your scss
    background-color: #ffffff; // Old browsers
    @include filter-gradient(#ffffff, #981134, vertical); // IE6-9
    @include background-image(linear-gradient(top,  #ffffff 0%,#ffffff 90%,#ffffff 90%,#981134 97%,#981134 99%));
*/
}
/* line 15, mixins/_clearfix.scss */
.footer:before, .footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 21, mixins/_clearfix.scss */
.footer:after {
  clear: both;
}
/* line 22, sections/_footer.scss */
.footer input {
  color: #999;
}
/* line 26, sections/_footer.scss */
ul .footer > li a {
  text-decoration: none;
}
/* line 29, sections/_footer.scss */
ul .footer > li a:hover {
  text-decoration: underline;
}

/* line 37, sections/_footer.scss */
.footer-menu {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
/* line 15, mixins/_clearfix.scss */
.footer-menu:before, .footer-menu:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 21, mixins/_clearfix.scss */
.footer-menu:after {
  clear: both;
}

/* line 42, sections/_footer.scss */
.footer-column {
  float: left;
  width: 20%;
  margin: 30px 0;
  line-height: 28px;
}
/* line 48, sections/_footer.scss */
.footer-column ul {
  list-style: none;
}
/* line 55, sections/_footer.scss */
.footer-column ul li a.adv_button {
  color: #fff;
}
/* line 58, sections/_footer.scss */
.footer-column ul li a.adv_button:hover {
  color: #000;
}
/* line 63, sections/_footer.scss */
.footer-column ul li img {
  vertical-align: middle;
  padding-right: 5px;
}
/* line 73, sections/_footer.scss */
.footer-column h4 {
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
  color: #981134;
}
/* line 80, sections/_footer.scss */
.footer-column .icon-right-dir,
.footer-column .icon-down-dir {
  display: none;
}
/* line 85, sections/_footer.scss */
.footer-column .icon-footer {
  font-size: 16px;
}
/* line 88, sections/_footer.scss */
.footer-column .icon-footer.icon-facebook-squared {
  color: #3b5998;
}
/* line 91, sections/_footer.scss */
.footer-column .icon-footer.icon-twitter-squared {
  color: #55acee;
}
/* line 94, sections/_footer.scss */
.footer-column .icon-footer.icon-pinterest-circled {
  color: #cb2027;
}
/* line 97, sections/_footer.scss */
.footer-column .icon-footer.icon-gplus-squared {
  color: #dd4b39;
}
/* line 100, sections/_footer.scss */
.footer-column .icon-footer.icon-youtube {
  color: #cc181e;
}

/* line 106, sections/_footer.scss */
.footer-column-mobile {
  display: none;
}

/* line 110, sections/_footer.scss */
.news-subscribe {
  float: right;
}
/* line 114, sections/_footer.scss */
.news-subscribe form input {
  margin: 10px 0;
  width: 100%;
}
/* line 119, sections/_footer.scss */
.news-subscribe form a {
  margin-bottom: 5px;
}

/*
 * Subfooter
 */
/* line 130, sections/_footer.scss */
.subfooter {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  background: none;
  height: 45px;
  padding: 0px 10px;
}
/* line 15, mixins/_clearfix.scss */
.subfooter:before, .subfooter:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 21, mixins/_clearfix.scss */
.subfooter:after {
  clear: both;
}
/* line 140, sections/_footer.scss */
.subfooter ul > li {
  line-height: 45px;
  color: #e0e0e0;
}
/* line 142, sections/_footer.scss */
.subfooter ul > li span {
  color: black;
}
/* line 152, sections/_footer.scss */
.subfooter ul > li:first-child {
  padding-left: 0;
}
/* line 156, sections/_footer.scss */
.subfooter ul > li:last-child {
  padding-right: 0;
  border-right: 0;
}

/* line 168, sections/_footer.scss */
.subfooter-links {
  float: left;
}

/* line 172, sections/_footer.scss */
.copyright {
  float: right;
}

/* Modules
   ========================================================================== */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, modules/_jquery_fancybox.scss */
.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;
}

/* line 20, modules/_jquery_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1020;
  width: 768px !important;
}

/* line 28, modules/_jquery_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border: 1px solid #cccccc;
  text-align: left;
}

/* line 37, modules/_jquery_fancybox.scss */
.fancybox-opened {
  z-index: 1030;
}

/* line 41, modules/_jquery_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* line 47, modules/_jquery_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, modules/_jquery_fancybox.scss */
.fancybox-inner {
  overflow: hidden !important;
  height: 100% !important;
  width: 100% !important;
  background: #fff;
}

/* line 58, modules/_jquery_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

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

/* line 70, modules/_jquery_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 76, modules/_jquery_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 81, modules/_jquery_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../../modules/Quickview/css/fancybox_sprite.png");
}

/* line 85, modules/_jquery_fancybox.scss */
#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: 1060;
}

/* line 97, modules/_jquery_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../../modules/Quickview/css/fancybox_loading.gif") center center no-repeat;
}

/* line 103, modules/_jquery_fancybox.scss */
.fancybox-close {
  background: url("../../modules/Quickview/css/fancybox.png") repeat scroll -45px -3px transparent;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1040;
}

/* line 114, modules/_jquery_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../modules/Quickview/css/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 1040;
}

/* line 126, modules/_jquery_fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 130, modules/_jquery_fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 134, modules/_jquery_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1040;
  visibility: hidden;
}

/* line 145, modules/_jquery_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 150, modules/_jquery_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 155, modules/_jquery_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 159, modules/_jquery_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 171, modules/_jquery_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 176, modules/_jquery_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 180, modules/_jquery_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 184, modules/_jquery_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1010;
  background: url("../../modules/Quickview/css/fancybox_overlay.png");
}

/* line 194, modules/_jquery_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 200, modules/_jquery_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 207, modules/_jquery_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 1050;
}

/* line 215, modules/_jquery_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 219, modules/_jquery_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 1050;
  text-align: center;
}

/* line 228, modules/_jquery_fancybox.scss */
.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;
}

/* line 244, modules/_jquery_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 250, modules/_jquery_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

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

/**
 * In de _phpvariables.scss staan de modules met bijbehorende waarden
 */
/* line 2, modules/_slideshow.scss */
.responsive-slider {
  width: 100%;
  position: relative;
  border: 1px solid #e0e0e0;
  margin: 0px 0px 30px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, modules/_slideshow.scss */
.responsive-slider .touch-surface {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 18, modules/_slideshow.scss */
.responsive-slider .slides {
  position: relative;
  overflow: hidden;
}

/* line 22, modules/_slideshow.scss */
.responsive-slider .slides ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-size: 0;
}

/* line 29, modules/_slideshow.scss */
.responsive-slider .slides ul li {
  display: inline-block;
  max-width: 100%;
}

/* line 33, modules/_slideshow.scss */
.responsive-slider .slides ul li .slide-body {
  display: inline-block;
  position: relative;
  max-width: 100%;
  font-size: 14px;
}

/* line 39, modules/_slideshow.scss */
.responsive-slider .slides ul li .slide-body img {
  max-width: 100%;
  height: auto;
}

/* line 43, modules/_slideshow.scss */
.responsive-slider .slides ul li .slide-body .caption {
  position: absolute;
  color: #fff;
  text-shadow: 0px 1px 0px #000000;
}

/* line 48, modules/_slideshow.scss */
.responsive-slider .slides ul li .slide-body .caption.header {
  top: 28%;
  left: 8%;
}

/* line 52, modules/_slideshow.scss */
.responsive-slider .slides ul li .slide-body .caption.header h2 {
  font-size: 40px;
}

/* line 55, modules/_slideshow.scss */
.responsive-slider .slides ul li .slide-body .caption.header h2 i {
  font-size: 35px;
}

@media (min-width: 481px) and (max-width: 767px) {
  /* line 59, modules/_slideshow.scss */
  .responsive-slider .slides ul li .slide-body .caption.header h2 {
    font-size: 25px;
  }

  /* line 62, modules/_slideshow.scss */
  .responsive-slider .slides ul li .slide-body .caption.header h2 i {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  /* line 67, modules/_slideshow.scss */
  .responsive-slider .slides ul li .slide-body .caption.header h2 {
    font-size: 16px;
  }

  /* line 70, modules/_slideshow.scss */
  .responsive-slider .slides ul li .slide-body .caption.header h2 i {
    font-size: 14px;
  }
}
/* line 74, modules/_slideshow.scss */
.responsive-slider .slides ul li .slide-body .caption.sub {
  bottom: -8px;
  right: -20px;
  font-weight: bold;
}

@media (min-width: 481px) and (max-width: 767px) {
  /* line 80, modules/_slideshow.scss */
  .responsive-slider .slides ul li .slide-body .caption.sub {
    font-size: 11px;
    bottom: 0px;
    right: -10px;
  }
}
@media (max-width: 480px) {
  /* line 87, modules/_slideshow.scss */
  .responsive-slider .slides ul li .slide-body .caption.sub {
    font-size: 10px;
    bottom: 5px;
    right: 0;
  }
}
/* line 93, modules/_slideshow.scss */
.responsive-slider .slides ul li .slide-body .caption.img-html5 {
  top: 13%;
  right: 8%;
  width: 30%;
}

/* line 98, modules/_slideshow.scss */
.responsive-slider .slides ul li .slide-body .caption.img-html5 img {
  max-width: 100%;
}

/* line 101, modules/_slideshow.scss */
.responsive-slider .slides ul li .slide-body .caption.img-css3 {
  top: 57%;
  right: 12%;
  width: 10%;
}

/* line 106, modules/_slideshow.scss */
.responsive-slider .slides ul li .slide-body .caption.img-css3 img {
  max-width: 100%;
}

/* line 109, modules/_slideshow.scss */
.responsive-slider .slides ul li .slide-body .caption.img-bootstrap {
  top: 48%;
  right: 12%;
  width: 11%;
}

/* line 114, modules/_slideshow.scss */
.responsive-slider .slides ul li .slide-body .caption.img-bootstrap img {
  max-width: 100%;
}

/* line 117, modules/_slideshow.scss */
.responsive-slider .slides ul li .slide-body .caption.img-twitter {
  top: 19%;
  right: 12%;
  width: 11%;
}

/* line 122, modules/_slideshow.scss */
.responsive-slider .slides ul li .slide-body .caption.img-twitter img {
  max-width: 100%;
}

/* line 125, modules/_slideshow.scss */
.responsive-slider .slides ul li .slide-body .caption.img-jquery {
  top: 66%;
  right: 12%;
  width: 33%;
}

/* line 130, modules/_slideshow.scss */
.responsive-slider .slides ul li .slide-body .caption.img-jquery img {
  max-width: 100%;
}

/* line 133, modules/_slideshow.scss */
.responsive-slider .slider-control {
  position: absolute;
  font-size: 18px;
  color: #fff;
  top: calc(50% - 15px);
  background-color: #474747;
  padding: 1px 5px;
  text-decoration: none;
  opacity: 1;
  z-index: 10;
  font-weight: bold;
}

/* line 145, modules/_slideshow.scss */
.responsive-slider .slider-control:hover {
  opacity: 0.75;
}

/* line 148, modules/_slideshow.scss */
.responsive-slider .slider-control.left {
  left: 20px;
}

/* line 151, modules/_slideshow.scss */
.responsive-slider .slider-control.left:hover {
  text-decoration: none;
}

/* line 154, modules/_slideshow.scss */
.responsive-slider .slider-control.right {
  right: 20px;
}

/* line 157, modules/_slideshow.scss */
.responsive-slider .slider-control.right:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
  /* line 161, modules/_slideshow.scss */
  .responsive-slider .slider-control.left,
  .responsive-slider .slider-control.right {
    display: none;
  }
}
/* line 166, modules/_slideshow.scss */
.responsive-slider .pages {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 173, modules/_slideshow.scss */
.responsive-slider .pages .page {
  display: inline-block;
  color: transparent;
  width: 5px;
  height: 5px;
  border: 3px solid #474747;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 185, modules/_slideshow.scss */
.responsive-slider .pages .page.active {
  border: 3px solid #981134;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 2, modules/_cookie.scss */
#mod-cookieacceptatie {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
/* line 15, mixins/_clearfix.scss */
#mod-cookieacceptatie:before, #mod-cookieacceptatie:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 21, mixins/_clearfix.scss */
#mod-cookieacceptatie:after {
  clear: both;
}

/* line 6, modules/_cookie.scss */
#mod-cookieacceptatie {
  font-weight: normal;
  font-size: 12px;
  vertical-align: middle;
  position: fixed;
  width: 100%;
  z-index: 100000;
}

/* line 14, modules/_cookie.scss */
#mod-cookieacceptatie input {
  cursor: pointer;
}

/* line 18, modules/_cookie.scss */
.cookie-bar {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  padding: 10px 15px 10px 15px;
  position: relative;
}
/* line 15, mixins/_clearfix.scss */
.cookie-bar:before, .cookie-bar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 21, mixins/_clearfix.scss */
.cookie-bar:after {
  clear: both;
}
@media (min-width: 860px) and (max-width: 1020px) {
  /* line 18, modules/_cookie.scss */
  .cookie-bar {
    text-align: left;
  }
}

/* line 28, modules/_cookie.scss */
.cookiebuttons {
  clear: both;
  margin: 0 auto;
  width: 260px;
}

/* line 34, modules/_cookie.scss */
.cookie_button_yes {
  display: block;
  float: left;
  width: auto;
  margin-top: 10px;
  padding: 6px 8px;
  cursor: pointer;
}

/* line 42, modules/_cookie.scss */
.cookie_button_no {
  float: right;
  display: block;
  width: auto;
  margin-top: 10px;
  padding: 6px 8px;
  cursor: pointer;
}

/* line 51, modules/_cookie.scss */
.verberg {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  /* line 51, modules/_cookie.scss */
  .verberg {
    position: absolute;
    margin-bottom: 0;
    right: 5px;
    bottom: 5px;
  }
}

/* line 64, modules/_cookie.scss */
.close_bar,
.close_text {
  cursor: pointer;
}

/* line 69, modules/_cookie.scss */
.close_text {
  text-decoration: underline;
}

/* line 73, modules/_cookie.scss */
.verbergshort {
  margin: 10px;
  text-align: center;
}
@media (min-width: 860px) {
  /* line 73, modules/_cookie.scss */
  .verbergshort {
    text-align: right;
    float: right;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 15px;
  }
}

	/*
		Spacers gebruikt om te zorgen dat de cookieacceptatie module 
		niet over de header heenvalt indien de cookiemod bovenaan getoond wordt.

		Deze spacer div komt bovenaan in de body te staan.
	*/
/*
	Cookie spacer bij instelling om verplicht akkoord te gaan met cookies
*/
/* line 97, modules/_cookie.scss */
.top-cookie-spacer {
  height: 142px;
}
@media (min-width: 341px) {
  /* line 97, modules/_cookie.scss */
  .top-cookie-spacer {
    height: 130px;
  }
}
@media (min-width: 490px) {
  /* line 97, modules/_cookie.scss */
  .top-cookie-spacer {
    height: 110px;
  }
}
@media (min-width: 600px) {
  /* line 97, modules/_cookie.scss */
  .top-cookie-spacer {
    height: 84px;
  }
}
@media (min-width: 930px) {
  /* line 97, modules/_cookie.scss */
  .top-cookie-spacer {
    height: 70px;
  }
}

/*
	Cookie spacer bij instelling dat alleen korte melding wordt 
	gegeven dat cookies worden gebruikt.
*/
/* line 118, modules/_cookie.scss */
.top-cookie-spacer-short {
  height: 100px;
}
@media (min-width: 387px) {
  /* line 118, modules/_cookie.scss */
  .top-cookie-spacer-short {
    height: 82px;
  }
}
@media (min-width: 714px) {
  /* line 118, modules/_cookie.scss */
  .top-cookie-spacer-short {
    height: 68px;
  }
}
@media (min-width: 859px) {
  /* line 118, modules/_cookie.scss */
  .top-cookie-spacer-short {
    display: none;
  }
}

/**
 * Manufacturers module
 */
/* Manufacturers lijst
   ========================================================================== */
/* line 9, modules/_manufacturers.scss */
.manufacturerlist-thumb {
  height: 150px;
  margin: 0 auto;
  position: relative;
}
/* line 14, modules/_manufacturers.scss */
.manufacturerlist-thumb img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
}

/* Main content pagina's
   ========================================================================== */
/* line 1, main/_welcome.scss */
.homecat {
  display: none;
}

/* line 2, main/_product.scss */
.next-prev {
  text-align: right;
  text-transform: uppercase;
}
/* line 6, main/_product.scss */
.next-prev .prev-prod {
  margin: 0 10px 0 0;
}
/* line 10, main/_product.scss */
.next-prev a {
  padding: 10px;
}

/* line 17, main/_product.scss */
.productdetail {
  position: relative;
}
/* line 21, main/_product.scss */
.productdetail h2 {
  margin: 20px 0;
  font-weight: bold;
}
/* line 27, main/_product.scss */
.productdetail ul {
  list-style: square inside;
}

/* line 35, main/_product.scss */
.productdetail-leftcol {
  float: left;
  width: 53%;
}

/* line 40, main/_product.scss */
.productdetail-rightcol {
  float: right;
  width: 45%;
}
/* line 44, main/_product.scss */
.productdetail-rightcol table {
  max-width: 100%;
}
/* line 47, main/_product.scss */
.productdetail-rightcol .big-button a {
  padding: 15px 25px;
}

/* line 52, main/_product.scss */
.productdetail-thumb {
  width: auto;
  position: relative;
  text-align: center;
}
/* line 57, main/_product.scss */
.productdetail-thumb img {
  max-width: 100%;
  height: auto;
}

/* line 64, main/_product.scss */
.detailed_images a {
  text-decoration: none;
}

/* line 68, main/_product.scss */
ul#det-images {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 74, main/_product.scss */
ul#det-images li {
  float: left;
  padding: 3px;
}

/* line 81, main/_product.scss */
.product-info {
  float: left;
}
/* line 84, main/_product.scss */
.product-info li {
  margin-left: 14px;
}

/* line 90, main/_product.scss */
.productdetail-table td {
  vertical-align: middle;
  padding: 0 3px 3px 0;
  color: #444;
}

/* line 96, main/_product.scss */
.productdetail-lbl {
  font-weight: bold;
  font-size: 14px;
}

/* line 101, main/_product.scss */
.productdetail-price {
  font-size: 24px;
  line-height: 26px;
}

/* line 106, main/_product.scss */
.productdetail-listprice {
  text-decoration: line-through;
}

/* line 110, main/_product.scss */
table.wholesale {
  border-collapse: collapse;
  border: 2px solid #f2f2f2;
}
/* line 114, main/_product.scss */
table.wholesale td {
  border: 1px dashed #f2f2f2;
  padding: 5px;
}
/* line 118, main/_product.scss */
table.wholesale td.wholesale-prices {
  background: #eee;
}

/* line 125, main/_product.scss */
.wholesale-tax-note td {
  font-size: 10px;
  padding: 5px;
}

/* line 130, main/_product.scss */
.add-to-cart {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  margin: 15px 0;
  padding: 10px 0;
  width: 100%;
}
/* line 15, mixins/_clearfix.scss */
.add-to-cart:before, .add-to-cart:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 21, mixins/_clearfix.scss */
.add-to-cart:after {
  clear: both;
}
/* line 136, main/_product.scss */
.add-to-cart .product-add2wl {
  text-decoration: none;
  margin: 10px 0 0 0;
  padding: 5px;
  display: block;
}
/* line 142, main/_product.scss */
.add-to-cart .product-add2wl:hover {
  text-decoration: underline;
}

/* line 148, main/_product.scss */
.add-to-cart td.quantity {
  width: 20%;
}

/* line 156, main/_product.scss */
td.productdetail-field {
  padding-right: 10px;
}

/* line 161, main/_product.scss */
#module-tabfields {
  margin-top: 30px;
}

/* line 166, main/_product.scss */
.MagicToolboxContainer, .MagicToolboxMainContainer {
  width: 100% !important;
}

/*
 * (Sub)categories
 */
/* line 6, main/_productlist.scss */
.maincat-descr {
  margin-bottom: 10px;
}

/* line 10, main/_productlist.scss */
.maincat-icon {
  float: left;
  padding: 0 10px 10px 0;
}

/* line 15, main/_productlist.scss */
.subcategorylist {
  margin: 0 0 15px 0;
  padding: 0;
}
/* line 19, main/_productlist.scss */
.subcategorylist li {
  display: inline-table;
  margin-right: 20px;
}
/* line 23, main/_productlist.scss */
.subcategorylist li h2 a {
  color: #981134;
  display: block;
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
}

/* line 33, main/_productlist.scss */
.filteraccordion, .filteraccordioncontent {
  display: none;
}

/* line 36, main/_productlist.scss */
.filteraccordion {
  width: 100%;
  float: left;
  clear: both;
}

/* line 42, main/_productlist.scss */
.filteraccordioncontent label {
  position: relative;
  left: -14px;
  padding-left: 18px;
}

/* line 48, main/_productlist.scss */
.search-result {
  line-height: 33px;
  font-size: 12px;
  margin: 0 0 10px 0;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 56, main/_productlist.scss */
.search-result .search-right {
  float: right;
}

/* line 60, main/_productlist.scss */
.bg-highlight,
.dialog-headertext {
  background: #f2f2f2;
  padding: 10px;
}

/* line 66, main/_productlist.scss */
.SearchSortCell {
  padding: 0 0 0 5px;
}

/* line 67, main/_productlist.scss */
.SearchSortCell b {
  color: #000000;
  font-weight: normal;
}

/* line 68, main/_productlist.scss */
.SearchSortLink {
  padding: 0 0 0 10px;
}

/* line 70, main/_productlist.scss */
.searchresult-navigation-top {
  margin-bottom: 15px;
  padding: 0 0 5px 0;
  height: 38px;
}

/* line 75, main/_productlist.scss */
.searchresult-navigation-bottom {
  margin-top: 15px;
  padding: 5px 0 0 0;
  height: 38px;
}

/* line 81, main/_productlist.scss */
.searchresult-page-nav-second {
  color: #666666;
  float: left;
  padding: 0;
  position: relative;
  left: 0;
  top: 8px;
}

/* line 89, main/_productlist.scss */
.page-nav-container {
  display: inline-block;
  margin: 5px 0 0;
}

/* line 94, main/_productlist.scss */
.searchresult-page-nav {
  float: right;
}
/* line 97, main/_productlist.scss */
.searchresult-page-nav a {
  padding: 4px 0 0;
  width: 24px;
  height: 18px;
  text-align: center;
  display: block;
  float: left;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #666;
  margin: 0 0 0 1px;
}
/* line 109, main/_productlist.scss */
.searchresult-page-nav a:hover {
  text-decoration: none;
  border: 1px solid #e0e0e0;
  background: #f2f2f2;
  color: white;
}
/* line 117, main/_productlist.scss */
.searchresult-page-nav .page-active {
  padding: 4px 0 0;
  width: 24px;
  height: 18px;
  text-align: center;
  display: block;
  float: left;
  text-decoration: none;
  border: 1px solid #000000;
  background: #981134;
  color: #fff;
}
/* line 130, main/_productlist.scss */
.searchresult-page-nav img {
  position: relative;
  top: 1px;
}
/* line 134, main/_productlist.scss */
.searchresult-page-nav .lesspad {
  padding: 2px;
}
/* line 137, main/_productlist.scss */
.searchresult-page-nav .nav-last,
.searchresult-page-nav .nav-first {
  padding: 5px 12px;
  width: auto;
  background: none;
  border: medium none;
  position: relative;
  z-index: 10;
}
/* line 146, main/_productlist.scss */
.searchresult-page-nav .nav-last:hover,
.searchresult-page-nav .nav-first:hover {
  background: none;
  border: medium none;
  position: relative;
  z-index: 10;
}

/* line 157, main/_productlist.scss */
.searchresult-sort-nav {
  float: left;
  margin: 7px 0 0 15px;
  position: relative;
}
/* line 162, main/_productlist.scss */
.searchresult-sort-nav td {
  padding: 8px 3px;
  color: #666666;
}
/* line 165, main/_productlist.scss */
.searchresult-sort-nav td a {
  text-decoration: none;
  color: #666666;
}
/* line 169, main/_productlist.scss */
.searchresult-sort-nav td a:hover {
  color: white;
  text-decoration: none;
}

/*
 * Productlist
 */
/* line 185, main/_productlist.scss */
.productlist {
  margin: 10px 0 0 0;
  padding: 0;
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
/* line 15, mixins/_clearfix.scss */
.productlist:before, .productlist:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 21, mixins/_clearfix.scss */
.productlist:after {
  clear: both;
}
/* line 191, main/_productlist.scss */
.productlist > li {
  border-bottom: 1px solid #e0e0e0;
  display: inline-block;
  margin: 0px 5px 25px;
  padding: 0px 0px 20px 0px;
  width: calc(25% - 13px);
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 205, main/_productlist.scss */
.productlist > li > h2 {
  font-size: 12px;
  padding: 0;
  margin: 0;
  min-height: 55px;
}
/* line 211, main/_productlist.scss */
.productlist > li > h2 a {
  color: #981134;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 221, main/_productlist.scss */
.productlist-thumb {
  width: 100%;
  height: 225px;
  margin: 0 auto;
  position: relative;
}
/* line 227, main/_productlist.scss */
.productlist-thumb img {
  width: auto;
  height: auto;
  max-width: 210px;
  max-height: 210px;
}
/* line 234, main/_productlist.scss */
.productlist-thumb .productlist-newicon {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 243, main/_productlist.scss */
.productlist-prices {
  margin: 10px 0;
  text-align: center;
}
/* line 247, main/_productlist.scss */
.productlist-prices a {
  padding: 5px;
  display: block;
}

/* line 253, main/_productlist.scss */
.productlist-listprice {
  text-decoration: line-through;
  padding-right: 5px;
}

/* line 258, main/_productlist.scss */
.productlist-price {
  font-weight: bold;
}

/* line 262, main/_productlist.scss */
.productlist-details {
  display: block;
  clear: left;
}

/*
 * Navigation
 */
/* line 274, main/_productlist.scss */
.productlist-nav {
  background: #eee;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(#ffffff, #eeeeee);
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
  background-image: linear-gradient(#ffffff, #eeeeee);
  border: 1px solid #f2f2f2;
  padding: 0 10px;
  color: #666;
  clear: both;
    /*
    &.productlist-nav-bottom {     
        border-top: 1px solid $lightgrey; 
        margin-top: 10px; 
        padding-top: 10px;
    }

    &.productlist-nav-top { 
        border-bottom: 1px solid $lightgrey; 
        margin-bottom: 10px; 
        padding-bottom: 10px;
    }
    */
}
/* line 283, main/_productlist.scss */
.productlist-nav a {
  color: white;
}

/* line 302, main/_productlist.scss */
.productlist-nav-sort td {
  padding: 4px 2px;
}
/* line 304, main/_productlist.scss */
.productlist-nav-sort td a {
  text-decoration: none;
}
/* line 307, main/_productlist.scss */
.productlist-nav-sort td a:hover {
  color: white;
  text-decoration: underline;
}

/*
 * News module
 */
/* ==========================================================================
   Subscribe
   ========================================================================== */
/* line 9, main/_news.scss */
.news-subscribe input {
  width: 100%;
}

/*
 * Cart
 */
/* line 5, main/_cart.scss */
.cart-items-wrapper, .cart-details-table {
  margin-bottom: 10px;
  width: 100%;
}
/* line 9, main/_cart.scss */
.cart-items-wrapper th, .cart-details-table th {
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px;
  background: #981134;
  color: #fff;
}
/* line 16, main/_cart.scss */
.cart-items-wrapper th.productsum_title, .cart-details-table th.productsum_title {
  padding-left: 10px;
}
/* line 19, main/_cart.scss */
.cart-items-wrapper th.remove, .cart-details-table th.remove {
  padding-right: 10px;
}
/* line 23, main/_cart.scss */
.cart-items-wrapper th.th-center, .cart-details-table th.th-center {
  text-align: center;
}
/* line 27, main/_cart.scss */
.cart-items-wrapper th.th-right, .cart-details-table th.th-right {
  text-align: right;
}
/* line 32, main/_cart.scss */
.cart-items-wrapper td, .cart-details-table td {
  vertical-align: middle;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
/* line 37, main/_cart.scss */
.cart-items-wrapper td td, .cart-details-table td td {
  padding: 0;
  border-bottom: none;
}
/* line 42, main/_cart.scss */
.cart-items-wrapper td.cart-product-info, .cart-details-table td.cart-product-info {
  border: none;
}
/* line 46, main/_cart.scss */
.cart-items-wrapper td.td-center, .cart-details-table td.td-center {
  text-align: center;
}
/* line 50, main/_cart.scss */
.cart-items-wrapper td.td-right, .cart-details-table td.td-right {
  text-align: right;
}

/* line 59, main/_cart.scss */
.cart-item {
  position: relative;
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}

/* line 66, main/_cart.scss */
.cart-thumb {
  width: 5%;
}

/* line 70, main/_cart.scss */
.cart-thumb img {
  width: 50px;
  height: auto;
  margin: 0 20px 0 0;
}

/* line 76, main/_cart.scss */
.cart-quantity {
  width: 45%;
}

/* line 80, main/_cart.scss */
.cart-product-price {
  width: 10%;
}

/* line 84, main/_cart.scss */
.cart-product-add {
  width: 20%;
}

/* line 88, main/_cart.scss */
.cart-remove {
  width: 10%;
}

/* line 92, main/_cart.scss */
.cart-buttons {
  float: right;
  margin-top: 10px;
  text-align: right;
  margin-top: 10px;
}

/* line 99, main/_cart.scss */
.cart-coupon {
  background: #fff;
  border: 2px dotted #e0e0e0;
  padding: 15px;
  width: 40%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 108, main/_cart.scss */
.cart-coupon h3 {
  margin: 0 0 10px 0;
}
/* line 112, main/_cart.scss */
.cart-coupon table, .cart-coupon input {
  width: 100%;
}

/* line 119, main/_cart.scss */
.cart-coupon form {
  margin-top: 10px;
}
/* line 122, main/_cart.scss */
.cart-coupon form input {
  margin: 0 0 15px 0;
}
/* line 127, main/_cart.scss */
.cart-coupon .content,
.cart-coupon .contentblock {
  padding: 0;
  margin: 0;
}

/* line 135, main/_cart.scss */
.cart-totals-wrapper {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  float: left;
  border: none;
  border-left: 0;
  border-right: 0;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 0;
}
/* line 15, mixins/_clearfix.scss */
.cart-totals-wrapper:before, .cart-totals-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 21, mixins/_clearfix.scss */
.cart-totals-wrapper:after {
  clear: both;
}

/* line 146, main/_cart.scss */
.cart-totals {
  float: right;
  text-align: right;
  min-width: 40%;
}

/* line 152, main/_cart.scss */
.tbl-cart-totals {
  float: right;
  width: 100%;
}
/* line 156, main/_cart.scss */
.tbl-cart-totals td {
  line-height: 20px;
}

/* line 161, main/_cart.scss */
.tbl-cart-totals-methods {
  padding-bottom: 5px;
}
/* line 164, main/_cart.scss */
.tbl-cart-totals-methods td {
  padding: 0 5px 5px 0;
  vertical-align: top;
}

/* line 170, main/_cart.scss */
.totals-line-seperator {
  border-bottom: 1px solid #666;
  padding: 4px 0;
}

/* line 175, main/_cart.scss */
td.tbl-label {
  padding: 0 2px 0 0;
  vertical-align: middle;
}

/* line 180, main/_cart.scss */
td.tbl-value {
  text-align: right;
  padding: 0 0 0 5px;
}

/* line 185, main/_cart.scss */
.totals-label,
.totals-value {
  font-weight: bold;
  font-size: 14px;
}

/* line 191, main/_cart.scss */
td.totals-label,
td.totals-value {
  line-height: 36px;
}

/*
 * Checkout
 */
/* line 201, main/_cart.scss */
.payment-methods td {
  padding: 0 15px 10px 0;
}

/*
 * Fast Lane Checkout / Snelle kassa
 */
/* line 210, main/_cart.scss */
.flc-checkout-progress {
  margin: 0 0 15px 0;
}

/* line 214, main/_cart.scss */
h1.flcheader {
  margin: 10px 0;
}

/* line 218, main/_cart.scss */
.contentblock-flc {
  width: 330px;
  margin-top: 15px;
}

/* line 223, main/_cart.scss */
.contentblock-flc-login {
  float: left;
  margin-right: 15px;
  border-right: 1px solid #d7dee4;
}

/* line 229, main/_cart.scss */
.contentblock-flc-newaccount {
  float: right;
}

/* line 233, main/_cart.scss */
.flc-step-bar {
  width: 100%;
  border: 1px solid #e0e0e0;
  height: 15px;
}
/* line 238, main/_cart.scss */
.flc-step-bar td {
  padding: 2px 10px;
  background: #f2f2f2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
  background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background-image: linear-gradient(#ffffff, #f2f2f2);
}
/* line 243, main/_cart.scss */
.flc-step-bar td.flc-stepdone {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #f2f2f2));
  background-image: -moz-linear-gradient(#f2f2f2, #f2f2f2);
  background-image: -webkit-linear-gradient(#f2f2f2, #f2f2f2);
  background-image: linear-gradient(#f2f2f2, #f2f2f2);
}
/* line 247, main/_cart.scss */
.flc-step-bar td.flc-stepactive {
  background: #981134;
}

/* line 256, main/_cart.scss */
.flc-step-text {
  width: 100%;
  height: 20px;
  text-transform: uppercase;
}
/* line 261, main/_cart.scss */
.flc-step-text td {
  padding: 5px 10px;
  text-align: center;
}
/* line 266, main/_cart.scss */
.flc-step-text .flc-stepdone a {
  font-weight: bold;
  text-decoration: none;
  color: white;
}
/* line 272, main/_cart.scss */
.flc-step-text .flc-stepactive {
  font-weight: bold;
}

/* line 277, main/_cart.scss */
.flc-methods {
  width: auto;
}
/* line 280, main/_cart.scss */
.flc-methods td {
  padding: 10px 4px;
  vertical-align: middle;
}

/* line 287, main/_cart.scss */
.flc-nextbutton {
  text-align: right;
}

/* line 291, main/_cart.scss */
.checkout-accountbox {
  width: 32%;
  margin-right: 2%;
  float: left;
}

/* line 297, main/_cart.scss */
.checkout-accountbox-last {
  margin: 0;
  float: right;
}

/* line 302, main/_cart.scss */
.cart-subtotal {
  text-align: right;
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  padding: 10px;
}
/* line 309, main/_cart.scss */
.cart-subtotal table {
  float: right;
  margin-right: 110px;
}
/* line 313, main/_cart.scss */
.cart-subtotal table td {
  vertical-align: top;
}
/* line 318, main/_cart.scss */
.cart-subtotal .FormButton {
  font-weight: bold;
}
/* line 322, main/_cart.scss */
.cart-subtotal .subtotal {
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
}
/* line 328, main/_cart.scss */
.cart-subtotal .discounted-subtotal {
  line-height: 26px;
}

/* line 335, main/_cart.scss */
#fast_lane_buttons {
  float: right;
  margin-bottom: 10px;
}

/* line 340, main/_cart.scss */
.fast_lane_back {
  background-color: white;
}

/* line 344, main/_cart.scss */
.checkout-notes {
  float: left;
  margin: 20px 0;
  width: 100%;
}
/* line 349, main/_cart.scss */
.checkout-notes textarea {
  width: 100%;
}

/* Categorylist
   ========================================================================== */
/* line 4, main/_shopcategories.scss */
ul.shopcategories {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 380px) {
  /* line 10, main/_shopcategories.scss */
  .main-category {
    float: left;
    width: 50%;
  }
}
@media (min-width: 600px) {
  /* line 10, main/_shopcategories.scss */
  .main-category {
    width: 25%;
  }
}
/* line 25, main/_shopcategories.scss */
.main-category:hover {
  background: #e0e0e0;
}

/* line 30, main/_shopcategories.scss */
.category-block {
  margin: 10px;
  padding: 0 5px;
}
/* line 34, main/_shopcategories.scss */
.category-block h2 {
  border-bottom: 2px solid #e0e0e0;
}
/* line 38, main/_shopcategories.scss */
.category-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 43, main/_shopcategories.scss */
.category-block ul ul {
  margin: 0 0 20px 0;
}
/* line 46, main/_shopcategories.scss */
.category-block ul ul h3 {
  font-weight: normal;
}
/* line 52, main/_shopcategories.scss */
.category-block a {
  display: block;
}

/* Homepage categorie blokken
   ========================================================================== */
/* line 61, main/_shopcategories.scss */
ul.shopcategories-home {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
/* line 15, mixins/_clearfix.scss */
ul.shopcategories-home:before, ul.shopcategories-home:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 21, mixins/_clearfix.scss */
ul.shopcategories-home:after {
  clear: both;
}
/* line 67, main/_shopcategories.scss */
ul.shopcategories-home li {
  float: left;
  margin: 20px;
  width: 200px;
}

/* line 73, main/_shopcategories.scss */
.category-block-home {
  position: relative;
  text-align: center;
  height: 200px;
}
/* line 78, main/_shopcategories.scss */
.category-block-home img {
  width: auto;
  max-height: 200px;
}
/* line 83, main/_shopcategories.scss */
.category-block-home .transparent-layer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: #e0e0e0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 92, main/_shopcategories.scss */
.category-block-home h2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 30px;
}
/* line 100, main/_shopcategories.scss */
.category-block-home h2 a {
  display: block;
}
/* line 103, main/_shopcategories.scss */
.category-block-home h2 a:hover {
  color: #e6e6e6;
}

/* line 109, main/_shopcategories.scss */
.category-home-subtitle {
  margin: 5px 0 0 0;
}

/* Print styles
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 8, media/_print_defaults.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 15, media/_print_defaults.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 20, media/_print_defaults.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 24, media/_print_defaults.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 32, media/_print_defaults.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 38, media/_print_defaults.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, media/_print_defaults.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 48, media/_print_defaults.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, media/_print_defaults.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 61, media/_print_defaults.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 68, media/_print_defaults.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Responsive css overrules indien geactiveerd
   ========================================================================== */
/* Put complete code inside a big mixin to be able to load it in an @if structure
   ========================================================================== */
/** 
 * Onderstaande bestanden bevatten mixins met hierin de styles die later ingevoegd
 * worden, omdat je in een mixin geen import kunt doen.
 */
/* Landscape phone to portrait tablet */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
/* Portrait phones and down */
/** 
 * Start mixin
 */
/**
 * -- responsive/_mmenu.scss
 * Moet geladen worden boven de is-responsive class of werkt anders niet!
 */
/*
	Animations
*/
/* line 6, responsive/_mmenu.scss */
.mm-opened .mm-page,
.mm-opened #mm-blocker,
.mm-is-menu.mm-horizontal .mm-inner > ul {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
}

/* line 16, responsive/_mmenu.scss */
.mm-opened.mm-dragging .mm-page {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* line 24, responsive/_mmenu.scss */
.mm-opened.mm-dragging.mm-next .mm-menu,
.mm-opened.mm-dragging.mm-front .mm-menu {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* line 33, responsive/_mmenu.scss */
.mm-opened .mm-page,
.mm-opened #mm-blocker {
  /* border-color is needed to force transitionend event even if no other value changed */
  /* transform is needed to force hardware acceleration */
  -webkit-transition-property: top, right, bottom, left, margin, border, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, margin, border, -moz-transform;
  -ms-transition-property: top, right, bottom, left, margin, border, -ms-transform;
  -o-transition-property: top, right, bottom, left, margin, border, -o-transform;
  transition-property: top, right, bottom, left, margin, border, transform;
  border: none solid transparent;
}

/* line 46, responsive/_mmenu.scss */
.mm-opening .mm-page,
.mm-opening #mm-blocker {
  border: none solid rgba(1, 1, 1, 0);
}

/* line 51, responsive/_mmenu.scss */
.mm-is-menu.mm-horizontal .mm-inner > ul {
  -webkit-transition-property: margin-left;
  -moz-transition-property: margin-left;
  -ms-transition-property: margin-left;
  -o-transition-property: margin-left;
  transition-property: margin-left;
}

/* line 60, responsive/_mmenu.scss */
.mm-accelerated.mm-opening .mm-page,
.mm-accelerated.mm-opening #mm-blocker,
.mm-accelerated .mm-is-menu.mm-horizontal .mm-inner > ul.mm-subopened {
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}

/* line 71, responsive/_mmenu.scss */
.mm-opened .mm-page,
.mm-opened #mm-blocker {
  margin: 0px;
  left: 0%;
  top: 0;
}

/* line 78, responsive/_mmenu.scss */
.mm-opening .mm-page,
.mm-opening #mm-blocker {
  margin: 0 0 0 -65px;
  left: 100%;
}

/*
	Menu, submenus, items
	- Sizing and positioning
*/
/* line 90, responsive/_mmenu.scss */
.mm-opened .mm-page,
.mm-menu,
.mm-menu .mm-inner,
.mm-is-menu ul,
.mm-menu div.mm-search,
.mm-menu div.mm-search input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* html/body */
/* line 101, responsive/_mmenu.scss */
.mm-opened,
.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 108, responsive/_mmenu.scss */
.mm-opened body {
  position: relative;
}

/* menu */
/* line 114, responsive/_mmenu.scss */
.mm-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

/* line 125, responsive/_mmenu.scss */
.mm-menu.mm-opened {
  display: block;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 133, responsive/_mmenu.scss */
.mm-menu.mm-opened ~ .mm-menu.mm-opened {
  display: none;
}

/* line 137, responsive/_mmenu.scss */
.mm-inner {
  width: 100%;
  height: 100%;
  padding: 0 65px 0 0;
}

/* ul/li */
/* line 145, responsive/_mmenu.scss */
.mm-is-menu ul,
.mm-is-menu li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

/* line 153, responsive/_mmenu.scss */
.mm-is-menu li {
  position: relative;
}

/* line 157, responsive/_mmenu.scss */
.mm-is-menu li:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}

/* line 166, responsive/_mmenu.scss */
.mm-is-menu .mm-inner > ul {
  width: 100%;
  padding: 20px 0 40px 0;
}

/* items */
/* line 173, responsive/_mmenu.scss */
.mm-is-menu li > a,
.mm-is-menu li > span {
  text-indent: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  overflow: hidden;
  display: block;
  padding: 0 10px 0 0;
  margin: 0;
}

/* subopen/close */
/* line 188, responsive/_mmenu.scss */
.mm-menu a.mm-subopen {
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

/* line 198, responsive/_mmenu.scss */
.mm-menu a.mm-subopen:before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
}

/* line 206, responsive/_mmenu.scss */
.mm-menu a.mm-subopen.mm-fullsubopen {
  border-left: none;
  width: 100%;
}

/* line 211, responsive/_mmenu.scss */
.mm-menu a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}

/* line 215, responsive/_mmenu.scss */
.mm-menu a.mm-subclose {
  text-indent: 40px;
  padding-top: 20px;
  margin-top: -20px;
}

/* line 221, responsive/_mmenu.scss */
.mm-menu a.mm-subopen + a,
.mm-menu a.mm-subopen + span {
  padding-right: 45px;
}

/* page + blocker */
/* line 228, responsive/_mmenu.scss */
.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute;
}

/* line 234, responsive/_mmenu.scss */
.mm-background .mm-page {
  background: inherit;
}

/* line 238, responsive/_mmenu.scss */
#mm-blocker {
  background: #fff;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
}

/* line 248, responsive/_mmenu.scss */
.mm-opened #mm-blocker,
.mm-blocking #mm-blocker {
  display: block;
}

/* vertical submenu */
/* line 255, responsive/_mmenu.scss */
.mm-menu.mm-vertical ul ul {
  display: none;
  padding: 10px 0 10px 10px;
}

/* line 260, responsive/_mmenu.scss */
.mm-menu.mm-vertical li.mm-opened > ul {
  display: block;
}

/* line 264, responsive/_mmenu.scss */
.mm-menu.mm-vertical ul ul li:last-child,
.mm-menu.mm-vertical ul ul li:last-child:after {
  border-bottom-width: 0;
}

/* line 269, responsive/_mmenu.scss */
.mm-menu.mm-vertical li.mm-selected > a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-selected > a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}

/* line 275, responsive/_mmenu.scss */
.mm-menu.mm-vertical li.mm-selected > em.mm-counter + a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-selected > em.mm-counter + a.mm-subopen + span {
  margin-right: 75px;
}

/* horizontal submenu */
/* line 282, responsive/_mmenu.scss */
.mm-menu.mm-horizontal .mm-inner {
  white-space: nowrap;
}

/* line 286, responsive/_mmenu.scss */
.mm-menu.mm-horizontal ul {
  vertical-align: top;
  margin-left: 0%;
}

/* line 291, responsive/_mmenu.scss */
.mm-menu.mm-horizontal ul.mm-submenu {
  display: none;
}

/* line 295, responsive/_mmenu.scss */
.mm-menu.mm-horizontal ul,
.mm-menu.mm-horizontal ul.mm-submenu.mm-opened {
  display: inline-block;
}

/* line 300, responsive/_mmenu.scss */
.mm-menu.mm-horizontal ul.mm-subopened {
  margin-left: -100%;
  max-height: 100%;
  overflow: hidden;
}

/*
	Menu, submenus, items
	- Styling (default: dark background)
*/
/* line 312, responsive/_mmenu.scss */
.mm-is-menu {
  background: #333;
}

/* line 316, responsive/_mmenu.scss */
.mm-is-menu * {
  -webkit-text-size-adjust: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

/* line 323, responsive/_mmenu.scss */
.mm-is-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 327, responsive/_mmenu.scss */
.mm-is-menu li:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

/* line 332, responsive/_mmenu.scss */
.mm-is-menu li,
.mm-is-menu li > a,
.mm-is-menu li > span {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

/* line 339, responsive/_mmenu.scss */
.mm-menu li.mm-selected > a,
.mm-menu li.mm-selected > span {
  background: rgba(0, 0, 0, 0.2);
}

/* line 344, responsive/_mmenu.scss */
.mm-menu li.mm-selected > a.mm-subopen {
  background: transparent;
}

/* subopen/close */
/* line 350, responsive/_mmenu.scss */
.mm-menu a.mm-subopen {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 354, responsive/_mmenu.scss */
.mm-menu a.mm-subopen:before {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}

/* line 358, responsive/_mmenu.scss */
.mm-menu a.mm-subclose {
  background: rgba(0, 0, 0, 0.2);
}

/* vertical submenu */
/* line 364, responsive/_mmenu.scss */
.mm-menu.mm-vertical li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.06);
}

/* page + blocker */
/* line 371, responsive/_mmenu.scss */
.mm-opened .mm-page {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
}

/*
	Labels
	- Sizing and positioning
*/
/* line 381, responsive/_mmenu.scss */
.mm-menu li.mm-label {
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

/*
	Labels
	- Styling
*/
/* line 393, responsive/_mmenu.scss */
.mm-menu li.mm-label {
  background: rgba(255, 255, 255, 0.1);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

/*
	Counters
	- Sizing and positioning
*/
/* line 405, responsive/_mmenu.scss */
.mm-menu em.mm-counter {
  text-indent: 0;
  text-align: center;
  text-shadow: none;
  line-height: 22px;
  display: block;
  min-width: 16px;
  height: 20px;
  padding: 0 2px;
  position: absolute;
  right: 40px;
  top: 10px;
}

/* line 419, responsive/_mmenu.scss */
.mm-menu em.mm-counter + a.mm-subopen {
  padding-left: 35px;
}

/* line 423, responsive/_mmenu.scss */
.mm-menu em.mm-counter + a.mm-subopen + a,
.mm-menu em.mm-counter + a.mm-subopen + span {
  padding-right: 80px;
}

/*
	Counters
	- Styling
*/
/* line 434, responsive/_mmenu.scss */
.mm-menu em.mm-counter {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  font-size: 11px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.4);
}

/*
	Arrows
	- Sizing and positioning
*/
/* line 449, responsive/_mmenu.scss */
.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before {
  content: '';
  border-width: 4px;
  border-style: solid;
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 467, responsive/_mmenu.scss */
.mm-menu a.mm-subopen:after {
  border-top: none;
  border-left: none;
  margin-top: -4px;
  right: 16px;
}

/* line 474, responsive/_mmenu.scss */
.mm-menu a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-top: 4px;
  left: 20px;
}

/* line 481, responsive/_mmenu.scss */
.mm-menu.mm-vertical li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
	Arrows
	- Styling
*/
/* line 495, responsive/_mmenu.scss */
.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}

/*
	Search
	- Sizing and positioning
*/
/* line 506, responsive/_mmenu.scss */
.mm-menu div.mm-search {
  width: 100%;
  height: 50px;
  padding: 10px;
  position: relative;
  z-index: 1;
}

/* line 515, responsive/_mmenu.scss */
.mm-menu div.mm-search input {
  border: none;
  border-radius: 15px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 0 0 10px;
}

/* line 527, responsive/_mmenu.scss */
.mm-menu li.mm-noresults {
  border: none;
  display: none;
  padding-top: 30px;
}

/* line 533, responsive/_mmenu.scss */
.mm-menu li.mm-noresults:after {
  border: none;
}

/* line 537, responsive/_mmenu.scss */
.mm-menu.mm-noresults li.mm-noresults {
  display: block;
}

/* line 542, responsive/_mmenu.scss */
.mm-menu .mm-noresult,
.mm-menu .mm-nosubresult > a.mm-subopen,
.mm-menu .mm-nosubresult > em.mm-counter {
  display: none;
}

/* line 548, responsive/_mmenu.scss */
.mm-menu .mm-nosubresult > a.mm-subopen + a,
.mm-menu .mm-nosubresult > a.mm-subopen + span {
  padding-right: 5px;
}

/*
	Search
	- Styling
*/
/* line 559, responsive/_mmenu.scss */
.mm-menu div.mm-search {
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 564, responsive/_mmenu.scss */
.mm-menu div.mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.9);
}

/* line 569, responsive/_mmenu.scss */
.mm-menu li.mm-noresults {
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}

/*
	Bugfix for browsers without support for overflowscrolling
		- Android < 3
*/
/* line 580, responsive/_mmenu.scss */
.mm-no-overflowscrolling.mm-opened,
.mm-no-overflowscrolling.mm-opened body {
  overflow: visible;
}

/* line 585, responsive/_mmenu.scss */
.mm-no-overflowscrolling.mm-opened body {
  overflow-x: hidden;
}

/* line 589, responsive/_mmenu.scss */
.mm-no-overflowscrolling.mm-opened .mm-page {
  min-height: 200%;
  position: fixed;
  top: 0;
  z-index: 3;
}

/* line 596, responsive/_mmenu.scss */
.mm-no-overflowscrolling .mm-menu {
  height: auto;
  min-height: 100%;
  overflow: default;
  overflow-x: default;
  overflow-y: default;
  position: relative;
  left: auto;
  top: auto;
}

/*
	Bugfix for browsers with "scrolling" addressbar
		- mobiel safari on iPhone and iPod
*/
/* line 613, responsive/_mmenu.scss */
.mm-iphone-addressbar.mm-opened body {
  padding-bottom: 60px;
}

/*
	Sizing and positioning for larger screens
*/
@media all and (min-width: 500px) {
  /* line 624, responsive/_mmenu.scss */
  .mm-menu {
    width: 500px;
  }

  /* line 628, responsive/_mmenu.scss */
  .mm-opening .mm-page,
  .mm-opening #mm-blocker {
    left: 500px;
  }
}
@media (min-width: 768px) {
  /* line 637, responsive/_mmenu.scss */
  .mm-menu {
    width: auto;
  }

  /* line 641, responsive/_mmenu.scss */
  .mm-opening .mm-page,
  .mm-opening #mm-blocker {
    left: 0;
    margin: 0;
  }
}
/*
 * Mobile menu
 */
/* line 6, responsive/_mobilemenu.scss */
#mobilemenu {
  background: #f8f8f8;
  padding: 20px;
  text-align: left;
  -ms-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 17, responsive/_mobilemenu.scss */
#mobilemenu h3 {
  font-size: 20px;
  color: #981135;
  margin: 0;
  padding: 10px 0px;
  font-weight: normal;
}

/* line 25, responsive/_mobilemenu.scss */
#mobilemenu ul {
  margin: 10px 0 0 0;
  padding: 0;
}

/* line 30, responsive/_mobilemenu.scss */
#mobilemenu ul ul {
  margin: 0 0 0 0;
  border-left: 1px solid #dddddd;
  padding: 0 0 0 15px;
}

/*
#mobilemenu ul.black{
    margin: 20px 0 0 0;
}
*/
/* line 42, responsive/_mobilemenu.scss */
#mobilemenu ul li {
  list-style-type: none;
  margin: 0;
}

/* line 47, responsive/_mobilemenu.scss */
#mobilemenu .icon-right-dir {
  color: #981134;
  font-size: 18px;
  float: left;
  padding: 7px 0 0 0;
  margin: 0 0 0 -11px;
}

/* line 54, responsive/_mobilemenu.scss */
#mobilemenu .black .icon-right-dir {
  color: black;
}

/* line 60, responsive/_mobilemenu.scss */
#mobilemenu ul li a:link,
#mobilemenu ul li a:visited {
  font-size: 15px;
  margin: 0;
  font-weight: normal;
  text-decoration: none;
  width: 165px;
  display: block;
  line-height: 34px;
}

/*
#mobilemenu ul.black li a:link,
#mobilemenu ul.black li a:visited { 
    background: url(../images/menu_arrow_z.png) no-repeat 0 11px;
    font-size: 15px;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    width: 165px;
    display: block;
    line-height: 34px;
    padding: 0 0 0 15px;
}
*/
/* line 93, responsive/_mobilemenu.scss */
#mobilemenu ul li ul li a:link,
#mobilemenu ul li ul li a:visited {
  background: none;
  font-size: 15px;
  color: #000000;
  margin: 0;
  text-transform: capatilize;
  font-size: 14px;
  text-decoration: none;
  width: 165px;
  display: block;
  line-height: 32px;
  padding: 0;
}

/* line 108, responsive/_mobilemenu.scss */
#mobilemenu ul li ul li ul li a:link,
#mobilemenu ul li ul li ul li a:visited {
  background: url(../images/menu_arrow_g.png) no-repeat 0 11px;
  font-size: 15px;
  color: #000000;
  margin: 0;
  text-transform: capatilize;
  font-size: 14px;
  text-decoration: none;
  width: 165px;
  display: block;
  line-height: 32px;
  padding: 0 0 0 15px;
}

/*
#mobilemenu ul li a:hover,
#mobilemenu ul li a:active, 
#mobilemenu ul.black li a:hover,
#mobilemenu ul.black li a:active
{
    color: $blue;
    text-decoration: none;
}
*/
/* line 133, responsive/_mobilemenu.scss */
#mobilemenu ul li ul li a:hover,
#mobilemenu ul li ul li a:active {
  text-decoration: none;
}

/* line 33, responsive/_responsive_defaults.scss */
.is-responsive {
  /**
   * Default 
   */
  /**
   * @media (max-width: 965px) -- devices/_max-desktop-small.scss
   */
  /**
   * @media (max-width: 830px) --  devices/_max-tablet-landscape.scss
   */
  /**
   * @media (max-width: 767px) -- devices/_max-tablet-portrait.scss
   */
  /**
   * @media (max-width: 600px) -- devices/_max-bigphone-landscape.scss
   */
  /**
   * @media (max-width: 520px) -- devices/_max-phone-landscape.scss
   */
  /**
   * @media (max-width: 380px) -- devices/_max-phone-portrait.scss
   */
}
/* line 38, responsive/_responsive_defaults.scss */
.is-responsive .container {
  max-width: 1170px;
  width: auto;
}
@media (max-width: 965px) {
  /* line 8, responsive/devices/_max-desktop-small.scss */
  .is-responsive .register-box input, .is-responsive .register-box select {
    width: 100%;
  }
  /* line 11, responsive/devices/_max-desktop-small.scss */
  .is-responsive .register-box input[type="checkbox"], .is-responsive .register-box input[type="radio"] {
    width: auto;
  }
  /* line 15, responsive/devices/_max-desktop-small.scss */
  .is-responsive .header-right {
    width: 31%;
  }
}
@media (max-width: 830px) {
  /* line 33, responsive/_responsive_defaults.scss */
  .is-responsive {
    /* KLIKBARE DOELEN OPTIMALISATIE
    * ========================================== */
  }
  /* line 4, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .fancybox-wrap {
    width: 715px !important;
  }
  /* line 7, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .header-right {
    width: 33.5%;
  }
  /* line 14, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .lng-select img {
    margin: 0;
    padding: 10px 5px;
  }
  /* line 21, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .speedbar a, .is-responsive .subfooter-links a, .is-responsive .copyright a {
    display: inline-block;
    padding: 2px 10px;
  }
  /* line 29, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .speedbar li:after, .is-responsive .subfooter-links li:after, .is-responsive .copyright li:after {
    padding: 0 0 0 3px;
  }
  /* line 35, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .responsive-slider .pages {
    display: none;
  }
  /* line 39, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .footer-column-mobile a {
    display: block;
  }
  /* line 43, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .productlist > li > h2 a {
    display: block;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  /* line 7, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .teksten .hometekst, .is-responsive .teksten .homeafbeelding {
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px;
  }
  /* line 12, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .stickyheader {
    position: relative;
  }
  /* line 16, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .mobilemenulink {
    display: block;
    top: 17px;
    left: 0;
    color: #981134;
    position: relative;
  }
  /* line 23, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .mobilemenulink i {
    font-size: 19px;
  }
  /* line 28, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .top-nav {
    padding: 15px 0 0 0;
    position: relative;
  }
  /* line 33, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .topusp {
    display: none;
  }
  /* line 36, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .logo {
    text-align: center;
    width: 100%;
  }
  /* line 40, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .logo img {
    max-width: 100%;
  }
  /* line 44, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .header-right {
    float: none;
    width: 100%;
  }
  /* line 48, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .header-middle {
    display: none;
  }
  /* line 52, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .search {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  /* line 58, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .search input {
    padding: 10px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  /* line 65, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .search input:focus {
    color: #000;
  }
  /* line 69, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .search img {
    position: absolute;
    right: 3px;
    top: 3px;
    margin: 0px;
  }
  /* line 78, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .suggestionsBox {
    display: none !important;
  }
  /* line 81, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .homecat {
    display: block;
    float: left;
    margin: 15px 0 5px;
    width: 100%;
  }
  /* line 90, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .homecat .accordionButton a {
    position: relative;
    display: block;
    background: #981134;
    cursor: pointer;
    padding: 6px 11px;
    margin: 0 0 6px 0;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 110, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .homecat .accordionButton a .icon-right-dir {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 24px;
    color: white;
  }
  /* line 121, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .breadcrumbs {
    font-size: 12px;
    margin: 30px 0 15px;
  }
  /* line 126, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .breadcrumbs .location_desktop {
    display: none;
  }
  /* line 130, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .searchresult-navigation-top {
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }
  /* line 135, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .searchresult-navigation-top .searchresult-page-nav {
    display: block;
    float: left;
    margin: 5px 0 12px 0;
    text-align: center;
    width: 100%;
  }
  /* line 142, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .searchresult-navigation-top .searchresult-page-nav-second,
  .is-responsive .searchresult-navigation-top .searchresult-sort-nav {
    display: none;
  }
  /* line 147, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .searchresult-navigation-bottom {
    height: auto;
    margin-top: 0;
    padding: 0;
  }
  /* line 152, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .searchresult-navigation-bottom .searchresult-page-nav {
    display: block;
    float: left;
    margin: 12px 0 5px 0;
    text-align: center;
    width: 100%;
  }
  /* line 159, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .searchresult-navigation-bottom .searchresult-page-nav-second,
  .is-responsive .searchresult-navigation-bottom .searchresult-sort-nav {
    display: none;
  }
  /* line 164, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .user-nav {
    display: none;
  }
  /* line 167, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .left-col {
    display: none;
  }
  /* line 170, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .main-col {
    width: 100%;
  }
  /* line 175, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .productlist > li {
    width: calc(33% - 12px);
  }
  /* line 180, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .productlist > li .quick-order:hover {
    display: none;
  }
  /* line 187, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .quick-order, .is-responsive .productlist li:hover .quick-order, .is-responsive .fancybox-overlay, .is-responsive .fancybox-skin {
    display: none !important;
  }
  /* line 190, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .filteraccordion {
    display: block;
    background: #f2f2f2 url(../images/accordin_arrow_z.png) no-repeat scroll 98% 50%;
    color: #191519;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 205, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .actief {
    background: #f0f0f0 url(../images/accordin_arrow_o_z.png) no-repeat scroll 98% 50%;
    cursor: pointer;
  }
  /* line 211, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .filter_mobileleft {
    width: 60%;
    float: left;
  }
  /* line 212, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .filter_mobileleft .label_check {
    padding-left: 0;
  }
  /* line 213, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .filter_mobileright {
    width: 40%;
    float: right;
  }
  /* line 216, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .filter_mobileright .filterreset a {
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
    display: inline-table;
    float: right;
    font-size: 9px;
    height: 17px;
    line-height: 18px;
    padding: 3px 8px;
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
  }
  /* line 233, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .filter_mobileleft .menublock,
  .is-responsive .filter_mobileright .menublock {
    width: 100%;
    border-bottom: none;
  }
  /* line 238, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .menu-box {
    padding: 5px;
  }
  /* line 241, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .filter-col ul li {
    position: relative;
  }
  /* line 247, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .mobileoverloop {
    position: absolute;
    z-index: 999;
    left: 0px;
    width: 30px;
    padding-left: 20px;
  }
  /* line 254, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .menu-toggle {
    display: none;
  }
  /* line 259, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .productdetail-leftcol,
  .is-responsive .productdetail-rightcol,
  .is-responsive .mod-leftcol,
  .is-responsive .mod-rightcol,
  .is-responsive .contactform,
  .is-responsive .contact-info,
  .is-responsive .checkout-accountbox {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border: none;
    border-bottom: 1px solid #f2f2f2;
  }
  /* line 272, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .checkout-accountbox {
    border-bottom: none;
  }
  /* line 275, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .MagicZoomPlus, .is-responsive .MagicZoomPlus:hover {
    cursor: none;
  }
  /* line 279, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .MagicToolboxMainContainer_mobiledis {
    background: none repeat scroll 0 0 transparent;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 99;
  }
  /* line 288, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .MagicToolboxContainer {
    width: 100% !important;
  }
  /* line 292, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer {
    float: none !important;
  }
  /* line 296, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .MagicScroll, .is-responsive .selectorsLeftblock {
    display: none !important;
  }
  /* line 300, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .imageNext,
  .is-responsive .imagePrev {
    display: inline-block;
  }
  /* line 304, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .MagicThumb-background, .is-responsive .MagicThumb-expanded {
    display: none !important;
  }
  /* line 307, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .cart-coupon {
    width: 100%;
    clear: both;
    margin: 15px 0;
  }
  /* line 312, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .cart-totals {
    width: 100%;
  }
  /* line 315, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .tbl-cart-totals {
    width: 100%;
  }
  /* line 318, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .tbl-cart-totals select {
    width: 100%;
  }
  /* line 324, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive ul#opc-sections li#opc_profile_li, .is-responsive ul#opc-sections li#opc_shipping_payment_li, .is-responsive ul#opc-sections li#opc_summary_li {
    width: 100% !important;
  }
  /* line 329, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive ul.tabs li {
    width: 100%;
    margin-bottom: 7px;
  }
  /* line 333, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive ul.tabs li a {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 339, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive ul.tabs li a.active {
    background: #666666 url(../images/accordin_arrow_o.png) no-repeat scroll 98% 50%;
  }
  /* line 346, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .tagcloud {
    display: none;
  }
  /* line 349, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .social-bookmarks {
    display: none;
  }
  /* line 353, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer {
    background: none;
  }
  /* line 357, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column {
    width: 100%;
    margin: 0;
    /*		
    .over {
    	background:$wiskerrood url(../images/accordin_arrow_w.png) no-repeat 98% 50%;
    	//background: $wiskerrood;
    	color:#fff;
    }
    */
  }
  /* line 362, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column h4 {
    margin: 0;
  }
  /* line 365, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .accordionButton {
    position: relative;
    width: 100%;
    float: left;
    background: #e0e0e0;
    cursor: pointer;
    padding: 6px 11px;
    margin: 0 0 6px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 378, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .accordionButton .icon-right-dir {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 24px;
    color: white;
    display: inline-block;
  }
  /* line 386, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .accordionButton .icon-down-dir {
    display: none;
  }
  /* line 392, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .accordionContent {
    width: 100%;
    float: left;
    display: none;
    padding: 0 0 10px 0;
    background: none;
  }
  /* line 399, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .accordionContent li {
    padding: 0 10px 0 10px;
  }
  /* line 404, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .on,
  .is-responsive .footer-column .over {
    background: #981134;
  }
  /* line 409, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .on h4,
  .is-responsive .footer-column .over h4 {
    color: #fff;
  }
  /* line 413, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .on .icon-down-dir,
  .is-responsive .footer-column .over .icon-down-dir {
    position: absolute;
    right: 2px;
    top: 8px;
    font-size: 24px;
    color: white;
    display: inline-block;
  }
  /* line 421, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .on .icon-right-dir,
  .is-responsive .footer-column .over .icon-right-dir {
    display: none;
  }
  /* line 435, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column-mobile {
    display: inline-block;
    float: right;
    line-height: 35px;
    margin: 20px 0;
  }
  /* line 441, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column-mobile a {
    text-decoration: none;
  }
  /* line 445, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column-mobile img {
    float: left;
    margin: 0 10px 0 0;
  }
  /* line 451, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .omhoog {
    float: left;
    padding: 0 10px 0 0;
  }
  /* line 455, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .omhoog .icon-up-wrap {
    float: left;
    background: #981134;
    width: 35px;
    height: 33px;
    padding: 2px 0 0;
    text-align: center;
    margin: 0 10px 0 0;
  }
  /* line 465, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .omhoog .icon-up-open {
    font-size: 26px;
    color: white;
  }
  /* line 472, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .icon-desktop-wrap {
    float: left;
    width: 45px;
    height: 33px;
    padding: 2px 0 0;
    text-align: center;
    margin: 0 10px 0 0;
  }
  /* line 481, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .icon-desktop {
    font-size: 35px;
    color: #981134;
  }
  /* line 486, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .subfooter {
    height: auto;
    margin-bottom: 30px;
  }
  /* line 490, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .subfooter li {
    line-height: 33px;
  }
  /* line 494, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .subfooter .copyright {
    width: 100%;
  }
  /* line 496, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .subfooter .copyright li {
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  /* line 5, responsive/devices/_max-bigphone-landscape.scss */
  .is-responsive .productlist > li {
    width: calc(50% - 12px);
  }
  /* line 10, responsive/devices/_max-bigphone-landscape.scss */
  .is-responsive .accountbox {
    width: 50%;
  }
}
@media (max-width: 600px) {
  /* line 5, responsive/devices/_max-phone-landscape.scss */
  .is-responsive .subfooter {
    padding: 0px;
  }
  /* line 9, responsive/devices/_max-phone-landscape.scss */
  .is-responsive ul.subfooter-links {
    width: 100%;
  }
  /* line 12, responsive/devices/_max-phone-landscape.scss */
  .is-responsive ul.subfooter-links li {
    width: 100%;
    clear: both;
    display: block;
    text-align: center;
  }
  /* line 18, responsive/devices/_max-phone-landscape.scss */
  .is-responsive ul.subfooter-links li:after {
    display: none;
  }
  /* line 22, responsive/devices/_max-phone-landscape.scss */
  .is-responsive ul.subfooter-links li a {
    padding: 0px;
  }
}
@media (max-width: 520px) {
  /* line 32, responsive/devices/_max-phone-landscape.scss */
  .is-responsive .top-nav {
    top: 0px;
  }
  /* line 35, responsive/devices/_max-phone-landscape.scss */
  .is-responsive .maintopnav {
    display: none;
  }
  /* line 41, responsive/devices/_max-phone-landscape.scss */
  .is-responsive .productlist > li {
    width: 100%;
    margin: 0px 10px 0px 0px;
  }
  /* line 48, responsive/devices/_max-phone-landscape.scss */
  .is-responsive .cart-quantity span.price_note {
    display: none;
  }
  /* line 58, responsive/devices/_max-phone-landscape.scss */
  .is-responsive .basket a.cart-items-checkout {
    display: none;
  }
  /* line 65, responsive/devices/_max-phone-landscape.scss */
  .is-responsive .searchresult-page-nav a,
  .is-responsive .searchresult-page-nav .page-active {
    padding: 6px 0 0;
    width: 30px;
    height: 25px;
    margin: 0 0 0 5px;
    font-size: 14px;
  }
  /* line 74, responsive/devices/_max-phone-landscape.scss */
  .is-responsive .searchresult-page-nav .nav-last,
  .is-responsive .searchresult-page-nav .nav-first {
    padding: 8px 12px;
  }
  /* line 80, responsive/devices/_max-phone-landscape.scss */
  .is-responsive .welcomelinks, .is-responsive .welcomemidden, .is-responsive .welcomerechts {
    width: 96%;
    padding: 2%;
    clear: both;
    margin-bottom: 15px;
  }
  /* line 87, responsive/devices/_max-phone-landscape.scss */
  .is-responsive .teksten {
    width: 96%;
    padding: 2%;
  }
  /* line 91, responsive/devices/_max-phone-landscape.scss */
  .is-responsive .teksten .hometekst,
  .is-responsive .teksten .homeafbeelding {
    width: 96%;
    padding: 2%;
    clear: both;
    margin-bottom: 15px;
  }
}
@media (max-width: 380px) {
  /* line 7, responsive/devices/_max-phone-portrait.scss */
  .is-responsive .productlist > li {
    width: 96.50%;
  }
  /* line 10, responsive/devices/_max-phone-portrait.scss */
  .is-responsive .productlist > li:nth-child(2n+2) {
    margin-right: 1.5%;
  }
  /* line 13, responsive/devices/_max-phone-portrait.scss */
  .is-responsive .productlist > li:nth-child(1n+1) {
    margin-right: 0;
  }
  /* line 19, responsive/devices/_max-phone-portrait.scss */
  .is-responsive .accountbox {
    width: 100%;
  }
  /* line 22, responsive/devices/_max-phone-portrait.scss */
  .is-responsive .guestbook_message, .is-responsive .guestbook_message2 {
    background-image: none;
    padding-left: 15px;
  }
  /* line 29, responsive/devices/_max-phone-portrait.scss */
  .is-responsive .next-prev {
    text-align: center;
    margin: 0 0 10px 0;
  }
}
