/*
Theme Name: K&K Zonwering
Theme URI: http://kenkzonwering.nl
Description: Wordpress thema voor K&K Zonwering
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: kenkzonwering
*/

:root  {
    --base: 15px;
    --extrahuge: calc(var(--base) * 12);
    --huge: calc(var(--base) * 6);
    --extralarge: calc(var(--base) * 5);
    --large: calc(var(--base) * 4);
    --mediumlarge: calc(var(--base) * 2.5);
    --medium: calc(var(--base) * 2);
    --small: calc(var(--base) * 1.5);
    --extrasmall: calc(var(--base) * 1);

    --radius-large: 32px;
    --radius-medium: 25px;
    --radius-small: 15px;
}

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

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

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

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

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

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





h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: var(--small);
    margin-top: 0;
    line-height: 1.125;
    position: relative;
    display: block;
    font-weight: bold;
}



h1,
.h1 {
    font-size: 52px;
}

.h2,
h2 {
    font-size: 46px;
}

.h3,
h3 {
    font-size: 36px;
}

.h4,
h4 {
    font-size: 32px;
    margin-bottom: var(--extrasmall);
}

.h5,
h5 {
   font-size: 20px;
   margin-bottom: var(--extrasmall);
}

.h6,
h6 {
    font-size: 18px;
    margin-bottom: var(--extrasmall);
}

:is(h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6).large {
    font-size: 66px;
    line-height: 1;
}


body {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Gabarito';
    font-weight: 400;
    overflow-x: hidden;
    line-height: 1.675;
    color: #615F54;
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

body.navbar-open {
    overflow-x: hidden;
    overflow-y: hidden;
}



p {
    margin-top: 0;
    margin-bottom: var(--small);
}

a {
    color: currentColor;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.675;
    margin-top: 0;
    margin-bottom: var(--extrasmall);
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
       font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
   margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #002333 ;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    width: 100%;
    position: relative;
        padding: 12.5px 22.5px;
    border-radius: 15px;
    border: 0;
        color: #615F54;

}

select {
       background-image: url(images/chevron.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: calc(100% - 22.5px) center;
}


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



::-webkit-input-placeholder {
    color: rgb(214 203 191 / 75%);
}

::-moz-placeholder {
    color: rgb(214 203 191 / 75%);
}

:-ms-input-placeholder {
    color: rgb(214 203 191 / 75%);
}

::-moz-selection {
    background-color: #423D3B;
    color: #ffffff
}

::selection {
    background-color: #423D3B;
    color: #ffffff
}

::-moz-selection {
    background-color: #423D3B;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
   margin-bottom: 15px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
        line-height: 1.5;
}

table tr th {
    font-weight: normal;
}

table tr :is(th,td) {
    padding: 5px var(--extrasmall);
}

table tr :is(th,td):first-child {
    padding-left: 0;
}

table tr :is(th,td):last-child {
    padding-right: 0;
}
b,
strong {
       font-weight: 600;
}

small,
.small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
     font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

.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;
  width: 1px;
  word-wrap: normal !important;
}


@media (min-width: 992px) {

    .row.extralarge-gutters {
        margin-right:  calc(var(--large) * -1);
        margin-left: calc(var(--large) * -1);
    }

    .row.extralarge-gutters [class*="col-"] {
        padding-right: var(--large);
        padding-left: var(--large);
    }

    .row.large-gutters {
        margin-right:  calc(var(--mediumlarge) * -1);
        margin-left: calc(var(--mediumlarge) * -1);
    }

    .row.large-gutters [class*="col-"] {
        padding-right: var(--mediumlarge);
        padding-left: var(--mediumlarge);
    }

    .row.medium-gutters {
        margin-right:  calc(var(--medium) * -1);
        margin-left: calc(var(--medium) * -1);
    }

    .row.medium-gutters [class*="col-"] {
        padding-right: var(--medium);
        padding-left: var(--medium);
    }

    .row.normal-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.normal-gutters [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row.small-gutters {
        margin-right: -7.5px;
    margin-left: -7.5px;
}

.row.small-gutters [class*="col"] {
        padding-right: 7.5px;
    padding-left: 7.5px;
}

.row.no-gutters {
        margin-right: 0;
    margin-left: 0;
}

.row.no-gutters [class*="col"] {
        padding-right: 0;
    padding-left: 0;
}






.btn,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 12.5px 27.5px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    line-height: 1.125;
    border: 0;
    background: #F3C854;
    color: #ffffff;
    font-size: 18px;
    white-space: nowrap;
    z-index: 1;
    overflow: hidden;
    border-radius: 50px;
     font-family: 'Gabarito';
}
.btn.btn--white {
    color: #615F54;
    background: #ffffff
}

.btn.btn--green,
.single_add_to_cart_button {
    background: #01b901;
}

.btn.btn--white:hover {
    color: #ffffff;
}

.btn:after,
.button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -ms-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    border-radius: 100%;
    z-index: -1;
    aspect-ratio: 1;
   background-color: rgb(0 0 0  / 5%);
   background-color: #f0af43;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.btn:hover:after,
.button:hover:after {
    -ms-transform: translateY(-50%) scale(1.2);
    -webkit-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
}

.add_to_cart_button:before {
        content: url(images/cart-white.svg);
        width: 22.5px;
    display: block;
    position: relative;
    line-height: 0;


}


.btn--outline {
	    border: 2px solid #F3C854;
    background: transparent;
    color: #F3C854;
}
.btn.btn--small,
.add_to_cart_button {
    zoom: 0.9;
}

/*.btn + .btn {
    margin-left: 7.5px
}*/

.btn-small {
        background: #F3C854;
    color: #ffffff;
    padding: 7.5px 15px;
    border-radius: 10px;
    display: inline-block;
    line-height: 1.125;
    cursor: pointer;
    white-space: nowrap;

}

.white {
    --background: #ffffff;
}

.lightgrey {
    --background: #F4F0E8;
}


.brown {
    --background: #D9AE78;
    --color: #F4F0E8;
}

.peach {
    --background: #F2D6B6;
}

.darkgrey {
    --background: #615F54;
    --color: #F4F0E8;
}



/* Main styles */

header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #ffffff;
	z-index: 20;
}


header nav.navbar {

}

header nav.navbar .navbar-brand {
    width: 100%;
    max-width: 210px;
    margin: 0;
    z-index: 99;
    line-height: 0;
    margin-right: var(--medium)
}

header nav.navbar {
    padding: var(--medium) 0;
}


header nav.navbar {
 margin-left: auto;
}

header nav.navbar .navbar-nav {
   
    margin-left: auto;
}

header nav.navbar .navbar-nav > .nav-item {
   line-height: 0.75;
    position: relative;
}






header nav.navbar .navbar-nav > .nav-item > .nav-link {
    margin: 15px 15px;
    padding: 0;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;

}

header nav.navbar .navbar-nav > .nav-item:hover > .nav-link,
header nav.navbar .navbar-nav > .nav-item.active > .nav-link {
    color: #F3C854;
}

header nav.navbar .navbar-nav > .nav-item.nav-item--featured > .nav-link {
   -moz-appearance: none;
    -webkit-appearance: none;
    padding: 12.5px 22.5px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    line-height: 1;
    border: 0;
    background: #F3C854;
    color: #ffffff;
    white-space: nowrap;
    z-index: 1;
    overflow: hidden;
    border-radius: 50px;
    margin-top: 0;
    margin-bottom: 0;
}


header nav.navbar .navbar-nav > .nav-item.nav-item--featured > .nav-link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -ms-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    border-radius: 100%;
    z-index: -1;
    aspect-ratio: 1;
   background-color: rgb(0 0 0  / 5%);
   background-color: #f0af43;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

header nav.navbar .navbar-nav > .nav-item.nav-item--featured > .nav-link:hover:after {
    -ms-transform: translateY(-50%) scale(1.2);
    -webkit-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
}

/*header nav.navbar .navbar-nav > .nav-item:first-child > .nav-link {
    margin-left: 0 
}
*/

header nav.navbar .navbar-nav > .nav-item:last-child > .nav-link {
    margin-right: 0
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .nav-link:after,
header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle:after {
    content: url(images/chevron.svg);
    width: 12.5px;
    display: inline-block;
    margin-left: 7.5px;
    vertical-align: middle;
    line-height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header nav.navbar .navbar-nav > .nav-item.dropdown:hover > .nav-link:after,
header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle[aria-expanded="true"]:after {
 -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle {
      display: none;
}


header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu {
    margin: 0;
    border: 0;
    background: #F4F0E8;
    border: 6px solid #ffffff;
    padding: 10px 15px;
    border-radius: 15px;
    min-width: 100%

}


header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu li a{

    padding: 7.5px 0;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    display: block;
    position: relative;
    
    font-weight: bold;
    /*font-size: 18px;*/

    
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu li a:hover,
header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu li.active a {
     color: #F3C854;
}


/* Navbar toggler */

header nav.navbar .navbar-toggler {
    position: relative;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 9;
    display: none;
}

header nav.navbar .navbar-toggler:after {
    content: 'menu';
    position: absolute;
    color: #615F54;
    text-transform: uppercase;
    font-size: 12px;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    margin-left: 7.5px;
    font-weight: 600;
}

header nav.navbar .navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar {
    background-color: #615F54;
}

header nav.navbar .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 5px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 22px;
    margin-left: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header nav.navbar .navbar-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: #615F54;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
}

/* Actions */


header nav.navbar .navbar-actions {
    position: relative;
    z-index: 10
}

header nav.navbar .navbar-actions ul {
    margin-bottom: 0;
    margin-left: 30px;
    line-height: 0;
    white-space: nowrap;
}
header nav.navbar .navbar-actions ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

header nav.navbar .navbar-actions ul li:last-child {
    margin-right: 0;
}
header nav.navbar .navbar-actions ul li a {
    line-height: 1;
    display: block;
}

header nav.navbar .navbar-actions ul li a:has(span) {
    padding-right: 10px;
}

header nav.navbar .navbar-actions ul li a img {
    height: 25px
}

header nav.navbar .navbar-actions ul li a span {
    background: #F3C854;
    color: #ffffff;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 2.5px 7.5px;
    line-height: 1;
    font-size: 12px;
    transform: translate(60%, -30%);
}

/* Navbar background */

.navbar-background {
     position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #615F54;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;

}

.navbar-open .navbar-background {
    opacity: 0.75;
    visibility: visible;
}

main > *:first-child {
    margin-top: 0 !important;
}


/* Header */

section.header {
    margin: var(--medium) 0 var(--extralarge) 0;
}


section.header .header-image {
    display: block;
    position: relative;
    padding-bottom: 75%;
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
}

section.header .header-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.header .header-image .header-image__caption {
    position: absolute;
    color: #ffffff;
    left: var(--mediumlarge);
    right: var(--mediumlarge);
    bottom: var(--mediumlarge);
    max-width: 360px;
    line-height: 1;
}

section.header .header-image .header-image__caption :is(h1, h2, h3, h4, h5, h6) {
      text-shadow: 0px 0px 15px rgb(97 95 84 / 50%);
}



section.header .header-content {
    padding: var(--mediumlarge) 0;
}

body.single section.header .header-content {
    background: var(--background, #F4F0E8);
    padding: var(--large);
    border-radius: var(--radius-large);
    height: 100%;
}

section.header .header-content p + .btn {
    margin-top: var(--extrasmall)
}

/* Article */

article.article {
    margin: var(--extralarge) 0;
    position: relative;
   
}

article .article-background {
   background: var(--background, #F4F0E8);
       padding: var(--extralarge)  var(--huge);
    border-radius: var(--radius-large);
}

article .article-background .row:not(:first-child) {
    margin-top: var(--extralarge)
}

article .article-background:has(.article-image) .row:nth-child(even) {
    flex-direction: row-reverse;
}

article.article .article-header {
    margin-left:  var(--huge);
}

article.article .article-content {
   

}



article.article .article-content.article-content--sticky {
position: sticky;
    top: 145px;
}

article.article .article-content *:last-child {
    margin-bottom: 0;
}

article.article .article-content :is(h4, h5, h6):first-child {

}

article.article .article-content :is(h1, h2, h3, h4, h5, h6) {

}

article.article .article-content :is(p, ul, ol) + .btn {
    margin-top: var(--extrasmall);
}

article.article .article-content ol {
    padding-left: 17.5px;
}
article.article .article-content ol li {
    list-style: inherit;
}

article.article .article-content ul li:before {
    content: '•';
    color: #F3C854;
    margin-right: 7.5px;
}


article.article .article-content img {
    width: auto;
    max-width: 100%;
}

article.article .article-content a:not(.btn) {
        color: #F3C854;
    font-weight: 600;
}

article.article .article-content .alignright {
    float: right;
    margin-left: var(--small);
    margin-bottom: var(--small);
}

article.article .article-content .alignleft {
    float: left;
    margin-right: var(--small);
    margin-bottom: var(--small);
}

article.article .article-image {
    line-height: 1;
}

article.article .article-image img {
    border-radius: 22px;

}




/* colors */

section.colors {
    margin: var(--extralarge) 0;
}


section.colors .colors-header {
     margin-bottom: var(--large);
}

section.colors .colors-header a {
    color: #F3C854;
    font-weight: 600
}

section.colors .colors-header *:last-child {
    margin-bottom: 0
}

section.colors .color {
    position: relative;
}

section.colors .color .color-image {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: var(--radius-medium);
    z-index: 1
}

section.colors .color .color-image img {
        position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.colors .color:hover .color-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

section.colors .color .color-image .color-image__label {
  position: absolute;
    bottom: var(--extrasmall);
    text-align: center;
    margin-bottom: 0;
    background: #FFFFFF;
    padding: 5px 22.5px;
    border-radius: 50px;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - var(--small));
    line-height: 1.25;
}

section.colors .color .color-content {
        line-height: 0;
    margin-top: var(--extrasmall);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

section.colors .color:hover .color-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

section.colors .color .color-content .btn {
    width: 100%;
    text-align: center;
}



/* Cards */

section.cards {
    margin: var(--extralarge) 0 var(--mediumlarge) 0;
    position: relative;
}


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

section.cards .cards-header {
     margin-bottom: var(--medium);
}

section.cards .cards-header a {
    color: #D6980E;
    text-decoration: underline;
    font-weight: bold;
}

section.cards .cards-header :is(h4, h5, h6):first-child {
    margin-bottom: 0;
}

section.cards .cards-header *:last-child {
    margin-bottom: 0
}

section.cards .cards-sidebar {
    position: sticky;
    top: 145px;
}

section.cards .cards-sidebar .widget:has(ul) {
    background: #F4F0E8;
    padding: var(--small);
    border-radius: 15px;
    margin-bottom: var(--small);

}

section.cards .cards-sidebar .widget .widget-title {
    margin-bottom: 0;
    cursor: pointer;
}

section.cards .cards-sidebar .widget .widget-title:after {
    content: url(images/chevron.svg);
    position: absolute;
    width: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
}


section.cards .cards-sidebar .widget .widget-title.widget-title--closed:after {
   
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

section.cards .cards-sidebar .widget ul {
    margin-bottom: 0;
      margin-top: var(--extrasmall);
}

section.cards .cards-sidebar .widget ul li {
    
}

section.cards .cards-sidebar .widget ul li input{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

section.cards .cards-sidebar .widget ul li label{
    font-weight: normal;
    margin-bottom: 0;
    cursor: pointer;
}

section.cards .cards-sidebar .widget ul li label:before {
        content: '';
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background: transparent;
    border: 2px solid #615F54;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: -2px;
}

section.cards .cards-sidebar .widget ul li input:checked + label:before {
    background: #F3C854
}


section.cards .card {
    position: relative;
    display: block;
    border: 0;
        height: calc(100% - var(--mediumlarge));
    margin-bottom: var(--mediumlarge);

    color: var(--color, #615F54);
    background: var(--background, #F4F0E8);
    padding: var(--mediumlarge);
    border-radius: var(--radius-large);

    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;

    min-height: 300px;
}

section.cards .card:has(.btn[href*="/screendoek-met-zuignappen"]) {
	    border: 3px dashed #F3C854;
}

section.cards .card:has(.btn[href*="/screendoek-met-zuignappen"]):has(.card-background) {
	    border:0;
}

section.cards .card:has(.btn[href*="/screendoek-met-zuignappen"]) .card-thumb:after {
	    content: 'Best verkocht';
    position: absolute;
    left: var(--small);
    top: var(--small);
    background: #F3C854;
    color: #ffffff;
    padding: 7.5px 15px;
    border-radius: 50px;
    line-height: 1;
}



section.cards:has(.cards-sidebar) .card {
    padding: var(--medium);
}

section.cards .card:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -ms-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    border-radius: 100%;
    z-index: -1;
    aspect-ratio: 1;
   background-color: rgb(97 95 84 / 5%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

section.cards .card:hover:after {
    -ms-transform: translateY(-50%) scale(2);
    -webkit-transform: translateY(-50%) scale(2);
    transform: translateY(-50%) scale(2);
}


section.cards .card .card-image {
    border-radius: var(--radius-medium);  
    overflow: hidden;
    line-height: 0;
}

section.cards .card .card-image:not(.card-image--custom) {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
  
}



section.cards:has(.cards-sidebar) .card .card-image {
    border-radius: 15px;  
}

section.cards .card .card-image[data-fancybox]:before {
    content: url(images/search-white.svg);
    position: absolute;
    width: 20px;
    right: var(--small);
    top: var(--small);
    z-index: 1;
    line-height: 1;
}

section.cards .card .card-image.card-image--potrait {
    aspect-ratio: 3.4 / 4.5;
}


section.cards .card .card-image:not(.card-image--custom) img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}

/* section.cards .card .card-image img[src*='.png'] {
    -o-object-fit: contain;
    object-fit: contain;
} */

section.cards .card .card-thumb {
    position: relative;
    display: block;
    aspect-ratio: 3.3 / 4.11;
    overflow: hidden;
    border-radius: var(--radius-medium);
    max-width: 210px;
}

section.cards .card .card-thumbs .card-thumb {
     max-width: 100%;
}


section.cards .card .card-thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}

section.cards .card .card-thumb .card-thumb__label {
position: absolute;
    left: var(--extrasmall);
    bottom: var(--extrasmall);
    background: #FFFFFF;
    padding: 7.5px 22.5px;
    border-radius: 50px;
    line-height: 1.25
}

section.cards .card .card-background {
      position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
   
}

section.cards .card .card-background:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0,0,0);
    background: linear-gradient(112deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background-blend-mode: multiply;
    z-index: 1;
    opacity: 0.5;
    pointer-events: none;
}

section.cards .card .card-background img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}
section.cards .card:hover .card-background img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

section.cards .card .card-image + .card-content,
section.cards .card .card-thumb + .card-content {
    padding-top: var(--medium);
}

section.cards .card .card-content {

}

section.cards .card .card-content.card-content--bottom {
    margin-top: auto;
}

section.cards .card .card-content:not(.card-content--bottom) {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}


section.cards .card .card-content:not(.card-content--bottom) :is(h4, h5) {
    margin-bottom: 5px;
}

section.cards .card .card-content p {
       margin-bottom: var(--extrasmall);
	position: relative;
    line-height: 1.5
}

section.cards .card:has(.card-background) .card-content *:not(.btn) {
    color: #ffffff;
    text-shadow: 0px 0px 15px rgb(97 95 84 / 50%);
}

section.cards .card .card-content :is(b, strong) {
    font-size: 18px;
}

section.cards .card .card-content p:last-child {
    margin-bottom: 0;
}


section.cards .card .card-content ul li:before {
    content: '•';
    margin-right: 7.5px;
}

section.cards .card .card-footer {
    line-height: 0;
    margin-top: var(--small)
}


section.cards .card .card-footer .added_to_cart {
        position: absolute;
    right: var(--small);
    top: var(--small);
    background: #01b901;
    padding: 7.5px 22.5px;
    border-radius: 50px;
    line-height: 1.25;
    color: #ffffff;
}
section.cards .card .card-content + .card-footer  {
    margin-top: var(--small)
}


section.cards .card .price {
    display: block;
    line-height: 1.25;
    margin-bottom: var(--extrasmall)
}

section.cards .card .price .amount {
    display: block;
    font-weight: bold;
    font-size: 42px;
}

section.cards .card .card-footer:has(.add_to_cart_button) .price .amount {
    font-size: 32px;
}



section.cards .cards-footer {
    text-align: right;
        margin-top: var(--medium);
}

section.cards .cards-footer ul {
    margin-bottom: 0;
}

section.cards .cards-footer ul li {
      display: inline-block;
       margin: 0 5px;
}

section.cards .cards-footer ul li :is(span, a){
        background: #ffffff;

    width: 45px;
    height: 45px;
    line-height: 45px;
   
    border-radius: 10px;
    font-weight: normal;
    font-size: 20px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	
    border: 1px solid #615F54;
	text-align: center
}

section.cards .cards-footer ul li .prev,
section.cards .cards-footer ul li .next {
    font-size: 0;
}

section.cards .cards-footer ul li .prev:after {
    content: '<';
    font-size: 20px;
}

section.cards .cards-footer ul li .next:after {
    content: '>';
    font-size: 20px;
}

section.cards .cards-footer ul li a:hover,
section.cards .cards-footer ul li span.current {
        background-color: #F3C854;
	border-color: #F3C854;
        color: #ffffff;
	
    
}


section.cards center {
    
}




section.cards center:before {
     content: '';
    background: #000000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
/*     z-index: 8; */
      z-index:999999;
    position: fixed;
    opacity: 0.2;
}

section.cards center:after {
       content: '';
    width: 48px;
    height: 48px;
    border-width: 5px;
    border-style: solid;
    border-color: #b4a677;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
/*     z-index: 9; */
      z-index:9999999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
}

section.cards center p{
  display: none;
}

/* Product */

section.product {
    margin:  var(--medium) 0 var(--extralarge) 0;
}




section.product .product-background {
        background: var(--background, #F4F0E8);
        color: var(--color, #615F54);
    padding: var(--large);
        border-radius: var(--radius-large);
            height: 100%;
   
}

section.product .product-background > .row {
    height: 100%
}

section.product .product-image {
        position: relative;
    display: block;
       aspect-ratio: 3.4 / 4.5;
    overflow: hidden;
    border-radius: var(--radius-medium);
}

section.product .product-image.product-image--landscape {
	aspect-ratio: 3 / 2;
}
section.product .product-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


section.product .product-gallery {
}

section.product .product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
        position: relative;
    display: block;
       aspect-ratio: 3.4 / 4.5;
    overflow: hidden;
    border-radius: var(--radius-medium);
}

section.product .product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.product .product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:has([data-caption="Voorzijde"]):after {
	content: 'Voorzijde';
	position: absolute;
    left: var(--extrasmall);
    top: var(--extrasmall);
    background: #F3C854;
    color: #ffffff;
    padding: 5px 12.5px;
    border-radius: 50px;
    line-height: 1;
    z-index: 1;
}

section.product .product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:has([data-caption="Achterzijde"]):after {
	content: 'Achterzijde';
	position: absolute;
    left: var(--extrasmall);
    top: var(--extrasmall);
    background: #F3C854;
    color: #ffffff;
    padding: 5px 12.5px;
    border-radius: 50px;
    line-height: 1;
    z-index: 1;
}

section.product .product-gallery .flex-viewport {
    line-height: 0;
    margin-bottom: 15px;
    border-radius: 10px;
    display: block;

}

section.product .product-gallery .flex-control-nav {
   display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

section.product .product-gallery .flex-control-nav li {
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    overflow: hidden;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

section.product .product-gallery .flex-control-nav li:after {
    content: '';
    position: relative;
    display: block;
    padding-bottom: 100%
}

section.product .product-gallery .flex-control-nav li img {
    opacity: 0.75;
    cursor: pointer;
    position: absolute;
    width: calc(100% - 15px);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: cover;
    object-position: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
    border-radius: 15px;
}

section.product .product-gallery .flex-control-nav li img.flex-active {
    opacity: 1;
}


section.product .product-title {
    margin-bottom: auto;
}

section.product .product-content {

    
}

section.product .product-content .price {
    display: block;
    line-height: 1.25;
    margin-bottom: var(--extrasmall)
}


section.product .product-content .price .amount {
    display: block;
    font-weight: bold;
    font-size: 42px;
}

section.product .product-content ul li:before {
    content: '•';
    color: #F3C854;
    margin-right: 7.5px;
}

section.product .product-content *:last-child {
    margin-bottom: 0;
}


section.product .product-benefits {
   /* padding: var(--large) 0*/
}

section.product .product-benefits ul li:before {
    content: '•';
    color: #F3C854;
    margin-right: 7.5px;
}

/*section.product .product-benefits p + .btn {
    margin-top: var(--extrasmall);
}*/

section.product .product-benefits p:has(.btn) {
    margin-bottom: 0;
}

section.product .product-benefits *:last-child {
    margin-bottom: 0;
}

section.product .product-sidebar {
    position: sticky;
    top: 145px;
}



section.product .product-sidebar:not(:has(li.kleur)) .single_add_to_cart_button {
	opacity: 0.3;
	  cursor: not-allowed;
}

section.product .product-sidebar .woocommerce-variation {
    display: none !important
}

section.product .product-sidebar .price {
    display: block;
    line-height: 1.25;
    margin-bottom: var(--extrasmall)
}

section.product .product-sidebar .price .amount {
    display: block;
    font-weight: bold;
    font-size: 42px;
}
section.product .product-sidebar .added_to_cart {
	display: none !important;
}

section.product .configurator {
counter-reset: section;
}

/* section.product .configurator .configurator-header {
    padding-left:  var(--large);
} */

section.product .configurator .configurator-item {
        background: var(--background, #F4F0E8);
    padding: var(--medium) var(--large);
    border-radius: var(--radius-medium);
    margin-bottom: var(--small)
}

section.product .configurator .configurator-item:last-child {
    margin-bottom: 0;
}

section.product .configurator .configurator-item h5[data-toggle="collapse"] {
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    padding-right: 30px;
    counter-increment: section;
}

section.product .configurator .configurator-item h5[data-toggle="collapse"]:before {
    content: counter(section) ". ";
}
 
  

section.product .configurator .configurator-item h5[data-toggle="collapse"]:after {
    content: url(images/chevron.svg);
    position: absolute;
    width: 20px;
    top: 50%;
    
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    right: 0;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
}

section.product .configurator .configurator-item h5[data-toggle="collapse"][aria-expanded="false"]:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.product .configurator .configurator-item .form {
margin-top: var(--small);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 360px;
    margin-left: auto;
}

section.product .configurator .configurator-item .form label{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
    margin-right: var(--small);
    font-weight: normal;
}

section.product .configurator .configurator-item [data-parent="#accordion"] > * {
    margin-top: var(--mediumlarge);
}
/* section.product .configurator .configurator-item .row [class*=col]:nth-child(n + 9) {
    display: none;
} */

section.product .configurator .configurator-item.configurator-item--colors[data-product="serge-1"] [class*='col-']:not([data-serge-1]),
section.product .configurator .configurator-item.configurator-item--colors[data-product="serge-3-5"] [class*='col-']:not([data-serge-3-5]),
section.product .configurator .configurator-item.configurator-item--colors[data-product="veozip"] [class*='col-']:not([data-veozip]),
section.product .configurator .configurator-item.configurator-item--colors[data-product="bo-lunar"] [class*='col-']:not([data-bo-lunar]),
section.product .configurator .configurator-item.configurator-item--colors[data-product="budget"] [class*='col-']:not([data-budget]),

section.product .configurator .configurator-item.configurator-item--front-back[data-product="veozip"] [class*='col-']:has(input[value="Achterzijde"]),
section.product .configurator .configurator-item.configurator-item--front-back[data-product="bo-lunar"] [class*='col-']:has(input[value="Achterzijde"])

{
	display: none !important
	
}

section.product .configurator .configurator-item .configurator-product {
    background: #ffffff;
    border-radius: var(--radius-medium);
    padding: var(--extrasmall);
    padding: 15px;
    font-weight: normal;
    margin-bottom: 15px;
    height: calc(100% - 15px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
/*
section.product .configurator .configurator-item.configurator-item--material[data-totaal="Minder dan 1.5 m2"] .configurator-product[for="attribute_pa_doeksoort-bo-lunar"] {
    display: none;
}*/

section.product .configurator .configurator-item .configurator-product:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -ms-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    border-radius: 100%;
    z-index: 0;
    aspect-ratio: 1;
   background-color: rgb(97 95 84 / 5%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

section.product .configurator .configurator-item .configurator-product:hover:after {
    -ms-transform: translateY(-50%) scale(2);
    -webkit-transform: translateY(-50%) scale(2);
    transform: translateY(-50%) scale(2);
}


section.product .configurator .configurator-item .configurator-product:has(input:checked) {
    /*box-shadow: 0 0 0 2px #615F54 inset;*/
    opacity: 1;
        border: 1px dashed #615F54;
}



section.product .configurator .configurator-item:has(.configurator-product input:checked) .configurator-product:not(:has(input:checked)) {
    opacity: 0.75
}

section.product .configurator .configurator-item .configurator-product:hover {
    opacity: 1 !important;
}

section.product .configurator .configurator-item .configurator-product__image {
        position: relative;
    display: block;
    aspect-ratio: 1.8 / 1.5;
    overflow: hidden;
    border-radius: calc(25px - var(--extrasmall));
        margin-bottom: var(--extrasmall);
}
section.product .configurator .configurator-item .configurator-product__image:after {
    content: url(images/search-white.svg);
    position: absolute;
    width: 20px;
    right: 12.5px;
    top: 12.5px;
    line-height: 0;
}
section.product .configurator .configurator-item .configurator-product__image .configurator-product__label {
	 position: absolute;
    left: 7.5px;
    top: 7.5px;
    background: #F3C854;
    color: #ffffff;
    padding: 5px 12.5px;
    border-radius: 50px;
    line-height: 1;
    z-index: 1;
    font-size: 12px;
}

section.product .configurator .configurator-item.configurator-item--colors .configurator-product__image .configurator-product__label {
        bottom: 7.5px;
    top: unset;
    right: 7.5px;
    padding: 5px;
    text-align: center;
    background: #d9ae78;
}
/* section.product .configurator .configurator-item .configurator-product__image[href*='rondom-zoomen']:before {
	    content: 'Sterkst';
    position: absolute;
    left: 7.5px;
    top: 7.5px;
    background: #F3C854;
    color: #ffffff;
    padding: 5px 12.5px;
    border-radius: 50px;
    line-height: 1;
    z-index: 1;
    font-size: 12px;
} */


section.product .configurator .configurator-item .configurator-product__image img{
        position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.product .configurator .configurator-item .configurator-product__content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

section.product .configurator .configurator-item .configurator-product__content p {
    margin-bottom: 7.5px;
    line-height: 1.25;
}

section.product .configurator .configurator-item .configurator-product__content  .price {
    display: block;
    line-height: 1.25;
   /* margin-bottom: var(--extrasmall)*/
}


section.product .configurator .configurator-item .configurator-product__content  .price del {
	margin-right: 5px;
}

section.product .configurator .configurator-item .configurator-product__content  .price del,
section.product .configurator .configurator-item .configurator-product__content  .price del * {
	    display: inline-block;
    font-size: 18px;
    text-decoration: line-through;
    font-weight: normal;
	
}

section.product .configurator .configurator-item .configurator-product__content  .price ins {
	display: inline-block;
	color: #e50201;
	text-decoration: none;
}

section.product .configurator .configurator-item .configurator-product__content  .price .amount {
    display: block;
    font-weight: bold;
    font-size: 22px;
}

section.product .configurator .configurator-item .configurator-product__footer {
    text-align: right;
}

section.product .configurator .configurator-item .configurator-product__footer span {
    background: #F3C854;
    color: #ffffff;
    padding: 7.5px 15px;
    border-radius: 10px;
    display: inline-block;
    line-height: 1.125;
    cursor: pointer;
}

section.product .configurator .configurator-item .configurator-item__footer  {
    margin-top: var(--small)
}

section.product .configurator .configurator-item .configurator-item__footer h5 {
        vertical-align: middle;
    display: inline-block;
    margin: 0;
    margin-right: var(--small)
}

section.product .configurator .configurator-item .configurator-item__footer .btn {
     vertical-align: middle;
}

section.product .configurator .configurator-item .configurator-item__footer > :is(b, strong) {
    font-size: 20px;
    
}



/* Usps */

section.usps {
    background: var(--background, #F4F0E8);
    padding: var(--extrasmall) 0;
    overflow: hidden;
}

section.usps ul{
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
        -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.usps ul li {
    position: relative;
    white-space: nowrap;
}



section.usps ul li {
     margin-right: var(--medium);
        padding-left: 30px;
    position: relative;
    display: block;
    line-height: 1.5;
}

section.usps ul li:last-child {
    margin-right: 0;
}

section.usps ul li:before {
	content: url(https://www.kenkzonwering.nl/wp-content/uploads/2024/04/check.svg);
        display: inline-block;
    width: 15px;
    position: absolute;
    left: 0;
    line-height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


     

@media (max-width: 992px) {

		section.usps ul {
            display: block;
        height: 22.5px;
        position: relative;
     }
    section.usps ul li {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        opacity: 0;
        margin-right: 0;
        background: var(--background, #F4F0E8);
        display: inline-block;

        -webkit-animation-name: cycleOpacity;
        animation-name: cycleOpacity;
        -webkit-animation-duration: 15s;
        animation-duration: 15s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
   
    section.usps ul li:nth-of-type(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
    section.usps ul li:nth-of-type(2) {
        -webkit-animation-delay: 3s;
        animation-delay: 3s
    }
    section.usps ul li:nth-of-type(3) {
        -webkit-animation-delay: 6s;
        animation-delay: 6s
    }
    section.usps ul li:nth-of-type(4) {
        -webkit-animation-delay: 9s;
        animation-delay: 9s
    }
    section.usps ul li:nth-of-type(5){
        -webkit-animation-delay: 12s;
        animation-delay: 12s
    }
	
	.home #section-1 h2 {
    font-size: 42px;
    color: #fff;
    line-height: 50px !important;
    text-transform: uppercase;
}
	
	.home #section-1 .header-image :is(img, video) {
    position: absolute;
    bottom: -00px;
    width: 100% !important;
    left: auto !important;
    height: auto;
    -o-object-fit: cover;
    object-fit: unset;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
		top:0px;
}

}





@-webkit-keyframes cycleOpacity {
    0% {
        opacity: 0
    }
    5% {
        opacity: 1
    }
    31% {
        opacity: 1
    }
    36% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes cycleOpacity {
    0% {
        opacity: 0
    }
    5% {
        opacity: 1
    }
    31% {
        opacity: 1
    }
    36% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}


/* Modal */

.modal-backdrop {
    background-color:#615F54;
	mix-blend-mode: multiply;
}

.modal {

}

.modal .modal-dialog {
    padding: 0 15px;
        max-width: 1040px;
}

.modal .modal-dialog.modal--large { 
    max-width: 1140px;
}

.modal .modal-dialog .modal-header {
    border-bottom: 0;
	margin-bottom: var(--extrasmall);
	padding: 0;
}

.modal .modal-dialog .modal-header :is(h1, h2, h3, h4, h5) {
	margin-bottom: 0
}


.modal .modal-dialog .modal-content{
        border: 0;
    border-radius: 0;
        background: #F5F5F5;
    padding: none;
       border-radius: var(--radius-medium);
}

.modal-content button {
    z-index: 99;
}

.modal-body p {
	margin-bottom:0px;
}

.modal .modal-dialog .modal-content .close {
       width: 37.5px;
    height: 37.5px;
    border-radius: 50%;
    color: #ffffff !important;
    position: absolute;
       right: 0;
    top: 0;
    transform: translate(50%, -50%);
    padding: 0;
    margin: 0;
    cursor: pointer;
    background-image: url(https://www.kenkzonwering.nl/wp-content/uploads/2024/03/close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% auto, cover;
    background-color: #F3C854;
}

.modal .modal-dialog .modal-content .modal-body {
	padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .modal-image {
    position: relative;
    display: block;
    aspect-ratio: 3.3 / 4.11;
    overflow: hidden;
    border-radius: var(--radius-medium);
    width: 150px;
}


.modal .modal-dialog .modal-content .modal-body .modal-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}

/* Footer */



footer {
        margin-top: var(--extralarge);
}
footer .footer-main {

}

footer .footer-main img{
    max-width: 75px;
}

footer .footer-main ul {
    margin-bottom: 0;
    line-height: 2;
}

footer .footer-main ul li a {
-webkit-transition: all 0.3s;
        transition: all 0.3s;
}

footer .footer-main ul li a:hover,
footer .footer-main ul li.current_page_item a {
    color: #F3C854;
}

footer .footer-sub {
    border-top: 1px solid #615F54;
    padding-left: calc(75px + (var(--medium) * 2));
    padding-top: var(--medium);
    margin-top: var(--medium);
     margin-bottom: var(--medium);
}

footer .footer-sub ul li {
    display: inline-block;
}

footer .footer-sub ul li:not(:last-child):after {
        content: '|';
    padding: 0 5px 0 10px;
}

/* Chat */

.chat {
    position: fixed;
    width: 75px;
    right: var(--medium);
    bottom: var(--medium);
    z-index: 99;
        line-height: 0;
}


.chat:before {
  border: solid;
  border-color: #F0B043 transparent;
  border-width: 5px 5px 0 5px;
  right: 37.5px;
  content: "";
  display: block;
   bottom: calc(100% + 10px);
  position: absolute;
  z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateX(50%);
}

.chat:after {
    background: #F0B043;
    border-radius: 10px;
    bottom: calc(100% + 15px);
    color: #fff;
    content: attr(title);
    display: block;
    right: 0;
    position: absolute;
    z-index: 98;
    width: 165px;
    padding: 15px;
    font-weight: 600;
    line-height: 1.25;
    font-size: 17px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}


.chat:hover:before,
.chat:hover:after {
     opacity: 1;
    visibility: visible;
}



/* Accordion */

.accordion {

}

.accordion .accordion-item {
    background: #ffffff;
    padding: var(--extrasmall) var(--medium);
    border-radius: 15px;
    margin-bottom: var(--extrasmall);
}

.accordion .accordion-item .accordion-header {
    position: relative;
    cursor: pointer;
    padding-right: 22.5px;
}

.accordion .accordion-item .accordion-header a {
    text-decoration: none !important;
    font-weight: bold !important;
        color: #615F54 !important; 

}

.accordion .accordion-item .accordion-header a:after{
        content: url(images/chevron.svg);
    position: absolute;
    width: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
}

.accordion .accordion-item .accordion-header a[aria-expanded="true"]:after{
    -webkit-transform: rotate(180deg);
     transform: rotate(180deg)
}

.accordion .accordion-item .accordion-body {
    padding-top: 7.5px;
}

.accordion .accordion-item .accordion-body *:last-child {
    margin-bottom: 0
}

/* Radio */

label.radio {
    font-weight: normal;
    margin-bottom: 7.5px;
    cursor: pointer;
}

label.radio:last-child {
    margin-bottom: 0;
}

label.radio span {
    
}

label.radio span:before {
    content: '';
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: #ffffff;
    border: 7.5px solid #ffffff;
    display: inline-block;
    border-radius: 50%;
    margin-right: var(--extrasmall);
}

label.radio:has(input[type="radio"]:checked) span:before {
    background: #615F54;
}

label.radio input[type="number"] {
        display: inline-block;
    max-width: 210px;
    width: 100%;
    margin-left: var(--small);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
        transition: all 0.3s;
}
label.radio:has(input[type="radio"]:checked) input[type="number"] {
    visibility: visible;
    opacity: 1;
}

/* Breadcrumbs */

.breadcrumbs {

}

.breadcrumbs .breadcrumb_last {
    color: #F3C854;
    font-weight: 600
}




/* checkout */

section.checkout {
    
    padding: var(--large) 0;
     counter-reset: section;
}

section.checkout .checkout-inner {
    background-color: #ffffff;
      background: #F4F0E8;
    padding: var(--medium);
    margin-bottom: var(--medium);
    /*box-shadow: 0 10px 20px -5px rgba(0,0,0,.05);*/
    border-radius: var(--radius-small);
    counter-increment: section;
}


section.checkout .checkout-inner h5:before {
    content: counter(section);
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 2px solid #F3C854;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
    background: #F3C854;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 80%;
}

section.checkout .checkout-inner input[type="radio"],
section.checkout .checkout-inner label input[type="checkbox"] {
     border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

section.checkout .checkout-inner input[type="radio"] + label,
section.checkout .checkout-inner input[type="checkbox"] + span {
    display: block;
    margin-bottom: 0;
    cursor: pointer;
    position: relative
}

section.checkout .checkout-inner input[type="radio"] + label img {
        position: absolute;
    width: 45px;
    right: 22.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.checkout .checkout-inner input[type="radio"] + label:before,
section.checkout .checkout-inner input[type="checkbox"] + span:before {
        content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #615F54;
    vertical-align: -2px;
    margin-right: 7.5px;
    border-radius: 50%;
}


section.checkout .checkout-inner .woocommerce-shipping-methods li label:before,
section.checkout .checkout-inner .payment_methods li label:before,
section.checkout .checkout-inner .woocommerce-terms-and-conditions-checkbox-text:before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #615F54;
    vertical-align: -2px;
    margin-right: 7.5px;
    border-radius: 50%;
}


section.checkout .checkout-inner .woocommerce-terms-and-conditions-checkbox-text:before{
    border-radius: 3px;
     margin-right: 5px;
}

section.checkout .checkout-inner input[type="radio"]:checked + label:before,
section.checkout .checkout-inner label:has(input[type="checkbox"]:checked):before {
    box-shadow: 0 0 0 1.5px #ffffff inset;
    background: #615F54;
}

section.checkout .checkout-inner .woocommerce-shipping-methods li input[type="radio"]:checked + label:before,
section.checkout .checkout-inner .woocommerce-shipping-methods li input[type="hidden"] + label:before,
section.checkout .checkout-inner .payment_methods li  input[type="radio"]:checked + label:before,
section.checkout .checkout-inner input[type="checkbox"]:checked + .woocommerce-terms-and-conditions-checkbox-text:before,
section.checkout .checkout-inner input[type="checkbox"]:checked + span:before { 
    box-shadow: 0 0 0 1.5px #ffffff inset;
    background: #615F54;
}


section.checkout .checkout-inner .notes#order_comments_field {
    margin-bottom: 0
}

section.checkout .checkout-inner ul.list-unstyled {
    margin-bottom: 0
}


section.checkout .checkout-inner ul:is(.payment_methods, .woocommerce-shipping-methods) li {
    border: 1.5px solid #615F54;
    display: block;
    background: #ffffff;
    border-radius: 6px;
    margin-bottom: 15px;
}

section.checkout .checkout-inner ul:is(.payment_methods, .woocommerce-shipping-methods) li:last-child {
    margin-bottom: 0
}

section.checkout .checkout-inner ul:is(.payment_methods, .woocommerce-shipping-methods) li > * {
    padding: 15px 22.5px;
}

section.checkout .checkout-inner ul:is(.payment_methods, .woocommerce-shipping-methods) li label + * {
    padding-top: 0
}

section.checkout .checkout-inner ul:is(.payment_methods, .woocommerce-shipping-methods) li p {
    margin-bottom: 0
}
section.checkout .checkout-inner ul:is(.payment_methods, .woocommerce-shipping-methods) li select {
	 border: 1px solid #615F54;
}



section.checkout .checkout-inner table.shop_table tbody {
   
}

section.checkout .checkout-inner table.shop_table tbody .cart_item {

}

section.checkout .checkout-inner table.shop_table tbody .cart_item td {
    padding: 0px 7.5px 10px 7.5px;
    vertical-align: top;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item td:first-child {
    width: 1px;
    white-space: nowrap;
    padding-left: 0;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item td:last-child {
    width: 1px;
    white-space: nowrap;
    padding-right: 0;
    min-width: unset;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-thumbnail {

}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-thumbnail .image {
        position: relative;
    display: block;
    overflow: hidden;
    width: 75px;
    aspect-ratio: 1 / 1;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-thumbnail .image img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}


section.checkout .checkout-inner table.shop_table tbody .cart_item .product-name {
    width: 100%
}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-name b {
    margin-bottom: 7.5px
}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-name ul {
    font-size: 12px;
    margin-bottom: 0;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-name > a {
  font-size: 14px;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-name .variation {
     
    margin-bottom: 0;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-name .variation li {

}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-name .variation li p{
    display: inline-block;
    margin-bottom: 0
}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-price {

}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-price span.amount {
    display: block;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-quantity {

}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-quantity span {
    display: block;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-quantity .quantity {
    width: 90px;
    display: inline-block;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-quantity .quantity input{
    background-color: transparent;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-subtotal {

}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-subtotal span.amount {
    display: block;
    font-size: 20px;
}

/*section.checkout .checkout-inner table.shop_table tbody .cart_item .product-remove {
    vertical-align: middle;
}*/

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-remove .remove, .woocommerce-remove-coupon{
    vertical-align: middle;
    width: 22.5px;
    height: 22.5px;
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 50%;
    background: url(images/trash.svg);
    background-color: #e50201;
	    background-color: rgb(229 2 1 / 75%);
    background-size: 12.5px;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item td.product-qty .quantity input[type=number] {
    display: inline-block;
    width: 75px;
    padding: 6px 7.5px 6px 15px;
    border: 2px solid #F3C854;
    border: 2px solid var(--primary);
    border-radius: 7.5px;
    color: #F3C854;
    color: var(--primary);
    font-weight: bold;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item td.product-qty .quantity input[type=number]::-webkit-inner-spin-button, 
section.checkout .checkout-inner table.shop_table tbody .cart_item td.product-qty .quantity input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;

}

section.checkout .checkout-inner table.shop_table tfoot td:last-child {
    text-align: right
}

section.checkout .checkout-inner table.shop_table tfoot td small {
    display: inline-block;
}

section.checkout .checkout-inner .woocommerce-privacy-policy-text {
        font-size: 14px;
}

section.checkout .checkout-inner button[name="woocommerce_checkout_place_order"] {
        background: #2db32a;
    display: block;
    width: 100%;
}
.button.alt { 
    background: #2db32a;
}

section.checkout .checkout-inner address {
    margin-bottom: 0
}

section.checkout .checkout-inner address p {
    margin-bottom: 0
}

@media (max-width: 992px) {

    section.checkout {
        padding: 22.5px 0;
    }

    section.checkout .checkout-inner {
        padding: 15px;
    }
	
	.home #section-1 h2 {
    font-size: 42px !important;
    color: #FFF;
/*     line-height: 68px; */
    text-transform: uppercase;
}
}


/* Woocommerce */


.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-error li,
.woocommerce-info{
     background: rgb(243 200 84 / 15%);
    padding: var(--extrasmall) var(--small);
    border-radius: 5px;
    border-left: 5px solid #F3C854;
    margin-bottom: var(--small);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.checkout_coupon {
	 background: rgb(243 200 84 / 15%);
    padding: var(--extrasmall) var(--small);
    border-radius: 5px;
    border-left: 5px solid #F3C854;
    margin-bottom: var(--small);
}

.woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce-notices-wrapper .woocommerce-message .restore-item{
    margin-left: auto;
    -ms-flex-order: 9;
    order: 9;
}

.woocommerce-error li {
    background: #ffe5e6;
    color: #e50201;
    border-color:  #e50201;
    display: block;
}

.quantity {
        max-width: 100px;
}

.quantity input[type=number]::-webkit-inner-spin-button, 
.quantity input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}




.woocommerce-MyAccount-navigation {
    position: relative;
}

.woocommerce-MyAccount-navigation ul {
        background: rgb(243 200 84 / 15%);
    
    list-style: none;
    border-radius: 10px;
    overflow: scroll;

    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

        margin-bottom: var(--medium);
}

.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    list-style: none
}

.woocommerce-MyAccount-navigation ul li a {
       padding: var(--extrasmall);
    display: inline-block;
    text-decoration: none;
}


.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #F3C854;
    color: #ffffff;
}


/* Social media */

.social-media {
    line-height: 1;
    margin-bottom: 0;
    margin-top: var(--extrasmall);
}

.social-media li {
    display: inline-block;
    margin-right: 7.5px;
}

.social-media li:last-child {
    margin-right: 0
}

.social-media li a {
        background: #615F54;
    height: 30px;
    width: 30px;
    text-align: center;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
      -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border-radius: 50%
}

.social-media li a:hover {
    background: #F3C854;
}

.social-media li a svg {
       height: 12.5px;
    fill: #ffffff;
      -webkit-transition: all 0.3s;
        transition: all 0.3s;
}


/* Flipper */

section.action {
	padding: var(--extrasmall) 0;
	background: #F3C854;
	color: #ffffff;
	font-weight: bold
}
section.action .action-button {
	line-height: 1;
}

@media (max-width: 992px) {
	
	.home .header-image__caption {
    font-size: 22px !important;
    top: 20px;
    position: absolute;
    text-transform: uppercase;
    font-family: 'Gabarito';
    font-weight: bold;
}
	
	section.action {
		text-align: center
	}
	
	body.navbar-open section.action {
		display: none
	}
	section.action .action-content {
		margin: var(--extrasmall) 0 0 0;
		    font-size: 14px;
	}
	
	section.action .action-button .btn {
		display: block
	}
	
	section.action .action-button {
		display: none;
	}
    

}

.flipper {
    color: #615F54;
  display: block;
  font-size: 65px !important;
  line-height: 100%;
  padding: 0;
  margin: 0;
  height: 1.5em;
	white-space: nowrap
	
	   
}
.flipper.flipper-invisible {
  font-size: 0px !important;
}

.flipper-group {
  position: relative;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.flipper-group label {
  position: absolute;
  color: #fff;
  font-size: 20%;
  top: 100%;
  line-height: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  padding-top: .5em;
	margin-bottom: 0;
}

.flipper-digit {
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  height: 1.2em;
  overflow-y: hidden;
}
.flipper-digit span {
  font-size: 25%;
}

.flipper-delimiter {
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  color: #fff;
  min-width: .1em;
  white-space: nowrap;
  display: block;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  line-height: 1em;
}

.digit-face {
  display: block;
  visibility: hidden;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
}

.digit-next {
  display: block;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 1.2em;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.digit-top {
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform-origin: 0 0.6em 0 !important;
          transform-origin: 0 0.6em 0 !important;
  -webkit-transform-style: preserve-3d !important;
          transform-style: preserve-3d !important;
  z-index: 20;
}
.digit-top.r {
  transition: background 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  background: #cccccc;
}

.digit-top2 {
  visibility: hidden;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  background: #cccccc;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  line-height: 0em !important;
  top: 50% !important;
  bottom: auto !important;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d !important;
          transform-style: preserve-3d !important;
  -webkit-transform-origin: 0 0 0 !important;
          transform-origin: 0 0 0 !important;
  z-index: 20;
}
.digit-top2.r {
  visibility: visible;
  transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  background: #fff;
}

.digit-bottom {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  background: #fff;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 0em;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: none;
}
.digit-bottom.r {
  transition: background 0.2s linear;
  background: #cccccc;
}

.flipper-digit:after {
  content: "";
  position: absolute;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  top: 50%;
  display: block;
  z-index: 30;
  left: 0;
  right: 0;
}

.flipper-dark {
  color: #fff;
}
.flipper-dark .flipper-delimiter {
  color: #333;
}
.flipper-dark .digit-next {
  background: #333;
}
.flipper-dark .digit-top {
  background: #333;
}
.flipper-dark .digit-top.r {
  background: black;
}
.flipper-dark .digit-top2 {
  background: black;
}
.flipper-dark .digit-top2.r {
  background: #333;
}
.flipper-dark .digit-bottom {
  background: #333;
}

.flipper-dark-labels .flipper-group label {
  color: #333;
}

/* Slick Slider */

.slick-dots {
       margin-bottom: var(--small);
    margin-top: var(--extrasmall);
    text-align: center;
}

.slick-dots li button{
    display: inline-block;
    border: 2px solid #FFFFFF;
    height: 20px;
    width: 20px;
    font-size: 0;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.slick-dots li {
    display: inline-block;
    line-height: 0;
}

.slick-dots li:not(:last-child) {
    margin-right: 7.5px;
}

.slick-dots li.slick-active button {
     background: #615F54;
}

/* Fancybox */

.fancybox__backdrop,
.pswp__bg {
    background: rgb(97 95 84 / 50%);
}



/* Embed container */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container img,
.embed-container object,
.embed-container embed { 
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





/* Gravity Forms */

.gform_wrapper {
  

}

.gform_wrapper form {
       position: relative;
       margin-top: var(--large)
}

.gform_wrapper form .gform_body {


}
.gform_wrapper form .gform_body .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield,
.gform_wrapper form .gform_body .gform_fields fieldset.gfield {
    padding: 0;
    margin: 0;
    margin-bottom: var(--small);
    border: 0;
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    /*  line-height: 1*/
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio {
    margin: var(--extrasmall) 0 var(--mediumlarge) 0;
}

/*.gform_wrapper form .gform_body .gform_fields .gfield:last-child,
.gform_wrapper form .gform_body .gform_fields fieldset.gfield:last-child {
    margin-bottom: 0;
}*/



.gform_wrapper form .gform_body .gform_fields .gfield input {

}



.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted {
    margin-top: var(--medium);

}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-section :is(h1, h2, h3, h4, h5, ul, p, table),
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted :is(h1, h2, h3, h4, h5, ul, p, table) {
    margin-bottom: 0
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted  a {
    color: #3eae56;
    text-decoration: underline;
}



.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-three-quarter {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}


.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-five-twelfths {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield > label{
   
}

/*.gform_wrapper form .gform_body .gform_fields .gfield input:not(:placeholder-shown){
    background: red
}*/

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea) label,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-select label {
        position: absolute;
    transition: all .1s ease-in-out;
    z-index: 1;
    margin-bottom: 0;
    top: 0;
    left: 30px;
    width: auto;
    display: block;
    line-height: 1.675;
    font-size: 12px;
    top: 5px;
    color: #615F54;
    font-weight: 300;
}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea):has(:placeholder-shown) label{
    top: 0;
    left: 7.5px;
    right: 7.5px;
    padding: 12.5px 22.5px;
    font-size: inherit;
    opacity: 0.5
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea) :is(input, textarea),
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-select select {
         padding: 22.5px 22.5px 7.5px 22.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea):has(:placeholder-shown) :is(input, textarea) {
    padding: 15px 22.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label > label,
.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label > legend {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield > label .gfield_required {
   
}

.gform_wrapper form .gform_body .gform_fields .gfield > legend {
   
}

.gform_wrapper form .gform_body .gform_fields .gfield > .gfield_description {
    font-size: 14px;
        margin-top: 5px;
}


.gform_wrapper form .gform_body .gform_fields .gfield .gform_drop_area {
       background: #ffffff;
    border: 1px dashed #615F54;
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 32px;
    text-align: center;
}


.gform_wrapper form .gform_body .gform_fields .gfield .gform_drop_area .gform_button_select_files {
  background: #615F54;
      margin-left: 15px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .gform_fileupload_rules {
  font-size: 14px;
}


/*.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    background: #ffffff;
    border: 1px dashed #615F54;
    border-radius: 4px;
    margin-bottom: 8px;
    padding: var(--medium);
    text-align: center;
}*/

.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    background: #ffe5e6;
    color: #e50201;
    border: 1px solid #e50201;
    border-radius: 4px;
    padding: 7.5px 12.5px;
    line-height: 1.25;
    margin-top: 7.5px;
    font-weight: 400;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message.validation_message--hidden-on-empty {
	display: none
}

.gform_confirmation_message {
    background: rgb(1 185 1 / 10%);
    color: #01b901;
    border: 1px solid #01b901;
    border-radius: 4px;
    padding: 7.5px 12.5px;
    line-height: 1.25;
    font-weight: 400;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_hidden {
    border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}


.gform_wrapper form .gform_footer img {
    max-width: 30px;
}


.gfield_radio {
        position: relative;
    font-weight: 300;
    margin-bottom: 0;
}


.gfield_radio input{
     border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.gfield_radio label {
    position: relative;
    font-weight: normal;
    cursor: pointer;
        padding-left: 32.5px;
}

.gfield_radio label:before{
   content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 7.5px;
    background: #F0F8EB;
    border: 2px solid #F0F8EB;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}


.gfield_radio input:checked + label:before{
   
}


.gfield_radio label:after{
       content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background: #005328;
    border-radius: 50%;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
}

.gfield_radio input:checked + label:after{
    opacity: 1;
}




.gfield_checkbox,
.ginput_container_consent {
    display: block;
    margin-bottom: 0;
    position: relative;
}

.gfield_checkbox input,
.ginput_container_consent input{
     border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}



.gfield_checkbox label,
.ginput_container_consent label {
        position: relative;
    padding-left: 30px;
    font-weight: 300;
}

.gfield_checkbox label:before,
.ginput_container_consent label:before{
   content: '';
    width: 17.5px;
    height: 17.5px;
    display: inline-block;
    margin-right: 7.5px;
    vertical-align: -4px;
    background: #ffffff;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 2px;
}


.gfield_checkbox input:checked + label:before,
.ginput_container_consent input:checked + label:before{
       background: #B0C4B1;
    border-color: #B0C4B1;
}




/* Responsive */

@media (max-width: 1600px) {
    
    header nav.navbar .navbar-brand {
            max-width: 180px;
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link {
            margin: 15px 12.5px;
        font-size: 17px;
    }

    header nav.navbar .navbar-actions ul {
        margin-left: 25px;
    }
   

}   

@media (max-width: 1400px) {

    :root  {
        --base: 12.5px;
    }

    h1,
    .h1 {
        font-size: 46px;
    }

    .h2,
    h2 {
        font-size: 42px !important;
    }

    .h3,
    h3 {
        font-size: 36px;
    }

    :is(h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6).large {
        font-size: 60px;
    }

    header nav.navbar .navbar-brand {
        max-width: 135px;
            margin-right: var(--small);
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link {
            margin: 15px 10px;
        font-size: 16px;
    }

    header nav.navbar .navbar-actions ul {
        margin-left: 20px;
    }

    header nav.navbar .navbar-actions ul li a img {
        height: 20px;
    }

    header nav.navbar .navbar-nav > .nav-item.nav-item--featured > .nav-link {
        padding: 12.5px 20px;
    }
  

   
}

@media (max-width: 1200px) {
	
	.home #section-1 .container h2 {
		font-size: 40px !important;
		color: #FFF;
/* 		line-height: 68px; */
		text-transform: uppercase;
	}

    :root  {
        --base: 10px;
    }

    h1,
    .h1 {
        font-size: 42px;
    }

    .h2,
    h2 {
        font-size: 36px;
    }

    .h3,
    h3 {
        font-size: 32px;
    }

    .h4, h4 {
        font-size: 28px;
    }

    :is(h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6).large {
        font-size: 52px;
    }

    header nav.navbar .navbar-brand {
        max-width: 105px;
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link {
            margin: 15px 7.5px;
        font-size: 15px;
    }

    header nav.navbar .navbar-actions ul {
        margin-left: 15px;
    }

    header nav.navbar .navbar-actions ul li {
            margin-right: 5px;
    }

    header nav.navbar .navbar-actions ul li a img {
        height: 17.5px;
    }

    header nav.navbar .navbar-nav > .nav-item.nav-item--featured > .nav-link {
        padding: 12.5px 15px;
        font-size: 14px;
    }

    section.cards .card .card-content :is(b, strong) {
        font-size: 17px;
    }

    section.cards .card [class*='col']:not(:last-child):has(.card-image--potrait) {
        margin-bottom: var(--medium);
    }

    

 
   
   

}

@media (max-width: 992px) {

      
    :root  {
        --base: 10px;

        --radius-large: 25px;
        --radius-medium: 15px;
    }

    h1,
    .h1 {
        font-size: 36px
    }

    .h2,
    h2 {
        font-size: 32px;
    }

    .h3,
    h3 {
        font-size: 24px;

    }

    .h4,
    h4 {
        font-size: 20px;
    }

    .h5,
    h5 {
       font-size: 18px;
    }

    .h6,
    h6 {
        font-size: 16px;
    }

    :is(h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6).large {
        font-size: 42px;
    }


    body {
        font-size: 15px;
    }



    .btn,
    .btn-small {
        zoom: 0.9;
        padding: 12.5px 22.5px;
    }

    .btn.btn--small,
    .add_to_cart_button {
        zoom: 0.75;
    }

  
   
   
  

  /* .btn + .btn {
        margin-left: 5px;
    }
*/

  

  

    header nav.navbar {
        padding: var(--small) 0;
    }


    header nav.navbar .navbar-toggler {
        display: block;
    }

  

    header nav.navbar .navbar-brand {
        max-width: 97.5px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    
    header .navbar-collapse {
        position: fixed;
        top: 0;
        right: 60px;
        bottom: 0;
        left: 0;
        overflow-x: scroll;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 15px;
        padding-top: 75px;
        display: block;
        z-index: 4;
        background: #ffffff;
    }

      header .navbar-collapse.open {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    header nav.navbar .navbar-actions ul {
        margin-left: 0;
    }

    header nav.navbar .navbar-actions ul li {
            margin-right: 10px;
    }

    header nav.navbar .navbar-actions ul li a img {
        height: 20px;
    }

    header nav.navbar .navbar-nav {
        margin-left: unset;
        height: 100%;
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link {
        margin: 17.5px 0;
        display: block;
    }

    header nav.navbar .navbar-nav > .nav-item.dropdown > .nav-link:after {
        display: none;
    }

    header nav.navbar .navbar-nav > .nav-item.nav-item--featured {
        margin-top: auto;
    }
    header nav.navbar .navbar-nav > .nav-item.nav-item--featured > .nav-link {
        margin-top:  17.5px;
        width: 100%;
        text-align: center;
    }

    header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle {
            display: block;
    position: absolute;
    right: 0;
    top: 9px;
    width: 30px;
    height: 30px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle:after {
        margin-left: 0;
    }

    header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu {
        border: 0;
    }

    section.header {
        margin-top: var(--extrasmall);
    }

    section.header .header-image .header-image__caption {
        left: var(--medium);
        right: var(--medium);
        bottom: var(--medium);

        max-width: 100%;
    }

    section.header .header-content {
        padding-bottom: 0;
    }

    body.single section.header .header-content {
        padding: var(--mediumlarge);
    }

    section.cards [class*='col-6'] .card {
            padding: var(--small);
    }

    section.cards .card [class*='col']:not(:last-child) {
        margin-bottom: var(--medium);
    }

    section.cards .card .card-content :is(b, strong) {
        font-size: 16px;
    }

    section.cards .card .card-image[data-fancybox]:before {
        width: 17.5px
    }

    section.cards .card .card-footer {
        margin-top: 0
    }


    section.cards .card .card-footer .add_to_cart_button + .btn:not(.btn--white) {
        display: none;
    }
    section.cards .cards-sidebar {
        position: relative;
        top: unset;
    }

    section.colors .color .color-content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    article .article-background {
        padding: var(--mediumlarge);
    }

    article .article-background .row [class*='col-']:not(:last-child) {
        margin-bottom: var(--medium);
    }

    article .article-background .row:not(:first-child) {
        margin-top: var(--mediumlarge);
    }

    section.product .product-background {
         padding: var(--mediumlarge);
		 margin-bottom: var(--medium);
    }

    section.product .product-background [class*='col']:not(:last-child) {
        margin-bottom: var(--medium);
    }

    section.product .configurator .configurator-header {
        padding-left: var(--mediumlarge);
    }

    section.product .configurator .configurator-item {
         padding: var(--mediumlarge) var(--medium) var(--medium) var(--medium);
    }

    section.product .configurator .configurator-item .configurator-product__image:after {
        width: 17.5px;
    }

    section.product .configurator .configurator-item h5[data-toggle="collapse"]:after {
        width: 15px;
    }

    section.product .configurator .configurator-item .configurator-product__footer span {
            display: block;
        text-align: center;
        margin-top: 7.5px;
    }

    section.product .configurator .configurator-item table :is(td, th) a:not(.next) {
        display: none;
    }

    section.product .product-sidebar {
        margin-top: var(--medium)
    }

    section.product .product-benefits {
        padding-bottom: 0;
    }

    footer .footer-main [class*='col']:not(:last-child) {
         margin-bottom: var(--medium);
    }

    footer .footer-sub {
            padding-left: 0;
    font-size: 11px;
    text-align: center;
    }


    label.radio span:before {
        width: 22.5px;
        height: 22.5px;
    }
   

    .chat {
        width: 60px;
        right: var(--small);
        bottom: var(--small);
    }

    .woocommerce-notices-wrapper .woocommerce-message,
	.woocommerce-info{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .woocommerce-notices-wrapper .woocommerce-message .button,
    .woocommerce-notices-wrapper .woocommerce-message .restore-item,
	.woocommerce-info a{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: var(--small);

    }
	
	.modal .modal-dialog .modal-content .modal-body [class*='col']:not(:last-child) {
		margin-bottom: var(--medium)
	}
	
	.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	
}   

@media (max-width: 767px) {
    .row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .row [class*="col-"] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
	
	.home .flipper {
    color: #615F54;
    display: block;
    font-size: 45px !important;
    line-height: 100%;
    padding: 0;
    margin: 0;
    height: 1.5em;
    white-space: nowrap;
}
}






 @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
  } 


.hidden {
    display: none !important;
}

.countdown {
/* 	display:none; */
}

.action-button {
	display:none;
}

.single-product .btn-primary {
	background-color:#01b901;
}

.vragen {
	padding:30px;
	background-color:#f4f0e8;
	border-radius: var(--radius-large);
	margin-bottom:20px;
	    position: relative;
    min-height: 350px;
	margin-top:64px;
}

.vragen img {
	    position: absolute;
    bottom: 0;
	    max-width: 390px;
}

.vragen-tekst {
position: absolute;
    bottom: 10px;
    background-color: #FFF;
    padding: 20px;
    left: 10px;
    width: 95%;
    border-radius: var(--radius-medium);
}

.vragen h4 span {
	color:#F3C854;
}

.vragen h3 {
	font-size: 22px;
}


.vragen h4 {
	font-size: 18px;
}

.home #section-1 .container {
	background-color:#F3C853;
	border-radius:20px;
	padding:40px;
	color:#FFF;
}

.home #section-1 h2 {
	font-size:62px;
	color:#FFF;
/*     line-height: 68px; */
	text-transform:uppercase;
}

.home #section-1 .header-image :is(img, video) {
    position: absolute;
    bottom: -30px;
    width: 120%;
	left: 30px;
    height: auto;
    -o-object-fit: cover;
    object-fit: unset;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#section-1 .header-image {
	overflow:visible !important;
	z-index:10;
}

.home .header-image__caption {
font-size: 42px;
	top:20px;
	position:absolute;
	text-transform:uppercase;
	font-family: 'Gabarito';
	font-weight:bold;
}

.header-content .wit {
background-color:#FFF;
	color:#000;
	font-weight:bold;
	font-size:25px;
}

.header-content .wit span,
.header-content .btn2 span{
display:block;
clear:both;
font-size: 16px;
padding-bottom:10px;}

.header-content .btn2 {
font-size: 25px;
font-weight:bold;
color:#000;
z-index:8;}


.home #section-1 .header-content p {
float:right;
max-width:500px;}

.home .header .col-lg-7 {
padding-top: 60px;
}

.home .header-content .btn {
z-index:22;}

.cta_grijs {
display:none;}

.home #section-1  .cta_grijs {
background-color:#707070;
display:inline-block;
position:relative;
bottom:0px;
padding:10px;
	padding-left:20px;
	padding-right:20px;
	margin-right:10px;
border-radius:20px;
	margin-bottom:10px;
bottom: -60px;}

.pasen {
	text-align:center;
	padding-top:20px;
    margin-bottom: 0px;
}

.credits {
	text-align:center;
	padding:0px;
}


/*body:not(.logged-in) section.product .configurator .configurator-item .configurator-product[for="attribute_pa_doeksoort-budget"] {
	display:none;
}*/

body:has(tr.cart-discount) .woocommerce-form-coupon-toggle{
    display:none !important;
}

/* make corners possible */
.woocommerce-checkout-review-order-table{
	border-collapse: separate;
	border-spacing:0;
}


.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td{
	background:#ffffff;
}
.woocommerce-checkout-review-order-table tfoot tr:first-child th,
.woocommerce-checkout-review-order-table tfoot tr:first-child td{ border:10px solid #ffffff; }

.woocommerce-checkout-review-order-table tfoot tr:last-child th,
.woocommerce-checkout-review-order-table tfoot tr:last-child td{ border-bottom:10px solid #ffffff; }

.woocommerce-checkout-review-order-table tfoot tr th:first-child,
.woocommerce-checkout-review-order-table tfoot tr td:first-child{ border-left:10px solid #ffffff; }

.woocommerce-checkout-review-order-table tfoot tr th:last-child,
.woocommerce-checkout-review-order-table tfoot tr td:last-child{ border-right:10px solid #ffffff; }

.woocommerce-checkout-review-order-table tfoot tr:first-child th:first-child,
.woocommerce-checkout-review-order-table tfoot tr:first-child td:first-child{ border-top-left-radius:15px; }

.woocommerce-checkout-review-order-table tfoot tr:first-child th:last-child,
.woocommerce-checkout-review-order-table tfoot tr:first-child td:last-child{ border-top-right-radius:15px; }

.woocommerce-checkout-review-order-table tfoot tr:last-child th:first-child,
.woocommerce-checkout-review-order-table tfoot tr:last-child td:first-child{ border-bottom-left-radius:15px; }

.woocommerce-checkout-review-order-table tfoot tr:last-child th:last-child,
.woocommerce-checkout-review-order-table tfoot tr:last-child td:last-child{ border-bottom-right-radius:15px; }

.woocommerce-checkout-review-order-table .product-line td{
	border-top:1px solid #3232324b;
    height: 10px;
}

.product-price{
    font-size: 13px;
    font-weight: 700;
}

.product-price span {
    display: inline !important;
}

.order-total th, .order-total td strong span bdi, .order-total td strong span bdi span  {
    font-weight: 700;
    font-size: 19px;
}

.woocommerce-checkout-review-order-table .product-line:last-child td{
	border-top:none;
}





/* Hendry Account page CSS */

.account-body {
    padding: var(--large);
    background: var(--background, #F4F0E8);
    border-radius: 30px;
}

.account-body__nav {
    padding: 0 var(--large);
}

ul.account-nav__list {
    display: flex;
    position: relative;
}

li.account-nav__item.account-nav__item--active {
    font-weight: 700;
}

li.account-nav__item {
    font-size: 22px;
    transition: ease 0.2s;
}

li.account-nav__item:hover {
    transition: ease 0.2s;
    font-weight: 700
}

li.account-nav__item:first-child {
    padding-right: var(--medium)
}

li.account-nav__item:last-child {
    padding-left: var(--medium);
    border-left: solid black;
}

.account-body__content {
    padding: var(--medium) var(--large);
    background: white;
    border-radius: 30px;
}

h2.account-panel__title {
    font-size: 22px;
    color: #F3C854;
    margin-bottom: var(--mediumlarge);
}