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

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 30, reset/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
/* line 262, reset/_normalize.scss */
button {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
/* line 375, reset/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 386, reset/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Image fonts
   ========================================================================== */
@font-face {
  font-family: 'fontello';
  font-display: auto;
  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 25, 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 56, fonts/_fontello.scss */
.icon-home:before {
  content: '\e800';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* '' */
/* Componenten bruikbaar op diverse posities
   ========================================================================== */
/* line 1, components/_headings.scss */
h1,
.dialogheader {
  font-size: 21px;
  margin: 20px 0;
}

/* line 6, components/_headings.scss */
.main-col h1 {
  margin-top: 0;
}

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

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

/* line 15, components/_headings.scss */
.txtcenter {
  text-align: center;
}

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

/* line 1, components/_links.scss */
a {
  color: #231f20;
  text-decoration: none;
}
/* line 5, components/_links.scss */
a:hover {
  color: #666;
}

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

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

/* Menu dialog
   ========================================================================== */
/* line 22, components/_dialogs.scss */
.menu-box {
  position: relative;
  margin: 0 0 15px 0;
  line-height: 20px;
  padding: 0 0 10px 0;
}
/* line 30, components/_dialogs.scss */
.menu-box h2 {
  background: #444;
  color: #fff;
  font-size: 13px;
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  height: 28px;
  line-height: 28px;
  text-transform: uppercase;
}
/* line 40, components/_dialogs.scss */
.menu-box h4 {
  background: #ffebce;
  color: #f5791f;
  font-size: 13px;
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  height: 28px;
  line-height: 28px;
  text-transform: uppercase;
}

/* line 53, components/_dialogs.scss */
.cat-menu h4 {
  background: #f5791f;
  color: #fff;
  font-size: 13px;
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  height: 28px;
  line-height: 28px;
  text-transform: uppercase;
}

/* line 65, components/_dialogs.scss */
.kiyoh-menu h4 {
  background: #444;
  color: #fff;
  font-size: 13px;
  padding: 0 0 0 10px;
  margin: 0 0 15px 0;
  height: 28px;
  line-height: 28px;
  text-transform: uppercase;
}

/* line 76, components/_dialogs.scss */
.menublock-categories {
  margin: 0 0 40px 0;
  line-height: 20px;
  padding: 0;
  border-bottom: none;
}
/* line 82, components/_dialogs.scss */
.menublock-categories h1,
.menublock-categories h2 {
  background: #444;
  color: #fff;
  font-size: 13px;
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  height: 28px;
  line-height: 28px;
  text-transform: uppercase;
}

/* line 94, components/_dialogs.scss */
.clearbox {
  margin: 0;
  line-height: 20px;
  padding: 0;
  border-bottom: none;
}

/* line 103, components/_dialogs.scss */
.menu-content ul {
  line-height: 2;
}
/* line 107, components/_dialogs.scss */
.menu-content ul > li {
  list-style-type: none;
}
/* line 110, components/_dialogs.scss */
.menu-content ul > li a {
  display: block;
  text-decoration: none;
  color: #000;
}
/* line 116, components/_dialogs.scss */
.menu-content ul > li a:hover, .menu-content ul > li a.active-cat {
  color: #f5791f;
}
/* line 122, components/_dialogs.scss */
.menu-content ul > li ul {
  margin: 5px 0 5px 0;
  border-left: 2px solid #eeeeee;
}
/* line 126, components/_dialogs.scss */
.menu-content ul > li ul > li {
  border: none;
  padding-left: 10px;
}

/* line 135, components/_dialogs.scss */
.megamenu-col .cats li a.active_root,
.active_root,
.cat-active {
  color: #f5791f !important;
}

/* line 140, components/_dialogs.scss */
.menu-toggle {
  font-size: 8px;
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 5;
}

/* line 149, components/_dialogs.scss */
.filter-reset {
  text-align: center;
  border-radius: 3px !important;
  display: block;
  background: #8c8c8c !important;
  padding: 5px;
  text-transform: initial;
}
/* line 158, components/_dialogs.scss */
.filter-reset a {
  color: white;
}
/* line 162, components/_dialogs.scss */
.filter-reset a:hover {
  color: white !important;
}

/* line 168, components/_dialogs.scss */
.filterZoekknop {
  background: #f5791f;
  border: none;
  color: white;
  padding: 7px 10px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 3px !important;
}

/* line 179, components/_dialogs.scss */
.quick-order {
  display: none;
  position: absolute;
  height: 20px;
  line-height: 20px;
  width: 100%;
  bottom: 0;
  z-index: 1000;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  color: #444444;
  opacity: 0.9;
  background: #ffebce;
}
/* line 194, components/_dialogs.scss */
.quick-order:before {
  font-family: 'fontello';
  content: "\e804";
  color: #444444;
  font-size: 12px;
  left: 15px;
  position: absolute;
}

/* line 204, components/_dialogs.scss */
.productlist li:hover .quick-order {
  display: block;
}

/* line 208, components/_dialogs.scss */
.quick-order:hover {
  opacity: 0.9;
  color: #fff;
  background: #f5791f;
}
/* line 213, components/_dialogs.scss */
.quick-order:hover:before {
  font-family: 'fontello';
  content: "\e804";
  color: #fff;
}

/* line 1, components/_buttons.scss */
a.adv_button {
  background-color: #444444;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #444444;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 8px 12px 7px 12px;
  text-decoration: none;
  line-height: 100%;
}
/* line 17, components/_buttons.scss */
a.adv_button.underline_button {
  background: none;
  border: none;
  color: black;
  text-transform: inherit;
  text-decoration: underline;
}
/* line 24, components/_buttons.scss */
a.adv_button.underline_button:hover {
  text-decoration: none;
}

/* line 30, components/_buttons.scss */
.button-container a.orange,
.big-button a {
  background-color: #f5791f;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f5791f;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 8px 12px 7px 12px;
  text-decoration: none;
  line-height: 100%;
}
/* line 47, components/_buttons.scss */
.button-container a.orange.underline_button,
.big-button a.underline_button {
  background: none;
  border: none;
  color: black;
  text-transform: inherit;
  text-decoration: underline;
}
/* line 54, components/_buttons.scss */
.button-container a.orange.underline_button:hover,
.big-button a.underline_button:hover {
  text-decoration: none;
}

/* line 60, components/_buttons.scss */
.opc-button a.adv_button {
  background: #f5791f;
  border: 1px solid #f5791f;
}
/* line 64, components/_buttons.scss */
.opc-button a.adv_button:hover, .opc-button a.adv_button:active, .opc-button a.adv_button:focus {
  background: #4db10a;
  border: 1px solid #499815;
}

/* 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: 30%;
}
/* 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: 25%;
  border-left: 1px solid #d7dee4;
  min-height: 315px;
}

/* line 47, components/_forms.scss */
.contact-map {
  float: right;
  line-height: 20px;
  padding: 0;
  margin: 0;
  width: 38%;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Globals & Helpers
   ========================================================================== */
/* line 1, global/_layout.scss */
body {
  background: #fff url(../images/bg.png) repeat-x;
  text-align: center;
  color: #000;
  font-weight: normal;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
}

/* line 11, global/_layout.scss */
.mobile {
  display: none;
}

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

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

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

/* line 42, global/_layout.scss */
.main-col {
  float: right;
  width: 78.4%;
}
/* line 47, global/_layout.scss */
.main-col.main-col-full-width {
  float: none;
  width: auto;
  margin-left: 0;
}

/* line 54, global/_layout.scss */
#casengo-widget-0 {
  height: auto !important;
}
/* line 57, global/_layout.scss */
#casengo-widget-0 span {
  text-transform: uppercase;
  font-size: 14px !important;
}

/* line 62, global/_layout.scss */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.5);
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

/* line 76, global/_layout.scss */
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

/* line 82, global/_layout.scss */
.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #f5791f;
  color: #fff;
  padding: 20px;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px dashed #231f20;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 100, global/_layout.scss */
.cd-popup-container h2 {
  margin: 0 0 20px 0;
  font-size: 16px;
}

/* line 104, global/_layout.scss */
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}

/* line 109, global/_layout.scss */
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

/* line 116, global/_layout.scss */
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #fff;
}

/* line 124, global/_layout.scss */
.cd-popup-container .cd-popup-close::before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

/* line 128, global/_layout.scss */
.cd-popup-container .cd-popup-close::after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

/* line 132, global/_layout.scss */
.is-visible .cd-popup-container {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 136, global/_layout.scss */
.popupInputWrapper {
  display: block;
  position: relative;
}

@media only screen and (min-width: 1170px) {
  /* line 142, global/_layout.scss */
  .cd-popup-container {
    margin: 8em auto;
  }
}
/* line 147, global/_layout.scss */
.recaptcha {
  margin: 15px 0px;
  text-align: center;
}

/* line 152, global/_layout.scss */
.recaptcha > div {
  display: inline-block;
}

/* line 156, global/_layout.scss */
a.inschrijven-bedankt-button {
  background: green;
  border: green;
  cursor: pointer;
  margin-bottom: 0px;
}

/* line 163, global/_layout.scss */
#mc_embed_signup form {
  padding: 30px !important;
}

/* line 167, global/_layout.scss */
.signupfield-bedanktpagina {
  background-color: #ececec;
  padding: 0px;
  margin-top: 30px;
  position: relative;
  display: none;
}
/* line 174, global/_layout.scss */
.signupfield-bedanktpagina .closebutton {
  background-color: #f5791f;
  color: white;
  display: inline-block;
  font-weight: bold;
  padding: 6px 10px;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 10;
}
/* line 189, global/_layout.scss */
.signupfield-bedanktpagina .checkbox.subfield input {
  margin-right: 10px;
}
/* line 196, global/_layout.scss */
.signupfield-bedanktpagina .gdpr-footer span {
  width: calc(100% - 50px);
  display: inline-block;
  float: right;
  margin-bottom: 20px;
}

/* ==========================================================================
   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: 13px;
  color: #666;
  text-decoration: none;
}
/* line 37, global/_helpers.scss */
.nav-link:hover {
  text-decoration: underline;
  color: #231f20;
}

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

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

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

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

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

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

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

/* ==========================================================================
   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, .subheader:before, .header-middle:before, .footer:before, .footer-menu:before, .subfooter:before, .add-to-cart: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,
.subheader:after,
.header-middle:after,
.footer:after,
.footer-menu:after,
.subfooter:after,
.add-to-cart: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, .subheader:after, .header-middle:after, .footer:after, .footer-menu:after, .subfooter:after, .add-to-cart: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, .subheader, .header-middle, .footer, .footer-menu, .subfooter, .add-to-cart, .cart-totals-wrapper, ul.shopcategories-home {
  *zoom: 1;
}

/* Sections
   ========================================================================== */
/*
 * Header
 */
/* ==========================================================================
   $HEADER styles
   ========================================================================== */
/* line 9, sections/_header.scss */
.stickywrapper {
  z-index: 999 !important;
  position: relative;
}

/* line 14, sections/_header.scss */
.header_kiyoh {
  float: left;
  height: 60px;
  font-size: 14px;
  padding: 30px 0px 0 75px;
  box-sizing: border-box;
  color: black;
}
/* line 22, sections/_header.scss */
.header_kiyoh img {
  max-height: 15px;
  margin: 0px 0px 5px 0px;
}
/* line 27, sections/_header.scss */
.header_kiyoh strong {
  color: white;
}

/* line 32, sections/_header.scss */
.header_kiyoh.mobile {
  float: left;
  height: auto;
  font-size: 14px;
  padding: 0px;
  box-sizing: border-box;
  position: relative;
  top: 1px;
}
/* line 41, sections/_header.scss */
.header_kiyoh.mobile:before {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3OC4yIDQ3OC4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NzguMiA0NzguMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxnPgoJPHBhdGggZD0iTTQ1Ny41NzUsMzI1LjFjOS44LTEyLjUsMTQuNS0yNS45LDEzLjktMzkuN2MtMC42LTE1LjItNy40LTI3LjEtMTMtMzQuNGM2LjUtMTYuMiw5LTQxLjctMTIuNy02MS41ICAgYy0xNS45LTE0LjUtNDIuOS0yMS04MC4zLTE5LjJjLTI2LjMsMS4yLTQ4LjMsNi4xLTQ5LjIsNi4zaC0wLjFjLTUsMC45LTEwLjMsMi0xNS43LDMuMmMtMC40LTYuNCwwLjctMjIuMywxMi41LTU4LjEgICBjMTQtNDIuNiwxMy4yLTc1LjItMi42LTk3Yy0xNi42LTIyLjktNDMuMS0yNC43LTUwLjktMjQuN2MtNy41LDAtMTQuNCwzLjEtMTkuMyw4LjhjLTExLjEsMTIuOS05LjgsMzYuNy04LjQsNDcuNyAgIGMtMTMuMiwzNS40LTUwLjIsMTIyLjItODEuNSwxNDYuM2MtMC42LDAuNC0xLjEsMC45LTEuNiwxLjRjLTkuMiw5LjctMTUuNCwyMC4yLTE5LjYsMjkuNGMtNS45LTMuMi0xMi42LTUtMTkuOC01aC02MSAgIGMtMjMsMC00MS42LDE4LjctNDEuNiw0MS42djE2Mi41YzAsMjMsMTguNyw0MS42LDQxLjYsNDEuNmg2MWM4LjksMCwxNy4yLTIuOCwyNC03LjZsMjMuNSwyLjhjMy42LDAuNSw2Ny42LDguNiwxMzMuMyw3LjMgICBjMTEuOSwwLjksMjMuMSwxLjQsMzMuNSwxLjRjMTcuOSwwLDMzLjUtMS40LDQ2LjUtNC4yYzMwLjYtNi41LDUxLjUtMTkuNSw2Mi4xLTM4LjZjOC4xLTE0LjYsOC4xLTI5LjEsNi44LTM4LjMgICBjMTkuOS0xOCwyMy40LTM3LjksMjIuNy01MS45QzQ2MS4yNzUsMzM3LjEsNDU5LjQ3NSwzMzAuMiw0NTcuNTc1LDMyNS4xeiBNNDguMjc1LDQ0Ny4zYy04LjEsMC0xNC42LTYuNi0xNC42LTE0LjZWMjcwLjEgICBjMC04LjEsNi42LTE0LjYsMTQuNi0xNC42aDYxYzguMSwwLDE0LjYsNi42LDE0LjYsMTQuNnYxNjIuNWMwLDguMS02LjYsMTQuNi0xNC42LDE0LjZoLTYxVjQ0Ny4zeiBNNDMxLjk3NSwzMTMuNCAgIGMtNC4yLDQuNC01LDExLjEtMS44LDE2LjNjMCwwLjEsNC4xLDcuMSw0LjYsMTYuN2MwLjcsMTMuMS01LjYsMjQuNy0xOC44LDM0LjZjLTQuNywzLjYtNi42LDkuOC00LjYsMTUuNGMwLDAuMSw0LjMsMTMuMy0yLjcsMjUuOCAgIGMtNi43LDEyLTIxLjYsMjAuNi00NC4yLDI1LjRjLTE4LjEsMy45LTQyLjcsNC42LTcyLjksMi4yYy0wLjQsMC0wLjksMC0xLjQsMGMtNjQuMywxLjQtMTI5LjMtNy0xMzAtNy4xaC0wLjFsLTEwLjEtMS4yICAgYzAuNi0yLjgsMC45LTUuOCwwLjktOC44VjI3MC4xYzAtNC4zLTAuNy04LjUtMS45LTEyLjRjMS44LTYuNyw2LjgtMjEuNiwxOC42LTM0LjNjNDQuOS0zNS42LDg4LjgtMTU1LjcsOTAuNy0xNjAuOSAgIGMwLjgtMi4xLDEtNC40LDAuNi02LjdjLTEuNy0xMS4yLTEuMS0yNC45LDEuMy0yOWM1LjMsMC4xLDE5LjYsMS42LDI4LjIsMTMuNWMxMC4yLDE0LjEsOS44LDM5LjMtMS4yLDcyLjcgICBjLTE2LjgsNTAuOS0xOC4yLDc3LjctNC45LDg5LjVjNi42LDUuOSwxNS40LDYuMiwyMS44LDMuOWM2LjEtMS40LDExLjktMi42LDE3LjQtMy41YzAuNC0wLjEsMC45LTAuMiwxLjMtMC4zICAgYzMwLjctNi43LDg1LjctMTAuOCwxMDQuOCw2LjZjMTYuMiwxNC44LDQuNywzNC40LDMuNCwzNi41Yy0zLjcsNS42LTIuNiwxMi45LDIuNCwxNy40YzAuMSwwLjEsMTAuNiwxMCwxMS4xLDIzLjMgICBDNDQ0Ljg3NSwyOTUuMyw0NDAuNjc1LDMwNC40LDQzMS45NzUsMzEzLjR6IiBmaWxsPSIjMThiODVhIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) !important;
}
/* line 45, sections/_header.scss */
.header_kiyoh.mobile strong {
  color: #f5791f;
}

/* line 50, sections/_header.scss */
.uspwrapper {
  background: white;
  padding: 10px;
}
/* line 54, sections/_header.scss */
.uspwrapper .headerusp {
  float: left;
  margin: 2px 0px 0px 0px;
}
/* line 58, sections/_header.scss */
.uspwrapper .headerusp ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 65, sections/_header.scss */
.uspwrapper .headerusp ul li {
  background: url(../images/header_usp.png) no-repeat;
  float: left;
  line-height: 18px;
  padding-left: 20px;
  display: inline-block;
  color: #454545;
  margin-right: 10px;
  font-size: 13px;
}
/* line 78, sections/_header.scss */
.uspwrapper .followus {
  float: right;
  position: relative;
  top: 0px;
  z-index: 5;
}
/* line 84, sections/_header.scss */
.uspwrapper .followus img {
  position: relative;
}
/* line 88, sections/_header.scss */
.uspwrapper .followus .followus_title {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-right: 10px;
  padding: 0;
  text-transform: uppercase;
  color: #231f20;
}

/* line 101, sections/_header.scss */
.top-nav {
  background: #f5791f url(../images/bg-top.png) repeat-x;
  height: 26px;
  position: relative;
  display: none;
}
/* line 108, sections/_header.scss */
.top-nav .container {
  padding: 0 10px;
  position: relative;
}
/* line 113, sections/_header.scss */
.top-nav img {
  margin: 0 10px 0 0;
}

/* line 121, sections/_header.scss */
.header {
  background: #fbd3b5 url(../images/bg-header.png) repeat-x;
  min-height: 95px;
  color: #666;
}
/* line 127, sections/_header.scss */
.header .container {
  padding: 0 15px;
}
/* line 130, sections/_header.scss */
.header .support {
  float: right;
  line-height: 20px;
  padding: 30px 0 0 0;
  position: relative;
  width: 21.5%;
  margin: 0px 9% 0px 0px;
  font-size: 12px;
  color: #231f20;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 141, sections/_header.scss */
.header .support b, .header .support strong {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 147, sections/_header.scss */
.header .support img {
  right: 0;
  max-width: 90px;
  position: absolute;
  top: 7px;
}
/* line 156, sections/_header.scss */
.header a {
  color: #666;
  text-decoration: none;
}
/* line 160, sections/_header.scss */
.header a:hover {
  text-decoration: underline;
  color: #231f20;
}

/* line 168, sections/_header.scss */
.news {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 177, sections/_header.scss */
.news .news-signup {
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 210px;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
/* line 191, sections/_header.scss */
.news img.mail {
  position: relative;
  top: -2px;
  margin-left: 10px;
}
/* line 197, sections/_header.scss */
.news .mail_icon {
  bottom: 6px;
  float: right;
  position: absolute;
  right: -2px;
}
/* line 203, sections/_header.scss */
.news input[type="text"] {
  border: 1px solid #231f20;
  padding: 10px;
  position: relative;
  width: 100%;
}
/* line 209, sections/_header.scss */
.news .news_title {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-right: 0;
  margin-top: 5px;
  padding: 0 0 8px;
  text-transform: uppercase;
  color: #231f20;
  cursor: pointer;
}

/* line 223, sections/_header.scss */
.subheader {
  background: rgba(255, 255, 255, 0.45);
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  color: #666666;
  padding: 15px 0 10px;
  font-size: 13px;
}
/* line 231, sections/_header.scss */
.subheader .container {
  padding: 0 15px;
}

/* line 238, sections/_header.scss */
.speedbar {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 5;
}
/* line 245, sections/_header.scss */
.speedbar li {
  font-size: 13px;
  color: #e0e0e0;
  padding: 5px 15px 0 0;
  display: inline-block;
}
/* line 251, sections/_header.scss */
.speedbar li img {
  position: relative;
  top: -2px;
}
/* line 256, sections/_header.scss */
.speedbar li a {
  color: #231f20;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 261, sections/_header.scss */
.speedbar li a:hover {
  color: #fff;
  text-decoration: none;
}

/* line 272, sections/_header.scss */
.logo {
  float: left;
  width: 180px;
  margin: 10px 0 0 0;
}
/* line 277, sections/_header.scss */
.logo img {
  max-width: 100%;
}

/* line 282, sections/_header.scss */
.header-middle {
  background: #444444;
  width: 100%;
  margin: 0 0 5px 0;
  height: 42px;
  position: relative;
}
/* line 290, sections/_header.scss */
.header-middle .container {
  padding: 0 15px;
}
/* line 294, sections/_header.scss */
.header-middle ul.adv_categories {
  margin: 0;
  float: left;
  padding: 0;
  list-style: none none;
}
/* line 300, sections/_header.scss */
.header-middle ul.adv_categories > li {
  float: left;
  margin: 0 15px 0 0;
}
/* line 305, sections/_header.scss */
.header-middle ul.adv_categories > li.homeicon {
  margin: 0 15px 0 0px;
  padding: 0;
}
/* line 309, sections/_header.scss */
.header-middle ul.adv_categories > li.homeicon a {
  background: #fff;
  margin: 8px 0 0;
  padding: 6px 5px 8px 5px;
}
/* line 315, sections/_header.scss */
.header-middle ul.adv_categories > li.homeicon .icon-home {
  font-size: 13px;
  color: #f5791f;
}
/* line 321, sections/_header.scss */
.header-middle ul.adv_categories > li > a {
  padding: 14px 7px 10px;
}
/* line 325, sections/_header.scss */
.header-middle ul.adv_categories > li a {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 333, sections/_header.scss */
.header-middle ul.adv_categories > li a:hover {
  color: #f5791f;
}

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

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

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

/* line 354, sections/_header.scss */
.mobilemenulink {
  display: none;
  float: left;
  position: relative;
  top: 3px;
}

/* line 361, sections/_header.scss */
.filtermenulink {
  font-size: 14px;
  color: white !important;
  position: relative;
  /* left: 51px; */
  top: 0px;
  background: #f67920;
  padding: 5px 7px 3px 7px;
}
/* line 370, sections/_header.scss */
.filtermenulink:hover {
  text-decoration: none !important;
}
/* line 374, sections/_header.scss */
.filtermenulink img {
  max-height: 23px;
  top: -2px;
  position: relative;
  left: -2px;
}

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

/*
 * Minicart
 */
/* line 1, sections/_basket.scss */
.basket {
  margin: 40px 0px 0px 0px;
  /* padding: 27px 0 0 0; */
  position: relative;
}
/* line 6, sections/_basket.scss */
.basket a {
  display: block;
  color: #231f20;
}
/* line 11, sections/_basket.scss */
.basket a.cart-title {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
/* line 18, sections/_basket.scss */
.basket a.cart-items {
  display: block;
  margin-bottom: 5px;
  color: #231f20;
  font-size: 12px;
}
/* line 25, sections/_basket.scss */
.basket a:hover.cart-items {
  text-decoration: none;
}
/* line 30, sections/_basket.scss */
.basket img {
  position: relative;
  top: -2px;
}
/* line 34, sections/_basket.scss */
.basket img.bag {
  float: right;
  right: 0;
  top: -13px;
}
/* line 41, sections/_basket.scss */
.basket i {
  font-size: 27px;
  color: white;
}
/* line 46, sections/_basket.scss */
.basket .icon-right-dir {
  color: #666;
  font-size: 13px;
  position: relative;
  top: 1px;
}

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

/* line 59, sections/_basket.scss */
.baglink-items {
  font-size: 15px;
  position: absolute;
  top: -20px;
  text-align: center;
  right: -5px;
  /* width: 45px; */
  border-radius: 3px;
  color: white;
  background: #454545;
  /* border: 2px solid #499815; */
  padding: 2px 6px 1px 6px;
}

/* Foldout
   ========================================================================== */
/*
 * Search
 */
/* line 403, sections/_header.scss */
.search {
  margin: 8px 0;
}
/* line 406, sections/_header.scss */
.search input {
  width: 20.5%;
  float: right;
  display: inline-block;
  background: #fff;
  border: none;
  padding: 0 10px 0 10px;
  height: 26px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 416, sections/_header.scss */
.search input:focus {
  color: #000;
}
/* line 421, sections/_header.scss */
.search .search_icon {
  width: 25px;
  height: 21px;
  background: #fff;
  padding: 5px 0 0 0;
  float: right;
}
/* line 428, sections/_header.scss */
.search .search_icon .icon-search {
  color: #231f20;
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 527, sections/_header.scss */
.active_root,
.active_subsub {
  color: #231f20;
}

/*
 * 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 65, sections/_categories_topmenu.scss */
.subcategories li a.orange {
  color: #f5791f !important;
}

/* line 72, sections/_categories_topmenu.scss */
.foldoutmenu {
  top: 41px;
  background: white;
  width: 240px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
  padding: 15px 20px 20px 20px;
  border: 1px solid #eee;
  border-top: none;
  display: none;
}
/* line 82, sections/_categories_topmenu.scss */
.foldoutmenu.edge {
  text-align: right;
}

/* Megamenu
   ========================================================================== */
/* line 91, sections/_categories_topmenu.scss */
.megamenu-col {
  float: left;
  width: 50%;
  font-size: 12px;
}
/* line 97, sections/_categories_topmenu.scss */
.megamenu-col ul li {
  line-height: 24px;
}
/* line 100, sections/_categories_topmenu.scss */
.megamenu-col ul li i {
  font-size: 13px;
}
/* line 106, sections/_categories_topmenu.scss */
.megamenu-col a {
  text-transform: none !important;
  color: #999999;
}
/* line 110, sections/_categories_topmenu.scss */
.megamenu-col h3 {
  color: #f5791f;
  text-transform: uppercase;
  font-size: 12px;
}
/* line 115, sections/_categories_topmenu.scss */
.megamenu-col h3 i {
  color: #231f20;
  float: left;
  font-size: 14px;
  left: -2px;
  position: relative;
  top: 5px;
}
/* line 125, sections/_categories_topmenu.scss */
.megamenu-col h3 a {
  line-height: 24px;
  color: #f5791f !important;
  text-transform: uppercase !important;
  font-size: 12px;
}
/* line 131, sections/_categories_topmenu.scss */
.megamenu-col h3 a:hover {
  color: #f5791f !important;
}
/* line 137, sections/_categories_topmenu.scss */
.megamenu-col .cats {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 142, sections/_categories_topmenu.scss */
.megamenu-col .cats li {
  float: left;
  width: 45%;
}
/* line 146, sections/_categories_topmenu.scss */
.megamenu-col .cats li a {
  font-size: 12px;
  color: #231f20 !important;
  font-weight: normal !important;
}
/* line 151, sections/_categories_topmenu.scss */
.megamenu-col .cats li a:hover {
  color: #f5791f !important;
}
/* line 158, sections/_categories_topmenu.scss */
.megamenu-col:last-child {
  margin-right: 0;
}

/* line 163, sections/_categories_topmenu.scss */
.manulist {
  width: 24%;
  margin-right: 2%;
  padding-left: 2%;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
/* line 171, sections/_categories_topmenu.scss */
.manulist ul li {
  line-height: 24px;
}
/* line 174, sections/_categories_topmenu.scss */
.manulist ul li a {
  font-size: 12px;
  color: #231f20 !important;
  font-weight: normal !important;
}
/* line 179, sections/_categories_topmenu.scss */
.manulist ul li a:hover {
  color: #f5791f !important;
}

/* line 186, sections/_categories_topmenu.scss */
.topusp {
  float: left;
  border-right: 0;
  margin: 0;
  width: 21%;
  color: #231f20;
}
/* line 193, sections/_categories_topmenu.scss */
.topusp h3 {
  color: #231f20;
  text-transform: uppercase;
  font-size: 12px;
}
/* line 199, sections/_categories_topmenu.scss */
.topusp ul {
  padding: 0;
  margin: 7px 0 0 0;
}
/* line 203, sections/_categories_topmenu.scss */
.topusp ul li {
  margin: 0;
  display: block;
  padding: 0;
  line-height: 24px;
  position: relative;
  color: #231f20;
}
/* line 211, sections/_categories_topmenu.scss */
.topusp ul li i {
  color: #231f20;
  font-size: 8px;
  position: absolute;
  left: -2px;
  top: 9px;
}

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

/* line 1, sections/_breadcrumbs.scss */
.breadcrumbs {
  margin: 0 0 15px 0;
  color: #231f20;
}
/* line 6, sections/_breadcrumbs.scss */
.breadcrumbs div {
  display: inline-block;
}
/* line 10, sections/_breadcrumbs.scss */
.breadcrumbs span:last-child {
  padding: 5px;
}
/* line 14, sections/_breadcrumbs.scss */
.breadcrumbs a {
  color: #666;
  text-decoration: none;
}
/* line 18, sections/_breadcrumbs.scss */
.breadcrumbs a:hover {
  text-decoration: underline;
}
/* 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: -8px;
  font-size: 32px;
  color: #f5791f;
}
/* line 36, sections/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-btn-back .btn-back-text {
  background: #f5791f;
  color: white;
  display: inline-block;
  font-size: 10px;
  height: 19px;
  line-height: 19px;
  margin-left: 12px;
  padding: 0 10px;
  text-transform: uppercase;
}
/* line 48, sections/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-btn-back:hover {
  text-decoration: none;
}
/* line 50, sections/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-btn-back:hover .icon-left-dir {
  color: #231f20;
}
/* line 53, sections/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-btn-back:hover .btn-back-text {
  background: #231f20;
}

/*
 * Footer
 */
/* ==========================================================================
   Footer styles
   ========================================================================== */
/* line 9, sections/_footer.scss */
.footer {
  color: #999;
  margin: 15px 0 0 0;
  font-size: 13px;
  background: #444444;
}
/* line 16, sections/_footer.scss */
.footer .container {
  padding: 0 15px;
}
/* line 20, sections/_footer.scss */
.footer a {
  color: #999;
}
/* line 24, sections/_footer.scss */
.footer input {
  color: #999;
}
/* 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;
  color: #f5791f;
}

/* line 45, sections/_footer.scss */
.footer-column {
  float: left;
  width: 20%;
  margin: 25px 0;
  line-height: 25px;
}
/* line 51, sections/_footer.scss */
.footer-column ul {
  list-style: none;
}
/* line 56, sections/_footer.scss */
.footer-column ul li a {
  text-decoration: none;
}
/* line 59, sections/_footer.scss */
.footer-column ul li a:hover {
  color: #f5791f;
}
/* line 62, sections/_footer.scss */
.footer-column ul li a.adv_button:hover {
  color: #fff;
}
/* line 67, sections/_footer.scss */
.footer-column ul li img {
  vertical-align: middle;
  padding-right: 5px;
}
/* line 77, sections/_footer.scss */
.footer-column h4 {
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
  color: #f5791f;
}
/* line 84, sections/_footer.scss */
.footer-column .icon-right-dir,
.footer-column .icon-down-dir {
  display: none;
}
/* line 89, sections/_footer.scss */
.footer-column .icon-footer {
  font-size: 16px;
}
/* line 92, sections/_footer.scss */
.footer-column .icon-footer.icon-facebook-squared {
  color: #3b5998;
}
/* line 95, sections/_footer.scss */
.footer-column .icon-footer.icon-twitter-squared {
  color: #55acee;
}
/* line 98, sections/_footer.scss */
.footer-column .icon-footer.icon-pinterest-circled {
  color: #cb2027;
}
/* line 101, sections/_footer.scss */
.footer-column .icon-footer.icon-gplus-squared {
  color: #dd4b39;
}
/* line 104, sections/_footer.scss */
.footer-column .icon-footer.icon-youtube {
  color: #cc181e;
}

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

/* line 114, sections/_footer.scss */
.news-subscribe {
  float: right;
}
/* line 118, sections/_footer.scss */
.news-subscribe form input {
  margin: 10px 0;
  width: 100%;
  background: #fff;
}
/* line 124, sections/_footer.scss */
.news-subscribe form a {
  float: right;
}

/*
 * Subfooter
 */
/* line 135, sections/_footer.scss */
.subfooter {
  background: #444444;
  height: 45px;
  padding: 0px 10px;
  font-size: 11px;
}
/* line 145, sections/_footer.scss */
.subfooter ul > li {
  line-height: 45px;
  color: #e0e0e0;
}
/* line 147, sections/_footer.scss */
.subfooter ul > li span {
  color: #999;
}
/* line 157, sections/_footer.scss */
.subfooter ul > li:first-child {
  padding-left: 0;
}
/* line 161, sections/_footer.scss */
.subfooter ul > li:last-child {
  padding-right: 0;
  border-right: 0;
}
/* line 168, sections/_footer.scss */
.subfooter ul > li a {
  color: #999;
  text-decoration: none;
}
/* line 172, sections/_footer.scss */
.subfooter ul > li a:hover {
  color: #f5791f;
}

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

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

/* line 189, sections/_footer.scss */
.webwinkellink {
  position: absolute;
  height: 45px;
  width: 135px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 85, modules/_jquery_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 1060;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * In de _phpvariables.scss staan de modules met bijbehorende waarden
 */
/* line 2, modules/_quickview.scss */
.fancybox-skin select {
  background: #fff;
}

/* line 3, modules/_quickview.scss */
.quickview_top {
  background: #eeeeee;
  clear: both;
  padding: 13px 20px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  color: #666;
  font-size: 14px;
  width: 100%;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

/* line 20, modules/_quickview.scss */
.quickview_bottom {
  background: #f5f5f5;
  clear: both;
  padding: 13px 13px;
  position: relative;
  text-align: right;
  display: block;
  position: relative;
  border: 1px solid #dddddd;
}

/* line 30, modules/_quickview.scss */
.fancybox-skin .add-to-cart {
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
}

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

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

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

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

/* line 52, modules/_quickview.scss */
.fancybox-skin .productdetail-leftcol {
  padding: 3%;
  width: 38%;
}

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

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

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

/* line 62, modules/_quickview.scss */
.quick-order {
  display: none;
  position: absolute;
  height: 20px;
  line-height: 20px;
  width: 100%;
  bottom: 0;
  z-index: 1000;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  color: #444444;
  opacity: 0.9;
  background: #ffebce;
}
/* line 77, modules/_quickview.scss */
.quick-order:before {
  font-family: 'fontello';
  content: "\e804";
  color: #444444;
  font-size: 13px;
  left: 15px;
  position: absolute;
}

/* line 88, modules/_quickview.scss */
.fancybox-skin .productdetail-rightcol {
  float: right;
  margin: 0;
  padding: 3%;
  width: 50%;
}

/* line 94, 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 107, modules/_quickview.scss */
.fancybox-skin #product-info {
  float: none;
}

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

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

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

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

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

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

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

/* line 134, 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 147, modules/_quickview.scss */
#added_product .productdetail-table, .fancybox-skin .productdetail-table {
  float: left;
  clear: both;
}

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

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

/* line 152, modules/_quickview.scss */
.quick-button a.adv_button {
  border: 1px solid #444444;
  color: #FFFFFF;
  font-size: 13px;
  margin: 0;
  padding: 8px 12px;
  text-transform: uppercase;
  text-decoration: none;
  -ms-box-shadow: inset 0 0 10px 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 0 10px 2px rgba(255, 255, 255, 0.2);
  -o-box-shadow: inset 0 0 10px 2px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 10px 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 10px 2px rgba(255, 255, 255, 0.2);
}

/* line 166, modules/_quickview.scss */
.quick-order:hover {
  opacity: 0.9;
  color: #fff;
  background: #f5791f;
}
/* line 170, modules/_quickview.scss */
.quick-order:hover:before {
  font-family: 'fontello';
  content: "\e804";
  color: #fff;
}

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

/* line 180, modules/_quickview.scss */
.add_to_cart_disabled a.adv_button {
  opacity: 0.3;
  text-decoration: none;
}

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

/* line 188, 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 196, modules/_quickview.scss */
a.quick-order-more {
  color: #FA6A2E;
  display: block;
  float: left;
  margin: 10px 0;
  text-decoration: none;
  width: 100%;
}

/* line 204, 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 213, modules/_quickview.scss */
#add-notify-data ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 214, 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 215, 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 216, modules/_quickview.scss */
#add-notify-data h2 {
  color: #373737;
  font-size: 16px;
  margin: 0 0 20px 0;
  font-weight: bold;
}

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

/* line 218, 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 228, modules/_quickview.scss */
#add-notify-data .vink {
  background: url("../../modules/Quickview/css/vink.png") no-repeat;
  width: 64px;
  height: 64px;
  float: right;
}

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

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

/* line 232, modules/_quickview.scss */
.fancybox-skin .MagicZoomBigImageCont {
  background: #fff;
}

/* line 208, modules/_slideshow.scss */
#manuslider {
  border: 1px solid #ffebce;
  clear: both;
  width: 100%;
  height: 92px;
  float: left;
  margin: 20px 0 30px 0;
  padding: 0 40px 0 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 218, modules/_slideshow.scss */
#manuslider .owl-wrapper-outer {
  height: 90px;
}
/* line 221, modules/_slideshow.scss */
#manuslider .owl-prev,
#manuslider .owl-next {
  top: 24px;
}

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

/* line 9, modules/_slideshow.scss */
#mainslideshow .owl-wrapper-outer {
  border: 1px solid #ffebce;
}

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

/* line 15, modules/_slideshow.scss */
.owl-theme .owl-controls .owl-pagination {
  position: relative;
  z-index: 10;
}

/* 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: 20px;
  overflow: hidden;
  background-color: #f5791f;
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
  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;
}

/* line 51, modules/_slideshow.scss */
.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 20px;
  overflow: hidden;
  background-color: #f5791f;
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
  position: absolute;
  text-decoration: none;
  filter: Alpha(Opacity=85);
  /*IE7 fix*/
  opacity: 0.85;
}
/* line 63, modules/_slideshow.scss */
.owl-theme .owl-controls .owl-buttons div.owl-next i {
  position: relative;
  right: -1px;
}

/* line 68, 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 76, 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 85, modules/_slideshow.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  background: #231f20;
  color: #fff;
}

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

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

/* line 109, 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;
}

/* line 115, modules/_slideshow.scss */
.owl-pagination {
  display: none;
}

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

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

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

/* clearfix */
/* line 141, 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 150, modules/_slideshow.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

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

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

/* line 167, 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 175, modules/_slideshow.scss */
.owl-carousel .owl-item {
  float: left;
}

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

/* line 182, 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 192, modules/_slideshow.scss */
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}

/* fix */
/* line 197, 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);
}

/**
 * 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 */
.home-leftblock {
  width: 23.2%;
  margin-right: 1.8%;
  float: left;
  background: #ffebce;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px 18px 20px;
  position: relative;
  overflow: hidden;
}
/* line 11, main/_welcome.scss */
.home-leftblock i {
  color: rgba(255, 255, 255, 0.45);
  right: -90px;
  font-size: 210px;
  position: absolute;
}
/* line 18, main/_welcome.scss */
.home-leftblock h1 {
  padding: 0;
  margin: 1px 0 6px 0;
  background: none;
  color: #231f20;
  font-size: 18px;
}
/* line 26, main/_welcome.scss */
.home-leftblock h4 {
  padding: 0;
  margin: 0;
  background: none;
}
/* line 31, main/_welcome.scss */
.home-leftblock .menu-content ul {
  line-height: 0;
}
/* line 34, main/_welcome.scss */
.home-leftblock input[type=submit] {
  background: #f5791f;
  border: 1px solid #f5791f;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px;
}
/* line 45, main/_welcome.scss */
.home-leftblock .menu-box {
  padding: 0;
}

/* line 50, main/_welcome.scss */
.contentblock_welkom {
  line-height: 16px;
  border-top: none;
  margin-bottom: 10px;
  border: 1px solid #ffd79b;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: url("../images/bottom_fade_small.png") repeat-x 0 bottom;
  color: black;
}
/* line 60, main/_welcome.scss */
.contentblock_welkom .welkom_text {
  width: 60%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px 20px 20px;
}
/* line 66, main/_welcome.scss */
.contentblock_welkom .welkom_text h1 {
  font-size: 13px;
  margin: 0px;
}
/* line 71, main/_welcome.scss */
.contentblock_welkom .welkom_text a {
  text-decoration: underline;
}
/* line 76, main/_welcome.scss */
.contentblock_welkom .welkom_image {
  width: 40%;
  float: right;
}

/* line 1, main/_product.scss */
.next-prev {
  display: inline;
  margin: 9px 0 30px 0;
  float: left;
  width: 100%;
}
/* line 7, main/_product.scss */
.next-prev span {
  display: inline;
}
/* line 11, main/_product.scss */
.next-prev .prev-prod {
  margin: 0 2px 0 0;
}
/* line 15, main/_product.scss */
.next-prev a {
  padding: 4px 5px;
  background: #eeeeee;
}
/* line 19, main/_product.scss */
.next-prev a.back-to {
  float: left;
  font-size: 10px;
  padding: 4px 10px;
}
/* line 24, main/_product.scss */
.next-prev a.back-to i {
  position: relative;
  left: -5px;
}
/* line 30, main/_product.scss */
.next-prev a i {
  font-size: 14px;
  top: 1px;
  position: relative;
}

/* line 37, main/_product.scss */
.visually-hidden {
  display: none;
}

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

/* line 59, main/_product.scss */
.productdetail-leftcol {
  float: left;
  width: 48.5%;
  margin: 0 0 20px 0;
}

/* line 65, main/_product.scss */
.productdetail-rightcol {
  float: right;
  width: 48.5%;
  margin: 0 0 20px 0;
}
/* line 70, main/_product.scss */
.productdetail-rightcol .productdetail-info {
  line-height: 18px;
  clear: both;
}
/* line 75, main/_product.scss */
.productdetail-rightcol h1 {
  color: #f5791f;
  padding: 0;
  margin: 0;
}
/* line 80, main/_product.scss */
.productdetail-rightcol table {
  max-width: 100%;
}
/* line 83, main/_product.scss */
.productdetail-rightcol .big-button a {
  padding: 11px 25px;
  font-size: 12px;
  font-weight: bold;
  float: left;
}
/* line 89, main/_product.scss */
.productdetail-rightcol .big-button a i {
  font-size: 16px;
  left: 7px;
  position: relative;
}
/* line 95, main/_product.scss */
.productdetail-rightcol .priceblock {
  float: right;
  font-weight: normal;
  text-transform: uppercase;
  color: #f5791f;
  margin: -4px 0 0 15px;
  line-height: 21px;
}
/* line 103, main/_product.scss */
.productdetail-rightcol .priceblock .productdetail-price {
  color: #231f20;
  font-size: 21px;
  font-weight: normal;
}
/* line 109, main/_product.scss */
.productdetail-rightcol .priceblock .productdetail-listprice {
  text-decoration: line-through;
  color: #999999;
  font-size: 21px;
  font-weight: normal;
}
/* line 117, main/_product.scss */
.productdetail-rightcol .t_align_r {
  text-align: right;
}
/* line 120, main/_product.scss */
.productdetail-rightcol #readmore {
  color: #f5791f;
}
/* line 123, main/_product.scss */
.productdetail-rightcol #readmore:hover {
  font-weight: bold;
}

/* line 133, main/_product.scss */
.productdetail-leftcol .socialicons,
.productdetail-rightcol .socialicons {
  float: left;
}
@media (max-width: 767px) {
  /* line 133, main/_product.scss */
  .productdetail-leftcol .socialicons,
  .productdetail-rightcol .socialicons {
    width: 100%;
  }
}
/* line 140, main/_product.scss */
.productdetail-leftcol .socialicons ul,
.productdetail-rightcol .socialicons ul {
  padding: 0 0 10px 0;
  margin: 0;
}
/* line 144, main/_product.scss */
.productdetail-leftcol .socialicons ul li,
.productdetail-rightcol .socialicons ul li {
  margin: 0 7px 0 0;
  display: inline;
  line-height: 28px;
}
@media (max-width: 767px) {
  /* line 144, main/_product.scss */
  .productdetail-leftcol .socialicons ul li,
  .productdetail-rightcol .socialicons ul li {
    margin: 0px;
    display: inline-block;
    line-height: 28px;
    width: 24%;
    text-align: center;
  }
}
/* line 158, main/_product.scss */
.productdetail-leftcol .socialicons ul li.label,
.productdetail-rightcol .socialicons ul li.label {
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 5px 0;
  line-height: 18px;
}
@media (max-width: 767px) {
  /* line 158, main/_product.scss */
  .productdetail-leftcol .socialicons ul li.label,
  .productdetail-rightcol .socialicons ul li.label {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
  }
}
/* line 174, main/_product.scss */
.productdetail-leftcol .socialicons ul li a,
.productdetail-rightcol .socialicons ul li a {
  height: 23px;
  padding: 5px 0 0 0;
  width: 28px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
}
@media (max-width: 767px) {
  /* line 174, main/_product.scss */
  .productdetail-leftcol .socialicons ul li a,
  .productdetail-rightcol .socialicons ul li a {
    width: 46px;
    height: 45px;
  }
}
/* line 187, main/_product.scss */
.productdetail-leftcol .socialicons ul li a.instaicon,
.productdetail-rightcol .socialicons ul li a.instaicon {
  background: #2f5891;
  width: 21px;
  height: 16px;
}
@media (max-width: 767px) {
  /* line 187, main/_product.scss */
  .productdetail-leftcol .socialicons ul li a.instaicon,
  .productdetail-rightcol .socialicons ul li a.instaicon {
    width: 46px;
    height: 45px;
    vertical-align: top;
    padding: 0px;
    margin: -29px 0px 0px 0px;
  }
  /* line 199, main/_product.scss */
  .productdetail-leftcol .socialicons ul li a.instaicon img.icon-instagram,
  .productdetail-rightcol .socialicons ul li a.instaicon img.icon-instagram {
    width: 24px;
    margin: 10px 0px 0px 0px;
    background: #2f5891;
  }
}
/* line 207, main/_product.scss */
.productdetail-leftcol .socialicons ul li a img.icon-instagram,
.productdetail-rightcol .socialicons ul li a img.icon-instagram {
  width: 12px;
  margin-left: 1px;
  background: #2f5891;
}
/* line 214, main/_product.scss */
.productdetail-leftcol .socialicons ul li a i,
.productdetail-rightcol .socialicons ul li a i {
  color: #231f20;
  background: #fff;
  font-size: 13px;
  width: 20px;
  height: 20px;
  padding: 3px 0 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 214, main/_product.scss */
  .productdetail-leftcol .socialicons ul li a i,
  .productdetail-rightcol .socialicons ul li a i {
    width: 45px;
    height: 45px;
    font-size: 25px;
    padding-top: 10px;
  }
}
/* line 233, main/_product.scss */
.productdetail-leftcol .socialicons ul li a i.icon-gplus,
.productdetail-rightcol .socialicons ul li a i.icon-gplus {
  color: #fff;
  background: #ce4c38;
}
/* line 237, main/_product.scss */
.productdetail-leftcol .socialicons ul li a i.icon-pinterest,
.productdetail-rightcol .socialicons ul li a i.icon-pinterest {
  color: #fff;
  background: #c82828;
}
/* line 241, main/_product.scss */
.productdetail-leftcol .socialicons ul li a i.icon-twitter,
.productdetail-rightcol .socialicons ul li a i.icon-twitter {
  color: #fff;
  background: #2ca8d2;
}
/* line 245, main/_product.scss */
.productdetail-leftcol .socialicons ul li a i.icon-facebook,
.productdetail-rightcol .socialicons ul li a i.icon-facebook {
  color: #fff;
  background: #2f5891;
}
/* line 258, main/_product.scss */
.productdetail-leftcol .kiyoh-widget .kiyoh_block,
.productdetail-rightcol .kiyoh-widget .kiyoh_block {
  position: relative;
  height: 82px;
  width: 210px;
  overflow: hidden;
  float: left;
}
/* line 265, main/_product.scss */
.productdetail-leftcol .kiyoh-widget .kiyoh_block .kiyoh_title,
.productdetail-rightcol .kiyoh-widget .kiyoh_block .kiyoh_title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 5px 0;
}
/* line 272, main/_product.scss */
.productdetail-leftcol .kiyoh-widget img,
.productdetail-rightcol .kiyoh-widget img {
  float: right;
  position: relative;
  top: 38px;
}
/* line 279, main/_product.scss */
.productdetail-leftcol .usp,
.productdetail-rightcol .usp {
  background: #f5f3f2;
  width: 100%;
  clear: both;
  padding: 10px 18px;
  float: left;
  margin: 0 0 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 288, main/_product.scss */
.productdetail-leftcol .usp ul,
.productdetail-rightcol .usp ul {
  display: inline;
  margin: 0;
  padding: 0;
}
/* line 294, main/_product.scss */
.productdetail-leftcol .usp ul li,
.productdetail-rightcol .usp ul li {
  background: url(../images/ups_check.png) no-repeat 0 5px;
  float: left;
  list-style: none;
  padding: 5px 0 7px 35px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 302, main/_product.scss */
.productdetail-leftcol .usp ul li b, .productdetail-leftcol .usp ul li strong,
.productdetail-rightcol .usp ul li b,
.productdetail-rightcol .usp ul li strong {
  color: #231f20;
}

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

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

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

/* line 339, main/_product.scss */
.product-info {
  float: left;
  font-size: 12px;
}
/* line 343, main/_product.scss */
.product-info li {
  margin-left: 14px;
}

/* line 347, main/_product.scss */
.productdetail-table {
  margin: 0;
}

/* line 350, main/_product.scss */
.productdetail-table td {
  vertical-align: middle;
  padding: 0 3px 3px 0;
  color: #999999;
  font-size: 12px;
}

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

/* line 362, main/_product.scss */
table.wholesale {
  border-collapse: collapse;
  border: 2px solid #f8f8f8;
}
/* line 366, main/_product.scss */
table.wholesale td {
  border: 1px dashed #f8f8f8;
  padding: 5px;
}
/* line 370, main/_product.scss */
table.wholesale td.wholesale-prices {
  background: #eee;
}

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

/* line 382, main/_product.scss */
.add-to-cart {
  margin: 0 0 15px 0;
  padding: 10px 0;
  width: 100%;
}
/* line 388, main/_product.scss */
.add-to-cart .optiontitle {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #231f20;
  margin: 20px 0 0 0;
}
/* line 395, main/_product.scss */
.add-to-cart .box, .add-to-cart .maincontainer {
  float: left;
  padding: 0;
  text-align: center;
  margin: 15px 15px 0 0;
  background: #eeeeee;
  cursor: pointer;
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
}
/* line 406, main/_product.scss */
.add-to-cart .box_selected {
  background: #231f20;
  color: #fff;
}
/* line 410, main/_product.scss */
.add-to-cart .box.option-no-stock, .add-to-cart .option-no-stock.maincontainer {
  border: 1px solid #eee;
  color: #ddd;
  background: url(../images/option-cross.png) #fff center center;
  min-width: 28px;
  min-height: 28px;
  line-height: 28px;
}
/* line 418, main/_product.scss */
.add-to-cart .thumbbox {
  float: left;
  padding: 0;
  text-align: center;
  margin: 15px 15px 0 0;
  padding: 4px;
  background: #fff;
  cursor: pointer;
}
/* line 427, main/_product.scss */
.add-to-cart .thumb_selected {
  background: #eeeeee;
}
/* line 430, main/_product.scss */
.add-to-cart .product-options .color-icon {
  width: 40px;
  height: auto;
}
/* line 434, main/_product.scss */
.add-to-cart .product-options .color-thumb {
  width: 30px;
  height: 45px;
  border: 5px solid #fff;
}
/* line 439, main/_product.scss */
.add-to-cart .product-add2wl {
  color: #231f20;
  text-decoration: none;
  margin: 10px 0 0 0;
  padding: 5px;
  display: block;
}
/* line 446, main/_product.scss */
.add-to-cart .product-add2wl:hover {
  text-decoration: underline;
}

/* line 451, main/_product.scss */
.product-add2wl {
  margin: 0 0 15px 0;
  display: inline-block;
}

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

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

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

/* line 472, main/_product.scss */
.passive_option {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 11px;
  color: #4a4a49;
  margin: 5px 5px 0px 0px;
  padding: 0 5px;
  min-width: 13px;
  height: 23px;
  line-height: 24px;
  text-align: center;
  float: left;
  cursor: pointer;
}

/* line 486, main/_product.scss */
.active_option {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #f5791f;
  font-size: 11px;
  margin: 5px 5px 0px 0px;
  padding: 0 5px;
  text-align: center;
  min-width: 13px;
  height: 23px;
  line-height: 24px;
  text-align: center;
  float: left;
  background: #231f20;
  color: #fff;
  text-indent: none;
  cursor: pointer;
}

/* line 505, main/_product.scss */
#product-info {
  padding: 10px 10px 10px 0;
}

/* line 506, main/_product.scss */
#product-info a.leesmeer {
  color: #f5791f;
}

/* line 507, main/_product.scss */
#product-info img, #tabfield-1 img {
  float: right;
  margin: 15px 0 15px 15px;
}

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

/* line 509, main/_product.scss */
#productdetail-table {
  float: left;
}

/* line 510, main/_product.scss */
#productdetail-table td {
  vertical-align: middle;
  padding: 2px;
}

/* line 512, main/_product.scss */
.kopje {
  color: #231f20;
  display: block;
  font-size: 13px;
  padding: 0 0 7px 0;
  text-transform: none;
  font-weight: bold;
}

/* line 520, main/_product.scss */
.kopje2 {
  color: #231f20;
  display: block;
  font-size: 13px;
  padding: 0 0 7px 0;
  text-transform: none;
  font-weight: bold;
}

/* line 528, main/_product.scss */
.kopje3 {
  color: #231f20;
  display: block;
  font-size: 13px;
  padding: 0 0 7px 0;
  text-transform: none;
  font-weight: bold;
}

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

/* line 542, main/_product.scss */
#product_price {
  color: #231f20;
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  padding: 5px 0 15px 0;
}

/* line 549, main/_product.scss */
#product_price_red {
  color: #231f20;
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  padding: 5px 0 15px 0;
}

/* line 556, main/_product.scss */
.productsale {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 558, main/_product.scss */
.product-listprice {
  color: #f5791f;
  font-size: 15px;
  font-weight: normal;
  position: relative;
  text-decoration: line-through;
  top: 10px;
}

/* line 566, main/_product.scss */
#product_price_red.product_price_bottom,
#product_price.product_price_bottom {
  clear: both;
  float: left;
  left: 0;
  position: relative;
  top: 0;
  padding: 0 0 15px 0;
}

/* line 576, main/_product.scss */
#product-options-details {
  background: none repeat scroll 0 0 #FFEBCE;
  border: 1px solid #FFD79B;
  margin: 5px 0 10px 0;
  overflow: hidden;
  padding: 10px;
  width: 438px;
  clear: both;
  float: left;
}

/* line 587, main/_product.scss */
#product-options-details ul {
  list-style: square inside none;
}

/* line 590, main/_product.scss */
#product-options-details ul li {
  background: url("../images/ups_check.png") no-repeat scroll 0 50% transparent;
  float: left;
  font-size: 13px;
  list-style: none outside none;
  margin: 0 0 0 5px;
  padding: 10px 0 8px 25px;
  width: 26%;
}

/* line 599, main/_product.scss */
.table_1 {
  text-transform: uppercase;
  font-size: 12px;
}

/* line 603, main/_product.scss */
.table_1 td {
  height: 25px;
  padding-right: 3px;
  font-weight: bold;
  color: #222222;
  font-size: 11px;
}

/* line 610, main/_product.scss */
.table_1 select {
  background: none repeat scroll 0 0 #fff;
  min-width: 125px;
  padding: 6px;
  margin: 0 0 11px 0;
  font-size: 12px;
}

/* line 619, main/_product.scss */
.table_2,
.table_2_red {
  clear: both;
  font-weight: bold;
  float: left;
  position: relative;
}

/* line 626, main/_product.scss */
.table_2 td, .table_2_red td {
  font-weight: bold;
  height: 25px;
  vertical-align: middle;
}

/* line 631, main/_product.scss */
#product_code {
  font-weight: normal;
}

/* line 635, main/_product.scss */
.plus {
  display: inline;
  position: relative;
  right: 3px;
  top: 4px;
}

/* line 641, main/_product.scss */
#add_to_cart_button, #add_to_cart_button_red {
  position: relative;
  clear: both;
}

/* line 645, main/_product.scss */
#add_to_cart_button a.button_2 {
  background: #4db10a;
  border: 3px solid #499815;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 45px;
  line-height: 41px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 235px;
  text-transform: uppercase;
  box-shadow: none;
}

/* line 661, main/_product.scss */
#add_to_cart_button_red a.button_3 {
  background: #c82828;
  border: 3px solid #a11106;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 45px;
  line-height: 41px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 235px;
  text-transform: uppercase;
  box-shadow: none;
}

/* stock indicator */
/* line 678, main/_product.scss */
.status-stock {
  float: right;
  padding-left: 22px;
  margin-top: 10px;
  background: url(../images/stock_green.png) no-repeat 0 50%;
}

/* line 684, main/_product.scss */
.status-stock-red {
  float: right;
  padding-left: 22px;
  margin-top: 10px;
  background: url(../images/stock_red.png) no-repeat 0 50%;
}

/* line 690, main/_product.scss */
.stock_indicator_green, .stock_indicator_yellow {
  color: #499815;
  display: inline;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-transform: lowercase;
}

/* line 698, main/_product.scss */
.voorraad {
  color: #499815;
}

/* line 699, main/_product.scss */
.stock_indicator_red {
  color: #231f20;
  display: inline;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-transform: lowercase;
}

/* line 707, main/_product.scss */
.table_2_red span.stock_indicator_red span {
  float: left;
  font-size: 13px;
  line-height: 17px;
  margin: 14px 0 0 3px;
  width: 61px;
}

/* line 714, main/_product.scss */
input#customer_mail_value {
  background: #fff;
  border: 1px solid #499815;
  padding: 8px;
  width: 148px;
  color: #4db10a;
}

/* line 721, main/_product.scss */
input#send_customer_mail {
  background: #4db10a;
  border: 3px solid #499815;
  display: inline-block;
  height: 32px;
  margin: 0 0 0 5px;
  position: relative;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 733, main/_product.scss */
.nietopvoorraad_pijl {
  left: 4px;
  margin-bottom: 10px;
  position: relative;
  top: 0;
}

/* line 739, main/_product.scss */
#post_email_callback {
  width: 210px;
}

/* line 742, main/_product.scss */
.wens {
  text-align: left;
}

/* line 743, main/_product.scss */
.wens .product-add2wl {
  background: none;
  border: none;
  color: #f5791f;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 10px;
  padding: 0;
  margin: 0;
  line-height: 38px;
  text-decoration: none;
}

/* line 755, main/_product.scss */
.wens .product-add2wl:hover {
  text-decoration: underline;
}

/* line 756, main/_product.scss */
video {
  width: 100%;
}

/*
 * (Sub)categories
 */
/* line 6, main/_productlist.scss */
.maincat-descr {
  margin-bottom: 10px;
}
/* line 8, main/_productlist.scss */
.maincat-descr a {
  color: #0782c1;
  font-weight: normal;
}

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

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

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

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

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

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

/* line 63, main/_productlist.scss */
.bg-highlight,
.dialog-headertext {
  background: #f8f8f8;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

/* line 98, main/_productlist.scss */
.searchresult-page-nav {
  float: right;
}
/* line 101, main/_productlist.scss */
.searchresult-page-nav a {
  padding: 4px 0 0;
  width: 24px;
  height: 18px;
  text-align: center;
  display: block;
  float: left;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #666;
  margin: 0 0 0 1px;
}
/* line 113, main/_productlist.scss */
.searchresult-page-nav a:hover {
  text-decoration: none;
  border: 1px solid #e0e0e0;
  background: #f8f8f8;
  color: #231f20;
}
/* line 121, main/_productlist.scss */
.searchresult-page-nav .page-active {
  padding: 4px 0 0;
  width: 24px;
  height: 18px;
  text-align: center;
  display: block;
  float: left;
  text-decoration: none;
  border: 1px solid #000000;
  background: #f5791f;
  color: #fff;
}
/* line 134, main/_productlist.scss */
.searchresult-page-nav img {
  position: relative;
  top: 1px;
}
/* line 138, main/_productlist.scss */
.searchresult-page-nav .lesspad {
  padding: 2px;
}
/* line 141, main/_productlist.scss */
.searchresult-page-nav .nav-last,
.searchresult-page-nav .nav-first {
  padding: 5px 12px;
  width: auto;
  background: none;
  border: medium none;
  position: relative;
  z-index: 10;
}
/* line 150, main/_productlist.scss */
.searchresult-page-nav .nav-last:hover,
.searchresult-page-nav .nav-first:hover {
  background: none;
  border: medium none;
  position: relative;
  z-index: 10;
}

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

/*
 * Productlist
 */
/* line 189, main/_productlist.scss */
.productlist {
  margin: 10px 0 0 0;
  padding: 0;
}
/* line 194, main/_productlist.scss */
.productlist > li {
  border: 1px solid #ffebce;
  display: inline-block;
  margin: 0 2% 2% 0;
  padding: 1%;
  width: 20.91%;
  text-align: center;
  position: relative;
  vertical-align: top;
}
/* line 207, main/_productlist.scss */
.productlist > li:hover {
  border: 1px solid #ffd79b;
}
/* line 211, main/_productlist.scss */
.productlist > li:nth-child(4n+4) {
  margin-right: 0;
}
/* line 215, main/_productlist.scss */
.productlist > li > h2 {
  font-size: 13px;
  padding: 0;
  margin: 0;
  min-height: 55px;
}
/* line 221, main/_productlist.scss */
.productlist > li > h2 a {
  color: #231f20;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 233, main/_productlist.scss */
.fullwidth .productlist > li {
  width: 21.04%;
}

/* line 240, main/_productlist.scss */
.productlist-thumb {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
/* line 246, main/_productlist.scss */
.productlist-thumb img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
}
/* line 253, main/_productlist.scss */
.productlist-thumb .productlist-newicon {
  position: absolute;
  top: 0;
  left: 0;
}

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

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

/* line 277, main/_productlist.scss */
.productlist-price {
  font-weight: bold;
  color: #f5791f;
}

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

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

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

/* line 322, main/_productlist.scss */
.productlist-nav-sort td {
  padding: 4px 2px;
}
/* line 324, main/_productlist.scss */
.productlist-nav-sort td a {
  text-decoration: none;
}
/* line 327, main/_productlist.scss */
.productlist-nav-sort td a:hover {
  color: #231f20;
  text-decoration: underline;
}

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

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

/* line 58, main/_cart.scss */
.confirm-personal-details {
  background-color: #f5791f !important;
  background: #f5791f  !important;
  border: 1px solid #f5791f  !important;
  -webkit-box-shadow: none  !important;
  box-shadow: none  !important;
}

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

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

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

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

/* line 87, main/_cart.scss */
.cart-product-price {
  width: 12%;
  text-align: right;
}

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

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

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

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

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

/* line 143, 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 153, main/_cart.scss */
.cart-totals-wrapper .usp {
  background: #ffebce;
  width: 52%;
  padding: 15px;
  float: left;
  margin: 0 0 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 160, main/_cart.scss */
.cart-totals-wrapper .usp ul {
  display: inline;
  margin: 0;
  padding: 0;
}
/* line 166, main/_cart.scss */
.cart-totals-wrapper .usp ul li {
  background: url(../images/ups_check.png) no-repeat 0 9px;
  float: left;
  font-size: 13px;
  list-style: none;
  margin: 0 1% 0 1%;
  padding: 10px 0 8px 25px;
  width: 31%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 176, main/_cart.scss */
.cart-totals-wrapper .usp ul li b, .cart-totals-wrapper .usp ul li strong {
  color: #231f20;
}

/* line 183, main/_cart.scss */
.cart-totals-top {
  float: right;
  width: 40%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 189, main/_cart.scss */
.cart-totals {
  -moz-box-shadow: white 0 -40px 0 0 inset;
  -webkit-box-shadow: white 0 -40px 0 0 inset;
  box-shadow: white 0 -40px 0 0 inset;
  background: #eee;
  float: right;
  margin: 15px 0 0;
  padding: 5px 8% 5px 5%;
  text-align: right;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 281, main/_cart.scss */
.flc-step-bar {
  width: 100%;
  border: 1px solid #e0e0e0;
  height: 15px;
}
/* line 286, main/_cart.scss */
.flc-step-bar td {
  padding: 2px 10px;
  background: #f8f8f8;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f8f8f8));
  background-image: -moz-linear-gradient(#ffffff, #f8f8f8);
  background-image: -webkit-linear-gradient(#ffffff, #f8f8f8);
  background-image: linear-gradient(#ffffff, #f8f8f8);
}
/* line 291, main/_cart.scss */
.flc-step-bar td.flc-stepdone {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(100%, #f8f8f8));
  background-image: -moz-linear-gradient(#f8f8f8, #f8f8f8);
  background-image: -webkit-linear-gradient(#f8f8f8, #f8f8f8);
  background-image: linear-gradient(#f8f8f8, #f8f8f8);
}
/* line 295, main/_cart.scss */
.flc-step-bar td.flc-stepactive {
  background: #231f20;
}

/* line 304, main/_cart.scss */
.flc-step-text {
  width: 100%;
  height: 20px;
  text-transform: uppercase;
}
/* line 309, main/_cart.scss */
.flc-step-text td {
  padding: 5px 10px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 317, main/_cart.scss */
.flc-step-text .flc-stepdone a {
  font-weight: bold;
  text-decoration: none;
  color: #231f20;
}
/* line 323, main/_cart.scss */
.flc-step-text .flc-stepactive {
  font-weight: bold;
}

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

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

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

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

/* line 353, main/_cart.scss */
.cart-subtotal {
  text-align: right;
  border: 1px solid #f8f8f8;
  border-left: 0;
  border-right: 0;
  padding: 10px;
}
/* line 360, main/_cart.scss */
.cart-subtotal table {
  float: right;
  margin-right: 110px;
}
/* line 364, main/_cart.scss */
.cart-subtotal table td {
  vertical-align: top;
}
/* line 369, main/_cart.scss */
.cart-subtotal .FormButton {
  font-weight: bold;
}
/* line 373, main/_cart.scss */
.cart-subtotal .subtotal {
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
}
/* line 379, main/_cart.scss */
.cart-subtotal .discounted-subtotal {
  line-height: 26px;
}

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

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

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

/* Start upselling */
/* line 406, main/_cart.scss */
.customer_upselling {
  background: #fff;
  float: left;
  width: 52%;
}
/* line 411, main/_cart.scss */
.customer_upselling h1 {
  background: #ffebce;
  color: #f5791f;
  font-size: 13px;
  padding: 9px 13px 7px 13px;
  text-transform: uppercase;
}
/* line 419, main/_cart.scss */
.customer_upselling .productlist > li {
  width: 28.9% !important;
}
/* line 423, main/_cart.scss */
.customer_upselling .productlist > li:nth-child(3n+3) {
  margin-right: 0;
}
/* line 427, main/_cart.scss */
.customer_upselling .productlist > li:nth-child(4n+4) {
  margin-right: 2%;
}
/* line 432, main/_cart.scss */
.customer_upselling .productlist > li h2 {
  margin: 5px 0 0 0;
  height: 45px;
  min-height: auto;
  position: relative;
  overflow: hidden;
}
/* line 439, main/_cart.scss */
.customer_upselling .productlist > li h2 a {
  font-weight: normal;
}
/* line 445, main/_cart.scss */
.customer_upselling .productlist > li .productlist-price {
  color: #f5791f;
  font-weight: bold;
}
/* line 449, main/_cart.scss */
.customer_upselling .productlist > li .productlist-thumb {
  max-width: 100%;
  max-height: 108px;
  height: auto;
  width: auto;
  margin: 0 0 10px 0;
}
/* line 456, main/_cart.scss */
.customer_upselling .productlist > li .productlist-thumb img {
  max-width: 100%;
  max-height: 108px;
  height: auto;
  width: auto;
  bottom: 0;
}
/* line 466, main/_cart.scss */
.customer_upselling .productlist > li .big-button-upselling {
  background: #7ed603 url("../images/upselling-button.png");
  border: 1px solid #a0de2e;
  color: #231f20;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  min-height: 28px;
  line-height: 27px;
  margin: 5px 0 10px 0;
  text-align: center;
  text-transform: uppercase;
}

/* End upselling */
/* line 483, main/_cart.scss */
.table-line {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  vertical-align: top;
}

/* line 488, main/_cart.scss */
.line-thumb {
  padding: 10px;
}

/* line 491, main/_cart.scss */
.line-price {
  padding: 10px;
  color: #f5791f;
}

/* line 495, main/_cart.scss */
#tooltip {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #6b6b6b;
  display: none;
  font-size: 13px;
  margin: 5px 0 0;
  padding: 15px;
  position: absolute;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  text-align: left;
  width: 250px;
}

/* line 511, main/_cart.scss */
.carttotals-mainwrapper {
  float: right;
  width: 40%;
}

/* 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;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
/* line 70, main/_shopcategories.scss */
ul.shopcategories-home:before, ul.shopcategories-home:after {
  display: none;
}
/* line 74, main/_shopcategories.scss */
ul.shopcategories-home li {
  flex: 1 24%;
  max-width: 24%;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  /* line 74, main/_shopcategories.scss */
  ul.shopcategories-home li {
    flex: 1 48%;
    max-width: 48%;
  }
}

/* line 85, main/_shopcategories.scss */
.category-block-home {
  position: relative;
  text-align: center;
}
/* line 89, main/_shopcategories.scss */
.category-block-home img {
  width: auto;
}
/* line 93, main/_shopcategories.scss */
.category-block-home h2 {
  position: absolute;
  bottom: -1px;
  width: calc(100% - 20px);
  margin: 0;
  padding: 10px 10px 7px 10px;
  line-height: 30px;
  background: rgba(246, 121, 32, 0.91);
}
/* line 102, main/_shopcategories.scss */
.category-block-home h2 a {
  display: block;
  color: white;
  font-weight: normal;
  font-size: 14px;
}

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

/* line 3, _mobilemenu.scss */
.mobilemenunav {
  padding-top: 5px;
  background: #fff;
  line-height: 55px;
}

/* line 9, _mobilemenu.scss */
.mobilemenu-toggle {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  float: left;
  margin-bottom: 8px;
  margin-top: 8px;
  margin-right: 0;
  padding: 9px 0;
  position: relative;
  max-width: 40px;
}
/* line 23, _mobilemenu.scss */
.mobilemenu-toggle .icon-bar {
  background: #f5791f;
  display: block;
  width: 34px;
  height: 5px;
  border-radius: 3px;
  margin-right: 0;
  margin-top: 5px;
}

/* line 35, _mobilemenu.scss */
.searchmobile {
  display: block;
  /*background: $lightgrey;*/
}

/* line 40, _mobilemenu.scss */
.searchmobile .navbar-form {
  padding: 10px 20px 10px 20px;
  margin: 0;
}

@media (min-width: 975px) {
  /* line 46, _mobilemenu.scss */
  #mobilemenu, #filtermenu {
    display: none;
  }
}
/* line 54, _mobilemenu.scss */
li.searchmobile form .input-group {
  background-color: white;
  border: 1px solid #eaeaea;
}
/* line 60, _mobilemenu.scss */
li.searchmobile form .input-group input {
  border: none;
  width: calc(100% - 50px);
  font-weight: bold;
  background: none;
}
/* line 66, _mobilemenu.scss */
li.searchmobile form .input-group a {
  padding: 10px;
}
/* line 69, _mobilemenu.scss */
li.searchmobile form .input-group button {
  background: initial;
  border: none;
  padding: 10px;
  cursor: pointer;
}
/* line 75, _mobilemenu.scss */
li.searchmobile form .input-group button i {
  font-size: 18px;
  color: #f5791f;
  position: relative;
  top: 0px;
}

@media (min-width: 768px) {
  /* line 89, _mobilemenu.scss */
  .categories-list .subitems {
    display: inline-block;
  }
  /* line 92, _mobilemenu.scss */
  .categories-list .subitems .counter {
    display: none;
  }
  /* line 96, _mobilemenu.scss */
  .categories-list .subitems .subitems-arrow {
    color: #222;
    font-size: 13px;
    left: 4px;
    position: relative;
  }
}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
/* line 8, _jquery.mmenu.oncanvas.scss */
.mm-hidden {
  display: none !important;
}

/* line 15, _jquery.mmenu.oncanvas.scss */
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

/* line 23, _jquery.mmenu.oncanvas.scss */
.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

/* line 34, _jquery.mmenu.oncanvas.scss */
.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

/* line 44, _jquery.mmenu.oncanvas.scss */
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
/* line 54, _jquery.mmenu.oncanvas.scss */
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
/* line 58, _jquery.mmenu.oncanvas.scss */
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
/* line 62, _jquery.mmenu.oncanvas.scss */
.mm-panel.mm-highest {
  z-index: 1;
}

/* line 68, _jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px;
}
/* line 80, _jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
/* line 86, _jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
  content: '';
  display: block;
  height: 20px;
}

/* line 97, _jquery.mmenu.oncanvas.scss */
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

/* line 102, _jquery.mmenu.oncanvas.scss */
.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
/* line 108, _jquery.mmenu.oncanvas.scss */
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

/* line 113, _jquery.mmenu.oncanvas.scss */
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

/* line 121, _jquery.mmenu.oncanvas.scss */
.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}
/* line 126, _jquery.mmenu.oncanvas.scss */
.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}
/* line 134, _jquery.mmenu.oncanvas.scss */
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 141, _jquery.mmenu.oncanvas.scss */
.mm-navbar {
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* line 156, _jquery.mmenu.oncanvas.scss */
.mm-navbar > a {
  text-decoration: none;
  display: block;
  padding: 10px 0;
}
/* line 162, _jquery.mmenu.oncanvas.scss */
.mm-navbar > a:hover {
  text-decoration: none;
}
/* line 167, _jquery.mmenu.oncanvas.scss */
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 171, _jquery.mmenu.oncanvas.scss */
.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
/* line 180, _jquery.mmenu.oncanvas.scss */
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
/* line 185, _jquery.mmenu.oncanvas.scss */
.mm-navbar .mm-btn:last-child {
  padding-right: 20px;
  right: 0;
}

/* line 195, _jquery.mmenu.oncanvas.scss */
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

/* line 203, _jquery.mmenu.oncanvas.scss */
.mm-listview {
  font: inherit;
  font-size: 14px;
}
/* line 208, _jquery.mmenu.oncanvas.scss */
.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}
/* line 214, _jquery.mmenu.oncanvas.scss */
.mm-listview > li {
  position: relative;
}
/* line 218, _jquery.mmenu.oncanvas.scss */
.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: capitalize;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
/* line 229, _jquery.mmenu.oncanvas.scss */
.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
/* line 33, _inc/_mixins.scss */
.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 239, _jquery.mmenu.oncanvas.scss */
.mm-listview > li:not(.mm-divider):after {
  left: 0px;
}
/* line 247, _jquery.mmenu.oncanvas.scss */
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
/* line 33, _inc/_mixins.scss */
.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
/* line 260, _jquery.mmenu.oncanvas.scss */
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
/* line 266, _jquery.mmenu.oncanvas.scss */
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
/* line 270, _jquery.mmenu.oncanvas.scss */
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
/* line 275, _jquery.mmenu.oncanvas.scss */
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

/* line 286, _jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel > .mm-listview {
  margin-left: -20px;
  margin-right: -20px;
}
/* line 291, _jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel > .mm-listview.mm-first {
  margin-top: -20px;
}
/* line 295, _jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel > .mm-listview.mm-last {
  padding-bottom: 20px;
}

/* line 304, _jquery.mmenu.oncanvas.scss */
.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 310, _jquery.mmenu.oncanvas.scss */
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px;
}

/* line 314, _jquery.mmenu.oncanvas.scss */
.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px;
}

/* line 322, _jquery.mmenu.oncanvas.scss */
.mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

/* line 336, _jquery.mmenu.oncanvas.scss */
.mm-listview > li.mm-spacer {
  padding-top: 40px;
}
/* line 340, _jquery.mmenu.oncanvas.scss */
.mm-listview > li.mm-spacer > .mm-next {
  top: 40px;
}
/* line 345, _jquery.mmenu.oncanvas.scss */
.mm-listview > li.mm-spacer.mm-divider {
  padding-top: 25px;
}

/* line 7, _inc/_colors.scss */
.mm-menu {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.7);
}
/* line 12, _inc/_colors.scss */
.mm-menu .mm-navbar {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 16, _inc/_colors.scss */
.mm-menu .mm-navbar > a {
  color: rgba(0, 0, 0, 0.3);
}
/* line 20, _inc/_colors.scss */
.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 29, _inc/_colors.scss */
.mm-menu .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 35, _inc/_colors.scss */
.mm-menu .mm-listview > li .mm-prev:before,
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 41, _inc/_colors.scss */
.mm-menu .mm-listview > li .mm-prev:after,
.mm-menu .mm-listview > li .mm-next:before {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 49, _inc/_colors.scss */
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
/* line 60, _inc/_colors.scss */
.mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
/* line 67, _inc/_colors.scss */
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu offcanvas addon CSS
*/
/* line 9, addons/_jquery.mmenu.offcanvas.scss */
.mm-page {
  box-sizing: border-box;
  position: relative;
}

/* line 14, addons/_jquery.mmenu.offcanvas.scss */
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}

/* line 22, addons/_jquery.mmenu.offcanvas.scss */
html.mm-opened {
  overflow: hidden;
  position: relative;
}
/* line 27, addons/_jquery.mmenu.offcanvas.scss */
html.mm-opened body {
  overflow: hidden;
}
/* line 31, addons/_jquery.mmenu.offcanvas.scss */
html.mm-opened .mm-page {
  min-height: 100vh;
}

/* line 38, addons/_jquery.mmenu.offcanvas.scss */
html.mm-background .mm-page {
  background: inherit;
}

/* line 42, addons/_jquery.mmenu.offcanvas.scss */
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

/* line 56, addons/_jquery.mmenu.offcanvas.scss */
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

/* line 65, addons/_jquery.mmenu.offcanvas.scss */
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
/* line 70, addons/_jquery.mmenu.offcanvas.scss */
.mm-menu.mm-current {
  display: block;
}

/* line 5, _inc/_sizing.scss */
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

/* line 13, _inc/_sizing.scss */
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  /* line 21, _inc/_sizing.scss */
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  /* line 30, _inc/_sizing.scss */
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/*
	jQuery.mmenu autoHeight addon CSS
*/
/* line 13, addons/_jquery.mmenu.autoheight.scss */
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%;
}
/* line 17, addons/_jquery.mmenu.autoheight.scss */
.mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}
/* line 23, addons/_jquery.mmenu.autoheight.scss */
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

/*
	jQuery.mmenu counters addon CSS
*/
/* line 8, addons/_jquery.mmenu.counters.scss */
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
/* line 24, addons/_jquery.mmenu.counters.scss */
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
/* line 30, addons/_jquery.mmenu.counters.scss */
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

/* line 39, addons/_jquery.mmenu.counters.scss */
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
/* line 44, addons/_jquery.mmenu.counters.scss */
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

/* line 51, addons/_jquery.mmenu.counters.scss */
.mm-nosubresults > .mm-counter {
  display: none;
}

/* line 86, _inc/_colors.scss */
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu dividers addon CSS
*/
/* line 12, addons/_jquery.mmenu.dividers.scss */
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
/* line 19, addons/_jquery.mmenu.dividers.scss */
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 24, addons/_jquery.mmenu.dividers.scss */
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

/* line 31, addons/_jquery.mmenu.dividers.scss */
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 44, addons/_jquery.mmenu.dividers.scss */
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

/* line 50, addons/_jquery.mmenu.dividers.scss */
.mm-hasdividers .mm-fixeddivider {
  display: block;
}

/* line 97, _inc/_colors.scss */
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu dragOpen addon CSS
*/
/* line 9, addons/_jquery.mmenu.dragopen.scss */
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*
	jQuery.mmenu navbar addon CSS
*/
/* line 8, addons/_jquery.mmenu.navbars.scss */
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 14, addons/_jquery.mmenu.navbars.scss */
.mm-menu > .mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

/* line 22, addons/_jquery.mmenu.navbars.scss */
.mm-navbar-bottom {
  border-top: 1px solid transparent;
  top: auto;
  border-bottom: none;
  bottom: 0;
}

/* line 36, addons/_jquery.mmenu.navbars.scss */
.mm-navbar-2 > a,
.mm-navbar-3 > a,
.mm-navbar-4 > a,
.mm-navbar-5 > a,
.mm-navbar-6 > a {
  display: block;
  float: left;
}

/* line 42, addons/_jquery.mmenu.navbars.scss */
.mm-navbar-2 > a {
  width: 50%;
}

/* line 46, addons/_jquery.mmenu.navbars.scss */
.mm-navbar-3 > a {
  width: 33.33%;
}

/* line 50, addons/_jquery.mmenu.navbars.scss */
.mm-navbar-4 > a {
  width: 25%;
}

/* line 54, addons/_jquery.mmenu.navbars.scss */
.mm-navbar-5 > a {
  width: 20%;
}

/* line 58, addons/_jquery.mmenu.navbars.scss */
.mm-navbar-6 > a {
  width: 16.66%;
}

/* line 63, addons/_jquery.mmenu.navbars.scss */
.mm-close {
  text-align: right;
}
/* line 66, addons/_jquery.mmenu.navbars.scss */
.mm-close:after {
  content: 'x';
}

/* line 72, addons/_jquery.mmenu.navbars.scss */
.mm-menu.mm-hassearch > .mm-navbar-top {
  top: 40px;
}

/* line 81, addons/_jquery.mmenu.navbars.scss */
.mm-menu.mm-hasnavbar .mm-panel .mm-navbar {
  display: none;
}

/* line 89, addons/_jquery.mmenu.navbars.scss */
.mm-menu.mm-hasnavbar-top .mm-panel,
.mm-menu.mm-hasnavbar-top .mm-fixeddivider {
  top: 40px;
}
/* line 96, addons/_jquery.mmenu.navbars.scss */
.mm-menu.mm-hasnavbar-top.mm-hassearch .mm-panel,
.mm-menu.mm-hasnavbar-top.mm-hassearch .mm-fixeddivider {
  top: 80px;
}

/* line 105, addons/_jquery.mmenu.navbars.scss */
.mm-menu.mm-hasnavbar-bottom .mm-panel {
  bottom: 40px;
}

/*
	jQuery.mmenu searchfield addon CSS
*/
/* line 9, addons/_jquery.mmenu.searchfield.scss */
.mm-search,
.mm-search input {
  box-sizing: border-box;
}

/* line 18, addons/_jquery.mmenu.searchfield.scss */
.mm-menu > .mm-search {
  background: inherit;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 26, addons/_jquery.mmenu.searchfield.scss */
.mm-search {
  height: 40px;
  width: 100%;
  padding: 10px 10px 0 10px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 35, addons/_jquery.mmenu.searchfield.scss */
.mm-search input {
  border: none;
  border-radius: 25px;
  font: inherit;
  font-size: 14px;
  line-height: 25px;
  outline: none;
  display: block;
  width: 100%;
  height: 25px;
  margin: 0;
  padding: 0 10px;
}
/* line 49, addons/_jquery.mmenu.searchfield.scss */
.mm-search input::-ms-clear {
  display: none;
}

/* line 57, addons/_jquery.mmenu.searchfield.scss */
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
/* line 61, addons/_jquery.mmenu.searchfield.scss */
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
/* line 65, addons/_jquery.mmenu.searchfield.scss */
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}

/* line 73, addons/_jquery.mmenu.searchfield.scss */
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0;
}

/* line 82, addons/_jquery.mmenu.searchfield.scss */
.mm-noresults .mm-noresultsmsg {
  display: block;
}
/* line 86, addons/_jquery.mmenu.searchfield.scss */
.mm-noresults .mm-indexer {
  display: none !important;
}

/* line 94, addons/_jquery.mmenu.searchfield.scss */
.mm-menu li.mm-nosubresults > a.mm-next {
  display: none;
}
/* line 98, addons/_jquery.mmenu.searchfield.scss */
.mm-menu li.mm-nosubresults > a.mm-next + a,
.mm-menu li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}
/* line 106, addons/_jquery.mmenu.searchfield.scss */
.mm-menu.mm-hassearch .mm-panel,
.mm-menu.mm-hassearch .mm-fixeddivider {
  top: 40px;
}

/* line 130, _inc/_colors.scss */
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}
/* line 135, _inc/_colors.scss */
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
/* line 7, addons/_jquery.mmenu.sectionindexer.scss */
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 13px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 27, addons/_jquery.mmenu.sectionindexer.scss */
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.71%;
}
/* line 34, addons/_jquery.mmenu.sectionindexer.scss */
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}

/* line 41, addons/_jquery.mmenu.sectionindexer.scss */
.mm-hasindexer .mm-indexer {
  right: 0;
}
/* line 45, addons/_jquery.mmenu.sectionindexer.scss */
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

/* line 51, addons/_jquery.mmenu.sectionindexer.scss */
.mm-hasnavbar-top .mm-indexer {
  top: 50px;
}

/* line 55, addons/_jquery.mmenu.sectionindexer.scss */
.mm-hasnavbar-bottom .mm-indexer {
  bottom: 50px;
}

/* line 59, addons/_jquery.mmenu.sectionindexer.scss */
.mm-hassearch .mm-indexer {
  top: 50px;
}

/* line 63, addons/_jquery.mmenu.sectionindexer.scss */
.mm-hassearch.mm-hasnavbar-top .mm-indexer {
  top: 90px;
}

/* line 145, _inc/_colors.scss */
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu toggles addon CSS
*/
/* line 8, addons/_jquery.mmenu.toggles.scss */
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}

/* line 15, addons/_jquery.mmenu.toggles.scss */
label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2;
}
/* line 23, addons/_jquery.mmenu.toggles.scss */
label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block;
}

/* line 31, addons/_jquery.mmenu.toggles.scss */
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px;
}
/* line 38, addons/_jquery.mmenu.toggles.scss */
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

/* line 46, addons/_jquery.mmenu.toggles.scss */
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

/* line 51, addons/_jquery.mmenu.toggles.scss */
label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
}
/* line 57, addons/_jquery.mmenu.toggles.scss */
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 69, addons/_jquery.mmenu.toggles.scss */
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

/* line 101, addons/_jquery.mmenu.toggles.scss */
label.mm-toggle, label.mm-check {
  right: 20px;
}
/* line 109, addons/_jquery.mmenu.toggles.scss */
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}
/* line 118, addons/_jquery.mmenu.toggles.scss */
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}

/* line 129, addons/_jquery.mmenu.toggles.scss */
a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px;
}
/* line 134, addons/_jquery.mmenu.toggles.scss */
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px;
}
/* line 142, addons/_jquery.mmenu.toggles.scss */
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
/* line 150, addons/_jquery.mmenu.toggles.scss */
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

/* line 161, addons/_jquery.mmenu.toggles.scss */
em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}
/* line 166, addons/_jquery.mmenu.toggles.scss */
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}

/* line 157, _inc/_colors.scss */
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
/* line 161, _inc/_colors.scss */
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
/* line 166, _inc/_colors.scss */
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* line 77, _inc/_colors.scss */
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}

/*
	jQuery.mmenu borderstyle extension CSS
*/
/* line 11, extensions/_jquery.mmenu.borderstyle.scss */
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none;
}

/* line 19, extensions/_jquery.mmenu.borderstyle.scss */
.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important;
}

/*
	jQuery.mmenu effects extension CSS
*/
/* line 11, extensions/_jquery.mmenu.effects.scss */
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
/* line 21, extensions/_jquery.mmenu.effects.scss */
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
/* line 26, extensions/_jquery.mmenu.effects.scss */
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
/* line 34, extensions/_jquery.mmenu.effects.scss */
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
/* line 39, extensions/_jquery.mmenu.effects.scss */
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

/* line 50, extensions/_jquery.mmenu.effects.scss */
html.mm-effect-slide-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
/* line 57, extensions/_jquery.mmenu.effects.scss */
html.mm-effect-slide-menu.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
/* line 61, extensions/_jquery.mmenu.effects.scss */
html.mm-effect-slide-menu.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
/* line 69, extensions/_jquery.mmenu.effects.scss */
html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
/* line 73, extensions/_jquery.mmenu.effects.scss */
html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 82, extensions/_jquery.mmenu.effects.scss */
.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left;
}
/* line 93, extensions/_jquery.mmenu.effects.scss */
.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
/* line 97, extensions/_jquery.mmenu.effects.scss */
.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

/* line 106, extensions/_jquery.mmenu.effects.scss */
.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 111, extensions/_jquery.mmenu.effects.scss */
.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/*
	jQuery.mmenu fullscreen extension CSS
*/
/* line 5, _inc/_sizing.scss */
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

/* line 13, _inc/_sizing.scss */
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
  /* line 21, _inc/_sizing.scss */
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  /* line 30, _inc/_sizing.scss */
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
/* line 44, _inc/_sizing.scss */
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
  /* line 52, _inc/_sizing.scss */
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  /* line 61, _inc/_sizing.scss */
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
/* line 78, _inc/_sizing.scss */
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

/* line 21, extensions/_jquery.mmenu.fullscreen.scss */
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

/*
	jQuery.mmenu multiline extension CSS
*/
/* line 12, extensions/_jquery.mmenu.multiline.scss */
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}

/*
	jQuery.mmenu pageshadow extension CSS
*/
/* line 10, extensions/_jquery.mmenu.pageshadow.scss */
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}
/* line 22, extensions/_jquery.mmenu.pageshadow.scss */
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}
/* line 28, extensions/_jquery.mmenu.pageshadow.scss */
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}

/* line 109, _inc/_colors.scss */
.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu position extension CSS
*/
/* line 8, extensions/_jquery.mmenu.positioning.scss */
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

/* line 16, extensions/_jquery.mmenu.positioning.scss */
.mm-menu.mm-right {
  left: auto;
  right: 0;
}

/* line 22, extensions/_jquery.mmenu.positioning.scss */
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}

/* line 44, _inc/_sizing.scss */
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
  /* line 52, _inc/_sizing.scss */
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  /* line 61, _inc/_sizing.scss */
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
	jQuery.mmenu z-position extension CSS
*/
/* line 39, extensions/_jquery.mmenu.positioning.scss */
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}

/* line 47, extensions/_jquery.mmenu.positioning.scss */
.mm-menu.mm-front {
  z-index: 1;
}

/* line 55, extensions/_jquery.mmenu.positioning.scss */
.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
/* line 64, extensions/_jquery.mmenu.positioning.scss */
.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
/* line 69, extensions/_jquery.mmenu.positioning.scss */
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
/* line 73, extensions/_jquery.mmenu.positioning.scss */
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

/* line 80, extensions/_jquery.mmenu.positioning.scss */
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 78, _inc/_sizing.scss */
.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*
	jQuery.mmenu themes extension CSS
*/
/* line 7, _inc/_colors.scss */
.mm-menu.mm-theme-light {
  background: #333;
  color: rgba(255, 255, 255, 0.8);
}
/* line 12, _inc/_colors.scss */
.mm-menu.mm-theme-light .mm-navbar {
  border-color: rgba(0, 0, 0, 0.15);
}
/* line 16, _inc/_colors.scss */
.mm-menu.mm-theme-light .mm-navbar > a {
  color: rgba(255, 255, 255, 0.4);
}
/* line 20, _inc/_colors.scss */
.mm-menu.mm-theme-light .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-light .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
/* line 29, _inc/_colors.scss */
.mm-menu.mm-theme-light .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}
/* line 35, _inc/_colors.scss */
.mm-menu.mm-theme-light .mm-listview > li .mm-prev:before,
.mm-menu.mm-theme-light .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-light .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
/* line 41, _inc/_colors.scss */
.mm-menu.mm-theme-light .mm-listview > li .mm-prev:after,
.mm-menu.mm-theme-light .mm-listview > li .mm-next:before {
  border-color: rgba(0, 0, 0, 0.15);
}
/* line 49, _inc/_colors.scss */
.mm-menu.mm-theme-light .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-light .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
/* line 60, _inc/_colors.scss */
.mm-menu.mm-theme-light.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-light.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-light .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-light .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}
/* line 67, _inc/_colors.scss */
.mm-menu.mm-theme-light .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}

/* line 77, _inc/_colors.scss */
.mm-menu.mm-theme-light label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

/* line 86, _inc/_colors.scss */
.mm-menu.mm-theme-light em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

/* line 97, _inc/_colors.scss */
.mm-menu.mm-theme-light .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}

/* line 109, _inc/_colors.scss */
.mm-menu.mm-pageshadow.mm-theme-light:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* line 130, _inc/_colors.scss */
.mm-menu.mm-theme-light .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
/* line 135, _inc/_colors.scss */
.mm-menu.mm-theme-light .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

/* line 145, _inc/_colors.scss */
.mm-menu.mm-theme-light .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

/* line 157, _inc/_colors.scss */
.mm-menu.mm-theme-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
/* line 161, _inc/_colors.scss */
.mm-menu.mm-theme-light label.mm-toggle:before {
  background: #333;
}
/* line 166, _inc/_colors.scss */
.mm-menu.mm-theme-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* line 7, _inc/_colors.scss */
.mm-menu.mm-theme-white {
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
}
/* line 12, _inc/_colors.scss */
.mm-menu.mm-theme-white .mm-navbar {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 16, _inc/_colors.scss */
.mm-menu.mm-theme-white .mm-navbar > a {
  color: rgba(0, 0, 0, 0.3);
}
/* line 20, _inc/_colors.scss */
.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 29, _inc/_colors.scss */
.mm-menu.mm-theme-white .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 35, _inc/_colors.scss */
.mm-menu.mm-theme-white .mm-listview > li .mm-prev:before,
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 41, _inc/_colors.scss */
.mm-menu.mm-theme-white .mm-listview > li .mm-prev:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-next:before {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 49, _inc/_colors.scss */
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}
/* line 60, _inc/_colors.scss */
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}
/* line 67, _inc/_colors.scss */
.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03);
}

/* line 77, _inc/_colors.scss */
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

/* line 86, _inc/_colors.scss */
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/* line 97, _inc/_colors.scss */
.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}

/* line 109, _inc/_colors.scss */
.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 130, _inc/_colors.scss */
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
/* line 135, _inc/_colors.scss */
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/* line 145, _inc/_colors.scss */
.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

/* line 157, _inc/_colors.scss */
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
/* line 161, _inc/_colors.scss */
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}
/* line 166, _inc/_colors.scss */
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* line 7, _inc/_colors.scss */
.mm-menu.mm-theme-black {
  background: #000;
  color: rgba(255, 255, 255, 0.6);
}
/* line 12, _inc/_colors.scss */
.mm-menu.mm-theme-black .mm-navbar {
  border-color: rgba(255, 255, 255, 0.2);
}
/* line 16, _inc/_colors.scss */
.mm-menu.mm-theme-black .mm-navbar > a {
  color: rgba(255, 255, 255, 0.4);
}
/* line 20, _inc/_colors.scss */
.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
/* line 29, _inc/_colors.scss */
.mm-menu.mm-theme-black .mm-listview > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}
/* line 35, _inc/_colors.scss */
.mm-menu.mm-theme-black .mm-listview > li .mm-prev:before,
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
/* line 41, _inc/_colors.scss */
.mm-menu.mm-theme-black .mm-listview > li .mm-prev:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-next:before {
  border-color: rgba(255, 255, 255, 0.2);
}
/* line 49, _inc/_colors.scss */
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
/* line 60, _inc/_colors.scss */
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}
/* line 67, _inc/_colors.scss */
.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}

/* line 77, _inc/_colors.scss */
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

/* line 86, _inc/_colors.scss */
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

/* line 97, _inc/_colors.scss */
.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}

/* line 109, _inc/_colors.scss */
.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}

/* line 130, _inc/_colors.scss */
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
/* line 135, _inc/_colors.scss */
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

/* line 145, _inc/_colors.scss */
.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

/* line 157, _inc/_colors.scss */
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
/* line 161, _inc/_colors.scss */
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}
/* line 166, _inc/_colors.scss */
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* line 106, _mobilemenu.scss */
li.mm-static-title {
  color: #f5791f;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: capitalize;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
}

/* line 118, _mobilemenu.scss */
html.mm-background .mm-page {
  background: #fff;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);*/
  overflow: hidden;
}

/* line 123, _mobilemenu.scss */
.mm-menu > .mm-navbar-top {
  background: #f5791f;
}
/* line 126, _mobilemenu.scss */
.mm-menu > .mm-navbar-top a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

/* line 132, _mobilemenu.scss */
.mm-menu .mm-header .mm-btn::before, .mm-menu .mm-header .mm-btn:after {
  border-color: #f5791f;
}

/* line 135, _mobilemenu.scss */
.mm-theme-light .mm-listview > li > a.mm-prev, .mm-theme-light .mm-listview > li > a.mm-next {
  background: #eee;
  margin: 0;
}

/* line 139, _mobilemenu.scss */
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after,
.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: white;
}

/* line 143, _mobilemenu.scss */
.mm-menu.mm-theme-dark .mm-navbar > a {
  color: #fff;
}

/* line 146, _mobilemenu.scss */
.mm-next:after {
  border-left: medium none;
  border-top: medium none;
  right: 15px;
}

/* line 151, _mobilemenu.scss */
.mm-close:after {
  content: "x";
  font-size: 18px;
  color: #fff;
}

/* line 156, _mobilemenu.scss */
.mm-menu .mm-listview > li > a.mm-prev:before, .mm-menu .mm-listview > li > a.mm-next:after {
  border-color: #f5791f;
}

/* line 159, _mobilemenu.scss */
.mm-menu em.mm-counter {
  color: #f5791f;
  z-index: 5;
  font-size: 13px;
}

/* line 164, _mobilemenu.scss */
.mm-listview .mm-next {
  z-index: 0;
  width: 60px;
}

/* line 168, _mobilemenu.scss */
em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 60px;
}

/* line 171, _mobilemenu.scss */
em.mm-counter {
  right: 35px;
}

/* line 174, _mobilemenu.scss */
.mm-listview > li {
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

/* line 179, _mobilemenu.scss */
.mm-listview a:hover {
  color: #f5791f;
}

/* line 182, _mobilemenu.scss */
.mm-listview > li > a i {
  margin-right: 10px;
}

@media (min-width: 975px) {
  /* line 186, _mobilemenu.scss */
  .mm-menu {
    display: none;
  }

  /* line 190, _mobilemenu.scss */
  html.mm-background .mm-page.mm-slideout {
    left: 0;
    margin: 0;
    transform: translate(0px, 0px);
    position: relative;
    z-index: 5;
  }

  /* line 198, _mobilemenu.scss */
  #mm-blocker {
    z-index: 1 !important;
  }
}
/* line 204, _mobilemenu.scss */
.mm-category i {
  color: #ccc;
}

/* Mobilefilter */
/* line 215, _mobilemenu.scss */
li.mobilefilterwrapper {
  padding: 20px;
}
/* line 219, _mobilemenu.scss */
li.mobilefilterwrapper .filterblock h4 {
  font-weight: bold;
  font-size: 14px;
}
/* line 224, _mobilemenu.scss */
li.mobilefilterwrapper .filterblock .menucontent {
  padding: 0px;
}
/* line 228, _mobilemenu.scss */
li.mobilefilterwrapper .filterblock .menucontent .filter-col ul li {
  padding: 4px 0 5px 15px;
}

/* line 236, _mobilemenu.scss */
a.filterreset {
  background-color: #f5791f;
  color: white;
  padding: 8px 12px;
  margin: 10px 0px 0px 0px;
  font-size: 14px;
  border-radius: 3px;
  clear: both;
  display: flex;
  text-align: center;
  justify-content: center;
}
/* line 248, _mobilemenu.scss */
a.filterreset:hover {
  color: white;
  opacity: 0.8;
}

@media (max-width: 767px) {
  /* line 256, _mobilemenu.scss */
  html.mm-opened #filtermenu {
    display: block !important;
  }
}
/* 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
 */
/* line 24, responsive/_responsive_defaults.scss */
.is-responsive {
  /**
   * Default 
   */
  /**
   * @media (max-width: 965px) -- devices/_max-desktop-small.scss
   */
  /**
   * @media (max-width: 830px) --  devices/_max-tablet-landscape.scss
   */
  /**
   * @media (max-width: 767px) -- devices/_max-tablet-portrait.scss
   */
  /**
   * @media (max-width: 600px) -- devices/_max-bigphone-landscape.scss
   */
  /**
   * @media (max-width: 520px) -- devices/_max-phone-landscape.scss
   */
  /**
   * @media (max-width: 380px) -- devices/_max-phone-portrait.scss
   */
}
/* line 29, responsive/_responsive_defaults.scss */
.is-responsive .container {
  max-width: 1170px;
  width: auto;
}
@media (max-device-width: 1024px) {
  /* line 4, responsive/devices/_max-desktop-small.scss */
  .is-responsive .quick-order {
    display: none !important;
  }
}
@media (max-width: 965px) {
  /* line 11, responsive/devices/_max-desktop-small.scss */
  .is-responsive html.mm-opening .filtermenu-toggle {
    display: none !important;
  }
  /* line 17, responsive/devices/_max-desktop-small.scss */
  .is-responsive .productlist > li {
    width: 29.28%;
  }
  /* line 20, responsive/devices/_max-desktop-small.scss */
  .is-responsive .productlist > li:nth-child(3n+3) {
    margin-right: 0;
  }
  /* line 23, responsive/devices/_max-desktop-small.scss */
  .is-responsive .productlist > li:nth-child(4n+4) {
    margin-right: 2%;
  }
  /* line 26, responsive/devices/_max-desktop-small.scss */
  .is-responsive .productlist > li:nth-child(12n+12) {
    margin-right: 0;
  }
  /* line 29, responsive/devices/_max-desktop-small.scss */
  .is-responsive .productlist > li img {
    max-width: 100%;
  }
  /* line 37, responsive/devices/_max-desktop-small.scss */
  .is-responsive .fullwidth .productlist > li {
    width: 20.91%;
  }
  /* line 40, responsive/devices/_max-desktop-small.scss */
  .is-responsive .fullwidth .productlist > li:nth-child(3n+3) {
    margin-right: 2%;
  }
  /* line 43, responsive/devices/_max-desktop-small.scss */
  .is-responsive .fullwidth .productlist > li:nth-child(4n+4) {
    margin-right: 0;
  }
  /* line 52, responsive/devices/_max-desktop-small.scss */
  .is-responsive .register-box input, .is-responsive .register-box select {
    width: 100%;
  }
  /* line 55, responsive/devices/_max-desktop-small.scss */
  .is-responsive .register-box input[type="checkbox"], .is-responsive .register-box input[type="radio"] {
    width: auto;
  }
  /* line 61, responsive/devices/_max-desktop-small.scss */
  .is-responsive .header-right .cart-items-checkout {
    display: block;
  }
}
/* line 67, responsive/devices/_max-desktop-small.scss */
.is-responsive .table_1 select {
  max-width: 170px;
}
@media (max-width: 960px) {
  /* line 5, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .header-right {
    width: 23%;
  }
  /* line 8, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .support {
    width: 19.5%;
    margin-right: 0;
  }
  /* line 11, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .support img {
    display: none;
  }
  /* line 15, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .followus {
    display: none;
  }
}
@media (max-width: 930px) {
  /* line 21, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .productdetail-rightcol .socialicons {
    float: left;
    margin: 0 0 20px;
  }
}
@media (max-width: 830px) {
  /* line 24, responsive/_responsive_defaults.scss */
  .is-responsive {
    /* KLIKBARE DOELEN OPTIMALISATIE
    * ========================================== */
  }
  /* line 27, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .header-right {
    width: 17%;
  }
  /* line 31, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .basket .cart-title {
    display: none;
  }
  /* line 34, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .basket .cart-sep {
    display: block;
    height: 0;
    visibility: hidden;
  }
  /* line 40, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .fancybox-wrap {
    width: 715px !important;
  }
  /* line 43, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .logo {
    max-width: 240px;
  }
  /* line 50, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .lng-select img {
    margin: 0;
    padding: 10px 5px;
  }
  /* line 57, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .subfooter-links a, .is-responsive .copyright a {
    display: inline-block;
    padding: 2px 10px;
  }
  /* line 65, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .subfooter-links li:after, .is-responsive .copyright li:after {
    padding: 0 0 0 3px;
  }
  /* line 71, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .responsive-slider .pages {
    display: none;
  }
  /* line 75, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .footer-column-mobile a {
    display: block;
  }
  /* line 79, responsive/devices/_max-tablet-landscape.scss */
  .is-responsive .productlist > li > h2 a {
    display: block;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  /* line 7, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .desktop {
    display: none;
  }
  /* line 10, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .mobile {
    display: block;
  }
  /* line 14, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive #filtermenu {
    display: none;
  }
  /* line 18, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .filtermenu-toggle {
    display: inline-block;
  }
  /* line 22, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .header .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 15px 10px 10px 10px;
  }
  /* line 29, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .header .container:before, .is-responsive .header .container:after {
    display: none;
  }
  /* line 33, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .header .container .logo {
    order: 2;
    width: auto;
    margin: 0px 20px;
  }
  /* line 38, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .header .container .mobilenavwrapper {
    order: 1;
    width: auto;
  }
  /* line 42, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .header .container .header-right {
    order: 3;
    width: auto;
  }
  /* line 49, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive input[type="radio"], .is-responsive input[type="checkbox"] {
    -webkit-appearance: none !important;
    width: 16px !important;
    height: 16px !important;
    background: white !important;
    border-radius: 100% !important;
    border: 2px solid #555 !important;
  }
  /* line 58, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive input[type="checkbox"] {
    border-radius: 3px !important;
  }
  /* line 61, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive input[type="radio"]:checked, .is-responsive input[type="checkbox"]:checked {
    background: #808080 !important;
  }
  /* line 64, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive iframe, .is-responsive object {
    width: 100%;
    min-height: 140px;
  }
  /* line 69, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .owl-pagination {
    display: block !important;
  }
  /* line 72, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .owl-pagination .owl-page {
    margin-top: 10px;
  }
  /* line 75, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .mobilemenulink {
    display: block;
    position: relative;
    left: -5px;
  }
  /* line 80, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .mobilemenulink .icon-menu {
    font-size: 24px;
    color: #231f20;
    padding: 0;
    position: relative;
  }
  /* line 87, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .casengo-vipbtn {
    display: none;
  }
  /* line 90, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .logo {
    text-align: center;
    width: 100%;
    margin: 10px 0;
    max-width: 100%;
  }
  /* line 96, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .logo img {
    max-width: 100%;
  }
  /* line 102, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .header-right {
    float: right;
  }
  /* line 105, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .header-middle {
    height: auto;
  }
  /* line 108, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .mainmenu,
  .is-responsive .news,
  .is-responsive .support,
  .is-responsive .headerusp {
    display: none;
  }
  /* line 114, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .basket {
    border-left: none;
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
    position: relative;
    top: 0px;
  }
  /* line 123, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .basket .cart-sep {
    visibility: visible;
    display: inline;
  }
  /* line 128, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .basket a {
    display: none;
  }
  /* line 131, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .basket a.baglink {
    display: block;
  }
  /* line 134, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .basket a.cart-items {
    display: block;
    font-size: 12px;
  }
  /* line 138, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .basket a.cart-items-checkout {
    display: none;
    font-size: 12px;
  }
  /* line 144, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .basket img {
    height: 40px;
  }
  /* line 149, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .search {
    float: left;
    width: 100%;
    position: relative;
    /*
    img {
    	position: absolute;
    	right: 5px;
    	top: 5px;
    }
    */
  }
  /* line 154, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .search input {
    padding: 10px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  /* line 162, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .search input:focus {
    color: #000;
  }
  /* line 173, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .search .search_icon {
    position: absolute;
    right: 5px;
    top: 5px;
  }
  /* line 179, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .suggestionsBox {
    display: none !important;
  }
  /* line 182, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .home-leftblock,
  .is-responsive .home-rightblock {
    width: 100%;
  }
  /* line 186, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .home-leftblock {
    margin-bottom: 20px;
    display: none;
  }
  /* line 190, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .promoblock {
    margin: 60px 0 0 0;
  }
  /* line 193, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .promoblock li {
    width: 100%;
    margin: 0 0 50px 0;
  }
  /* line 197, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .promoblock li:last-child {
    margin: 0;
  }
  /* line 202, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .homecat {
    display: block;
    float: left;
    margin: 15px 0 5px;
    width: 100%;
  }
  /* line 211, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .homecat .accordionButton a {
    position: relative;
    display: block;
    background: #f5791f;
    cursor: pointer;
    padding: 8px 11px;
    margin: 0 0 6px 0;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 231, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .homecat .accordionButton a:hover {
    background: #231f20;
    color: #fff;
  }
  /* line 237, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .homecat .accordionButton a .icon-right-dir {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 21px;
    color: white;
  }
  /* line 248, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .breadcrumbs {
    font-size: 13px;
    margin: 0 0 15px;
    display: block;
  }
  /* line 254, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .breadcrumbs .location_desktop {
    display: none;
  }
  /* line 258, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .searchresult-navigation-top {
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }
  /* line 263, 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 270, 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 275, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .searchresult-navigation-bottom {
    height: auto;
    margin-top: 0;
    padding: 0;
  }
  /* line 280, 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 287, 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 292, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .user-nav {
    display: none;
  }
  /* line 295, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .left-col {
    display: none;
  }
  /* line 298, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .main-col {
    width: 100%;
  }
  /* line 303, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .productlist > li {
    width: 29.28% !important;
  }
  /* line 306, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .productlist > li:nth-child(4n+4) {
    margin-right: 2%;
  }
  /* line 309, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .productlist > li:nth-child(3n+3) {
    margin-right: 0;
  }
  /* line 314, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .productlist > li .quick-order:hover {
    display: none;
  }
  /* line 326, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .fullwidth .productlist > li:nth-child(3n+3) {
    margin-right: 0;
  }
  /* line 329, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .fullwidth .productlist > li:nth-child(4n+4) {
    margin-right: 2%;
  }
  /* line 337, 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 340, 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 355, 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 361, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .filter_mobileleft {
    width: 60%;
    float: left;
  }
  /* line 362, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .filter_mobileleft .label_check {
    padding-left: 0;
  }
  /* line 363, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .filter_mobileright {
    width: 40%;
    float: right;
  }
  /* line 366, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .filter_mobileright .filterreset a {
    background: #f8f8f8;
    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 383, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .filter_mobileleft .menublock,
  .is-responsive .filter_mobileright .menublock {
    width: 100%;
    border-bottom: none;
  }
  /* line 388, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .menu-box {
    padding: 5px;
  }
  /* line 391, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .filter-col ul li {
    position: relative;
  }
  /* line 394, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .mobileoverloop {
    position: absolute;
    z-index: 999;
    left: 0px;
    width: 30px;
    padding-left: 20px;
  }
  /* line 401, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .menu-toggle {
    display: none;
  }
  /* line 405, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .next-prev {
    text-align: center;
    margin: 0 0 10px 0;
    line-height: 35px;
  }
  /* line 411, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .productdetail-rightcol .socialicons {
    float: left;
    margin: 0 0 20px;
  }
  /* line 415, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .productdetail-leftcol,
  .is-responsive .productdetail-rightcol,
  .is-responsive .mod-leftcol,
  .is-responsive .mod-rightcol,
  .is-responsive .contactform,
  .is-responsive .contact-info,
  .is-responsive .checkout-accountbox {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border: none;
    border-bottom: 1px solid #f8f8f8;
  }
  /* line 428, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .contact-map {
    width: 100%;
  }
  /* line 431, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .checkout-accountbox {
    border-bottom: none;
  }
  /* line 434, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .MagicZoomPlus, .is-responsive .MagicZoomPlus:hover {
    cursor: none;
  }
  /* line 437, 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 445, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .MagicToolboxContainer {
    width: 100% !important;
  }
  /* line 449, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .MagicToolboxContainer.selectorsRight .MagicToolboxMainContainer {
    float: none !important;
  }
  /* line 453, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .MagicScroll, .is-responsive .selectorsRightblock {
    display: none !important;
  }
  /* line 456, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .MagicToolboxSelectorsContainer {
    margin: 0 auto;
    text-align: center;
    width: auto !important;
  }
  /* line 461, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .MagicToolboxSelectorsContainer a {
    margin: 12px 6px 6px 6px;
  }
  /* line 464, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer {
    float: none !important;
    margin-left: 0 !important;
  }
  /* line 468, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .imageNext,
  .is-responsive .imagePrev {
    display: inline-block;
  }
  /* line 472, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .MagicThumb-background, .is-responsive .MagicThumb-expanded {
    display: none !important;
  }
  /* line 475, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .customer_upselling {
    display: none;
  }
  /* line 480, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .cart-totals-wrapper .usp {
    display: none;
  }
  /* line 484, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .cart-coupon {
    width: 100%;
    clear: both;
    margin: 15px 0;
  }
  /* line 489, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .cart-totals-top,
  .is-responsive .cart-totals {
    width: 100%;
  }
  /* line 493, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .tbl-cart-totals {
    width: 100%;
  }
  /* line 496, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .tbl-cart-totals select {
    width: 100%;
  }
  /* line 502, 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 507, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive ul.tabs li {
    width: 100%;
    margin-bottom: 7px;
  }
  /* line 511, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive ul.tabs li a {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/accordin_arrow_o_z.png) no-repeat scroll 97% 50%;
  }
  /* line 522, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive ul.tabs li.active a {
    background-color: #eee;
    background-image: url(../images/accordin_arrow_o_z.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    color: #f5791f;
  }
  /* line 533, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .wens .product-add2wl {
    font-size: 11px;
    line-height: 60px;
  }
  /* line 537, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .tagcloud {
    display: none;
  }
  /* line 540, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .social-bookmarks {
    display: none;
  }
  /* line 543, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column {
    width: 100%;
    margin: 0;
  }
  /* line 548, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column h4 {
    margin: 0;
  }
  /* line 551, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .accordionButton {
    position: relative;
    width: 100%;
    float: left;
    background: #333;
    cursor: pointer;
    padding: 6px 11px;
    margin: 0 0 6px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 564, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .accordionButton .icon-right-dir {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 21px;
    color: white;
    display: inline-block;
  }
  /* line 572, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .accordionButton .icon-down-dir {
    display: none;
  }
  /* line 578, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .accordionContent {
    width: 100%;
    float: left;
    display: none;
    padding: 0 0 15px 0;
    background: none;
  }
  /* line 585, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .accordionContent li {
    padding: 0 10px 0 10px;
  }
  /* line 590, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .on,
  .is-responsive .footer-column .over {
    background: #f5791f;
    color: #fff;
  }
  /* line 596, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .on h4,
  .is-responsive .footer-column .over h4 {
    color: #fff;
  }
  /* line 601, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .on .icon-down-dir,
  .is-responsive .footer-column .over .icon-down-dir {
    position: absolute;
    right: 2px;
    top: 5px;
    font-size: 21px;
    color: white;
    display: inline-block;
  }
  /* line 609, 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 614, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column .copyright li {
    padding: 0;
  }
  /* line 621, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column-mobile {
    display: inline-block;
    float: right;
    line-height: 35px;
    margin: 20px 0;
  }
  /* line 627, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column-mobile a {
    text-decoration: none;
  }
  /* line 631, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer-column-mobile img {
    float: left;
    margin: 0 10px 0 0;
  }
  /* line 637, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .omhoog {
    float: left;
    padding: 0 10px 0 0;
  }
  /* line 641, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .omhoog .icon-up-wrap {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
  }
  /* line 647, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .omhoog .icon-up-open {
    color: #f5791f;
    font-size: 21px;
    padding: 0 2px 3px;
    position: relative;
  }
  /* line 657, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .icon-desktop-wrap {
    float: left;
    text-align: center;
    margin: 2px 10px 0 0;
  }
  /* line 663, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .icon-desktop {
    font-size: 20px;
    padding: 3px 5px 2px 4px;
    position: relative;
    color: #f5791f;
  }
  /* line 669, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .footer {
    padding-top: 15px;
  }
  /* line 672, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .subfooter {
    height: auto;
  }
  /* line 675, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .subfooter .copyright {
    clear: both;
    float: left;
  }
  /* line 680, responsive/devices/_max-tablet-portrait.scss */
  .is-responsive .carttotals-mainwrapper {
    float: right;
    width: 100%;
  }
}
@media (max-width: 600px) {
  /* line 5, responsive/devices/_max-bigphone-landscape.scss */
  .is-responsive .productlist > li {
    width: calc(50% - 20px) !important;
    margin: 0px 10px 20px 0px;
  }
  /* line 9, responsive/devices/_max-bigphone-landscape.scss */
  .is-responsive .productlist > li:nth-child(3n+3) {
    margin-right: 10px;
  }
  /* line 12, responsive/devices/_max-bigphone-landscape.scss */
  .is-responsive .productlist > li:nth-child(2n+2) {
    margin-right: 0;
  }
  /* line 23, responsive/devices/_max-bigphone-landscape.scss */
  .is-responsive .fullwidth .productlist > li:nth-child(3n+3) {
    margin-right: 10px;
  }
  /* line 26, responsive/devices/_max-bigphone-landscape.scss */
  .is-responsive .fullwidth .productlist > li:nth-child(4n+4) {
    margin-right: 0;
  }
  /* line 33, responsive/devices/_max-bigphone-landscape.scss */
  .is-responsive .accountbox {
    width: 50%;
  }
  /* line 37, responsive/devices/_max-bigphone-landscape.scss */
  .is-responsive .contentblock_welkom {
    display: none !important;
  }
}
@media (max-width: 520px) {
  /* line 4, responsive/devices/_max-phone-landscape.scss */
  .is-responsive .uspwrapper .followus .followus_title {
    display: none;
  }
  /* line 7, responsive/devices/_max-phone-landscape.scss */
  .is-responsive .logo img {
    max-height: 60px;
  }
  /* line 12, responsive/devices/_max-phone-landscape.scss */
  .is-responsive .cart-quantity span.price_note {
    display: none;
  }
  /* line 17, 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;
    width: auto;
  }
  /* line 41, responsive/devices/_max-phone-landscape.scss */
  .is-responsive .usp ul li {
    width: 100%;
    margin: 0;
  }
  /* line 47, responsive/devices/_max-phone-landscape.scss */
  .is-responsive .flc-step-text td {
    padding: 5px 5px;
    font-size: 9px;
  }
}
@media (max-width: 400px) {
  /* line 8, responsive/devices/_max-phone-portrait.scss */
  .is-responsive .fullwidth .productlist > li {
    margin-right: 0 !important;
  }
  /* line 15, responsive/devices/_max-phone-portrait.scss */
  .is-responsive .accountbox {
    width: 100%;
  }
  /* line 18, responsive/devices/_max-phone-portrait.scss */
  .is-responsive .guestbook_message, .is-responsive .guestbook_message2 {
    background-image: none;
    padding-left: 15px;
  }
  /* line 25, responsive/devices/_max-phone-portrait.scss */
  .is-responsive .next-prev {
    text-align: center;
    margin: 0 0 10px 0;
  }
}
