@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

textarea:focus,
input:focus,
select:focus,
button:focus,
option:focus {
    outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: source-sans-pro, sans-serif;
    position: relative;
}

.winkelwagenoverlay {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

p {
    line-height: 130%;
}

#loading {
    font-size: 50px;
    margin-top: 15px;
    text-align: center;
    color: #fbceae;
}


/* KEYFRAMES */

.come-in {
    transform: translateY(150px);
    animation: come-in 1.5s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 1.5s;
    /* So they look staggered */
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

@media screen and (min-width: 800px) {
    .come-in-left {
        transform: translateX(-300px);
        animation: come-in-left 0.8s ease forwards;
    }
    .come-in-left:nth-child(odd) {
        animation-duration: 1.5s;
        /* So they look staggered */
    }
}

@keyframes come-in-left {
    to {
        transform: translateX(0);
    }
}

@media screen and (min-width: 800px) {
    .come-in-right {
        transform: translateX(300px);
        animation: come-in-right 0.8s ease forwards;
    }
    .come-in-right:nth-child(odd) {
        animation-duration: 1.5s;
        /* So they look staggered */
    }
}

@keyframes come-in-right {
    to {
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        color: #04384C;
    }
    5% {
        color: #FCC7A7
    }
    10% {
        color: #04384C;
    }
    20% {
        color: #FCC7A7
    }
    21% {
        color: #04384C;
    }
    50% {
        color: #04384C;
    }
    100% {
        color: #04384C;
    }
}

@keyframes pulse2 {
    0% {
        color: #04384C;
    }
    5% {
        color: #FCC7A7
    }
    10% {
        color: #04384C;
    }
    20% {
        color: #FCC7A7
    }
    21% {
        color: #04384C;
    }
    50% {
        color: #04384C;
    }
    100% {
        color: #04384C;
    }
}


/* EINDE KEYFRAMES */


/* Bevestiging */

.bevestiging_bg {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-end;
    align-items: flex-end;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bevestiging {
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    max-width: 700px;
    padding: 50px;
    background-color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    margin-left: 5%;
}

.bevestiging i {
    font-size: 3em;
    color: #04384C;
    margin-bottom: 20px;
}

.bevestiging h2 {
    text-transform: uppercase;
    color: #04384C;
    font-size: 15px;
    margin: 10px 0;
}

.bevestiging h1 {
    font-weight: 700;
    font-size: 2em;
    text-align: center;
    color: #04384C;
    margin-bottom: 10px;
}

.bevestiging p {
    line-height: 150%;
    color: #04384C;
    font-size: 17px;
    font-weight: 200;
    text-align: center;
}

.bevestiging a {
    cursor: pointer;
    display: inline-block;
    padding: 13px 30px;
    background-color: #04384C;
    font-weight: 200;
    color: white;
    margin-top: 20px;
    border: 1px solid #04384C;
    transition: all 1s ease;
    border-radius: 4px;
}

.bevestiging a:hover {
    background-color: transparent;
    color: #04384C;
}


/* Einde Bevestiging*/


/* Cookie Melding */

.plenso_cookies {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background-color: white;
    border-radius: 5px;
    max-width: 400px;
    -webkit-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    -moz-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 25px;
    transition: all .5s;
}

.plenso_cookies>img {
    width: 50px;
}

.plenso_cookies>div {
    color: #04384C;
    padding: 25px 0px;
    line-height: 25px;
    text-align: justify;
    font-size: 16px;
}

.plenso_cookies>div a {
    color: #04384C;
    text-decoration: underline;
}

.plenso_cookies>a {
    background-color: #FCC7A7;
    color: #04384C;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
    padding: 18px 30px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
}

.plenso_cookies>a:hover {
    transform: scale(1.1);
}


/* Einde cookiemelding */


/* GDPR */

#content-container {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    margin: auto;
}

#content-container h1 {
    width: 100%;
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    color: #04384C;
    margin-bottom: 20px;
    margin-top: 0px;
}

#content-container h2 {
    color: #04384C;
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
    padding-left: 15px;
}

#content-container h3 {
    background: #04384C;
    color: #fff;
    font-size: 1.3em;
    padding: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}

#content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
}

#content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
}

#content-container p {
    padding: 20px;
    line-height: 170%;
    color: #04384C;
    font-size: 1.2em;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    color: #04384C;
    font-weight: 700;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

#content-container thead {
    background-color: #4C4C4C;
    color: #fff;
}

#content-container thead th {
    border: 1px solid #04384C;
    padding: 10px;
}

#content-container tbody td {
    border: 1px solid #04384C;
    color: #7e7e7e;
    line-height: 150%;
    padding: 5px;
}

#content-container tbody td p {
    padding: 0px;
}

#content-container ul {
    padding-left: 20px;
    line-height: 170%;
    color: #7e7e7e;
    list-style-type: disc;
}


/* Einde GDPR */


/* Curtaindrop */

.curtain-click {
    cursor: pointer;
    padding: 4px 15px;
    font-size: 25px;
    animation: wiggle 3s;
}

.curtain-click i {
    color: #04384C;
}

.curtain-titel {
    cursor: pointer;
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }
    70% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(25deg);
    }
    80% {
        transform: rotate(-25deg);
    }
    85% {
        transform: rotate(20deg);
    }
    95% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.curtaindrop {
    width: 100%;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.curtaindrop>video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.curtaindrop>div {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    background-color: rgba(58, 58, 58, .67);
}

.curtaindrop>div>div:last-child {
    position: absolute;
    left: 50%;
    width: 95%;
    max-width: 1000px;
    color: #fff;
    z-index: 200;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
}

.curtaindrop .button {
    display: inline-block;
    padding: 15px 40px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    border-radius: 4px;
    font-size: 20px;
    color: #4c4c4c;
    background: -webkit-linear-gradient(-20deg, #fadac1 30%, #ebd5ce 100%);
    transition: all 0.8s ease;
}

.curtaindrop .button:hover {
    transform: scale(1.1);
}

.curtaindrop p {
    font-size: 1.6em;
    line-height: 1.6em;
}

.curtaindrop img {
    max-width: 1000px;
    width: 96%;
}

.curtaindrop h2 {
    font-weight: bold;
    font-size: 50px;
}

.curtaindrop>span {
    position: absolute;
    left: -123px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-right: 18px solid transparent;
    border-top: 34px solid #92C020;
    border-left: 18px solid transparent;
}

.curtaindrop>span>i {
    font-style: normal;
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: #92c020;
    width: 300px;
    overflow: hidden;
    top: -34px;
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: right;
}

.curtaindrop>span:before {
    position: absolute;
    top: -38px;
    cursor: pointer;
    left: -17px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    width: 36px;
    display: block;
    text-align: center;
    content: '!';
}

.curtain-close {
    position: absolute;
    right: 40px;
    top: 30px;
    font-size: 60px;
    cursor: pointer;
    color: white;
    z-index: 5;
}


/* Einde Curtaindrop */


/* NAVIGATIE DESKTOP */


/* Navigatie */

.gototop {
    z-index: 100;
    width: 40px;
    height: 40px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: fixed;
    right: -100px;
    bottom: 40px;
    color: #04384C;
    font-size: 1em;
    opacity: .8;
    cursor: pointer;
    transition: all .3s;
    border-radius: 200;
    border: none;
    background-color: #fbceae !important;
    transition: all 1s ease;
    box-shadow: #fbceae 0px 5px 15px;
}

.gototop:hover {
    transform: translateY(-10px);
}

.topper {
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fbc9a8;
    height: 40px;
}

.topper>div {
    width: 100%;
    max-width: calc(100% - 80px);
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.topper>div a {
    font-size: 16px;
    color: #04384C;
    font-weight: 400;
}

.topper .shoppingcart {
    position: relative;
}

.topper .shoppingcart i {
    margin-right: 20px;
}

.topper .shoppingcart .amount {
    position: absolute;
    left: 0px;
    bottom: -5px;
    background-color: #04384C;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    padding: 0;
    padding-right: 1px;
    font-size: 13px;
}

.topper>div a i {
    margin-right: 12px;
    font-size: 18px;
}

.topper>div span {
    margin: 0 15px;
    color: #04384C;
}

.navigatie {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding: 50px 10px 20px 10px;
    z-index: 2;
}

.navigatie nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigatie nav ul li {
    padding: 10px 20px;
}

.navigatie nav a {
    color: #04384C;
    font-size: 18px;
    padding: 4px 0;
    border-bottom: 1px solid transparent;
    position: relative;
}

.navigatie nav a,
.navigatie nav a:after,
.navigatie nav a:before {
    transition: all .5s;
}

.navigatie nav a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #04384C;
    height: 1px;
}

.navigatie nav a:hover:after {
    width: 100%;
}

.navigatie nav a:hover {
    color: #04384C;
    font-weight: 900;
}

.navigatie nav .active a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    content: '.';
    color: transparent;
    background: #04384C;
    height: 1px;
}

.navigatie nav .active a {
    color: #04384C;
    font-weight: 900;
}

.logo {
    width: 250px;
    margin-left: 10px;
}


/* EINDE NAVIGATIE DESKTOP */


/* RESPONSIVE NAVIGATIE */

.menubtn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: none;
    transition: all .3s;
    background-color: #fbc9a8;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    border-radius: 200px;
}

.menubtn i {
    color: #04384C;
    font-size: 25px;
}

.menuoverlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, .5);
}

.res-nav {
    width: 100%;
    max-width: 50vw;
    height: 100%;
    position: fixed;
    right: -50vw;
    top: 0;
    z-index: 1000;
    overflow: auto;
    transition: all .6s;
    background-color: #fff;
    padding-bottom: 100px;
    background-image: url(/images/navbg.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 60%;
}

.res-nav .res-logo {
    width: 200px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.menuoverlay {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, .4);
}

.overvisible {
    display: block;
}

.nav_top {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    right: 30px;
}

.closebtn {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.menu-block {
    overflow: hidden;
}

.menu-is-open {
    right: 0;
}

.res-nav nav {
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    overflow: auto;
    padding-bottom: 50px;
    height: 100%;
    position: relative;
}

.navitem {
    width: 100%;
    padding: 20px 50px;
}

.navitem div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.navitem div img {
    width: 20px;
    transition: all .5s;
    transform: rotate(0deg);
}

.rotateImg {
    transform: rotate(-180deg) !important;
}

.navitem a {
    text-align: left;
    display: inline-block;
    color: rgba(0, 0, 0, 0.74);
    font-size: 50px;
    font-weight: 600;
    position: relative;
}

.navitem a,
.navitem a:after,
.navitem a:before {
    transition: all .5s;
}

.navitem a:hover {
    color: #04384C;
}

.navitem a:after {
    position: absolute;
    bottom: -5px;
    left: 2px;
    right: 2px;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #04384C;
    height: 2px;
}

.navitem a:hover:after {
    width: 100%;
}

.navitem i {
    font-size: 25px;
    transition: all .3s;
}

.navitem .rotate {
    transform: rotate(90deg);
}

.activelink {
    color: #04384C !important;
}

.navitem ul {
    display: none;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 10px;
}

.navitem ul li {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    padding-left: 15px;
    border-left: 2px solid #eeeeee;
}

.navitem ul li i {
    margin-left: -7px;
    color: #c8c8c8;
    font-size: .7em;
    margin-right: 20px;
}

.navitem ul a {
    font-size: 1.2em;
    color: #949494;
    padding: 7px 0;
    padding-left: 0;
}

.navi_footer>div {
    color: black;
}

.navi_footer img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.navi_footer img.logo {
    position: absolute;
    top: 30px;
    width: 100px;
    right: 30px;
}

.navi_footer>div {
    position: absolute;
    bottom: 10px;
    font-size: .9em;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.navi_footer>div div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
}

.navi_footer>div p {
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-bottom: 7px;
    color: black;
    font-weight: 500;
    font-size: 17px;
    font-style: italic;
    z-index: 100;
}

.navi_footer span {
    margin: 0 10px;
}

.navi_footer a {
    color: black;
    font-size: .9em;
}


/* EINDE RESPONSIVE NAVIGATIE */


/* Page header */

.page_header img {
    width: 40px;
    margin-bottom: 5px;
}

.page_header {
    width: 80%;
    margin: auto;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    color: #04384C;
    text-align: center;
}

.page_header h1 {
    font-weight: 900;
    font-size: 28px;
    margin-bottom: 10px;
}

.page_header h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page_header .c {
    font-weight: 400;
    font-size: 20px;
    width: 70%;
}


/* Einde page header */


/* HOME */

.bigimage {
    display: block !important;
}

.medimage,
.smaimage {
    display: none !important;
}

.home_banner {
    width: 80%;
    margin: auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.home_banner_slider {
    width: 60%;
}

.home_banner #login_home {
    width: 40%;
}

.home_banner_slider img {
    width: 100%;
}

.home_banner .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 35px;
    height: 35px;
    padding: 0;
    background-color: transparent;
    border-radius: 200px;
    background-color: transparent;
    color: #fff;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 30px;
    border: none;
}

.home_banner .slick-next {
    right: 10px;
    left: initial;
}

.home_troeven {
    width: 80%;
    margin: auto;
    margin-top: auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home_troeven .troef {
    padding: 20px;
    display: flex;
    flex-direction: column;
    border: 2px dashed #fbceae;
    color: #273841;
    width: 200px;
    margin: 20px;
    text-align: center;
}

.troef i {
    font-size: 40px;
    margin-bottom: 10px;
}

.troef p {
    line-height: 150%;
}

#login_home {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 40px;
}

#login_home .c {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    -ms-align-items: center;
    justify-content: flex-start;
    border: 4px solid #fbceae !important;
    border-radius: 4px;
    padding: 40px;
    position: relative;
}

#login_home .c:first-of-type {
    margin-bottom: 15px;
}

#login_home img {
    display: inline-block;
    width: 50px;
    margin: 0 auto;
}

#login_home div h2 {
    color: #04384C;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 15px;
    text-align: center;
}

#login_home div a {
    background-color: #fbceae;
    border: 1px solid #fbceae;
    color: #04384C;
    font-weight: 700;
    font-size: 18px;
    width: 90%;
    padding: 12px 30px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    transition: all 0.8s ease;
}

#login_home div a:hover {
    background-color: #fff;
    color: #04384C;
}

#login_home .c div {
    color: #04384C;
    font-weight: 200;
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
}


/* Login */

.login {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    color: #04384C;
    margin-bottom: 100px;
}

.login section {
    width: 50%;
    padding: 50px;
}

.login section h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.login section h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.login section p {
    font-weight: 400;
    font-size: 18px;
}

.parent_login>div {
    border: 4px solid #fbceae;
    border-radius: 10px;
    padding: 40px;
    position: relative;
}

.parent_login .verthus_form {
    margin-top: 20px;
}

.cms_login {
    position: absolute;
    display: block;
    left: 10px;
    bottom: 10px;
    color: #000;
    font-size: 12px;
    padding: 8px;
}

.errors li {
    color: red;
    margin-bottom: 10px;
}

.lijstbeheer .verthus_form .data_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.verthus_form .data_form .field {
    width: 100%;
}

.verthus_form .data_form .field.nameinput {
    width: 49%;
}

.verthus_form .field input,
.verthus_form .field textarea {
    width: 100%;
    background-color: white;
    color: #04384C;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    letter-spacing: 0;
    padding: 13px 11px;
    font-size: 17px;
    height: initial;
    margin-bottom: 10px;
}

.verthus_form label {
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
}

.verthus_form .field.checkbox_field {
    padding-top: 8px;
    margin-bottom: 15px;
}

.verthus_form select {
    width: 100%;
    background-color: white;
    color: #04384C;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    letter-spacing: 0;
    padding: 13px 11px;
    font-size: 17px;
    height: initial;
    margin-bottom: 10px;
    background-image: url(/images/select2.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.data_values {
    margin-bottom: 20px;
}

.data_values p {
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.data_values span {
    color: #04384C;
    font-size: 17px;
}

.data_values small {
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}

.data_values article {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.data_values article>div {
    width: 50%;
}

.change_logincode,
.change_ouders,
.change_paswoord,
.add_kids_btn {
    border: 2px solid #04384C !important;
    background-color: transparent !important;
    color: #04384C !important;
    padding: 7px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    border-radius: 4px;
    transition: all 0.8s ease;
    font-weight: 700 !important;
    font-size: 15px !important;
    margin-top: 10px;
    margin-bottom: 30px;
    text-decoration: none !important;
}

.add_kids_btn i {
    margin-right: 5px;
}

.change_logincode:hover,
.change_ouders:hover,
.change_paswoord:hover,
.add_kids_btn:hover {
    background-color: #04384C !important;
    color: white !important;
}

.change_paswoord_error {
    color: red;
    margin-bottom: 10px;
}

#geboortelijst_add input:not(.searchprods input) {
    background-color: white;
    color: #04384C;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    letter-spacing: 0;
    padding: 7px 11px;
    font-size: 17px;
    height: initial;
    margin-bottom: 10px;
    width: 70%;
}

#geboortelijst_add .loading_hold i {
    margin-left: 10px;
}

#geboortelijst_add .addToCartParent i {
    width: 35px;
    height: 35px;
    background-color: #afcb38;
    border: 1px solid #afcb38;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    margin-left: 10px;
    border-radius: 200px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.8s ease;
}

#geboortelijst_add .addToCartParent i:hover {
    background-color: transparent;
    color: #afcb38;
}

#geboortelijst_add .winkelwagen_topper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    -ms-align-items: center;
    background-color: #afcb38;
    margin-top: 10px;
    padding: 7px 20px;
    color: #fff;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 20px;
}

#geboortelijst_add .winkelwagen_topper a {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    -ms-align-items: center;
    color: #fff;
}

#geboortelijst_add .winkelwagen_topper i {
    margin-right: 15px;
    background-color: #fff;
    color: #afcb38;
    width: 30px;
    height: 30px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    font-size: 15px;
}

.noprodsParent {
    display: flex;
    flex-direction: column;
}

.noprodsParent span {
    color: #04384C;
    font-size: 18px;
    margin-bottom: 30px;
}

.noprodsParent a {
    background-color: transparent;
    color: #04384C;
    border: 2px solid #04384C;
    padding: 7px 25px;
    width: fit-content;
    text-align: center;
    transition: all 0.8s ease;
    border-radius: 4px;
}

.noprodsParent a:hover,
.add_to_request:hover,
.request_success a:hover {
    background-color: #04384C;
    color: white;
}

.request_success>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
}

.request_success i {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    background-color: #04384C;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    border-radius: 200px;
}

.request_success span {
    color: #04384C;
    font-size: 18px;
}

.request_success a {
    background-color: transparent;
    color: #04384C;
    border: 2px solid #04384C;
    padding: 7px 25px;
    width: fit-content;
    text-align: center;
    transition: all 0.8s ease;
    border-radius: 4px;
    display: inline-block;
    margin-top: 30px;
}

.activelink,
.nav_level a:hover {
    font-weight: 700;
}

.add_to_request {
    background-color: transparent;
    color: #04384C;
    border: 2px solid #04384C;
    padding: 7px 25px;
    width: fit-content;
    text-align: center;
    transition: all 0.8s ease;
    border-radius: 4px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.addedCartParent,
.addedCartBezoeker {
    display: none;
    z-index: 9999;
    color: #afcb38;
    width: 40%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: #ebebeb 2px solid;
    padding: 50px;
}

.addedCartParent div:first-of-type,
.addedCartBezoeker div:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    margin-bottom: 30px;
}

.addedCartParent div:first-of-type i,
.addedCartBezoeker div:first-of-type i {
    background-color: #fbc9a8;
    color: #04384C;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    margin-bottom: 10px;
    border-radius: 200px;
}

.addedCartParent div:first-of-type span,
.addedCartBezoeker div:first-of-type span {
    font-size: 20px;
    color: #04384C;
}

.addedCartParent div:last-of-type,
.addedCartBezoeker div:last-of-type {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    -ms-align-items: flex-start;
    margin: auto;
}

.addedCartParent div:last-of-type a,
.addedCartBezoeker div:last-of-type a {
    width: 200px;
    color: #04384C;
    border: 1px solid #04384C;
    padding: 10px 25px;
    text-align: center;
    border-radius: 4px;
    margin: 10px;
    transition: all 0.8s ease;
    cursor: pointer;
}

.addedCartParent div:last-of-type a:hover,
.addedCartBezoeker div:last-of-type a:hover {
    background-color: #04384C;
    color: white;
}

.delfromcart,
.delfromlist {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 200px;
    background-color: rgb(209, 26, 26);
    border: none;
    border: 1px solid rgb(209, 26, 26);
    color: white;
    transition: all 0.8s ease;
}

.delfromcart:hover,
.delfromlist:hover {
    background-color: white;
    color: rgb(209, 26, 26);
}

.btn-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    -ms-align-items: flex-end;
}

.verthus_form button:not(.bezoeker_submit):not(.sendpw) {
    border: none;
    background-color: transparent;
    color: #04384C;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
}

.verthus_form input[type=submit],
.verthus_form input[type=button],
.bezoeker_submit,
.sendpw {
    border: 2px solid #04384C;
    background-color: #04384C;
    color: #fff;
    padding: 7px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    border-radius: 4px;
    transition: all 0.8s ease;
    font-weight: 700;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.verthus_form input[type=submit]:hover,
.verthus_form input[type=button]:hover,
.parent_subscribe a:not(.verthus_brochure):hover,
.bezoeker_submit:hover,
.sendpw:hover {
    background-color: #fff;
    color: #04384C;
}

.verthus_brochure {
    display: flex;
    color: #04384C;
    margin-top: 20px;
    background-color: #fbc9a8;
    border-radius: 4px;
    padding: 10px 30px;
    border: 2px solid #fbc9a8;
    font-weight: 200;
    font-size: 16px;
    font-weight: 700;
    transition: all .8s ease;
}

.verthus_brochure:hover {
    background-color: transparent;
}

.verthus_brochure i {
    margin-right: 10px;
}

.parent_subscribe .form_info {
    padding: 40px;
}

.parent_subscribe a {
    border: 2px solid #04384C;
    background-color: #04384C;
    color: #fff;
    padding: 7px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    border-radius: 4px;
    transition: all 0.8s ease;
    width: fit-content;
    font-size: 15px;
    font-weight: 700;
    height: auto;
    margin-top: 15px;
}

.reg_page .parent_subscribe,
.bezoeker_login {
    width: 40%;
    margin: auto;
    color: #04384C;
}

.bezoeker_login_error,
.reg_exists {
    width: 40%;
    margin: auto;
    color: red;
    border: 1px solid red;
    border-radius: 5px;
    padding: 13px 11px;
    height: initial;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bezoeker_login_error a,
.reg_exists a {
    color: red;
    font-weight: 900;
}

.bezoeker_login_error i,
.reg_exists i {
    margin-right: 15px;
    font-size: 25px;
}

.bezoeker_login_error span,
.reg_exists span {
    line-height: 130%;
}

.reg_page .parent_subscribe h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.reg_page .parent_subscribe h4:not(:first-of-type) {
    margin-top: 30px;
}

.verthus_form #NaamInput {
    width: 50%;
}

.reg_page {
    margin-bottom: 100px;
}


/* Einde login */


/* Geboortelijstdetail */

.lijst {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 100px 10px 50px 10px;
}

.lijst aside {
    width: 300px;
    margin-right: 50px;
    padding: 30px;
    border: #ebebeb 2px solid;
    background-color: #fff;
    border-radius: 4px;
}

.lijst aside .img {
    margin-top: 15px;
    width: 100%;
    object-fit: conain;
}

.lijst aside>h2 {
    width: 100%;
    color: #afcb38;
    font-size: 23px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
    justify-content: flex-start;
}

.lijst aside>h2 img {
    width: 30px;
    margin-top: 0;
}

.lijst aside>h2 span {
    color: #04384C;
}

.lijst aside .geg {
    width: 100%;
    margin-top: 20px;
}

.lijst aside .geg p {
    color: #04384C;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    -ms-align-items: flex-end;
    padding: 10px 0;
    border-bottom: 1px dashed #04384C;
}

.lijst aside .geg p i {
    width: 35px;
    font-size: 18px;
    color: #afcb38;
}

.lijst aside .geg p span {
    font-weight: 700;
}

.lijst .products_holder {
    width: calc(100% - 350px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.lijst .products_holder .liststyle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1%;
    padding-bottom: 15px;
    color: #afcb38;
    font-size: 17px;
}

.lijst .liststyle>h2 {
    font-size: 20px;
    font-weight: 700;
    color: #afcb38;
}

.lijst .products_holder .liststyle i {
    padding: 10px;
    border-radius: 4px;
    color: #afcb38;
    background-color: white;
    cursor: pointer;
    font-size: 16px;
}

.lijst .products_holder .liststyle i.active {
    background-color: #afcb38;
    color: white;
}

.lijst .products {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.lijst .products>h2 {
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    padding: 12px;
}

.lijst .products article {
    width: 31%;
    margin: 0 1%;
    margin-bottom: 2%;
    border: #ebebeb 2px solid;
    border-radius: 4px;
    transition: all .8s;
    position: relative;
    background-color: #fff;
}

.lijst .products article i.fa-star {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #afcb38;
    font-size: 20px;
}

.lijst .products article.list i.fa-star {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 10px;
}

.lijst .products article.list {
    width: 100%;
    border: none;
    border-bottom: #ebebeb 2px solid;
}

.lijst .products article.list img {
    display: none;
}

.lijst .products article:hover {
    transform: scale(1.05);
}

.lijst .products article img {
    width: 100%;
    border-bottom: #ebebeb 2px solid;
}

.lijst .products article h2 {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 10px 5px 10px;
    margin: 0;
    color: #04384C;
    min-height: 80px;
    line-height: 120%;
}

.lijst .products article h2 p {
    font-weight: 200;
}

.lijst .products article.list h2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
}

.lijst .products article h3 {
    font-size: 15px;
    font-weight: 200;
    line-height: 100%;
    padding: 0 10px 10px 10px;
    background-color: #04384C;
    color: white;
    width: fit-content;
    padding: 4px 7px;
    border-radius: 4px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.lijst .products article .img {
    position: relative;
}

.lijst .products article .maina {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
}

.lijst .products article .suba.addProduct1,
.lijst .products article .suba.addGiftCard {
    transition: all 0.8s ease;
    border: 1px solid #fbc9a8;
    z-index: 100;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.lijst .products article .suba.addProduct1:hover,
.lijst .products article .suba.addGiftCard:hover {
    background-color: transparent;
    border: 1px solid #04384C;
}

.lijst .products article>div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 10px;
    min-height: 120px;
}

.lijst .products article .suba {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fbc9a8;
    border-radius: 200px;
    color: #04384C;
    font-size: 17px;
    font-weight: 100;
}

#giftvalue {
    width: 80px;
    margin-bottom: 10px;
    margin-left: 10px;
    border: 1px solid #04384C;
    border-radius: 4px;
    height: 35px;
    color: #04384C;
    padding: 5px 10px;
    margin-top: 15px;
}

.giftvalue_input span {
    margin-left: 5px;
}


/* Einde geboortelijstdetail */


/* Product Pagina */

.product_topper {
    width: 100%;
    background-color: #FAFAFA;
}

.product_topper>div {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 10px;
}

.product_topper a {
    font-weight: 200;
    font-size: 16px;
    color: #04384C;
    display: inline-block;
    padding: 10px 0;
}

.back_to_birthlist {
    width: 100%;
    max-width: 80%;
    margin: 50px auto;
}

.back_to_birthlist a {
    color: #04384C;
    border-bottom: 1px solid #04384C;
}

.back_to_birthlist i {
    padding-right: 10px;
    transition: all 0.8s ease;
}

.back_to_birthlist a:hover i {
    transform: translateX(-10px);
}

.product_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 10px;
}

.product_header_image {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.product_header_image .main_img {
    width: 100%;
}

.product_header_image .main_img .mainimg {
    width: 100%;
}

.product_header_extra_images {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product_header_extra_images .img {
    width: 31%;
    margin: 1%;
    border: 2px solid #ebebeb;
}

.product_header_extra_images .img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.product_header_extra_images .img:after {
    content: "";
    display: block;
    padding-bottom: 31%;
}

.product_header_image>a i {
    transition: all .3s;
    padding-left: 5px;
}

.product_header_image>a:hover i {
    padding-left: 0 !important;
    padding-right: 5px;
}

.product_header_image>img {
    width: 100%;
    transition: all .2s;
}

.product_extrafotos {
    width: 150px;
    padding: 20px 0;
}

.product_extrafotos .slick-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 2;
    border: none;
}

.product_extrafotos .slick-next {
    top: initial;
    bottom: 0;
}

.product_extrafotos article {
    padding: 10px;
    border-left: 2px solid white;
}

.product_extrafotos article img {
    width: 100%;
    cursor: pointer;
    border-left: 2px solid white;
}

.active_thumb {
    border-left: 2px solid #04384C !important;
}

.mainimg {
    cursor: zoom-in;
}

.product_header_content {
    width: 48%;
    max-width: 500px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.product_header_content h1 {
    font-size: 25px;
    line-height: 150%;
    color: #04384C;
    font-weight: 700;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
}

.product_header_content h1 i {
    color: #afcb38;
    margin-right: 10px;
}

.product_header_content h2 {
    color: #04384C;
    line-height: 100%;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.set_onderdelen h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600 !important;
}

.set_onderdelen ul {
    list-style-type: disc;
    padding-left: 30px;
    color: #04384C;
    margin-bottom: 30px;
    margin-top: 15px;
}

.set_onderdelen ul li {
    line-height: 130%;
}

.set_onderdelen ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.product_header_content .aantal {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    white-space: nowrap;
}

.product_header_content .aantal input {
    border: none;
    width: 30px;
    margin-left: -10px;
    text-align: right;
    background-color: transparent;
}

.product_header_content .aantal i {
    width: 40px;
    height: 40px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.product_header_content .product_prijs {
    background-color: #f6f6f6 !important;
    padding: 7px 20px !important;
}

.floatval {
    color: #000;
    font-weight: 100;
    font-size: 1.2em;
    padding-left: 7px;
}

.product_links {
    margin-bottom: 10px;
}

.product_links a {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    color: #939393;
    padding: 2px 10px;
    font-size: .8em;
    transition: all .3s;
    margin-right: 5px;
}

.product_links a:hover {
    border: 1px solid #939393;
}

.product_intro {
    line-height: 200%;
    font-weight: 400;
    font-size: 17px;
    color: #04384C;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 15px;
}

.product_intro p {
    margin-bottom: 10px;
}

.product_prijs {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
    padding-top: 0;
    margin-bottom: 10px;
}

.product_prijs article {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.product_prijs article p {
    font-size: 18px;
    font-weight: 700;
    color: #04384C;
}

.product_prijs p {
    font-weight: 700;
}

.product_afmetingen {
    display: flex;
    justify-content: flex-start;
}

.product_afmetingen article {
    padding: 15px 30px;
    background-color: #F3F3F2;
    border: 1px solid white;
}

.product_afmetingen article h2 {
    font-weight: 700;
    font-size: 1.2em;
    color: #6b6b6b;
    margin-bottom: 5px;
}

.product_afmetingen article p {
    font-size: 1.1em;
    color: #6b6b6b;
}

.product_actions {
    width: 100%;
    margin-top: 20px;
}

.product_actions button {
    display: flex;
    color: #04384C;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 30px;
    border: 2px solid #04384C;
    font-weight: 200;
    font-size: 16px;
    font-weight: 700;
    transition: all .8s ease;
}

.product_actions button:hover {
    background-color: #04384C;
    color: white;
}

.product_actions .added {
    width: 100%;
    color: #fbc9a8;
    font-weight: 200;
    height: 51px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    text-align: left;
}

.shopfilter {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.shopfilter h2 {
    font-size: 35px;
    font-weight: 700;
    color: #696969;
}

.shopfilter select {
    padding: 15px;
    width: 350px;
    background-image: url(/images/select.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    border: #ededed 2px solid;
    cursor: pointer;
    font-size: 20px;
}

.product_actions .added i {
    font-size: 25px;
    margin-right: 10px;
}

.product_kleuren {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.product_kleuren>label {
    position: relative;
}

.product_kleuren>label div {
    width: 5pc;
    height: 3pc;
    border: 2px solid #eee;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: #eee;
    margin-right: 4px;
    z-index: 2;
    position: relative;
}

.product_kleuren>label div>span {
    display: block;
    position: relative;
    top: 2px;
    width: 100%;
    text-align: center;
    font-size: 0.9em;
}

.product_kleuren>label input {
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.product_kleuren>label input:checked+div {
    border: 2px solid red;
}

.maat_select {
    width: 100%;
    padding: 10px;
    font-weight: 400;
    font-size: 1em;
    color: #04384C;
    letter-spacing: 4px;
    background-color: transparent;
    border: 1px solid #ddd;
    background-image: url(/images/select.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.product_more_info {
    max-width: 1000px;
    margin: 0 auto;
    line-height: 150%;
    font-weight: 200;
    font-size: 20px;
    color: #4C4C4C;
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 10px;
}

.product_more_info h2 {
    font-size: 1.3em;
    font-weight: 700;
    color: #D23B3D;
    margin-top: 25px;
    margin-bottom: 5px;
}

.product_more_info ul {
    list-style-type: disc;
    padding-left: 20px;
}

.product_sfeerfoto {
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    background-color: black;
}

.product_sfeerfoto>div {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 1600px;
    z-index: 2;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.product_sfeerfoto h2 {
    font-size: 59px;
    font-weight: 600;
    line-height: 110%;
    max-width: 630px;
    color: #fff;
    margin-bottom: 40px;
}

.product_sfeerfoto button {
    padding: 10px 30px;
    background-color: #D23B3D;
    color: white;
    font-weight: 700;
    border: none;
    border-radius: 200px;
}

.product_sfeerfoto>img {
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: .7;
}

.amount_select {
    width: 200px;
    padding: 3px;
    font-weight: 200;
    font-size: 1.2em;
    background-color: #F5F5F5;
    border: none;
}

.sharing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
}

.sharing a {
    color: #fbc9a8;
    border-radius: 200px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    transition: all .3s;
    border: 1px solid #fbc9a8;
    font-weight: 700;
    opacity: .8;
    background-color: #fff !important;
}

.sharing a:hover {
    transform: scale(1.15);
}

.sharing a i {
    font-size: 16px;
}

.sharing p {
    font-weight: 400;
    color: #353535;
    padding-top: 3px;
    font-size: 14px;
    margin-right: 10px;
}


/* Einde Product Pagina */


/* Winkelwagen */

.shoppingcart_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FAFAFA;
    position: relative;
}

.tegoed_winkelwagen {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 15px 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border-top: 2px solid #e1e1e1;
}

.tegoed_winkelwagen h2 {
    font-size: 20px;
    font-weight: 700;
    color: #afcb38;
}

.tegoed_winkelwagen p {
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 10px;
}

.tegoed_winkelwagen input {
    padding: 8px 15px;
    background-color: transparent;
    border: 1px solid #d3d3d3;
    color: #252525;
    font-weight: 200;
    border-radius: 4px;
    font-size: 16px;
    transition: all .3s;
}

.tegoed_winkelwagen button {
    padding: 8px 15px;
    background-color: transparent;
    border: 1px solid #afcb38;
    color: #afcb38;
    font-weight: 200;
    border-radius: 4px;
    font-size: 16px;
    transition: all .3s;
}

.financial .removeTegoed,
.financial .removeVoucher {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1px solid #BE2727;
    color: #BE2727;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 100px;
}

.financial .removeTegoed:hover,
.financial .removeVoucher:hover {
    background-color: #BE2727;
    color: white;
}

.tegoed_winkelwagen button:hover {
    background-color: #afcb38;
    color: white;
}

.shoppingcart_holder::after {
    width: 50%;
    background-color: #fff;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 0;
}

.gegevens_holder {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: 0 10px;
}

.winkelwagen_pagina,
.gegevens_pagina {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 80px;
    padding-bottom: 50px;
}

.winkelwagen_pagina>h1,
.gegevens_pagina h1 {
    width: 100%;
    padding: 40px 0;
    padding-bottom: 10px;
    font-size: 24px;
    color: #462F2C;
    font-weight: 700;
}

.shopmain {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.shopmain h2 span {
    font-size: 12px;
}

.shopmain img {
    width: 100px;
    margin-right: 20px;
}

.shopping_cart {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.shopping_cart article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 15px;
    border-bottom: 2px dashed #e8e8e8;
}

.shopping_cart article:first-of-type {
    background-color: #f6f6f6;
    border-bottom: none;
}

.shopping_cart article:first-of-type .title {
    color: #04384C;
    font-weight: 200;
    font-size: 16px;
    text-align: center;
    width: 100%;
}

.shopping_cart article:first-of-type .aantal {
    min-width: 150px;
    color: #04384C;
    text-align: center;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: none;
}

.shopping_cart article:first-of-type .actions {
    visibility: hidden;
    min-width: 40px;
}

.sub_article {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.shopping_cart article:last-of-type {
    border-bottom: none;
}

.shopping_cart article h2 {
    font-weight: 400;
    font-style: normal;
    color: #04384C;
    transition: color 0.2s ease-in-out;
    font-size: 18px;
    line-height: 140%;
}

.shopping_cart article h3 {
    width: 100%;
    position: relative;
    z-index: 2;
    color: #6a6a6a;
    font-size: 16px;
}

.sub_article .aantal {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    white-space: nowrap;
    border: none;
    min-width: 150px;
    text-align: center;
    justify-content: center;
}

.sub_article .aantal.gift {
    min-width: 150px;
    border: none;
    text-align: center;
    justify-content: center;
}

.sub_article .aantal input {
    border: none;
    width: 50px;
    text-align: center;
    background-color: transparent;
}

.sub_article .aantal i {
    width: 50px;
    height: 50px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.sub_article .aantal input[type=number]::-webkit-outer-spin-button,
.sub_article .aantal input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sub_article .aantal input[type=number] {
    -moz-appearance: textfield;
}

.sub_article .price {
    min-width: 200px;
    color: #04384C;
    font-size: 16px;
    text-align: center;
}

.sub_article .actions {
    background-color: #fff;
    color: #C4242C;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    -ms-align-items: center;
    align-items: center;
    padding-left: 20px;
    border-left: 1px solid #e8e8e8;
}

.sub_article .actions i {
    transition: all .5s;
}

.sub_article .actions:hover i {
    transform: scale(1.4);
}

.financial dl {
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.financial dt {
    font-size: 16px;
    font-weight: 200;
    color: #353535;
}

.financial dl>div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 12px 0;
}

.financial dl>div:last-of-type {
    border-top: 2px dashed #e1e1e1;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: 10px;
}

.financial dl>div:last-of-type dt {
    color: #04384C;
    font-weight: 700;
}

.financial dd {
    min-width: 150px;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    color: #353535;
}

.goto_prev {
    font-weight: 700;
    font-size: 16px;
    color: #04384C;
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
}

.goto_prev i {
    margin-right: 10px;
    font-size: 18px;
    transition: all 0.8s ease;
}

.goto_prev:hover i {
    transform: translateX(-10px);
}

.goto_next,
#pay {
    padding: 8px 30px;
    background-color: #afcb38;
    color: white;
    font-weight: 700;
    border: none;
    font-size: 15px;
    border: 2px solid #afcb38;
    border-radius: 4px;
    transition: all .3s;
    cursor: pointer;
}

.goto_next:hover,
#pay:hover {
    color: #afcb38;
    background-color: transparent;
}

.buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 20px 0;
}

.buttons.btnpay {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    padding: 20px 0;
}

.voucher {
    width: 100%;
    border-top: 2px solid #e1e1e1;
    padding: 20px 0;
    padding-top: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.voucher>p {
    padding: 10px 20px;
    border: 1px solid #353535;
    color: #353535;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: all .3s;
}

.voucher .message .error {
    color: #B85348;
    padding-bottom: 5px;
    font-weight: 200;
}

.voucher>p:hover {
    transform: scale(1.1);
    background-color: #353535;
    color: #fff;
}

.voucher_code {
    display: none;
}

.voucher_code input[type=text] {
    padding: 10px;
    color: #04384C;
    border: none;
    font-size: 14px;
    background-color: #f4f4f4;
    font-weight: 400;
    width: 400px;
}

.voucher_code button {
    padding: 12px 20px;
    color: #fff;
    border: none;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    background-color: #04384C;
    font-weight: 400;
}


/* Einde Winkelwagen */


/* Gegevens */

.checkbox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    height: 25px;
    font-weight: 200;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    transition: all .3s;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 3px;
    width: 3px;
    left: 8px;
    bottom: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    transition: all .3s;
    width: 20px;
    font-size: .8em;
    background-color: #E4E4E4;
}

.checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox input:checked~.checkmark {
    background-color: #000;
}

.checkmark i {
    content: "";
    position: absolute;
    display: none;
    font-size: 1.1em;
}

.checkbox input:checked~.checkmark i {
    display: block;
}

.checkbox .checkmark i {
    left: 4px;
    top: 4px;
    color: white;
}

.checkbox a {
    font-weight: 700;
    color: #000;
}

.gegevens_holder aside {
    width: 500px;
    margin-right: 10px;
    margin-top: 100px;
}

.gegevens_holder aside article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.gegevens_holder aside article img {
    width: 70px;
    border: 1px solid #D5D5D5;
}

.gegevens_holder aside article>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.gegevens_holder aside article .actions {
    white-space: nowrap;
}

.gegevens_holder aside article div div:first-of-type div {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #ffffff;
    border-radius: 40px;
    width: 30px;
    height: 30px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 1px solid #D5D5D5;
}

.gegevens_holder aside article div div:last-of-type {
    padding-left: 15px;
}

.gegevens_holder aside article div div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}

.gegevens_holder aside article div h2 {
    font-size: 18px;
    font-weight: 700;
}

.gegevens_holder aside article div h3 {
    font-size: 14px;
    font-weight: 200;
    color: #353535;
}

.gegevens_holder .totaalprijs {
    width: 100%;
    border-top: #E1E1E1 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    font-size: 15px;
}

.gegevens_holder .totaalprijs span {
    font-weight: 700;
}

.gegevens_holder aside .asideright {
    width: 100%;
    background-color: #ffffff;
    margin-top: 40px;
    padding: 30px;
    border: 1px solid #D5D5D5;
}

.gegevens_holder aside .asideright h2 {
    font-size: 22px;
    margin-bottom: 15px;
    border-top: 1px solid #D5D5D5;
    padding-top: 20px;
    margin-top: 20px;
}

.gegevens_holder aside .asideright h2:first-of-type {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.gegevens_holder aside .asideright_info {
    margin-bottom: 20px;
    color: #04384C;
    font-weight: 400;
}

.gegevens_holder aside .asideright a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 200;
    padding: 8px;
    color: #353535;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.gegevens_holder aside .asideright a i {
    width: 30px;
    font-size: 18px;
}

.webshop-form {
    padding: 50px;
    padding-top: 100px;
    background-color: #fff;
    border-right: #E1E1E1 1px solid;
    width: calc(100% - 550px);
}

.webshop-form fieldset>div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.webshop-form .field {
    position: relative;
    margin-bottom: 15px;
}

.webshop-form .field input,
.webshop-form .field select,
.webshop-form .field textarea,
.shoppingcart_main #servicepunt,
.cadeaubon-item input {
    width: 100%;
    background-color: white;
    color: #04384C;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    letter-spacing: 0;
    padding: 13px 11px;
    font-size: 14px;
    height: initial;
    font-weight: 700;
}

.webshop-form .field textarea {
    height: 100px;
}

#field_Persoonlijk_Bericht {
    margin-top: 30px;
}

#field_Persoonlijk_Bericht p {
    margin-bottom: 10px;
}

.webshop-form .field_caret {
    border-left: 1px rgba(179, 179, 179, 0.5) solid;
    height: 43%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0%, -50%);
}

.webshop-form .field_caret i {
    font-size: 20px;
    color: #919191;
    margin-left: 10px;
}

.webshop-form .field label {
    position: absolute;
    left: 13px;
    top: 12px;
    font-size: 14px;
    transition: all .2s;
}

.webshop-form .floatlabel label {
    top: 5px;
    font-size: 10px;
    color: #04384C;
    font-weight: 700;
}

.webshop-form .floatlabel input,
.webshop-form .floatlabel select,
.webshop-form .floatlabel textarea {
    padding-top: 20px;
    padding-bottom: 6px;
}

.webshop-form .field input:focus {
    border: 1px solid #fbceae;
}

.webshop-form input[type=submit] {
    padding: 8px 30px;
    border-radius: 4px;
    background-color: #fbceae;
    color: white;
    font-size: 14px;
    border: 2px solid #fbceae;
    transition: all .3s;
}

.webshop-form input[type=submit]:hover {
    background-color: white;
    color: #fbceae;
}

.webshop-form #field_Voornaam,
.webshop-form #field_Naam {
    width: 49%;
}

.webshop-form #field_Gemeente,
.webshop-form #field_Straat {
    width: 80%;
}

.webshop-form #field_Huisnummer,
.webshop-form #field_Postcode {
    width: 18%;
}

.webshop-form #field_Land,
.webshop-form #field_Telefoon,
.webshop-form #field_GSM,
.webshop-form #field_Email,
.webshop-form #field_Levnaam,
.webshop-form #field_Opmerking,
.webshop-form #field_Adres,
.webshop-form #field_Bedrijfsnaam,
.webshop-form #field_BTW {
    width: 100%;
}

.leverklik {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.checkboxField label {
    width: initial !important;
    margin-right: 10px;
}

.checkboxField {
    color: #000;
}

.checkboxField input {
    width: 20px !important;
}

.webshop-form h2 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    color: #afcb38;
    width: 100%;
}

.gegevens_input {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    border-top: 2px solid #f4f4f4;
    padding-top: 20px;
}

.gegevens_input label a {
    color: #000;
    font-weight: 700;
}

.gegevens_controleren {
    display: none;
}

.webshop_Adres {
    width: 100% !important;
}

.webshop_Postcode {
    width: 31.33% !important;
}

.webshop_Gemeente {
    width: 66.66% !important;
}

.input_gegevens {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.input_gegevens p {
    font-size: 16px;
    font-weight: 200;
    color: #353535;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 47%;
    margin-bottom: 10px;
}

.input_gegevens p span {
    font-weight: 700;
}

.input_producten {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 0;
    width: 100%;
}

.input_producten article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 2px dashed #f7f7f7;
    margin-bottom: 5px;
    padding: 10px 0;
    letter-spacing: 1px;
}

.input_producten article>div:first-of-type {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.input_producten article img {
    width: 50px;
    margin-right: 20px;
}

.input_producten article:last-of-type {
    border-bottom: none;
}

.big {
    font-size: 16px;
    font-weight: 400;
    color: #04384C;
    margin-bottom: 10px;
}

.small {
    font-size: 1em;
    font-weight: 400;
    color: #8a8a8a;
}

.input_producten article div:last-of-type {
    font-size: 16px;
    color: #04384C;
    font-weight: 400;
}

.input_producten article div:last-of-type span {
    margin-left: 20px;
}

.controle_part .financial {
    width: 100%;
}

.radio-holder {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 20px 0 5px 0;
    border-radius: 5px;
    border: 1px solid #d4d2d2;
}

.radio-option {
    cursor: pointer;
    padding: 15px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #d4d2d2;
    position: relative;
    font-size: 14px;
}

.hiddenafhaalpunten {
    display: none;
    width: 100%;
}

.radio-option .afhaal_location {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.radio-option .afhaal_location p:first-of-type {
    font-weight: 700;
    font-size: 16px;
}

.radio-option .afhaal_location p:last-of-type {
    font-weight: 200;
}

.radio-option input {
    position: absolute;
    left: 18px;
    opacity: 0;
}

.radio-holder .radio-option:last-of-type {
    border-bottom: none;
}

.hiddenafhaalpunten .radio-option:first-of-type {
    border-top: 1px solid #d4d2d2;
}

.meerAfhaalpunten {
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 200;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #afcb38;
    margin-bottom: 10px;
}

.radio-option label {
    cursor: pointer;
}

.radio-option input:checked+div {
    background-color: #afcb38;
}

.radio-option>div:first-of-type {
    width: 20px;
    height: 20px;
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    margin-right: 10px;
}

.radio-option>div:first-of-type div {
    width: 6px;
    height: 6px;
    border-radius: 200px;
    background-color: white;
}


/* Einde Gegevens */


/* Controleren */

.controleren_pagina {
    width: 100%;
}

.controleren_pagina>div::after {
    width: 50%;
    background-color: #fff;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 0;
}

.controleren_holder {
    width: 100%;
    max-width: 100% !important;
    background-color: #FAFAFA;
}

.controleren_holder>div {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.controleren_prod {
    padding: 50px;
    background-color: #fff;
    border-right: #E1E1E1 1px solid;
    width: 50%;
    min-height: 80vh;
}

.controleren_holder aside {
    width: 50%;
    padding: 50px;
    padding-top: 100px;
    margin-top: 0 !important;
}

.controleren_holder aside>h2 {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 30px;
    border-bottom: 2px dashed #f0f0f0;
    font-size: 20px;
    color: #afcb38;
    font-weight: 700;
}

.controleren_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.controleren_content>h2 {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 30px;
    border-bottom: 2px dashed #f0f0f0;
    font-size: 20px;
    color: #afcb38;
    font-weight: 700;
}

.controle_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
    padding: 5px 0;
}

.controleren_content article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.controleren_content article img {
    width: 100px;
}

.controleren_content article>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.controleren_content article div div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 15px;
}

.controleren_content article div h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.controleren_content article div h3 {
    font-size: 16px;
    font-weight: 200;
    color: #353535;
}

.controleren_content .totaalprijs {
    width: 100%;
    border-top: #E1E1E1 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
}

.controle_item h3 {
    font-weight: 700;
    color: #353535;
    font-size: 18px;
}

.controle_item p {
    font-weight: 200;
    color: #353535;
    font-size: 18px;
}

#subm:disabled {
    background-color: #848484;
}

.controle_product {
    width: 49%;
    margin-bottom: 2%;
    border: 2px solid #efefef;
    padding: 10px;
}

.controle_product img {
    width: 100%;
    max-width: 200px;
    margin-right: 10px;
}

.controle_product h3 {
    font-size: 1.1em;
    font-weight: 700;
    color: #353535;
    margin-bottom: 5px;
}

.product_titel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.controle_product p {
    line-height: 150%;
    color: #848484;
    margin-bottom: 5px;
    margin-top: 5px;
}

.controle_product p big {
    font-size: 1em;
}

.controle_product p small {
    font-size: .9em;
}

.controle_product p span {
    display: block;
    font-weight: 400;
    font-size: 1.1em;
    color: #CDA03A;
}

.remark_btn {
    background-color: #f9f1df;
    color: #CDA03A;
    padding: 10px;
    border: 0;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
}

.remark_btn.add_btn {
    background-color: #f9f1df;
}

.remark_btn.save_btn {
    display: none;
}

.show-disclaimer {
    cursor: pointer;
}

.remark textarea {
    width: 100%;
    border: 1px solid #39ac6a;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-top: 3px;
}

.remark_holder {
    margin-bottom: 8px;
}

.gekozen_ophaalmoment {
    line-height: 150%;
    color: #353535;
    width: 100%;
    font-size: 1.2em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.gekozen_ophaalmoment ul {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 200;
}

.gekozen_ophaalmoment h2 {
    font-weight: 700;
    font-size: 16px;
}

.gekozen_ophaalmoment h3 {
    font-weight: 200;
    font-size: 16px;
}

.infoevent {
    font-size: 1.2em;
    font-weight: 200;
    text-align: center;
    color: #353535;
    background-color: #e4f8ec;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.gekozen_ophaalmoment small {
    width: 100%;
    font-size: .8em;
    display: inline-block;
}

.date_op h2 {
    font-size: 25px;
    color: #EC008C;
    margin-bottom: 0;
}

.date_op p span {
    font-weight: 700;
    color: #353535;
}

.date_op p {
    font-size: 18px;
    font-weight: 200;
    color: #353535;
    display: flex;
    padding: 3px 0;
    justify-content: space-between;
    align-items: center;
}

.date_op i {
    margin-right: 10px;
}

#methode div {
    display: flex;
    flex-direction: row;
}

#methode div input {
    width: 10%;
}

#methode div label {
    width: 90%;
}


/* Einde Controleren */


/* Bevestiging */

.bestelling_geplaatst {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #f0f3f7;
    min-height: calc(100vh - 43px);
}

.bestellingdetails {
    width: 30%;
    background-color: #fff;
    min-height: calc(100vh - 43px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.bestellingdetails article {
    width: 100%;
    margin: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 500px;
}

.bestellingdetails article img {
    width: 200px;
    border-radius: 400px;
    margin-bottom: 40px;
}

.bestellingdetails article>div h2 {
    font-weight: 700;
    text-align: center;
    color: #D37119;
    font-size: 22px;
    margin-bottom: 10px;
}

.bestellingdetails article>div div {
    font-weight: 200;
    font-size: 17px;
    position: relative;
    text-align: center;
}

.bestellingdetails article>div div i {
    color: #D37119;
    margin-top: 20px;
    font-size: 25px;
}

.bedankt_bestelling {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    min-height: calc(100vh - 43px);
}

.bedankt_bestelling div>i {
    font-size: 3em;
    color: #D37119;
}

.bedankt_bestelling h1 {
    color: #04384C;
    line-height: 130%;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

.bedankt_bestelling h2 {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #353535;
    margin-bottom: 5px;
    margin-top: 20px;
    font-weight: 700;
}

.bedankt_bestelling>div {
    background-color: #fff;
    padding: 50px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    max-width: 650px;
}

.bedankt_bestelling>div div {
    text-align: center;
    font-size: 16px;
    line-height: 180%;
    color: #6a6a6a;
    font-weight: 200;
}

.bedankt_bestelling .bestelling_geplaatst_button {
    padding: 10px 30px;
    background-color: transparent;
    color: #D37119;
    font-size: 16px;
    border: 1px solid #D37119;
    margin-top: 20px;
    transition: all .3s;
    border-radius: 4px;
}

.bedankt_bestelling .bestelling_geplaatst_button {
    background-color: #D37119;
    color: #ffffff;
}

.bevestiging .btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.bevestiging .btns a {
    width: 180px;
    text-align: center;
    margin: 5px;
    border-radius: 4px;
}


/* Einde Bevestiging */


/* Geboortelijst beheer */

.lijstbeheer {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 100px 10px 50px 10px;
}

.lijstbeheer aside {
    width: 300px;
    margin-right: 50px;
}

.lijstbeheer nav,
.lijstbeheer div.intro,
.lijstbeheer .product_groups {
    padding: 30px;
    border: #ebebeb 2px solid;
    background-color: #fff;
    border-radius: 4px;
}

.lijstbeheer div.intro,
.lijstbeheer .product_groups {
    margin-top: 10px;
}

.lijstbeheer nav>h2 {
    width: 100%;
    color: #afcb38;
    font-size: 23px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
    justify-content: flex-start;
}

.lijstbeheer nav>h2 img {
    width: 30px;
    margin-top: 0;
}

.lijstbeheer nav>h2 span {
    color: #04384C;
}

.lijstbeheer nav ul,
.lijstbeheer div.intro ul {
    width: 100%;
}

.lijstbeheer nav ul li {
    color: #04384C;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    -ms-align-items: flex-end;
    padding: 10px 0;
    border-bottom: 1px dashed #04384C;
}

.lijstbeheer div.intro ul li {
    color: #04384C;
    display: flex;
    flex-direction: column;
    align-items: center;
    -ms-align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #04384C;
    text-align: center;
}

.lijstbeheer nav ul li i {
    width: 35px;
    font-size: 18px;
    color: #afcb38;
}

.lijstbeheer div.intro ul li i {
    width: 35px;
    font-size: 16px;
    color: #afcb38;
}

.lijstbeheer div.intro ul li span {
    font-weight: 500;
    font-size: 15px;
}

.lijstbeheer div.intro ul li span:first-of-type {
    margin-bottom: 5px;
}

.lijstbeheer nav ul li a {
    font-weight: 400;
    color: #04384C;
}

.lijstbeheer nav ul li.active a,
.lijstbeheer nav ul li:hover a {
    font-weight: 700;
}

.lijstbeheer nav ul li.active {
    font-weight: 700;
}

.lijstbeheer .tab_holders {
    width: calc(100% - 350px);
}

.lijstbeheer div.intro h3,
.lijstbeheer .product_groups h3 {
    font-weight: 700;
    color: #04384C;
    margin-bottom: 10px;
}

.lijstbeheer div.intro .c {
    color: #04384C;
    line-height: 120%;
    margin-bottom: 10px;
}

.lijstbeheer .birthlist {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.lijstbeheer .birthlist .product {
    width: 31%;
    margin: 0 1%;
    margin-bottom: 2%;
    border: #ebebeb 2px solid;
    border-radius: 4px;
    transition: all .8s;
    position: relative;
    background-color: #ebebeb;
}

.backtolist {
    width: 80%;
    margin: 30px auto;
}

.backtolist a {
    color: #04384C;
    display: flex;
    align-items: center;
    -ms-align-items: center;
}

.backtolist i {
    margin-right: 10px;
    transition: all 0.8s ease;
}

.backtolist a:hover i {
    transform: translateX(-10px);
}

.lijstbeheer .birthlist .product .info {
    background-color: #ebebeb;
}

.product_set {
    display: block;
    color: #04384C;
    border-bottom: 1px solid #04384C;
    width: fit-content;
    margin-left: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}

.lijstbeheer .birthlist .product .info .infostock {
    color: #04384C;
    margin-left: 10px;
    margin-bottom: 10px;
}

.lijstbeheer .birthlist .product .img {
    padding: 15px 0;
    background-color: #fff;
    position: relative;
}

.lijstbeheer .birthlist .product .gotofiche {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
}

.lijstbeheer .birthlist .product img {
    width: 100%;
}

.lijstbeheer .birthlist .product .price {
    background-color: white;
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.lijstbeheer .birthlist .product .price span {
    background-color: #04384C;
    color: white;
    width: fit-content;
    border-radius: 4px;
    padding: 2px 7px;
}

.lijstbeheer .birthlist .product .aantal {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 25px;
    background-color: #04384C;
    color: white;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
}

.lijstbeheer .birthlist .product .info h4 {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 10px 5px 10px;
    margin: 0;
    color: #04384C;
    min-height: 55px;
    line-height: 120%;
    margin-top: 5px;
    width: 100%;
    min-height: 50px;
    text-transform: uppercase;
}

.lijstbeheer .birthlist .product .info .sku {
    min-height: 40px;
    color: #afcb38;
    font-weight: 600;
    margin-left: 10px;
}

.lijstbeheer .birthlist .product .info h4 i {
    margin-left: 5px;
    cursor: pointer;
}

.lijstbeheer .birthlist .product .info h4.add {
    display: flex;
    flex-direction: column;
}

.lijstbeheer .birthlist .product .info h4.add p {
    color: #afcb38;
}

.lijstbeheer .birthlist .product .aantalAangevraagd {
    margin-left: 10px;
    margin-bottom: 10px;
    color: #04384C;
}

.lijstbeheer .birthlist .product .info h4.add span {
    margin-top: 5px;
    background-color: #04384C;
    width: fit-content;
    color: white;
    padding: 2px 7px;
    font-weight: 400;
    border-radius: 4px;
}

.lijstbeheer .birthlist .product .info .extra {
    margin: 5px;
    display: flex;
    flex-direction: column;
    background-color: #04384C;
    padding: 10px;
    border-radius: 4px;
}

.lijstbeheer .birthlist .product .info .extra .status_hold {
    display: flex;
    flex-direction: row;
}

.lijstbeheer .birthlist .product .info .extra .status_hold:first-of-type {
    margin-bottom: 15px;
}

.lijstbeheer .birthlist .product .info .extra .status_hold i {
    color: #afcb38;
    width: 30px;
}

.lijstbeheer .birthlist .product .info .extra .status_hold span {
    color: #afcb38;
    font-weight: 400;
    text-decoration: underline;
}

.lijstbeheer .birthlist .product .info .extra .remove_holder {
    margin-top: 15px;
}

.lijstbeheer .birthlist .product .info .extra span:first-of-type {
    margin-right: 5px;
}

.lijstbeheer .birthlist .product .info .extra span i {
    color: #afcb38;
}

.lijstbeheer .birthlist .product .info .extra span i:first-of-type {
    margin-right: 5px;
}

.lijstbeheer .birthlist .product .info .c {
    color: #04384C;
    width: 100%;
    padding: 10px;
}

.lijstbeheer .birthlist .product .info .c div.showinfo {
    font-weight: 400;
}

.lijstbeheer .birthlist .product .info .c div.showinfo .showfull {
    margin-top: 7px;
    font-size: italic;
    font-size: 15px;
}

.lijstbeheer .birthlist .product .info .c div.showinfo i {
    margin-right: 5px;
}

.lijstbeheer .birthlist .product .info .c p.label {
    margin-bottom: 5px;
    font-weight: 700;
}

.lijstbeheer .open_nav {
    width: 100%;
    margin-bottom: 2%;
    border: #ebebeb 2px solid;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    cursor: pointer;
}

.lijstbeheer .open_nav span {
    font-weight: 700;
    font-size: 18px;
    color: #04384C;
}

.lijstbeheer .open_nav i {
    margin-left: 15px;
    background-color: #afcb38;
    color: white;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    border-radius: 200px;
    transition: all .3s;
}

.arrowUp {
    transform: rotate(180deg);
}

.filterprods {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.searchprods {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 500px;
}

.searchprods input {
    height: 34px;
    border: 2px solid #f2f2f2;
    color: #3A3A3A;
    margin-right: 10px;
    min-width: 250px;
    padding-left: 50px;
}

.searchprods span {
    font-size: 16px;
    width: 40px;
    height: 40px;
    z-index: 5;
    color: #3A3A3A;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
}


/* Geboortelijst aanpassen */

.nav_level {
    margin-left: 15px;
}

.nav_level li {
    margin-bottom: 5px;
    ;
}

.nav_level li a {
    cursor: pointer;
}

.lijstbeheer .product_groups {
    color: #04384C;
    line-height: 120%;
}


/* Form */

.tab_content form {
    color: #04384C;
}

.tab_content form h4,
#geboortelijst_add .main_content h3 {
    color: #afcb38;
    font-weight: 700;
    font-size: 23px;
    padding: 20px 0;
}

.tab_content form .field {
    margin-bottom: 15px;
}

.tab_content form label {
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.tab_content form p.info {
    margin-bottom: 10px;
}

.kids_exist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px;
}

.kids_exist article {
    width: 48%;
    display: flex;
    flex-direction: row;
    border: 2px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
}

.kids_exist article button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 15px;
    text-decoration: underline;
    color: #04384C;
}

.kids_exist article img {
    width: 40%;
    height: auto;
    object-fit: cover;
}

.kids_exist article .c {
    width: 60%;
    padding: 30px;
    color: #04384C;
}

#qr_code_check h2 {
    color: #afcb38;
    font-weight: 700;
    font-size: 23px;
    padding: 20px 0;
}

#qr_code_check img {
    width: 300px;
    margin-right: 30px;
}

#qr_code_check .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
}

#qr_code_check .content div {
    display: flex;
    flex-direction: column;
}

#qr_code_check .content div a {
    border: 2px solid #04384C;
    background-color: #04384C;
    color: #fff;
    padding: 7px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    border-radius: 4px;
    transition: all 0.8s ease;
    font-weight: 700;
    font-size: 15px;
}

#qr_code_check .content div a:hover {
    background-color: transparent;
    color: #04384C;
}

#qr_code_check .content div a:not(:last-of-type) {
    margin-bottom: 15px;
}


/* Einde geboortelijst beheer */


/* Reeds bestelde producten */

#geboortelijst_reedsbesteld .main_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#geboortelijst_reedsbesteld .product {
    width: 31%;
    margin: 0 1%;
    margin-bottom: 2%;
    border: #ebebeb 2px solid;
    border-radius: 4px;
    transition: all .8s;
    position: relative;
    background-color: #ebebeb;
}

#geboortelijst_reedsbesteld .product img {
    width: 100%;
}

#geboortelijst_reedsbesteld .product .info {
    padding: 20px;
    color: #04384C;
    font-weight: 200;
}

#geboortelijst_reedsbesteld .product .info_besteller p {
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
}

#geboortelijst_reedsbesteld .product .info_besteller p:not(:last-of-type) {
    margin-bottom: 5px;
}

#geboortelijst_reedsbesteld .product .info_besteller p i {
    margin-right: 10px;
    width: 15px;
}

#geboortelijst_reedsbesteld .product .info_artikel p {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    -ms-align-items: flex-start;
    justify-content: space-between;
}

#geboortelijst_reedsbesteld .product .info_artikel p:first-of-type {
    min-height: 50px;
}

#geboortelijst_reedsbesteld .product .info_artikel p:not(:last-of-type) {
    margin-bottom: 5px;
}

#geboortelijst_reedsbesteld .product .info_artikel strong {
    width: 20%;
}

#geboortelijst_reedsbesteld .product .info_artikel span {
    width: 75%;
}

#geboortelijst_reedsbesteld .product h4 {
    color: #04384C;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}


/* Einde reeds bestelde producten */


/* Blokken */

.blokken {
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    margin-top: 50px;
}

.blokken article {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

.blokken_img {
    width: 58%;
}

.blokken_img img {
    width: 100%;
}

.blokken_content {
    width: 42%;
    padding: 80px;
    text-align: center;
}

.blokken_content h2 {
    font-weight: 500;
    font-size: 1.8em;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 30px;
}

.blokken_content h2::after {
    content: "";
    position: absolute;
    border-top: 1px solid black;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60px;
    height: 0px;
}

.blokken_tekst {
    line-height: 180%;
    font-size: 1.2em;
}

.blokken_content a {
    display: block;
    margin-top: 50px;
    color: #000;
    letter-spacing: 1px;
    transition: all 1s ease;
    font-size: 1.1em;
}

.blokken_content a:hover {
    transform: scale(1.1);
}


/* Parallax */

.home_ak {
    width: 100%;
    height: 90vh;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dark_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .3);
}

.home_ak .content {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
}

.home_ak .content h2 {
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 100px;
    padding-bottom: 50px;
}

.home_ak .content h2::after {
    content: "";
    position: absolute;
    border-top: 1px solid #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60px;
    height: 0px;
}

.home_ak .content a {
    padding: 15px 10px;
    font-weight: 200;
    font-size: 22px;
    display: inline-block;
    color: white;
    transition: all 1s ease;
    margin-top: 30px;
    letter-spacing: 2px;
}

.home_ak .content a:hover {
    transform: scale(1.1);
}


/* FAQ */

.vragensplit {
    padding: 50px 10px;
}

.vragensplit>div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.vragen {
    width: 68%;
}

.vragen article {
    border: #f3f3f3 2px solid;
    background-color: white;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.vragen article h2 {
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    font-size: 23px;
    color: #04384C;
    align-items: center;
    cursor: pointer;
}

.vragen article h2 i {
    transition: all .3s;
}

.arrowUp i {
    transform: rotate(180deg);
}

.vragen article div {
    margin-top: 20px;
    color: #04384C;
    font-weight: 200;
    font-size: 1.2em;
    line-height: 180%;
    letter-spacing: .5px;
}

.vragen article div a {
    color: #5C9090;
    font-weight: 600;
}

.vragen_form {
    padding: 25px;
    background-color: white;
    border-radius: 5px;
    border: #f3f3f3 2px solid;
    width: 30%;
    position: relative;
}

.vragen_form .slick-arrow {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: none;
    padding: 0;
    z-index: 2;
    border-radius: 200px;
}

.vragen_form .slick-next {
    right: 5px;
    left: initial;
}

.vragen_form h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #CDA03A;
}

.vragen_form input[type=text],
.vragen_form input[type=email],
.vragen_form textarea {
    padding: 10px;
    color: #818181;
    background-color: #F2F2F2;
    width: 100%;
    height: 50px;
    display: flex;
    -ms-align-items: center;
    border: none;
    margin-bottom: 10px;
    align-items: center;
    font-size: 1.2em;
    font-weight: 200;
}

.vragen_form textarea {
    min-height: 100px;
}

.vragen_form input[type=submit]:not(:disabled) {
    border: none;
    color: #fff;
    font-size: 20px;
    background-color: #F9F1DF;
    color: #CDA03A;
    border-radius: 4px;
    padding: 10px 35px;
}

.vragen_form input[type=submit]:disabled {
    border: none;
    color: #494949;
    font-size: 20px;
    background-color: #d7d7d7;
    border-radius: 4px;
    padding: 10px 35px;
}


/* Einde FAQ */


/* CONTACT */

.contact_pagina {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 100px 10px 0 10px;
}

.contact_info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fbceae;
    padding: 80px 80px;
    margin-top: 20px;
    width: 100%;
}

.contact_info p {
    font-size: 20px;
    font-weight: 200;
    color: #04384C;
}

.contact_gegevens {
    width: 35%;
}

.contact_gegevens h1 {
    font-weight: 900;
    color: #04384C;
    margin-bottom: 20px;
    font-size: 2em;
}

.contact_gegevens h2 {
    font-size: 18px;
    font-weight: 200;
    color: #04384C;
    line-height: 150%;
}

.contact_gegevens p {
    padding-bottom: 10px;
}

.contact_split {
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.contact_split h2 {
    font-weight: 700;
    color: #04384C;
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 130%;
}

.contact_split div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.contact_split div p {
    padding: 10px;
    padding-left: 50px;
    position: relative;
    color: #04384C;
}

.contact_split div p a {
    color: #04384C;
}

.contact_split div p i {
    position: absolute;
    left: 0;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    color: #04384C;
    transform: translateY(-50%);
}

.contact_split img {
    width: 100px;
    border-radius: 200px;
    margin-right: 20px;
}

.contact_formulier {
    width: 55%;
}

.contact_form {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact_label {
    width: 100%;
    font-size: 1.2em;
    font-weight: 200;
    color: #04384C;
    display: inline-block;
    margin-bottom: 5px;
}

.contact_form input[type=text],
.contact_form input[type=email],
#NaamInput input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #EEEEEE;
    padding: 8px 0px;
    color: #04384C;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 40px;
}

.nieuwsbrief {
    margin-bottom: 120px;
}

.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus,
#NaamInput input:focus {
    border-bottom: 2px solid #04384C;
    font-weight: 400;
}

.contact_form textarea {
    border: none;
    width: 100%;
    border-bottom: 2px solid #EEEEEE;
    border-radius: 0px;
    padding: 10px 0px;
    color: #04384C;
    margin-bottom: 20px;
    font-weight: 200;
    font-size: 18px;
    height: 100px;
}

.contact_form textarea:focus {
    border-bottom: 2px solid #04384C;
    font-weight: 400;
}

.contact_form select {
    width: 100%;
    color: #04384C;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #f6f6f6;
    background-color: #F4F4F4;
    height: 50px;
    font-size: .9em;
    font-weight: 700;
    background-image: url(/images/select2.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

.contact_form input[type=submit] {
    border-radius: 4px;
    padding: 5px 30px;
    background: transparent;
    border: 2px solid #04384C;
    font-weight: 200;
    color: #04384C;
    font-size: 1.2em;
    font-weight: 200;
    transition: all .3s;
}

.contact_form input[type=submit]:hover {
    background-color: #04384C;
    color: #fff;
}

.contact_formulier #NaamInput {
    width: 100%;
}

.contact_formulier #EmailInput {
    width: 100%;
}

#dasmap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 600px;
    position: relative;
    z-index: 0;
    margin-top: -70px;
    margin-bottom: 80px;
}


/* EINDE CONTACT */


/* Instagram */

.insta_titel {
    padding: 60px 0;
    position: relative;
    text-align: center;
}

.insta_titel .line-hold {
    position: relative;
}

.insta_titel .line-hold h2 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background-color: #fff;
    color: #a08b56;
    display: inline-block;
    padding: 0 100px;
}

.band .insta_titel h3 {
    background-color: #f8eaf2;
}

.insta_titel .line-hold:after {
    display: block;
    height: 1px;
    background-color: #a08b56;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.small.insta_titel {
    padding: 30px 0;
}

.instagram_feed {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 25px;
    padding-top: 30px;
    background-color: white;
    margin-top: 0px;
    margin-bottom: 30px;
}

.instagram_feed .instagram_post {
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin: 0 1%;
}

.instagram_feed .instagram_post img {
    width: 100%;
}

.instagram_feed .instagram_post video {
    width: 100%;
}

.instagram_feed .instagram_post .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: white;
    font-size: 3em;
    transition: all .3s;
}

.instagram_feed .instagram_post:hover .overlay {
    opacity: 1;
}


/* Einde Instagram */


/* Footer */

.footer_element {
    width: 30px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.slogan {
    text-align: center;
    font-size: 4.5rem;
    font-weight: 600;
    color: #04384C62;
    padding: 40px 0;
    padding-bottom: 4rem;
    line-height: 120%;
    width: 80%;
    margin: auto;
}

.slogan strong {
    color: #04384Ca9;
}

.disclaimer i,
.navi_footer i {
    color: #4b4b4b;
    animation: pulse 4s infinite;
}

footer {
    width: 100%;
    background-color: #fbceae;
    padding: 30px 50px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

footer .gegevens {
    width: 100%;
    max-width: 60%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    -ms-align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: .5px solid #4b4b4b33;
}

footer .gegevens>div {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

footer .gegevens h2 {
    font-size: 1.4em;
    font-weight: 700;
    color: #04384C;
    margin-bottom: 10px;
}

footer .gegevens a,
footer .gegevens p {
    font-size: 1em;
    font-weight: 200;
    color: #04384C;
    line-height: 160%;
}

footer table td {
    font-size: 1em;
    font-weight: 200;
    color: #04384C;
    line-height: 160%;
}

footer table td:nth-of-type(odd) {
    padding-right: 30px;
}

footer .gegevens a {
    text-decoration: underline;
}

.socials {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
}

.socials i {
    color: #e0d8c3;
}

.socials a {
    color: #04384C;
    font-weight: 200;
    font-size: .9em;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 200px;
    background-color: #04384C;
}

.socials a:first-of-type {
    margin-right: 15px;
}

.disclaimer {
    color: #04384C;
    padding: 10px;
    padding-top: 0;
    font-weight: 200;
    font-size: .9em;
}

.disclaimer span {
    margin: 0 10px;
}

.disclaimer a {
    color: #04384C;
}

.disclaimer a:last-of-type,
.navi_footer a:last-of-type {
    display: inline-flex;
    flex-direction: row;
}


/* Einde footer */


/* Media Query's */

@media screen and (max-width: 1700px) {
    .medimage {
        display: block !important;
    }
    .bigimage {
        display: none !important;
    }
}

@media screen and (max-width: 1500px) {
    .lijst .products article,
    .lijstbeheer .birthlist .product {
        width: 48%;
    }
    #login_home .c {
        padding: 30px 20px;
    }
    #geboortelijst_reedsbesteld .product {
        width: 48%;
    }
}

@media screen and (max-width: 1400px) {
    .home_banner {
        width: 90%;
    }
    .page_header .c {
        width: 80%;
    }
    .reg_page .parent_subscribe,
    .bezoeker_login,
    .bezoeker_login_error,
    .reg_exists {
        width: 60%;
    }
    .login section {
        padding: 0 20px;
    }
    .instagram_feed .instagram_post {
        width: 270px;
        height: 270px;
    }
    footer .gegevens {
        max-width: 70%;
    }
    #login_home div {
        padding: 20px;
    }
    #login_home div h2 {
        font-size: 20px;
    }
    #login_home div a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1300px) {
    .addedCartParent,
    .addedCartBezoeker {
        width: 60%;
    }
}

@media screen and (max-width: 1250px) {
    .instagram_feed .instagram_post {
        width: 260px;
        height: 260px;
    }
}

@media screen and (max-width: 1200px) {
    .navigatie,
    .home_banner,
    .home_troeven {
        width: 90%;
    }
    .menubtn {
        display: flex;
    }
    .tohide {
        display: none;
    }
    .home_banner {
        flex-direction: column;
    }
    .home_banner_slider {
        width: 100%;
    }
    .home_banner #login_home {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #login_home div {
        width: 60%;
        margin: auto;
    }
    #login_home div:first-of-type {
        margin-bottom: 15px;
    }
    .home_ak .content {
        left: 0;
        transform: unset;
        transform: translateY(-50%);
        padding-left: 40px;
        padding-right: 40px;
    }
    .page_header .c {
        width: 90%;
    }
    .contact_pagina {
        padding: 25px 10px;
    }
    .contact_gegevens {
        margin-bottom: 20px;
        padding: 30px 10px;
    }
    .contact_gegevens,
    .contact_formulier {
        width: 100%;
        padding: 0 10px;
    }
    .contact_gegevens h1,
    .contact_gegevens h2 {
        text-align: center;
        line-height: 120%;
    }
    .contact_gegevens>div {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        margin-top: 20px;
    }
    .contact_split {
        margin-top: 10px;
    }
    .contact_split div {
        padding: 20px;
    }
    #dasmap {
        margin-top: 15px;
        height: 400px;
    }
    .contact_gegevens>div a {
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-direction: column;
    }
    .contact_split img {
        display: none;
    }
    .contact_split div {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    .instagram_feed .instagram_post {
        width: 250px;
        height: 250px;
    }
    footer .gegevens {
        max-width: 80%;
    }
    .lijst,
    .lijstbeheer {
        width: 90%;
    }
    .home_troeven .troef {
        width: 40%;
    }
}

@media screen and (max-width: 1160px) {
    .instagram_feed .instagram_post {
        width: 220px;
        height: 220px;
    }
}

@media screen and (max-width: 1150px) {
    .page_header {
        padding: 50px 0 100px 0;
    }
    .login {
        flex-direction: column;
    }
    .login section {
        width: 100%;
    }
    .parent_subscribe .form_info {
        padding: 50px 10px 0 10px;
    }
    .blokken {
        margin-top: 0;
    }
    .blokken article {
        flex-direction: column;
    }
    .blokken_img {
        width: 95%;
        order: 1;
    }
    .blokken_content {
        width: 95%;
        order: 2;
    }
    .lijst .products article,
    .lijstbeheer .birthlist .product,
    .aanbod .products article {
        width: 31.33%;
    }
    .gegevens_holder {
        padding: 0;
        padding-top: 30px;
        flex-wrap: wrap;
    }
    .gegevens_holder form h2,
    .gegevens_holder aside h2 {
        font-size: 20px !important;
    }
    .gegevens_holder aside p {
        font-size: 16px;
    }
    .gegevens_holder aside a {
        font-size: 15px;
    }
    .gegevens_holder form:not(#methode) {
        width: 100% !important;
        padding: 50px 10px !important;
        border-right: none !important;
    }
    .shoppingcart_holder {
        background-color: white !important;
    }
    .gegevens_holder aside {
        background-color: #FAFAFA;
        width: 100%;
        padding: 50px 10px !important;
        border-top: #E1E1E1 1px solid;
        margin-right: 0;
        border-bottom: #E1E1E1 1px solid;
    }
    .webshop-form {
        order: 2;
    }
    .gegevens_holder aside .veiligbetalen {
        display: none;
    }
    .gegevens_holder aside {
        order: 1 !important;
    }
    .controleren_prod {
        width: 100%;
        padding: 10px;
        padding-top: 50px;
    }
    .gegevens_holder aside article img {
        width: 70px;
    }
    .gegevens_holder aside article div h2 {
        font-size: 15px !important;
    }
    .controleren_holder aside {
        margin-top: 0;
    }
    .controleren_holder aside {
        padding-top: 20px !important;
    }
    .controleren_prod {
        min-height: initial;
    }
    .controleren_pagina {
        background-color: #fff;
    }
    .buttons form {
        width: initial !important;
        padding: 0 !important;
    }
    .bestelling_geplaatst {
        flex-wrap: wrap;
    }
    .bedankt_bestelling {
        width: 100%;
        min-height: initial;
        padding-top: 150px;
        padding-bottom: 50px;
    }
    .bestellingdetails {
        width: 100%;
        min-height: initial;
    }
    .bestellingdetails article {
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .bestellingdetails article>img {
        margin-bottom: 0;
    }
    .bestellingdetails article>div {
        padding-left: 50px;
    }
    .bestellingdetails article>div h2 {
        text-align: left;
    }
    .bestellingdetails article>div div {
        text-align: left;
    }
}

@media screen and (max-width: 1100px) {
    .slogan {
        font-size: 4.2rem;
        padding: 6rem 1rem;
    }
    .lijst aside,
    .lijstbeheer aside {
        margin-right: 0;
        width: 100%;
    }
    .lijst .products_holder,
    .lijstbeheer .tab_holders {
        width: 100%;
        margin-top: 20px;
    }
    .lijst aside .filters {
        display: none;
    }
    .lijstbeheer,
    .lijst {
        padding: 20px 10px 50px 10px;
    }
    .vragen {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1050px) {
    .navitem a {
        font-size: 40px;
    }
    .closebtn {
        width: 50px;
        height: 50px;
    }
    .res-nav .res-logo {
        width: 180px;
    }
    .instagram_feed .instagram_post {
        width: 200px;
        height: 200px;
    }
    .vragen_form {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .home_ak .content h2 {
        font-size: 80px;
    }
    .slogan {
        font-size: 3.5rem;
        padding: 6rem 2rem;
    }
}

@media screen and (max-width: 950px) {
    .page_header {
        width: 85%;
    }
    .page_header .c {
        width: 100%;
    }
    .reg_page .parent_subscribe,
    .bezoeker_login,
    .bezoeker_login_error,
    .reg_exists {
        width: 80%;
    }
    .curtaindrop h2 {
        font-size: 40px;
    }
    .curtaindrop p {
        font-size: 1.4em;
    }
    #content-container h1 {
        font-size: 2.5em;
        margin-bottom: 60px !important;
    }
    #content-container h2 {
        font-size: 1.8em;
    }
    .header_content>div img {
        width: 350px;
    }
    .in_beeld article {
        width: 32.33%;
    }
    .instagram_feed {
        justify-content: center;
        max-width: 90%;
    }
    .instagram_feed .instagram_post {
        width: 300px;
        height: 300px;
        margin: 1%;
    }
    footer .gegevens {
        max-width: 100%;
    }
}

@media screen and (max-width: 920px) {
    .disclaimer {
        padding-left: 0;
        margin-top: 10px;
    }
    .addedCartParent,
    .addedCartBezoeker {
        width: 70%;
    }
}

@media screen and (max-width: 850px) {
    .login {
        width: 90%;
    }
    .backtolist {
        width: 95%;
    }
    .slogan {
        font-size: 3.1rem;
        padding: 6rem 2rem;
    }
    .product_header_image {
        width: 100%;
        margin-bottom: 30px;
    }
    .product_header_content {
        width: 100%;
        max-width: 100%;
    }
    .product_header {
        flex-wrap: wrap;
    }
    .product_header_image>img {
        max-width: 550px;
    }
}

@media screen and (max-width: 800px) {
    .bevestiging {
        margin-left: 0;
        margin: auto;
    }
    .medimage {
        display: none !important;
    }
    .smaimage {
        display: block !important;
    }
    .logo {
        width: 180px;
    }
    .res-nav {
        max-width: 100vw;
        right: -100vw;
    }
    .menu-is-open {
        right: 0;
    }
    .instagram_feed .instagram_post {
        width: 280px;
        height: 280px;
    }
    .suggesties article {
        margin-bottom: 0;
    }
    .slogan {
        font-size: 2.8rem;
        padding: 4rem 1rem;
    }
    .lijst .products article,
    .lijstbeheer .birthlist .product {
        width: 48%;
    }
    footer .gegevens {
        flex-direction: column;
        align-items: center;
        -ms-align-items: center;
    }
    footer .gegevens>div {
        justify-content: center;
        align-items: center;
        -ms-align-items: center;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 750px) {
    .page_header {
        padding: 50px 0;
    }
    .login {
        width: 100%;
    }
    .curtaindrop h2 {
        font-size: 30px;
    }
    .curtaindrop p {
        font-size: 1.2em;
    }
    .curtaindrop .button {
        padding: 10px 30px;
        font-size: 18px;
    }
    .curtain-close {
        font-size: 50px;
    }
    .blokken_content {
        padding: 50px 20px;
    }
    .instagram_feed .instagram_post {
        width: 260px;
        height: 260px;
    }
    .kids_exist {
        flex-direction: column;
    }
    .kids_exist article {
        width: 100%;
    }
    .vragen article h2 {
        font-size: 1em;
    }
    .vragen article div {
        font-size: .9em;
    }
    .addedCartParent,
    .addedCartBezoeker {
        width: 80%;
    }
    #login_home div {
        width: 80%;
    }
    #geboortelijst_reedsbesteld .product {
        width: 100%;
    }
    #geboortelijst_reedsbesteld .product .info_artikel p:first-of-type {
        min-height: unset;
    }
}

@media screen and (max-width: 700px) {
    .curtain-click {
        padding: 0;
    }
    .home_ak .content h2 {
        font-size: 60px;
    }
    .in_beeld article {
        width: 49%;
    }
    .slogan {
        padding: 1rem;
        padding-bottom: 3rem;
    }
    footer .gegevens {
        max-width: 95%;
    }
    .disclaimer,
    .socials a {
        font-size: .8em;
    }
    .disclaimer span {
        margin: 0 1px;
    }
    .home_troeven {
        margin-top: 0;
        justify-content: space-between;
    }
    .home_troeven .troef {
        width: calc(50% - 10px);
        margin: 10px 0;
    }
}

@media screen and (max-width: 680px) {
    .instagram_feed .instagram_post {
        width: 240px;
        height: 240px;
    }
    .addedCartParent,
    .addedCartBezoeker {
        width: 90%;
    }
}

@media screen and (max-width: 650px) {
    .page_header {
        width: 90%;
    }
    .page_header h1,
    .contact_pagina h1 {
        font-size: 24px;
    }
    #login_home .c {
        padding: 30px 10px;
    }
    #login_home div h2 {
        margin-bottom: 15px;
    }
    #login_home .c div {
        padding: 0;
    }
    .contact_pagina h1 {
        margin-bottom: 0px;
    }
    .contact_gegevens>div {
        margin-top: 0;
    }
    .contact_split h2 {
        font-size: 20px;
    }
    .contact_info p {
        font-size: 18px;
    }
    .contact_split div {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .contact_split div p i {
        font-size: 14px;
    }
    .page_header .c {
        font-size: 18px;
        line-height: 130%;
    }
    .page_header img {
        width: 35px;
    }
    .reg_page .parent_subscribe,
    .bezoeker_login,
    .bezoeker_login_error,
    .reg_exists {
        width: 90%;
    }
    .curtaindrop h2 {
        font-size: 25px;
    }
    .curtaindrop p {
        font-size: 1.1em;
    }
    .curtain-close {
        font-size: 40px;
    }
    #content-container h1 {
        font-size: 2.1em;
    }
    #content-container h2 {
        font-size: 1.5em;
    }
    .instagram_feed {
        max-width: 100%;
        margin-bottom: 0;
    }
    .instagram_feed .instagram_post {
        width: 240px;
        height: 240px;
    }
    .slogan {
        font-size: 2rem;
        padding: 30px 10px 50px 10px;
    }
    .lijst,
    .lijstbeheer {
        width: 100%;
    }
    #qr_code_check h2 {
        text-align: center;
    }
    #qr_code_check .content {
        flex-direction: column;
        align-items: center;
        -ms-align-items: center;
        justify-content: center;
    }
    #qr_code_check img {
        margin-right: 0;
        width: 250px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    .instagram_feed .instagram_post {
        width: 220px;
        height: 220px;
    }
    .slogan {
        font-size: 1.7rem;
    }
    .addedCartParent,
    .addedCartBezoeker {
        width: 95%;
        padding: 50px 20px;
    }
    #login_home div {
        width: 90%;
    }
    .disclaimer a:last-of-type {
        display: flex;
        align-items: center;
        -ms-align-items: center;
    }
    .disclaimer span {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .topper>div {
        text-align: center;
        justify-content: center;
    }
    .menubtn {
        width: 45px;
        height: 45px;
    }
    .menubtn i {
        font-size: 22px;
    }
    .navitem a {
        font-size: 30px;
    }
    .closebtn {
        width: 40px;
        height: 40px;
    }
    .home_banner .slick-arrow {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .res-nav .res-logo {
        width: 150px;
    }
    .blokken_content h2 {
        font-size: 1.5em;
    }
    .privcnt {
        flex-wrap: wrap;
        height: initial !important;
        line-height: 120%;
    }
    .contact_form input[type=submit] {
        font-size: 1em;
        padding: 4px 25px;
    }
    .bevestiging h1 {
        font-size: 1.5em;
        font-weight: 700;
    }
}

@media screen and (max-width: 530px) {
    .instagram_feed .instagram_post {
        width: 180px;
        height: 180px;
    }
}

@media screen and (max-width: 500px) {
    .bezoeker_login_error,
    .reg_exists {
        flex-direction: column;
        text-align: center;
    }
    .bezoeker_login_error i,
    .reg_exists i {
        margin: 0;
        margin-bottom: 10px;
    }
    #content-container h1 {
        font-size: 1.8em;
    }
    .home_ak .content h2 {
        font-size: 50px;
    }
    .disclaimer {
        display: flex;
        flex-direction: column;
        align-items: center;
        -ms-align-items: center;
        line-height: 160%;
    }
    .socials {
        padding-bottom: 10px;
    }
    .lijst .products article,
    .lijstbeheer .birthlist .product {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .addedCartParent div:first-of-type span,
    .addedCartBezoeker div:first-of-type span {
        text-align: center;
    }
    .addedCartParent div:last-of-type,
    .addedCartBezoeker div:last-of-type {
        flex-direction: column;
        align-items: center;
        -ms-align-items: center;
        justify-content: center;
    }
    .addedCartParent div:last-of-type a,
    .addedCartBezoeker div:last-of-type a {
        background-color: #04384C;
        color: white;
    }
    #login_home div {
        width: 100%;
    }
    footer {
        padding: 30px 20px;
    }
    .product_header_extra_images .img {
        width: 48%;
    }
    .product_header_content h1 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .product_prijs article p {
        font-size: 16px !important;
    }
    .set_onderdelen h2 {
        font-size: 16px;
    }
    .set_onderdelen ul {
        font-size: 15px;
    }
}

@media screen and (max-width: 450px) {
    .logo {
        width: 140px;
    }
    .plenso_cookies {
        right: 10px;
    }
    .instagram_feed {
        justify-content: center;
    }
    .instagram_feed .instagram_post {
        width: 150px;
        height: 150px;
        margin: 5px;
    }
    .btn-group {
        flex-direction: column;
        align-items: flex-start;
        -ms-align-items: flex-start;
    }
    #forgot_pw {
        margin-bottom: 15px;
    }
    #login_home div h2 {
        font-size: 18px;
    }
    #login_home div a {
        font-size: 15px;
        padding: 7px 20px;
    }
    .topper>div {
        max-width: calc(100% - 10px);
    }
    .topper>div a {
        font-size: 14px;
    }
    .topper>div a i {
        font-size: 14px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .topper>div a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        -ms-align-items: center;
    }
}

@media screen and (max-width: 400px) {
    .topper>div {
        max-width: calc(100% - 20px);
        text-align: center;
        justify-content: center;
    }
    .contact_gegevens h2 {
        font-size: 15px;
    }
    .contact_split div {
        justify-content: flex-start;
        align-items: flex-start;
        text-align: center;
    }
    .contact_split div p {
        font-size: 15px;
        padding-left: 30px;
    }
    .contact_form input[type=text],
    .contact_form input[type=email],
    .contact_form textarea,
    #NaamInput input {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .privcnt {
        flex-wrap: wrap;
        height: initial !important;
        line-height: 120%;
    }
    .contact_form input[type=submit] {
        width: 100%;
        margin-top: 10px;
    }
    .home_troeven .troef {
        width: 100%;
        margin: 10px 0;
    }
}

@media screen and (max-width: 350px) {
    .topper>div a {
        font-size: 15px;
    }
    .topper>div a i {
        font-size: 16px;
    }
}

@media screen and (max-width: 300px) {
    .curtain-click {
        display: none;
    }
}