* {box-sizing: border-box; position: relative; }

textarea {
    font-family: inherit;
}

/*

font-family: ff-tisa-sans-web-pro, sans-serif;

*/

a {
    color: #215eaa;
}

html, body {
    padding:0px;
    margin: 0px;
    width: 100%;
    background: white;
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-size: 14px;
}

h1, h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 100;
    line-height: 125%;
    color: grey;
}

input[type="text"], input[type="number"], input[type="password"], select, textarea {
    border: 1px solid #ccc;
    padding: 8px 12px;
    color: #000;
    border-radius: 3px;
    margin: 2.5px 0px;
}

pre {
    text-transform: initial;
    text-align: left;
}

input[type="text"].fancy {
    padding: 12px 12px;
    text-align: center;
    display: block;
    margin: 5px auto;
    width: 100%;
}

.show-msg>*:not(#msg) {
    filter: blur(.25em);
    transition: .3s;
}

.show-msg #msg {
    display: block;
}

#inShoppingCartMobile {
    display: none;
}

.max-width-750px {
    width: 100%;
    max-width: 750px;
    margin:  25px auto;
}
#msg {
    z-index: 10;
    position: fixed;
    top: 50%;
    left: 50%;
    background: rgba(255,255,255,1);
   -webkit-box-shadow: 0 2px 3px 0 rgba(60,64,67,.30), 0 6px 10px 4px rgba(60,64,67,.15);
    box-shadow: 0 2px 3px 0 rgba(60,64,67,.30), 0 6px 10px 4px rgba(60,64,67,.15);
    border-color: rgba(0,0,0,.2);
    display: none;
    transform: translate(-50%,-50%);

}

#msg h2 {
    font-size: 15px;
    letter-spacing: 2px;
    max-width: 400px;
}

#msg .content {
    display: grid;
    grid-template-columns: auto 300px;
    max-width: 100%;
    min-width: 650px;
    min-height: 350px;
    max-height: 100%;
    justify-content: center;
}

#msg .content.simple {
    grid-template-columns: 1fr;
    padding: 20px;
    align-items: center;
    text-align: center;
}

#cart-btn img {
    border-radius: 50%;
    border: 2px solid rgb(134,198,6);
    padding: 3px;
    width: 19px;
    display: inline-block;
    vertical-align: middle;
}

.shpLine-sub {
    font-size: 12px;
    margin-left: 150px;
    margin-bottom: 15px;
}

#cart-btn span {  
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

#cart-btn.green {
    border: 2px solid rgb(134,198,6);
    color: rgb(134,198,6);
}

#msg .content>div {
    padding: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-end;
}

.closeMsg {
    position: absolute;
    right: 21px;
    top: -6px;
}

#msg .left .check {
    align-self: center;
    border-radius: 50%;
    border: 5px solid rgb(134,198,6);
    padding: 12px;
    width: auto;
}

#msg .left img {
    align-self: center;
    width: 200px;
    margin: 5px auto;
}

.tabs {
    margin-top: 15px;
}

.tabs a.active:after {
    content: "";
    background: white;
    height: 3px;
    width: 100%;
    bottom: -3px;
    left: 0px;
    position: absolute;
    z-index: 50;
    border: 0px;
}
.tabs a.active {
    /* background: rgb(144 157 97); */
    color: rgb(144 157 97);
    border: 1px solid rgb(144 157 97);
}
.tabs a {
    padding: 15px 20px;
    margin-left: -1px;
    text-decoration: none;
    border-radius: 5px 5px 0px 0px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid transparent;
    letter-spacing: 2px;
    color: black;
}

.tabs a.btn {
    padding: 8px 9px;
    border-radius: 3px;
    margin: 0px 15px;
    color: white;
    background: black;
}

.tab-content {
    margin-bottom: 20px;
    padding: 15px;
    background: white;
    margin-left: -1px;
    border: 1px solid rgb(144 157 97);
}

ul.breadcrumbs-container {
    list-style: none;
    padding: 0px;
    color: #ccc;
}

.breadcrumbs-container li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 3px;
    margin: 0px;
    color: #ccc;
}

.breadcrumbs-container a {
    text-decoration: none;
    color: #ccc;
}


.popup .inner>.dismiss {
    background: rgb(175,187,175);
}

.body-fixed header { position: fixed; }
.body-fixed .aboveheader { position: fixed; z-index: 205; }
.body-fixed::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

.to-top .cntr{
    padding-top: 0px;
}

.align-left { text-align: left;}
.max400 { width: 100%; max-width: 400px; }
.center { text-align: center; }
.left { text-align: left !important; }
.white { color: white; }

.margin-v {
    margin: 20px 0;
}
.margin-v-l {
    margin: 5vh 0;
}
.margin-v-s {
    margin: 2.5px 0px;
}
.margin-h {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.margin-top{
    margin-top: 20px;
}
.padding {
    padding: 20px 10px !important;
}
.padding-l {
    padding: 30px;
}
.padding-m {
    padding: 20px 20px;
}
.padding-s {
    padding: 5px;
}

.padding-h {
    padding: 0px 10px;
}

.next-to-btn {
    line-height: 19px;
    border-radius: 0px !important;
    border-right: 0px !important;
}

.cntr {
    width: 90vw;
    max-width: 1440px;
    margin: 0 auto;
}

.aboveheader {
    width: 100%;
    background-color: #fff;
    padding: 7.5px;
    font-size: 13px;
    font-family: gimlet-display, serif;
    font-weight: 300;
    font-style: italic;
    line-height: 19px;
    font-weight: bold;
}

.aboveheader a {
    text-decoration: none;
    color: inherit;
}

.aboveheader .cntr {
    display: flex;
    justify-content: space-evenly;
}

.streamer {
    color: white;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-size: 28px;
    width: 100%;
}

    .streamer .scls {
        display: none;
    }

    .streamer>div {
        position: absolute;
        left:50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

.streamer:after {
    display: block;
    padding-top: 40%;
    content: "";
}

nav .dropdown>span>a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0px;
    left: 0px;
}

    .streamer h2 { color: white; }



body>header {
    position: fixed;
    top: 34px;
    width: 100%;
    z-index: 4900;
    font-size: 13px;
    xxoverflow: hidden;
    transition: top .15s;
}

    header a {
        color: white;
        text-decoration: none;
    }

.scrollHeader header {
    top: 0px;
    transition: top .15s;
}

main {
    padding-top: 137px;
}
.main-header{
    xxoverflow: hidden; /* kan niet ivm dropdown boxes. maar wat sloop ik nu? */
}

.main-header>.cntr {
    display: grid;
    grid-template-columns:max-content auto;
}

.filter img {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.filter .info {
    display: none;
}

.filter.show-info .info {
    display: block;
}

.shopping {
    padding: 20px;
}

    .shopping img {
        width: 28px;
        cursor: pointer;
    }

    .shopping img:first-child {
        margin-left: 10px;
    }

#msg .no-img {
    max-width: 200px;
    margin: 0px auto;
}

.header-left {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-right>div {
    display: flex;
    align-items: center;
}

    .header-right {
        padding: 25px 0px;
    }

    .scrollHeader .header-right {
        padding: 25px 0px;
    }

.header-left nav a, .header-left .dropdown>span {
    text-transform: initial;
    font-size: 150%;
     font-family: gimlet-display-compressed, serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
}

.header-left>div {
    text-align: right;
    display: flex;

}

form label {
    margin: 11px 0px 2px 0px;
    display: block;
    font-size: 14px;
}

.inline {
    display: inline-block !important;
    vertical-align: top;
}

.rghtDv .login input {
    width: 100%;
}

.nav-brand a {
    display: inline-block;
    vertical-align: middle;
}

.nav-brand a:nth-child(1){
    margin-right: 15px;
}

.nav-brand img {
    height: 30px;
    margin-right: 15px;
}

footer .nav-brand img {
    margin-bottom: 20px;
}

.nav-brand div  {
    display: inline-block;
}

.nav-brand span {
    font-size: calc(11px + 1vw);
    font-family: chapman, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
}

.nav-text a {
    padding: 6px 12px;
    letter-spacing: 1px;
}

.header-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right:after, .header-left:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100%;
    background: rgba(144,157,97,0.87);
    z-index: -1;
}

.sub-header-left {
    background: #002932;
}
.sub-header-right {
    background: rgba(144,157,97,1);
}

.header-left:after {
    background: #002932;
    right: 0px;
    left: auto;
}

.mobile-header {
    display: none;
    width: 100%;
    background: black;
    min-height: 50px;
}

nav {
    display: flex;
    justify-content: space-between;
    margin: 0vw 2vw;
}

nav a, .dropdown>span {
    padding: 6px 12px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    margin: 0px 5px;
    cursor: pointer;
}

.dropdown .dropdown-content {
    line-height: initial;
    display: none;
    position: absolute;
    min-width: 200px;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 300;
    padding: 10px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    background: #fff;
    border: 1px solid #f3f3f3;
    max-height: 750px;
    overflow: auto;
    text-align: center;
}

.dropdown-content a.large {
    font-size: 16px;
    font-weight: bold;
}

.dropdown-content a {
    text-shadow: none;
    color: black;
}

.sub-header-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    padding: 50px 0px;
    color: white;
}
     .sub-header-item .headline{
        color: white;
        margin: 15px 0px;
        line-height: 150%;
        display: block;
        opacity: 0.50;
        transition: .3s;
        font-size: 90%;
     }

      .sub-header-item .chosen .headline {
        opacity: 1;
        transition: .3s;
      }

    .sub-header-item .headline.bigger {
        font-size: 110%;
    }



.sub-header-item>div {
    width: 275px;
    margin: 0px 15px;
    text-align: left;
}


.dropdown:hover .dropdown-content {
    xxdisplay: block;
}

.sub-header {
    display: none;
}

header nav>a:first-child{
    margin-left: -12px;
}

.hamburger {
    display: inline-block;
    vertical-align: middle;
}

.hamburger-icon {
    display: none !important;
}

.hamburger-menu {
    position: fixed;
    display: none !important;
    left: 0px;
    top: 69px;
    z-index: 9000;
    transition: .3s;
    overflow: hidden;
    width: max-content;
    text-align: center !important;
    background: transparent;
}

.hamburger-icon {
    width: 50px;
    height: 50px;
    padding: 17px 17px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: -17px;
}

.hamburger-icon>div {
    width: 100%;
    height: 2px;
    background: white;
}


nav a.active:after, .dropdown>span.active:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: white;
    opacity: 0.75;
}

.open.hamburger-menu {
    display: block !important;
    transition: .3s;
    background: #002932;
}

.visible-scrollbar {
    overflow-y: auto !important;
}

.visible-scrollbar::-webkit-scrollbar {
    width: 12px !important;
}

.visible-scrollbar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,0.87);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.visible-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 10px !important;
    border-radius: 0px !important;
    box-shadow: none;
    background: none !important;
}

.hamburger-menu a, .hamburger-menu .dropdown>span {
    background: #002932;
    line-height: 100%;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    letter-spacing: 3px;
    padding: 25px 50px;
    font-family: ff-tisa-sans-web-pro, sans-serif;
    margin: 0px;
    border-bottom: 1px solid #10323a;
}

.vlist {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.vlist .right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.vlist .right.error {
    color: red;
}


.vlist a {
    display: block;
    padding: 20px;
    background: white;
    border: 1px solid #e0e0e0;
    color: #000;
    text-decoration: none;
    position: relative;
    margin-top: -1px;
}


.rghtDv .login {
    width: 100%;
    max-width: 600px;
    margin: 25px auto;
}

.form-small {
    margin: 20px auto;
    background: white;
    padding: 63px;
    text-align: center;
    width: 100%;
    max-width: 600px;
}

.form-small input {
    width: 100%;
}

#progress-bar {
    height: 20px;
    width: 100%;
    margin: 7px 0px;
    display: none;
    border-radius: 3px;
    background:#f3f3f3;
    text-align: center;
}
#progress-bar>div{
    background: red;
    width: 33%;
    transition: .3s;
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    line-height: 20px;
    border-radius: 3px;
}
#progress-bar.red>div {
    background: #ff6125;
    width: 33%;
    transition: .3s;
}
#progress-bar.yellow>div {
    background: #ffd400;
    width: 66%;
    transition: .3s;
}
#progress-bar.green>div {
    background: #0d9c0d;
    width: 100%;
    transition: .3s;
}

@keyframes animate{
    0%{
        opacity: 0;
        transform: rotateX(-90deg);
    }
    50% {
        transform: rotateX(20deg);
    }
    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }
}

@keyframes animatereverse{
    0%{
        opacity: 1;
        transform: rotateX(0deg);
        
    }
    50% {
        transform: rotateX(20deg);
    }
    100% {
        opacity: 0;
        transform: rotateX(-90deg);
    }
}

.popup {
    position: fixed;
    display: none;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 100svh;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.3);
    z-index: 9999;
    backdrop-filter: blur(4px);
}

.input-button {
    display: grid;
    grid-template-columns: auto max-content;
    align-items: center;
}

    .input-button input {
        border-radius: 0px;
        border-right: 0px;
        padding: 10px;
        text-align: center;
    }

.socials {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 200px;
    margin: 25px auto;
}

    .socials img {
        width: 24px;
    }

.popup.open {
    display: flex;
}

.popup>.inner {
    background: white;
    padding:20px;
    width: clamp(300px, 50vw, 800px);
    -webkit-box-shadow: 0 2px 3px 0 rgba(60,64,67,.30), 0 6px 10px 4px rgba(60,64,67,.15);
    box-shadow: 0 2px 3px 0 rgba(60,64,67,.30), 0 6px 10px 4px rgba(60,64,67,.15);
    border-color: rgba(0,0,0,.2);
    color: #000;
    min-height: 150px;
}

.popup>.inner.inner-padding {
    padding: 20px 45px;
}

.info-img {
    filter: invert(1);
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
}


.inner h3>span {
    display: inline-block;
    vertical-align: middle;
}

/*.result-images {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}*/



#configurator-result>#content, #configurator-result>#content>.result-images {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
}

.result-recap {
    position: absolute;
    bottom: 50px;
    right: 25px;
    z-index:9000;
}

.strike {
    display: inline-block;vertical-align:middle;
}

.strike + span {
    display: inline-block;
    vertical-align:middle;
    margin-left:10px;
    font-size: 24px;
}

.strike:after {
    content: "";
    position: absolute;
    width: 120%;
    height: 1px;
    background: black;
    top: 50%;
    transform: rotate(-13deg);
    transform-origin: center center;
    left: -10%;
}

.result-images {
    opacity: 1;
    transition: 1s;
}

.result-images.hidden {
    opacity: 0;
    transition: 1s;
}

.shpLine-img .result-images {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    /*background: rgb(175,187,175);*/
}

.result-images img {
    width: 100%;
}
.dismiss {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
    cursor: pointer;
    width: 45px;
    z-index: 100;
}
.popup.split>.inner {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0px;
    width: 95%;
    max-width: 1200px;
    font-size: 80%;
}

.popup.split>.inner>div {
    padding: 20px;
}

.popup.split>.inner>div table td {
    text-align: left;
}

.popup.split .result, #msg .content>div:nth-child(2) {
    background: rgb(175,187,175);
}

#configurator-content {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-left: 5vw;
}

#configurator-content>.content {
    width: 100%;
    overflow: auto;
}

.options {
    overflow-y: auto;
}

.options .option>div {
    display: grid;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    grid-template-columns: 1fr;
    font-size: 15px;
}

.options.small .option .with-img {
    grid-template-columns: 100px 1fr;
}

.options .option .with-img {
    grid-template-columns: 1fr 1fr;
}

.options .option .abs .content {
    position: absolute;
    top: 0px;
    left: 0px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 100;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    height: 100%;
}

#home-prdcts-grps .prdcts-grp:nth-child(4){
    display: none;
}

.filters>.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; 
    background: red;
}


    .options .option .img:after{
        content: "";
        padding-top: 66%;
        display: block;
    }


        .options .option img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0px;
            left:10px;
            transform: none;
        }

        
        .options .option .abs .img img {
            left: 0px;
        }


.filters .recapp {
    display: none;
}

.options .option .content {
    width: 100%;
    text-align: center;
    padding: 20px 10px;
}

.options>div {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: max(10px, 1%);
}

.options.small>div {
    grid-template-columns: repeat(4, 1fr);
}

.filters h3 {
    font-size: 150%;
    margin-bottom: 0px;
}

.filters .choser {
    font-size: 125%;
    display: inline-block;
}

.filters {
    padding-left: 25px;
    width: 100%;
    overflow-y: scroll;
    max-width: 600px;
    direction: rtl;
    margin-left: -25px;
    padding-bottom: 65px;
}

.filters > * {
    direction: ltr;
}

#steps {
    display: none !important;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-top: 1px solid #aaa;
    display: flex;
    background: white;
    z-index: 305;
}

#steps>div {
    flex-basis: 50%;
    text-align: center;
    padding: 20px;
    cursor: pointer;
}

#steps>div:first-child {
    border-right: 1px solid #aaa;
}

.options>div .option:last-child:after {
    content: none;
}


.option>input {
    display: none;
}
.option>label {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 300;
    cursor: pointer;
}

.option input[type="radio"]:checked + div {
    background: rgba(0,0,0,0.1);
}

.option input[type="radio"]:checked + div>.content {
    font-weight: bold;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    text-align: center;
}

.alert.fixed {
    position: fixed;
    top: 10px;
    width: 100%;
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9500;
    padding: 1.5rem 2.5rem;
}

.alert-primary {
    color: #4b6e94;
    background-color: #d5eaff;
    border-color: #4b6e944a;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert.hidden {
    display: none;
}

.alert a {
    color: #007eff;
}

.spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.spinner.fixed {
    position: fixed;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 500;
}
.spinner.absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 500;
}


.spinner div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #002932;
  border-radius: 50%;
  animation: spinner 1.2s linear infinite;
}
.spinner div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.spinner div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.spinner div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.spinner div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.spinner div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.spinner div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.spinner div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.spinner div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.spinner div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.spinner div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.spinner div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.spinner div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes spinner {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

.option {
    xxmargin: 0px 10px;

    border: 1px solid #00000008;
}

.choser {
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 10px;
}

    .choser.large {
        font-size: 150%;
    }

    .choser.large span {
        color: #002932;
    }

#configurator {
    font-family: ff-tisa-sans-web-pro, sans-serif;
    color: white;
    overflow: hidden;
    background: rgb(175,187,175);
    width: 100%;
    padding: 0 5vw;
}

.aboveheader .scls img {
    filter: invert(1);
    height: 20px;
}

.aboveheader .scls a {
    margin: 0px 5px;
}

 /* !important is needed sometimes */
.fancy-scrollbar::-webkit-scrollbar {
    width: 8px !important;
    background: none !important;
    direction:ltr;
 }

 .fancybox {
    display: block;
    width: 100%;
 }

 .fancybox img {
    width: 100%;
    height: auto;
 }

 #fancybox-wrap {
    z-index: 9999;
 }

 /* Track */
 .fancy-scrollbar::-webkit-scrollbar-track {
    border-left: 1px solid rgb(224 224 224) !important;
 }

 /* Handle */
.fancy-scrollbar::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
   background: rgb(224 224 224) !important; 
   -webkit-box-shadow: none; 
   cursor: pointer;

 }

.fancy-scrollbar::-webkit-scrollbar:hover {
    width: 10px !important;
} 

#configurator-result {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0%;
    max-width: 1250px;
    text-align: right;
}

.result-images img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    right: 0px;
    max-width: 70vw;
    transform: translate(0%,-50%);
}

.option .with-img .img {
    max-width: 15vw;
}

    .popup .result-images {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        transform: translate(-50%,-50%);
    }


.with-img>.img>.result-images {
    height: 100%;
}


.filter h2, .filter h3 {
    display: inline-block;
}

.slick-arrow, #fancybox-left, #fancybox-right {
    font-size: 0px;
    border: 0px;
    width: 40px;
    height: 40px;
    background: none;
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 80;
    color: black;
    cursor: pointer;
    box-shadow: none;
    transition: transform .3s;
    transform: translateY(-50%);
    border-radius: 0px;
    display: block;
    z-index: 500;
}

 #fancybox-right,  #fancybox-left{
    z-index: 5000;
}

    .slick-arrow:focus {
        outline: none;
    }


.slick-arrow::before, #fancybox-right::before, #fancybox-left::before {
    content: ' ';
    display: inline-block;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid currentColor;
    border-left: 8px solid transparent;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: calc(50% - 6px);
}

.slick-arrow.slick-next::before, #fancybox-right:before {
    border-left: 8px solid currentColor;
    border-right: 8px solid transparent;
    left: calc(50% + 4px);
}

.slick-arrow.slick-next, #fancybox-right {
    left: auto;
    right: 10px;
}

.slick-disabled {
    display: none !important;
}


#payments {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

#payments>img {
    max-width: 55px;
    margin: 25px 25px;
}

.btn {
    display: inline-block;
    color: black;
    border: 1px solid black;
    padding: 8px 12px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    cursor: pointer;
    text-align: center;
    background: #002932;
    color: white;
}

    .btn:hover {
        background: #002932;
        color: white;
        transition: .3s;
        border: 1px solid #002932;
    }

    .btn.small {
        padding: 4px 12px;
    }

    .btn.large {
        padding: 15px 12px;
    }

    .btn.solid {
        background: #002932;
        border: 1px solid #002932;
        color: white;
    }

.btn-light {
    background: rgb(153 183 46);
    color: white;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
    border: 1px solid rgb(142 171 39);
}

.btn.white {
    color: white;
    border: 1px solid white;
}

.color-block {
    background: #B1BAAF;
    width: 100%;
    xxmax-width: 1440px;
    margin: calc(30px + .5vw) auto;
    overflow: hidden;
    color: white;
}

    .color-block.grey {
        background: #7a7a7a;
    }

    .color-block.brown {
        background: rgb(210, 192, 169);
    }

    .color-block h2 {
       color: white;
        text-transform: initial;
        font-size: 55px;
        font-family: gimlet-display, serif;
        font-weight: 300;
        font-style: italic;
        letter-spacing: 0px;
        line-height: 69px;
        margin-bottom: 25px !important;
    }

    .color-block .inner {
        width: 100%;
        max-width: 1650px;
        margin: 0px auto;
        display: flex;
        align-items: center;
        min-height: 400px;
        padding: 100px 100px;
        text-shadow: 1px 1px 1px rgba(120,120,120,0.15);
        min-height: calc(300px + 5vw);
        line-height: 30px;

    }

    .color-block p {
        color: white;
    }

    .color-block.cat p {
        color: black;
    }

    .color-block .img:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        box-shadow: none;
        background: linear-gradient(90deg, #B1BAAF 0%, rgba(0,0,0,0) 100%);
    }

    .color-block.left .img:after {
        background: linear-gradient(270deg, rgba(210,192,169) 0%, rgba(0,0,0,0) 100%);
    }
    .color-block.left.grey .img:after {
        background: linear-gradient(270deg, #7a7a7a 0%, rgba(0,0,0,0) 100%);
    }
    
    .color-block.left .inner {
        justify-content: flex-end;
    }

    .color-block .inner>div{
        width: 100%;
        max-width: 700px;
    }

    .color-block .img {
        position: absolute;
        height: 100%;
        right:0px;
        top: 0px;
        overflow: hidden;
        width: 50%;
    }

     .color-block .img>img {
        height: 100%;
        width: 100%;
        object-fit: cover;
     }

     .color-block.left .img {
        right: auto;
        left: 0px;
     }

.breadcrumbs {
    list-style: none;
    padding: 0px;
    color: #ccc;
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 3px;
    margin: 0px;
    color: #ccc;
}

.breadcrumbs a {
    text-decoration: none;
    color: #ccc;
}

.prdcts-grps, .prdcts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: max(10px, 1%);
    cursor: pointer;
}

.prdcts-grp {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
}

.prdct {
    text-decoration: none;
    color: inherit;
}

.p80 {
    width: min(80%, 1400px);
    margin: 0px auto;
}

.p90 {
    width: min(calc(100% - 10px), 1920px);
    margin: 0px auto;
}

.prdct .img {
    width: 100%;
}

.prdct img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.75;
    object-fit: cover;
}

.prdct:hover {
    background: rgb(194,210,211);
    transition: .3s;
}
.prdct {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
    transition: .3s;

}
.prdct .img:after {
    content: "";
    display: block;
    padding-bottom: calc( 100% / 16 * 9);
}

.prdct .inner {
    width: min(80%, 300px);
    margin: 10px auto;
}

.prdct .btn {
    display: block;
    width: max-content;
}

.prdct .inner .descr {
    margin: 10px 0px;
}

.prdct .inner .title {
    font-size: clamp(15px, 2vw, 22px); 
    font-family: gimlet-display, serif;
    font-weight: 300;
    font-style: italic;
}

.prdct .inner .price {
    font-size: 25px;
    font-family: gimlet-display, serif;
    font-weight: 500;
    font-style: italic;
}

.prdcts-grp span {
    text-decoration: none;
    width: 100%;
    text-transform: uppercase;
    color: white;
    letter-spacing: 3px;
    font-size: clamp( 11px, 1vw, 30px);
    font-weight: 100;
    text-align: center;
}

.prdcts-grp .img, .prdct .img  {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    width: 100%;
    background-color: white;
        width: 100%;
    margin: 0px auto;
}

.prdcts-grp .img {
    position: absolute;
    height: 100%;
}

.prdct .img.placeholder>div  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.5;
    display: flex;
    flex-direction: column;
}

.prdct .img.placeholder img {
    width: 90%;
    max-width: 100px;
}

.prdcts-grp .img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    content: "";
}

.prdcts-grp:after {
    content: "";
    display: block;
    padding-bottom: calc( 100% / 16 * 9);
}


.pic-container, .prdct-container {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.pic-container>div {
    max-width: calc(600px - 5vh);
    width: calc(100% - 5vh);
    display: block;
    margin: 0px auto;
    padding: 2.5vh;
}

.prdct-dtls {
    width: 100%;
    max-width: 90%;
    margin: 0px auto;
}

.category-page h1,  .prdct-txt h1 {
    text-transform: initial;
    font-size: 44px;
    font-family: gimlet-display, serif;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0px;
    line-height: 36px;
    color: black;
    margin-top: 0px;
}

    .category-page h2 {
        font-size: 22px;
        line-height: 27px;
        margin: 5px 0px;
    }

.single {
    width: 100%;
    margin: 15px 0px;
    background: rgb(218,218,218);
}

.single:nth-child(odd) {
    flex-direction: row-reverse;
}



.category-page .single {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
}

.single>.inner {
     padding: 2.5vw;
    width: 100%;
    max-width: 750px;
    margin: 10vw;
}


.single:nth-child(odd) .inner {
    margin-right: 0px;
    padding-right: 0px;
}

.single:nth-child(even) .inner {
    margin-left: 0px;
    padding-left: 0px;
}

.single:nth-child(3){
    background: rgb(177,185,174);
    justify-content: flex-end;
}

.single:nth-child(4){
    background: rgb(155,155,155);
}

.category-page {
    margin: 50px 0px;
}

.category-page .description {
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 27px;
}

.single .img {
    height: auto;
    max-width: 500px;
    max-height: 600px;
    margin: 10vw;
}

.single .img img {
    width: 100%;
    height: auto;
}

.prdct-txt {
    margin: 10px 0 2px 0;
    min-height: 35px;
    font-weight: bold;
}

#prdct-prc {
    padding: 0px;
    font-size: 20px;
    margin: 10px 0px;
}

#eurbxx {
    display: inline-block;
    color: #002932;
    text-transform: capitalize;
    margin: 10px 0px;
}

.price {
    font-size: 47px;
    margin: 10px 0px;
}

    .price.small {
        margin: 0px;
        font-size: 20px;
    }

    .option .price.small {
        font-size: 22px;
    }
#eurbxx small {
    margin-top: 30px;
    display: block;
}
small {
    color: #888;
}

.prdcttxt {
    font-size: 18px;
}

.desc-descr {
    overflow: hidden;
    transition: max-height .5s;
    margin-bottom: 15px;
}

.desc-descr.expand .readmore {
    display: none;
}

.category-page .prdcts {
    margin: 50px auto;
}

.readmore {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: black;
    
    background: -webkit-linear-gradient(0deg, #fff, rgba(255,255,255,0));
    background: -o-linear-gradient(0deg, #fff, rgba(255,255,255,0));
    background: -moz-linear-gradient(0deg, #fff, rgba(255,255,255,0));
    background: linear-gradient(0deg, #fff, rgba(255,255,255,0));
}


p, .prct-descr {
    line-height: 24px;
    font-size: 14px;
    color: #3c3c3c;
    width: 100%;
    max-width: 700px;
    display: block;
}

#productOptions h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.prct-descr #prdct-prc {
    font-family: gimlet-display, serif;
    font-weight: 300;
    font-style: italic;
    font-size: 22px;
}

.no-img {
    background: #e4e4e4;
    width: 100%;
}

.no-img img {
    width: 250px;
    display: block;
}

.no-img>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    opacity: 0.5;
}

.no-img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.frPrcs {
    margin: 5px;
    color: black;
    transform: scale(0.6);
    display: inline-block;
    margin: -10px;
}

.frPrcs:after {
    position: absolute;
    width: 110%;
    left: 50%;
    top: 50%;
    content: "";
    background: #002932;
    height: 6px;
    transform: translate(-50%,-50%) rotate(-7.5deg);
    border-radius: 3px;
}

.price sup {
    font-size: 21px;
}

#shopcart-counter span {
    border-radius: 50%;
    background-color: #002932;
    width: 24px;
    text-align: center;
    line-height: 19px;
    color: #ffffff;
    font-size: 13px;
    position: absolute;
    right: -5px;
    top: -22px;
    padding: 3px;
}

.headline {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;
    line-height: 125%;
    color: grey;
}

#contacts {
    position: fixed;
    bottom: 0%;
    right: 100px;
    z-index: 9000;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    column-gap: 15px;
}

#contact-whatsapp {
    background: white;
    padding: 6px 15px;
    box-shadow: 0 -2px 3px 0 rgb(60 64 67 / 30%), 0 -6px 10px 4px rgb(60 64 67 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    color: #002932;
    cursor: pointer;
    text-decoration: none;
    height: 35px;
    transition: .5s;
}

#contact-whatsapp:hover {
    transition: .5s;
    background: #25D366;
    color: white;
}

#contact-whatsapp img {
    filter: invert(0);
    transition: 0.3s;
}

#contact-whatsapp:hover img {
    transition: 0.3s;
    filter: invert(1) contrast(2);
}

.prdcts {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    xxbackground: rgb(210 210 210);
}

    .headline.small {
        font-size: 100%;
    }

    .headline.large {
        font-size: 150%;
    }

    .headline.x-large {
        font-size: 200%;
    }

#contact {
    -webkit-box-shadow: 0 -2px 3px 0 rgba(60,64,67,.30), 0 -6px 10px 4px rgba(60,64,67,.15);
    box-shadow: 0 -2px 3px 0 rgba(60,64,67,.30), 0 -6px 10px 4px rgba(60,64,67,.15);
    background: white;
    width: 300px;
}

#form-contact.contact .afspraak-only {
    display: none;
}

#form-contact.afspraak .contact-only {
    display: none;
}


    #contact .upper {
        height: 35px;
        background: #002932;
        color: white;
        cursor: pointer;
        display: grid;
        grid-template-columns: min-content auto;
        justify-content: stretch;
        align-items: center;
    }

         #contact .upper span {
            text-align: center;
            padding: 0px 20px;
            text-transform: uppercase;
            letter-spacing: 3px;
            font-size: 12px;
         }

         #contact .upper img {
            padding: 9px;
            background: white;
            height: 35px;
         }

         #contact .lower {
            height:  0px;
         }

         #contact .lower>div {
            padding:  15px;
            display: flex;
            align-items: center;
            text-align: center;
            justify-content: center;
         }

            #contact .btn {
        width: 100%;
        margin: 5px 0px;
    }

.shpLine .no-img img {
    opacity: 0.3;
}

.shpLine .no-img {
    background: #f3f3f3;
}

.shpLine .no-img span {
    color: grey;
    font-size: 11px;
    line-height: 15px;
}



.full {
    width: 100% !important;
}


#page {
    background: #eaeaea;
}
.inline {
    display: inline-block !important;
    vertical-align: top;
}

.slick-thumbs .slick-slide {
    width: 80px;
    height: 80px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.slick-pic .slick-slide:after, .slick-thumbs .slick-slide:after {
    content: "";
    display: block;
    padding-bottom: 100%;

}

.slick-pic .slick-slide img, .slick-thumbs .slick-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.slick-thumbs .slick-current {
    border-bottom: 2px solid black;
}

.sright .cpbcp{
    padding: 15px 5px 15px 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #d4d4d4;
}

#shippingg {
    display: grid;
    grid-template-columns: auto 300px;
    font-size: 15px;
    min-height: 650px;
}

.payo {
    background: white;
    border-radius: 3px;
}


.prices .striped {
    display: block;
    text-decoration: line-through;
    color: rgb(255, 0, 0);
    font-size: 70%;
    text-align: right;
}

.payo img {
    height: 32px;
    margin: 10px 24px;
}

.sleft {
    background: white;
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.frkntyps form input, .frkntyps form .btn {
    width: 100%;
}
.frkntyps form {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
}


.sright {
    display: grid;
    grid-template-rows: max-content auto max-content; /* middelste blok is een filler. Door auto zakt het onderste blok naar onder */
    padding: 20px 10px;
    text-align: center;
    font-size: 13px;
    grid-gap: 20px;
}

.sright li {
    text-align: left;
}

.shpLine {
    margin: 0px 15px;
    border-bottom: 1px solid #ddd;
}

.shpLine-main {
    width: 100%;
    display: grid;
    grid-template-columns: 50px 100px auto 200px;
    align-items: flex-start;
    margin: 10px 0px;
}

.simple .shpLine-main {
    grid-template-columns: 100px auto 150px;
}

.shpLine-main>div {
    min-height: 90px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    justify-content: center;
}

.inline .shpLine-main {
    grid-template-columns: 1fr 1fr;
}

.shpLine-main>.shpLine-btn {
    text-align: center;
    padding: 0px 10px;
}

.shpLine-btn .btnDel{
    background: none;
    border: 0px;
    cursor: pointer;
    margin: 0px auto;
}

.shpLine-main>.shpLine-price {
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}

.shpLine-name {
    margin-left: 25px;
}

.shpLine-name a {
    text-decoration: none;
    color: black;
    letter-spacing: 3px;
    font-size: clamp( 14px, 1vw, 30px);
    font-weight: 100;
    line-height: 100%;
    margin-bottom: 5px;
}

.shpLine-name a span {
    color: grey;
    font-size: 75%;
}

.shpLine .var {
    color: grey;
    font-size: 12px;
    margin-bottom: 10px;
}

.shpLine-name a:hover {
    text-decoration: underline;
}

.shpLine-img img {
    width: 100%;
    height: auto;
}

.shpLine-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shpLine-price input {
    width: 50px;
    border: 0px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 0px;
    border-radius: 0px;
    padding-left: 14px;
}

.shpLine .result-images img {
    top: 50%;
    transform: translateY(-50%);
}

input:focus{
    outline: 1px solid #eee !important;
}

.shpLine-price input:focus{
    outline: 0px !important;
}

.ppp {
    display: inline-block;
    width: calc(100% - 400px);
    margin: 0px auto;
    text-align: left;
    vertical-align: top;
}

.ppp label.chosen .popout {
    transition: all 0.25s ease-out;
    max-height: 850px;
}

.altpay figure {
    width: 40px;
}


.ppp>label:hover {
    background: rgba(144,157,97,0.87);
}

.ppp>label:hover>span {
    color: white;
}

.ppp label {
    padding: 5px 15px;
    display: block;
    border: 1px solid #ddd;
    margin: 5px 0px;
    border-radius: 3px;
    cursor: pointer;
}

.ppp label input {
    display: none;
}

.ppp label>span {
    font-size: 16px;
}

.ppp label .popout {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
}

.altpay, .altpayDrk {
    background: #fefefe;
    padding: 10px;
    margin-top: 4px;
    text-align: center;
    border-radius: 3px;
    border-bottom: 1px solid #eee;
}

.ideal.popout .altpay>div {
    width: 75px;
    display: inline-block;
    vertical-align: middle;
}

.ideal.popout .altpay {
    width: 100%;
    text-align: left;
    max-width: 350px;
    margin: 5px auto;
}

.altpay>span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: grey;
}

.altpay:hover, .altpayDrk:hover {
    background: #eee;
}

.ppp label .img {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: white;
    border-radius: 3px;
    margin-right: 5px;

}

.altpay img {
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    max-width: 35px;
}

.stotal {
    margin: 0px 15px;
}

.emptyww {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

table.totalTable {
    margin-left: auto;
    border-collapse: collapse;
    width: 100%;  
    max-width: 460px;
}
.stotal .totalTable tr {
   border-bottom: 1px solid #f5f5f5;
}

.stotal tr.large td {
    font-size: 22px;
}

.stotal tr td {
    padding: 12px 25px;
}

.sright .totalTable td {
    padding: 8px 0px;
}


.sright .shpLine {
    margin: 0px;
    width: 100%;
}

.sright .shpLine-name a {
    font-size: 18px;
}

.sright .shpLine-main {
    padding: 5px 0px;
}

.frkntyps span {
    width: calc(100% - 20px);
    display: inline-block;
    text-align: right;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px;
    font-weight: bold;
    color: white;
}
.frkntyps>label>input[type="radio"] + span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    height: 20px;
    width: 20px;
    border: 1px solid white;
    transform: translateY(-50%);
    border-radius: 3PX;
}

.frkntyps>label>input[type="radio"]:checked + span:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    height: 18px;
    width: 18px;
    background: white;
    transform: translateY(-50%);
    border-radius: 3px;
}
.frkntyps>label>input[type="radio"] {
    display: none;
}
.frkntyps>label {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 1px;
    padding: 10px;
    cursor: pointer;
    background: rgb(175,187,175);
}

.frkntyps form {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
}


.fld {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 10px;
}

.block {
    width: 100%;
    padding: 100px 20px;
    min-height: 30vh;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.block.small {
    width: 100%;
    max-width: 650px;
    line-height: 27px;
    margin-left: auto;
    margin-right: auto;
}


.double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    align-items: center;
    align-items: stretch;
    text-decoration: none;
}

.double>div {
    padding: 25px;
    width: 100%;
    max-width: calc(500px + 10vw);
    margin: 100px auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    line-height: 27px;
    font-size: 14px;
}

.double>.img {
    padding: 0px;
}

.double>div img {
    width: 100%;
    height: auto !important;
    max-width: 100%;
}

.double.grey {
    background: rgb(210 210 210);
}

footer {
    background: rgb(175,187,175);
    padding: 100px 50px;
    margin-top: 50px;
    color: white;
    overflow: hidden;
    transition: filter .3s opacity .3s;
    line-height: 27px;
}

footer .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: start;
}

footer nav a {
    text-decoration: none;
    padding-left: 0px;
    margin-left: 0px;
}
footer a {
    text-decoration: underline;
    color: white;
    display: block;
}


footer nav {
    width: max-content;
    flex-direction: column;
    text-align: left;
    margin: 0px;
}

.flatpickr-calendar {
    -webkit-box-shadow: 0 2px 3px 0 rgba(60,64,67,.30), 0 6px 10px 4px rgba(60,64,67,.15);
    box-shadow: 0 2px 3px 0 rgba(60,64,67,.30), 0 6px 10px 4px rgba(60,64,67,.15);
    border-radius: 0px;
}

.flatpickr-months {
    background: #002932;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month, .flatpickr-current-month {
    color: white;
    fill: white;
}

.flatpickr-weekdays {
    height: 35px;
    background: rgb(194,210,211);
}

span.flatpickr-weekday {
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000a6;
}

.flatpickr-monthDropdown-months {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 1px !important;
    text-overflow: '' !important;
}

.flatpickr-months .flatpickr-month, .flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    height: 45px;
}

.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    padding: 15px 10px !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 10px;
}

.flatpickr-current-month  {
    padding: 11px;
    font-size: 14px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    color: white;
    background: #002932;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    background: rgb(194,210,211);
    border-color: rgb(194,210,211);
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #002932;
    border-color: #002932;
}

.scls a {
    margin: 5px;
    margin-left: 0px;
    display: inline-block;
    vertical-align: top;
}

.readmore .btn {
    margin-top: 50px;
    background: white;
    margin-bottom: 10px;
    color: black;
}

body>.wwk-sidebar {
    z-index: 9970 !important;
}

a.webwinkelkeurPopup {
    margin-top: 25px;
    padding-top: -15px;
}

#price-result {
    font-size: 25px;
    margin:  2.5px 0px;
}

.required label:after {
    content: '*';
    color: #d62a3b;
    font-size: 11px;
    margin-left: 2.5px;
    vertical-align: super;
}

.err {
    color: #d62a3b;
    font-size: 11px;
    margin:  5px 0px;
}

.filters .filter {
    direction: ltr;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin: 7.5px 0px;
}

.filters .filter h3 {
    margin: 0px;
}

.filters .filter .choser {
    margin-bottom: 0px;
}

#productOptions .choser {
    font-size: 17px;
    margin:  2.5px 0px;
}

.double h2 {
    color: black;
    text-decoration: none;
}