@charset "UTF-8";
/**
 * Algemeen scss bestand die alle benodigde files bij elkaar brengt
 */
/* Variables
   ========================================================================== */
/* ==========================================================================
   $VARIABLES
   ========================================================================== */
/*
 * Quickname variabelen maken op basis van de _phpvariables.scss
 */
/*
 * Afmetingen globals
 */
/*1170px*/
/*
 * Kleuren
 */
/* 20% dark shade */
/* Aanpassen? */
/* Groen (voor vinkjes bijvoorbeeld */
/* Kleur van logo */
/* Obsolete mixins for flex have been removed
Add mixins here if you need them. One example is left here for your convenience */
/*@mixin flex($values) {
  -webkit-box-flex: $values;
  -moz-box-flex:  $values;
  -webkit-flex:  $values;
  -ms-flex:  $values;
  flex:  $values;
}*/
/* Usage example in order scss files

@include flex(1);
\
*/
/* Externals: resets & defaults
   ========================================================================== */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

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

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

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

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

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

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

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

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Rene: do not show selection box on summary element
 */
summary {
  outline: none;
}

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

input,
textarea {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ececec;
  color: #666;
  box-sizing: border-box;
}

input[readonly], input[readonly=readonly] textarea[readonly], textarea[readonly=readonly] {
  background-color: #ececec;
}

select {
  color: #2d2d2d;
  padding: 5px 5px 5px 10px;
  background: #fff;
  border: 1px solid #ececec;
  color: #666;
  box-sizing: border-box;
}

.border-box {
  box-sizing: border-box;
}

.container input, .container textarea, .container select,
.footer input, .footer textarea, .footer select,
.footerbottom input, .footerbottom textarea, .footerbottom select {
  border-radius: 0;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: silver;
  text-shadow: none;
  color: black;
}

::selection {
  background: silver;
  text-shadow: none;
  color: black;
}

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

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

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

address {
  font-style: normal;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* Image fonts
   ========================================================================== */
/* @import "fonts/fontello"; */
/* Componenten bruikbaar op diverse posities
   ========================================================================== */
h1,
.dialogheader {
  font-size: 20px;
  margin: 10px 0;
  text-transform: uppercase;
  color: #666;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.static_page h2 a, .static_title, .upsell-title, h2 {
  font-size: 16px;
  margin: 10px 0 2px 0;
  text-transform: uppercase;
  color: #666;
  font-family: questrial, sans-serif;
}

h3 {
  font-size: 14px;
  margin: 10px 0 2px 0;
  color: #666;
  font-family: questrial, sans-serif;
}

.dialog-box {
  margin-bottom: 15px;
}

a.cell-title {
  display: inline-block;
  color: #94ab50;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}
a.cell-title:hover {
  color: #2d2d2d;
}

.main-cat h1.banner-title-centered, h1.banner-title-centered, .banner-title-centered {
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  background: #94ab50;
  color: white;
  padding: 4px 8px;
  font-size: 32px;
  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: 600;
}
.main-cat h1.banner-title-centered.top, h1.banner-title-centered.top, .banner-title-centered.top {
  top: 5%;
}
.main-cat h1.banner-title-centered.right, h1.banner-title-centered.right, .banner-title-centered.right {
  left: initial;
  right: 10%;
  top: 65%;
  transform: none;
}
.main-cat h1.banner-title-centered.left, h1.banner-title-centered.left, .banner-title-centered.left {
  left: 20px;
  right: initial;
  top: auto;
  bottom: 20px;
  transform: none;
}

/* Reset figure */
figure.table {
  width: auto;
  margin: 0;
}

th,
td {
  font-size: 14px;
  text-align: left;
  padding: 2px 0;
}

caption {
  text-transform: uppercase;
  text-align: left;
  background-color: #f3f3f3;
  padding: 6px;
  font-size: 16px;
}

/* BOOTSTRAP CSS geen volledige bootstrap, selectief gecopieerd voor tabellen*/
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ececec;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ececec;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ececec;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ececec;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ececec;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f3f3f3;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
}

/*.table-wrapper {
	white-space: nowrap; //toevoeging Rene
	overflow-x: auto;
}*/
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ececec;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
div.full-descr {
  padding: 10px;
}
div.full-descr table {
  width: 100%;
}
div.full-descr table thead tr {
  background: #f3f3f3;
}
div.full-descr table tbody tr:nth-child(even) {
  background: #f3f3f3;
}
div.full-descr table td, div.full-descr table th {
  padding: 5px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ececec;
}

a {
  color: #94ab50;
  text-decoration: none;
  transition: all 0.25s linear;
}
a:hover {
  color: #94ab50;
}

#static-page a, a.text-link, p a {
  color: #94ab50;
  cursor: pointer;
}

#static-page a:hover, a.text-link:hover {
  text-decoration: underline;
}

#static-page h2 a, #static-page h2 a:hover {
  color: #666;
}

#static-page a.adv_button {
  color: white;
}

.internal_link_sticky {
  position: absolute;
  /*margin-top: ZIE /skin1/customer/js/jquery.stickyheader.js */
}

li.sitemap_link {
  line-height: 2;
}

/* Main dialog
   ========================================================================== */
.accountbox {
  width: 33.33%;
  float: left;
}

.dialog-message-content {
  padding: 5px;
  margin: 0 0 10px 0;
  box-sizing: border-box;
}

/* Menu dialog
   ========================================================================== */
.menu-box {
  position: relative;
  margin: 5px 0;
  line-height: 16px;
}

.left-col span {
  color: #999;
  font-family: Oswald;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  margin: 6px 0 15px;
  text-transform: uppercase;
}

.left-col h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: Oswald;
}

.left-col .menu-content {
  padding: 4%;
  border: 1px solid #f3f3f3;
  float: left;
  width: 90%;
}

.menu-content ul {
  line-height: 2;
}
.menu-content ul > li {
  list-style-type: none;
  border-bottom: 1px solid #f3f3f3;
}
.menu-content ul > li:last-child {
  border: none;
}
.menu-content ul > li a {
  display: block;
  text-decoration: none;
  color: #666;
}
.menu-content ul > li a:hover, .menu-content ul > li a.cat-active {
  color: #94ab50;
}
.menu-content ul > li ul {
  margin: 5px 0 5px 0;
  border-left: 2px solid #94ab50;
}
.menu-content ul > li ul > li {
  border: none;
  padding-left: 10px;
}

.menu-toggle {
  position: absolute;
  right: 14px;
  top: 25px;
}

.menu_subtitle {
  font-size: 12px;
  text-transform: none;
}

.filter-reset {
  text-align: center;
  margin-bottom: 15px;
}
.filter-reset a {
  color: #2d2d2d;
}

div.button_container.standard_width {
  width: 200px;
}
div.button_container.grow {
  text-align: center;
  flex: 1 0 calc(50% - 1em);
}

.multiple_buttons_container {
  flex: 1 1 40%;
}

.amount_container {
  display: flex;
  align-items: center;
}

.product_amount {
  height: 40px;
  border-left: 2px solid #94ab50;
}

a.adv_button {
  background-color: #94ab50;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 8px 12px 7px 12px;
  text-decoration: none;
  text-align: center;
  line-height: 100%;
  border-radius: 2px;
}
a.adv_button:hover {
  background: #768940;
}
a.adv_button.banner_top10 {
  font-size: 15px;
  white-space: nowrap;
  margin: 20px 0;
}

.big-button a, a.big-button {
  font-size: 15px;
  padding: 13px 30px 15px 30px;
  margin: 5px;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
}
.big-button a.normal-white-space, a.big-button.normal-white-space {
  white-space: normal;
}
.big-button a.no-margin, a.big-button.no-margin {
  margin: 0;
}

a.sec-button {
  background-color: #999;
  color: #fff;
  border-radius: 2px;
}
a.sec-button:hover {
  background: #003333;
}

a.tert-button {
  background-color: #ececec;
  border: 1px solid #999;
  color: #666;
  padding: 7px 11px 6px 11px;
}
a.tert-button:hover {
  background: #f3f3f3;
}
a.tert-button.big-button {
  padding: 12px 29px 14px 29px;
}

.addtocart {
  position: absolute;
  height: 24px;
  width: 25px;
  line-height: 20px;
  top: 5px;
  left: 25px;
  background: #f2f2f2 url(../modules/Quickview/css/quick-add.png) no-repeat 0px 0px;
  z-index: 1000;
  text-decoration: none;
  border-radius: 6px;
}

button.adv_button {
  background-color: #94ab50;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  padding: 8px 12px 7px 12px;
  border: none;
  border-radius: 2px;
  transition: all 0.25s linear;
}
button.adv_button:hover {
  background: #768940;
}

.formtable {
  width: 100%;
}

.formtable-auto {
  width: auto;
}

.formtable td {
  padding: 3px 5px 3px 0;
  text-align: left;
}

.formtable .RegSectionTitle {
  padding: 15px 0 0 0;
  font-weight: bold;
}

.FormButton {
  vertical-align: middle;
}

.Star,
.star {
  color: #ff0000;
  padding: 0 4px;
  width: 5%;
}

/* contactform */
.contactform {
  float: left;
  padding: 0;
  width: 53.8%;
}
.contactform input, .contactform textarea {
  width: 100%;
}

.contact-info {
  float: left;
  line-height: 20px;
  padding: 0 0 0 3%;
  margin: 0 0 0 3%;
  width: 40%;
  border-left: 1px solid #d7dee4;
}

.contact-map {
  margin-top: 10px;
}

/* register form */
.register-box {
  border: 1px solid #ececec;
  padding: 15px;
  margin-bottom: 15px;
}
.register-box input, .register-box select {
  margin: 3px 0;
}

.register-box table {
  width: 100%;
}

.register-box .register-field {
  width: 27%;
  height: 25px;
  text-align: right;
  padding-right: 10px;
}

.small_inputfield {
  width: 122px;
}

.xs_inputfield {
  width: 60px;
}

.zipcode_error {
  color: #ef4036;
}

.register-box .register-value {
  width: 73%;
}
.register-box .register-value input, .register-box .register-value select {
  /* initial styling */
  outline: none;
  transition: border-color 0.3s ease-out;
  /* valid */
  /* optional */
  /* invalid, and required */
  /* on focus */
}
.register-box .register-value input:valid, .register-box .register-value select:valid {
  border-left: 3px solid #339933;
}
.register-box .register-value input:optional:invalid, .register-box .register-value input:optional:valid, .register-box .register-value select:optional:invalid, .register-box .register-value select:optional:valid {
  border-left: 3px solid #666;
}
.register-box .register-value input:required:invalid, .register-box .register-value select:required:invalid {
  border-left: 3px solid #ef4036;
}
.register-box .register-value input:focus:valid, .register-box .register-value input:focus:invalid, .register-box .register-value select:focus:valid, .register-box .register-value select:focus:invalid {
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  border-left-color: #666;
}
.register-box .register-value input.invalid, .register-box .register-value select.invalid {
  border-left: 3px solid #ef4036;
}

.opc-register.register-box {
  border: none;
}

.register-box .register-address {
  width: auto;
}

.register-box .subtitle {
  padding: 0 0 7px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #ececec;
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
}

/* Style form with labels */
.form-label-style label {
  padding-right: 10px;
  white-space: nowrap;
}
.form-label-style label input {
  margin-right: 5px;
}

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

input[type=radio] {
  border: none;
  height: 20px;
  width: 20px;
  margin: 0 5px;
}
@media (min-width: 520px) {
  input[type=radio] {
    width: auto;
    height: auto;
  }
}

::-webkit-input-placeholder {
  color: silver;
}

:-ms-input-placeholder {
  color: silver;
}

::placeholder {
  color: silver;
  opacity: 1;
}

/**/
/* Styles from advanced filter module */
/**/
input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 22px;
  height: 14px;
  display: inline-block;
  line-height: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 5px 0;
  vertical-align: middle;
  cursor: pointer;
  text-transform: none;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -14px;
  text-transform: none;
}

.css-label {
  background-image: url(../customer/images/checkboxes.png);
}

/**/
/* Custom styles for checkbox and its labels */
/**/
.custom-label {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}

.custom-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.left-col span.checkmark_color, details span.checkmark_color {
  position: absolute;
  top: 1px;
  left: 6px;
  width: 8px;
  height: 14px;
  margin: 0px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) scale(0.8);
  -ms-transform: rotate(45deg) scale(0.8);
  transform: rotate(45deg) scale(0.7);
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  margin: 9px 0 15px;
  height: 12px;
  width: 12px;
  border: 1px solid #a9a9a9;
}

/* On mouse-over, add a grey background color */
.custom-label:hover input ~ .checkmark {
  border: 1px solid #666;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #94ab50;
  border: 1px solid #94ab50;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

.container input:checked ~ .checkmark-promote:after {
  top: -3px;
  width: 6px;
  height: 16px;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 4px;
  top: -1px;
  width: 2px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) scale(0.8);
  -ms-transform: rotate(45deg) scale(0.8);
  transform: rotate(45deg) scale(0.7);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.password-criteria {
  list-style: none;
  padding: 0px;
}

div.static_page img.right {
  margin: 0 0 5px 15px;
}

div.static_page img.left {
  margin: 0 15px 5px 0;
}

summary::-webkit-details-marker {
  display: none;
}

summary {
  cursor: pointer;
}
summary .icon-right-dir {
  font-size: 18px;
  width: 18px;
  float: right;
  transform: rotate(90deg);
  content: url(../customer/images/icon-right.svg);
}
summary.title {
  font-family: oswald;
  font-size: 18px;
  line-height: 16px;
  color: #666;
  padding: 10px 10px 10px 10px;
  background-color: #ececec;
  border-bottom: 1px solid #e0e0e0;
  margin: 5px 0 5px 0;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 0.2s ease-out;
}

details[open] .icon-right-dir {
  transform: rotate(270deg);
}

details.customer-service {
  padding-bottom: 10px;
}

details.customer-service summary {
  border-bottom: 1px solid #ececec;
}
details.customer-service summary.title {
  background-color: white;
  font-family: "Questrial", sans-serif;
  text-transform: none;
  font-size: 14px;
}
details.customer-service summary:before {
  content: "";
  display: inline-block;
  background-image: url(../customer/images/icon-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

details[open].customer-service {
  border-bottom: 1px solid #ececec;
}

details[open].customer-service summary {
  border-bottom: 0px;
}
details[open].customer-service summary:before {
  transform: rotate(90deg);
}
details[open].customer-service summary .arrow {
  transform: rotate(225deg);
  top: 1px;
}

.standard-modal {
  max-width: 800px;
  padding: 15px;
  width: 98%;
}

.standard-modal .title {
  display: block;
}

.intro-text {
  font-size: 16px;
  width: 100%;
}

.modal-header {
  font-family: oswald;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  display: block;
  box-sizing: border-box;
  color: #2d2d2d;
}

.option-title {
  text-align: center;
  font-weight: 600;
}

.modal {
  display: none;
  padding: 15px;
  max-width: 1000px;
}
.modal.small {
  width: 700px;
}
.modal.modal-single-product {
  width: 340px;
}
.modal .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal .content .select-box {
  position: relative;
  min-width: 250px;
  flex: 1 1 30%;
  flex-flow: column;
  box-sizing: border-box;
  border: 1px solid #999;
  margin: 1%;
  padding: 5px;
  justify-content: space-between;
}
.modal .content .select-box.selected-box {
  border: 2px solid #94ab50;
}
.modal .content .select-box .title {
  text-align: center;
  padding: 2px;
  text-transform: uppercase;
}
.modal .content .select-box .info-block {
  flex-grow: 1;
  margin: 0px 0 5px 0;
  overflow-x: auto;
}
.modal .content .select-box .button-container {
  text-align: center;
  padding: 5px;
}
.modal .content .link-to-overview-container {
  width: 100%;
  text-align: center;
}

.ghost-item {
  visibility: hidden;
}

/* Globals & Helpers
   ========================================================================== */
body {
  background: #fff;
  text-align: center;
  color: #2d2d2d;
  font-weight: normal;
  font-family: "Questrial", sans-serif;
  font-size: 14px;
}

.container {
  width: 1400px;
  margin: 0 auto;
  text-align: left;
  padding: 0;
}
.container .container {
  padding: 0;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexspace2 {
  flex: 1 1 50%;
  min-width: 250px;
  font-size: 16px;
}

.gap5 {
  gap: 5px;
}

.flex-container {
  display: flex;
  align-items: center;
  padding: 5px;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-container.extra-padding {
  padding: 10px;
}

.overflow-container {
  white-space: nowrap;
  overflow-x: auto;
}

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

.left-col {
  float: left;
  width: 23%;
}

.main-col {
  float: right;
  width: 75%;
}
.main-col.main-col-full-width {
  float: none;
  width: auto;
  margin-left: 0;
}

.full-width {
  width: 100%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex.row-reverse {
  flex-direction: row-reverse;
}

.full-width-flex-container {
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  background: #f3f3f3;
  justify-content: space-between;
}

.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

.break-word {
  word-break: break-word;
}

.visible-on-doc-ready {
  visibility: hidden;
}

#transparent_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}

.product-block {
  margin: 0 0 15px;
}

/* ==========================================================================
   Helper classes: Custom
   ========================================================================== */
.block {
  display: block;
}

/*
 * Menu's, navigation, links
 */
.horizontal-nav, .user-nav, .speedbar {
  margin: 0;
  padding: 0;
}
.horizontal-nav li, .user-nav li, .speedbar li {
  display: inline;
}

.vertical-nav, .footer-column ul, .menu-content ul {
  margin: 0;
  padding: 0;
}
.nav-link {
  font-size: 11px;
  color: #666;
  text-decoration: none;
}
.nav-link:hover {
  text-decoration: underline;
  color: #ef4036;
}

.nav-sep, .speedbar li {
  padding: 0;
  margin: 0;
}
.nav-sep:after, .speedbar li:after {
  padding: 0 2px 0 5px;
  content: "|";
}
.nav-sep:last-child:after, .speedbar li:last-child:after {
  padding: 0;
  content: "";
}

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

.mod-rightcol {
  float: left;
  line-height: 20px;
  padding: 0 0 0 20px;
  width: 45%;
}
.mod-rightcol input, .mod-rightcol textarea {
  width: 100%;
}
.mod-rightcol input[type=radio] {
  width: auto;
}

.mod-border-right {
  border-right: 1px solid #ececec;
  margin-right: -1px;
}

.mod-border-left {
  border-left: 1px solid #ececec;
  margin-left: -1px;
}

.mod-seperator {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ececec;
}

.gc-checkexist {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
}

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

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

.hiddencontent {
  display: none;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, ul.shopcategories-home:before, .subfooter:before, .footer-menu:before, footer:before, .footer:before, .header-middle:before, .header:before, .top-nav:before, .dialog-box:before, .menu-box:before, .filter-reset:before, .form-row:before, .container:before, .main-col.main-col-full-width:before, .clear:before,
.clearfix:after,
ul.shopcategories-home:after,
.subfooter:after,
.footer-menu:after,
footer:after,
.footer:after,
.header-middle:after,
.header:after,
.top-nav:after,
.dialog-box:after,
.menu-box:after,
.filter-reset:after,
.form-row:after,
.container:after,
.main-col.main-col-full-width:after,
.clear:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after, ul.shopcategories-home:after, .subfooter:after, .footer-menu:after, footer:after, .footer:after, .header-middle:after, .header:after, .top-nav:after, .dialog-box:after, .menu-box:after, .filter-reset:after, .form-row:after, .container:after, .main-col.main-col-full-width:after, .clear:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix, ul.shopcategories-home, .subfooter, .footer-menu, footer, .footer, .header-middle, .header, .top-nav, .dialog-box, .menu-box, .filter-reset, .form-row, .container, .main-col.main-col-full-width, .clear {
  *zoom: 1;
}

.bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

/* This is used to hide a honeypot input field. We choose to not use obvious classes to hide this field */
#reviewform input[name=field1] {
  display: none;
}

#contactform input[name=field10] {
  display: none;
}

input[name=lastnamefield] {
  display: none;
}

.dot {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 2px;
}

.clickable {
  cursor: pointer;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* Sections
   ========================================================================== */
/*
* Header
*/
/* ==========================================================================
   $HEADER styles
   ========================================================================== */
.top-nav {
  background: url("../customer/images/bg-top-link.jpg") 0px 0px repeat;
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-nav .container {
  padding: 0 10px;
}
.top-nav img {
  margin: 0 10px 0 0;
}

.top-nav-sub {
  width: 100%;
  margin-bottom: 0px;
  background-color: white;
  border: 0px solid white;
  position: absolute;
  z-index: 15;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.socialbooks-wrap {
  float: left;
}
.socialbooks-wrap a {
  color: #fff;
}
.socialbooks-wrap a img {
  margin: 0px;
}

.header {
  min-height: 55px;
  margin-bottom: 10px;
  color: #666;
  padding: 15px 0px 0px 0px;
}
.header a {
  color: #666;
  text-decoration: none;
}
.header a:hover {
  text-decoration: underline;
  color: #94ab50;
}
.header .header-nav {
  float: left;
  margin-left: 14%;
}

.speedbar {
  float: right;
}
.speedbar li {
  color: #fff;
}
.speedbar li a {
  color: #fff;
  text-decoration: none;
}
.speedbar li a:hover {
  color: #94ab50;
}

.header-middle {
  float: left;
  width: 100%;
  margin: 0px;
  background-color: #f3f3f3;
}
.header-middle ul.adv_categories {
  margin: 0;
  float: left;
  padding: 0 10px;
  list-style: none none;
}
.header-middle ul.adv_categories > li {
  float: left;
  margin: 0px 22px 0 0;
}
.header-middle ul.adv_categories > li.homeicon {
  margin: 0 22px 0 0px;
  padding: 0;
}
.header-middle ul.adv_categories > li.homeicon .icon-home {
  font-size: 20px;
}
.header-middle ul.adv_categories > li > a {
  padding: 10px 0;
  letter-spacing: 1.5px;
}
.header-middle ul.adv_categories > li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  color: #2d2d2d;
}
.header-middle ul.adv_categories > li a:hover {
  color: #94ab50;
}

.homecat {
  display: none;
}

.lng-select {
  float: left;
}

.mobilemenulink {
  display: none;
  float: left;
}

.user-nav {
  float: left;
}
.user-nav a {
  color: #2d2d2d;
}
.user-nav a:hover {
  color: #94ab50;
}
.user-nav li {
  padding-left: 10px;
}

/*
 * Minicart
 */
.basket {
  cursor: pointer;
  float: right;
  clear: none;
  margin: 20px 0 0 2%;
  width: 134px;
  line-height: 33px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.basket.new {
  margin: 0 10px 0 0;
  float: none;
  line-height: inherit;
  width: auto;
}
.basket.new a {
  margin: 0px;
  margin-bottom: 5px;
}
.basket.full_basket {
  background: url("../customer/images/cart_full.svg") left center no-repeat;
}
.basket.full_basket {
  background: url("../customer/images/cart_full.svg") left center no-repeat;
}
.basket a {
  float: right;
  margin-bottom: 10px;
}
.basket a.cart-items {
  display: inline-block;
  min-height: 22px;
  color: #2d2d2d;
}
.basket a.cart-items:hover {
  color: #94ab50;
}
.basket a:hover.cart-items {
  text-decoration: none;
}
.basket img {
  position: relative;
  top: -2px;
}
.basket img.bag {
  float: right;
  right: 0;
  top: 5px;
}
.basket .icon-right-dir {
  color: #2d2d2d;
  font-size: 12px;
}

.basket-container {
  position: relative;
  float: left;
  margin: 6px 0px 0px 0px;
}

/*.baglink-items {
    font-size: 20px;
    position: absolute;
    top: 20px;
    text-align: center;
    left: 5px;
    width: 45px;
}*/
.mini_cart_icon {
  background: url("../customer/images/cart.svg") left center no-repeat;
  display: inline-block;
  width: 20px;
  height: 17px;
  top: 2px;
  position: relative;
}
.mini_cart_icon.full_basket {
  background: url("../customer/images/cart_full.svg") left center no-repeat;
}

/* Foldout
   ========================================================================== */
.basket-container:hover .basket-foldout {
  display: block;
}

.basket-foldout {
  position: absolute;
  display: none;
  top: 24px;
  right: 0px;
  width: 420px;
  min-height: 100px;
  z-index: 9999;
  background-color: white;
  -webkit-animation: fadeIn 0.3s;
  border: 1px solid #999;
  border-bottom: 3px solid #94ab50;
}

.basket-foldout-content {
  padding: 10px;
  display: grid;
}
.basket-foldout-content .basket-product-title {
  margin-top: 0;
  color: #999;
  font-size: 14px;
  font-weight: 700;
}

.basket-foldout-title {
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}
.basket-foldout-title h2 {
  display: inline;
}
.basket-foldout-title span {
  font-size: 12px;
  font-color: #ececec;
  line-height: 20px;
}

.mc-products {
  display: grid;
  max-height: 600px;
  overflow-y: auto;
}

.mc-prod-thumb {
  margin-right: 8px;
}
.mc-prod-thumb img {
  max-width: 70px;
}

.mc-prod-details {
  flex: 1 1 76%;
  line-height: 14px;
}

.mc-prod-list-price {
  text-decoration: line-through;
}

.mc-prod-prices {
  flex: 1 1 80%;
}

.mc-prod-display-price {
  font-size: 14px;
  padding: 5px 0;
  display: inline-block;
}

.mc-subtotal {
  border-top: 1px solid #fff;
  font-size: 14px;
  text-align: right;
  margin-top: 5px;
}

.mc-btn-goto-cart {
  margin: 10px 0;
}
.mc-btn-goto-cart a {
  display: block;
  background: #94ab50;
  text-align: center;
  color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 1px 0px 0px 10px;
  border-radius: 0px;
  float: right;
  margin: 0px 0px 10px 0px;
}
.mc-btn-goto-cart a .icon-right-dir {
  font-size: 14px;
  color: inherit;
}
.mc-btn-goto-cart a:hover {
  background: #2d2d2d;
  text-decoration: none;
  color: white;
}

/*
 * Favourites (Rene Toonders)
 */
#mini_favourites {
  cursor: pointer;
  float: right;
  margin: 20px 0 0 4%;
}

#favourites_text {
  color: #2d2d2d;
}
#favourites_text:hover {
  color: #94ab50;
}

.mini_favourites {
  line-height: 33px;
  padding: 0;
  width: 119px;
}
.mini_favourites a {
  display: block;
}
.mini_favourites a.cart-items {
  display: inline-block;
  min-height: 22px;
}
.mini_favourites a:hover.cart-items {
  text-decoration: none;
}
.mini_favourites img {
  position: relative;
  top: -2px;
}
.mini_favourites img.bag {
  float: right;
  right: 0;
  top: 5px;
}
.mini_favourites .icon-right-dir {
  color: #2d2d2d;
  font-size: 12px;
}

.mini_favourites_icon {
  background: url("../modules/Favourite_Products/images/heart-black.svg") left center no-repeat;
  display: inline-block;
  width: 20px;
  height: 17px;
  top: 2px;
  position: relative;
}

/*
 * Search
 */
.search-box-container {
  margin: 0 10px 0 0;
  flex-grow: 3;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-basis: 10%;
}

.search {
  width: auto;
  overflow: hidden;
  margin: 7px 0;
  border: 1px solid #ececec;
  padding: 2px;
  border-radius: 5px;
  flex-basis: 10%;
  flex-grow: 1;
}
.search input {
  width: 100%;
  float: left;
  display: inline-block;
  border: none;
  background: white;
  line-height: 26px;
  height: 36px; /*Rene, for IE*/
}
.search input:focus {
  color: #000;
}
.search .search_icon {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 18px;
  background: #94ab50;
  padding: 9px 7px 5px 7px;
  float: left;
  border-radius: 5px;
  transition: background 0.25s linear;
  top: 2px;
}
.search .search_icon:hover {
  background: #666;
}
.search .search_icon .icon-search {
  margin: auto;
  display: flex;
}
.search .erase-icon {
  display: none;
  position: absolute;
  right: 70px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: silver;
  padding: 6px 7px 5px 3px;
  float: left;
  border-radius: 5px;
  transition: background 0.25s linear;
}
.search .erase-icon img {
  margin: 0 0 6px 3px;
}
.search .erase-icon:hover {
  background: #666;
}
.search .erase-icon .icon-search {
  margin: auto;
  display: flex;
}

/* Zoeksuggesties */
#quicksearch {
  position: relative;
}

.quicksearch_container {
  z-index: 99;
  position: relative;
}

.hide {
  display: none;
}

.suggestcontainer {
  border: 1px solid #ececec;
  box-shadow: 2px 4px 4px #999;
}

.overflow_helper {
  position: relative;
  height: 0px;
}

.suggestionsBox {
  background: #fff;
  position: absolute;
  top: 59px;
  width: 400px;
  z-index: 9999;
}

.main-search-list {
  list-style: none;
  padding: 0;
  margin: 10px;
}

.main-search-list > li {
  color: #000;
  font-size: 14px;
  padding: 5px;
  margin: 5px;
  text-align: left;
  cursor: pointer;
}

.main-search-list > li:hover, .main-search-list li.active-item {
  background: #94ab50;
  color: #000;
}

.main-search-list > li:focus {
  outline: none;
}

.suggestion_image {
  float: left;
  width: 70px;
  height: auto;
}

.suggestion_image img {
  max-width: 50px;
  height: auto;
}

.suggestion_text {
  list-style: none;
}
.suggestion_text li.price {
  display: inline-block;
}

.search-more a {
  line-height: 30px;
  text-align: center;
  display: block;
  margin: 10px;
}

.active_root,
.active_sub a {
  color: #94ab50 !important;
}

/* Rene */
/*** sticky header 2 flex ***/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.sticky {
  /*top:-40px;*/
}
header .logo {
  margin-right: 10px;
  flex-basis: 10%;
  flex-grow: 1;
  height: 58px;
  display: flex;
  align-items: center;
}
header .logo img {
  width: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .top-nav-sub.sticky {
  top: 0px;
  background: white;
  border-bottom: 2px solid #ececec;
  z-index: 999;
}
header .top-nav-sub.sticky .search input {
  width: 100%;
}
header .top-nav-sub.sticky .header-middle {
  background: #f3f3f3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .top-basket {
  display: none;
}
header .sub-basket {
  display: block;
}
header #search-cancel-box {
  margin: 0 10px 0 0;
  flex-grow: 0;
  display: none;
}
header .header-middle ul.adv_categories {
  padding: 0 10px 0 0;
}

/*** end sticky header 2 flex ***/
/*
 * Foldoutmenu
 */
/* Positionering & Basics
   ========================================================================== */
div#js-navmenu {
  position: relative;
}

div#js-navmenu > ul > li {
  position: relative;
}

div#js-navmenu.megamenu > ul > li {
  position: static;
}

div#js-navmenu > ul > li > ul {
  display: block;
}

div#js-navmenu > ul > li > .foldoutmenu {
  position: absolute;
  z-index: 999;
  border-bottom: 3px solid #003333;
}

div#js-navmenu > ul > li > ul > li a {
  position: relative;
  text-decoration: none;
  display: block;
}

.foldoutmenu {
  left: 0;
}

.foldoutmenu.edge {
  left: auto;
  right: 0;
}

.megamenu .foldoutmenu {
  width: auto;
  left: 0;
  right: 0;
}

/* Styling
   ========================================================================== */
.subcategories {
  list-style: none;
  padding-left: 0;
  float: left;
  width: 45%;
}

.subcategories.col1 {
  width: 50%;
}

.foldoutmenu {
  top: 38px;
  background: white;
  border: 1px solid #ddd;
  padding: 15px 10px;
  min-width: 400px; /*Rene 600px;*/
  display: none;
}
.foldoutmenu.edge {
  text-align: right;
  /*Rene, 11-02-15: Subcategory list rechts tonen in dropdown */
}
.foldoutmenu.edge .subcategories {
  padding-left: 5px;
  float: right;
}

.foldoutCatImg {
  float: right;
  /* Rene max-width: 53%; */
  margin-top: 10px;
  display: block;
}

.header-middle ul.adv_categories > li .foldoutmenu ul li {
  margin: 0px 0px 10px 0px;
  text-align: left;
}
.header-middle ul.adv_categories > li .foldoutmenu ul li:last-child {
  margin: 0px;
}
.header-middle ul.adv_categories > li .foldoutmenu ul li a {
  text-decoration: none;
  background: url("../customer/images/icon-title-blue.png") 0px 3px no-repeat;
  padding: 0px 0px 0px 15px;
  font-weight: normal;
  font-family: "Questrial", sans-serif;
  font-size: 14px;
  line-height: 15px;
  text-transform: none;
  transition: all 0.25s linear;
}
.header-middle ul.adv_categories > li .foldoutmenu ul li a:hover {
  color: #003333;
  background-position: 0px -27px;
}

.header-middle ul.adv_categories > li .foldoutmenu.edge ul li {
  text-align: right;
}
.header-middle ul.adv_categories > li .foldoutmenu.edge ul li a {
  background-position-x: 100%;
  padding: 0px 15px 0px 0px;
}
.header-middle ul.adv_categories > li .foldoutmenu.edge ul li a:hover {
  background-position-x: 100%;
  background-position-y: -27px;
}

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

.megamenu .foldoutmenu.edge {
  text-align: left;
}

.breadcrumbs {
  margin: 5px 0;
  color: #94ab50;
  line-height: 20px;
  border-bottom: 1px solid #f3f3f3;
  padding: 0px 0px 5px 0px;
}
.breadcrumbs span {
  padding: 5px;
}
.breadcrumbs a {
  color: #2d2d2d;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .breadcrumb-btn-back {
  position: relative;
  display: none;
}
.breadcrumbs .breadcrumb-btn-back .icon-left-dir {
  position: absolute;
  left: -15px;
  padding: 0;
  top: -10px;
  font-size: 32px;
}
.breadcrumbs .breadcrumb-btn-back .btn-back-text {
  color: white;
  margin-left: 12px;
  height: 19px;
  display: inline-block;
  padding: 0 10px;
}
.breadcrumbs .breadcrumb-btn-back:hover {
  text-decoration: none;
}
.breadcrumbs .breadcrumb-btn-back:hover .icon-left-dir {
  color: #94ab50;
}
.breadcrumbs .breadcrumb-btn-back:hover .btn-back-text {
  background: #94ab50;
}

/*
 * Footer
 */
/* ==========================================================================
   Footer styles
   ========================================================================== */
footer, .footer {
  margin: 15px 0 0 0;
  padding: 15px 0;
  background: #94ab50;
}
footer a, .footer a {
  color: #fff;
}
footer input, .footer input {
  color: #999;
}
ul footer > li a, ul .footer > li a {
  text-decoration: none;
}
ul footer > li a:hover, ul .footer > li a:hover {
  text-decoration: underline;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-column {
  width: 21%;
  min-width: 250px;
  flex-grow: 1;
  margin-bottom: 10px;
}
.footer-column ul {
  list-style: none;
}
.footer-column ul li.footerlinks {
  margin: 0px 0px 10px 0px;
}
.footer-column ul li.footerlinks:before {
  content: "•";
}
.footer-column ul li.footerlinks a {
  text-decoration: none;
  padding: 0px 0px 0px 15px;
  transition: all 0.25s linear;
}
.footer-column ul li.footerlinks a:hover {
  text-decoration: underline;
}
.footer-column ul li.footerlinks a.adv_button:hover {
  color: #fff;
}
.footer-column ul li.footerlinks img {
  vertical-align: middle;
  padding-right: 5px;
}
.footer-column .footer-title {
  color: #fff;
  margin-bottom: 5px;
}
.footer-column .footer-content {
  color: #fff;
}
.footer-column span.title-span {
  text-transform: uppercase;
  margin: 0 0 1em 0;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
.footer-column .icon-right-dir,
.footer-column .icon-down-dir {
  display: none;
}
.footer-column .icon-footer {
  font-size: 16px;
}
.footer-column .icon-footer.icon-facebook-squared {
  color: #3b5998;
}
.footer-column .icon-footer.icon-twitter-squared {
  color: #55acee;
}
.footer-column .icon-footer.icon-pinterest-circled {
  color: #cb2027;
}
.footer-column .icon-footer.icon-gplus-squared {
  color: #dd4b39;
}
.footer-column .icon-footer.icon-youtube {
  color: #cc181e;
}

.footer-column-mobile {
  display: none;
}

.news-subscribe {
  float: right;
}
.news-subscribe form input {
  margin: 10px 0;
  width: 100%;
}
.news-subscribe form a {
  float: right;
}

/*
 * Subfooter
 */
.subfooter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #ececec;
}
.subfooter ul {
  padding: 0px;
  margin: 10px 0px 10px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.subfooter ul > li {
  list-style: none;
  margin-right: 15px;
  color: #999;
}
.subfooter ul > li a {
  color: #2d2d2d;
  text-decoration: none;
}
.subfooter ul > li a:hover {
  color: #94ab50;
}

.omhoog-desktop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 9999;
}
.omhoog-desktop a i {
  border-radius: 100%;
  float: left;
  color: white;
  font-size: 22px;
  padding: 15px;
  width: 30px;
  height: 30px;
  background: #2d2d2d;
}
.omhoog-desktop a i:hover {
  opacity: 0.7;
}

.anchor_klantenservice {
  position: absolute;
  margin-top: -110px;
}

h2.klantenservice span {
  padding-top: 5px;
}

/* Modules
   ========================================================================== */
/*@import "modules/jquery_fancybox";*/
/**
 * In de _phpvariables.scss staan de modules met bijbehorende waarden
 */
.fancybox-skin select {
  background: #fff;
}

.quickview_top {
  background: #eee;
  clear: both;
  padding: 13px 20px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  color: #666;
  font-size: 14px;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.quickview_bottom {
  background: #ececec;
  clear: both;
  padding: 13px 13px;
  position: relative;
  text-align: right;
  display: block;
  border: 1px solid #dddddd;
}

.fancybox-skin .add-to-cart {
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
}

.fancybox-skin .quickview_descr {
  margin: 0 0 15px 0;
  clear: both;
  display: block;
}

.fancybox-skin .choose-options {
  width: 100%;
}

.fancybox-skin .product-listprice {
  font-size: 25px;
  font-weight: normal;
}

.fancybox-skin #product_price {
  color: #999;
  font-family: fantasy;
  display: inline-block;
  font-size: 30px;
  line-height: 26px;
  margin: 0 10px 15px 0px;
  float: left;
  opacity: 0.7;
}

.fancybox-skin h1 {
  margin: 8px 0 0 0;
  padding-bottom: 0;
  border: none;
}

#fancybox-outer {
  background: none;
}

.fancybox-skin .content {
  padding: 20px 5px 0px 5px;
}

.fancybox-skin #productdetail-leftcol {
  padding: 15px;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#fancybox-overlay {
  background: #dddddd !important;
}

.fancybox-skin ul.productlist li {
  position: relative;
}

.fancybox-skin ul.productlist li .productlist-thumb {
  position: relative;
  overflow: hidden;
}

.quick-order {
  background: url("../modules/Quickview/css/quick-add.png") no-repeat center;
  display: block;
  float: left;
  width: 20px;
  height: 100%;
  margin: auto 2%;
  text-align: center;
  cursor: pointer;
}

.fancybox-skin #productdetail-rightcol {
  padding: 15px;
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.fancybox-skin #product-info {
  float: none;
}

.fancybox-skin #product-info li {
  margin-left: 0;
}

.fancybox-skin #product-info li .product-bundle-thumb {
  width: 60px;
  float: left;
}

.fancybox-skin #product-info li .product-bundle-thumb img {
  max-width: 60px;
  height: auto;
}

.fancybox-skin #product-info li .product-bundle-title {
  width: 95px;
  float: left;
}

.fancybox-skin .product-bundle li {
  clear: none;
  width: 50%;
  margin-bottom: 0;
}

.fancybox-skin .product-bundle li h3 {
  margin: 0 0 5px 0;
  font-size: 11px;
}

.fancybox-skin .product-bundle li table {
  width: 100%;
}

#added_product {
  background: #fff;
  border: 1px solid #CCCCCC;
  width: 100%;
  float: left;
  -ms-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

#added_product .productdetail-table, .fancybox-skin .productdetail-table {
  float: left;
  clear: both;
}

#added_product .productdetail-table td {
  padding: 0;
}

#added_product img {
  border: 1px solid #cccccc;
}

.quick-button a.adv_button {
  color: #fff;
  font-size: 11px;
  margin: 0;
  padding: 8px 12px;
  text-transform: uppercase;
  text-decoration: none;
  background: #94ab50;
}

.quickview_cart_row {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 5px;
  border-bottom: 1px solid #ececec;
}
.quickview_cart_row.quickview_items {
  border-bottom: 0px;
}

.quick-order:hover {
  background: url("../modules/Quickview/css/quick-add-inv.png") no-repeat center center;
  opacity: 0.9;
  color: #fff;
}

.productlist li:hover .quick-order {
  display: block;
}

.add_to_cart_disabled a.adv_button {
  opacity: 0.7;
  text-decoration: none;
}

.quick-button {
  margin-top: 3px;
}

.grijs a.adv_button {
  background: #dddddd;
  color: #666;
  border: 1px solid #cccccc;
  text-decoration: none;
}

a.quick-order-more {
  color: #94ab50;
  display: block;
  float: left;
  margin: 10px 0;
  text-decoration: none;
}

#add-notify-data {
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*height: 110px;*/
  padding: 20px;
}

#add-notify-data ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

/* #add-notify-data .quickview_items{background:url("../modules/Quickview/css/arrow_quickview.png") no-repeat 0 center;padding:7px 0 7px 35px;margin: 15px 0;font-size:16px;} */
#add-notify-data span.title_text {
  color: #2d2d2d;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 20px 0;
  font-family: Oswald;
  text-transform: uppercase;
}

#add-notify-data p {
  color: #2d2d2d;
  margin: 0 0 20px 0;
}

#add-notify-data .button-container {
  clear: both;
  margin: 50px 0 22px 0;
  padding: 0px;
  position: relative;
  text-align: right;
  width: 100%;
  float: right;
}

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

#add-notify-data .productdetail-table td {
  vertical-align: top;
}

#add-notify-data .productdetail-table td b {
  padding: 0 0 10px 0;
  display: block;
}

.prod-details-qv {
  width: 336px;
  margin: 18px 0;
}

.prod-amount-qv {
  padding-right: 15px;
}

.prod-prices-qv-af {
  text-decoration: line-through;
}

.prod-thumb-qv {
  margin-right: 7px;
}

#mod-cookieacceptatie.cookiemodule {
  background-color: #f3f3f3;
  padding: 6px;
  font-size: 14px;
  position: fixed;
  bottom: 0;
  left: 0px;
  right: 0px;
  z-index: 9999;
  max-width: 1170px;
  margin: 0 auto;
  border: 1px solid lightgrey;
}

/**
 * Manufacturers module
 */
/* Manufacturers lijst
   ========================================================================== */
.manufacturer-descr {
  margin: 10px 0;
}

.manufacturerlist-thumb {
  height: 150px;
  margin: 0 auto;
  position: relative;
}
.manufacturerlist-thumb img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* Hide dots, if there is only a single dot */
/**
!!IMPORTANT!!
Setting the height of a slider container may break the flickity height calculation if you set setGallerySize: true (see javascripts_bottomt.tpl), or do not set it al (as the default is true).
**/
li.dot:first-child:nth-last-child(1) {
  display: none;
}

.flickity-page-dots {
  position: static;
  margin: 10px 0px;
}

.products-slider {
  position: relative;
}
.products-slider .products-slider-cell {
  width: 25%;
  min-width: 200px;
  margin-right: 10px;
  padding: 5px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: white;
}
.products-slider .products-slider-cell img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.products-slider .flickity-button {
  background-color: #ececec;
}
.products-slider .flickity-button:disabled {
  opacity: 0.5;
}
.products-slider .flickity-button:focus {
  box-shadow: 0 0 0 5px #94ab50;
}

.featured-products-slider {
  position: relative;
}
.featured-products-slider .featured-products-slider-cell {
  width: 25%;
  min-width: 200px;
  margin-right: 10px;
  padding: 5px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: white;
}
.featured-products-slider .featured-products-slider-cell img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.featured-products-slider .flickity-button {
  background-color: #ececec;
}
.featured-products-slider .flickity-button:disabled {
  opacity: 0.5;
}
.featured-products-slider .flickity-button:focus {
  box-shadow: 0 0 0 5px #94ab50;
}

.reviews-slider {
  position: relative;
}
.reviews-slider .reviews-slider-cell {
  width: 25%;
  min-width: 200px;
  min-height: 150px;
  margin-right: 10px;
  padding: 5px;
  display: flex;
  flex-flow: column;
  background: white;
}
.reviews-slider .reviews-slider-cell img {
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.reviews-slider .flickity-button {
  background-color: #ececec;
}
.reviews-slider .flickity-button:disabled {
  opacity: 0.5;
}
.reviews-slider .flickity-button:focus {
  box-shadow: 0 0 0 5px #94ab50;
}

.merken-slider-new {
  position: relative;
}
.merken-slider-new .merken-slider-cell {
  width: 33%;
  padding: 10px;
  margin-right: 10px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 100px;
}
.merken-slider-new .merken-slider-cell img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.merken-slider-new .flickity-button {
  background-color: #ececec;
}
.merken-slider-new .flickity-button:disabled {
  opacity: 0.5;
}
.merken-slider-new .flickity-button:focus {
  box-shadow: 0 0 0 5px #94ab50;
}

.subcategory-slider {
  position: relative;
  box-sizing: border-box;
  margin: 10px 0px;
}
.subcategory-slider.referral_page {
  margin: 20px 0px;
  border: 1px solid #ececec;
  box-shadow: 2px 2px 5px #ececec;
}
.subcategory-slider .subcategory-slider-cell {
  /*width: 15%;*/
  min-width: 200px;
  height: 150px;
  margin-right: 10px;
  border: 1px solid #ececec;
  display: flex;
  align-items: stretch;
  justify-content: center;
  line-height: 1;
}
.subcategory-slider .subcategory-slider-cell.referral_page {
  border: none;
  height: auto;
}
.subcategory-slider .subcategory-slider-cell.text-box {
  /*margin: 2px 0px;*/
  border: 1px solid #ececec;
  height: 30px;
}
.subcategory-slider .subcategory-slider-cell a {
  display: flex;
  flex-direction: column;
  padding: 0 8px;
}
.subcategory-slider .subcategory-slider-cell a span {
  margin: auto;
  white-space: nowrap;
}
.subcategory-slider .subcategory-slider-cell img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.banners-slider {
  position: relative;
  box-sizing: border-box;
  margin: 10px 0;
}
.banners-slider .flickity-button:disabled {
  display: none;
}
.banners-slider .banners-slider-cell {
  box-sizing: border-box;
  box-shadow: 2px 2px 5px silver;
  border: 1px solid #ececec;
  margin-bottom: 7px; /* To accommodate box-shadow in flickity script */
  width: 325px;
  margin-right: 20px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.banners-slider .banners-slider-cell a {
  display: flex;
  flex-direction: column;
}
.banners-slider .banners-slider-cell a span {
  margin: 10px;
  font-weight: 600;
  min-height: 60px;
}
.banners-slider .banners-slider-cell img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.accordion ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion ul li {
  margin: 0 0 1px;
  padding: 0;
  overflow: hidden;
}
.accordion p {
  margin: 0 0 10px;
}
.accordion h3 {
  padding: 0;
  margin: 10px 0;
}
.accordion details ul {
  padding-left: 20px;
}
.accordion details ul li {
  list-style-type: disc;
  overflow: visible;
}
.accordion ul.checkmarks {
  padding-left: 0px;
  list-style: none;
}
.accordion ul.checkmarks img {
  height: 1em;
  margin-right: 5px;
}
.accordion ul.checkmarks li {
  list-style-type: none;
}

ul.checkmarks {
  padding-left: 0px;
  list-style: none;
}
ul.checkmarks img {
  height: 1em;
  margin-right: 5px;
}
ul.checkmarks li {
  list-style-type: none;
}

.product_descr {
  padding: 5px 1%;
  flex: 1 1 60%;
}

.usp_descr {
  flex: 1 1 30%;
  min-width: 320px;
}

ul.horizontal-tab-bar {
  list-style: none;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
ul.horizontal-tab-bar li {
  float: left;
  margin-right: 1.5rem;
}

/* Tabel tekening opmaak */
/* Fix maattabel display for new CKeditor 5 generated code */
div.maattabel-container table {
  width: 100%;
  max-width: 100%;
  overflow: auto;
  margin: 0 0 10px 0;
  display: block;
}
div.maattabel-container table tr:first-child {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background: #39c;
  color: white;
}
div.maattabel-container table td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ececec;
  text-align: center;
  border: 1px solid #ddd;
}

.maattabel {
  overflow: auto;
  margin-bottom: 0 !important;
  display: block;
}

.maattabel td {
  text-align: center;
  border: 1px solid #ddd;
  padding: 5px;
}

.maattabel-tr2 {
  font-weight: 700;
}

.maattabel-tr3 {
  background: #94ab50;
  color: white;
}

.maattabel-hoes {
  float: left;
  width: 50%;
  display: inline-table;
}

.fav_prod_heart {
  display: block;
  width: 20px;
  margin-left: auto;
  cursor: pointer;
  background: transparent url(../modules/Favourite_Products/images/heart-grey.svg) no-repeat center;
  transition: all 0.25s linear;
}
.fav_prod_heart:hover {
  background: transparent url(../modules/Favourite_Products/images/heart-black.svg) no-repeat center;
}

/*!
*  - v1.5.0
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  visibility: hidden;
}

.slider-pro-placeholder {
  background: #fff;
  min-height: 660px;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}
.sp-image.fancybox-zoom { /* Rene toevoeging */
  cursor: zoom-in;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.sp-bottom-thumbnails {
  margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail {
  border: none;
}

.sp-thumbnail img.play-button {
  position: absolute;
  z-index: 100;
  width: 90px;
  height: 90px;
}

.sp-thumbnail img.video-thumb {
  object-fit: cover;
  width: 90px;
  height: 90px;
}

.sp-video--iframe-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  border: 1px solid silver;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-rtl .sp-thumbnail-container {
  float: right;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: url("../customer/js/SliderPro/images/openhand.cur"), move;
}

.sp-grabbing {
  cursor: url("../customer/js/SliderPro/images/closehand.cur"), move;
}

.sp-selectable {
  cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-full-screen-button:before {
  content: "↕";
}

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.sp-rtl .sp-buttons {
  direction: rtl;
}

.sp-full-screen .sp-buttons {
  display: none;
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid silver;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.sp-selected-button {
  background-color: silver;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}
/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute;
}

.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
  left: 20px;
  right: auto;
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal .sp-next-arrow {
  right: 20px;
  left: auto;
  color: #666;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  left: 20px;
  right: auto;
}

.sp-vertical .sp-previous-arrow {
  top: 20px;
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #DDD;
}

.sp-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
  content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: "▶";
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro img.sp-layer {
  border: none;
}

:root {
  --carousel-slide-width: 97px;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.05s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.05s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4)) ;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px ;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px ;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
  text-align: left;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.05s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.05s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.05s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.05s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.1s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.05s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.05s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.05s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.05s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.05s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.05s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

#mainCarousel {
  /*width: 600px;*/
  max-width: 100%;
  margin: 0 auto 1rem auto;
  --carousel-button-color: #000;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
  	0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel .carousel__slide {
  width: 100%;
  padding: 0;
}

#mainCarousel .carousel__button.is-prev {
  left: -9px;
}

#mainCarousel .carousel__button.is-next {
  right: -9px;
}

#mainCarousel .carousel__button:focus {
  outline: none;
  box-shadow: 0 0 0 3px #ececec;
}

#thumbCarousel .carousel__slide {
  /*opacity: 0.5;*/
  padding: 0;
  margin: 0.25rem;
  width: 96px;
  height: 96px;
  border: 1px solid silver;
  border-radius: 4px;
  cursor: pointer;
}

#thumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

#thumbCarousel .carousel__slide.is-nav-selected {
  /*opacity: 1;*/
  border: 1px solid #2d2d2d;
}

.filterblock .menucontent {
  height: auto;
  max-height: 200px;
  overflow: auto;
  margin: 0 0 15px 0;
}

div.adfil-color-container-not-selected, div.adfil-color-container-selected {
  position: relative;
  border: 2px solid #ececec;
  margin: 0px 9px 9px 0;
  float: left;
}

div.adfil-color-container-selected {
  border: 2px solid #000;
}

div.adfil-color {
  width: 22px;
  height: 22px;
}

div.adfil-color-text {
  width: auto;
  padding: 0px 3px;
  height: 22px;
  line-height: 24px;
}

.filter-col {
  float: left;
  /*color:#777777;*/
  width: 100%;
}

.halfcol {
  float: left;
  width: 50%;
}

.filter-col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.filter-col li {
  position: relative;
}

.adfil-color {
  cursor: pointer;
}

.adfil-var {
  float: left;
  width: 65px;
}

.price-slider {
  padding: 5px 0;
}

.price-slider input {
  border: medium none;
  padding: 5px 0;
  text-align: center;
  width: auto;
  margin: 3px 0 0 0;
}

.min-price {
  float: left;
  padding-top: 12px;
}

.max-price {
  float: right;
  padding-top: 12px;
}

.filter-reset {
  float: left;
  width: 100%;
}

.filter-reset a {
  display: block;
  padding: 10px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: #eee;
  font-size: 16px;
}

.filter-reset a:hover {
  background: #94ab50;
  color: white;
}

/*
* ^DP: UNCOMMENT onderstaande als je geen checkboxes wilt tonen in het filter, maar alleen de tekst

.filter-col input[type="checkbox"] { 
    display: none; 
}
.filter-col label:hover,
.filter-label-selected { 
    text-decoration: underline;
}

* End checkbox verbergen
*/
.filter-col input {
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}

.filter-col input[type=checkbox],
.filter-col label,
.adfil-color {
  cursor: pointer;
}

/* VERHUISD NAAR _form.scss						   
input[type=checkbox].css-checkbox {
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0;
	border:0;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left:22px;
	height:14px; 
	display:inline-block;
	line-height:14px;
	background-repeat:no-repeat;
	background-position: 0 0;
	margin:5px 0;
	vertical-align:middle;
	cursor:pointer;
	text-transform:none;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -14px;
	text-transform:none;
}
.css-label{ background-image:url(images/checkboxes.png);}
*/
/* styles for horizontal filter */
ul.horizontal_filter_bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  list-style: none none;
  margin: 0px;
  padding: 0px;
}

ul.horizontal_filter_bar li {
  margin: 0 5px;
  float: left;
}

span.remove_all_filters {
  display: inline-block;
  padding: 0.5rem;
}

div.suggested_filter_block {
  background-color: #f3f3f3;
  padding: 5px 15px;
  clear: both;
  margin: 8px 0;
}

div.suggested_filter_block hr {
  margin: 8px 0;
}

ul.filter-horizontal {
  list-style: none none;
  margin: 0px;
  padding: 0px;
}

span.filter_count {
  color: #999;
  font-size: 13px;
  font-family: Questrial, sans-serif;
}

li.filter-element-horizontal label {
  cursor: pointer;
}

li.filter-element-horizontal label a {
  color: white;
}

.horizontal_filter_label {
  float: left;
  margin-top: 7px;
}

span.gekozen_filter {
  float: left;
  margin-right: 2em;
}

input.show_hide {
  position: absolute;
  left: -9999px;
}

input.show_hide[type=checkbox] ~ ul li.show_more_hidden {
  /*width: 100%;*/
  display: none;
  transition: all 0.5s ease-in-out;
  /*overflow: hidden;*/
  /*max-height: 0;*/
  /*transition: max-height .45s cubic-bezier(.44, .99, .48, 1);*/
}

input.show_hide[type=checkbox] ~ ul li a label {
  color: #94ab50;
}

input.show_hide[type=checkbox] ~ ul li a label.show_more:before {
  content: "Toon meer";
}

input.show_hide[type=checkbox]:checked ~ ul li a label.show_more:before {
  content: "Toon minder";
}

input.show_hide[type=checkbox]:checked ~ ul li {
  display: list-item;
}

.opc-container input {
  margin: 3px 0;
  width: 100%;
}

.opc-container select {
  margin: 3px 0;
  width: 100%;
}

.opc-container input[type=radio], .opc-container input[type=checkbox] {
  width: auto;
}

input[type=radio] {
  margin: 0px 12px 0 0;
  position: relative;
}

input[id=ship2diff], input[id=c_account] {
  margin: 0px 6px 0 0;
  position: relative;
}

input[id=coupon_code] {
  float: left;
  margin: 0;
  padding: 8px;
  position: relative;
  width: 100%;
}

textarea {
  margin: 10px 0 0 0;
  width: 100%;
}

.opc-container .FormButton {
  vertical-align: middle;
}

.main {
  width: 996px !important;
}

.maincontent {
  float: left;
  margin: 0 0 20px 0;
  width: 836px;
}

div.opc-container .opc-section h2,
div.opc-container .opc-section h3 {
  color: #94ab50;
  font-weight: normal;
}

div.opc-container label {
  line-height: 18px;
  vertical-align: middle;
}

div.opc-container h1 {
  font-size: 20px;
}

.opc-container {
  border: 1px solid #eeeeee;
  float: left;
  padding: 0;
  width: 100%;
}

ul#opc-sections {
  background: url("../modules/One_Page_Checkout/images/opc-container-overlay.png") 0px 0px no-repeat;
  margin: 0;
  padding: 0;
}

ul#opc-sections li#opc_profile_li {
  background: #fff;
}

ul#opc-sections li#opc_shipping_payment_li {
  background: #fff;
}
ul#opc-sections li#opc_shipping_payment_li h3 {
  padding-bottom: 5px;
}

ul#opc-sections li#opc_shipping_payment_li h2, ul#opc-sections li#opc_shipping_payment_li h3 {
  color: #94ab50;
}

ul#opc-sections li#opc_summary_li {
  background: #fff;
}

ul#opc-sections li#opc_summary_li h2, ul#opc-sections li#opc_summary_li h3 {
  color: #94ab50;
}

ul#opc-sections li#opc_profile_li, ul#opc-sections li#opc_shipping_payment_li, ul#opc-sections li#opc_summary_li {
  width: 33.33%;
  padding: 0 10px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul#opc-sections li#opc_profile_li h2, ul#opc-sections li#opc_shipping_payment_li h2, ul#opc-sections li#opc_summary_li h2 {
  color: #FFFFFF;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

ul#opc-sections li#opc_profile_li h2 {
  background: #94ab50;
}

ul#opc-sections li#opc_shipping_payment_li h2 {
  background: #94ab50;
}

ul#opc-sections li#opc_summary_li h2 {
  background: #94ab50;
}

ul#opc-sections li.opc-section h2 {
  font-weight: normal;
  font-size: 12px;
  padding: 7px 0;
  margin: 0;
}

ul#opc-sections li.opc-section h3 {
  font-weight: normal;
  font-size: 16px;
  padding: 10px 0 15px 0;
  line-height: 19px;
  margin: 0;
  border: 0 none;
}

ul#opc-sections li.last {
  margin-right: 0 !important;
}

ul#opc-sections li.opc-section {
  text-align: left;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0 none;
}

.login_box {
  background: url("../modules/One_Page_Checkout/images/signin_blok.png") no-repeat center -2px;
  height: 43px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 100%;
}

.login_box a {
  color: #94ab50;
  text-decoration: none;
  font-weight: bold;
}

.submit_coupon_dis {
  background: #FFEEDF;
  padding: 3px 7px 3px 25px;
  text-decoration: none;
  color: white;
  border: 1px solid #FDD9B9;
  font: 12px Arial, Helvetica, sans-serif;
  font-weight: bolder;
}

#register_box {
  display: none;
}

.opc-container .Star, .opc-container .star {
  color: #94ab50;
  padding: 0 4px;
  display: inline-block;
}

div.button_place {
  background-color: #94ab50;
  color: #fff;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  font-family: Oswald;
}

div.button_place:hover {
  background-color: #666;
}

div.button_dis {
  background: #eee;
  color: #bbb;
  font-size: 11px;
  padding: 0px 12px;
  border: 1px solid #ddd;
  text-decoration: none;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  text-transform: uppercase;
  display: inline-block;
  cursor: default;
}

input.submit_coupon {
  background: none;
  padding: 0;
  text-decoration: none;
  border: none;
  cursor: pointer;
  width: 27px;
  height: 27px;
  position: relative;
  text-decoration: none;
  top: -30px;
}

.arrowbutton {
  background: #94ab50;
  border: 1px solid #DDDDDD;
  float: right;
  height: 30px;
  line-height: 29px;
  padding: 0;
  position: relative;
  text-align: center;
  top: -32px;
  width: 30px;
  color: #fff;
}

.arrowbutton:before {
  content: "►";
}

.submit-button {
  text-align: center;
}

.opc-dialog-message-content {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  display: none;
  width: 300px;
  z-index: 100;
}

#btn_box {
  width: auto;
}

#app {
  margin-top: 20px;
}

.customer_information_box {
  font-size: 11px;
}

.address-box {
  float: left;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
}

.address-box h3 {
  margin-left: 0px !important;
}

.address-line {
  margin: 5px 0;
}

.address-line-center {
  margin: 5px 100px;
}

.opc-register {
  font-size: 11px !important;
}

.StreetNum {
  font-size: 11px !important;
}

.account {
  display: none;
}

.reg-box {
  font-size: 11px;
}

.reg-box td {
  padding: 10px 0 5px 0;
}

.red-input {
  border: 2px solid;
  border-color: #ff7474;
  background-color: #ffc7c7;
}

.pm-info, .ship-info {
  width: 100%;
  font-size: 14px;
}

.pm-info ul, .ship-info ul {
  width: 100%;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0 none;
}

.pm-info ul li, .ship-info ul li {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 5px;
  margin: 5px 0;
}

.pm-info ul li label, .ship-info ul li label {
  width: 100%;
  display: block;
  cursor: pointer;
}

.pm-info ul li.checked, .ship-info ul li.checked {
  border: 1px solid #94ab50;
  background-color: rgba(148, 171, 80, 0.3882352941);
}

#cart_totals table {
  font-size: 11px;
  vertical-align: middle;
  table-layout: fixed;
  width: 100%;
}

.add-coupon {
  font-size: 11px;
  width: 100%;
}

.coupon-err {
  color: #C71717;
  display: none;
  margin: 10px 0;
}

#div_err {
  color: #C71717;
  margin: 0;
}

.opc-notes {
  font-size: 11px;
}

.wait-message {
  background: url(images/loading.gif) center no-repeat;
  height: 40px;
  width: 40px;
  margin: 0 auto;
}

.ProductPriceSmall {
  vertical-align: middle;
  color: #FF9932;
  font-weight: bold;
  font-size: 13px;
}

.agree_text {
  padding: 0 0 20px 0;
  line-height: 18px;
  text-align: left;
}

.agree_text a {
  color: #94ab50;
  text-decoration: none;
}

.agree_text a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #666;
}

a.password_recovery {
  text-decoration: none;
}

a.password_recovery:hover {
  text-decoration: none;
  color: #FF9932;
}

.TableHead td {
  border-bottom: 1px solid #dddddd;
  padding: 0 0 8px 0;
}

.TableHead2 td {
  border-bottom: 1px solid #aaaaaa;
  padding: 5px 0 8px 0;
}

.TableHead3 td {
  border-bottom: 1px solid #dddddd;
  padding: 10px 0 8px 0;
}

.TableHead4 td {
  padding: 10px 0 8px 0;
}

.TableHead5 td {
  padding: 10px 0 8px 0;
}

.TableHead6 td {
  padding: 8px 0 0px 0;
}

td.kolomlast {
  background: #fff;
  padding: 0px 0px 0px 15px;
  text-align: right;
}

td.kolomlast2 {
  background: #fff;
  padding: 0px 0 0px 15px;
  text-align: right;
}

td.kolomlast3 {
  padding: 0px 0 0px 15px;
  text-align: right;
}

.redprice {
  font-weight: bold;
  color: #94ab50;
  font-size: 18px;
}

.TableHead td a, .TableHead2 td a, .TableHead3 td a {
  text-decoration: none;
}

.TableHead td a:hover, .TableHead2 td a:hover, .TableHead3 td a:hover {
  text-decoration: underline;
}

table.options_opc td {
  border: 0;
  padding: 1px 4px;
}

.including {
  font-style: italic;
  padding-top: 3px;
}

/*********** Buttons ***********/
.opc-section .adv_button {
  /*margin: 0 0 0 1px;*/
}

.opc-section a.adv_button {
  /*	background: $primary-color;
      color: #fff;
      font-size: 11px;
      padding: 0px 12px;
      text-decoration: none;
      font-weight: bold;
      height:25px;
      line-height: 25px;
      text-transform: uppercase;
      display:inline-block;*/
}

.opc-section a.adv_button:hover {
  background: #666;
}

.cart-item a.adv_button {
  padding: 2px 5px;
  line-height: 20px;
  background: #fff none;
  font-size: 10px;
  font-weight: normal;
  border: 1px solid #0d5daa;
  color: #000;
}

/** .big-button .adv_button { padding: 8px 12px; font-size: 11px; color: #fff; margin:0; text-transform: uppercase; background: #fa6a2e url('../images/bigbutton_bg.png') repeat-x; border: 1px solid #444;}
.big-button .adv_button:hover, a.buynow-button:hover { color: #ededed;} **/
a.buynow-button {
  background: #fa6a2e url("../images/bigbutton_bg.png") repeat-x;
  border: 1px solid #444;
  color: #fff;
}

.breadcrumbs {
  margin-left: 0;
}

#pakjegemak_fields {
  background: #fff;
  padding: 10px;
}

#pakjegemak_fields input {
  max-width: 267px;
}

/*********** End: buttons ***********/
.inactive-block {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
}

.zipcode_error {
  color: red;
}

/*** POSTNL LOCATIONS ***/
#pickup_locations_list {
  list-style: none;
  padding: 0px;
}

#pickup_locations_list li {
  display: flex;
  align-items: center;
  border: 1px solid grey;
  padding: 5px;
  margin-bottom: 3px;
}

.pickup_location_openinghours {
  margin-top: 5px;
}

.pickup_location_left {
  float: left;
  width: 60%;
}

.pickup_location_right {
  float: left;
  width: 40%;
}

.postnl_select_button {
  float: right;
}

.extra_pickup_location {
  display: none;
}

/*** DELIVERY DAYS ***/
#delivery_date_selector option[disabled] {
  color: lightgrey;
}

.shipping-info p {
  margin-top: 0px;
}

/*
    Created on : 29 Nov 2022, 12:04:51
    Author     : René Toonders
*/
.related-colors-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px 0;
}
.related-colors-container div {
  padding: 10px;
  border: 1px solid #ececec;
}
.related-colors-container div:hover {
  border: 1px solid #888;
}
.related-colors-container div.selected {
  border: 1px solid #888;
}

/* Main content pagina's
   ========================================================================== */
.welkomimgWrapper {
  width: 100%;
  margin: 10px 0px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.welkomimgWrapper img {
  width: 100%;
}
.welkomimgWrapper .welkomimg {
  flex-wrap: wrap;
  min-width: 300px;
  display: flex;
  margin: 5px;
  flex: 1 1 48%;
}

.subWelcomeslider {
  margin: 25px 0;
}

.subbanner1 {
  width: 65%;
  margin-right: 1%;
  display: inline-block;
}

.subbanner2 {
  width: 32.5%;
  display: inline-block;
}

.categorylist-container {
  background: #ececec;
  width: 100%;
  padding: 0 0 15px 0;
}
.categorylist-container h2 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
}
.categorylist-container h3 {
  min-width: 106px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .categorylist-container {
    /* IE10+ CSS */
    display: none;
  }
}

.cat-card {
  background: white;
  margin: 5px;
  flex: 1 1 22%;
}

.category-tiles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  max-width: 1170px;
  margin: auto;
}
.category-tiles-grid div.categorylist-item {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  border: 1px solid white;
  font-family: "Oswald", sans-serif;
  text-align: center;
  background: white;
}
.category-tiles-grid div.categorylist-item:hover {
  border: 1px solid #888;
}
.category-tiles-grid div.categorylist-item a {
  /*color:$primary-color;*/
}
.category-tiles-grid div.categorylist-item a:hover {
  /*color:$darkgrey;*/
}

.welkomimgbanner {
  width: 100%;
  margin-right: 2%;
  margin-top: 5px;
  float: left;
}
.welkomimgbanner img {
  width: 100%;
}

.welkomimgUSP {
  background-color: #f3f3f3;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 1.2%;
}
.welkomimgUSP span {
  font-size: 1.2rem;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  line-height: 27px;
  color: #666;
  font-family: oswald;
  margin: 8px 2px;
}
.welkomimgUSP span img {
  width: 22px;
  vertical-align: baseline;
  margin: 0px 2px;
}
.welkomimgUSP span span {
  color: #94ab50;
}

.welcome_text {
  width: 46%;
  float: left;
  padding: 2%;
}
.welcome_text.left_text {
  margin-right: 2%;
}

.welcome_text_container {
  background-color: #f3f3f3;
}

.full-homepage-text {
  display: block;
}

.short-homepage-text {
  display: none;
}

.homepage-read-more-link {
  display: none;
}

.productdetail {
  position: relative;
}
.productdetail ul {
  list-style: square inside;
}

.productdetail-leftcol {
  float: left;
  width: 50%;
  padding: 0px 3% 0px 0px;
  min-height: 50px; /* Rene: to avoid page shifting */
  box-sizing: border-box;
}

.productdetail-rightcol {
  float: left;
  width: 50%;
}
.productdetail-rightcol table {
  max-width: 100%;
}
.productdetail-rightcol .big-button a {
  padding: 13px 30px 15px 30px;
  border-radius: 3px;
}

.productdetail-info a, .description a {
  color: #94ab50;
  vertical-align: text-top;
}
.productdetail-info a:hover, .description a:hover {
  text-decoration: underline;
}

.productdetail-info p {
  margin: 15px 0px;
  padding: 0px;
}

div.special_product_offer_container {
  border: 1px solid grey;
  background-color: #f3f3f3;
  padding: 10px;
  margin-top: 5px;
}
div.special_product_offer_container p {
  margin: 5px 0px;
}
div.special_product_offer_container h2 {
  margin: 0px;
}

.productdetail-info br {
  line-height: 15px;
}

/*.productdetail-uspcol {
    float: right;
    width: $productdetail-uspcol-width;
	border-bottom: 1px solid $lightgrey;

    ul {
        margin: 0px;
        padding: 0px;
        line-height: 21px;

        li {
            background: url("../customer/images/groenvink.jpg") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
            list-style: outside none none;
            padding: 0 0 0 23px;
        }
    }
}*/
.productdetail-actie {
  float: right;
  width: 25%;
  color: #666;
}
.productdetail-actie .dialogheader {
  margin: 10px 0;
}

.productdetail-thumb {
  width: auto;
  position: relative;
  text-align: center;
}
.productdetail-thumb img {
  max-width: 100%;
  height: auto;
  border: 1px solid silver;
}

.video-button {
  margin: 1% 1% 2% 1%;
  display: inline-block;
  float: left;
}
.video-button:hover {
  opacity: 0.5;
}

.detailed_images a {
  text-decoration: none;
}

ul#det-images {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#det-images li {
  float: left;
  padding: 3px;
}

.ai-image-warning {
  color: #2d2d2d;
  font-size: 10px;
}

.product-info {
  float: left;
}
.product-info li {
  margin-left: 14px;
}

.productdetail-table td {
  vertical-align: middle;
  padding: 0 3px 3px 0;
  color: #444;
}

.productdetail-lbl {
  font-weight: bold;
  font-size: 14px;
}

.productdetail-price {
  font-size: 30px;
  line-height: 26px;
  font-family: "Oswald" sans-serif;
  color: #8C8C8C;
  margin-right: 10px;
}

.formatted-decimals .price-decimals {
  font-size: 58%;
  position: relative;
  top: -0.5em;
  left: -0.2em;
}

.productdetail-listprice {
  text-decoration: line-through;
  font-family: "Oswald" sans-serif;
  font-size: 25px;
  color: #a9a9a9;
}

table.wholesale {
  border-collapse: collapse;
  border: 2px solid #ececec;
}
table.wholesale td {
  border: 1px dashed #ececec;
  padding: 5px;
}
table.wholesale td.wholesale-prices {
  background: #eee;
}

.wholesale-tax-note td {
  font-size: 10px;
  padding: 5px;
}

/*.add-to-cart {
    @extend .clearfix;
    //margin: 15px 0;
    //padding: 10px 0;
	//width:100%;

    .product-add2wl {
        background: url("../customer/images/bg-wishlist-green.png") no-repeat scroll 0 4px;
        color: $darkgrey;
        float: left;
        font-size: 12px;
        margin: 10px 0 0;
        padding: 1px 0 0 20px;
        text-transform: capitalize;

        &:hover {
            background: url("../customer/images/bg-wishlist-green.png") 0px -14px no-repeat;
            color: $primary-color;
        }
    }

    tr td {
        padding: 5px 10px 5px 0px;
    }
}

.add-to-cart td.quantity {
    width: 20%;
}*/
td.productdetail-field {
  padding-right: 10px;
}

#module-tabfields {
  margin-top: 30px;
}

.readmoreBtn {
  color: #3399cc;
  margin: 10px 0px 0px 0px;
  text-decoration: underline;
}

.info-link-fancybox {
  color: grey;
  display: block;
  float: right;
  text-align: right;
}

.icon-truck {
  margin-right: 5px;
}

.icon-clock {
  margin-right: 2px;
}

.tips-en-advies img {
  float: left;
  display: block;
  margin-right: 15px;
}
.tips-en-advies p {
  display: block;
}

.green {
  color: #339933;
}

.blue {
  color: #0088cc;
}

.sale_item_percentage-product {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 3.3;
  padding: 0;
  font-size: 15px;
  background: #94ab50;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-left: 15px;
  z-index: 9;
  position: relative;
  bottom: 10px;
}

.sale_upsell {
  width: 32px;
  height: 32px;
  font-size: 11px;
  line-height: 3;
  bottom: 4px;
}

.usp-icons {
  line-height: 2.4em;
}

.usp-icons img {
  width: 20px;
}

.product-details-header {
  color: #999;
  background-color: rgba(211, 211, 211, 0.3019607843);
  font-family: Oswald;
  font-size: 16px;
  /*font-weight: normal;*/
  line-height: 16px;
  text-transform: uppercase;
}

/* Options header on product page */
.product-options-header {
  background-color: rgba(211, 211, 211, 0.3019607843);
  font-family: oswald;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 5px;
  color: #666;
}

/* styling for seleccted option */
.selected-option-container {
  display: flex;
  width: 100%;
  margin: 0 0 5px 0;
  justify-content: space-between;
  border: 1px dashed silver;
  box-sizing: border-box;
}
.selected-option-container .selected-option-image {
  width: 100px;
  margin-right: 20px;
}
.selected-option-container .selected-option-textbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px;
}

/*Extra products upsell with modal*/
.extra-product-container {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid lightgrey;
  padding: 7px;
}
.extra-product-container .text-container {
  float: left;
  display: flex;
  flex-direction: column;
}
.extra-product-container input[type=checkbox]:checked ~ .price-info {
  color: #2d2d2d;
}
.extra-product-container .price-info {
  color: #999;
}
.extra-product-container .selected-extra-product-image {
  width: 50px;
  margin: 0 8px;
  align-self: center;
}

.extra-product-container:last-child {
  margin-bottom: 0;
}

.line-through {
  text-decoration: line-through;
}

.bonusbar {
  background: #94ab50;
  color: white;
  padding: 3px;
}

.checkmark-promote {
  margin: auto 0;
  height: 16px;
  position: relative;
  width: 16px;
  flex-grow: 0;
  flex-shrink: 0;
}

.text-link-promote {
  margin-left: 2px;
  white-space: nowrap;
}

.onze-keuze {
  height: auto;
  position: absolute;
  z-index: 1;
  left: -5%;
}

.modal-title {
  min-height: 40px;
  font-family: "Oswald";
  font-size: 18px;
  font-weight: 700;
  color: #2d2d2d;
  word-wrap: break-word;
}

.product-bundle-title {
  margin-left: 5px;
}

/*
 Sticky product footer
*/
.sticky-product-footer {
  display: none;
  width: 100%;
  background-color: #f3f3f3;
  border-top: 2px solid #ececec;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  box-shadow: 1px 0px 3px #999;
}

.sticky-product-footer-spacer {
  display: none;
  height: 70px;
}

/*
 * (Sub)categories
 */
/* New productlist */
.products {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.products .product-card, .products .empty-product-card {
  box-sizing: border-box;
  border: 1px solid #ececec;
  padding: 5px;
  flex-grow: 1;
  flex-basis: 31%;
  display: flex; /* so child elements can use flexbox stuff too! */
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width: 200px;
}
.products .product-card:hover, .products .empty-product-card:hover {
  border: 1px solid #888;
  z-index: 3;
}
.products .product-card .special-offer-card-text, .products .empty-product-card .special-offer-card-text {
  flex: 1 1 80%;
  text-align: center;
  margin-top: 1%;
  font-family: "Oswald";
  font-size: 20px;
  text-transform: uppercase;
  color: #666;
  margin: auto;
}
.products .product-card .product-card-header, .products .empty-product-card .product-card-header {
  display: flex;
  justify-content: space-between;
}
.products .product-card .product-image, .products .empty-product-card .product-image {
  position: relative;
}
.products .product-card .product-image a, .products .empty-product-card .product-image a {
  display: flex;
  justify-content: center;
  align-items: center; /* Necessary to avoid image stretching (on small screens) in Edge and IE */
}
.products .product-card .product-info, .products .empty-product-card .product-info {
  margin-top: auto;
}
.products .product-card .comparison-box, .products .empty-product-card .comparison-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.products .product-card .sale_item_percentage, .products .empty-product-card .sale_item_percentage {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 3.3;
  padding: 0px;
  font-size: 15px;
  background: #94ab50;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 9;
}
.products .product-card .productlist-overlay-image, .products .empty-product-card .productlist-overlay-image {
  position: absolute;
  right: 12px;
  bottom: 2px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.products .empty-product-card {
  border: 0px;
  order: 9999;
}
.products .empty-product-card:hover {
  border: 0px;
}

span.title {
  font-size: 14px;
  padding: 0;
  margin: 0px 0px 10px 0px;
  height: 39px;
  overflow: hidden;
  font-weight: 700;
}
span.title a {
  color: #2d2d2d;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Oswald" sans-serif;
}

.products > * {
  margin: 1%;
}

.products {
  margin: -1%;
}

.main-cat h3 {
  text-transform: uppercase;
}
.main-cat h3.cart-header {
  color: #94ab50;
  margin: 0px;
  font-size: 18px;
  display: flex;
}
.main-cat .banner-grid {
  background: #ececec;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 15px;
}
.main-cat .banner-grid div {
  /*flex: 1 1 30%;*/
}
.main-cat .banner-grid h2 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-cat .banner-grid {
    /* IE10+ CSS */
    display: none;
  }
}

.flex-overflow-container {
  overflow-x: auto;
  display: flex;
  justify-content: space-between;
}
.flex-overflow-container .flex-overflow-item {
  box-sizing: border-box;
  width: 120px;
  min-width: 120px;
  border: 1px solid #ececec;
  margin: 1%;
  padding: 5px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  background: #fff;
}
.flex-overflow-container .flex-overflow-item a {
  color: #339933;
}
.flex-overflow-container .flex-overflow-item img {
  width: 100%;
}

.maincat-descr {
  display: flex;
  flex-flow: column wrap;
}
.maincat-descr.bottom_descr {
  display: block;
}
.maincat-descr h1.imgtitle {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #8bc2d6;
  font-size: 4.5em;
  text-transform: capitalize;
}
.maincat-descr a {
  color: #94ab50;
}
.maincat-descr a:hover {
  text-decoration: underline;
  color: #2d2d2d;
}
.maincat-descr h2 {
  font-size: 16px;
  margin: 10px 0px 10px 0px;
  text-transform: uppercase;
  color: #666;
  font-family: questrial, sans-serif;
}

.maincat-icon {
  float: left;
}

.subcategorydiv {
  border: 1px solid #888;
}

.subcategorylist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.subcategorylist div {
  flex: 1 1 31%;
  min-width: 180px;
}
.subcategorylist div img {
  width: 100%;
}
.subcategorylist div:hover {
  background: #ececec;
}
.subcategorylist div:hover h2 a {
  color: #94ab50;
}
.subcategorylist div h2 a {
  display: block;
  padding: 5px 0;
  text-align: center;
}

.filteraccordion, .filteraccordioncontent {
  display: none;
}

.filteraccordion {
  width: 100%;
  float: left;
  clear: both;
}

.filteraccordioncontent label {
  position: relative;
  /*left:-14px;*/
  padding-left: 18px;
}

.filter-subcat-container {
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  justify-items: stretch;
  clear: both;
  margin: 5px 0 10px 0;
}
.filter-subcat-container a {
  display: block;
  background-color: #ececec;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

/*.subcategory-popup, .filter-popup {
	width: 100%;
	height: 100%;
	padding:10px;
	text-align: justify;

	&.content-scroll{
		max-height: calc(100vh);
		overflow: auto;
	}

	.subcategory-popup-title {
		display: block;
		margin: 10px 0;
		border-bottom: 2px solid silver;
		font-size:24px;
	}

	nav a {
		display: block;
		font-size: 16px;
		border-bottom: 1px solid silver;
		padding: 20px 0 14px 0;
		text-align:left;
	}

	.result-button {
		position: fixed;
		bottom:0;
		left:0;
		width:100%;
		background: white;
		text-align:center;
		padding:5px;
	}

}*/
.search-result {
  line-height: 33px;
  font-size: 12px;
  margin: 0 0 10px 0;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.search-result .search-right {
  float: right;
}

.bg-highlight,
.dialog-headertext {
  background: #ececec;
  padding: 10px;
}

.SearchSortCell {
  padding: 0 0 0 5px;
}

.SearchSortCell b {
  color: #000;
  font-weight: normal;
}

.SearchSortLink {
  padding: 0 0 0 10px;
}

.searchresult-navigation {
  margin: 5px;
  display: flex;
  align-content: space-around;
  gap: 1%;
  flex-wrap: wrap;
}

.searchresult-page-nav {
  margin-left: auto;
}
.searchresult-page-nav a {
  width: 24px;
  line-height: 24px;
  text-align: center;
  float: left;
  border: 1px solid #ececec;
  border-right: 0px;
  background: #fff;
  color: #2d2d2d;
  margin: 0px;
}
.searchresult-page-nav a:hover {
  text-decoration: none;
  background: #ececec;
  color: #94ab50;
}
.searchresult-page-nav .page-active {
  width: 24px;
  line-height: 24px;
  text-align: center;
  float: left;
  border: 1px solid #ececec;
  background: #ececec;
  border-right: 0px;
}
.searchresult-page-nav img {
  position: relative;
  top: 1px;
}
.searchresult-page-nav .nav-last, .searchresult-page-nav .nav-passive {
  border-right: 1px solid #ececec;
}
.searchresult-page-nav .spacer {
  display: block;
  font-size: 20px;
  float: left;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.searchresult-page-nav .spacer:hover {
  text-decoration: none;
  background: transparent;
  color: #2d2d2d;
}

.listviewwrap {
  float: left;
  margin: 6px 30px 0px 0px;
}
.listviewwrap .tiles {
  background: url("../customer/images/grid-olivegreen.png") 0px 0px no-repeat;
  width: 23px;
  height: 23px;
  cursor: pointer;
  float: left;
  margin: 0px 10px 0px 0px;
}
.listviewwrap .list {
  background: url("../customer/images/list-olivegreen.png") 0px 0px no-repeat;
  width: 23px;
  height: 23px;
  cursor: pointer;
  float: left;
}
.listviewwrap .tiles:hover, .listviewwrap .list:hover, .listviewwrap .active {
  background-position: 0px -23px;
}

.searchresult-sort-nav td {
  padding: 8px 3px;
  color: #666;
}
.searchresult-sort-nav td a {
  text-decoration: none;
  color: #666;
}
.searchresult-sort-nav td a:hover {
  color: #94ab50;
  text-decoration: none;
}

.stock-checkbox {
  margin-top: 9px;
}
.stock-checkbox #stock_filter {
  /*position:relative;*/
  top: 2px;
}

/*
 * Productlist
 */
.productlist-page {
  clear: both;
}

.productTiles {
  margin: 10px 0 0 0;
  padding: 0;
}
.productTiles .productlist-item {
  border: 1px solid #f3f3f3;
  height: 390px;
  display: block; /*Rene*/
  float: left; /*Rene*/
  box-sizing: border-box; /*Rene*/
  width: 33%; /*Rene*/
  margin: 0px; /*Rene*/
  padding: 1.5%;
  text-align: left;
  vertical-align: top;
  z-index: 2;
  background: white;
  position: relative;
  /*&.columns3 {
  	 &:nth-child(3n+3) {
  		margin-right:0;
  	}
  }*/
  /*&.columns4 {
  	width: 20.3%;
  	min-height:0px;
  	 &:nth-child(4n+4) {
  		margin-right:0;
  	}
  }*/
}
.productTiles .productlist-item .hoverbar {
  display: block;
  height: 40px;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.productTiles .productlist-item .hoverbar select.amountselect {
  display: none;
}
.productTiles .productlist-item:hover {
  border: 1px solid #888;
  z-index: 3;
}
.productTiles .productlist-item:last-child {
  margin-bottom: 1.5%;
}

.inWinkelwagen {
  position: relative;
  top: 100px;
  left: -1px;
  width: 100.5%;
  background: white;
  opacity: 0.7;
  z-index: 10;
}
.inWinkelwagen span {
  background: #94ab50;
  color: white;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  float: left;
  font-family: "Oswald" sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

/*
.productlist li .inWinkelwagen {
   position: absolute;
   top: 100px;
   left: -1px;
   width: 76.9%;
   background: none;
   opacity: 0.7;
   z-index: 10;

   span {
	   background: $primary-color;
	   color: white;
	   width: 100%;
	   text-align: center;
	   padding: 15px 0px;
	   float: left;
	   font-family: 'Oswald' sans-serif;
	   font-size: 16px;
	   text-transform: uppercase;
   }
}
*/
/*
.productlist-thumb {
    width: 100%;
    margin: 0 auto;
    text-align: center;
	position:relative;

    img {
		height:auto;
		max-width: 100%;
        max-height: 100%;
		margin:auto;
    }
	.productlist-newicon {
		position:absolute;
		top:15px;
		right:15px;
		z-index: 10;
	}
	.productlist-saleicon {
		position:absolute;
		top:15px;
		right:15px;
		z-index: 9;
	}

}
*/
.midwrapper span.title {
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.midwrapper span.title a {
  color: #2d2d2d;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Oswald" sans-serif;
}

.availwrapper span.yes {
  color: #339933;
  font-weight: bold;
}
.availwrapper span.no {
  color: red;
  font-weight: bold;
}
.availwrapper span.presale {
  color: #339933;
  font-weight: normal;
}

.productlist-prices {
  margin: 15px 0 5px 0;
  text-align: left;
  font-family: "Oswald" sans-serif;
}
.productlist-prices a {
  padding: 5px;
  display: block;
}

.productlist-listprice {
  text-decoration: line-through;
  padding-left: 10px;
  font-family: "Oswald" sans-serif;
  color: #cacaca;
  font-size: 23px;
}

.productlist-price {
  color: #aaaaaa;
  font-size: 26px;
}

.productlist-details {
  display: block;
  clear: left;
}

.bottomwrapper {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.bottomwrapper .buynowwrap {
  float: left;
}
.bottomwrapper .buynowwrap a.adv_button {
  background-color: #94ab50;
  display: inline-block;
  color: #fff;
  font-weight: normal;
  border-radius: 2px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 12px 9px 12px;
  text-decoration: none;
  line-height: 100%;
}
.bottomwrapper .buynowwrap a.adv_button:hover {
  background-color: #2d2d2d;
}
.bottomwrapper .buynowwrap .wishlistwrap a {
  background: white;
  padding: 1px 0px 0px 0px;
  margin: 7px 0px 0px 0px;
  color: #2d2d2d;
  text-transform: capitalize;
  font-size: 12px;
}
.bottomwrapper .buynowwrap .wishlistwrap a:hover {
  background: white;
  color: #94ab50;
}
.bottomwrapper select.amountselect {
  display: none;
}
.bottomwrapper .listmanufwrap {
  float: right;
  max-width: 35%; /*25%*/
}
.bottomwrapper .listmanufwrap a img {
  max-height: 50px; /*35px*/
}
.productlist-item:hover .bottomwrapper {
  visibility: visible;
  opacity: 1;
}

/*
 * Toggle naar de lijst (1 per rij)
 */
/*
.productlist-page .productlist {

	.productlist-item {
		width: 100%;
		padding: 15px 0px;
		border: none;
		min-height: 1px;
		border-bottom:1px solid $lightgrey;
		margin:0px 0px 15px 0px;
		position: relative;
		//@include transition(none);

		&:hover {
			border-bottom:1px solid $lightgrey;
		}

		.productlist-thumb {
			float: left;
			width: 25%;
			margin: 0px;
			height: auto;

			.productlist-newicon, .productlist-saleicon {
				display: none;
			}
		}

		.midwrapper {
			border: none;
			float: left;
			width: 47%;
			padding: 0px 2%;

			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-moz-box-orient: vertical;
			-webkit-box-orient: vertical;
			-ms-box-orient: vertical;
			-webkit-flex-direction: column;
			flex-direction: column;

			h2 {
				height: inherit;
				margin-top: 0px;
				-moz-box-ordinal-group: 1;
				-webkit-box-ordinal-group: 1;
				-ms-flex-order: 1;
				-webkit-order: 1;
				order: 1;
			}

			.productlist-prices, .productlist-marketprice, .availwrapper, .description {
				-moz-box-ordinal-group: 2;
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 2;
				-webkit-order: 2;
				order: 2;
			}

			.productlist-prices {
				margin-top: 0px;
			}

			.description {
				display: block !important;

				a.descrreadmore {
					color: $primary-color;

					&:hover {
						color:$darkgrey;
					}
				}
			}
		}

		.bottomwrapper {
			display: block !important;
			opacity: 1 !important;
			visibility: visible !important;
			float: right;
			width: 19%;
			border: 1px solid #ddd;
			padding: 2% 1.5%;

			.buynowwrap {
				width: 100%;

				a.buynow-button {
					width: 100%;
					text-align: center;
					margin: 0px 0px 5px 0px;
					padding: 10px 0px 9px 0px;
				}
				a.adv_button {
					width: 100%;
					text-align: center;
					margin: 0px 0px 5px 0px;
					padding: 10px 0px 9px 0px;
				}

				.wishlistwrap a {
					margin:7px 0px 10px 0px;
					padding: 0px;
				}

			}

			.listmanufwrap {
				width: 80%;
				margin: 0px 10%;
				max-width: 100%;
				text-align: center;

				a img {
					max-height: 100%;
				}
			}
		}
	}
}
*/
/*
 * Navigation
 */
.productlist-nav {
  background: #eee;
  background-image: linear-gradient(white, #eee);
  border: 1px solid #ececec;
  padding: 0 10px;
  color: #2d2d2d;
  clear: both;
  /*
  &.productlist-nav-bottom {
      border-top: 1px solid $lightgrey;
      margin-top: 10px;
      padding-top: 10px;
  }

  &.productlist-nav-top {
      border-bottom: 1px solid $lightgrey;
      margin-bottom: 10px;
      padding-bottom: 10px;
  }
  */
}
.productlist-nav a {
  color: #94ab50;
}

.productlist-nav-sort td {
  padding: 4px 2px;
}
.productlist-nav-sort td a {
  text-decoration: none;
}
.productlist-nav-sort td a:hover {
  color: #94ab50;
  text-decoration: underline;
}

.filter-disabled {
  opacity: 0.5;
}

.sale_item_percentage {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 3.3;
  padding: 0px;
  font-size: 15px;
  background: #94ab50;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
}

.top10_number {
  font-size: 48px;
  color: #94ab50;
}

.subcategory_text {
  flex: 0 0 auto;
  width: 1200px;
  max-width: 100%;
  margin: 30px 0px;
}
.subcategory_text h2 {
  font-size: 16px;
  margin: 10px 0px 10px 0px;
  text-transform: uppercase;
  color: #666;
  font-family: questrial, sans-serif;
}

.referral-cat {
  flex: 1 0 60%;
  align-content: center;
}
.referral-cat .category-banner-full-width {
  background-color: #eaf5ea;
  text-align: center;
  position: relative;
  height: 200px;
  background-position-x: center;
  background-position-y: top;
}
.referral-cat .referral-page-subcat-list {
  flex: 1 0 300px;
}
.referral-cat .referral-page-subcat-list ul {
  list-style-position: inside;
  padding: 0px;
}
.referral-cat .referral-page-subcat-list ul li {
  margin-bottom: 10px;
}
.referral-cat .referral-page-subbanners {
  flex: 1 0 60%;
  align-content: center;
}
.referral-cat .referral-page-subbanners a {
  flex: 1 1 40%;
  position: relative;
  margin: 0 10px;
  min-height: 240px;
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
}
.referral-cat .referral-page-subbanners a div {
  display: inline-block;
  color: white;
  margin: 10px;
  background-color: #94ab50;
  padding: 5px;
}

.sidebarbanner {
  width: 100px;
  margin-right: 5px;
}

.sidebarbanner-img {
  position: sticky;
  top: 7%;
}

.sidebarbanner-products {
  flex: 1 1 85%;
}

.subcat-customer-service {
  flex: 1 1 25%;
  border: 1px solid #dcdcdc;
  margin: 1% 2% 1% 0;
  padding: 1%;
  min-width: 125px;
}
.subcat-customer-service h3 {
  font-size: 16px;
  color: #94ab50;
}
.subcat-customer-service.ghost {
  border: 0;
}

/*
 * News module
 */
/* ==========================================================================
   Subscribe
   ========================================================================== */
.news-subscribe input {
  width: 100%;
}

/*
 * Cart
 */
.cart-main {
  gap: 10px;
}

.cart-items-wrapper, .cart-details-table {
  width: 100%;
  border-bottom: 1px solid #ececec;
  padding: 10px;
}
.cart-items-wrapper th, .cart-details-table th {
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px;
  background: #94ab50;
  color: #fff;
}
.cart-items-wrapper th.productsum_title, .cart-details-table th.productsum_title {
  padding-left: 10px;
}
.cart-items-wrapper th.remove, .cart-details-table th.remove {
  padding-right: 10px;
}
.cart-items-wrapper th.th-center, .cart-details-table th.th-center {
  text-align: center;
}
.cart-items-wrapper th.th-right, .cart-details-table th.th-right {
  text-align: right;
}
.cart-items-wrapper td, .cart-details-table td {
  vertical-align: middle;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.cart-items-wrapper td td, .cart-details-table td td {
  padding: 0;
  border-bottom: none;
}
.cart-items-wrapper td.td-center, .cart-details-table td.td-center {
  text-align: center;
}
.cart-items-wrapper td.td-right, .cart-details-table td.td-right {
  text-align: right;
}

.cart-products {
  flex: 1 0 56%;
}

.cart-product-info {
  width: 65%;
}

.cart-item {
  position: relative;
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}

.cart-thumb {
  width: 20%;
  padding-right: 8px;
}

.cart-thumb img {
  width: 100px;
  height: auto;
  margin: 0 10px 0 0;
}

.cart-quantity {
  /* Rene width:45%; */
}

.cart-avail-select {
  min-height: 2rem;
  border-left: 4px solid #94ab50;
}

.cart-availwrapper {
  margin-top: 5px;
}

.cart-product-price {
  width: 10%;
}

.cart-product-listprice {
  text-decoration: line-through;
}

.cart-product-add {
  width: 20%;
}

.cart-remove {
  width: 10%;
  margin: 1em;
}

.cart-buttons {
  float: right;
  margin-top: 10px;
  text-align: right;
  margin-top: 10px;
}

.cart-coupon {
  background: #fff;
  border: 2px dotted #f3f3f3;
  padding: 15px;
  width: 40%;
  float: left;
  box-sizing: border-box;
}
.cart-coupon h3 {
  margin: 0 0 10px 0;
}
.cart-coupon table, .cart-coupon input {
  width: 100%;
}

.cart-coupon form {
  margin-top: 10px;
}
.cart-coupon form input {
  margin: 0 0 15px 0;
}
.cart-coupon .content,
.cart-coupon .contentblock {
  padding: 0;
  margin: 0;
}

.cart-totals-wrapper {
  flex: 1 0 38%;
  background: #ececec;
  padding: 0 2% 2% 2%;
}

.tbl-cart-totals {
  float: right;
  width: 100%;
}
.tbl-cart-totals td {
  line-height: 20px;
}

.tbl-cart-totals-methods {
  padding-bottom: 5px;
}
.tbl-cart-totals-methods td {
  padding: 0 5px 5px 0;
  vertical-align: top;
}

.totals-line-seperator {
  border-bottom: 1px solid #2d2d2d;
  padding: 4px 0;
}

td.tbl-label {
  padding: 0 2px 0 0;
  vertical-align: middle;
}

td.tbl-value {
  text-align: right;
  padding: 0 0 0 5px;
}

.totals-label,
.totals-value {
  font-weight: bold;
  font-size: 14px;
}

td.totals-label,
td.totals-value {
  line-height: 36px;
}

/*
 * Checkout
 */
.payment-methods td {
  padding: 0 15px 10px 0;
}

.checkout-accountbox {
  width: 32%;
  margin-right: 2%;
  float: left;
}

.checkout-accountbox-last {
  margin: 0;
  float: right;
}

.cart-subtotal {
  text-align: right;
  border: 1px solid #ececec;
  border-left: 0;
  border-right: 0;
  padding: 10px;
}
.cart-subtotal table {
  float: right;
  margin-right: 110px;
}
.cart-subtotal table td {
  vertical-align: top;
}
.cart-subtotal .FormButton {
  font-weight: bold;
}
.cart-subtotal .subtotal {
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
}
.cart-subtotal .discounted-subtotal {
  line-height: 26px;
}

.checkout-notes {
  float: left;
  margin: 20px 0;
  width: 100%;
}
.checkout-notes textarea {
  width: 100%;
}

.cart-upsell-container {
  justify-content: left;
  gap: 10px;
}

.cart-upsell-product {
  border: 1px solid #ececec;
  padding: 5px;
  flex-grow: 0;
  flex-basis: 31%;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  min-width: 250px;
}

.cart-upsell-img {
  width: 25%;
  padding: 5px;
}

.cart-upsell-productinfo {
  width: 75%;
  padding: 5px;
  flex-direction: column;
  text-align: left;
}

.cart-upsell-price {
  margin-top: auto;
}

/* Categorylist
   ========================================================================== */
ul.shopcategories {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 380px) {
  .main-category {
    float: left;
    width: 50%;
  }
}
@media (min-width: 600px) {
  .main-category {
    width: 25%;
  }
}
.main-category:hover {
  background: #f3f3f3;
}

.category-block {
  margin: 10px;
  padding: 0 5px;
}
.category-block h2 {
  border-bottom: 2px solid #f3f3f3;
}
.category-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-block ul ul {
  margin: 0 0 20px 0;
}
.category-block ul ul h3 {
  font-weight: normal;
}
.category-block a {
  display: block;
}

.cat-content {
  width: 33%;
  float: left;
}
.cat-content p {
  text-align: center;
  font-weight: 700;
  min-height: 38px;
  margin: 0;
}

/* Homepage categorie blokken
   ========================================================================== */
ul.shopcategories-home {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
ul.shopcategories-home li {
  float: left;
  margin: 20px;
  width: 200px;
}

.category-block-home {
  position: relative;
  text-align: center;
  height: 200px;
}
.category-block-home img {
  width: auto;
  max-height: 200px;
}
.category-block-home .transparent-layer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: #f3f3f3;
  opacity: 0.5;
}
.category-block-home h2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 30px;
}
.category-block-home h2 a {
  display: block;
}
.category-block-home h2 a:hover {
  color: rgb(117.9282868526, 136.2549800797, 63.7450199203);
}

.category-home-subtitle {
  margin: 5px 0 0 0;
}

.iframe_showroom {
  width: 100%;
  height: 500px;
}

img.image-right {
  float: right;
  margin: 10px 0px 10px 10px;
}

img.image-left {
  float: left;
  margin: 10px 10px 10px 0px;
}

/* Print styles
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /* WE WILLEN GEEN LINKJES UITSCHRIJVEN *
     a[href]:after {
         content: " (" attr(href) ")";
     }

     abbr[title]:after {
         content: " (" attr(title) ")";
     }
  */
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .no_print, header, .footer, .subfooter {
    display: none;
  }
}
/* Responsive css overrules indien geactiveerd
   ========================================================================== */
/* Put complete code inside a big mixin to be able to load it in an @if structure
   ========================================================================== */
/** 
 * Onderstaande bestanden bevatten mixins met hierin de styles die later ingevoegd
 * worden, omdat je in een mixin geen import kunt doen.
 */
/* Landscape phone to portrait tablet */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
/* Portrait phones and down */
summary::-webkit-details-marker {
  color: #003333;
}

/** 
 * Start mixin
 */
.visible_larger_767_flex {
  display: flex !important;
}

.invisible_larger_767_block {
  display: block !important;
}

.invisible_larger_767_flex, .invisible_larger_767_block {
  display: none !important;
}

/* Einde Bootstrap*/
/* toevoeging voor video*/
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * -- responsive/_mmenu.scss
 * Moet geladen worden boven de is-responsive class of werkt anders niet!
 */
/*
	Animations
*/
.mm-opened .mm-page,
.mm-opened #mm-blocker,
.mm-is-menu.mm-horizontal .mm-inner > ul {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
}

.mm-opened.mm-dragging .mm-page {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.mm-opened.mm-dragging.mm-next .mm-menu,
.mm-opened.mm-dragging.mm-front .mm-menu {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

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

.mm-opening .mm-page,
.mm-opening #mm-blocker {
  border: none solid rgba(1, 1, 1, 0);
}

.mm-is-menu.mm-horizontal .mm-inner > ul {
  -webkit-transition-property: margin-left;
  -moz-transition-property: margin-left;
  -ms-transition-property: margin-left;
  -o-transition-property: margin-left;
  transition-property: margin-left;
}

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

.mm-opened .mm-page,
.mm-opened #mm-blocker {
  margin: 0px;
  left: 0%;
  top: 0;
}

.mm-opening .mm-page,
.mm-opening #mm-blocker {
  margin: 0 0 0 -65px;
  left: 100%;
}

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

/* html/body */
.mm-opened,
.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mm-opened body {
  position: relative;
}

/* menu */
.mm-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  /*top: 56px;*/
  z-index: 0;
  overflow: hidden;
}

.mm-menu.mm-opened {
  display: block;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mm-menu.mm-opened ~ .mm-menu.mm-opened {
  display: none;
}

.mm-inner {
  width: 100%;
  height: 100%;
  padding: 0 65px 0 0;
}

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

.mm-is-menu li {
  position: relative;
}

.mm-is-menu li:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.mm-is-menu .mm-inner > ul {
  width: 100%;
  padding: 20px 0 40px 0;
}

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

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

.mm-menu a.mm-subopen:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
}

.mm-menu a.mm-subopen.mm-fullsubopen {
  border-left: none;
  width: 100%;
}

.mm-menu a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}

.mm-menu a.mm-subclose {
  text-indent: 40px;
  padding-top: 20px;
  margin-top: -20px;
}

.mm-menu a.mm-subopen + a,
.mm-menu a.mm-subopen + span {
  padding-right: 45px;
}

/* page + blocker */
.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: #fff;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
}

.mm-opened #mm-blocker,
.mm-blocking #mm-blocker {
  display: block;
}

/* vertical submenu */
.mm-menu.mm-vertical ul ul {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-menu.mm-vertical li.mm-opened > ul {
  display: block;
}

.mm-menu.mm-vertical ul ul li:last-child,
.mm-menu.mm-vertical ul ul li:last-child:after {
  border-bottom-width: 0;
}

.mm-menu.mm-vertical li.mm-selected > a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-selected > a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}

.mm-menu.mm-vertical li.mm-selected > em.mm-counter + a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-selected > em.mm-counter + a.mm-subopen + span {
  margin-right: 75px;
}

/* horizontal submenu */
.mm-menu.mm-horizontal .mm-inner {
  white-space: nowrap;
}

.mm-menu.mm-horizontal ul {
  vertical-align: top;
  margin-left: 0%;
}

.mm-menu.mm-horizontal ul.mm-submenu {
  display: none;
}

.mm-menu.mm-horizontal ul,
.mm-menu.mm-horizontal ul.mm-submenu.mm-opened {
  display: inline-block;
}

.mm-menu.mm-horizontal ul.mm-subopened {
  margin-left: -100%;
  max-height: 100%;
  overflow: hidden;
}

/*
	Menu, submenus, items
	- Styling (default: dark background)
*/
.mm-is-menu {
  background: #2d2d2d;
}

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

.mm-is-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mm-is-menu li:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.mm-is-menu li,
.mm-is-menu li > a,
.mm-is-menu li > span {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.mm-menu li.mm-selected > a,
.mm-menu li.mm-selected > span {
  background: rgba(0, 0, 0, 0.2);
}

.mm-menu li.mm-selected > a.mm-subopen {
  background: transparent;
}

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

.mm-menu a.mm-subopen:before {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}

.mm-menu a.mm-subclose {
  background: rgba(0, 0, 0, 0.2);
}

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

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

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

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

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

.mm-menu em.mm-counter + a.mm-subopen {
  padding-left: 35px;
}

.mm-menu em.mm-counter + a.mm-subopen + a,
.mm-menu em.mm-counter + a.mm-subopen + span {
  padding-right: 80px;
}

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

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

.mm-menu a.mm-subopen:after {
  border-top: none;
  border-left: none;
  margin-top: -4px;
  right: 16px;
}

.mm-menu a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-top: 4px;
  left: 20px;
}

.mm-menu.mm-vertical li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

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

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

.mm-menu li.mm-noresults {
  border: none;
  display: none;
  padding-top: 30px;
}

.mm-menu li.mm-noresults:after {
  border: none;
}

.mm-menu.mm-noresults li.mm-noresults {
  display: block;
}

.mm-menu .mm-noresult,
.mm-menu .mm-nosubresult > a.mm-subopen,
.mm-menu .mm-nosubresult > em.mm-counter {
  display: none;
}

.mm-menu .mm-nosubresult > a.mm-subopen + a,
.mm-menu .mm-nosubresult > a.mm-subopen + span {
  padding-right: 5px;
}

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

.mm-menu div.mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.9);
}

.mm-menu li.mm-noresults {
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}

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

.mm-no-overflowscrolling.mm-opened body {
  overflow-x: hidden;
}

.mm-no-overflowscrolling.mm-opened .mm-page {
  min-height: 200%;
  position: fixed;
  top: 0;
  z-index: 3;
}

.mm-no-overflowscrolling .mm-menu {
  height: auto;
  min-height: 100%;
  overflow: default;
  overflow-x: default;
  overflow-y: default;
  position: relative;
  left: auto;
  top: auto;
}

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

/*
	Sizing and positioning for larger screens
*/
@media all and (min-width: 500px) {
  .mm-menu {
    width: 500px;
  }
  .mm-opening .mm-page,
  .mm-opening #mm-blocker {
    left: 500px;
  }
}
@media (min-width: 768px) {
  .mm-menu {
    width: auto;
  }
  .mm-opening .mm-page,
  .mm-opening #mm-blocker {
    left: 0;
    margin: 0;
  }
}
/*
 * Mobile menu
 */
#mobilemenu {
  background: #f8f8f8;
  padding: 3% 5%;
  text-align: left;
  -ms-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 15px 0 rgba(0, 0, 0, 0.15);
}

#mobilemenu h3 {
  font-size: 26px;
  color: #000;
  margin: 0;
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: normal;
}

#mobilemenu .mobile_nav_title {
  font-size: 26px;
  color: #000;
  margin: 0;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: normal;
}

#mobilemenu ul {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 15px;
  color: black;
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: none;
  display: block;
  line-height: 34px;
}

#mobilemenu ul ul {
  margin: 0 0 0 0;
  border-left: 1px solid #dddddd;
  padding: 0 0 0 15px;
  text-transform: none;
}

#mobilemenu ul li {
  list-style-type: none;
  margin: 0;
}

#mobilemenu details summary .icon-right {
  margin: 9px 0;
  width: 15px;
  float: right;
  content: url(../customer/images/icon-right.svg);
}

#mobilemenu details[open] > summary .icon-right {
  transform: rotate(90deg);
}

#mobilemenu .black .icon-right {
  color: black;
}

#mobilemenu ul li a:link,
#mobilemenu ul li a:visited {
  color: black;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  display: block;
  line-height: 44px;
}

#mobilemenu ul li a.mobilemenu-all {
  text-transform: none;
  margin-left: 16px;
  font-weight: bold;
}

#mobilemenu ul.black li a:link,
#mobilemenu ul.black li a:visited {
  color: #000;
}

#mobilemenu ul li ul li a:link,
#mobilemenu ul li ul li a:visited {
  background: none;
  color: #000;
  margin: 0;
  text-transform: none;
  font-size: 15px;
  text-decoration: none;
  width: 100%;
  display: block;
  line-height: 36px;
  padding: 0;
}

#mobilemenu ul li ul li ul li a:link,
#mobilemenu ul li ul li ul li a:visited {
  font-size: 15px;
  color: #000;
  margin: 0;
  text-transform: none;
  text-decoration: none;
  width: 100%;
  display: block;
  line-height: 32px;
}

#mobilemenu ul li ul li a:hover,
#mobilemenu ul li ul li a:active {
  color: black;
  text-decoration: none;
}

.is-responsive {
  /**
   * Default 
   */
  /**
   * @media (max-width: 965px) -- devices/_max-desktop-small.scss
   */
  /**
   * @media (max-width: 830px) --  devices/_max-tablet-landscape.scss
   */
  /**
   * @media (max-width: 767px) -- devices/_max-tablet-portrait.scss
   */
  /**
   * @media (max-width: 600px) -- devices/_max-bigphone-landscape.scss
   */
  /**
   * @media (max-width: 520px) -- devices/_max-phone-landscape.scss
   */
  /**
   * @media (max-width: 380px) -- devices/_max-phone-portrait.scss
   */
}
.is-responsive .container {
  max-width: 1400px;
  width: 98%;
  padding: 0px 1%;
}
@media (max-width: 1024px) {
  .is-responsive .register-box input, .is-responsive .register-box select {
    width: 100%;
  }
  .is-responsive .register-box input[type=checkbox], .is-responsive .register-box input[type=radio] {
    width: auto;
  }
  .is-responsive .header-right {
    width: 31%;
  }
  .is-responsive .listviewwrap {
    float: left;
    margin: 6px 15px 0px 0px;
  }
}
@media (max-width: 830px) {
  .is-responsive {
    /* KLIKBARE DOELEN OPTIMALISATIE
    * ========================================== */
  }
  .is-responsive .fancybox-wrap {
    width: 90% !important;
  }
  .is-responsive .big-button {
    float: left;
  }
  .is-responsive .adv_button {
    margin: 0 5px 5px 0;
    white-space: nowrap;
  }
  .is-responsive .header-right {
    width: 33.5%;
  }
  .is-responsive .search input {
    width: 100%;
  }
  .is-responsive .search .search_icon {
    float: right;
  }
  .is-responsive .listviewwrap {
    margin: 6px 15px 0px 0px;
  }
  .is-responsive .searchresult-sort-nav {
    margin: 4px 0 0 10px;
  }
  .is-responsive .searchresult-sort-nav select {
    width: 13em;
  }
  .is-responsive .lng-select img {
    margin: 0;
    padding: 10px 5px;
  }
  .is-responsive .speedbar a, .is-responsive .subfooter-links a, .is-responsive .copyright a {
    display: inline-block;
    padding: 2px 10px;
  }
  .is-responsive .speedbar li:after, .is-responsive .subfooter-links li:after, .is-responsive .copyright li:after {
    padding: 0 0 0 3px;
  }
  .is-responsive .footer-column-mobile a {
    display: block;
  }
  .is-responsive .payicons, .is-responsive .keurmerken {
    float: right;
    margin: 0px 0px 0px 0px;
  }
  .is-responsive .payicons img, .is-responsive .keurmerken img {
    max-height: 30px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .is-responsive {
    /*** Sticky header ***/
  }
  .is-responsive .visible_larger_767_flex {
    display: none !important;
  }
  .is-responsive .invisible_larger_767_flex {
    display: flex !important;
  }
  .is-responsive .invisible_larger_767_block {
    display: block !important;
  }
  .is-responsive .buttons_showroom_sreen, .is-responsive .header-middle {
    display: none;
  }
  .is-responsive .listviewwrap, .is-responsive .hidden-m {
    display: none;
  }
  .is-responsive .omhoog-desktop {
    display: none !important;
  }
  .is-responsive #header-spacer {
    display: none;
  }
  .is-responsive .user-nav {
    display: none;
  }
  .is-responsive .sticky-product-footer {
    display: block;
  }
  .is-responsive .sticky-product-footer-spacer {
    display: block;
  }
  .is-responsive .left-col {
    display: none;
  }
  .is-responsive .main-col {
    width: 100%;
  }
  .is-responsive .maincontainer {
    margin-top: 110px;
  }
  .is-responsive .mobilemenulink {
    display: block;
    margin: 20px 0 0 8px;
  }
  .is-responsive .mobilemenulink .icon-menu {
    font-size: 26px;
    color: white;
    background: #003333;
    padding: 5px 1px 3px 1px;
  }
  .is-responsive .logo img {
    width: 130px;
  }
  .is-responsive h1, .is-responsive .dialogheader {
    font-size: 18px;
  }
  .is-responsive .search-box-container {
    width: 98%;
    flex-basis: 100%;
    order: 2;
    margin-top: 7px;
  }
  .is-responsive .search {
    margin-top: 7px;
  }
  .is-responsive .search input {
    padding: 10px 8px;
    box-sizing: border-box;
    height: 30px;
  }
  .is-responsive .search input:focus {
    color: #000;
  }
  .is-responsive .search .search_icon {
    width: 10px;
    height: 10px;
    position: absolute;
    padding: 7px;
    right: 3px;
    top: 3px;
  }
  .is-responsive .search .erase-icon {
    right: 34px;
    top: 6px;
    width: 8px;
    height: 8px;
    background: silver;
    padding: 5px 8px 5px 2px;
  }
  .is-responsive .search .erase-icon img {
    margin: 0 0 10px 3px;
  }
  .is-responsive .suggestionsBox {
    position: absolute;
    top: 97px;
    left: 0px;
    width: 100%;
  }
  .is-responsive .main-search-list > li {
    width: 100%;
  }
  .is-responsive .homecat {
    display: block;
    float: left;
    margin: 0;
    width: 100%;
  }
  .is-responsive .homepage-read-more-link {
    display: inline;
  }
  .is-responsive .full-homepage-text {
    display: none;
  }
  .is-responsive .short-homepage-text {
    display: block;
  }
  .is-responsive .breadcrumbs {
    font-size: 12px;
    padding: 10px;
  }
  .is-responsive .breadcrumbs span {
    padding: 0px;
  }
  .is-responsive .breadcrumbs .location_desktop {
    display: none;
  }
  .is-responsive .searchresult-navigation {
    justify-content: center;
    gap: 10px;
  }
  .is-responsive .menu-box {
    padding: 5px;
  }
  .is-responsive .filter-col ul li {
    position: relative;
  }
  .is-responsive .mobileoverloop {
    position: absolute;
    z-index: 999;
    left: 0px;
    width: 30px;
    padding-left: 20px;
  }
  .is-responsive .menu-toggle {
    display: none;
  }
  .is-responsive .productdetail-leftcol,
  .is-responsive .productdetail-rightcol,
  .is-responsive .mod-leftcol,
  .is-responsive .mod-rightcol,
  .is-responsive .contactform,
  .is-responsive .contact-info,
  .is-responsive .checkout-accountbox {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border: none;
    border-bottom: 1px solid #ececec;
  }
  .is-responsive .productdetail-rightcol {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .is-responsive .checkout-accountbox {
    border-bottom: none;
    margin: 0;
  }
  .is-responsive .cart-coupon {
    width: 100%;
    clear: both;
    margin: 15px 0;
  }
  .is-responsive .cart-totals {
    width: 100%;
  }
  .is-responsive .tbl-cart-totals {
    width: 100%;
  }
  .is-responsive .tbl-cart-totals select {
    width: 100%;
  }
  .is-responsive ul#opc-sections li#opc_profile_li, .is-responsive ul#opc-sections li#opc_shipping_payment_li, .is-responsive ul#opc-sections li#opc_summary_li {
    width: 100% !important;
  }
  .is-responsive ul.tabs li {
    width: 100%;
    margin-bottom: 7px;
  }
  .is-responsive ul.tabs li a {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .is-responsive ul.tabs li a.active {
    background: #666 url(../images/accordin_arrow_o.png) no-repeat scroll 98% 50%;
  }
  .is-responsive .social-bookmarks {
    display: none;
  }
  .is-responsive .footer {
    background: #003333;
    color: #fff;
  }
  .is-responsive .footer a {
    color: #fff;
  }
  .is-responsive .footer h4 {
    color: #fff;
  }
  .is-responsive .footer-column {
    padding-left: 10px;
    min-width: 200px;
    /* Verwijder hover bolletje */
  }
  .is-responsive .footer-column li.footerlinks a {
    background-image: none;
  }
  .is-responsive .footer-column li.footerlinks a:hover {
    color: #fff;
  }
  .is-responsive .footer-column .on,
  .is-responsive .footer-column .over {
    background: #003333;
    color: #fff;
  }
  .is-responsive .footer-column .on .icon-down-dir,
  .is-responsive .footer-column .over .icon-down-dir {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 24px;
    color: white;
    display: inline-block;
  }
  .is-responsive .footer-column .on .icon-right-dir,
  .is-responsive .footer-column .over .icon-right-dir {
    display: none;
  }
  .is-responsive .footer-column-mobile {
    display: inline-block;
    line-height: 35px;
    margin: 20px;
  }
  .is-responsive .footer-column-mobile a {
    text-decoration: none;
  }
  .is-responsive .footer-column-mobile img {
    float: left;
    margin: 0 10px 0 0;
  }
  .is-responsive .omhoog {
    float: left;
    padding: 0 10px 0 0;
  }
  .is-responsive .omhoog .icon-up-wrap {
    float: left;
    background: #003333;
    width: 35px;
    height: 33px;
    padding: 2px 0 0;
    text-align: center;
    margin: 0 10px 0 0;
  }
  .is-responsive .omhoog .icon-up-open {
    font-size: 26px;
    color: white;
  }
  .is-responsive .icon-desktop-wrap {
    float: left;
    width: 45px;
    height: 33px;
    padding: 2px 0 0;
    text-align: center;
    margin: 0 10px 0 0;
  }
  .is-responsive .icon-desktop {
    font-size: 35px;
    color: #fff;
  }
  .is-responsive .subfooter {
    height: auto;
  }
  .is-responsive .subfooter a.dark {
    color: #94ab50;
  }
  .is-responsive .subfooter .copyright {
    float: left;
  }
  .is-responsive .searchresult-page-nav {
    margin: 0;
  }
  .is-responsive .searchresult-page-nav a {
    width: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .is-responsive .searchresult-page-nav .page-active {
    width: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .is-responsive .maincat-descr {
    margin-bottom: 5px;
  }
  .is-responsive .maincat-descr h1.imgtitle {
    font-size: 2.5em;
    top: 10px;
  }
  .is-responsive .scroll-pane .productlist-page .productTiles > li {
    width: 45% !important;
  }
  .is-responsive .responsive-slider .slides ul li .slide-body {
    width: 76%;
    padding: 15px 12% 0px;
  }
  .is-responsive .internal_link_sticky {
    margin-top: 0px;
  }
  .is-responsive .top-nav {
    display: none;
  }
  .is-responsive header {
    position: static;
    box-shadow: 1px 1px 3px #999;
  }
  .is-responsive header.sticky {
    top: 0;
  }
  .is-responsive header .top-nav-sub {
    background: #f3f3f3;
  }
  .is-responsive header .logo {
    height: 38px;
  }
  .is-responsive header .top-nav-sub.sticky .logo img {
    width: 130px;
  }
  .is-responsive #mini_favourites {
    width: auto;
  }
  .is-responsive #mini_favourites #favourites_text {
    display: none;
  }
  .is-responsive .basket {
    width: auto;
  }
  .is-responsive .basket #basket_text {
    display: none;
  }
  .is-responsive .basket-foldout {
    display: none;
  }
  .is-responsive .basket-container:hover .basket-foldout {
    display: none;
  }
  .is-responsive .mc-prod-thumb {
    width: 20%;
  }
  .is-responsive .mc-prod-thumb img {
    width: 100%;
  }
  .is-responsive .category-tiles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .is-responsive .category-tiles-grid div.categorylist-item .cell-title {
    font-size: 14px;
  }
  .is-responsive .iframe_showroom {
    height: 300px;
  }
  .is-responsive .quick-order {
    display: none;
  }
  .is-responsive .welkomimgWrapper {
    margin-top: 115px;
  }
  .is-responsive .welkomimgUSP span {
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
    line-height: 21px;
  }
  .is-responsive .welkomimgUSP span img {
    width: 16px;
  }
  .is-responsive h1 {
    margin: 5px 0;
  }
  .is-responsive .fancybox-bg {
    background: #ececec;
    opacity: 1;
  }
  .is-responsive .adfil-container-mobile {
    clear: both;
    display: flex;
    flex-flow: column;
  }
  .is-responsive .adfil-container-mobile summary {
    position: relative;
  }
  .is-responsive .adfil-container-mobile summary span.wis-filter {
    position: absolute;
    right: 40px;
  }
  .is-responsive .adfil-container-mobile summary::-webkit-details-marker {
    display: none;
  }
  .is-responsive .adfil-container-mobile details {
    padding: 15px 0;
    border-bottom: 1px solid #f3f3f3;
  }
  .is-responsive .adfil-container-mobile details li {
    padding: 6px;
  }
  .is-responsive .adfil-container-mobile .icon-right-dir {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 24px;
    transform: rotate(90deg);
  }
  .is-responsive .adfil-container-mobile details[open] .icon-right-dir {
    transform: rotate(270deg);
  }
  .is-responsive ul.horizontal-tab-bar li {
    margin: 5px;
    padding: 5px;
    border: 1px solid #999;
    background-color: #f3f3f3;
  }
  .is-responsive .circle-marker {
    width: 10px;
    vertical-align: text-top;
  }
}
@media (max-width: 600px) {
  .is-responsive .accountbox {
    width: 50%;
  }
  .is-responsive .payicons, .is-responsive .keurmerken {
    float: left;
    line-height: 29px;
    height: 35px;
  }
  .is-responsive .copyright {
    clear: both;
  }
}
@media (max-width: 520px) {
  .is-responsive .cart-quantity span.price_note {
    display: none;
  }
  .is-responsive .basket a.cart-items-checkout {
    display: none;
  }
}
@media (max-width: 380px) {
  .is-responsive {
    /*** Sticky header ***/
  }
  .is-responsive .accountbox {
    width: 100%;
  }
  .is-responsive .logo, .is-responsive .top-nav-sub.sticky .logo {
    width: 6rem;
  }
}

/* Default spacer height on large screens */
#header-spacer {
  clear: both;
  margin-top: 117px;
}

.internal_link_sticky {
  margin-top: 0px- 77px;
}

/*# sourceMappingURL=style.css.map */
