/*!
Theme Name: Kiezeltje
Theme URI: http://kiezeltje.nl/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kiezeltje
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

kiezeltje is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

   @font-face {
    font-family: 'elegance';
    src: url('./inc/elegance.ttf') format('truetype'); /* IE9 Compat Modes */ 
  }
   @font-face {
    font-family: 'script';
    src: url('./inc/Australia Script.otf'); /* IE9 Compat Modes */ 
  }
  
  
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
  html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
  }

  * {
    font-family: 'Work Sans', sans-serif !important;
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0;
    margin-bottom: 0 !important;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input {
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select {
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *		`fieldset` elements in all browsers.
   */
  legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
    display: none;
  }
  
  /* Box sizing
  --------------------------------------------- */
  
  /* Inherit box-sizing to more easily change it's value on a component level.
  @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }
  
  html {
    box-sizing: border-box;
  }
  
  /*--------------------------------------------------------------
  # Base
  --------------------------------------------------------------*/
  
  /* Typography
  --------------------------------------------- */
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    clear: both;
  }
  
  p {
    margin-bottom: 1.5em;
  }
  
  dfn,
  cite,
  em,
  i {
    font-style: italic;
  }
  
  blockquote {
    margin: 0 1.5em;
  }
  
  address {
    margin: 0 0 1.5em;
  }
  
  pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
  }
  
  code,
  kbd,
  tt,
  var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  }
  
  abbr,
  acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
  }
  
  mark,
  ins {
    background: #fff9c0;
    text-decoration: none;
  }
  
  big {
    font-size: 125%;
  }
  .coupon .button {
    margin-top: 0!important;
  }
  .actions .button {
    margin-top: 0!important;
  }

  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 48%;
    padding-left: 65px;
    clear: none;
  }

  .woocommerce-variation-add-to-cart.variations_button {
    max-width: 200px;
    width: 100%;
}

.woocommerce-variation-add-to-cart.variations_button .quantity {
  width: 100%;
}

.woocommerce-variation-add-to-cart.variations_button .input-text {
  width: 100%;
  border-bottom-left-radius: 0!important;
  border-bottom-right-radius: 0!important;
}
.product_meta a {
  text-decoration: none;
  color: #000 !important;
  pointer-events: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #0000004a;
}
.single_add_to_cart_button {
  width: 100%;
  margin-top: 0!important;
  border-top-left-radius: 0!important;
  border-top-right-radius: 0!important;
  background: #000;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background: #000;
}

  .woocommerce-product-gallery {
    max-width: 364px;
    width: 100%;
  }
  
  .summary.entry-summary {
    margin-top: 0px;
  }

  .product_title {
    font-size: 31px;
  }

  .summary.entry-summary .price {
    padding-bottom: 15px;
    border-bottom: 1px solid #0000004a;
    margin-bottom: 15px;
}

  /* Elements
  --------------------------------------------- */
  body {
    background: #fff;
  }

  body.woocommerce, body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account {
    background: #fff;
  }

  body.woocommerce-cart .entry-content {
    margin-top: 80px;
  }

  .woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
  }

  .woocommerce-MyAccount-navigation ul a {
    text-decoration: none;
    color: #000;
  }

  .woocommerce-Address a {
    color: #000!important;
    text-decoration: none;
  }

  .cart_totals h2 {
    margin-bottom: 20px;
  }

  .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #fff;
    background: #000;
    margin-top: 15px;
  }

  .woocommerce-EditAccountForm fieldset {
    padding-left: 0;
  }

  .product__price-wrap h4, .product__price-wrap h5 {
    font-weight: 400;
  }

  #order_review_heading {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  aside#secondary {
    display: none;
  }

  footer.entry-footer {
    display: none;
  }

  .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #000;
  }

  .woocommerce-form-login__submit {
    background: #000!important;
    color: #fff!important;
  }

  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #000;
  }
  
  hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
  }
  
  ul,
  ol {
    margin: 0 0 1.5em 3em;
  }
  
  ul {
    list-style: disc;
  }
  
  ol {
    list-style: decimal;
  }
  
  li > ul,
  li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
  }
  
  dt {
    font-weight: 700;
  }
  
  dd {
    margin: 0 1.5em 1.5em;
  }
  
  /* Make sure embeds and iframes fit their containers. */
  embed,
  iframe,
  object {
    max-width: 100%;
  }
  
  img {
    height: auto;
    max-width: 100%;
  }
  
  figure {
    margin: 1em 0;
  }
  
  table {
    margin: 0 0 1.5em;
    width: 100%;
  }
  
  /* Links
  --------------------------------------------- */
  a {
    color: #4169e1;
  }
  
  a:visited {
    color: #800080;
  }
  
  a:hover,
  a:focus,
  a:active {
    color: #191970;
  }
  
  a:focus {
    outline: thin dotted;
  }
  
  a:hover,
  a:active {
    outline: 0;
  }
  
  /* Forms
  --------------------------------------------- */
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
  }
  
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
  }
  
  button:active,
  button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
  }
  
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111;
  }
  
  select {
    border: 1px solid #ccc;
  }
  
  textarea {
    width: 100%;
  }
  
  /*--------------------------------------------------------------
  # Layouts
  --------------------------------------------------------------*/
  
  /*--------------------------------------------------------------
  # Components
  --------------------------------------------------------------*/
  
  /* Navigation
  --------------------------------------------- */
  .main-navigation {
    display: block;
    width: 100%;
    text-align: center;
  }

  .content-col {
    float: left;
    width: 50%;
  }

  .main-navigation ul {
    justify-content: center;
  }
  
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }

  .fancy-text-slider {
    font-size: 31px;
    min-height: 46px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    font-family: 'script';
  }

  .collection-block.tag-centered-left .tag {
    position: absolute;
    left: 40px !important;
    bottom: 30px !important;
    top: auto !important;
    transform: none !important;
    min-width: 180px;
  }
  
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
  }
  
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }

  .woocommerce span.onsale {
    position: absolute;
        top: 0;
        min-height: 0;
        min-width: 0;
        line-height: initial;
        left: 0;
        z-index: 9;
        background: red;
        padding: 5px;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
  }
  
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
  }
  
  .main-navigation ul ul a {
    width: 200px;
  }
  
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
  }
  
  .main-navigation li {
    position: relative;
  }
  
  .main-navigation li:not(:last-child) {
    margin-right: 79px;
  }

  .accordion-content {
    display: none;
  }

  .accordion-content.open {
    display: block;
  }


  .product-extra-info p {
    margin-bottom: 5px;
}
  
  .main-navigation a {
    display: block;
    text-decoration: none;
  }

  .toggle-accordion {
    cursor: pointer;
    margin-bottom: 25px;
  }

  .below-block {
    text-align: center;
    margin-bottom: 30px;
}

.below-block h5 {
  text-decoration: none;
  color: #000;
}

  .toggle-accordion i {
    font-size: 25px;
    font-weight: 600;
    float: right;
  }

  .maattabel-modal-wrap {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0000004a;
  }
  .woocommerce-tabs.wc-tabs-wrapper > div:first-child {
    border: none;
  }

  .woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 0;
  }

  .maattabel-modal-wrap a {

    text-decoration: none;
    color: #000;
    cursor: pointer;
  }

  .woocommerce div.product form.cart .button, .woocommerce div.product form.cart div.quantity {
    float: none;
    display: block;
  }

  .single_add_to_cart_button i {
    margin-left: 15px;
    vertical-align: text-top;
    font-size: 19px;
  }

  .single-product .site-header {
    margin-bottom: 80px;
  }

  .woo-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 999;
  }

  .woo-modal.open {
    display: flex;
  }

  .modal-content {
    border-radius: 10px;
    padding: 35px 25px 25px 25px;
    background: #fff;
    min-width: 200px;
    min-height: 150px;
    width: 100%;
    max-width: 700px;
    position: relative;
    max-height: 500px;
  }

  .modal-inner {

    max-height: 500px;
    overflow: scroll;
  }

  .closemodal{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
  }
  
  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block;
  }
  
  @media screen and (min-width: 37.5em) {
  
    .menu-toggle {
      display: none;
    }
  
    .main-navigation ul {
      display: flex;
    }
  }
  
  .site-main .comment-navigation,
  .site-main
  .posts-navigation,
  .site-main
  .post-navigation {
    margin: 0 0 1.5em;
  }
  
  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    display: flex;
  }
  
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    flex: 1 0 50%;
  }
  
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
  }
  
  /* Posts and pages
  --------------------------------------------- */
  .sticky {
    display: block;
  }
  
  .post,
  .page {
    margin: 0 0 1.5em;
  }
  
  .updated:not(.published) {
    display: none;
  }
  
.fancy {
	position: relative;
	text-align: center;
  margin: 40px 0;
}

.clickable-blocks.homepage-insta {
  padding-bottom: 82%;
}

.clickable-blocks.homepage-insta.single .tag {
  position: absolute;
  left: 50%;
  bottom: 30px;
  line-height: 2.5;
  transform: translateX(-50%);
  padding: 3px 10px;
}

.clickable-blocks.homepage-insta.dubbel .tag {
  left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    position: absolute;
    padding: 3px 10px;
    line-height: 1.3;
}

.instagram {
  text-align: center;
}

.extra-info {
  text-align: center;
  padding-top: 25px;
  margin-top: 80px;
  border-top: 2px solid;
}

.icons {
  text-align: right;
  color: #fff;
  align-items: center;
    display: flex;
    justify-content: end;
    gap: 15px;
}

.icons a {
  font-size: 20px;
  text-decoration: none;
}

.wagen-count {
  margin-left: 5px;
}

.extra-info p {
  margin-bottom: 0;
}

.buttons.buttons_row.active.out-of-stock.active {
  background: #fff;
  font-weight: 400;
}

.instagram .images {
  margin-top: 15px;
}

.fancy .container {
	position: relative;
}
.fancy img {
	max-width: 740px;
    position: absolute;
    z-index: 9;
    top: -68px;
    left: 13%;
}

  .page-content,
  .entry-content,
  .entry-summary {
    margin: 1.5em 0 0;
  }
  
  .page-links {
    clear: both;
    margin: 0 0 1.5em;
  }
  
  /* Comments
  --------------------------------------------- */
  .comment-content a {
    word-wrap: break-word;
  }
  
  .bypostauthor {
    display: block;
  }
  
  /* Widgets
  --------------------------------------------- */
  .widget {
    margin: 0 0 1.5em;
  }
  
  .widget select {
    max-width: 100%;
  }
  
  /* Media
  --------------------------------------------- */
  .page-content .wp-smiley,
  .entry-content .wp-smiley,
  .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
  }
  
  /* Make sure logo link wraps around logo image. */
  .custom-logo-link {
    display: inline-block;
  }
  
  /* Captions
  --------------------------------------------- */
  .wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
  }
  
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
  }
  
  .wp-caption-text {
    text-align: center;
  }
  
  /* Galleries
  --------------------------------------------- */
  .gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
  }
  
  .gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  
  .gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  
  .gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  
  .gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  
  .gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  
  .gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  
  .gallery-caption {
    display: block;
  }
  
  /*--------------------------------------------------------------
  # Plugins
  --------------------------------------------------------------*/
  
  /* Jetpack infinite scroll
  --------------------------------------------- */
  
  /* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
  .infinite-scroll .posts-navigation,
  .infinite-scroll.neverending .site-footer {
    display: none;
  }
  
  /* Re-display the Theme Footer when Infinite Scroll has reached its end. */
  .infinity-end.neverending .site-footer {
    display: block;
  }
  
  /*--------------------------------------------------------------
  # Utilities
  --------------------------------------------------------------*/
  
  /* Accessibility
  --------------------------------------------- */
  
  /* Text meant only for screen readers. */
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
  }
  
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
  }
  
  /* Do not show the outline on the skip link target. */
  #primary[tabindex="-1"]:focus {
    outline: 0;
  }
  
  /* Alignments
  --------------------------------------------- */
  .alignleft {
  
    /*rtl:ignore*/
    float: left;
  
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
  }

  .nav-wrapper {
    border-top: 1px solid #0000004a;
    padding-top: 18px;
    padding-bottom: 5px;
  }

  .logo-wrapper {
    display: block;
    width: 100%;
    padding: 25px 0 40px;
    text-align: center;
  }
  
  .alignright {
  
    /*rtl:ignore*/
    float: right;
  
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
  }
  
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
  }
  
  .site-header {
    background: #fff;
    padding: 10px 0;
  }
  
  .logo {
    width: 100%;
    height: auto!important;
    max-width: 350px!important;  
  }
  
  header a {
    font-family: 'elegance';
    font-size: 15px;
    color: #000 !important;
    text-transform: uppercase;
  }
  
  .primary-menu li:not(:first-child) {
    margin-left: 65px;
  }
  
  .tag {
    font-size: 21px;
    font-family: 'elegance';
    color: #000;
    font-weight: 600;
    padding: 3px 20px;
    background: #000;
    color: #fff;
    display: inline-block;
    text-align: center;
  }
  
  .tag small {
    font-size: 14px;
    font-family: 'elegance';
    font-weight: 600;
  }
  
  .tag-centered-left .tag {
    position: absolute;
    left: 20px;
    top: 50%;
    max-width: 170px;
    transform: translateY(-50%);
  }


  
  .fullwidth-banner {
    min-height: 425px;
    max-height: 650px;
    position: relative;
  }

  .fullwidth-banner h4 {
    font-size: 24px;
    font-family: 'elegance';
    font-weight: 600;
    color: #fff;
    margin-top: 37px;
    text-transform: uppercase;
  }

  .fullwidth-banner span {
    font-size: 20px;
    font-family: 'elegance';
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    text-align: right!important;
    max-width: 260px;
    width: 100%;
    display: block;
    bottom: 30px;
  }
  
  .fullwidth-banner .tag {
    position: relative;
    top: calc(425px - (54px + 37px));
    float: right;
  }

  .k-header-login {
    justify-content: end;
    display: flex;
    color: white;
  }

  .k-header-login a {
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    text-transform: initial;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-decoration: none;
  }
  
  .clickable-blocks {
    height: 0;
    padding-bottom: 86.50%; /* 16:9 */
    position: relative;
    background: #000;
    border: 0.5px solid #868685;
  }
  
  .homepage-content-block-img {
    border: 0.5px solid #868685;
  }
  
  .clickable-blocks.homepage-top {
    padding-bottom: 132.5%; /* 16:9 */
    margin-bottom: 20px;
  }

  .home a {
    text-decoration: none;
  }
  
  .clickable-blocks.homepage-top.dubbel .tag {
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    position: absolute;
    padding: 3px 10px;
    line-height: 1.3;
  }
  
  .clickable-blocks.homepage-top.single .tag {
    position: absolute;
    left: 50%;
    bottom: 30px;
    line-height: 2.5;
    transform: translateX(-50%);
    padding: 3px 10px;
  }
  
  .clickable-blocks.homepage-bottom {
    margin-top: 45px;
    padding-bottom: 68%;
  }
  
  .homepage-content-block {
    padding-top: 30px; 
    padding-bottom: 170px;
    padding-left: 55px;
    padding-right: 55px;
    background: #4578af;
    position: relative;
    color: #fff;
  }
  
  .homepage-content-block h3 {
    font-family: 'elegance';
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
    color: #5d5c57;
  }
  
  .homepage-content-block p {
    font-weight: 600;
    margin-bottom: 20px;
    /*color: #5d5c57;*/
  }
  
  .homepage-content-content p {
    font-family: 'elegance';
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
  }
  
  .homepage-content-block .favi {
    width: 42px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .homepage-content-block-img {
    height: 100%;
    position: relative;
  }
  
  .homepage-content-block-img .tag {
    left: 40px;
    bottom: 30px;
    position: absolute;
  }
  
  .tag-centered-top .tag {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
  }
  
  .tag-centered-bottom .tag {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }

  .homepage-bottom .tag {
    position: absolute;
    left: 40px;
    bottom: 30px;
  }

  .page-template-template-model .wpcf7 {
    margin-top: 45px;
  }

  .page-template-template-model .wpcf7 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .page-template-template-model .wpcf7 h4 {
    margin-bottom: 20px;
  }

  .page-template-template-model .wpcf7 h5 {
    margin-bottom: 15px;
  }

  .page-template-template-model .wpcf7-submit {
    margin-left: 12px;
  }

  .page-template-template-model .wpcf7 .content-col {
    padding: 0 12px;
  }

  .page-template-template-model .wpcf7 .wpcf7-list-item input {
    display: inline-block;
    width: auto;
    margin-right: 10px;
  }

  .page-template-template-model .wpcf7 .content-col p {
    width: 100%;
    display: block;
    padding-right: 0;
  }

  .page-template-template-model .wpcf7 .content-col:nth-of-type(3) p {
    display: block;
    width: 100%;
  }

  .page-template-template-model .wpcf7 .content-col:nth-of-type(3) p label {
    margin-bottom: 20px;
  }

  .page-template-template-model .wpcf7 .content-col:nth-of-type(3) {
    margin-top: 47px;
  }

  .movie-block {
    margin-top: 45px;
    padding-bottom: 68%;
    background: #000;
    position: relative;
  }

  .movie-block video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    /* override other styles to make responsive */
    width: 100%    !important;
    height: 100%   !important;
  }
  
  footer {
    padding: 50px 0;
    background: #fff;
    margin-top: 25px;
  }
  
  footer h4 {
    color: #000;
    font-weight: 600;
    font-family: 'elegance';
    font-size: 16px;
    margin-bottom: 38px;
  }
  
  footer span {
    color: #000 !important;
    font-weight: 600;
    font-family: 'elegance';
    font-size: 14px;
  }
  
  footer a {
    color: #000 !important;
    font-weight: 600;
    font-family: 'elegance';
    font-size: 14px;
  }
  
  footer {
    text-align: center;
  }
  
  footer .colwrap {
    max-width: 140px;
    width: 100%;
  }

  .woocommerce div.product .out-of-stock span {
    color: #000;
    text-decoration: line-through;
  }

  .fullwidth-banner.shop-banner {
    background-color: #ccc!important;
    margin-bottom: 50px;
  }

  .fullwidth-banner.shop-banner .centered-tag-wrapper {
    position: relative;
    top: 80%;
    float: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .fullwidth-banner.shop-banner .centered-tag-wrapper .tag {
    position: relative;
    display: inline-block;
    float: none;
    top: 0;
  }

  .woocommerce-Tabs-panel h2 {
    font-size: 18px;
  }

  .woocommerce-Tabs-panel {
    margin-bottom: 25px;
    border-bottom: 1px solid #0000004a;
  }

  .up-sells h2 {
    font-size: 18px;
  }

  .fullwidth-banner.shop-banner .tag span { 
    position: relative;
    bottom: 0;
    max-width: 100%;
    text-align: center!important;
  }
  
  footer p, footer a {
    color: #000;
    font-weight: 400;
    font-family: 'elegance';
    font-size: 14px;
  }
  
  .footer-menu a {
    display: block;
    margin-bottom: 18px;
    color: #000 !important;
    text-decoration: none;
  }
  
  .centered-footer {
    display: inline-block;
    text-align: left;
  }
  
  .tag span {
    width: 100%;
  }
  
  .clickable-blocks.collection-block {
    padding-bottom: 100%;
    margin-top: 45px;
  }
  
  .clickable-blocks.gallery-block {
    padding-bottom: 139%;
    margin-top: 45px;
  }
  
  .clickable-blocks.slider-block {
    padding-bottom: 139%;
    margin-top: 13px;
    margin-left: 15px;
    margin-right: 15px;
  }
  
  a.arrow-left.slick-arrow, .arrow-left {
    float: left;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'elegance';
    font-size: 15px;
    font-weight: 600;
    color: #000 !important;
  }

  .mc4wp-form-fields input[type="submit"] {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 10px 20px;
  }
  
  .mc4wp-form-fields input[type="email"] {
    background: transparent;
    padding: 8px 15px;
    width: 100%;
    color: #fff;
  }
  .mc4wp-form-fields input[type="email"]::placeholder {
    color: #fff;
  }
  
  a.arrow-right.slick-arrow, .arrow-right {
    float: right;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'elegance';
    font-size: 15px;
    font-weight: 600;
    color: #000 !important;
  }
  
  .contact-text {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    font-family: 'elegance';
  }
  
  .wpcf7-form p label {
    font-family: 'elegance';
    font-size: 14px;
    font-weight: 600;
  }
  
  .wpcf7-form p label {
    width: 100%;
  }
  
  .wpcf7-form p span, .wpcf7-form p span input, .wpcf7-form p textarea {
    width: 100%;
  }
  
  .wpcf7-form p:nth-of-type(1), .wpcf7-form p:nth-of-type(2) {
    padding-right: 20px;
  }
  
  .wpcf7-form p:nth-of-type(1), .wpcf7-form p:nth-of-type(2), .wpcf7-form p:nth-of-type(3) {
    display: inline-block;
    width: calc(33% - 1px);
  }
  
  .wpcf7-form p:nth-of-type(4) {
    margin-top: 20px;
  }
  
  .wpcf7-form-control.wpcf7-submit {
    font-size: 22px;
    font-weight: 600;
    color: #fff !important;
    background: #000;
    font-family: 'elegance';
  }
  
  .content-page h1 {
    text-align: center;
    color: #000;
    font-size: 23px;
    font-family: 'elegance';
    font-weight: 600;
  }
  
  .content-page p {
    color: #000;
    font-size: 14px;
    font-family: 'elegance';
  }

  .main-navigation.toggled button {
    margin-bottom: 21px;
    float: right;
  }

  .main-navigation.toggled .menu-menu-1-container {
    clear: both;
  }
  
  .maattabel {
    width: auto;
    display: inline-block;
    margin: 0 auto 0;
    overflow: auto;
  }
  
  .maattabel h3 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  
  .maattabel p {
    font-size: 14px;
  }
  
  .maattabel .left {
    width: 158px;
  }
  
  .maattabel .left, .maattabel .right {
    float: left;
    text-align: left; 
  }

  .product__price {
    text-align: center;
  }

  .product__image-wrapper {
    position: relative;
  }

  .product__variation-text {
    display: inline-block;
  }

  .buttons_add:hover i {
    color: #fff;
    background: #000;
    border-radius: 50%;
    padding: 3px 4px;
  }

  .buttons_row.active {
    font-weight: 600;
    color: #fff;
    background: #000;
  }

  .buttons.buttons_row {
    display: inline-block;
    cursor: pointer;
  }

  /* .loading {
    max-width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: #fff;
  } */
  a.buttons.buttons_add {
    position: relative;
  }
  a.buttons.buttons_add.loading::after {
    content: '...';
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #000;
    color: #fff;
    font-size: 18px;
  }

  a.buttons.buttons_add.loading i {
    background: #fff!important;
  }

  .loading span {
    font-size: 22px;
  }

  .product__variations > div {
    padding: 2px;
    margin-bottom: 3px;
    border: 1px solid;
  }

  .product__variations.clearfix {
    /* border-bottom: 1px solid; */
  }

  .woocommerce-product-gallery {
    cursor: pointer;
  }
  .woocommerce-product-gallery__image a {
    pointer-events: none;
  }


  .product__add {
    /* border-bottom: 1px solid; */
  }

  .image-wrapper.hover img:last-of-type {
    display: none;
  }

  .image-wrapper.hover:hover img:last-of-type{
    display: block;
  }

  .image-wrapper.hover:hover img:first-of-type {
    display: none;
  }

  .product__add a {
    text-decoration: none !important;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    margin-top: 10px;
    display: block;
    transition: 0.2s;
  }
  .product__add a i {

    border-radius: 50%;
    padding: 3px 4px;
    transition: 0.2s;
  }
  .product__buttons-wrapper {
    position: relative;
    opacity: 1;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 5px 0;
  }

  .product__wrapper:hover .product__buttons-wrapper {
    opacity: 1;
  }

  .product__price-wrap .product__title {
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0;
    display: block;
  }

  .filter-category:not(:first-child) {
    margin-top: 25px;
  }

  .filter-wrap {
    border-right: 1px solid #0000004a;
    padding-right: 20px;
  }

  .entry-header {
    display: none;
  }

  .open-filter-mobile { 
    display: none;
  }

  .filter-button {
    background: #000;
    color: #fff;
    padding: 11px;
    width: 100%;
    max-width: 150px;
    margin-top: 15px;
  }
  bdi {
    font-size: 16px;
    color: #000;
    font-weight: 400;
  }
  .exbtw {
    font-size: 16px;
    display: none; 
  }
  .woocommerce div.product {
    margin-bottom: 75px;
  }
  .product__title-wrap {
    text-align: center;
  }
  .amount, .price, .product__price {
    line-height: 15px;
    font-size: 16px;
  }

  a.image-wrapper.hover img {
    width: auto !important;
    height: auto !important;
    max-height: 220px!important;
    margin: 0 auto!important;
}

a.image-wrapper.hover {
  height: 220px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

  .wash-picture {
    width: 150px;
    display: inline-block;
    margin: 0 25px;
  }

  .merk-top-product {
    text-align: center;
  }

  .product-extra-info {
    margin-left: 0;
  }
  
  @media (max-width: 991.98px) {
    .homepage-content-block-img {
      background-size: cover !important;
    }
    .homepage-content-block-img {
      padding-bottom: 117%;
    }
    .homepage-content-block {
      margin-bottom: 45px;
    }
    .wpcf7-form p:nth-of-type(1), .wpcf7-form p:nth-of-type(2) {
      padding-right: 0px;
    }
    
    .wpcf7-form p:nth-of-type(1), .wpcf7-form p:nth-of-type(2), .wpcf7-form p:nth-of-type(3) {
      display: block;
      width: 100%;
    }
	  
	  
	.fancy img {
		max-width: 100%;
		position: absolute;
		z-index: 9;
		top: -68px;
		left: 0;
	}
  }
  
  @media (max-width: 1199.98px) {
    .homepage-content-block-img {
      background-size: cover !important;
    }
  }
  
  @media (max-width: 767.98px) {
    .homepage-content-block {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  
    footer .col-6 {
      margin-bottom: 25px;
    }
    .fullwidth-banner {
      min-height: 425px;
      max-height: 650px;
      position: relative;
      margin-bottom: 95px;
    }
    .fancy img {
      max-width: 100%;
      position: absolute;
      z-index: 9;
      top: -17px;
      left: 0;
    }
    .page-template-template-model .wpcf7 .content-col {
      width: 100%;
    }
  }

  @media (max-width: 600px) {
    .menu-toggle, .main-navigation.toggled ul {
      text-align: left;
    }
    .main-navigation.toggled button {
      float: left !important;
    }
  }

@media (max-width: 576px) { 
	.fancy img {
		max-width: 100%;
		position: relative;
		z-index: 9;
		top: 0;
		left: 0;
  }
  .tag {
    font-size:15px;
  }
	.fullwidth-banner {
		min-height: 425px;
		max-height: 650px;
		position: relative;
		margin-bottom: 0;
	}
	.fancy {
		position: relative;
		top: 0;
  }
  
  .filter-wrap {
    margin-right: 0;
    border: none;
    padding: 0;
    width:100%!important;
    max-width: 100%!important;
    display: none;
  }

  .fullwidth-banner.shop-banner .centered-tag-wrapper {
    width: 100%;
    text-align: center;
  }
  .product__buttons-wrapper {
    opacity: 1 !important;
    position: relative;
  }

  
  .open-filter-mobile {
    display: block;
    color: #fff;
    background: #000;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
  }

}
  
  @media (min-width: 1399.98px) {
    .fullwidth-banner {
      background-position: center 38% !important;
      height: auto;
      min-height: 0px;
      padding-bottom: 25%;
    }
  }