@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
 */
/*$container-width: 976px;*/
/*
 * Kleuren
 */
/*
 * Button kleuren
 */
/*
 * Nav Menu links
 */
/*
 * Productlijst
 */
/*  SECTIONS  */
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700);
/* line 2, global/_grid.scss */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
/* line 9, global/_grid.scss */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

/* line 14, global/_grid.scss */
.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
/* line 17, global/_grid.scss */
.group:before,
.group:after {
  content: "";
  display: table;
}

/* line 19, global/_grid.scss */
.group:after {
  clear: both;
}

/* line 20, global/_grid.scss */
.group {
  zoom: 1;
  /* For IE 6/7 */
}

/*  GRID OF TWO  */
/* line 23, global/_grid.scss */
.span_2_of_2 {
  width: 100%;
}

/* line 26, global/_grid.scss */
.span_1_of_2 {
  width: 49.2%;
}

/*  GRID OF THREE  */
/* line 31, global/_grid.scss */
.span_3_of_3 {
  width: 100%;
}

/* line 32, global/_grid.scss */
.span_2_of_3 {
  width: 66.13%;
}

/* line 33, global/_grid.scss */
.span_1_of_3 {
  width: 32.26%;
}

/*  GRID OF FOUR  */
/* line 36, global/_grid.scss */
.span_4_of_4 {
  width: 100%;
}

/* line 39, global/_grid.scss */
.span_3_of_4 {
  width: 74.6%;
}

/* line 42, global/_grid.scss */
.span_2_of_4 {
  width: 49.2%;
}

/* line 45, global/_grid.scss */
.span_1_of_4 {
  width: 23.8%;
}

/*  GRID OF SIX  */
/* line 50, global/_grid.scss */
.span_6_of_6 {
  width: 100%;
}

/* line 54, global/_grid.scss */
.span_5_of_6 {
  width: 83.06%;
}

/* line 58, global/_grid.scss */
.span_4_of_6 {
  width: 66.13%;
}

/* line 62, global/_grid.scss */
.span_3_of_6 {
  width: 49.2%;
}

/* line 66, global/_grid.scss */
.span_2_of_6 {
  width: 32.26%;
}

/* line 70, global/_grid.scss */
.span_1_of_6 {
  width: 15.33%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  /* line 77, global/_grid.scss */
  .col {
    margin: 1% 0 1% 0%;
  }

  /* line 78, global/_grid.scss */
  .span_3_of_3, .span_2_of_3, .span_1_of_3 {
    width: 100%;
  }

  /* line 79, global/_grid.scss */
  .span_2_of_2, .span_1_of_2 {
    width: 100%;
  }

  /* line 80, global/_grid.scss */
  .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
    width: 100%;
  }

  /* line 81, global/_grid.scss */
  .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 {
    width: 100%;
  }
}
/* 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 {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #dce0df;
  color: #818285;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 28, reset/_defaults.scss */
select {
  padding: 5px 5px 5px 10px;
  background: #fff;
  border: 1px solid #dce0df;
  color: #818285;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 35, reset/_defaults.scss */
.styled-select select {
  background: transparent;
  width: 120px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 26px;
  font-size: 11px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  cursor: pointer;
}
/* line 49, reset/_defaults.scss */
.styled-select select:hover, .styled-select select:focus {
  outline: none;
}

/* line 54, reset/_defaults.scss */
.styled-select {
  width: 100px;
  height: 26px;
  overflow: hidden;
  background: url(../images/select-arrow.png) no-repeat right 5px #eeeeee;
  border: none;
  display: inline-block;
  cursor: pointer;
}
/* line 63, reset/_defaults.scss */
.styled-select:hover, .styled-select:focus {
  background: url(../images/select-arrow.png) no-repeat right -17px #eeeeee;
}

/* line 68, 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 75, 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 86, reset/_defaults.scss */
::-moz-selection {
  background: #e0e0e0;
  text-shadow: none;
  color: #404041;
}

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

/*
 * A better looking default horizontal rule
 */
/* line 102, 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 115, reset/_defaults.scss */
img {
  vertical-align: middle;
  max-width: 100%;
}

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

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

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

/* Image fonts
   ========================================================================== */
@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello/fontello.eot?60471505");
  src: url("fonts/fontello/fontello.eot?60471505#iefix") format("embedded-opentype"), url("fonts/fontello/fontello.woff?60471505") format("woff"), url("fonts/fontello/fontello.ttf?60471505") format("truetype"), url("fonts/fontello/fontello.svg?60471505#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 22, 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%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

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

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

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

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

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

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

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

/* '' */
/* line 60, fonts/_fontello.scss */
.icon-youtube-squared:before {
  content: '\e808';
}

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

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

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

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

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

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

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

/* '' */
/* line 68, fonts/_fontello.scss */
.icon-down-dir:before {
  content: '\e810';
}

/* '' */
/* line 69, fonts/_fontello.scss */
.icon-up-dir:before {
  content: '\e811';
}

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

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

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

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

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

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

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

/* '' */
/* line 77, fonts/_fontello.scss */
.icon-twitter-circled:before {
  content: '\e819';
}

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

/* '' */
/* line 79, fonts/_fontello.scss */
.icon-gplus-circled:before {
  content: '\e81b';
}

/* '' */
/* line 80, fonts/_fontello.scss */
.icon-pinterest-squared:before {
  content: '\e81d';
}

/* '' */
/* line 81, fonts/_fontello.scss */
.icon-twitter-squared:before {
  content: '\e81e';
}

/* '' */
/* line 82, fonts/_fontello.scss */
.icon-gplus-squared:before {
  content: '\e81f';
}

/* '' */
/* line 83, fonts/_fontello.scss */
.icon-facebook-squared:before {
  content: '\e820';
}

/* '' */
/* line 84, fonts/_fontello.scss */
.icon-youtube:before {
  content: '\e821';
}

/* '' */
/* line 85, fonts/_fontello.scss */
.icon-facebook:before {
  content: '\e823';
}

/* '' */
/* line 86, fonts/_fontello.scss */
.icon-gplus:before {
  content: '\e824';
}

/* '' */
/* line 87, fonts/_fontello.scss */
.icon-pinterest-circled:before {
  content: '\e825';
}

/* '' */
/* line 88, fonts/_fontello.scss */
.icon-twitter:before {
  content: '\e826';
}

/* '' */
/* line 89, fonts/_fontello.scss */
.icon-menu:before {
  content: '\e827';
}

/* '' */
/* line 90, fonts/_fontello.scss */
.icon-basket:before {
  content: '\e828';
}

/* '' */
/* Componenten bruikbaar op diverse posities
   ========================================================================== */
/* line 1, components/_headings.scss */
h1,
.dialogheader {
  font-size: 20px;
  margin: 0 0 35px 0;
  text-transform: none;
  color: #003263;
}

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

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

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

/* line 1, components/_links.scss */
a {
  color: #003263;
  text-decoration: none;
}
/* line 5, components/_links.scss */
a:hover {
  color: #87aed6;
}

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

/* line 13, components/_dialogs.scss */
.dialog-message-content {
  padding: 5px;
  margin: 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 {
  position: relative;
  margin: 0 0 15px 0;
  line-height: 16px;
  padding: 0;
  font-size: 12px;
}
/* line 30, components/_dialogs.scss */
.menu-box h4 {
  font-size: 14px;
  margin: 10px 0 10px 0;
  text-transform: uppercase;
  padding: 0;
  color: #87aed6;
  position: relative;
}

/* line 43, components/_dialogs.scss */
.cat-menu h4 {
  color: #87aed6;
  margin: 0 0 20px 0;
  font-size: 14px;
}
/* line 48, components/_dialogs.scss */
.cat-menu h4 a {
  color: #87aed6;
}
/* line 51, components/_dialogs.scss */
.cat-menu h4 a:hover {
  color: #003263;
}
/* line 56, components/_dialogs.scss */
.cat-menu h5 {
  color: #003263;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: normal;
}

/* line 65, components/_dialogs.scss */
.menu-content ul {
  line-height: 2;
}
/* line 69, components/_dialogs.scss */
.menu-content ul > li {
  list-style-type: none;
}
/* line 72, components/_dialogs.scss */
.menu-content ul > li a {
  display: block;
  text-decoration: none;
  color: #404041;
}
/* line 78, components/_dialogs.scss */
.menu-content ul > li a:hover, .menu-content ul > li a.cat-active {
  color: #003263;
}
/* line 84, components/_dialogs.scss */
.menu-content ul > li ul {
  margin: 5px 0 5px 0;
  border-left: 2px solid #87aed6;
}
/* line 88, components/_dialogs.scss */
.menu-content ul > li ul > li {
  border: none;
  padding-left: 10px;
  font-style: italic;
}

/* line 102, components/_dialogs.scss */
.cat-menu .menu-content ul > li {
  line-height: 18px;
}
/* line 105, components/_dialogs.scss */
.cat-menu .menu-content ul > li a {
  display: block;
  text-decoration: none;
  color: #818285;
  padding: 5px 0;
}
/* line 111, components/_dialogs.scss */
.cat-menu .menu-content ul > li a:hover, .cat-menu .menu-content ul > li a.cat-active {
  color: #003263;
}
/* line 117, components/_dialogs.scss */
.cat-menu .menu-content ul > li ul {
  margin: 5px 0 5px 0;
  border-left: 1px dotted #ccc;
}
/* line 121, components/_dialogs.scss */
.cat-menu .menu-content ul > li ul > li {
  border: none;
  padding-left: 15px;
  background: none;
}

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

/* line 140, components/_dialogs.scss */
.filter-reset {
  text-align: center;
}
/* line 144, components/_dialogs.scss */
.filter-reset a {
  color: #404041;
}

/* line 149, components/_dialogs.scss */
.ErrorMessage {
  color: #ff0000;
  margin: 10px 0;
  display: inline-block;
}

/* line 155, components/_dialogs.scss */
.select-container {
  max-width: 320px;
}

/* line 161, components/_dialogs.scss */
.register-box select[name="BirthDateDay"],
.register-box select[name="BirthDateMonth"],
.register-box select[name="BirthDateYear"] {
  width: 32%;
  margin-right: 1%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 169, components/_dialogs.scss */
.register-box select[name="BirthDateYear"] {
  margin-right: 0;
}

/* line 1, components/_buttons.scss */
a.adv_button {
  background: #003263;
  -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;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 8px 12px 7px 12px;
  text-decoration: none;
  line-height: 100%;
}

/* line 17, components/_buttons.scss */
.big-button a {
  background: #404041;
  -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;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 8px 12px 7px 12px;
  text-decoration: none;
  line-height: 100%;
}

/* 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 #eeeeee;
}

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

/* register form */
/* line 51, components/_forms.scss */
.register-box {
  background: #f2f2f2;
  padding: 15px;
  margin-bottom: 15px;
}
/* line 56, components/_forms.scss */
.register-box input, .register-box select {
  margin: 3px 0;
  max-width: 320px;
}
/* line 61, components/_forms.scss */
.register-box input[readonly="readonly"] {
  background-color: #ddd;
  cursor: not-allowed;
}

/* line 67, components/_forms.scss */
.register-span {
  margin-left: 10px;
  margin-right: 5px;
}

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

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

/* line 81, components/_forms.scss */
.register-box .register-value {
  width: 73%;
}
/* line 84, components/_forms.scss */
.register-box .register-value .Error {
  padding: 2px 5px;
  color: #fff;
  background-color: #f00;
}

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

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

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

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

/* line 108, components/_forms.scss */
.register-box .subtitle {
  padding: 0 0 7px 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 14px;
  color: #003263;
}

/* line 116, components/_forms.scss */
.form-content-box {
  position: fixed;
  z-index: 99;
  padding: 15px;
  width: 350px;
  left: 50%;
  top: 200px;
  margin-left: -175px;
  border: 1px solid #ddd;
  background-color: #fafafa;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 25px #bbb;
  -moz-box-shadow: 0px 0px 25px #bbb;
  box-shadow: 0px 0px 25px #bbb;
  display: none;
  font-size: 12px;
}

/* line 134, components/_forms.scss */
.form-content-close {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 17px;
  font-weight: bold;
  text-align: center;
  color: #666;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}

/* line 147, components/_forms.scss */
.form-content-close:hover {
  color: #fff;
  background-color: #666;
}

/* line 152, components/_forms.scss */
.go-button {
  display: inline-block;
  color: #fff;
  padding: 0px 10px;
  text-decoration: none;
  font-weight: bold;
  line-height: 23px;
  height: 23px;
}

/* line 161, components/_forms.scss */
.go-button.green {
  border: 1px solid #01532e;
  background: #268d5f repeat-x;
}

/* line 165, components/_forms.scss */
.go-button.blue {
  border: 1px solid #002649;
  background: #7a90b2 repeat-x;
}

/* line 169, components/_forms.scss */
.go-button:hover {
  color: #000;
}

/* line 173, components/_forms.scss */
.lite-link {
  color: #163f61;
}

/* line 176, components/_forms.scss */
.lite-link.green {
  color: #87aed6;
}

/* line 179, components/_forms.scss */
.lite-link:hover {
  color: #CC0000;
}

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

/* Responsive Form rows */
/* line 201, components/_forms.scss */
.form-row {
  margin: 10px 0;
  line-height: 24px;
}
/* line 206, components/_forms.scss */
.form-row .form-label {
  width: 100%;
  margin: 0 0 5px 0;
}
/* line 210, components/_forms.scss */
.form-row .form-label label {
  padding: 5px 0;
}
@media (min-width: 520px) {
  /* line 206, components/_forms.scss */
  .form-row .form-label {
    float: left;
    width: 35%;
    max-width: 250px;
    margin: 0;
  }
  /* line 220, components/_forms.scss */
  .form-row .form-label .Star {
    display: inline-block;
    float: right;
  }
}
/* line 229, components/_forms.scss */
.form-row .form-input {
  width: 95%;
}
@media (min-width: 520px) {
  /* line 229, components/_forms.scss */
  .form-row .form-input {
    float: left;
    width: 65%;
    max-width: 450px;
  }
}
/* line 238, components/_forms.scss */
.form-row .form-input input[type="text"],
.form-row .form-input textarea {
  width: 100%;
}

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

/* line 259, components/_forms.scss */
::-webkit-input-placeholder {
  font-style: italic;
}

/* line 262, components/_forms.scss */
:-moz-placeholder {
  font-style: italic;
}

/* line 265, components/_forms.scss */
::-moz-placeholder {
  font-style: italic;
}

/* line 268, components/_forms.scss */
:-ms-input-placeholder {
  font-style: italic;
}

/* line 272, components/_forms.scss */
.placeholding {
  color: #999;
  font-style: italic;
}

/* Globals & Helpers
   ========================================================================== */
/* line 3, global/_layout.scss */
html, body {
  /* give this to all tags from html to .fullscreen */
  height: 100%;
}

/* line 8, global/_layout.scss */
body {
  background: #fff;
  text-align: center;
  color: #818285;
  font-weight: normal;
  font-family: 'Oxygen', sans-serif;
  font-size: 12px;
}

/* line 19, global/_layout.scss */
.container {
  width: 1170px;
  margin: 0 auto;
  text-align: left;
  padding: 0 15px;
}
/* line 26, global/_layout.scss */
.container .container {
  padding: 0;
}

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

/* line 41, global/_layout.scss */
.left-col {
  float: left;
  width: 20.65%;
  padding: 0;
  padding-right: 2.5%;
}

/* line 48, global/_layout.scss */
.main-col {
  float: right;
  width: 74.215%;
  border-left: 1px solid #eee;
  padding-left: 2.5%;
  min-height: 600px;
}
/* line 55, global/_layout.scss */
.main-col.main-col-full-width {
  float: none;
  width: auto;
  margin-left: 0;
  border-left: none;
  padding-left: 0;
}

/* line 64, global/_layout.scss */
.usp {
  clear: both;
  width: 100%;
  margin: 75px 0 -55px 0;
  float: left;
  font-size: 10px;
}
/* line 71, global/_layout.scss */
.usp ul {
  margin: 0;
  padding: 0;
}
/* line 75, global/_layout.scss */
.usp ul li {
  display: inline-block;
  float: left;
  width: 16.6667%;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 82, global/_layout.scss */
.usp ul li img {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  margin-bottom: 20px;
}
/* line 90, global/_layout.scss */
.usp ul li b {
  color: #003263;
  display: block;
}

/* Parallax */
/* line 99, global/_layout.scss */
.background {
  background-repeat: no-repeat;
  /* custom background-position */
  background-position: 50% 50%;
  /* ie8- graceful degradation */
  background-position: 50% 50% \9  !important;
}

/* line 107, global/_layout.scss */
.fullscreen,
.content-a {
  min-height: 100%;
}

/* line 111, global/_layout.scss */
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
  height: 100%;
  overflow: hidden;
}

/* line 119, global/_layout.scss */
.content-a {
  display: table;
}

/* line 122, global/_layout.scss */
.content-b {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

/* line 128, global/_layout.scss */
.not-fullscreen {
  height: 50%;
}

/* ==========================================================================
   Helper classes: Custom
   ========================================================================== */
/*
 * 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: #003263;
}

/* line 43, global/_helpers.scss */
.nav-sep, .speedbar li, .subfooter ul > li {
  padding: 0;
  margin: 0;
}
/* line 47, global/_helpers.scss */
.nav-sep:after, .speedbar li:after, .subfooter ul > li:after {
  padding: 0 2px 0 5px;
  content: "";
}
/* line 52, global/_helpers.scss */
.nav-sep:last-child:after, .speedbar li: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, .dialog-box:before, .menu-box:before, .filter-reset:before, .form-row:before, .container:before, .main-col.main-col-full-width:before, .clear:before, .top-nav:before, .header:before, .header-middle:before, .basket-foldout-content ul li:before, .footer:before, .footer-menu:before, .subfooter:before, #mod-cookieacceptatie:before, .cookie-bar:before, .slidercontainer:before, .add-to-cart:before, .catcontainer:before, .cart-totals-wrapper:before, ul.shopcategories-home:before,
.clearfix:after,
.dialog-box:after,
.menu-box:after,
.filter-reset:after,
.form-row:after,
.container:after,
.main-col.main-col-full-width:after,
.clear:after,
.top-nav:after,
.header:after,
.header-middle:after,
.basket-foldout-content ul li:after,
.footer:after,
.footer-menu:after,
.subfooter:after,
#mod-cookieacceptatie:after,
.cookie-bar:after,
.slidercontainer:after,
.add-to-cart:after,
.catcontainer:after,
.cart-totals-wrapper:after,
ul.shopcategories-home:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 207, global/_helpers.scss */
.clearfix:after, .dialog-box:after, .menu-box:after, .filter-reset:after, .form-row:after, .container:after, .main-col.main-col-full-width:after, .clear:after, .top-nav:after, .header:after, .header-middle:after, .basket-foldout-content ul li:after, .footer:after, .footer-menu:after, .subfooter:after, #mod-cookieacceptatie:after, .cookie-bar:after, .slidercontainer:after, .add-to-cart:after, .catcontainer:after, .cart-totals-wrapper:after, ul.shopcategories-home:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 216, global/_helpers.scss */
.clearfix, .dialog-box, .menu-box, .filter-reset, .form-row, .container, .main-col.main-col-full-width, .clear, .top-nav, .header, .header-middle, .basket-foldout-content ul li, .footer, .footer-menu, .subfooter, #mod-cookieacceptatie, .cookie-bar, .slidercontainer, .add-to-cart, .catcontainer, .cart-totals-wrapper, ul.shopcategories-home {
  *zoom: 1;
}

/* Sections
   ========================================================================== */
/*
 * Header
 */
/* ==========================================================================
   $HEADER styles
   ========================================================================== */
/* line 9, sections/_header.scss */
.top-nav {
  background: none;
  height: 45px;
  line-height: 40px;
  border-top: 6px solid #eeeeee;
  position: relative;
}
/* line 18, sections/_header.scss */
.top-nav .container {
  padding: 0 10px;
}
/* line 22, sections/_header.scss */
.top-nav img {
  margin: 0 10px 0 0;
}

/* line 28, sections/_header.scss */
.header {
  border-top: 6px solid #eeeeee;
  padding-top: 20px;
  color: #818285;
  font-size: 11px;
}
/* line 35, sections/_header.scss */
.header a {
  color: #818285;
  text-decoration: none;
}
/* line 39, sections/_header.scss */
.header a:hover {
  text-decoration: none;
  color: #87aed6;
}
/* line 45, sections/_header.scss */
.header .header-right {
  float: right;
  width: 30%;
}
/* line 49, sections/_header.scss */
.header .header-center {
  width: 34%;
  float: right;
  margin-right: 3%;
}

/* line 56, sections/_header.scss */
.speedbar {
  float: left;
}
/* line 61, sections/_header.scss */
.speedbar li {
  font-size: 11px;
  color: #e0e0e0;
  display: inline-block;
  margin: 0 7px 0 0;
}
/* line 68, sections/_header.scss */
.speedbar li.evac-icon {
  margin: 0 2px 0 0;
  background: url(../images/evac-icon.png) no-repeat 0 center;
  padding: 0 5px;
  display: inline-block;
}
/* line 75, sections/_header.scss */
.speedbar li a {
  color: #404041;
  text-decoration: none;
}
/* line 79, sections/_header.scss */
.speedbar li a:hover {
  text-decoration: none;
  color: #87aed6;
}

/* line 90, sections/_header.scss */
.logo {
  float: left;
  position: relative;
  width: 31%;
}

/* line 96, sections/_header.scss */
.header-middle {
  float: left;
  width: 100%;
  margin: 25px 0 0;
  top: 0;
  position: relative;
    /*
    .categories  {

        ul {
        margin: 0;
        float:left;
        padding: 10px;
        list-style: none none;

            li {
                margin: 0;
                padding: 3px 30px 0 0;   
                float: left;
                
                &.homeicon {
                    margin: 0 30px 0 5px;
                    padding: 0;

                    .icon-home {
                        font-size: 20px;
                    }
                }
                
                a {
                    text-decoration: none;
                    text-transform: uppercase;
                    font-size: 13px;
                    
                    &:hover {
                        color: $blue;
                    }
                }
            }
        }
    }
    */
}
/* line 104, sections/_header.scss */
.header-middle .logo {
  display: none;
  width: auto;
  margin-right: 25px;
}
/* line 109, sections/_header.scss */
.header-middle .logo img {
  max-height: 30px;
  position: relative;
  top: 2px;
}
/* line 115, sections/_header.scss */
.header-middle .basket {
  display: none;
  position: absolute;
  top: -10px;
  right: 15px;
  width: 36px;
  border: none;
}
/* line 123, sections/_header.scss */
.header-middle .basket .cart-items {
  display: none;
}
/* line 127, sections/_header.scss */
.header-middle .showitem {
  display: block;
  opacity: 1;
}
/* line 131, sections/_header.scss */
.header-middle ul.adv_categories {
  margin: 0;
  float: left;
  padding: 0;
  list-style: none none;
}
/* line 137, sections/_header.scss */
.header-middle ul.adv_categories > li {
  float: left;
  margin: 0 25px 0 0;
}
/* line 141, sections/_header.scss */
.header-middle ul.adv_categories > li.homeicon {
  margin: 0 25px 0 0;
  background: url(../images/home-icon.png) no-repeat 0 center;
  width: 14px;
  padding: 8px 0;
}
/* line 147, sections/_header.scss */
.header-middle ul.adv_categories > li.homeicon .icon-home {
  font-size: 20px;
}
/* line 152, sections/_header.scss */
.header-middle ul.adv_categories > li > a {
  padding: 15px 0;
}
/* line 156, sections/_header.scss */
.header-middle ul.adv_categories > li a {
  text-decoration: none;
  text-transform: none;
  font-size: 12px;
  display: block;
}
/* line 162, sections/_header.scss */
.header-middle ul.adv_categories > li a:hover {
  color: #87aed6;
}

/* line 209, sections/_header.scss */
.appear {
  background: #fff;
  margin: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  opacity: 1;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -moz-transition: background 0.3s ease-in-out, top 0s ease-in-out, box-shadow 0.5s ease-in-out;
  -o-transition: background 0.3s ease-in-out, top 0s ease-in-out, box-shadow 0.5s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out, top 0s ease-in-out, box-shadow 0.5s ease-in-out;
  transition: background 0.3s ease-in-out, top 0s ease-in-out, box-shadow 0.5s ease-in-out;
}
/* line 219, sections/_header.scss */
.appear .container {
  position: relative;
}

/* line 223, sections/_header.scss */
.homecat {
  display: none;
}

/* line 227, sections/_header.scss */
.lng-select {
  float: right;
  margin-top: -6px;
  margin-bottom: -6px;
}
/* line 232, sections/_header.scss */
.lng-select img {
  margin-left: 5px;
  border: 1px solid #dddddd;
}
/* line 237, sections/_header.scss */
.lng-select #language-selector {
  position: relative;
  background-color: #fff;
  width: 120px;
  display: inline-block;
}
/* line 243, sections/_header.scss */
.lng-select #language-selector .default-option {
  border: 1px solid #ccc;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
}
/* line 249, sections/_header.scss */
.lng-select #language-selector .default-option .option {
  padding: 5px 10px;
}
/* line 252, sections/_header.scss */
.lng-select #language-selector .default-option .option img {
  float: right;
}
/* line 258, sections/_header.scss */
.lng-select #language-selector .options {
  position: absolute;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
/* line 266, sections/_header.scss */
.lng-select #language-selector .options .option {
  padding: 5px 10px;
  border-top: 1px solid #ccc;
}
/* line 270, sections/_header.scss */
.lng-select #language-selector .options .option img {
  float: right;
}

/* line 278, sections/_header.scss */
a.log-out-link {
  color: red;
}

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

/* line 286, sections/_header.scss */
.header-nav {
  float: left;
}

/* line 292, sections/_header.scss */
.user-nav li {
  padding-left: 7px;
  padding-right: 7px;
}
/* line 296, sections/_header.scss */
.user-nav li.user-icon {
  background: url(../images/user-icon.png) no-repeat 3px 2px;
}

/* line 305, sections/_header.scss */
.dealer-logged-in ul.user-nav li {
  display: block;
  float: none;
  text-align: right;
}
/* line 310, sections/_header.scss */
.dealer-logged-in ul.user-nav li.user-icon:first {
  display: none;
}
/* line 314, sections/_header.scss */
.dealer-logged-in ul.user-nav li a img {
  position: relative;
  bottom: 3px;
  margin-right: 5px;
}
/* line 322, sections/_header.scss */
.dealer-logged-in .header-nav {
  float: none;
}

/*
 * Minicart
 */
/* line 1, sections/_basket.scss */
.basket {
  margin: 20px 0 0 0;
  padding: 0px 0 0 12px;
  border: 1px solid #dce0df;
  width: 100%;
  height: 32px;
  line-height: 31px;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 11, sections/_basket.scss */
.basket a {
  display: block;
}
/* line 15, sections/_basket.scss */
.basket a.cart-items {
  display: block;
  min-height: 22px;
}
/* line 20, sections/_basket.scss */
.basket a:hover.cart-items {
  text-decoration: none;
}
/* line 25, sections/_basket.scss */
.basket img {
  position: relative;
  top: -2px;
}
/* line 29, sections/_basket.scss */
.basket img.bag {
  float: right;
  right: 0;
  top: 5px;
}
/* line 36, sections/_basket.scss */
.basket .icon-right-dir {
  color: #404041;
  font-size: 12px;
}

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

/* line 45, sections/_basket.scss */
.baglink-items {
  color: #fff;
  background: #87aed6;
  border-radius: 25px;
  font-size: 10px;
  left: 15px;
  position: absolute;
  text-align: center;
  top: -9px;
  width: 18px;
  height: 17px;
  line-height: 17px;
  font-weight: bold;
}

/* line 60, sections/_basket.scss */
.baglink {
  width: 36px;
  height: 32px;
  line-height: 32px;
  background: #003263;
  padding: 8px 7px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: -1px;
  right: -1px;
}
/* line 72, sections/_basket.scss */
.baglink:hover {
  background: #87aed6;
}
/* line 75, sections/_basket.scss */
.baglink:hover .baglink-items {
  background: #003263;
}
/* line 80, sections/_basket.scss */
.baglink i {
  color: white;
  font-size: 16px;
}

/* Foldout
   ========================================================================== */
/* line 94, sections/_basket.scss */
.basket-container:hover .basket-foldout {
  display: block;
}

/* line 99, sections/_basket.scss */
.basket-foldout {
  position: absolute;
  display: none;
  top: 30px;
  padding-top: 16px;
  right: 0;
  width: 280px;
  min-height: 100px;
  z-index: 1;
}

/* line 116, sections/_basket.scss */
.basket-foldout-content {
  background: white;
  border: 1px solid #e0e0e0;
  padding: 10px 15px;
  color: #003263;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
/* line 123, sections/_basket.scss */
.basket-foldout-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 128, sections/_basket.scss */
.basket-foldout-content ul li {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 10px 0;
  line-height: 16px;
}
/* line 135, sections/_basket.scss */
.basket-foldout-content ul li:last-child {
  border-bottom: none;
}
/* line 141, sections/_basket.scss */
.basket-foldout-content h3 {
  margin-top: 0;
  color: #404041;
}

/* line 147, sections/_basket.scss */
.basket-foldout-title {
  border-bottom: 2px dotted #dddddd;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}
/* line 152, sections/_basket.scss */
.basket-foldout-title h2 {
  display: inline;
}
/* line 156, sections/_basket.scss */
.basket-foldout-title span {
  font-size: 12px;
  font-color: #e0e0e0;
  line-height: 20px;
}

/* line 163, sections/_basket.scss */
.mc-products {
  max-height: 300px;
  overflow-y: auto;
}

/* line 168, sections/_basket.scss */
.mc-prod-thumb {
  width: 60px;
  margin-right: 15px;
  float: left;
}
/* line 173, sections/_basket.scss */
.mc-prod-thumb img {
  max-width: 60px;
  height: auto;
}

/* line 179, sections/_basket.scss */
.mc-prod-details {
  float: left;
  width: 165px;
  color: #003263;
  font-size: 12px;
}

/* line 186, sections/_basket.scss */
.mc-prod-list-price {
  text-decoration: line-through;
  padding-right: 5px;
  color: red;
  font-size: 12px;
}
/* line 192, sections/_basket.scss */
.mc-prod-list-price span {
  color: #818285;
}

/* line 197, sections/_basket.scss */
.mc-prod-display-price {
  font-size: 12px;
  padding: 5px 0;
  display: inline-block;
}

/* line 203, sections/_basket.scss */
.mc-subtotal {
  border-top: 2px dotted #dddddd;
  font-size: 14px;
  text-align: right;
  padding-top: 10px;
  margin-top: 0;
  color: #404041;
}
/* line 213, sections/_basket.scss */
.mc-subtotal table td {
  padding: 0;
  line-height: 24px;
}

/* line 220, sections/_basket.scss */
.mc-btn-goto-cart {
  margin: 10px 0 5px 0;
}
/* line 223, sections/_basket.scss */
.mc-btn-goto-cart a {
  display: inline-block;
  background: #404041;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 0 12px;
  text-transform: none;
}
/* line 232, sections/_basket.scss */
.mc-btn-goto-cart a .icon-right-dir {
  font-size: 14px;
  color: inherit;
  position: relative;
  top: 1px;
  display: none;
}
/* line 240, sections/_basket.scss */
.mc-btn-goto-cart a.left {
  float: left;
}
/* line 244, sections/_basket.scss */
.mc-btn-goto-cart a.right {
  float: right;
  background: #003263;
}
/* line 249, sections/_basket.scss */
.mc-btn-goto-cart a:hover {
  background: #003263;
  text-decoration: none;
  color: white;
}

/*
 * Search
 */
/* line 341, sections/_header.scss */
.search {
  width: 100%;
  margin: 19px 0 0 0;
  float: left;
}
/* line 346, sections/_header.scss */
.search input {
  width: 100%;
  float: left;
  display: inline-block;
  background: #fff;
  padding: 8px 12px;
  height: 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 355, sections/_header.scss */
.search input:focus {
  color: #000;
}
/* line 360, sections/_header.scss */
.search .search_icon {
  width: 36px;
  height: 32px;
  line-height: 32px;
  background: #003263;
  padding: 8px 7px;
  position: absolute;
  right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 370, sections/_header.scss */
.search .search_icon:hover {
  background: #87aed6;
}
/* line 373, sections/_header.scss */
.search .search_icon .icon-search {
  color: white;
  font-size: 16px;
}

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

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

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

/* line 392, sections/_header.scss */
.suggestcontainer {
  background: white;
  border: 1px solid #e0e0e0;
  padding: 10px 15px;
  color: #818285;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

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

/* line 438, sections/_header.scss */
.suggestion_text {
  float: right;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 65%;
  list-style: none;
}
/* line 446, sections/_header.scss */
.suggestion_text li.price {
  color: #818285;
  display: inline-block;
  margin: 5px 0;
}

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

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

/* line 474, sections/_header.scss */
.active_root,
.active-cat {
  color: #003263 !important;
}

/* line 478, sections/_header.scss */
.active_subsub {
  color: #cc0000 !important;
}

/* line 481, sections/_header.scss */
.hide-item {
  display: none;
}

/* line 486, sections/_header.scss */
#adv_categories_top_container {
  position: relative;
  width: 100%;
}

/* line 491, sections/_header.scss */
ul.adv_categories_top {
  margin: 0;
  float: left;
  padding: 0;
  list-style: none;
}
/* line 497, sections/_header.scss */
ul.adv_categories_top > li {
  float: left;
  margin: 0 25px 0 0;
}
/* line 501, sections/_header.scss */
ul.adv_categories_top > li:last-child {
  margin-right: 0;
}
/* line 505, sections/_header.scss */
ul.adv_categories_top > li.homeicon {
  margin: 0 25px 0 0;
  background: url(../images/home-icon.png) no-repeat 0 center;
  width: 14px;
  padding: 8px 0;
}
/* line 511, sections/_header.scss */
ul.adv_categories_top > li.homeicon .icon-home {
  font-size: 20px;
}
/* line 516, sections/_header.scss */
ul.adv_categories_top > li > a {
  padding: 15px 0;
}
/* line 520, sections/_header.scss */
ul.adv_categories_top > li a {
  text-decoration: none;
  text-transform: none;
  font-size: 12px;
  display: block;
}
/* line 526, sections/_header.scss */
ul.adv_categories_top > li a:hover {
  color: #87aed6;
}

/*
 * 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 58, sections/_categories_topmenu.scss */
.subcategories li {
  text-align: left;
}
/* line 61, sections/_categories_topmenu.scss */
.subcategories li a {
  text-transform: none !important;
  color: #999999;
}
/* line 64, sections/_categories_topmenu.scss */
.subcategories li a.blue {
  color: #003263;
}

/* line 71, sections/_categories_topmenu.scss */
.foldoutmenu {
  top: 46px;
  background: white;
  width: 100%;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  padding: 15px 20px 20px 20px;
  border: 1px solid #003263;
  display: none;
  position: absolute;
  z-index: 100;
}
/* line 82, sections/_categories_topmenu.scss */
.foldoutmenu.edge {
  text-align: right;
}
/* line 87, sections/_categories_topmenu.scss */
.foldoutmenu h3 a {
  color: #003263;
  text-transform: uppercase !important;
  font-size: 12px;
}
/* line 96, sections/_categories_topmenu.scss */
.foldoutmenu .subcats {
  float: left;
  width: 100%;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 104, sections/_categories_topmenu.scss */
.foldoutmenu .subcats > li {
  padding: 10px 0 0 15px;
  width: 20%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 110, sections/_categories_topmenu.scss */
.foldoutmenu .subcats > li a {
  display: inline-flex;
}
/* line 113, sections/_categories_topmenu.scss */
.foldoutmenu .subcats > li a i {
  position: relative;
  left: -2px;
  top: 3px;
}
/* line 121, sections/_categories_topmenu.scss */
.foldoutmenu .subcats > li .more a {
  color: #87aed6;
  text-transform: capitalize;
}
/* line 127, sections/_categories_topmenu.scss */
.foldoutmenu .subcats > li ul {
  float: left;
  width: 100%;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Megamenu
   ========================================================================== */
/* line 146, sections/_categories_topmenu.scss */
.megamenu-col {
  float: left;
  width: 100%;
  font-size: 12px;
}
/* line 152, sections/_categories_topmenu.scss */
.megamenu-col ul li {
  line-height: 24px;
}
/* line 155, sections/_categories_topmenu.scss */
.megamenu-col ul li i {
  font-size: 11px;
}
/* line 161, sections/_categories_topmenu.scss */
.megamenu-col a {
  text-transform: none !important;
  color: #999999;
}
/* line 165, sections/_categories_topmenu.scss */
.megamenu-col h3 {
  color: #003263;
  text-transform: uppercase;
  font-size: 12px;
}
/* line 170, sections/_categories_topmenu.scss */
.megamenu-col h3 i {
  color: #003263;
  float: left;
  font-size: 14px;
  left: -2px;
  position: relative;
  top: 5px;
}
/* line 180, sections/_categories_topmenu.scss */
.megamenu-col h3 a {
  line-height: 24px;
  color: #003263 !important;
  text-transform: uppercase !important;
  font-size: 12px;
}
/* line 188, sections/_categories_topmenu.scss */
.megamenu-col .cats {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 193, sections/_categories_topmenu.scss */
.megamenu-col .cats li {
  float: left;
  width: 25%;
}
/* line 197, sections/_categories_topmenu.scss */
.megamenu-col .cats li a {
  font-size: 12px;
}
/* line 203, sections/_categories_topmenu.scss */
.megamenu-col:last-child {
  margin-right: 0;
}

/* line 208, sections/_categories_topmenu.scss */
.manulist {
  width: 24%;
  margin-right: 2%;
  padding-left: 2%;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
/* line 216, sections/_categories_topmenu.scss */
.manulist ul li {
  line-height: 24px;
}
/* line 219, sections/_categories_topmenu.scss */
.manulist ul li a {
  font-size: 12px !important;
}

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

/* line 229, sections/_categories_topmenu.scss */
ul.foldout-column {
  float: left;
  margin-right: 2%;
  min-width: 23%;
  padding: 0;
  list-style: none;
}
/* line 236, sections/_categories_topmenu.scss */
ul.foldout-column li i {
  color: #999999;
  float: left;
  font-size: 11px;
  left: -2px;
  position: relative;
  top: 7px;
}
/* line 244, sections/_categories_topmenu.scss */
ul.foldout-column li i:hover {
  color: #87aed6 !important;
}
/* line 249, sections/_categories_topmenu.scss */
ul.foldout-column li a {
  line-height: 24px;
  color: #999999;
  font-size: 12px;
}
/* line 256, sections/_categories_topmenu.scss */
ul.foldout-column li a:hover {
  color: #87aed6 !important;
}

/* line 1, sections/_breadcrumbs.scss */
.breadcrumbs {
  background: #eeeeee;
  margin: 0 0 15px 0;
  color: #003263;
  line-height: 34px;
  font-size: 10px;
  text-transform: uppercase;
}
/* line 9, sections/_breadcrumbs.scss */
.breadcrumbs span:last-child {
  padding: 5px 0;
}
/* line 13, sections/_breadcrumbs.scss */
.breadcrumbs a {
  color: #818285;
  text-decoration: none;
}
/* line 17, sections/_breadcrumbs.scss */
.breadcrumbs a:hover {
  text-decoration: none;
  color: #003263;
}
/* line 24, sections/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-btn-back {
  position: relative;
}
/* line 27, sections/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-btn-back .icon-left-dir {
  position: absolute;
  left: -15px;
  padding: 0;
  top: -10px;
  font-size: 32px;
  color: #404041;
}
/* line 36, sections/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-btn-back .btn-back-text {
  background: #404041;
  color: white;
  margin-left: 12px;
  height: 19px;
  display: inline-block;
  padding: 0 10px;
}
/* line 45, sections/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-btn-back:hover {
  text-decoration: none;
}
/* line 47, sections/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-btn-back:hover .icon-left-dir {
  color: #818285;
}
/* line 50, sections/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-btn-back:hover .btn-back-text {
  background: #003263;
}
/* line 58, sections/_breadcrumbs.scss */
.breadcrumbs img {
  padding: 0 12px;
}

/*
 * Footer
 */
/* ==========================================================================
   Footer styles
   ========================================================================== */
/* line 9, sections/_footer.scss */
.footer {
  color: #818285;
  font-size: 11px;
  background: #404041;
}
/* line 15, sections/_footer.scss */
.footer .container {
  border-bottom: 1px solid #3b3b3c;
  padding-bottom: 10px;
}
/* line 20, sections/_footer.scss */
.footer a {
  color: #818285;
}
/* line 24, sections/_footer.scss */
.footer input {
  color: #818285;
}
/* line 28, sections/_footer.scss */
ul .footer > li a {
  text-decoration: none;
}
/* line 31, sections/_footer.scss */
ul .footer > li a:hover {
  text-decoration: underline;
}

/* line 44, sections/_footer.scss */
.footer-column {
  float: left;
  width: 17.4%;
  margin: 15px 0;
  line-height: 18px;
}
/* line 50, sections/_footer.scss */
.footer-column ul {
  list-style: none;
}
/* line 54, sections/_footer.scss */
.footer-column ul li {
  font-size: 11px;
}
/* line 57, sections/_footer.scss */
.footer-column ul li a {
  text-decoration: none;
  font-size: 11px;
}
/* line 61, sections/_footer.scss */
.footer-column ul li a:hover {
  color: #fff;
}
/* line 64, sections/_footer.scss */
.footer-column ul li a.adv_button:hover {
  color: #fff;
}
/* line 69, sections/_footer.scss */
.footer-column ul li img {
  vertical-align: middle;
  padding-right: 5px;
}
/* line 79, sections/_footer.scss */
.footer-column h4 {
  line-height: 0;
  margin: 20px 0;
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
}
/* line 86, sections/_footer.scss */
.footer-column h4 .footercolhide {
  display: none;
}
/* line 92, sections/_footer.scss */
.footer-column .icon-right-dir,
.footer-column .icon-down-dir {
  display: none;
}
/* line 97, sections/_footer.scss */
.footer-column .icon-footer {
  font-size: 18px;
  position: relative;
  top: 2px;
}

/* line 104, sections/_footer.scss */
.last-column {
  width: 13%;
}

/* line 110, sections/_footer.scss */
.followus li {
  padding-bottom: 10px;
  position: relative;
  top: -2px;
}

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

/* line 121, sections/_footer.scss */
.news-subscribe {
  background: #4c4d4f;
  height: 48px;
  line-height: 48px;
  margin: 75px 0 0 0;
  width: 100%;
  position: relative;
  color: #fff;
  text-transform: none;
}
/* line 132, sections/_footer.scss */
.news-subscribe .container {
  position: relative;
  padding: 0 15px;
}
/* line 137, sections/_footer.scss */
.news-subscribe h4 {
  display: inline-block;
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
}
/* line 145, sections/_footer.scss */
.news-subscribe form input {
  margin: 10px 0;
  height: 27px;
  width: 25%;
  background: #fff;
  float: right;
  font-size: 11px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 27px;
}
/* line 156, sections/_footer.scss */
.news-subscribe form a {
  background: #87aed6;
  border: none;
  top: 10px;
  box-shadow: none;
  color: #fff;
  padding: 8px 6px 7px 8px;
  position: absolute;
  right: 15px;
  height: 27px;
}
/* line 169, sections/_footer.scss */
.news-subscribe form a:hover {
  background: #003263;
}
/* line 173, sections/_footer.scss */
.news-subscribe form a i {
  font-size: 12px;
  color: #fff;
}

/*
 * Subfooter
 */
/* line 185, sections/_footer.scss */
.subfooter {
  background: none;
  height: 45px;
  padding: 0 10px 10px 10px;
  background: #404041;
}
/* line 196, sections/_footer.scss */
.subfooter ul > li {
  line-height: 45px;
  color: #e0e0e0;
}
/* line 198, sections/_footer.scss */
.subfooter ul > li span {
  color: #818285;
}
/* line 208, sections/_footer.scss */
.subfooter ul > li:first-child {
  padding-left: 0;
}
/* line 212, sections/_footer.scss */
.subfooter ul > li:last-child {
  padding-right: 0;
  border-right: 0;
}
/* line 219, sections/_footer.scss */
.subfooter ul > li a {
  color: #818285;
  text-decoration: none;
}
/* line 223, sections/_footer.scss */
.subfooter ul > li a:hover {
  color: #003263;
}

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

/* line 236, sections/_footer.scss */
.copyright {
  text-align: center;
  border-top: 1px solid #4a4a4b;
  padding-top: 5px !important;
  font-size: 11px;
  text-transform: uppercase;
}

/*  Login pagina
------------------------------------------*/
/* line 4, sections/_login.scss */
body.authentication-page .maincontainer,
body.login_incorrect-page .maincontainer,
body.need_login-page .maincontainer {
  /* Login form
  ------------------------------------*/
  /* Nieuwe klant tekst
  ------------------------------------*/
  /* Register formulier
  ------------------------------------*/
  /* Dealer login
  ------------------------------------*/
}
/* line 10, sections/_login.scss */
body.authentication-page .maincontainer .login-area h3,
body.login_incorrect-page .maincontainer .login-area h3,
body.need_login-page .maincontainer .login-area h3 {
  margin: 0;
  margin-bottom: 35px;
  color: #003263;
  font-size: 24px;
  text-align: center;
}
/* line 18, sections/_login.scss */
body.authentication-page .maincontainer .login-area .col,
body.login_incorrect-page .maincontainer .login-area .col,
body.need_login-page .maincontainer .login-area .col {
  position: relative;
}
/* line 22, sections/_login.scss */
body.authentication-page .maincontainer .login-area .col .inner-container,
body.login_incorrect-page .maincontainer .login-area .col .inner-container,
body.need_login-page .maincontainer .login-area .col .inner-container {
  padding: 0 30px;
  border-right: 1px solid #8c8e91;
}
/* line 27, sections/_login.scss */
body.authentication-page .maincontainer .login-area .col:last-child .inner-container,
body.login_incorrect-page .maincontainer .login-area .col:last-child .inner-container,
body.need_login-page .maincontainer .login-area .col:last-child .inner-container {
  border: none;
}
/* line 33, sections/_login.scss */
body.authentication-page .maincontainer a.adv_button,
body.login_incorrect-page .maincontainer a.adv_button,
body.need_login-page .maincontainer a.adv_button {
  display: block;
  text-transform: none;
  text-align: center;
  line-height: 32px;
  padding: 0;
  font-size: 13px;
}
/* line 42, sections/_login.scss */
body.authentication-page .maincontainer input[type='text'],
body.authentication-page .maincontainer input[type='password'],
body.authentication-page .maincontainer textarea,
body.authentication-page .maincontainer select,
body.login_incorrect-page .maincontainer input[type='text'],
body.login_incorrect-page .maincontainer input[type='password'],
body.login_incorrect-page .maincontainer textarea,
body.login_incorrect-page .maincontainer select,
body.need_login-page .maincontainer input[type='text'],
body.need_login-page .maincontainer input[type='password'],
body.need_login-page .maincontainer textarea,
body.need_login-page .maincontainer select {
  width: 100%;
}
/* line 48, sections/_login.scss */
body.authentication-page .maincontainer input[type='text'] ~ input,
body.authentication-page .maincontainer input[type='text'] ~ textarea,
body.authentication-page .maincontainer input[type='text'] ~ select,
body.authentication-page .maincontainer input[type='password'] ~ input,
body.authentication-page .maincontainer input[type='password'] ~ textarea,
body.authentication-page .maincontainer input[type='password'] ~ select,
body.authentication-page .maincontainer textarea ~ input,
body.authentication-page .maincontainer textarea ~ textarea,
body.authentication-page .maincontainer textarea ~ select,
body.authentication-page .maincontainer select ~ input,
body.authentication-page .maincontainer select ~ textarea,
body.authentication-page .maincontainer select ~ select,
body.login_incorrect-page .maincontainer input[type='text'] ~ input,
body.login_incorrect-page .maincontainer input[type='text'] ~ textarea,
body.login_incorrect-page .maincontainer input[type='text'] ~ select,
body.login_incorrect-page .maincontainer input[type='password'] ~ input,
body.login_incorrect-page .maincontainer input[type='password'] ~ textarea,
body.login_incorrect-page .maincontainer input[type='password'] ~ select,
body.login_incorrect-page .maincontainer textarea ~ input,
body.login_incorrect-page .maincontainer textarea ~ textarea,
body.login_incorrect-page .maincontainer textarea ~ select,
body.login_incorrect-page .maincontainer select ~ input,
body.login_incorrect-page .maincontainer select ~ textarea,
body.login_incorrect-page .maincontainer select ~ select,
body.need_login-page .maincontainer input[type='text'] ~ input,
body.need_login-page .maincontainer input[type='text'] ~ textarea,
body.need_login-page .maincontainer input[type='text'] ~ select,
body.need_login-page .maincontainer input[type='password'] ~ input,
body.need_login-page .maincontainer input[type='password'] ~ textarea,
body.need_login-page .maincontainer input[type='password'] ~ select,
body.need_login-page .maincontainer textarea ~ input,
body.need_login-page .maincontainer textarea ~ textarea,
body.need_login-page .maincontainer textarea ~ select,
body.need_login-page .maincontainer select ~ input,
body.need_login-page .maincontainer select ~ textarea,
body.need_login-page .maincontainer select ~ select {
  margin-top: 10px;
}
/* line 56, sections/_login.scss */
body.authentication-page .maincontainer .input,
body.authentication-page .maincontainer .auto-fill-input,
body.login_incorrect-page .maincontainer .input,
body.login_incorrect-page .maincontainer .auto-fill-input,
body.need_login-page .maincontainer .input,
body.need_login-page .maincontainer .auto-fill-input {
  margin-top: 10px;
  position: relative;
}
/* line 65, sections/_login.scss */
body.authentication-page .maincontainer .input input ~ input,
body.authentication-page .maincontainer .input input ~ textarea,
body.authentication-page .maincontainer .input input ~ select,
body.authentication-page .maincontainer .input textarea ~ input,
body.authentication-page .maincontainer .input textarea ~ textarea,
body.authentication-page .maincontainer .input textarea ~ select,
body.authentication-page .maincontainer .input select ~ input,
body.authentication-page .maincontainer .input select ~ textarea,
body.authentication-page .maincontainer .input select ~ select,
body.authentication-page .maincontainer .auto-fill-input input ~ input,
body.authentication-page .maincontainer .auto-fill-input input ~ textarea,
body.authentication-page .maincontainer .auto-fill-input input ~ select,
body.authentication-page .maincontainer .auto-fill-input textarea ~ input,
body.authentication-page .maincontainer .auto-fill-input textarea ~ textarea,
body.authentication-page .maincontainer .auto-fill-input textarea ~ select,
body.authentication-page .maincontainer .auto-fill-input select ~ input,
body.authentication-page .maincontainer .auto-fill-input select ~ textarea,
body.authentication-page .maincontainer .auto-fill-input select ~ select,
body.login_incorrect-page .maincontainer .input input ~ input,
body.login_incorrect-page .maincontainer .input input ~ textarea,
body.login_incorrect-page .maincontainer .input input ~ select,
body.login_incorrect-page .maincontainer .input textarea ~ input,
body.login_incorrect-page .maincontainer .input textarea ~ textarea,
body.login_incorrect-page .maincontainer .input textarea ~ select,
body.login_incorrect-page .maincontainer .input select ~ input,
body.login_incorrect-page .maincontainer .input select ~ textarea,
body.login_incorrect-page .maincontainer .input select ~ select,
body.login_incorrect-page .maincontainer .auto-fill-input input ~ input,
body.login_incorrect-page .maincontainer .auto-fill-input input ~ textarea,
body.login_incorrect-page .maincontainer .auto-fill-input input ~ select,
body.login_incorrect-page .maincontainer .auto-fill-input textarea ~ input,
body.login_incorrect-page .maincontainer .auto-fill-input textarea ~ textarea,
body.login_incorrect-page .maincontainer .auto-fill-input textarea ~ select,
body.login_incorrect-page .maincontainer .auto-fill-input select ~ input,
body.login_incorrect-page .maincontainer .auto-fill-input select ~ textarea,
body.login_incorrect-page .maincontainer .auto-fill-input select ~ select,
body.need_login-page .maincontainer .input input ~ input,
body.need_login-page .maincontainer .input input ~ textarea,
body.need_login-page .maincontainer .input input ~ select,
body.need_login-page .maincontainer .input textarea ~ input,
body.need_login-page .maincontainer .input textarea ~ textarea,
body.need_login-page .maincontainer .input textarea ~ select,
body.need_login-page .maincontainer .input select ~ input,
body.need_login-page .maincontainer .input select ~ textarea,
body.need_login-page .maincontainer .input select ~ select,
body.need_login-page .maincontainer .auto-fill-input input ~ input,
body.need_login-page .maincontainer .auto-fill-input input ~ textarea,
body.need_login-page .maincontainer .auto-fill-input input ~ select,
body.need_login-page .maincontainer .auto-fill-input textarea ~ input,
body.need_login-page .maincontainer .auto-fill-input textarea ~ textarea,
body.need_login-page .maincontainer .auto-fill-input textarea ~ select,
body.need_login-page .maincontainer .auto-fill-input select ~ input,
body.need_login-page .maincontainer .auto-fill-input select ~ textarea,
body.need_login-page .maincontainer .auto-fill-input select ~ select {
  margin-top: 0;
}
/* line 74, sections/_login.scss */
body.authentication-page .maincontainer .radio-input,
body.login_incorrect-page .maincontainer .radio-input,
body.need_login-page .maincontainer .radio-input {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 79, sections/_login.scss */
body.authentication-page .maincontainer .company-options,
body.login_incorrect-page .maincontainer .company-options,
body.need_login-page .maincontainer .company-options {
  margin-bottom: 10px;
  display: none;
}
/* line 83, sections/_login.scss */
body.authentication-page .maincontainer .company-options.show,
body.login_incorrect-page .maincontainer .company-options.show,
body.need_login-page .maincontainer .company-options.show {
  display: block;
}
/* line 90, sections/_login.scss */
body.authentication-page .maincontainer .recover-password a,
body.login_incorrect-page .maincontainer .recover-password a,
body.need_login-page .maincontainer .recover-password a {
  display: block;
  margin: 10px 0;
}
/* line 97, sections/_login.scss */
body.authentication-page .maincontainer .lbl_flc_new_customer_text,
body.login_incorrect-page .maincontainer .lbl_flc_new_customer_text,
body.need_login-page .maincontainer .lbl_flc_new_customer_text {
  color: #003263;
}
/* line 101, sections/_login.scss */
body.authentication-page .maincontainer .lbl_flc_new_customer_text ul,
body.login_incorrect-page .maincontainer .lbl_flc_new_customer_text ul,
body.need_login-page .maincontainer .lbl_flc_new_customer_text ul {
  display: block;
  color: #898989;
}
/* line 110, sections/_login.scss */
body.authentication-page .maincontainer form[name="registerform"],
body.login_incorrect-page .maincontainer form[name="registerform"],
body.need_login-page .maincontainer form[name="registerform"] {
  position: relative;
}
/* line 113, sections/_login.scss */
body.authentication-page .maincontainer form[name="registerform"] a.adv_button,
body.login_incorrect-page .maincontainer form[name="registerform"] a.adv_button,
body.need_login-page .maincontainer form[name="registerform"] a.adv_button {
  margin-top: 10px;
}
/* line 117, sections/_login.scss */
body.authentication-page .maincontainer form[name="registerform"] .wrap-zipcode,
body.login_incorrect-page .maincontainer form[name="registerform"] .wrap-zipcode,
body.need_login-page .maincontainer form[name="registerform"] .wrap-zipcode {
  float: left;
  width: 46%;
}
/* line 122, sections/_login.scss */
body.authentication-page .maincontainer form[name="registerform"] .wrap-housenumber,
body.authentication-page .maincontainer form[name="registerform"] .wrap-additional,
body.login_incorrect-page .maincontainer form[name="registerform"] .wrap-housenumber,
body.login_incorrect-page .maincontainer form[name="registerform"] .wrap-additional,
body.need_login-page .maincontainer form[name="registerform"] .wrap-housenumber,
body.need_login-page .maincontainer form[name="registerform"] .wrap-additional {
  float: left;
  width: 25%;
  margin-left: 2%;
}
/* line 129, sections/_login.scss */
body.authentication-page .maincontainer form[name="registerform"] img.b_spinner,
body.authentication-page .maincontainer form[name="registerform"] img.s_spinner,
body.login_incorrect-page .maincontainer form[name="registerform"] img.b_spinner,
body.login_incorrect-page .maincontainer form[name="registerform"] img.s_spinner,
body.need_login-page .maincontainer form[name="registerform"] img.b_spinner,
body.need_login-page .maincontainer form[name="registerform"] img.s_spinner {
  position: absolute;
  right: 11px;
  top: 8px;
}
/* line 140, sections/_login.scss */
body.authentication-page .maincontainer form[name="registerform"] *[readonly],
body.login_incorrect-page .maincontainer form[name="registerform"] *[readonly],
body.need_login-page .maincontainer form[name="registerform"] *[readonly] {
  background: #EEE;
}
/* line 144, sections/_login.scss */
body.authentication-page .maincontainer form[name="registerform"] *.incorrect,
body.login_incorrect-page .maincontainer form[name="registerform"] *.incorrect,
body.need_login-page .maincontainer form[name="registerform"] *.incorrect {
  border: 2px solid red;
}
/* line 149, sections/_login.scss */
body.authentication-page .maincontainer .quick-register-form label,
body.login_incorrect-page .maincontainer .quick-register-form label,
body.need_login-page .maincontainer .quick-register-form label {
  display: inline-block;
  margin: 15px 0 0;
}
/* line 158, sections/_login.scss */
body.authentication-page .maincontainer .txt_dealer_welcome h1,
body.login_incorrect-page .maincontainer .txt_dealer_welcome h1,
body.need_login-page .maincontainer .txt_dealer_welcome h1 {
  margin-bottom: 0;
}
/* line 163, sections/_login.scss */
body.authentication-page .maincontainer form[name='operate_as_user'],
body.login_incorrect-page .maincontainer form[name='operate_as_user'],
body.need_login-page .maincontainer form[name='operate_as_user'] {
  margin-top: 20px;
  max-width: 300px;
}
/* line 167, sections/_login.scss */
body.authentication-page .maincontainer form[name='operate_as_user'] select[name='operate_as_user'],
body.login_incorrect-page .maincontainer form[name='operate_as_user'] select[name='operate_as_user'],
body.need_login-page .maincontainer form[name='operate_as_user'] select[name='operate_as_user'] {
  margin-bottom: 10px;
}
/* line 173, sections/_login.scss */
body.authentication-page .maincontainer .dealer-container,
body.login_incorrect-page .maincontainer .dealer-container,
body.need_login-page .maincontainer .dealer-container {
  width: 100%;
}
/* line 177, sections/_login.scss */
body.authentication-page .maincontainer .dealer-users,
body.login_incorrect-page .maincontainer .dealer-users,
body.need_login-page .maincontainer .dealer-users {
  width: 100%;
}
/* line 181, sections/_login.scss */
body.authentication-page .maincontainer #user-search,
body.login_incorrect-page .maincontainer #user-search,
body.need_login-page .maincontainer #user-search {
  width: 100%;
  font-size: 11px;
  padding: 8px 10px;
}
/* line 187, sections/_login.scss */
body.authentication-page .maincontainer .user-select,
body.login_incorrect-page .maincontainer .user-select,
body.need_login-page .maincontainer .user-select {
  max-height: 160px;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #efefef;
}
/* line 194, sections/_login.scss */
body.authentication-page .maincontainer .user-select .user-option,
body.login_incorrect-page .maincontainer .user-select .user-option,
body.need_login-page .maincontainer .user-select .user-option {
  display: block;
  padding: 5px 10px;
  font-size: 11px;
  background-color: #fefefe;
  cursor: pointer;
  position: relative;
}
/* line 203, sections/_login.scss */
body.authentication-page .maincontainer .user-select .user-option .operate-login,
body.login_incorrect-page .maincontainer .user-select .user-option .operate-login,
body.need_login-page .maincontainer .user-select .user-option .operate-login {
  width: 25%;
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
}
/* line 211, sections/_login.scss */
body.authentication-page .maincontainer .user-select .user-option.odd,
body.login_incorrect-page .maincontainer .user-select .user-option.odd,
body.need_login-page .maincontainer .user-select .user-option.odd {
  background-color: #efefef;
}
/* line 215, sections/_login.scss */
body.authentication-page .maincontainer .user-select .user-option:hover,
body.login_incorrect-page .maincontainer .user-select .user-option:hover,
body.need_login-page .maincontainer .user-select .user-option:hover {
  background-color: #abc3db;
  color: #fff;
}
/* line 220, sections/_login.scss */
body.authentication-page .maincontainer .user-select .user-option.selected,
body.login_incorrect-page .maincontainer .user-select .user-option.selected,
body.need_login-page .maincontainer .user-select .user-option.selected {
  background-color: #87aed6;
  color: #fff;
  font-size: 16px;
}
/* line 226, sections/_login.scss */
body.authentication-page .maincontainer .user-select .user-option.selected .operate-login,
body.login_incorrect-page .maincontainer .user-select .user-option.selected .operate-login,
body.need_login-page .maincontainer .user-select .user-option.selected .operate-login {
  display: block;
}
/* line 230, sections/_login.scss */
body.authentication-page .maincontainer .dealer-users .green-btn,
body.login_incorrect-page .maincontainer .dealer-users .green-btn,
body.need_login-page .maincontainer .dealer-users .green-btn {
  background-color: #63b968;
}

/* 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 3, modules/_quickview.scss */
.fancybox-skin .add-to-cart {
  position: relative;
  z-index: 10;
}

/* line 7, modules/_quickview.scss */
.fancybox-skin .quickview_descr {
  margin: 0 0 15px 0;
  clear: both;
  display: block;
}

/* line 10, modules/_quickview.scss */
.fancybox-skin .choose-options {
  width: 100%;
}

/* line 14, modules/_quickview.scss */
#fancybox-outer {
  background: none;
}

/* line 18, modules/_quickview.scss */
.fancybox-skin .content {
  padding: 20px 5px 0px 5px;
}

/* line 21, modules/_quickview.scss */
.fancybox-skin .productdetail {
  padding: 20px;
}

/* line 24, modules/_quickview.scss */
.fancybox-skin .productdetail-leftcol {
  width: 36%;
}

/* line 27, modules/_quickview.scss */
.fancybox-skin .productdetail-rightcol {
  width: 22%;
  margin-bottom: 20px;
}

/* line 31, modules/_quickview.scss */
.fancybox-skin .productdetail-centercol {
  float: left;
  padding: 0 2.5%;
  width: 34%;
  margin-bottom: 20px;
}

/* line 37, modules/_quickview.scss */
#fancybox-overlay {
  background: #dddddd !important;
}

/* line 40, modules/_quickview.scss */
.fancybox-skin ul.productlist li {
  position: relative;
}

/* line 41, modules/_quickview.scss */
.fancybox-skin ul.productlist li .productlist-thumb {
  position: relative;
  overflow: hidden;
}

/* line 42, modules/_quickview.scss */
.quick-order {
  display: none;
  position: absolute;
  height: 24px;
  line-height: 22px;
  width: 100%;
  margin-top: 50%;
  left: 50%;
  background: #eeeeee;
  z-index: 1000;
  text-decoration: none;
  text-transform: uppercase;
  color: #818285;
  font-size: 11px;
  opacity: 0.9;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 59, modules/_quickview.scss */
.quick-order i {
  position: relative;
  top: 1px;
  margin-right: 3px;
  font-size: 13px;
}

/* line 68, modules/_quickview.scss */
.fancybox-skin ul.product-bundle {
  background: #fff;
  border: 1px dashed #CCCCCC;
  margin: left;
  padding: 15px;
  width: 87%;
  float: left;
  -ms-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

/* line 81, modules/_quickview.scss */
.fancybox-skin #product-info {
  float: none;
}

/* line 84, modules/_quickview.scss */
.fancybox-skin #product-info li {
  margin-left: 0;
}

/* line 87, modules/_quickview.scss */
.fancybox-skin #product-info li .product-bundle-thumb {
  width: 60px;
  float: left;
}

/* line 90, modules/_quickview.scss */
.fancybox-skin #product-info li .product-bundle-thumb img {
  max-width: 60px;
  height: auto;
}

/* line 93, modules/_quickview.scss */
.fancybox-skin #product-info li .product-bundle-title {
  width: 95px;
  float: left;
}

/* line 96, modules/_quickview.scss */
.fancybox-skin .product-bundle li {
  clear: none;
  width: 50%;
  margin-bottom: 0;
}

/* line 101, modules/_quickview.scss */
.fancybox-skin .product-bundle li h3 {
  margin: 0 0 5px 0;
  font-size: 11px;
}

/* line 105, modules/_quickview.scss */
.fancybox-skin .product-bundle li table {
  width: 100%;
}

/* line 108, modules/_quickview.scss */
#added_product {
  background: #fff;
  border: 1px dashed #CCCCCC;
  margin: 0 -21px;
  padding: 10px 20px;
  width: 100%;
  float: left;
  -ms-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

/* line 121, modules/_quickview.scss */
#added_product .productdetail-table, .fancybox-skin .productdetail-table {
  float: left;
  clear: both;
}

/* line 124, modules/_quickview.scss */
#added_product .productdetail-table td {
  padding: 0;
}

/* line 125, modules/_quickview.scss */
#added_product img {
  border: 1px solid #cccccc;
}

/* line 126, modules/_quickview.scss */
.quick-button a.adv_button {
  color: #FFFFFF;
  font-size: 11px;
  margin: 0;
  padding: 8px 12px;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 134, modules/_quickview.scss */
.quick-order:hover {
  background: #637ca5;
  opacity: 0.9;
  color: #fff;
}

/* line 139, modules/_quickview.scss */
.productlist li:hover .quick-order {
  display: block;
}

/* line 143, modules/_quickview.scss */
.add_to_cart_disabled a.adv_button {
  background: #eeeeee;
  opacity: 0.5;
  text-decoration: none;
}

/* line 149, modules/_quickview.scss */
.quick-button {
  margin-top: 3px;
}

/* line 152, modules/_quickview.scss */
.grijs a.adv_button {
  background: #dddddd;
  color: #666666;
  border: 1px solid #cccccc;
  text-decoration: none;
  -ms-box-shadow: inset 0 0 10px 2px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 0 10px 2px rgba(255, 255, 255, 0.5);
  -o-box-shadow: inset 0 0 10px 2px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 0 10px 2px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 10px 2px rgba(255, 255, 255, 0.5);
}

/* line 160, modules/_quickview.scss */
.quick-order-more {
  background: #818285;
  color: #fff;
  text-decoration: none;
  margin: 20px 0 0 0;
  padding: 6px;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 172, modules/_quickview.scss */
.quick-order-more:hover {
  background: #87aed6;
  color: #fff;
  text-decoration: none;
}

/* line 178, modules/_quickview.scss */
#add-notify-data {
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*height: 110px;*/
  padding: 20px;
}

/* line 187, modules/_quickview.scss */
#add-notify-data ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 188, modules/_quickview.scss */
#add-notify-data ul li {
  background: url("../../modules/Quickview/css/orange_bullet.png") no-repeat 0 center;
  padding: 4px 0 4px 25px;
  margin: 0 0 0 10px;
}

/* line 189, modules/_quickview.scss */
#add-notify-data .quickview_items {
  background: url("../../modules/Quickview/css/arrow_quickview.png") no-repeat 0 center;
  padding: 7px 0 7px 35px;
  margin: 15px 0;
  font-size: 16px;
}

/* line 190, modules/_quickview.scss */
#add-notify-data h2 {
  color: #373737;
  font-size: 16px;
  margin: 0 0 20px 0;
  font-weight: bold;
}

/* line 191, modules/_quickview.scss */
#add-notify-data p {
  color: #373737;
  margin: 0 0 20px 0;
}

/* line 192, modules/_quickview.scss */
#add-notify-data .button-container {
  clear: both;
  margin: 19px 0 22px 0;
  padding: 0px;
  position: relative;
  text-align: right;
  width: 100%;
  float: right;
  position: relative;
}

/* line 202, modules/_quickview.scss */
#add-notify-data .vink {
  background: url("../../modules/Quickview/css/vink.png") no-repeat;
  width: 64px;
  height: 64px;
  float: right;
}

/* line 203, modules/_quickview.scss */
#add-notify-data .productdetail-table td {
  vertical-align: top;
}

/* line 204, modules/_quickview.scss */
#add-notify-data .productdetail-table td b {
  padding: 0 0 10px 0;
  display: block;
}

/* line 208, modules/_quickview.scss */
.fancybox-skin .MagicToolboxMainContainer {
  max-width: 195px !important;
}

/* line 212, modules/_quickview.scss */
.fancybox-skin .MagicToolboxContainer {
  width: 270px !important;
}

/* line 3, modules/_slideshow.scss */
#mainslideshow {
  float: left;
  overflow: hidden;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, modules/_slideshow.scss */
.owl-theme .owl-controls {
  text-align: center;
}

/* line 12, modules/_slideshow.scss */
.owl-theme .owl-controls .owl-pagination {
  clear: both;
  margin-bottom: -16px;
  position: relative;
  top: -35px;
  z-index: 9;
}

/* Styling Next and Prev buttons */
/* line 21, modules/_slideshow.scss */
.owl-theme .owl-controls .owl-buttons div {
  color: #222222;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 0;
  padding: 0px;
  font-size: 32px;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  position: absolute;
  top: 46%;
}

/* line 34, modules/_slideshow.scss */
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0;
  overflow: hidden;
  background-color: #404041;
  color: #fff;
  font-size: 12px;
  padding: 11px 9px;
  position: absolute;
  text-decoration: none;
  filter: Alpha(Opacity=85);
  /*IE7 fix*/
  opacity: 0.85;
}
/* line 46, modules/_slideshow.scss */
.owl-theme .owl-controls .owl-buttons div.owl-prev i {
  position: relative;
  left: -1px;
  top: 1px;
}

/* line 52, modules/_slideshow.scss */
.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0;
  overflow: hidden;
  background-color: #404041;
  color: #fff;
  font-size: 12px;
  padding: 11px 9px;
  position: absolute;
  text-decoration: none;
  filter: Alpha(Opacity=85);
  /*IE7 fix*/
  opacity: 0.85;
}
/* line 64, modules/_slideshow.scss */
.owl-theme .owl-controls .owl-buttons div.owl-next i {
  position: relative;
  right: -1px;
  top: 1px;
}

/* line 70, modules/_slideshow.scss */
.owl-theme .owl-controls .owl-buttons div.owl-prev .icon-to-start:before, .owl-theme .owl-controls .owl-buttons div.owl-prev .icon-to-end:before {
  margin: 0;
  width: auto;
  position: relative;
  left: -5px;
  float: left;
}

/* line 78, modules/_slideshow.scss */
.owl-theme .owl-controls .owl-buttons div.owl-next .icon-to-start:before, .owl-theme .owl-controls .owl-buttons div.owl-next .icon-to-end:before {
  margin: 0;
  width: auto;
  position: relative;
  right: -5px;
  float: right;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 87, modules/_slideshow.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  background: #003263;
  color: #fff;
}

/* Styling Pagination*/
/* line 93, modules/_slideshow.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* line 98, modules/_slideshow.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 6px;
  height: 6px;
  margin: 5px 4px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #222222;
}

/* line 111, modules/_slideshow.scss */
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
/* line 119, modules/_slideshow.scss */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
/* line 131, modules/_slideshow.scss */
#mainslideshow .owl-item.loading {
  min-height: 130px;
  background: url(../images/loading.gif) no-repeat center center;
}

/* line 135, modules/_slideshow.scss */
.owl-item.loading {
  min-height: 90px;
  background: url(../images/loading.gif) no-repeat center center;
}

/* clearfix */
/* line 140, modules/_slideshow.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: inline-block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 149, modules/_slideshow.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 155, modules/_slideshow.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 160, modules/_slideshow.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  float: left;
}

/* line 166, modules/_slideshow.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 174, modules/_slideshow.scss */
.owl-carousel .owl-item {
  float: left;
}

/* line 177, modules/_slideshow.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 181, modules/_slideshow.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
/* line 191, modules/_slideshow.scss */
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}

/* fix */
/* line 196, modules/_slideshow.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

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

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

/* line 17, modules/_cookie.scss */
.cookie-bar {
  padding: 10px 15px 10px 15px;
  position: relative;
}
@media (min-width: 860px) and (max-width: 1020px) {
  /* line 17, modules/_cookie.scss */
  .cookie-bar {
    text-align: left;
  }
}

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

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

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

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

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

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

/* line 72, modules/_cookie.scss */
.verbergshort {
  margin: 10px;
  text-align: center;
}
@media (min-width: 860px) {
  /* line 72, 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 96, modules/_cookie.scss */
.top-cookie-spacer {
  height: 142px;
}
@media (min-width: 341px) {
  /* line 96, modules/_cookie.scss */
  .top-cookie-spacer {
    height: 130px;
  }
}
@media (min-width: 490px) {
  /* line 96, modules/_cookie.scss */
  .top-cookie-spacer {
    height: 110px;
  }
}
@media (min-width: 600px) {
  /* line 96, modules/_cookie.scss */
  .top-cookie-spacer {
    height: 84px;
  }
}
@media (min-width: 930px) {
  /* line 96, modules/_cookie.scss */
  .top-cookie-spacer {
    height: 70px;
  }
}

/*
	Cookie spacer bij instelling dat alleen korte melding wordt 
	gegeven dat cookies worden gebruikt.
*/
/* line 117, modules/_cookie.scss */
.top-cookie-spacer-short {
  height: 100px;
}
@media (min-width: 387px) {
  /* line 117, modules/_cookie.scss */
  .top-cookie-spacer-short {
    height: 82px;
  }
}
@media (min-width: 714px) {
  /* line 117, modules/_cookie.scss */
  .top-cookie-spacer-short {
    height: 68px;
  }
}
@media (min-width: 859px) {
  /* line 117, 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 */
.slidercontainer {
  height: auto !important;
}
/* line 5, main/_welcome.scss */
.slidercontainer .container {
  text-align: center;
}

/* line 10, main/_welcome.scss */
.largetitles {
  text-align: center;
}
/* line 14, main/_welcome.scss */
.largetitles h1 {
  color: #003263;
  font-size: 34px;
  text-transform: none;
  margin: 50px 0;
  padding: 0;
  line-height: 34px;
}
/* line 23, main/_welcome.scss */
.largetitles h2 {
  color: #87aed6;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 50px 0;
  padding: 0;
  line-height: 24px;
}

/* line 32, main/_welcome.scss */
.largetxt {
  font-size: 12px;
  line-height: 21px;
  margin: -40px 0 0;
  position: relative;
}

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

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

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

/* line 43, main/_product.scss */
.productdetail-centercol {
  float: left;
  width: 45%;
}

/* line 47, main/_product.scss */
.upselproducts {
  width: 77%;
  float: left;
  margin: 30px 0 0 0;
}

/* line 52, main/_product.scss */
.productdetail-rightcol {
  float: right;
  width: 17%;
  border-left: 1px solid #eeeeee;
  padding-left: 2.5%;
  position: relative;
  overflow: hidden;
}
/* line 60, main/_product.scss */
.productdetail-rightcol table {
  max-width: 100%;
}
/* line 63, main/_product.scss */
.productdetail-rightcol .big-button a {
  background: #003263;
  color: #fff;
  text-decoration: none;
  margin: 20px 0 0 0;
  padding: 8px;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 75, main/_product.scss */
.productdetail-rightcol .big-button a i {
  float: left;
  font-size: 14px;
  position: relative;
  top: -1px;
}
/* line 82, main/_product.scss */
.productdetail-rightcol .big-button a:hover {
  background: #63b968;
}
/* line 87, main/_product.scss */
.productdetail-rightcol .sku {
  color: #87aed6;
}

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

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

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

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

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

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

/* line 141, main/_product.scss */
.productdetail-price {
  font-size: 20px;
  line-height: 28px;
  color: #003263;
  font-weight: bold;
  display: block;
}
/* line 148, main/_product.scss */
.productdetail-price.is-dealerprice {
  display: inline-block;
}

/* line 154, main/_product.scss */
.productdetail-taxed-price {
  font-size: 14px;
  line-height: 28px;
  color: #818285;
  font-weight: normal;
}

/* line 160, main/_product.scss */
.productdetail-listprice {
  text-decoration: line-through;
  color: red;
}
/* line 164, main/_product.scss */
.productdetail-listprice span {
  color: #818285;
}

/* line 169, main/_product.scss */
.dealerprice {
  color: #63b968;
  font-weight: bold;
  min-width: 70px;
  display: inline-block;
}

/* line 176, main/_product.scss */
table.wholesale {
  border-collapse: collapse;
  background: #f2f2f2;
  width: 100%;
}
/* line 181, main/_product.scss */
table.wholesale th,
table.wholesale td {
  padding: 5px 10px;
  font-size: 11px;
  color: #818285;
  font-weight: normal;
}
/* line 192, main/_product.scss */
table.wholesale th {
  color: #003263;
}

/* line 198, main/_product.scss */
.wholesale-tax-note {
  background: #f2f2f2;
  padding: 5px 0 0 0;
  width: 100%;
}
/* line 203, main/_product.scss */
.wholesale-tax-note td {
  font-size: 11px;
  padding: 10px;
  color: #87aed6;
}

/* line 210, main/_product.scss */
.add-to-cart {
  margin: 15px 0;
  padding: 10px 0;
  width: 100%;
}
/* line 216, main/_product.scss */
.add-to-cart .product-add2wl {
  background: #87aed6;
  color: #fff;
  text-decoration: none;
  margin: 20px 0 0 0;
  padding: 6px;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 228, main/_product.scss */
.add-to-cart .product-add2wl:hover {
  text-decoration: none;
}
/* line 232, main/_product.scss */
.add-to-cart .product-search-more {
  background: #818285;
  color: #fff;
  text-decoration: none;
  margin: 20px 0 0 0;
  padding: 6px;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 244, main/_product.scss */
.add-to-cart .product-search-more:hover {
  text-decoration: none;
}
/* line 248, main/_product.scss */
.add-to-cart .styled-select {
  width: 100%;
  border: 1px solid #dddddd;
  background-color: #fff;
  height: 28px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 255, main/_product.scss */
.add-to-cart .styled-select select {
  width: 120%;
  height: 28px;
}

/* line 261, main/_product.scss */
.option-title {
  display: block;
  color: #003263;
  margin: 10px 0;
  font-size: 12px;
}

/* line 268, main/_product.scss */
.title-price {
  display: inline-block;
  color: #87aed6;
  margin: 10px 0;
  font-size: 12px;
  min-width: 70px;
}

/* line 276, main/_product.scss */
.list-price {
  font-size: 12px;
  min-width: 70px;
  display: inline-block;
  color: #003263;
  font-weight: bold;
}

/* line 284, main/_product.scss */
.option-title-stock {
  margin: 10px 0;
}

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

/* line 295, main/_product.scss */
td.productdetail-field {
  padding-right: 20%;
}

/* line 300, main/_product.scss */
#module-tabfields {
  margin-top: 0;
}

/* line 306, main/_product.scss */
ul#ver_tabs li:first-child td.label {
  padding: 0 30px 0 0;
}

/* line 307, main/_product.scss */
ul#ver_tabs li:first-child td.value {
  padding: 0 15px 0 0;
}

/* line 309, main/_product.scss */
.productdetail ul#ver_tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #dddddd;
  border-bottom: none;
  border-radius: 5px;
  overflow: hidden;
}

/* line 319, main/_product.scss */
.productdetail ul#ver_tabs h3,
.productdetail ul#ver_tabs h2 {
  background: url(../images/tab_bg.png) repeat-x 50% top;
  height: 32px;
  line-height: 30px;
  font-size: 12px;
  padding-left: 18px;
  font-weight: bold;
  margin: 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  color: #007943;
}

/* line 333, main/_product.scss */
.productdetail ul#ver_tabs h3:hover {
  background: #f3f3f3;
}

/* line 337, main/_product.scss */
.productdetail ul#ver_tabs > li > div {
  border-bottom: 1px solid #ddd;
  padding: 5px 18px;
}

/* line 342, main/_product.scss */
.productdetail ul#ver_tabs li .specs {
  padding: 0;
}

/* line 343, main/_product.scss */
.CustomerMessage {
  color: #ff0000;
  padding: 10px 0;
  display: inline-block;
}

/* line 348, main/_product.scss */
.det_image {
  max-width: 50px;
  max-height: 50px;
  margin: 12px 6px;
  cursor: pointer;
}

/*
 * (Sub)categories
 */
/* line 4, main/_productlist.scss */
.catcontainer {
  width: 100%;
  padding: 8% 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px 2px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px 2px inset;
}
/* line 12, main/_productlist.scss */
.catcontainer .container {
  text-align: left;
  vertical-align: middle;
}
/* line 16, main/_productlist.scss */
.catcontainer .container h1 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  margin: 0;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 28, main/_productlist.scss */
.minimal {
  padding: 2% 0;
  background: #87aed6;
}
/* line 32, main/_productlist.scss */
.minimal h1 {
  text-align: center;
}

/* line 36, main/_productlist.scss */
.super {
  padding: 15% 0;
  background: #87aed6;
}

/* line 40, main/_productlist.scss */
.catcontainer-bottom {
  padding: 3.5% 0;
  bottom: -75px;
  position: relative;
}
/* line 45, main/_productlist.scss */
.catcontainer-bottom .desktop-up {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
}
/* line 52, main/_productlist.scss */
.catcontainer-bottom .desktop-up i {
  font-size: 32px;
  margin-bottom: 12px;
  display: block;
}
/* line 58, main/_productlist.scss */
.catcontainer-bottom .desktop-up:hover {
  color: #003263;
}

/* content centering styles */
/* line 66, main/_productlist.scss */
.content-a {
  display: table;
  width: 100%;
}

/* line 70, main/_productlist.scss */
.content-b {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

/* line 77, main/_productlist.scss */
.maincat-descr {
  margin-bottom: 10px;
}

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

/* line 86, main/_productlist.scss */
.subcategorylist {
  margin: 0 0 15px 0;
  padding: 0;
}
/* line 90, main/_productlist.scss */
.subcategorylist li {
  display: inline-table;
  margin-right: 20px;
}
/* line 94, main/_productlist.scss */
.subcategorylist li h2 a {
  color: #003263;
  display: block;
  padding: 5px 0;
  text-align: center;
}

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

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

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

/* line 118, 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 126, main/_productlist.scss */
.search-result .search-right {
  float: right;
}

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

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

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

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

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

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

/* line 153, main/_productlist.scss */
.searchresult-page-nav-second {
  float: left;
  padding: 0;
  position: relative;
  left: 0;
  top: 8px;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 26px;
}
/* line 163, main/_productlist.scss */
.searchresult-page-nav-second .styled-select {
  float: right;
  margin: 0 0 0 10px;
  width: 55px;
}
/* line 168, main/_productlist.scss */
.searchresult-page-nav-second .styled-select select {
  width: 80px;
}

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

/* line 178, main/_productlist.scss */
.searchresult-page-nav {
  float: right;
  font-size: 11px;
  text-transform: uppercase;
}
/* line 183, main/_productlist.scss */
.searchresult-page-nav a {
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  display: block;
  float: left;
  background: #eeeeee;
  color: #818285;
  margin: 0 5px;
  font-size: 11px;
}
/* line 195, main/_productlist.scss */
.searchresult-page-nav a:hover {
  text-decoration: none;
  background: #f2f2f2;
  color: #003263;
}
/* line 202, main/_productlist.scss */
.searchresult-page-nav .page-active {
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  display: block;
  float: left;
  text-decoration: none;
  background: #87aed6;
  color: #fff;
  margin: 0 5px;
  font-size: 11px;
}
/* line 216, main/_productlist.scss */
.searchresult-page-nav img {
  position: relative;
  top: 1px;
}
/* line 220, main/_productlist.scss */
.searchresult-page-nav .lesspad {
  padding: 2px;
}
/* line 223, main/_productlist.scss */
.searchresult-page-nav .nav-last,
.searchresult-page-nav .nav-first {
  padding: 5px;
  width: auto;
  background: none;
  border: medium none;
  position: relative;
  z-index: 10;
  color: #003263;
  font-size: 12px;
}
/* line 234, 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;
  color: #87aed6;
}
/* line 243, main/_productlist.scss */
.searchresult-page-nav .nav-first {
  margin-right: -3px;
}
/* line 246, main/_productlist.scss */
.searchresult-page-nav .nav-last {
  margin-left: -3px;
}

/* line 252, main/_productlist.scss */
.searchresult-sort-nav {
  float: left;
  margin: 7px 0 0 15px;
  position: relative;
}
/* line 257, main/_productlist.scss */
.searchresult-sort-nav td {
  padding: 8px 3px;
}
/* line 259, main/_productlist.scss */
.searchresult-sort-nav td a {
  text-decoration: none;
  color: #818285;
}
/* line 263, main/_productlist.scss */
.searchresult-sort-nav td a:hover {
  color: #87aed6;
  text-decoration: none;
}

/*
 * Productlist
 */
/* line 279, main/_productlist.scss */
.productlist {
  margin: 10px 0 0 0;
  padding: 0;
}
/* line 284, main/_productlist.scss */
.productlist > li {
  display: inline-block;
  margin: 0 1.5% 7.5% 0;
  padding: 1.5%;
  width: 28.95%;
  text-align: center;
  position: relative;
  vertical-align: top;
  font-size: 12px;
}
/* line 295, main/_productlist.scss */
.productlist > li:nth-child(3n+3) {
  margin-right: 0;
}
/* line 299, main/_productlist.scss */
.productlist > li > h2 {
  font-size: 12px;
  padding: 0 10px;
  margin: 0;
  min-height: 32px;
}
/* line 305, main/_productlist.scss */
.productlist > li > h2 a {
  color: #003263;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
}

/* line 315, main/_productlist.scss */
.fullwidth {
  width: 100%;
}
/* line 320, main/_productlist.scss */
.fullwidth .productlist > li {
  width: 20.634%;
}
/* line 324, main/_productlist.scss */
.fullwidth .productlist > li:nth-child(3n+3) {
  margin-right: 1.5%;
}
/* line 327, main/_productlist.scss */
.fullwidth .productlist > li:nth-child(4n+4) {
  margin-right: 0;
}

/* line 334, main/_productlist.scss */
.productlist-thumb {
  width: 100%;
  height: 150px;
  margin: 0 auto 10px auto;
  position: relative;
}
/* line 340, main/_productlist.scss */
.productlist-thumb img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto;
}
/* line 348, main/_productlist.scss */
.productlist-thumb .productlist-newicon {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 355, main/_productlist.scss */
.productlist-thumb img.thumb-hover {
  display: none;
}
/* line 359, main/_productlist.scss */
.productlist-thumb:hover img.thumb-normal {
  display: none;
}
/* line 363, main/_productlist.scss */
.productlist-thumb:hover img.thumb-hover {
  display: block;
}

/* line 368, main/_productlist.scss */
.productlist-prices {
  margin: 10px 0;
  text-align: center;
  line-height: 21px;
  color: #003263;
  font-size: 14px;
}
/* line 375, main/_productlist.scss */
.productlist-prices a {
  padding: 5px;
  display: block;
}

/* line 381, main/_productlist.scss */
.productlist-listprice {
  text-decoration: line-through;
  padding-right: 5px;
  color: red;
  font-size: 12px;
}
/* line 387, main/_productlist.scss */
.productlist-listprice span {
  color: #818285;
}

/* line 392, main/_productlist.scss */
.productlist-taxed-price {
  display: block;
  color: #818285;
  font-size: 12px;
}

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

/* line 402, main/_productlist.scss */
.buynow-button {
  font-size: 12px !important;
  text-transform: none !important;
  padding: 8px 15px 8px 13px !important;
}
/* line 408, main/_productlist.scss */
.buynow-button i {
  font-size: 14px;
  left: -3px;
  margin: 0 8px 0 0;
  position: relative;
}
/* line 415, main/_productlist.scss */
.buynow-button:hover {
  background: #63b968;
}

/*
 * Navigation
 */
/* line 424, main/_productlist.scss */
.productlist-nav {
  background: #eeeeee;
  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: #404041;
  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 433, main/_productlist.scss */
.productlist-nav a {
  color: #003263;
}

/* line 452, main/_productlist.scss */
.productlist-nav-sort td {
  padding: 4px 2px;
}
/* line 454, main/_productlist.scss */
.productlist-nav-sort td a {
  text-decoration: none;
}
/* line 457, main/_productlist.scss */
.productlist-nav-sort td a:hover {
  color: #003263;
  text-decoration: underline;
}

/* line 465, main/_productlist.scss */
.resetlink {
  padding: 15px 30px;
  background-color: #fff;
  display: inline-block;
}
/* line 470, main/_productlist.scss */
.resetlink.checked-link {
  background-color: #fc9113;
  color: #fff;
  /*position: fixed;*/
  text-align: center;
  top: 46px;
  width: 100%;
  z-index: 1001;
  font-size: 14px;
  left: 0;
}

/* line 483, main/_productlist.scss */
.comparise {
  background-color: #fff;
  margin: 0 0 15px;
  color: #87aed6;
}
/* line 488, main/_productlist.scss */
.comparise input {
  margin-right: 15px;
}
/* line 492, main/_productlist.scss */
.comparise.checked {
  background-color: #fff;
  color: #87aed6;
}
/* line 497, main/_productlist.scss */
.comparise input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/* line 507, main/_productlist.scss */
.comparise input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 22px;
  height: 14px;
  display: inline-block;
  line-height: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 3px 0;
  vertical-align: middle;
  cursor: pointer;
}
/* line 519, main/_productlist.scss */
.comparise input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -14px;
}
/* line 522, main/_productlist.scss */
.comparise .css-label {
  background-image: url(../images/compare-checkbox.png);
}

/* line 529, main/_productlist.scss */
.stock-amount {
  display: block;
  color: #ff0000;
  margin: 0 0 5px 0;
}

/*
 * 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: #003263;
  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 #eeeeee;
}
/* 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 {
  max-width: 60px;
  height: auto;
  margin: 0 20px 0 0;
}

/* line 76, main/_cart.scss */
.cart-thumb-wish {
  width: 15%;
}

/* line 80, main/_cart.scss */
.cart-thumb-wish img {
  width: 100px;
  height: auto;
  margin: 0;
}

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

/* line 90, main/_cart.scss */
.cart-product-price {
  width: 12%;
}
/* line 93, main/_cart.scss */
.cart-product-price b {
  color: #003263;
  font-weight: bold;
}

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

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

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

/* line 114, 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 123, main/_cart.scss */
.cart-coupon h3 {
  margin: 0 0 10px 0;
}
/* line 127, main/_cart.scss */
.cart-coupon table, .cart-coupon input {
  width: 100%;
}

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

/* line 150, main/_cart.scss */
.cart-totals-wrapper {
  float: left;
  border: none;
  border-left: 0;
  border-right: 0;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 0;
}

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

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

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

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

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

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

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

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

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

/* line 220, main/_cart.scss */
.checkout-page .pm-details {
  display: none;
}

/* line 224, main/_cart.scss */
.highlighted .pm-details {
  display: inline-block;
}

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

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

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

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

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

/* line 255, main/_cart.scss */
.flc-step-bar {
  width: 100%;
  border: 1px solid #e0e0e0;
  height: 15px;
}
/* line 260, 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 265, 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 269, main/_cart.scss */
.flc-step-bar td.flc-stepactive {
  background: #003263;
}

/* line 278, main/_cart.scss */
.flc-step-text {
  width: 100%;
  height: 20px;
  text-transform: uppercase;
}
/* line 283, main/_cart.scss */
.flc-step-text td {
  padding: 5px 10px;
  text-align: center;
}
/* line 288, main/_cart.scss */
.flc-step-text .flc-stepdone a {
  font-weight: bold;
  text-decoration: none;
  color: #003263;
}
/* line 294, main/_cart.scss */
.flc-step-text .flc-stepactive {
  font-weight: bold;
}

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

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

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

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

/* line 324, main/_cart.scss */
.cart-subtotal {
  text-align: right;
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  padding: 10px;
}
/* line 331, main/_cart.scss */
.cart-subtotal table {
  float: right;
  margin-right: 110px;
}
/* line 335, main/_cart.scss */
.cart-subtotal table td {
  vertical-align: top;
}
/* line 340, main/_cart.scss */
.cart-subtotal .FormButton {
  font-weight: bold;
}
/* line 344, main/_cart.scss */
.cart-subtotal .subtotal {
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
}
/* line 350, main/_cart.scss */
.cart-subtotal .discounted-subtotal {
  line-height: 26px;
}

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

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

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

/* line 375, main/_cart.scss */
.cartbuttons {
  width: 40%;
  float: right;
}

/* Eric's Add ons tbv OPC
-----------------------------------------------*/
/* line 384, main/_cart.scss */
.opc-column-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
}

/* line 394, main/_cart.scss */
body.checkout-page .maincontainer {
  /*
  input#gcid {
     display: none;
  }
  */
}
/* line 396, main/_cart.scss */
body.checkout-page .maincontainer .col {
  position: relative;
}
/* line 399, main/_cart.scss */
body.checkout-page .maincontainer .col .inner-container {
  position: relative;
  padding: 0 10px;
  border-right: 1px solid #bcbdbe;
}
/* line 405, main/_cart.scss */
body.checkout-page .maincontainer .col:last-child .inner-container {
  border: none;
}
/* line 411, main/_cart.scss */
body.checkout-page .maincontainer .next-step-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 94%;
  line-height: 32px;
  text-align: center;
  background: #83acd5;
  color: white;
  cursor: pointer;
}
/* line 422, main/_cart.scss */
body.checkout-page .maincontainer .next-step-button.top-button {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  margin-bottom: 10px;
}
/* line 431, main/_cart.scss */
body.checkout-page .maincontainer .checkout-area h2 {
  margin: 0;
  margin-bottom: 35px;
  color: #003263;
  font-size: 24px;
  text-align: center;
}
/* line 445, main/_cart.scss */
body.checkout-page .maincontainer #sh_list h3 {
  display: none;
}
/* line 449, main/_cart.scss */
body.checkout-page .maincontainer .highlighted {
  background: #D6E7F7;
}
/* line 453, main/_cart.scss */
body.checkout-page .maincontainer table.add-coupon {
  width: 100%;
}
/* line 457, main/_cart.scss */
body.checkout-page .maincontainer input[name='Cust_orderid'],
body.checkout-page .maincontainer input[type='text'] {
  width: 100%;
}
/* line 462, main/_cart.scss */
body.checkout-page .maincontainer .fake-submit-button {
  line-height: 32px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 469, main/_cart.scss */
body.checkout-page .maincontainer .fake-submit-button.button_dis {
  color: #999;
  background: #EEE;
  position: relative;
  top: auto;
  left: auto;
}
/* line 477, main/_cart.scss */
body.checkout-page .maincontainer .fake-submit-button.button_place {
  background: #003263;
  color: #FFF;
  border: 1px solid #003263;
  cursor: pointer;
}
/* line 485, main/_cart.scss */
body.checkout-page .maincontainer #discount_coupon {
  margin-top: 60px;
}

/* line 492, main/_cart.scss */
#cart_totals table {
  width: 100%;
}
/* line 495, main/_cart.scss */
#cart_totals table ~ table {
  margin-top: 20px;
}

/* line 503, main/_cart.scss */
.hide-certain-fields [data-id="column-customer-contacts"],
.hide-certain-fields [data-id="column-shipping"],
.hide-certain-fields [data-id="column-newlists"],
.hide-certain-fields [data-id="column-billing"] {
  display: none;
}

/* line 516, main/_cart.scss */
.enable-place-order {
  float: left;
  margin-right: 8px;
}

/* 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 {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
/* 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: #001830;
}

/* 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: #404041;
  padding: 20px;
  text-align: left;
  position: fixed;
}

/* line 13, responsive/_mobilemenu.scss */
#mobilemenu h3 {
  font-size: 21px;
  color: #eeeeee;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: normal;
}

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

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

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

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

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

/* line 53, responsive/_mobilemenu.scss */
#mobilemenu ul li a:link,
#mobilemenu ul li a:visited {
  background: #313131;
  font-size: 15px;
  color: #87aed6;
  margin: 25px -35px 5px -20px;
  font-weight: normal;
  text-decoration: none;
  width: auto;
  display: block;
  line-height: 18px;
  text-transform: uppercase;
  padding: 10px 20px;
}

/* line 67, responsive/_mobilemenu.scss */
#mobilemenu ul li a.active-cat {
  color: #87aed6 !important;
}

/*
#mobilemenu ul.black li a:link,
#mobilemenu ul.black li a:visited { 
    font-size: 15px;
    color: $offwhite;
    margin: 0;
    font-weight: normal;
    text-decoration: none;
    width: auto;
    display: block;
    line-height: 18px;
    padding: 0 0 0 15px;
}
*/
/* line 84, responsive/_mobilemenu.scss */
#mobilemenu ul.black li a:link,
#mobilemenu ul.black li a:visited {
  color: #eeeeee;
}

/* line 89, responsive/_mobilemenu.scss */
#mobilemenu ul li ul li a:link,
#mobilemenu ul li ul li a:visited {
  background: none;
  font-size: 15px;
  color: #eeeeee;
  margin: 0;
  font-size: 14px;
  text-decoration: none;
  width: auto;
  display: block;
  line-height: 18px;
  border-top: none;
  border-bottom: 1px solid #555;
  padding: 10px 0;
  text-transform: none;
}

/* line 106, responsive/_mobilemenu.scss */
#mobilemenu ul li ul li ul li a:link,
#mobilemenu ul li ul li ul li a:visited {
  font-size: 15px;
  color: #eeeeee;
  margin: 0;
  font-size: 14px;
  text-decoration: none;
  width: auto;
  display: block;
  line-height: 18px;
  padding: 6px 0 6px 15px;
}

/*
#mobilemenu ul li a:hover,
#mobilemenu ul li a:active, 
#mobilemenu ul.black li a:hover,
#mobilemenu ul.black li a:active
{
    color: $lightblue;
    text-decoration: none;
}
*/
/* line 129, responsive/_mobilemenu.scss */
#mobilemenu ul li ul li a:hover,
#mobilemenu ul li ul li a:active {
  color: #87aed6;
  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: 480px) -- devices/_max-phone-portrait.scss
   */
}
/* line 38, responsive/_responsive_defaults.scss */
.is-responsive .container {
  max-width: 1170px;
  width: auto;
}
@media (max-width: 1160px) {
  /* line 5, responsive/devices/_max-desktop-small.scss */
  .is-responsive .showitem {
    display: none;
  }
}
@media (max-width: 965px) {
  /* line 11, responsive/devices/_max-desktop-small.scss */
  .is-responsive .homeicon,
  .is-responsive .contact-item {
    display: none;
  }
  /* line 15, responsive/devices/_max-desktop-small.scss */
  .is-responsive .header-middle .logo {
    display: none;
  }
  /* line 22, responsive/devices/_max-desktop-small.scss */
  .is-responsive .productlist > li img {
    max-width: 100%;
  }
  /* line 31, responsive/devices/_max-desktop-small.scss */
  .is-responsive .fullwidth .productlist > li {
    width: 20.125%;
  }
  /* line 38, responsive/devices/_max-desktop-small.scss */
  .is-responsive .register-box input, .is-responsive .register-box select {
    width: 100%;
  }
  /* line 41, responsive/devices/_max-desktop-small.scss */
  .is-responsive .register-box input[type="checkbox"], .is-responsive .register-box input[type="radio"] {
    width: auto;
  }
}
@media (max-width: 830px) {
  /* line 33, responsive/_responsive_defaults.scss */
  .is-responsive {
    /* KLIKBARE DOELEN OPTIMALISATIE
    * ========================================== */
  }
  /* line 5, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .fancybox-wrap {
    width: 715px !important;
  }
  /* line 11, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .responsive-slider .pages {
    display: none;
  }
  /* line 20, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .usp ul li img {
    float: none;
    margin: 10px auto;
    display: block;
  }
  /* line 27, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .usp ul li b {
    display: block;
    clear: both;
    float: none;
  }
  /* line 35, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .footer-column-mobile a {
    display: block;
  }
  /* line 39, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .productlist > li > h2 a {
    display: block;
    padding: 5px;
  }
  /* line 43, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .cartbuttons {
    width: 44%;
  }
}
@media (max-width: 800px) {
  /* line 49, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .cartbuttons {
    width: 46%;
  }
}
@media (max-width: 767px) {
  /* line 7, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .mobilemenulink {
    display: block;
  }
  /* line 10, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .mobilemenulink .icon-menu {
    font-size: 23px;
    color: white;
    background: #87aed6;
    padding: 1px 1px;
  }
  /* line 18, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .logo {
    text-align: center;
    width: 100%;
    margin: 0 0 30px 0;
    top: 0;
  }
  /* line 24, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .logo img {
    max-width: 100%;
  }
  /* line 28, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .header-middle {
    display: none;
  }
  /* line 31, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .largetxt {
    margin: 30px 0 0 0;
  }
  /* line 34, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .lng-select {
    float: none;
    text-align: center;
    width: 100%;
  }
  /* line 39, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .basket {
    border: none;
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
    width: auto;
  }
  /* line 47, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .basket a {
    display: block;
  }
  /* line 50, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .basket a.baglink {
    display: block;
  }
  /* line 53, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .basket a.cart-items {
    display: none;
    font-size: 12px;
  }
  /* line 57, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .basket a.cart-items-checkout {
    display: block;
    font-size: 12px;
  }
  /* line 63, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .basket img {
    top: -2px;
  }
  /* line 68, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .speedbar {
    display: none;
  }
  /* line 71, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .header .header-center {
    float: right;
    margin: 0 0 20px;
    width: 100%;
  }
  /* line 77, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .search {
    float: left;
    width: 100%;
    position: relative;
    /*
    img {
    	position: absolute;
    	right: 5px;
    	top: 7px;
    }
    */
  }
  /* line 82, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .search input {
    width: 100%;
  }
  /* line 85, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .search input:focus {
    color: #000;
  }
  /* line 96, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .search .search_icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 102, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .suggestionsBox {
    display: none !important;
  }
  /* line 105, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .homecat {
    display: block;
    float: left;
    margin: 0 0 60px 0;
    width: 100%;
  }
  /* line 114, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .homecat .accordionButton a {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 12px 0;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    text-decoration: none;
    color: #818285;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 129, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .homecat .accordionButton a:hover {
    color: #87aed6;
  }
  /* line 132, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .homecat .accordionButton a:hover .icon-right-dir {
    color: #87aed6;
  }
  /* line 137, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .homecat .accordionButton a .icon-right-dir {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 18px;
    color: #818285;
  }
  /* line 144, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .homecat .accordionButton a .icon-right-dir:hover {
    color: #87aed6;
  }
  /* line 152, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .breadcrumbs {
    font-size: 12px;
    margin: 0 0 15px;
  }
  /* line 157, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .breadcrumbs .location_desktop {
    display: none;
  }
  /* line 161, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .searchresult-navigation-top {
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }
  /* line 166, 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 173, 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 178, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .searchresult-navigation-bottom {
    height: auto;
    margin-top: 0;
    padding: 0;
  }
  /* line 183, 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 190, 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 195, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .user-nav {
    display: none;
  }
  /* line 198, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .left-col {
    display: none;
  }
  /* line 201, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .main-col {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
  /* line 209, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .productlist > li {
    width: 26.95% !important;
  }
  /* line 212, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .productlist > li:nth-child(1n+1) {
    margin-left: 1.5% !important;
    margin-right: 1.5% !important;
  }
  /* line 219, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .productlist > li .quick-order:hover {
    display: none;
  }
  /* line 226, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .cart-thumb-wish {
    width: 100px;
  }
  /* line 229, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .cart-thumb-wish img {
    width: 80px;
  }
  /* line 232, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .cart-quantity {
    width: auto;
  }
  /* line 235, 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 238, 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 253, 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 259, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .filter_mobileleft {
    width: 60%;
    float: left;
  }
  /* line 260, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .filter_mobileleft .label_check {
    padding-left: 0;
  }
  /* line 261, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .filter_mobileright {
    width: 40%;
    float: right;
  }
  /* line 264, 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 281, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .filter_mobileleft .menublock,
  .is-responsive .filter_mobileright .menublock {
    width: 100%;
    border-bottom: none;
  }
  /* line 286, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .menu-box {
    padding: 5px;
  }
  /* line 289, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .filter-col ul li {
    position: relative;
  }
  /* line 295, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .mobileoverloop {
    position: absolute;
    z-index: 999;
    left: 0px;
    width: 30px;
    padding-left: 20px;
  }
  /* line 302, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .menu-toggle {
    display: none;
  }
  /* line 306, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .next-prev {
    float: none;
    text-align: center;
    margin: 10px 0  20px 0;
  }
  /* line 311, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .productdetail-leftcol,
  .is-responsive .productdetail-centercol,
  .is-responsive .productdetail-rightcol,
  .is-responsive .upselproducts,
  .is-responsive .mod-leftcol,
  .is-responsive .mod-rightcol,
  .is-responsive .contactform,
  .is-responsive .contact-info,
  .is-responsive .checkout-accountbox {
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border: none;
    border-bottom: 1px solid #f2f2f2;
  }
  /* line 326, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .checkout-accountbox {
    border-bottom: none;
  }
  /* line 329, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .MagicZoomPlus, .is-responsive .MagicZoomPlus:hover {
    cursor: none;
  }
  /* line 333, 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 342, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .MagicToolboxContainer {
    width: 100% !important;
  }
  /* line 346, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer {
    float: none !important;
  }
  /* line 350, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .MagicScroll, .is-responsive .selectorsLeftblock {
    display: none !important;
  }
  /* line 354, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .imageNext,
  .is-responsive .imagePrev {
    display: inline-block;
  }
  /* line 358, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .MagicThumb-background, .is-responsive .MagicThumb-expanded {
    display: none !important;
  }
  /* line 361, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .cart-coupon {
    width: 100%;
    clear: both;
    margin: 15px 0;
  }
  /* line 366, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .cart-totals {
    width: 100%;
  }
  /* line 369, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .tbl-cart-totals {
    width: 100%;
  }
  /* line 372, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .tbl-cart-totals select {
    width: 100%;
  }
  /* line 378, 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 382, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive ul.tabs {
    margin-top: 20px;
  }
  /* line 387, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .tagcloud {
    display: none;
  }
  /* line 390, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .social-bookmarks {
    display: none;
  }
  /* line 393, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .usp {
    margin-top: 20px;
  }
  /* line 399, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .usp ul li {
    width: 50%;
    padding: 0;
  }
  /* line 404, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .usp ul li img {
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-top: 2px;
    display: inline-block;
  }
  /* line 413, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .usp ul li b {
    display: block;
    clear: none;
  }
  /* line 420, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer {
    padding-top: 20px;
  }
  /* line 423, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column {
    width: 100%;
    margin: 0;
    /*		
    .over {
    	background:$orange url(../images/accordin_arrow_w.png) no-repeat 98% 50%;
    	//background: $orange;
    	color:#fff;
    }
    */
  }
  /* line 428, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column h4 {
    margin: 8px 0;
  }
  /* line 431, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column h4 .footercolhide {
    display: block;
  }
  /* line 435, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .accordionButton {
    position: relative;
    width: 100%;
    float: left;
    color: #eeeeee;
    cursor: pointer;
    padding: 12px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #505050;
  }
  /* line 447, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .accordionButton .icon-right-dir {
    position: absolute;
    right: 0;
    top: 9px;
    font-size: 21px;
    color: #eeeeee;
    display: inline-block;
  }
  /* line 455, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .accordionButton .icon-down-dir {
    display: none;
  }
  /* line 461, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .accordionContent {
    width: 100%;
    float: left;
    display: none;
    padding: 15px 0;
    line-height: 21px;
    background: none;
  }
  /* line 469, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .accordionContent li {
    padding: 0 10px 0 10px;
  }
  /* line 474, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .on,
  .is-responsive .footer-column .over {
    color: #87aed6;
  }
  /* line 478, 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: 4px;
    top: 10px;
    font-size: 18px;
    color: #87aed6;
    display: inline-block;
  }
  /* line 486, 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 498, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .newsdescr {
    display: none;
  }
  /* line 501, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .news-subscribe form input {
    width: 100%;
  }
  /* line 504, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column-mobile {
    display: inline-block;
    float: right;
    line-height: 35px;
    margin: 20px 0;
  }
  /* line 510, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column-mobile a {
    text-decoration: none;
  }
  /* line 514, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column-mobile img {
    float: left;
    margin: 0 10px 0 0;
  }
  /* line 520, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .omhoog {
    float: left;
    padding: 0 10px 0 0;
  }
  /* line 524, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .omhoog .icon-up-wrap {
    float: left;
    width: 35px;
    height: 33px;
    padding: 2px 0 0;
    text-align: center;
    margin: 0 10px 0 0;
  }
  /* line 533, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .omhoog .icon-up-open {
    font-size: 26px;
    color: #87aed6;
  }
  /* line 540, 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 549, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .icon-desktop {
    font-size: 24px;
    position: relative;
    top: 4px;
    color: #87aed6;
  }
  /* line 556, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .subfooter {
    height: auto;
  }
  /* line 559, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .subfooter .copyright {
    clear: both;
  }
  /* line 563, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .cartbuttons {
    width: 100%;
  }
}
@media (max-width: 600px) {
  /* line 5, responsive/devices/_max-bigphone-landscape.scss */
  .is-responsive .productlist > li {
    width: 43.5% !important;
  }
  /* line 10, responsive/devices/_max-bigphone-landscape.scss */
  .is-responsive .accountbox {
    width: 50%;
  }
}
@media (max-width: 520px) {
  /* line 6, responsive/devices/_max-phone-landscape.scss */
  .is-responsive .cart-quantity span.price_note {
    display: none;
  }
  /* line 12, responsive/devices/_max-phone-landscape.scss */
  .is-responsive .basket a.cart-items {
    padding: 10px 5px 5px 10px;
  }
  /* line 16, responsive/devices/_max-phone-landscape.scss */
  .is-responsive .basket a.cart-items-checkout {
    display: none;
  }
  /* line 23, 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 32, responsive/devices/_max-phone-landscape.scss */
  .is-responsive .searchresult-page-nav .nav-last,
  .is-responsive .searchresult-page-nav .nav-first {
    padding: 8px 12px;
  }
}
@media (max-width: 480px) {
  /* line 33, responsive/_responsive_defaults.scss */
  .is-responsive {
    /*
    ---------------------------------------*/
  }
  /* line 7, responsive/devices/_max-phone-portrait.scss */
  .is-responsive .productlist > li {
    width: 100% !important;
  }
  /* line 10, responsive/devices/_max-phone-portrait.scss */
  .is-responsive .productlist > li:nth-child(1n+1) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 17, responsive/devices/_max-phone-portrait.scss */
  .is-responsive .accountbox {
    width: 100%;
  }
  /* line 20, responsive/devices/_max-phone-portrait.scss */
  .is-responsive .guestbook_message, .is-responsive .guestbook_message2 {
    background-image: none;
    padding-left: 15px;
  }
  /* line 28, responsive/devices/_max-phone-portrait.scss */
  .is-responsive .usp ul li {
    width: 100%;
  }
  /* line 37, responsive/devices/_max-phone-portrait.scss */
  .is-responsive .next-prev {
    text-align: center;
    margin: 0 0 10px 0;
  }
  /* line 45, responsive/devices/_max-phone-portrait.scss */
  .is-responsive .maincontainer .login-area .col .inner-container {
    border-right: none !important;
    border-bottom: 1px solid #8C8E91;
    padding-bottom: 20px !important;
  }
}
