@font-face {
    font-family: 'bebasregular';
    src: url('bebas-regular-webfont.woff2') format('woff2'), url('bebas-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*various fixes*/

.modal-open {
    padding-right: 0 !important;
}

.modal {
    padding-right: 0 !important;
}

.addedToCartModal .modal-footer {
    padding-left: 0;
    padding-right: 0;
    justify-content: space-between;
}

.addedToCartModal .modal-footer .btn {
    width: 47%;
}

.addedToCartModal .modal-footer .btn:first-of-type {
    margin-right: 0.5rem;
}

.addedToCartModal .modal-footer .btn:last-of-type {
    margin-left: 0.5rem;
}


/*end of various fixes*/

* {
    -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: 'Montserrat', sans-serif;
}

.modal.in .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
}

.modal-body {
    width: 100%;
}

.modal-content {
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.bootbox-body {
    line-height: 150%;
    color: #98272B;
    font-size: 1.6em;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

.videoInstagram {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

.modal-footer {
    width: 95%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.modal-footer .btn {
    color: #fff;
    background-color: #98272B;
    padding: 10px 20px;
    font-size: 1em;
    width: 50%;
    border-radius: 0;
    font-family: 'Playfair Display', serif;
}

.no_content_page {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

.uptop {
    width: 50px;
    height: 50px;
    border-radius: 200px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.35);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.35);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.35);
    color: #98272B;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transform: translateX(100px);
    transition: all .3s;
    z-index: 10;
    background-color: #fff;
    cursor: pointer;
}

.showuptop {
    transform: translateX(0px);
}

.endprods {
    display: flex;
    width: 100%;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.endprods img {
    width: 50px;
    margin: 10px 30px;
}

.endprods div {
    width: 100%;
    height: 1px;
    background-color: #aeaeae;
}

.noprods {
    width: 100%;
    text-align: center;
}

.navigatie .gotolink {
    width: auto;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    display: none;
    font-size: .8em;
    position: absolute;
    height: 33px;
}

.verkoopsvoorwaarden {
    color: rgb(100, 100, 100);
    text-align: center;
    font-size: .95em;
    width: 100%;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.verkoopsvoorwaarden:hover {
    color: #A10F26;
}


/* Pagina Header */

.page_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 50px 10px 30px 10px;
}

.page_header h1 {
    color: #98272B;
    font-size: 2em;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    margin: 5px 0;
    margin-bottom: 20px;
}

.page_header h2 {
    color: rgb(100, 100, 100);
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-weight: 600;
    font-size: .9em;
}

.page_header_text {
    text-align: center;
    line-height: 180%;
    letter-spacing: .5px;
    max-width: 850px;
    color: rgb(110, 110, 110);
    margin-bottom: 20px;
}

.page_header a {
    letter-spacing: 1px;
    font-size: 1.1em;
    color: #98272B;
    font-family: 'Playfair Display', serif;
}

.pdf-btn a {
    background-color: #9c1747;
    color: white;
    padding: 7px 25px;
    border-radius: 200px;
}

.pdf-btn {
    margin-bottom: 2em;
}

.pdf-btn a:hover {
    color: #9c1747;
    border: 2px solid #9c1747;
    background-color: transparent;
}

.pdf-btn i {
    padding-right: 0.5em;
}

.page_header.clubs p:first-child a {
    font-size: 1em;
    font-family: inherit;
}

.page_header_text p:nth-child(n+1) {
    margin-top: 10px;
}

.page_header.clubs h1 {
    text-align: center;
}


/* Einde Pagina Header */


/* Instagram */

.insta_titel {
    padding: 60px 0;
    position: relative;
    text-align: center;
}

.insta_titel .line-hold {
    position: relative;
}

.insta_titel .line-hold h2 {
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background-color: #fff;
    color: #98272B;
    display: inline-block;
    padding: 0 100px;
    font-family: 'Playfair Display', serif;
}

.band .insta_titel h3 {
    background-color: #f8eaf2;
}

.insta_titel .line-hold:after {
    display: block;
    height: 1px;
    background-color: #98272B;
    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: 0px;
}

.instagram_feed .instagram_post {
    width: 24%;
    margin: 0 .5%;
    position: relative;
    height: 350px;
    background-size: cover;
}

.instagram_post i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
}

.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 */

/* Blokken */

.blokken {
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    max-width: 1600px;
    padding: 30px 10px;
    margin: 0 auto;
    width: 100%;
}

.blokken article {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0;
    width: 100%;
}

.blokken article>img {
    width: 48%;
    order: 1;
}

.blokken_content {
    width: 50%;
    padding: 30px;
    order: 2;
}

.blokken_titel {
    position: relative;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.blokken_titel h2 {
    color: #98272B;
    line-height: 150%;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    font-size: 1.8em;
    font-family: 'Playfair Display', serif;
}

.blokken_tekst {
    line-height: 180%;
    letter-spacing: .5px;
    max-width: 850px;
    color: rgb(110, 110, 110);
    font-size: 1.2em;
    margin-bottom: 20px;
}

.blokken_tekst p>a {
    color: #DBB957;
}

.blokken_content>a {
    padding: 10px 0;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 10px;
    color: #98272B;
    font-size: 1.2em;
}

.blokken_content>a i {
    margin-left: 5px;
    transition: all .5s;
}

.blokken_content>a:hover i {
    margin-left: 10px;
}

.blokken article:nth-child(odd) img {
    order: 3;
}

.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s 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);
    }
}


/* Einde Blokken */


/* Home Slider */

.home_slider {
    width: 100%;
}

.home_slider article {
    position: relative;
}

.home_slider .slick-arrow {
    position: absolute;
    bottom: 20px;
    width: 50px;
    height: 50px;
    color: white;
    background-color: #98272B;
    border: none;
    z-index: 2;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.home_slider .slick-next {
    right: 20px;
}

.home_slider .slick-prev {
    right: 80px;
}

.home_slider article img {
    width: 100%;
    position: relative;
    z-index: 0;
}

#sli_max {
    display: block;
}

#sli_med,
#sli_min {
    display: none;
}

.slide_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-end;
    align-items: flex-end;
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#94000000', endColorstr='#00000000', GradientType=1);
}

.slide_content {
    padding: 20px;
    max-width: 1000px;
}

.slide_content h2 {
    font-size: 2.5em;
    color: white;
    line-height: 150%;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.slide_content div {
    color: white;
    line-height: 200%;
    margin-top: 10px;
}

.slide_content a {
    background-color: #98272B;
    color: white;
    margin-top: 20px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    padding: 15px 30px;
    display: inline-block;
}


/* Einde Home Slider */


/* Raster */

.home_raster {
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.home_raster article {
    position: relative;
    padding: 10px;
}

.home_raster article a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.home_raster article img {
    width: 100%;
}

.home_raster article h2 {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, .7);
    font-family: 'Playfair Display', serif;
    padding: 15px;
    font-size: 1.2em;
    color: #fff;
}

.lefthome_raster {
    width: 50%;
}

.raster_devide {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 50%;
}

.raster_devide .slick-dots {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.slick-active {
    background-color: #959595 !important;
}

.raster_devide .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background-color: #dedede;
    margin: 0 5px;
}

.raster_devide .slick-dots li button {
    display: none;
}

.righthome_raster {
    width: 50%;
}

.raster {
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.rater_content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-flow: row wrap;
}

.raster_item {
    margin: 1%;
    position: relative;
}

.raster_item img {
    width: 100%;
}

.raster_item h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 1.3em;
    letter-spacing: 1px;
    background-color: rgba(0, 0, 0, .65);
}

.small_rasters {
    margin: 1%;
    width: 31.33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.small_rasters .raster_item {
    width: 100%;
    margin: 0 !important;
}

.raster_big {
    width: 64.66%;
}

.raster_small {
    width: 31.33%;
}


/* Einde Raster */


/* Contact */

#dasmap {
    width: 100%;
    height: 500px;
}

.team {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.team article {
    width: 18%;
    margin: 1%;
    padding: 10px;
    background-color: white;
}

.team article img {
    width: 100%;
    margin-bottom: 10px;
}

.team article h2 {
    width: 100%;
    font-size: .9em;
    text-align: center;
    background-color: white;
    padding: 5px;
}

.radio_container {
    position: relative;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-right: 15px;
}

.radio_container input {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.radio_container input:checked+.radio_checker {
    background-color: #94C11E;
    color: white;
}

.radio_container input:checked+.radio_checker i {
    display: block;
}

.radio_checker:hover {
    background-color: #94C11E;
    color: white;
}

.radio_checker {
    cursor: pointer;
    transition: all .3s;
    padding: 15px 30px;
    border-radius: 200px;
    font-size: .8em;
    font-weight: 700;
    background-color: #e4e4e4;
    z-index: 1;
    position: relative;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.form_changer {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.radio_checker i {
    display: none;
    margin-right: 10px;
}

.contact_info {
    display: flex;
    justify-content: space-around;
    -ms-align-items: center;
    align-items: center;
    padding: 60px 10px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    flex-wrap: wrap;
    transform: translateY(-50%);
    max-width: 1200px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.contact_info h2 {
    letter-spacing: 1px;
    font-size: 1.3em;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    color: #98272B;
}

.contact_info p {
    color: #4B4B4B;
    font-size: .9em;
    margin-top: 15px;
}

.contact_info a {
    padding-left: 30px;
    position: relative;
}

.contact_info a {
    color: #4B4B4B;
}

.contact_info a i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact_content {
    background-color: #F2F6FA;
    width: 100%;
    padding-bottom: 60px;
}

.contact {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    min-height: 100px;
    flex-wrap: wrap;
}

.gegevens {
    width: 28%;
    margin-left: 2%;
    background-color: white;
}

.gegevens img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.gegevens>div {
    padding: 25px;
}

.gegevens div h2 {
    color: #98272B;
    font-size: 1.3em;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}

.gegevens div div {
    font-size: .85em;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    color: #4B4B4B;
    line-height: 200%;
}

.gegevens div div p {
    width: inherit;
}

.contact_form_holder {
    width: 70%;
    padding: 35px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact_form,
.complaint_form {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.hideField {
    display: block;
}

.complaint_form {
    display: none;
}

#NaamInput {
    width: 48%;
}

#EmailInput {
    width: 100%;
}

.contact_form input[type=text],
.contact_form input[type=email],
.complaint_form input[type=text],
.complaint_form input[type=email] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #F4F4F4;
    padding: 10px 0;
    color: rgb(110, 110, 110);
    margin-bottom: 20px;
    font-family: 'Montserrat', serif;
}

.contact_form textarea {
    width: 100%;
    border: 2px solid #F4F4F4;
    border-radius: 0px;
    padding: 12px 20px;
    padding-left: 20px;
    color: rgb(110, 110, 110);
    margin-bottom: 20px;
    height: 300px;
    font-family: 'Montserrat', serif;
}

.contact_form input[type=submit],
.complaint_form input[type=submit] {
    border-radius: 200px;
    padding: 15px 40px;
    background-color: #98272B;
    border: 2px solid #98272B;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
    font-size: .9em;
    transition: all .3s;
    font-family: 'Montserrat', serif;
}

.bericht {
    width: 100%;
    border: none;
    background-color: #F4F4F4;
    border-radius: 20px;
    margin-bottom: 35px;
    font-weight: 700;
    padding: 12px 20px;
    color: rgb(110, 110, 110);
    height: 100px;
    font-family: 'Montserrat', serif;
}

.contact_form input[type=submit]:disabled,
.complaint_form input[type=submit]:disabled,
.newsletter input[type=submit]:disabled {
    opacity: 1;
}

.contact_form input[type=submit]:disabled:hover,
.complaint_form input[type=submit]:disabled:hover {
    background-color: #98272B;
    color: white;
}

.contact_form input[type=submit]:hover,
.complaint_form input[type=submit]:hover {
    background-color: transparent;
    color: #98272B;
}

#VoornaamCnt,
#NaamCnt {
    width: 49%;
    margin-bottom: 2%;
}

#EmailCnt {
    width: 100%;
    margin-bottom: 2%;
}

#StraatCnt,
#GemeenteCnt {
    width: 69%;
    margin-bottom: 2%;
}

#BusCnt,
#PostcodeCnt {
    width: 29%;
    margin-bottom: 2%;
}


/* Navigatie */

.res-nav {
    width: 400px;
    height: 100vh;
    position: fixed;
    right: -400px;
    top: 0;
    z-index: 1000;
    overflow: auto;
    transition: all .3s;
    background-color: #fff;
}

.menuoverlay {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, .4);
}

.menubtn {
    width: 30px;
    height: 25px;
    cursor: pointer;
    display: none;
    transition: all .3s;
}

.menubtn:hover {
    transform: scale(1.05);
}

.overvisible {
    display: block;
}

.top_res_nav {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
    background-color: #98272B;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.top_res_nav div a {
    display: none;
}

.closebtn {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.winkelmandres {
    font-size: 1.2em;
    color: #fff;
    margin-right: 20px;
}

.verlanglijstres {
    font-size: 1.2em;
    color: #fff;
}

.menu-block {
    overflow: hidden;
}

.menu-is-open {
    right: 0;
}

.res-nav nav {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    overflow: auto;
    padding-bottom: 100px;
    height: 100%;
    position: relative;
}

.navitem {
    width: 100%;
    padding: 25px;
}

.navigatie>section {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
    max-width: 1400px;
    width: 100%;
}

.navitem>section 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(-450deg);
}

.rotateImg {
    transform: rotate(0deg) !important;
}

.navitem a {
    color: #98272B;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    font-size: 1.3em;
}

.openNavItem {
    max-height: 350px !important;
    margin-top: 10px !important;
    padding-top: 10px !important;
}

.navitem ul {
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    list-style-type: disc;
    padding-left: 10px;
    color: white;
    overflow: hidden;
    transition: all .5s;
    max-height: 0;
}

.navitem ul li {
    display: inline-block;
    padding: 10px;
}

.navitem ul li i {
    margin-left: -7px;
    color: #c8c8c8;
    font-size: .7em;
    margin-right: 20px;
}

.navitem ul a {
    font-size: 1em;
    padding: 10px 0;
    color: #4a4a4a;
}

.navigatie {
    max-width: 1400px;
    margin: 0 auto;
    border-bottom: 1px solid #E1E1E1;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.navigatie nav {
    width: 35%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.navigatie nav>a {
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    color: #353535;
    letter-spacing: 1px;
}

.navigatie>a {
    width: 10%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.navigatie>section>a>img {
    width: 100%;
    max-width: 80px;
}

.active_link {
    color: #98272B !important;
}

.nav_top_right {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 5px 0;
}

.search_holder {
    position: relative;
}

.search_items {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.25);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.25);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 30;
    background-color: white;
}

.search_items div {
    padding: 15px;
    position: relative;
}

.search_items h2 {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #98272B;
}

.search_items article {
    min-width: 300px;
}

.search_items article a {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    line-height: 150%;
    font-size: .85em;
    padding: 5px 0;
    color: #353535;
}

.searchsluiten {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.2em;
    cursor: pointer;
    color: #98272B;
}

.specialicon {
    font-size: 1.1em;
    padding: 0 5px;
    margin: 0 15px;
    color: #353535;
    position: relative;
}

.speciallink {
    padding: 0 20px;
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    font-size: .9em;
    color: #353535;
    font-family: 'Playfair Display', serif;
}

.cartamount {
    position: absolute;
    right: -22px;
    bottom: -22px;
    transform: translate(-50%, -50%);
    background-color: #98272B;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: .7em;
    border-radius: 20px;
}

.nav_top_right select {
    border: none;
    padding: 0 20px;
    font-family: 'Playfair Display', serif;
    padding-right: 30px;
    font-size: .9em;
    color: #353535;
    background-color: transparent;
    text-transform: uppercase;
    background-image: url(/images/lang_down.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.searchall {
    max-width: 0;
    transition: all .5s;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #E1E1E1;
    font-family: 'Playfair Display', serif;
    margin-left: 0px;
}

.fixedheader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    padding: 10px 0;
    max-width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    background-color: white;
    border: none;
}

.fixedheader .menubtn {
    margin-top: 0;
}

.fixedheader .innernavigation {
    height: 70px !important;
}

.fixedheader nav {
    -ms-align-items: center;
    align-items: center;
}

.fixedheader .nav_top_right {
    display: none;
}

.fixedheader>section {
    -ms-align-items: center;
    align-items: center;
}

.fixedheader>section>a>img {
    max-width: 50px;
}

.fixedheader nav>a {
    font-size: .9em;
}

.fixedheader .logo {
    height: 70px !important;
}


/* Einde Navigatie */


/* Search */

.search_page {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin: 50px auto;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.search_page input {
    width: 100%;
    font-size: 1.1em;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    height: 50px;
    padding: 0 20px;
    border: none;
}

.search_page button {
    height: 50px;
    width: 50px;
    background-color: #98272B;
    color: white;
    border: none;
    font-size: 1.1em;
    display: flex;
    border: none;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.search_field {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 30px;
    background-color: #fafafa;
    position: relative;
}

.search_results {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.search_results div {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    min-width: 200px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
    margin-bottom: 15px;
    border-bottom: 1px solid #fafafa;
}

.search_results div:last-child {
    border-bottom: none;
}

.search_results div img {
    width: 80px;
}

.search_results h3 {
    width: 100%;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.3em;
    margin-bottom: 20px;
}

.search_results h2 {
    font-weight: 700;
    padding-left: 20px;
    color: #353535;
    line-height: 150%;
}

.search_field input,
.search_field_responsive input {
    border: none;
    height: 30px;
    padding: 0 10px;
    width: 200px;
    color: #353535;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
}

.search_field button,
.search_field_responsive button {
    width: 40px;
    height: 30px;
    border: none;
    background-color: #fafafa;
}

.responsive_search {
    display: none;
}

.search_field_responsive {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    height: 40px;
    background-color: white;
    position: relative;
    width: 100%;
    margin-top: 20px;
    display: none;
}

.search_field_responsive form {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.search_field_responsive input {
    width: 80%;
    height: 40px;
}

.search_field_responsive button {
    height: 40px;
    width: 20%;
}


/* Einde Search */


/* Footer */

footer {
    background-color: #F4F4F4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.footer_gegevens {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 50px 10px;
    border-bottom: 1px solid #979797;
    max-width: 1400px;
    width: 100%;
}

.footer_gegevens h3 {
    font-family: 'Playfair Display', serif;
    color: #353535;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.footer_gegevens p,
.footer_gegevens a {
    color: #353535;
    letter-spacing: 1px;
    line-height: 150%;
}

.footer_disclaimer {
    color: #353535;
    font-size: .8em;
    margin-bottom: 15px;
}

.footer_disclaimer a {
    color: #353535;
}

.footer_disclaimer span {
    padding: 0 15px;
}

.footer_siteby {
    color: #353535;
    font-size: .8em;
    margin-bottom: 20px;
}

.footer_siteby a {
    color: #353535;
}

.footer_social {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 30px 0;
}

.footer_social a {
    margin: 0 10px;
    background-color: #98272B;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    border-radius: 200px;
    -ms-align-items: center;
    align-items: center;
    color: white;
    font-size: 1.3em;
}

.home_fotobanner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: block;
    padding: 80px 20px;
}

.fotobanner_titel {
    font-size: 3.7em;
    font-weight: 700;
    color: #98272b54;
    line-height: 130%;
}

.fotobanner_img {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.fotobanner_img img {
    width: 100%;
    max-width: 30px;
}

.fotobanner_titel strong {
    font-weight: 700;
    color: #98272ba2;
}


/* Einde Footer */


/* Product */
.return-link {
    font-size: 0.8em;
    color: #98272b;
    display: block;
    margin-bottom: 5px;
}

.return-link:hover {
    text-decoration: underline;
}

.pdf_display .return-link {
    display: none;
}

.product_aantal_holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.pdf_display .product_aantal_holder {
    display: none;
}

.shop_categorieen {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 30px auto;
    margin-top: 0;
}

.shop_categorieen article {
    width: 23%;
    margin: 1%;
    position: relative;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    transition: all .5s;
}

.shop_categorieen article:hover {
    transform: scale(1.05);
}

.shop_categorieen article a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.shop_categorieen article h2 {
    padding: 20px 10px 5px 10px;
    font-family: 'Playfair Display', serif;
    color: #98272B;
    font-size: 1.3em;
    text-align: center;
    min-height: 70px;
}

.shop_categorieen article h3 {
    padding: 15px;
    width: 100%;
    text-align: center;
    font-family: 'Playfair Display', serif;
    background-color: #98272B;
    color: white;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.shop_categorieen article h3 i {
    margin-left: 10px;
}

.shop_categorieen article img {
    width: 100%;
    flex-shrink: 0;
}

.shop_page {
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
}

.shop_page aside {
    width: 100%;
    border: 2px solid #F0F0F0;
    padding: 30px;
    max-width: 300px;
    margin-right: 20px;
    margin-top: 10px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
}

.clearfilters {
    font-size: .95em;
    color: #98272B;
    display: none;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 5px;
    cursor: pointer;
    background-color: #f7f7f7;
}

.clearfilters i {
    margin-right: 10px;
}

.shop_page aside>div:not(.clearfilters) {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    border-bottom: #F0F0F0 1px solid;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.shop_page aside div h2 {
    width: 100%;
    display: flex;
    font-size: 1.2em;
    color: #353535;
    letter-spacing: 1px;
    justify-content: space-between;
    -ms-align-items: center;
    cursor: pointer;
    align-items: center;
    font-family: 'Playfair Display', serif;
}

.shop_page aside div h2 i {
    font-size: 1.3em;
    transition: all .3s;
}

.price_order {
    margin-top: 5px;
    height: 35px;
    color: #818181;
    background-color: #fafafa;
    width: 100%;
    border: none;
    font-family: 'Playfair Display', serif;
    padding: 0 10px;
    padding-right: 40px;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/images/select.png);
}

.checkbox_items {
    display: none;
    width: 100%;
}

.active_drop_filter i {
    transform: rotate(90deg);
}

.bio_icon {
    width: 50px;
}

.checkbox_items div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 10px;
}

.checkbox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    height: 25px;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    cursor: pointer;
    font-size: .9em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s;
    color: #737373;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    transition: all .3s;
    width: 20px;
    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: 2px;
    top: 2px;
    color: white;
}

.checkbox .whitecheckmark i {
    color: black;
}

.andereproducten {
    color: #737373;
    margin-top: 20px;
}

.beschikbaarheid {
    margin-top: 5px;
    color: #7B7B7B;
    line-height: 200%;
}

.shop_page aside>div.plus-18 {
    background-color: #98272b;
    color: #fff;
    padding: 10px;
    font-size: 1.2em;
    margin-bottom: 0;
    line-height: 150%;
    text-align: center;
}

.register_form_uitleg p.plus-18-register {
    color: #A10F26;
    font-weight: bold;
}

.winkelwagen_gegevens .plus-18 {
    padding: 25px;
    margin-bottom: 20px;
    background-color: #98272b;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    line-height: 150%;
}

.products {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
}

.products_holder {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
}

.products_ov_search {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    padding: 25px 10px;
    padding-top: 0;
}

.hiddenarticles {
    opacity: 0;
    transition: all .3s;
    transform: translateY(70px);
}

.spinnerbox {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
}

.spinnerbox img {
    width: 50px;
}

.products article {
    width: 33.33%;
    padding: 10px;
    transition: all .3s;
}

.products article:hover {
    transform: scale(1.01) !important;
}

.products_type_normal .product {
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    background-color: white;
    padding: 20px;
    height: 100%;
    position: relative;
}

.products_type_normal .product a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.product_title {
    display: flex;
    width: 100%;
    min-height: 63px;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    font-family: 'Playfair Display', serif;
}

.product_title div:first-child {
    padding: 5px 0;
    padding-right: 5px;
    margin-right: 5px;
    color: #424242;
    font-weight: 700;
    border-right: #353535 1px solid;
}

.product_title div:last-child {
    padding-left: 5px;
    flex-grow: 1;
}

.product_title h2 {
    color: #98272B;
    padding: 5px 0;
    line-height: 120%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    font-weight: 700;
}

.products_type_list h2 {
    width: unset;
}

.product_title h2 small {
    font-size: 0.75em;
    display: block;
    margin-top: 2px;
    color: #7f8c8d;
}

.product_title div:last-child p {
    font-family: 'Montserrat', sans-serif;
    color: rgb(100, 100, 100);
    font-size: .9em;
}

.products_type_normal .productimg {
    width: 100%;
}

.products_type_normal .product_bottom {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.products_type_normal .product_price {
    color: #98272B;
    font-family: 'Playfair Display', serif;
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 15px;
}

.product_price small {
    display: block;
    font-size: 0.7em;
    color: #7f8c8d;
    margin-top: 2px;
}

.products_type_normal .product_bottom p {
    font-size: .8em;
    color: #b5b5b5;
}

#sidebar-icon {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: initial;
    padding: 10px 0;
    border-bottom: 0;
}

.groep_icons {
    width: 48%;
    margin: 1%;
    border: 1px solid #ececec;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    min-height: 152px;
}

.groep_icons:hover {
    background-color: #f3f3f3;
}

.groep_icons img {
    width: 100%;
}

.groep_icons>h4 {
    width: 100%;
    font-size: 1em;
    text-align: center;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 5px;
    font-family: 'Playfair Display', serif;
    color: #9c9c9c;
}

.groep_icons>a {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}


/* Product List View */

.products_type_list {
    width: 100% !important;
    padding: 5px !important;
}

.products_type_list .product {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    padding: 10px;
    border: 2px solid #F4F4F4;
}

.products_type_list .product a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.products_type_list .product img {
    width: 50px;
    order: 1;
    display: none;
}

.products_type_list .product_bottom {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    order: 3;
    white-space: nowrap;
}

.products_type_list .product_bottom div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.products_type_list .product_bottom div p {
    margin: 0 10px;
}

.products_type_list .product_price {
    color: #98272B;
    font-family: 'Playfair Display', serif;
    font-size: 1.1em;
    font-weight: 700;
}

.products_type_list .product_bottom p {
    font-size: .8em;
    color: #b5b5b5;
}

.products_type_list .product_title {
    order: 2;
    -ms-align-items: center;
    align-items: center;
    min-height: initial !important;
    width: 100%;
}

.products_type_list .product_title div:last-child {
    display: flex;
    justify-content: flex-start;
}

.products_type_list .product_title div:last-child p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.products_type_list .arrow_right {
    width: 40px;
    height: 40px;
    font-size: .9em;
}

.bio_icon {
    width: 40px;
}

.buttons_ov {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.add_from_ov {
    width: 40px;
    height: 40px;
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #98272B;
    margin-right: 10px;
    position: relative;
    z-index: 3;
    cursor: pointer;
}

.page_topper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
}

.page_topper h1 {
    font-size: 1.5em;
    color: #424242;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
}

.page_topper>div {
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
}

.page_topper input {
    height: 35px;
    color: #818181;
    background-color: #fafafa;
    width: 200px;
    border: none;
    font-family: 'Playfair Display', serif;
    padding-left: 40px;
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/images/search_bg.png);
}

.changelist {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    color: #656565;
    align-items: center;
    transition: all .3s;
    border: 2px #F4F4F4 solid;
    margin-right: 15px;
}

.changelist:hover {
    color: white;
    background-color: #A10F26;
    border: 2px solid #A10F26;
}

.changelist_active {
    color: white;
    background-color: #A10F26;
    border: 2px solid #A10F26;
}

.swap-categorie {
    margin-right: 15px;
    padding-left: 10px;
    height: 37px;
    color: #818181;
    background-color: #fafafa;
    border: none;
    text-align: center;
    text-transform: uppercase;
}


/* Einde Product List View */

.arrow_right {
    width: 40px;
    height: 40px;
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #98272B;
}

.product_page {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 50px;
}

.product_info {
    width: 100%;
    padding: 10px;
    max-width: 1000px;
    margin: 0 auto;
}

.product_info h2 {
    width: 100%;
    color: #98272B;
    font-size: 1.7em;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
}

.showFood {
    width: 100%;
    padding: 10px;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.foodpairing {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.foodpairing h2 {
    width: 100%;
    color: #98272B;
    font-size: 1.7em;
    letter-spacing: 1px;
    margin-bottom: 25px;
    margin-top: 20px;
    padding-bottom: 10px;
    /*border-bottom: 2px solid #eeeeee; */
    font-family: 'Playfair Display', serif;
}

.foodpairing div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 8px 20px;
    background-color: white;
    border-radius: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: .9em;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.25);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.25);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.25);
}

.foodpairing img {
    width: 25px;
    margin-right: 10px;
}

.foodpairing i {
    font-size: 18px;
    padding: 3.5px 8px 3.5px 0;
    color: #97262a;
}

.product_left {
    position: relative;
    width: 40%;
}

.product_left img {
    width: 100%;
    cursor: zoom-in;
}

.product_left .slick-arrow {
    position: absolute;
    top: 50%;
    left: 40px;
    border: none;
    padding: 0;
    color: #969696;
    font-size: 30px;
    z-index: 2;
    background-color: transparent;
}

.product_left .slick-next {
    left: initial;
    right: 40px;
}

.noprods {
    letter-spacing: 1px;
    padding-left: 10px;
    color: #a1a1a1;
}

.product_right {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 20px;
}

.respons_image {
    display: none;
}

.subtitel {
    color: #737373;
    font-family: 'Playfair Display', serif;
    margin-bottom: 5px;
    font-size: 1.1em;
}

.main_titel {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    font-family: 'Playfair Display', serif;
    color: #98272B;
    font-size: 1.9em;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.main_titel div {
    padding: 5px 0;
    padding-right: 5px;
    margin-right: 5px;
    color: #737373;
    border-right: 1px solid #737373;
}

.product_tekst {
    margin-top: 15px;
    color: #7B7B7B;
    line-height: 200%;
    margin-bottom: 20px;
}

.product_right button {
    padding: 10px 40px;
    background-color: #98272B;
    color: white;
    font-family: 'Montserrat', sans-serif;
    border: none;
    border-radius: 200px;
}

.product_right button i {
    margin-right: 5px;
}

.main_product_price {
    font-weight: 700;
    color: #98272B;
    font-size: 1.5em;
    letter-spacing: 1.5px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 5px;
}

.main_product_price span {
    font-size: .6em;
    color: #7B7B7B;
    font-weight: 400;
    letter-spacing: 0;
    padding-left: 8px;
}

.main_incl_product_price {
    color: #ababab;
    font-size: 1em;
    letter-spacing: 1.5px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
}

.main_incl_product_price span {
    font-size: .6em;
    color: #7B7B7B;
    font-weight: 400;
    letter-spacing: 0;
    padding-left: 8px;
}

.product_gegevens {
    background-color: #F2F2F2;
}

.inner_product_gegevens {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.inner_product_gegevens h2 {
    width: 100%;
    color: #98272B;
    font-size: 1.7em;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
}

.product_gegevens_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.devider {
    width: 1px !important;
    background-color: #D5D5D5;
}

.product_gegevens_content>div>div {
    margin-bottom: 10px;
}

.gegevens_item {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: center;
    max-width: 400px;
}

.gegevens_item div:first-child {
    width: 170px;
    color: #333333;
    letter-spacing: 1px;
}

.gegevens_item div:last-of-type {
    width: 200px;
    line-height: 150%;
    color: rgb(130, 130, 130);
    letter-spacing: 1px;
}

.breadcrum {
    width: 100%;
    font-size: .8em;
    color: #a2a2a2;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 35px;
}

.breadcrum a {
    color: #a2a2a2;
}

/* Style .product_pdf_button_holder and .pdf-btn inside of .product_pdf_button_holder */
.product_pdf_button_holder {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}

.product_pdf_button_holder .pdf-btn {
    padding: 10px 40px;
    background-color: #98272B;
    color: white;
    font-family: 'Montserrat', sans-serif;
    border: none;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
}

.product_page.pdf_display {
    max-width: 100%;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

.pdf_display .product_left {
    width: 100%;
    text-align: center;
}

.pdf_display .product_left img {
    max-width: 375px;
}

.pdf_display .product_right {
    width: 100%;
    align-items: center;
}

.pdf_display .breadcrum {
    display: none;
}

.product_gegevens.pdf_display {
    .product_gegevens_content {
       width: 100%;
       td {
        width: 50%;
       }  
    }
}

/* Einde Product */


/* Registreren */

.register_form {
    max-width: 900px;
    margin: 50px auto;
    padding: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.register_form_uitleg {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.register_form_uitleg h1 {
    font-size: 2em;
    font-family: 'Playfair Display', serif;
    color: #A10F26;
    margin-bottom: 15px;
}

.register_form_devid {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
}

.register_form_devid a {
    color: #9f9f9f;
    font-size: .85em;
}

.register_form_devid input[type=submit] {
    padding: 8px 40px;
    background-color: #A10F26;
    color: white;
    font-family: 'Playfair Display', serif;
    border: none;
    border-radius: 200px;
    font-size: 1.2em;
    letter-spacing: 1px;
}

.register_form_uitleg p {
    text-align: center;
    max-width: 700px;
    color: #b5b5b5;
    line-height: 150%;
    margin-bottom: 25px;
}

.register_form input[type=text],
.register_form input[type=email],
.register_form input[type=password] {
    width: 100%;
    border: 2px solid #d1d1d1;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 15px;
    margin-bottom: 15px;
}

.full_width_input {
    width: 100%;
}

.half_width_input {
    width: 49%;
}

.third_width_input {
    width: 32.33%;
}

.two_thirds_width_input {
    width: 65.66%;
}


/* Einde Registreren */


/* User */

.user_page {
    max-width: 900px;
    margin: 50px auto;
    padding: 50px;
    border-top: 1px solid #e6e6e6;
}

.user_header {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    position: relative;
}

.user_header div:first-child {
    width: 100px;
    height: 100px;
    border-radius: 200px;
    color: #b6b6b6;
    font-size: 2em;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #f3f3f3;
    margin-right: 25px;
}

.user_header div h2 {
    font-size: 1.3em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    color: #353535;
}

.user_header div h3 {
    color: #bebebe;
}

.logout {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 1em;
    color: #A10F26;
}

.account_form {
    max-width: 900px;
    margin: 50px auto;
    padding: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.account_form label {
    margin-bottom: 5px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .8em;
    margin-top: 15px;
    color: #353535;
}

.account_form input[type=text],
.account_form input[type=email],
.account_form input[type=password] {
    width: 100%;
    border: none;
    background-color: #f7f7f7;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    font-size: .9em;
    padding: 10px;
}

.account_form input[type=text]:hover,
.account_form input[type=email]:hover {
    background-color: #ededed;
}


/* Einde User */


/* Login */

.login {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100vh;
}

.loginpart {
    width: 100%;
    max-width: 400px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    z-index: 1;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.loginpart img {
    width: 100%;
    max-width: 180px;
}

.loginpart form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.loginpart form h2 {
    font-size: 1.1em;
    color: #98272B;
    font-weight: 700;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.loginpart form h3 {
    color: #8f8f8f;
    line-height: 150%;
    margin-bottom: 20px;
}

.spcc {
    color: #8f8f8f;
    line-height: 150%;
    margin-bottom: 20px;
}

.link-options {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
}

.link-options>a {
    text-align: left;
    padding: 5px;
    width: 100%;
}

.loginpart form input[type=text],
.loginpart form input[type=password],
.loginpart form input[type=email] {
    width: 100%;
    border: 2px solid #d1d1d1;
    background-color: white;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    padding: 15px;
    margin-bottom: 15px;
}

.loginpart form input[type=submit] {
    background-color: #98272B;
    border: 2px solid #98272B;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    padding: 10px 20px;
    color: white;
    text-transform: uppercase;
    font-size: 1em;
    transition: all .3s;
}

.loginpart form input[type=submit]:hover {
    background-color: #fff;
    color: #98272B;
}

.loginpart form div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.loginpart form div a {
    font-size: .8em;
    font-weight: 700;
    color: #d1d1d1;
}

.logincontent {
    width: 100%;
    background-color: white;
    background-image: url(/images/login.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.forgot_pass {
    color: #7d7d7d;
    font-weight: 700;
    font-size: .9em;
    cursor: pointer;
}


/* Einde Login */


/* Wijzig wachtwoord */

.change_password {
    max-width: 550px;
    margin: 80px auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    background-color: white;
    flex-direction: column;
    padding: 35px;
}

.change_password h1 {
    width: 100%;
    font-size: 1.5em;
    font-family: 'Playfair Display', serif;
    line-height: 130%;
    text-align: left;
    color: #98272B;
}

.change_password p {
    margin-top: 10px;
    text-align: left;
    color: #9c9c9c;
    font-size: 1em;
    line-height: 200%;
}

.reset_form {
    display: flex;
    justify-content: center !important;
    -ms-align-items: center !important;
    align-items: center !important;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
}

.reset_form .field {
    width: 100%;
    margin-bottom: 20px;
}

.reset_form .field label {
    font-weight: 700;
    color: #979797;
}

.change_password input[type=password] {
    width: 100%;
    border: 2px solid #cdcdcd;
    padding: 10px;
    margin-top: 10px;
}

.change_password input[type=submit] {
    width: 100%;
}


/* Einde wachtwoord */


/* Nieuwsbrief */

.newsletter {
    width: 100%;
    padding: 80px 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.nieuwsbrief {
    width: 100%;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 350px;
}

.inner_newsletter {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    z-index: 1;
    position: relative;
}

.newsletter h2 {
    font-size: 1.4em;
    letter-spacing: 1px;
    color: #fff;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

.newsletter input[type=email] {
    width: 100%;
    border: none;
    background-color: white;
    padding: 15px;
    font-size: .9em;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.newsletter input[type=submit] {
    width: 100%;
    border: none;
    background-color: #000;
    padding: 10px 25px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 2px;
    font-size: .9em;
    font-family: 'Playfair Display', serif;
}

.priv_newsletter {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    font-size: .7em;
    color: #fff;
}

.priv_newsletter a {
    color: #fff;
    font-weight: 700;
}

.priv_newsletter input {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
}

.priv_newsletter span {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 1;
    margin-right: 10px;
    background-color: white;
    color: #353535;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.priv_newsletter span i {
    display: none;
}

.priv_newsletter input:checked+span i {
    display: block;
}

.priv_subm {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding-top: 20px;
}

#mc_embed_signup div.mce_inline_error {
    background-color: #cbcbcb !important;
    font-weight: normal !important;
    font-size: .8em !important;
    color: #353535 !important;
}

.newsletter_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(152, 39, 43, .75);
}


/* Einde Nieuwsbrief */


/* Blog */

.blog-img img {
    width: 100%;
}

.blog-head {
    text-align: center;
    margin: 30px auto;
    margin-top: 15px;
    position: relative;
}

.blog-head .c {
    width: 90%;
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.blog-content {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
}

.footermar-blog {
    padding-bottom: 50px;
}

.blog-item {
    position: relative;
}

.blog-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.blog-rows {
    margin-top: 50px;
}

.blog-row {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 1%;
}

.blog-row:last-child {
    margin-bottom: 0;
}

.blog-row .row-block {
    width: 49.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.row-block:not(:nth-child(2n)) {
    margin-right: 1%;
}

.blog-row.type-b .row-block {
    margin: 0;
    width: 100%;
}

.blog-row.reverse .row-block:first-child {
    order: 2;
    margin-left: 1%;
    margin-right: 0%;
}

.blog-row .extra .blog-item {
    width: 48.979591836734693877551020408163%;
}

.blog-row .extra .blog-item:not(:nth-child(2n)) {
    margin-right: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-main .blog-item {
    width: 100%;
}

.blog-row .extra .blog-item:nth-child(n+3) {
    margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 10px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.58);
    color: #fff;
}

.blog-rows .blog-inhoud h2 {
    position: absolute;
    top: 50%;
    left: 20%;
    right: 20%;
    text-align: center;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
}

.blog-rows .extra .blog-inhoud h2 {
    font-size: 1.1rem;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}

.blog-row.type-c .row-block {
    margin-right: 0;
    width: 100%;
}

.type-c .combo-img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
}

.type-c.reverse .combo-img .big {
    order: 2;
}

.type-c .combo-img>* {
    width: 50%;
}

.type-c .combo-img .big img {
    width: 100%;
}

.type-c .combo-img .small {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.type-c .combo-img .small img {
    width: 50%;
}

.button-hold {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.button-hold:last-child {
    margin-bottom: 0px;
}

.button-hold a {
    font-family: 'Playfair Display', serif;
    display: inline-block;
    padding: 15px 40px;
    border-radius: 200px;
    background-color: #98272B;
    cursor: pointer;
    transition: all 0.8s ease;
    letter-spacing: 1px;
    margin-top: 50px;
    color: #fff;
}

.button-hold a:hover {
    background-color: #000;
    color: #fff;
}


/* Blog detail */

.blog-holder {
    display: flex;
    margin-top: 60px;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.blog-aside {
    width: 370px;
    padding: 30px;
    margin-right: 30px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.blog-main {
    width: calc(100% - 350px);
}

.blog-main .c {
    font-size: 1em;
    line-height: 150%;
    color: #717171;
}

.blog-main .blog-img {
    position: relative;
    width: 100%;
}

.blog-main .blog-img .h1 {
    padding: 25px 15px;
    font-family: 'Playfair Display', sans-serif;
    color: #98272b;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    padding-bottom: 10px;
}

.blog-aside h3 {
    text-transform: uppercase;
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 1px;
    color: #98272B;
}

.blog-nav nav {
    border-top: 1px solid rgb(220, 220, 220);
    margin-bottom: 60px;
}

.blog-nav a {
    line-height: 40px;
    display: block;
    border-bottom: 1px solid rgb(220, 220, 220);
    color: rgb(100, 100, 100);
    padding-left: 8px;
}

.blog-nav a:hover,
.blog-nav a.active {
    color: #98272B;
}

.blog-nav-btn {
    display: none;
    text-align: center;
    padding: 10px 0;
    font-size: 3.2rem;
    color: #e6007e;
    cursor: pointer;
}

.blog-recent h2 {
    font-size: 1.2rem;
    margin-top: 10px;
    font-family: 'Playfair Display', sans-serif;
    color: #98272B;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.blog-recent .c {
    line-height: 150%;
    color: #717171;
    margin-bottom: 10px;
}

.blog-recent .blog-item {
    margin-bottom: 35px;
}

.blog-recent .more {
    font-family: 'Playfair Display', sans-serif;
    letter-spacing: 1px;
    color: #98272B;
}

.blog-overzicht {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-overzicht .blog-item {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 2%;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    padding: 20px;
}

.blog-overzicht .blog-item a {
    position: static;
}

.blog-overzicht .btn-hold {
    padding-top: 25px;
    text-align: left;
}

.blog-overzicht .btn-hold a {
    display: inline-block;
    padding: 10px 30px;
    background-color: transparent;
    font-family: 'Playfair Display', sans-serif;
    color: #98272B;
    border: 1px solid #98272B;
    transition: all 0.5s ease;
}

.blog-overzicht .btn-hold a:hover {
    background-color: #98272B;
    color: white;
}

.blog-overzicht h2 {
    font-size: 1.4rem;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #98272B;
    letter-spacing: 1px;
    font-family: 'Playfair Display', sans-serif;
}

.blog-overzicht .blog-item:nth-child(n+6) {
    width: 32%;
    margin-bottom: 2%;
}

.blog-overzicht .blog-item:nth-child(n+6) .c,
.blog-overzicht .blog-item:nth-child(n+6) .btn-hold {
    display: none;
}

.blog-overzicht .blog-item:nth-child(n+6):not(:nth-child(3n+5)) {
    margin-right: 2%;
}

.blog-content-row {
    margin-bottom: 36px;
}

.merk-content .blog-content-row {
    margin-bottom: 1.33%;
}

.blog-content-row h2 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 150%;
    color: #353535;
    text-align: center;
}

.blog-content-row .c {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.blog-content-row .multi-img-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

.blog-content-row .multi-img-holder.two>* {
    width: 49%;
}

.blog-content-row .multi-img-holder.three>* {
    width: 32.33%;
}

.blog-content-row .multi-img-holder.four>* {
    width: 24%;
}

.blog-content-row .multi-img-holder>a img {
    width: 100%;
}

.blog-content-row .filmpje {
    max-width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-content-row .tekst-and-image {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-content-row .tekst-and-image>* {
    width: 50%;
}

.blog-content-row .tekst-and-image .c {
    padding: 0 20px;
}

.blog-content-row .tekst-and-image.reverse .blog-img {
    order: 2;
}

.title-hold {
    text-align: center;
    margin-bottom: 36px;
}

.title-hold h3 {
    text-transform: uppercase;
    color: #98272B;
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 40px;
    border-top: 1px solid #E1E1E1;
    font-family: 'Playfair Display', sans-serif;
}


/* Einde Blog */


/* Vragen */

.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: 2px solid #f2f2f2;
    background-color: white;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.vragen article h2 {
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    font-size: 1.2em;
    font-family: 'Playfair Display', sans-serif;
    color: #98272B;
    align-items: center;
    cursor: pointer;
}

.vragen article h2 i {
    transition: all .3s;
}

.arrowUp i {
    transform: rotate(180deg);
}

.vragen article div {
    margin-top: 20px;
    color: rgb(110, 110, 110);
    line-height: 180%;
    letter-spacing: .5px;
}

.vragen article div a {
    color: #5C9090;
    font-weight: 600;
}

.vragen_form {
    padding: 25px;
    background-color: white;
    border-radius: 10px;
    border: 2px solid #f2f2f2;
    width: 30%;
}

.vragen_form h2 {
    font-size: 1.3em;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #98272B;
    font-family: 'Playfair Display', sans-serif;
}

.vragen_form input[type=text],
.vragen_form input[type=email],
.vragen_form textarea {
    padding: 10px;
    color: #818181;
    background-color: #F2F2F2;
    letter-spacing: 1px;
    width: 100%;
    height: 50px;
    display: flex;
    -ms-align-items: center;
    border: none;
    margin-bottom: 10px;
    align-items: center;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
}

.vragen_form textarea {
    min-height: 100px;
}

.vragen_form input[type=submit] {
    border: none;
    font-family: 'Playfair Display', sans-serif;
    color: #fff;
    letter-spacing: 1px;
    background-color: #000;
    padding: 10px 35px;
}


/* Einde Vragen */


/* Winkelwagen */

.winkelwagen {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    margin: 50px auto;
    max-width: 1400px;
    width: 100%;
}

.checkboxelite {
    padding-left: 0 !important;
    margin-bottom: 35px;
    height: initial !important;
}

.checkboxelite>div {
    width: 100%;
    background-color: white;
    min-height: 100px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.checkboxelite input:checked+div {
    background-color: #98272B;
    color: white;
}

.progressbar {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}

.progressbar li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: .9em;
    font-weight: 700;
    color: #535353;
    font-family: 'Montserrat', sans-serif;
    width: 25%;
    position: relative;
}

.lefthr {
    position: absolute;
    left: 0;
    right: 50%;
    top: 35%;
    margin: 0;
    height: 1px;
    border-top: 1px solid #dfdfdf;
}

.righthr {
    position: absolute;
    left: 50%;
    right: 0;
    top: 35%;
    margin: 0;
    height: 1px;
    border-top: 1px solid #dfdfdf;
}

.donehr {
    border-top: 1px solid #26874E !important;
}

.progressbar li div {
    width: 45px;
    height: 45px;
    border-radius: 200px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.7em;
    z-index: 2;
}

.active_step div {
    border: 1px solid #A10F26;
    color: #A10F26;
}

.active_step {
    color: #A10F26 !important;
}

.step-title {
    width: 100%;
}

.step_content {
    transition: all .5s;
    opacity: 1;
}

.goLeftWinkelmand {
    opacity: 0;
    transform: translateX(-100%);
}

.goRightWinkelmand {
    opacity: 0;
    transform: translateX(100%);
}

.winkelwagen_totaal {
    width: 100%;
    border-top: 2px solid #ededed;
}

.small {
    font-size: .7em;
}

.winkelwagen_totaal {
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    padding: 15px 0;
    font-size: 1.1em;
    letter-spacing: .5px;
}

.winkelwagen_totaal>div {
    min-width: 200px;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
}

.winkelwagen_controls {
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin-top: 30px;
}

.winkelwagen_gegevens {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    background-color: white;
    max-width: 1000px;
}

.winkelwagen_gegevens div label {
    color: #606060;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.winkelwagen_gegevens input[type=text],
.winkelwagen_gegevens input[type=email],
.winkelwagen_gegevens select {
    width: 100%;
    border: 2px solid #d1d1d1;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.winkelwagen_gegevens select {
    background-image: url(/images/select.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

.winkelwagen_gegevens textarea {
    width: 100%;
    border: 2px solid #d1d1d1;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    height: 100px;
}

.verzending_content {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    margin: 50px auto;
    max-width: 1000px;
    width: 100%;
}

.verzending_content h2 {
    font-weight: 700;
    font-size: 1.3em;
    color: #A10F26;
    margin-bottom: 10px;
    margin-top: 20px;
}

.verzending_tekst {
    text-align: center;
    line-height: 180%;
    color: #a2a2a2;
}

.verzending {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
}

.radiostep {
    width: 31.33%;
    margin: 1%;
    position: relative;
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

.radiostep div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    border-radius: 200px;
    margin-bottom: 20px;
}

.radiostep div i {
    display: none;
}

.radiostep input {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.radiostep label {
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 700;
    color: #535353;
    cursor: pointer;
    padding: 20px 5px;
    background-color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    border-radius: 10px;
    align-items: center;
    flex-direction: column;
    background-color: white;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.radiostep input:checked+label {
    background-color: #98272B;
    color: white;
}

.radiostep input:checked+label div i {
    display: block;
    color: #98272B;
}

.radistep label small {
    display: block;
    font-size: 0.85em;
}

.next_btn {
    padding: 8px 40px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    background-color: #A10F26;
    border: 2px solid #A10F26;
    border-radius: 200px;
}

.prev_btn {
    font-family: 'Montserrat', sans-serif;
    color: #9A1123;
    border: none;
    background-color: transparent;
    margin-right: 30px;
}

.choose_gegevens_method {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
}

.choose_gegevens_method>a {
    cursor: pointer;
    width: 31.33%;
    margin: 1%;
    -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);
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    color: #A10F26;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    min-height: 150px;
    background-color: white;
    transition: all 1s;
}

.choose_gegevens_method>a:hover {
    transform: scale(1.1);
}

.choose_gegevens_method>a i {
    font-size: 1.8em;
    margin-bottom: 10px;
}

.bestelling_details {
    width: 100%;
    max-width: 1000px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    background-color: white;
    padding: 30px;
}

.bestelling_details>h2 {
    font-weight: 700;
    font-size: 1.3em;
    color: #A10F26;
    margin-bottom: 10px;
    margin-top: 20px;
}

.cart_details {
    display: flex;
    padding: 5px 10px;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.price_details {
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
}

.price_details div {
    width: 200px;
    text-align: right;
}

.gegevens_bevestig {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.gegevens_bevestig h3 {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px;
    width: 48%;
}

.gegevens_bevestig h3 div {
    width: 200px;
    text-transform: capitalize;
    font-weight: 700;
}

.cart_details div:nth-child(1) {
    width: 100%;
}

.cart_details div:nth-child(2) {
    width: 50px;
    margin-right: 30px;
}

.cart_details div:nth-child(3) {
    width: 200px;
    display: flex;
    justify-content: flex-end;
}

.head {
    width: 100%;
    background-color: #F5F5F5;
    padding: 5px;
    border: 1px solid #e8e8e8;
    border-bottom: 0;
}

.head>div {
    border-top: 0;
    font-weight: 700;
    color: #535353;
}

.head>div>div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.head>div>div p {
    min-width: 155px;
}

.cart_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    border-top: 1px solid #e8e8e8;
    padding: 5px;
}

.cart_row img {
    width: 200px;
}

.cart_price {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.cart_price h3 {
    color: #98272B;
    margin-right: 10px;
}

.cart_price p {
    color: #98272B;
    font-size: .7em;
    margin-right: 20px;
}

.cart_titel {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.2em;
}

.winkelwagen_verwijderen {
    cursor: pointer;
    color: #98272B;
    font-size: 1.2em;
    padding: 15px 0;
    padding-left: 15px;
    border-left: 1px solid #F3F3F2;
    margin-left: 15px;
}

.product_aantal {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    border-left: 1px solid #F3F3F2;
}

.product_detail_aantal {
    border-left: 0;
    padding: 0 !important;
    margin-right: 20px;
}

.product_aantal p {
    height: 50px;
    margin: 0;
    display: flex;
    color: rgb(150, 150, 150);
    -ms-align-items: center;
    align-items: center;
}

.product_aantal input {
    border: none;
    font-family: 'Montserrat', sans-serif;
    color: rgb(150, 150, 150);
    height: 50px;
    padding-left: 10px;
}

.btns {
    display: flex;
    width: auto;
    max-width: 440px;
    flex-direction: column;
}

.quantity input {
    border: none;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    width: 70px;
    padding-left: 20px;
}

.quantity {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 30px;
    background-color: #fff;
}

.cart_price .quantity-nav {
    height: 3rem;
}

.cart_price .quantity-button i {
    font-size: 1.8rem;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    background-color: #fff;
    top: 0;
    color: rgb(150, 150, 150);
    transition: all .3s;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    background-color: #fff;
    height: 50%;
    color: rgb(150, 150, 150);
    transition: all .3s;
}

.quantity-button.quantity-up:hover,
.quantity-button.quantity-down:hover {
    font-size: 17px;
}

.select {
    width: 100%;
    border: 2px solid #d7d7d7;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    background-image: url(/images/select.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}


/* Einde Winkelwagen*/


/* Cookie Melding */

.PL_Wrapper {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    z-index: 100;
    padding: 25px;
    transition: all .8s;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
    -moz-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
    box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
}

.PL_Wrapper>a {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.3em;
}

.PL_Wrapper h2 {
    font-weight: 700;
    font-family: 'Playfair Display', sans-serif;
    color: #353535;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.PL_Wrapper p {
    max-width: 500px;
    font-family: 'Montserrat', sans-serif;
    color: #979797;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 150%;
}

.PL_Buttons {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.PL_Buttons a {
    font-family: 'Playfair Display', sans-serif;
    padding: 15px;
    letter-spacing: 1px;
    background-color: #98272B;
    border: 1px solid #98272B;
    color: #fff;
    width: 48%;
    cursor: pointer;
    text-align: center;
    transition: all .3s;
    font-size: 1.2em;
}

.PL_Buttons a:hover {
    background-color: transparent;
    color: #353535;
    border: 1px solid #353535;
}


/* Einde Cookie Melding */

.errors {
    font-family: 'Montserrat', sans-serif;
    font-size: .7em;
    letter-spacing: 0px;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    list-style-type: disc;
    margin-left: 20px;
    color: #353535;
}

.bevestiging {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 10px;
}

.bevestiging>i {
    font-size: 2.5em;
    color: #A10F26;
}

.bevestiging h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.8em;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    color: #A10F26;
}

.bevestiging h2 {
    font-size: 1.1em;
    color: #353535;
    text-align: center;
    margin-bottom: 20px;
}

.bevestiging div {
    color: #7a7a7a;
    text-align: center;
    line-height: 150%;
}

.bevestiging_button {
    margin-top: 20px;
    display: inline-block;
    color: #353535;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 1px solid #353535;
}


/* Izovino */

.izovino_banner {
    width: 100%;
    padding-bottom: 16.55%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/images/izovino_bg.jpg);
    position: relative;
}

.izovino_banner>div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.izovino_banner img.logo-img {
    width: 12%;
}

.izovino_banner h2 {
    width: 100%;
    padding-left: 15px;
    font-weight: 700;
    font-size: 1.7em;
    color: white;
    text-align: center;
    text-shadow: 0px 2px 4px rgba(43, 19, 11, 0.77);
}

.izovino_banner h2:first-child {
    padding-right: 15px;
}

.izovino_banner .floating-link {
    width: 150px;
    max-width: 10%;
    position: absolute;
    right: 15px;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.purple-izo-banner {
    padding: 20px 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #9c1747;
    font-family: 'bebasregular';
}

.purple-izo-banner h2 {
    font-size: 2em;
}

.prefooter {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 10px;
}

.prefooter img {
    max-width: 220px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
}

.prefooter h2 {
    font-size: 1.7em;
    font-weight: 700;
    line-height: 135%;
    margin-bottom: 5px;
}

.prefooter>div {
    line-height: 150%;
    max-width: 500px;
    font-size: 1em;
    padding-left: 20px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.prefooter>div a {
    color: #fff;
    display: inline-block;
    padding: 0 1px 1px 1px;
    border-bottom: 1px solid #fff;
}


/* Einde Izovino */

#content-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin: auto;
}

#content-container h2 {
    color: #353535;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 1em;
    font-weight: 700;
    margin-top: 1em;
    font-family: 'Playfair Display', serif;
    cursor: pointer;
}

#content-container h3 {
    background: #98272B;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 1.2em;
    font-weight: 700;
    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: #7e7e7e;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    color: #D3191C;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

#content-container thead {
    background-color: #98272B;
    color: white;
}

#content-container thead th {
    border: 1px solid #353535;
    padding: 10px;
}

#content-container tbody td {
    border: 1px solid #353535;
    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;
}


/* Responsive Media Queries */

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

@media screen and (max-width: 1450px) {

    .shop_page,
    .page_topper {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1420px) {
    .navigatie {
        padding: 30px 10px;
    }

    .fotobanner_titel {
        font-size: 3.4em;
    }
}

@media screen and (max-width: 1350px) {
    .contact_info {
        transform: translateY(0);
        max-width: 100%;
        margin-bottom: 40px;
    }

    .fotobanner_titel {
        font-size: 3.2em;
    }
}

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

@media screen and (max-width: 1200px) {
    .blog-overzicht .blog-item:nth-child(n+6) h2 {
        font-size: 1.6rem;
    }

    .blog-content-row .tekst-and-image>* {
        width: 100%;
    }

    .blog-content-row .tekst-and-image .img {
        margin: 15px auto;
        max-width: 500px;
    }

    #sli_max {
        display: none;
    }

    #sli_med {
        display: block !important;
    }

    .fotobanner_titel {
        font-size: 2.8em;
    }
}

@media screen and (max-width: 1150px) {
    .contact_form_holder {
        width: 49%;
    }

    .gegevens {
        width: 49%;
    }
}

@media screen and (max-width: 1100px) {
    .vragen {
        width: 100%;
        margin-bottom: 50px;
    }

    .res_h1 {
        display: block !important;
        font-size: 1.5em;
        color: #424242;
        letter-spacing: 1px;
        font-family: 'Playfair Display', serif;
    }

    .products_ov_search input {
        width: 100%;
        max-width: initial;
    }

    .shop_page {
        flex-wrap: wrap;
    }

    .shop_page aside {
        width: 100%;
        max-width: initial;
        box-shadow: none;
        margin: 20px 10px;
        position: relative;
    }

    .shop_page aside div h2 {
        font-size: 1em;
    }

    .shop_page aside>div:not(.clearfilters) {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .shop_page aside>div:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .shop_categorieen {
        flex-wrap: wrap;
    }

    .shop_categorieen article {
        width: 31.33%;
    }

    .team article {
        width: 23%;
    }

    .sidebar-icon {
        display: none !important;
    }

    .shop_page aside>div.plus-18 {
        padding: 18px 10px;
    }

    .groep_icons {
        width: 23%;
    }
}

@media screen and (max-width: 1050px) {
    .vragen_form {
        width: 100%;
    }

    .fotobanner_titel {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 1000px) {
    #NaamInput {
        width: 100%;
    }

    .raster_item h2 {
        font-size: 1em;
    }

    .instagram_feed .instagram_post {
        width: 48%;
        margin-bottom: 4%;
    }
}

@media screen and (max-width: 950px) {
    .blokken article>img {
        width: 90%;
        order: 1 !important;
    }

    .blokken_content {
        width: 90%;
        padding: 20px 0;
        order: 2 !important;
    }

    .blokken article {
        justify-content: center;
    }

    .cart_row img {
        display: none;
    }

    .head {
        display: none;
    }

    .cart_titel {
        width: 100%;
        text-align: center;
    }

    .cart_price {
        width: 100%;
    }

    .cart_row {
        padding: 30px 0;
        flex-wrap: wrap;
    }

    .winkelwagen_totaal {
        justify-content: center;
    }

    .lefthome_raster,
    .raster_devide {
        width: 80%;
    }

    .purple-izo-banner {
        padding: 10px 5px;
    }

    .purple-izo-banner h2 {
        font-size: 1.5em;
    }

    .instagram_feed .instagram_post:first-of-type,
    .instagram_feed .instagram_post:nth-of-type(2) {
        margin-bottom: 1em;
    }

    .home_fotobanner {
        padding-top: 0.5em;
    }

    .fotobanner_titel {
        font-size: 2.2em;
        padding-top: 0.5em;
    }
}

@media screen and (max-width: 900px) {
    .blog-main .c {
        font-size: 1.4rem;
    }

    .gegevens_bevestig h3 {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    .blokken {
        padding: 30px 0;
    }

    .navigatie nav {
        display: none;
    }

    .choose_gegevens_method>a {
        width: 98%;
    }

    .menubtn {
        display: block;
        margin-top: 20px;
    }

    .navigatie {
        padding: 10px;
        -ms-align-items: center;
        align-items: center;
    }

    .navigatie>a {
        width: initial;
    }

    .navigatie>a>img {
        width: 100px;
    }

    #dasmap {
        height: 400px;
    }

    .products article {
        width: 50%;
    }

    .team article {
        width: 31.33%;
    }

    .instagram_feed .instagram_post:first-of-type,
    .instagram_feed .instagram_post:nth-of-type(2) {
        margin-bottom: 0.5em;
    }

    .home_fotobanner {
        max-width: 750px;
    }

    .fotobanner_titel {
        font-size: 2em;
    }
}

@media screen and (max-width: 800px) {
    .blog-rows .blog-main .blog-inhoud h2 {
        font-size: 1.6rem;
    }

    .blog-rows .blog-inhoud {
        height: 30%;
    }

    .blog-content-row .multi-img-holder.four>*,
    .blog-content-row .multi-img-holder.three>* {
        width: 49%;
    }

    .blog-content-row .multi-img-holder.four>*:nth-child(-n+2) {
        margin-bottom: 2%;
    }

    .blog-content-row .multi-img-holder.three>*:last-child {
        display: none;
    }

    .contact_form_holder {
        width: 100%;
        margin: 10px 0;
    }

    .gegevens {
        width: 100%;
        margin: 10px 0;
    }

    .contact_info {
        flex-direction: column;
        text-align: center;
    }

    .contact_info div {
        margin: 15px 0;
    }

    .footer_gegevens {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    .footer_gegevens div {
        margin: 15px 0;
    }

    .shop_categorieen article {
        width: 48%;
    }

    .page_header h1 {
        font-weight: 700;
        font-size: 1.9em;
    }

    .raster_big {
        width: 98%;
    }

    .raster_small {
        width: 48%;
    }

    .logincontent {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

    .loginpart {
        max-width: 600px;
        box-shadow: none;
    }

    .product_left {
        display: none;
    }

    .respons_image {
        display: flex;
        margin: 0 auto;
        max-width: 500px;
        height: auto;
        width: 100%;
    }

    .product_right {
        width: 100%;
        padding: 50px 10px;
        flex-direction: column;
        justify-content: flex-start;
        -ms-align-items: center;
        align-items: center;
    }

    .product_gegevens {
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .inner_product_gegevens h2 {
        text-align: center;
    }

    .inner_product_gegevens {
        padding: 30px 20px;
    }

    .product_gegevens_content {
        flex-wrap: wrap;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
    }

    .gegevens_item div:last-child {
        width: 170px;
        text-align: right;
    }

    .gegevens_item div:first-child {
        width: 170px;
        text-align: left;
    }

    .devider {
        display: none;
    }

    .page_topper {
        flex-direction: column;
    }

    .page_topper h1 {
        margin-bottom: 30px;
    }

    .breadcrum {
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-wrap: wrap;
        line-height: 150%;
        justify-content: center;
    }

    .product_page {
        padding-top: 0;
    }

    .lefthome_raster {
        display: none;
    }

    .fotobanner_titel {
        font-size: 1.7em;
    }

}

@media screen and (max-width: 750px) {
    .vragen article h2 {
        font-size: 1em;
    }

    .vragen article div {
        font-size: .9em;
    }

    .blog-holder {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .blog-aside {
        order: 2;
        width: 100%;
        margin-right: 0;
    }

    .blog-main {
        width: 100%;
    }

    .blog-main .title-hold,
    .blog-main .blog-overzicht {
        display: none;
    }

    .slide_content div {
        text-align: center;
        padding: 0 10px;
    }

    .slide_content h2 {
        font-size: 2em;
    }

    #sli_med {
        display: none !important;
    }

    #sli_min {
        display: block !important;
    }

    .product_title {
        min-height: 100px;
        -ms-align-items: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .products article {
        padding: 0;
    }

    .product {
        padding: 15px;
        border: 1px solid #f4f4f4;
        box-shadow: none !important;
    }

    .lefthome_raster,
    .raster_devide {
        width: 100%;
    }

    .blokken {
        padding: 0;
    }
}

@media screen and (max-width: 700px) {

    .blog-row .row-block,
    .blog-row.type-b .row-block {
        width: 100%;
        margin-bottom: 4.0816326530612244897959183673469%;
    }

    .row-block:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .blog-row.reverse .row-block:first-child {
        margin-left: 0;
    }

    .blog-rows .blog-inhoud {
        height: 25%;
    }

    .blog-row {
        margin-bottom: 0;
    }

    .slide_content h2 {
        font-size: 1.3em;
        padding: 15px;
        text-align: center;
    }

    .slide_content a {
        font-size: .9em;
        margin-top: 15px;
        padding: 15px;
        width: 100%;
        text-align: center;
        background-color: #871e22;
    }

    .home_slider article>div {
        display: flex;
        justify-content: center;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
    }

    .slide_overlay {
        -ms-align-items: flex-end;
        align-items: flex-end;
        position: relative;
        background: transparent;
        order: 2;
        background-color: #98272B;
    }

    .home_slider article img {
        order: 1;
    }

    .slide_content {
        padding: 0;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-direction: column;
        min-height: 170px;
        max-width: initial;
        position: relative;
        padding-bottom: 35px;
        width: 100%;
    }

    .home_slider .slick-arrow {
        top: 36%;
        width: 30px;
        height: 30px;
        font-size: 1em;
        background-color: rgba(255, 255, 255, .8);
        color: black;
        bottom: initial;
        transform: translateY(-50%);
    }

    .home_slider .slick-prev {
        right: initial;
        left: 20px;
    }

    .main_titel {
        flex-direction: column;
    }

    .main_titel h1 {
        text-align: center;
    }

    .product_info h2 {
        text-align: center;
    }

    .product_tekst {
        text-align: center;
    }

    .main_titel div {
        padding-right: 0;
        margin-right: 0;
        border: none;
        font-size: .8em;
    }

    .prefooter {
        -ms-align-items: center;
        align-items: center;
        flex-direction: column;
    }

    .page_topper>div {
        flex-wrap: wrap;
    }

    .swap-categorie {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }

    .page_topper input.searchform {
        width: 100%;
        margin-top: 10px;
    }

    .shop_page {
        padding-top: 0;
    }

    .groep_icons {
        width: 48%;
    }
}

@media screen and (max-width: 680px) {
    .blog-main .blog-img .h1 {
        position: static;
        background-color: #8B252D;
        padding: 25px 15px;
        font-size: 1.4rem;
    }

    .home_raster article h2 {
        text-align: center;
        font-size: 1em;
        left: 5px;
        right: 5px;
        bottom: 5px;
    }

    .home_raster article {
        padding: 5px;
    }

    .fotobanner_titel {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 650px) {
    .page_header h1 {
        font-size: 1.4em;
    }

    .page_header h2 {
        font-size: .75;
    }

    .team article {
        width: 48%;
    }

    .izovino_banner {
        padding-bottom: 25%;
    }

    .izovino_banner img.logo-img {
        width: 18%;
    }

    .izovino_banner .floating-link {
        max-width: 15%;
    }

    .fotobanner_img img {
        max-width: 25px;
    }
}

@media screen and (max-width: 600px) {
    .blog-more-nav-btn {
        display: block;
    }

    .blog-more-nav {
        display: none;
    }

    .search_holder {
        display: none;
    }

    .product_price {
        font-size: 1.1em;
    }

    .product_title {
        flex-wrap: wrap;
    }

    .product_title div:last-child {
        width: 100%;
    }

    .product_title div:first-child {
        width: 100%;
        border-right: none;
        font-size: .85em;
    }

    .product_title h2 {
        font-size: .9em;
        width: 100%;
    }

    .product_title div:last-child {
        padding-left: 0;
    }

    .half_width_input,
    .two_thirds_width_input,
    .third_width_input {
        width: 100%;
    }

    .footer_siteby p span {
        display: none;
    }

    .footer_siteby p {
        display: flex;
        flex-wrap: wrap;
        white-space: nowrap;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        text-align: center;
        line-height: 180%;
    }

    .instagram_feed {
        padding-top: 0;
        margin-top: 0;
    }

    .instaholder h2 {
        display: block;
        width: 100%;
        font-size: 1.8rem !important;
    }

    .fotobanner_titel {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 500px) {

    .instagram_feed .instagram_post {
        width: 100%;
        margin-bottom: 4%;
    }

    .contact_form_holder {
        padding: 15px;
    }

    .res-nav {
        width: 100%;
        right: -500px;
    }

    .menu-is-open {
        right: 0;
    }

    .slide_content h2 {
        font-size: 1.1em;
    }

    .raster_small {
        width: 98%;
    }

    .priv_subm {
        display: flex;
        flex-direction: column;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    .priv_subm input[type=submit] {
        margin-top: 20px;
    }

    .priv_subm div {
        width: 100%;
        text-align: center;
    }

    .fotobanner_titel {
        font-size: 1em;
    }

    .fotobanner_img img {
        max-width: 20px;
    }
}

@media screen and (max-width: 400px) {
    .izovino_banner .floating-link {
        display: none;
    }

    .blog-rows .blog-inhoud {
        min-height: 50px;
    }

    .row-block.extra {
        display: none;
    }

    .blog-main .blog-img .h1 {
        font-size: 1.6rem;
    }

    .products article {
        width: 100%;
    }

    .product_tekst {
        font-size: .9em;
    }

    .gegevens_item {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .gegevens_item div:first-child,
    .gegevens_item div:last-child {
        width: 100%;
        text-align: center;
    }

    .product_detail_aantal {
        width: 100%;
        margin-right: 0;
    }

    .product_right button {
        width: 100%;
    }

    .navigatie .gotolink {
        display: block;
    }
}

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


/*various fixes*/

@media screen and (max-width: 1420px) {
    .winkelwagen {
        width: 94%;
    }
}

@media screen and (max-width: 950px) {
    .winkelwagen .product_title {
        width: unset;
    }

    .winkelwagen .product_title h2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 850px) {
    .nav_top_right {
        right: 1.5rem;
    }

    .shop_page .products_type_list .product {
        flex-wrap: wrap;
    }

    .shop_page .products_type_list .product .product_title>div:last-of-type {
        justify-content: space-between;
    }

    .shop_page .products_type_list .product .product_title>div:last-of-type h2 {
        width: unset;
    }

    .shop_page .products_type_list .product .product_bottom {
        width: 100%;
    }

    .shop_page .products_type_list .product .product_bottom>div:first-of-type .product_price {
        margin-right: 1rem;
    }

    .shop_page .products_type_list .product .product_bottom>div:first-of-type .product_price small {
        margin-left: 1rem;
    }

    .shop_page .products_type_list .product .product_bottom>div:first-of-type .product_price small {
        display: unset;
        font-size: 0.7em;
        color: #7f8c8d;
        margin-top: 2px;
    }
}

@media screen and (max-width: 750px) {
    .winkelwagen .product_title {
        flex-wrap: wrap;
        align-items: center;
    }

    .winkelwagen .product_title>div:first-of-type {
        border-right: none;
    }

    .shop_page .products_type_list .product .product_title {
        min-height: unset;
        -ms-align-items: unset;
        align-items: unset;
        flex-direction: unset;
    }
}

@media screen and (max-width: 650px) {
    .modal-content {
        width: 85%;
    }

    .addedToCartModal .modal-footer {
        flex-wrap: wrap;
        justify-content: center;
    }

    .addedToCartModal .modal-footer .btn {
        width: 98%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .addedToCartModal .modal-footer .btn:first-of-type {
        margin-bottom: 0.8rem;
    }

    .winkelwagen_controls {
        width: 85%;
    }
}

@media screen and (max-width: 550px) {
    .product_bottom {
        flex-direction: column;
    }

    .products_type_list .product_bottom {
        flex-direction: unset;
    }

    .product_bottom>div:first-of-type {
        text-align: center;
        margin-bottom: 0.8rem;
    }
}

@media screen and (max-width: 470px) {
    .products_type_list .product_bottom>div:first-of-type {
        flex-direction: column;
        align-items: unset;
    }

    .products_type_list .product_bottom>div:first-of-type .product_price small {
        display: block !important;
        margin-left: 0 !important;
    }

    .products_type_list .product_bottom>div:first-of-type {
        text-align: unset;
    }

    .products_type_list .product_bottom>div:first-of-type p {
        margin: 0;
    }
}

@media screen and (max-width: 450px) {
    .winkelwagen_controls {
        width: 92%;
    }
}


/*end of various fixes*/