@import url(https://fonts.googleapis.com/css?family=Montserrat:400,200,300,600,700,800);@charset "UTF-8";
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> WERFDOEKDEALS JA/NEE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MIJN STRANDSTOEL JA/NEE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> AIRSPACE JA/NEE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> INTERNVENTIETENT JA/NEE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> HESJE JA/NEE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> PRINT JA/NEE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*
*
*  CORE VARI
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. BASE COLORS

***********************/
/* ZWART */
/* WIT */
/***********************

2. WARNING

***********************/
/* ORANJE */
/* ROOD*/
/* GROEN */
/* ROOD*/
/*$warning: rgb(230,131,0);
$error:rgb(244,67,54);
$positive: rgb(139,196,74);*/
/***********************

3. CSS IMAGE PATH
// Images path, used to include background images via css
// use retinga image mixin to include images

***********************/
/***********************

4. GRID VARIABLES
// Get the grid variables needed for mixins
// these are theme dependent so you can find these in the themefolder

***********************/
/***********************

5. OVERRULE
//overrule needed for mixins
// !! DO NOT CHANGE !! you can find these variables in the theme-variables in the themes folder

***********************/
/*
*
*  HIDPI
*  Contains core dependent css
*  this mixin can be used in different themes
*  check high res screen or not
*  !! Created by Ilse on 05/08/2016
*
*/
/*
*
*  PREFIXER
*  Contains core dependent css
*  this mixin can be used in different themes
*  Only used to make other mixins, add the browsers suffix to the css
*  !! Created by Ilse on 05/08/2016
*
*/
/*
*
*  BREAKPOINTS
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. FUNCTIONS

***********************/
/***********************

2. BREAKPOINT-MIN
// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.
// OPTIONS
// $name: xl, lg, md, sm or xs
// $breakpoints !! DO NOT CHANGE

***********************/
/***********************

3. BREAKPOINT-MAX
// Media of at most the maximum breakpoint width. No query for the largest breakpoint.
// OPTIONS
// $name: xl, lg, md, sm or xs
// $breakpoints !! DO NOT CHANGE

***********************/
/***********************

4. BREAKPOINT
// Media between the breakpoint's minimum and maximum widths.
// OPTIONS
// $name: xl, lg, md, sm or xs
// $breakpoints !! DO NOT CHANGE

***********************/
/***********************

5. BREAKPOINT-BETWEEN
//  Media that spans multiple breakpoint widths.
// OPTIONS
// $name: xl, lg, md, sm or xs
// $breakpoints !! DO NOT CHANGE

***********************/
/*
*
*  GRID
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. MAKE-CONTAINER
// Possible options
 1. $gutter: padding-left and padding-right // mostly $grid-gutter-width
 2. $max-width: $max-grid-width can be found in theme/basis/grid-variables

***********************/
/***********************

2. MAKE-ROW
// Possible options
 1. $gutter: margin-left and margin-right // mostly $grid-gutter-width

***********************/
/***********************

3. MAKE-COL-PARENT, needs to be added to every element you want to make a grid element
// Possible options
 1. $gutter: padding-left and padding-right // mostly $grid-gutter-width

***********************/
/***********************

4. MAKE-COL, used to add width to the grid element targeted by the breakpoints defined in the grid variables
// Possible options
 1. $breakpoint: xl, lg, md, sm or xs
 2. $size: number of columns the element needs to be
 3. $columns:  always $grid-columns from the grid variables !! DO NOT CHANGE !!

***********************/
/***********************

5. MAKE-COL-OFFSET, adds margin-left to the element
// Possible options
 1. $breakpoint: xl, lg, md, sm or xs
 2. $size: number of columns the element needs to be
 3. $columns:  always $grid-columns from the grid variables !! DO NOT CHANGE !!

***********************/
/*
*
*  BORDER RADIUS
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. BORDER:RADIUS
// OPTIONS
 1. $radius: border-radius of alle the corners
 2. $custom: true or false will make it possible to give a value to every corner indivdual !! replaces border-radius-custom mixin
 3. $brtl: border-top-left-radius !! only possible if $custom is true
 4. $brtr: border-top-right-radius !! only possible if $custom is true
 5. $brbl: border-bottom-left-radius !! only possible if $custom is true
 6. $brbr: border-bottom-right-radius !! only possible if $custom is true

***********************/
/*
*
*  BOX SHADOW
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. BOX SHADOW
// Possible options
 1. $solor: color of the shadow
 2. $x: horizontal offset of the shadow
 3. $y: vertical offset of the shadow
 4. $blur: blur value
 5. spread: spread value

***********************/
/*
*
*  BOX SIZING
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. BOX SIZING
// Possible options
 1. $box-sizing: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp

***********************/
/*
*
*  GRADIENT
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. GRADIENT
// Possible options
 1. $direction
 2. $start: start color
 3. $stop: stop color

***********************/
/*
*
*  OPACITY
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. OPACITY
// Possible options
 1. $value: opacity of the item:  value between 0 and 1

***********************/
/***********************

2. BACKGRUND-OPACITY
// Possible options
 1. $color: background color
 2. $opacity: opacity value between 0 and 1

***********************/
/*
*
*  ROTATE
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. ROTATE
// Possible options
 1. $deg: rotate value:  value between 0 and 360

***********************/
/*
*
*  TRASSFORM
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. ROTATE
// Possible options
 1. $x: horizontal value
 2. $y: vertical value

***********************/
/*
*
*  TRANSITION 1 TRANSITION DELAY
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. TRANSITOIN
// Possible options
 1. $transition: transition-property
 2. $time: transition-duration
 3. $animation: animation type

***********************/
/***********************

2. TRANSITION DELAY
// Possible options
 1. $time: time of the delay
// extend the start time of the transition

***********************/
/*
*
*  CLEARFIX
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. CLEARFIX
// no options
// replaces the clearfix classe

***********************/
/*
*
*  CROP IMAGE
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. CORP IMAGE
// OPTIONS
1. $height. 100% if you want the crop to be on the left and right side (width auto needed)
$ $width: 100% if you want the crop to be on the top and right bottom (height auto needed)
// will product white space if the image is to small for the containe, can be fixed by making it a background image and using background-size: cover

***********************/
/*
*
*  RESPONSIVE IMAGE
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. RESPONSIVE
// OPTIONS
1. $width: tthe width of the image
2. $mwidth: the maxwidth of the image
// use this mixin to make your images fully scalable, on different devices

***********************/
/*
*
*  RETINA IMAGES
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. RETINA IMAGES
// OPTIONS
1. $filename: name of the file widthout extions, path,..
2. $background-size: size of the icon (small version)
3. $bgpositon: position of the image
4. $extension: extension of the file (standard png because most icons must be png, never use jpg for icons!)
5. $retina-filenam: name of the retina icon
6. $retina-suffix: added tag to controle the retina ixon standard _2x
//
// use this mixin to make your images sharp on every screen hd,....
// never load background icons without this mixin!!!!
// cssimagepath can be found in core-variables!! not theme dependent this path should be the same in every single theme

***********************/
/*
*
*  TEXT-INDENT
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. TEXT-INDENT
// NO OPTIONS
// replaces the text-indent: -99999px rule which should be avoided

***********************/
/*
*
*  GRID INLINE BLOCK
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. GRID INLINE BLOCK
// display inline-block mixin so all the standard css you need to add is always the same
// OPTIONS
1. $va: vertical align options: top, middle, bottom
2. $float: if true: float will be set to none, if false, no float css will be included
3. $ml: margin-left used to cover the extra padding the display inline-block value adds
4. $mobmargin: use negative margin-left on mobile devices //-- TRY-OUT

***********************/
/*
*
*  ABSOLUTE CENTER
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. ABSOLUTE CENTER :
// possible options only $axis
1. y = vertical
2. x = horizontal
3. both: center vertical + horizontal

***********************/
/*
*
*  ARROW ICON
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. ARROW ICON :
// possible options
1. $direction: can be left, right, down, up
2. $color: border-color
3. $border: border-width
4. $width: actual width of the arrow

***********************/
/*
*
*  CHECK ICON
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. CHECK ICON BUILD WITH BORDER & BEFORE AND AFTER
// possible options
1.$thick: border width
2. $short: short arm width
3. $long: long arm width
4. $scolor: border-color;
5. $top: top offset
6. $left: left offset

***********************/
/*
*/
/* 
    Created on : 8-aug-2016, 9:03:11
    Author     : ilsedm
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 6-sep-2016, 16:37:53
    Author     : Kenji
*/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> WEBKIT COLUMN <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25-apr-2016, 10:35:11
    Author     : Kenji
*/
/*
*
*  BTN
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. BTN
// POSSIBLE OPTIONS
 1. $bg: background color
 2. $color: text-color
 3. $hover: background-color on hover
 4. $mt: margin-top
 6 . $rounded: false or px value, px value eq border-radius
 7. $outline: false or px value, px value eq border-width
 8. $arrow: false, left or right can be added
10. $pd: padding

***********************/
/*
*
*  FONT
*  Contains core dependent css
*  this mixin can be used in different themes
*  !! Created by Ilse on 05/08/2016
*
*/
/***********************

1. FONT
// POSSIBLE OPTIONS
 1. $weight: font-weight
 2 . $size: font-size
 3. $lineheight: line-height
 4. $fontface: font-family
 5. $margin-bottom: margin-bottom

***********************/
/*
*  PLUGIN
*  this mixin can be used in different themes
*  http://lukyvj.github.io/family.scss/
*
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  /*ol, ul, li,*/
}

* {
  margin: 0px;
  padding: 0px;
}

ol, ul {
  /*list-style: none;*/
}

blockquote, q {
  quotes: none;
}

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

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*****************************************************************************	VARIABELEN *********************************************************/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> RESPONSIVE JA/NEE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> KLEUREN <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/
/* LINK BLAUW**/
/** GROEN **/
/** ANDER ZWART **/
/* ZWART */
/* WIT */
/** GROEN **/
/** GEEL **/
/* TEKSTKLEUR */
/* TEKSTKLEUR */
/* kleuren voor waarschuwingen */
/*ORANJE */
/* Rood*/
/* GROEN */
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> LIJNEN <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FONTS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  Media queries breakpoints <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/
/* Extra small screen / phone Note: Deprecated $screen-xs and $screen-phone as of v3.0.0*/
/* Small screen / tablet Note: Deprecated $screen-sm and $screen-tablet as of v3.0.0*/
/* Medium screen / desktop Note: Deprecated $screen-md and $screen-desktop as of v3.0.0*/
/* Large screen / wide desktop // Note: Deprecated $screen-lg and $screen-lg-desktop as of v3.0.0*/
/* So media queries don't overlap when required, provide a maximum*/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Grid system<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/
/* Number of columns in the grid system*/
/* Padding, to be divided by two and applied to the left and right of all columns*/
/* Point at which the navbar stops collapsing*/
/*****************************************************************************	MIXINS *********************************************************/
/*
	hoe gebruiken?

	@include border-radius (5px),
	@include border-radius-custom (5px,5px,5px,10px),
	@include gradient (kleur1n kleur2), kan gecombineerd worden met darken en lighten
	@include opacity(0.5),
	@include text-shadow(kleur, 10px,10px,10px),
	@include box-shadow(kleur, 10px,10px,10px,10px),
	@include clearfix (dit vervangt de clearfix classe)
	@inlcude arrow-top (kleur, breedte, afstand pijl rechts), tooltip met pijlbovenaan
	@inlcude arrow-bottom (kleur, breedte, afstand pijl rechts), tooltip met pijl onderaan

	>>>>>>>>>>>>> BREAKPOINTS = SPECIFIEK VOOR RESPONSIVE


	@include breakpoint(col-sx)
	{
		background: red;
	}

	@include breakpoint(col-sm)
	{
		background: green;
	}

	@include breakpoint(col-md)
	{
		background: orange;
	}

	indien je niks tussen haakjes zet neem je automatisch de gegeven waarde hieronder mee

*/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> BORDER BOTTOM <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> BORDER TOP <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> BORDER RADIUS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> BORDER RADIUS CUSTOM <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> GRADIENT <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> OPACITY <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> TEXT SHADOW <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> BOX SHADOW  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> TRANSITION <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> TRANSFORM <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> CLEARFIX <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> TOOLTIP <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/
/** ROTATE **/
/** DOTTED LINE **/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> RESPONSIVE MIXINS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> RESPONSIVE MIXINS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> hidden Mixins <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> visible Mixins <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> RESPONSIVE MIXINS | IPV CLASSE NAAM MEEGEVEN VIA CSS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/* Container sizes*/
/* Small screen / tablet*/
/* Medium screen / desktop*/
/* Large screen / wide desktop*/
/* Small screen / tablet*/
/* Medium screen / desktop*/
/* Large screen / wide desktop*/
/* Grid System*/
/* Centered container element*/
/* Creates a wrapper for a series of columns*/
/* Generate the extra extra small columns*/
/* Generate the extra small columns*/
/* Generate the extra small column offsets*/
/* Generate the  small columns*/
/* Generate the small column offsets*/
/* Generate the medium columns*/
/* Generate the large column offsets*/
/* Generate the large columns*/
/* Generate the large column offsets*/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> HIDDEN CLASSES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<**/
@media (max-width: 1px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  .hidden-lg {
    display: none !important;
  }
}

/*** --------------------------------->> START BASIS <<---------------------------------**/
html, body {
  height: 100%;
}

body {
  background: white;
  font-size: 10px;
  font-family: "Montserrat", Sans-serif;
  font-weight: 400;
  left: 0;
  min-width: 320px;
  color: #1a1a1a;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  min-width: 988px;
}

body section.container-wrapper.headertype1 {
  background: white;
  overflow-x: hidden;
}

body.cart {
  overflow: auto;
}

body.menu-push {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

section.container {
  max-width: 1207px;
}

section#content {
  background: white;
}

a {
  color: #96c11f;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #1a1a1a;
}

dl {
  font-size: 16px;
  line-height: 20px;
}

ul li {
  list-style: inside square;
}

ol li {
  list-style: inside decimal;
}

ol.pages {
  margin: 0 auto;
  width: 50%;
}

ol.pages li {
  border-top: 1px solid #d9d9d9;
  font: normal 1.3em "Montserrat", Sans-serif;
  list-style: outside decimal;
  float: left;
  padding: 10px 0;
  width: 100%;
}

ol.pages li a {
  color: #1a1a1a;
  text-decoration: none;
}

ol.pages li a:hover, ol.pages li a:focus {
  color: black;
}

ol.pages li h3 {
  font: bold 1.2em "Montserrat", Sans-serif;
  float: left;
}

ol.pages li p {
  font-size: 1em;
}

p {
  margin-top: 15px;
  font: normal 1.6em/1.8em "Montserrat", Sans-serif;
}

p:first-child {
  margin-top: 0;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

/* h1,h2,h3,h4,h5 ***/
h1 {
  color: #96c11f;
  font: 700 2.8em/30px "Montserrat", Sans-serif;
  margin-bottom: 15px;
}

@media (max-width: 1px) {
  h1 {
    margin: 15px 0;
  }
}

div.box-info {
  background: #f2f2f2;
  float: left;
  margin-bottom: 25px;
  padding: 2%;
  width: 100%;
}

div.box-info strong {
  float: left;
  font: normal 1.3em "Montserrat", Sans-serif;
}

div.box-info strong span {
  color: black;
  font-weight: bold;
}

div.box-info a.logout {
  opacity: 0.75;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
  color: #1a1a1a;
  display: inline-block;
  margin: 2px 0 0 10px;
  font-size: 1.3em;
  float: right;
}

div.box-info a.logout:hover, div.box-info a.logout:focus {
  opacity: 1;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
}

div.box-info.pas {
  margin-top: 20px;
}

div.box-info.pas a.btn {
  background: black;
  color: white;
  float: left;
  font: 400 1.2em "Montserrat", Sans-serif;
  padding: 5px 15px;
  margin-top: 10px;
  text-decoration: none;
}

div.box-info.pas a.btn:hover, div.box-info.pas a.btn:focus {
  background: #96c11f;
  color: black;
}

section.customerzone {
  position: relative;
}

section.customerzone div.box-info {
  padding: 3%;
}

@media (max-width: 1px) {
  section.customerzone div.box-info {
    padding: 4%;
  }
}

section.customerzone div.box-info strong {
  margin-top: 6px;
}

section.customerzone div.box-info a.logout {
  margin-top: 5px;
}

section.customerzone div.loader {
  position: absolute;
  width: 882px;
  height: 700px;
  top: 220px;
  background: white;
  opacity: 0.90;
  text-align: center;
  font-size: 1.4em;
  padding-top: 135px;
  font-weight: bold;
  display: none;
}

section.customerzone div.loader img {
  vertical-align: top;
}

section.customerzone ul.form.buttons {
  border-top: none;
}

section.customerzone section.cart-table-pay {
  margin: 20px 20px 10px;
  width: 98%;
}

div.filterLoader {
  position: fixed;
  top: 50%;
  left: 50%;
  background: white;
  z-index: 100;
}

div.filterdMessage {
  bottom: 50%;
  height: auto;
  position: fixed;
  z-index: 100;
  width: 500px;
  left: 50%;
  margin-left: -250px;
}

div.filterdMessage a.top {
  background: #96c11f;
  border: 0px solid #96c11f;
  border-bottom-width: 2px;
  border-bottom-color: #749518;
  color: white;
  float: left;
  font: 400 1.4em "Montserrat", Sans-serif;
  padding: 10px;
  text-align: center;
  text-transform: initial;
  text-decoration: none;
  width: 100%;
}

div.filterdMessage a.top:hover, div.filterdMessage a.top:focus {
  background: #1a1a1a;
  border-bottom-color: #010101;
}

div.order-info-empty {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  div.order-info-empty {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  div.order-info-empty {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  div.order-info-empty {
    float: left;
    width: 100%;
  }
}

/*---------------------------- BOX-ERROR ----------------------------*/
div.box-error {
  border: 2px solid #e10404;
  color: #e10404;
  float: left;
  font: 700 1.6em "Montserrat", Sans-serif;
  padding: 1%;
  text-align: center;
  width: 100%;
}

div.box-error p {
  font-size: 1em;
}

div.box-error.stock-error {
  margin-bottom: 10px;
}

div.box-error.print-error {
  margin-top: 10px;
}

/*---------------------------- .NO-DISPLAY ------------------------*/
.no-display {
  display: none !important;
}

/*---------------------------- CLEAR  --------------------------------*/
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

/*---------------------------- STRUCTURAL ----------------------------*/
.structural {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: -9999px;
  width: 1px;
}

.clear {
  clear: both;
  width: 100% !important;
}

input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], textarea {
  /* wegdoen van de ios specifieke stijlen */
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none;
}

/*-------------------------- WINDOWS PHONE ----------------------------*/
/*-- DELEN VAN DE SITE| basis template , deze mag enkel aangepast worden in de master webshop --*/
header {
  margin-bottom: 20px;
  /* -------------------------------------------------------- SECTION.TOP */
  /* -------------------------------------------------------- MIDDENSTE GEDEELTE  | LOGO | MINI CART | PROFILE  */
}

@media (max-width: 1px) {
  header {
    box-shadow: #cccccc 0 2px 5px 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    width: 100%;
  }
}

header section.top {
  background: #1a1a1a;
  padding: 0;
  width: 100%;
  /*nav.mode {
      border-left: 1px solid $dark;
      border-right: 1px solid lighten($dark, 25%);
      float: left;

      @include breakpoint(col-sm) {
        display: none;
      }
      @include breakpoint(col-xs) {
        display: none;
      }

      ul {
        border-left: 1px solid lighten($dark, 25%);
        border-right: 1px solid $dark;
        @include clearfix;

        li {
          float: left;
          list-style: none;
          padding: 0px 12px;

          a {
            background: url(/images/css/head-bullet.png) left center no-repeat;
            color: darken($light, 40%);
            display: block;
            font: 300 1.3em/1.2em $normal;
            padding: 12px 0px;
            padding-left: 35px;
            text-decoration: none;

            &:hover {
              background: url(/images/css/head-bullet-active.png) left center no-repeat;
              color: $maincolor;

              @if $hesje == true {
                color: lighten($maincolor, 30%);
              }
            }
          }

          &.active {
            a {
              background: url(/images/css/head-bullet-active.png) left center no-repeat;
              color: $maincolor;
              font-weight: bold;

              @if $hesje == true {
                color: lighten($maincolor, 30%);
              }
            }
          }
        }
      }
    }*/
}

header section.top:before, header section.top:after {
  content: " ";
  display: table;
}

header section.top:after {
  clear: both;
}

header section.top {
  *zoom: 1;
}

@media (max-width: 1px) {
  header section.top nav.socialmedia {
    display: none;
  }
}

header section.top nav.socialmedia strong.title {
  color: white;
  float: left;
  padding-right: 10px;
  font: 400 1.3em/3em "Montserrat", Sans-serif;
  text-transform: uppercase;
}

header section.top nav.socialmedia ul li {
  display: inline-block;
  color: white;
  float: left;
  list-style: none;
  line-height: 3.7em;
  padding-right: 5px;
}

header section.top nav.socialmedia ul li a {
  color: white;
  font-size: 1.9em;
}

header section.top nav.socialmedia ul li a:hover {
  color: #96c11f;
}

header section.top div.wrap {
  float: right;
  /*div.phone {
        border-right: 1px solid $dark;
        float: left;
        font: 700 1.9em/1.2em $normal;
        padding: 10px 0px;
        padding-right: 20px;

        @include breakpoint(col-xs) {
          display: none;
        }

        span {
          color: $maincolor;

          @if $hesje == true {
            color: lighten($maincolor, 30%);
          }
        }

        a {
          color: $light;
          text-decoration: none;
        }
      }*/
}

header section.top div.wrap div.nav-wrap {
  float: left;
}

header section.top div.wrap nav {
  float: left;
  /** CUSTOMERZONE */
  /*.no-touch & {
          nav.lang:hover ul {
            display: block;
          }
        }*/
  /** ------> LANG **/
  /** ------> NAVIGATION-TOP **/
  /*ul {
          li {
            float: left;
            font: 300 1.3em/1.2em $normal;
            list-style: none;
            padding: 12px 0px;

            a {
              color: $light;
              padding: 0 7px;
              text-decoration: none;

              &:hover,
              &:focus {
                color: $maincolor;
              }
            }

            img {
              float: left;
              margin-right: 5px;
              margin-top: 2px;
            }

            span {
              color: $maincolor;
              font-weight: bold;
              padding: 0 5px;
            }
          }
        }*/
  /*&.navigation-top {
          border-left: 1px solid lighten($dark, 25%);
          border-right: 1px solid $dark;

          ul {
            li:first-child {
              display: none;
            }
          }

          @include breakpoint(col-xs) {
            display: none;
          }
        }*/
}

header section.top div.wrap nav:first-child {
  border-left: none;
}

header section.top div.wrap nav.customerzone {
  font: 400 1.3em "Montserrat", Sans-serif;
  padding: 12px;
}

header section.top div.wrap nav.customerzone ul {
  height: auto;
}

header section.top div.wrap nav.customerzone ul li {
  float: left;
  padding: 0 20px 0 10px;
  position: relative;
  width: auto;
  /*&.loggedin {
                background: url(../images/css/arrow-down.png) no-repeat right 80%;
              }*/
  /*> a,
                span.login-info {

                  background: url(../images/css/icon-customerzone.png) no-repeat left center;
                  padding: 0 0 0 25px;

                  @if $werfdoekdeals == true or $interventie == true {
                    background: url(../images/css/icon-customerzone-red.png) no-repeat left center;
                  }

                  @if $mijnstrandstoel == true or $airspace == true {
                    background: url(../images/css/icon-customerzone-blue.png) no-repeat left center;
                  }

                  @if $hesje == true {
                    background: url(../images/css/icon-customerzone-grey.png) no-repeat left center;
                  }
                }*/
}

header section.top div.wrap nav.customerzone ul li.empty {
  padding: 0 15px;
}

header section.top div.wrap nav.customerzone ul li.empty a {
  color: white;
  text-decoration: none;
}

header section.top div.wrap nav.customerzone ul li.empty a:hover {
  color: #96c11f;
}

header section.top div.wrap nav.customerzone ul li.empty a i {
  padding-right: 10px;
}

header section.top div.wrap nav.customerzone ul li:before {
  padding-top: 2px;
  position: absolute;
  right: 0;
}

header section.top div.wrap nav.customerzone ul li:hover, header section.top div.wrap nav.customerzone ul li:focus {
  color: #1a1a1a;
  cursor: pointer;
}

header section.top div.wrap nav.customerzone ul li:hover ul, header section.top div.wrap nav.customerzone ul li:focus ul {
  display: block;
}

header section.top div.wrap nav.customerzone ul li a.login-info {
  color: white;
  text-decoration: none;
}

header section.top div.wrap nav.customerzone ul li a.login-info i {
  padding-right: 10px;
}

header section.top div.wrap nav.customerzone ul li ul {
  border-bottom: 1px solid #ebebeb;
  display: none;
  left: 10px;
  padding-top: 12px;
  position: absolute;
  width: 200px;
  z-index: 99999;
}

header section.top div.wrap nav.customerzone ul li ul li {
  list-style: none;
  background: #fafafa;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  float: left;
  font-size: 1em;
  padding: 0;
  width: 100%;
}

header section.top div.wrap nav.customerzone ul li ul li a {
  background: none;
  color: #1a1a1a;
  float: left;
  padding: 10px;
  width: 100%;
  text-decoration: none;
}

header section.top div.wrap nav.customerzone ul li ul li a:hover, header section.top div.wrap nav.customerzone ul li ul li a:focus {
  background: #96c11f;
  color: white;
}

header section.top div.wrap nav.lang {
  position: relative;
  font: 400 1.3em "Montserrat", Sans-serif;
}

header section.top div.wrap nav.lang:hover ul {
  display: block;
}

header section.top div.wrap nav.lang span {
  background: #807f7f;
  color: white;
  display: block;
  padding: 12px;
  text-transform: uppercase;
}

header section.top div.wrap nav.lang ul {
  position: absolute;
  display: none;
  z-index: 5;
  width: 100%;
}

header section.top div.wrap nav.lang ul li {
  list-style: none;
  background: #807f7f;
}

header section.top div.wrap nav.lang ul li a {
  color: white;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 10px;
}

header section.top div.wrap nav.lang ul li:hover, header section.top div.wrap nav.lang ul li:focus {
  background: #999999;
}

header section.middle {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  padding-bottom: 25px;
  padding-top: 25px;
  /*** LOGO **/
  /*Telefoon nummer wanneer je in cart-checkout zit*/
}

@media (min-width: 1px) {
  header section.middle {
    float: left;
    width: 100%;
  }
}

header section.middle:before, header section.middle:after {
  content: " ";
  display: table;
}

header section.middle:after {
  clear: both;
}

header section.middle {
  *zoom: 1;
}

@media (max-width: 1px) {
  header section.middle {
    padding-top: 0;
  }
  header section.middle.mar {
    margin-bottom: 20px;
  }
}

header section.middle div.google-translate {
  text-align: right;
}

header section.middle a.logo {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  display: inline-block;
  float: none !important;
  padding-left: 0px;
  padding-right: 10px;
}

@media (min-width: 1px) {
  header section.middle a.logo {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  header section.middle a.logo {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  header section.middle a.logo {
    float: left;
    width: 33.33333333%;
  }
}

header section.middle a.logo.small {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 58.33333333%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  header section.middle a.logo.small {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  header section.middle a.logo.small {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  header section.middle a.logo.small {
    float: left;
    width: 33.33333333%;
  }
}

header section.middle a.logo img {
  display: block;
  max-width: 93%;
}

@media (max-width: 1px) {
  header section.middle a.logo img {
    margin: 0 auto;
    max-width: 80%;
    width: 100%;
    padding: 20px 0px;
  }
}

@media (max-width: 1px) and (max-width: 1px) {
  header section.middle a.logo img {
    max-width: 100%;
  }
}

header section.middle div.help {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  header section.middle div.help {
    margin-left: 0%;
  }
}

@media (min-width: 1px) {
  header section.middle div.help {
    margin-left: 0%;
  }
}

@media (min-width: 1px) {
  header section.middle div.help {
    margin-left: 25%;
  }
}

@media (min-width: 1px) {
  header section.middle div.help {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width: 1px) {
  header section.middle div.help {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  header section.middle div.help {
    float: left;
    width: 41.66666667%;
  }
}

header section.middle div.help strong,
header section.middle div.help span {
  float: left;
  font: 400 1.2em/1.2em "Montserrat", Sans-serif;
  text-align: right;
  width: 100%;
}

header section.middle div.help strong {
  color: #96c11f;
  font: 700 1.8em "Montserrat", Sans-serif;
}

@media (max-width: 1px) {
  header section.middle div.help {
    margin: 20px 0;
    padding: 0 15px;
  }
  header section.middle div.help strong,
  header section.middle div.help span {
    display: inline-block;
    text-align: left;
    width: auto;
  }
  header section.middle div.help strong a,
  header section.middle div.help span a {
    color: #96c11f;
    text-decoration: none;
  }
  header section.middle div.help strong {
    padding-left: 10px;
  }
}

header div.wrap-right {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  display: inline-block;
  float: none !important;
  margin-left: -3px;
  padding-right: 0 !important;
  text-align: right;
  vertical-align: bottom;
}

@media (min-width: 1px) {
  header div.wrap-right {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width: 1px) {
  header div.wrap-right {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width: 1px) {
  header div.wrap-right {
    float: left;
    width: 66.66666667%;
  }
}

header div.wrap-right nav.menu-sub {
  float: left;
  margin-right: 10px;
  width: 600px;
}

@media (max-width: 1px) {
  header div.wrap-right nav.menu-sub {
    display: none;
  }
}

header div.wrap-right nav.menu-sub ul {
  float: right;
}

header div.wrap-right nav.menu-sub ul li {
  float: left;
  font: 300 1.3em/1.2em "Montserrat", Sans-serif;
  list-style: none;
  padding: 12px 0px;
  padding-top: 0px;
}

header div.wrap-right nav.menu-sub ul li a {
  color: red;
  padding: 0 7px;
  text-decoration: none;
}

header div.wrap-right nav.menu-sub ul li a:hover, header div.wrap-right nav.menu-sub ul li a:focus {
  color: red;
}

header div.wrap-right nav.menu-sub ul li img {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}

header div.wrap-right nav.menu-sub ul li span {
  color: #96c11f;
  font-weight: bold;
  padding: 0 5px;
}

@media (max-width: 1px) {
  header nav.lang {
    position: relative;
    /* Prevent columns from collapsing when empty*/
    min-height: 1px;
    /* Inner gutter via padding*/
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 75%;
  }
  header section.top {
    position: relative;
  }
  header section.top div.wrap div.nav-wrap {
    float: left;
  }
  header section.top div.wrap div.nav-wrap nav.customerzone {
    border: none;
    float: left;
  }
  header section.top div.wrap div.nav-wrap nav.customerzone li:first-child {
    padding-left: 0;
  }
  header section.top div.wrap div.nav-wrap.mobile-type-dropdown {
    border: 0;
    padding: 0;
  }
  header section.top div.wrap div.nav-wrap.mobile-type-dropdown nav.customerzone {
    border: 0;
    padding: 0;
  }
  header section.top div.wrap nav.customerzone {
    border-left: 1px solid #404040;
    float: left;
  }
  header section.top div.wrap nav.lang {
    float: left;
    padding-left: 5px;
    width: auto;
  }
  header section.top div.wrap nav.lang ul {
    float: right;
  }
  header section.top div.wrap nav.lang ul li {
    margin-left: 0;
  }
  header section.top div.wrap nav.lang ul li a,
  header section.top div.wrap nav.lang ul li span {
    padding: 0 5px;
  }
}

a.showfilters {
  transition: all 0.2s ease;
  float: left;
  height: 32px;
  margin-left: 5px;
  position: relative;
  text-indent: -999px;
  width: 42px;
}

@media (max-width: 1px) {
  a.showfilters {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  a.showfilters {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  a.showfilters {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  a.showfilters {
    display: none;
  }
}

@media (min-width: 2px) {
  a.showfilters {
    display: none;
  }
}

a.showfilters:hover, a.showfilters:focus {
  border-color: #96c11f;
}

a.showfilters:hover span,
a.showfilters:hover span:before,
a.showfilters:hover span:after, a.showfilters:focus span,
a.showfilters:focus span:before,
a.showfilters:focus span:after {
  background: #96c11f;
}

a.showfilters span,
a.showfilters span:before,
a.showfilters span:after {
  background: white;
  border-radius: 2px;
  content: '';
  cursor: pointer;
  display: block;
  height: 3.5px;
  left: 10px;
  position: absolute;
  transition: all 500ms ease-in-out;
  width: 25px;
}

a.showfilters span:before {
  left: 0;
  top: -8px;
}

a.showfilters span:after {
  bottom: -8px;
  left: 0;
}

a.showfilters {
  height: 28px;
  margin: 0;
  margin-right: 15px;
  width: 36px;
}

@media (max-width: 1px) {
  a.showfilters {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  a.showfilters {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  a.showfilters {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  a.showfilters {
    display: none;
  }
}

@media (min-width: 2px) {
  a.showfilters {
    display: none;
  }
}

a.showfilters span {
  background: #96c11f;
  left: 0;
  top: 47%;
}

a.showfilters span:before, a.showfilters span:after {
  background: #96c11f;
}

body.menu-push a.showfilters {
  border-color: #96c11f;
}

body.menu-push a.showfilters span {
  background-color: #96c11f;
  height: 0;
}

body.menu-push a.showfilters span:before {
  background: #96c11f;
  top: 0px;
  transform: rotate(45deg);
}

body.menu-push a.showfilters span:after {
  background: #96c11f;
  top: 0px;
  transform: rotate(-45deg);
}

html.ie7 header,
html.ie8 header,
html.ie9 header {
  margin-top: 40px;
}

nav.navigation {
  position: relative;
  z-index: 1000;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 8px 0px;
}

nav.navigation:before, nav.navigation:after {
  content: " ";
  display: table;
}

nav.navigation:after {
  clear: both;
}

nav.navigation {
  *zoom: 1;
}

nav.navigation.top {
  padding: 0px;
  border: none;
}

@media (max-width: 1px) {
  nav.navigation.top {
    display: none;
  }
}

nav.navigation.top ul li {
  border: none;
}

nav.navigation.top ul li.active a {
  background: none;
  color: #96c11f;
}

nav.navigation.top ul li a {
  color: white;
  padding: 0 10px;
}

nav.navigation.top ul li a:hover, nav.navigation.top ul li a:focus {
  background: none;
  color: #96c11f;
}

nav.navigation > ul {
  float: right;
}

nav.navigation > ul.main {
  float: left;
}

nav.navigation > ul.main > li:first-child a i {
  padding: 0px;
  font-size: 1.2em;
}

nav.navigation > ul > li {
  border-left: 1px solid #d9d9d9;
  color: #1a1a1a;
  float: left;
  list-style: none;
}

nav.navigation > ul > li:first-child {
  border-left: none;
}

nav.navigation > ul > li.active {
  color: white;
}

nav.navigation > ul > li.active > a {
  background-color: #96c11f;
  color: white;
}

nav.navigation > ul > li.active > a:hover, nav.navigation > ul > li.active > a:focus {
  background-color: #85ab1b;
}

nav.navigation > ul > li > a {
  font: 400 1.4em/1.4em "Montserrat", Sans-serif;
  color: #1a1a1a;
  display: block;
  padding: 0 24px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
}

nav.navigation > ul > li > a i {
  padding: 0px 5px;
}

nav.navigation > ul > li > a:hover, nav.navigation > ul > li > a:focus {
  background-color: #96c11f;
  color: white;
}

div.submenu-product {
  transition: all 0.2s ease;
  background: white;
  display: none;
  z-index: -1;
  width: 100%;
}

div.submenu-product:not([style]) {
  left: 298px;
  min-width: 878px;
}

@media (max-width: 61.9em) {
  div.submenu-product:not([style]) {
    min-width: 300px;
  }
}

.multi-h div.submenu-product {
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #d9d9d9;
  top: -1px;
  width: 100%;
}

div.submenu-product b.large-title {
  color: #96c11f;
  display: block;
  font-size: 1.4em;
  margin-bottom: 20px;
  width: 100%;
}

@media (max-width: 61.9em) {
  div.submenu-product b.large-title {
    display: none;
  }
}

div.submenu-product div.wrapper {
  display: block;
  padding: 20px;
  width: 100%;
}

div.submenu-product div.wrapper div.wrap {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: block;
  width: 100%;
}

div.submenu-product div.wrapper div.wrap:before, div.submenu-product div.wrapper div.wrap:after {
  content: " ";
  display: table;
}

div.submenu-product div.wrapper div.wrap:after {
  clear: both;
}

div.submenu-product div.wrapper div.wrap {
  *zoom: 1;
}

@media (max-width: 61.9em) {
  div.submenu-product div.wrapper div.wrap {
    -moz-column-count: 1;
         column-count: 1;
  }
}

@media (min-width: 62em) {
  div.submenu-product ul {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    display: table;
    padding-bottom: 40px;
    width: 100%;
  }
  div.submenu-product ul:hover, div.submenu-product ul:focus {
    z-index: 20;
  }
}

div.submenu-product ul.extra li a {
  color: #96c11f;
}

div.submenu-product ul li {
  line-height: 25px;
  list-style: none;
}

div.submenu-product ul li a {
  color: #1a1a1a;
  font: 400 1.5em "Montserrat", Sans-serif;
  text-decoration: none;
}

@media (max-width: 61.9em) {
  div.submenu-product ul li a.second-level b, div.submenu-product ul li a.third-level b {
    border-bottom: 0;
  }
}

div.submenu-product ul li a b {
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  width: 100%;
}

@media (min-width: 62em) {
  div.submenu-product ul li a b {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}

div.submenu-product ul li a b figure {
  display: inline-block;
  margin-left: -4px;
  float: none;
  vertical-align: middle;
}

div.submenu-product ul li a b figure:first-child {
  margin-left: 0;
}

div.submenu-product ul li a b figure img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  -ms-interpolation-mode: bicubic;
}

div.submenu-product ul li a b span {
  display: inline-block;
  margin-left: -4px;
  float: none;
  vertical-align: middle;
  padding-left: 15px;
}

div.submenu-product ul li a b span:first-child {
  margin-left: 0;
}

@media (max-width: 61.9em) {
  div.submenu-product ul li a b figure {
    height: 60px;
    padding: 5px;
    width: 60px;
  }
  div.submenu-product ul li a b span {
    padding: 10px;
    width: calc(100% - 60px);
  }
}

div.submenu-product ul li a:hover, div.submenu-product ul li a:focus {
  color: #96c11f;
}

@media (min-width: 62em) {
  div.submenu-product ul li ul {
    width: 100%;
    padding: 0;
  }
}

div.submenu-product ul li ul li:hover, div.submenu-product ul li ul li:focus {
  position: relative;
  z-index: 9999;
}

div.submenu-product ul li ul li a {
  display: block;
  font-size: 1.4em;
  padding: 5px;
  position: relative;
  z-index: 5;
}

div.submenu-product ul li ul li a figure {
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  height: 0;
  left: 100%;
  overflow: hidden;
  width: 0;
  z-index: 10;
}

div.submenu-product ul li ul li a figure img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  -ms-interpolation-mode: bicubic;
}

div.submenu-product ul li ul li a:hover, div.submenu-product ul li ul li a:focus {
  background: #96c11f !important;
  color: white;
  text-decoration: none;
}

div.submenu-product ul li ul li a:hover figure, div.submenu-product ul li ul li a:focus figure {
  border: 3px solid #96c11f;
  height: 100px;
  overflow: visible;
  width: 100px;
}

div.submenu-product a.close-menu {
  transition: all 0.2s ease;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background: #96c11f;
  bottom: 20px;
  display: block;
  height: 40px;
  position: absolute;
  width: 40px;
}

div.submenu-product a.close-menu:before {
  background: transparent;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  margin-top: -5px;
  top: 50%;
  width: 10px;
  transform: rotate(225deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(225), M12=-sin(225), M21=sin(225), M22=cos(225));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(225), M12=-sin(225), M21=sin(225), M22=cos(225))";
  zoom: 1;
}

div.submenu-product a.close-menu::before {
  margin-left: 15px;
  margin-top: -8px;
}

div.submenu-product a.close-menu:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  content: '';
  display: block;
  height: 15px;
  top: 12px;
  width: 2px;
}

div.submenu-product a.close-menu:hover, div.submenu-product a.close-menu:focus {
  background: #749518;
}

@media (min-width: 62em) {
  div.nav-r {
    position: relative;
  }
}

@media (max-width: 61.9em) {
  div.nav-r {
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

nav.navigation.multi-h {
  height: auto !important;
  margin-top: 0 !important;
  position: relative;
}

@media (max-width: 47.9em) {
  nav.navigation.multi-h {
    display: none;
    width: 100%;
  }
}

nav.navigation.multi-h > ul > li {
  position: static;
}

nav.navigation.multi-h > ul > li.normal {
  position: relative;
}

nav.navigation.multi-h > ul > li.normal > ul {
  min-width: 300px;
  padding: 0px !important;
}

nav.navigation.multi-h > ul > li.normal > ul > li {
  border-top: 1px solid #d9d9d9;
}

nav.navigation.multi-h > ul > li.normal > ul > li:hover {
  border-bottom-color: transparent;
}

nav.navigation.multi-h > ul > li.normal > ul > li:hover:last-child {
  border-bottom: 1px solid transparent !important;
}

nav.navigation.multi-h > ul > li.normal > ul > li a {
  padding: 10px !important;
}

nav.navigation.multi-h > ul > li.normal > ul > li a:hover {
  width: 100%;
}

@media (max-width: 47.9em) {
  nav.navigation.multi-h > ul > li {
    display: none;
  }
  body.push-menu nav.navigation.multi-h > ul > li {
    display: block;
  }
}

@media (min-width: 48em) {
  nav.navigation.multi-h > ul > li > ul {
    background: white;
    border: 1px solid #d9d9d9;
    display: none;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 300px;
    z-index: 5;
  }
}

@media (max-width: 61.9em) {
  nav.navigation.multi-h > ul > li > ul.submenu {
    display: none !important;
  }
}

nav.navigation.multi-h > ul > li > ul > li {
  position: static;
  width: 100%;
}

@media (min-width: 62em) {
  nav.navigation.multi-h > ul > li > ul > li {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
  }
}

@media (max-width: 61.9em) {
  nav.navigation.multi-h > ul > li > ul > li {
    border-top: 1px solid #d9d9d9;
  }
  nav.navigation.multi-h > ul > li > ul > li:first-child {
    border-top: 0;
  }
}

nav.navigation.multi-h > ul > li > ul > li:first-child {
  border-top: none !important;
}

@media (min-width: 62em) {
  nav.navigation.multi-h > ul > li > ul > li {
    display: block;
  }
}

nav.navigation.multi-h > ul > li > ul > li > a {
  position: relative;
  border-radius: 0;
  color: #1a1a1a;
  display: block;
  font-size: 1.5em;
  padding: 0 !important;
  position: relative;
  text-decoration: none;
  width: 100%;
}

nav.navigation.multi-h > ul > li > ul > li > a:before {
  background: transparent;
  border-right: 2px solid #ccbe00;
  border-bottom: 2px solid #ccbe00;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  margin-top: -4px;
  top: 50%;
  width: 8px;
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
  zoom: 1;
  margin-right: -5.33333333px;
  left: auto;
  right: 0;
}

nav.navigation.multi-h > ul > li > ul > li > a::before {
  right: 23px !important;
}

@media (min-width: 62em) {
  nav.navigation.multi-h > ul > li > ul > li > a {
    position: relative;
    padding: 15px 10px;
  }
  nav.navigation.multi-h > ul > li > ul > li > a:before {
    background: transparent;
    border-right: 2px solid #ccbe00;
    border-bottom: 2px solid #ccbe00;
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    margin-top: -4px;
    top: 50%;
    width: 8px;
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
    zoom: 1;
    margin-right: -5.33333333px;
    left: auto;
    right: 0;
  }
}

nav.navigation.multi-h > ul > li > ul > li > a figure {
  display: inline-block;
  margin-left: -4px;
  float: none;
  vertical-align: middle;
  padding: 5px 10px;
}

nav.navigation.multi-h > ul > li > ul > li > a figure:first-child {
  margin-left: 0;
}

nav.navigation.multi-h > ul > li > ul > li > a figure img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  -ms-interpolation-mode: bicubic;
}

nav.navigation.multi-h > ul > li > ul > li > a span {
  display: inline-block;
  margin-left: -4px;
  float: none;
  vertical-align: middle;
  line-height: 18px;
  padding: 0 35px 0 10px;
}

nav.navigation.multi-h > ul > li > ul > li > a span:first-child {
  margin-left: 0;
}

nav.navigation.multi-h > ul > li > ul > li:hover {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}

nav.navigation.multi-h > ul > li > ul > li:hover:first-child {
  border-top: none !important;
}

nav.navigation.multi-h > ul > li > ul > li:hover:last-child {
  border-bottom: none !important;
}

nav.navigation.multi-h > ul > li > ul > li:hover > a {
  background: white;
  border-top-color: #c0bfbf;
  color: #96c11f;
  padding-right: 1px;
  position: relative;
  width: calc(100% + 1px);
  z-index: 10;
}

nav.navigation.multi-h > ul > li > ul > li:hover > a::before {
  border-color: #96c11f;
}

nav.navigation.multi-h > ul > li > ul > li:hover + li a {
  border-top-color: #c0bfbf;
}

nav.navigation.multi-h ul.main > li:hover div.submenu-product, nav.navigation.multi-h ul.main > li:focus div.submenu-product {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 48px;
  left: 0px;
}

nav.navigation.multi-h ul.main > li ul li:hover div.submenu-product {
  display: block;
  position: absolute;
  width: 0;
  z-index: 1;
}

nav.navigation.multi-h ul.main > li ul li:hover div.submenu-product[style] {
  left: 298px;
}

.touch nav.navigation.multi-h ul.main > li[data-submenu="true"] > a {
  pointer-events: none;
}

nav.navigation.multi-h ul.main > li:hover > ul, nav.navigation.multi-h ul.main > li:focus > ul, .touch nav.navigation.multi-h ul.main > li.show-menu > ul {
  display: block;
  opacity: 1;
  z-index: 3;
}

nav.navigation.multi-h ul.main > li:hover > ul.submenu, nav.navigation.multi-h ul.main > li:focus > ul.submenu, .touch nav.navigation.multi-h ul.main > li.show-menu > ul.submenu {
  width: 100%;
}

nav.navigation.multi-h ul.main > li:hover > ul.submenu li:first-child, nav.navigation.multi-h ul.main > li:focus > ul.submenu li:first-child, .touch nav.navigation.multi-h ul.main > li.show-menu > ul.submenu li:first-child {
  border-top: 0;
}

nav.navigation.multi-h ul.main > li:hover > ul.submenu li.active a, nav.navigation.multi-h ul.main > li:focus > ul.submenu li.active a, .touch nav.navigation.multi-h ul.main > li.show-menu > ul.submenu li.active a {
  color: #96c11f;
}

nav.navigation.multi-h ul.main > li:hover > ul.submenu li a:hover, nav.navigation.multi-h ul.main > li:focus > ul.submenu li a:hover, .touch nav.navigation.multi-h ul.main > li.show-menu > ul.submenu li a:hover, nav.navigation.multi-h ul.main > li:hover > ul.submenu li a:focus, nav.navigation.multi-h ul.main > li:focus > ul.submenu li a:focus, .touch nav.navigation.multi-h ul.main > li.show-menu > ul.submenu li a:focus {
  color: #96c11f;
}

nav.navigation.multi-h ul.main > li:hover > ul.submenu li a::before, nav.navigation.multi-h ul.main > li:focus > ul.submenu li a::before, .touch nav.navigation.multi-h ul.main > li.show-menu > ul.submenu li a::before {
  display: none !important;
}

nav.navigation.multi-h ul.main > li[data-submenu="true"]:hover > a, nav.navigation.multi-h ul.main > li[data-submenu="true"]:focus > a, .touch nav.navigation.multi-h ul.main > li.show-menu[data-submenu="true"] > a {
  background-color: #96c11f;
  border-bottom: 0;
  color: white;
}

nav.navigation.multi-h ul.main > li[data-submenu="true"]:hover > a::before, nav.navigation.multi-h ul.main > li[data-submenu="true"]:focus > a::before, .touch nav.navigation.multi-h ul.main > li.show-menu[data-submenu="true"] > a::before {
  border-color: white;
}

nav.breadcrumb {
  margin-left: -10px;
  margin-right: -10px;
}

nav.breadcrumb:before, nav.breadcrumb:after {
  content: " ";
  display: table;
}

nav.breadcrumb:after {
  clear: both;
}

nav.breadcrumb {
  *zoom: 1;
}

nav.breadcrumb.large {
  margin-top: 20px;
}

@media (max-width: 1px) {
  nav.breadcrumb.large {
    margin-top: 0;
  }
}

@media (max-width: 1px) {
  nav.breadcrumb {
    display: none;
  }
}

nav.breadcrumb div.wrap-breadcrumb {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  nav.breadcrumb div.wrap-breadcrumb {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  nav.breadcrumb div.wrap-breadcrumb {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  nav.breadcrumb div.wrap-breadcrumb {
    float: left;
    width: 100%;
  }
}

nav.breadcrumb div.wrap-breadcrumb ul {
  float: left;
  padding: 20px 20px 10px 0px;
  width: 100%;
}

@media (max-width: 1px) {
  nav.breadcrumb div.wrap-breadcrumb ul {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  nav.breadcrumb div.wrap-breadcrumb ul {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  nav.breadcrumb div.wrap-breadcrumb ul {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  nav.breadcrumb div.wrap-breadcrumb ul {
    display: block;
  }
}

@media (min-width: 2px) {
  nav.breadcrumb div.wrap-breadcrumb ul {
    display: block;
  }
}

nav.breadcrumb div.wrap-breadcrumb ul li {
  background: url("../images/css/arrow-breadcrumb.png") no-repeat left center;
  float: left;
  font: 400 1.5em "Montserrat", Sans-serif;
  list-style: none;
  padding: 0 10px 0 15px;
}

nav.breadcrumb div.wrap-breadcrumb ul li:first-child {
  background: none;
  padding-left: 0;
}

nav.breadcrumb div.wrap-breadcrumb ul li a {
  color: #1a1a1a;
}

nav.breadcrumb div.wrap-breadcrumb ul li a:hover, nav.breadcrumb div.wrap-breadcrumb ul li a:focus {
  color: #96c11f;
}

nav.breadcrumb div.wrap-breadcrumb.small {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  nav.breadcrumb div.wrap-breadcrumb.small {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  nav.breadcrumb div.wrap-breadcrumb.small {
    float: left;
    width: 58.33333333%;
  }
}

@media (min-width: 1px) {
  nav.breadcrumb div.wrap-breadcrumb.small {
    float: left;
    width: 58.33333333%;
  }
}

nav.breadcrumb div.wrap-breadcrumb.small ul {
  background: #f2f2f2;
  padding: 10px 0 10px 10px;
}

nav.breadcrumb div.wrap-breadcrumb.small ul li {
  margin: 0;
}

@media (max-width: 1px) {
  nav.breadcrumb div.wrap-breadcrumb.small {
    padding-right: 10px;
  }
}

nav.breadcrumb div.advice {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  nav.breadcrumb div.advice {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  nav.breadcrumb div.advice {
    float: left;
    width: 41.66666667%;
  }
}

@media (min-width: 1px) {
  nav.breadcrumb div.advice {
    float: left;
    width: 41.66666667%;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  nav.breadcrumb div.advice {
    padding-left: 0;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  nav.breadcrumb div.advice {
    padding-left: 0;
  }
}

@media (min-width: 2px) {
  nav.breadcrumb div.advice {
    padding-left: 0;
  }
}

nav.breadcrumb div.advice div.wrap {
  background: #b3b2b2;
  color: white;
  float: left;
  padding: 10px;
  text-align: center;
  width: 100%;
}

nav.breadcrumb div.advice strong,
nav.breadcrumb div.advice span {
  font: 800 1.2em "Montserrat", Sans-serif;
  display: inline-block;
}

nav.breadcrumb div.advice span {
  font: 400 1.2em "Montserrat", Sans-serif;
  padding-left: 10px;
}

nav.breadcrumb div.advice span a {
  color: white;
  text-decoration: none;
}

form.search {
  display: inline-block;
  width: 80%;
  position: relative;
}

form.search:before, form.search:after {
  content: " ";
  display: table;
}

form.search:after {
  clear: both;
}

form.search {
  *zoom: 1;
}

form.search input[type="text"], form.search input[type="search"] {
  border: 1px solid #e6e5e5;
  font: 300 1.4em/1.2em "Montserrat", Sans-serif;
  height: 40px;
  line-height: 40px;
  width: 100%;
  position: relative;
}

form.search input[type="text"] {
  padding: 0 2%;
  padding-right: 5%;
}

form.search button {
  position: absolute;
  top: 11px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.6em;
}

/** mini-cart **/
section.mini-cart {
  color: #1a1a1a;
  text-align: right;
  float: right;
  margin-left: 10px;
  position: relative;
  /*	@include breakpoint(col-xs)
      {
          border-left: 0;
          width: 13%;
      }

      @include breakpoint(col-xxs)
      {
          width: 20%;
      }*/
  /*> a {
    @include clearfix;
    color: $textcolor;
    display: block;
    text-decoration: none;
    width: 100%;

    &:before,
    &:after {
      @include transition;
      @include rotate(45);
      background: $light;
      content: '';
      display: block;
      height: 2px;
      position: absolute;
      top: 20px;
      right: 8px;
      width: 8px;
    }

    &:after {
      @include rotate(-45);
      right: 4px;
    }

    section.icon {
      @include border-radius(5px);
      background: $maincolor url(../images/css/icon-mini-cart.png) no-repeat 7px center;
      display: inline-block;
      height: 40px;
      vertical-align: middle;
      width: 65px;

      div.wrap {
        position: relative;
      }
    }
  }

  &.no-hover {
    > a {
      cursor: default;

      section.icon {
        background-position: center;
      }

      &:before,
      &:after {
        display: none;
      }
    }
  }*/
}

section.mini-cart a.cart {
  background: #96c11f;
  color: white;
  width: 50px;
  line-height: 40px;
  font-size: 1.9em;
  display: block;
  text-align: center;
}

section.mini-cart span.number {
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #1a1a1a;
  color: white;
  font: 400 0.7em "Montserrat", Sans-serif;
  height: 16px;
  position: absolute;
  right: -7px;
  text-align: center;
  top: -7px;
  width: 16px;
}

section.mini-cart section.cart-info {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  vertical-align: middle;
  min-width: 170px;
  width: 80%;
}

@media (max-width: 1px) {
  section.mini-cart section.cart-info {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.mini-cart section.cart-info {
    display: none;
  }
}

section.mini-cart section.cart-info strong {
  font: 700 1.4em "Montserrat", Sans-serif;
}

section.mini-cart section.cart-info ul {
  margin-top: 2px;
  width: 100%;
}

section.mini-cart section.cart-info ul:before, section.mini-cart section.cart-info ul:after {
  content: " ";
  display: table;
}

section.mini-cart section.cart-info ul:after {
  clear: both;
}

section.mini-cart section.cart-info ul {
  *zoom: 1;
}

section.mini-cart section.cart-info ul li {
  border-left: 1px solid #d9d9d9;
  display: inline-block;
  list-style: none;
  font: 400 1.2em/1em "Montserrat", Sans-serif;
  padding: 0 5px;
  text-transform: uppercase;
}

section.mini-cart section.cart-info ul li:first-child {
  border: none;
  padding-left: 0;
}

section.mini-cart section.cart-info span.btn-dropdown {
  background: url("../images/css/arrow-close.png") no-repeat center right;
  display: block;
  height: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
}

section.mini-cart:hover section.mini-cart-dropdown, section.mini-cart:focus section.mini-cart-dropdown {
  display: block;
}

section.mini-cart-dropdown {
  display: none;
  position: absolute;
  right: 0;
  z-index: 99999;
  padding-top: 20px;
  right: 0px;
  width: 400px;
}

section.mini-cart-dropdown div.wrap {
  background: white;
  border: 1px solid #d9d9d9;
  float: left;
  position: relative;
  width: 100%;
}

section.mini-cart-dropdown div.wrap:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: black;
  border-width: 10px;
  right: 30px;
  margin-left: -10px;
}

section.mini-cart-dropdown div.wrap:before {
  border-bottom-color: #9a9999;
  border-width: 12px;
  left: auto;
  right: 18px;
}

section.mini-cart-dropdown div.wrap:after {
  right: 20px;
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: white;
  border-width: 10px;
}

section.mini-cart-dropdown div.wrap strong.title-dropdown {
  border-bottom: 1px solid silver;
  color: #1a1a1a;
  float: left;
  font: 400 1.4em "Montserrat", Sans-serif;
  padding: 15px 35px;
  text-align: right;
  width: 100%;
}

section.mini-cart-dropdown div.wrap ul.mini-cart-overview {
  float: left;
  padding: 25px 35px;
  width: 100%;
}

section.mini-cart-dropdown div.wrap ul.mini-cart-overview li {
  float: left;
  list-style: none;
  margin-top: 15px;
  width: 100%;
}

section.mini-cart-dropdown div.wrap ul.mini-cart-overview li a {
  display: block;
  width: 100%;
  text-decoration: none;
}

section.mini-cart-dropdown div.wrap ul.mini-cart-overview li a img {
  border: 1px solid #d9d9d9;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}

section.mini-cart-dropdown div.wrap ul.mini-cart-overview li a div.right {
  display: inline-block;
  padding-left: 30px;
  vertical-align: middle;
  width: 68.5%;
}

section.mini-cart-dropdown div.wrap ul.mini-cart-overview li a div.right strong {
  font: normal 1.4em "Montserrat", Sans-serif;
  margin-bottom: 5px;
}

section.mini-cart-dropdown div.wrap ul.mini-cart-overview li a div.right span {
  margin-bottom: 5px;
}

section.mini-cart-dropdown div.wrap ul.mini-cart-overview li a div.right span.quantity {
  font: 300 1.4em/1em "Montserrat", Sans-serif;
  margin-bottom: 0;
  margin-top: 10px;
}

section.mini-cart-dropdown div.wrap ul.mini-cart-overview li a div.right span.quantity strong {
  display: inline;
}

section.mini-cart-dropdown div.wrap ul.mini-cart-overview li a div.right strong,
section.mini-cart-dropdown div.wrap ul.mini-cart-overview li a div.right span {
  color: #272727;
  display: block;
  width: 100%;
}

section.mini-cart-dropdown div.wrap ul.mini-cart-overview li a:hover div.right span,
section.mini-cart-dropdown div.wrap ul.mini-cart-overview li a:hover div.right strong, section.mini-cart-dropdown div.wrap ul.mini-cart-overview li a:focus div.right span,
section.mini-cart-dropdown div.wrap ul.mini-cart-overview li a:focus div.right strong {
  color: #96c11f;
}

section.mini-cart-dropdown div.wrap ul.mini-cart-overview li:first-child {
  margin-top: 0;
}

section.mini-cart-dropdown div.wrap ul.mini-cart-total {
  background: #f3f3f3;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  float: left;
  padding: 25px 35px 20px 35px;
  width: 100%;
}

section.mini-cart-dropdown div.wrap ul.mini-cart-total li {
  border-top: 1px solid #d9d9d9;
  color: black;
  float: left;
  list-style: none;
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
}

section.mini-cart-dropdown div.wrap ul.mini-cart-total li:first-child {
  border-top: 0;
  margin: 0;
}

section.mini-cart-dropdown div.wrap ul.mini-cart-total li span,
section.mini-cart-dropdown div.wrap ul.mini-cart-total li strong {
  float: left;
  font: 400 1.4em "Montserrat", Sans-serif;
  text-align: right;
  width: 50%;
}

section.mini-cart-dropdown div.wrap ul.mini-cart-total li span:first-child,
section.mini-cart-dropdown div.wrap ul.mini-cart-total li strong:first-child {
  text-align: left;
}

section.mini-cart-dropdown div.wrap ul.mini-cart-total li strong {
  font-weight: 800;
}

section.mini-cart-dropdown div.wrap ul.mini-cart-total li span {
  color: #070707;
}

section.mini-cart-dropdown div.wrap ul.mini-cart-total li strong {
  color: #96c11f;
}

section.mini-cart-dropdown div.wrap div.btn-wrap {
  border: 0;
  margin-top: 0;
  padding: 0 30px 20px 30px;
}

section.mini-cart-dropdown div.wrap div.btn-wrap a.btn {
  background: #96c11f;
  color: white;
  float: right;
  margin: 10px 0px;
  padding: 10px 0px;
  font: 600 1.6em "Montserrat", Sans-serif;
  text-align: center;
  width: 100%;
  text-decoration: none;
}

section.mini-cart-dropdown div.wrap div.btn-wrap a.btn:hover, section.mini-cart-dropdown div.wrap div.btn-wrap a.btn:focus, section.mini-cart-dropdown div.wrap div.btn-wrap a.btn:active {
  background: #a7d723;
}

section.mini-cart-dropdown div.wrap div.btn-wrap a.btn:hover.first, section.mini-cart-dropdown div.wrap div.btn-wrap a.btn:focus.first, section.mini-cart-dropdown div.wrap div.btn-wrap a.btn:active.first {
  background: #85ab1b;
}

@media (max-width: 1px) {
  section.mini-cart-dropdown {
    display: none !important;
  }
}

/*
	Subscribe to newsletter popup

    Created on : 27-nov-2017, 17:26:31
    Author     : Bart B.
*/
div#popUpIndex div.popcol {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  border-left: 1px solid #d9d9d9;
  height: 360px;
  max-width: 320px;
  padding: 10px 30px;
}

@media (min-width: 1px) {
  div#popUpIndex div.popcol {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  div#popUpIndex div.popcol {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  div#popUpIndex div.popcol {
    float: left;
    width: 33.33333333%;
  }
}

div#popUpIndex div.popcol:first-child {
  border-left: none;
}

@media (min-width: 1px) and (max-width: 2px) {
  div#popUpIndex div.popcol:last-child {
    height: 200px;
    border-left: none;
  }
}

@media (max-width: 1px) {
  div#popUpIndex div.popcol {
    height: auto;
    border-left: none;
  }
}

div#popUpIndex div.popcol img.icon {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-left: 4px;
  margin-bottom: 6px;
}

div#popUpIndex div.popcol strong.title {
  font-size: 2.2em;
}

div#popUpIndex div.popcol p {
  line-height: 22px;
  margin: 5px 0;
}

div#popUpIndex div.popcol p.livechat-container {
  margin-top: 20px;
}

div#popUpIndex div.popcol p.newslettertext {
  margin-bottom: 10px;
}

div#popUpIndex div.popcol div.box-info {
  margin-bottom: 10px;
  background: #d6ff9c;
}

div#popUpIndex form.newsletter-popup ul.form {
  width: 200px;
}

form.search {
  position: relative;
}

form.search ul li img.search-loader {
  position: absolute;
  right: 125px;
  top: 15px;
  z-index: 600;
}

@media (min-width: 1px) and (max-width: 2px) {
  form.search ul li img.search-loader {
    right: 105px;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  form.search ul li img.search-loader {
    right: 105px;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  form.search ul li img.search-loader {
    right: 100px;
  }
}

@media (max-width: 1px) {
  form.search ul li img.search-loader {
    right: 60px;
  }
}

form.search div.suggestion {
  /*@include box-shadow($dark,0px,2px,8px,-5px);*/
  background: white;
  position: absolute;
  top: 40px;
  z-index: 5000;
  width: 100%;
}

@media (min-width: 1px) and (max-width: 2px) {
  form.search div.suggestion {
    width: 84%;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  form.search div.suggestion {
    width: 80%;
    /*width: 85%;*/
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  form.search div.suggestion {
    width: 79%;
    /*width: 80%;*/
  }
}

@media (max-width: 1px) {
  form.search div.suggestion {
    width: 100%;
  }
}

form.search div.suggestion dl.products,
form.search div.suggestion dl.categories {
  background-color: #f2f2f2;
  border-left: 1px solid #e6e5e5;
  border-right: 1px solid #e6e5e5;
  float: left;
  width: 100%;
}

@media (max-width: 1px) {
  form.search div.suggestion dl.products,
  form.search div.suggestion dl.categories {
    border: 0px;
  }
}

form.search div.suggestion dl.products dt,
form.search div.suggestion dl.categories dt {
  padding: 10px;
  padding-top: 25px;
  float: left;
  font-weight: 700;
  width: 30%;
}

@media (max-width: 1px) {
  form.search div.suggestion dl.products dt,
  form.search div.suggestion dl.categories dt {
    border-bottom: 2px solid #e6e5e5;
    width: 100%;
  }
}

form.search div.suggestion dl.products dd,
form.search div.suggestion dl.categories dd {
  background: white;
  float: left;
  width: 70%;
}

@media (max-width: 1px) {
  form.search div.suggestion dl.products dd,
  form.search div.suggestion dl.categories dd {
    width: 100%;
  }
}

form.search div.suggestion dl.products dd ul.product-overview-suggest,
form.search div.suggestion dl.categories dd ul.product-overview-suggest {
  background: #fafafa;
  margin: 0;
  min-height: 41px;
  font-size: 9px;
}

@media (max-width: 1px) {
  form.search div.suggestion dl.products dd ul.product-overview-suggest,
  form.search div.suggestion dl.categories dd ul.product-overview-suggest {
    border: 0px;
  }
}

form.search div.suggestion dl.products dd ul.product-overview-suggest li,
form.search div.suggestion dl.categories dd ul.product-overview-suggest li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

form.search div.suggestion dl.products dd ul.product-overview-suggest li a,
form.search div.suggestion dl.categories dd ul.product-overview-suggest li a {
  border: 0;
  color: #1a1a1a;
  display: block;
  float: left;
  padding: 10px;
  text-decoration: none;
  width: 100%;
}

form.search div.suggestion dl.products dd ul.product-overview-suggest li a figure,
form.search div.suggestion dl.categories dd ul.product-overview-suggest li a figure {
  float: left;
  padding: 0;
  width: 50px;
}

form.search div.suggestion dl.products dd ul.product-overview-suggest li a figure img,
form.search div.suggestion dl.categories dd ul.product-overview-suggest li a figure img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}

form.search div.suggestion dl.products dd ul.product-overview-suggest li a h3,
form.search div.suggestion dl.categories dd ul.product-overview-suggest li a h3 {
  display: table-cell;
  height: 50px;
  padding-left: 10px;
  vertical-align: middle;
  font-weight: 400;
  font-size: 1.4em;
  text-align: left;
}

form.search div.suggestion dl.products dd ul.product-overview-suggest li a:hover, form.search div.suggestion dl.products dd ul.product-overview-suggest li a:focus,
form.search div.suggestion dl.categories dd ul.product-overview-suggest li a:hover,
form.search div.suggestion dl.categories dd ul.product-overview-suggest li a:focus {
  transition: all 0.2s ease;
  background: #f2f2f2;
}

form.search div.suggestion dl.products dd ul.product-overview-suggest li a:hover h3, form.search div.suggestion dl.products dd ul.product-overview-suggest li a:focus h3,
form.search div.suggestion dl.categories dd ul.product-overview-suggest li a:hover h3,
form.search div.suggestion dl.categories dd ul.product-overview-suggest li a:focus h3 {
  color: #1a1a1a;
}

form.search div.suggestion dl.products dd ul.product-overview-suggest li a:hover figure img, form.search div.suggestion dl.products dd ul.product-overview-suggest li a:focus figure img,
form.search div.suggestion dl.categories dd ul.product-overview-suggest li a:hover figure img,
form.search div.suggestion dl.categories dd ul.product-overview-suggest li a:focus figure img {
  transform: scale(1);
}

form.search div.suggestion dl.products dd div.suggest,
form.search div.suggestion dl.categories dd div.suggest {
  display: table-cell;
  height: 55px;
  vertical-align: middle;
  padding-top: 15px;
  padding-left: 15px;
  font-size: 0.9em;
}

form.search div.suggestion dl.categories {
  background-color: #f2f2f2;
}

form.search div.suggestion dl.categories dt {
  border-top: 1px solid #d9d9d9;
  /*border-top-width: 2px;*/
}

@media (max-width: 1px) {
  form.search div.suggestion dl.categories dt {
    border-top: 0px;
  }
}

form.search div.suggestion dl.categories dd ul.product-overview-suggest {
  border-top: 1px solid #d9d9d9;
}

@media (max-width: 1px) {
  form.search div.suggestion dl.categories dd ul.product-overview-suggest {
    border-top: 0px;
  }
}

form.search div.suggestion dl.categories dd ul.product-overview-suggest li a {
  padding: 10px;
}

form.search div.suggestion dl.categories dd ul.product-overview-suggest li a h3 {
  height: 20px;
}

form.search div.suggestion a.view-all {
  transition: all 0.2s ease;
  background: #96c11f;
  color: white;
  float: left;
  font: 700 1.4em "Montserrat", Sans-serif;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
}

form.search div.suggestion a.view-all:hover, form.search div.suggestion a.view-all:focus {
  background: #4d4c4c;
}

aside.pageleft {
  margin-top: 10px;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  aside.pageleft {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) {
  aside.pageleft {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) {
  aside.pageleft {
    float: left;
    width: 16.66666667%;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  aside.pageleft {
    padding-top: 10px;
    min-width: 300px;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  aside.pageleft {
    display: block !important;
    position: static !important;
    left: 0 !important;
  }
}

aside.pageleft.display {
  display: none;
}

@media (max-width: 1px) {
  aside.pageleft a.hidefilters {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  aside.pageleft a.hidefilters {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  aside.pageleft a.hidefilters {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  aside.pageleft a.hidefilters {
    display: none;
  }
}

@media (min-width: 2px) {
  aside.pageleft a.hidefilters {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  aside.pageleft a.hidefilters {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  aside.pageleft a.hidefilters {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  aside.pageleft a.hidefilters {
    display: none;
  }
}

aside.pageleft nav.submenu {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
}

@media (max-width: 1px) {
  aside.pageleft nav.submenu {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  aside.pageleft nav.submenu {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  aside.pageleft nav.submenu {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  aside.pageleft nav.submenu {
    display: block;
  }
}

@media (min-width: 2px) {
  aside.pageleft nav.submenu {
    display: block;
  }
}

aside.pageleft nav.submenu strong.title {
  font-size: 17px;
}

aside.pageleft nav {
  border-top: 1px solid #d9d9d9;
  float: left;
  padding: 0;
  width: 100%;
}

aside.pageleft nav.filter ul li.slider {
  margin-top: 10px;
}

@media (min-width: 1px) and (max-width: 2px) {
  aside.pageleft nav.filter ul li.slider {
    margin-top: 40px;
  }
}

@media (max-width: 1px) {
  aside.pageleft nav.filter ul li.slider {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

aside.pageleft nav.filter ul li input[type="checkbox"] {
  display: none;
}

aside.pageleft nav.filter ul li a {
  background: url("../images/css/checkbox.png") no-repeat left 4px;
  padding: 0 0 0 13%;
  width: 87%;
}

aside.pageleft nav.filter ul li a:hover, aside.pageleft nav.filter ul li a:focus {
  text-decoration: underline;
  background-image: url("../images/css/checkbox-hover.png");
}

aside.pageleft nav.filter ul li a:hover strong, aside.pageleft nav.filter ul li a:focus strong {
  color: #1a1a1a;
}

aside.pageleft nav.filter ul li.active a {
  background-image: url("../images/css/checkbox-active.png");
}

aside.pageleft nav.filter ul li.active ul li a {
  background-image: url("../images/css/checkbox.png");
}

aside.pageleft nav.filter ul li.active ul li a:hover, aside.pageleft nav.filter ul li.active ul li a:focus {
  background-image: url("../images/css/checkbox-hover.png");
}

aside.pageleft nav.filter ul li.active ul li.active a {
  background-image: url("../images/css/checkbox-active.png");
}

aside.pageleft nav.filter ul li ul.scrollable div.viewport div.overview {
  min-width: 100%;
}

aside.pageleft nav.filter ul li.color {
  float: left;
  margin: 10px 10px 0 0;
  width: auto;
}

aside.pageleft nav.filter ul li.color a {
  background: none;
  padding: 0;
}

aside.pageleft nav.filter ul li.color a span {
  border: 1px solid #d9d9d9;
  height: 25px;
  margin: 0;
  width: 25px;
}

aside.pageleft nav.filter ul li.color a:hover span, aside.pageleft nav.filter ul li.color a:focus span {
  border-color: #1a1a1a;
  background-image: url(../images/css/icon-check-color.png);
  background-repeat: no-repeat;
  background-position: center center;
}

aside.pageleft nav.filter ul li.color a strong {
  display: none;
}

aside.pageleft nav.filter ul li.color-empty {
  display: none;
}

aside.pageleft nav.filter ul li.active a span {
  background-image: url(../images/css/icon-check-color.png);
  background-repeat: no-repeat;
  background-position: center center;
}

aside.pageleft nav.filter select {
  border: 1px solid #d9d9d9;
  float: left;
  padding: 5%;
  width: 100%;
}

aside.pageleft nav.filter a.morefilters {
  display: block;
}

aside.pageleft nav.filter a.lessfilters {
  display: none;
}

aside.pageleft nav.filter.more ul {
  float: left;
  height: 190px;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 1px) and (max-width: 2px) {
  aside.pageleft nav.filter.more ul {
    height: 188px;
  }
}

aside.pageleft nav.filter.more.open ul {
  height: 100%;
  transform: scaleY(1);
}

aside.pageleft nav.filter.more.open a.morefilters {
  display: none;
}

aside.pageleft nav.filter.more.open a.lessfilters {
  display: block;
}

aside.pageleft nav.filter.more a.morefilters,
aside.pageleft nav.filter.more a.lessfilters {
  color: #4d4d4d;
  float: left;
  font: 400 1.2em "Montserrat", Sans-serif;
  margin-top: 10px;
  text-decoration: none;
  width: 100%;
}

aside.pageleft nav.filter.more a.morefilters:hover, aside.pageleft nav.filter.more a.morefilters:focus,
aside.pageleft nav.filter.more a.lessfilters:hover,
aside.pageleft nav.filter.more a.lessfilters:focus {
  color: #1a1a1a;
}

aside.pageleft nav.filter.scroll {
  border: 1px solid #d9d9d9;
  max-height: 170px;
  margin-bottom: 30px;
  padding: 0%;
}

aside.pageleft nav.filter.scroll strong.title {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0;
  padding: 4%;
}

aside.pageleft nav.filter.scroll ul {
  max-height: 130px;
  overflow: auto;
  padding: 6% 4%;
  width: 100%;
}

aside.pageleft nav.filter.autocomplete input[type="text"], aside.pageleft nav.filter.autocomplete input[type="search"] {
  background: url(../images/css/icon-search-filter.png) no-repeat 95% center;
  border: 1px solid #d9d9d9;
  float: left;
  margin-bottom: 5px;
  padding: 3%;
  width: 94%;
}

aside.pageleft nav.filter.autocomplete input[type="submit"], aside.pageleft nav.filter.autocomplete input[type="button"] {
  background: #f2f2f2;
  border: none;
  color: #1a1a1a;
  height: 30px;
  float: left;
  font: 600 0.9em "Montserrat", Sans-serif;
  margin-top: 20px;
  width: 100%;
}

aside.pageleft nav.filter.autocomplete input[type="submit"]:hover, aside.pageleft nav.filter.autocomplete input[type="submit"]:focus, aside.pageleft nav.filter.autocomplete input[type="button"]:hover, aside.pageleft nav.filter.autocomplete input[type="button"]:focus {
  background: #96c11f;
  color: white;
}

aside.pageleft nav.filter.autocomplete ul > li {
  float: left;
  width: 100%;
}

aside.pageleft nav.filter.autocomplete ul > li ul {
  float: left;
  max-height: 140px;
  padding: 0;
  margin: 10px 0 0 0;
  width: 99%;
}

aside.pageleft nav.filter.autocomplete ul > li ul li {
  float: left;
  width: 100%;
}

aside.pageleft nav:first-child {
  border-top: none;
  padding-top: 5px;
}

aside.pageleft nav strong.title {
  font: 700 1.7em/1.4em "Montserrat", Sans-serif;
  color: #96c11f;
  margin: 0 0 10px 0;
  width: 100%;
}

aside.pageleft nav strong.title:before, aside.pageleft nav strong.title:after {
  content: " ";
  display: table;
}

aside.pageleft nav strong.title:after {
  clear: both;
}

aside.pageleft nav strong.title {
  *zoom: 1;
}

aside.pageleft nav ul.spotlight li img {
  max-width: 100%;
}

aside.pageleft nav ul.spotlight li h2 {
  font: 700 1.3em "Montserrat", Sans-serif;
}

aside.pageleft nav ul.spotlight li p {
  font: 400 1em "Montserrat", Sans-serif !important;
  line-height: 1.8em !important;
}

aside.pageleft nav ul li {
  list-style: none;
  font: 400 1.45em/1.45em "Montserrat", Sans-serif;
}

aside.pageleft nav ul li a {
  color: #1a1a1a;
  float: left;
  padding: 3px 0;
  text-decoration: none;
  width: 100%;
  /*span
          {
              background: $textcolor;
              float: left;
              height: 12px;
              margin-right: 5px;
              margin-top: 4px;
              width: 12px;
          }*/
}

aside.pageleft nav ul li a:hover, aside.pageleft nav ul li a:focus {
  color: #96c11f;
  text-decoration: underline;
}

aside.pageleft nav ul li a strong {
  float: left;
  font: 400 1em/1.6em "Montserrat", Sans-serif;
}

aside.pageleft nav ul li.active a {
  color: #1a1a1a;
}

aside.pageleft nav ul li.active a strong {
  font-weight: 700;
}

aside.pageleft nav ul li.active ul li a {
  color: #1a1a1a;
}

aside.pageleft nav ul li.active ul li a strong {
  font-weight: 400;
}

aside.pageleft nav ul li.active ul li.active a {
  color: #1a1a1a;
}

aside.pageleft nav ul li.active ul li.active a strong {
  font-weight: 700;
}

aside.pageleft nav ul li.active ul li.active ul li a {
  color: #1a1a1a;
}

aside.pageleft nav ul li.active ul li.active ul li.active a {
  color: #96c11f;
}

aside.pageleft nav ul li ul {
  padding: 0 0 0 10%;
  width: 90%;
}

aside.pageleft nav ul li ul li {
  font-size: 1em;
}

aside.pageleft nav ul li ul li a:hover, aside.pageleft nav ul li ul li a:focus {
  text-decoration: underline;
}

aside.pageleft nav ul li ul li ul li {
  font-size: 0.9em;
}

aside.pageleft div.seo-txt {
  border: 1px solid #d9d9d9;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

aside.pageleft div.seo-txt strong.top {
  background: #f2f2f2;
  float: left;
  font: 600 1.5em "Montserrat", Sans-serif;
  padding: 5px 10px;
  width: 100%;
}

aside.pageleft div.seo-txt div.seo {
  float: left;
  padding: 10px;
  width: 100%;
}

div.mobile-filters-push {
  box-shadow: 8px 0 15px -10px black;
  transition: all 0.2s ease;
  background: white;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  overflow: auto;
  max-width: 300px;
  width: 85%;
  z-index: 101;
}

div.mobile-filters-push a.hidefilters {
  background: #e6e5e5;
  color: #1a1a1a;
  font: 400 1.4em "Montserrat", Sans-serif;
  float: left;
  padding: 5px 20px;
  margin-bottom: 30px;
  text-decoration: none;
  margin-top: 20px;
}

div.mobile-filters-push a.hidefilters:hover, div.mobile-filters-push a.hidefilters:focus {
  background: black;
  color: white;
}

div.mobile-menu-push {
  box-shadow: 8px 0 15px -10px black;
  transition: all 0.2s ease;
  background: white;
  height: 100%;
  max-width: 350px;
  position: absolute;
  left: -100%;
  top: 0;
  overflow: auto;
  width: 85%;
}

div.mobile-menu-push.open {
  left: 0;
  z-index: 1001;
}

div.mobile-menu-push a.closeSubmenu,
div.mobile-menu-push a.closeSubmenu2 {
  background: #f7f7f7 url("../images/css/icon-menu-back.png") no-repeat center center;
  border-left: 1px solid #d9d9d9;
  display: none;
  height: 100%;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: 170%;
  white-space: nowrap;
  overflow: hidden;
  width: 15%;
  z-index: 602;
}

div.mobile-menu-push a.closeSubmenu:after,
div.mobile-menu-push a.closeSubmenu2:after {
  content: "";
  border-left: 1px solid #fcfcfc;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

div.mobile-menu-push a.closeSubmenu2 {
  background-color: #f2f2f2;
  right: 15%;
  z-index: 603;
}

div.mobile-menu-push nav.navigation-left {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

div.mobile-menu-push nav.navigation-left ul li {
  border-top: 1px solid #a6a6a6;
  float: left;
  padding-left: 20px;
  list-style: none;
  width: 100%;
}

div.mobile-menu-push nav.navigation-left ul li strong.title {
  display: block;
  font: 700 1.6em "Montserrat", Sans-serif;
  padding: 8px 0;
  width: 100%;
}

div.mobile-menu-push nav.navigation-left ul li a {
  float: left;
  color: #404040;
  font: 400 1.4em "Montserrat", Sans-serif;
  padding: 10px 0;
  text-decoration: none;
  width: 100%;
}

div.mobile-menu-push nav.navigation-left ul li a strong {
  float: left;
  height: 14px;
  line-height: 14px;
}

div.mobile-menu-push nav.navigation-left ul li a:hover, div.mobile-menu-push nav.navigation-left ul li a:focus {
  color: black;
}

div.mobile-menu-push nav.navigation-left ul li div.submenu {
  transition: all 0.4s ease;
  background: #f7f7f7;
  position: absolute;
  left: -85%;
  top: 0;
  width: 85%;
}

div.mobile-menu-push nav.navigation-left ul li div.submenu.open {
  left: 0;
}

div.mobile-menu-push nav.navigation-left ul li div.submenu ul {
  float: left;
  width: 100%;
}

div.mobile-menu-push nav.navigation-left ul li div.submenu ul li a.title {
  padding: 10px 0;
}

div.mobile-menu-push nav.navigation-left ul li div.submenu ul li:first-child a {
  font-weight: 700;
}

div.mobile-menu-push nav.navigation-left ul li div.submenu ul li.sublink div.submenu {
  background: #f2f2f2;
}

div.mobile-menu-push nav.navigation-left ul li div.submenu ul li.sublink div.submenu > a {
  background: url("../images/css/arrow-breadcrumb.png") no-repeat 95% center;
}

div.mobile-menu-push nav.navigation-left ul li div.submenu ul li.sublink div.submenu.open {
  left: 0;
}

div.mobile-menu-push nav.navigation-left ul li.active > a {
  color: #96c11f;
}

div.mobile-menu-push nav.navigation-left ul li.active > a:hover, div.mobile-menu-push nav.navigation-left ul li.active > a:focus {
  color: #749518;
}

div.mobile-menu-push nav.navigation-left ul li.sublink > a {
  background: url("../images/css/arrow-breadcrumb.png") no-repeat 95% center;
}

div.mobile-menu-push nav.navigation-left ul li:first-child {
  border-top: 0;
}

div.mobile-menu-push nav.navigation-left ul li:first-child a {
  padding-top: 0;
}

div.mobile-filters-push aside.pageleft {
  padding: 0 10px;
}

@media (min-width: 1px) and (max-width: 2px) {
  div.mobile-filters-push aside.pageleft {
    padding-top: 10px;
    min-width: 300px;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  div.mobile-filters-push aside.pageleft {
    display: block !important;
    position: static !important;
    left: 0 !important;
  }
}

div.mobile-filters-push aside.pageleft.display {
  display: none;
}

div.mobile-filters-push aside.pageleft a.hidefilters {
  background: #e6e5e5;
  color: #1a1a1a;
  font: 400 1.4em "Montserrat", Sans-serif;
  float: left;
  padding: 5px 20px;
  margin-bottom: 30px;
  text-decoration: none;
}

@media (max-width: 1px) {
  div.mobile-filters-push aside.pageleft a.hidefilters {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  div.mobile-filters-push aside.pageleft a.hidefilters {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  div.mobile-filters-push aside.pageleft a.hidefilters {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  div.mobile-filters-push aside.pageleft a.hidefilters {
    display: none;
  }
}

@media (min-width: 2px) {
  div.mobile-filters-push aside.pageleft a.hidefilters {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  div.mobile-filters-push aside.pageleft a.hidefilters {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  div.mobile-filters-push aside.pageleft a.hidefilters {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  div.mobile-filters-push aside.pageleft a.hidefilters {
    display: none;
  }
}

div.mobile-filters-push aside.pageleft a.hidefilters:hover, div.mobile-filters-push aside.pageleft a.hidefilters:focus {
  background: black;
  color: white;
}

@media (max-width: 1px) {
  div.mobile-filters-push aside.pageleft nav.submenu {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  div.mobile-filters-push aside.pageleft nav.submenu {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  div.mobile-filters-push aside.pageleft nav.submenu {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  div.mobile-filters-push aside.pageleft nav.submenu {
    display: block;
  }
}

@media (min-width: 2px) {
  div.mobile-filters-push aside.pageleft nav.submenu {
    display: block;
  }
}

div.mobile-filters-push aside.pageleft nav {
  border-top: 1px solid #d9d9d9;
  float: left;
  padding: 0;
  width: 100%;
}

@media (min-width: 1px) and (max-width: 2px) {
  div.mobile-filters-push aside.pageleft nav.filter {
    padding-bottom: 20px;
  }
}

div.mobile-filters-push aside.pageleft nav.filter ul li input[type="checkbox"] {
  display: none;
}

div.mobile-filters-push aside.pageleft nav.filter ul li a {
  background: url("../images/css/checkbox.png") no-repeat left 4px;
  padding: 0 0 0 13%;
  width: 87%;
  height: 20px;
}

div.mobile-filters-push aside.pageleft nav.filter ul li a:hover, div.mobile-filters-push aside.pageleft nav.filter ul li a:focus {
  text-decoration: underline;
  background-image: url("../images/css/checkbox-hover.png");
}

div.mobile-filters-push aside.pageleft nav.filter ul li a:hover strong, div.mobile-filters-push aside.pageleft nav.filter ul li a:focus strong {
  color: #96c11f;
  text-decoration: underline;
}

div.mobile-filters-push aside.pageleft nav.filter ul li.active a {
  background-image: url("../images/css/checkbox-active.png");
}

div.mobile-filters-push aside.pageleft nav.filter ul li.active ul li a {
  background-image: url("../images/css/checkbox.png");
}

div.mobile-filters-push aside.pageleft nav.filter ul li ul.scrollable div.viewport div.overview {
  min-width: 100%;
}

div.mobile-filters-push aside.pageleft nav.filter ul li.color {
  float: left;
  margin: 10px 10px 0 0;
  width: auto;
}

div.mobile-filters-push aside.pageleft nav.filter ul li.color a {
  background: none;
  padding: 0;
}

div.mobile-filters-push aside.pageleft nav.filter ul li.color a span {
  border: 1px solid #d9d9d9;
  height: 25px;
  margin: 0;
  width: 25px;
}

div.mobile-filters-push aside.pageleft nav.filter ul li.color a:hover span, div.mobile-filters-push aside.pageleft nav.filter ul li.color a:focus span {
  border-color: #1a1a1a;
  background-image: url(../images/css/icon-check-color.png);
  background-repeat: no-repeat;
  background-position: center center;
}

div.mobile-filters-push aside.pageleft nav.filter ul li.color a strong {
  display: none;
}

div.mobile-filters-push aside.pageleft nav.filter ul li.color-empty {
  display: none;
}

div.mobile-filters-push aside.pageleft nav.filter ul li.active a span {
  background-image: url(../images/css/icon-check-color.png);
  background-repeat: no-repeat;
  background-position: center center;
}

div.mobile-filters-push aside.pageleft nav.filter select {
  border: 1px solid #d9d9d9;
  float: left;
  padding: 5%;
  width: 100%;
}

div.mobile-filters-push aside.pageleft nav.filter a.morefilters {
  display: block;
}

div.mobile-filters-push aside.pageleft nav.filter a.lessfilters {
  display: none;
}

div.mobile-filters-push aside.pageleft nav.filter.more ul {
  float: left;
  height: 190px;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 1px) and (max-width: 2px) {
  div.mobile-filters-push aside.pageleft nav.filter.more ul {
    height: 195px;
  }
}

div.mobile-filters-push aside.pageleft nav.filter.more.open ul {
  height: 100%;
  transform: scaleY(1);
}

div.mobile-filters-push aside.pageleft nav.filter.more.open a.morefilters {
  display: none;
}

div.mobile-filters-push aside.pageleft nav.filter.more.open a.lessfilters {
  display: block;
}

div.mobile-filters-push aside.pageleft nav.filter.more a.morefilters,
div.mobile-filters-push aside.pageleft nav.filter.more a.lessfilters {
  color: #4d4d4d;
  float: left;
  font: 400 1.2em "Montserrat", Sans-serif;
  margin-top: 10px;
  text-decoration: none;
  width: 100%;
}

div.mobile-filters-push aside.pageleft nav.filter.more a.morefilters:hover, div.mobile-filters-push aside.pageleft nav.filter.more a.morefilters:focus,
div.mobile-filters-push aside.pageleft nav.filter.more a.lessfilters:hover,
div.mobile-filters-push aside.pageleft nav.filter.more a.lessfilters:focus {
  color: #1a1a1a;
}

div.mobile-filters-push aside.pageleft nav.filter.scroll {
  border: 1px solid #d9d9d9;
  max-height: 170px;
  margin-bottom: 30px;
  padding: 0%;
}

div.mobile-filters-push aside.pageleft nav.filter.scroll strong.title {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0;
  padding: 4%;
}

div.mobile-filters-push aside.pageleft nav.filter.scroll ul {
  max-height: 130px;
  overflow: auto;
  padding: 6% 4%;
  width: 100%;
}

div.mobile-filters-push aside.pageleft nav.filter.autocomplete input[type="text"], div.mobile-filters-push aside.pageleft nav.filter.autocomplete input[type="search"] {
  background: url(../images/css/icon-search-filter.png) no-repeat 95% center;
  border: 1px solid #d9d9d9;
  float: left;
  margin-bottom: 5px;
  padding: 3%;
  width: 94%;
}

div.mobile-filters-push aside.pageleft nav.filter.autocomplete input[type="submit"], div.mobile-filters-push aside.pageleft nav.filter.autocomplete input[type="button"] {
  background: #f2f2f2;
  border: none;
  color: #1a1a1a;
  height: 30px;
  float: left;
  font: 600 0.9em "Montserrat", Sans-serif;
  margin-top: 20px;
  width: 100%;
}

div.mobile-filters-push aside.pageleft nav.filter.autocomplete input[type="submit"]:hover, div.mobile-filters-push aside.pageleft nav.filter.autocomplete input[type="submit"]:focus, div.mobile-filters-push aside.pageleft nav.filter.autocomplete input[type="button"]:hover, div.mobile-filters-push aside.pageleft nav.filter.autocomplete input[type="button"]:focus {
  background: #96c11f;
  color: white;
}

div.mobile-filters-push aside.pageleft nav.filter.autocomplete ul > li {
  float: left;
  width: 100%;
}

div.mobile-filters-push aside.pageleft nav.filter.autocomplete ul > li ul {
  float: left;
  max-height: 140px;
  padding: 0;
  margin: 10px 0 0 0;
  width: 99%;
}

div.mobile-filters-push aside.pageleft nav.filter.autocomplete ul > li ul li {
  float: left;
  width: 100%;
}

div.mobile-filters-push aside.pageleft nav:first-child {
  border-top: none;
  padding-top: 0;
}

div.mobile-filters-push aside.pageleft nav strong.title {
  float: left;
  font: 700 1.7em/1.4em "Montserrat", Sans-serif;
  margin: 10px 0 15px 0;
  width: 100%;
}

div.mobile-filters-push aside.pageleft nav ul.spotlight li img {
  max-width: 100%;
}

div.mobile-filters-push aside.pageleft nav ul.spotlight li h2 {
  font: 700 1.3em "Montserrat", Sans-serif;
}

div.mobile-filters-push aside.pageleft nav ul.spotlight li p {
  font: 400 1em "Montserrat", Sans-serif !important;
  line-height: 1.8em !important;
}

div.mobile-filters-push aside.pageleft nav ul li {
  list-style: none;
  font: 400 1.4em/1.4em "Montserrat", Sans-serif;
}

div.mobile-filters-push aside.pageleft nav ul li a {
  color: #1a1a1a;
  float: left;
  padding: 3px 0;
  text-decoration: none;
  width: 100%;
}

div.mobile-filters-push aside.pageleft nav ul li a:hover, div.mobile-filters-push aside.pageleft nav ul li a:focus {
  color: #96c11f;
  text-decoration: underline;
}

div.mobile-filters-push aside.pageleft nav ul li a span {
  background: #1a1a1a;
  float: left;
  height: 12px;
  margin-right: 5px;
  margin-top: 4px;
  width: 12px;
}

div.mobile-filters-push aside.pageleft nav ul li a strong {
  float: left;
  font: 400 1em/1.7em "Montserrat", Sans-serif;
}

div.mobile-filters-push aside.pageleft nav ul li.active a {
  color: #96c11f;
  font-weight: 400;
}

div.mobile-filters-push aside.pageleft nav ul li.active ul li a {
  color: #1a1a1a;
}

div.mobile-filters-push aside.pageleft nav ul li.active ul li.active a {
  color: #96c11f;
}

div.mobile-filters-push aside.pageleft nav ul li.active ul li.active ul li a {
  color: #1a1a1a;
}

div.mobile-filters-push aside.pageleft nav ul li.active ul li.active ul li.active a {
  color: #96c11f;
}

div.mobile-filters-push aside.pageleft nav ul li ul {
  padding: 0 0 0 10%;
  width: 90%;
}

div.mobile-filters-push aside.pageleft nav ul li ul li {
  font-size: 1em;
}

div.mobile-filters-push aside.pageleft nav ul li ul li a:hover, div.mobile-filters-push aside.pageleft nav ul li ul li a:focus {
  text-decoration: underline;
}

div.mobile-filters-push aside.pageleft nav ul li ul li ul li {
  font-size: 0.9em;
}

div.mobile-filters-push aside.pageleft div.seo-txt {
  border: 1px solid #d9d9d9;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

div.mobile-filters-push aside.pageleft div.seo-txt strong.top {
  background: #f2f2f2;
  float: left;
  font: 600 1.5em "Montserrat", Sans-serif;
  padding: 5px 10px;
  width: 100%;
}

div.mobile-filters-push aside.pageleft div.seo-txt div.seo {
  float: left;
  padding: 10px;
  width: 100%;
}

div.overlay {
  opacity: 0.45;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
  background: black;
  display: block;
  left: -100%;
  top: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 550;
}

div.overlay.visible {
  left: 0;
}

a#linkNew {
  -webkit-backface-visibility: hidden;
  height: 40px;
  float: left;
  text-indent: -999px;
  position: relative;
  width: 45px;
  z-index: 700;
}

@media (max-width: 1px) {
  a#linkNew {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  a#linkNew {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  a#linkNew {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  a#linkNew {
    display: none;
  }
}

@media (min-width: 2px) {
  a#linkNew {
    display: none;
  }
}

a#linkNew span,
a#linkNew span:before,
a#linkNew span:after {
  cursor: pointer;
  height: 4px;
  width: 22px;
  left: 5px;
  background: white;
  position: absolute;
  display: block;
  content: '';
  transition: all 500ms ease-in-out;
  top: 15px;
}

a#linkNew span:before {
  left: 0;
  top: 6px;
}

a#linkNew span:after {
  left: 0;
  top: 12px;
}

a#linkNew.open {
  float: right;
}

a#linkNew.open span {
  height: 0;
  top: 48%;
}

a#linkNew.open span:before {
  top: 0px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

a#linkNew.open span:after {
  top: 0px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

aside.pageleft nav.filter {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
  padding: 10px 0;
}

aside.pageleft nav.filter ul.options {
  padding: 10px 0 0 0;
}

@media (max-width: 1px) {
  aside.pageleft nav.filter ul.options {
    margin-bottom: 20px;
  }
}

aside.pageleft nav.filter ul.options:before, aside.pageleft nav.filter ul.options:after {
  content: " ";
  display: table;
}

aside.pageleft nav.filter ul.options:after {
  clear: both;
}

aside.pageleft nav.filter ul.options {
  *zoom: 1;
}

aside.pageleft nav.filter ul.options.period li {
  margin-top: 0;
  margin-bottom: 10px;
  width: 45%;
}

aside.pageleft nav.filter ul.options.period li input[type="search"], aside.pageleft nav.filter ul.options.period li input[type="text"] {
  background: none;
  float: left;
  padding-left: 0;
  padding-right: 0;
  text-aling: center;
  padding: 0 10px;
  width: 100%;
}

aside.pageleft nav.filter ul.options.period li:nth-child(2) {
  float: right;
}

aside.pageleft nav.filter ul.options.period li label {
  float: left;
  margin-bottom: 5px;
  width: 100%;
}

aside.pageleft nav.filter ul.options.period li:last-child {
  margin-bottom: 0;
  width: 100%;
}

aside.pageleft nav.filter ul.options li {
  border: none;
  list-style: none;
  margin-top: 10px;
}

aside.pageleft nav.filter ul.options li:first-child {
  margin-top: 0;
}

aside.pageleft nav.filter ul.options li input[type="checkbox"] {
  display: none;
}

aside.pageleft nav.filter ul.options li a {
  background: url(../images/css/checkbox.png) no-repeat left 2px;
  color: #1a1a1a;
  padding: 0;
  padding-left: 25px;
  width: 100%;
}

aside.pageleft nav.filter ul.options li a:hover, aside.pageleft nav.filter ul.options li a:focus {
  background-image: url(../images/css/checkbox-hover.png);
  color: #96c11f;
}

aside.pageleft nav.filter ul.options li a span.number-stars,
aside.pageleft nav.filter ul.options li a span.qty,
aside.pageleft nav.filter ul.options li a ul.stars {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

aside.pageleft nav.filter ul.options li a span {
  padding-left: 0;
  background: none;
  display: inline-block;
  width: auto;
}

aside.pageleft nav.filter ul.options li a span.number-stars {
  width: 25px;
}

aside.pageleft nav.filter ul.options li a ul.stars {
  padding: 0;
  margin: 0;
}

aside.pageleft nav.filter ul.options li a ul.stars li {
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 13px;
}

aside.pageleft nav.filter ul.options li.active a {
  background-image: url(../images/css/checkbox-active.png);
  font-weight: 500;
}

aside.pageleft nav.filter ul.options li.disabled a {
  color: #b3b3b3;
}

aside.pageleft nav.filter.box {
  border: none;
}

aside.pageleft nav.filter.box > ul {
  border: 1px solid #d9d9d9;
  padding: 15px;
}

aside.pageleft nav.filter.box > ul li {
  border: 0;
}

aside.pageleft nav.filter.box > ul li ul {
  height: 150px;
}

aside.pageleft nav.filter > ul li div.range {
  margin-top: 5px;
  text-align: center;
}

aside.pageleft nav.filter > ul li div.range:before, aside.pageleft nav.filter > ul li div.range:after {
  content: " ";
  display: table;
}

aside.pageleft nav.filter > ul li div.range:after {
  clear: both;
}

aside.pageleft nav.filter > ul li div.range {
  *zoom: 1;
}

aside.pageleft nav.filter > ul li div.range input[type="search"], aside.pageleft nav.filter > ul li div.range input[type="text"] {
  background: none;
  display: inline-block;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  width: 25%;
}

aside.pageleft nav.filter > ul li div.range span {
  display: inline-block;
  text-align: center;
  width: 15%;
}

aside.pageleft nav.filter > ul li input[type="search"], aside.pageleft nav.filter > ul li input[type="text"] {
  background: url(../images/css/icon-search.png) no-repeat 90% center;
  border: 1px solid #d9d9d9;
  color: #272727;
  height: 25px;
  padding: 0px 5px;
  width: 70px;
}

aside.pageleft nav.filter > ul li input[type="search"]:focus, aside.pageleft nav.filter > ul li input[type="text"]:focus {
  color: black;
}

aside.pageleft nav.filter > ul li input[type="submit"], aside.pageleft nav.filter > ul li input[type="button"] {
  transition: all 0.2s ease;
  box-shadow: #d9d9d9 0 2px 0px 0;
  background: #ebebeb;
  border: none;
  color: #1a1a1a;
  font: 600 1.4em "Montserrat", Sans-serif;
  height: 40px;
  float: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 2px) {
  aside.pageleft nav.filter > ul li input[type="submit"], aside.pageleft nav.filter > ul li input[type="button"] {
    margin: 0 3% 3% 3%;
    width: 94%;
  }
}

aside.pageleft nav.filter > ul li input[type="submit"]:hover, aside.pageleft nav.filter > ul li input[type="submit"]:focus, aside.pageleft nav.filter > ul li input[type="button"]:hover, aside.pageleft nav.filter > ul li input[type="button"]:focus {
  background: #1a1a1a;
  color: white;
  box-shadow: black 0 2px 0px 0;
}

/** DATEPICKER **/
div.ui-datepicker {
  background: white;
  border: 1px solid #d9d9d9;
  padding: 0;
  width: 250px;
}

div.ui-datepicker div.ui-datepicker-header {
  padding: 0;
  margin: 0;
}

div.ui-datepicker div.ui-datepicker-header a.ui-datepicker-prev {
  background: url(../images/css/cart/arrow-prev.png) no-repeat left center;
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  left: 15px;
  top: 12px;
  width: 7px;
}

div.ui-datepicker div.ui-datepicker-header a.ui-datepicker-next {
  background: url(../images/css/cart/arrow-next.png) no-repeat left center;
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 12px;
  width: 7px;
}

div.ui-datepicker div.ui-datepicker-title {
  background: #1a1a1a;
  color: white;
  float: left;
  font: 700 1.3em "Montserrat", Sans-serif;
  margin: 0;
  padding: 10px 0;
  text-transform: uppercase;
  width: 248px;
}

div.ui-datepicker table tr th,
div.ui-datepicker table tr td {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  height: 25px;
}

div.ui-datepicker table tr th {
  background: #f2f2f2;
  font: 700 1.4em "Montserrat", Sans-serif;
}

div.ui-datepicker table tr td {
  font: 400 1.4em "Montserrat", Sans-serif;
}

div.ui-datepicker table tr td.ui-state-disabled {
  background: #fafafa;
}

div.ui-datepicker table tr td.ui-state-disabled span {
  opacity: 0.5;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
}

div.ui-datepicker table tr td a {
  color: #1a1a1a;
}

div.ui-datepicker table tr td a:hover, div.ui-datepicker table tr td a:focus {
  font-weight: 700;
}

span.irs-from,
span.irs-to,
span.irs-max,
span.irs-min {
  font: 400 0.9em "Montserrat", Sans-serif;
  top: -5px;
}

/*
*
	  SCSS ENKEL AANPASSEN IN DE MASTER WEBSHOP
*
*/
.container {
  width: 988px !important;
}

@media (max-width: 1px) {
  .container {
    width: 988px !important;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  .container {
    width: 988px !important;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  .container {
    width: 988px !important;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  .container {
    width: 988px !important;
  }
}

@media (min-width: 2px) {
  .container {
    width: 988px !important;
  }
}

/*****************************************************************************	MODULES  *********************************************************/
section.content {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  /*&.review
  {
      @include make-lg-column(8);

      @include breakpoint(col-xlg)
      {
          @include make-lg-column(6);
      }
  }*/
}

@media (min-width: 1px) {
  section.content {
    float: left;
    width: 100%;
  }
}

section.content.news-container {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.content.news-container {
    float: left;
    width: 66.66666667%;
  }
}

section.content.news-container + div.pageright {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  border-left: 1px solid #d9d9d9;
  padding-left: 40px;
}

@media (min-width: 1px) {
  section.content.news-container + div.pageright {
    float: left;
    width: 29.16666667%;
  }
}

@media (max-width: 0px) {
  section.content.news-container + div.pageright {
    margin-left: 0%;
  }
}

@media (min-width: 1px) {
  section.content.news-container + div.pageright {
    margin-left: 4.16666667%;
  }
}

@media (max-width: 1px) {
  section.content.news-container + div.pageright {
    border-left: 0;
    padding-left: 10px;
  }
}

section.content.news-container span.cats {
  color: #96c11f;
}

nav.submenu {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 1px) {
  nav.submenu {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  nav.submenu {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  nav.submenu {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  nav.submenu {
    display: none;
  }
}

@media (min-width: 2px) {
  nav.submenu {
    display: none;
  }
}

nav.submenu:before, nav.submenu:after {
  content: " ";
  display: table;
}

nav.submenu:after {
  clear: both;
}

nav.submenu {
  *zoom: 1;
}

@media (max-width: 1px) {
  nav.submenu {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

nav.submenu ul {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
}

@media (max-width: 1px) {
  nav.submenu ul li {
    border-top: 1px solid #d9d9d9;
    float: left;
    list-style: none;
    width: 100%;
  }
  nav.submenu ul li:first-child {
    border: none;
  }
  nav.submenu ul li a {
    background: url(../images/css/arrow-menu.png) no-repeat right center;
    color: #1a1a1a;
    display: block;
    font: 700 1.4em "Montserrat", Sans-serif;
    padding: 10px 0;
    text-decoration: none;
    width: 100%;
  }
  nav.submenu ul li a:hover, nav.submenu ul li a:focus {
    background-image: url(../images/css/arrow-menu-hover.png);
    color: #96c11f;
  }
}

nav.submenu ul li.active > a {
  text-decoration: underline;
}

aside.giftcard-pageright {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (max-width: 1px) {
  aside.giftcard-pageright {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  aside.giftcard-pageright {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  aside.giftcard-pageright {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  aside.giftcard-pageright {
    display: block;
  }
}

@media (min-width: 2px) {
  aside.giftcard-pageright {
    display: block;
  }
}

@media (min-width: 1px) {
  aside.giftcard-pageright {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  aside.giftcard-pageright {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  aside.giftcard-pageright {
    float: left;
    width: 33.33333333%;
  }
}

aside.giftcard-pageright section.product-data {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  aside.giftcard-pageright section.product-data {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  aside.giftcard-pageright section.product-data {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  aside.giftcard-pageright section.product-data {
    float: left;
    width: 100%;
  }
}

/* gerelateerde producten */
section.relatedproducts {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.relatedproducts {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.relatedproducts {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.relatedproducts {
    float: left;
    width: 100%;
  }
}

section.relatedproducts h2.title {
  font: 700 2em "Montserrat", Sans-serif;
  margin-bottom: 10px;
}

section.relatedproducts ul.product-overview li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  margin-top: 20px;
}

@media (min-width: 1px) {
  section.relatedproducts ul.product-overview li {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  section.relatedproducts ul.product-overview li {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) {
  section.relatedproducts ul.product-overview li {
    float: left;
    width: 25%;
  }
}

/* Gallery pagina >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> START ITEM*/
section.gallery-wrap {
  background: white;
  float: left;
  overflow: hidden;
  padding: 10px;
  width: 100%;
}

ul.gallery-large {
  float: left;
  background: orange;
  width: 96%;
}

ul.gallery-large li img {
  display: block;
  width: 100%;
}

section.gallery-thumbs-wrap {
  background: white;
  float: left;
  overflow: hidden;
  height: 130px;
  padding: 7.5px 0 0 0;
  width: 100%;
}

ul.gallery-thumbs {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 70%;
}

ul.gallery-thumbs li {
  display: inline-block;
  list-style: none;
  width: 120px;
}

ul.gallery-thumbs li a {
  display: block;
}

ul.gallery-thumbs li img {
  display: block;
  width: 100%;
}

/* ITEM PAGINA + ALGEMENE TEXT>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> START ITEM*/
section.content.content-text {
  font-size: 9px;
  /** NEWS OVERVIEW **/
}

section.content.content-text h2 {
  font: 700 2em "Montserrat", Sans-serif;
  margin: 15px 0 10px 0;
}

section.content.content-text h3 {
  font: 700 1.9em "Montserrat", Sans-serif;
  margin: 15px 0 10px 0;
}

section.content.content-text a.cb-disable,
section.content.content-text a.cb-enable {
  background: #bb0000;
  color: white;
  padding: 5px;
  text-decoration: none;
}

section.content.content-text a.cb-enable {
  background: #007700;
}

section.content.content-text ul.news-overview {
  margin-left: -10px;
  margin-right: -10px;
  margin-left: 0;
  margin-top: 30px;
  width: 100%;
}

section.content.content-text ul.news-overview:before, section.content.content-text ul.news-overview:after {
  content: " ";
  display: table;
}

section.content.content-text ul.news-overview:after {
  clear: both;
}

section.content.content-text ul.news-overview {
  *zoom: 1;
}

section.content.content-text ul.news-overview li {
  font-size: 1em;
  list-style: none;
  margin-bottom: 0;
  padding: 20px;
}

@media (max-width: 1px) {
  section.content.content-text ul.news-overview li {
    margin-left: 0px;
  }
}

section.content.content-text ul.news-overview li a:hover span.readmore, section.content.content-text ul.news-overview li a:focus span.readmore {
  background: #749518;
}

section.content.content-text ul.news-overview li:nth-child(odd) {
  background-color: #e6e5e5;
}

section.content.content-text ul.news-overview li img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  width: 372px;
}

@media (max-width: 1px) {
  section.content.content-text ul.news-overview li img {
    display: block;
    margin-left: 0;
    width: 100%;
  }
}

section.content.content-text ul.news-overview li a {
  color: #1a1a1a;
  text-decoration: none;
  display: block;
}

section.content.content-text ul.news-overview li a:hover div.right h2, section.content.content-text ul.news-overview li a:focus div.right h2 {
  color: black;
}

section.content.content-text ul.news-overview li div.right {
  display: inline-block;
  margin-left: 20px;
  padding: 15px 0;
  vertical-align: middle;
  width: calc(100% - 400px);
}

@media (max-width: 1px) {
  section.content.content-text ul.news-overview li div.right {
    display: block;
    margin-left: 0;
    width: 100%;
  }
}

section.content.content-text ul.news-overview li div.right h2 {
  font-family: "Montserrat", Sans-serif;
  font-size: 2em;
  font-weight: 700;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

section.content.content-text ul.news-overview li div.right span.cats {
  color: #96c11f;
  display: inline-block;
  font: 400 1.5em "Montserrat", Sans-serif !important;
  margin: 0 10px 4px 0;
  text-transform: uppercase;
}

section.content.content-text ul.news-overview li div.right span.cats:before, section.content.content-text ul.news-overview li div.right span.cats:after {
  content: " ";
  display: table;
}

section.content.content-text ul.news-overview li div.right span.cats:after {
  clear: both;
}

section.content.content-text ul.news-overview li div.right span.cats {
  *zoom: 1;
}

section.content.content-text ul.news-overview li div.right span.date {
  color: #404040;
  display: inline-block;
  font: 400 1.5em "Montserrat", Sans-serif !important;
  margin: 0 0 4px 0;
  text-transform: uppercase;
}

section.content.content-text ul.news-overview li div.right span.author {
  color: #404040;
  font: 200 1.6em "Montserrat", Sans-serif !important;
  margin: 0 0 4px 0;
  text-transform: uppercase;
  width: 100%;
}

section.content.content-text ul.news-overview li div.right span.author:before, section.content.content-text ul.news-overview li div.right span.author:after {
  content: " ";
  display: table;
}

section.content.content-text ul.news-overview li div.right span.author:after {
  clear: both;
}

section.content.content-text ul.news-overview li div.right span.author {
  *zoom: 1;
}

section.content.content-text ul.news-overview li div.right p {
  font-family: "Montserrat", Sans-serif;
  font-weight: 400;
}

section.content.content-text ul.news-overview li div.right span.readmore {
  color: #404040;
  float: left;
  font: 700 1.2em "Montserrat", Sans-serif;
  margin-top: 10px;
}

section.content.content-text.news-container span.date,
section.content.content-text.news-container span.author {
  color: #4d4d4d;
  font-weight: 200;
  font-size: 1.3em;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
}

section.content.content-text.news-container span.date:before, section.content.content-text.news-container span.date:after,
section.content.content-text.news-container span.author:before,
section.content.content-text.news-container span.author:after {
  content: " ";
  display: table;
}

section.content.content-text.news-container span.date:after,
section.content.content-text.news-container span.author:after {
  clear: both;
}

section.content.content-text.news-container span.date,
section.content.content-text.news-container span.author {
  *zoom: 1;
}

section.content.content-text.news-container h1 {
  margin-bottom: 10px;
}

section.content.content-text.news-container + div.pageright h2 {
  font-size: 1.8em;
}

section.content.content-text.news-container h3 {
  font-size: 1.8em;
  color: #96c11f;
}

section.content.content-text.news-container div.intro {
  margin-bottom: 20px;
}

section.content.content-text.news-container div.intro p {
  font-style: italic;
}

@media (max-width: 1px) {
  section.content.content-text.news-container div.longdesc img {
    max-width: 100%;
  }
}

section.content.content-text section.news-text img.news-img {
  float: left;
  margin: 5px 20px 10px 0;
  width: 25%;
}

@media (max-width: 1px) {
  section.content.content-text section.news-text img.news-img {
    display: none;
  }
}

section.content.content-text section.news-text div.longdesc {
  clear: both;
}

section.content.content-text section.faq h2 {
  float: left;
  margin: 20px 0 10px 0;
  width: 100%;
}

section.content.content-text h1.news-title {
  float: left;
  width: 50%;
}

@media (max-width: 2px) {
  section.content.content-text h1.news-title {
    width: 100%;
  }
}

section.content.content-text h1.news-title + ul.news-category {
  float: left;
  margin: 0 0 20px 0;
  width: 50%;
}

@media (max-width: 2px) {
  section.content.content-text h1.news-title + ul.news-category {
    width: 100%;
  }
}

ul.news-category input[type="checkbox"] {
  display: none;
}

ul.news-category > li.news-category-li {
  float: left;
  list-style: none;
  padding: 0;
  font-size: 10px;
  position: relative;
  width: 100%;
}

ul.news-category > li.news-category-li:hover ul, ul.news-category > li.news-category-li:focus ul {
  display: block;
}

ul.news-category > li.news-category-li > a {
  border: 1px solid #d9d9d9;
  background: url("/images/css/arrow-filters.png") no-repeat right center;
  color: #1a1a1a;
  display: block;
  height: 35px;
  line-height: 33px;
  font-size: 1.6em;
  padding: 0 18px;
  text-decoration: none;
  width: 100%;
}

ul.news-category > li.news-category-li > a span {
  background: #96c11f;
  float: left;
  height: 12px;
  margin: 3px 5px 0 0;
  text-indent: -9999px;
  width: 12px;
}

ul.news-category > li.news-category-li > a strong {
  font-weight: normal;
}

ul.news-category > li.news-category-li > a:hover, ul.news-category > li.news-category-li > a:focus {
  color: black;
}

ul.news-category > li.news-category-li ul {
  background: white;
  border: 1px solid #d9d9d9;
  display: none;
  left: 0px;
  margin-top: -2.5px;
  margin-left: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
}

ul.news-category > li.news-category-li ul li {
  border-left: 0;
  float: left;
  list-style-type: none;
  padding: 0;
  width: 100%;
}

ul.news-category > li.news-category-li ul li a {
  background: none;
  border: none;
  border-top: 1px solid #d9d9d9;
  color: #1a1a1a;
  float: left;
  height: auto;
  font-size: 1em;
  padding: 4px 18px;
  text-decoration: none;
  width: 100%;
}

ul.news-category > li.news-category-li ul li a:hover, ul.news-category > li.news-category-li ul li a:focus {
  color: black;
}

ul.news-category > li.news-category-li ul li a span {
  background: #96c11f;
  float: left;
  height: 12px;
  margin: 3px 5px 0 0;
  text-indent: -9999px;
  width: 12px;
}

ul.news-category > li.news-category-li ul li:hover a, ul.news-category > li.news-category-li ul li:focus a {
  background: #f7f7f7;
}

ul.news-category > li.news-category-li ul li:first-child a {
  border: none;
}

section.content-text h4 {
  font: 700 1.8em "Montserrat", Sans-serif;
  margin: 15px 0 10px 0;
}

section.content-text h5 {
  font: 700 1.6em "Montserrat", Sans-serif;
  margin: 15px 0 10px 0;
}

section.content-text h6 {
  font: 700 1.4em "Montserrat", Sans-serif;
  margin: 15px 0 10px 0;
}

section.content-text ul {
  margin: 10px 0 10px 5px;
  width: 90%;
}

section.content-text ul li {
  font: 400 1.6em/1.8em "Montserrat", Sans-serif;
  list-style: inside square;
}

@media (max-width: 1px) {
  section.content-text ul {
    margin-left: 0;
  }
}

section.content-text ol {
  margin: 10px 0 10px 5px;
  width: 90%;
}

section.content-text ol li {
  font: 400 1.6em/1.9em "Montserrat", Sans-serif;
  list-style: inside decimal;
}

@media (max-width: 1px) {
  section.content-text ol {
    margin-left: 0;
  }
}

section.content-text table {
  float: left;
  width: 100%;
}

section.content-text table tr td {
  border: 1px solid #d9d9d9;
  font: 400 1.6em/1.9em "Montserrat", Sans-serif;
  padding: 15px;
}

section.content-text ul.form {
  margin: 10px 0px;
}

section.content-text ul.form li {
  font-size: 10px;
  list-style: none;
  float: none;
}

section.content-text ul.form li label {
  min-width: 200px;
  max-width: 60%;
}

section.content-text ul.form li label.error {
  width: 100% !important;
}

section.content-text div#mc_embed_signup ul {
  font-size: 10px;
}

section.content-text div#mc_embed_signup p {
  font-size: 16px;
}

@media (max-width: 1px) {
  section.product-data ul {
    float: left;
    padding-bottom: 40px;
    width: 100%;
  }
}

section.product-data nav.social-media {
  float: left;
  margin-top: 10px;
}

section.product-data nav.social-media ul li {
  padding: 0px 2px;
}

section.product-data nav.social-media ul li:first-child {
  font-size: 1.6em;
  padding-top: 2px;
  padding-right: 10px;
}

@media (max-width: 1px) {
  section.product-data nav.social-media ul {
    padding-bottom: 10px;
  }
}

@media (max-width: 1px) {
  section.product-data div.box {
    padding: 10px 0;
    margin: 0;
  }
  section.product-data div.box ul {
    margin: 0;
    padding: 0;
  }
}

section.product-images {
  overflow: hidden;
}

/* BOX_INFO_REGISTER >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  END */
div.box-info-register {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  div.box-info-register {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  div.box-info-register {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  div.box-info-register {
    float: left;
    width: 100%;
  }
}

div.box-info-register div.wrap {
  background: #5c9c00;
  color: white;
  float: left;
  padding: 10px;
  text-align: center;
  width: 100%;
}

/* PLUGINS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  START PLUGINS */
.mfp-iframe-holder .mfp-content {
  max-width: 400px !important;
}

.mfp-iframe-scaler .iframe {
  height: 105%;
}

/* PLUGINS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  END PLUGINS */
/* GOOGLE MAPS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  START  GOOGLE MAPS*/
.gm-style {
  font: 400 1.2em "Montserrat", Sans-serif;
  text-decoration: none;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  float: left;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #666666;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* AANVRAAG >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  START  AANVRAAG*/
section.aanvraag div.box-info {
  margin-top: 20px;
}

section.aanvraag ul.form {
  width: 100%;
}

section.aanvraag ul.form li {
  float: left;
  width: 100%;
}

section.aanvraag ul.form li.media {
  padding-top: 20px;
}

section.aanvraag ul.form li div.wrap {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 30px;
       column-gap: 30px;
  display: block;
  width: 100%;
}

section.aanvraag ul.form li div.wrap:before, section.aanvraag ul.form li div.wrap:after {
  content: " ";
  display: table;
}

section.aanvraag ul.form li div.wrap:after {
  clear: both;
}

section.aanvraag ul.form li div.wrap {
  *zoom: 1;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.aanvraag ul.form li div.wrap {
    padding-left: 3;
  }
}

@media (max-width: 61.9em) {
  section.aanvraag ul.form li div.wrap {
    -moz-column-count: 1;
         column-count: 1;
  }
}

section.aanvraag ul.form li ul {
  /*@include make-xs-column(12);
        @include make-sm-column(12);
        @include make-md-column(6);
        @include make-lg-column(4);
        @include make-row();*/
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  display: table;
  padding-bottom: 40px;
  width: 100%;
  margin: 0px;
}

section.aanvraag ul.form li ul li {
  margin-bottom: 0px;
}

/* AANVRAAG >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  END  AANVRAAG*/
table.compare th.legend-wrap {
  padding-bottom: 20px;
  vertical-align: bottom;
}

table.compare th.legend-wrap div.print {
  cursor: pointer;
  padding-bottom: 20px;
  text-align: left;
}

table.compare th.legend-wrap div.print span.print {
  background: url("../images/css/icon-print.png") no-repeat center right;
  background-size: 25px;
  display: inline-block;
  font: 400 1.4em/30px "Montserrat", Sans-serif;
  padding-right: 35px;
}

table.compare th.legend-wrap div.legend-diff {
  text-align: left;
}

table.compare th.legend-wrap div.legend-diff strong {
  display: block;
  font: 700 1.5em "Montserrat", Sans-serif;
  margin-bottom: 5px;
}

table.compare th.legend-wrap div.legend-diff span {
  display: block;
  font: 400 1.4em "Montserrat", Sans-serif;
  margin-top: 2px;
  padding-left: 20px;
  position: relative;
}

table.compare th.legend-wrap div.legend-diff span:before {
  border: 1px solid #d9d9d9;
  content: "";
  height: 10px;
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
}

table.compare th.legend-wrap div.legend-diff span.differend:before {
  background: #ecf7ce;
}

table.compare th.product.first div.product-wrap {
  border-left: 1px solid #d9d9d9;
}

table.compare th.product div.product-wrap {
  border: 1px solid #d9d9d9;
  border-left: 0;
  margin-bottom: 20px;
  padding: 20px 0;
  position: relative;
  text-align: center;
}

table.compare th.product div.product-wrap a {
  display: block;
  text-decoration: none;
}

table.compare th.product div.product-wrap a img {
  display: block;
  max-width: 250px;
  margin: 0 auto;
}

table.compare th.product div.product-wrap a strong {
  display: inline-block;
  font: 700 1.4em "Montserrat", Sans-serif;
  text-decoration: none;
  width: 80%;
}

table.compare th.product div.product-wrap a:hover strong, table.compare th.product div.product-wrap a:focus strong {
  color: #96c11f;
  text-decoration: underline;
}

table.compare tr.differend td {
  background: #ecf7ce;
}

/* Vergelijkings tabel mobile */
@media (max-width: 1px) {
  /* Force table to not be like tables anymore */
  table.compare,
  table.compare thead,
  table.compare tbody,
  table.compare th,
  table.compare td,
  table.compare tr {
    display: block;
  }
  table.compare th.product div.product-wrap {
    border: 1px solid #d9d9d9;
    padding-left: 20px;
    text-align: left;
  }
  table.compare th.product div.product-wrap img {
    display: none !important;
  }
  table.compare tbody tr {
    transition: all 0.2s ease;
    border: 0 !important;
    max-height: 62px;
    overflow: hidden;
  }
  table.compare tbody tr:first-child td:first-child {
    border-top: 1px solid #d9d9d9 !important;
  }
  table.compare tbody tr.show {
    max-height: 250px;
    height: auto;
  }
  table.compare tbody tr.show td:before {
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
    zoom: 1;
  }
  table.compare td {
    border: 1px solid #d9d9d9 !important;
    border-top: 0 !important;
    position: relative;
    padding-left: 50%;
  }
  table.compare td:first-child {
    cursor: pointer;
    font-weight: 700;
  }
  table.compare td:first-child:before {
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
    zoom: 1;
    transition: all 0.2s ease;
    border: 2px solid black;
    border-left: 0;
    border-top: 0;
    content: "";
    display: block;
    height: 12px;
    margin-top: -6px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 12px;
  }
}

a.delete,
a.close-box {
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transition: all 0.2s ease;
  background: #96c11f;
  border: 1px solid #749518;
  border-bottom-width: 3px;
  height: 24px !important;
  position: absolute !important;
  right: 15px;
  top: 15px;
  width: 24px !important;
  z-index: 1;
}

a.delete:before, a.delete:after,
a.close-box:before,
a.close-box:after {
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
  zoom: 1;
  background: white;
  content: "";
  height: 3px;
  left: 3px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 16px;
}

a.delete:after,
a.close-box:after {
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
  zoom: 1;
}

a.delete:hover, a.delete:focus,
a.close-box:hover,
a.close-box:focus {
  background: #8cb41d;
  border-color: #637f14;
}

div.references div.reference {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

div.references div.reference div.image {
  display: block;
}

div.references div.reference div.image img {
  display: block;
  width: 100%;
}

div.references div.reference div.description {
  display: block;
  margin-top: 10px;
}

div.references div.reference div.description a {
  color: #1a1a1a;
  text-decoration: none;
}

div.references div.reference div.description a strong.title {
  font-family: "Montserrat", serif;
  font-size: 1.4em;
  font-weight: 550;
}

div.references div.reference div.description a p {
  font-size: 1.3em;
}

div.references div.reference div.description a p strong {
  font-weight: normal;
}

div.references div.reference div.description a span.readmore {
  font-weight: 600;
  font-size: 1.2em;
  color: #96c11f;
  margin-top: 5px;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #96c11f;
}

div.references div.reference div.description a span.readmore:hover {
  background: #e6e5e5;
}

div.reference-item a {
  text-decoration: none !important;
}

div.reference-item h3 {
  font-size: 1.6em;
  margin: 30px 0px 10px;
}

div.reference-item p {
  font-size: 1.3em;
  margin-top: 0px;
  margin-bottom: 10px;
}

div.reference-item div.reference-images {
  margin-top: 20px;
}

div.reference-item div.reference-images img {
  padding: 6px;
}

div.reference-item ul.product-overview li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  margin-top: 20px;
  min-height: 450px;
}

@media (min-width: 1px) {
  div.reference-item ul.product-overview li {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  div.reference-item ul.product-overview li {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) {
  div.reference-item ul.product-overview li {
    float: left;
    width: 25%;
  }
}

div.references {
  margin-top: 30px;
}

/*In de kijker rechts naast de slider*/
section.spotlight {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  /* h2 | titel van de blok*/
  /* h3 | titel van het product */
  /* h4.price | prijs */
  /* span.moreinfo | meer info knop */
  /* Korte omschrijving enkel zichtbaar op kleine tablets en smartphone*/
}

@media (min-width: 1px) {
  section.spotlight {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) {
  section.spotlight {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.spotlight {
    margin-top: 20px;
  }
}

section.spotlight a {
  border: 1px solid #d9d9d9;
  display: block;
  text-decoration: none;
  padding: 5%;
  width: 100%;
}

section.spotlight a:before, section.spotlight a:after {
  content: " ";
  display: table;
}

section.spotlight a:after {
  clear: both;
}

section.spotlight a {
  *zoom: 1;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.spotlight a {
    padding: 2%;
  }
  section.spotlight a div.info {
    float: right;
    width: 50%;
  }
}

section.spotlight a:hover span.moreinfo, section.spotlight a:focus span.moreinfo {
  background: #749518;
}

section.spotlight img {
  display: block;
  width: 100%;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.spotlight img {
    float: left;
    width: 50%;
  }
}

section.spotlight h2 {
  color: #1a1a1a;
  float: left;
  font: 700 1.6em/1.6em "Montserrat", Sans-serif;
  padding: 5px 0;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.spotlight h2 {
    padding: 5px 0;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  section.spotlight h2 {
    font-size: 1.3em;
  }
}

section.spotlight h3 {
  color: black;
  float: left;
  font: 700 1.6em/1.6em "Montserrat", Sans-serif;
  padding: 10px 0 10px 0;
  text-align: left;
  width: 100%;
  /* tablet */
}

@media (min-width: 1px) and (max-width: 1px) {
  section.spotlight h3 {
    font-size: 1.3em;
    padding: 5px 0;
  }
}

section.spotlight h4 {
  float: left;
  width: 100%;
}

section.spotlight h4 strong {
  color: #5c9c00;
  float: left;
  font: 700 2em "Montserrat", Sans-serif;
  width: 100%;
  /* tablet */
}

section.spotlight h4 strong:before, section.spotlight h4 strong:after {
  content: " ";
  display: table;
}

section.spotlight h4 strong:after {
  clear: both;
}

section.spotlight h4 strong {
  *zoom: 1;
}

@media (min-width: 1px) and (max-width: 1px) {
  section.spotlight h4 strong {
    font-size: 1.8em;
  }
}

section.spotlight h4 span {
  color: #5a5a5a;
  float: left;
  text-decoration: line-through;
  width: 100%;
}

section.spotlight h4 span:before, section.spotlight h4 span:after {
  content: " ";
  display: table;
}

section.spotlight h4 span:after {
  clear: both;
}

section.spotlight h4 span {
  *zoom: 1;
}

section.spotlight span.moreinfo {
  color: black;
  float: left;
  font: 700 1.4em "Montserrat", Sans-serif;
  padding: 5px 0;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

section.spotlight div.shortdesc-block {
  color: #1a1a1a;
  display: none;
  float: left;
  font: 400 1.3em/1.7em "Montserrat", Sans-serif;
  height: 90px;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
}

@media (max-width: 1px) {
  section.spotlight div.shortdesc-block {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.spotlight div.shortdesc-block {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  section.spotlight div.shortdesc-block {
    display: none;
  }
}

/* -------------------------------------------------------- START TEGELVIEW*/
section.spotlight-large-tiles {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  float: left;
  width: 100%;
}

@media (max-width: 1px) {
  section.spotlight-large-tiles {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.spotlight-large-tiles {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  section.spotlight-large-tiles {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.spotlight-large-tiles {
    display: block;
  }
}

@media (min-width: 2px) {
  section.spotlight-large-tiles {
    display: block;
  }
}

@media (min-width: 1px) {
  section.spotlight-large-tiles {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.spotlight-large-tiles {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.spotlight-large-tiles {
    float: left;
    width: 100%;
  }
}

section.spotlight-large-tiles section.tile-view {
  float: left;
  margin-left: -5px;
  width: 100%;
}

section.spotlight-large-tiles ul.tiles {
  float: left;
  padding-left: 5px;
  width: 25%;
}

section.spotlight-large-tiles ul.tiles:last-child {
  float: right;
}

section.spotlight-large-tiles ul.tiles li {
  margin-bottom: 5px;
  list-style: none;
  width: 100%;
}

section.spotlight-large-tiles ul.tiles li a {
  color: white;
  display: block;
  text-decoration: none;
  width: 100%;
}

section.spotlight-large-tiles ul.tiles li a:hover, section.spotlight-large-tiles ul.tiles li a:focus {
  text-decoration: underline !important;
}

section.spotlight-large-tiles ul.tiles li div.title strong {
  font: 400 1.3em/1.2em "Montserrat", Sans-serif;
}

section.spotlight-large-tiles ul.tiles li img {
  display: block;
  width: 100%;
}

section.spotlight-large-tiles ul.tiles li.box-4 {
  margin-bottom: 0;
}

section.spotlight-large-tiles ul.tiles li.box-1, section.spotlight-large-tiles ul.tiles li.box-3 {
  position: relative;
}

section.spotlight-large-tiles ul.tiles li.box-1 div.title, section.spotlight-large-tiles ul.tiles li.box-3 div.title {
  color: white;
  position: absolute;
  left: 0px;
  width: 120px;
  padding: 10px 20px 10px 15px;
  top: 10px;
}

section.spotlight-large-tiles ul.tiles li.box-1.right div.title, section.spotlight-large-tiles ul.tiles li.box-3.right div.title {
  left: auto;
  right: 0;
}

section.spotlight-large-tiles ul.tiles li.box-1 a:hover div.title,
section.spotlight-large-tiles ul.tiles li.box-1 a:focus div.title, section.spotlight-large-tiles ul.tiles li.box-3 a:hover div.title,
section.spotlight-large-tiles ul.tiles li.box-3 a:focus div.title {
  text-decoration: underline;
}

section.spotlight-large-tiles ul.tiles li.box-5 {
  text-align: center;
}

section.spotlight-large-tiles ul.tiles li.box-5 div.title {
  color: white;
}

section.spotlight-large-tiles ul.tiles li.box-5 div.title span,
section.spotlight-large-tiles ul.tiles li.box-5 div.title strong {
  color: white;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

section.spotlight-large-tiles ul.tiles li.box-5 div.title strong {
  font: 400 2em/1.8em "Montserrat", Sans-serif;
}

section.spotlight-large-tiles ul.tiles li.box-5 div.title span p {
  font: 400 1.4em/1.2em "Montserrat", Sans-serif;
}

section.spotlight-large-tiles ul.tiles li.box-5 div.title strong.desc {
  margin-top: -10px;
}

section.spotlight-large-tiles ul.tiles li.box-5 a:hover div.title,
section.spotlight-large-tiles ul.tiles li.box-5 a:focus div.title {
  text-decoration: underline;
}

section.spotlight-large-tiles ul.tiles li.box-2 div.title {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

section.spotlight-large-tiles ul.tiles li.box-2 div.title span,
section.spotlight-large-tiles ul.tiles li.box-2 div.title strong {
  color: white;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

section.spotlight-large-tiles ul.tiles li.box-2 div.title strong {
  font: 400 2em/1.8em "Montserrat", Sans-serif;
}

section.spotlight-large-tiles ul.tiles li.box-2 div.title span p {
  font: 400 1.4em/1.2em "Montserrat", Sans-serif;
}

section.spotlight-large-tiles ul.tiles li.box-2 div.title strong.desc {
  margin-top: -10px;
}

section.spotlight-large-tiles ul.tiles li.box-2 div.title span {
  line-height: 12px !important;
}

section.spotlight-large-tiles ul.tiles li.box-2 a:hover div.title strong,
section.spotlight-large-tiles ul.tiles li.box-2 a:focus div.title strong {
  text-decoration: underline !important;
}

/* INDEX  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> START INDEX */
/* -------------------------------------------------------- START SLIDER*/
section.spotlight-large {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  /*@include breakpoint(col-xs) {
    display: none;
  }*/
  /** Pager met thumbs */
}

@media (min-width: 1px) {
  section.spotlight-large {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.spotlight-large {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.spotlight-large {
    float: left;
    width: 100%;
  }
}

section.spotlight-large.small {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.spotlight-large.small {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.spotlight-large.small {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width: 1px) {
  section.spotlight-large.small {
    float: left;
    width: 66.66666667%;
  }
}

section.spotlight-large div.wrap {
  float: left;
  position: relative;
  width: 100%;
  /* Pager van de bxslider */
}

section.spotlight-large div.wrap div.bx-pager {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 5;
}

section.spotlight-large div.wrap div.bx-pager div {
  float: left;
}

section.spotlight-large div.wrap div.bx-pager div a {
  text-indent: -9999px;
  background: #e6e5e5;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  outline: 0;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

section.spotlight-large div.wrap div.bx-pager div a:hover, section.spotlight-large div.wrap div.bx-pager div a.active {
  background: #807f7f;
}

section.spotlight-large ul {
  float: left;
  position: relative;
  z-index: 1;
}

section.spotlight-large ul > li {
  list-style: none;
  float: left;
  width: 100%;
  /*img {
        @include make-sm-column(6);
        @include make-md-column(6);
        @include make-lg-column(6);
        margin-left: -10px;
      }*/
}

section.spotlight-large ul > li a {
  color: #1a1a1a;
}

section.spotlight-large ul > li section.text {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  padding: 40px 25px;
}

@media (min-width: 1px) {
  section.spotlight-large ul > li section.text {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  section.spotlight-large ul > li section.text {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  section.spotlight-large ul > li section.text {
    float: left;
    width: 50%;
  }
}

section.spotlight-large ul > li section.text h2 {
  font: 700 2.3em/1.8em "Montserrat", Sans-serif;
  margin-bottom: 10px;
}

section.spotlight-large ul > li section.text ul {
  margin-bottom: 20px;
  margin-left: 18px;
}

section.spotlight-large ul > li section.text ul li {
  font: 300 1.5em/1.6em "Montserrat", Sans-serif;
  list-style: url(/images/css/bullet.png);
}

section.spotlight-large ul > li section.text span.button {
  font: 700 1.3em/1.4em "Montserrat", Sans-serif;
  background: #96c11f;
  color: white;
  text-transform: uppercase;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

section.spotlight-large ul > li section.text span.button:hover {
  background: #0d0d0d;
}

section.spotlight-large a {
  display: block;
  width: 100%;
}

section.spotlight-large img {
  display: block;
  width: 100%;
}

section.spotlight-large a.bx-prev {
  border-radius: 5px 5px 5px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #96c11f url("../images/css/arrow-left.png") no-repeat center center;
  left: -5px;
}

section.spotlight-large a.bx-prev:after {
  left: 0;
  border-width: 0 5px 5px 0;
  border-color: transparent #637f14 transparent transparent;
}

section.spotlight-large a.bx-prev:hover:after, section.spotlight-large a.bx-prev:focus:after {
  border-color: transparent black transparent transparent;
}

section.spotlight-large a.bx-next {
  border-radius: 5px 5px 0 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #96c11f url("../images/css/arrow-right-white.png") no-repeat center center;
  right: -5px;
}

section.spotlight-large a.bx-next:after {
  right: 0;
  border-width: 5px 5px 0 0;
  border-color: #637f14 transparent transparent transparent;
}

section.spotlight-large a.bx-next:hover:after, section.spotlight-large a.bx-next:focus:after {
  border-color: black transparent transparent transparent;
}

section.spotlight-large a.bx-prev,
section.spotlight-large a.bx-next {
  color: white;
  border-bottom: 3px solid #85ab1b;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  text-decoration: none;
  width: 40px;
  z-index: 2;
}

section.spotlight-large a.bx-prev:hover, section.spotlight-large a.bx-prev:focus,
section.spotlight-large a.bx-next:hover,
section.spotlight-large a.bx-next:focus {
  background-color: black;
  border-bottom-color: black;
}

section.spotlight-large a.bx-prev:after,
section.spotlight-large a.bx-next:after {
  content: "";
  border-style: solid;
  bottom: -8px;
  height: 0;
  position: absolute;
  width: 0;
}

section.spotlight-large ul.thumbs-pager {
  margin-left: -15px;
  width: 102%;
}

section.spotlight-large ul.thumbs-pager li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  float: left;
  margin-top: 20px;
}

@media (min-width: 1px) {
  section.spotlight-large ul.thumbs-pager li {
    float: left;
    width: 16.66666667%;
  }
}

@media (min-width: 1px) {
  section.spotlight-large ul.thumbs-pager li {
    float: left;
    width: 16.66666667%;
  }
}

@media (min-width: 1px) {
  section.spotlight-large ul.thumbs-pager li {
    float: left;
    width: 16.66666667%;
  }
}

section.spotlight-large ul.thumbs-pager li a {
  border: 1px solid #d9d9d9;
}

section.spotlight-large ul.thumbs-pager li a:hover, section.spotlight-large ul.thumbs-pager li a:focus {
  border-color: #96c11f;
}

section.spotlight-large ul.thumbs-pager li a img {
  display: block;
  width: 100%;
}

/* -------------------------------------------------------- INTRO*/
section.intro {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  padding-left: 20px;
}

@media (min-width: 1px) {
  section.intro {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.intro {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  section.intro {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.intro {
    margin-top: 20px;
  }
}

section.intro h1 {
  color: black;
  font: 400 2.2em/1.3em "Montserrat", Sans-serif;
}

section.intro p {
  font-weight: 300;
  font-size: 1.6em;
  line-height: 1.6em;
}

/** NEWS OVERVIEW **/
ul.news-overview {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 50px;
}

ul.news-overview:before, ul.news-overview:after {
  content: " ";
  display: table;
}

ul.news-overview:after {
  clear: both;
}

ul.news-overview {
  *zoom: 1;
}

ul.news-overview li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  list-style: none;
  margin: 0px 0 25px;
  font-size: 9px;
}

@media (min-width: 1px) {
  ul.news-overview li {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  ul.news-overview li {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  ul.news-overview li {
    float: left;
    width: 100%;
  }
}

div.pageright ul.news-overview li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  div.pageright ul.news-overview li {
    float: left;
    width: 100%;
  }
}

@media (max-width: 1px) {
  div.pageright ul.news-overview li {
    width: 100%;
  }
}

div.pageright ul.news-overview li img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

@media (max-width: 1px) {
  body.index ul.news-overview li:nth-child(3) {
    display: none;
  }
}

@media (max-width: 1px) {
  ul.news-overview li:first-child {
    padding-left: 20px;
  }
}

ul.news-overview li a {
  color: #1a1a1a;
  text-decoration: none;
  display: block;
}

ul.news-overview li a:hover div.right h2, ul.news-overview li a:focus div.right h2 {
  color: black;
}

ul.news-overview li div.right {
  width: 80%;
}

@media (max-width: 1px) {
  ul.news-overview li div.right {
    position: relative;
    /* Prevent columns from collapsing when empty*/
    min-height: 1px;
    /* Inner gutter via padding*/
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 100%;
    /* large dekstop */
    border-top: 1px solid #d9d9d9;
    padding: 15px 0;
    width: 100%;
  }
}

ul.news-overview li div.right h3 {
  margin: 0 0 5px 0;
  font-weight: 700;
  font-size: 1.6em;
  color: #4d4d4d;
}

ul.news-overview li div.right p {
  font-family: "Montserrat", Sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  color: #1a1a1a;
}

ul.news-overview li div.right span.readmore {
  color: #8c8c8c;
  background: #f2f2f2;
  float: left;
  font: 600 1.2em "Montserrat", Sans-serif;
  margin-top: 10px;
  text-transform: uppercase;
}

ul.news-overview li div.right span.readmore.green {
  background: none;
  color: #96c11f;
  border-bottom: 1px solid #96c11f;
}

ul.news-overview li div.right span.readmore.green i {
  padding-left: 5px;
}

ul.news-overview li div.right span.readmore.green:hover {
  background: none;
  color: #a7d723;
}

ul.news-overview li div.right span.readmore:hover {
  background: #e6e5e5;
}

@media (max-width: 1px) {
  ul.news-overview li:first-child div.right {
    border-top: 0px;
  }
}

body.index ul.news-overview {
  margin-top: 10px;
}

body.index ul.news-overview li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  body.index ul.news-overview li {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  body.index ul.news-overview li {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  body.index ul.news-overview li {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  body.index ul.news-overview li:nth-child(3) {
    display: block;
  }
}

body.index ul.news-overview li img {
  display: block;
  width: 100%;
}

body.index ul.news-overview li div.right {
  width: 100%;
}

/* -------------------------------------------------------- START BRANDS*/
ul.brands-overview {
  margin-left: -10px;
  margin-right: -10px;
}

ul.brands-overview:before, ul.brands-overview:after {
  content: " ";
  display: table;
}

ul.brands-overview:after {
  clear: both;
}

ul.brands-overview {
  *zoom: 1;
}

ul.brands-overview li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  list-style: none;
  margin-top: 20px;
}

@media (min-width: 1px) {
  ul.brands-overview li {
    float: left;
    width: 16.66666667%;
  }
}

@media (min-width: 1px) {
  ul.brands-overview li {
    float: left;
    width: 16.66666667%;
  }
}

@media (min-width: 1px) {
  ul.brands-overview li {
    float: left;
    width: 8.33333333%;
  }
}

ul.brands-overview li a {
  display: block;
}

ul.brands-overview li a img {
  display: block;
  width: 100%;
}

@media (max-width: 1px) {
  ul.brands-overview {
    display: none;
  }
}

/* ---------- START TITEL OP DE INDEX*/
h2.indextitle {
  font: 700 2.6em "Montserrat", Sans-serif !important;
  margin: 40px 0 40px 0;
  width: 100%;
  color: #1a1a1a;
  text-align: center;
  text-transform: uppercase !important;
}

section.most-viewed {
  margin-top: 40px;
  padding: 10px;
}

section.most-viewed h2 {
  font: 700 1.8em/1.9em "Montserrat", Sans-serif;
  color: #1a1a1a;
}

section.most-viewed h2 span {
  color: black;
}

section.most-viewed ul.product-overview li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.most-viewed ul.product-overview li {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.most-viewed ul.product-overview li {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) {
  section.most-viewed ul.product-overview li {
    float: left;
    width: 25%;
  }
}

section.most-viewed ul.product-overview li a figure {
  border: 1px solid #d9d9d9;
}

section.most-viewed ul.product-overview li a div.title {
  padding: 0px;
  margin-top: 0px;
  max-height: 80px;
}

section.most-viewed ul.product-overview li a div.title strong {
  font: 300 1.6em/1.4em "Montserrat", Sans-serif;
  color: #1a1a1a;
  text-transform: none;
  margin: 5px 0px;
  max-height: 80px;
  height: 60px;
}

section.most-viewed ul.product-overview li a div.wrap {
  height: 140px;
}

section.most-viewed ul.product-overview li a span.readmore {
  font-weight: 600;
  font-size: 1.2em;
  color: #96c11f;
  margin-top: 5px;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #96c11f;
}

section.most-viewed ul.product-overview li a span.readmore:hover, section.most-viewed ul.product-overview li a span.readmore:focus {
  color: #a7d723;
}

section.most-viewed ul.product-overview li a span.readmore i {
  padding-left: 5px;
}

section.most-viewed ul.product-overview li a div.price {
  padding-top: 0px;
  width: 100%;
}

section.most-viewed ul.product-overview li a div.price strong {
  font-size: 1.6em;
}

section.most-viewed ul.product-overview li a div.price small {
  font-size: 1.4em;
}

section.text-bottom {
  clear: both;
}

section.youtube h2 {
  font: 700 2.5em "Montserrat", Sans-serif;
  color: #96c11f;
  display: block;
  margin-bottom: 10px;
}

section.youtube h3 {
  font: 700 2em "Montserrat", Sans-serif;
  display: block;
}

section.youtube div.text {
  float: left;
  padding-right: 2%;
  width: 43%;
}

section.youtube div.video {
  float: right;
  width: 55%;
}

section.news {
  clear: both;
  text-align: center;
  padding-top: 30px;
}

section.news h2.indextitle {
  margin: 0px;
}

section.news span {
  font: 400 2.6em "Montserrat", Sans-serif;
  display: block;
  margin-bottom: 25px;
}

section.news a {
  background: #1a1a1a;
  color: white;
  font: 700 2em "Montserrat", Sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 7px 20px;
}

section.news a:hover {
  background: #343333;
}

section.quick-links {
  text-align: center;
  margin-top: 40px;
}

section.quick-links a {
  font-size: 1.6em;
  color: #1a1a1a;
  border-left: 1px solid #d9d9d9;
  text-decoration: none;
  padding: 5px 25px;
}

@media (max-width: 1px) {
  section.quick-links a {
    display: block;
    border: none;
    text-decoration: underline;
  }
}

section.quick-links a:first-child {
  border-left: 0px;
}

section.quick-links a:hover {
  color: #96c11f;
}

section.makes {
  margin-top: 100px;
}

section.makes ul {
  display: flex;
  justify-content: center;
}

@media (max-width: 1px) {
  section.makes ul {
    display: block;
  }
}

section.makes ul li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 50%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  list-style: none;
  margin-bottom: 20px;
}

@media (min-width: 1px) {
  section.makes ul li {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  section.makes ul li {
    float: left;
    width: 16.66666667%;
  }
}

@media (min-width: 1px) {
  section.makes ul li {
    float: left;
    width: 16.66666667%;
  }
}

section.makes ul li img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 10px;
  border: 1px solid #d9d9d9;
}

div#ReviewsWidget {
  margin-top: 50px;
  margin-bottom: 150px;
}

section.newsletter {
  clear: both;
  margin-top: 60px;
  margin-bottom: 60px;
  background: #F4F4F4;
  padding: 0px;
  display: flex;
}

section.newsletter div.banner {
  color: #1a1a1a;
  font-size: 1.8em;
  padding: 20px 0px;
  margin: 20px 0px;
}

section.newsletter div.banner span {
  width: 80%;
  display: inline-block;
}

section.newsletter div.banner a.subscribe {
  text-decoration: none;
  background: black;
  padding: 10px;
  color: white;
  width: auto;
  display: inline-block;
  margin-top: -10px;
  font-size: 0.8em;
  float: right;
}

@media (max-width: 1px) {
  section.newsletter div.banner a.subscribe {
    float: none;
    margin: 10px 0px;
    width: 100%;
  }
}

section.newsletter div.banner a.subscribe i {
  padding-right: 5px;
}

section.newsletter div.banner a.subscribe:focus, section.newsletter div.banner a.subscribe:hover {
  color: white;
  background: #333333;
  text-decoration: none;
}

body.index section.category-overview {
  padding: 0px;
}

body.index section.category-overview ul li img {
  border: 1px solid #F4F4F4;
}

body.index section.category-overview ul li:hover h2 {
  background: black;
  color: white;
}

body.index section.category-overview ul li:hover img {
  border-color: black;
}

section.belevingspagina {
  font-size: 10px;
}

section.belevingspagina section.banner {
  margin-bottom: 100px;
  position: relative;
}

@media (max-width: 1px) {
  section.belevingspagina section.banner {
    margin-bottom: 50px;
  }
}

section.belevingspagina section.banner span.arrow {
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #96c11f;
  font-size: 2.9em;
  color: white;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 30px);
  cursor: pointer;
}

@media (max-width: 1px) {
  section.belevingspagina section.banner span.arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: -20px;
    left: calc(50% - 20px);
  }
}

section.belevingspagina section.banner div.wrap {
  position: relative;
  height: 525px;
  overflow: hidden;
}

@media (max-width: 1px) {
  section.belevingspagina section.banner div.wrap {
    height: 150px;
  }
}

section.belevingspagina section.banner div.wrap a {
  color: white;
}

section.belevingspagina section.banner div.wrap img {
  width: 100%;
}

section.belevingspagina section.banner div.wrap div.text {
  position: absolute;
  top: calc(50% - 25%);
  left: calc(50% - 580px);
  width: 25%;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
}

@media (max-width: 1px) {
  section.belevingspagina section.banner div.wrap div.text {
    top: 50%;
    left: 0px;
    width: 100%;
    text-align: center;
  }
}

section.belevingspagina section.banner div.wrap div.text h1 {
  color: white;
  font-size: 2.6em;
}

@media (max-width: 1px) {
  section.belevingspagina section.banner div.wrap div.text h1 {
    font-size: 2em;
    margin-bottom: 10px;
  }
}

section.belevingspagina section.banner div.wrap div.text p {
  font-size: 1.4em;
}

@media (max-width: 1px) {
  section.belevingspagina section.banner div.wrap div.text p {
    display: none;
  }
}

section.belevingspagina section.banner div.wrap div.text span.button {
  background: #96c11f;
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.2em;
  margin-top: 20px;
}

@media (max-width: 1px) {
  section.belevingspagina section.banner div.wrap div.text span.button {
    margin-top: 10px;
    display: none;
  }
}

section.belevingspagina section.banner div.wrap div.text span.button i {
  margin-left: 5px;
}

section.belevingspagina section.banner div.wrap div.text span.button:hover {
  background: #85ab1b;
}

section.textblock {
  margin-bottom: 100px;
}

@media (max-width: 1px) {
  section.textblock {
    margin-bottom: 50px;
  }
}

section.textblock h2 {
  text-align: center;
  font-size: 2.6em !important;
  margin-bottom: 60px !important;
}

@media (max-width: 1px) {
  section.textblock h2 {
    font-size: 2em !important;
    margin-bottom: 30px !important;
  }
}

section.textblock div.column {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

section.textblock div.column p, section.textblock div.column ul {
  font-size: 1.4em;
}

section.textblock div.column ul li {
  line-height: 1.5em;
}

@media (max-width: 1px) {
  section.textblock div.column {
    -moz-column-count: 1;
    column-count: 1;
  }
}

section.textblock div.block p, section.textblock div.block ul {
  font-size: 1.4em;
}

section.textblock div.block ul li {
  line-height: 1.5em;
}

section.textblock div.button {
  text-align: center;
}

section.textblock div.button a {
  background: #96c11f;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

section.textblock div.button a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\F178";
  padding-left: 5px;
}

section.textblock div.button a:hover {
  background: #85ab1b;
}

section.textblockbackground {
  margin-bottom: 100px;
  position: relative;
}

@media (max-width: 1px) {
  section.textblockbackground {
    margin-bottom: 50px;
  }
}

section.textblockbackground img {
  display: block;
  width: 100%;
}

section.textblockbackground div.text {
  position: absolute;
  width: 40%;
  height: 50%;
  padding: 2.5%;
  top: 25%;
  left: 30%;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  color: white;
}

@media (max-width: 1px) {
  section.textblockbackground div.text {
    width: 100%;
    height: auto;
    position: static;
  }
}

section.textblockbackground div.text h2 {
  font-size: 2.6em;
}

@media (max-width: 1px) {
  section.textblockbackground div.text h2 {
    font-size: 2em;
    margin-bottom: 10px;
  }
}

section.textblockbackground div.text p {
  font-size: 1.4em;
}

section.textblockbackground div.text a.button {
  background: #96c11f;
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.2em;
  margin-top: 20px;
  color: white;
  text-decoration: none;
}

@media (max-width: 1px) {
  section.textblockbackground div.text a.button {
    margin-top: 10px;
  }
}

section.textblockbackground div.text a.button i {
  margin-left: 5px;
}

section.textblockbackground div.text a.button:hover {
  background: #85ab1b;
}

section.textblockvideo {
  margin-bottom: 100px;
  background: #F4F4F4;
  padding: 60px 40px;
}

@media (max-width: 1px) {
  section.textblockvideo {
    margin-bottom-top: 50px;
    padding: 10px;
  }
}

section.textblockvideo div.text {
  text-align: center;
  padding-bottom: 40px;
  width: 60%;
  margin: 0px auto;
}

@media (max-width: 1px) {
  section.textblockvideo div.text {
    width: 100%;
  }
}

section.textblockvideo div.text h2 {
  font-size: 2.6em;
}

@media (max-width: 1px) {
  section.textblockvideo div.text h2 {
    font-size: 2em;
    margin-bottom: 10px;
  }
}

section.textblockvideo div.text p {
  font-size: 1.4em;
}

section.textblockvideo div.video {
  width: 60%;
  margin: 0px auto;
  height: 400px;
}

@media (max-width: 1px) {
  section.textblockvideo div.video {
    width: 100%;
    height: 200px;
  }
}

section.categories-photo {
  margin-bottom: 100px;
}

@media (max-width: 1px) {
  section.categories-photo {
    margin-bottom: 50px;
  }
}

section.categories-photo h2 {
  font-size: 2.6em !important;
  text-align: center;
  margin-bottom: 60px !important;
}

@media (max-width: 1px) {
  section.categories-photo h2 {
    font-size: 2em !important;
    margin-bottom: 30px !important;
  }
}

section.categories-photo div.categories {
  display: flex;
  justify-content: center;
}

@media (max-width: 1px) {
  section.categories-photo div.categories {
    display: block;
  }
}

section.categories-photo div.categories a {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  padding: 0px;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 1px) {
  section.categories-photo div.categories a {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.categories-photo div.categories a {
    float: left;
    width: 29.16666667%;
  }
}

@media (min-width: 1px) {
  section.categories-photo div.categories a {
    float: left;
    width: 29.16666667%;
  }
}

@media (min-width: 1px) {
  section.categories-photo div.categories a {
    margin-left: 0%;
  }
}

@media (min-width: 1px) {
  section.categories-photo div.categories a {
    margin-left: 4.16666667%;
  }
}

@media (min-width: 1px) {
  section.categories-photo div.categories a {
    margin-left: 4.16666667%;
  }
}

section.categories-photo div.categories a img {
  width: 100%;
  display: block;
  border: 1px solid #f4f4f4;
}

section.categories-photo div.categories a:hover img {
  border-color: black;
}

section.categories-photo div.categories a:hover h3 {
  background: black;
  color: white;
}

section.categories-photo div.categories a h3 {
  background: #f4f4f4;
  color: #1a1a1a;
  text-align: center;
  margin: 0px;
  padding: 20px 10px;
  font-size: 1.6em;
}

section.blockfaq {
  margin-bottom: 100px;
  border-top: 1px solid #d9d9d9;
  padding-top: 60px;
}

@media (max-width: 1px) {
  section.blockfaq {
    margin-bottom: 50px;
  }
}

section.blockfaq h2 {
  font-size: 2.6em !important;
  text-align: center;
  margin-bottom: 60px !important;
}

@media (max-width: 1px) {
  section.blockfaq h2 {
    font-size: 2em !important;
    margin-bottom: 30px !important;
  }
}

section.blockfaq div.items {
  width: 70%;
  margin: 0px auto;
}

@media (max-width: 1px) {
  section.blockfaq div.items {
    width: 100%;
  }
}

section.blockfaq div.items a {
  text-decoration: none;
  background: #F4F4F4;
  display: block;
  margin-bottom: 10px;
  color: #1a1a1a;
  padding: 25px;
}

section.blockfaq div.items a span.question {
  font-weight: bold;
  font-size: 1.6em;
}

section.blockfaq div.items a span.question span.arrow {
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: flex;
  width: 45px;
  height: 45px;
  background: white;
  font-size: 2em;
  color: #1a1a1a;
  float: right;
  margin-top: -12px;
  justify-content: center;
  align-items: center;
}

section.blockfaq div.items a span.question span.arrow i {
  display: none;
}

section.blockfaq div.items a span.question span.arrow i.fa-angle-down {
  display: block;
}

section.blockfaq div.items a span.answer {
  display: none;
  padding: 20px 0px 0px;
}

section.blockfaq div.items a span.answer p {
  font-size: 1.4em;
}

section.blockfaq div.items a.active {
  border-bottom: 3px solid #96c11f;
}

section.blockfaq div.items a.active span.question span.arrow {
  background: #96c11f;
  color: white;
}

section.blockfaq div.items a.active span.question span.arrow i {
  display: none;
}

section.blockfaq div.items a.active span.question span.arrow i.fa-angle-up {
  display: block;
}

section.blockfaq div.items a.active span.answer {
  display: inline-block;
}

section.productcategory {
  margin-bottom: 100px;
  border-top: 1px solid #d9d9d9;
  padding-top: 60px;
}

@media (max-width: 1px) {
  section.productcategory {
    margin-bottom: 50px;
  }
}

section.productcategory div.text-bottom {
  padding: 40px 0px;
}

section.productcategory div.text-bottom a {
  text-align: center;
  border: 1px solid black;
  padding: 10px 20px;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
  display: block;
  width: 280px;
  margin: 0px auto;
}

section.productcategory div.text-bottom a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\F178";
  padding-left: 5px;
}

section.productcategory div.text-bottom a:hover {
  background: black;
  color: white;
}

section.productcategory a.button {
  text-align: center;
  border: 1px solid black;
  padding: 10px 20px;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
  display: block;
  width: 240px;
  margin: 0px auto;
}

section.productcategory a.button:hover {
  background: black;
  color: white;
}

section.productcategory h2 {
  font-size: 2.6em !important;
  text-align: center;
  margin-bottom: 60px !important;
}

@media (max-width: 1px) {
  section.productcategory h2 {
    font-size: 2em !important;
    margin-bottom: 30px !important;
  }
}

section.productcategory ul.product-overview {
  margin-bottom: 30px;
}

section.productcategory ul.product-overview li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.productcategory ul.product-overview li {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.productcategory ul.product-overview li {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) {
  section.productcategory ul.product-overview li {
    float: left;
    width: 25%;
  }
}

section.productcategory ul.product-overview li a figure {
  border: 1px solid #d9d9d9;
}

section.productcategory ul.product-overview li a div.title {
  padding: 0px;
  margin-top: 0px;
  max-height: 80px;
}

section.productcategory ul.product-overview li a div.title strong {
  font: 300 1.6em/1.4em "Montserrat", Sans-serif;
  color: #1a1a1a;
  text-transform: none;
  margin: 5px 0px;
  max-height: 80px;
  height: 60px;
}

section.productcategory ul.product-overview li a div.wrap {
  height: 140px;
}

section.productcategory ul.product-overview li a span.readmore {
  font-weight: 600;
  font-size: 1.2em;
  color: #96c11f;
  margin-top: 5px;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #96c11f;
}

section.productcategory ul.product-overview li a span.readmore:hover, section.productcategory ul.product-overview li a span.readmore:focus {
  color: #a7d723;
}

section.productcategory ul.product-overview li a span.readmore i {
  padding-left: 5px;
}

section.productcategory ul.product-overview li a div.price {
  padding-top: 0px;
  width: 100%;
}

section.productcategory ul.product-overview li a div.price strong {
  font-size: 1.6em;
}

section.productcategory ul.product-overview li a div.price small {
  font-size: 1.4em;
}

section.blog {
  clear: both;
  margin-bottom: 100px;
  background: #F4F4F4;
  padding: 60px 40px;
}

@media (max-width: 1px) {
  section.blog {
    margin-bottom: 50px;
    padding: 10px 0px 20px;
  }
}

section.blog div.text {
  text-align: center;
  padding-bottom: 40px;
  width: 60%;
  margin: 0px auto;
}

@media (max-width: 1px) {
  section.blog div.text {
    width: 100%;
  }
}

section.blog div.text h2 {
  font-size: 2.6em;
}

@media (max-width: 1px) {
  section.blog div.text h2 {
    font-size: 2em;
    margin-bottom: 10px;
    padding-top: 20px;
  }
}

section.blog div.text p {
  font-size: 1.4em;
}

section.blog a.button {
  text-align: center;
  border: 1px solid black;
  padding: 10px 20px;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
  display: block;
  width: 200px;
  margin: 0px auto;
}

section.blog a.button:hover {
  background: black;
  color: white;
}

section.blog div.items {
  padding-bottom: 20px;
}

section.blog div.items a {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  padding: 0px;
  text-decoration: none;
  background: white;
  color: #1a1a1a;
  position: relative;
  padding-bottom: 30px;
  min-height: 600px;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0px 0px 8px 0px #dbdbdb;
}

@media (min-width: 1px) {
  section.blog div.items a {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.blog div.items a {
    float: left;
    width: 29.16666667%;
  }
}

@media (min-width: 1px) {
  section.blog div.items a {
    float: left;
    width: 29.16666667%;
  }
}

@media (min-width: 1px) {
  section.blog div.items a {
    margin-left: 0%;
  }
}

@media (min-width: 1px) {
  section.blog div.items a {
    margin-left: 4.16666667%;
  }
}

@media (min-width: 1px) {
  section.blog div.items a {
    margin-left: 4.16666667%;
  }
}

section.blog div.items a img {
  width: 100%;
  display: block;
}

section.blog div.items a span.text {
  padding: 25px;
  display: inline-block;
}

section.blog div.items a span.text h3 {
  font-size: 1.6em;
  color: #1a1a1a;
}

section.blog div.items a span.text p {
  font-size: 1.4em;
}

section.blog div.items a span.button {
  position: absolute;
  bottom: 0;
  right: 0;
  background: black;
  color: white;
  padding: 10px 20px;
  font-size: 1.3em;
}

section.blog div.items a:hover {
  box-shadow: 0px 0px 8px 0px #b5b5b5;
}

section.categories-photo-text {
  margin-bottom: 100px;
}

@media (max-width: 1px) {
  section.categories-photo-text {
    margin-bottom: 50px;
  }
}

section.categories-photo-text h2 {
  font-size: 2.6em !important;
  text-align: center;
  margin-bottom: 60px !important;
}

@media (max-width: 1px) {
  section.categories-photo-text h2 {
    font-size: 2em !important;
    margin-bottom: 30px !important;
  }
}

section.categories-photo-text div.text {
  padding-bottom: 40px;
}

section.categories-photo-text div.text-bottom {
  padding: 40px 0px;
}

section.categories-photo-text div.text-bottom a {
  text-align: center;
  border: 1px solid black;
  padding: 10px 20px;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
  display: block;
  width: 280px;
  margin: 0px auto;
}

section.categories-photo-text div.text-bottom a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\F178";
  padding-left: 5px;
}

section.categories-photo-text div.text-bottom a:hover {
  background: black;
  color: white;
}

section.categories-photo-text div.categories {
  display: flex;
  justify-content: center;
}

@media (max-width: 1px) {
  section.categories-photo-text div.categories {
    display: block;
  }
}

section.categories-photo-text div.categories a,
section.categories-photo-text div.categories div.block {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  padding: 0px 0px 20px;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0px 0px 8px 0px #dbdbdb;
}

@media (min-width: 1px) {
  section.categories-photo-text div.categories a,
  section.categories-photo-text div.categories div.block {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.categories-photo-text div.categories a,
  section.categories-photo-text div.categories div.block {
    float: left;
    width: 22.5%;
  }
}

@media (min-width: 1px) {
  section.categories-photo-text div.categories a,
  section.categories-photo-text div.categories div.block {
    float: left;
    width: 22.5%;
  }
}

@media (min-width: 1px) {
  section.categories-photo-text div.categories a,
  section.categories-photo-text div.categories div.block {
    margin-left: 0%;
  }
}

@media (min-width: 1px) {
  section.categories-photo-text div.categories a,
  section.categories-photo-text div.categories div.block {
    margin-left: 2.5%;
  }
}

@media (min-width: 1px) {
  section.categories-photo-text div.categories a,
  section.categories-photo-text div.categories div.block {
    margin-left: 2.5%;
  }
}

section.categories-photo-text div.categories a img,
section.categories-photo-text div.categories div.block img {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}

section.categories-photo-text div.categories a:hover,
section.categories-photo-text div.categories div.block:hover {
  box-shadow: 0px 0px 8px 0px #b5b5b5;
}

section.categories-photo-text div.categories a span.button,
section.categories-photo-text div.categories div.block span.button {
  background: black;
  display: block;
  width: 120px;
  padding: 10px 20px;
  font-size: 1.2em;
  margin: 0px auto;
  color: white;
}

section.categories-photo-text div.categories a span.text,
section.categories-photo-text div.categories div.block span.text {
  display: block;
  text-align: center;
  padding: 0px 10px;
  margin-bottom: 10px;
}

section.categories-photo-text div.categories a span.text h3,
section.categories-photo-text div.categories div.block span.text h3 {
  color: #1a1a1a;
  margin: 0px;
  font-size: 1.4em;
}

section.categories-photo-text div.categories a span.text p,
section.categories-photo-text div.categories div.block span.text p {
  color: #b3b3b3;
  font-size: 1.4em;
}

section.categories-photo-text div.categories a span.text p strong,
section.categories-photo-text div.categories div.block span.text p strong {
  color: #96c11f;
  font-size: 1.6em;
}

section.textblockgallery {
  margin-bottom: 100px;
  background: #F4F4F4;
  padding: 60px 40px;
}

@media (max-width: 1px) {
  section.textblockgallery {
    margin-bottom: 50px;
    padding: 10px;
  }
}

section.textblockgallery div.text {
  text-align: center;
  padding-bottom: 40px;
  width: 60%;
  margin: 0px auto;
}

@media (max-width: 1px) {
  section.textblockgallery div.text {
    width: 100%;
  }
}

section.textblockgallery div.text h2 {
  font-size: 2.6em;
}

@media (max-width: 1px) {
  section.textblockgallery div.text h2 {
    font-size: 2em;
    margin-bottom: 10px;
    padding-top: 20px;
  }
}

section.textblockgallery div.text p {
  font-size: 1.4em;
}

section.textblockgallery div.gallery button.slick-prev {
  z-index: 900;
}

@media (min-width: 62em) {
  section.textblockgallery div.gallery .slick-slide {
    padding: 15px;
  }
  section.textblockgallery div.gallery button {
    height: 40px;
    width: 40px;
  }
  section.textblockgallery div.gallery button.slick-prev {
    left: -30px;
  }
  section.textblockgallery div.gallery button.slick-next {
    right: -30px;
  }
  section.textblockgallery div.gallery button:before {
    font-size: 40px;
  }
}

section.contact-form {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.contact-form {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.contact-form {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  section.contact-form {
    float: left;
    width: 50%;
  }
}

section.contact-info {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  /* -------------------------------------------------------- START ADDRESS*/
  /* -------------------------------------------------------- START CONTACT-FORM*/
  /* -------------------------------------------------------- START GOOGLE-MAPS*/
}

@media (min-width: 1px) {
  section.contact-info {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.contact-info {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  section.contact-info {
    float: left;
    width: 50%;
  }
}

section.contact-info h2 {
  margin-bottom: 20px !important;
}

section.contact-info address {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.contact-info address {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  section.contact-info address {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) {
  section.contact-info address {
    float: left;
    width: 25%;
  }
}

section.contact-info address ul {
  margin-left: 0px;
}

section.contact-info address ul li {
  list-style: none;
}

section.contact-info address ul li.mar {
  margin-top: 10px;
}

section.contact-info div.errorbox {
  color: #e10404;
  font-size: 1.2em;
  border: 1px solid #e10404;
  padding: 10px;
}

section.contact-info div.errorbox ul {
  margin-bottom: 0px;
}

section.contact-info div.errorbox ul li {
  font-size: 1.1em;
}

section.contact-info div.contact-form {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.contact-info div.contact-form {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.contact-info div.contact-form {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width: 1px) {
  section.contact-info div.contact-form {
    float: left;
    width: 66.66666667%;
  }
}

section.contact-info div.contact-form ul.form li {
  font-size: 1em;
  list-style: none;
}

section.contact-info div.google-maps {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  height: 400px;
}

@media (min-width: 1px) {
  section.contact-info div.google-maps {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.contact-info div.google-maps {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  section.contact-info div.google-maps {
    float: left;
    width: 33.33333333%;
  }
}

section.contact-info div.google-maps div.maps {
  background: #1a1a1a;
  float: left;
  height: 400px;
  width: 100%;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.contact-info div.google-maps {
    margin-top: 30px;
  }
}

section.content.search {
  /*		@include make-sm-column(12);
				@include make-md-column(9);
				@include make-lg-column(10);*/
  /* Aantal per pagina */
}

section.content.search div.pageright {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.content.search div.pageright {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.content.search div.pageright {
    float: left;
    width: 75%;
  }
}

@media (min-width: 1px) {
  section.content.search div.pageright {
    float: left;
    width: 83.33333333%;
  }
}

section.content.search div.suggest-wrap {
  font: 200 1.4em "Montserrat", Sans-serif;
  margin-bottom: 5px;
}

section.content.search div.suggest-wrap a.suggest {
  color: #1a1a1a;
}

section.content.search div.suggest-wrap a.suggest:hover, section.content.search div.suggest-wrap a.suggest:focus {
  color: #96c11f;
}

section.content.search div.box-info,
section.content.search div.box-warning {
  display: block !important;
  font: 200 1.4em "Montserrat", Sans-serif;
}

section.content.search div.box-info strong,
section.content.search div.box-info span,
section.content.search div.box-warning strong,
section.content.search div.box-warning span {
  float: none;
  font-weight: 700;
  font-size: 1em;
}

section.content.search h2 {
  font: 700 1.7em "Montserrat", Sans-serif;
  margin-bottom: 25px;
}

section.content.search ul.search-results li {
  border-top: 1px solid #d9d9d9;
  float: left;
  list-style: none;
  width: 100%;
}

section.content.search ul.search-results li:first-child {
  border: none;
}

section.content.search ul.search-results li a {
  color: #1a1a1a;
  float: left;
  padding: 15px 0;
  text-decoration: none;
}

section.content.search ul.search-results li a span.readmore {
  color: #4d4d4d;
  float: left;
  font: 400 1.3em "Montserrat", Sans-serif;
  margin-top: 10px;
  width: 100%;
}

section.content.search ul.search-results li a:hover span.readmore, section.content.search ul.search-results li a:focus span.readmore {
  color: #1a1a1a;
  font: 700 1.5em "Montserrat", Sans-serif;
}

section.content.search ul.search-results li a:hover h3, section.content.search ul.search-results li a:focus h3 {
  color: #96c11f;
}

section.content.search nav.number-pages {
  float: left;
  margin: 0px;
  padding: 0;
  width: 100%;
}

section.content.search nav.number-pages ul {
  float: right;
}

section.content.search nav.number-pages ul li {
  border-left: 1px solid #d9d9d9;
  float: left;
  font: 400 1.3em "Montserrat", Sans-serif;
  list-style: none;
  padding: 3px 10px;
}

section.content.search nav.number-pages ul li a {
  color: #1a1a1a;
  text-decoration: none;
}

section.content.search nav.number-pages ul li a:hover, section.content.search nav.number-pages ul li a:focus {
  color: black;
}

@media (max-width: 1px) {
  section.content.search nav.number-pages ul li {
    padding: 3px 5px;
  }
}

section.content.search nav.number-pages ul li.active {
  border-bottom: 3px solid #96c11f;
}

section.content.search nav.number-pages ul li:first-child {
  border-left: none;
}

@media (max-width: 1px) {
  section.content.search nav.number-pages ul li:first-child {
    display: none;
  }
}

section.content.search nav.number-pages ul li ul li:first-child {
  font-weight: 400;
}

section.content.search nav.number-pages ul.sort {
  float: right;
  width: 32%;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.content.search nav.number-pages ul.sort {
    width: 230px;
  }
}

@media (max-width: 1px) {
  section.content.search nav.number-pages ul.sort {
    display: none;
  }
}

section.content.search nav.number-pages ul.sort input[type="checkbox"] {
  display: none;
}

section.content.search nav.number-pages ul.sort > li {
  float: left;
  list-style: none;
  padding: 0;
  font-size: 10px;
  position: relative;
  width: 100%;
}

section.content.search nav.number-pages ul.sort > li:hover ul, section.content.search nav.number-pages ul.sort > li:focus ul {
  display: block;
}

section.content.search nav.number-pages ul.sort > li > a {
  border: 1px solid #d9d9d9;
  background: url("/images/css/arrow-filters.png") no-repeat right center;
  color: #1a1a1a;
  display: block;
  height: 35px;
  line-height: 33px;
  font-size: 1.6em;
  padding: 0 18px;
  text-decoration: none;
  width: 100%;
}

section.content.search nav.number-pages ul.sort > li > a span {
  background: #96c11f;
  float: left;
  height: 12px;
  margin: 3px 5px 0 0;
  text-indent: -9999px;
  width: 12px;
}

section.content.search nav.number-pages ul.sort > li > a strong {
  font-weight: normal;
}

section.content.search nav.number-pages ul.sort > li > a:hover, section.content.search nav.number-pages ul.sort > li > a:focus {
  color: black;
}

section.content.search nav.number-pages ul.sort > li ul {
  background: white;
  border: 1px solid #d9d9d9;
  display: none;
  left: 0px;
  margin-top: -2.5px;
  position: absolute;
  z-index: 2;
  width: 100%;
}

section.content.search nav.number-pages ul.sort > li ul li {
  border-left: 0;
  padding: 0;
  float: left;
  width: 100%;
}

section.content.search nav.number-pages ul.sort > li ul li a {
  background: none;
  border: none;
  border-top: 1px solid #d9d9d9;
  color: #1a1a1a;
  float: left;
  height: auto;
  font-size: 1.1em;
  padding: 8px 18px;
  text-decoration: none;
  width: 100%;
}

section.content.search nav.number-pages ul.sort > li ul li a:hover, section.content.search nav.number-pages ul.sort > li ul li a:focus {
  color: black;
}

section.content.search nav.number-pages ul.sort > li ul li a span {
  background: #96c11f;
  float: left;
  height: 12px;
  margin: 3px 5px 0 0;
  text-indent: -9999px;
  width: 12px;
}

section.content.search nav.number-pages ul.sort > li ul li a strong {
  float: left;
  font-weight: normal;
}

section.content.search nav.number-pages ul.sort > li ul li:hover a, section.content.search nav.number-pages ul.sort > li ul li:focus a {
  background: #f7f7f7;
}

section.content.search nav.number-pages ul.sort > li ul li:first-child a {
  border: none;
}

/* QUESTION BLOK - CATEGORY  */
section.search-product-overview {
  background: #f2f2f2;
  float: left;
  margin-top: 20px;
  width: 100%;
}

section.search-product-overview div.question {
  margin-left: -10px;
  margin-right: -10px;
}

section.search-product-overview div.question:before, section.search-product-overview div.question:after {
  content: " ";
  display: table;
}

section.search-product-overview div.question:after {
  clear: both;
}

section.search-product-overview div.question {
  *zoom: 1;
}

section.search-product-overview div.question div.info {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.search-product-overview div.question div.info {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width: 1px) {
  section.search-product-overview div.question div.info {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width: 1px) {
  section.search-product-overview div.question div.info {
    float: left;
    width: 66.66666667%;
  }
}

section.search-product-overview div.question div.info strong {
  font: 800 1.4em "Montserrat", Sans-serif;
}

section.search-product-overview div.question figure {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (max-width: 1px) {
  section.search-product-overview div.question figure {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.search-product-overview div.question figure {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  section.search-product-overview div.question figure {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.search-product-overview div.question figure {
    display: block;
  }
}

@media (min-width: 2px) {
  section.search-product-overview div.question figure {
    display: block;
  }
}

@media (min-width: 1px) {
  section.search-product-overview div.question figure {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  section.search-product-overview div.question figure {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  section.search-product-overview div.question figure {
    float: left;
    width: 33.33333333%;
  }
}

section.search-product-overview div.wrap {
  float: left;
  padding: 10%;
  width: 100%;
}

section.search-product-overview div.wrap strong {
  margin: 0;
}

section.search-product-overview div.wrap p {
  margin: 0;
}

section.search-product-overview div.wrap div.contact-info {
  float: left;
  margin-top: 30px;
  width: 100%;
}

section.search-product-overview div.wrap div.contact-info strong {
  float: left;
  font-size: 1.8em;
  width: 100%;
}

section.search-product-overview div.wrap div.contact-info span {
  font: 400 1.2em "Montserrat", Sans-serif;
}

section.search-product-overview div.wrap form {
  float: left;
  margin-top: 20px;
  width: 100%;
}

section.search-product-overview div.wrap form ul {
  float: left;
  margin-right: 10px;
  width: 50%;
}

section.search-product-overview div.wrap form ul li {
  float: left;
  list-style: none;
  width: 100%;
}

section.search-product-overview div.wrap form ul li input[type="text"], section.search-product-overview div.wrap form ul li input[type="search"] {
  border: 1px solid #e6e5e5;
  border-right: 0;
  float: left;
  height: 30px;
  padding: 0 10px;
  width: 85%;
}

section.search-product-overview div.wrap form ul li input[type="submit"] {
  background: url("../images/css/icon-search.png") no-repeat center center black;
  border: none;
  float: left;
  height: 30px;
  text-indent: -999px;
  width: 15%;
}

section.search-product-overview div.wrap form ul li input[type="submit"]:hover, section.search-product-overview div.wrap form ul li input[type="submit"]:focus {
  background-color: #96c11f;
}

section.search-product-overview div.wrap form a.btn {
  background: #5c9c00;
  color: white;
  float: left;
  font: 800 1.2em "Montserrat", Sans-serif;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
}

section.search-product-overview div.wrap form a.btn:hover, section.search-product-overview div.wrap form a.btn:focus {
  background: #2f5000;
}

section.search-product-overview figure img {
  width: 100%;
}

div.login-box {
  background: #f3f3f3;
  max-width: 1200px;
  margin: 40px auto;
  overflow: hidden;
  width: 100%;
}

div.login-box h2 {
  font: 700 1.6em "Montserrat", Sans-serif !important;
  margin-bottom: 20px;
}

div.login-box div.wrap {
  border-right: 1px solid #d9d9d9;
  box-sizing: border-box;
  float: left;
  margin-bottom: -100%;
  max-width: 33.33333%;
  padding: 40px;
  padding-bottom: 100%;
  width: 100%;
}

@media (max-width: 2px) {
  div.login-box div.wrap {
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    max-width: 100%;
  }
}

div.login-box div.wrap:first-child {
  background: #f7f7f7;
}

div.login-box div.wrap:last-child {
  border-right: 0;
}

div.login-box div.wrap ul.form {
  margin-top: 20px;
}

div.login-box div.wrap ul.form input {
  transition: all 0.2s ease;
  border-radius: 0;
  border: 0;
  color: #1a1a1a;
  height: 38px;
  font: 300 1.4em/22px "Montserrat", Sans-serif;
  padding: 8px 25px;
  width: 100%;
}

div.login-box div.wrap ul.form input:focus {
  border: 1px solid #fafafa;
}

div.login-box div.wrap ul.form input.error {
  border: 1px solid #e10404;
}

div.login-box div.wrap ul.form input[type="submit"] {
  color: white;
  float: left;
  font-size: 1.6em;
  height: 54px;
  margin-top: 20px;
  text-transform: none;
  width: 100%;
}

div.login-box div.wrap ul.form input[type="submit"]:hover {
  background: #749518;
}

div.login-box div.login-wrap div.wrap:last-child {
  border-right: 1px solid #d9d9d9;
}

div.login-box .facebook-login {
  transition: all 0.2s ease;
  background: #4267b2;
  border: 0;
  color: white;
  display: block;
  font: 400 1.4em/32px "Montserrat", Sans-serif;
  height: 54px;
  margin-bottom: 10px;
  padding: 4px 8px 4px 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

div.login-box .facebook-login:before {
  background: url("../images/css/icon-facebook-login.png") no-repeat left center;
  background-size: 10px;
  content: "";
  height: 32px;
  position: absolute;
  left: 15px;
  width: 32px;
}

div.login-box .facebook-login:hover, div.login-box .facebook-login:focus {
  background: #3b5c9f;
}

div.login-box a.btn {
  color: #1a1a1a;
  display: block;
  float: left;
  font: 300 1.4em "Montserrat", Sans-serif;
  margin-top: 10px;
  padding-left: 15px;
  position: relative;
  text-decoration: none;
}

div.login-box a.btn.forgot-password {
  background: none;
  height: auto;
  text-align: left;
}

div.login-box a.btn:before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #1a1a1a;
  position: absolute;
  height: 0;
  left: 0;
  top: 4px;
  width: 0;
}

div.login-box a.btn:hover, div.login-box a.btn:focus {
  color: #96c11f;
}

div.login-box a.btn:hover:before, div.login-box a.btn:focus:before {
  border-left-color: #96c11f;
}

div.login-box a.submit-btn {
  transition: all 0.2s ease;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #96c11f;
  border: 0;
  color: white;
  float: left;
  font: 300 1.6em "Montserrat", Sans-serif;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  margin-top: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  width: 100%;
  -webkit-appearance: none;
}

div.login-box a.submit-btn:hover, div.login-box a.submit-btn:focus {
  background: #749518;
}

div.login-box a.submit-btn:active {
  background: #0d0d0d;
}

ul.sitemap {
  margin-top: 30px;
}

ul.sitemap:before, ul.sitemap:after {
  content: " ";
  display: table;
}

ul.sitemap:after {
  clear: both;
}

ul.sitemap {
  *zoom: 1;
}

ul.sitemap > li {
  border-top: 1px solid #d9d9d9;
  float: left;
  font: 400 1.3em "Montserrat", Sans-serif;
  list-style: none;
  width: 100%;
}

ul.sitemap > li a {
  color: #1a1a1a;
  display: block;
  padding: 5px 0;
  text-decoration: none;
}

ul.sitemap > li a:hover, ul.sitemap > li a:focus {
  color: #96c11f;
}

ul.sitemap > li:first-child {
  border: none;
}

ul.sitemap > li ul {
  padding: 0 0 0 3%;
  width: 100%;
}

ul.sitemap > li ul > li {
  list-style: none;
  list-style: outside square;
}

ul.sitemap > li ul > li ul li {
  list-style-type: circle;
}

section.faq ul.faq-overview {
  float: left;
  width: 100%;
}

section.faq ul.faq-overview > li {
  border-bottom: 1px solid #d9d9d9;
  list-style: none;
  float: left;
  font-size: 1em;
  width: 100%;
}

section.faq ul.faq-overview > li div.collapse {
  background: #f2f2f2;
  display: none;
  float: left;
  padding: 2%;
  width: 100%;
}

@media (max-width: 1px) {
  section.faq ul.faq-overview > li div.collapse {
    padding: 5%;
  }
}

section.faq ul.faq-overview > li a.expand {
  color: #1a1a1a;
  float: left;
  padding: 10px 0;
  text-decoration: none;
  width: 100%;
}

section.faq ul.faq-overview > li a.expand h3 {
  font: 400 1.5em/1.6em "Montserrat", Sans-serif;
}

section.faq ul.faq-overview > li a.expand span {
  float: left;
}

section.faq ul.faq-overview > li a.expand span.title {
  padding-left: 10px;
}

section.faq ul.faq-overview > li a.expand span.plus,
section.faq ul.faq-overview > li a.expand span.minus {
  text-align: center;
  width: 15px;
}

section.faq ul.faq-overview > li a.expand span.plus {
  display: block;
}

section.faq ul.faq-overview > li a.expand span.minus {
  display: none;
}

section.faq ul.faq-overview > li a.expand.open span.plus {
  display: none;
}

section.faq ul.faq-overview > li a.expand.open span.minus {
  display: block;
}

section.faq ul.faq-overview > li a.expand.close span.minus {
  display: none;
}

section.faq ul.faq-overview > li a.expand.close span.plus {
  display: block;
}

section.content-text ul.faq-anchors {
  float: left;
  margin: 0 0 30px 0;
  width: 100%;
}

section.content-text ul.faq-anchors li {
  border-right: 1px solid #d9d9d9;
  float: left;
  list-style: none;
  margin-right: 10px;
  padding-right: 10px;
}

section.content-text ul.faq-anchors li:last-child {
  border: 0;
  margin: 0;
}

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

section.media h2 {
  font-size: 1.8em;
  margin-bottom: 15px;
}

section.media ul {
  float: left;
  width: 100%;
}

section.media ul.images {
  margin-left: -10px;
  margin-right: -10px;
}

section.media ul.images:before, section.media ul.images:after {
  content: " ";
  display: table;
}

section.media ul.images:after {
  clear: both;
}

section.media ul.images {
  *zoom: 1;
}

section.media ul.images li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  margin-bottom: 20px;
  list-style: none;
}

@media (min-width: 1px) {
  section.media ul.images li {
    float: left;
    width: 16.66666667%;
  }
}

@media (min-width: 1px) {
  section.media ul.images li {
    float: left;
    width: 16.66666667%;
  }
}

@media (min-width: 1px) {
  section.media ul.images li {
    float: left;
    width: 16.66666667%;
  }
}

section.media ul.images li a {
  color: #1a1a1a;
  text-align: center;
}

section.media ul.images li a h2 {
  font-size: 1.1em;
  font-weight: 400;
}

section.media ul.images li a:hover, section.media ul.images li a:focus {
  color: black;
}

section.media ul.images li a img {
  width: 100%;
}

section.media ul.grid {
  position: relative;
  margin-left: 0 !important;
}

section.media ul.grid li {
  list-style: none;
}

section.media ul.grid li a img {
  display: block;
  width: 100%;
}

section.media ul.files li {
  border-top: 1px solid #d9d9d9;
  float: left;
  list-style: none;
  padding: 10px 0;
  width: 100%;
}

section.media ul.files li:first-child {
  border-top: 0;
}

section.media ul.files li a {
  color: #1a1a1a;
  display: block;
  width: 100%;
}

section.media ul.files li a:hover, section.media ul.files li a:focus {
  color: black;
}

section.media ul.files li a img {
  float: left;
  margin-right: 5px;
}

section.media ul.files li a span {
  float: left;
  width: 25%;
}

section.media ul.files li a span.filesize {
  text-align: right;
}

section.media ul.files li a span.filename {
  width: 50%;
}

@media (max-width: 1px) {
  section.media ul.files li a span.filename {
    width: 60%;
  }
  section.media ul.files li a span.filetype {
    width: 15%;
  }
}

section.category-overview {
  clear: both;
  margin-top: 20px;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.category-overview {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1px) {
  section.category-overview {
    padding-left: 10px;
    padding-right: 10px;
  }
}

section.category-overview h2 {
  font: 700 1.8em/1.5em "Montserrat", Sans-serif;
  color: #96c11f;
  text-transform: uppercase;
}

body.index section.category-overview h2 {
  color: black;
  text-transform: none;
}

section.category-overview h2 span {
  color: black;
}

body.index section.category-overview span.cats {
  color: #96c11f;
  display: inline-block;
  font: 400 1.5em "Montserrat", Sans-serif !important;
  margin: 0 10px 4px 0;
  text-transform: uppercase;
}

body.index section.category-overview span.cats:before, body.index section.category-overview span.cats:after {
  content: " ";
  display: table;
}

body.index section.category-overview span.cats:after {
  clear: both;
}

body.index section.category-overview span.cats {
  *zoom: 1;
}

body.index section.category-overview span.date {
  color: #404040;
  display: inline-block;
  font: 400 1.5em "Montserrat", Sans-serif !important;
  margin: 0 0 4px 0;
  text-transform: uppercase;
}

body.index section.category-overview span.author {
  color: #404040;
  font: 200 1.6em "Montserrat", Sans-serif !important;
  margin: 0 0 4px 0;
  text-transform: uppercase;
  width: 100%;
}

body.index section.category-overview span.author:before, body.index section.category-overview span.author:after {
  content: " ";
  display: table;
}

body.index section.category-overview span.author:after {
  clear: both;
}

body.index section.category-overview span.author {
  *zoom: 1;
}

section.category-overview ul.category-overview {
  margin-left: -10px;
  margin-right: -10px;
  margin: 10px -10px 0 -10px;
}

section.category-overview ul.category-overview:before, section.category-overview ul.category-overview:after {
  content: " ";
  display: table;
}

section.category-overview ul.category-overview:after {
  clear: both;
}

section.category-overview ul.category-overview {
  *zoom: 1;
}

section.category-overview ul.category-overview li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  list-style: none;
  padding: 0 10px;
  margin-bottom: 20px;
  /* h2|  titel van de category */
}

@media (min-width: 1px) {
  section.category-overview ul.category-overview li {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) {
  section.category-overview ul.category-overview li {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) {
  section.category-overview ul.category-overview li {
    float: left;
    width: 25%;
  }
}

section.category-overview ul.category-overview li div.description {
  color: #96c11f;
}

@media (min-width: 1px) and (max-width: 1px) {
  section.category-overview ul.category-overview li.hidden-li {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.category-overview ul.category-overview li.hidden-li {
    display: none;
  }
}

section.category-overview ul.category-overview li a,
section.category-overview ul.category-overview li span {
  display: block;
  position: relative;
  width: 100%;
}

section.category-overview ul.category-overview li a:hover h2,
section.category-overview ul.category-overview li a:focus h2 {
  background: #1a1a1a;
  border-bottom-color: #0d0d0d;
}

section.category-overview ul.category-overview li a:hover h2:after,
section.category-overview ul.category-overview li a:focus h2:after {
  border-color: black transparent transparent transparent;
}

section.category-overview ul.category-overview li img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}

section.category-overview ul.category-overview li h2 {
  background: #96c11f;
  bottom: 15px;
  color: white;
  font: 700 2em "Montserrat", Sans-serif;
  position: absolute;
  padding: 10px 20px;
  left: -7px;
  text-transform: none;
  z-index: 2;
}

section.category-overview ul.category-overview li h2:after {
  left: 0;
  border-width: 7px 7px 0 0;
  border-color: #637f14 transparent transparent transparent;
  content: "";
  border-style: solid;
  bottom: -7px;
  height: 0;
  position: absolute;
  width: 0;
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(90), M12=-sin(90), M21=sin(90), M22=cos(90));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(90), M12=-sin(90), M21=sin(90), M22=cos(90))";
  zoom: 1;
}

section.category-overview ul.category-overview li h3 {
  font: 300 1.6em "Montserrat", Sans-serif;
  margin-top: 5px;
}

section.category-overview ul.category-overview-accessories {
  margin-left: -10px;
  margin-right: -10px;
  margin: 10px -10px 0 -10px;
}

section.category-overview ul.category-overview-accessories:before, section.category-overview ul.category-overview-accessories:after {
  content: " ";
  display: table;
}

section.category-overview ul.category-overview-accessories:after {
  clear: both;
}

section.category-overview ul.category-overview-accessories {
  *zoom: 1;
}

section.category-overview ul.category-overview-accessories li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 50%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  list-style: none;
  padding: 0 10px;
  margin-bottom: 20px;
  /* h2|  titel van de category */
}

@media (min-width: 1px) {
  section.category-overview ul.category-overview-accessories li {
    float: left;
    width: 16.66666667%;
  }
}

@media (min-width: 1px) {
  section.category-overview ul.category-overview-accessories li {
    float: left;
    width: 16.66666667%;
  }
}

@media (min-width: 1px) {
  section.category-overview ul.category-overview-accessories li {
    float: left;
    width: 16.66666667%;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  section.category-overview ul.category-overview-accessories li.hidden-li {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.category-overview ul.category-overview-accessories li.hidden-li {
    display: none;
  }
}

section.category-overview ul.category-overview-accessories li a,
section.category-overview ul.category-overview-accessories li span {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
}

section.category-overview ul.category-overview-accessories li a:hover h2,
section.category-overview ul.category-overview-accessories li a:focus h2 {
  background: #262626;
  color: white;
}

section.category-overview ul.category-overview-accessories li img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}

section.category-overview ul.category-overview-accessories li h2 {
  font: 400 1.4em/2em "Montserrat", Sans-serif;
  color: #1a1a1a;
  background: #F4F4F4;
  text-transform: none;
  text-align: center;
  padding: 5px;
}

section.category-overview ul.category-overview-accessories li h2:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\F178";
  padding-left: 5px;
}

/* OVERZICHT SUBCATEGORY */
ul.subcategorie-overview {
  margin-left: -30px;
  margin-right: -30px;
}

section.markets ul.subcategorie-overview {
  margin-left: -20px;
  right: -20px;
}

ul.subcategorie-overview li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  list-style: none;
  margin-bottom: 40px;
  padding: 0px 30px;
}

@media (min-width: 1px) {
  ul.subcategorie-overview li {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  ul.subcategorie-overview li {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  ul.subcategorie-overview li {
    float: left;
    width: 33.33333333%;
  }
}

ul.subcategorie-overview li img {
  display: block;
  width: 100%;
}

ul.subcategorie-overview li h3 {
  font: 300 1.5em "Montserrat", Sans-serif;
  padding: 4%;
  text-align: center;
  width: 100%;
  min-height: 90px;
}

ul.subcategorie-overview li a {
  color: #1a1a1a;
  display: block;
  text-decoration: none;
}

ul.subcategorie-overview li a:hover, ul.subcategorie-overview li a:focus {
  color: #96c11f;
}

section.pageright {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  /* filters bovenaan desktop */
  /* Aantal per pagina */
  /* Geselecteerde filters */
  /* txt-bottom */
  /* OVERZICHT SUBCATEGORY */
  /* product-overzicht indien links */
}

@media (min-width: 1px) {
  section.pageright {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.pageright {
    float: left;
    width: 75%;
  }
}

@media (min-width: 1px) {
  section.pageright {
    float: left;
    width: 83.33333333%;
  }
}

section.pageright a.showfilters {
  font: 600 1.6em "Montserrat", Sans-serif;
}

section.pageright a#showLeftFilters {
  background: #96c11f url("../images/css/arrow-left.png") no-repeat 15px center;
  background-size: 8px;
  border-bottom: 3px solid #749518;
  color: white;
  float: left;
  height: 40px;
  line-height: 38px;
  margin-bottom: 30px;
  padding: 0 20px 0 30px;
  text-decoration: none;
  text-indent: initial;
  text-transform: uppercase;
  text-align: center;
  width: 180px;
}

@media (max-width: 1px) {
  section.pageright a#showLeftFilters {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.pageright a#showLeftFilters {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  section.pageright a#showLeftFilters {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.pageright a#showLeftFilters {
    display: none;
  }
}

@media (min-width: 2px) {
  section.pageright a#showLeftFilters {
    display: none;
  }
}

section.pageright a#showLeftFilters:hover, section.pageright a#showLeftFilters:focus {
  background: #1a1a1a url("../images/css/arrow-left.png") no-repeat 15px center;
  background-size: 8px;
  border-bottom-color: #010101;
}

@media (max-width: 1px) {
  section.pageright a#showLeftFilters {
    margin: 0;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.pageright a#showLeftFilters {
    display: block;
  }
}

section.pageright a#showLeftFilters span {
  background: none;
  display: block;
  height: 100%;
  left: 8px;
  top: auto;
  width: 100%;
}

section.pageright a#showLeftFilters span.hidden {
  display: none;
}

section.pageright a#showLeftFilters span:after, section.pageright a#showLeftFilters span:before {
  content: initial;
}

section.pageright nav.filter-block {
  background: #f2f2f2;
  float: left;
  margin: 10px 0 20px 0;
  padding: 10px;
  width: 100%;
}

@media (max-width: 1px) {
  section.pageright nav.filter-block {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.pageright nav.filter-block {
    display: none;
  }
}

section.pageright nav.filter-block ul {
  float: left;
  margin-left: 0;
  width: 100%;
}

section.pageright nav.filter-block ul input[type="checkbox"] {
  display: none;
}

section.pageright nav.filter-block ul.filter {
  margin-left: -2%;
  width: 102%;
}

section.pageright nav.filter-block ul.view {
  float: right;
  width: auto;
}

section.pageright nav.filter-block ul.view li {
  width: 100%;
}

section.pageright nav.filter-block ul > li {
  background: white;
  float: left;
  margin-left: 2%;
  list-style: none;
  position: relative;
  width: 23%;
}

section.pageright nav.filter-block ul > li.sort {
  background: #f2f2f2;
}

section.pageright nav.filter-block ul > li > a {
  border: 1px solid #d9d9d9;
  background: url("/images/css/arrow-filters.png") no-repeat 95% center;
  color: #1a1a1a;
  display: block;
  font: 400 1.4em "Montserrat", Sans-serif;
  height: 30px;
  padding: 2%;
  text-decoration: none;
  width: 100%;
}

@media (min-width: 1px) and (max-width: 1px) {
  section.pageright nav.filter-block ul > li > a {
    font-size: 1.3em;
    line-height: 1.6em;
  }
}

section.pageright nav.filter-block ul > li > a span {
  background: #96c11f;
  float: left;
  height: 12px;
  margin: 3px 5px 0 0;
  text-indent: -9999px;
  width: 12px;
}

section.pageright nav.filter-block ul > li > a strong {
  font-weight: normal;
}

section.pageright nav.filter-block ul > li > a:hover, section.pageright nav.filter-block ul > li > a:focus {
  color: black;
}

section.pageright nav.filter-block ul > li > a.blockview {
  border: none;
  background: url("../images/css/icon-view.png") no-repeat left top;
  float: left;
  height: 30px;
  margin-right: 5px;
  text-indent: -9999px;
  width: 30px;
}

section.pageright nav.filter-block ul > li > a.blockview:hover, section.pageright nav.filter-block ul > li > a.blockview:focus, section.pageright nav.filter-block ul > li > a.blockview.active {
  background-position: left bottom;
}

section.pageright nav.filter-block ul > li > a.listview {
  border: none;
  background: url("../images/css/icon-view.png") no-repeat right top;
  float: left;
  height: 30px;
  text-indent: -9999px;
  width: 30px;
}

section.pageright nav.filter-block ul > li > a.listview:hover, section.pageright nav.filter-block ul > li > a.listview:focus, section.pageright nav.filter-block ul > li > a.listview.active {
  background-position: right bottom;
}

section.pageright nav.filter-block ul > li ul {
  background: white;
  border: 1px solid #d9d9d9;
  border-top: none;
  display: none;
  padding: 10px 0;
  margin: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
}

section.pageright nav.filter-block ul > li ul.open-dropdown {
  display: block;
}

section.pageright nav.filter-block ul > li ul li {
  float: left;
  margin: 0;
  padding: 2px 0;
  width: 100%;
}

section.pageright nav.filter-block ul > li ul li.autocomplete-wrap {
  float: left;
  padding: 10px;
  width: 100%;
}

section.pageright nav.filter-block ul > li ul li.autocomplete-wrap.small {
  padding: 0 10px;
}

section.pageright nav.filter-block ul > li ul li.autocomplete-wrap input[type="text"], section.pageright nav.filter-block ul > li ul li.autocomplete-wrap input[type="search"] {
  background: url(../images/css/icon-search-filter.png) no-repeat 95% center;
  border: 1px solid #d9d9d9;
  float: left;
  margin-bottom: 5px;
  padding: 3%;
  width: 94%;
}

section.pageright nav.filter-block ul > li ul li.autocomplete-wrap input[type="submit"], section.pageright nav.filter-block ul > li ul li.autocomplete-wrap input[type="button"] {
  background: #f2f2f2;
  border: none;
  color: #1a1a1a;
  height: 30px;
  float: left;
  margin: 0px 0;
  width: 100%;
}

section.pageright nav.filter-block ul > li ul li.autocomplete-wrap input[type="submit"]:hover, section.pageright nav.filter-block ul > li ul li.autocomplete-wrap input[type="submit"]:focus, section.pageright nav.filter-block ul > li ul li.autocomplete-wrap input[type="button"]:hover, section.pageright nav.filter-block ul > li ul li.autocomplete-wrap input[type="button"]:focus {
  background: #96c11f;
  color: white;
}

section.pageright nav.filter-block ul > li ul li.autocomplete-wrap ul {
  opacity: 1;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
  border: none;
  display: block;
  max-height: 100px;
  padding: 0;
  position: relative;
  width: 100%;
}

section.pageright nav.filter-block ul > li ul li.autocomplete-wrap ul div.overview {
  width: 100%;
}

section.pageright nav.filter-block ul > li ul li.autocomplete-wrap ul li {
  border: none !important;
  list-style: none;
  padding: 0px 0;
}

section.pageright nav.filter-block ul > li ul li.autocomplete-wrap ul li a {
  border: none;
  background: url("../images/css/checkbox.png") no-repeat left 4px;
  color: #1a1a1a;
  padding: 0 0 0 13%;
  width: 87%;
}

section.pageright nav.filter-block ul > li ul li.autocomplete-wrap ul li a:hover, section.pageright nav.filter-block ul > li ul li.autocomplete-wrap ul li a:focus {
  color: black;
  text-decoration: underline;
  background-image: url("../images/css/checkbox-hover.png");
}

section.pageright nav.filter-block ul > li ul li.autocomplete-wrap ul li a:hover strong, section.pageright nav.filter-block ul > li ul li.autocomplete-wrap ul li a:focus strong {
  text-decoration: underline;
}

section.pageright nav.filter-block ul > li ul li.autocomplete-wrap ul li.active a {
  background-image: url("../images/css/checkbox-active.png");
}

section.pageright nav.filter-block ul > li ul li a {
  background: none;
  border: none;
  border-top: 1px solid #d9d9d9;
  float: left;
  font: 400 1.4em "Montserrat", Sans-serif;
  height: auto;
  margin: 0 3%;
  padding: 8px 0;
  width: 94%;
  border: none;
  background: url("../images/css/checkbox.png") no-repeat left 4px;
  padding: 0 0 0 13%;
  width: 87%;
}

@media (min-width: 1px) and (max-width: 1px) {
  section.pageright nav.filter-block ul > li ul li a {
    font-size: 1.3em;
    line-height: 1.6em;
  }
}

section.pageright nav.filter-block ul > li ul li a:hover, section.pageright nav.filter-block ul > li ul li a:focus {
  text-decoration: underline;
  background-image: url("../images/css/checkbox-hover.png");
}

section.pageright nav.filter-block ul > li ul li a:hover strong, section.pageright nav.filter-block ul > li ul li a:focus strong {
  text-decoration: underline;
}

section.pageright nav.filter-block ul > li ul li a span {
  background: #96c11f;
  float: left;
  height: 12px;
  margin: 3px 5px 0 0;
  text-indent: -9999px;
  width: 12px;
}

section.pageright nav.filter-block ul > li ul li a strong {
  float: left;
  font-weight: normal;
}

section.pageright nav.filter-block ul > li ul li.active a {
  background-image: url("../images/css/checkbox-active.png");
}

section.pageright nav.filter-block ul > li ul li:first-child a {
  border: none;
}

section.pageright nav.number-pages {
  float: left;
  margin: 0px;
  margin-top: 20px;
  padding: 10px 0;
  width: 100%;
}

section.pageright nav.number-pages div.wrap {
  float: right;
}

@media (min-width: 1px) and (max-width: 1px) {
  section.pageright nav.number-pages a.showfilters {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.pageright nav.number-pages a.showfilters {
    display: none;
  }
}

section.pageright nav.number-pages ul {
  float: right;
}

section.pageright nav.number-pages ul li {
  border-left: 1px solid #d9d9d9;
  float: left;
  font: 400 1.3em "Montserrat", Sans-serif;
  list-style: none;
  padding: 3px 10px;
}

section.pageright nav.number-pages ul li a {
  color: #1a1a1a;
  text-decoration: none;
}

section.pageright nav.number-pages ul li a:hover, section.pageright nav.number-pages ul li a:focus {
  color: black;
}

@media (max-width: 1px) {
  section.pageright nav.number-pages ul li {
    padding: 3px 5px;
  }
}

section.pageright nav.number-pages ul li.active {
  border-bottom: 3px solid #96c11f;
}

section.pageright nav.number-pages ul li:first-child {
  border-left: none;
}

@media (max-width: 1px) {
  section.pageright nav.number-pages ul li:first-child {
    display: none;
  }
}

section.pageright nav.number-pages ul li ul li:first-child {
  font-weight: 400;
}

section.pageright nav.number-pages ul.products-per-page {
  float: left;
  margin-right: 20px;
  padding-top: 8px;
}

@media (max-width: 1px) {
  section.pageright nav.number-pages ul.products-per-page {
    display: none;
  }
}

section.pageright nav.number-pages ul.products-per-page li {
  border: 0;
  line-height: 30px;
  margin-left: 10px;
  padding: 0;
  border-bottom-width: 2px;
}

section.pageright nav.number-pages ul.products-per-page li:first-child {
  margin-left: 0;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.pageright nav.number-pages ul.products-per-page li:first-child {
    display: none;
  }
}

section.pageright nav.number-pages ul.products-per-page li a,
section.pageright nav.number-pages ul.products-per-page li span {
  background: #f2f2f2;
  display: block;
  height: 30px;
  padding: 0 7px;
  text-align: center;
  min-width: 30px;
}

section.pageright nav.number-pages ul.products-per-page li a:hover, section.pageright nav.number-pages ul.products-per-page li a:focus {
  background: #1a1a1a;
  color: white;
}

section.pageright nav.number-pages ul.products-per-page li span {
  background: #96c11f;
  color: white;
}

section.pageright nav.number-pages ul.products-per-page li a {
  text-decoration: none;
}

section.pageright nav.number-pages ul.products-per-page li.active {
  color: #1a1a1a;
  border-bottom-color: #1a1a1a;
}

section.pageright nav.number-pages ul.view {
  border-left: 1px solid #d9d9d9;
  margin-top: 5px;
  padding: 9px 0 9px 20px;
}

@media (max-width: 1px) {
  section.pageright nav.number-pages ul.view {
    margin-top: 2px;
  }
}

section.pageright nav.number-pages ul.view li {
  border: none;
  float: left;
  height: 20px;
  padding: 0 5px;
  width: 30px;
}

section.pageright nav.number-pages ul.view li a {
  background: url("../images/css/icon-view.png") no-repeat top left;
  display: block;
  height: 20px;
  text-decoration: none;
  width: 20px;
}

section.pageright nav.number-pages ul.view li a:hover, section.pageright nav.number-pages ul.view li a:focus {
  opacity: 0.5;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
}

section.pageright nav.number-pages ul.view li.block a {
  background: url(../images/css/icon-block-view.png) no-repeat center center;
}

section.pageright nav.number-pages ul.view li.block.active a {
  background: url(../images/css/icon-block-view-active.png) no-repeat center center;
}

section.pageright nav.number-pages ul.view li.list a {
  background: url(../images/css/icon-list-view.png) no-repeat center center;
}

section.pageright nav.number-pages ul.view li.list.active a {
  background: url(../images/css/icon-list-view-active.png) no-repeat center center;
}

section.pageright nav.number-pages ul.view li.active {
  border-bottom: none;
}

section.pageright nav.number-pages ul.view li.list a:hover, section.pageright nav.number-pages ul.view li.list a:focus {
  opacity: 0.5;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
}

@media (max-width: 1px) {
  section.pageright nav.number-pages ul.view li:first-child {
    display: block;
  }
}

@media (max-width: 1px) {
  section.pageright nav.number-pages ul.view {
    border-right: 0;
  }
}

section.pageright nav.number-pages ul.sort {
  float: right;
  width: 32%;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.pageright nav.number-pages ul.sort {
    width: 230px;
  }
}

@media (max-width: 1px) {
  section.pageright nav.number-pages ul.sort {
    display: none;
  }
}

section.pageright nav.number-pages ul.sort input[type="checkbox"] {
  display: none;
}

section.pageright nav.number-pages ul.sort > li {
  float: left;
  list-style: none;
  padding: 0;
  font-size: 10px;
  position: relative;
  width: 100%;
}

section.pageright nav.number-pages ul.sort > li:hover ul, section.pageright nav.number-pages ul.sort > li:focus ul {
  display: block;
}

section.pageright nav.number-pages ul.sort > li > a {
  border: 1px solid #d9d9d9;
  background: url("/images/css/arrow-filters.png") no-repeat right center;
  color: #1a1a1a;
  display: block;
  height: 35px;
  line-height: 33px;
  font-size: 1.5em;
  padding: 0 18px;
  text-decoration: none;
  width: 100%;
}

section.pageright nav.number-pages ul.sort > li > a span {
  background: #96c11f;
  float: left;
  height: 12px;
  margin: 3px 5px 0 0;
  text-indent: -9999px;
  width: 12px;
}

section.pageright nav.number-pages ul.sort > li > a strong {
  font-weight: normal;
}

section.pageright nav.number-pages ul.sort > li > a:hover, section.pageright nav.number-pages ul.sort > li > a:focus {
  color: black;
}

section.pageright nav.number-pages ul.sort > li ul {
  border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: white;
  border: 1px solid #d9d9d9;
  display: none;
  left: 0px;
  margin-top: -2.5px;
  position: absolute;
  z-index: 2;
  width: 100%;
}

section.pageright nav.number-pages ul.sort > li ul li {
  border-left: 0;
  padding: 0;
  float: left;
  width: 100%;
}

section.pageright nav.number-pages ul.sort > li ul li a {
  background: none;
  border: none;
  border-top: 1px solid #d9d9d9;
  color: #1a1a1a;
  float: left;
  height: auto;
  font-size: 1.1em;
  padding: 8px 18px;
  text-decoration: none;
  width: 100%;
}

section.pageright nav.number-pages ul.sort > li ul li a:hover, section.pageright nav.number-pages ul.sort > li ul li a:focus {
  color: black;
}

section.pageright nav.number-pages ul.sort > li ul li a span {
  background: #96c11f;
  float: left;
  height: 12px;
  margin: 3px 5px 0 0;
  text-indent: -9999px;
  width: 12px;
}

section.pageright nav.number-pages ul.sort > li ul li a strong {
  float: left;
  font-weight: normal;
}

section.pageright nav.number-pages ul.sort > li ul li:hover a, section.pageright nav.number-pages ul.sort > li ul li:focus a {
  background: #f7f7f7;
}

section.pageright nav.number-pages ul.sort > li ul li:first-child a {
  border: none;
}

section.pageright nav.selectedfilters {
  float: left;
  padding: 0 0 20px 0;
  width: 65%;
  margin-left: -10px;
}

section.pageright nav.selectedfilters ul {
  float: none;
}

section.pageright nav.selectedfilters ul li {
  float: left;
  font: 200 1.6em "Montserrat", Sans-serif;
  border: none;
  list-style: none;
  margin-bottom: 5px;
  margin-right: 5px;
  padding-right: 0px;
}

section.pageright nav.selectedfilters ul li:first-child {
  padding-top: 5px;
  padding-right: 10px;
  font-weight: bold;
}

section.pageright nav.selectedfilters ul li a {
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #d9d9d9;
  color: #1a1a1a;
  display: block;
  text-decoration: none;
}

section.pageright nav.selectedfilters ul li a:before, section.pageright nav.selectedfilters ul li a:after {
  content: " ";
  display: table;
}

section.pageright nav.selectedfilters ul li a:after {
  clear: both;
}

section.pageright nav.selectedfilters ul li a {
  *zoom: 1;
}

section.pageright nav.selectedfilters ul li a:hover, section.pageright nav.selectedfilters ul li a:focus {
  background: #f2f2f2;
  color: black;
}

section.pageright nav.selectedfilters ul li a:hover span, section.pageright nav.selectedfilters ul li a:focus span {
  color: black;
}

section.pageright nav.selectedfilters ul li a strong,
section.pageright nav.selectedfilters ul li a span {
  float: left;
  padding: 4px 8px;
}

section.pageright nav.selectedfilters ul li a strong {
  font-weight: 200;
  font-size: 0.95em;
}

section.pageright nav.selectedfilters ul li a span {
  font-size: 0.9em;
  padding-left: 10px;
  padding-bottom: 5px;
  border-left: 1px solid #d9d9d9;
}

section.pageright nav.selectedfilters ul li a.delete-filters span {
  background: #f2f2f2;
}

section.pageright nav.selectedfilters ul li a.delete-filters:hover span, section.pageright nav.selectedfilters ul li a.delete-filters:focus span {
  border-radius: 0px 5px 5px 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: black;
  color: white;
}

section.pageright div.txt-bottom {
  float: left;
  margin-top: 40px;
  width: 100%;
  font-size: 9px;
}

section.pageright div.txt-bottom h2 {
  color: #96c11f;
  font: 700 1.8em "Montserrat", Sans-serif;
}

section.pageright div.txt-bottom ul li {
  font-size: 1.6em;
  line-height: 1.8em;
}

@media (max-width: 1px) {
  section.pageright.customerzone div.box-info {
    margin-top: 30px;
  }
}

section.pageright ul.subcategorie-overview {
  margin-left: -10px;
  margin-right: -10px;
}

section.pageright ul.subcategorie-overview:before, section.pageright ul.subcategorie-overview:after {
  content: " ";
  display: table;
}

section.pageright ul.subcategorie-overview:after {
  clear: both;
}

section.pageright ul.subcategorie-overview {
  *zoom: 1;
}

section.pageright ul.subcategorie-overview li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  list-style: none;
  margin-bottom: 20px;
}

@media (min-width: 1px) {
  section.pageright ul.subcategorie-overview li {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) {
  section.pageright ul.subcategorie-overview li {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) {
  section.pageright ul.subcategorie-overview li {
    float: left;
    width: 25%;
  }
}

section.pageright ul.subcategorie-overview li a {
  color: #1a1a1a;
  display: block;
  text-decoration: none;
}

section.pageright ul.subcategorie-overview li a:hover, section.pageright ul.subcategorie-overview li a:focus {
  color: #96c11f;
}

section.pageright ul.subcategorie-overview li a img {
  display: block;
  width: 100%;
}

section.pageright ul.subcategorie-overview li a h3 {
  border-bottom: 3px solid #96c11f;
  font: 400 1.5em "Montserrat", Sans-serif;
  padding: 4%;
  text-align: center;
  width: 100%;
}

section.pageright ul.product-overview li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.pageright ul.product-overview li {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  section.pageright ul.product-overview li {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  section.pageright ul.product-overview li {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 2px) {
  section.pageright ul.product-overview li {
    position: relative;
    /* Prevent columns from collapsing when empty*/
    min-height: 1px;
    /* Inner gutter via padding*/
    padding-left: 10px;
    padding-right: 10px;
    /* Calculate width based on number of columns available*/
  }
}

@media (min-width: 2px) and (min-width: 1px) {
  section.pageright ul.product-overview li {
    float: left;
    width: 33.33333333%;
  }
}

section.pageright ul.product-overview.list li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.pageright ul.product-overview.list li {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.pageright ul.product-overview.list li {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.pageright ul.product-overview.list li {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  section.pageright ul.product-overview.list li {
    position: relative;
    /* Prevent columns from collapsing when empty*/
    min-height: 1px;
    /* Inner gutter via padding*/
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 100%;
  }
}

section.pageright.giftcard {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.pageright.giftcard {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.pageright.giftcard {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.pageright.giftcard {
    float: left;
    width: 100%;
  }
}

section.pageright.giftcard ul.product-overview {
  margin-top: 30px;
}

section.category-text {
  /* category omschrijving */
}

section.category-text h1 {
  float: left;
  font: 700 2.8em/45px "Montserrat", Sans-serif;
  margin-bottom: 0px;
  width: 100%;
}

section.category-text section.categorydesc {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 9px;
  margin-left: -10px;
  margin-right: -10px;
}

section.category-text section.categorydesc:before, section.category-text section.categorydesc:after {
  content: " ";
  display: table;
}

section.category-text section.categorydesc:after {
  clear: both;
}

section.category-text section.categorydesc {
  *zoom: 1;
}

@media (max-width: 1px) {
  section.category-text section.categorydesc {
    display: none;
  }
}

section.category-text section.categorydesc figure {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.category-text section.categorydesc figure {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  section.category-text section.categorydesc figure {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) {
  section.category-text section.categorydesc figure {
    float: left;
    width: 25%;
  }
}

section.category-text section.categorydesc figure img {
  width: 100%;
}

section.category-text section.categorydesc figure.banner {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.category-text section.categorydesc figure.banner {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.category-text section.categorydesc figure.banner {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.category-text section.categorydesc figure.banner {
    float: left;
    width: 100%;
  }
}

section.category-text section.categorydesc div.txt {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.category-text section.categorydesc div.txt {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width: 1px) {
  section.category-text section.categorydesc div.txt {
    float: left;
    width: 75%;
  }
}

@media (min-width: 1px) {
  section.category-text section.categorydesc div.txt {
    float: left;
    width: 75%;
  }
}

section.category-text section.categorydesc div.txt.large {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.category-text section.categorydesc div.txt.large {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.category-text section.categorydesc div.txt.large {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.category-text section.categorydesc div.txt.large {
    float: left;
    width: 100%;
  }
}

section.category-text section.categorydesc div.txt.large ul li, section.category-text section.categorydesc div.txt.large ol li {
  font-size: 1.6em;
  line-height: 1.6em;
}

ul.product-overview {
  margin-left: -10px;
  margin-right: -10px;
  /** indien large phone | small tablet */
  /*@include breakpoint(col-sm-md)
  {
      li
      {
          float: left!important;
          width: 50%!important;
      }
  }*/
  /*--- LIST VIEW --*/
}

ul.product-overview:before, ul.product-overview:after {
  content: " ";
  display: table;
}

ul.product-overview:after {
  clear: both;
}

ul.product-overview {
  *zoom: 1;
}

ul.product-overview.slick-slider input[type="submit"] {
  font-size: 1.4em;
  background-position: 5% center !important;
}

ul.product-overview li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  list-style: none;
  min-height: 0;
  height: auto;
  margin-bottom: 20px;
  position: relative;
  font-size: 9px;
}

@media (min-width: 1px) {
  ul.product-overview li {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  ul.product-overview li {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  ul.product-overview li {
    float: left;
    width: 33.33333333%;
  }
}

ul.product-overview li a {
  transition: all 0.2s ease;
  color: #1a1a1a;
  display: block;
  /*overflow: hidden;*/
  text-decoration: none;
  position: relative;
  width: 100%;
  /* img */
  /* h3 | titel van het product */
  /* h4 | Prijs van het product */
}

ul.product-overview li a:before, ul.product-overview li a:after {
  content: " ";
  display: table;
}

ul.product-overview li a:after {
  clear: both;
}

ul.product-overview li a {
  *zoom: 1;
}

ul.product-overview li a:hover div.title strong, ul.product-overview li a:focus div.title strong {
  color: #1a1a1a;
}

ul.product-overview li a div.counter {
  background: white;
  border-top: 1px solid #e6e5e5;
  border-right: 1px solid #e6e5e5;
  color: #4d4d4d;
  display: none;
  height: 20px;
  line-height: 0px;
  padding: 10px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 40px;
  z-index: 1;
}

ul.product-overview li a figure {
  background: white;
  border: 1px solid #e6e5e5;
  display: block;
  float: left;
  position: relative;
  width: 100%;
}

ul.product-overview li a figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

ul.product-overview li a figure.hidden {
  display: none;
}

ul.product-overview li a figure.visible {
  display: block;
}

ul.product-overview li a div.wrap {
  float: left;
  height: 240px;
  max-height: 240px;
  padding: 0px;
  position: relative;
  width: 100%;
}

.other-watched ul.product-overview li a div.wrap {
  height: 200px;
  max-height: 200px;
}

ul.product-overview li a div.title {
  color: #1a1a1a;
  margin-top: 10px;
  min-height: 0px;
  max-height: 52px;
  padding: 10px 0 0 0;
  position: relative;
  width: 100%;
}

ul.product-overview li a div.title:before, ul.product-overview li a div.title:after {
  content: " ";
  display: table;
}

ul.product-overview li a div.title:after {
  clear: both;
}

ul.product-overview li a div.title {
  *zoom: 1;
}

ul.product-overview li a div.title strong {
  float: left;
  font: 300 1.6em/22px "Montserrat", Sans-serif;
  max-height: 49px;
  overflow: hidden;
  width: 100%;
  color: #1a1a1a;
  height: 53px;
  letter-spacing: 0px;
  overflow: hidden;
}

ul.product-overview li a div.title strong:before, ul.product-overview li a div.title strong:after {
  content: " ";
  display: table;
}

ul.product-overview li a div.title strong:after {
  clear: both;
}

ul.product-overview li a div.title strong {
  *zoom: 1;
}

ul.product-overview li a div.title span {
  color: #676666;
  float: left;
  margin-top: 5px;
  font: 400 1.3em/1.2em "Montserrat", Sans-serif;
  width: 100%;
}

ul.product-overview li a div.price {
  position: static;
  overflow: hidden;
  padding-top: 10px;
  width: 65%;
  float: left;
}

ul.product-overview li a div.price:before, ul.product-overview li a div.price:after {
  content: " ";
  display: table;
}

ul.product-overview li a div.price:after {
  clear: both;
}

ul.product-overview li a div.price {
  *zoom: 1;
}

ul.product-overview li a div.price strong {
  color: #1a1a1a;
  display: block;
  font: 800 2em/23px "Montserrat", Sans-serif;
  line-height: auto;
  vertical-align: bottom;
}

ul.product-overview li a div.price strong.text {
  font-size: 1.5em;
}

ul.product-overview li a div.price small.price {
  text-decoration: none;
  font-weight: 400;
  font-size: 1.4em;
  color: #1a1a1a;
  display: block;
}

ul.product-overview li a div.price span {
  color: #343333;
  display: block;
  font: 400 1.4em/1em "Montserrat", Sans-serif;
  padding-top: 5px;
  text-decoration: line-through;
  vertical-align: bottom;
  font-style: italic;
  color: #999999;
}

@media (min-width: 1px) and (max-width: 2px) {
  ul.product-overview li a div.price {
    margin-top: 5px;
  }
  ul.product-overview li a div.price strong {
    margin-bottom: 5px;
  }
}

ul.product-overview li a div.add-to-cart-button {
  float: right;
}

ul.product-overview li a div.add-to-cart-button form div.box {
  margin: 5px 0px;
}

ul.product-overview li a div.add-to-cart-button form div.box input[type="submit"] {
  width: 40px !important;
  text-indent: -9999%;
  background-position: center !important;
}

ul.product-overview li span.label {
  border-bottom: 2px solid #666666;
  background: #96c11f;
  color: white;
  font: 700 1.4em "Montserrat", Sans-serif;
  letter-spacing: 1px;
  padding: 10px 20px;
  position: absolute;
  right: 5px;
  top: 15px;
  text-transform: uppercase;
  width: auto;
}

ul.product-overview li span.label:after {
  content: "";
  bottom: -6px;
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: #666666 transparent transparent transparent;
}

ul.product-overview li div.stock-delivery {
  float: left;
  padding-top: 5px;
  width: 100%;
}

ul.product-overview li div.stock-delivery strong.stock {
  background: url(../images/css/icon-stock-ok.png) no-repeat left center;
  color: #96c11f;
  float: left;
  font: 400 1.4em "Montserrat", Sans-serif;
  padding: 3px 0 3px 24px;
  /*&.no-stock
        {
            background-image: url(../images/css/icon-stock-not.png);
            color: $error;
        }*/
}

ul.product-overview li div.stock-delivery strong.stock.no-stock, ul.product-overview li div.stock-delivery strong.stock.warning {
  color: #ffa800;
  background: url(../images/css/icon-stock-warning.png) no-repeat left center;
}

ul.product-overview li div.stock-delivery div strong {
  display: none;
}

ul.product-overview li div.stock-delivery span {
  border-left: 1px solid #d9d9d9;
  float: left;
  font: 400 1.4em "Montserrat", Sans-serif;
  text-align: right;
  padding-left: 10px;
  margin-left: 10px;
  margin-top: 5px;
}

ul.product-overview li div.stock-delivery span.display-none {
  display: none;
}

ul.product-overview li div.techinfo {
  clear: both;
}

ul.product-overview li div.techinfo:before, ul.product-overview li div.techinfo:after {
  content: " ";
  display: table;
}

ul.product-overview li div.techinfo:after {
  clear: both;
}

ul.product-overview li div.techinfo {
  *zoom: 1;
}

ul.product-overview li div.techinfo ul {
  margin-left: 20px;
  margin-top: 5px;
}

ul.product-overview li div.techinfo ul li {
  list-style: url(../images/css/icon-techinfo.png);
  font-size: 1.5em;
  width: 100%;
  float: none;
  margin: 5px 0px;
}

ul.product-overview li div.comparison {
  border-top: 1px solid #d9d9d9;
  float: left;
  padding-top: 10px;
  position: relative;
  width: 100%;
  /*actionbox*/
}

ul.product-overview li div.comparison input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}

ul.product-overview li div.comparison label {
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
  font-size: 1.5em;
  vertical-align: middle;
}

ul.product-overview li div.comparison div.actionbox {
  background: white;
  border: 1px solid #d9d9d9;
  box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.24);
  margin-top: 10px;
  padding: 15px;
  position: absolute;
  top: 100%;
  z-index: 98;
}

ul.product-overview li div.comparison div.actionbox p {
  margin: 0;
}

ul.product-overview li div.comparison div.actionbox span {
  display: block;
}

@media (min-width: 1px) and (max-width: 1px) {
  ul.product-overview.list li {
    width: 100% !important;
  }
}

ul.product-overview.list li a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: left;
  width: 100%;
}

ul.product-overview.list li a h4 strong {
  font-size: 1.6em;
}

ul.product-overview.list li a div.shortdesc {
  float: left;
  width: 100%;
}

@media (max-width: 1px) {
  ul.product-overview.list li a div.shortdesc {
    display: none;
  }
}

ul.product-overview.list li a div.shortdesc p {
  font: 400 1.4em "Montserrat", Sans-serif;
}

ul.product-overview.list li a div.shortdesc p strong {
  font-size: 1em;
}

ul.product-overview.list li a div.shortdesc ul li,
ul.product-overview.list li a div.shortdesc ol li {
  color: #1a1a1a;
  font: 400 1.4em "Montserrat", Sans-serif;
  margin: 0;
}

ul.product-overview.list li a div.shortdesc ul li {
  list-style: square inside;
  padding: 0;
}

ul.product-overview.list li a figure {
  display: inline-block;
  float: none;
  vertical-align: middle;
  width: 20%;
}

@media (max-width: 1px) {
  ul.product-overview.list li a figure {
    border-bottom: 0;
    width: 40%;
  }
}

ul.product-overview.list li a figure img {
  position: static;
}

ul.product-overview.list li a div.wrap {
  display: inline-block;
  float: none;
  height: auto;
  max-height: initial;
  padding-left: 20px;
  position: static;
  vertical-align: middle;
  width: 70%;
}

@media (max-width: 1px) {
  ul.product-overview.list li a div.wrap {
    width: 58%;
  }
}

ul.product-overview.list li a div.title {
  display: inline-block;
  float: none;
  height: auto;
  min-height: 0;
  vertical-align: middle;
  width: 100%;
  /*span.productbrand
          {
              width: 100%;
          }*/
}

ul.product-overview.list li a div.title p {
  color: #1a1a1a;
  float: left;
  margin-top: 10px;
}

ul.product-overview.list li a div.price {
  display: inline-block;
  float: none;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}

ul.product-overview.list li a span.readmore {
  background: #96c11f;
  color: white;
  font: 700 1.4em "Montserrat", Sans-serif;
  height: 40px;
  line-height: 38px;
  margin-top: -15px;
  padding: 0 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  text-transform: uppercase;
  border-bottom: 3px solid #749518;
  width: auto;
}

ul.product-overview.list li a span.readmore:hover, ul.product-overview.list li a span.readmore:focus {
  background: #749518;
}

@media (max-width: 1px) {
  ul.product-overview.list li a span.readmore {
    float: left;
    position: static;
    margin-top: 30px;
    width: auto;
  }
}

ul.product-overview.list li a:hover div.title strong.productname, ul.product-overview.list li a:focus div.title strong.productname {
  color: #96c11f;
}

ul.product-overview.list li span.label {
  left: 6px;
  right: auto;
  top: 20px;
  width: auto;
}

ul.product-overview.list li span.label:after {
  border-width: 0 5px 5px 0;
  border-color: transparent #666 transparent transparent;
  left: 0;
  right: auto;
}

@media (max-width: 1px) {
  ul.product-overview.list li span.label {
    top: 10px;
  }
}

ul.product-overview.giftcard li a {
  border: none;
  padding: 0;
}

ul.product-overview.giftcard li a div.title {
  height: auto;
}

section.giftcard-wrap {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.giftcard-wrap {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width: 1px) {
  section.giftcard-wrap {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width: 1px) {
  section.giftcard-wrap {
    float: left;
    width: 66.66666667%;
  }
}

section.giftcard-wrap section.product-images {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.giftcard-wrap section.product-images {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.giftcard-wrap section.product-images {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.giftcard-wrap section.product-images {
    float: left;
    width: 100%;
  }
}

section.giftcard-wrap section.product-data {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.giftcard-wrap section.product-data {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.giftcard-wrap section.product-data {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.giftcard-wrap section.product-data {
    float: left;
    width: 100%;
  }
}

@media (max-width: 1px) {
  section.giftcard-wrap div.mobile-giftcard {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.giftcard-wrap div.mobile-giftcard {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  section.giftcard-wrap div.mobile-giftcard {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.giftcard-wrap div.mobile-giftcard {
    display: none;
  }
}

@media (min-width: 2px) {
  section.giftcard-wrap div.mobile-giftcard {
    display: none;
  }
}

/* -------------------------------------------------------- START PRODUCT IMAGES | foto's detail pagina*/
section.product-images {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  /* hoofdfoto's */
  /* thumbs */
}

@media (min-width: 1px) {
  section.product-images {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.product-images {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  section.product-images {
    float: left;
    width: 50%;
  }
}

@media (max-width: 1px) {
  section.product-images {
    margin-bottom: 20px;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.product-images {
    margin-bottom: 20px;
  }
}

section.product-images section.slider-wrap {
  position: relative;
}

section.product-images section.slider-wrap span.label {
  border-bottom: 2px solid #666666;
  background: #96c11f;
  color: white;
  font: 700 1.4em "Montserrat", Sans-serif;
  letter-spacing: 1px;
  padding: 10px 20px;
  position: absolute;
  left: -5px;
  top: 15px;
  text-transform: uppercase;
  width: auto;
}

section.product-images section.slider-wrap span.label:after {
  content: "";
  bottom: -6px;
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 0;
  border-color: transparent #666666 transparent transparent;
}

section.product-images section.slider-wrap div.border-wrap {
  border: 1px solid #d9d9d9;
  border-color: #e6e5e5;
  float: left;
  width: 100%;
}

section.product-images a.watchmoreimages {
  background: #f2f2f2;
  color: #1a1a1a;
  float: right;
  font: 400 1.2em/1.3em "Montserrat", Sans-serif;
  padding: 5px 10px;
  text-decoration: none;
}

section.product-images a.show-images {
  border: 1px solid #d9d9d9;
  background: url("../images/css/icon-gallery.png") no-repeat 10px center;
  color: #1a1a1a;
  float: left;
  font: 400 1.4em/1.3em "Montserrat", Sans-serif;
  margin: 20px 0 0 0;
  padding: 10px 10px 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
}

section.product-images a.show-images:hover, section.product-images a.show-images:focus {
  background-color: #1a1a1a;
  background-image: url("../images/css/icon-gallery-hover.png");
  color: white;
}

section.product-images ul.thumbs-large-prod {
  float: left;
  width: 100%;
}

section.product-images ul.thumbs-large-prod li {
  list-style: none;
  float: left;
  width: 100%;
}

section.product-images ul.thumbs-large-prod li a {
  display: block;
}

section.product-images ul.thumbs-large-prod li a img {
  float: left;
  width: 100%;
}

section.product-images ul.thumbs-large-prod li img {
  float: left;
  width: 100%;
}

section.product-images ul.thumbs-large-prod li iframe {
  float: left;
}

section.product-images div.zoomContainer img {
  float: left;
  width: 100%;
}

section.product-images ul.thumbs-small {
  margin-left: -10px;
  margin-right: -10px;
}

section.product-images ul.thumbs-small:before, section.product-images ul.thumbs-small:after {
  content: " ";
  display: table;
}

section.product-images ul.thumbs-small:after {
  clear: both;
}

section.product-images ul.thumbs-small {
  *zoom: 1;
}

@media (max-width: 1px) {
  section.product-images ul.thumbs-small {
    display: none;
  }
}

section.product-images ul.thumbs-small li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  list-style: none;
  margin-top: 20px;
}

@media (min-width: 1px) {
  section.product-images ul.thumbs-small li {
    float: left;
    width: 16.66666667%;
  }
}

@media (min-width: 1px) {
  section.product-images ul.thumbs-small li {
    float: left;
    width: 16.66666667%;
  }
}

@media (min-width: 1px) {
  section.product-images ul.thumbs-small li {
    float: left;
    width: 16.66666667%;
  }
}

section.product-images ul.thumbs-small li a {
  border: 1px solid #d9d9d9;
  border-color: #e6e5e5;
  display: block;
  position: relative;
  /*
                        &.active:after
                            {
                            content: "";
                            top: -6px;
                            position: absolute;
                            left: 50%;
                            margin-left: -7px;
                            width: 14px;
                            height: 8px;
                            background: url(/images/css/arrow-active-thumb.png);
                        }*/
}

section.product-images ul.thumbs-small li a img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}

section.product-images ul.thumbs-small li a span {
  height: 32px;
  max-width: 32px;
  position: absolute;
  left: 50%;
  margin: -16px 0 0 -16px;
  top: 50%;
  width: 32px;
  z-index: 2;
}

section.product-images ul.thumbs-small li a span img {
  max-width: 32px;
  margin: 0 auto;
  width: 100%;
}

section.product-images.giftcard div.wrap {
  background: #f2f2f2;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

section.product-images.giftcard div.wrap img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

section.product-images.giftcard div.wrap img:before, section.product-images.giftcard div.wrap img:after {
  content: " ";
  display: table;
}

section.product-images.giftcard div.wrap img:after {
  clear: both;
}

section.product-images.giftcard div.wrap img {
  *zoom: 1;
}

section.product-images.giftcard div.wrap div.price {
  color: #1a1a1a;
  float: left;
  font: 800 3em "Montserrat", Sans-serif;
  padding: 0 0 20px 20px;
  width: 50%;
}

section.product-images.giftcard div.wrap div.price strong {
  font-weight: 800;
}

/* -------------------------------------------------------- START PRODUCT DATA | INFO RECHTS PRODUCT FOTO'S*/
div.title.product {
  display: block;
  width: 100%;
  /*div.brand-wrap
  {
      @include clearfix;
      margin-top: 10px;
      width: 100%;
  }*/
}

div.title.product:before, div.title.product:after {
  content: " ";
  display: table;
}

div.title.product:after {
  clear: both;
}

div.title.product {
  *zoom: 1;
}

@media (max-width: 1px) {
  div.title.product {
    margin-top: 20px;
  }
}

div.title.product h1 {
  color: #1a1a1a;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 2.5em;
  float: left;
  width: 80%;
}

@media (min-width: 1px) and (max-width: 2px) {
  div.title.product h1 {
    width: 75%;
  }
}

@media (max-width: 1px) {
  div.title.product h1 {
    width: 100%;
  }
}

div.title.product div.back-wrap {
  float: left;
  width: 20%;
}

@media (min-width: 1px) and (max-width: 2px) {
  div.title.product div.back-wrap {
    width: 25%;
  }
}

@media (max-width: 1px) {
  div.title.product div.back-wrap {
    width: 100%;
  }
}

div.title.product div.back-wrap a.back-overview {
  background: #f2f2f2;
  border-bottom: 3px solid #e6e5e5;
  color: #1a1a1a;
  float: right;
  font-size: 1.2em;
  height: 40px;
  padding: 0 10px 0 30px;
  position: relative;
  line-height: 40px;
  text-decoration: none;
}

div.title.product div.back-wrap a.back-overview:before {
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
  zoom: 1;
  content: "";
  border: 1px solid #1a1a1a;
  border-top: 0;
  border-right: 0;
  height: 8px;
  margin-top: -3px;
  position: absolute;
  left: 15px;
  top: 50%;
  width: 8px;
}

div.title.product div.back-wrap a.back-overview:hover, div.title.product div.back-wrap a.back-overview:focus {
  background: #e6e5e5;
  border-bottom: 3px solid #d9d9d9;
}

div.title.product div.back-wrap a.back-overview:active {
  background: #d9d9d9;
  border-bottom: 1px solid #cccccc;
  margin-top: 2px;
  height: 38px;
}

section.product-data {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  /*span.brand,
  span.articlecode
  {
      border-left: $border;
      float: left;
      font: 400 1.4em $normal;
      padding: 0 5px;

      &:first-child
          {
          border-left: 0;
          padding-left: 0;
      }

      a
      {
          color: $textcolor;

          &:hover,
              &:focus
              {
              color: $dark;
              color: $dark;
          }
      }

      span
      {
          float: none;
      }
  }

  span.brand
  {
      border-left: 0;
      padding-left: 0;
  }*/
  /* korte omschrijving */
  /* prijs + voorraad */
  /* SETPAGINA */
  /** GIFTCARD **/
  /*OPTIONS*/
  /*USP*/
}

@media (min-width: 1px) {
  section.product-data {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.product-data {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  section.product-data {
    float: left;
    width: 50%;
  }
}

section.product-data div.icons {
  margin-top: 10px;
}

section.product-data div.icons:before, section.product-data div.icons:after {
  content: " ";
  display: table;
}

section.product-data div.icons:after {
  clear: both;
}

section.product-data div.icons {
  *zoom: 1;
}

@media (max-width: 1px) {
  section.product-data div.icons ul {
    padding-bottom: 0;
  }
}

section.product-data div.icons ul li {
  list-style: none;
  float: left;
  margin-left: 7px;
  margin-bottom: 7px;
}

section.product-data div.icons ul li img {
  max-width: 58px;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.product-data div.icons ul li img {
    max-width: 55px;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  section.product-data div.icons ul li img {
    max-width: 53px;
  }
}

section.product-data div.icons ul li:first-child {
  margin-left: 0px;
}

section.product-data div.box {
  border: 0;
  margin: 0;
  padding: 20px;
}

section.product-data div.box div.box {
  padding: 0;
}

section.product-data div.box div.box.soldout, section.product-data div.box div.box.mail-on-stock, section.product-data div.box div.box.last.buy {
  padding-top: 10px;
}

section.product-data div.shortdesc {
  margin: 20px 0 0 0;
  width: 100%;
}

section.product-data div.shortdesc:before, section.product-data div.shortdesc:after {
  content: " ";
  display: table;
}

section.product-data div.shortdesc:after {
  clear: both;
}

section.product-data div.shortdesc {
  *zoom: 1;
}

section.product-data div.shortdesc p {
  font: 400 1.4em/1.9em "Montserrat", Sans-serif;
}

section.product-data div.shortdesc ul li,
section.product-data div.shortdesc ol li {
  font: 400 1.4em "Montserrat", Sans-serif;
}

section.product-data div.stock-delivery {
  padding-top: 10px;
  clear: both;
}

@media (max-width: 1px) {
  section.product-data div.stock-delivery {
    clear: both;
    padding-top: 20px;
  }
}

section.product-data div.stock-delivery strong.stock {
  background: url(../images/css/icon-stock-ok.png) no-repeat left 2px;
  color: #96c11f;
  font: 700 1.5em "Montserrat", Sans-serif;
  padding: 3px 0 3px 24px;
  display: block;
  /*&.no-stock
      {
          background-image: url(../images/css/icon-stock-not.png);
          color: $error;
      }*/
}

section.product-data div.stock-delivery strong.stock a {
  color: #96c11f;
  text-decoration: none;
}

@media (max-width: 1px) {
  section.product-data div.stock-delivery strong.stock {
    float: none;
    width: 100%;
  }
}

section.product-data div.stock-delivery strong.stock small {
  position: relative;
  display: block;
  font-weight: normal;
  margin-top: 5px;
  padding-left: 15px;
  margin-left: -24px;
}

section.product-data div.stock-delivery strong.stock small:before {
  background: transparent;
  border-right: 2px solid #96c11f;
  border-bottom: 2px solid #96c11f;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  margin-top: -4px;
  top: 50%;
  width: 8px;
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
  zoom: 1;
  margin-right: -5.33333333px;
  left: auto;
  right: 0;
}

section.product-data div.stock-delivery strong.stock small:before {
  left: 0;
  right: auto;
}

section.product-data div.stock-delivery strong.stock.no-stock, section.product-data div.stock-delivery strong.stock.warning {
  color: #ffa800;
  background: url(../images/css/icon-stock-warning.png) no-repeat left 2px;
}

section.product-data div.stock-delivery strong.stock.no-stock small, section.product-data div.stock-delivery strong.stock.warning small {
  position: relative;
}

section.product-data div.stock-delivery strong.stock.no-stock small:before, section.product-data div.stock-delivery strong.stock.warning small:before {
  background: transparent;
  border-right: 2px solid #ffa800;
  border-bottom: 2px solid #ffa800;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  margin-top: -4px;
  top: 50%;
  width: 8px;
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
  zoom: 1;
  margin-right: -5.33333333px;
  left: auto;
  right: 0;
}

section.product-data div.stock-delivery strong.stock.no-stock small:before, section.product-data div.stock-delivery strong.stock.warning small:before {
  left: 0;
  right: auto;
}

section.product-data div.stock-delivery strong.stock.no-stock a, section.product-data div.stock-delivery strong.stock.warning a {
  color: #ffa800;
  text-decoration: none;
}

section.product-data div.stock-delivery span {
  /*border-left: $border;
      float: left;
      font: 400 1.4em $normal;
      text-align: right;
      padding-left: 10px;
      margin-left: 10px;
      margin-top: 5px;*/
}

section.product-data div.stock-delivery span.display-none {
  display: none;
}

section.product-data div.product-info {
  border-color: #e6e5e5;
  margin: 20px 0 0px 0;
  width: 100%;
}

section.product-data div.product-info:before, section.product-data div.product-info:after {
  content: " ";
  display: table;
}

section.product-data div.product-info:after {
  clear: both;
}

section.product-data div.product-info {
  *zoom: 1;
}

@media (max-width: 1px) {
  section.product-data div.product-info {
    margin-bottom: 10px;
  }
}

@media (max-width: 1px) {
  section.product-data div.product-info div.price {
    width: 100%;
  }
}

section.product-data div.product-info div.price strong,
section.product-data div.product-info div.price small {
  float: left;
  width: 100%;
}

section.product-data div.product-info div.price strong {
  color: black;
  font: 800 2.8em "Montserrat", Sans-serif;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.product-data div.product-info div.price strong {
    line-height: 1.7em;
  }
}

section.product-data div.product-info div.price strong.text {
  font-size: 1.8em;
}

section.product-data div.product-info div.price small {
  color: #b3b3b3;
  font: 400 1.4em "Montserrat", Sans-serif;
  text-decoration: line-through;
  font-style: italic;
}

section.product-data div.product-info div.price small.price {
  text-decoration: none;
  font-weight: 400;
  font-size: 1.4em;
  color: #1a1a1a;
  font-style: normal;
}

section.product-data div.product-info div.price span.label {
  font: 400 0.8em "Montserrat", Sans-serif;
}

@media (max-width: 1px) {
  section.product-data div.mini-block-prod {
    padding-bottom: 10px;
  }
}

section.product-data div.configurator strong.title {
  display: block;
  font-size: 1.5em;
  font-weight: 800;
  padding-bottom: 10px;
  text-transform: uppercase;
}

section.product-data div.configurator ul li:first-child {
  font-size: 1.4em;
  padding-top: 0;
}

section.product-data div.configurator ul li a {
  text-indent: -9999em;
}

section.product-data div.configurator div.selected {
  background: url(/images/css/active-option.png) left 17px no-repeat;
  clear: both;
  font-size: 1.5em;
  padding-left: 20px;
  padding-top: 15px;
}

section.product-data div.setparts {
  border-bottom: 1px solid #d9d9d9;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
}

section.product-data div.setparts h2 {
  float: left;
  font: 700 1.6em "Montserrat", Sans-serif;
  margin-top: 20px;
  width: 100%;
}

@media (max-width: 1px) {
  section.product-data div.setparts div.box {
    margin: 10px 0;
  }
}

section.product-data div.setparts ul.setoverview > li {
  border-top: 1px solid #d9d9d9;
  float: left;
  list-style: none;
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
}

section.product-data div.setparts ul.setoverview > li a.image {
  color: #1a1a1a;
  float: left;
  text-decoration: none;
  width: 30%;
}

section.product-data div.setparts ul.setoverview > li a.image h3 {
  font: 700 1.4em "Montserrat", Sans-serif;
  margin-bottom: 15px;
}

section.product-data div.setparts ul.setoverview > li div.set-configurator {
  float: left;
  width: 70%;
}

section.product-data div.setparts div.product-info {
  background: #f2f2f2;
  float: left;
  margin-bottom: 15px;
  padding: 3%;
  text-align: center;
  width: 100%;
}

section.product-data div.setparts div.product-info h3 {
  margin-top: 0;
}

section.product-data div.setparts div.box {
  padding-bottom: 0;
  margin-bottom: 0;
}

section.product-data ul.giftcard {
  float: left;
  margin-top: 20px;
  width: 100%;
}

section.product-data ul.giftcard li {
  float: left;
  list-style: none;
  margin-bottom: 10px;
  width: 100%;
}

section.product-data ul.giftcard li.medium {
  width: 50%;
}

section.product-data ul.giftcard li.medium label {
  margin-bottom: 5px;
}

section.product-data ul.giftcard li.medium.left {
  padding-right: 2%;
}

section.product-data ul.giftcard li.medium.right {
  padding-left: 2%;
}

section.product-data ul.giftcard li label {
  float: left;
  font: 400 1.4em "Montserrat", Sans-serif;
  width: 100%;
}

section.product-data ul.giftcard li strong {
  float: left;
  font: 700 1.4em "Montserrat", Sans-serif;
  width: 100%;
}

section.product-data ul.giftcard li textarea {
  border: 1px solid #d9d9d9;
  font: 400 1.4em "Montserrat", Sans-serif;
  height: 125px;
  padding: 20px;
  width: 100%;
}

section.product-data ul.giftcard li textarea:focus {
  border-color: black;
}

section.product-data ul.giftcard li input[type="text"], section.product-data ul.giftcard li input[type="email"] {
  border: 1px solid #d9d9d9;
  float: left;
  font: 400 1.4em "Montserrat", Sans-serif;
  height: 30px;
  padding: 0 5px;
  width: 100%;
}

section.product-data ul.giftcard li input[type="text"]:focus, section.product-data ul.giftcard li input[type="email"]:focus {
  border-color: black;
}

section.product-data ul.giftcard li.first label {
  font: 700 1.4em "Montserrat", Sans-serif;
  margin-bottom: 10px;
}

section.product-data ul.giftcard li.choose {
  margin-top: 20px;
}

section.product-data ul.giftcard li.choose ul li input,
section.product-data ul.giftcard li.choose ul li div {
  float: left;
  margin-top: 2px;
}

section.product-data ul.giftcard li.choose ul li label {
  float: left;
  width: 90%;
}

section.product-data ul.giftcard li.form-error p {
  color: #e10404;
}

@media (max-width: 1px) {
  section.product-data ul.giftcard {
    padding-bottom: 0;
  }
  section.product-data ul.giftcard li ul {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

section.product-data a.btn-giftcard {
  background: #f2f2f2;
  color: #1a1a1a;
  float: left;
  font: 600 1.4em "Montserrat", Sans-serif;
  margin-top: 30px;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

section.product-data a.btn-giftcard:hover, section.product-data a.btn-giftcard:focus {
  color: white;
  background: black;
}

section.product-data div.wrap {
  margin-bottom: 10px;
  background: #f7f7f7;
}

section.product-data div.no-stock-form h2 {
  color: #1a1a1a;
  font: 200 1.8em "Montserrat", Sans-serif;
}

section.product-data div.no-stock-form h2 strong {
  color: black;
  font-weight: 600;
}

section.product-data div.no-stock-form p {
  font: 200 1.5em/24px "Montserrat", Sans-serif;
}

section.product-data div.no-stock-form ul.form {
  float: left;
  margin: 15px 0 0px 0;
  width: 100%;
}

section.product-data div.no-stock-form ul.form li {
  float: left;
  margin: 0;
  width: 30%;
}

@media (max-width: 1px) {
  section.product-data div.no-stock-form ul.form li {
    width: 100%;
  }
}

section.product-data div.no-stock-form ul.form li:first-child {
  width: 70%;
}

@media (max-width: 1px) {
  section.product-data div.no-stock-form ul.form li:first-child {
    width: 100%;
  }
}

section.product-data div.no-stock-form ul.form li input[type="text"], section.product-data div.no-stock-form ul.form li input[type="email"] {
  float: left;
  height: 40px;
  padding: 0 20px;
  width: 100%;
}

section.product-data div.no-stock-form ul.form li input[type="submit"], section.product-data div.no-stock-form ul.form li input[type="button"] {
  background: #5c9c00;
  border: 0;
  height: 40px;
  float: left;
  font: 700 1.6em "Montserrat", Sans-serif;
  text-align: center;
  margin: 0;
  width: 100%;
}

section.product-data div.no-stock-form ul.form li input[type="submit"]:hover, section.product-data div.no-stock-form ul.form li input[type="submit"]:focus, section.product-data div.no-stock-form ul.form li input[type="button"]:hover, section.product-data div.no-stock-form ul.form li input[type="button"]:focus {
  background: #4d8300;
}

section.product-data ul.files {
  float: left;
  margin-top: 15px;
}

section.product-data ul.files li {
  list-style: none;
  padding-bottom: 5px;
}

section.product-data ul.files li a {
  font: 400 1.5em "Montserrat", Sans-serif;
  color: #1a1a1a;
  text-decoration: none;
}

section.product-data ul.files li a i {
  padding-right: 5px;
}

section.product-data ul.files li a:hover {
  color: gray;
}

section.product-data ul.options {
  margin-top: 15px;
  float: right;
}

@media (max-width: 1px) {
  section.product-data ul.options {
    margin-top: 5px;
  }
}

section.product-data ul.options li {
  list-style: none;
}

section.product-data ul.options li a {
  font: 300 1.3em "Montserrat", Sans-serif;
  color: #343333;
  text-decoration: none;
}

section.product-data ul.options li a img {
  width: 15px;
  margin-right: 5px;
  vertical-align: middle;
}

section.product-data ul.options li a:hover {
  color: gray;
}

section.product-data ul.usp-product {
  border-top: 1px solid #d9d9d9 !important;
  margin: 20px 0 0 0 !important;
  padding: 20px 0 0 0 !important;
  width: 100%;
}

section.product-data ul.usp-product li {
  background: url(../images/css/icon-usp-product.png) no-repeat left center;
  color: #1a1a1a;
  float: left;
  font: 200 1.35em "Montserrat", Sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  padding-left: 23px;
  width: 100%;
}

section.product-data ul.usp-product li:first-child {
  margin-top: 0;
}

@media (max-width: 1px) {
  section.product-data ul.usp-product {
    margin-bottom: 20px !important;
  }
}

section.product-data.giftcard div.box {
  padding: 0;
}

/* configurator*/
div.box {
  margin: 30px 0;
  width: 100%;
  /* prijs + voorraad info */
}

div.box:before, div.box:after {
  content: " ";
  display: table;
}

div.box:after {
  clear: both;
}

div.box {
  *zoom: 1;
}

@media (min-width: 1px) and (max-width: 2px) {
  div.box {
    margin: 15px 0 0 0;
  }
}

div.box.last {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

div.box ul {
  float: left;
  margin-left: -2%;
  width: 102%;
}

div.box ul.amount {
  margin: 20px 0;
  /* multiple prijs lijst vorm */
}

@media (min-width: 1px) and (max-width: 2px) {
  div.box ul.amount {
    margin-top: 0;
    width: 100%;
  }
}

@media (max-width: 1px) {
  div.box ul.amount {
    margin-top: 0;
    width: 100%;
  }
}

div.box ul.amount li,
div.box ul.amount li:first-child {
  float: left;
  list-style: none;
  width: auto;
}

div.box ul.amount li:first-child,
div.box ul.amount li:first-child:first-child {
  padding: 5px 20px 0 0;
}

div.box ul.amount li input[type="text"],
div.box ul.amount li:first-child input[type="text"] {
  border: 1px solid #d9d9d9;
  color: #1a1a1a;
  padding: 5px;
  text-align: center;
  width: 50px;
}

div.box ul.amount li input[type="text"]:focus,
div.box ul.amount li:first-child input[type="text"]:focus {
  border-color: black;
}

div.box ul.amount li div.input-group.bootstrap-touchspin span,
div.box ul.amount li:first-child div.input-group.bootstrap-touchspin span {
  float: left;
}

div.box ul.amount li div.input-group.bootstrap-touchspin button,
div.box ul.amount li:first-child div.input-group.bootstrap-touchspin button {
  border: 1px solid #d9d9d9;
  background: white;
  color: #1a1a1a;
  float: left;
  font: 700 1.6em "Montserrat", Sans-serif;
  height: 50px;
  width: 50px;
}

div.box ul.amount li div.input-group.bootstrap-touchspin button:hover, div.box ul.amount li div.input-group.bootstrap-touchspin button:focus,
div.box ul.amount li:first-child div.input-group.bootstrap-touchspin button:hover,
div.box ul.amount li:first-child div.input-group.bootstrap-touchspin button:focus {
  background: #e6e5e5;
}

div.box ul.amount li div.input-group.bootstrap-touchspin input[type="text"],
div.box ul.amount li:first-child div.input-group.bootstrap-touchspin input[type="text"] {
  border-left: 0;
  border-right: 0;
  float: left;
  font: 400 1.4em "Montserrat", Sans-serif;
  height: 50px;
  line-height: 50px;
  padding: 0 5px;
  text-align: center;
  width: 40%;
}

div.box ul.amount li div.input-group.bootstrap-touchspin input[type="text"]:focus,
div.box ul.amount li:first-child div.input-group.bootstrap-touchspin input[type="text"]:focus {
  border: 1px solid #d9d9d9;
  border-left: 0;
  border-right: 0;
  color: black;
}

div.box ul.amount li strong,
div.box ul.amount li:first-child strong {
  font: 600 1.4em "Montserrat", Sans-serif;
}

div.box ul.amount.spinner-wrap {
  width: 80%;
}

@media (max-width: 1px) {
  div.box ul.amount.spinner-wrap {
    width: 100%;
  }
}

div.box ul.amount.spinner-wrap li {
  display: inline-block;
  padding: 0 !important;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  width: 80%;
}

div.box ul.amount.spinner-wrap li strong {
  padding-top: 12px;
  display: inline-block;
}

div.box ul.amount.spinner-wrap li:first-child {
  padding: 0 !important;
  text-align: left;
  width: 100%;
}

div.box ul.amount.pricelist {
  background: #f2f2f2;
  padding: 2%;
  width: 100%;
}

div.box ul.amount.pricelist li {
  border-top: 1px solid #d9d9d9;
  float: left;
  margin: 0;
  padding: 10px 0;
  width: 100%;
}

div.box ul.amount.pricelist li:first-child {
  border-top: 0;
  padding: 0 0 10px 0;
}

div.box ul.amount.pricelist li span.stock {
  background: #96c11f;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  float: left;
  height: 12px;
  margin-top: 8px;
  text-indent: -9999px;
  width: 12px;
}

div.box ul.amount.pricelist li span.stock.positive {
  background: #5c9c00;
}

div.box ul.amount.pricelist li span.stock.warning {
  background: #ffa800;
}

div.box ul.amount.pricelist li span.stock.no-stock {
  background: #e10404;
}

div.box ul.amount.pricelist li h3 {
  float: left;
  font: 700 1.4em "Montserrat", Sans-serif;
  padding: 5px 0 0 3%;
  width: 45%;
}

@media (max-width: 1px) {
  div.box ul.amount.pricelist li h3 {
    margin-bottom: 10px;
    width: 35%;
  }
}

div.box ul.amount.pricelist li strong.price {
  color: #5c9c00;
  font: 700 1.4em "Montserrat", Sans-serif;
  float: right;
  padding: 5px 0 0 0;
}

div.box ul.amount.pricelist li small.oldprice {
  float: right;
  padding: 8px 10px 0 0;
  text-decoration: line-through;
}

div.box ul.amount.pricelist li input {
  float: left;
}

div.box ul.amount.pricelist li div.input-group.bootstrap-touchspin button {
  height: 30px;
  width: 30px;
}

div.box ul.amount.pricelist li div.input-group.bootstrap-touchspin input[type="text"] {
  height: 30px;
  line-height: 30px;
  width: 10%;
}

div.box ul.amount.pricelist li a.mail-on-stock {
  color: #1a1a1a;
  float: left;
  font: 200 1.4em "Montserrat", Sans-serif;
  border: 0;
  margin-top: 10px;
  height: auto;
  text-align: left;
  text-decoration: underline;
  width: 100%;
}

div.box ul.optionseries li {
  float: left;
  margin-left: 6px;
  margin-bottom: 2%;
  list-style: none;
  position: relative;
  /*&:first-child {
          margin-bottom: 5px;
          width: 100%;

          strong {
            font: 700 1.4em $normal;
          }
        }*/
}

div.box ul.optionseries li.label small {
  font-size: 0.9em;
  font-style: italic;
  color: #999;
  padding-left: 5px;
}

div.box ul.optionseries li.label small a {
  display: none;
}

@media (max-width: 1px) {
  div.box ul.optionseries li {
    margin-left: 0;
    margin-right: 1%;
  }
}

div.box ul.optionseries li input[type="radio"] {
  display: none;
}

div.box ul.optionseries li select {
  border: 1px solid #d9d9d9;
  font: 200 1.4em "Montserrat", Sans-serif;
}

div.box ul.optionseries li a {
  color: #1a1a1a;
  display: block;
  font: 400 1.3em/2.2em "Montserrat", Sans-serif;
  height: 30px;
  text-align: center;
  text-decoration: none;
  width: 30px;
}

div.box ul.optionseries li a img {
  display: block;
  width: 100%;
}

div.box ul.optionseries li a span {
  float: left;
  height: 35px;
  text-indent: -99999px;
  width: 100%;
}

div.box ul.optionseries li a.no-color {
  height: 30px;
  width: 50px;
}

div.box ul.optionseries li a.no-color span {
  text-indent: 0px;
  height: 30px;
  width: 100%;
}

div.box ul.optionseries li a.color {
  background: #96c11f;
  border: none;
  display: block;
  height: 35px;
  text-indent: -9999px;
  width: 35px;
}

div.box ul.optionseries li a.color:hover, div.box ul.optionseries li a.color:focus {
  border: 3px solid black;
}

div.box ul.optionseries li select {
  border: 1px solid #d9d9d9;
  color: #1a1a1a;
  font: 400 1.4em/2.8em "Montserrat", Sans-serif;
  padding: 5px;
  width: 200px;
}

div.box ul.optionseries li select option {
  border-top: 1px solid #d9d9d9;
  padding: 0 5%;
  width: 100%;
}

div.box ul.optionseries li.active a.no-color {
  border: 2px solid #5a5a5a;
  background: #a6a6a6;
  color: black;
}

div.box ul.optionseries li.active:after {
  content: "";
  background: url(/images/css/selected-option.png) no-repeat;
  width: 26px;
  height: 26px;
  bottom: -5px;
  right: -5px;
  display: block;
  position: absolute;
}

div.box span.notAvailable {
  color: #e10404;
}

div.box h3.alternative {
  font: 600 1.5em "Montserrat", Sans-serif;
  padding: 5px 0;
}

@media (max-width: 1px) {
  div.box div.alternatives {
    margin-left: -10px;
    margin-right: -10px;
  }
  div.box div.alternatives:before, div.box div.alternatives:after {
    content: " ";
    display: table;
  }
  div.box div.alternatives:after {
    clear: both;
  }
  div.box div.alternatives {
    *zoom: 1;
  }
}

div.box div.alternatives ul.product-overview li {
  width: 100%;
}

div.box div.alternatives ul.product-overview li a {
  border-bottom-width: 1px;
}

@media (max-width: 1px) {
  div.box div.alternatives ul.product-overview li a {
    width: 98%;
  }
}

div.box div.alternatives ul.product-overview li a figure {
  border: 0;
  width: 30%;
}

div.box div.alternatives ul.product-overview li a figure img {
  max-width: 100%;
}

@media (max-width: 1px) {
  div.box div.alternatives ul.product-overview li a figure {
    padding: 0;
  }
}

div.box div.alternatives ul.product-overview li a div.wrap {
  border: 0;
  padding: 0;
  width: 69%;
}

div.box div.alternatives ul.product-overview li a div.wrap div.shortdesc {
  display: none;
}

div.box div.alternatives ul.product-overview li a div.wrap div.title {
  background: none;
  border: 0;
  margin: 0;
  padding: 10px;
  width: 65%;
}

@media (max-width: 1px) {
  div.box div.alternatives ul.product-overview li a div.wrap div.title {
    padding-bottom: 0;
    width: 100%;
  }
}

div.box div.alternatives ul.product-overview li a div.wrap div.title:after, div.box div.alternatives ul.product-overview li a div.wrap div.title:before {
  content: initial;
}

div.box div.alternatives ul.product-overview li a div.wrap div.title strong.productname {
  height: auto;
  font-size: 1.4em;
}

@media (max-width: 1px) {
  div.box div.alternatives ul.product-overview li a div.wrap div.title strong.productname {
    height: 23px;
  }
}

div.box div.alternatives ul.product-overview li a div.wrap div.price {
  padding: 20px 10px 10px 10px;
}

@media (max-width: 1px) {
  div.box div.alternatives ul.product-overview li a div.wrap div.price {
    padding-top: 10px;
  }
}

@media (max-width: 1px) {
  div.box div.alternatives ul.product-overview li a div.wrap {
    padding: 0 20px 20px 20px;
  }
  div.box div.alternatives ul.product-overview li a div.wrap span.readmore {
    margin-top: 0;
  }
}

div.box div.product-info {
  margin-top: 0;
}

div.box form.form-add-to-cart > div.box {
  padding: 0;
}

div.box form.form-add-to-cart div.measurements:before, div.box form.form-add-to-cart div.measurements:after {
  content: " ";
  display: table;
}

div.box form.form-add-to-cart div.measurements:after {
  clear: both;
}

div.box form.form-add-to-cart div.measurements {
  *zoom: 1;
}

div.box form.form-add-to-cart div.measurements div.box-error {
  margin-top: 10px;
}

div.box form.form-add-to-cart div.measurements strong.title {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 800;
  display: block;
  margin-bottom: 10px;
}

div.box form.form-add-to-cart div.measurements em {
  font-size: 1.2em;
  padding-top: 5px;
  display: inline-block;
  font-weight: normal;
}

div.box form.form-add-to-cart div.measurements ul li {
  float: left;
  list-style: none;
  font-size: 1.2em;
  padding-left: 10px;
  padding-right: 5px;
  line-height: 3.2em;
}

div.box form.form-add-to-cart div.measurements ul li input[type="text"] {
  border: 1px solid #d9d9d9;
  padding: 10px;
}

.add-to-cart {
  background: #96c11f url(/images/css/add-to-cart.png) 20px center no-repeat;
  border: 0;
  color: white;
  font: 700 1.6em "Montserrat", Sans-serif;
  height: 50px;
  padding: 0 0 0 50px;
  text-align: center;
  width: 50%;
}

.add-to-cart:hover, .add-to-cart:focus {
  background-color: #1a1a1a;
}

@media (max-width: 2px) {
  .add-to-cart {
    width: 100%;
  }
}

.add-to-cart.spinner-btn {
  float: left;
  margin-top: 10px;
  width: 200px;
}

@media (min-width: 1px) and (max-width: 2px) {
  .add-to-cart.spinner-btn {
    margin-top: 0;
  }
}

@media (max-width: 1px) {
  .add-to-cart.spinner-btn {
    margin-top: 20px;
    width: 100%;
  }
}

.add-to-cart.spinner-btn:hover, .add-to-cart.spinner-btn:focus {
  background-color: #8fb81e;
}

.add-to-cart.spinner-btn:active {
  background-color: #749518;
  border-bottom-color: #526911;
  border-bottom-width: 1px;
  margin-top: 12px;
  height: 48px;
}

@media (min-width: 1px) and (max-width: 2px) {
  .add-to-cart.spinner-btn:active {
    margin-top: 2px;
  }
}

section.quality,
section.reviews {
  margin-bottom: 30px;
}

section.quality.reviews,
section.reviews.reviews {
  margin-top: 30px;
}

section.quality h2,
section.reviews h2 {
  font: 700 2em "Montserrat", Sans-serif;
  margin-bottom: 10px;
  color: #96c11f;
  text-transform: uppercase;
}

section.quality ul li,
section.reviews ul li {
  font-size: 1.6em;
  line-height: 1.6em;
}

/**
*
* LINKED PRINT OPTIONS
*
**/
div.print-options,
div.surface-options {
  width: 100%;
}

div.print-options img.loader,
div.surface-options img.loader {
  padding-top: 15px;
}

div.print-options strong.title,
div.surface-options strong.title {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 800;
  margin-top: 20px;
  display: block;
}

div.print-options ul.extra-linked,
div.surface-options ul.extra-linked {
  margin-top: 20px;
  display: none;
}

div.print-options ul.extra-linked.show,
div.surface-options ul.extra-linked.show {
  display: block;
}

div.print-options ul.extra-linked > li,
div.surface-options ul.extra-linked > li {
  float: left;
  list-style: none;
  margin-bottom: 15px;
  text-align: right;
  width: 100%;
}

div.print-options ul.extra-linked > li.align-left,
div.surface-options ul.extra-linked > li.align-left {
  text-align: left;
}

div.print-options ul.extra-linked > li.align-left div.product-info,
div.surface-options ul.extra-linked > li.align-left div.product-info {
  text-align: left;
}

div.print-options ul.extra-linked > li div.title,
div.surface-options ul.extra-linked > li div.title {
  display: inline-block;
  float: none;
  margin-bottom: 0;
  vertical-align: middle;
  width: 40%;
}

@media (max-width: 1px) {
  div.print-options ul.extra-linked > li div.title,
  div.surface-options ul.extra-linked > li div.title {
    margin-bottom: 5px;
    width: 100%;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  div.print-options ul.extra-linked > li div.title,
  div.surface-options ul.extra-linked > li div.title {
    margin-bottom: 5px;
    width: 100%;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  div.print-options ul.extra-linked > li div.title,
  div.surface-options ul.extra-linked > li div.title {
    margin-bottom: 5px;
    width: 100%;
  }
}

div.print-options ul.extra-linked > li div.title h2,
div.surface-options ul.extra-linked > li div.title h2 {
  color: #96c11f;
  display: block;
  position: relative;
  padding-left: 25px;
  text-align: left;
  width: 100%;
  font-size: 1.5em;
}

@media (max-width: 1px) {
  div.print-options ul.extra-linked > li div.title h2,
  div.surface-options ul.extra-linked > li div.title h2 {
    font-size: 1.5em;
    padding-left: 30px;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  div.print-options ul.extra-linked > li div.title h2,
  div.surface-options ul.extra-linked > li div.title h2 {
    font-size: 1.7em;
    padding-left: 30px;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  div.print-options ul.extra-linked > li div.title h2,
  div.surface-options ul.extra-linked > li div.title h2 {
    font-size: 2.0em;
    padding-left: 30px;
  }
}

div.print-options ul.extra-linked > li div.title h2:before,
div.surface-options ul.extra-linked > li div.title h2:before {
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #96c11f;
  content: '+';
  color: white;
  font-weight: 600;
  height: 20px;
  position: absolute;
  left: 0;
  line-height: 17px;
  top: 0;
  text-align: center;
  width: 20px;
}

div.print-options ul.extra-linked > li div.title strong,
div.surface-options ul.extra-linked > li div.title strong {
  color: #5c9c00;
  font: 700 1.7em "Montserrat", Sans-serif;
  text-align: left;
  display: block;
  padding-top: 5px;
  padding-left: 25px;
  width: 100%;
}

div.print-options ul.extra-linked > li div.title strong small,
div.surface-options ul.extra-linked > li div.title strong small {
  display: block;
  font-weight: normal;
  padding-left: 13px;
  padding-top: 2px;
  font-size: 0.8em;
}

div.print-options ul.extra-linked > li div.product-info,
div.surface-options ul.extra-linked > li div.product-info {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 58%;
}

@media (max-width: 1px) {
  div.print-options ul.extra-linked > li div.product-info,
  div.surface-options ul.extra-linked > li div.product-info {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  div.print-options ul.extra-linked > li div.product-info,
  div.surface-options ul.extra-linked > li div.product-info {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  div.print-options ul.extra-linked > li div.product-info,
  div.surface-options ul.extra-linked > li div.product-info {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
}

div.print-options ul.extra-linked > li div.product-info img,
div.surface-options ul.extra-linked > li div.product-info img {
  border: 1px solid #d9d9d9;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4%;
  width: 18%;
}

div.print-options ul.extra-linked > li div.product-info > ul,
div.surface-options ul.extra-linked > li div.product-info > ul {
  float: right;
  width: auto;
  float: none;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 95%;
}

div.print-options ul.extra-linked > li div.product-info > ul input[type="checkbox"],
div.surface-options ul.extra-linked > li div.product-info > ul input[type="checkbox"] {
  display: none;
}

div.print-options ul.extra-linked > li div.product-info > ul > li,
div.surface-options ul.extra-linked > li div.product-info > ul > li {
  border: 0;
  float: left;
  list-style: none;
  padding: 0;
  position: relative;
  width: 275px;
}

div.print-options ul.extra-linked > li div.product-info > ul > li:hover ul, div.print-options ul.extra-linked > li div.product-info > ul > li:focus ul,
div.surface-options ul.extra-linked > li div.product-info > ul > li:hover ul,
div.surface-options ul.extra-linked > li div.product-info > ul > li:focus ul {
  display: block;
}

div.print-options ul.extra-linked > li div.product-info > ul > li > a,
div.surface-options ul.extra-linked > li div.product-info > ul > li > a {
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #d9d9d9;
  background: white;
  color: #1a1a1a;
  display: block;
  height: 35px;
  overflow: hidden;
  line-height: 35px;
  padding: 0 40px 0 10px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

div.print-options ul.extra-linked > li div.product-info > ul > li > a:after,
div.surface-options ul.extra-linked > li div.product-info > ul > li > a:after {
  background: url(../images/css/arrow-down-party.png) no-repeat center center #96c11f;
  background-size: 15px;
  content: "";
  display: block;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

div.print-options ul.extra-linked > li div.product-info > ul > li > a span,
div.surface-options ul.extra-linked > li div.product-info > ul > li > a span {
  background: #96c11f;
  float: left;
  height: 12px;
  margin: 3px 5px 0 0;
  text-indent: -9999px;
  width: 12px;
}

div.print-options ul.extra-linked > li div.product-info > ul > li > a strong,
div.surface-options ul.extra-linked > li div.product-info > ul > li > a strong {
  font-weight: normal;
}

div.print-options ul.extra-linked > li div.product-info > ul > li > a:hover, div.print-options ul.extra-linked > li div.product-info > ul > li > a:focus,
div.surface-options ul.extra-linked > li div.product-info > ul > li > a:hover,
div.surface-options ul.extra-linked > li div.product-info > ul > li > a:focus {
  color: black;
}

div.print-options ul.extra-linked > li div.product-info > ul > li ul,
div.surface-options ul.extra-linked > li div.product-info > ul > li ul {
  border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: white;
  border: 1px solid #d9d9d9;
  display: none;
  left: 7px;
  margin-top: -1px;
  position: absolute;
  z-index: 501;
  width: 100%;
}

div.print-options ul.extra-linked > li div.product-info > ul > li ul li,
div.surface-options ul.extra-linked > li div.product-info > ul > li ul li {
  border-left: 0;
  font-size: 1.3em !important;
  padding: 0;
  float: left;
  width: 100%;
}

div.print-options ul.extra-linked > li div.product-info > ul > li ul li a,
div.surface-options ul.extra-linked > li div.product-info > ul > li ul li a {
  background: none;
  border: none;
  color: #1a1a1a;
  float: left;
  font-size: 0.8em !important;
  height: auto;
  padding: 10px;
  text-decoration: none;
  width: 100%;
}

div.print-options ul.extra-linked > li div.product-info > ul > li ul li a:after,
div.surface-options ul.extra-linked > li div.product-info > ul > li ul li a:after {
  content: initial;
}

div.print-options ul.extra-linked > li div.product-info > ul > li ul li a:hover, div.print-options ul.extra-linked > li div.product-info > ul > li ul li a:focus,
div.surface-options ul.extra-linked > li div.product-info > ul > li ul li a:hover,
div.surface-options ul.extra-linked > li div.product-info > ul > li ul li a:focus {
  color: black;
}

div.print-options ul.extra-linked > li div.product-info > ul > li ul li a span,
div.surface-options ul.extra-linked > li div.product-info > ul > li ul li a span {
  color: #1a1a1a;
  font: 700 1em "Montserrat", Sans-serif;
  display: block;
  width: 100%;
}

div.print-options ul.extra-linked > li div.product-info > ul > li ul li a strong,
div.surface-options ul.extra-linked > li div.product-info > ul > li ul li a strong {
  float: left;
  font-weight: normal;
}

div.print-options ul.extra-linked > li div.product-info > ul > li ul li:hover a, div.print-options ul.extra-linked > li div.product-info > ul > li ul li:focus a,
div.surface-options ul.extra-linked > li div.product-info > ul > li ul li:hover a,
div.surface-options ul.extra-linked > li div.product-info > ul > li ul li:focus a {
  background: #f7f7f7;
}

div.print-options ul.extra-linked > li div.product-info > ul > li ul li:first-child a,
div.surface-options ul.extra-linked > li div.product-info > ul > li ul li:first-child a {
  border: none;
}

div.print-options ul.extra-linked > li div.product-info > ul li,
div.surface-options ul.extra-linked > li div.product-info > ul li {
  font: 300 1.4em/45px "Montserrat", Sans-serif;
  list-style: none;
  width: 100%;
}

div.print-options ul.extra-linked > li div.product-info > ul li a,
div.surface-options ul.extra-linked > li div.product-info > ul li a {
  height: 45px;
  line-height: 45px;
}

div.print-options ul.extra-linked > li div.product-info > ul li a figure,
div.surface-options ul.extra-linked > li div.product-info > ul li a figure {
  float: left;
  width: 60px;
  height: 60px;
  padding-right: 10px;
}

div.print-options ul.extra-linked > li div.product-info > ul li a figure img,
div.surface-options ul.extra-linked > li div.product-info > ul li a figure img {
  width: 100%;
}

div.print-options ul.extra-linked > li div.product-info > ul li a:after,
div.surface-options ul.extra-linked > li div.product-info > ul li a:after {
  height: 45px;
}

div.print-options ul.extra-linked > li div.product-info > ul li:hover ul, div.print-options ul.extra-linked > li div.product-info > ul li:focus ul,
div.surface-options ul.extra-linked > li div.product-info > ul li:hover ul,
div.surface-options ul.extra-linked > li div.product-info > ul li:focus ul {
  display: none;
}

div.print-options ul.extra-linked > li div.product-info > ul li ul li a,
div.surface-options ul.extra-linked > li div.product-info > ul li ul li a {
  border-top: 1px solid #d9d9d9;
  height: auto;
  padding: 5 10px;
  line-height: 20px;
}

div.print-options ul.extra-linked > li div.product-info > ul li ul.active,
div.surface-options ul.extra-linked > li div.product-info > ul li ul.active {
  display: block;
}

div.box div.surface-options {
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
}

div.box div.surface-options.floated {
  float: left;
}

div.box div.surface-options.floated ul.extra-linked > li.align-left {
  margin-bottom: 0;
}

div.box div.surface-options ul {
  margin-left: 0;
  width: 100%;
}

div.box div.surface-options ul.extra-linked li div.product-info ul li ul {
  left: 0;
}

section.offsetprices {
  margin: -5px 0px 15px;
  padding-top: 15px;
}

section.offsetprices div.aantal strong.title {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 800;
  display: block;
  margin-bottom: 15px;
}

section.offsetprices div.aantal nav.sets {
  padding: 0px 5px;
  padding-right: 0px;
  background: white;
  border: 1px solid #d9d9d9;
}

section.offsetprices div.aantal nav.sets:before, section.offsetprices div.aantal nav.sets:after {
  content: " ";
  display: table;
}

section.offsetprices div.aantal nav.sets:after {
  clear: both;
}

section.offsetprices div.aantal nav.sets {
  *zoom: 1;
}

section.offsetprices div.aantal nav.sets ul li {
  list-style: none;
}

section.offsetprices div.aantal nav.sets ul li a {
  color: #1a1a1a;
  display: block;
  padding: 0px;
  font-size: 1.4em;
  text-decoration: none;
}

section.offsetprices div.aantal nav.sets ul li a:before, section.offsetprices div.aantal nav.sets ul li a:after {
  content: " ";
  display: table;
}

section.offsetprices div.aantal nav.sets ul li a:after {
  clear: both;
}

section.offsetprices div.aantal nav.sets ul li a {
  *zoom: 1;
}

section.offsetprices div.aantal nav.sets ul li a span.quantity {
  float: left;
  text-align: center;
  line-height: 2em;
  height: 30px;
  border-left: 1px solid #d9d9d9;
  border-top: 1px dotted #d9d9d9;
  border-right: 1px solid #d9d9d9;
  clear: both;
  font-style: italic;
  background: #f2f2f2;
  width: 20%;
}

section.offsetprices div.aantal nav.sets ul li a strong {
  float: left;
  font: 600 1.1em/2.7em "Montserrat", Sans-serif;
  line-height: 2em;
  height: 30px;
  padding-left: 15px;
  width: 80%;
  border-top: 1px dotted #f2f2f2;
}

section.offsetprices div.aantal nav.sets ul li a:hover strong, section.offsetprices div.aantal nav.sets ul li a:focus strong {
  background: #96c11f;
  color: white;
}

section.offsetprices div.aantal nav.sets ul li:first-child a span {
  border-top: none;
}

section.offsetprices div.aantal nav.sets ul li:first-child a strong {
  border-top: none;
}

section.offsetprices div.aantal nav.sets ul li.active a strong {
  background: #96c11f;
  color: white;
}

section.productdetail {
  font-size: 9px;
}

div.text ul li {
  font-size: 1.6em;
  line-height: 1.6em;
}

span.bigger-number-offer {
  display: block;
  font-size: 1.4em;
  padding-top: 10px;
}

span.bigger-number-offer a {
  color: #1a1a1a;
}

span.bigger-number-offer a:hover, span.bigger-number-offer a:focus {
  color: #96c11f;
}

div#options-error.box-error {
  margin: 10px 0;
}

div.navigation-prdt ul li {
  padding: 5px 0px;
  list-style: none;
}

div.navigation-prdt ul li > a {
  position: relative;
  text-decoration: none;
  color: #1a1a1a;
  padding-left: 20px;
  font-size: 1.6em;
}

div.navigation-prdt ul li > a:before {
  background: transparent;
  border-right: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  margin-top: -4px;
  top: 50%;
  width: 8px;
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
  zoom: 1;
  margin-right: -5.33333333px;
  left: auto;
  right: 0;
}

div.navigation-prdt ul li > a.active {
  position: relative;
}

div.navigation-prdt ul li > a.active:before {
  background: transparent;
  border-right: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  margin-top: -4px;
  top: 50%;
  width: 8px;
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
  zoom: 1;
}

div.navigation-prdt ul li > a:hover {
  text-decoration: underline;
}

div.navigation-prdt ul li > a:before {
  left: 0;
  right: auto;
}

div.left {
  width: 57%;
  float: left;
}

@media (max-width: 1px) {
  div.left {
    width: 100%;
  }
}

div.right {
  float: right;
  width: 43%;
}

@media (max-width: 1px) {
  div.right {
    width: 100%;
  }
}

ul.showroom-stock-overview {
  transition: all 0.2s ease;
  display: block;
  max-height: 0;
  margin: 0 !important;
  overflow: hidden;
  width: 100%;
  font-size: 1.4em;
}

ul.showroom-stock-overview:before, ul.showroom-stock-overview:after {
  content: " ";
  display: table;
}

ul.showroom-stock-overview:after {
  clear: both;
}

ul.showroom-stock-overview {
  *zoom: 1;
}

.active ul.showroom-stock-overview {
  max-height: 100%;
  margin: 10px 0px 20px !important;
  overflow: default;
}

ul.showroom-stock-overview li {
  line-height: 1.5em;
}

ul.showroom-stock-overview li em {
  font-weight: normal;
}

ul.showroom-stock-overview li strong {
  display: block;
  width: 100%;
}

ul.showroom-stock-overview li strong.stocklabel {
  color: #5c9c00;
}

ul.showroom-stock-overview li strong.stocklabel.warning {
  color: #ffa800;
}

ul.showroom-stock-overview li strong.stocklabel.negative {
  color: #e10404;
}

.stock-delivery-info:after {
  background: #96c11f;
  border-radius: 50%;
  color: #fff;
  content: '?';
  cursor: pointer;
  display: inline-block;
  font: 700 0.7em/12px "Montserrat", Sans-serif;
  font-style: normal;
  height: 15px;
  margin-left: 3px;
  padding-top: 1px;
  text-align: center;
  vertical-align: middle;
  width: 15px;
}

strong.stock.warning .stock-delivery-info:after,
strong.stock.no-stock .stock-delivery-info:after,
strong.stocklabel.warning .stock-delivery-info:after,
strong.stocklabel.no-stock .stock-delivery-info:after {
  background: #ffa800;
}

strong.stock.grey .stock-delivery-info:after {
  background: #666666;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
}

.tippy-tooltip.light-theme {
  background-color: #fff;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  color: #26323d;
  text-align: left;
}

.tippy-tooltip.light-theme .tippy-backdrop {
  background-color: #fff;
}

.tippy-tooltip.light-theme .tippy-roundarrow {
  fill: #fff;
}

.tippy-tooltip.light-theme[data-animatefill] {
  background-color: transparent;
}

.tippy-tooltip {
  border-radius: 8px;
}

.tippy-backdrop {
  width: calc(110% + 10rem);
}

.tooltip-content {
  font-size: 10px;
  padding: 7px;
}

.tooltip-content strong {
  font-size: 1.5em;
}

.tooltip-content a {
  text-decoration: underline;
}

.tooltip-content p {
  line-height: 1.3;
  font-size: 1.4em;
}

a.outofstock {
  background: #666;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 10px 20px;
  font-size: 1.6em;
  margin: 10px 0;
  display: inline-block;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

a.outofstock:before {
  background-image: url(../images/css/icon-soldout-white.png);
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 8px;
  margin-top: -4px;
  vertical-align: middle;
  width: 21px;
}

div.mail-on-stock {
  padding-top: 0px !important;
}

div.mail-on-stock div.box-info {
  font-size: 1.5em;
  background: #5c9c00;
  margin-top: 5px;
  color: white;
}

/* TABS *******************************************************************/
div.tab-container {
  float: left;
  padding: 50px 0 40px 0;
  width: 100%;
}

div.tab-container h2.extra {
  font: 700 2em "Montserrat", Sans-serif;
  margin-bottom: 20px;
  color: #96c11f;
  text-transform: uppercase;
}

div.tab-container ul.tabs {
  height: 40px;
  float: left;
  border-bottom: 1px solid #e6e5e5;
  width: 100%;
}

@media (max-width: 1px) {
  div.tab-container ul.tabs {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  div.tab-container ul.tabs {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  div.tab-container ul.tabs {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  div.tab-container ul.tabs {
    display: block;
  }
}

@media (min-width: 2px) {
  div.tab-container ul.tabs {
    display: block;
  }
}

div.tab-container ul.tabs li {
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  border-bottom: 1px solid #e6e5e5;
  cursor: pointer;
  float: left;
  height: 40px;
  list-style: none;
  padding: 8px 20px 0 20px;
  margin-right: 5px;
  /*&:first-child
          {
          @include border-radius-custom(5px,0,0,0);
          border-left: $border;
      }

      &:last-child
          {
          @include border-radius-custom(0,5px,0,0);
      }*/
}

@media (max-width: 1px) {
  div.tab-container ul.tabs li.extra {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  div.tab-container ul.tabs li.extra {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  div.tab-container ul.tabs li.extra {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  div.tab-container ul.tabs li.extra {
    display: none;
  }
}

@media (min-width: 2px) {
  div.tab-container ul.tabs li.extra {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  div.tab-container ul.tabs li {
    padding: 8px 20px 0 20px;
  }
}

div.tab-container ul.tabs li figure {
  display: inline-block;
  vertical-align: middle;
}

div.tab-container ul.tabs li figure img {
  display: block;
  margin-top: 3px;
  height: 22px;
}

div.tab-container ul.tabs li span {
  height: 25px;
  display: inline-block;
  font: 400 1.5em/25px "Montserrat", Sans-serif;
  vertical-align: middle;
}

div.tab-container ul.tabs li:hover span, div.tab-container ul.tabs li:focus span {
  height: 30px;
}

div.tab-container ul.tabs li.resp-tab-active {
  background: white;
  border-bottom: 3px solid white;
  height: 40px;
}

div.tab-container ul.tabs li.resp-tab-active span {
  font-weight: 700;
  height: 30px;
}

div.tab-container h2.resp-accordion {
  border-top: 1px solid #d9d9d9;
  cursor: pointer;
  float: left;
  position: relative;
  padding: 15px 0;
  width: 100%;
}

@media (max-width: 1px) {
  div.tab-container h2.resp-accordion {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  div.tab-container h2.resp-accordion {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  div.tab-container h2.resp-accordion {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  div.tab-container h2.resp-accordion {
    display: none;
  }
}

@media (min-width: 2px) {
  div.tab-container h2.resp-accordion {
    display: none;
  }
}

div.tab-container h2.resp-accordion.resp-tab-active span.title {
  color: black;
  font-weight: 200;
}

div.tab-container h2.resp-accordion.resp-tab-active:before {
  right: 17px;
}

div.tab-container h2.resp-accordion.resp-tab-active:before, div.tab-container h2.resp-accordion.resp-tab-active:after {
  background: black;
  top: 28px;
}

div.tab-container h2.resp-accordion:before {
  content: '';
  background: #1a1a1a;
  display: block;
  height: 1.5px;
  position: absolute;
  right: 10px;
  top: 23px;
  width: 10px;
  transition: all 0.2s ease;
  transform: rotate(45deg);
}

div.tab-container h2.resp-accordion:after {
  content: '';
  background: #1a1a1a;
  display: block;
  height: 1.5px;
  position: absolute;
  right: 10px;
  top: 29px;
  width: 10px;
  transition: all 0.2s ease;
  transform: rotate(-45deg);
}

div.tab-container h2.resp-accordion figure {
  float: left;
  width: 30px;
}

div.tab-container h2.resp-accordion img {
  float: left;
  max-height: 25px;
  max-width: 30px;
}

div.tab-container h2.resp-accordion span.title {
  float: left;
  font: 200 1.8em/20px "Montserrat", Sans-serif;
  height: 24px;
}

div.tab-container section.resp-tabs-container {
  border: 1px solid #d9d9d9;
  border-top: 0;
  float: left;
  padding: 10px 40px;
  width: 100%;
  background: white;
}

@media (max-width: 1px) {
  div.tab-container section.resp-tabs-container {
    border-top: 1px solid #d9d9d9;
    border: 0;
    float: left;
    padding: 0;
  }
}

div.tab-container section.resp-tabs-container section.relatedproducts ul.product-overview li div.wrap {
  max-height: 200px;
  height: 200px;
}

div.tab-container section.resp-tab-content {
  display: none;
  list-style: none;
  margin-top: 0;
}

div.tab-container section.resp-tab-content.linkedproducts {
  display: none !important;
}

div.tab-container section.resp-tab-content.linkedproducts h2 {
  display: none;
}

@media (max-width: 1px) {
  div.tab-container section.resp-tab-content.linkedproducts.resp-tab-content-active {
    display: block !important;
  }
  div.tab-container section.resp-tab-content.linkedproducts.resp-tab-content-active.resp-accordion-closed {
    display: none !important;
  }
}

@media (max-width: 1px) {
  div.tab-container section.resp-tab-content {
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  div.tab-container section.resp-tab-content div.text {
    margin-top: 0;
  }
}

div.tab-container section.resp-tab-content div.text {
  float: left;
  width: 100%;
}

div.tab-container section.resp-tab-content div.text p {
  font: 200 1.5em/24px "Montserrat", Sans-serif;
}

div.tab-container section.resp-tab-content div.text li {
  font: 200 1.5em/24px "Montserrat", Sans-serif;
}

div.tab-container section.resp-tab-content div.text ul {
  margin: 10px 0 10px 0;
  width: 90%;
}

div.tab-container section.resp-tab-content div.text ul li {
  list-style: inside disc;
}

div.tab-container section.resp-tab-content div.text h2 {
  margin: 15px 0 10px 0;
}

div.tab-container section.resp-tab-content div.text h3 {
  font: 700 1.9em "Montserrat", Sans-serif;
  margin: 15px 0 10px 0;
}

div.tab-container section.resp-tab-content div.text h4 {
  font: 700 1.8em "Montserrat", Sans-serif;
  margin: 15px 0 10px 0;
}

div.tab-container section.resp-tab-content div.text h5 {
  font: 700 1.6em "Montserrat", Sans-serif;
  margin: 15px 0 10px 0;
}

div.tab-container section.resp-tab-content div.text h6 {
  font: 700 1.4em "Montserrat", Sans-serif;
  margin: 15px 0 10px 0;
}

div.tab-container section.resp-tab-content div.text table {
  float: left;
  width: 100%;
}

div.tab-container section.resp-tab-content div.text table tr td {
  border: 1px solid #d9d9d9;
  font: 400 1.5em/1.6em "Montserrat", Sans-serif;
  padding: 15px;
}

div.tab-container section.resp-tab-content div.text table tr td p,
div.tab-container section.resp-tab-content div.text table tr td a,
div.tab-container section.resp-tab-content div.text table tr td strong,
div.tab-container section.resp-tab-content div.text table tr td span {
  font-size: 1em;
}

div.tab-container section.resp-tab-content a.content-link {
  transition: all 0.2s ease;
  background: #f2f2f2;
  border-bottom: 3px solid #e6e5e5;
  float: left;
  font: 700 1.3em "Montserrat", Sans-serif;
  color: #1a1a1a;
  padding: 10px 20px;
  margin-top: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

div.tab-container section.resp-tab-content a.content-link:hover, div.tab-container section.resp-tab-content a.content-link:focus {
  background: #1a1a1a;
  border-bottom-color: #0d0d0d;
  color: white;
}

div.tab-container section.resp-tab-content a.content-link:hover:active, div.tab-container section.resp-tab-content a.content-link:focus:active {
  margin-top: 22px;
  border-bottom-width: 1px;
}

div.tab-container section.resp-tab-content section.product-extra {
  margin-top: 0;
}

div.tab-container section.resp-tab-content ul li {
  list-style: none;
}

div.tab-container section.resp-tab-content ul.techinfo {
  float: left;
  margin: 0 !important;
  width: 100%;
}

div.tab-container section.resp-tab-content ul.techinfo li {
  background: #f7f7f7;
  padding: 0 0;
}

div.tab-container section.resp-tab-content ul.techinfo li:first-child {
  padding-top: 0;
}

div.tab-container section.resp-tab-content ul.techinfo strong {
  font-size: 1.1em;
  padding: 20px;
  width: 25%;
}

@media (max-width: 1px) {
  div.tab-container section.resp-tab-content ul.techinfo strong {
    width: 40%;
  }
}

div.tab-container section.resp-tab-content ul.techinfo span {
  background: white;
  padding: 20px 20px 20px 25px;
  font-weight: 200;
  line-height: 22px;
  font-size: 1.1em;
  width: 75%;
}

@media (max-width: 1px) {
  div.tab-container section.resp-tab-content ul.techinfo span {
    width: 60%;
  }
}

@media (max-width: 1px) {
  section.relatedproducts-notmobile {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.relatedproducts-notmobile {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  section.relatedproducts-notmobile {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.relatedproducts-notmobile {
    display: block;
  }
}

@media (min-width: 2px) {
  section.relatedproducts-notmobile {
    display: block;
  }
}

section.relatedproducts-notmobile h2.extra {
  font: 700 1.8em "Montserrat", Sans-serif;
  color: #96c11f;
  text-transform: uppercase;
}

section.references {
  margin-bottom: 40px;
}

section.references:before, section.references:after {
  content: " ";
  display: table;
}

section.references:after {
  clear: both;
}

section.references {
  *zoom: 1;
}

section.references h2 {
  font: 700 1.8em "Montserrat", Sans-serif;
  color: #96c11f;
  text-transform: uppercase;
}

section.references ul.references {
  margin-top: 20px;
  margin-bottom: 20px;
}

section.references ul.references li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 25%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  border: 1px solid #d9d9d9;
  list-style: none;
  padding: 20px;
  text-align: center;
  margin: 1%;
  width: 279px;
  min-height: 275px;
}

@media (min-width: 1px) {
  section.references ul.references li {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) {
  section.references ul.references li {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) {
  section.references ul.references li {
    float: left;
    width: 22.5%;
  }
}

section.references ul.references li a {
  color: #1a1a1a;
  text-decoration: none;
}

section.references ul.references li a img {
  padding-bottom: 10px;
}

section.references ul.references li a strong {
  font-family: "Montserrat", Sans-serif;
  font-size: 1.8em;
  font-weight: 300;
}

section.product-extra {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  margin-top: 30px;
  /* techinfo */
  /* review */
  /*ul.review
  {
      margin-left: 0;

      li
      {
          float: left!important;
          list-style: none;
          margin: 15px 0!important;
          width: 100%;

          @include breakpoint(col-xs)
          {
              margin: 5px 0!important;
          }

          div.left
          {
              float: left;
              width: 25%;

              @include breakpoint(col-xs)
              {
                  width: 100%;
              }

              strong
              {
                  @include clearfix;
                  font: 700 1.4em $normal;
                  margin: 0 0 5px 0;
                  width: 100%;
              }
              small
              {
                  color: lighten($textcolor,20%);
                  float: left;
                  font: 400 1.0em $normal;
                  padding: 2px 0;
                  width: 100%;

                  span
                  {
                      display: inline-block;
                      padding: 0 2px;
                      width: auto;

                      &.first
                      {
                          padding: 0;
                      }

                      &:first-child
                          {
                          padding-left: 0;
                      }
                  }
              }
          }

          div.right
          {
              border-left: $border;
              float: left;
              padding-left: 5%;
              width: 75%;

              h4
              {
                  font: 700 1.5em $normal;
              }

              @include breakpoint(col-xs)
              {
                  padding-left: 0;
                  width: 100%;
              }
          }


          @include breakpoint (col-xs)
          {
              padding-top: 5px!important;
              padding-bottom: 5px!important;

              div.left
              {
                  margin-bottom: 10px;

                  strong,
                  span,
                  small
                  {
                      background: darken($light,5%);
                      float: left;
                      padding: 0 2%;
                      margin: 0;
                      width: 100%;

                      &.star-rating-control
                      {
                          padding-left: 0;
                      }
                  }

                  strong
                  {
                      padding-top: 2%;
                  }

                  span
                  {
                      padding-bottom: 2%;
                  }
              }

              div.right
              {
                  border: none;
              }
          }
      }
  }

  div.addreview
  {
      @include border-radius;
      background: darken($light,5%);
      float: left;
      font: 400 1.4em $normal;
      margin-top: 20px;
      padding: 10px 5%;
      width: 100%;
  }*/
  /*** SETS **/
}

@media (min-width: 1px) {
  section.product-extra {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.product-extra {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.product-extra {
    float: left;
    width: 100%;
  }
}

@media (max-width: 1px) {
  section.product-extra {
    padding-bottom: 40px;
  }
}

section.product-extra h2 {
  font: 700 2em "Montserrat", Sans-serif;
  margin-bottom: 10px;
}

section.product-extra ul.techinfo li {
  border-top: 1px solid #d9d9d9;
  float: left;
  font: 400 1.3em/1.6em "Montserrat", Sans-serif;
  padding: 5px 0;
  list-style: none;
  width: 100%;
}

section.product-extra ul.techinfo li:first-child {
  border-top: none;
}

section.product-extra ul.techinfo li strong {
  float: left;
  width: 10%;
}

@media (max-width: 1px) {
  section.product-extra ul.techinfo li strong {
    width: 100%;
  }
}

section.product-extra ul.techinfo li span {
  float: left;
  width: 90%;
}

@media (max-width: 1px) {
  section.product-extra ul.techinfo li span {
    width: 100%;
  }
}

section.product-extra ul.techinfo li p {
  font-size: 1em;
}

section.product-extra ul.overview-sets-link {
  margin-left: -10px;
  margin-right: -10px;
  margin: 0 !important;
  padding: 10px 0;
}

section.product-extra ul.overview-sets-link:before, section.product-extra ul.overview-sets-link:after {
  content: " ";
  display: table;
}

section.product-extra ul.overview-sets-link:after {
  clear: both;
}

section.product-extra ul.overview-sets-link {
  *zoom: 1;
}

section.product-extra ul.overview-sets-link.first {
  border-top: 0;
  padding-top: 0;
}

section.product-extra ul.overview-sets-link.last {
  padding-bottom: 0;
}

section.product-extra ul.overview-sets-link li {
  float: left !important;
  padding: 0;
  margin: 0;
  width: 100%;
}

section.product-extra ul.overview-sets-link li h3 {
  font: 700 1.6em "Montserrat", Sans-serif;
  margin-bottom: 10px;
}

section.product-extra ul.overview-sets-link li h3 a {
  color: #1a1a1a;
  text-decoration: none;
}

section.product-extra ul.overview-sets-link li ul {
  margin: 0;
}

section.product-extra ul.overview-sets-link li ul.overview {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}

section.product-extra ul.overview-sets-link li ul.overview:before, section.product-extra ul.overview-sets-link li ul.overview:after {
  content: " ";
  display: table;
}

section.product-extra ul.overview-sets-link li ul.overview:after {
  clear: both;
}

section.product-extra ul.overview-sets-link li ul.overview {
  *zoom: 1;
}

section.product-extra ul.overview-sets-link li ul.overview li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 16.66666667%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  /* een set kopen */
  /* optiereeksen van een set */
}

@media (min-width: 1px) {
  section.product-extra ul.overview-sets-link li ul.overview li {
    float: left;
    width: 16.66666667%;
  }
}

@media (min-width: 1px) {
  section.product-extra ul.overview-sets-link li ul.overview li {
    float: left;
    width: 16.66666667%;
  }
}

@media (min-width: 1px) {
  section.product-extra ul.overview-sets-link li ul.overview li {
    float: left;
    width: 16.66666667%;
  }
}

section.product-extra ul.overview-sets-link li ul.overview li.buy-set {
  right: 0px;
  width: 240px;
  position: absolute;
  bottom: 0px;
}

section.product-extra ul.overview-sets-link li ul.overview li.buy-set ul {
  float: left;
  width: 100%;
}

section.product-extra ul.overview-sets-link li ul.overview li.buy-set ul li {
  float: left;
  font: 400 1.2em "Montserrat", Sans-serif;
  padding: 5px 0;
  width: 100%;
}

section.product-extra ul.overview-sets-link li ul.overview li.buy-set ul li:first-child {
  padding-top: 0;
}

section.product-extra ul.overview-sets-link li ul.overview li.buy-set ul li.discount {
  font-size: 1.8em;
  color: #96c11f;
  font-weight: 800;
}

section.product-extra ul.overview-sets-link li ul.overview li.buy-set ul li.bundel {
  padding-top: 10px;
}

section.product-extra ul.overview-sets-link li ul.overview li.buy-set ul li.bundel strong,
section.product-extra ul.overview-sets-link li ul.overview li.buy-set ul li.bundel small {
  float: left;
  width: 100%;
}

section.product-extra ul.overview-sets-link li ul.overview li.buy-set ul li.bundel strong {
  color: black;
  font: 800 1.8em "Montserrat", Sans-serif;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.product-extra ul.overview-sets-link li ul.overview li.buy-set ul li.bundel strong {
    line-height: 1.7em;
  }
}

section.product-extra ul.overview-sets-link li ul.overview li.buy-set ul li.bundel small.price {
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2em;
  color: #1a1a1a;
}

section.product-extra ul.overview-sets-link li ul.overview li.buy-set ul li span.price {
  float: left;
  text-align: right;
  width: 150px;
}

section.product-extra ul.overview-sets-link li ul.overview li.buy-set ul li .add-to-cart {
  float: right;
  font-size: 1em;
  width: 50px;
  background-position: center;
  text-indent: -9999em;
}

section.product-extra ul.overview-sets-link li ul.overview li.buy-set ul li .add-to-cart:hover, section.product-extra ul.overview-sets-link li ul.overview li.buy-set ul li .add-to-cart:focus {
  background: #569200 url(/images/css/add-to-cart.png) center no-repeat;
}

section.product-extra ul.overview-sets-link li ul.overview li.buy-set ul li .add-to-cart:active {
  background-color: #3e6900;
}

section.product-extra ul.overview-sets-link li ul.overview li div.set-configurator {
  background: #f2f2f2;
  float: left;
  padding: 4%;
  width: 100%;
}

section.product-extra ul.overview-sets-link li ul.overview li div.set-configurator div.box {
  float: left;
  padding: 5px;
  margin: 0;
  width: 100%;
}

section.product-extra ul.overview-sets-link li ul.overview li div.set-configurator div.box ul {
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}

section.product-extra ul.overview-sets-link li ul.overview li div.set-configurator div.box ul li {
  float: left;
  padding: 0;
  margin: 0 2px 2px 0;
  width: auto;
}

section.product-extra ul.overview-sets-link li ul.overview li div.set-configurator div.box ul li:first-child {
  width: 100%;
}

section.product-extra ul.overview-sets-link li ul.overview li div.set-configurator div.box ul li select {
  width: 100%;
}

section.product-extra ul.overview-sets-link li ul.overview li a {
  display: block;
}

section.product-extra ul.overview-sets-link li ul.overview li a img {
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
}

section.product-extra ul.overview-sets-link li ul.overview li span.plus {
  background: #1a1a1a;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: white;
  height: 20px;
  margin-top: -10px;
  font: 700 1.4em/1.4em "Montserrat", Sans-serif;
  left: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 20px;
}

@media (max-width: 1px) {
  section.product-extra ul.overview-sets-link li ul.overview li.buy-set,
  section.product-extra ul.overview-sets-link li ul.overview li div.set-configurator {
    display: none !important;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.product-extra ul.overview-sets-link li ul.overview li.buy-set,
  section.product-extra ul.overview-sets-link li ul.overview li div.set-configurator {
    display: none !important;
  }
}

section.product-extra ul.overview-sets-link li ul.price {
  float: left;
  margin-top: 10px;
  width: 100%;
}

section.product-extra ul.overview-sets-link li ul.price li {
  float: left;
  font: 400 1.2em "Montserrat", Sans-serif;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}

section.product-extra ul.overview-sets-link li ul.price li strong {
  float: left;
  font-weight: 700;
  width: 25%;
}

section.product-extra ul.overview-sets-link li ul.price li span {
  float: left;
  width: 75%;
}

section.product-extra ul.overview-sets-link li strong.price {
  float: left;
  font: 700 1.6em "Montserrat", Sans-serif;
  margin-top: 10px;
  width: 100%;
}

section.product-extra ul.overview-sets-link li strong.price span {
  font-weight: normal;
  font-size: 0.8em;
}

section.product-extra ul.overview-sets-link li strong.stock {
  color: white;
  float: left;
  font: 400 1.2em "Montserrat", Sans-serif;
  padding: 5px 10px;
  margin-top: 15px;
}

section.product-extra ul.overview-sets-link li strong.stock.positive {
  background: #5c9c00;
}

section.product-extra ul.overview-sets-link li strong.stock.warning {
  background: #ffa800;
}

section.product-extra ul.overview-sets-link li strong.stock.no-stock {
  background: #e10404;
}

section.product-extra ul.overview-sets-link li a.more {
  background: #f2f2f2;
  border-bottom: 3px solid #e6e5e5;
  color: #1a1a1a;
  margin-top: 20px;
  padding: 5px 15px;
  font: 700 1.4em "Montserrat", Sans-serif;
  float: left;
  text-transform: uppercase;
  text-decoration: none;
}

section.product-extra ul.overview-sets-link li a.more:hover, section.product-extra ul.overview-sets-link li a.more:focus {
  background: #96c11f;
  border-bottom-color: #749518;
  color: white;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.product-extra ul.overview-sets-link li.price-info, section.product-extra ul.overview-sets-link li.link {
    display: none;
  }
}

@media (min-width: 2px) {
  section.product-extra ul.overview-sets-link li.price-info, section.product-extra ul.overview-sets-link li.link {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  section.product-extra ul.overview-sets-link li.price-info, section.product-extra ul.overview-sets-link li.link {
    display: none;
  }
}

section.data-extra {
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  /* techinfo */
}

@media (max-width: 1px) {
  section.data-extra {
    padding-bottom: 40px;
  }
}

section.data-extra h2 {
  font: 700 1.8em "Montserrat", Sans-serif;
  color: #96c11f;
  text-transform: uppercase;
  margin-bottom: 15px;
}

section.data-extra h4 {
  font: 700 1.6em "Montserrat", Sans-serif;
}

section.data-extra ul.techinfo li {
  border-top: 1px solid #d9d9d9;
  float: left;
  font: 400 1.6em/1.6em "Montserrat", Sans-serif;
  padding: 5px;
  list-style: none;
  width: 100%;
}

section.data-extra ul.techinfo li:first-child {
  border-top: none;
}

section.data-extra ul.techinfo li.grey {
  background: #f2f2f2;
}

section.data-extra ul.techinfo li strong {
  float: left;
  width: 50%;
  font-weight: 400;
}

@media (max-width: 1px) {
  section.data-extra ul.techinfo li strong {
    width: 100%;
  }
}

section.data-extra ul.techinfo li span {
  float: left;
  width: 50%;
}

@media (max-width: 1px) {
  section.data-extra ul.techinfo li span {
    width: 100%;
  }
}

section.data-extra ul.techinfo li p {
  font-size: 1em;
}

section.product-slider-wrapper {
  overflow: hidden;
}

section.product-slider-wrapper section.large-images {
  position: relative;
  overflow: hidden;
}

section.product-slider-wrapper ul {
  overflow: hidden;
}

section.product-slider-wrapper ul li {
  float: left;
  list-style: none;
  text-align: center;
  width: 100%;
}

section.product-slider-wrapper ul li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

section.product-slider-wrapper a.backtoproduct {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 20px;
  width: 20px;
}

section.product-slider-wrapper a.backtoproduct span,
section.product-slider-wrapper a.backtoproduct span:before,
section.product-slider-wrapper a.backtoproduct span:after {
  cursor: pointer;
  height: 3px;
  width: 20px;
  left: 10px;
  background: #96c11f;
  position: absolute;
  display: block;
  content: '';
  transition: all 500ms ease-in-out;
}

section.product-slider-wrapper a.backtoproduct span {
  height: 0;
  text-indent: -9999px;
}

section.product-slider-wrapper a.backtoproduct span:before {
  left: 0;
  top: -6px;
  background: #1a1a1a;
  top: 0px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

section.product-slider-wrapper a.backtoproduct span:after {
  left: 0;
  bottom: -6px;
  background: #1a1a1a;
  top: 0px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

section.product-slider-wrapper a.bx-prev {
  background: url(../images/css/arrow-left.png) no-repeat right center;
  position: absolute;
  left: 0;
  top: 50%;
  padding-left: 30px;
  margin-top: -10px;
  text-indent: -9999px;
}

section.product-slider-wrapper a.bx-prev.disabled {
  opacity: 0.2;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
}

section.product-slider-wrapper a.bx-next {
  background: url(../images/css/arrow-right.png) no-repeat left center;
  position: absolute;
  right: 0;
  top: 50%;
  padding-right: 30px;
  margin-top: -10px;
  text-indent: -9999px;
}

section.product-slider-wrapper a.bx-next.disabled {
  opacity: 0.2;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
}

section.product-slider-thumbs-wrapper {
  border-top: 1px solid #d9d9d9;
  position: relative;
}

section.product-slider-thumbs-wrapper ul li {
  border-left: 1px solid #d9d9d9;
  float: left;
  list-style: none;
}

section.product-slider-thumbs-wrapper ul li:first-child {
  border-left: 0;
}

section.product-slider-thumbs-wrapper ul li a img {
  width: 100%;
}

section.product-slider-thumbs-wrapper a.bx-prev {
  background: url(../images/css/arrow-left.png) no-repeat center center white;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  text-indent: -9999px;
  width: 30px;
}

section.product-slider-thumbs-wrapper a.bx-prev.disabled {
  opacity: 0.2;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
}

section.product-slider-thumbs-wrapper a.bx-next {
  background: url(../images/css/arrow-right.png) no-repeat center center white;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  text-indent: -9999px;
  width: 30px;
}

section.product-slider-thumbs-wrapper a.bx-next.disabled {
  opacity: 0.2;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
}

ul.accordion li {
  float: left;
  list-style: none;
  margin-top: 30px;
  width: 100%;
}

@media (max-width: 1px) {
  ul.accordion li {
    border-top: 1px solid #d9d9d9;
    margin-top: 0;
    padding: 10px 0 5px 0;
    text-transform: uppercase;
  }
  ul.accordion li section.product-extra,
  ul.accordion li section.relatedproducts {
    border: none;
    margin: 0 0 0 0;
    text-transform: none;
    width: 100%;
    /*	ul.review
					{
						margin-left: 0px!important;
					}*/
  }
  ul.accordion li section.product-extra ul, ul.accordion li section.product-extra ol,
  ul.accordion li section.relatedproducts ul,
  ul.accordion li section.relatedproducts ol {
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
  }
  ul.accordion li section.product-extra ul li, ul.accordion li section.product-extra ol li,
  ul.accordion li section.relatedproducts ul li,
  ul.accordion li section.relatedproducts ol li {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    text-transform: none;
  }
  ul.accordion li section.product-extra ul.product-overview, ul.accordion li section.product-extra ol.product-overview,
  ul.accordion li section.relatedproducts ul.product-overview,
  ul.accordion li section.relatedproducts ol.product-overview {
    margin-left: -15px;
    margin-top: 15px;
  }
  ul.accordion li section.product-extra ul.product-overview li, ul.accordion li section.product-extra ol.product-overview li,
  ul.accordion li section.relatedproducts ul.product-overview li,
  ul.accordion li section.relatedproducts ol.product-overview li {
    padding: 0 15px;
  }
}

@media (max-width: 1px) {
  ul.accordion li div.row {
    display: none;
  }
}

ul.accordion li h2.title {
  color: #1a1a1a;
  font: 700 2em "Montserrat", Sans-serif;
  margin-bottom: 10px;
}

@media (max-width: 1px) {
  ul.accordion li h2.title {
    background: url("../images/css/arrow-right.png") no-repeat 98% 0px;
    float: left;
    font-size: 1.3em;
    line-height: 1.9em;
    width: 100%;
  }
  ul.accordion li h2.title:hover, ul.accordion li h2.title:focus {
    color: black;
    cursor: pointer;
  }
  ul.accordion li h2.title.open {
    background-image: url("../images/css/arrow-close.png");
  }
}

ul.accordion li section.product-extra {
  margin-top: 0;
}

ul.accordion li section.product-extra ul,
ul.accordion li section.product-extra ol {
  margin: 20px 0;
}

ul.accordion li section.product-extra ul.techinfo li,
ul.accordion li section.product-extra ol.techinfo li {
  float: left;
}

ul.accordion li section.product-extra ul li,
ul.accordion li section.product-extra ol li {
  float: none;
  margin-bottom: 0;
  margin-top: 0;
}

section.reseller {
  margin-left: -10px;
  margin-right: -10px;
  float: left;
  width: 100%;
}

section.reseller:before, section.reseller:after {
  content: " ";
  display: table;
}

section.reseller:after {
  clear: both;
}

section.reseller {
  *zoom: 1;
}

section.reseller div.reseller-map {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 20px;
}

@media (min-width: 1px) {
  section.reseller div.reseller-map {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.reseller div.reseller-map {
    float: left;
    width: 75%;
  }
}

@media (min-width: 1px) {
  section.reseller div.reseller-map {
    float: left;
    width: 75%;
  }
}

section.reseller div.reseller-map:before, section.reseller div.reseller-map:after {
  content: " ";
  display: table;
}

section.reseller div.reseller-map:after {
  clear: both;
}

section.reseller div.reseller-map {
  *zoom: 1;
}

section.reseller div.reseller-map.fullsize {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.reseller div.reseller-map.fullsize {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.reseller div.reseller-map.fullsize {
    float: left;
    width: 100%;
  }
}

section.reseller div.reseller-map div.filter {
  display: flex;
}

section.reseller div.reseller-banner {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  padding-top: 48px;
}

@media (min-width: 1px) {
  section.reseller div.reseller-banner {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.reseller div.reseller-banner {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) {
  section.reseller div.reseller-banner {
    float: left;
    width: 25%;
  }
}

section.reseller div.reseller-banner img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  -ms-interpolation-mode: bicubic;
  border: 1px solid #d9d9d9;
}

section.reseller div.intro {
  /*@include make-xs-column(12);
    @include make-sm-column(12);
    @include make-md-column(5);
    @include make-lg-column(5);
    @include make-row();*/
  font-size: 1.8em;
  line-height: 40px;
  width: 50%;
}

section.reseller div.intro p {
  color: white;
}

section.reseller a.refresh {
  transition: all 0.2s ease;
  /* position: absolute;
     right: 0px;
     top: 5px;
    display: inline-block;*/
  color: #96c11f;
  font-size: 2em;
  padding: 7px;
}

section.reseller a.refresh.no-display {
  display: none;
}

section.reseller a.refresh:hover, section.reseller a.refresh:active {
  color: #b1de35;
}

section.reseller form.search {
  /*@include make-xs-column(12);
    @include make-sm-column(12);
    @include make-md-column(7);
    @include make-lg-column(7);
    @include make-row();*/
  position: relative;
  text-align: right;
}

section.reseller form.search ul > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 10px;
  margin-bottom: 8px;
}

section.reseller form.search ul > li select {
  border: 1px solid #d9d9d9;
  color: #1a1a1a;
  height: 40px;
  padding: 0 5%;
  font: 400 1.5em "Montserrat", Sans-serif;
  width: 200px;
}

section.reseller form.search ul > li input[type="text"] {
  border: 1px solid #d9d9d9;
  color: #1a1a1a;
  font-size: 1.5em;
  height: 40px;
  padding: 0 5%;
  font-weight: 400;
  width: 200px;
}

section.reseller form.search ul > li label.error {
  color: #e10404;
  float: left;
  position: absolute;
}

section.reseller form.search ul > li button {
  color: #1a1a1a;
  font-size: 1.6em;
  position: absolute;
  top: 12px;
  right: 7px;
}

div#noresults {
  clear: both;
  color: #e10404;
  border: 2px solid #e10404;
  display: block;
  font: 400 1.6em "Montserrat", Sans-serif;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
}

div.google-maps-large {
  background: #f2f2f2;
  min-height: 603px;
  max-height: 603px;
  width: 100%;
}

@media (max-width: 1px) {
  div.google-maps-large {
    min-height: 280px;
    max-height: 280px;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  div.google-maps-large {
    min-height: 340px;
    max-height: 340px;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  div.google-maps-large {
    min-height: 440px;
    max-height: 440px;
  }
}

div.google-maps-large div.info_content {
  overflow: hidden;
}

div.google-maps-large div.info_content strong {
  color: #96c11f;
  margin-bottom: 10px;
}

div.google-maps-large div.info_content p {
  font-size: 1.1em;
  line-height: 1.1em;
  color: #1a1a1a;
}

div.google-maps-large div.info_content a {
  color: #96c11f;
}

div#listresult {
  padding: 5px;
}

div#listresult:before, div#listresult:after {
  content: " ";
  display: table;
}

div#listresult:after {
  clear: both;
}

div#listresult {
  *zoom: 1;
}

div#listresult h2 strong {
  color: black;
  font-style: italic;
}

ul.find-result {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 50%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  margin-top: 25px;
}

@media (min-width: 1px) {
  ul.find-result {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  ul.find-result {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) {
  ul.find-result {
    float: left;
    width: 25%;
  }
}

ul.find-result:nth-child(4n+1) {
  clear: both;
}

@media (max-width: 1px) {
  ul.find-result {
    margin-top: 25px;
  }
  ul.find-result:nth-child(3n+1), ul.find-result:nth-child(5n+1), ul.find-result:nth-child(4n+1) {
    clear: initial;
  }
  ul.find-result:nth-child(2n+1) {
    clear: both;
  }
}

@media (max-width: 1px) and (max-width: 1px) {
  ul.find-result {
    position: relative;
    /* Prevent columns from collapsing when empty*/
    min-height: 1px;
    /* Inner gutter via padding*/
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 100%;
    clear: none !important;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  ul.find-result:nth-child(5n+1), ul.find-result:nth-child(4n+1) {
    clear: initial;
  }
  ul.find-result:nth-child(3n+1) {
    clear: both;
  }
}

ul.find-result li {
  list-style: none;
  width: 100%;
  font-size: 1.5em;
  padding: 1%;
}

ul.find-result li h3 {
  font-size: 1.1em;
}

ul.find-result li span {
  color: #96c11f;
  border: 1px solid #96c11f;
  padding: 3px;
  font-size: 0.7em;
  display: inline-block;
  margin: 2px;
}

ul.find-result li a {
  color: #1a1a1a;
}

ul.find-result li a:hover, ul.find-result li a:focus {
  color: #96c11f;
}

nav.pager {
  float: left;
  text-align: center;
  width: 100%;
}

@media (max-width: 1px) {
  nav.pager {
    width: 100%;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  nav.pager {
    width: 100%;
  }
}

nav.pager li {
  border: 1px solid #d9d9d9;
  float: left;
  font: 400 1.4em "Montserrat", Sans-serif;
  list-style: none !important;
  height: 30px;
  line-height: 1.8em;
  margin: 0 0 0 3px;
  width: 30px;
}

@media (max-width: 1px) {
  nav.pager li {
    font-size: 1.2em;
    line-height: 2.4em;
  }
}

nav.pager li.active {
  background: #96c11f;
  color: white;
}

nav.pager li a {
  color: #1a1a1a;
  text-decoration: none;
}

nav.pager li a:hover, nav.pager li a:focus {
  color: black;
}

nav.pager li a,
nav.pager li span {
  line-height: 15px;
  display: block;
  padding-top: 7px;
  height: 30px;
  width: 30px;
}

nav.pager li.next, nav.pager li.prev {
  padding: 0 10px;
  width: auto;
}

nav.pager li.next a, nav.pager li.prev a {
  width: auto;
}

nav.pager li.next strong, nav.pager li.prev strong {
  font-weight: 200;
}

@media (max-width: 1px) {
  nav.pager li.next strong, nav.pager li.prev strong {
    display: none;
  }
}

nav.social-media {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}

nav.social-media:before, nav.social-media:after {
  content: " ";
  display: table;
}

nav.social-media:after {
  clear: both;
}

nav.social-media {
  *zoom: 1;
}

@media (min-width: 1px) and (max-width: 2px) {
  nav.social-media {
    margin-top: 30px;
  }
}

nav.social-media ul {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  margin-left: 0;
}

@media (min-width: 1px) {
  nav.social-media ul {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  nav.social-media ul {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  nav.social-media ul {
    float: left;
    width: 100%;
  }
}

@media (max-width: 1px) {
  nav.social-media ul {
    padding-bottom: 20px;
  }
}

nav.social-media ul li {
  float: left;
  list-style: none;
  padding: 0 10px;
}

@media (max-width: 1px) {
  nav.social-media ul li {
    padding: 5px;
  }
}

nav.social-media ul li:first-child {
  padding-left: 0;
}

ul.usp {
  margin-left: -10px;
  margin-right: -10px;
  float: left;
  width: 100%;
  padding: 2% 5%;
}

ul.usp:before, ul.usp:after {
  content: " ";
  display: table;
}

ul.usp:after {
  clear: both;
}

ul.usp {
  *zoom: 1;
}

ul.usp li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  list-style: none;
  text-align: center;
  padding-bottom: 0px;
  padding: 0% 5%;
  /*&:nth-child(2)
        {
        background-image: url(../images/css/icon-delivery.png);
    }
    &:nth-child(3)
        {
        background-image: url(../images/css/icon-exp.png);

        @include breakpoint(col-xs-to-sm)
        {
            margin-top: 10px;
        }
    }
    &:nth-child(4)
        {
        background-image: url(../images/css/icon-graph.png);

        @include breakpoint(col-xs-to-sm)
        {
            margin-top: 10px;
        }
    }*/
}

@media (min-width: 1px) {
  ul.usp li {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  ul.usp li {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) {
  ul.usp li {
    float: left;
    width: 20%;
  }
}

ul.usp li a {
  color: #1a1a1a;
  text-decoration: none;
}

ul.usp li a:hover, ul.usp li a:focus {
  color: black;
}

ul.usp li img {
  display: block;
  margin: 0px auto;
}

ul.usp li strong {
  font: 400 1em/1.3em "Montserrat", Sans-serif;
  color: white;
  display: block;
  text-align: center;
}

/*
 * Custom form register - added activation code logic
 */
#frmRegister .hideTillValid {
  display: none;
}

#frmRegister li.activation {
  display: none;
}

div.grey-bar {
  background-color: #f2f2f2;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 20px;
}

div.grey-bar select {
  display: block;
  height: 40px;
  width: 100%;
}

.btn {
  background: #96c11f;
  border: 0;
  color: white;
  display: block;
  height: 40px;
  float: right;
  font: 700 1.6em "Montserrat", Sans-serif;
  text-align: center;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.btn:hover, .btn:focus {
  background: #1a1a1a;
}

section.configurator-filters-container {
  background-color: transparent;
  padding: 0 10px;
  width: 75%;
}

section.configurator-filters-container.wide {
  width: 100%;
}

@media (max-width: 2px) {
  section.configurator-filters-container {
    width: 100%;
  }
}

section.configurator-filters-container div.title {
  margin-bottom: 20px;
}

section.configurator-filters-container div.title h1 {
  font-weight: 700;
}

section.configurator-filters-container h2 {
  font-weight: 400;
}

section.configurator-filters-container div.filter-info {
  margin: 0 -10px 20px;
  overflow: hidden;
}

section.configurator-filters-container div.filter-info div.desc {
  display: inline-block;
  margin-left: -4px;
  padding-left: 20px;
  vertical-align: middle;
  width: 60%;
}

section.configurator-filters-container div.filter-info div.desc p:last-child {
  margin-bottom: 0;
}

section.configurator-filters-container div.filter-info div.image {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  width: 25%;
}

section.configurator-filters-container div.filter-info div.image img {
  display: block;
  max-width: 100%;
}

section.configurator-filters-container div.filter > ul {
  margin: 0 -10px;
  overflow: hidden;
  width: auto;
}

section.configurator-filters-container div.filter > ul > li {
  float: left;
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 33.3334%;
}

@media (max-width: 1px) {
  section.configurator-filters-container div.filter > ul > li {
    width: 50%;
  }
}

@media (max-width: 1px) {
  section.configurator-filters-container div.filter > ul > li {
    width: 100%;
  }
}

section.configurator-filters-container div.filter > ul > li.selected div.filter-inner {
  border-color: #96c11f;
  background-color: #96c11f;
  color: white;
}

section.configurator-filters-container div.filter > ul > li.selected div.filter-inner span.choose {
  border-color: white;
}

section.configurator-filters-container div.filter > ul > li.selected div.filter-inner span.choose::before {
  border-color: white;
}

section.configurator-filters-container div.filter > ul > li a {
  cursor: pointer;
  margin-right: 0 !important;
  text-decoration: none;
}

section.configurator-filters-container div.filter > ul > li a:hover div.filter-inner, section.configurator-filters-container div.filter > ul > li a:focus div.filter-inner {
  border-color: #96c11f;
  background-color: #96c11f;
  color: white;
}

section.configurator-filters-container div.filter > ul > li a:hover div.filter-inner span.choose, section.configurator-filters-container div.filter > ul > li a:focus div.filter-inner span.choose {
  border-color: white;
}

section.configurator-filters-container div.filter > ul > li a:hover div.filter-inner span.choose::before, section.configurator-filters-container div.filter > ul > li a:focus div.filter-inner span.choose::before {
  border-color: white;
}

section.configurator-filters-container div.filter > ul > li a div.filter-inner {
  border: 1px solid black;
  text-align: center;
}

section.configurator-filters-container div.filter > ul > li a div.filter-inner figure img {
  display: block;
  height: auto;
  width: 100%;
}

section.configurator-filters-container div.filter > ul > li a div.filter-inner div.text {
  padding: 20px 10px;
}

section.configurator-filters-container div.filter > ul > li a div.filter-inner div.text ul {
  margin: 0;
  text-align: left;
  width: 100%;
}

section.configurator-filters-container div.filter > ul > li a div.filter-inner div.text ul li {
  font-size: 1em;
}

section.configurator-filters-container div.filter > ul > li a div.filter-inner div.text p {
  font-size: 1em;
  margin-top: 0;
}

section.configurator-filters-container div.filter > ul > li a div.filter-inner div.text span {
  display: block;
  font-weight: 700;
}

section.configurator-filters-container div.filter > ul > li a div.filter-inner div.text span.categoryname {
  min-height: 32px;
}

section.configurator-filters-container div.filter > ul > li a div.filter-inner div.text span.choose {
  border: 1px solid black;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 10px auto 0;
  padding-left: 40px;
  padding-right: 20px;
  position: relative;
  text-align: left;
}

section.configurator-filters-container div.filter > ul > li a div.filter-inner div.text span.choose::before {
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  content: "";
  display: block;
  height: 8px;
  left: 12px;
  position: absolute;
  transform: rotate(-45deg);
  top: 13px;
  width: 15px;
}

section.configurator-filters-container div.buttons .btn {
  background: #96c11f;
  color: white;
  display: inline-block;
  font: 700 1.4em "Montserrat", Sans-serif;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  text-transform: uppercase;
  border-bottom: 3px solid #749518;
  width: auto;
}

section.configurator-filters-container div.buttons .btn:hover, section.configurator-filters-container div.buttons .btn:focus {
  background: #749518;
}

section.configurator-filters-container div.buttons .btn.filter-next {
  float: right;
}

aside.pageright {
  float: left;
  margin-top: 48px;
  min-height: 1px;
  padding: 0 10px;
  width: 25%;
}

@media (max-width: 2px) {
  aside.pageright {
    width: 100%;
  }
}

div.pageright-inner {
  border: 1px solid #96c11f;
}

div.pageright-inner div.txt {
  padding: 12px;
}

div.pageright-inner div.txt h2 {
  font: 700 2em "Montserrat", Sans-serif;
  margin-bottom: 10px;
}

div.pageright-inner div.txt p {
  font-size: 1.5em;
  line-height: 1.5em;
}

div.pageright-inner div.txt ul li {
  font-size: 1.6em;
}

section.container.configurator-product-page div.configurator-section-title {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

section.container.configurator-product-page div.configurator-section-title h2 {
  font: 700 1.6em "Montserrat", Sans-serif;
}

section.container.configurator-product-page section.product-images {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.container.configurator-product-page section.product-images {
    float: left;
    width: 41.66666667%;
  }
}

section.container.configurator-product-page section.product-data {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.container.configurator-product-page section.product-data {
    float: left;
    width: 33.33333333%;
  }
}

section.container.configurator-product-page section.extra-info {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.container.configurator-product-page section.extra-info {
    float: left;
    width: 25%;
  }
}

section.container.configurator-product-page .configurator {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

ul.form {
  margin-left: 0 !important;
  /*&.login-radio
  {
      li
      {
          a
          {
              &.forgot-password
              {
                  font: 400 1.3em/1.9em $normal;
                  padding-left: 15px;
              }
          }

          strong
          {
              font: 600 1.4em $normal;
          }

          label
          {
              margin-right: 10px;
              width: auto;

              &.error
              {
                  float: left;
                  width: 100%;
              }
          }

          input[type="submit"]
          {
              @include border-radius;
              border-bottom: 3px solid darken($maincolor, 10%);
              background: $maincolor;
              font-weight: 600;

              &:hover,
                  &:focus
                  {
                  background: $secondcolor;
                  border-bottom: 3px solid darken($secondcolor, 10%);
              }

              &:active
                  {
                  background: darken($secondcolor, 5%);
                  border-bottom: 1px solid darken($secondcolor, 15%);
                  padding-bottom: 2px;
              }
          }

          ul.radio
          {
              li
              {
                  label
                  {
                      font-weight: 700;
                      line-height: 14px;
                  }
              }
          }
      }
  }*/
  /* review toevoegen */
  /*&.review
  {
      label
      {
          text-align: left;
          width: 20%;

          @include breakpoint(col-xs)
          {
              text-align: left;
              padding: 0;
              width: 100%;
          }


      }

      p.form-error
      {
          text-align: left;
          width: 100%;
      }

      p#form-error-comment-rating
      {
          float: left;
          width: 100%;
          padding-top: 5px;
      }

      textarea
      {
          height: 100px;
          padding: 5px;
          width: 220px;
      }



      input
      {
          &[type="text"],
          &[type="email"],
          &[type="password"]
          {
              width: 65%;

              @include breakpoint(col-md)
              {
                  width: 50%;
              }

          }
      }

      textarea
      {
          width: 65%;

          @include breakpoint(col-md)
          {
              width: 50%;
          }
      }

      @include breakpoint(col-xs)
      {
          input
          {
              &[type="text"],
              &[type="email"],
              &[type="password"]
              {
                  width: 100%!important;
              }
          }

          textarea
          {
              width: 100%!important;
          }
      }
  }*/
  /* TOESLAG LEVERING */
}

ul.form li {
  float: left;
  list-style: none;
  margin-bottom: 10px;
  width: 100%;
}

ul.form li div.g-recaptcha {
  float: left;
}

ul.form li div.privacy-error {
  clear: both;
  color: #e10404;
  display: none;
  font-size: 1.5em;
  padding-top: 10px;
}

ul.form li.select {
  min-height: 65px;
}

ul.form li.choose div.iradio,
ul.form li.choose div.icheck {
  margin-top: 3px;
}

ul.form li h2 {
  font: 700 1.4em "Montserrat", Sans-serif;
}

ul.form li label {
  float: left;
  font: 400 1.5em/1.9em "Montserrat", Sans-serif;
  min-width: 210px;
}

ul.form li label em {
  color: #e10404;
}

ul.form li label.error {
  color: #e10404;
  width: 100%;
}

@media (min-width: 1px) and (max-width: 1px) {
  ul.form li label {
    width: 100%;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  ul.form li label {
    width: 100%;
  }
}

@media (max-width: 1px) {
  ul.form li label {
    width: 100%;
  }
}

ul.form li.form-error p {
  color: #e10404;
  float: left;
  margin-top: 0;
  width: 100%;
}

ul.form li img {
  float: left;
  margin: 7px 0 0 7px;
}

ul.form li input {
  /* text, email, phone, password */
  /* checkbox, radio button */
  /* submit/button */
}

ul.form li input[type="text"], ul.form li input[type="email"], ul.form li input[type="phone"], ul.form li input[type="password"] {
  border: 1px solid #d9d9d9;
  color: #1a1a1a;
  float: left;
  font: 400 1.5em/2em "Montserrat", Sans-serif;
  height: 35px;
  padding: 0 5px;
  width: 300px;
  -webkit-appearance: none;
}

@media (min-width: 1px) and (max-width: 2px) {
  ul.form li input[type="text"], ul.form li input[type="email"], ul.form li input[type="phone"], ul.form li input[type="password"] {
    width: 100%;
  }
}

@media (max-width: 1px) {
  ul.form li input[type="text"], ul.form li input[type="email"], ul.form li input[type="phone"], ul.form li input[type="password"] {
    width: 100%;
  }
}

ul.form li input[type="text"]:focus, ul.form li input[type="email"]:focus, ul.form li input[type="phone"]:focus, ul.form li input[type="password"]:focus {
  border-color: black;
  color: black;
}

ul.form li input[type="text"].small, ul.form li input[type="email"].small, ul.form li input[type="phone"].small, ul.form li input[type="password"].small {
  margin-right: 10px;
  width: 65px;
}

@media (min-width: 1px) and (max-width: 2px) {
  ul.form li input[type="text"].small, ul.form li input[type="email"].small, ul.form li input[type="phone"].small, ul.form li input[type="password"].small {
    margin-right: 3% !important;
    width: 30% !important;
  }
}

@media (max-width: 1px) {
  ul.form li input[type="text"].small, ul.form li input[type="email"].small, ul.form li input[type="phone"].small, ul.form li input[type="password"].small {
    margin-right: 3% !important;
    width: 30% !important;
  }
}

ul.form li input[type="text"].medium, ul.form li input[type="email"].medium, ul.form li input[type="phone"].medium, ul.form li input[type="password"].medium {
  width: 145px;
}

@media (min-width: 1px) and (max-width: 2px) {
  ul.form li input[type="text"].medium, ul.form li input[type="email"].medium, ul.form li input[type="phone"].medium, ul.form li input[type="password"].medium {
    width: 67% !important;
  }
}

@media (max-width: 1px) {
  ul.form li input[type="text"].medium, ul.form li input[type="email"].medium, ul.form li input[type="phone"].medium, ul.form li input[type="password"].medium {
    width: 67% !important;
  }
}

ul.form li input[type="text"].error, ul.form li input[type="email"].error, ul.form li input[type="phone"].error, ul.form li input[type="password"].error {
  border-color: #e10404;
}

ul.form li input[type="text"][readonly], ul.form li input[type="text"][readonly="readonly"], ul.form li input[type="email"][readonly], ul.form li input[type="email"][readonly="readonly"], ul.form li input[type="phone"][readonly], ul.form li input[type="phone"][readonly="readonly"], ul.form li input[type="password"][readonly], ul.form li input[type="password"][readonly="readonly"] {
  opacity: 0.75;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
}

ul.form li input[type="text"][readonly]::-moz-selection, ul.form li input[type="text"][readonly="readonly"]::-moz-selection, ul.form li input[type="email"][readonly]::-moz-selection, ul.form li input[type="email"][readonly="readonly"]::-moz-selection, ul.form li input[type="phone"][readonly]::-moz-selection, ul.form li input[type="phone"][readonly="readonly"]::-moz-selection, ul.form li input[type="password"][readonly]::-moz-selection, ul.form li input[type="password"][readonly="readonly"]::-moz-selection {
  background: white;
}

ul.form li input[type="text"][readonly]::selection, ul.form li input[type="text"][readonly="readonly"]::selection, ul.form li input[type="email"][readonly]::selection, ul.form li input[type="email"][readonly="readonly"]::selection, ul.form li input[type="phone"][readonly]::selection, ul.form li input[type="phone"][readonly="readonly"]::selection, ul.form li input[type="password"][readonly]::selection, ul.form li input[type="password"][readonly="readonly"]::selection {
  background: white;
}

ul.form li input[type="text"][readonly]::-moz-selection, ul.form li input[type="text"][readonly="readonly"]::-moz-selection, ul.form li input[type="email"][readonly]::-moz-selection, ul.form li input[type="email"][readonly="readonly"]::-moz-selection, ul.form li input[type="phone"][readonly]::-moz-selection, ul.form li input[type="phone"][readonly="readonly"]::-moz-selection, ul.form li input[type="password"][readonly]::-moz-selection, ul.form li input[type="password"][readonly="readonly"]::-moz-selection {
  background: white;
}

ul.form li input[type="text"][readonly]:focus, ul.form li input[type="text"][readonly="readonly"]:focus, ul.form li input[type="email"][readonly]:focus, ul.form li input[type="email"][readonly="readonly"]:focus, ul.form li input[type="phone"][readonly]:focus, ul.form li input[type="phone"][readonly="readonly"]:focus, ul.form li input[type="password"][readonly]:focus, ul.form li input[type="password"][readonly="readonly"]:focus {
  border: 1px solid #d9d9d9;
  color: #1a1a1a;
  cursor: default;
}

ul.form li input[type="text"][readonly]:focus::-moz-selection, ul.form li input[type="text"][readonly="readonly"]:focus::-moz-selection, ul.form li input[type="email"][readonly]:focus::-moz-selection, ul.form li input[type="email"][readonly="readonly"]:focus::-moz-selection, ul.form li input[type="phone"][readonly]:focus::-moz-selection, ul.form li input[type="phone"][readonly="readonly"]:focus::-moz-selection, ul.form li input[type="password"][readonly]:focus::-moz-selection, ul.form li input[type="password"][readonly="readonly"]:focus::-moz-selection {
  background: white;
}

ul.form li input[type="text"][readonly]:focus::selection, ul.form li input[type="text"][readonly="readonly"]:focus::selection, ul.form li input[type="email"][readonly]:focus::selection, ul.form li input[type="email"][readonly="readonly"]:focus::selection, ul.form li input[type="phone"][readonly]:focus::selection, ul.form li input[type="phone"][readonly="readonly"]:focus::selection, ul.form li input[type="password"][readonly]:focus::selection, ul.form li input[type="password"][readonly="readonly"]:focus::selection {
  background: white;
}

ul.form li input[type="text"][readonly]:focus::-moz-selection, ul.form li input[type="text"][readonly="readonly"]:focus::-moz-selection, ul.form li input[type="email"][readonly]:focus::-moz-selection, ul.form li input[type="email"][readonly="readonly"]:focus::-moz-selection, ul.form li input[type="phone"][readonly]:focus::-moz-selection, ul.form li input[type="phone"][readonly="readonly"]:focus::-moz-selection, ul.form li input[type="password"][readonly]:focus::-moz-selection, ul.form li input[type="password"][readonly="readonly"]:focus::-moz-selection {
  background: white;
}

ul.form li input[type="text"][disabled="disabled"], ul.form li input[type="email"][disabled="disabled"], ul.form li input[type="phone"][disabled="disabled"], ul.form li input[type="password"][disabled="disabled"] {
  background: #e6e5e5;
  opacity: 0.5;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
}

ul.form li input[type="text"][disabled="disabled"]:hover, ul.form li input[type="text"][disabled="disabled"]:focus, ul.form li input[type="email"][disabled="disabled"]:hover, ul.form li input[type="email"][disabled="disabled"]:focus, ul.form li input[type="phone"][disabled="disabled"]:hover, ul.form li input[type="phone"][disabled="disabled"]:focus, ul.form li input[type="password"][disabled="disabled"]:hover, ul.form li input[type="password"][disabled="disabled"]:focus {
  cursor: url(../images/css/icon-error.png) 0 0, pointer;
}

ul.form li input[type="text"].check, ul.form li input[type="email"].check, ul.form li input[type="phone"].check, ul.form li input[type="password"].check {
  background: url(../images/css/icon-check.png) no-repeat 97% center;
}

ul.form li input[type="text"].form-error, ul.form li input[type="email"].form-error, ul.form li input[type="phone"].form-error, ul.form li input[type="password"].form-error {
  border-color: #e10404;
  background: url(../images/css/icon-error.png) no-repeat 97% center;
}

ul.form li input[type="checkbox"], ul.form li input[type="radio"] {
  float: left;
  margin: 5px 10px 0 0;
}

ul.form li input[type="submit"], ul.form li input[type="button"] {
  background: #96c11f;
  border: 0;
  color: white;
  font: 600 1.4em "Montserrat", Sans-serif;
  height: 40px;
  padding: 0 20px;
  margin-top: 10px;
  text-transform: uppercase;
  -webkit-appearance: none;
}

ul.form li input[type="submit"]:hover, ul.form li input[type="submit"]:focus, ul.form li input[type="submit"]:active, ul.form li input[type="button"]:hover, ul.form li input[type="button"]:focus, ul.form li input[type="button"]:active {
  background: #a7d723;
}

ul.form li input[type="submit"].back, ul.form li input[type="button"].back {
  background: #f2f2f2;
  color: black;
  padding: 0 10px;
  text-transform: none;
}

ul.form li input[type="submit"].back:hover, ul.form li input[type="submit"].back:focus, ul.form li input[type="button"].back:hover, ul.form li input[type="button"].back:focus {
  background: #d9d9d9;
}

ul.form li input[type="submit"].display-none, ul.form li input[type="button"].display-none {
  display: none;
}

ul.form li textarea {
  border: 1px solid #d9d9d9;
  color: #1a1a1a;
  float: left;
  font: 400 1.5em/2em "Montserrat", Sans-serif;
  padding: 5px;
  width: 300px;
  -webkit-appearance: none;
}

ul.form li textarea:focus {
  border-color: black;
  color: black;
}

@media (min-width: 1px) and (max-width: 2px) {
  ul.form li textarea {
    width: 100%;
  }
}

@media (max-width: 1px) {
  ul.form li textarea {
    width: 100%;
  }
}

ul.form li textarea.error, ul.form li textarea.form-error {
  border-color: #e10404;
}

ul.form li select {
  border: 1px solid #d9d9d9;
  color: #1a1a1a;
  float: left;
  font: 400 1.5em/2em "Montserrat", Sans-serif;
  padding: 5px;
  height: 35px;
  width: 220px;
}

@media (min-width: 1px) and (max-width: 2px) {
  ul.form li select {
    width: 100%;
  }
}

@media (max-width: 1px) {
  ul.form li select {
    width: 100%;
  }
}

ul.form.buttons {
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
  margin-top: 20px;
}

ul.form.buttons li {
  float: right;
  width: auto;
}

ul.form.buttons li input {
  float: right;
}

ul.form.buttons li:first-child {
  float: left;
}

ul.form.buttons li:first-child input {
  float: left;
}

ul.form.buttons li a {
  background: #e6e5e5;
  color: #1a1a1a;
  float: left;
  font: 400 1.2em "Montserrat", Sans-serif;
  line-height: 29px;
  /* hoogte blok */
  height: 29px;
  padding: 0 10px;
  margin-top: 10px;
  text-decoration: none;
  width: auto;
}

ul.form.buttons li a:hover, ul.form.buttons li a:focus {
  background: black;
  color: white;
}

@media (max-width: 1px) {
  ul.form.buttons li {
    float: left;
    width: 100%;
  }
  ul.form.buttons li a,
  ul.form.buttons li input[type="submit"],
  ul.form.buttons li input[type="button"] {
    text-align: center;
    margin-top: 0;
    width: 100% !important;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  ul.form.buttons li {
    float: left;
    width: 100%;
  }
  ul.form.buttons li a,
  ul.form.buttons li input[type="submit"],
  ul.form.buttons li input[type="button"] {
    text-align: center;
    margin-top: 0;
    width: 100% !important;
  }
}

ul.form#billing-input {
  float: left;
  width: 100%;
}

ul.form#billing-input li:first-child {
  width: 100%;
}

ul.form.forgot-pas {
  margin-top: 20px;
}

ul.form.forgot-pas li p.form-error {
  padding-left: 200px;
  width: auto;
}

ul.form.forgot-pas li label {
  text-align: right;
  padding-right: 10px;
  min-width: 200px;
}

ul.form.forgot-pas li label.error {
  float: left;
  padding-left: 200px;
  text-align: left;
  width: 100%;
}

@media (max-width: 1px) {
  ul.form.forgot-pas li label.error {
    padding-left: 0;
  }
}

@media (max-width: 1px) {
  ul.form.forgot-pas li label {
    text-align: left;
  }
}

ul.form.login-radio {
  margin-top: 30px;
}

ul.form.login-radio li strong {
  float: left;
  margin-bottom: 10px;
  margin-top: 20px;
  width: 100%;
}

ul.form.login-radio li:first-child strong {
  margin-top: 0;
}

@media (min-width: 1px) and (max-width: 2px) {
  ul.form.login-radio li input[type="text"], ul.form.login-radio li input[type="email"], ul.form.login-radio li input[type="password"] {
    width: 250px;
  }
}

ul.form.login-radio li ul.radio li label {
  padding-top: 2px;
  margin-right: 15px;
  font-weight: 400;
  width: auto;
}

ul.form.login-radio li ul.radio li label,
ul.form.login-radio li ul.radio li div {
  margin-top: 8px;
}

@media (min-width: 1px) and (max-width: 2px) {
  ul.form.login-radio li ul.radio li input[type="password"] {
    margin-top: 10px;
  }
}

@media (max-width: 1px) {
  ul.form.login-radio li ul.radio li input[type="password"] {
    margin-top: 10px;
  }
}

ul.form#deliverytypes li {
  margin-bottom: 0;
}

ul.form.transportinput {
  border: 1px solid #d9d9d9;
  margin-top: 5px;
  float: left;
  padding: 15px 15px 10px 15px;
  margin-bottom: 15px;
  width: 100%;
}

@media (max-width: 1px) {
  ul.form.transportinput {
    background: #f2f2f2;
  }
}

ul.info.pickup {
  border: 1px solid #d9d9d9;
  margin-top: 5px;
  margin-bottom: 15px;
  float: left;
  padding: 15px 15px 10px 15px;
  width: 100%;
}

@media (max-width: 1px) {
  ul.info.pickup {
    background: #f2f2f2;
  }
}

ul.info.pickup li.mar {
  margin-top: 10px;
}

/* ------------------------------------------------------------ CART LOGIN*/
/*div.login-box
{
	ul.form
	{
		li
		{
			label
			{
				padding-top: 5px;
				width: 100px;
			}

			input
			{
				&[type="text"],
				&[type="email"],
				&[type="phone"],
				&[type="password"]
				{
					width: 190px;

					@include breakpoint(col-lg)
					{
						width: 230px;
					}
				}
			}
		}
	}
}*/
/* ------------------------------------------------------------ CART REGISTER*/
div.cart-box ul.form {
  float: left;
  margin-top: 25px;
  width: 80%;
}

@media (max-width: 1px) {
  div.cart-box ul.form {
    width: 100%;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  div.cart-box ul.form {
    width: 100%;
  }
}

div.cart-box ul.form.buttons {
  margin-top: 10px;
  width: 100%;
}

div.cart-box ul.form.company-choice li.choose {
  border-bottom: 1px solid #d9d9d9;
}

div.cart-box ul.form:first-child {
  margin-top: 0;
}

@media (min-width: 1px) and (max-width: 2px) {
  div.cart-box ul.form li {
    width: 100%;
  }
}

@media (max-width: 1px) {
  div.cart-box ul.form li {
    width: 100%;
  }
}

div.cart-box ul.form li label {
  width: 200px;
}

@media (max-width: 1px) {
  div.cart-box ul.form li label {
    width: 100%;
  }
}

div.cart-box ul.form li.long {
  width: 100%;
}

div.cart-box ul.form li.long label {
  width: 200px;
}

div.cart-box ul.form li.choose label {
  float: left;
  padding-top: 0;
  padding-right: 15px;
  width: auto;
  min-width: 0;
}

div.cart-box ul.form li.choose label:first-child {
  font-weight: 700;
  padding-right: 0;
  width: 210px;
}

@media (min-width: 1px) and (max-width: 2px) {
  div.cart-box ul.form li.choose label:first-child {
    width: 100%;
  }
}

@media (max-width: 1px) {
  div.cart-box ul.form li.choose label:first-child {
    width: 100%;
  }
}

div.cart-box ul.form li.choose div.iradio {
  margin-right: 5px;
  margin-top: 3px;
}

div.cart-box ul.form li.choose div.icheckbox {
  margin-top: 3px;
}

div.cart-box ul.form li.company label {
  width: 200px;
}

div.cart-box ul.form#deliverytypes li {
  margin-bottom: 10px;
}

div.cart-box ul.form#deliverytypes li.choose div.iradio,
div.cart-box ul.form#deliverytypes li.choose div.ichecked {
  margin-left: 0;
}

div.cart-box ul.form.transportinput {
  margin-top: 5px;
}

/* ------------------------------------------------------------ START REGISTER PAGINA*/
section.content.register {
  position: relative;
}

section.content.register h2 {
  float: left;
  font: 400 1.8em/1.9em "Montserrat", Sans-serif;
  margin: 10px 0 20px 0;
  width: 100%;
}

section.content.register div.loader {
  position: absolute;
  width: 882px;
  height: 700px;
  top: 235px;
  background: white;
  opacity: 0.90;
  text-align: center;
  font-size: 1.4em;
  padding-top: 135px;
  font-weight: bold;
  display: none;
}

section.content.register div.loader img {
  vertical-align: top;
}

section.content.register ul.form {
  float: left;
  width: 75%;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.content.register ul.form {
    width: 100%;
  }
  section.content.register ul.form li input[type="text"], section.content.register ul.form li input[type="email"], section.content.register ul.form li input[type="phone"], section.content.register ul.form li input[type="password"] {
    width: 90%;
  }
  section.content.register ul.form li input[type="text"].medium, section.content.register ul.form li input[type="email"].medium, section.content.register ul.form li input[type="phone"].medium, section.content.register ul.form li input[type="password"].medium {
    width: 57% !important;
  }
  section.content.register ul.form li select,
  section.content.register ul.form li textarea {
    width: 90%;
  }
}

@media (max-width: 1px) {
  section.content.register ul.form {
    width: 100%;
  }
}

section.content.register ul.form.password-container li {
  width: 100%;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.content.register ul.form.password-container li input[type="text"], section.content.register ul.form.password-container li input[type="email"], section.content.register ul.form.password-container li input[type="phone"], section.content.register ul.form.password-container li input[type="password"] {
    width: 95%;
  }
}

@media (max-width: 1px) {
  section.content.register ul.form li {
    width: 100%;
  }
}

section.content.register ul.form li label {
  min-width: 250px;
}

section.content.register ul.form li label.error {
  width: 100%;
}

@media (min-width: 1px) and (max-width: 1px) {
  section.content.register ul.form li label {
    width: 100%;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.content.register ul.form li label {
    width: 100%;
  }
}

@media (max-width: 1px) {
  section.content.register ul.form li label {
    width: 100%;
  }
}

section.content.register ul.form li.long, section.content.register ul.form li.choose, section.content.register ul.form li.pass {
  width: 100%;
}

section.content.register ul.form li.choose label {
  padding-left: 0px;
  padding-right: 20px;
  width: auto;
  min-width: 0;
}

section.content.register ul.form li.choose label:first-child {
  padding-left: 0;
  width: 250px;
}

@media (max-width: 1px) {
  section.content.register ul.form li.choose label:first-child {
    font-weight: 700;
    width: 100%;
  }
}

section.content.register ul.form li.choose div.icheckbox {
  margin-top: 5px;
}

section.content.register ul.form li img.loader {
  float: right !important;
}

/* ------------------------------------------------------------ START ICHECK*/
/* iCheck plugin Square skin, black
----------------------------------- */
.icheckbox,
.iradio {
  float: left;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  background: url(../images/css/icheck.png) no-repeat;
  border: none;
  cursor: pointer;
}

@media (max-width: 1px) {
  .icheckbox,
  .iradio {
    margin-right: 5px;
  }
}

.icheckbox {
  background-position: 0 0;
  width: 16px;
}

.icheckbox.hover {
  background-position: -16px 0;
}

.icheckbox.checked {
  background-position: -34px 0;
}

.icheckbox.disabled {
  background-position: -48px 0;
  cursor: default;
}

.icheckbox.checked.disabled {
  background-position: -64px 0;
}

.iradio {
  background-position: -81px 0;
}

.iradio.hover {
  background-position: -98px 0;
}

.iradio.checked {
  background-position: -115px 0;
}

.iradio.disabled {
  background-position: -132px 0;
  cursor: default;
}

.iradio.checked.disabled {
  background-position: -149px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .icheckbox,
  .iradio {
    background-image: url(../images/css/icheck@2x.png);
    background-size: 165px 17px;
  }
}

div.div-deliverytypes {
  border-top: 1px solid #d9d9d9;
  float: left;
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
}

/* ------------------------------------------------------------ START FOUTMELDING ONDERAAN*/
div.error-block {
  border: 1px solid #e10404;
  background: #ffe5e5;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  float: left;
  padding: 2%;
  margin: 20px 0 10px 0;
  width: 75%;
}

@media (min-width: 1px) and (max-width: 2px) {
  div.error-block {
    width: 100%;
  }
}

@media (max-width: 1px) {
  div.error-block {
    width: 100%;
  }
  div.error-block ul {
    width: 100% !important;
  }
}

div.error-block span {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

div.error-block ul {
  float: left;
  width: 85%;
}

div.error-block ul li {
  background: url(../images/css/icon-error.png) no-repeat left center;
  float: left;
  font: 400 1.2em/1.9em "Montserrat", Sans-serif;
  list-style: none;
  padding-left: 7%;
  width: 50%;
}

/* ------------------------------------------------------------ START CART-TABLE*/
section.cart-table,
section.cart-table-pay {
  border: 1px solid #d9d9d9;
  float: left;
  margin-top: 30px;
  width: 100%;
}

section.cart-table table.cart,
section.cart-table-pay table.cart {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.cart-table table.cart,
  section.cart-table-pay table.cart {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.cart-table table.cart,
  section.cart-table-pay table.cart {
    float: left;
    width: 100%;
  }
}

section.cart-table table.cart.order tr td.total,
section.cart-table-pay table.cart.order tr td.total {
  width: 18%;
}

section.cart-table table.cart.order tr td.article,
section.cart-table-pay table.cart.order tr td.article {
  width: 30%;
}

section.cart-table table.cart tr th,
section.cart-table-pay table.cart tr th {
  background: #f2f2f2;
  font: 700 1.5em "Montserrat", Sans-serif;
  padding: 10px 20px;
  text-align: center;
}

section.cart-table table.cart tr th.article,
section.cart-table-pay table.cart tr th.article {
  text-align: left;
}

section.cart-table table.cart tr th.number, section.cart-table table.cart tr th.price, section.cart-table table.cart tr th.total,
section.cart-table-pay table.cart tr th.number,
section.cart-table-pay table.cart tr th.price,
section.cart-table-pay table.cart tr th.total {
  width: 10%;
}

section.cart-table table.cart tr th.number,
section.cart-table-pay table.cart tr th.number {
  width: 20%;
}

section.cart-table table.cart tr th.total,
section.cart-table-pay table.cart tr th.total {
  text-align: right;
}

section.cart-table table.cart tr td,
section.cart-table-pay table.cart tr td {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}

section.cart-table table.cart tr td h2,
section.cart-table-pay table.cart tr td h2 {
  color: #96c11f;
  font: 400 1.5em "Montserrat", Sans-serif;
}

section.cart-table table.cart tr td h3,
section.cart-table-pay table.cart tr td h3 {
  font: 400 1.2em "Montserrat", Sans-serif;
}

section.cart-table table.cart tr td a.delete,
section.cart-table table.cart tr td a.delete-mobile,
section.cart-table-pay table.cart tr td a.delete,
section.cart-table-pay table.cart tr td a.delete-mobile {
  color: #1a1a1a;
  display: inline-block;
  font: 400 1.1em "Montserrat", Sans-serif;
  height: 10px;
  vertical-align: middle;
}

section.cart-table table.cart tr td a.delete:hover, section.cart-table table.cart tr td a.delete:focus,
section.cart-table table.cart tr td a.delete-mobile:hover,
section.cart-table table.cart tr td a.delete-mobile:focus,
section.cart-table-pay table.cart tr td a.delete:hover,
section.cart-table-pay table.cart tr td a.delete:focus,
section.cart-table-pay table.cart tr td a.delete-mobile:hover,
section.cart-table-pay table.cart tr td a.delete-mobile:focus {
  opacity: 0.5;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
}

section.cart-table table.cart tr td a.delete-mobile,
section.cart-table-pay table.cart tr td a.delete-mobile {
  background: url("../images/css/close.png") no-repeat 0 0px;
  background-size: 8px 8px;
  line-height: 9px;
  padding-left: 15px;
  margin-top: 10px;
  text-decoration: underline;
  width: auto;
}

@media (max-width: 1px) {
  section.cart-table table.cart tr td a.delete-mobile,
  section.cart-table-pay table.cart tr td a.delete-mobile {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.cart-table table.cart tr td a.delete-mobile,
  section.cart-table-pay table.cart tr td a.delete-mobile {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  section.cart-table table.cart tr td a.delete-mobile,
  section.cart-table-pay table.cart tr td a.delete-mobile {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.cart-table table.cart tr td a.delete-mobile,
  section.cart-table-pay table.cart tr td a.delete-mobile {
    display: none;
  }
}

@media (min-width: 2px) {
  section.cart-table table.cart tr td a.delete-mobile,
  section.cart-table-pay table.cart tr td a.delete-mobile {
    display: none;
  }
}

section.cart-table table.cart tr td a.delete,
section.cart-table-pay table.cart tr td a.delete {
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transition: all 0.2s ease;
  background: none;
  border: 1px solid #d9d9d9;
  border-color: #999999;
  border-width: 1px;
  height: 25px;
  margin: 0 10px;
  position: relative;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  width: 25px;
}

section.cart-table table.cart tr td a.delete:before, section.cart-table table.cart tr td a.delete:after,
section.cart-table-pay table.cart tr td a.delete:before,
section.cart-table-pay table.cart tr td a.delete:after {
  content: "";
  background: #999999;
  display: block;
  height: 1px;
  position: absolute;
  left: 4px;
  top: 11px;
  width: 15px;
  transform: rotate(45deg);
}

section.cart-table table.cart tr td a.delete:after,
section.cart-table-pay table.cart tr td a.delete:after {
  transform: rotate(-45deg);
}

section.cart-table table.cart tr td a.delete:hover, section.cart-table table.cart tr td a.delete:focus,
section.cart-table-pay table.cart tr td a.delete:hover,
section.cart-table-pay table.cart tr td a.delete:focus {
  opacity: 1;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
  border-color: #e10404;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

section.cart-table table.cart tr td a.delete:hover:before, section.cart-table table.cart tr td a.delete:hover:after, section.cart-table table.cart tr td a.delete:focus:before, section.cart-table table.cart tr td a.delete:focus:after,
section.cart-table-pay table.cart tr td a.delete:hover:before,
section.cart-table-pay table.cart tr td a.delete:hover:after,
section.cart-table-pay table.cart tr td a.delete:focus:before,
section.cart-table-pay table.cart tr td a.delete:focus:after {
  background: #e10404;
}

section.cart-table table.cart tr td a,
section.cart-table-pay table.cart tr td a {
  text-decoration: none;
}

section.cart-table table.cart tr td a h3,
section.cart-table-pay table.cart tr td a h3 {
  color: #1a1a1a;
}

section.cart-table table.cart tr td a:hover h2,
section.cart-table table.cart tr td a:hover h3, section.cart-table table.cart tr td a:focus h2,
section.cart-table table.cart tr td a:focus h3,
section.cart-table-pay table.cart tr td a:hover h2,
section.cart-table-pay table.cart tr td a:hover h3,
section.cart-table-pay table.cart tr td a:focus h2,
section.cart-table-pay table.cart tr td a:focus h3 {
  color: black;
}

section.cart-table table.cart tr td input[type="text"],
section.cart-table-pay table.cart tr td input[type="text"] {
  border: 1px solid #d9d9d9;
  color: #1a1a1a;
  display: inline-block;
  font: 400 1.5em "Montserrat", Sans-serif;
  height: 38px;
  padding: 0 0;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}

section.cart-table table.cart tr td input[type="text"]:focus,
section.cart-table-pay table.cart tr td input[type="text"]:focus {
  border-color: black;
}

section.cart-table table.cart tr td input[type="text"].display-none,
section.cart-table-pay table.cart tr td input[type="text"].display-none {
  display: none;
}

section.cart-table table.cart tr td select,
section.cart-table-pay table.cart tr td select {
  border: 1px solid #d9d9d9;
  display: inline-block;
  color: #1a1a1a;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}

section.cart-table table.cart tr td select option,
section.cart-table-pay table.cart tr td select option {
  text-align: left;
}

section.cart-table table.cart tr td select.display-none,
section.cart-table-pay table.cart tr td select.display-none {
  display: none;
}

section.cart-table table.cart tr td span.refresh,
section.cart-table-pay table.cart tr td span.refresh {
  color: #1a1a1a;
  display: inline-block;
  font-size: 1.5em;
  margin-left: 5px;
  padding-top: 5px;
  opacity: 0.5;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
  vertical-align: middle;
  width: 25px;
}

section.cart-table table.cart tr td span.refresh:hover, section.cart-table table.cart tr td span.refresh:focus,
section.cart-table-pay table.cart tr td span.refresh:hover,
section.cart-table-pay table.cart tr td span.refresh:focus {
  cursor: pointer;
  opacity: 1;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
}

@media (max-width: 1px) {
  section.cart-table table.cart tr td span.first,
  section.cart-table-pay table.cart tr td span.first {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.cart-table table.cart tr td span.first,
  section.cart-table-pay table.cart tr td span.first {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  section.cart-table table.cart tr td span.first,
  section.cart-table-pay table.cart tr td span.first {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.cart-table table.cart tr td span.first,
  section.cart-table-pay table.cart tr td span.first {
    display: none;
  }
}

@media (min-width: 2px) {
  section.cart-table table.cart tr td span.first,
  section.cart-table-pay table.cart tr td span.first {
    display: none;
  }
}

section.cart-table table.cart tr td.price,
section.cart-table-pay table.cart tr td.price {
  font: 400 1.5em "Montserrat", Sans-serif;
}

section.cart-table table.cart tr td.delete,
section.cart-table-pay table.cart tr td.delete {
  padding: 10px 0;
  max-width: 40px;
}

@media (max-width: 1px) {
  section.cart-table table.cart tr td.delete,
  section.cart-table-pay table.cart tr td.delete {
    display: none;
  }
}

section.cart-table table.cart tr td.image,
section.cart-table-pay table.cart tr td.image {
  border-left: 0;
  padding-right: 0;
  max-width: 150px;
  width: 10%;
}

section.cart-table table.cart tr td.image img,
section.cart-table-pay table.cart tr td.image img {
  max-width: 150%;
  width: 100%;
}

section.cart-table table.cart tr td.article,
section.cart-table-pay table.cart tr td.article {
  border-left: 0;
  text-align: left;
  width: 40%;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.cart-table table.cart tr td.article,
  section.cart-table-pay table.cart tr td.article {
    width: 25%;
  }
}

section.cart-table table.cart tr td.article ul.extra-products,
section.cart-table-pay table.cart tr td.article ul.extra-products {
  float: left;
  padding: 10px 0;
  width: 100%;
}

section.cart-table table.cart tr td.article ul.extra-products li,
section.cart-table-pay table.cart tr td.article ul.extra-products li {
  font: 300 1.3em "Montserrat", Sans-serif;
  float: left;
  list-style: none;
  width: 100%;
}

section.cart-table table.cart tr td.article ul.extra-products li strong,
section.cart-table-pay table.cart tr td.article ul.extra-products li strong {
  font-weight: 700;
}

section.cart-table table.cart tr td.total,
section.cart-table-pay table.cart tr td.total {
  border-right: 1px solid #e6e5e5;
  border-right: none;
  font: 700 1.5em "Montserrat", Sans-serif;
  text-align: right;
}

section.cart-table table.cart tr td.total span.wrap,
section.cart-table-pay table.cart tr td.total span.wrap {
  color: #96c11f;
}

section.cart-table table.cart tr td.total-order,
section.cart-table-pay table.cart tr td.total-order {
  border-right: none;
  font: 400 1.5em "Montserrat", Sans-serif;
  text-align: right;
  width: 15%;
}

@media (max-width: 1px) {
  section.cart-table table.cart tr td.total-order,
  section.cart-table-pay table.cart tr td.total-order {
    border-bottom: 1px solid #d9d9d9 !important;
    padding-bottom: 25px !important;
  }
  section.cart-table table.cart tr td.total-order span,
  section.cart-table-pay table.cart tr td.total-order span {
    display: inline-block !important;
  }
}

section.cart-table table.cart tr td span.wrap-number,
section.cart-table-pay table.cart tr td span.wrap-number {
  font: 400 1.2em "Montserrat", Sans-serif;
}

@media (max-width: 1px) {
  section.cart-table table.cart tr td.number, section.cart-table table.cart tr td.price, section.cart-table table.cart tr td.total-order, section.cart-table table.cart tr td.total,
  section.cart-table-pay table.cart tr td.number,
  section.cart-table-pay table.cart tr td.price,
  section.cart-table-pay table.cart tr td.total-order,
  section.cart-table-pay table.cart tr td.total {
    background: #f2f2f2 !important;
  }
}

/* ------------------------------------------------------------ START CART-EXTRA*/
section.cart-extra {
  float: left;
  margin-top: 30px;
  width: 100%;
  /** DISCOUNT / KORTINGSCOD**/
  /* TOTAAL TABEL */
}

section.cart-extra section.address-info {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.cart-extra section.address-info {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  section.cart-extra section.address-info {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  section.cart-extra section.address-info {
    float: left;
    width: 33.33333333%;
  }
}

section.cart-extra section.address-info ul {
  float: left;
  width: 50%;
}

section.cart-extra section.address-info ul li {
  float: left;
  font: 400 1.3em "Montserrat", Sans-serif;
  list-style: none;
  margin-bottom: 3px;
  width: 100%;
}

section.cart-extra section.discount {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.cart-extra section.discount {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  section.cart-extra section.discount {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  section.cart-extra section.discount {
    float: left;
    width: 33.33333333%;
  }
}

@media (max-width: 1px) {
  section.cart-extra section.discount {
    float: left;
    margin-bottom: 30px;
  }
}

section.cart-extra section.total-table {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.cart-extra section.total-table {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  section.cart-extra section.total-table {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  section.cart-extra section.total-table {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  section.cart-extra section.total-table {
    margin-left: 0%;
  }
}

@media (min-width: 1px) {
  section.cart-extra section.total-table {
    margin-left: 33.33333333%;
  }
}

@media (min-width: 1px) {
  section.cart-extra section.total-table {
    margin-left: 33.33333333%;
  }
}

@media (max-width: 1px) {
  section.cart-extra div.wrap {
    border: 1px solid #d9d9d9;
    float: left;
    padding: 2%;
    width: 100%;
  }
}

@media (min-width: 2px) {
  section.cart-extra div.wrap {
    border: 1px solid #d9d9d9;
    float: left;
    padding: 2%;
    width: 100%;
  }
}

/* TOTAAL TABEL */
section.total-table-wrap {
  border: 1px solid #d9d9d9;
  float: left;
  width: 100%;
}

table.total {
  float: left;
  width: 100%;
}

table.total tr.orange td {
  color: orange;
}

table.total tr td {
  border-bottom: 1px solid #d9d9d9;
  font: 400 1.5em "Montserrat", Sans-serif;
  padding: 10px 0;
  text-align: right;
  vertical-align: middle;
  width: 25%;
}

@media (max-width: 1px) {
  table.total tr td {
    padding: 10px;
  }
}

@media (max-width: 1px) {
  table.total tr td {
    padding: 4%;
  }
}

table.total tr td strong.discount-name,
table.total tr td span.discount-code {
  width: 100%;
}

table.total tr td strong.discount-name:before, table.total tr td strong.discount-name:after,
table.total tr td span.discount-code:before,
table.total tr td span.discount-code:after {
  content: " ";
  display: table;
}

table.total tr td strong.discount-name:after,
table.total tr td span.discount-code:after {
  clear: both;
}

table.total tr td strong.discount-name,
table.total tr td span.discount-code {
  *zoom: 1;
}

table.total tr td.first {
  border-right: 1px solid #d9d9d9;
  width: 75%;
}

table.total tr td.first span {
  float: left;
}

table.total tr td.first ul.choose-delivery {
  margin-top: 10px;
}

table.total tr td.first ul.choose-delivery li {
  font-size: 14px;
  margin-bottom: 0px;
}

table.total tr td.first ul.choose-delivery li select {
  display: none;
}

table.total tr td.first ul.choose-delivery li label.home-delivery a.tooltip-wrapper {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}

table.total tr td.first ul.choose-delivery li label.home-delivery a.tooltip-wrapper span.icon {
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #1280af;
  border: 1px solid #d9d9d9;
  color: white;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 18px;
}

table.total tr td.first ul.choose-delivery li label.home-delivery a.tooltip-wrapper span.tooltip {
  background: #e4f4b8;
  display: none;
  left: 30px;
  padding: 10px;
  position: absolute;
  top: -30px;
  width: 300px;
}

@media (max-width: 1px) {
  table.total tr td.first ul.choose-delivery li label.home-delivery a.tooltip-wrapper span.tooltip {
    top: -40px;
    width: 180px;
  }
}

table.total tr td.first ul.choose-delivery li label.home-delivery a.tooltip-wrapper span.tooltip p {
  color: #1a1a1a;
  font: 400 1em/16px "Montserrat", Sans-serif;
}

table.total tr td.first ul.choose-delivery li label.home-delivery a.tooltip-wrapper span.tooltip::after {
  content: " ";
  position: absolute;
  top: 30px;
  right: 100%;
  /* To the left of the tooltip */
  margin-top: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #e4f4b8 transparent transparent;
}

@media (max-width: 1px) {
  table.total tr td.first ul.choose-delivery li label.home-delivery a.tooltip-wrapper span.tooltip::after {
    top: 40px;
  }
}

table.total tr td.first ul.choose-delivery li label.home-delivery a.tooltip-wrapper:hover span.tooltip {
  display: block;
}

table.total tr.total td {
  border-bottom: 0;
  color: #96c11f;
  font: 700 1.5em "Montserrat", Sans-serif;
}

table.total tr.total td.first {
  color: black;
  text-transform: uppercase;
}

/** DISCOUNT / KORTINGSCOD**/
section.discount {
  float: left;
  width: 100%;
  /* voeg een code toe */
}

section.discount h4 {
  color: #96c11f;
  font: 400 2em "Montserrat", Sans-serif;
  margin-bottom: 10px;
  width: 100%;
}

section.discount h4:before, section.discount h4:after {
  content: " ";
  display: table;
}

section.discount h4:after {
  clear: both;
}

section.discount h4 {
  *zoom: 1;
}

section.discount p {
  font: 400 1em/24px "Montserrat", Sans-serif;
}

section.discount h5 {
  font: 700 1.2em "Montserrat", Sans-serif;
  margin: 20px 0 10px 0;
  width: 100%;
}

section.discount h5:before, section.discount h5:after {
  content: " ";
  display: table;
}

section.discount h5:after {
  clear: both;
}

section.discount h5 {
  *zoom: 1;
}

section.discount ul.discount-form {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

section.discount ul.discount-form:before, section.discount ul.discount-form:after {
  content: " ";
  display: table;
}

section.discount ul.discount-form:after {
  clear: both;
}

section.discount ul.discount-form {
  *zoom: 1;
}

section.discount ul.discount-form li {
  float: left;
  list-style: none;
  width: 30%;
}

section.discount ul.discount-form li.first {
  width: 70%;
}

section.discount ul.discount-form li.discountcode-error p {
  color: #e10404;
}

section.discount ul.discount-form li.box-error {
  float: left;
  width: 100%;
}

section.discount ul.discount-form li.box-error p {
  color: #e10404;
  padding-bottom: 10px;
}

section.discount ul.discount-form li input[type="text"] {
  border: 1px solid #d9d9d9;
  color: #1a1a1a;
  font: 400 1.2em "Montserrat", Sans-serif;
  height: 40px;
  padding: 0 10px;
  width: 100%;
}

section.discount ul.discount-form li input[type="text"]:focus {
  border-color: #1a1a1a;
}

section.discount ul.discount-form li input[type="submit"], section.discount ul.discount-form li input[type="button"] {
  background: #96c11f;
  border: none;
  color: white;
  font: 400 1.5em/1.6em "Montserrat", Sans-serif;
  padding: 0 15px;
  height: 40px;
  width: 100%;
}

section.discount ul.discount-form li input[type="submit"]:hover, section.discount ul.discount-form li input[type="submit"]:focus, section.discount ul.discount-form li input[type="button"]:hover, section.discount ul.discount-form li input[type="button"]:focus {
  background: #1a1a1a;
}

/* ------------------------------------------------------------ START STAPPEN */
/* START CART-LEFT */
aside.cart-left {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  /* TITEL */
}

@media (min-width: 1px) {
  aside.cart-left {
    float: left;
    width: 41.66666667%;
  }
}

@media (min-width: 1px) {
  aside.cart-left {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  aside.cart-left {
    float: left;
    width: 33.33333333%;
  }
}

@media (max-width: 1px) {
  aside.cart-left {
    display: none;
  }
}

aside.cart-left h3 {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  float: left;
  padding: 9px 0;
  width: 100%;
}

aside.cart-left h3 span {
  float: left;
  font: 400 1.3em "Montserrat", Sans-serif;
  padding-top: 5px;
  text-transform: uppercase;
}

aside.cart-left h3 span strong {
  font-weight: 700;
  padding-left: 10px;
}

aside.cart-left h3 a {
  background: #f2f2f2;
  color: #1a1a1a;
  float: right;
  font: 400 1em "Montserrat", Sans-serif;
  padding: 5px;
  margin-left: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

aside.cart-left h3 a:hover, aside.cart-left h3 a:focus {
  background: #1a1a1a;
  color: white;
}

aside.cart-left div.mini-wrap {
  border: 1px solid #d9d9d9;
  float: left;
  margin: 15px 0 0 0;
  padding: 0;
  width: 100%;
}

aside.cart-left div.service {
  border: 1px solid #d9d9d9;
  float: left;
  margin-top: 25px;
  padding: 15px;
  width: 100%;
  font-size: 9px;
}

aside.cart-left div.service h3 {
  border: none;
  font: 700 1.6em "Montserrat", Sans-serif;
  margin-bottom: 10px;
  padding: 0;
}

aside.cart-left div.service ul, aside.cart-left div.service ol {
  margin: 15px 0;
}

aside.cart-left div.service ul li, aside.cart-left div.service ol li {
  font: 400 1.3em "Montserrat", Sans-serif;
}

aside.cart-left div.service table {
  float: left;
  width: 100%;
}

aside.cart-left div.service table tr td {
  border: 1px solid #d9d9d9;
  font: 400 1.3em "Montserrat", Sans-serif;
  padding: 5px;
}

/* MINI-CART */
table.mini-cart {
  float: left;
  width: 100%;
}

table.mini-cart.total tr td {
  font: 700 1.5em "Montserrat", Sans-serif;
  text-align: right;
}

table.mini-cart.total tr td span {
  color: black;
  float: none;
}

table.mini-cart tr.first td {
  border: none;
}

table.mini-cart tr.total td {
  background: #f2f2f2;
  border-bottom: 0;
  color: black;
}

table.mini-cart tr td {
  border-top: 1px solid #d9d9d9;
  font: 400 1.3em "Montserrat", Sans-serif;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  /* prijs bij totaal */
}

table.mini-cart tr td.price {
  border-left: 1px solid #d9d9d9;
  width: 30%;
}

table.mini-cart tr td strong,
table.mini-cart tr td span {
  float: left;
  margin-bottom: 3px;
  width: 100%;
}

table.mini-cart tr td span {
  color: #4d4d4d;
}

table.mini-cart tr td small {
  font-size: 0.8em;
  font-weight: normal;
  display: block;
}

table.mini-cart tr td strong {
  font-weight: 700;
}

table.mini-cart tr td strong.price {
  color: #96c11f;
  display: inline-block;
  padding-top: 10px;
}

table.mini-cart tr td.image {
  max-width: 130px;
}

table.mini-cart tr td.image img {
  max-width: 100px;
}

/* START CART-RIGHT */
section.cart-right {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.cart-right {
    float: left;
    width: 58.33333333%;
  }
}

@media (min-width: 1px) {
  section.cart-right {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width: 1px) {
  section.cart-right {
    float: left;
    width: 66.66666667%;
  }
}

section.cart-right div.block {
  border-bottom: 1px solid #d9d9d9;
  float: left;
  padding: 10px 0;
  width: 100%;
}

section.cart-right div.block h1,
section.cart-right div.block h2,
section.cart-right div.block strong.title {
  color: #1a1a1a;
  font: 700 1.5em "Montserrat", Sans-serif !important;
}

section.cart-right div.block h1 span,
section.cart-right div.block h2 span,
section.cart-right div.block strong.title span {
  float: left;
}

section.cart-right div.block h1 {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: black;
}

section.cart-right div.block:first-child {
  border-top: 1px solid #d9d9d9;
}

section.cart-right div.block a.edit {
  background: #f2f2f2;
  color: #1a1a1a;
  float: right;
  font: 400 0.6em "Montserrat", Sans-serif;
  padding: 5px;
  margin-left: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

section.cart-right div.block a.edit:hover, section.cart-right div.block a.edit:focus {
  background: #1a1a1a;
  color: white;
}

section.cart-right div.block.display-none {
  display: none;
}

section.cart-right div.wrap {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

section.cart-right div.wrap:before, section.cart-right div.wrap:after {
  content: " ";
  display: table;
}

section.cart-right div.wrap:after {
  clear: both;
}

section.cart-right div.wrap {
  *zoom: 1;
}

@media (max-width: 1px) {
  section.cart-right div.wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 2px) {
  section.cart-right div.login-box {
    margin: 20px auto;
  }
}

section.cart-right div.login-box h2 {
  margin-bottom: 16px;
}

section.cart-right div.login-box p {
  font: 300 1.4em "Montserrat", Sans-serif;
}

section.cart-right div.login-box div.login-wrap {
  float: left;
  width: 50%;
}

@media (max-width: 2px) {
  section.cart-right div.login-box div.login-wrap {
    width: 100%;
  }
}

section.cart-right div.login-box div.login-wrap div.wrap {
  background: #f7f7f7;
  border-right: 1px solid #d9d9d9;
  max-width: 100%;
}

@media (max-width: 2px) {
  section.cart-right div.login-box div.login-wrap div.wrap {
    border-right: 0;
  }
}

section.cart-right div.login-box div.login-wrap div.wrap:last-child {
  padding-top: 0;
}

@media (max-width: 2px) {
  section.cart-right div.login-box div.login-wrap div.wrap:last-child {
    padding-top: 10px;
  }
}

section.cart-right div.login-box div.login-wrap div.wrap button.facebook-login {
  height: auto;
}

section.cart-right div.login-box div.wrap {
  border-right: 0;
  margin: 0;
  max-width: 50%;
}

@media (max-width: 2px) {
  section.cart-right div.login-box div.wrap {
    max-width: 100%;
  }
}

section.cart-right div.login-box div.wrap ul.form input[type="submit"],
section.cart-right div.login-box div.wrap ul.form a.submit-btn {
  height: 45px;
  line-height: 45px;
  padding: 0;
}

section.cart-right div.login-box div.wrap.guest {
  padding-bottom: 0;
  padding-top: 10px;
}

@media (max-width: 2px) {
  section.cart-right div.login-box div.wrap.guest {
    padding-bottom: 10px;
  }
}

div.cart-box {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  /* form zie form.scss */
}

@media (min-width: 1px) {
  div.cart-box {
    float: left;
    width: 100%;
  }
}

div.cart-box div.box-info {
  display: block;
}

div.cart-box h2 {
  float: left;
  font: 700 1.6em "Montserrat", Sans-serif !important;
  margin: 35px 0 10px 0;
  width: 100%;
}

div.cart-box h2:first-child, div.cart-box h2.first {
  margin-top: 0;
}

div.cart-box h3 {
  float: left;
  font: 700 1.5em "Montserrat", Sans-serif !important;
  margin: 0px 0 10px 0;
  width: 100%;
}

div.cart-box h3:first-child {
  margin-top: 0;
}

div.cart-box div.loader {
  position: absolute;
  width: 650px;
  height: 700px;
  top: 135px;
  background: white;
  opacity: 0.90;
  text-align: center;
  font-size: 1.4em;
  padding-top: 135px;
  font-weight: bold;
  display: none;
}

div.cart-box div.loader img {
  vertical-align: top;
}

div.cart-box a.modify {
  background: #f2f2f2;
  color: #1a1a1a;
  float: left;
  font: 400 1.1em "Montserrat", Sans-serif;
  padding: 5px 20px;
  margin: 10px 0 20px 0;
  text-decoration: none;
}

div.cart-box a.modify:hover, div.cart-box a.modify:focus {
  background: black;
  color: white;
}

div.cart-box div.box-error {
  float: left;
}

div.cart-box ul.form.buttons {
  border-top: 0;
  padding-top: 0;
}

/* account info */
div.account-info {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  float: left;
}

@media (min-width: 1px) {
  div.account-info {
    float: left;
    width: 100%;
  }
}

div.account-info.overview {
  border-top: 1px solid #d9d9d9;
  float: left;
  margin: 0;
  padding: 3%;
  position: relative;
  width: 100%;
}

@media (max-width: 1px) {
  div.account-info.overview {
    float: left;
    width: 100%;
    margin-top: 25px;
  }
}

div.account-info.overview.first {
  border: none;
}

@media (max-width: 1px) {
  div.account-info.overview.first {
    margin-top: 0;
  }
}

div.account-info.overview h3 {
  padding: 0;
}

div.account-info.overview a.modify {
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #d9d9d9;
  border-right: 0;
  font-size: 1.1em !important;
  margin-bottom: 0;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 0px;
  text-transform: uppercase;
}

div.account-info.overview a.modify:before {
  padding-right: 10px;
}

div.account-info.overview a.modify:hover, div.account-info.overview a.modify:focus {
  background-color: #f2f2f2;
  color: black;
}

div.account-info ul.info {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  div.account-info ul.info {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  div.account-info ul.info {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  div.account-info ul.info {
    float: left;
    width: 50%;
  }
}

@media (max-width: 1px) {
  div.account-info ul.info {
    margin-top: 10px;
  }
}

div.account-info ul.info li {
  font: 400 1.5em/1.9em "Montserrat", Sans-serif;
  list-style: none;
}

div.account-info ul.info li img {
  float: left;
  width: 50px;
}

div.account-info ul.info li strong {
  float: left;
  font-weight: normal;
  padding: 5px 0 0 10px;
}

/* START STAP 2 */
ul.choose-delivery {
  float: left;
  width: 100%;
  font-size: 9px;
}

ul.choose-delivery > li {
  list-style: none;
  float: left;
  font: 400 1.6em "Montserrat", Sans-serif;
  margin-bottom: 5px !important;
  width: 100%;
}

ul.choose-delivery > li ul.form.delivery li {
  margin-bottom: 0px !important;
}

ul.choose-delivery > li label {
  float: left;
  width: 90%;
}

@media (max-width: 1px) {
  ul.choose-delivery > li label {
    width: 80%;
  }
}

ul.choose-delivery > li select {
  border: 1px solid #d9d9d9;
  color: #1a1a1a;
  font: 400 1em "Montserrat", Sans-serif;
  padding: 5px;
  height: 35px;
  margin: 5px 0px;
  width: auto;
}

@media (max-width: 1px) {
  table.total ul.choose-delivery > li select {
    max-width: 140px;
  }
  .cart-box ul.choose-delivery > li select {
    max-width: 100%;
  }
}

ul.choose-delivery > li select[name=ddlDealers] {
  margin-bottom: 15px;
}

ul.choose-delivery > li span.option {
  border-bottom: 1px solid #d9d9d9;
  font: 700 1.3em "Montserrat", Sans-serif;
  padding: 10px 0;
  margin: 0 0 10px 0;
  float: left;
  width: 100%;
}

ul.choose-delivery > li div.iradio,
ul.choose-delivery > li div.icheck {
  margin-top: -1px;
}

ul.choose-delivery > li ul.info li {
  float: left;
  font: 400 1.3em "Montserrat", Sans-serif;
  margin: 0 0 3px 0;
  width: 100%;
}

/* START STAP 3 */
div.cart-box {
  float: left;
  width: 100%;
}

div.cart-box section.cart-table-pay {
  margin-top: 0;
  margin-bottom: 25px;
}

/* STAP 4 */
section.remarks {
  background: #f2f2f2;
  float: left;
  padding: 3%;
  width: 100%;
}

section.remarks textarea {
  border: 1px solid #d9d9d9;
  padding: 2%;
  font: 400 1.6em "Montserrat", Sans-serif;
  width: 100%;
}

/* ------------------------------------------------------------ START ORDER-CONFIRMATION*/
section.order-confirmation h1 {
  margin-bottom: 25px;
}

section.order-confirmation section.order-info p {
  font: 400 1.6em "Montserrat", Sans-serif;
}

/* order info */
section.order-info {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.order-info {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.order-info {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  section.order-info {
    float: left;
    width: 50%;
  }
}

/* deel je bestelling */
section.share-order {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.share-order {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.share-order {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  section.share-order {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.share-order {
    margin-top: 30px;
  }
}

@media (max-width: 1px) {
  section.share-order {
    border-top: 1px solid #d9d9d9;
    padding-top: 30px;
    margin-top: 30px;
  }
}

section.share-order ul li {
  border-top: 1px solid #d9d9d9;
  float: left;
  list-style: none;
  padding: 15px 0;
  width: 100%;
}

section.share-order ul li:first-child {
  border-top: 0;
  padding-top: 0;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.share-order ul li:first-child {
    padding-top: 15px;
  }
}

section.share-order ul li img {
  float: left;
  width: 10%;
}

@media (max-width: 1px) {
  section.share-order ul li img {
    width: 30%;
  }
}

section.share-order ul li div.right {
  float: right;
  width: 85%;
}

@media (max-width: 1px) {
  section.share-order ul li div.right {
    width: 60%;
  }
}

section.share-order ul li div.right strong {
  float: left;
  font: 700 1.6em "Montserrat", Sans-serif;
  margin-bottom: 5px;
  width: 100%;
}

section.share-order ul li div.right ul li {
  border: none;
  padding: 0 5px;
  width: auto;
}

@media (max-width: 1px) {
  section.share-order ul li div.right ul li {
    padding: 5px 0;
    width: 100%;
  }
}

section.share-order ul li div.right ul li:first-child {
  padding-left: 0;
}

/* ORDER STAPPEN */
ul.order-steps {
  margin-top: 30px;
}

ul.order-steps li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  list-style: none;
  text-align: center;
}

@media (min-width: 1px) {
  ul.order-steps li {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  ul.order-steps li {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  ul.order-steps li {
    float: left;
    width: 33.33333333%;
  }
}

@media (max-width: 1px) {
  ul.order-steps li {
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

ul.order-steps li strong {
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #1a1a1a;
  color: white;
  display: inline-block;
  font: 700 1.5em/2.5em "Montserrat", Sans-serif;
  height: 35px;
  text-align: center;
  width: 35px;
}

ul.order-steps li h2 {
  color: #1a1a1a;
  font: 700 1.5em/1.5em "Montserrat", Sans-serif;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
}

ul.order-steps li p {
  font: 400 1.6em "Montserrat", Sans-serif;
}

/* TOEGEVOEGDE KORTINGSCODES */
ul.discount-added {
  width: 100%;
}

ul.discount-added:before, ul.discount-added:after {
  content: " ";
  display: table;
}

ul.discount-added:after {
  clear: both;
}

ul.discount-added {
  *zoom: 1;
}

ul.discount-added li {
  border-top: 1px solid #d9d9d9;
  float: left;
  font: 400 1.2em/1.6em "Montserrat", Sans-serif;
  list-style: none;
  padding: 5px 0;
  width: 100%;
}

ul.discount-added li span {
  float: left;
  width: 70%;
}

ul.discount-added li a {
  background: url("../images/css/close-small.png") no-repeat left center;
  color: #1a1a1a;
  opacity: 0.5;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
  float: right;
  padding: 0 0 0 15px;
  text-decoration: none;
}

ul.discount-added li a:hover, ul.discount-added li a:focus {
  opacity: 1;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
}

ul.discount-added li:first-child {
  border-top: none;
}

ul.info.pickup li {
  float: left;
  font: 700 1.5em/1.5em "Montserrat", Sans-serif;
  list-style: none;
  margin-bottom: 3px;
  width: 100%;
}

div.cart-empty {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

div.cart-empty:before, div.cart-empty:after {
  content: " ";
  display: table;
}

div.cart-empty:after {
  clear: both;
}

div.cart-empty {
  *zoom: 1;
}

div.cart-empty:before, div.cart-empty:after {
  content: " ";
  display: table;
}

div.cart-empty:after {
  clear: both;
}

div.cart-empty {
  *zoom: 1;
}

@media (min-width: 1px) {
  div.cart-empty {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  div.cart-empty {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  div.cart-empty {
    float: left;
    width: 100%;
  }
}

/* ------------------------------------------------------------ START WINKELMANDJE MET RECHTERKANT DELIVERY*/
section.cart-wrap {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.cart-wrap {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.cart-wrap {
    float: left;
    width: 100%;
  }
}

section.cart-wrap.delivery-extra {
  float: left;
  padding: 0;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.cart-wrap.delivery-extra {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.cart-wrap.delivery-extra {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.cart-wrap.delivery-extra {
    margin-bottom: 30px;
  }
}

section.cart-wrap.delivery-extra section.cart-table {
  border-bottom: 0;
  margin: 0;
}

@media (max-width: 1px) {
  section.cart-wrap.delivery-extra section.cart-table {
    padding: 0;
  }
}

section.cart-wrap.delivery-extra section.cart-table table.cart {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.cart-wrap.delivery-extra section.cart-table table.cart {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.cart-wrap.delivery-extra section.cart-table table.cart {
    float: left;
    width: 100%;
  }
}

section.cart-wrap.delivery-extra section.cart-table table.cart tr th {
  display: none;
}

section.cart-wrap.delivery-extra section.cart-table table.cart tr td {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}

section.cart-wrap.delivery-extra section.cart-table table.cart tr td.article {
  width: 50%;
}

section.cart-wrap.delivery-extra section.cart-table table.cart tr td.total {
  padding-right: 25px;
}

@media (max-width: 1px) {
  section.cart-wrap.delivery-extra section.cart-table table.cart tr td.total {
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}

section.cart-wrap.delivery-extra section.cart-table table.cart tr td.delete {
  position: relative;
}

section.cart-wrap.delivery-extra section.cart-table table.cart tr td.delete a {
  text-indent: -10000px;
}

section.cart-wrap.delivery-extra section.cart-table table.cart tr td.number span.wrap {
  font-size: 1.2em;
}

section.cart-wrap.delivery-extra section.total-table-wrap {
  background: #f7f7f7;
  margin-bottom: 0;
  margin-top: 30px;
  padding: 2%;
}

@media (max-width: 1px) {
  section.cart-wrap.delivery-extra section.total-table-wrap {
    padding: 0;
    margin-bottom: 20px;
  }
}

section.cart-wrap.delivery-extra section.total-table-wrap table.total {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.cart-wrap.delivery-extra section.total-table-wrap table.total {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.cart-wrap.delivery-extra section.total-table-wrap table.total {
    float: left;
    width: 100%;
  }
}

section.cart-wrap.delivery-extra section.total-table-wrap table.total tr {
  /*Transport boven totaal*/
}

section.cart-wrap.delivery-extra section.total-table-wrap table.total tr td {
  border-right: 0;
}

section.cart-wrap.delivery-extra section.total-table-wrap table.total tr td.first {
  text-align: left;
}

section.cart-wrap.delivery-extra section.total-table-wrap table.total tr td.first small {
  font-size: 0.8em;
}

section.cart-wrap.delivery-extra section.total-table-wrap table.total tr#cart-transport td.price {
  min-width: 300px;
}

@media (max-width: 1px) {
  section.cart-wrap.delivery-extra section.total-table-wrap table.total tr#cart-transport td.price {
    min-width: 1px;
  }
}

@media (max-width: 1px) {
  section.cart-wrap.delivery-extra section.total-table-wrap table.total tr#cart-transport td.price {
    min-width: 130px;
  }
}

section.cart-wrap.delivery-extra section.total-table-wrap table.total tr#cart-transport td.price ul.form.delivery {
  float: left;
  width: 200px;
}

section.cart-wrap.delivery-extra section.total-table-wrap table.total tr#cart-transport td.price ul.form.delivery li {
  margin: 0;
}

section.cart-wrap.delivery-extra section.total-table-wrap table.total tr#cart-transport td.price ul.form.delivery li select {
  font-size: 1em;
  font-weight: 400;
  height: 35px;
}

section.cart-wrap.delivery-extra section.total-table-wrap table.total tr#cart-transport td.price div.price {
  float: right;
  height: 35px;
  line-height: 35px;
}

@media (max-width: 1px) {
  section.cart-wrap.delivery-extra section.total-table-wrap table.total tr#cart-transport td.price div.price {
    line-height: 17px;
    height: auto;
  }
}

section.cart-wrap.delivery-extra ul.form.buttons {
  border: 0;
  padding-top: 10px;
  float: right;
  margin-top: 0px;
}

@media (max-width: 1px) {
  section.cart-wrap.delivery-extra ul.form.buttons {
    width: 100%;
  }
}

@media (max-width: 1px) {
  section.cart-wrap.delivery-extra ul.form.buttons {
    border-top: 1px solid #d9d9d9;
    margin-top: 20px;
    max-width: 100%;
    padding-top: 20px;
    width: 100%;
  }
}

section.cart-wrap.delivery-extra ul.form.buttons li {
  margin-left: 20px;
}

@media (max-width: 1px) {
  section.cart-wrap.delivery-extra ul.form.buttons li {
    float: right;
    margin-left: 0;
  }
}

@media (max-width: 1px) {
  section.cart-wrap.delivery-extra ul.form.buttons li {
    float: right;
    width: auto;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.cart-wrap.delivery-extra ul.form.buttons li {
    width: auto;
  }
}

section.cart-wrap.delivery-extra ul.form.buttons li input.offerte {
  display: none;
}

section.cart-wrap.delivery-extra ul.form.buttons li:first-child {
  margin-left: 0;
}

@media (max-width: 1px) {
  section.cart-wrap.delivery-extra ul.form.buttons li:first-child {
    float: left;
  }
}

@media (max-width: 1px) {
  section.cart-wrap.delivery-extra ul.form.buttons li:first-child {
    float: left;
  }
}

section.cart-wrap.delivery-extra ul.form.buttons li a {
  background: none;
  float: left;
  height: 29px;
  margin-top: 20px;
  padding-left: 20px;
  position: relative;
  text-decoration: underline;
}

section.cart-wrap.delivery-extra ul.form.buttons li a:before, section.cart-wrap.delivery-extra ul.form.buttons li a:after {
  background: #1a1a1a;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  top: 12px;
  width: 9px;
  transform: rotate(-45deg);
}

section.cart-wrap.delivery-extra ul.form.buttons li a:after {
  top: 17px;
  transform: rotate(45deg);
}

section.cart-wrap.delivery-extra ul.form.buttons li a:hover, section.cart-wrap.delivery-extra ul.form.buttons li a:focus {
  color: #96c11f;
}

section.cart-wrap.delivery-extra ul.form.buttons li a:hover:before, section.cart-wrap.delivery-extra ul.form.buttons li a:hover:after, section.cart-wrap.delivery-extra ul.form.buttons li a:focus:before, section.cart-wrap.delivery-extra ul.form.buttons li a:focus:after {
  background: #96c11f;
}

@media (max-width: 1px) {
  section.cart-wrap.delivery-extra ul.form.buttons li a {
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding-left: 0;
  }
  section.cart-wrap.delivery-extra ul.form.buttons li a:before, section.cart-wrap.delivery-extra ul.form.buttons li a:after {
    background: initial;
  }
  section.cart-wrap.delivery-extra ul.form.buttons li a:hover:before, section.cart-wrap.delivery-extra ul.form.buttons li a:hover:after, section.cart-wrap.delivery-extra ul.form.buttons li a:focus:before, section.cart-wrap.delivery-extra ul.form.buttons li a:focus:after {
    background: initial;
  }
}

section.cart-wrap.delivery-extra ul.form.buttons li input[type="button"] {
  background: #96c11f;
  font-size: 1.6em;
  padding: 0px 20px;
  height: 50px;
}

@media (max-width: 1px) {
  section.cart-wrap.delivery-extra ul.form.buttons li input[type="button"] {
    font: 600 1.5em "Montserrat", Sans-serif;
  }
}

section.cart-wrap.delivery-extra ul.form.buttons li input[type="button"]:hover, section.cart-wrap.delivery-extra ul.form.buttons li input[type="button"]:focus {
  background: #8fb81e;
}

section.cart-wrap.delivery-extra ul.form.buttons li input[type="button"]:active {
  margin-top: 11px;
  border-bottom-width: 1px;
}

section.cart-wrap.delivery-extra ul.form.buttons li input[type="button"].disabled {
  background: #cccccc;
  opacity: 0.5;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
}

section.cart-wrap.detail {
  float: left;
  padding: 0 !important;
  width: 100%;
}

@media (max-width: 1px) {
  section.cart-wrap.detail {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.cart-wrap.detail {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  section.cart-wrap.detail {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.cart-wrap.detail {
    display: none;
  }
}

@media (min-width: 2px) {
  section.cart-wrap.detail {
    display: none;
  }
}

section.cart-wrap.detail section.cart-table {
  margin-top: 0;
  margin-bottom: 20px;
}

section.cart-wrap.detail section.cart-table table.cart tr td a.delete-mobile {
  display: none;
}

section.cart-wrap.detail section.cart-table table.cart tr td h3 {
  margin-top: 0;
}

section.cart-wrap span.recomm-acc-title {
  clear: both;
  color: #96c11f;
  display: block;
  font: 600 1.6em "Montserrat", Sans-serif;
  padding: 20px 0 10px 0;
  text-transform: uppercase;
}

section.cart-wrap ul.accordion li {
  margin: 0;
}

@media (max-width: 1px) {
  section.cart-wrap ul.accordion li {
    border-top: 0;
    padding: 0;
  }
}

section.cart-wrap ul.accordion li .acc-link {
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  border-top: 0;
  color: #1a1a1a;
  cursor: pointer;
  display: block;
  font: 700 1.6em "Montserrat", Sans-serif;
  float: left;
  padding: 25px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

section.cart-wrap ul.accordion li .acc-link span {
  display: inline-block;
  float: left;
}

section.cart-wrap ul.accordion li .acc-link span.icon {
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transition: all 0.2s ease;
  background: none;
  border: 1px solid #d9d9d9;
  border-color: #999999;
  border-width: 1px;
  height: 25px;
  margin: 0 10px;
  position: relative;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  width: 25px;
}

section.cart-wrap ul.accordion li .acc-link span.icon:before, section.cart-wrap ul.accordion li .acc-link span.icon:after {
  content: "";
  background: #999999;
  display: block;
  height: 1px;
  position: absolute;
  left: 7px;
  top: 8px;
  width: 10px;
  transform: rotate(45deg);
}

section.cart-wrap ul.accordion li .acc-link span.icon:after {
  top: 15px;
  transform: rotate(-45deg);
}

section.cart-wrap ul.accordion li .acc-link:hover span.icon, section.cart-wrap ul.accordion li .acc-link:focus span.icon {
  opacity: 1;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
  border-color: black;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

section.cart-wrap ul.accordion li .acc-link:hover span.icon:before, section.cart-wrap ul.accordion li .acc-link:hover span.icon:after, section.cart-wrap ul.accordion li .acc-link:focus span.icon:before, section.cart-wrap ul.accordion li .acc-link:focus span.icon:after {
  background: black;
}

section.cart-wrap ul.accordion li:first-child .acc-link {
  border-top: 1px solid #d9d9d9;
}

section.cart-wrap ul.accordion li .acc-content {
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  display: none;
  float: left;
  padding: 25px;
  width: 100%;
}

section.cart-wrap ul.accordion li .acc-content.related div {
  float: left;
  width: 100%;
}

section.cart-wrap ul.accordion li .acc-content.related div span.for {
  color: #96c11f;
  display: block;
  font: 700 1.6em "Montserrat", Sans-serif;
  padding-bottom: 20px;
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box {
  padding-bottom: 10px;
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box a.figure {
  float: left;
  width: 15%;
}

@media (max-width: 1px) {
  section.cart-wrap ul.accordion li .acc-content.related div div.product-box a.figure {
    width: 100%;
  }
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box a.figure img {
  width: 100%;
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box a.name {
  color: #1a1a1a;
  float: left;
  font: 400 1.6em "Montserrat", Sans-serif;
  padding: 15px 10px 0 10px;
  text-decoration: none;
  width: 20%;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.cart-wrap ul.accordion li .acc-content.related div div.product-box a.name {
    width: 40%;
  }
}

@media (max-width: 1px) {
  section.cart-wrap ul.accordion li .acc-content.related div div.product-box a.name {
    padding-bottom: 5px;
    width: 100%;
  }
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box a.name:hover {
  color: #96c11f;
  text-decoration: underline;
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.desc {
  float: left;
  font: 300 1.4em "Montserrat", Sans-serif;
  padding: 15px 10px 0 10px;
  width: 35%;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.desc {
    display: none;
  }
}

@media (max-width: 1px) {
  section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.desc {
    display: none;
  }
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box {
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #d9d9d9;
  border-color: #e6e5e5;
  background: #f7f7f7;
  float: left;
  padding: 15px;
  width: 30%;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box {
    width: 45%;
  }
}

@media (max-width: 1px) {
  section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box {
    width: 100%;
  }
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box div.price {
  color: black;
  float: left;
  padding-bottom: 5px;
  width: 100%;
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box div.price strong {
  display: block;
  font: 700 2.4em "Montserrat", Sans-serif;
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box div.price small {
  display: block;
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box div.stock-delivery {
  float: left;
  padding-bottom: 5px;
  width: 100%;
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box div.stock-delivery strong.stock {
  background: url(../images/css/icon-stock-ok.png) no-repeat left center;
  color: #96c11f;
  font: 400 1.4em "Montserrat", Sans-serif;
  padding: 3px 0 3px 24px;
  /*&.no-stock
                    {
                        background-image: url(../images/css/icon-stock-not.png);
                        color: $error;
                    }*/
}

@media (max-width: 1px) {
  section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box div.stock-delivery strong.stock {
    float: none;
    width: 100%;
  }
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box div.stock-delivery strong.stock.no-stock, section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box div.stock-delivery strong.stock.warning {
  color: #ffa800;
  background: url(../images/css/icon-stock-warning.png) no-repeat left center;
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box form.form-add-to-cart {
  border-top: 1px solid #d9d9d9;
  float: left;
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box form.form-add-to-cart ul.amount {
  float: left;
  width: 60%;
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box form.form-add-to-cart ul.amount div.input-group.bootstrap-touchspin span {
  float: left;
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box form.form-add-to-cart ul.amount div.input-group.bootstrap-touchspin button {
  border-radius: 2px 0 0 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #d9d9d9;
  background: white;
  color: #1a1a1a;
  float: left;
  font: 700 1.6em "Montserrat", Sans-serif;
  height: 40px;
  width: 40px;
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box form.form-add-to-cart ul.amount div.input-group.bootstrap-touchspin button:hover, section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box form.form-add-to-cart ul.amount div.input-group.bootstrap-touchspin button:focus {
  background: #e6e5e5;
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box form.form-add-to-cart ul.amount div.input-group.bootstrap-touchspin button.bootstrap-touchspin-up {
  border-radius: 0px 2px 2px 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box form.form-add-to-cart ul.amount div.input-group.bootstrap-touchspin input[type="text"] {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  float: left;
  font: 400 1.4em "Montserrat", Sans-serif;
  height: 40px;
  line-height: 50px;
  padding: 0 5px;
  text-align: center;
  width: 40px;
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box form.form-add-to-cart ul.amount div.input-group.bootstrap-touchspin input[type="text"]:focus {
  border: 1px solid #d9d9d9;
  border-left: 0;
  border-right: 0;
  color: black;
}

section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box input.add-to-cart {
  background-position-x: center;
  float: right;
  margin: 0;
  width: 50px;
}

section.cart-wrap ul.accordion li.open .acc-content {
  display: block;
}

/** RECHTERKANT **/
section.cart-overview-right {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.cart-overview-right {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  section.cart-overview-right {
    float: left;
    width: 33.33333333%;
  }
}

section.cart-overview-right ul.delivery {
  float: left;
  margin-top: 20px;
  width: 100%;
}

section.cart-overview-right ul.delivery li {
  border-top: 1px solid #d9d9d9;
  float: left;
  padding: 20px 0;
  width: 100%;
}

section.cart-overview-right ul.delivery li h4 {
  float: left;
  font: 700 1.6em "Montserrat", Sans-serif;
  margin-bottom: 10px;
  width: 100%;
}

section.cart-overview-right ul.delivery li h4 label {
  font-size: 1em;
  font-weight: 700;
}

section.cart-overview-right ul.delivery li ul li {
  border: 0;
  padding: 0;
}

section.cart-overview-right ul.delivery li ul li label {
  width: 90%;
}

/* ------------------------------------------------------------ END WINKELMANDJE MET RECHTERKANT DELIVERY*/
/* ------------------------------------------------------------ START TABLE OP IPHONE*/
@media (max-width: 1px) {
  /* Force table to not be like tables anymore */
  /*.cart-table-pay table,
  .cart-table-pay thead,
  .cart-table-pay tbody,
  .cart-table-pay th,
  .cart-table-pay td,
  .cart-table-pay tr,*/
  .cart-table table,
  .cart-table thead,
  .cart-table tbody,
  .cart-table th,
  .cart-table td,
  .cart-table tr {
    display: block;
    padding: 0 !important;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .cart-table-pay thead tr,
  .cart-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .cart-table-pay td {
    /* Behave like a "row" */
    /*border: none;*/
    /*position: relative;
    white-space: normal;*/
    text-align: left;
  }
  .cart-table-pay td.check {
    /*border: 0;*/
    vertical-align: middle;
    text-align: center;
    width: 30px;
  }
  .cart-table-pay td.check div.icheck,
  .cart-table-pay td.check div.iradio {
    display: inline-block;
    float: none;
  }
  .cart-table-pay td.check:before {
    position: static;
  }
  .cart-table-pay td.image {
    /*border: 0;
      vertical-align: middle;
      padding: 20px!important;*/
  }
  .cart-table-pay td.image:before {
    position: static;
  }
  .cart-table-pay td.shortdesc {
    /*border: none;*/
    border-bottom: 1px solid #d9d9d9 !important;
    padding: 20px !important;
  }
  .cart-table-pay td.coupon {
    /*display: inline-block;*/
    background: #f2f2f2;
    width: 100%;
  }
  .cart-table-pay td.coupon:before {
    position: static;
  }
  .cart-table-pay td.coupon table tr td {
    display: inline-block;
    padding: 5px 15px !important;
    width: 100%;
  }
  .cart-table-pay td.coupon table tr td ul.discount {
    display: inline-block;
    width: 100%;
  }
  .cart-table-pay td.coupon table tr td ul.discount li {
    width: 50%;
  }
  .cart-table-pay td.coupon table tr td ul.discount li input {
    width: 100% !important;
  }
  .cart-table-pay td.coupon table tr td.total {
    text-align: center;
    width: 100% !important;
  }
  .cart-table-pay td.coupon table tr td.total strong {
    margin-top: 0;
  }
  .cart-table-pay td.coupon table tr td.total span,
  .cart-table-pay td.coupon table tr td.total strong {
    display: inline-block;
    margin-bottom: 10px;
    width: 50% !important;
  }
  .cart-table-pay td.coupon table tr td.total span {
    text-align: left;
  }
  .cart-table-pay td.coupon table tr td strong {
    display: inline-block;
    margin-top: 10px;
    width: 100 !important;
  }
  .cart-table-pay td.coupon table tr td:before {
    position: static;
  }
  .cart-table td {
    /* Behave like a "row" */
    border: none;
    position: relative;
    white-space: normal;
    text-align: left;
  }
  .cart-table td.image {
    border: none !important;
    border-bottom: 1px solid #d9d9d9 !important;
    display: table-cell;
    padding: 20px !important;
  }
  .cart-table td.image:before {
    position: static;
    width: 15%;
  }
  .cart-table td.article {
    border: none !important;
    border-bottom: 1px solid #d9d9d9 !important;
    display: table-cell;
    padding: 15px !important;
  }
  .cart-table td.article:before {
    position: static;
  }
  .cart-table td.total-order {
    border: none !important;
    border-bottom: 1px solid #d9d9d9 !important;
    display: table-cell;
    padding: 15px !important;
  }
  .cart-table td.total-order:before {
    position: static;
    border-bottom: 1px solid #d9d9d9 !important;
  }
  .cart-table td.shortdesc {
    width: 50%;
  }
  .cart-table td.shortdesc:before {
    position: static;
    width: 50% !important;
  }
  .cart-table td.number, .cart-table td.price, .cart-table td.total, .cart-table td.total-order {
    border: none !important;
    padding: 5px 15px !important;
    text-align: left !important;
  }
  .cart-table td.number span, .cart-table td.price span, .cart-table td.total span, .cart-table td.total-order span {
    display: inline-block !important;
    /*width: 30%;*/
  }
  .cart-table td.number span:first-child {
    font: normal 1.6em "Montserrat", Sans-serif;
  }
  .cart-table td.number {
    padding-top: 20px !important;
  }
  .cart-table td.total {
    border-bottom: 1px solid #d9d9d9 !important;
    padding-bottom: 25px !important;
  }
  .cart-table-pay td:before,
  .cart-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /*
  Label the data
  */
  .cart-table-pay td:before,
  .cart-table td:before {
    content: attr(data-title);
  }
}

section.total-table-wrap.mobile {
  margin-bottom: 20px;
}

@media (max-width: 1px) {
  section.total-table-wrap.mobile {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.total-table-wrap.mobile {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 1px) {
  section.total-table-wrap.mobile {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 2px) {
  section.total-table-wrap.mobile {
    display: none;
  }
}

@media (min-width: 2px) {
  section.total-table-wrap.mobile {
    display: none;
  }
}

section.cart-popup {
  max-width: 100%;
  width: 1100px;
}

section.cart-popup h2 {
  font: 700 2em "Montserrat", Sans-serif;
  margin-bottom: 20px;
}

section.cart-popup div.product {
  float: left;
  width: 50%;
}

@media (max-width: 1px) {
  section.cart-popup div.product {
    width: 100%;
  }
}

section.cart-popup div.product div.image {
  float: left;
  width: 150px;
  margin-right: 20px;
}

section.cart-popup div.product div.image img {
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
}

section.cart-popup div.product h3 {
  font: 400 1.6em "Montserrat", Sans-serif;
  margin-bottom: 10px;
}

section.cart-popup div.product div.price {
  float: left;
  width: 50%;
}

section.cart-popup div.product div.price strong,
section.cart-popup div.product div.price small {
  float: left;
  width: 100%;
}

section.cart-popup div.product div.price strong {
  color: black;
  font: 800 2.8em "Montserrat", Sans-serif;
}

section.cart-popup div.product div.price strong.text {
  font-size: 2em;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.cart-popup div.product div.price strong {
    line-height: 1.7em;
  }
}

section.cart-popup div.product div.price small {
  color: #4d4d4d;
  font: 400 1.2em "Montserrat", Sans-serif;
  text-decoration: line-through;
}

section.cart-popup div.product div.price small.price {
  text-decoration: none;
  font-weight: 400;
  font-size: 1.4em;
  color: #1a1a1a;
}

section.cart-popup div.product div.price span.label {
  font: 400 0.8em "Montserrat", Sans-serif;
}

section.cart-popup div.cart {
  float: right;
  width: 47%;
  border-left: 1px solid #d9d9d9;
  padding-left: 3%;
}

@media (max-width: 1px) {
  section.cart-popup div.cart {
    border-left: 0px;
    border-top: 1px solid #d9d9d9;
    margin-top: 20px;
    padding-left: 0px;
    padding-top: 20px;
    width: 100%;
  }
}

section.cart-popup div.cart ul.mini-cart-total {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}

section.cart-popup div.cart ul.mini-cart-total:before, section.cart-popup div.cart ul.mini-cart-total:after {
  content: " ";
  display: table;
}

section.cart-popup div.cart ul.mini-cart-total:after {
  clear: both;
}

section.cart-popup div.cart ul.mini-cart-total {
  *zoom: 1;
}

section.cart-popup div.cart ul.mini-cart-total li {
  color: black;
  float: left;
  list-style: none;
  margin-top: 0px;
  padding-top: 0px;
  width: 100%;
}

section.cart-popup div.cart ul.mini-cart-total li:first-child {
  border-top: 0;
  margin: 0;
}

section.cart-popup div.cart ul.mini-cart-total li span,
section.cart-popup div.cart ul.mini-cart-total li strong {
  float: left;
  font: 400 1.4em "Montserrat", Sans-serif;
  text-align: right;
  width: 50%;
}

section.cart-popup div.cart ul.mini-cart-total li span:first-child,
section.cart-popup div.cart ul.mini-cart-total li strong:first-child {
  text-align: left;
}

section.cart-popup div.cart ul.mini-cart-total li strong {
  font-weight: 800;
}

section.cart-popup div.cart ul.mini-cart-total li span {
  color: #070707;
}

section.cart-popup div.cart ul.mini-cart-total li strong {
  color: #96c11f;
}

section.cart-popup div.cart a.btn {
  background: #96c11f;
  color: white;
  float: left;
  margin-bottom: 5px;
  font: 400 1.5em/50px "Montserrat", Sans-serif;
  text-align: center;
  width: 48%;
  text-decoration: none;
}

section.cart-popup div.cart a.btn:hover, section.cart-popup div.cart a.btn:focus {
  box-shadow: #6d8c17 0 4px 0 0;
  background: #8fb81e;
}

section.cart-popup div.cart a.btn:hover.first, section.cart-popup div.cart a.btn:focus.first {
  background: #85ab1b;
}

section.cart-popup div.cart a.btn:active {
  box-shadow: #637f14 0 2px 0 0;
  background: #85ab1b;
  margin-bottom: 3px;
  margin-top: 2px;
}

section.cart-popup div.cart a.btn:first-child {
  box-shadow: #e6e5e5 0 4px 0 0;
  background: #f2f2f2;
  color: #1a1a1a;
}

section.cart-popup div.cart a.btn:first-child:hover, section.cart-popup div.cart a.btn:first-child:focus {
  box-shadow: #d9d9d9 0 4px 0 0;
  background: #e6e5e5;
}

section.cart-popup div.cart a.btn:first-child:active {
  box-shadow: #cccccc 0 2px 0 0;
  background: #d9d9d9;
}

@media (max-width: 1px) {
  section.cart-popup div.cart a.btn:first-child {
    line-height: 18px;
    padding-top: 3px;
  }
}

section.cart-popup div.cart div.buttons {
  padding: 10px 0px;
}

@media (min-width: 1px) and (max-width: 2px) {
  section.cart-popup div.cart div.buttons a {
    line-height: 18px;
    padding-top: 3px;
  }
}

section.cart-popup div.cart div.buttons a:last-child {
  float: right;
}

@media (max-width: 1px) {
  section.cart-popup div.cart div.buttons a:last-child {
    line-height: 18px;
    padding-top: 3px;
  }
}

section.cart-popup div.tab-container {
  margin-top: 30px !important;
  padding: 0 8px;
}

@media (max-width: 1px) {
  section.cart-popup div.tab-container {
    border-top: 0px;
  }
}

section.cart-popup div.tab-container section.resp-tabs-container {
  background: #f9f9f9;
}

section.cart-popup div.tab-container h2.resp-accordion {
  font-size: 1em;
  margin-bottom: 0px;
}

section.cart-popup div.tab-container h2.extra {
  margin: 10px 0 15px 0;
}

div.cart-btm {
  float: left;
  padding-bottom: 30px;
  padding-top: 10px;
  width: 100%;
}

div.cart-btm section.discount {
  float: left;
  max-width: 350px;
  padding-top: 10px;
  width: 50%;
}

@media (max-width: 1px) {
  div.cart-btm section.discount {
    max-width: 100%;
    width: 100%;
  }
}

div.cart-btm section.discount a.btn-showdiscount {
  color: #1a1a1a;
  font: 300 1.5em "Montserrat", Sans-serif;
}

div.cart-btm section.discount a.btn-showdiscount:hover, div.cart-btm section.discount a.btn-showdiscount:focus {
  color: black;
}

div.cart-btm section.discount div.discount-end {
  display: none;
}

div.cart-btm ul.buttons {
  float: right;
  max-width: 50%;
  width: auto;
}

div.optDeliveryOption-3-container {
  overflow: hidden;
}

table.payment-method {
  float: left;
  width: 100%;
}

table.payment-method tr.first td {
  border: none;
}

table.payment-method tr td {
  border-top: 1px solid #d9d9d9;
  padding: 15px;
  vertical-align: middle;
}

table.payment-method tr td.image {
  max-width: 95px;
  padding: 20px 0;
}

table.payment-method tr td.image img {
  max-width: 75px;
}

table.payment-method tr td.check {
  padding: 20px;
}

@media (max-width: 1px) {
  table.payment-method tr td.check {
    padding: 20px 0 20px 20px;
  }
}

table.payment-method tr td strong {
  font: 700 1.4em "Montserrat", Sans-serif;
}

table.payment-method tr td.coupon {
  background: #f2f2f2;
  padding: 5px 15px;
}

table.payment-method tr td.coupon table {
  float: left;
  width: 100%;
}

table.payment-method tr td.coupon table tr td {
  border: none;
  padding: 10px 0;
  vertical-align: top;
}

table.payment-method tr td.coupon table tr td h5 {
  float: left;
  font: 700 1.2em "Montserrat", Sans-serif;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  width: 100%;
}

table.payment-method tr td.coupon table tr td.total {
  width: 50%;
}

table.payment-method tr td.coupon table tr td.total span,
table.payment-method tr td.coupon table tr td.total strong {
  background: #5c9c00;
  color: white;
  height: 30px;
  float: left;
  padding: 5.5px 5% 0 5%;
  width: 50%;
}

@media (max-width: 1px) {
  table.payment-method tr td.coupon table tr td.total span,
  table.payment-method tr td.coupon table tr td.total strong {
    text-align: right;
    width: 100%;
  }
}

table.payment-method tr td.coupon table tr td.total span {
  font: 400 1.3em "Montserrat", Sans-serif;
}

table.payment-method tr td.coupon table tr td.total strong {
  text-align: right;
}

table.payment-method tr td.coupon table tr td ul.discount li {
  float: left;
  list-style: none;
}

table.payment-method tr td.coupon table tr td ul.discount li.box-error p {
  color: #e10404;
}

table.payment-method tr td.coupon table tr td ul.discount li input[type="text"] {
  border: 1px solid #d9d9d9;
  color: #1a1a1a;
  font: 400 1.3em/1.9em "Montserrat", Sans-serif;
  height: 30px;
  padding: 0 5px;
  width: 200px;
}

@media (min-width: 1px) and (max-width: 2px) {
  table.payment-method tr td.coupon table tr td ul.discount li input[type="text"] {
    width: 100px;
  }
}

@media (max-width: 1px) {
  table.payment-method tr td.coupon table tr td ul.discount li input[type="text"] {
    width: 100px;
  }
}

table.payment-method tr td.coupon table tr td ul.discount li input[type="text"]:focus {
  border-color: black;
}

table.payment-method tr td.coupon table tr td ul.discount li input[type="submit"], table.payment-method tr td.coupon table tr td ul.discount li input[type="button"] {
  background: black;
  border: none;
  color: white;
  font: 400 1.4em "Montserrat", Sans-serif;
  height: 30px;
  padding: 0 10px;
}

@media (min-width: 1px) and (max-width: 2px) {
  table.payment-method tr td.coupon table tr td ul.discount li input[type="submit"], table.payment-method tr td.coupon table tr td ul.discount li input[type="button"] {
    font-size: 1.2em;
  }
}

@media (max-width: 1px) {
  table.payment-method tr td.coupon table tr td ul.discount li input[type="submit"], table.payment-method tr td.coupon table tr td ul.discount li input[type="button"] {
    padding: 0;
    width: 99px;
  }
}

table.payment-method tr td.coupon table tr td ul.discount li input[type="submit"]:hover, table.payment-method tr td.coupon table tr td ul.discount li input[type="submit"]:focus, table.payment-method tr td.coupon table tr td ul.discount li input[type="button"]:hover, table.payment-method tr td.coupon table tr td ul.discount li input[type="button"]:focus {
  background: #96c11f;
}

section.addressinfo {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

section.addressinfo:before, section.addressinfo:after {
  content: " ";
  display: table;
}

section.addressinfo:after {
  clear: both;
}

section.addressinfo {
  *zoom: 1;
}

section.addressinfo ul {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.addressinfo ul {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  section.addressinfo ul {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  section.addressinfo ul {
    float: left;
    width: 50%;
  }
}

section.addressinfo ul li {
  float: left;
  font: 400 1.5em "Montserrat", Sans-serif;
  list-style: none;
  width: 100%;
  line-height: 1.6em;
}

section.addressinfo ul li ul li {
  font: 400 1em "Montserrat", Sans-serif;
}

section.addressinfo ul li ul.form li label,
section.addressinfo ul li ul.form li input,
section.addressinfo ul li ul.form li select {
  font: 400 1em "Montserrat", Sans-serif !important;
}

section.addressinfo ul li h2 {
  margin-bottom: 10px;
}

section.addressinfo ul li.mar {
  margin-top: 15px;
}

section.addressinfo ul li a.modify {
  background: #f2f2f2;
  color: #1a1a1a;
  float: left;
  padding: 5px 20px;
  margin: 25px 0 20px 0;
  text-decoration: none;
}

section.addressinfo ul li a.modify:hover, section.addressinfo ul li a.modify:focus {
  background: black;
  color: white;
}

section.addressinfo.addressbook ul {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.addressinfo.addressbook ul {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.addressinfo.addressbook ul {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.addressinfo.addressbook ul {
    float: left;
    width: 100%;
  }
}

section.addressinfo.addressbook ul > li {
  border-top: 1px solid #d9d9d9;
  float: left;
  padding: 20px 0;
  width: 100%;
}

section.addressinfo.addressbook ul > li h2 {
  margin: 0;
  padding: 0;
}

section.addressinfo.addressbook ul > li:first-child {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 5px;
}

section.addressinfo.addressbook ul > li ul {
  padding: 0;
}

section.addressinfo.addressbook ul > li ul.checkbox {
  margin-top: 20px;
}

section.addressinfo.addressbook ul > li ul li {
  border: 0;
  padding: 0;
}

section.addressinfo.addressbook ul > li ul li a {
  background: #f2f2f2;
  color: #1a1a1a;
  float: left;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  text-decoration: none;
}

section.addressinfo.addressbook ul > li ul li a:hover, section.addressinfo.addressbook ul > li ul li a:focus {
  background: black;
  color: white;
}

/* ------------------------------------------------------------ START MIJN BESTELLINGEN*/
section.order {
  margin-left: -10px;
  margin-right: -10px;
}

section.order:before, section.order:after {
  content: " ";
  display: table;
}

section.order:after {
  clear: both;
}

section.order {
  *zoom: 1;
}

section.order section.order-info {
  width: 100%;
}

section.order section.cart-extra section.total-table {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.order section.cart-extra section.total-table {
    float: left;
    width: 41.66666667%;
  }
}

@media (min-width: 1px) {
  section.order section.cart-extra section.total-table {
    float: left;
    width: 41.66666667%;
  }
}

@media (min-width: 1px) {
  section.order section.cart-extra section.total-table {
    float: left;
    width: 41.66666667%;
  }
}

@media (min-width: 1px) {
  section.order section.cart-extra section.total-table {
    margin-left: 0%;
  }
}

@media (min-width: 1px) {
  section.order section.cart-extra section.total-table {
    margin-left: 8.33333333%;
  }
}

@media (min-width: 1px) {
  section.order section.cart-extra section.total-table {
    margin-left: 8.33333333%;
  }
}

section.order section.cart-extra section.total-table table.total td {
  padding-right: 5%;
}

section.order section.cart-extra section.address-info {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.order section.cart-extra section.address-info {
    float: left;
    width: 58.33333333%;
  }
}

@media (min-width: 1px) {
  section.order section.cart-extra section.address-info {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  section.order section.cart-extra section.address-info {
    float: left;
    width: 50%;
  }
}

@media (max-width: 1px) {
  section.order section.cart-extra section.address-info {
    margin-bottom: 20px;
  }
}

section.order h1 {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  margin-bottom: 20px;
}

@media (min-width: 1px) {
  section.order h1 {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.order h1 {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.order h1 {
    float: left;
    width: 100%;
  }
}

section.order h2.title {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  section.order h2.title {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.order h2.title {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.order h2.title {
    float: left;
    width: 100%;
  }
}

section.order h2.title strong {
  float: left;
  font: 700 1.5em "Montserrat", Sans-serif;
}

@media (max-width: 1px) {
  section.order h2.title strong {
    margin-bottom: 15px;
    width: 100%;
  }
}

section.order h2.title a {
  background: #f2f2f2;
  color: #1a1a1a;
  float: right;
  font: 400 1.2em "Montserrat", Sans-serif;
  padding: 10px 15px;
  text-decoration: none;
}

@media (max-width: 1px) {
  section.order h2.title a {
    float: left;
    margin-bottom: 15px;
  }
}

section.order h2.title a:hover, section.order h2.title a:focus {
  background: black;
  color: white;
}

section.order ul.order-info {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  margin-top: 30px;
}

@media (min-width: 1px) {
  section.order ul.order-info {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.order ul.order-info {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  section.order ul.order-info {
    float: left;
    width: 100%;
  }
}

section.order ul.order-info:first-child {
  margin-top: 0;
}

section.order ul.order-info li {
  border-left: 1px solid #d9d9d9;
  float: left;
  font: 400 1.3em "Montserrat", Sans-serif;
  padding: 0 15px;
  list-style: none;
}

section.order ul.order-info li.total {
  font-weight: 700;
}

@media (max-width: 1px) {
  section.order ul.order-info li.total {
    border: none;
    padding-left: 0;
    width: 100%;
  }
}

section.order ul.order-info li:first-child {
  border-left: 0;
  padding-left: 0;
}

section.order ul.order-info li a.button {
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #96c11f;
  border: 0;
  border-bottom: 3px solid #749518;
  color: white;
  font: 600 1.2em "Montserrat", Sans-serif;
  padding: 5px 20px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-appearance: none;
  position: absolute;
  top: -10px;
  right: 10px;
  width: auto;
}

section.order ul.order-info li a.button:hover, section.order ul.order-info li a.button:focus {
  background: #1a1a1a;
  border-bottom: 3px solid #010101;
}

/* ------------------------------------------------------------ START ACCPRDION-ORDER*/
ul.accordion-order {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  ul.accordion-order {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  ul.accordion-order {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  ul.accordion-order {
    float: left;
    width: 100%;
  }
}

ul.accordion-order > li {
  list-style: none;
  float: left;
  width: 100%;
}

ul.accordion-order > li div.collapse-order {
  margin-bottom: 30px;
}

ul.accordion-order > li > h2 {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  float: left;
  padding: 20px 0;
  width: 100%;
  position: relative;
}

ul.accordion-order > li > h2 a {
  background: url("../images/css/arrow-right.png") no-repeat right center;
  color: #1a1a1a;
  float: left;
  width: 100%;
}

ul.accordion-order > li > h2 a:hover, ul.accordion-order > li > h2 a:focus {
  color: black;
}

ul.accordion-order > li > h2 a.open {
  background: url("../images/css/arrow-close.png") no-repeat right center;
}

ul.accordion-order > li > h2 a.button {
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #96c11f;
  border: 0;
  border-bottom: 3px solid #749518;
  color: white;
  font: 600 1.4em "Montserrat", Sans-serif;
  padding: 5px 20px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-appearance: none;
  position: absolute;
  top: 12px;
  right: 25px;
  width: auto;
}

ul.accordion-order > li > h2 a.button:hover, ul.accordion-order > li > h2 a.button:focus {
  background: #1a1a1a;
  border-bottom: 3px solid #010101;
}

ul.accordion-order > li > h2 ul li {
  border-left: 1px solid #d9d9d9;
  float: left;
  font: 400 1.4em "Montserrat", Sans-serif;
  list-style: none;
  padding: 0 10px;
  text-transform: uppercase;
  width: auto;
}

ul.accordion-order > li > h2 ul li strong {
  font-weight: 700;
}

@media (max-width: 1px) {
  ul.accordion-order > li > h2 ul li {
    border: none;
    padding: 0;
    width: 100%;
  }
}

ul.accordion-order > li > h2 ul li:first-child {
  border-left: 0;
  padding-left: 0;
}

a.modify.extra {
  background: #96c11f;
  color: white;
  font: 600 1.4em "Montserrat", Sans-serif;
  padding: 5px 10px;
  text-decoration: none;
}

a.modify.extra:hover, a.modify.extra:focus, a.modify.extra:active {
  background: #a7d723;
}

footer {
  clear: both;
  margin-top: 30px;
  /* -------------------------------------------------------- SECTION.TOP*/
  /* -------------------------------------------------------- SECTION.BOTTOM*/
}

footer section.text-bottom {
  padding: 25px 20px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 40px;
}

footer section.text-bottom section.extradesc {
  padding-top: 25px;
  border-top: 1px solid #f2f2f2;
}

footer section.text-bottom section.navigation {
  margin-bottom: 15px;
}

footer section.text-bottom section.navigation div {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}

@media (min-width: 1px) {
  footer section.text-bottom section.navigation div {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  footer section.text-bottom section.navigation div {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  footer section.text-bottom section.navigation div {
    float: left;
    width: 25%;
  }
}

footer section.text-bottom section.navigation div:before, footer section.text-bottom section.navigation div:after {
  content: " ";
  display: table;
}

footer section.text-bottom section.navigation div:after {
  clear: both;
}

footer section.text-bottom section.navigation div {
  *zoom: 1;
}

footer section.top {
  background: #96c11f;
  padding: 20px 0;
  /*form.newsletter {
      @include make-xs-column(12);
      @include make-sm-column(12);
      @include make-md-column(3);
      @include make-lg-column(3);
      padding-top: 0px;

      P {
        font-size: 1.6em;
        color: $dark;
      }

      ul {
        float: left;
        margin-top: 20px;
        width: 100%;

        li {
          float: left;
          padding-left: 0;
          width: 100%;

          &:before {
            display: none;
          }

          input {
            &[type='text'],
            &[type='email'] {
              @include border-radius;
              background: $light;
              border: none;
              border-bottom: 2px solid darken($light, 40%);
              color: $textcolor;
              display: block;
              font: 200 1em $normal;
              height: 50px;
              padding: 0 25px;
              width: 100%;
            }

            &[type="submit"],
            &[type="button"] {
              @include border-radius;
              background: $secondcolor;
              color: $light;
              border: 0;
              border-bottom: 2px solid darken($secondcolor, 10%);
              height: 45px;
              font: 600 1em $normal;
              margin-top: 10px;
              padding: 0 25px;
              text-transform: uppercase;

              &:hover,
              &:focus {
                background: darken($secondcolor, 5%);
                border-bottom-color: darken($secondcolor, 15%);

                &:active {
                  border-bottom-width: 1px;
                  margin-top: 11px;
                }
              }
            }

          }
        }
      }
  }*/
}

footer section.top nav.navigation-footer {
  margin-top: 16px;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  footer section.top nav.navigation-footer {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  footer section.top nav.navigation-footer {
    float: left;
    width: 75%;
  }
}

@media (min-width: 1px) {
  footer section.top nav.navigation-footer {
    float: left;
    width: 75%;
  }
}

footer section.top nav.navigation-footer ul {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  footer section.top nav.navigation-footer ul {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  footer section.top nav.navigation-footer ul {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  footer section.top nav.navigation-footer ul {
    float: left;
    width: 33.33333333%;
  }
}

footer section.top nav.navigation-footer ul li:first-child {
  margin-bottom: 0;
  padding-left: 0;
}

footer section.top nav.navigation-footer ul li:first-child:before {
  display: none;
}

footer section.bottom-f {
  padding: 30px 0px;
  position: relative;
  width: 100%;
  background: #f2f2f2;
}

footer section.bottom-f section.customerservice {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  margin-left: -10px;
  margin-right: -10px;
  padding-right: 0px;
}

@media (min-width: 1px) {
  footer section.bottom-f section.customerservice {
    float: left;
    width: 75%;
  }
}

@media (min-width: 1px) {
  footer section.bottom-f section.customerservice {
    float: left;
    width: 75%;
  }
}

@media (min-width: 1px) {
  footer section.bottom-f section.customerservice {
    float: left;
    width: 75%;
  }
}

footer section.bottom-f section.customerservice:before, footer section.bottom-f section.customerservice:after {
  content: " ";
  display: table;
}

footer section.bottom-f section.customerservice:after {
  clear: both;
}

footer section.bottom-f section.customerservice {
  *zoom: 1;
}

footer section.bottom-f section.customerservice div {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}

@media (min-width: 1px) {
  footer section.bottom-f section.customerservice div {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  footer section.bottom-f section.customerservice div {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  footer section.bottom-f section.customerservice div {
    float: left;
    width: 33.33333333%;
  }
}

footer section.bottom-f section.customerservice div:before, footer section.bottom-f section.customerservice div:after {
  content: " ";
  display: table;
}

footer section.bottom-f section.customerservice div:after {
  clear: both;
}

footer section.bottom-f section.customerservice div {
  *zoom: 1;
}

footer section.bottom-f section.showroom {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  margin-left: 0;
  text-align: left;
  color: black;
}

@media (min-width: 1px) {
  footer section.bottom-f section.showroom {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) {
  footer section.bottom-f section.showroom {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1px) {
  footer section.bottom-f section.showroom {
    float: left;
    width: 25%;
  }
}

footer section.bottom-f section.showroom address {
  margin-bottom: 10px;
}

footer section.bottom-f section.showroom address:before, footer section.bottom-f section.showroom address:after {
  content: " ";
  display: table;
}

footer section.bottom-f section.showroom address:after {
  clear: both;
}

footer section.bottom-f section.showroom address {
  *zoom: 1;
}

footer section.bottom-f section.showroom address ul {
  margin-top: 0;
}

footer section.bottom-f section.showroom address ul li.maps {
  padding-top: 20px;
  /*background: url('../images/css/maps-icon.png') no-repeat left center;
            padding-left: 20px;*/
}

footer section.bottom-f section.showroom address ul li.maps a {
  text-decoration: underline;
}

footer section.bottom-f section.showroom ul {
  margin-top: 10px;
  float: left;
  width: 100%;
}

footer section.bottom-f section.showroom ul li {
  padding-left: 0;
  list-style: none;
}

footer section.bottom-f section.showroom ul li:before {
  display: none;
}

footer section.bottom-f section.showroom p {
  font-size: 1.4em;
}

footer strong.title {
  color: black;
  float: left;
  font: 800 1.7em "Montserrat", Sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}

footer ul li {
  font: 400 1.4em "Montserrat", Sans-serif;
  float: left;
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  /*&:before {
        @include border-radius(50%);
        background: $dark;
        content: '';
        display: block;
        height: 6px;
        left: 0;
        position: absolute;
        top: 8px;
        width: 6px;
      }*/
}

footer ul li strong.title {
  font-size: 1.1em;
}

footer ul li p {
  font-size: 1em;
}

footer ul li a {
  color: black;
  display: block;
  text-decoration: none;
  width: 100%;
}

footer ul li a.subscribe {
  background: #96c11f;
  padding: 10px;
  color: white;
  font-weight: bold;
  width: auto;
  display: inline-block;
  margin-top: 20px;
}

footer ul li a.subscribe i {
  padding-right: 5px;
}

footer ul li a.subscribe:focus, footer ul li a.subscribe:hover {
  color: white;
  background: #9dca20;
  text-decoration: none;
}

footer ul li a:hover, footer ul li a:focus {
  color: black;
  text-decoration: underline;
}

footer section.bottom-f nav.navigation-footer ul li:before {
  background: #96c11f;
}

footer section.bottom {
  margin: 100px 0px 0px;
}

@media (max-width: 1px) {
  footer section.bottom {
    margin: 0px;
  }
}

footer section.bottom section.service {
  padding-top: 100px;
  padding-right: 7%;
  height: 240px;
  background: url("/images/dummy/service.png") right bottom no-repeat;
  background-size: 230px;
}

@media (max-width: 1px) {
  footer section.bottom section.service {
    padding-top: 0px;
  }
}

@media (max-width: 61.9em) {
  footer section.bottom section.service {
    background: none;
    height: auto;
  }
}

footer section.bottom section.service div {
  display: flex;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  margin-bottom: 30px;
}

@media (min-width: 1px) {
  footer section.bottom section.service div {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  footer section.bottom section.service div {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  footer section.bottom section.service div {
    float: left;
    width: 33.33333333%;
  }
}

footer section.bottom section.service div i {
  width: 40px;
  font-size: 2.5em;
  padding-right: 15px;
}

footer section.bottom section.service div a {
  text-decoration: none;
  color: #1a1a1a;
}

footer section.bottom section.service div strong {
  display: block;
  font-size: 1.1em;
}

footer section.bottom section.service div span {
  font-size: 1.3em;
  line-height: 1.8em;
}

footer section.credits-wrap {
  position: relative;
  padding: 20px 0 30px 0;
  width: 100%;
  z-index: 2;
}

footer section.credits-wrap ul.paymentmethod {
  text-align: center;
}

footer section.credits-wrap ul.paymentmethod li {
  float: none;
  display: inline-block;
  padding-left: 0;
  margin-left: 8px;
  vertical-align: middle;
  width: auto;
}

footer section.credits-wrap ul.paymentmethod li img {
  max-height: 15px;
}

footer section.credits-wrap ul.paymentmethod li:first-child {
  margin-left: 0;
}

footer section.credits-wrap ul.paymentmethod li:before {
  display: none;
}

footer section.credits-wrap div.credits {
  font-size: 0.9em;
  margin-top: 30px;
  text-align: center;
}

footer section.credits-wrap div.credits nav.navigation-footer-extra {
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
  width: auto;
}

footer section.credits-wrap div.credits span.copy {
  display: inline-block;
  font: 400 1.4em/16px "Montserrat", Sans-serif;
  vertical-align: middle;
  padding-top: 3px;
  width: auto;
}

footer section.credits-wrap div.credits span.dm {
  color: #1a1a1a;
  border-left: 1px solid #d9d9d9;
  border-color: #1a1a1a;
  display: inline-block;
  font: 400 1.4em/12px "Montserrat", Sans-serif;
  margin-left: 10px;
  padding-left: 10px;
  vertical-align: middle;
}

.cart footer section.credits-wrap div.credits span.dm {
  border: 0px;
  line-height: 16px;
}

footer section.credits-wrap div.credits span.dm a {
  color: #1a1a1a;
}

footer section.credits-wrap div.credits span.dm a:hover, footer section.credits-wrap div.credits span.dm a:focus {
  color: #1a1a1a;
}

footer section.credits-wrap div.credits ul {
  display: inline-block;
  float: none;
}

footer section.credits-wrap div.credits ul li {
  font-size: 1.4em;
  margin: 0;
  width: auto;
}

footer section.credits-wrap div.credits ul li a {
  color: #1a1a1a;
  text-decoration: underline;
}

footer section.credits-wrap div.credits ul li a:hover, footer section.credits-wrap div.credits ul li a:focus {
  color: #1a1a1a;
}

footer section.credits-wrap div.credits ul li:before {
  display: none;
}

/* comparison bar - onderaan scherm */
div.comparisonbar {
  border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -khtml-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 110%;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.15);
  left: 50%;
  position: fixed;
  width: 700px;
  z-index: 99;
}

@media (max-width: 1px) {
  div.comparisonbar {
    -khtml-transform: translateX(0);
    transform: translateX(0);
    left: 0;
    width: 100%;
  }
}

div.comparisonbar.show {
  transition: all 0.2s ease;
  bottom: 0;
  top: auto;
}

div.comparisonbar.active {
  top: calc(100% - 40px);
  /*volledig onderaan + title height*/
}

div.comparisonbar.active h2.title:before {
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
  zoom: 1;
  margin-top: -3px;
}

div.comparisonbar h2.title {
  border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #96c11f;
  color: white;
  cursor: pointer;
  font: 700 1.6em "Montserrat", Sans-serif;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase;
}

div.comparisonbar h2.title span.number {
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: white;
  color: #96c11f;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  text-align: center;
  width: 20px;
}

div.comparisonbar h2.title:before {
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transform: rotate(225deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(225), M12=-sin(225), M21=sin(225), M22=cos(225));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(225), M12=-sin(225), M21=sin(225), M22=cos(225))";
  zoom: 1;
  border: 4px solid white;
  border-bottom: 0;
  border-right: 0;
  content: "";
  display: block;
  height: 14px;
  margin-top: -8px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 14px;
}

div.comparisonbar div.inner {
  background: white;
  float: left;
  padding: 15px;
  width: 100%;
}

div.comparisonbar div.inner ul.product-overview {
  float: left;
  width: 490px;
}

@media (max-width: 1px) {
  div.comparisonbar div.inner ul.product-overview {
    width: auto;
  }
}

div.comparisonbar div.inner ul.product-overview li {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
  margin-bottom: 0;
}

@media (max-width: 1px) {
  div.comparisonbar div.inner ul.product-overview li {
    width: 100%;
  }
}

div.comparisonbar div.inner ul.product-overview li a.delete {
  top: 5px;
}

div.comparisonbar div.inner ul.product-overview li a figure {
  min-height: 92px;
}

div.comparisonbar div.inner ul.product-overview li a div.title {
  float: left;
  padding: 0;
}

div.comparisonbar div.inner ul.product-overview li a div.title strong {
  color: #96c11f;
  font: 700 1.4em "Montserrat", Sans-serif;
}

div.comparisonbar div.inner ul.product-overview li a:hover div.title strong,
div.comparisonbar div.inner ul.product-overview li a:focus div.title strong {
  color: #1a1a1a;
}

div.comparisonbar div.info {
  float: left;
  padding-left: 30px;
}

@media (max-width: 1px) {
  div.comparisonbar div.info {
    padding-left: 0;
    width: 100%;
  }
}

div.comparisonbar div.info a.btn {
  background: #96c11f;
  border-bottom: 3px solid #526911;
  color: white;
  float: left;
  font: 700 1.4em/42px "Montserrat", Sans-serif;
  padding: 10px 20px;
  margin-top: 15px;
  text-decoration: none;
}

@media (max-width: 1px) {
  div.comparisonbar div.info a.btn {
    text-align: center;
    width: 100%;
  }
}

div.comparisonbar div.info a.btn.disable {
  opacity: 0.5;
  /*filter: alpha(opacity= $value * 100 );
  zoom: 1;*/
  cursor: default;
}

div.comparisonbar div.info a.btn:hover, div.comparisonbar div.info a.btn:focus {
  background: #85ab1b;
  border-color: #41530d;
}

div.comparisonbar div.info a.btn:hover:active, div.comparisonbar div.info a.btn:focus:active {
  background: #637f14;
  border-bottom-width: 1px;
  margin-top: 17px;
}

div.old-browser {
  display: none;
}

html.ie6 div.old-browser,
html.ie7 div.old-browser,
html.ie8 div.old-browser,
html.ie9 div.old-browser {
  background: #e10404;
  color: white;
  display: block;
  height: 40px;
  font: 600 1.2em "Montserrat", Sans-serif;
  line-height: 40px;
  position: fixed;
  top: 0;
  text-align: center;
  left: 0;
  width: 100%;
}

html.ie6 div.old-browser a,
html.ie7 div.old-browser a,
html.ie8 div.old-browser a,
html.ie9 div.old-browser a {
  color: white;
}

div.logo-footer {
  margin: 30px 0px;
  text-align: center;
}

div.logo-footer img {
  height: 80px;
}

/*
	PLUGIN | Hier staat alle css die van toepassing is voor de gebruikte plugins
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 320px;
  width: 988px !important;
  min-width: 988px;
}

.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.container:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.row:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 998px !important;
    max-width: 998px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
    width: 998px !important;
    max-width: 998px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 998px;
    width: 998px !important;
  }
  body.cart .container {
    max-width: 998px;
    width: 90%;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

/*.show {
	display: block !important;
}*/
.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
    width: 988px !important;
    min-width: 988px;
  }
}

.col-4 {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  .col-4 {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1px) {
  .col-4 {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1px) {
  .col-4 {
    clear: none;
  }
  .col-4:nth-child(3n+1) {
    clear: both;
  }
}

.col-6 {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  .col-6 {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  .col-6 {
    float: left;
    width: 50%;
  }
}

.col-12 {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-left: 10px;
  padding-right: 10px;
  /* Calculate width based on number of columns available*/
}

@media (min-width: 1px) {
  .col-12 {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1px) {
  .col-12 {
    float: left;
    width: 100%;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/css/ajax-loader.gif") center center no-repeat;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

@media (max-width: 1px) {
  .slick-prev {
    left: -13px;
  }
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

@media (max-width: 1px) {
  .slick-next {
    right: -13px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#cookie-bar {
  background: #111111;
  color: #eeeeee;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #333;
  position: fixed;
  z-index: 9999999999;
  bottom: 0;
  width: 100%;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar p {
  margin: 0px auto;
  padding: 10px;
  font-size: 1.4em;
}

#cookie-bar a:hover {
  color: #96c11f;
}

#cookie-bar .cb-enable, #cookie-bar .cb-disable {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}

#cookie-bar .cb-enable {
  background: #007700;
}

#cookie-bar .cb-enable:hover {
  background: #009900;
  color: #fff;
}

#cookie-bar .cb-disable {
  background: #990000;
}

#cookie-bar .cb-disable:hover {
  background: #bb0000;
  color: #fff;
}

#cookie-bar .cb-policy {
  background: #0033bb;
}

#cookie-bar .cb-policy:hover {
  background: #0055dd;
}

/*! jQuery UI - v1.10.4 - 2015-06-02
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #fff;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #fff;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #fff;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffd27a_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px;
}

/*! jQuery UI - v1.10.4 - 2014-02-25
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.slider.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff url(smoothness/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222;
}

.ui-widget-content a {
  color: #222;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url(smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(smoothness/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url(smoothness/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url(smoothness/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(smoothness/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(smoothness/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url(smoothness/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(smoothness/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(smoothness/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(smoothness/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(smoothness/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(smoothness/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(smoothness/ui-icons_cd0a0a_256x240.png);
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #aaa url(smoothness/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url(smoothness/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

.irs {
  position: relative;
  display: block;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

.irs-line-left {
  left: 0;
  width: 10%;
}

.irs-line-mid {
  left: 10%;
  width: 80%;
}

.irs-line-right {
  right: 0;
  width: 10%;
}

.irs-diapason {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}

.irs-slider.single {
  left: 10px;
}

.irs-slider.single:before {
  position: absolute;
  display: block;
  content: "";
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  background: rgba(0, 0, 0, 0);
}

.irs-slider.from {
  left: 100px;
}

.irs-slider.from:before {
  position: absolute;
  display: block;
  content: "";
  top: -30%;
  left: -30%;
  width: 130%;
  height: 160%;
  background: rgba(0, 0, 0, 0);
}

.irs-slider.to {
  left: 300px;
}

.irs-slider.to:before {
  position: absolute;
  display: block;
  content: "";
  top: -30%;
  left: 0;
  width: 130%;
  height: 160%;
  background: rgba(0, 0, 0, 0);
}

.irs-slider.last {
  z-index: 2;
}

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-line-mid, .irs-line-left, .irs-line-right, .irs-diapason, .irs-slider {
  background: url(/images/css/sprite-skin-nice.png) repeat-x;
  cursor: pointer;
}

.irs {
  height: 40px;
}

.irs-with-grid {
  height: 60px;
}

.irs-line {
  height: 8px;
  top: 25px;
}

.irs-line-left {
  height: 8px;
  background-position: 0 -30px;
}

.irs-line-mid {
  height: 8px;
  background-position: 0 0;
}

.irs-line-right {
  height: 8px;
  background-position: 100% -30px;
}

.irs-diapason {
  height: 8px;
  top: 25px;
  background-position: 0 -60px;
}

.irs-slider {
  width: 22px;
  height: 22px;
  top: 17px;
  background-position: 0 -90px;
}

#irs-active-slider, .irs-slider:hover {
  background-position: 0 -120px;
}

.irs-min, .irs-max {
  color: #666;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc;
}

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999;
}

.irs-grid-pol {
  background: #99a4ac;
}

.irs-grid-text {
  color: #99a4ac;
}

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

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

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

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

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

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

.fancybox-inner {
  overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/css/fancybox_sprite.png");
}

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

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/css/fancybox_loading.gif") center center no-repeat;
}

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

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

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

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

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

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

.fancybox-nav:hover span {
  visibility: visible;
}

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

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

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

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

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/css/fancybox_overlay.png");
}

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

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

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

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

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

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

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

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

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

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

@media print and (orientation: portrait) {
  section.container-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  section.container-wrapper section.container {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

@media print and (orientation: landscape) {
  section.container-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  section.container-wrapper section.container {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

@media print {
  header,
  footer {
    display: none;
  }
  table {
    page-break-after: auto;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  td {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  thead {
    display: table-header-group;
  }
  tfoot {
    display: table-footer-group;
  }
}

/*# sourceMappingURL=print.css.map*/