/*
Theme Name: Cactus Droogtoiletten
Author: Snellink Digital Design
Author URL: https://msnellink.nl
Description: A custom theme created for Cactus Droogtoiletten
Version: 1.0
*/

/*------------------------------------*\
# WooCommerce
\*------------------------------------*/
/* SKU */
.product-meta {
  color: #a0a0a0;
}
/* Sorting */
select.orderby {
  border: none;
  background: #f3f3f3;
  border-radius: 5px;
  padding: 10px;
}

/* Products Menu */
.products-menu {
  list-style-type: none;
  display: flex;
  flex-flow: wrap;
}
.products-menu li {
  margin-right: 20px;
}
.products-menu li a {
  color: #000;
}
.products-menu li a:hover {
  color: #009453;
}
.products-menu .current_page_item a, .products-menu .current-menu-item a {
  color: #009453;
}

.product-category-menu-wrapper {
  margin-top: 30px;
}

.woocommerce .woocommerce-result-count {
  margin: 4px;
  margin-left: 25px;
  align-self: flex-end;
}

.woocommerce .woocommerce-ordering {
  margin: 0px;
  margin-left: auto;
}

p.price {
  padding-bottom: 0px;
  margin-bottom: 15px;
}

select.orderby {
  border: 1px solid #e0e0e0;
  padding: 5px;
}
/* Privacy Policy */
.privacy-content {
  font-size: 14px;
}
/* Checkout succes */
.woocommerce ul.order_details li {
  text-transform: none;
  margin-bottom: 15px;
}

.woocommerce ul.order_details {
  margin: 0px 0px 10px 0px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  background: #009453;
  color: #FFF;
  font-family: 'signika-bold';
  font-style: normal;
  font-weight: normal;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
}

section.woocommerce-order-details.woocommerce-info.mollie-instructions {
  background: #F4F4F4;
}
/* Side cart */
.xoo-wsch-text {
  font-family: 'signika-bold';
  font-style: normal;
  font-weight: normal;
}

/* Checkout */
.woocommerce-shipping-fields {
  margin-top: 20px;
  margin-bottom: 20px;
}

textarea#order_comments {
  max-width: 100%;
}

.woocommerce form .form-row label {
  font-size: 14px;
  color: #b5b5b5;
}

.product-name__thumbnail > img {
  height: 10px;
}

.checkout-body {
  margin-top: 30px;
}

.wpmc-tabs-wrapper .wpmc-tab-item.current::before {
  border-bottom-color: #006237;
}

.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
  border-color: #006237;
}

#order_review {
  background: #FFF;
  padding: 40px;
  border-radius: 10px;
}

.ts-product-image {
  height: 100px;
}

ul.wc_payment_methods.payment_methods.methods {
  padding: 0px;
}

/* My Account */
.woocommerce .woocommerce-customer-details address {
  border-bottom-width: 1px;
  border-right-width: 1px;
}
a.account-list {
  color: #000;
  transition: .250s cubic-bezier(0, 0, 0.2, 1);
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.woocommerce-billing-fields,
.woocommerce-checkout-review-order,
.woocommerce-shipping-fields,
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment,
.woocommerce-order,
.content-narrow-wrapper {
  background: #FFF;
  padding: 40px;
  border-radius: 10px;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  padding: 0px;
}

li.wc_payment_method.payment_method_paypal {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  background: #F4F4F4;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}

li.wc_payment_method.payment_method_paypal label {
  display: flex;
  align-items: center;
}

li.wc_payment_method.payment_method_paypal label img {
  width: auto;
}

li.wc_payment_method.payment_method_mollie_wc_gateway_ideal {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  background: #F4F4F4;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}

ul.wc_payment_methods.payment_methods.methods li {
  margin-bottom: 20px !important;
}

li.wc_payment_method.payment_method_mollie_wc_gateway_ideal label {
  display: flex;
  align-items: center;
}

img.mollie-gateway-icon {
  width: 40px;
}

.shop-title-margin {
  margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0px;
  padding: 0px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link {
  list-style-type: none;
  padding-bottom: 8px;
  border-bottom: 1px solid #efefef;
  padding-top: 8px;
}

a.account-list {
  position: relative;
  padding-bottom: 5px;
}

a.account-list:hover {
  color: #009453;
}

.woocommerce-account .addresses .title .edit:hover {
  color: #006237;
}

/* Login input fields*/
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
  height: 45px;
  border-radius: 10px;
  background: #FFF;
  border: 2px solid #e6e6e6;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

/* Login Form */
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
  background: #FFF;
  border-radius: 10px;
  border: none;
  padding: 40px;
}

/* Lost Password */
form.woocommerce-ResetPassword.lost_reset_password {
  background: #FFF;
  padding: 40px;
  border-radius: 10px;
  max-width: 48%;
  margin: 0 auto;
}
.woocommerce-Price-amount.amount {
  color: #000000;
}

.woocommerce .quantity .qty {
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  height: 58px;
  text-align: center;
  margin-right: 20px;
}

.woocommerce-loop-product__title {
  font-size: 22px;
  line-height: 28px;
  padding: 20px 0px 0px 0px;
}

.price {
  font-size: unset;
  padding: 0px 0px 20px 0px;
}

.woocommerce ul.products li.product a img {
  max-height: 380px;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  max-height: 380px;
  object-fit: contain;
  height: 100%;
  border-radius: 10px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: flex;
  flex-flow: column;
  height: 100%;
}

a.added_to_cart.wc-forward {
  position: absolute;
  bottom: -20px;
  background-color: #ebe9eb;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  font-family: "signika-bold";
  font-weight: normal;
  font-style: normal;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 80%;
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
}

a.added_to_cart.wc-forward:hover {
  background-color: #d8d8d8;
}

.shop-wrapper-product {
  display: flex;
  align-items: center;
  background: #FFF;
  padding: 20px;
  border-radius: 15px;
}

form.woocommerce-cart-form {
  background: #FFF;
  padding: 40px;
  border-radius: 10px;
}

.woocommerce table.shop_table {
  font-family: "signika-bold";
  font-weight: normal;
  font-style: normal;
}

.woocommerce-error,
.woocommerce-message {
  border-radius: 10px;
  background: #FFF;
  border: 1px solid #FFF;
  box-shadow: 0 0 0 2px #f4f4f4;
}

.woocommerce-info {
  border: none;
  border-radius: 10px;
  background: #FFF;
  margin-top: 20px;
  margin-bottom: 40px;
}

.cart_totals {
  background: #FFF;
  padding: 40px;
  border-radius: 10px;
  margin-top: 40px;
}

.woocommerce img, .woocommerce-page img {
  height: 100%;
}

a.checkout-button.button.alt.wc-forward {
  margin-bottom: 0px;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 10px 0px 0px 0px;
}

a.cart-customlocation {
  position: relative;
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
}

a.cart-customlocation:hover {
  color: #006237;
}

.flex {
  display: flex !important;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 18px 0px 18px 0px;
  transition: .2s cubic-bezier(0, 0, 0.2, 1);
  font-family: 'klavika-medium';
  font-size: 18px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  z-index: 1;
  line-height: 32px;
  overflow: hidden;
  background: #FFF;
  margin-top: -1px;
  width: 100%;
}

.accordion:after {
  content: "\61";
  transform: rotate(90deg);
  font-family: "witechs-icons";
  font-size: 16px;
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
  color: #2E2573;
  will-change: transform;
  margin-right: 1px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
  color: #2E2573;
}

.active-contact {
  color: #2E2573;
  transition: .2s cubic-bezier(0, 0, 0.2, 1);
}

.active-contact:after {
  transform: rotate(270deg);
}

.recaptcha-wrapper {
  margin-bottom: 20px;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .2s cubic-bezier(0, 0, 0.2, 1);
  list-style-type: none;
  z-index: 2;
  line-height: 32px;
  font-family: 'grava-normal';
  font-size: 16px;
}

.panel-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Drop down cart */
/* Dropdown Button */
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown-cart {
  position: relative;
  display: flex;
  margin-left: 15px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  background: #FFFFFF;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
  border: 2px solid #e8e8e8;
  font-family: "signika-bold";
  font-weight: normal;
  font-style: normal;
  position: absolute;
  right: 0px;
  top: 49px;
  text-align: center;
  min-width: 180px;
  opacity: 0;
  transition: .2s cubic-bezier(0, 0, 0.2, 1);
  z-index: -1;
  transform: translateY(-70px)
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  opacity: 1;
  transform: translateY(0px)
}

.main-nav-wrapper {
  display: flex;
  align-items: center;
}

.shopping-cart {
  background: #FFF;
  transition: 0.250s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  padding: 8px;
  border-radius: 8px;
}

.shopping-cart:hover {
  background: #ebe9eb;
}

/* Return to shop */
.return-to-shop {
  margin-top: 20px;
}

/* Address section */
address {
  background: #F4F4F4;
  border-radius: 10px;
  padding: 5px 10px 5px 10px;
  margin-top: 5px;
  font-style: normal;
  font-size: 14px;
}

/* Payment Methods */
img.payment-method {
  width: auto;
  height: 22px;
  margin-right: 25px;
}

input#coupon_code {
  height: 58px;
  width: 120px;
  border-radius: 10px;
  margin-right: 10px;
  text-align: center;
}

/*------------------------------------*\
# Normalize
\*------------------------------------*/
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  scroll-behavior: smooth;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

:focus {
  outline: 0px;
}

p a:hover {
  text-decoration: underline;
}

a {
  background: transparent;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #00fff3;
  color: #000;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  width: 100%;
  height: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
}

input,
textarea {
  border-radius: 0px;
}


button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 8px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  height: 125px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.break-out {
  overflow-y: visible;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.menu::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.menu {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/*------------------------------------*\
# Custom Fonts
\*------------------------------------*/
@charset "UTF-8";

@font-face {
  font-family: 'cactus';
  src:  url('../fonts/cactus.eot?rllwmz');
  src:  url('../fonts/cactus.eot?rllwmz#iefix') format('embedded-opentype'),
    url('../fonts/cactus.ttf?rllwmz') format('truetype'),
    url('../fonts/cactus.woff?rllwmz') format('woff'),
    url('../fonts/cactus.svg?rllwmz#cactus') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon-snelle-verzending:before {
  content: "\e919";
}
.icon-winkelen:before {
  content: "\e920";
}
.icon-watersport:before {
  content: "\e917";
}
.icon-camping:before {
  content: "\e918";
}

@font-face {
  font-family: "merriweather-regular";
  src: url("../fonts/merriweather-regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "merriweather-italic";
  src:url("../fonts/merriweather-italic.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "signika-bold";
  src:url("../fonts/signika-bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'toiletservicetwente';
  src: url('../fonts/toiletservicetwente.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'toiletservicetwente';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bij-concerten:before {
  content: "\e900";
}
.icon-bij-feesten:before {
  content: "\e901";
}
.icon-bij-feestjes:before {
  content: "\e902";
}
.icon-bij-renovaties:before {
  content: "\e903";
}
.icon-de-bouw:before {
  content: "\e904";
}
.icon-duurzaam:before {
  content: "\e905";
}
.icon-fax:before {
  content: "\e906";
}
.icon-geen-electriciteit:before {
  content: "\e907";
}
.icon-geen-riolering:before {
  content: "\e908";
}
.icon-geen-water-aansluiting:before {
  content: "\e909";
}
.icon-hoe-werkt-het-precies:before {
  content: "\e90a";
}
.icon-mail:before {
  content: "\e90b";
}
.icon-telefoon:before {
  content: "\e90c";
}
.icon-terug:before {
  content: "\e90d";
}
.icon-toiletpapier:before {
  content: "\e90e";
}
.icon-toiletten:before {
  content: "\e90f";
}
.icon-toiletunits:before {
  content: "\e910";
}
.icon-wcpapier:before {
  content: "\e911";
}
.icon-wekelijks-schoongemaakt:before {
  content: "\e912";
}
.icon-facebook:before {
  content: "\e913";
}
.icon-instagram:before {
  content: "\e914";
}
.icon-facebook-center:before {
  content: "\e915";
}
.icon-winkelwagen:before {
  content: "\e916";
}

/* Sizes */
.icon-s:before {
  font-size: 24px;
  color: #009453;
  padding-right: 15px;
  font-family: 'toiletservicetwente';
}

.icon:before {
  font-size: 24px;
  color: #009453;
  font-family: 'toiletservicetwente';
}

.icon-c:before {
  font-size: 24px;
  color: #009453;
  font-family: 'cactus';
}

.icon-cta:before {
  font-size: 34px;
  color: #009453;
  font-family: 'toiletservicetwente';
}

.icon-cta-c:before {
  font-size: 34px;
  color: #009453;
  font-family: 'cactus';
}

.icon-white:before {
  font-size: 24px;
  color: #FFF;
  padding-right: 15px;
  font-family: 'toiletservicetwente';
}

.icon-footer:before {
  font-size: 21px;
  color: #009453;
  padding-right: 15px;
  font-family: 'toiletservicetwente';
}

.icon-arrow-left:before,
.icon-arrow-right:before {
  font-size: 14px;
  color: #FFF;
  padding-right: 15px;
  font-family: 'toiletservicetwente';
  transition: 0.250s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.icon-arrow-left:hover:before, 
.icon-arrow-right:hover:before {
	color: #006237;
}

.icon-menu:before {
  font-size: 24px;
  color: #009453;
  font-family: 'toiletservicetwente';
}

/*------------------------------------*\
# Typography 
\*------------------------------------*/
body {
  font-family: "merriweather-regular", serif;
  font-weight: normal;
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
  color: #212121;
  margin: 0;
  background: #F4F4F4;
  overflow: hidden;
}

input::placeholder,
textarea::placeholder {
  color: #9E9E9E;
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0px;
}

em {
  font-family: merriweather-regular", serif";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #cacaca;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "signika-bold", sans-serif;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  font-style: normal;
}

h2 {
  padding-bottom: 5px;
}

h3 {
  font-size: 20px;
}

a {
  color: #009453;
}

.nav-wrapper li {
  font-family: "signika-bold", sans-serif;
  list-style-type: none;
  font-weight: normal;
  font-style: normal;
}

.primary-title,
.white-primary-title {
  font-size: 47px;
  line-height: 50px;
}

.primary-title-m,
h1.woocommerce-products-header__title.page-title {
	font-size: 40px;
	line-height: 50px;
}

.primary-title-s,
#order_review_heading,
#payment_heading {
	font-size: 24px;
	line-height: 35px;
}

#order_review_heading,
#payment_heading {
  margin-bottom: 10px;
}

.primary-title,
.primary-title-m,
.primary-title-s,
#order_review_heading,
#payment_heading,
h1.woocommerce-products-header__title.page-title {
	color: #009453;
}

#payment_heading {
  margin-top: 30px;
}

.white-primary-title {
	color: #FFF;
}

.body-primary-title {
  color: #2E2573;
  font-size: 42px;
  line-height: 48px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  will-change: transform, opacity;
}

.simple-underline {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.body-primary-title:after,
.simple-underline:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #2E2573;
  bottom: 0px;
  left: 0px;
}

/*------------------------------------*\
# Buttons 
\*------------------------------------*/
.primary-button,
.primary-button--green,
.primary-button--outlined,
.woocommerce a.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
button.woocommerce-Button.button,
button#place_order,
a.xoo-wsc-ft-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue,
a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-cart,
a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout,
button#wpmc-back-to-cart,
button#wpmc-next,
button#wpmc-prev,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  font-size: 18px;
  line-height: 34px;
  font-family: 'signika-bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  padding: 10px 20px 11px 20px;
  border-radius: 10px;
  transition: 0.250s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  position: relative;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, button#place_order {
  font-size: 18px;
  line-height: 34px;
  font-family: 'signika-bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 10px 20px 11px 20px;
  border-radius: 10px;
  transition: 0.250s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  position: relative;
}

.primary-button {
  color: #009453;
  background: #FFF;
  border-bottom: 3px solid #006237;
  display: inline-flex;
}

.primary-button--green,
input.primary-button--green,
.woocommerce a.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
button.woocommerce-Button.button,
button#place_order {
  color: #FFF;
  background-color: #009453;
  display: inline-flex;
  border-bottom: 3px solid #006237;
}

/*** Cart Buttons ***/
a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-cart,
button#wpmc-back-to-cart,
button#wpmc-prev,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.xoo-wsc-ft-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue {
  color: #009453;
  background-color: #ffffff;
  display: inline-flex;
  border-bottom: 3px solid #009453;
  box-shadow: inset 0 0 0 2px #009453;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

/* Next and checkout */
a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout,
button#wpmc-next {
  color: #FFF;
  background-color: #009453;
  display: inline-flex;
  border-bottom: 3px solid #006237;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-cart:hover,
button#wpmc-back-to-cart:hover,
button#wpmc-prev:hover,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
a.xoo-wsc-ft-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue:hover {
  background: #009453;
  color: #FFF;
  border-bottom: 3px solid #006237;
  transform: translateY(-2px);
}

a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout:hover,
button#wpmc-next:hover {
  background-color: #006237;
  border-bottom: 3px solid #004e2c;
  transform: translateY(-2px);
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  color: #FFF;
  background-color: #009453;
  display: inline-flex;
  border-bottom: 3px solid #006237;
}

.primary-button--outlined {
	background: #FFF;
	color: #009453;
	display: inline-flex;
	box-shadow: inset 0 0 0 2px #009453;
}

.primary-button--outlined:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
  top: 3px;
  z-index: -1;
  border-radius: 10px;
}

.primary-button--outlined:after {
	background: #009543;
}

.primary-button--green:after {
	background: #006237;
}

.primary-button:hover {
  background: #009453;
  color: #FFF;
  transform: translateY(-2px);
  text-decoration: none;
}

.primary-button--green:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover,
button.woocommerce-Button.button:hover,
button#place_order:hover {
  background: #FFF;
  color: #009453;
  transform: translateY(-2px);
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background: #FFF;
  color: #009453;
  transform: translateY(-2px);
}

.primary-button--green input.email-sign-up:hover {
  color: #009453;
}

.primary-button--outlined:hover:before {
  color: #FFF;
}

.primary-button--outlined:hover {
	background: #009543;
	color: #FFF;
}

.primary-button--outlined:hover:after {
	background: #006237;
}

.primary-button:hover:before {
  color: #FFF;
}

.primary-button--green:hover:before {
	color: #009453;
}

.button-wrapper .primary-button:first-child {
  margin-right: 40px;
}

.button-flex {
	display: flex;
	flex-flow: column;
}

.button-flex-product {
	display: flex;
	flex-flow: column;
}

.button-flex-product:first-child {
	margin-right: 40px;
}

.button-flex:first-child {
	margin-right: 40px;
}

.button-cta {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 15px;
	color: #929292;
}

.button-top {
	margin-top: 10px;
}

.button-top-s {
	margin-top: 40px;
}

/*------------------------------------*\
# Structure 
\*------------------------------------*/
.container,
.container-m,
.container-s,
.container-l {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-body {
  width: 100%;
  padding: 0px 60px 0px 60px;
  margin: 0px auto 0px auto;
}

/* Flexbox */
.usp-row,
.cta-row {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.usp-row {
	width: 100%;
}

.cta-row {
	width: 45%;
}

.cta-block {
	height: 170px;
  width: 170px;
  border-radius: 10px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  border-bottom: 3px solid #006237;
  will-change: transform;
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
  color: #000;
  position: relative;
}

.cta-block:hover {
	transform: translateY(-10px);
	color: #009453;
}

.cta-block-inner {
	display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.cta-title {
	font-size: 20px;
	padding: 20px 0px 0px 0px;
}

.row-center {
	display: flex;
	flex-flow: wrap;
	align-items: center;
  justify-content: center;
}

.row-button-center {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
}

.row-button-center-product {
	display: flex;
  flex-flow: wrap;
  align-items: center;
}

.two-column {
	flex-basis: 50%;
}

.two-column:first-child {
	padding-right: 20px;
}

.two-column:last-child {
	padding-left: 20px;
}

.gutter-content {
	margin-top: 140px;
}

.shop-gutter {
  margin-top: 40px;
}

.gutter-menu {
  margin-top: 72px;
}

.gutter-content-product {
	margin-top: 140px;
}

.gutter-content-single {
	margin-top: 70px;
}

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

.row-flex-column {
  display: flex;
  flex-flow: column;
}

.product-content-center {
	display: flex;
	align-self: center;
}

.column {
  flex-basis: 50%;
}

/* CTA bar */
.cta-bar {
	background: #009453;
	padding: 50px 0px 50px 0px;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
  position: relative;
}

/*------------------------------------*\
# USP list
\*------------------------------------*/
.usp-primary-title {
  font-size: 24px;
  line-height: 29px;
  color: #009453;
  z-index: 5;
  flex-basis: 30%;
}

.usp-wrapper {
  position: relative;
  background: #FFF;
  z-index: 2;
  padding: 30px 0px 30px 0px;
}

.usp-inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.square-m {
  width: 160px;
  height: 160px;
  border-radius: 15px;
  background: #FFF;
  position: absolute;
  transform: rotate(45deg);
  margin-left: -80px;
}

.usp {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.usp-title {
  font-size: 16px;
  line-height: 21px;
  color: #6A6A6A;
  margin-top: 15px;
  text-align: center;
}

/*------------------------------------*\
# Content block 1
\*------------------------------------*/
.primary-content {
  padding-left: 35px;
  padding-top: 15px;
  z-index: 2;
  position: relative;
}

.rounded-image {
  border-radius: 10px;
  object-fit: cover;
}

.m-image-right {
	position: relative;
}

.square-image-1,
.square-image-2 {
	border-radius: 15px;
  background: #F4F4F4;
  position: absolute;
  transform: rotate(45deg);
  z-index: 1;
}

.square-image-1 {
  width: 100px;
  height: 100px;
  right: 50px;
  top: -60px;
}

.square-image-2 {
  width: 100px;
  height: 100px;
  bottom: -80px;
  left: 20px;
}

/*------------------------------------*\
# Grids
\*------------------------------------*/
.product-grid {
  display: grid;
}

.col-three {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.product-four-col {
  margin: 40px 0px 40px 0px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product-card--wrapper {
  display: flex;
  flex-flow: column;
  background: #FFF;
  padding: 40px;
  border-radius: 10px;
  height: 100%;
  position: relative;
}

.product-card--image-wrapper {
  height: 100%;
  position: relative;
  margin-bottom: 30px;
}

.product-card--image {
  object-fit: contain;
  border-radius: 10px;
  max-height: 380px;
}

.product-card--title {
  font-size: 22px;
  line-height: 28px;
}

.image-block {
	height: 0px;
	width: 100%;
	padding-top: 100%;
	position: relative;
}

.image-block--image {
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
	position: absolute;
	top: 0px;
}

.image-block--label {
	position: absolute;
  bottom: 40px;
  left: 40px;
  background: #009453;
  border-radius: 10px;
  font-family: 'signika-bold';
  font-weight: normal;
  font-style: normal;
  color: #FFF;
  padding: 10px 16px 10px 16px;
  margin-right: 40px;
  line-height: 22px;
}

.product-page-image {
	object-fit: contain;
	max-height: 550px;
  width: auto;
  max-width: 480px;
  border-radius: 10px;
}

.product-content-spacing {
	padding-bottom: 40px;
}

.product-specifications {
	background: #FFF;
  border-radius: 10px;
  position: relative;
  width: 50%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  margin-top: 25px;
}

.specifications-container {
	width: 50%;
	margin: 0 auto;
}

.rows {
	border-bottom: 2px solid #F1F1F1;
}

.rows:last-child {
	border-bottom: 0px;
	padding-bottom: 5px;
}

.rows-inner {
	display: flex;
	padding: 12px 30px 12px 30px;
}

.cell {
	display: inline-flex;
}

.cell:first-child {
	color: #929292;
	width: 30%;
}

.product-specifications-wrapper {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
}

.product-specifications:after {
  content: "";
  position: absolute;
  background: #009453;
  height: 80%;
  width: 200vw;
  left: -100vw;
  z-index: -1;
  bottom: 10%;
  top: 10%;
}

/*------------------------------------*\
# How does it work
\*------------------------------------*/
.column-two {
	flex-basis: 50%;
}

.column-content {
	background: #FFF;
	padding: 60px;
	border-radius: 10px;
	height: 100%;
}

.column-content-clear {
	height: 100%;
}

.product-slider-align {
	display: flex;
	justify-content: center;
	position: relative;
}

/*------------------------------------*\
# FAQ
\*------------------------------------*/
input.faq-toggle {
  display: none;
}

input.faq-label, .faq-answer {
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
}

/*position the label*/
label.faq-label {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 18px 0px 18px 0px;
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
  font-family: 'klavika-medium';
  font-size: 18px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  z-index: 1;
  line-height: 32px;
  overflow: hidden;
}

label.faq-label:hover {
  color: #2E2573;
}

label.faq-label::after {
  content: "\61";
  transform: rotate(90deg);
  font-family: "witechs-icons";
  font-size: 16px;
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
  color: #2E2573;
  margin-left: 8px;
}

/*show the submenu when input is checked*/
input:checked~.faq-answer {
  margin-top: -1px;
  opacity: 1;
  color: #3D3D3D;
  padding: 20px 0px 20px 0px;
  max-height: 250px;
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
  list-style-type: none;
  margin-bottom: 30px;
}

input:checked~label.faq-label::after {
  transform: rotate(270deg);
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
}

.faq-content {
  margin-top: 15px;
  overflow: hidden;
}

.faq-content:first-child {
  margin-top: 0px;
}

.faq-answer {
  z-index: 2;
  color: #FFF;
  opacity: 0;
  max-height: 0;
  line-height: 32px;
  padding: 20px 0px 20px 0px;
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
  font-family: 'grava-medium';
  font-size: 14px;
  word-break: break-word;
  border-bottom: 1px solid #EAEAEA;
}

/*------------------------------------*\
# Mobile Menu - Navigation
\*------------------------------------*/
/* Menu */
.menu-toggle {
  display: none;
}

.menu-wrapper {
  display: none;
}

label.menu-label {
  transition: transform 0.250s ease-in-out;
  cursor: pointer;
  width: 50px;
  height: 50px;
  right: 19px;
  top: 19px;
  padding: 10px;
  display: inline-flex;
  flex-flow: column;
  justify-content: space-between;
  z-index: 999;
  will-change: transform;
}

label.menu-label:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100vh;
  background: #009453;
}

.menu .nav-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0px 50px 0px;
}

ul.nav-wrapper {
  padding: 0px;
}

/* Checkbox states */
/* Gone State */
.menu-toggle ~ .menu {
  transition: .3s cubic-bezier(0,0,.2,1);
  transform: translate3d(100%, 0px, 0px);
  will-change: transform;
}

/* Full State */
.menu-toggle:checked ~ .menu {
  transition: .3s cubic-bezier(0,0,.2,1);
  transform: translate3d(0%, 0px, 0px);
  will-change: transform;
}

.hamburger-line {
  width: 100%;
  height: 3px;
  background: #009453;
  display: block;
  transition: transform 0.250s ease-in-out;
}

.hamburger-line:first-child,
.hamburger-line:last-child {
  width: 50%;
}

.hamburger-line:last-child {
  margin-left: 50%;
}

.menu-toggle:checked ~ .menu-label .hamburger-line.one {
  transition: 0.250s ease-in-out;
  -webkit-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
  background: #009453;
}

.menu-toggle:checked ~ .menu-label .hamburger-line.two {
  transition: 0.250s ease-in-out;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  background: #009453;
}

.menu-toggle:checked ~ .menu-label .hamburger-line.three {
  transition: 0.250s ease-in-out;
  -webkit-transform: translate(-15px, 0px);
  transform: translate(-15px, 0px);
  background: #009453;
}

/*------------------------------------*\
# Contact Form
\*------------------------------------*/
.contact-form {
  padding: 14px 20px 13px 20px;
  width: 100%;
  border: 1px solid #EAEAEA;
  font-family: 'grava-normal';
  font-size: 16px;
  margin-bottom: 20px;
}
.contact-form-wrapper {
  display: flex;
}

.contact-form-full {
  width: 100%;
}

.contact-form-button {
  width: 100%;
}

/* Something went wrong */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
  margin: 0px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
  margin: 0px;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  margin-bottom: -5px;
}

/* Email sign up */
.prijslijst-wrapper {
  margin-bottom: 45px;
}

input.e-mail-sign-up--input {
  height: 58px;
  border-radius: 10px;
  background: #FFF;
  border: 2px solid #e6e6e6;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: 40px;
}

input.e-mail-sign-up--input-contact,
textarea.e-mail-sign-up--input-contact {
  height: 58px;
  border-radius: 10px;
  background: #FFF;
  border: 2px solid #e6e6e6;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

textarea.e-mail-sign-up--input-contact {
  padding-top: 20px;
  min-height: 100px;
}

.mc4wp-alert.mc4wp-notice,
.mc4wp-alert.mc4wp-success,
.mc4wp-alert.mc4wp-error {
  background: #efefef;
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
}

.contact-content-spacing {
  margin-top: 15px;
}

/*------------------------------------*\
# Headers
\*------------------------------------*/
.header-xl {
  position: relative;
  margin-top: 68px;
}

.header-xl--content {
  padding-top: 130px;
  padding-bottom: 180px;
  width: 600px;
  position: relative;
  z-index: 4;
}

.header-xl--gradient-overlay,
.header-xl--overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
}

.header-xl--gradient-overlay {
  background: rgb(0,148,83);
  background: linear-gradient(90deg, rgba(0,148,83,1) 20%, rgba(0,148,83,0) 100%);
  z-index: 2;
}

.header-xl--overlay {
  background: #212121;
  opacity: 0.33;
  z-index: 1;
}

.header-xl--image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  z-index: 0;
}

.header-xl--title {
  font-size: 64px;
  font-weight: normal;
  line-height: 70px;
  letter-spacing: 0px;
}

.header-xl--title,
.header-l--title {
  position: relative;
  z-index: 3;
  color: #FFF;
}

.header-xl--tagline {
  color: #FFF;
  font-size: 18px;
  line-height: 34px;
  position: relative;
  margin: 18px 0px 50px 35px;
}

/*------------------------------------*\
# Primary Navigation 
\*------------------------------------*/
header.primary-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0px;
}
.primary-navigation {
  background: #FFF;
}

.primary-navigation--wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 14px 0px 14px 0px;
  align-items: center;
}

.primary-navigation--logo {
  position: relative;
}

img.custom-logo {
  display: flex;
  width: 300px;
  height: auto;
  z-index: 10;
}

.nav-wrapper {
  display: flex;
  align-items: center;
  margin: 0px;
}

.primary-navigation--wrapper ul li {
  margin-right: 35px;
  font-size: 16px;
  position: relative;
}

.primary-navigation--wrapper ul li:last-child {
  margin-right: 0px;
}

.primary-navigation--wrapper ul li a {
  color: #3D3D3D;
  transition: .250s cubic-bezier(0, 0, 0.2, 1);
  padding: 0px;
}

.primary-navigation--wrapper ul li a:hover {
  color: #009453;
}

.nav-wrapper .current_page_item a,
.nav-wrapper .current-menu-item a {
  color: #009453;
}

.primary-navigation--wrapper ul li a:after,
.nav-wrapper .current_page_item a:after,
.nav-wrapper .current-menu-item a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  border-radius: 100px;
  bottom: -3px;
  left: 0;
  background-color: #009453;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

.primary-navigation--wrapper ul li a:hover:after,
.nav-wrapper .current_page_item a:after,
.nav-wrapper .current-menu-item a:after {
  visibility: visible;
  width: 100%;
}



/*------------------------------------*\
# Slider
\*------------------------------------*/
.img-number {
  color: #FFF;
  width: 20px;
  text-align: center;
}

.img-number-sep {
  color: #FFF;
}

#prev,
#next {
  background: none;
}

#next {
  transform: rotate(180deg);
}

#slider-container button:hover {
    background-color: #000;
}

.product-slider-nav {
  background: #009453;
  height: 58px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
  position: absolute;
  bottom: -30px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}

/*------------------------------------*\
# Footer
\*------------------------------------*/
.footer {
  background: #009453;
}

.logo--footer {
  display: flex;
  width: 120px;
  height: auto;
  margin-top: -26px;
  position: absolute;
}

.footer-content-wrapper {
  padding: 65px 0px 65px 0px;
  display: flex;
  flex-flow: wrap;
  color: #FFF;
  position: relative;
}

.footer-content {
  margin-right: 140px;
}

.footer-content:last-child {
  margin-right: 0px;
}

.footer-content-card {
  background: #FFF;
  padding: 40px;
  border-radius: 10px;
  color: #000;
  position: absolute;
  right: 0px;
  top: -30px;
  bottom: -30px;
}

.footer-content-card--title {
  color: #009453;
  font-size: 24px;
  line-height: 35px;
  padding-top: 15px;
}

.footer-disclaimer-wrapper {
  padding: 17px 0px 17px 0px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.footer-disclaimer--content {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.footer-disclaimer {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #9E9E9E;
  font-size: 14px;
}

.footer-disclaimer {
  margin-right: 15px;
}

.footer-content--title {
  color: #FFF;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 20px;
}

.footer-content-spacing {
  padding-top: 20px;
}

.footer-disclaimer a {
  color: #9E9E9E;
}

.footer-disclaimer li a {
  margin: 0px 40px 0px 0px;
}

.footer-disclaimer li:last-child a {
  margin: 0px 0px 0px 0px;
}

.footer-disclaimer li:first-child a {
  margin: 0px 40px 0px 40px;
}

.footer-disclaimer li:hover a {
  color: #009453;
}

#colophon .footer-content ul {
  padding: 0;
  margin: 0;
}

#colophon .footer-content ul li a {
  color: #FFF;
  padding-bottom: 5px;
}

#colophon .nav-wrapper {
  display: block;
}

#colophon .nav-wrapper li {
  font-family: 'merriweather-regular';
  line-height: 34px;
  font-weight: normal;
  font-style: normal;
}

#colophon .nav-wrapper li a {
  width: 100%;
  position: relative;
}

.icon-footer {
  display: flex;
  align-items: center;
  color: #000;
  font-family: 'merriweather-regular';
  font-weight: normal;
  font-style: normal;
  padding-bottom: 15px;
}

.icon-footer:last-child {
  padding-bottom: 0px;
}

.row-flex-column a:hover {
  color: #009453;
}

.flex-30 {
  flex-basis: 30%;
}

.footer-button {
  margin-top: 20px;
}


#colophon .nav-wrapper li a:before,
.header-widget--content p a:before,
.content--content p a:before,
a.news-share:before,
.content--content span a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

.header-widget--content p a:before,
.content--content p a:before,
.content--content span a:before,
a.news-share:before {
  background-color: #2E2573;
}

#colophon .nav-wrapper li a:hover:before,
.header-widget--content p a:hover:before,
.content--content p a:hover:before,
.content--content span a:hover:before,
a.news-share:hover:before {
  visibility: visible;
  width: 100%;
}

/*------------------------------------*\
# Animations
\*------------------------------------*/
.fade-in-left {
  animation: fade-in-left 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-left-one {
  -webkit-animation: fade-in-left-one 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .15s both;
          animation: fade-in-left-one 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .15s both;
}
@-webkit-keyframes fade-in-left-1 {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-one {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation: fade-in 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*------------------------------------*\
# Responsive
\*------------------------------------*/
/* Container */
@media (min-width: 576px) {
  .container,
  .container-m,
  .container-s,
  .container-l {
    max-width: 540px;
  }
}
@media (min-width: 769px) {
  .container,
  .container-m,
  .container-s,
  .container-l {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-m {
    max-width: 960px;
  }
  .container-s,
  .container-l {
    max-width: 740px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .container-m {
    max-width: 940px;
  }
  .container-s {
    max-width: 740px;
  }
  .container-l {
    max-width: 740px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
  .container-m {
    max-width: 1140px;
  }
  .container-s {
    max-width: 740px
  }
  .container-l {
    max-width: 900px;
  }
}

@media only screen and (max-width: 1400px) {
  /* WooCommerce */
  form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 58%;
  }
  .header-xl--image {
    background-position: center;
  }
  /* Typography */
  .primary-title, 
  .white-primary-title {
  	font-size: 43px;
  	line-height: 46px;
  }
  .primary-title-m,
  h1.woocommerce-products-header__title.page-title {
		font-size: 36px;
    line-height: 45px;
	}
  /* CTA block */
  .cta-block {
  	height: 145px;
  	width: 145px;
  }
  /* Product Cards */
  .product-four-col {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .product-page-image {
    max-width: 370px;
  }
  /* Image slider */
  .product-slider-nav {
  	width: 43%;
  }
  .row-button-center-product {
  	display: block;
  }
  .button-flex-product:first-child {
  	margin-right: 0px;
  	margin-bottom: 20px;
  }
  /* How does it work */
  .column-content {
  	padding: 50px;
  }
}

@media only screen and (max-width: 1200px) {
	/* USP */
	.usp-primary-title {
		flex-basis: unset;
	}
	/* Typography */
	.primary-title,
	.white-primary-title {
		font-size: 40px;
		line-height: 44px;
	}
	.primary-title-m,
  h1.woocommerce-products-header__title.page-title {
		font-size: 34px;
    line-height: 40px;
	}
	/* CTA block */
	.cta-row {
		width: 55%;
	}
	.cta-block {
    height: 115px;
    width: 115px;
	}
	.cta-title {
    font-size: 16px;
    padding: 10px 0px 0px 0px;
	}
	.icon-cta:before {
		font-size: 30px;
	}
  /* Product Card */
  .product-four-col {
    grid-template-columns: 1fr 1fr;
  }
  .col-three {
  	grid-template-columns: 1fr 1fr;
  }
  .product-page-image {
    max-width: 305px;
  }
  /* Image slider */
  .product-slider-nav {
  	width: 53%;
  }
  /* How does it work */
  .column-content {
  	padding: 40px;
  }
  /* Specifications */
  .product-specifications,
  .specifications-container {
  	width: 60%;
  }
  /* Footer */
  .footer-disclaimer-wrapper {
    width: 62%;
  }
}

@media only screen and (max-width: 1155px) {
}

@media only screen and (max-width: 992px) {
  /* WooCommerce */
  .shop-wrapper-product {
    flex-flow: column;
    align-items: flex-start;
  }
  .woocommerce .woocommerce-result-count {
    margin: 0px 0px 10px 0px;
    align-self: flex-start;
  }
  select.orderby {
    width: 100%;
  }
  form.woocommerce-ordering {
    width: 100%;
  }
  form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 100%;
  }
	/* Structure */
	.two-column {
		flex-basis: 100%;
	}
  .column {
    flex-basis: 100%;
  }
	.gutter-content {
		margin-top: 70px;
	}
	.gutter-content-single {
		margin-top: 40px;
	}
	.two-column:last-child {
		padding: 40px 0px 0px 0px;
	}
	.two-column:first-child {
		padding: 0px;
	}
	.usp {
		flex-basis: 33%;
	}
	.usp-1,
	.usp-2,
	.usp-3 {
		margin-bottom: 25px;
	}
	.usp-inner-wrapper {
		flex-flow: column;
		align-items: center;
	}
	.square-m {
		width: 110px;
    height: 110px;
    margin-top: -50px;
    margin-left: 0px;
	}
	.usp-row {
		width: 100%;
	}
	.usp-primary-title {
		width: unset;
		padding-bottom: 25px;
	}
	.cta-row {
		width: 100%;
		margin-top: 25px;
	}
	.cta-block {
    height: 0;
    width: calc(100%/5);
    padding-top: calc(100%/5);
	}
	.cta-block-inner {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
	}
	.cta-title {
    font-size: 18px;
    padding: 20px 0px 0px 0px;
	}
	.icon-cta:before {
		font-size: 34px;
	}
  .product-page-image {
    max-width: 100%;
  }
	/* Specifications */
	.product-specifications,
	.specifications-container {
		width: 100%;
	}
  /* Footer */
  .footer-content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    width: 100%;
  }
  .footer-content-card {
    position: initial;
    width: 100%;
    margin-bottom: 40px;
    margin-top: -90px;
  }
  .flex-30 {
    flex-basis: 60%;
  }
  .footer-content {
    margin-right: 0px;
  }
  .footer-disclaimer-wrapper {
    width: 100%;
  }
  /* Image slider */
  .product-slider-nav {
  	width: 65%;
  }
  .product-title-spacing {
  	padding-top: 40px;
  }
  /* Menu */
  .primary-navigation--wrapper ul li {
    margin-right: 25px;
  }
  nav.products-navigation {
    top: 74px;
  }
  /* Mobile Menu */
  .menu-wrapper {
    display: flex;
  }
  .primary-navigation--wrapper ul li {
    font-size: 24px;
    padding-bottom: 50px;
    line-height: 33px;
    margin: 0px;
  }
  .primary-navigation--wrapper ul li:last-child a {
    padding: unset;
    background: unset;
  }
  .primary-navigation--wrapper ul li:last-child a:hover {
    background: unset;
    color: #2E2573;
  }
  .primary-navigation--wrapper ul li:last-child:hover {
    background: unset;
  }
  .primary-navigation--wrapper ul li:last-child {
    padding-bottom: 0px;
  }
  .primary-navigation--wrapper ul li a {
    color: #FFF;
  }
  .nav-wrapper .current_page_item a, 
  .nav-wrapper .current-menu-item a, 
  .nav-wrapper .current-menu-item:last-child a {
    color: #39A935;
  }
  /* Structure */
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  /* WooCommerce */
  .cart_totals,
  form.woocommerce-cart-form,
  .woocommerce form .form-row input.input-text, 
  .woocommerce form .form-row textarea,
  .woocommerce form.checkout_coupon, 
  .woocommerce form.login, 
  .woocommerce form.register,
  form.woocommerce-ResetPassword.lost_reset_password,
  .woocommerce-billing-fields,
  .woocommerce-checkout-review-order.
  #order_review,
  .woocommerce-shipping-fields,
  #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment,
  .woocommerce-order,
  .content-narrow-wrapper {
    padding: 30px;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
  }
  a.cart-customlocation {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 60px;
    position: unset;
  }
}

@media only screen and (max-width:768px) {
  /* WooCommerce */
  /* My Account */
  .woocommerce-MyAccount-content {
    margin-top: 20px;
  }
  /* Headers */
  .header-xl--content {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
  }
  /* Buttons */
  .button-wrapper .primary-button:first-child {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .primary-button,
  .primary-button--green {
    display: flex;
    justify-content: start;
  }
  .button-flex:first-child {
  	margin-right: 0px;
  }
  .button-flex:last-child {
  	margin-top: 20px;
  }
  /* Structure */
  .shop-gutter {
    margin-top: 25px;
  }
	.usp-4 {
		margin-bottom: 25px;
	}
	.container-body {
		padding: 0px;
	}
	.cta-block {
		width: calc(95%/2);
    padding-top: calc(95%/2);
	}
  .row-button-center,
  .row-button-center-product {
    display: block;
  }
	/* USP block */
	.cta-block:first-child {
		margin-bottom: 20px;
	}
  /* Product Cards */
  .product-four-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 20px 0px 20px 0px;
  }
  .col-three {
  	grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .image-block--label {
  	bottom: 25px;
  	left: 25px;
  	margin-right: 25px;
  }
  .product-card--wrapper {
    padding: 20px;
  }
  /* Specifications */
  .rows-inner {
  	flex-flow: column;
  }
  .cell:first-child {
  	width: 100%;
  }
  /* Producten */
  .product-page-image {
    max-height: 480px;
  }
  /* Footer */
  .footer {
    margin-top: 70px;
  }
  .footer-content {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    margin-bottom: 40px;
    margin-right: 0px;
  }
  .footer-content:last-child {
    margin-bottom: 40px;
  }
  .footer-content:first-child {
    margin-bottom: 0px;
  }
  .footer-content-card {
    position: initial;
    width: 100%;
    margin-bottom: 40px;
    margin-top: -90px;
  }
  /* WooCommerce */
  .cart_totals {
    margin-top: 20px;
  }
  .cart_totals,
  form.woocommerce-cart-form,
  .woocommerce form .form-row input.input-text, 
  .woocommerce form .form-row textarea,
  .woocommerce form.checkout_coupon, 
  .woocommerce form.login, 
  .woocommerce form.register,
  form.woocommerce-ResetPassword.lost_reset_password,
  .woocommerce-billing-fields,
  .woocommerce-checkout-review-order,
  #order_review,
  .woocommerce-shipping-fields,
  #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment,
  .woocommerce-order,
  .content-narrow-wrapper {
    padding: 20px;
  }
  a.checkout-button.button.alt.wc-forward {
    margin-bottom: 0px;
    width: 100%;
  }
  .primary-navigation--wrapper ul li {
    padding-bottom: 35px;
  }
}

@media only screen and (max-width: 576px) {
}

@media only screen and (max-width: 480px) {
  /* Headers */
  .container-body {
    padding: 0px;
  }
  .header-xl--content {
  	padding-bottom: 60px;
  }
  .header-xl--title {
    font-size: 40px;
    line-height: 50px;
  }
  .header-xl--tagline {
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0px 30px 15px;
  }
  /* Structure */
  .rounded-image {
  	position: absolute;
    right: -58px;
    width: 115%;
  }
  .row-center {
  	position: relative;
  }
  .m-image-right {
  	position: relative;
  }
  .m-image-right {
  	height: 250px;
  }
  .square-image-1 {
  	right: 0px;
  }
  .col-three {
  	grid-template-columns: 1fr 1fr;
  }
  .image-block--label {
  	bottom: 15px;
  	left: 15px;
  	padding: 5px 10px 5px 10px;
  	font-size: 14px;
  	margin-right: 15px;
  	line-height: 15px;
  }
  .product-card--image {
    max-height: 300px;
  }
  /* USP */
  .square-m {
  	margin-left: -50px;
  }
  .usp {
		flex-basis: 50%;
	}
	.usp-inner-wrapper {
		align-items: start;
	}
	/* Typography */
	.primary-title,
	.white-primary-title {
		font-size: 36px;
		line-height: 40px;
	}
	.primary-title-m,
  h1.woocommerce-products-header__title.page-title {
    font-size: 30px;
    line-height: 40px;
	}
	.primary-content {
		padding: 10px 0px 0px 20px;
	}
	.product-content-spacing {
		padding-bottom: 20px;
	}
	.product-specifications {
		margin-top: 10px;
	}
	.product-card-image-wrapper {
		padding-bottom: 30px;
	}
  /* Contact form */
  label.label-width {
    width: 100%;
  }
  input.e-mail-sign-up--input {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  input.primary-button--green {
    width: 100%;
  }
  .mc4wp-alert.mc4wp-notice, .mc4wp-alert.mc4wp-success, .mc4wp-alert.mc4wp-error {
    padding: 20px;
  }
  /* Footer */
  .footer-content-wrapper {
    padding: 30px 0px 30px 0px;
  }
  .footer-content-card {
    margin-top: -50px;
    padding: 30px;
  }
  .column-content {
  	padding: 30px;
  }
  .footer-disclaimer-wrapper {
    justify-content: center;
  }
  .footer-disclaimer--logo {
    margin-bottom: 10px;
  }
  .footer-disclaimer {
    font-size: 12px;
    flex-basis: 100%;
  }
  .footer-disclaimer li:first-child a {
    margin: 0px 20px 0px 0px;
  }
  img.payment-method {
    margin-top: 10px;
  }
  /* WooCommerce */
  a.cart-customlocation {
    width: 50%;
  }
}

@media only screen and (max-width: 400px) {
  .checkmark-box {
    display: none;
  }
  .product-four-col {
    grid-template-columns: 1fr;
  }
  /* Footer */
  .footer-content {
    flex-basis: 100%;
  }
  .footer-content:last-child {
    margin-bottom: 0px;
  }
  /* Header */
  .header-xl--title {
    font-size: 40px;
    line-height: 45px;
  }
  .primary-navigation--wrapper ul li {
    padding-bottom: 18px;
    font-size: 20px;
  }
  .menu .nav-wrapper {
    margin: 20px 0px 0px 0px;
  }
}

@media only screen and (max-width: 370px) {
	/* Structure */
	body {
		font-size: 14px;
		line-height: 28px;
	}
	.container-body {
		padding: 0px;
	}
	.rounded-image {
		right: unset;
	}
	.primary-content {
		padding: 5px ​0px 0px 15px;
	}
	.square-image-1 {
		width: 70px;
		height: 70px;
	}
	/* Buttons */
	.primary-button {
		font-size: 16px;
		line-height: 30px;
	}
	/* Icons */
	.icon:before {
		font-size: 20px;
	}
  /* Footer */
  .footer-content-card {
    padding: 24px;
  }
  .footer-disclaimer--content {
    display: block;
  }
}