@import url(https://fonts.googleapis.com/css?family=Montserrat:400,200,300,600,700,800);
@charset "UTF-8";
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> WERFDOEKDEALS JA/NEE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MIJNSTRANDSTOEL JA/NEE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> awana JA/NEE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> INTERVENTIETENT JA/NEE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> HESJE JA/NEE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> PRINT JA/NEE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Awana 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*/
/* 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: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .hidden-lg {
    display: none !important;
  }
}
/*** --------------------------------->> START BASIS <<---------------------------------**/
html, body {
  height: 100%;
}

body {
  background: white;
  color: #1a1a1a;
  font-family: "Montserrat", Sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  left: 0;
  min-width: 320px;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: 100%;
}
body section.container-wrapper.headertype1 {
  background: white;
  overflow-x: hidden;
}
body.cart {
  overflow: auto;
}
body.menu-push {
  height: 100%;
  overflow: hidden;
  position: fixed;
  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 {
  float: left;
  font: bold 1.2em "Montserrat", Sans-serif;
}
ol.pages li p {
  font-size: 1em;
}

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

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

/* h1,h2,h3,h4,h5 ***/
h1 {
  color: #96c11f;
  margin-bottom: 15px;
  font: 700 2.8em/30px "Montserrat", Sans-serif;
}
@media (max-width: 767px) {
  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;
  float: right;
  font-size: 1.3em;
  margin: 2px 0 0 10px;
}
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;
  margin-top: 10px;
  padding: 5px 15px;
  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: 767px) {
  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 {
  background: white;
  display: none;
  font-size: 1.4em;
  font-weight: bold;
  height: 700px;
  opacity: 0.9;
  padding-top: 135px;
  position: absolute;
  text-align: center;
  top: 220px;
  width: 882px;
}
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 {
  background: white;
  left: 50%;
  position: fixed;
  top: 50%;
  z-index: 100;
}

div.filterdMessage {
  bottom: 50%;
  height: auto;
  left: 50%;
  margin-left: -250px;
  position: fixed;
  width: 500px;
  z-index: 100;
}
div.filterdMessage a.top {
  background: #96c11f;
  border: 0px solid #96c11f;
  border-bottom-color: #749518;
  border-bottom-width: 2px;
  color: white;
  float: left;
  font: 400 1.4em "Montserrat", Sans-serif;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: initial;
  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: 768px) {
  div.order-info-empty {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  div.order-info-empty {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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 ----------------------------*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*-- 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: 767px) {
  header {
    box-shadow: #cccccc 0 2px 5px 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    width: 100%;
  }
}
header section.top {
  padding: 0;
  width: 100%;
  background: #1a1a1a;
}
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: 767px) {
  header section.top nav.socialmedia {
    display: none;
  }
}
header section.top nav.socialmedia strong.title {
  color: white;
  float: left;
  font: 400 1.3em/3em "Montserrat", Sans-serif;
  padding-right: 10px;
  text-transform: uppercase;
}
header section.top nav.socialmedia ul li {
  color: white;
  display: inline-block;
  float: left;
  line-height: 3.7em;
  list-style: none;
  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 $awana == 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 {
  background: #fafafa;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  float: left;
  font-size: 1em;
  list-style: none;
  padding: 0;
  width: 100%;
}
header section.top div.wrap nav.customerzone ul li ul li a {
  background: none;
  color: #1a1a1a;
  float: left;
  padding: 10px;
  text-decoration: none;
  width: 100%;
}
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 {
  font: 400 1.3em "Montserrat", Sans-serif;
  position: relative;
}
header section.top div.wrap nav.lang:hover ul {
  display: block;
}
header section.top div.wrap nav.lang span {
  color: white;
  display: block;
  padding: 12px;
  text-transform: uppercase;
  background: gray;
}
header section.top div.wrap nav.lang ul {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 5;
}
header section.top div.wrap nav.lang ul li {
  list-style: none;
  background: gray;
}
header section.top div.wrap nav.lang ul li a {
  color: white;
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
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: 1200px) {
  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: 767px) {
  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: 16.6666666667%;
  position: relative;
  /* Prevent columns from 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: 0;
  padding-right: 10px;
}
@media (min-width: 768px) {
  header section.middle a.logo {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  header section.middle a.logo {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  header section.middle a.logo {
    float: left;
    width: 33.3333333333%;
  }
}
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.3333333333%;
  position: relative;
  /* Prevent columns from 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: 768px) {
  header section.middle a.logo.small {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  header section.middle a.logo.small {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  header section.middle a.logo.small {
    float: left;
    width: 33.3333333333%;
  }
}
header section.middle a.logo img {
  display: block;
  max-width: 93%;
}
@media (max-width: 767px) {
  header section.middle a.logo img {
    margin: 0 auto;
    max-width: 80%;
    padding: 20px 0px;
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  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*/
  float: right !important;
}
@media (min-width: 768px) {
  header section.middle div.help {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  header section.middle div.help {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  header section.middle div.help {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  header section.middle div.help {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  header section.middle div.help {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  header section.middle div.help {
    float: left;
    width: 41.6666666667%;
  }
}
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: 767px) {
  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 {
  float: none !important;
  padding-right: 0 !important;
  text-align: right;
  vertical-align: bottom;
  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;
  margin-left: -3px;
}
@media (min-width: 768px) {
  header div.wrap-right {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  header div.wrap-right {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  header div.wrap-right {
    float: left;
    width: 66.6666666667%;
  }
}
header div.wrap-right nav.menu-sub {
  float: left;
  margin-right: 10px;
  width: 600px;
}
@media (max-width: 767px) {
  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: 767px) {
  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: 767px) {
  a.showfilters {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  a.showfilters {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  a.showfilters {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  a.showfilters {
    display: none;
  }
}
@media (min-width: 1400px) {
  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: 767px) {
  a.showfilters {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  a.showfilters {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  a.showfilters {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  a.showfilters {
    display: none;
  }
}
@media (min-width: 1400px) {
  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 {
  padding: 8px 0px;
  position: relative;
  z-index: 1000;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
nav.navigation:before, nav.navigation:after {
  content: " ";
  display: table;
}
nav.navigation:after {
  clear: both;
}
nav.navigation {
  *zoom: 1;
}
nav.navigation.top {
  border: none;
  padding: 0px;
}
@media (max-width: 767px) {
  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 {
  font-size: 1.2em;
  padding: 0px;
}
nav.navigation > ul > li {
  float: left;
  list-style: none;
  color: #1a1a1a;
  border-left: 1px solid #d9d9d9;
}
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 {
  display: block;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #1a1a1a;
  font: 400 1.4em/40px "Montserrat", Sans-serif;
  padding: 0 24px;
}
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;
  width: 100%;
  z-index: -1;
}
div.submenu-product:not([style]) {
  min-width: 878px;
  left: 298px;
}
@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 !important;
  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.3333333333px;
  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.3333333333px;
    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: silver;
  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: silver;
}
nav.navigation.multi-h ul.main > li:hover div.submenu-product, nav.navigation.multi-h ul.main > li:focus div.submenu-product {
  display: block;
  left: 0px;
  position: absolute;
  top: 48px;
  width: 100%;
  z-index: 1;
}
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[data-submenu=true].show-menu > 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[data-submenu=true].show-menu > 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: 767px) {
  nav.breadcrumb.large {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  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: 768px) {
  nav.breadcrumb div.wrap-breadcrumb {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  nav.breadcrumb div.wrap-breadcrumb {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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: 767px) {
  nav.breadcrumb div.wrap-breadcrumb ul {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav.breadcrumb div.wrap-breadcrumb ul {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav.breadcrumb div.wrap-breadcrumb ul {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  nav.breadcrumb div.wrap-breadcrumb ul {
    display: block;
  }
}
@media (min-width: 1400px) {
  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: 768px) {
  nav.breadcrumb div.wrap-breadcrumb.small {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  nav.breadcrumb div.wrap-breadcrumb.small {
    float: left;
    width: 58.3333333333%;
  }
}
@media (min-width: 1200px) {
  nav.breadcrumb div.wrap-breadcrumb.small {
    float: left;
    width: 58.3333333333%;
  }
}
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: 767px) {
  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: 768px) {
  nav.breadcrumb div.advice {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  nav.breadcrumb div.advice {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 1200px) {
  nav.breadcrumb div.advice {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav.breadcrumb div.advice {
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  nav.breadcrumb div.advice {
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  nav.breadcrumb div.advice {
    padding-left: 0;
  }
}
nav.breadcrumb div.advice div.wrap {
  background: #b3b3b3;
  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 #e6e6e6;
  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;
  float: right;
  margin-left: 10px;
  position: relative;
  text-align: right;
  /*	@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 {
  color: white;
  display: block;
  font-size: 1.9em;
  line-height: 40px;
  text-align: center;
  background: #96c11f;
  width: 50px;
}
section.mini-cart span.number {
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: white;
  height: 16px;
  position: absolute;
  right: -7px;
  text-align: center;
  top: -7px;
  width: 16px;
  font: 400 0.7em "Montserrat", Sans-serif;
  background: #1a1a1a;
}
section.mini-cart section.cart-info {
  display: inline-block;
  min-width: 170px;
  padding-left: 10px;
  position: relative;
  vertical-align: middle;
  width: 80%;
}
@media (max-width: 767px) {
  section.mini-cart section.cart-info {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  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;
  font: 400 1.2em/1em "Montserrat", Sans-serif;
  list-style: none;
  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;
  bottom: 0;
  display: block;
  height: 10px;
  position: absolute;
  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;
  padding-top: 20px;
  position: absolute;
  right: 0;
  right: 0px;
  width: 400px;
  z-index: 99999;
}
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: #9a9a9a;
  border-width: 12px;
  left: auto;
  right: 18px;
}
section.mini-cart-dropdown div.wrap:after {
  border: solid transparent;
  border-bottom-color: white;
  border-color: rgba(194, 225, 245, 0);
  border-width: 10px;
  bottom: 100%;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 0;
}
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 {
  text-decoration: none;
  width: 100%;
  display: block;
}
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 {
  float: left;
  padding: 25px 35px 20px 35px;
  width: 100%;
  background: #f3f3f3;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
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;
  font: 600 1.6em "Montserrat", Sans-serif;
  margin: 10px 0px;
  padding: 10px 0px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
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: 767px) {
  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: 768px) {
  div#popUpIndex div.popcol {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  div#popUpIndex div.popcol {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  div#popUpIndex div.popcol {
    float: left;
    width: 33.3333333333%;
  }
}
div#popUpIndex div.popcol:first-child {
  border-left: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  div#popUpIndex div.popcol:last-child {
    height: 200px;
    border-left: none;
  }
}
@media (max-width: 767px) {
  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: 1200px) and (max-width: 1499px) {
  form.search ul li img.search-loader {
    right: 105px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  form.search ul li img.search-loader {
    right: 105px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  form.search ul li img.search-loader {
    right: 100px;
  }
}
@media (max-width: 767px) {
  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: 1200px) and (max-width: 1499px) {
  form.search div.suggestion {
    width: 84%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  form.search div.suggestion {
    width: 80%;
    /*width: 85%;*/
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  form.search div.suggestion {
    width: 79%;
    /*width: 80%;*/
  }
}
@media (max-width: 767px) {
  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 #e6e6e6;
  border-right: 1px solid #e6e6e6;
  float: left;
  width: 100%;
}
@media (max-width: 479px) {
  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: 479px) {
  form.search div.suggestion dl.products dt,
form.search div.suggestion dl.categories dt {
    border-bottom: 2px solid #e6e6e6;
    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: 479px) {
  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: 479px) {
  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: 479px) {
  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: 479px) {
  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: #4d4d4d;
}

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: 768px) {
  aside.pageleft {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  aside.pageleft {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  aside.pageleft {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  aside.pageleft {
    padding-top: 10px;
    min-width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  aside.pageleft {
    display: block !important;
    position: static !important;
    left: 0 !important;
  }
}
aside.pageleft.display {
  display: none;
}
@media (max-width: 767px) {
  aside.pageleft a.hidefilters {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  aside.pageleft a.hidefilters {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  aside.pageleft a.hidefilters {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  aside.pageleft a.hidefilters {
    display: none;
  }
}
@media (min-width: 1400px) {
  aside.pageleft a.hidefilters {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  aside.pageleft a.hidefilters {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  aside.pageleft a.hidefilters {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  aside.pageleft a.hidefilters {
    display: none;
  }
}
aside.pageleft nav.submenu {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  aside.pageleft nav.submenu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  aside.pageleft nav.submenu {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  aside.pageleft nav.submenu {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  aside.pageleft nav.submenu {
    display: block;
  }
}
@media (min-width: 1400px) {
  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: 768px) and (max-width: 991px) {
  aside.pageleft nav.filter ul li.slider {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  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: 1200px) and (max-width: 1499px) {
  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: #e6e6e6;
  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: 768px) and (max-width: 991px) {
  div.mobile-filters-push aside.pageleft {
    padding-top: 10px;
    min-width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  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: #e6e6e6;
  color: #1a1a1a;
  font: 400 1.4em "Montserrat", Sans-serif;
  float: left;
  padding: 5px 20px;
  margin-bottom: 30px;
  text-decoration: none;
}
@media (max-width: 767px) {
  div.mobile-filters-push aside.pageleft a.hidefilters {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.mobile-filters-push aside.pageleft a.hidefilters {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.mobile-filters-push aside.pageleft a.hidefilters {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  div.mobile-filters-push aside.pageleft a.hidefilters {
    display: none;
  }
}
@media (min-width: 1400px) {
  div.mobile-filters-push aside.pageleft a.hidefilters {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.mobile-filters-push aside.pageleft a.hidefilters {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.mobile-filters-push aside.pageleft a.hidefilters {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  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: 767px) {
  div.mobile-filters-push aside.pageleft nav.submenu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.mobile-filters-push aside.pageleft nav.submenu {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.mobile-filters-push aside.pageleft nav.submenu {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  div.mobile-filters-push aside.pageleft nav.submenu {
    display: block;
  }
}
@media (min-width: 1400px) {
  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: 768px) and (max-width: 991px) {
  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: 1200px) and (max-width: 1499px) {
  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: 767px) {
  a#linkNew {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  a#linkNew {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  a#linkNew {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  a#linkNew {
    display: none;
  }
}
@media (min-width: 1400px) {
  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: 767px) {
  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: 990px) {
  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
*
*/
/*****************************************************************************	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: 1200px) {
  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: 768px) {
  section.content.news-container {
    float: left;
    width: 66.6666666667%;
  }
}
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: 768px) {
  section.content.news-container + div.pageright {
    float: left;
    width: 29.1666666667%;
  }
}
@media (max-width: 767px) {
  section.content.news-container + div.pageright {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  section.content.news-container + div.pageright {
    margin-left: 4.1666666667%;
  }
}
@media (max-width: 767px) {
  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: 767px) {
  nav.submenu {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav.submenu {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav.submenu {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  nav.submenu {
    display: none;
  }
}
@media (min-width: 1400px) {
  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: 767px) {
  nav.submenu {
    padding-bottom: 25px;
    padding-top: 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: 767px) {
  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: 767px) {
  aside.giftcard-pageright {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  aside.giftcard-pageright {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  aside.giftcard-pageright {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  aside.giftcard-pageright {
    display: block;
  }
}
@media (min-width: 1400px) {
  aside.giftcard-pageright {
    display: block;
  }
}
@media (min-width: 768px) {
  aside.giftcard-pageright {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  aside.giftcard-pageright {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  aside.giftcard-pageright {
    float: left;
    width: 33.3333333333%;
  }
}
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: 768px) {
  aside.giftcard-pageright section.product-data {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  aside.giftcard-pageright section.product-data {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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: 768px) {
  section.relatedproducts {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.relatedproducts {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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: 768px) {
  section.relatedproducts ul.product-overview li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  section.relatedproducts ul.product-overview li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  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 {
  background: orange;
  float: left;
  width: 96%;
}
ul.gallery-large li img {
  display: block;
  width: 100%;
}

section.gallery-thumbs-wrap {
  background: white;
  float: left;
  height: 130px;
  overflow: hidden;
  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: 767px) {
  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: #e6e6e6;
}
section.content.content-text ul.news-overview li img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  width: 372px;
}
@media (max-width: 767px) {
  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;
  display: block;
  text-decoration: none;
}
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: 767px) {
  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-size: 1.3em;
  font-weight: 200;
  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 {
  color: #96c11f;
  font-size: 1.8em;
}
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: 1199px) {
  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: 767px) {
  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: 990px) {
  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: 990px) {
  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;
  font-size: 10px;
  list-style: none;
  padding: 0;
  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 {
  background: url("/images/css/arrow-filters.png") no-repeat right center;
  border: 1px solid #d9d9d9;
  color: #1a1a1a;
  display: block;
  font-size: 1.6em;
  height: 35px;
  line-height: 33px;
  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-left: 0;
  margin-top: -2.5px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
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;
  font-size: 1em;
  height: auto;
  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: 767px) {
  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: 767px) {
  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 {
  float: none;
  font-size: 10px;
  list-style: none;
}
section.content-text ul.form li label {
  max-width: 60%;
  min-width: 200px;
}
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: 767px) {
  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-right: 10px;
  padding-top: 2px;
}
@media (max-width: 767px) {
  section.product-data nav.social-media ul {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  section.product-data div.box {
    margin: 0;
    padding: 10px 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*/
  z-index: 999;
}
@media (min-width: 768px) {
  div.box-info-register {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  div.box-info-register {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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 {
  float: left;
  height: 40px;
  position: relative;
  width: 40px;
}

.double-bounce1, .double-bounce2 {
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
  background-color: #666666;
  border-radius: 50%;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-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: 1200px) and (max-width: 1499px) {
  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;
  margin: 0px;
  padding-bottom: 40px;
  width: 100%;
}
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;
  left: 0;
  position: absolute;
  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;
  margin: 0 auto;
  max-width: 250px;
}
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: 767px) {
  /* 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 {
    height: auto;
    max-height: 250px;
  }
  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;
    padding-left: 50%;
    position: relative;
  }
  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 {
  border-bottom: 1px solid #96c11f;
  color: #96c11f;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 5px;
  text-transform: uppercase;
}
div.references div.reference div.description a span.readmore:hover {
  background: #e6e6e6;
}

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-bottom: 10px;
  margin-top: 0px;
}
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: 768px) {
  div.reference-item ul.product-overview li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  div.reference-item ul.product-overview li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  div.reference-item ul.product-overview li {
    float: left;
    width: 25%;
  }
}

div.references {
  margin-top: 30px;
}

@media (max-width: 1199px) {
  section.content img, section.content embed, section.content video, section.content iframe {
    height: auto !important;
    max-width: 100% !important;
  }
}
/*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: 992px) {
  section.spotlight {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  section.spotlight {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  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: 768px) and (max-width: 991px) {
  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: 768px) and (max-width: 991px) {
  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: 768px) and (max-width: 991px) {
  section.spotlight h2 {
    padding: 5px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  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: 992px) and (max-width: 1199px) {
  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: 992px) and (max-width: 1199px) {
  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: 767px) {
  section.spotlight div.shortdesc-block {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.spotlight div.shortdesc-block {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  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: 767px) {
  section.spotlight-large-tiles {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.spotlight-large-tiles {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.spotlight-large-tiles {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  section.spotlight-large-tiles {
    display: block;
  }
}
@media (min-width: 1400px) {
  section.spotlight-large-tiles {
    display: block;
  }
}
@media (min-width: 768px) {
  section.spotlight-large-tiles {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.spotlight-large-tiles {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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: 768px) {
  section.spotlight-large {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.spotlight-large {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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: 768px) {
  section.spotlight-large.small {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.spotlight-large.small {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  section.spotlight-large.small {
    float: left;
    width: 66.6666666667%;
  }
}
section.spotlight-large div.wrap {
  float: left;
  position: relative;
  width: 100%;
  /* Pager van de bxslider */
}
section.spotlight-large div.wrap div.bx-pager {
  bottom: 15px;
  position: absolute;
  right: 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 {
  background: #e6e6e6;
  display: block;
  height: 10px;
  margin: 0 2px;
  outline: 0;
  text-indent: -9999px;
  width: 10px;
  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: gray;
}
section.spotlight-large ul {
  float: left;
  position: relative;
  z-index: 1;
}
section.spotlight-large ul > li {
  float: left;
  list-style: none;
  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: 768px) {
  section.spotlight-large ul > li section.text {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  section.spotlight-large ul > li section.text {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  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 {
  background: #96c11f;
  color: white;
  display: inline-block;
  font: 700 1.3em/1.4em "Montserrat", Sans-serif;
  padding: 8px 12px;
  text-transform: uppercase;
  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 {
  border-color: transparent #637f14 transparent transparent;
  border-width: 0 5px 5px 0;
  left: 0;
}
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 {
  border-color: #637f14 transparent transparent transparent;
  border-width: 5px 5px 0 0;
  right: 0;
}
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 {
  border-bottom: 3px solid #85ab1b;
  color: white;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 50%;
  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 {
  border-style: solid;
  bottom: -8px;
  content: "";
  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: 768px) {
  section.spotlight-large ul.thumbs-pager li {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  section.spotlight-large ul.thumbs-pager li {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  section.spotlight-large ul.thumbs-pager li {
    float: left;
    width: 16.6666666667%;
  }
}
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: 768px) {
  section.intro {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.intro {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  section.intro {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.intro {
    margin-top: 20px;
  }
}
section.intro h1 {
  color: black;
  font: 400 2.2em/1.3em "Montserrat", Sans-serif;
}
section.intro p {
  font-size: 1.6em;
  font-weight: 300;
  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*/
  font-size: 9px;
  list-style: none;
  margin: 0px 0 25px;
}
@media (min-width: 768px) {
  ul.news-overview li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  ul.news-overview li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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: 768px) {
  div.pageright ul.news-overview li {
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  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: 1199px) {
  body.index ul.news-overview li:nth-child(3) {
    display: none;
  }
}
@media (max-width: 767px) {
  ul.news-overview li:first-child {
    padding-left: 20px;
  }
}
ul.news-overview li a {
  color: #1a1a1a;
  display: block;
  text-decoration: none;
}
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: 767px) {
  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 {
  color: #4d4d4d;
  font-size: 1.6em;
  font-weight: 700;
  margin: 0 0 5px 0;
}
ul.news-overview li div.right p {
  color: #1a1a1a;
  font-family: "Montserrat", Sans-serif;
  font-size: 1.6em;
  font-weight: 300;
}
ul.news-overview li div.right span.readmore {
  background: #f2f2f2;
  color: #8c8c8c;
  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;
  border-bottom: 1px solid #96c11f;
  color: #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: #e6e6e6;
}
@media (max-width: 767px) {
  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: 768px) {
  body.index ul.news-overview li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  body.index ul.news-overview li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  body.index ul.news-overview li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  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: 768px) {
  ul.brands-overview li {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  ul.brands-overview li {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  ul.brands-overview li {
    float: left;
    width: 8.3333333333%;
  }
}
ul.brands-overview li a {
  display: block;
}
ul.brands-overview li a img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  ul.brands-overview {
    display: none;
  }
}

/* ---------- START TITEL OP DE INDEX*/
h2.indextitle {
  color: #1a1a1a;
  font: 700 2.6em "Montserrat", Sans-serif !important;
  margin: 40px 0 40px 0;
  text-align: center;
  text-transform: uppercase !important;
  width: 100%;
}

section.most-viewed {
  margin-top: 40px;
  padding: 10px;
}
section.most-viewed h2 {
  color: #1a1a1a;
  font: 700 1.8em/1.9em "Montserrat", Sans-serif;
}
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: 768px) {
  section.most-viewed ul.product-overview li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.most-viewed ul.product-overview li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  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 {
  margin-top: 0px;
  max-height: 80px;
  padding: 0px;
}
section.most-viewed ul.product-overview li a div.title strong {
  color: #1a1a1a;
  font: 300 1.6em/1.4em "Montserrat", Sans-serif;
  height: 60px;
  margin: 5px 0px;
  max-height: 80px;
  text-transform: none;
}
section.most-viewed ul.product-overview li a div.wrap {
  height: 140px;
}
section.most-viewed ul.product-overview li a span.readmore {
  border-bottom: 1px solid #96c11f;
  color: #96c11f;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 5px;
  text-transform: uppercase;
}
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 {
  color: #96c11f;
  display: block;
  font: 700 2.5em "Montserrat", Sans-serif;
  margin-bottom: 10px;
}
section.youtube h3 {
  display: block;
  font: 700 2em "Montserrat", Sans-serif;
}
section.youtube div.text {
  float: left;
  padding-right: 2%;
  width: 43%;
}
section.youtube div.video {
  float: right;
  width: 55%;
}

section.news {
  clear: both;
  padding-top: 30px;
  text-align: center;
}
section.news h2.indextitle {
  margin: 0px;
}
section.news span {
  display: block;
  font: 400 2.6em "Montserrat", Sans-serif;
  margin-bottom: 25px;
}
section.news a {
  background: #1a1a1a;
  color: white;
  font: 700 2em "Montserrat", Sans-serif;
  padding: 7px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
section.news a:hover {
  background: #343434;
}

section.quick-links {
  margin-top: 40px;
  text-align: center;
}
section.quick-links a {
  border-left: 1px solid #d9d9d9;
  color: #1a1a1a;
  font-size: 1.6em;
  padding: 5px 25px;
  text-decoration: none;
}
@media (max-width: 767px) {
  section.quick-links a {
    border: none;
    display: block;
    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: 767px) {
  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: 768px) {
  section.makes ul li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  section.makes ul li {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  section.makes ul li {
    float: left;
    width: 16.6666666667%;
  }
}
section.makes ul li img {
  border: 1px solid #d9d9d9;
  display: block;
  padding: 10px;
  position: relative;
  width: 100%;
  z-index: 1;
}

div#ReviewsWidget {
  margin-bottom: 150px;
  margin-top: 50px;
}

section.newsletter {
  background: #F4F4F4;
  clear: both;
  display: flex;
  margin-bottom: 60px;
  margin-top: 60px;
  padding: 0px;
}
section.newsletter div.banner {
  color: #1a1a1a;
  font-size: 1.8em;
  margin: 20px 0px;
  padding: 20px 0px;
}
section.newsletter div.banner span {
  display: inline-block;
  width: 80%;
}
section.newsletter div.banner a.subscribe {
  background: black;
  color: white;
  display: inline-block;
  float: right;
  font-size: 0.8em;
  margin-top: -10px;
  padding: 10px;
  text-decoration: none;
  width: auto;
}
@media (max-width: 767px) {
  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 {
  background: #333333;
  color: white;
  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: 767px) {
  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: 767px) {
  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: 767px) {
  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: 25%;
  left: calc(50% - 580px);
  width: 25%;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
}
@media (max-width: 767px) {
  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: 767px) {
  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: 767px) {
  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: 767px) {
  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: 767px) {
  section.textblock {
    margin-bottom: 50px;
  }
}
section.textblock h2 {
  text-align: center;
  font-size: 2.6em !important;
  margin-bottom: 60px !important;
}
@media (max-width: 767px) {
  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: 767px) {
  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: 767px) {
  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: 767px) {
  section.textblockbackground div.text {
    width: 100%;
    height: auto;
    position: static;
  }
}
section.textblockbackground div.text h2 {
  font-size: 2.6em;
}
@media (max-width: 767px) {
  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: 767px) {
  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: 767px) {
  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: 767px) {
  section.textblockvideo div.text {
    width: 100%;
  }
}
section.textblockvideo div.text h2 {
  font-size: 2.6em;
}
@media (max-width: 767px) {
  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: 767px) {
  section.textblockvideo div.video {
    width: 100%;
    height: 200px;
  }
}

section.categories-photo {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  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: 767px) {
  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: 767px) {
  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: 768px) {
  section.categories-photo div.categories a {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.categories-photo div.categories a {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 1200px) {
  section.categories-photo div.categories a {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 768px) {
  section.categories-photo div.categories a {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  section.categories-photo div.categories a {
    margin-left: 4.1666666667%;
  }
}
@media (min-width: 1200px) {
  section.categories-photo div.categories a {
    margin-left: 4.1666666667%;
  }
}
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: 767px) {
  section.blockfaq {
    margin-bottom: 50px;
  }
}
section.blockfaq h2 {
  font-size: 2.6em !important;
  text-align: center;
  margin-bottom: 60px !important;
}
@media (max-width: 767px) {
  section.blockfaq h2 {
    font-size: 2em !important;
    margin-bottom: 30px !important;
  }
}
section.blockfaq div.items {
  width: 70%;
  margin: 0px auto;
}
@media (max-width: 767px) {
  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: 767px) {
  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: 767px) {
  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: 768px) {
  section.productcategory ul.product-overview li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.productcategory ul.product-overview li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  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: 767px) {
  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: 767px) {
  section.blog div.text {
    width: 100%;
  }
}
section.blog div.text h2 {
  font-size: 2.6em;
}
@media (max-width: 767px) {
  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: 768px) {
  section.blog div.items a {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.blog div.items a {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 1200px) {
  section.blog div.items a {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 768px) {
  section.blog div.items a {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  section.blog div.items a {
    margin-left: 4.1666666667%;
  }
}
@media (min-width: 1200px) {
  section.blog div.items a {
    margin-left: 4.1666666667%;
  }
}
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: 767px) {
  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: 767px) {
  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: 767px) {
  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: 768px) {
  section.categories-photo-text div.categories a,
section.categories-photo-text div.categories div.block {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.categories-photo-text div.categories a,
section.categories-photo-text div.categories div.block {
    float: left;
    width: 22.5%;
  }
}
@media (min-width: 1200px) {
  section.categories-photo-text div.categories a,
section.categories-photo-text div.categories div.block {
    float: left;
    width: 22.5%;
  }
}
@media (min-width: 768px) {
  section.categories-photo-text div.categories a,
section.categories-photo-text div.categories div.block {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  section.categories-photo-text div.categories a,
section.categories-photo-text div.categories div.block {
    margin-left: 2.5%;
  }
}
@media (min-width: 1200px) {
  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: 767px) {
  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: 767px) {
  section.textblockgallery div.text {
    width: 100%;
  }
}
section.textblockgallery div.text h2 {
  font-size: 2.6em;
}
@media (max-width: 767px) {
  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: 768px) {
  section.contact-form {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.contact-form {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  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: 768px) {
  section.contact-info {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.contact-info {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  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: 768px) {
  section.contact-info address {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  section.contact-info address {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  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 {
  border: 1px solid #e10404;
  color: #e10404;
  font-size: 1.2em;
  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: 768px) {
  section.contact-info div.contact-form {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.contact-info div.contact-form {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  section.contact-info div.contact-form {
    float: left;
    width: 66.6666666667%;
  }
}
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: 768px) {
  section.contact-info div.google-maps {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.contact-info div.google-maps {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  section.contact-info div.google-maps {
    float: left;
    width: 33.3333333333%;
  }
}
section.contact-info div.google-maps div.maps {
  background: #1a1a1a;
  float: left;
  height: 400px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  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: 768px) {
  section.content.search div.pageright {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.content.search div.pageright {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  section.content.search div.pageright {
    float: left;
    width: 83.3333333333%;
  }
}
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: 767px) {
  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: 767px) {
  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: 768px) and (max-width: 991px) {
  section.content.search nav.number-pages ul.sort {
    width: 230px;
  }
}
@media (max-width: 767px) {
  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: 768px) {
  section.search-product-overview div.question div.info {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  section.search-product-overview div.question div.info {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  section.search-product-overview div.question div.info {
    float: left;
    width: 66.6666666667%;
  }
}
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: 767px) {
  section.search-product-overview div.question figure {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.search-product-overview div.question figure {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.search-product-overview div.question figure {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  section.search-product-overview div.question figure {
    display: block;
  }
}
@media (min-width: 1400px) {
  section.search-product-overview div.question figure {
    display: block;
  }
}
@media (min-width: 768px) {
  section.search-product-overview div.question figure {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  section.search-product-overview div.question figure {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  section.search-product-overview div.question figure {
    float: left;
    width: 33.3333333333%;
  }
}
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 #e6e6e6;
  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 {
  margin: 40px auto;
  max-width: 1200px;
  overflow: hidden;
  width: 100%;
  background: #f3f3f3;
}
div.login-box h2 {
  font: 700 1.6em "Montserrat", Sans-serif !important;
  margin-bottom: 20px;
}
div.login-box div.wrap {
  box-sizing: border-box;
  float: left;
  margin-bottom: -100%;
  max-width: 33.33333%;
  padding: 40px;
  padding-bottom: 100%;
  width: 100%;
  border-right: 1px solid #d9d9d9;
}
@media (max-width: 990px) {
  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;
  color: #1a1a1a;
  font: 300 1.4em/22px "Montserrat", Sans-serif;
  height: 38px;
  padding: 8px 25px;
  width: 100%;
  border: 0;
  border-radius: 0;
}
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;
  left: 15px;
  position: absolute;
  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 {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #1a1a1a;
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  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;
  -webkit-appearance: none;
  background: #96c11f;
  border: 0;
  color: white;
  float: left;
  font: 300 1.6em "Montserrat", Sans-serif;
  height: 54px;
  line-height: 54px;
  margin-top: 0;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  width: 100%;
}
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;
  float: left;
  font-size: 1em;
  list-style: none;
  width: 100%;
}
section.faq ul.faq-overview > li div.collapse {
  background: #f2f2f2;
  display: none;
  float: left;
  padding: 2%;
  width: 100%;
}
@media (max-width: 767px) {
  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: 768px) {
  section.media ul.images li {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  section.media ul.images li {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  section.media ul.images li {
    float: left;
    width: 16.6666666667%;
  }
}
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: 767px) {
  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: 480px) and (max-width: 990px) {
  section.category-overview {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 479px) {
  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: 768px) {
  section.category-overview ul.category-overview li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  section.category-overview ul.category-overview li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  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: 992px) and (max-width: 1199px) {
  section.category-overview ul.category-overview li.hidden-li {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  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: 768px) {
  section.category-overview ul.category-overview-accessories li {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  section.category-overview ul.category-overview-accessories li {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  section.category-overview ul.category-overview-accessories li {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.category-overview ul.category-overview-accessories li.hidden-li {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  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: 768px) {
  ul.subcategorie-overview li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  ul.subcategorie-overview li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  ul.subcategorie-overview li {
    float: left;
    width: 33.3333333333%;
  }
}
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: 768px) {
  section.pageright {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.pageright {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  section.pageright {
    float: left;
    width: 83.3333333333%;
  }
}
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-align: center;
  text-decoration: none;
  text-indent: initial;
  text-transform: uppercase;
  width: 180px;
}
@media (max-width: 767px) {
  section.pageright a#showLeftFilters {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.pageright a#showLeftFilters {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.pageright a#showLeftFilters {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  section.pageright a#showLeftFilters {
    display: none;
  }
}
@media (min-width: 1400px) {
  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: 767px) {
  section.pageright a#showLeftFilters {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  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: 767px) {
  section.pageright nav.filter-block {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  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;
  list-style: none;
  margin-left: 2%;
  position: relative;
  width: 23%;
}
section.pageright nav.filter-block ul > li.sort {
  background: #f2f2f2;
}
section.pageright nav.filter-block ul > li > a {
  background: url("/images/css/arrow-filters.png") no-repeat 95% center;
  border: 1px solid #d9d9d9;
  color: #1a1a1a;
  display: block;
  font: 400 1.4em "Montserrat", Sans-serif;
  height: 30px;
  padding: 2%;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  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 {
  background: url("../images/css/icon-view.png") no-repeat left top;
  border: none;
  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 {
  background: url("../images/css/icon-view.png") no-repeat right top;
  border: none;
  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;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
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;
  float: left;
  height: 30px;
  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 {
  background: url("../images/css/checkbox.png") no-repeat left 4px;
  border: none;
  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 {
  background-image: url("../images/css/checkbox-hover.png");
  color: black;
  text-decoration: underline;
}
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;
  background: url("../images/css/checkbox.png") no-repeat left 4px;
  border: 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;
  padding: 0 0 0 13%;
  width: 94%;
  width: 87%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  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 {
  background-image: url("../images/css/checkbox-hover.png");
  text-decoration: underline;
}
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: 992px) and (max-width: 1199px) {
  section.pageright nav.number-pages a.showfilters {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  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: 767px) {
  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: 767px) {
  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: 767px) {
  section.pageright nav.number-pages ul.products-per-page {
    display: none;
  }
}
section.pageright nav.number-pages ul.products-per-page li {
  border: 0;
  border-bottom-width: 2px;
  line-height: 30px;
  margin-left: 10px;
  padding: 0;
}
section.pageright nav.number-pages ul.products-per-page li:first-child {
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  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;
  min-width: 30px;
  padding: 0 7px;
  text-align: center;
}
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 {
  border-bottom-color: #1a1a1a;
  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: 767px) {
  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: 767px) {
  section.pageright nav.number-pages ul.view li:first-child {
    display: block;
  }
}
@media (max-width: 767px) {
  section.pageright nav.number-pages ul.view {
    border-right: 0;
  }
}
section.pageright nav.number-pages ul.sort {
  float: right;
  width: 32%;
}
@media (min-width: 768px) and (max-width: 991px) {
  section.pageright nav.number-pages ul.sort {
    width: 230px;
  }
}
@media (max-width: 767px) {
  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;
  font-size: 10px;
  list-style: none;
  padding: 0;
  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 {
  background: url("/images/css/arrow-filters.png") no-repeat right center;
  border: 1px solid #d9d9d9;
  color: #1a1a1a;
  display: block;
  font-size: 1.5em;
  height: 35px;
  line-height: 33px;
  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;
  width: 100%;
  z-index: 2;
}
section.pageright nav.number-pages ul.sort > li ul li {
  border-left: 0;
  float: left;
  padding: 0;
  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;
  font-size: 1.1em;
  height: auto;
  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;
  margin-left: -10px;
  padding: 0 0 20px 0;
  width: 65%;
}
section.pageright nav.selectedfilters ul {
  float: none;
}
section.pageright nav.selectedfilters ul li {
  border: none;
  float: left;
  font: 200 1.6em "Montserrat", Sans-serif;
  list-style: none;
  margin-bottom: 5px;
  margin-right: 5px;
  padding-right: 0px;
}
section.pageright nav.selectedfilters ul li:first-child {
  font-weight: bold;
  padding-right: 10px;
  padding-top: 5px;
}
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-size: 0.95em;
  font-weight: 200;
}
section.pageright nav.selectedfilters ul li a span {
  border-left: 1px solid #d9d9d9;
  font-size: 0.9em;
  padding-bottom: 5px;
  padding-left: 10px;
}
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;
  font-size: 9px;
  margin-top: 40px;
  width: 100%;
}
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: 767px) {
  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: 768px) {
  section.pageright ul.subcategorie-overview li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  section.pageright ul.subcategorie-overview li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  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: 768px) {
  section.pageright ul.product-overview li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  section.pageright ul.product-overview li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  section.pageright ul.product-overview li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  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: 1400px) and (min-width: 1200px) {
  section.pageright ul.product-overview li {
    float: left;
    width: 33.3333333333%;
  }
}
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: 768px) {
  section.pageright ul.product-overview.list li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.pageright ul.product-overview.list li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  section.pageright ul.product-overview.list li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  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: 768px) {
  section.pageright.giftcard {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.pageright.giftcard {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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 {
  font-size: 9px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d9d9d9;
  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: 767px) {
  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: 768px) {
  section.category-text section.categorydesc figure {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  section.category-text section.categorydesc figure {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  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: 768px) {
  section.category-text section.categorydesc figure.banner {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.category-text section.categorydesc figure.banner {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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: 768px) {
  section.category-text section.categorydesc div.txt {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  section.category-text section.categorydesc div.txt {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  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: 768px) {
  section.category-text section.categorydesc div.txt.large {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.category-text section.categorydesc div.txt.large {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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] {
  background-position: 5% center !important;
  font-size: 1.4em;
}
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*/
  font-size: 9px;
  height: auto;
  list-style: none;
  margin-bottom: 20px;
  min-height: 0;
  position: relative;
}
@media (min-width: 768px) {
  ul.product-overview li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  ul.product-overview li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  ul.product-overview li {
    float: left;
    width: 33.3333333333%;
  }
}
ul.product-overview li a {
  transition: all 0.2s ease;
  color: #1a1a1a;
  display: block;
  /*overflow: hidden;*/
  position: relative;
  text-decoration: none;
  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-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  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;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  border: 1px solid #e6e6e6;
}
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;
  max-height: 52px;
  min-height: 0px;
  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 {
  color: #1a1a1a;
  float: left;
  font: 300 1.6em/22px "Montserrat", Sans-serif;
  height: 53px;
  letter-spacing: 0px;
  max-height: 49px;
  overflow: hidden;
  overflow: hidden;
  width: 100%;
  font: 300 1.6em/22px "Montserrat", Sans-serif;
}
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: #676767;
  float: left;
  font: 400 1.3em/1.2em "Montserrat", Sans-serif;
  margin-top: 5px;
  width: 100%;
}
ul.product-overview li a div.price {
  float: left;
  overflow: hidden;
  padding-top: 10px;
  position: static;
  width: 65%;
}
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 {
  color: #1a1a1a;
  display: block;
  font-size: 1.4em;
  font-weight: 400;
  text-decoration: none;
}
ul.product-overview li a div.price span {
  color: #343434;
  color: #999999;
  display: block;
  font: 400 1.4em/1em "Montserrat", Sans-serif;
  font-style: italic;
  padding-top: 5px;
  text-decoration: line-through;
  vertical-align: bottom;
}
@media (min-width: 768px) and (max-width: 991px) {
  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] {
  background-position: center !important;
  text-indent: -9999%;
  width: 40px !important;
}
ul.product-overview li span.label {
  background: #96c11f;
  border-bottom: 2px solid #666666;
  color: white;
  font: 700 1.4em "Montserrat", Sans-serif;
  letter-spacing: 1px;
  padding: 10px 20px;
  position: absolute;
  right: 5px;
  text-transform: uppercase;
  top: 15px;
  width: auto;
}
ul.product-overview li span.label:after {
  border-color: #666666 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 0;
  bottom: -6px;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}
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 {
  background: url(../images/css/icon-stock-warning.png) no-repeat left center;
  color: #ffa800;
}
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;
  margin-left: 10px;
  margin-top: 5px;
  padding-left: 10px;
  text-align: right;
}
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 {
  float: none;
  font-size: 1.5em;
  list-style: url(../images/css/icon-techinfo.png);
  margin: 5px 0px;
  width: 100%;
}
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 {
  cursor: pointer;
  display: inline-block;
  font-size: 1.5em;
  margin-left: 10px;
  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: 480px) and (max-width: 767px) {
  ul.product-overview.list li {
    width: 100% !important;
  }
}
ul.product-overview.list li a {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: middle;
  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: 479px) {
  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: 767px) {
  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: 767px) {
  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;
  border-bottom: 3px solid #749518;
  color: white;
  font: 700 1.4em "Montserrat", Sans-serif;
  height: 40px;
  line-height: 38px;
  margin-top: -15px;
  padding: 0 20px;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: 50%;
  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: 767px) {
  ul.product-overview.list li a span.readmore {
    float: left;
    margin-top: 30px;
    position: static;
    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-color: transparent #666 transparent transparent;
  border-width: 0 5px 5px 0;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  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: 768px) {
  section.giftcard-wrap {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  section.giftcard-wrap {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  section.giftcard-wrap {
    float: left;
    width: 66.6666666667%;
  }
}
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: 768px) {
  section.giftcard-wrap section.product-images {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.giftcard-wrap section.product-images {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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: 768px) {
  section.giftcard-wrap section.product-data {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.giftcard-wrap section.product-data {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  section.giftcard-wrap section.product-data {
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.giftcard-wrap div.mobile-giftcard {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.giftcard-wrap div.mobile-giftcard {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.giftcard-wrap div.mobile-giftcard {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  section.giftcard-wrap div.mobile-giftcard {
    display: none;
  }
}
@media (min-width: 1400px) {
  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: 768px) {
  section.product-images {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.product-images {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  section.product-images {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  section.product-images {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.product-images {
    margin-bottom: 20px;
  }
}
section.product-images section.slider-wrap {
  position: relative;
}
section.product-images section.slider-wrap span.label {
  background: #96c11f;
  border-bottom: 2px solid #666666;
  color: white;
  font: 700 1.4em "Montserrat", Sans-serif;
  left: -5px;
  letter-spacing: 1px;
  padding: 10px 20px;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
  width: auto;
}
section.product-images section.slider-wrap span.label:after {
  border-color: transparent #666666 transparent transparent;
  border-style: solid;
  border-width: 0 5px 5px 0;
  bottom: -6px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
section.product-images section.slider-wrap div.border-wrap {
  float: left;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-color: #e6e6e6;
}
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 {
  background: url("../images/css/icon-gallery.png") no-repeat 10px center;
  border: 1px solid #d9d9d9;
  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 {
  float: left;
  list-style: none;
  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: 767px) {
  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: 768px) {
  section.product-images ul.thumbs-small li {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  section.product-images ul.thumbs-small li {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  section.product-images ul.thumbs-small li {
    float: left;
    width: 16.6666666667%;
  }
}
section.product-images ul.thumbs-small li a {
  display: block;
  position: relative;
  border: 1px solid #d9d9d9;
  border-color: #e6e6e6;
  /*
                  &.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;
  left: 50%;
  margin: -16px 0 0 -16px;
  max-width: 32px;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 2;
}
section.product-images ul.thumbs-small li a span img {
  margin: 0 auto;
  max-width: 32px;
  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: 767px) {
  div.title.product {
    margin-top: 20px;
  }
}
div.title.product h1 {
  color: #1a1a1a;
  float: left;
  margin-bottom: 5px;
  margin-top: 10px;
  text-transform: uppercase;
  width: 80%;
  font-size: 2.5em;
}
@media (min-width: 768px) and (max-width: 991px) {
  div.title.product h1 {
    width: 75%;
  }
}
@media (max-width: 767px) {
  div.title.product h1 {
    width: 100%;
  }
}
div.title.product div.back-wrap {
  float: left;
  width: 20%;
}
@media (min-width: 768px) and (max-width: 991px) {
  div.title.product div.back-wrap {
    width: 25%;
  }
}
@media (max-width: 767px) {
  div.title.product div.back-wrap {
    width: 100%;
  }
}
div.title.product div.back-wrap a.back-overview {
  background: #f2f2f2;
  border-bottom: 3px solid #e6e6e6;
  color: #1a1a1a;
  float: right;
  font-size: 1.2em;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 30px;
  position: relative;
  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;
  border: 1px solid #1a1a1a;
  border-right: 0;
  border-top: 0;
  content: "";
  height: 8px;
  left: 15px;
  margin-top: -3px;
  position: absolute;
  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: #e6e6e6;
  border-bottom: 3px solid #d9d9d9;
}
div.title.product div.back-wrap a.back-overview:active {
  background: #d9d9d9;
  border-bottom: 1px solid #cccccc;
  height: 38px;
  margin-top: 2px;
}

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: 768px) {
  section.product-data {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.product-data {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  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: 767px) {
  section.product-data div.icons ul {
    padding-bottom: 0;
  }
}
section.product-data div.icons ul li {
  float: left;
  list-style: none;
  margin-bottom: 7px;
  margin-left: 7px;
}
section.product-data div.icons ul li img {
  max-width: 58px;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  section.product-data div.icons ul li img {
    max-width: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  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 {
  clear: both;
  padding-top: 10px;
}
@media (max-width: 767px) {
  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;
  display: block;
  font: 700 1.5em "Montserrat", Sans-serif;
  padding: 3px 0 3px 24px;
  /*&.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: 767px) {
  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-left: -24px;
  margin-top: 5px;
  padding-left: 15px;
}
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.3333333333px;
  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 {
  background: url(../images/css/icon-stock-warning.png) no-repeat left 2px;
  color: #ffa800;
}
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.3333333333px;
  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 {
  margin: 20px 0 0px 0;
  width: 100%;
  border-color: #e6e6e6;
}
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: 767px) {
  section.product-data div.product-info {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  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: 768px) and (max-width: 991px) {
  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;
  font-style: italic;
  text-decoration: line-through;
}
section.product-data div.product-info div.price small.price {
  color: #1a1a1a;
  font-size: 1.4em;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
section.product-data div.product-info div.price span.label {
  font: 400 0.8em "Montserrat", Sans-serif;
}
section.product-data div.product-info div.stock-delivery {
  float: right;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-top: 5px;
  width: 65%;
}
@media (max-width: 767px) {
  section.product-data div.product-info div.stock-delivery {
    clear: both;
    float: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 100%;
  }
}
section.product-data div.product-info div.stock-delivery strong.stock {
  background: url(../images/css/icon-stock-ok.png) no-repeat left center;
  color: #96c11f;
  float: right;
  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: 767px) {
  section.product-data div.product-info div.stock-delivery strong.stock {
    float: none;
    width: 100%;
  }
}
section.product-data div.product-info div.stock-delivery strong.stock.no-stock, section.product-data div.product-info div.stock-delivery strong.stock.warning {
  background: url(../images/css/icon-stock-warning.png) no-repeat left center;
  color: #ffa800;
}
section.product-data div.product-info div.stock-delivery span {
  border-left: 1px solid #d9d9d9;
  float: left;
  font: 400 1.4em "Montserrat", Sans-serif;
  margin-left: 10px;
  margin-top: 5px;
  padding-left: 10px;
  text-align: right;
}
section.product-data div.product-info div.stock-delivery span.display-none {
  display: none;
}
@media (max-width: 767px) {
  section.product-data div.mini-block-prod {
    padding-bottom: 10px;
  }
}
section.product-data div.configurator {
  border-top: 1px solid #d9d9d9;
}
section.product-data div.configurator strong.title {
  display: block;
  padding-bottom: 10px;
  font-size: 1.5em;
  font-weight: 800;
  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: 767px) {
  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 {
  margin-bottom: 0;
  padding-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: 767px) {
  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 {
  background: black;
  color: white;
}
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: 767px) {
  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: 767px) {
  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;
  float: left;
  font: 700 1.6em "Montserrat", Sans-serif;
  height: 40px;
  margin: 0;
  text-align: center;
  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 {
  color: #1a1a1a;
  text-decoration: none;
  font: 400 1.5em "Montserrat", Sans-serif;
}
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 {
  float: right;
  margin-top: 15px;
}
@media (max-width: 767px) {
  section.product-data ul.options {
    margin-top: 5px;
  }
}
section.product-data ul.options li {
  list-style: none;
}
section.product-data ul.options li a {
  color: #343434;
  font: 300 1.3em "Montserrat", Sans-serif;
  text-decoration: none;
}
section.product-data ul.options li a img {
  margin-right: 5px;
  vertical-align: middle;
  width: 15px;
}
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;
  margin-top: 10px;
  padding: 0;
  padding-left: 23px;
  width: 100%;
}
section.product-data ul.usp-product li:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  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: 768px) and (max-width: 991px) {
  div.box {
    margin: 15px 0 0 0;
  }
}
div.box.last {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 30px;
}
div.box ul {
  float: left;
  margin-left: -2%;
  width: 102%;
}
div.box ul.amount {
  margin: 20px 0;
  /* multiple prijs lijst vorm */
}
@media (min-width: 768px) and (max-width: 991px) {
  div.box ul.amount {
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  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 {
  background: white;
  border: 1px solid #d9d9d9;
  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: #e6e6e6;
}
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: 767px) {
  div.box ul.amount.spinner-wrap {
    width: 100%;
  }
}
div.box ul.amount.spinner-wrap li {
  display: inline-block;
  margin: 0;
  padding: 0 !important;
  text-align: left;
  vertical-align: middle;
  width: 80%;
}
div.box ul.amount.spinner-wrap li strong {
  display: inline-block;
  padding-top: 12px;
}
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: 767px) {
  div.box ul.amount.pricelist li h3 {
    margin-bottom: 10px;
    width: 35%;
  }
}
div.box ul.amount.pricelist li strong.price {
  color: #5c9c00;
  float: right;
  font: 700 1.4em "Montserrat", Sans-serif;
  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 {
  border: 0;
  color: #1a1a1a;
  float: left;
  font: 200 1.4em "Montserrat", Sans-serif;
  height: auto;
  margin-top: 10px;
  text-align: left;
  text-decoration: underline;
  width: 100%;
}
div.box ul.optionseries li {
  float: left;
  list-style: none;
  margin-bottom: 2%;
  position: relative;
  margin-left: 6px;
  /*&:first-child {
    margin-bottom: 5px;
    width: 100%;

    strong {
      font: 700 1.4em $normal;
    }
  }*/
}
div.box ul.optionseries li.label small {
  color: #999;
  font-size: 0.9em;
  font-style: italic;
  padding-left: 5px;
}
div.box ul.optionseries li.label small a {
  display: none;
}
@media (max-width: 767px) {
  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 {
  height: 30px;
  text-indent: 0px;
  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 {
  background: #a6a6a6;
  border: 2px solid #5a5a5a;
  color: black;
}
div.box ul.optionseries li.active:after {
  background: url(/images/css/selected-option.png) no-repeat;
  bottom: -5px;
  content: "";
  display: block;
  height: 26px;
  position: absolute;
  right: -5px;
  width: 26px;
}
div.box span.notAvailable {
  color: #e10404;
}
div.box h3.alternative {
  font: 600 1.5em "Montserrat", Sans-serif;
  padding: 5px 0;
}
@media (max-width: 767px) {
  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: 767px) {
  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: 767px) {
  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: 767px) {
  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 {
  font-size: 1.4em;
  height: auto;
}
@media (max-width: 767px) {
  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: 767px) {
  div.box div.alternatives ul.product-overview li a div.wrap div.price {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  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 {
  display: block;
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}
div.box form.form-add-to-cart div.measurements em {
  display: inline-block;
  font-size: 1.2em;
  font-weight: normal;
  padding-top: 5px;
}
div.box form.form-add-to-cart div.measurements ul li {
  float: left;
  font-size: 1.2em;
  line-height: 3.2em;
  list-style: none;
  padding-left: 10px;
  padding-right: 5px;
}
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: 990px) {
  .add-to-cart {
    width: 100%;
  }
}
.add-to-cart.spinner-btn {
  float: left;
  margin-top: 10px;
  width: 200px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .add-to-cart.spinner-btn {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .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;
  height: 48px;
  margin-top: 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .add-to-cart.spinner-btn:active {
    margin-top: 2px;
  }
}

a.link-button {
  background: #96c11f;
  color: white;
  display: inline-block;
  font: 700 1.6em "Montserrat", Sans-serif;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}
a.link-button:hover, a.link-button:focus {
  background-color: #8fb81e;
}

section.quality,
section.reviews {
  margin-bottom: 30px;
}
section.quality.reviews,
section.reviews.reviews {
  margin-top: 30px;
}
section.quality h2,
section.reviews h2 {
  color: #96c11f;
  font: 700 2em "Montserrat", Sans-serif;
  margin-bottom: 10px;
  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 {
  display: block;
  font-size: 1.5em;
  font-weight: 800;
  margin-top: 20px;
  text-transform: uppercase;
}
div.print-options ul.extra-linked,
div.surface-options ul.extra-linked {
  display: none;
  margin-top: 20px;
}
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: 767px) {
  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: 768px) and (max-width: 991px) {
  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: 992px) and (max-width: 1199px) {
  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;
  font-size: 1.5em;
  padding-left: 25px;
  position: relative;
  text-align: left;
  width: 100%;
}
@media (max-width: 767px) {
  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: 768px) and (max-width: 991px) {
  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: 992px) and (max-width: 1199px) {
  div.print-options ul.extra-linked > li div.title h2,
div.surface-options ul.extra-linked > li div.title h2 {
    font-size: 2em;
    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;
  color: white;
  content: "+";
  font-weight: 600;
  height: 20px;
  left: 0;
  line-height: 17px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
div.print-options ul.extra-linked > li div.title strong,
div.surface-options ul.extra-linked > li div.title strong {
  color: #5c9c00;
  display: block;
  font: 700 1.7em "Montserrat", Sans-serif;
  padding-left: 25px;
  padding-top: 5px;
  text-align: left;
  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-size: 0.8em;
  font-weight: normal;
  padding-left: 13px;
  padding-top: 2px;
}
div.print-options ul.extra-linked > li div.product-info,
div.surface-options ul.extra-linked > li div.product-info {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  width: 58%;
}
@media (max-width: 767px) {
  div.print-options ul.extra-linked > li div.product-info,
div.surface-options ul.extra-linked > li div.product-info {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.print-options ul.extra-linked > li div.product-info,
div.surface-options ul.extra-linked > li div.product-info {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.print-options ul.extra-linked > li div.product-info,
div.surface-options ul.extra-linked > li div.product-info {
    margin-bottom: 10px;
    margin-top: 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;
  margin-right: 4%;
  vertical-align: middle;
  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;
  display: inline-block;
  float: none;
  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;
  height: 60px;
  padding-right: 10px;
  width: 60px;
}
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;
  line-height: 20px;
  padding: 5 10px;
}
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 {
  display: block;
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
}
section.offsetprices div.aantal nav.sets {
  background: white;
  background: white;
  border: 1px solid #d9d9d9;
  padding: 0px 5px;
}
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;
  font-size: 1.4em;
  padding: 0px;
  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 {
  background: #f2f2f2;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-top: 1px dotted #d9d9d9;
  clear: both;
  float: left;
  font-style: italic;
  height: 30px;
  line-height: 2em;
  text-align: center;
  width: 20%;
}
section.offsetprices div.aantal nav.sets ul li a strong {
  border-top: 1px dotted #f2f2f2;
  float: left;
  font: 600 1.1em/2.7em "Montserrat", Sans-serif;
  height: 30px;
  line-height: 2em;
  padding-left: 15px;
  width: 80%;
}
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 {
  list-style: none;
  padding: 5px 0px;
}
div.navigation-prdt ul li > a {
  position: relative;
  color: #1a1a1a;
  font-size: 1.6em;
  padding-left: 20px;
  text-decoration: none;
}
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.3333333333px;
  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 {
  float: left;
  width: 57%;
}
div.left.full {
  width: 100%;
}
@media (max-width: 767px) {
  div.left {
    width: 100%;
  }
}

div.right {
  float: right;
  width: 43%;
}
@media (max-width: 767px) {
  div.right {
    width: 100%;
  }
}

ul.showroom-stock-overview {
  transition: all 0.2s ease;
  display: block;
  font-size: 1.4em;
  margin: 0 !important;
  max-height: 0;
  overflow: hidden;
  width: 100%;
}
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 {
  margin: 10px 0px 20px !important;
  max-height: 100%;
  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 {
  font-size: 1.4em;
  line-height: 1.3;
}

a.outofstock {
  background: #666;
  color: #fff;
  display: inline-block;
  font-size: 1.6em;
  margin: 10px 0;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  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-position: center center;
  background-repeat: no-repeat;
  background-size: 21px;
  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 {
  background: #5c9c00;
  color: white;
  font-size: 1.5em;
  margin-top: 5px;
}

/* TABS *******************************************************************/
div.tab-container {
  float: left;
  padding: 50px 0 40px 0;
  width: 100%;
}
div.tab-container h2.extra {
  color: #96c11f;
  font: 700 2em "Montserrat", Sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
div.tab-container ul.tabs {
  border-bottom: 1px solid #e6e6e6;
  float: left;
  height: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  div.tab-container ul.tabs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.tab-container ul.tabs {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.tab-container ul.tabs {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  div.tab-container ul.tabs {
    display: block;
  }
}
@media (min-width: 1400px) {
  div.tab-container ul.tabs {
    display: block;
  }
}
div.tab-container ul.tabs li {
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  float: left;
  height: 40px;
  list-style: none;
  margin-right: 5px;
  padding: 8px 20px 0 20px;
  /*&: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: 767px) {
  div.tab-container ul.tabs li.extra {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.tab-container ul.tabs li.extra {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.tab-container ul.tabs li.extra {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  div.tab-container ul.tabs li.extra {
    display: none;
  }
}
@media (min-width: 1400px) {
  div.tab-container ul.tabs li.extra {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  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;
  height: 22px;
  margin-top: 3px;
}
div.tab-container ul.tabs li span {
  display: inline-block;
  font: 400 1.5em/25px "Montserrat", Sans-serif;
  height: 25px;
  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;
  padding: 15px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  div.tab-container h2.resp-accordion {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.tab-container h2.resp-accordion {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.tab-container h2.resp-accordion {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  div.tab-container h2.resp-accordion {
    display: none;
  }
}
@media (min-width: 1400px) {
  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 {
  background: #1a1a1a;
  content: "";
  display: block;
  height: 1.5px;
  position: absolute;
  right: 10px;
  top: 23px;
  -ms-transform: rotate(45deg);
  transition: all 0.2s ease;
  transform: rotate(45deg);
  width: 10px;
}
div.tab-container h2.resp-accordion:after {
  background: #1a1a1a;
  content: "";
  display: block;
  height: 1.5px;
  position: absolute;
  right: 10px;
  top: 29px;
  -ms-transform: rotate(-45deg);
  transition: all 0.2s ease;
  transform: rotate(-45deg);
  width: 10px;
}
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 {
  background: white;
  border: 1px solid #d9d9d9;
  border-top: 0;
  float: left;
  padding: 10px 40px;
  width: 100%;
}
@media (max-width: 767px) {
  div.tab-container section.resp-tabs-container {
    border: 0;
    border-top: 1px solid #d9d9d9;
    float: left;
    padding: 0;
  }
}
div.tab-container section.resp-tabs-container section.relatedproducts ul.product-overview li div.wrap {
  height: 200px;
  max-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: 767px) {
  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: 767px) {
  div.tab-container section.resp-tab-content {
    border-top: 1px solid #d9d9d9;
    padding-bottom: 20px;
    padding-top: 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 #e6e6e6;
  color: #1a1a1a;
  float: left;
  font: 700 1.3em "Montserrat", Sans-serif;
  margin-top: 20px;
  padding: 10px 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 {
  border-bottom-width: 1px;
  margin-top: 22px;
}
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: 767px) {
  div.tab-container section.resp-tab-content ul.techinfo strong {
    width: 40%;
  }
}
div.tab-container section.resp-tab-content ul.techinfo span {
  background: white;
  font-size: 1.1em;
  font-weight: 200;
  line-height: 22px;
  padding: 20px 20px 20px 25px;
  width: 75%;
}
@media (max-width: 767px) {
  div.tab-container section.resp-tab-content ul.techinfo span {
    width: 60%;
  }
}

@media (max-width: 767px) {
  section.relatedproducts-notmobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.relatedproducts-notmobile {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.relatedproducts-notmobile {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  section.relatedproducts-notmobile {
    display: block;
  }
}
@media (min-width: 1400px) {
  section.relatedproducts-notmobile {
    display: block;
  }
}
section.relatedproducts-notmobile h2.extra {
  color: #96c11f;
  font: 700 1.8em "Montserrat", Sans-serif;
  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 {
  color: #96c11f;
  font: 700 1.8em "Montserrat", Sans-serif;
  text-transform: uppercase;
}
section.references ul.references {
  margin-bottom: 20px;
  margin-top: 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;
  margin: 1%;
  min-height: 275px;
  padding: 20px;
  text-align: center;
  width: 279px;
}
@media (min-width: 768px) {
  section.references ul.references li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  section.references ul.references li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  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: 768px) {
  section.product-extra {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.product-extra {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  section.product-extra {
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  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;
  list-style: none;
  padding: 5px 0;
  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: 767px) {
  section.product-extra ul.techinfo li strong {
    width: 100%;
  }
}
section.product-extra ul.techinfo li span {
  float: left;
  width: 90%;
}
@media (max-width: 767px) {
  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;
  margin: 0;
  padding: 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.6666666667%;
  position: relative;
  /* Prevent columns from 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: 768px) {
  section.product-extra ul.overview-sets-link li ul.overview li {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  section.product-extra ul.overview-sets-link li ul.overview li {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  section.product-extra ul.overview-sets-link li ul.overview li {
    float: left;
    width: 16.6666666667%;
  }
}
section.product-extra ul.overview-sets-link li ul.overview li.buy-set {
  bottom: 0px;
  position: absolute;
  right: 0px;
  width: 240px;
}
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 {
  color: #96c11f;
  font-size: 1.8em;
  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: 768px) and (max-width: 991px) {
  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 {
  color: #1a1a1a;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
}
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 {
  background-position: center;
  float: right;
  font-size: 1em;
  text-indent: -9999em;
  width: 50px;
}
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;
  margin: 0;
  padding: 5px;
  width: 100%;
}
section.product-extra ul.overview-sets-link li ul.overview li div.set-configurator div.box ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
section.product-extra ul.overview-sets-link li ul.overview li div.set-configurator div.box ul li {
  float: left;
  margin: 0 2px 2px 0;
  padding: 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 {
  border: 1px solid #d9d9d9;
  display: block;
  width: 100%;
}
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;
  font: 700 1.4em/1.4em "Montserrat", Sans-serif;
  height: 20px;
  left: -10px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 20px;
}
@media (max-width: 767px) {
  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: 768px) and (max-width: 991px) {
  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-size: 0.8em;
  font-weight: normal;
}
section.product-extra ul.overview-sets-link li strong.stock {
  color: white;
  float: left;
  font: 400 1.2em "Montserrat", Sans-serif;
  margin-top: 15px;
  padding: 5px 10px;
}
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 #e6e6e6;
  color: #1a1a1a;
  float: left;
  font: 700 1.4em "Montserrat", Sans-serif;
  margin-top: 20px;
  padding: 5px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
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: 1200px) and (max-width: 1499px) {
  section.product-extra ul.overview-sets-link li.price-info, section.product-extra ul.overview-sets-link li.link {
    display: none;
  }
}
@media (min-width: 1400px) {
  section.product-extra ul.overview-sets-link li.price-info, section.product-extra ul.overview-sets-link li.link {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  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-bottom: 30px;
  margin-top: 30px;
  width: 100%;
  /* techinfo */
}
@media (max-width: 767px) {
  section.data-extra {
    padding-bottom: 40px;
  }
}
section.data-extra h2 {
  color: #96c11f;
  font: 700 1.8em "Montserrat", Sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}
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;
  list-style: none;
  padding: 5px;
  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;
  font-weight: 400;
  width: 50%;
}
@media (max-width: 767px) {
  section.data-extra ul.techinfo li strong {
    width: 100%;
  }
}
section.data-extra ul.techinfo li span {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  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: 767px) {
  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: 767px) {
  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: 767px) {
  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: 768px) {
  section.reseller div.reseller-map {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.reseller div.reseller-map {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  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: 992px) {
  section.reseller div.reseller-map.fullsize {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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: 768px) {
  section.reseller div.reseller-banner {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.reseller div.reseller-banner {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  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: 767px) {
  div.google-maps-large {
    min-height: 280px;
    max-height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.google-maps-large {
    min-height: 340px;
    max-height: 340px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  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: 768px) {
  ul.find-result {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  ul.find-result {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  ul.find-result {
    float: left;
    width: 25%;
  }
}
ul.find-result:nth-child(4n+1) {
  clear: both;
}
@media (max-width: 767px) {
  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: 767px) and (max-width: 479px) {
  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: 768px) and (max-width: 991px) {
  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: 767px) {
  nav.pager {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 990px) {
  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: 767px) {
  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: 767px) {
  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: 768px) and (max-width: 991px) {
  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: 768px) {
  nav.social-media ul {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  nav.social-media ul {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  nav.social-media ul {
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  nav.social-media ul {
    padding-bottom: 20px;
  }
}
nav.social-media ul li {
  float: left;
  list-style: none;
  padding: 0 10px;
}
@media (max-width: 767px) {
  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: 768px) {
  ul.usp li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  ul.usp li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  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: 990px) {
  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: 767px) {
  section.configurator-filters-container div.filter > ul > li {
    width: 50%;
  }
}
@media (max-width: 479px) {
  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: 990px) {
  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: 1200px) {
  section.container.configurator-product-page section.product-images {
    float: left;
    width: 41.6666666667%;
  }
}
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: 1200px) {
  section.container.configurator-product-page section.product-data {
    float: left;
    width: 33.3333333333%;
  }
}
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: 1200px) {
  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: 992px) and (max-width: 1199px) {
  ul.form li label {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.form li label {
    width: 100%;
  }
}
@media (max-width: 767px) {
  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] {
  -webkit-appearance: none;
  border: 1px solid #d9d9d9;
  color: #1a1a1a;
  float: left;
  font: 400 1.5em/2em "Montserrat", Sans-serif;
  height: 35px;
  padding: 0 5px;
  width: 300px;
}
@media (min-width: 768px) and (max-width: 991px) {
  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: 767px) {
  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: 768px) and (max-width: 991px) {
  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: 767px) {
  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: 768px) and (max-width: 991px) {
  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: 767px) {
  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: #e6e6e6;
  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 {
  background: url(../images/css/icon-error.png) no-repeat 97% center;
  border-color: #e10404;
}
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] {
  -webkit-appearance: none;
  background: #96c11f;
  border: 0;
  color: white;
  font: 600 1.4em "Montserrat", Sans-serif;
  height: 40px;
  margin-top: 10px;
  padding: 0 20px;
  text-transform: uppercase;
}
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 {
  -webkit-appearance: none;
  border: 1px solid #d9d9d9;
  color: #1a1a1a;
  float: left;
  font: 400 1.5em/2em "Montserrat", Sans-serif;
  padding: 5px;
  width: 300px;
}
ul.form li textarea:focus {
  border-color: black;
  color: black;
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.form li textarea {
    width: 100%;
  }
}
@media (max-width: 767px) {
  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;
  height: 35px;
  padding: 5px;
  width: 220px;
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.form li select {
    width: 100%;
  }
}
@media (max-width: 767px) {
  ul.form li select {
    width: 100%;
  }
}
ul.form.buttons {
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
  padding-top: 10px;
}
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: #e6e6e6;
  color: #1a1a1a;
  float: left;
  font: 400 1.2em "Montserrat", Sans-serif;
  height: 29px;
  line-height: 29px;
  /* hoogte blok */
  margin-top: 10px;
  padding: 0 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: 767px) {
  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] {
    margin-top: 0;
    text-align: center;
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  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] {
    margin-top: 0;
    text-align: center;
    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 {
  min-width: 200px;
  padding-right: 10px;
  text-align: right;
}
ul.form.forgot-pas li label.error {
  float: left;
  padding-left: 200px;
  text-align: left;
  width: 100%;
}
@media (max-width: 767px) {
  ul.form.forgot-pas li label.error {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  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: 768px) and (max-width: 991px) {
  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 {
  font-weight: 400;
  margin-right: 15px;
  padding-top: 2px;
  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: 768px) and (max-width: 991px) {
  ul.form.login-radio li ul.radio li input[type=password] {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  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;
  float: left;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 15px 15px 10px 15px;
  width: 100%;
}
@media (max-width: 767px) {
  ul.form.transportinput {
    background: #f2f2f2;
  }
}

ul.info.pickup {
  border: 1px solid #d9d9d9;
  float: left;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 15px 15px 10px 15px;
  width: 100%;
}
@media (max-width: 767px) {
  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: 767px) {
  div.cart-box ul.form {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  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: 768px) and (max-width: 991px) {
  div.cart-box ul.form li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  div.cart-box ul.form li {
    width: 100%;
  }
}
div.cart-box ul.form li label {
  width: 200px;
}
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;
  min-width: 0;
  padding-right: 15px;
  padding-top: 0;
  width: auto;
}
div.cart-box ul.form li.choose label:first-child {
  font-weight: 700;
  padding-right: 0;
  width: 210px;
}
@media (min-width: 768px) and (max-width: 991px) {
  div.cart-box ul.form li.choose label:first-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  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 {
  background: white;
  display: none;
  font-size: 1.4em;
  font-weight: bold;
  height: 700px;
  opacity: 0.9;
  padding-top: 135px;
  position: absolute;
  text-align: center;
  top: 235px;
  width: 882px;
}
section.content.register div.loader img {
  vertical-align: top;
}
section.content.register ul.form {
  float: left;
  width: 75%;
}
@media (min-width: 768px) and (max-width: 991px) {
  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: 767px) {
  section.content.register ul.form {
    width: 100%;
  }
}
section.content.register ul.form.password-container li {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  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: 767px) {
  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: 992px) and (max-width: 1199px) {
  section.content.register ul.form li label {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.content.register ul.form li label {
    width: 100%;
  }
}
@media (max-width: 767px) {
  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 {
  min-width: 0;
  padding-left: 0px;
  padding-right: 20px;
  width: auto;
}
section.content.register ul.form li.choose label:first-child {
  padding-left: 0;
  width: 250px;
}
@media (max-width: 767px) {
  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 {
  background: url(../images/css/icheck.png) no-repeat;
  border: none;
  cursor: pointer;
  float: left;
  height: 17px;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  vertical-align: middle;
  width: 17px;
}
@media (max-width: 767px) {
  .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 {
  background: #ffe5e5;
  border: 1px solid #e10404;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  float: left;
  margin: 20px 0 10px 0;
  padding: 2%;
  width: 75%;
}
@media (min-width: 768px) and (max-width: 991px) {
  div.error-block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  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 {
  float: left;
  margin-top: 30px;
  width: 100%;
  border: 1px solid #d9d9d9;
}
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: 992px) {
  section.cart-table table.cart,
section.cart-table-pay table.cart {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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 {
  text-align: center;
  background: #f2f2f2;
  font: 700 1.5em "Montserrat", Sans-serif;
  padding: 10px 20px;
}
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 {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
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;
  margin-top: 10px;
  padding-left: 15px;
  text-decoration: underline;
  width: auto;
}
@media (max-width: 767px) {
  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: 768px) and (max-width: 991px) {
  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: 992px) and (max-width: 1199px) {
  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: 1200px) and (max-width: 1499px) {
  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: 1400px) {
  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;
  line-height: 0;
  margin: 0 10px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  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 {
  background: #999999;
  content: "";
  display: block;
  height: 1px;
  left: 4px;
  position: absolute;
  top: 11px;
  transform: rotate(45deg);
  width: 15px;
}
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;
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-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;
  color: #1a1a1a;
  display: inline-block;
  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: 767px) {
  section.cart-table table.cart tr td span.first,
section.cart-table-pay table.cart tr td span.first {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.cart-table table.cart tr td span.first,
section.cart-table-pay table.cart tr td span.first {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.cart-table table.cart tr td span.first,
section.cart-table-pay table.cart tr td span.first {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  section.cart-table table.cart tr td span.first,
section.cart-table-pay table.cart tr td span.first {
    display: none;
  }
}
@media (min-width: 1400px) {
  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 {
  max-width: 40px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  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;
  max-width: 150px;
  padding-right: 0;
  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: 768px) and (max-width: 991px) {
  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 {
  float: left;
  font: 300 1.3em "Montserrat", Sans-serif;
  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 #e6e6e6;
  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: 767px) {
  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: 767px) {
  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: 768px) {
  section.cart-extra section.address-info {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  section.cart-extra section.address-info {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  section.cart-extra section.address-info {
    float: left;
    width: 33.3333333333%;
  }
}
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: 768px) {
  section.cart-extra section.discount {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  section.cart-extra section.discount {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  section.cart-extra section.discount {
    float: left;
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  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: 768px) {
  section.cart-extra section.total-table {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  section.cart-extra section.total-table {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  section.cart-extra section.total-table {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  section.cart-extra section.total-table {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  section.cart-extra section.total-table {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  section.cart-extra section.total-table {
    margin-left: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  section.cart-extra div.wrap {
    border: 1px solid #d9d9d9;
    float: left;
    padding: 2%;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  section.cart-extra div.wrap {
    float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 2%;
  }
}

/* TOTAAL TABEL */
section.total-table-wrap {
  float: left;
  width: 100%;
  border: 1px solid #d9d9d9;
}

table.total {
  float: left;
  width: 100%;
}
table.total tr.orange td {
  color: orange;
}
table.total tr td {
  font: 400 1.5em "Montserrat", Sans-serif;
  padding: 10px 0;
  text-align: right;
  vertical-align: middle;
  width: 25%;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  table.total tr td {
    padding: 10px;
  }
}
@media (max-width: 479px) {
  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: 767px) {
  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 {
  border-color: transparent #e4f4b8 transparent transparent;
  border-style: solid;
  border-width: 8px;
  content: " ";
  margin-top: 0;
  position: absolute;
  right: 100%;
  /* To the left of the tooltip */
  top: 30px;
}
@media (max-width: 767px) {
  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;
  height: 40px;
  padding: 0 15px;
  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: 768px) {
  aside.cart-left {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  aside.cart-left {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  aside.cart-left {
    float: left;
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  aside.cart-left {
    display: none;
  }
}
aside.cart-left h3 {
  border-bottom: 1px solid #d9d9d9;
  border-top: 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;
  margin-left: 10px;
  padding: 5px;
  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;
  font-size: 9px;
  margin-top: 25px;
  padding: 15px;
  width: 100%;
}
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 {
  border-bottom: 0;
  color: black;
  background: #f2f2f2;
}
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 {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
}
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: 768px) {
  section.cart-right {
    float: left;
    width: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  section.cart-right {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  section.cart-right {
    float: left;
    width: 66.6666666667%;
  }
}
section.cart-right div.block {
  float: left;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}
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;
  color: #1a1a1a;
}
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;
  margin-bottom: 0;
  padding-bottom: 10px;
  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;
  margin-left: 10px;
  padding: 5px;
  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-bottom: 20px;
  padding-top: 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: 767px) {
  section.cart-right div.wrap {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 990px) {
  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: 990px) {
  section.cart-right div.login-box div.login-wrap {
    width: 100%;
  }
}
section.cart-right div.login-box div.login-wrap div.wrap {
  max-width: 100%;
  background: #f7f7f7;
  border-right: 1px solid #d9d9d9;
}
@media (max-width: 990px) {
  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: 990px) {
  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: 990px) {
  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: 990px) {
  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: 1200px) {
  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 {
  background: white;
  display: none;
  font-size: 1.4em;
  font-weight: bold;
  height: 700px;
  opacity: 0.9;
  padding-top: 135px;
  position: absolute;
  text-align: center;
  top: 135px;
  width: 650px;
}
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;
  margin: 10px 0 20px 0;
  padding: 5px 20px;
  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: 1200px) {
  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: 767px) {
  div.account-info.overview {
    float: left;
    margin-top: 25px;
    width: 100%;
  }
}
div.account-info.overview.first {
  border: none;
}
@media (max-width: 767px) {
  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;
  font-size: 1.1em !important;
  margin-bottom: 0;
  padding: 8px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0px;
  border-right: 0;
}
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: 768px) {
  div.account-info ul.info {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  div.account-info ul.info {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  div.account-info ul.info {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  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;
  font-size: 9px;
  width: 100%;
}
ul.choose-delivery > li {
  float: left;
  font: 400 1.6em "Montserrat", Sans-serif;
  list-style: none;
  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: 767px) {
  ul.choose-delivery > li label {
    width: 80%;
  }
}
ul.choose-delivery > li select {
  border: 1px solid #d9d9d9;
  color: #1a1a1a;
  font: 400 1em "Montserrat", Sans-serif;
  height: 35px;
  margin: 5px 0px;
  padding: 5px;
  width: auto;
}
@media (max-width: 767px) {
  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;
  float: left;
  font: 700 1.3em "Montserrat", Sans-serif;
  margin: 0 0 10px 0;
  padding: 10px 0;
  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-bottom: 25px;
  margin-top: 0;
}

/* STAP 4 */
section.remarks {
  background: #f2f2f2;
  float: left;
  padding: 3%;
  width: 100%;
}
section.remarks textarea {
  border: 1px solid #d9d9d9;
  font: 400 1.6em "Montserrat", Sans-serif;
  padding: 2%;
  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: 768px) {
  section.order-info {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.order-info {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  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: 768px) {
  section.share-order {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.share-order {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  section.share-order {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.share-order {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  section.share-order {
    border-top: 1px solid #d9d9d9;
    margin-top: 30px;
    padding-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: 768px) and (max-width: 991px) {
  section.share-order ul li:first-child {
    padding-top: 15px;
  }
}
section.share-order ul li img {
  float: left;
  width: 10%;
}
@media (max-width: 767px) {
  section.share-order ul li img {
    width: 30%;
  }
}
section.share-order ul li div.right {
  float: right;
  width: 85%;
}
@media (max-width: 767px) {
  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: 767px) {
  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: 992px) {
  ul.order-steps li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  ul.order-steps li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  ul.order-steps li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  ul.order-steps li {
    border-top: 1px solid #d9d9d9;
    padding-bottom: 20px;
    padding-top: 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: 768px) {
  div.cart-empty {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  div.cart-empty {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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: 992px) {
  section.cart-wrap {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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: 992px) {
  section.cart-wrap.delivery-extra {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  section.cart-wrap.delivery-extra {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.cart-wrap.delivery-extra {
    margin-bottom: 30px;
  }
}
section.cart-wrap.delivery-extra section.cart-table {
  border-bottom: 0;
  margin: 0;
}
@media (max-width: 767px) {
  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: 992px) {
  section.cart-wrap.delivery-extra section.cart-table table.cart {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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: 767px) {
  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 {
  margin-bottom: 0;
  margin-top: 30px;
  background: #f7f7f7;
  padding: 2%;
}
@media (max-width: 767px) {
  section.cart-wrap.delivery-extra section.total-table-wrap {
    margin-bottom: 20px;
    padding: 0;
  }
}
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: 992px) {
  section.cart-wrap.delivery-extra section.total-table-wrap table.total {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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: 767px) {
  section.cart-wrap.delivery-extra section.total-table-wrap table.total tr#cart-transport td.price {
    min-width: 1px;
  }
}
@media (max-width: 479px) {
  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: 767px) {
  section.cart-wrap.delivery-extra section.total-table-wrap table.total tr#cart-transport td.price div.price {
    height: auto;
    line-height: 17px;
  }
}
section.cart-wrap.delivery-extra ul.form.buttons {
  border: 0;
  float: right;
  margin-top: 0px;
  padding-top: 10px;
}
@media (max-width: 479px) {
  section.cart-wrap.delivery-extra ul.form.buttons {
    width: 100%;
  }
}
@media (max-width: 767px) {
  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: 479px) {
  section.cart-wrap.delivery-extra ul.form.buttons li {
    float: right;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  section.cart-wrap.delivery-extra ul.form.buttons li {
    float: right;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  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: 479px) {
  section.cart-wrap.delivery-extra ul.form.buttons li:first-child {
    float: left;
  }
}
@media (max-width: 767px) {
  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;
  left: 0;
  position: absolute;
  top: 12px;
  transform: rotate(-45deg);
  width: 9px;
}
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: 479px) {
  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;
  height: 50px;
  padding: 0px 20px;
}
@media (max-width: 479px) {
  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 {
  border-bottom-width: 1px;
  margin-top: 11px;
}
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: 767px) {
  section.cart-wrap.detail {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.cart-wrap.detail {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.cart-wrap.detail {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  section.cart-wrap.detail {
    display: none;
  }
}
@media (min-width: 1400px) {
  section.cart-wrap.detail {
    display: none;
  }
}
section.cart-wrap.detail section.cart-table {
  margin-bottom: 20px;
  margin-top: 0;
}
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: 767px) {
  section.cart-wrap ul.accordion li {
    border-top: 0;
    padding: 0;
  }
}
section.cart-wrap ul.accordion li:first-child .acc-link {
  border-top: 1px solid #d9d9d9;
}
section.cart-wrap ul.accordion li .acc-link {
  color: #1a1a1a;
  cursor: pointer;
  display: block;
  float: left;
  font: 700 1.6em "Montserrat", Sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  padding: 25px;
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  border-top: 0;
}
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;
  line-height: 0;
  margin: 0 10px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  width: 25px;
}
section.cart-wrap ul.accordion li .acc-link span.icon:before, section.cart-wrap ul.accordion li .acc-link span.icon:after {
  background: #999999;
  content: "";
  display: block;
  height: 1px;
  left: 7px;
  position: absolute;
  top: 8px;
  transform: rotate(45deg);
  width: 10px;
}
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;*/
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  border-color: black;
}
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 .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: 767px) {
  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: 768px) and (max-width: 991px) {
  section.cart-wrap ul.accordion li .acc-content.related div div.product-box a.name {
    width: 40%;
  }
}
@media (max-width: 767px) {
  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: 768px) and (max-width: 991px) {
  section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.desc {
    display: none;
  }
}
@media (max-width: 767px) {
  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;
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  border-color: #e6e6e6;
  float: left;
  padding: 15px;
  width: 30%;
}
@media (min-width: 768px) and (max-width: 991px) {
  section.cart-wrap ul.accordion li .acc-content.related div div.product-box div.buy-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  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: 767px) {
  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 {
  background: url(../images/css/icon-stock-warning.png) no-repeat left center;
  color: #ffa800;
}
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;
  background: white;
  border: 1px solid #d9d9d9;
  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: #e6e6e6;
}
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: 992px) {
  section.cart-overview-right {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  section.cart-overview-right {
    float: left;
    width: 33.3333333333%;
  }
}
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: 767px) {
  /* 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 {
    left: -9999px;
    position: absolute;
    top: -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;*/
    text-align: center;
    vertical-align: middle;
    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;
    text-align: left;
    white-space: normal;
  }
  .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 {
    border-bottom: 1px solid #d9d9d9 !important;
    position: static;
  }
  .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 */
    font-weight: bold;
    /* Top/left values mimic padding */
    left: 6px;
    position: absolute;
    text-align: left;
    top: 6px;
    white-space: nowrap;
    width: 45%;
  }

  /*
  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: 767px) {
  section.total-table-wrap.mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.total-table-wrap.mobile {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.total-table-wrap.mobile {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  section.total-table-wrap.mobile {
    display: none;
  }
}
@media (min-width: 1400px) {
  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: 767px) {
  section.cart-popup div.product {
    width: 100%;
  }
}
section.cart-popup div.product div.image {
  float: left;
  margin-right: 20px;
  width: 150px;
}
section.cart-popup div.product div.image img {
  border: 1px solid #d9d9d9;
  display: block;
  width: 100%;
}
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: 768px) and (max-width: 991px) {
  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 {
  color: #1a1a1a;
  font-size: 1.4em;
  font-weight: 400;
  text-decoration: none;
}
section.cart-popup div.product div.price span.label {
  font: 400 0.8em "Montserrat", Sans-serif;
}
section.cart-popup div.cart {
  border-left: 1px solid #d9d9d9;
  float: right;
  padding-left: 3%;
  width: 47%;
}
@media (max-width: 767px) {
  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 {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  width: 100%;
}
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;
  font: 400 1.5em/50px "Montserrat", Sans-serif;
  margin-bottom: 5px;
  text-align: center;
  text-decoration: none;
  width: 48%;
}
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: #e6e6e6 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: #e6e6e6;
}
section.cart-popup div.cart a.btn:first-child:active {
  box-shadow: #cccccc 0 2px 0 0;
  background: #d9d9d9;
}
@media (max-width: 767px) {
  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: 768px) and (max-width: 991px) {
  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: 767px) {
  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: 767px) {
  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: 767px) {
  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: 767px) {
  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: 767px) {
  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: 768px) and (max-width: 991px) {
  table.payment-method tr td.coupon table tr td ul.discount li input[type=text] {
    width: 100px;
  }
}
@media (max-width: 767px) {
  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: 768px) and (max-width: 991px) {
  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: 767px) {
  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-bottom: 30px;
  margin-top: 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: 768px) {
  section.addressinfo ul {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  section.addressinfo ul {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  section.addressinfo ul {
    float: left;
    width: 50%;
  }
}
section.addressinfo ul li {
  float: left;
  font: 400 1.5em "Montserrat", Sans-serif;
  line-height: 1.6em;
  list-style: none;
  width: 100%;
}
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;
  margin: 25px 0 20px 0;
  padding: 5px 20px;
  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: 768px) {
  section.addressinfo.addressbook ul {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.addressinfo.addressbook ul {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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-bottom: 5px;
  padding-top: 0;
}
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;
  margin: 0 10px 0 0;
  padding: 5px 10px;
  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: 768px) {
  section.order section.cart-extra section.total-table {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  section.order section.cart-extra section.total-table {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 1200px) {
  section.order section.cart-extra section.total-table {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 768px) {
  section.order section.cart-extra section.total-table {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  section.order section.cart-extra section.total-table {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  section.order section.cart-extra section.total-table {
    margin-left: 8.3333333333%;
  }
}
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: 768px) {
  section.order section.cart-extra section.address-info {
    float: left;
    width: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  section.order section.cart-extra section.address-info {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  section.order section.cart-extra section.address-info {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  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: 768px) {
  section.order h1 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.order h1 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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: 768px) {
  section.order h2.title {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.order h2.title {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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: 767px) {
  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: 767px) {
  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: 768px) {
  section.order ul.order-info {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.order ul.order-info {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  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;
  list-style: none;
  padding: 0 15px;
}
section.order ul.order-info li.total {
  font-weight: 700;
}
@media (max-width: 767px) {
  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;
  -webkit-appearance: none;
  background: #96c11f;
  border: 0;
  border-bottom: 3px solid #749518;
  color: white;
  font: 600 1.2em "Montserrat", Sans-serif;
  padding: 5px 20px;
  position: absolute;
  right: 10px;
  text-decoration: none;
  text-transform: uppercase;
  top: -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: 768px) {
  ul.accordion-order {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  ul.accordion-order {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  ul.accordion-order {
    float: left;
    width: 100%;
  }
}
ul.accordion-order > li {
  float: left;
  list-style: none;
  width: 100%;
}
ul.accordion-order > li div.collapse-order {
  margin-bottom: 30px;
}
ul.accordion-order > li > h2 {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  float: left;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
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;
  -webkit-appearance: none;
  background: #96c11f;
  border: 0;
  border-bottom: 3px solid #749518;
  color: white;
  font: 600 1.4em "Montserrat", Sans-serif;
  padding: 5px 20px;
  position: absolute;
  right: 25px;
  text-decoration: none;
  text-transform: uppercase;
  top: 12px;
  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: 767px) {
  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 {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 40px;
  padding: 25px 20px;
}
footer section.text-bottom section.extradesc {
  border-top: 1px solid #f2f2f2;
  padding-top: 25px;
}
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: 768px) {
  footer section.text-bottom section.navigation div {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  footer section.text-bottom section.navigation div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  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: 768px) {
  footer section.top nav.navigation-footer {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  footer section.top nav.navigation-footer {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  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: 768px) {
  footer section.top nav.navigation-footer ul {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  footer section.top nav.navigation-footer ul {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  footer section.top nav.navigation-footer ul {
    float: left;
    width: 33.3333333333%;
  }
}
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 {
  background: #f2f2f2;
  padding: 30px 0px;
  position: relative;
  width: 100%;
}
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: 768px) {
  footer section.bottom-f section.customerservice {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  footer section.bottom-f section.customerservice {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  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: 768px) {
  footer section.bottom-f section.customerservice div {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  footer section.bottom-f section.customerservice div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  footer section.bottom-f section.customerservice div {
    float: left;
    width: 33.3333333333%;
  }
}
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 .awana-logo {
  position: relative;
  /* Prevent columns from 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: 768px) {
  footer section.bottom-f .awana-logo {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  footer section.bottom-f .awana-logo {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  footer section.bottom-f .awana-logo {
    float: left;
    width: 25%;
  }
}
footer section.bottom-f .awana-logo img {
  display: block;
  max-width: 175px;
  width: 100%;
}
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*/
  color: black;
  margin-left: 0;
  text-align: left;
}
@media (min-width: 768px) {
  footer section.bottom-f section.showroom {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  footer section.bottom-f section.showroom {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  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 {
  float: left;
  margin-top: 10px;
  width: 100%;
}
footer section.bottom-f section.showroom ul li {
  list-style: none;
  padding-left: 0;
}
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 {
  float: left;
  margin-bottom: 20px;
  width: 100%;
  color: black;
  font: 800 1.7em "Montserrat", Sans-serif;
  text-transform: uppercase;
}
footer ul li {
  float: left;
  font: 400 1.4em "Montserrat", Sans-serif;
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  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;
  color: white;
  display: inline-block;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px;
  width: auto;
}
footer ul li a.subscribe i {
  padding-right: 5px;
}
footer ul li a.subscribe:focus, footer ul li a.subscribe:hover {
  background: #9dca20;
  color: white;
  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: 767px) {
  footer section.bottom {
    margin: 0px;
  }
}
footer section.bottom section.service {
  background: url("/images/dummy/service.png") right bottom no-repeat;
  background-size: 230px;
  height: 240px;
  padding-right: 7%;
  padding-top: 100px;
}
@media (max-width: 767px) {
  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: 768px) {
  footer section.bottom section.service div {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  footer section.bottom section.service div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  footer section.bottom section.service div {
    float: left;
    width: 33.3333333333%;
  }
}
footer section.bottom section.service div i {
  font-size: 2.5em;
  padding-right: 15px;
  width: 40px;
}
footer section.bottom section.service div a {
  color: #1a1a1a;
  text-decoration: none;
}
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 {
  padding: 20px 0 30px 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
footer section.credits-wrap ul.paymentmethod {
  text-align: center;
}
footer section.credits-wrap ul.paymentmethod li {
  display: inline-block;
  float: none;
  margin-left: 8px;
  padding-left: 0;
  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;
  padding-top: 3px;
  vertical-align: middle;
  width: auto;
}
footer section.credits-wrap div.credits span.copy {
  display: inline-block;
  font: 400 1.4em/16px "Montserrat", Sans-serif;
  padding-top: 3px;
  vertical-align: middle;
  width: auto;
}
footer section.credits-wrap div.credits span.dm {
  border-color: #1a1a1a;
  border-left: 1px solid #d9d9d9;
  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%);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.15);
  left: 50%;
  position: fixed;
  top: 110%;
  width: 700px;
  z-index: 99;
}
@media (max-width: 767px) {
  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: 767px) {
  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.3333333333%;
  margin-bottom: 0;
}
@media (max-width: 479px) {
  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: 767px) {
  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;
  margin-top: 15px;
  padding: 10px 20px;
  text-decoration: none;
}
@media (max-width: 767px) {
  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;
  font: 600 1.2em "Montserrat", Sans-serif;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: fixed;
  text-align: center;
  top: 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, div.logo-footer svg {
  height: 80px;
}
div.logo-footer svg path {
  fill: #96c11f;
}

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

.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 {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1530px;
    width: 90%;
  }

  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;
  }
}
.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: 768px) {
  .col-4 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-4 {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .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: 768px) {
  .col-6 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .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: 768px) {
  .col-12 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .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: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
@media (max-width: 767px) {
  .slick-prev {
    left: -13px;
  }
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}
@media (max-width: 767px) {
  .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: "•";
  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: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.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: 0.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: 0.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: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.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: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.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: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.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 0.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: 0.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 {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.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: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.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: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.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: 0.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: 0.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;
}

/*! jQuery UI - v1.11.1 - 2014-09-02
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=highlight_soft&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=highlight_soft&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=flat&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.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;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  /*background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;*/
  background: white;
  color: #444444;
}

.ui-widget-content a {
  color: #444444;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  color: #444444;
  font-weight: bold;
}

.ui-widget-header a {
  color: #444444;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #dddddd;
  font-weight: bold;
  color: #0073ea;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #0073ea;
  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 #0073ea;
  font-weight: bold;
  color: #ffffff;
}

.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: #ffffff;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  font-weight: bold;
  color: #ff0084;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ff0084;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #cccccc;
  color: #444444;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #ff0084;
  color: #222222;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #222222;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #222222;
}

.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: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/css/ui-icons_ff0084_256x240.png");
}

/* positioning */
.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 is deprecated, use ui-icon-seek-start instead */
.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;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px;
}

/* Overlays */
.ui-widget-overlay {
  background: #eeeeee url("../images/css/ui-bg_flat_0_eeeeee_40x100.png") 50% 50% repeat-x;
  opacity: 0.8;
  filter: Alpha(Opacity=80);
  /* support: IE8 */
}

.ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: #aaaaaa url("../images/css/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.6;
  filter: Alpha(Opacity=60);
  /* support: IE8 */
  border-radius: 0px;
}

ul.ui-autocomplete {
  box-shadow: black 0px 2px 30px -16px;
  width: 355px;
}
ul.ui-autocomplete li.ui-menu-item {
  border-top: 1px solid #e6e6e6;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.ui-autocomplete li.ui-menu-item:first-child {
  border-top: 0;
}
ul.ui-autocomplete li.ui-menu-item a {
  background: none;
  border: 0;
  color: #1a1a1a;
  display: block;
  margin: 0;
  padding: 7px 10px;
  font-size: 1.4em;
  text-decoration: none;
}
ul.ui-autocomplete li.ui-menu-item a strong {
  color: #1a1a1a;
}
ul.ui-autocomplete li.ui-menu-item:hover a, ul.ui-autocomplete li.ui-menu-item:focus a {
  background: #96c11f;
  color: white;
}
ul.ui-autocomplete li.ui-menu-item:hover a strong, ul.ui-autocomplete li.ui-menu-item:focus a strong {
  color: white;
}

/*! 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*/
  }
}
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-conditioner:before {
  content: "\f8f4";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-alarm-exclamation:before {
  content: "\f843";
}

.fa-alarm-plus:before {
  content: "\f844";
}

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-album:before {
  content: "\f89f";
}

.fa-album-collection:before {
  content: "\f8a0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-alien:before {
  content: "\f8f5";
}

.fa-alien-monster:before {
  content: "\f8f6";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-slash:before {
  content: "\f846";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-amp-guitar:before {
  content: "\f8a1";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badge-sheriff:before {
  content: "\f8a2";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-bags-shopping:before {
  content: "\f847";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-banjo:before {
  content: "\f8a3";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-bed-alt:before {
  content: "\f8f7";
}

.fa-bed-bunk:before {
  content: "\f8f8";
}

.fa-bed-empty:before {
  content: "\f8f9";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-exclamation:before {
  content: "\f848";
}

.fa-bell-on:before {
  content: "\f8fa";
}

.fa-bell-plus:before {
  content: "\f849";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-betamax:before {
  content: "\f8a4";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before {
  content: "\f84b";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blinds:before {
  content: "\f8fb";
}

.fa-blinds-open:before {
  content: "\f8fc";
}

.fa-blinds-raised:before {
  content: "\f8fd";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-user:before {
  content: "\f7e7";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boombox:before {
  content: "\f8a5";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-center-h:before {
  content: "\f89c";
}

.fa-border-center-v:before {
  content: "\f89d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-border-style-alt:before {
  content: "\f854";
}

.fa-border-top:before {
  content: "\f855";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-bring-forward:before {
  content: "\f856";
}

.fa-bring-front:before {
  content: "\f857";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burger-soda:before {
  content: "\f858";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-cactus:before {
  content: "\f8a7";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camcorder:before {
  content: "\f8a8";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-home:before {
  content: "\f8fe";
}

.fa-camera-movie:before {
  content: "\f8a9";
}

.fa-camera-polaroid:before {
  content: "\f8aa";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-building:before {
  content: "\f859";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-bus:before {
  content: "\f85a";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caravan-alt:before {
  content: "豈";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cassette-tape:before {
  content: "\f8ab";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cat-space:before {
  content: "更";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cctv:before {
  content: "\f8ac";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clarinet:before {
  content: "\f8ad";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-music:before {
  content: "\f8ae";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-pot:before {
  content: "車";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-coffin-cross:before {
  content: "陋";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coin:before {
  content: "\f85c";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comet:before {
  content: "賈";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-music:before {
  content: "\f8af";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-music:before {
  content: "\f8b0";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-computer-classic:before {
  content: "\f8b1";
}

.fa-computer-speaker:before {
  content: "\f8b2";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-construction:before {
  content: "\f85d";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cowbell:before {
  content: "\f8b3";
}

.fa-cowbell-more:before {
  content: "\f8b4";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dailymotion:before {
  content: "勒";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digging:before {
  content: "\f85e";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-disc-drive:before {
  content: "\f8b5";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before {
  content: "\f860";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before {
  content: "\f862";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fan-table:before {
  content: "滑";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-farm:before {
  content: "\f864";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "串";
}

.fa-faucet-drip:before {
  content: "句";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-music:before {
  content: "\f8b6";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-search:before {
  content: "\f865";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-film-canister:before {
  content: "\f8b7";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flashlight:before {
  content: "\f8b8";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-flute:before {
  content: "\f8b9";
}

.fa-flux-capacitor:before {
  content: "\f8ba";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-download:before {
  content: "肋";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folder-upload:before {
  content: "凜";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-font-case:before {
  content: "\f866";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-galaxy:before {
  content: "龜";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before {
  content: "\f868";
}

.fa-game-console-handheld:before {
  content: "\f8bb";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gamepad-alt:before {
  content: "\f8bc";
}

.fa-garage:before {
  content: "契";
}

.fa-garage-car:before {
  content: "金";
}

.fa-garage-open:before {
  content: "喇";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-citrus:before {
  content: "\f869";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gramophone:before {
  content: "\f8bd";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-guitar-electric:before {
  content: "\f8be";
}

.fa-guitars:before {
  content: "\f8bf";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-h4:before {
  content: "\f86a";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-chef:before {
  content: "\f86b";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-headphones:before {
  content: "\f8c2";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-heat:before {
  content: "奈";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-horizontal-rule:before {
  content: "\f86c";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-horse-saddle:before {
  content: "\f8c3";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house:before {
  content: "懶";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-day:before {
  content: "癩";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-house-leave:before {
  content: "羅";
}

.fa-house-night:before {
  content: "蘿";
}

.fa-house-return:before {
  content: "螺";
}

.fa-house-signal:before {
  content: "裸";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-icons-alt:before {
  content: "\f86e";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-image-polaroid:before {
  content: "\f8c4";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "凌";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-joystick:before {
  content: "\f8c5";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-jug:before {
  content: "\f8c6";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-kazoo:before {
  content: "\f8c7";
}

.fa-kerning:before {
  content: "\f86f";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-lamp-desk:before {
  content: "樂";
}

.fa-lamp-floor:before {
  content: "洛";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lasso:before {
  content: "\f8c8";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-light-ceiling:before {
  content: "烙";
}

.fa-light-switch:before {
  content: "珞";
}

.fa-light-switch-off:before {
  content: "落";
}

.fa-light-switch-on:before {
  content: "酪";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-line-columns:before {
  content: "\f870";
}

.fa-line-height:before {
  content: "\f871";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-music:before {
  content: "\f8c9";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microphone-stand:before {
  content: "\f8cb";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-microwave:before {
  content: "亂";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-alt:before {
  content: "\f8cd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mp3-player:before {
  content: "\f8ce";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

.fa-music:before {
  content: "\f001";
}

.fa-music-alt:before {
  content: "\f8cf";
}

.fa-music-alt-slash:before {
  content: "\f8d0";
}

.fa-music-slash:before {
  content: "\f8d1";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-outlet:before {
  content: "卵";
}

.fa-oven:before {
  content: "欄";
}

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paragraph-rtl:before {
  content: "\f878";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-laptop:before {
  content: "\f87a";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-rotary:before {
  content: "\f8d3";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-piano:before {
  content: "\f8d4";
}

.fa-piano-keyboard:before {
  content: "\f8d5";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-planet-moon:before {
  content: "蘭";
}

.fa-planet-ringed:before {
  content: "鸞";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-police-box:before {
  content: "嵐";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portal-enter:before {
  content: "濫";
}

.fa-portal-exit:before {
  content: "藍";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-projector:before {
  content: "\f8d6";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radar:before {
  content: "襤";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-radio:before {
  content: "\f8d7";
}

.fa-radio-alt:before {
  content: "\f8d8";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-raygun:before {
  content: "拉";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-refrigerator:before {
  content: "臘";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocket-launch:before {
  content: "蠟";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-router:before {
  content: "\f8da";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-sax-hot:before {
  content: "\f8db";
}

.fa-saxophone:before {
  content: "\f8dc";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-image:before {
  content: "\f8f3";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-send-back:before {
  content: "\f87e";
}

.fa-send-backward:before {
  content: "\f87f";
}

.fa-sensor:before {
  content: "廊";
}

.fa-sensor-alert:before {
  content: "朗";
}

.fa-sensor-fire:before {
  content: "浪";
}

.fa-sensor-on:before {
  content: "狼";
}

.fa-sensor-smoke:before {
  content: "郎";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signal-stream:before {
  content: "\f8dd";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-siren:before {
  content: "來";
}

.fa-siren-on:before {
  content: "冷";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-cow:before {
  content: "\f8de";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snooze:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-solar-system:before {
  content: "勞";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-circle:before {
  content: "擄";
}

.fa-sort-circle-down:before {
  content: "櫓";
}

.fa-sort-circle-up:before {
  content: "爐";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-space-station-moon:before {
  content: "盧";
}

.fa-space-station-moon-alt:before {
  content: "老";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker:before {
  content: "\f8df";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-speakers:before {
  content: "\f8e0";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-sprinkler:before {
  content: "蘆";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-star-shooting:before {
  content: "虜";
}

.fa-starfighter:before {
  content: "路";
}

.fa-starfighter-alt:before {
  content: "露";
}

.fa-stars:before {
  content: "\f762";
}

.fa-starship:before {
  content: "魯";
}

.fa-starship-freighter:before {
  content: "鷺";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-sword-laser:before {
  content: "碌";
}

.fa-sword-laser-alt:before {
  content: "祿";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-swords-laser:before {
  content: "綠";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-telescope:before {
  content: "菉";
}

.fa-temperature-down:before {
  content: "錄";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-temperature-up:before {
  content: "鹿";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text:before {
  content: "\f893";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-size:before {
  content: "\f894";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-transporter:before {
  content: "壟";
}

.fa-transporter-1:before {
  content: "弄";
}

.fa-transporter-2:before {
  content: "籠";
}

.fa-transporter-3:before {
  content: "聾";
}

.fa-transporter-empty:before {
  content: "牢";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-triangle-music:before {
  content: "\f8e2";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-trumpet:before {
  content: "\f8e3";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turntable:before {
  content: "\f8e4";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-alt:before {
  content: "\f8e5";
}

.fa-tv-music:before {
  content: "\f8e6";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typewriter:before {
  content: "\f8e7";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-ufo:before {
  content: "磊";
}

.fa-ufo-beam:before {
  content: "賂";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usb-drive:before {
  content: "\f8e9";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alien:before {
  content: "壘";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-cowboy:before {
  content: "\f8ea";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-music:before {
  content: "\f8eb";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-robot:before {
  content: "屢";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-user-unlock:before {
  content: "菱";
}

.fa-user-visor:before {
  content: "樓";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vacuum:before {
  content: "淚";
}

.fa-vacuum-robot:before {
  content: "漏";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vhs:before {
  content: "\f8ec";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-violin:before {
  content: "\f8ed";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-wagon-covered:before {
  content: "\f8ee";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walkie-talkie:before {
  content: "\f8ef";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-calculator:before {
  content: "\f8f0";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waveform:before {
  content: "\f8f1";
}

.fa-waveform-path:before {
  content: "\f8f2";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-frame:before {
  content: "累";
}

.fa-window-frame-open:before {
  content: "縷";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*# sourceMappingURL=style.css.map*/