@charset "UTF-8";
/*
    Theme Name: Landingspage
    Theme URI: https://mostvalue.nl
    Author: Most Value
    Author URI: https://www.mostvalue.nl/
    Description: This theme is made by Most Value.
    Version: 1.0
    Text Domain: landingspage
*/

/* force border color on product items that are grouped and should not be highlighted */
#wcpa-productGroup-1648212400423.wcpa_selected,
#wcpa-productGroup-1652382471814.wcpa_selected,
#wcpa-productGroup-1652382892430.wcpa_selected {
    border: 0px !important;
    border-color: #fff !important;
}

/* TODO: Fill in the correct information above */
/* TODO: Vervang de screenshot.png */
body.postid-1606 .wcpa_image input[type="radio"],
body.postid-1606 .wcpa_image input[type="checkbox"],
body.postid-1606 .wcpa_color input[type="radio"],
body.postid-1606 .wcpa_color input[type="checkbox"],
body.postid-1606 .wcpa_productGroup_item input[type="radio"],
body.postid-1606 .wcpa_productGroup_item input[type="checkbox"],
body.postid-1606 .wcpa_row label::after,
body.postid-1606 span.wcpa_check {
    display: none !important;
}

/* hide toggle button on combi-deal page for selected type (kraan) */
#wcpa-image-group-1645192478187 div.image-group::after {
    display: none !important;
}

/* add border on additional products on combi-deal page */
body.postid-1606 #wcpa-productGroup-1648212400423 .wcpa_productGroup_option_img,
body.postid-1606 #wcpa-productGroup-1652382471814 .wcpa_productGroup_option_img,
body.postid-1606 #wcpa-productGroup-1652382892430 .wcpa_productGroup_option_img {
    border: 1px #eee solid !important;
}

/* fix bug on additional products on the combi-deal product page */
body.postid-1606 #wcpa-productGroup-1648212400423 .wcpa_productGroup_option_img.selected,
body.postid-1606 #wcpa-productGroup-1652382471814 .wcpa_productGroup_option_img.selected {
    border: 1px solid #B90A2A !important;
}

/* fix safari bug on */
div.single_variation_wrap > span {
    float: left;
}

/* override container size on `/quooker-onderhoud-service/` page */
body.page-id-1633 section#main div.col-lg-5 {
    max-width: 90% !important;
    flex: 0 0 90%;
    margin: 0 auto;
}

/* style faq elements on `/quooker-onderhoud-service/` page */
body.page-id-1633 section#main div.schema-faq {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem
}

body.page-id-1633 section#main div.schema-faq strong {
    margin-bottom: 1.4rem;
    font-size: 1.3rem;
    font-family: "CenturyGothic-Bold", sans-serif;
    font-weight: 600;
}

body.page-id-1633 section#main div.schema-faq div.schema-faq-section {
    display: grid;
    border: 15px solid #F8F8F4;
    padding: 1.2rem;
}

@media all and (min-width: 768px) {
    body.page-id-1633 section#main div.schema-faq div.schema-faq-section {
        border: 30px solid #F8F8F4;
        padding: 2rem;
    }
}

div.single_variation_wrap div.woocommerce-variation-add-to-cart {
    float: inline-start;
    width: 100%;
}

/* Webfont: CenturyGothic-Bold */
@font-face {
    font-family: "CenturyGothic-Bold";
    src: url("fonts/CenturyGothic-Bold.eot");
    /* IE9 Compat Modes */
    src: url("fonts/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/CenturyGothic-Bold.woff") format("woff"), url("fonts/CenturyGothic-Bold.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-style: normal;
    font-weight: 1 1000;
}

/* Webfont: CenturyGothic */
@font-face {
    font-family: "CenturyGothic";
    src: url("fonts/CenturyGothic.eot");
    /* IE9 Compat Modes */
    src: url("fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("fonts/CenturyGothic.woff") format("woff"), url("fonts/CenturyGothic.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-style: normal;
    font-weight: 1 1000;
}

html, body {
    font-size: 18px;
    line-height: 32px;
    font-family: "CenturyGothic", sans-serif;
    color: #7F888A;
    font-weight: 300;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    text-rendering: optimizelegibility !important;
}

/* Override product resevoir option styling on page id
 * JB: 02/10/25
 */
body.postid-1606 div#wcpa-image-group-1645192861831 div.image-group {
    height: auto !important;
}

body.postid-1606 div#wcpa-image-group-1645192861831 div.image-group::after {
    display: none !important;
}

body.postid-1606 div#wcpa-image-group-1645192861831 div.image-group div.wcpa_image {
    display: grid;
    grid-template-areas: "image text input";
    grid-template-columns: 140px auto auto;
    align-items: center;
    border: 1px solid #eee;
}

body.postid-1606 div#wcpa-image-group-1645192861831 div.image-group div.wcpa_image input {
    grid-area: input;
    position: relative;
    opacity: 1 !important;
    width: max-content;
    margin-left: auto;
    margin-right: 24px;
}

body.postid-1606 div#wcpa-image-group-1645192861831 div.image-group div.wcpa_image img {
    grid-area: image;
    position: relative;
    width: 100%;
    height: 100% !important;
    margin-right: 16px;
    padding-right: 0;
}

body.postid-1606 div#wcpa-image-group-1645192861831 div.image-group div.wcpa_image label {
    grid-area: text;
    margin-left: 16px;
    max-width: max-content;
}

body.postid-1606 div#wcpa-image-group-1645192861831 div.image-group div.wcpa_image label::after {
    display: block;
    position: relative;
    left: 24px;
    top: 15px;
    float: right;
}

body.postid-1606 div#wcpa-image-group-1645192861831 span.wcpa_helptext {
    background-color: #B90A2A;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    font-family: "CenturyGothic-Bold";
    padding: 1px 7px;
    cursor: pointer;
}

.keuzehulpiframe {
    border: 0px !important;
}

.modal-dialog {
    max-width: 600px;
}

.modal-header .btn-keuzehulp {
    margin-bottom: 0px;
}

.text-right-keuzehulp {
    width: max-content;
    float: right;
}

.modal-body {
    padding: 0px !important;
}

.absoluteimg {
    top: 0px;
    height: auto;
    max-width: 80%;
    position: absolute;
}

.winkel-keurmerk {
    margin-top: 20px !important;
    max-width: 200px !important;
}

.absoluteimg-left {
    left: 50%;
}

.block {
    padding: calc(35px + 20px);
}

.owl-item .block {
    padding: 30px 20px;
}

.block-xl {
    padding: 75px;
}

.project {
    position: relative;
    display: block;
}

.project .photo-container {
    margin-bottom: 30px;
}

.project .btn-arrow {
    opacity: 0;
    transition: 0.2s ease-in all;
}

.project:hover .btn-arrow {
    opacity: 1;
    transition: 0.14s ease-in all;
}

.project-xl figure {
    height: 65vh !important;
}

.totop-small {
    margin-top: -95px;
}

.totop-xl {
    margin-top: -350px;
}

.figure {
    height: calc(100% + 95px);
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
}

.quick-nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.quick-nav li {
    display: flex;
    align-items: center;
    padding: 8px 0px;
}

.quick-nav li a {
    display: block;
    font-size: 1.3rem;
    font-family: "CenturyGothic-Bold", sans-serif;
    font-weight: 400;
}

.quick-nav li a:hover .ar {
    background: #b90a2a;
}

.btn-keuzehulp {
    font-size: 16px;
    color: #b90a2a;
}

.page-template-smart-wizard .ht-ctc-chat, .page-template-smart-wizard-iframe .ht-ctc-chat {
    display: none !important;
}

.caption {
    position: absolute;
    color: #fff;
    max-width: 50%;
    left: 100px;
    top: 150px;
    padding: 75px;
}

.caption h1, .caption p {
    color: #fff !important;
}

.caption span {
    display: block;
    margin-bottom: 25px;
}

.caption h1 {
    margin: 0px;
    font-size: 2.9rem;
}

.captiontrans {
    background: transparent;
}

.wc_payment_method input {
    height: 15px !important;
}

.wc_payment_method img {
    max-height: 50px;
}

.feedbackcompanyreviews, .feedbackcompany {
    padding: 8px 0px;
}

.feedbackcompanyreviews .__fbcw__bar-widget, .feedbackcompany .__fbcw__bar-widget {
    display: inline-block !important;
}

.feedbackcompanyreviews .__fbcw__bar-widget__amount-of-reviews, .feedbackcompany .__fbcw__bar-widget__amount-of-reviews {
    display: none !important;
}

.feedbackcompanyreviews .reviews .fa-star, .feedbackcompanyreviews .reviews .fa-star-half, .feedbackcompany .reviews .fa-star, .feedbackcompany .reviews .fa-star-half {
    font-size: 20px;
}

.feedbackcompanyreviews .__fbcw__bar-widget__content .__fbcw__bar-widget__score, .feedbackcompany .__fbcw__bar-widget__content .__fbcw__bar-widget__score {
    font-size: 1.1rem;
}

.feedbackcompanyreviews span, .feedbackcompany span {
    display: inline-block;
}

.feedbackcompanyreviews img, .feedbackcompany img {
    display: block;
    float: left;
    max-height: 24px;
    max-width: 25px !important;
    margin-right: 3px !important;
    margin-top: 4px !important;
    width: 45px;
}

.feedbackcompanyreviews .fbcompany, .feedbackcompany .fbcompany {
    display: inline-block;
    width: auto;
    max-width: 85px !important;
    height: auto !important;
    margin-right: 10px !important;
}

.feedbackcompanyreviews a, .feedbackcompany a {
    display: inline-block;
    margin-right: 20px;
}

.page-template-smart-wizard-iframe #CookiebotWidget {
    display: none !important;
}

.reservoir-keuzehulp {
    position: fixed;
    color: #fff;
    background: #b90a2a;
    padding: 6px 20px 6px 45px;
    left: 0px;
    bottom: 15px;
    text-align: left;
    z-index: 99;
}

.reservoir-keuzehulp img {
    left: 3px;
    position: absolute;
    float: left;
    bottom: -3px;
    max-height: 80px;
}

.reservoir-keuzehulp strong {
    color: #fff;
    font-size: 19px;
    font-family: "CenturyGothic-Bold", sans-serif !important;
}

.reservoir-keuzehulp p {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 17px;
}

.reservoir-keuzehulp:hover {
    color: #fff;
}

.top, .feedbackcompany {
    padding: 8px 0px;
}

.top .__fbcw__bar-widget, .feedbackcompany .__fbcw__bar-widget {
    display: inline-block !important;
}

.top .__fbcw__bar-widget__score, .feedbackcompany .__fbcw__bar-widget__score {
    padding-right: 10px;
}

.top .reviews .fa-star, .top .reviews .fa-star-half, .feedbackcompany .reviews .fa-star, .feedbackcompany .reviews .fa-star-half {
    font-size: 20px;
}

.top .__fbcw__bar-widget .__fbcw__bar-widget__content, .feedbackcompany .__fbcw__bar-widget .__fbcw__bar-widget__content {
    display: flex !important;
}

.top .__fbcw__bar-widget__amount-of-reviews, .feedbackcompany .__fbcw__bar-widget__amount-of-reviews {
    display: inline-block !important;
    width: auto !important;
}

.top .__fbcw__bar-widget__content .__fbcw__bar-widget__score, .feedbackcompany .__fbcw__bar-widget__content .__fbcw__bar-widget__score {
    font-size: 1.1rem;
}

.top span, .feedbackcompany span {
    display: inline-block;
}

.top img, .feedbackcompany img {
    display: block;
    float: left;
    max-height: 24px;
    max-width: 25px !important;
    margin-right: 3px !important;
    margin-top: 4px !important;
    width: 45px;
}

.top .fbcompany, .feedbackcompany .fbcompany {
    display: inline-block;
    width: auto;
    max-width: 85px !important;
    height: auto !important;
    margin-right: 10px !important;
}

.top a, .feedbackcompany a {
    display: inline-block;
    margin-right: 20px;
}

.loslaten {
    position: relative !important;
}

.opaci {
    opacity: 0;
}

.reversed_top {
    display: none;
}

.wcpa_opt_price {
    display: none;
}

header {
    position: relative;
    width: 100%;
    padding: 22px 0px;
    z-index: 12;
}

header .logo {
    position: relative;
    display: block;
    z-index: 100;
    width: 175px !important;
}

header .logo img {
    width: 245px;
}

header .ml-right {
    position: relative;
    z-index: 100;
}

.podstitle {
    font-style: normal;
}

.podstitle em {
    font-style: normal;
    color: #151416;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 1800px;
    margin: 0px auto;
    max-height: 84vh;
    overflow: hidden;
    padding: 0 35px;
}

.video {
    width: 100%;
    height: auto;
}

.videoafter {
    position: relative;
}

.videoafter::before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: white;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(73, 80, 87, 0.8) 100%);
}

.dropdown-menu {
    min-width: 15rem;
    padding: 25px 10px;
}

.dropdown-item.active, .dropdown-item:active {
    background: #b90a2a;
}

.single_variation .price {
    display: none;
}

.woocommerce-variation-add-to-cart .single_variation .price {
    display: block;
}

.reservoirimg {
    max-height: 300px;
    margin-bottom: 25px !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-family: "CenturyGothic-Bold", sans-serif !important;
    text-align: center !important;
    font-weight: 700 !important;
    color: #151416 !important;
    font-size: 1.5rem !important;
}

.qty_container {
    position: relative;
}

.qty_container .plus {
    border-radius: 0px !important;
    border-image: 0 !important;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 45px;
}

.qty_container .minus {
    border-radius: 0px !important;
    border-image: 0 !important;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 45px;
}

.qty_container .product-amount {
    text-align: center;
}

.mb15 {
    margin-bottom: 15px;
}

.bespoke {
    margin: 60px 60px 20px 60px;
    padding: 35px 50px;
    background: #222;
}

.ikbenmarcel {
    position: absolute;
    bottom: -90px;
}

.themelight {
    background: #f8f8f4;
    color: #151416;
}

.themelight .page::before {
    content: "";
    height: 100%;
    width: 40%;
    top: 0px;
    right: 0px;
    position: fixed;
    background: white;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(73, 80, 87, 0.1) 100%);
}

.themelight .intro strong, .themelight .intro p {
    color: #fff;
}

.themelight .ctablock h1, .themelight .ctablock h2, .themelight .ctablock h3, .themelight .ctablock h4 {
    color: #ffffff;
}

.themelight .bg-dark {
    background: #0f0f0f !important;
}

.themelight #main {
    color: #ffffff;
}

.themelight #main h1, .themelight #main .intro {
    color: #ffffff;
}

.themelight .inhoud h2 {
    color: #ffffff;
    margin-bottom: 0px;
}

.themelight header .socials a {
    color: #ffffff;
}

.themelight .bel {
    color: #ffffff;
}

.themelight .bel strong {
    color: #ffffff;
    font-size: 1rem;
}

.themelight .bg .caption h1 {
    color: #ffffff;
}

.themelight .bg .caption p {
    color: #ffffff;
}

.themelight .bg::after {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#081033+0,0c2e49+100&0+0,0.95+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.87) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.87) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.87) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00081033", endColorstr="#f20c2e49", GradientType=0);
    /* IE6-9 */
}

.themelight .bg::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.themelight .no-shadow::before {
    background: rgba(0, 0, 0, 0.1);
}

.__fbcw__bar-widget__feedback-company-branding {
    display: none !important;
}

.__fbcw__bar-widget__content .__fbcw__bar-widget__stars {
    display: none !important;
}

.__fbcw__bar-widget__content .__fbcw__bar-widget__score {
    font-size: 1.3rem;
    font-family: "CenturyGothic-Bold", sans-serif !important;
    font-weight: bold;
}

.__fbcw__bar-widget__content .__fbcw__bar-widget__amount-of-reviews {
    display: block;
    width: 100%;
    text-align: center !important;
}

.montageinfo {
    font-size: 1.1rem;
    line-height: 50px;
    color: #151416;
    font-weight: bold;
}

.montageinfo ul {
    list-style: decimal;
    padding: 0px;
    margin-left: 20px;
}

.product-amount {
    width: 100%;
}

.dienstbuttons {
    margin-top: 40px;
}

.dienstbuttons a {
    padding: 20px 30px;
    width: 100%;
    background: #fff;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
    color: #b90a2a;
}

.woocommerce a.remove {
    font-size: 25px;
    height: 25px;
    width: 25px;
}

.woocommerce-cart-form .delete-wrapper .remove {
    color: #fff !important;
    position: absolute;
    background: #b90a2a;
}

.reviews {
    display: block;
}

.reviews .fa-star, .reviews .fa-star-half {
    color: #E8B02E;
    font-size: 24px;
}

.reviews-center {
    display: block;
    margin-bottom: 50px;
}

.reviews-center .__fbcw__bar-widget {
    justify-content: center !important;
}

.__fbcw__bar-widget .__fbcw__bar-widget__content, .__fbcw__bar-widget .__fbcw__bar-widget__score {
    justify-content: center !important;
}

.__fbcw__bar-widget .__fbcw__bar-widget__content {
    display: inline-block !important;
}

.__fbcw__bar-widget .__fbcw__bar-widget__score {
    color: #151416;
}

.__fbcw__bar-widget .__fbcw__bar-widget__score:after {
    content: " / 10";
}

.reviews-footer .__fbcw__bar-widget {
    width: auto !important;
}

.btn-configurate {
    margin-left: 20px;
    color: #151416;
    margin-top: 25px;
    font-size: 1.1rem;
}

.btn-configurate i {
    color: #b90a2a;
    font-size: 1.4rem;
    display: inline-block;
    float: left;
    margin-top: 3px;
    margin-right: 8px;
}

.btn-configurate:hover {
    background: transparent !important;
    color: #b90a2a;
}

.txt .navbar-collapse {
    display: inline-block;
}

.txt .navbar-collapse .footerbarmenu {
    padding: 0px;
}

.txt .navbar-collapse .footerbarmenu li .nav-link {
    padding: 0px;
}

.txt .navbar-collapse .footerbarmenu a:hover {
    color: #b90a2a;
}

.typecolor {
    position: relative;
    padding: 60px 30px;
    margin-bottom: 30px;
    height: 450px;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
}

.typecolor p {
    display: inline-block;
    margin: 0px;
}

.typecolor strong {
    color: inherit;
    font-size: 1.3rem;
    font-weight: bold;
    display: block;
    font-family: "CenturyGothic-Bold", sans-serif;
}

.typecolor img {
    position: absolute;
    bottom: -27px;
    right: -33px;
    transform: scale(1.3);
    transition: 0.2s ease-in-out all;
}

.typecolor:hover {
    color: #fff;
}

.typecolor:hover img {
    transform: scale(1.2);
    transition: 0.3s ease-in-out all;
}

.page-template-type_kraan iframe {
    height: 500px;
}

.reservoir-slider .typecolor img {
    right: -95px;
    bottom: -75px;
}

.werkbladen {
    background: #2f383d;
    color: #fff;
}

.spoelbakken {
    background: #537cb4;
    color: #fff;
}

.afvalsystemen {
    background: #aece54;
    color: #fff;
}

.keukentotaal-bg-green .keuze_type h4 {
    margin-bottom: 0px;
}

.keukentotaal-bg-green .keuze_type a:hover h4 {
    color: #337ab7;
}

.bg-imagehome {
    background-image: url("images/qraan-quooker-montage-bg.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
}

.apparatuur, .kranen {
    color: #7F888A;
    background: radial-gradient(circle, #e6e6e6 0%, #d2d8d8 100%);
}

.verlichting {
    background: #e8b646;
    color: #fff;
}

.borderlight {
    padding-bottom: 0px !important;
}

.borderlight .bordercontainer {
    border: 30px #f8f8f4 solid;
}

.borderlight .inhoud {
    padding: 35px 30px;
}

.subcategories-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.subcategories-list li {
    padding: 10px 0px;
    border-bottom: 1px #eee solid;
}

.quooker-zwart {
    background: #151416;
    color: #fff;
}

.quooker-messing-patina {
    background: #c3986f;
    color: #fff;
}

.quooker-rosekoper {
    background: #c2998f;
    color: #fff;
}

.quooker-rose-koper {
    background: #c2998f;
    color: #fff;
}

.quooker-gunmetal {
    background: #605a58;
    color: #fff;
}

.quooker-goud {
    background: #BF912A;
    color: #fff;
}

.quooker-zelf-samenstellen {
    display: none;
    background: #b90a2a;
    color: #fff;
}

.quooker-chroom {
    background: #e6e6e6;
    background: radial-gradient(circle, #e6e6e6 0%, #d2d8d8 100%);
}

.quooker-roestvrijstaal {
    background: #d2d8d8;
    background: linear-gradient(-180deg, #d2d8d8 0%, #696c6c 100%);
    color: #fff;
}

.breadcrumb {
    background: transparent;
}

.product-container {
    height: 100%;
    padding-bottom: 30px;
}

.product-cont {
    height: 100%;
    background: #fff;
    display: block;
    padding: 60px;
    transition: 0.2s ease-in-out all;
}

.product-cont img {
    transition: 0.2s ease-in-out all;
}

.product-cont:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    transition: 0.2s ease-in-out all;
}

.product-cont:hover img {
    transform: scale(1.05);
}

.first-section {
    padding-bottom: 0px;
}

.first-section .__fbcw__bar-widget {
    margin-top: 5px;
    justify-content: normal !important;
    padding: 0px !important;
}

.feedbackcompanyreviews {
    display: none;
}

#accordionFaq {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media all and (max-width: 1200px) {
    #accordionFaq {
        grid-template-columns: 1fr;
    }
}

#accordionFaq .card {
    background: transparent !important;
    border: 0px;
    border-bottom: 1px #eee solid;
}

#accordionFaq .card .card-header {
    padding: 11px 0px;
    background: transparent;
    border: 0px;
}

#accordionFaq .card .card-header .btn-accordion {
    font-family: "CenturyGothic-Bold", sans-serif;
    padding: 0px;
    font-size: 1rem;
    background: transparent;
    border: 0px;
    width: 100%;
    color: #151416 !important;
}

#accordionFaq .card .card-header .btn-accordion .fa-plus {
    float: right !important;
    margin-right: 10px;
    margin-left: 15px;
    font-size: 21px;
    margin-top: 8px;
    color: #151416;
}

#accordionFaq .card .card-header:hover {
    color: orange;
    background: transparent;
}

#accordionFaq .card .card-body {
    padding: 0px 0px 1.25rem 0px;
}

#billing_country_field {
    display: none;
}

.captionz {
    z-index: 8;
}

.updatecart {
    display: none;
}

.cart-product {
    border-bottom: 1px #eee solid;
}

.cart-product .cart-product-image img {
    width: 150px;
}

.product-uitgelicht {
    position: absolute !important;
    bottom: 25px;
    right: 35px;
    margin-right: 120px;
    padding: 30px 50px;
    width: 30%;
    max-width: 400px;
}

.product-uitgelicht .img-front {
    text-align: center;
    margin: 0px auto;
}

.product-uitgelicht .img-front img {
    height: 200px;
    margin-bottom: 15px;
}

.product-uitgelicht-relative {
    position: relative !important;
    bottom: inherit;
    right: inherit;
    display: block;
    margin-right: 0px;
    padding: 0px 30px !important;
    width: 100% !important;
    max-width: 100%;
}

.product-uitgelicht-relative .img-front {
    text-align: center;
    margin: 0px auto;
}

.product-uitgelicht-relative .img-front img {
    height: 250px;
    margin-bottom: 15px;
}

.choosen-type {
    position: fixed;
    font-family: "CenturyGothic-Bold", sans-serif;
    font-size: 2rem;
    bottom: 150px;
}

.keuze_type {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
    padding-right: 0px;
}

.keuze_type p {
    margin-bottom: 15px;
}

.keuze_type li {
    border-bottom: 1px #f5f5f5 solid;
    margin-bottom: 15px;
}

.keuze_type a:hover h4 {
    color: #b90a2a;
}

.keuze_type a:hover p {
    color: #151416;
}

@media all and (min-width: 992px) {
    .keuze_type li:last-child {
        border-bottom: 0px;
    }
}

.product-content {
    text-align: center;
}

.product-content .inner {
    padding: 30px 0px;
}

.product-content .inner h4 {
    font-size: 1.3rem;
}

.product-cont-collateral {
    padding: 0px;
}

.product-cont-collateral .inner h4 {
    font-size: 1.1rem;
}

.cart-collaterals .product-image img {
    max-width: 100% !important;
}

.product-price {
    font-family: "CenturyGothic-Bold", sans-serif;
    text-align: center !important;
    font-weight: 700;
    color: #151416;
    font-size: 1.2rem;
}

.old-price {
    font-style: normal;
    text-decoration-line: line-through;
}

.leverbaarin {
    list-style: none;
    padding: 0px;
}

.leverbaarin li {
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 10px;
    width: 24%;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.leverbaarin li a {
    display: block;
}

.colorselect {
    height: 50px;
    width: 50px;
    margin: 0px auto;
    margin-top: 1px;
    display: block;
    border-radius: 50%;
}

.qty_container {
    display: block;
    width: 100%;
    margin-top: 15px;
}

.product-amount {
    display: block;
}

.owl-nav {
    padding: 0px calc(var(--padding-horizontal) + 15px);
}

.owl-next {
    margin-left: 15px;
}

.reversed {
    position: fixed;
}

.reversed .navbar .navbar-nav .nav-link {
    color: #151416;
}

.reversed .socials a {
    color: #ffffff;
}

.reversed .bel {
    color: #ffffff;
}

.reversed .bel strong {
    color: #ffffff;
}

a {
    color: #515c5f;
}

a:hover {
    color: inherit;
    text-decoration: none;
    transition: 0.2s ease-in-out all;
}

p a {
    font-weight: 500;
}

p a:hover {
    color: #b90a2a;
    text-decoration: underline;
}

.medewerker-contact {
    position: absolute;
    top: -146px;
    left: -50px;
    max-width: 200px;
}

.opvoorraad {
    text-align: center;
    display: block;
    width: 80%;
    line-height: 25px;
    margin: 0px auto;
    margin-top: 20px;
    opacity: 0.6;
}

.ar {
    display: inline-block;
    height: 36px;
    width: 36px;
    font-size: 24px;
    padding: 6px;
    margin-right: 8px;
}

.impressie {
    position: relative;
    height: 65vh;
    background-size: cover !important;
    background-position: center center !important;
}

.impressie-dark:after {
    content: "";
    top: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.72);
}

.photo-container figure {
    height: 50vh;
    background-size: cover !important;
    background-position: center center !important;
    margin: 0px;
}

#main h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

#main .woocommerce {
    background: #fff;
    padding: 60px;
}

.bullets {
    height: 150px;
}

.voordelen-list {
    list-style: none;
    padding: 0px;
}

.voordelen-list li:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    margin-left: 0px;
    color: var(--main-color);
    margin-right: 8px;
}

.nadelen-list {
    list-style: none;
    padding: 0px;
}

.nadelen-list li:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: var(--main-color);
    margin-right: 10px;
    margin-left: 2px;
}

.qraa .price-container {
    display: block;
}

.woocommerce-shipping-destination {
    display: none;
}

.woocommerce-form__label-for-checkbox {
    font-size: 1.3rem;
    line-height: 30px;
}

.woocommerce-form__label-for-checkbox input {
    height: 35px;
    float: left;
    margin-right: 10px;
    margin-top: -3px;
}

.woocommerce-checkout-payment .woocommerce-form__label-for-checkbox {
    font-size: 1rem;
}

.woocommerce-checkout-payment input {
    height: 19px;
    width: 19px;
    background: #fff;
    margin-top: 9px !important;
}

.inclmontage {
    color: #fff;
    background: #b90a2a;
    padding: 0px 10px;
    font-weight: bold;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
}

.bel {
    color: #151416;
    display: inline-block;
    line-height: 28px;
    margin: 0px auto;
}

.bel strong {
    font-family: "CenturyGothic-Bold", sans-serif;
    color: #151416;
    display: block;
    font-weight: bold;
    line-height: 30px;
    font-size: 1rem;
}

.diensten .dienst-wrapper {
    margin-bottom: 30px;
}

.diensten .dienst-wrapper .dienst {
    display: block;
    height: 100%;
    padding: 75px 35px;
    transition: 0.3s ease-in-out all;
}

.diensten .dienst-wrapper .dienst ul {
    list-style: none;
    margin: 0px;
    margin-top: 25px;
    padding: 0px;
}

.diensten .dienst-wrapper .dienst ul li {
    font-size: 1.15rem;
    font-weight: 300;
    color: #7F888A;
    margin-bottom: 10px;
}

.diensten .dienst-wrapper:hover .dienst {
    background: #b90a2a;
    transition: 0.3s ease-in-out all;
}

.diensten .dienst-wrapper:hover .dienst h3 {
    color: #ffffff;
}

.diensten .dienst-wrapper:hover .dienst ul li {
    color: #ffffff;
}

.videobtn {
    color: #fff;
}

.videobtn i {
    color: #fff;
    display: inline-block;
    height: 75px;
    width: 75px;
    margin-right: 25px;
    border-radius: 50%;
    border: 3px #fff solid;
    padding: 25px 26px;
    margin-bottom: 15px;
}

.montageblock {
    margin-bottom: 25px;
}

.container {
    width: 100%;
    max-width: 1398px;
}

.container-large {
    width: 100%;
    max-width: 1600px;
}

.p100 {
    padding-top: 70vh;
    color: #fff;
}

.p100 h2, .p100 strong {
    color: #fff;
}

.p100 a {
    color: #b90a2a !important;
}

.homepageimg {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
}

.container-xl {
    position: relative;
    width: 90% !important;
    margin: 0px auto;
    top: 0px;
    max-width: 90% !important;
}

.toppos {
    top: 100px;
    right: -100px;
}

.container-100 {
    max-width: 100%;
    padding: 0px 3vw;
}

.intro {
    font-family: "CenturyGothic-Bold", sans-serif;
    font-size: 1.1rem;
    line-height: 1.85rem;
    color: #151416;
}

.intro span {
    color: #b90a2a;
}

.technische-tekening {
    background: #fff;
    margin-bottom: 30px;
}

.technische-tekening img {
    max-height: 650px;
}

.contactinfo {
    margin-top: 30px;
}

.contactinformation {
    font-size: 1.3rem;
}

.contactinformation a {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

strong {
    font-size: 1rem;
    color: #151416;
}

.cat_over {
    display: block;
    margin-bottom: 50px;
}

.cat_over .image-container {
    width: 100%;
    margin: 0px auto;
    height: 375px;
    background-size: cover !important;
    margin-bottom: 15px;
    background-position: center center !important;
}

.contactinfo {
    color: #598D7D;
    font-weight: 700;
}

.contactinfo i {
    color: #151416;
    margin-right: 10px;
}

.minheight {
    min-height: 600px;
}

.height {
    height: 100%;
}

.bg-white {
    position: relative;
}

.bg-cta {
    background: #b90a2a !important;
    color: #ffffff !important;
}

.bg-cta h3 {
    color: #ffffff !important;
}

.no-shadow::after {
    display: none;
}

.bg-dark {
    position: relative;
    background-color: #151416 !important;
    color: #ffffff !important;
}

.bg-dark h1, .bg-dark h2, .bg-dark h3 {
    color: #ffffff !important;
}

.bg-dark .btn-more {
    color: #ffffff;
}

.bg-grey {
    background: #f8f8f4;
}

.bg-red {
    background: #AD0A29;
    color: #fff;
}

.bg-red h2, .bg-red h3, .bg-red h4 {
    color: #fff;
    margin: 0px;
    margin-bottom: 10px;
}

.bg-green {
    background: #f8f8f4;
}

.bg-green .btn-default {
    color: #fff;
    border-color: #fff;
}

.bg-dark.continue:before {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0px;
    left: 100%;
    content: "";
    background-color: #151416 !important;
}

@keyframes fadeInDown {
    0% {
        height: 0;
    }
    100% {
        height: 100vh;
    }
}

@keyframes fadeInContainer {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.socials-head {
    max-width: 220px;
    margin-top: 10px;
}

.socials-head a {
    margin-top: 20px;
    color: #151416;
}

input {
    height: 50px;
    padding: 2px 15px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.edit-account {
    background: #fff;
    padding: 30px 50px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    color: #495057;
    border-radius: 0.25rem;
}

.dienstenmenu {
    display: none;
    position: relative;
    padding-top: 20px;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: #f8f8f4;
    -webkit-animation: fadeInDown 0.5s ease-in-out;
    animation: fadeInDown 0.5s ease-in-out;
}

.dienstenmenu .container {
    -webkit-animation: fadeInContainer 1s ease-in-out;
    animation: fadeInContainer 1s ease-in-out;
}

.dienstenmenu .nav-item {
    border-bottom: 1px #ddd solid;
}

.dienstenmenu .nav-link {
    color: #151416;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 4rem;
    font-family: "CenturyGothic-Bold", sans-serif;
    padding: 15px 0px;
}

.dienstenmenu .nav-link:hover {
    color: #b90a2a;
}

.dienstenmenu .active .nav-link {
    color: #b90a2a !important;
}

.dienstenmenu .contactinfo {
    color: #151416;
    border-left: 1px rgba(255, 255, 255, 0.2) solid;
    padding: 35px;
}

.dienstenmenu .contactinfo p {
    opacity: 0.35;
}

.dienstenmenu .contactinfo strong {
    color: #151416;
}

.woocommerce .singlecontentimg {
    margin-bottom: 30px;
}

.commercial {
    color: #b90a2a;
    margin-top: 20px;
    display: block;
    font-size: 1.1rem;
}

.productshort ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.productshort ul li:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    margin-left: 0px;
    color: #151416;
    margin-right: 15px;
}

.video_showroom {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.video_showroom video {
    width: 100%;
    position: absolute;
    bottom: -100px;
}

.keuzes .keus {
    padding-right: 75px;
}

.keuzes .keus strong {
    display: block;
    color: #151416;
    margin-bottom: 15px;
}

.klanten h3 {
    margin-bottom: 35px;
}

.klantLogo {
    position: relative;
    display: block;
    background: #fff;
    width: calc(50% - 1px);
    height: 0px;
    padding-bottom: calc(50% - 1px);
    float: left;
    border-right: 1px #eee solid;
    border-bottom: 1px #eee solid;
    transition: 0.3s ease-in-out all;
}

.klantLogo img {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 50%;
    transform: translate(0%, -70%);
    max-height: 140px;
    opacity: 0.75;
    filter: grayscale(100%) brightness(1.2);
    transition: 0.3s ease-in-out all;
}

.klantLogo:hover {
    transition: 0.3s ease-in-out all;
}

.klantLogo:hover img {
    opacity: 1;
    filter: grayscale(0%) brightness(1);
    transition: 0.2s ease-in-out all;
}

.filter-products {
    display: none;
}

.filter-products input, .filter-products select {
    padding: 15px 20px;
    width: 100%;
    font-size: 19px;
    border: 1px #4444 solid;
}

.pagination .current {
    opacity: 0.4;
}

.pagination .next {
    display: none;
}

.page-numbers {
    border: 1px #888 solid;
    padding: 3px 12px;
    margin-right: 4px;
}

.overflow-h {
    position: relative;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}

.visible-mobile {
    display: block;
}

.visible-desktop {
    display: none;
}

.casehead {
    position: relative;
    height: 60vh;
    width: 100%;
    overflow: hidden;
}

.casehead span {
    color: #ffffff;
    opacity: 0.5;
}

.casehead .photo-container {
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.casehead .photo-container figure {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    margin: 0px;
}

.casehead .highlight {
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-width: 80%;
}

.casehead .caption {
    z-index: 5;
    color: #ffffff;
}

.casehead .caption h1, .casehead .caption h2, .casehead .caption p, .casehead .caption strong {
    color: #ffffff;
}

.mywork strong {
    display: block;
    font-family: "CenturyGothic-Bold", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.mywork ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 35px;
}

.mywork ul li {
    padding: 0px;
    margin: 0px;
}

.z-index {
    position: relative;
    z-index: 9;
}

.cta {
    padding: 75px 35px;
}

.totop {
    margin-top: 75px;
}

.case {
    position: relative;
    height: 50vh;
    display: block;
    overflow: hidden;
}

.case span {
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 35px;
}

.case .photo-container {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.case .photo-container figure {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    margin: 0px;
}

.case .photo-container .highlight {
    position: absolute;
    right: 10%;
    bottom: 0px;
    max-width: 80%;
    transition: 0.3s ease-in-out all;
}

.case .photo-container .caption {
    display: block;
    width: 100%;
    z-index: 3;
}

.case .photo-container .caption .btn {
    opacity: 0;
    transition: 0.3s ease-in-out all;
}

.case .photo-container .caption h1 {
    color: #ffffff;
}

.case:hover {
    text-decoration: none;
}

.case:hover .caption .btn {
    opacity: 1;
}

.case:hover .highlight {
    transform: scale(1.15);
}

.case-small {
    height: 55vh;
}

.case-small .inner {
    padding: 35px;
}

.case-small .photo-container .highlight {
    max-width: 70%;
    right: 0px;
}

.case-small .photo-container .caption h1 {
    font-size: 2.4rem;
}

.button-variable-items-wrapper .selected {
    border: 2px #b90a2a solid;
}

.productfilterresults .product-cont {
    padding: 30px 20px;
}

.block-filter {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    transition: 0.2s ease-in-out all;
    padding: 30px 20px;
}

.medewerker {
    position: relative;
    background: #fff;
}

.medewerker .contactinfo {
    font-size: 1.35rem;
    font-weight: bold;
}

.medewerker:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 100%;
    width: 50%;
    top: 0px;
    margin-left: 100%;
}

.medewerker h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
    font-family: "CenturyGothic-Bold", sans-serif;
}

.medewerker .inner {
    margin-left: 15px;
}

.medewerker strong {
    display: block;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-family: "CenturyGothic-Bold", sans-serif;
    font-size: 1.7rem;
    margin-top: 35px;
}

.medewerker .contact {
    font-size: 1.15rem;
    line-height: 2rem;
    margin-top: 25px;
}

.medewerker .contact a {
    color: #151416;
    font-weight: bold;
}

.alert {
    padding: 10px;
}

.alert p {
    margin: 0px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: auto !important;
}

.woocommerce ul.order_details li strong {
    font-size: 1rem !important;
}

.woocommerce ul.order_details {
    margin: 0px !important;
    margin-top: 30px !important;
    padding: 0px;
}

.woocommerce .woocommerce-customer-details address {
    min-height: 250px;
    padding: 10px 15px !important;
}

.woocommerce-cart-form h4 {
    font-size: 1.3rem;
}

.orderbevestiging h2 {
    font-size: 2rem !important;
}

.wc-item-meta {
    padding: 0px !important;
}

.woocommerce img, .woocommerce-page img {
    margin: 0px auto;
    display: block;
}

.medewerker_img {
    max-height: 450px;
}

.woocommerce-product-gallery__image {
    display: none !important;
}

.woocommerce-product-gallery__image:first-of-type {
    display: block !important;
}

.relative {
    position: relative;
}

.fixed {
    width: 100%;
    position: absolute;
}

.fixed img {
    position: sticky;
}

.woocommerce-cart-form .wcpa_cart_type_image-group img {
    height: 85px;
}

.wcpa_cart_val .wcpa_cart_price {
    display: none;
}

.color-group .wcpa_color {
    width: 100%;
}

.normal-product-price {
    font-size: 1rem !important;
    font-weight: 400 !important;
    text-decoration: line-through;
}

.woocommerce-cart-form .variation {
    font-size: 18px;
}

.wcpa_cart_type_color-group .wcpa_cart_color {
    height: 75px !important;
    width: 75px !important;
    margin: 0px auto !important;
}

.wcpa_productGroup_item img {
    height: 100px !important;
    margin-right: auto !important;
    float: left;
    margin-left: 8px;
    padding-right: 8px;
}

.woo-variation-items-wrapper {
    padding: 5px 10px;
}

.wcpa_type_image-group label, .wcpa_type_color-group label {
    font-weight: 700;
    font-family: "CenturyGothic-Bold";
    color: #151416;
}

.wcpa_type_image-group .wcpa_color label, .wcpa_type_image-group .wcpa_image label, .wcpa_type_color-group .wcpa_color label, .wcpa_type_color-group .wcpa_image label {
    font-weight: 400;
    font-family: "CenturyGothic", sans-serif;
}

.wcpa_type_productGroup label {
    font-weight: 700;
    font-family: "CenturyGothic-Bold";
    color: #151416;
}

.wcpa_type_productGroup .wcpa_productGroup {
    padding: 0px !important;
}

.wcpa_type_productGroup .wcpa_productGroup label {
    font-weight: 400;
    font-family: "CenturyGothic", sans-serif;
}

.wcpa_type_productGroup .woo-variation-items-wrapper {
    margin: 0 0 1.5em;
}

.cart_item {
    border-bottom: 1px #eee solid;
    padding: 10px 0px;
}

.mobileimageconfigurator {
    display: none;
}

.wcpa_productGroup {
    padding: 15px;
}

.wcpa_selected {
    border: 2px #b90b2a solid !important;
}

.wcpa_productGroup_item .wcpa_check {
    height: 19px !important;
    width: 19px !important;
    float: right;
    margin-right: 15px !important;
    margin-top: 50px;
    border-radius: 0px !important;
}

.wcpa_productGroup_item .wcpa_check:before {
    width: 6px !important;
    height: 10px !important;
}

.wcpa_productGroup_item label {
    display: inline-block !important;
    width: 100%;
    line-height: 120px;
}

.wcpa_cart_type_image-group {
    padding: 0px !important;
    margin: 0px !important;
}

.wcpa_cart_type_image-group img {
    display: none;
}

.wcpa_cart_type_image-group p {
    margin: 0px !important;
    padding: 0px !important;
}

.wcpa_cart_type_productGroup img {
    display: none;
}

.wcpa_cart_type_color-group {
    padding: 0px !important;
    margin: 0px !important;
}

.wcpa_cart_type_color-group span {
    display: none;
}

.wcpa_cart_type_color-group p {
    margin: 0px !important;
    padding: 0px !important;
}

.wcpa_form_item {
    position: relative;
}

.wcpa_form_item .wcpa_priceouter {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.wcpa_form_item .wcpa_opt_price {
    display: inline-block;
}

.wcpa_price_summary li {
    padding: 15px !important;
}

.wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type=checkbox]:checked + label .wcpa_check, .wcpa_form_outer .wcpa_form_item .wcpa_productGroup.wcpa_multiselect input[type=checkbox]:checked + label .wcpa_check {
    border: 2px solid #b90a2a !important;
    background: #b90a2a !important;
}

.wcpa_form_outer .wcpa_form_item .wcpa_product_sel_type_outline input:checked + label img, .wcpa_form_outer .wcpa_form_item .wcpa_sel_type_outline .wcpa_image input:checked + img, .wcpa_form_outer .wcpa_form_item .wcpa_sel_type_outline .wcpa_image input:checked + picture img {
    outline: 0px !important;
}

.wcpa_product_disp_type_squircle {
    cursor: pointer !important;
    border: 1px #eee solid;
}

.uspdeel .uspb {
    position: relative;
}

.uspdeel .uspb:before {
    position: absolute;
    top: -5px;
    left: -10px;
    content: "";
    background: #f8f8f4;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.uspdeel i {
    position: relative;
    color: #b90a2a;
    font-size: 21px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.qraa .wcpa_product_disp_type_squircle {
    border: 0px !important;
}

.configurator-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.configurator-img .img-front {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

.configurator-img img {
    position: fixed;
    max-width: 600px !important;
}

.configurator-img:before {
    content: "";
    position: absolute;
    left: -50vw;
    width: 50vw;
    height: 100%;
    top: 0px;
    background: #f8f8f4;
    color: #fff;
}

.woocommerce-cart-form .wcpa_cart_type_image-group {
    padding-top: 0px !important;
}

.wcpa_form_outer .wcpa_form_item input[type=radio] {
    opacity: 0 !important;
}

.form-inline {
    font-size: 18px;
}

.wcpa_form_outer .wcpa_form_item.wcpa_type_productGroup .wcpa_productGroup > div {
    border: 1px #eee solid;
}

.wcpa_selected {
    border: 2px #666 solid;
    position: relative !important;
    top: 0px;
    width: 100%;
    background: #fff;
}

.wcpa_form_outer .wcpa_form_item .image-group label {
    padding: 50px 0px;
}

.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color label span.wcpa_clb_border {
    border: 0px !important;
}

.wcpa_form_outer .wcpa_form_item .image-group img {
    padding-top: 4px;
}

.wcpa_form_outer .wcpa_form_item .image-group img {
    position: absolute;
    top: 0px;
    width: 100%;
    padding-right: calc(100% - 138px);
}

.wcpa_row img {
    box-shadow: none !important;
}

.wcpa_row .image-group {
    position: relative;
    height: 140px;
    padding: 0px;
    overflow: hidden;
    cursor: pointer !important;
    border: 1px #eee solid;
}

.wcpa_row .image-group:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 30px;
    top: 55px;
    font-size: 26px;
}

.wcpa_row .wcpa_image_open {
    height: auto;
}

.wcpa_row .wcpa_image label {
    display: inline-block;
    cursor: pointer;
    margin-left: 150px;
}

.wcpa_form_outer .wcpa_form_item .wcpa_image, .wcpa_form_outer .wcpa_form_item .wcpa_image_other {
    margin: 0px !important;
}

.change_type {
    display: none;
}

.change_type_selected {
    display: block;
}

.wcpa_image img {
    height: 150px;
    width: 150px;
}

.wcpa_color span {
    height: 60px !important;
    width: 60px !important;
    border-radius: 50% !important;
    border: 0px !important;
}

.wcpa_color label {
    width: 100%;
    line-height: 60px !important;
}

.wcpa_color label span {
    float: left !important;
    margin-right: 15px !important;
    margin-left: 5px !important;
}

.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color input:checked + label span {
    box-shadow: none !important;
}

.wcpa_form_outer .wcpa_form_item .color-group.color-inline .wcpa_color {
    border: 1px #eee solid !important;
    padding: 15px !important;
}

.navbar-toggler {
    font-size: 1.3rem;
}

.navbar-toggler i {
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 0px;
    font-size: 1.2rem;
    float: left;
    display: inline-block;
}

.woocommerce-order-received .ts-product-image {
    display: none !important;
}

.csell .btn {
    display: block;
}

table img {
    max-width: inherit;
}

table.fa-ul i {
    display: none;
}

.wp-block-columns figure {
    text-align: center;
}

.wp-block-columns img {
    margin: 0px auto;
    max-width: 200px !important;
    width: auto;
    height: auto;
    max-height: 250px !important;
}

.cart-collaterals h2 {
    font-size: 1.5rem;
}

.cart-collaterals .btn-readmore {
    color: #151416;
    padding: 0px !important;
    margin-top: 5px !important;
    text-align: left !important;
}

.cart-collaterals .btn-readmore i {
    font-size: 18px !important;
}

.cart-collaterals .btn-readmore:hover {
    color: #b90a2a !important;
    background: transparent !important;
}

.cart-collaterals .product-price {
    font-size: 1rem;
    text-align: left !important;
}

.cart-collaterals h4 {
    margin-bottom: 0px;
}

.cart-collaterals .opvoorraad {
    text-align: left !important;
    margin-top: 0px;
    width: 100%;
    font-size: 0.9rem;
}

.cart-collaterals .product-image img {
    max-height: 150px;
    max-width: 150px;
    display: block;
    margin: 0px auto;
}

.cart-collaterals .product-content .inner {
    padding: 10px 0px;
}

.cart-collaterals section {
    padding-top: 0px;
}

.btn-active {
    color: #fff !important;
    background: #b90a2a !important;
    padding: 20px 50px !important;
    border-radius: 0px !important;
    margin-top: 25px;
    border: 0px;
    line-height: 28px !important;
}

.btn-active i {
    font-size: 18px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dfdfdf !important;
    border-radius: 0px !important;
    display: block;
    height: 50px !important;
    padding: 10px 8px !important;
}

.woocommerce form .form-row {
    display: block;
}

.fa-ul {
    width: 100%;
    margin-left: 0px !important;
}

.fa-ul tr {
    border-bottom: 1px solid #e2e2e2;
}

.fa-ul td {
    padding: 2px 10px;
}

.fa-ul .fa-li {
    display: none;
}

.fa-ul strong {
    width: 275px;
    font-size: 0.9rem;
    font-family: "CenturyGothic-Bold", sans-serif;
    display: inline-block;
}

.fa-ul tr:last-child {
    border: 0px;
}

.navbar-modal {
    position: inherit;
    display: inline-block;
    padding: 0px;
    padding-top: 10px;
    width: 150px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.navbar-modal .navbar-collapse {
    position: absolute;
    top: 0px;
    left: 0px;
}

.navbar-modal .navbar-toggler {
    color: #515c5f;
}

.navbar-modal .navbar-toggler i {
    font-size: 23px;
}

.navbar-modal button {
    padding: 0px;
}

.navbar {
    padding: 0px;
}

.navbar .navbar-nav .nav-link {
    color: #151416;
    font-family: "CenturyGothic-Bold", sans-serif;
    font-weight: 600;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1rem;
}

.navbar .navbar-nav .nav-link:hover {
    color: #b90a2a;
}

.navbar .navbar-nav .active .nav-link {
    color: #b90a2a !important;
}

.hv {
    height: 115vh !important;
}

.bg {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat;
}

.bg::after {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 100%;
    content: "";
    left: 0px;
    opacity: 0.4;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#081033+0,0c2e49+100&0+0,0.95+100 */
}

.choose-us {
    margin-top: 35px;
}

.choose-us li {
    padding: 20px 0px;
    font-weight: bold;
    list-style: none;
    font-size: 1.1rem;
    color: #151416;
}

.choose-us li:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 0.75rem;
    color: #b90a2a;
    margin-right: 25px;
}

.choose-us li a {
    color: #b90a2a;
    text-decoration: underline;
}

.ml-right {
    width: 275px;
    margin-right: 0px;
    margin-left: auto;
}

.bg-light {
    background: #f8f8f4 !important;
}

.reservoir-slider .typecolor:hover strong {
    color: #151416;
}

.reservoir-slider .typecolor:hover p {
    color: #b90a2a;
}

.reservoir-slider .typecolor img {
    transform: scale(1);
}

.typekranen .typecolor {
    width: 100% !important;
    margin-bottom: 0px;
    background: transparent;
    padding: 50px 30px 40px 30px;
    height: auto;
}

.typekranen .typecolor span {
    display: block;
    width: 100%;
}

.typekranen .typecolor strong {
    color: #151416;
}

.typekranen .typecolor:hover {
    color: #151416;
}

.typekranen .typecolor:hover .btn-default {
    background: #b90a2a !important;
    color: #fff !important;
}

.typekranen .typecolor:hover strong {
    color: #b90a2a;
}

.typekranen .typecolor img {
    position: relative;
    bottom: 0px;
    right: 0px;
    max-height: 350px;
    margin: 0px auto;
    display: block;
    transform: scale(1.1);
}

.owl-fotos .foto {
    display: block;
    height: 100%;
    width: 100%;
    transition: ease all 0.5s;
}

.owl-fotos .foto .inner {
    padding: 35px;
}

.owl-fotos .foto h3 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 400;
}

.owl-fotos .foto .photo {
    width: 100%;
    height: 400px;
    background-size: cover !important;
    background-position: center center !important;
    transition: ease all 0.3s;
}

.owl-fotos .foto:hover .photo-container .photo {
    transform: scale(1.1);
    transition: ease all 0.3s;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    height: 50px !important;
}

.menuopen .topalert {
    display: none;
}

.pul-0 {
    padding: 0px !important;
    margin-bottom: 25px;
}

.pul-0 td {
    padding: 0px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item .variable-item-span-color {
    border-radius: 50%;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 4px !important;
    padding: 0px !important;
    box-shadow: none !important;
    height: 40px !important;
    min-width: 40px !important;
}

.variations .woo-variation-items-wrapper .image-variable-items-wrapper .variable-item-contents {
    width: auto !important;
}

.wcpa_form_item, .wcpa_form_outer {
    margin: 0px 0px 10px 0px !important;
}

.wcpa_option_label {
    font-size: 0.9rem;
}

.variations .woo-variation-items-wrapper .image-variable-items-wrapper .image-variable-item {
    height: 115px !important;
    width: 115px !important;
    margin-top: 15px !important;
}

.variations .woo-variation-items-wrapper .image-variable-items-wrapper .image-variable-item .variable-item-contents img {
    height: 105px !important;
    width: 105px !important;
}

.topalert {
    margin: 0px;
    background-color: #b90a2a;
    color: #fff;
    border: 0px !important;
    border-radius: 0px !important;
    line-height: 20px;
}

.topalert a {
    color: #fff;
    font-family: "CenturyGothic-Bold", sans-serif;
    font-weight: bold;
    line-height: 20px;
}

.topalertred {
    background-color: #b90a2a !important;
}

.topalertred a {
    text-decoration: underline;
}

.topalertred a:hover {
    color: #fff;
}

.mollie-gateway-icon {
    margin-top: 6px !important;
}

.woocommerce-shipping-totals .shipping_method {
    height: 19px;
    width: 19px;
}

.woocommerce-variation-add-to-cart .qty_container {
    display: none !important;
}

.wcpa_form_outer .wcpa_form_item select {
    background: transparent !important;
}

select {
    color: #151416 !important;
}

.wcpa_form_item .wcpa_priceouter {
    z-index: -1;
}

.woocommerce div.product form.cart .variations select {
    padding: 10px 15px !important;
    border-radius: 0px !important;
    height: 45px !important;
}

.wcpa_form_item .price_value {
    padding-right: 40px;
}

.wcpa_form_outer .wcpa_form_item .wcpa_price {
    line-height: 37px !important;
}

.kader {
    padding: 35px 50px 15px 50px;
    border: 2px #eee solid;
}

.variations {
    margin-bottom: 15px !important;
}

.variations tr {
    display: block !important;
}

.variations .label {
    width: 100%;
    display: block !important;
}

.variations label {
    font-weight: 700;
    color: #151416;
    font-family: "CenturyGothic-Bold";
}

.reset_variations {
    display: none !important;
}

.quooker_logo {
    max-width: 225px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.cart-customlocation {
    position: relative;
    width: 75px;
    display: inline-block;
}

.cart-customlocation i {
    color: var(--text-color);
    font-size: 25px;
    margin-right: 4px;
    margin-top: 8px;
}

.cart-customlocation .notify {
    position: absolute;
    right: -15px;
    top: 0px;
    padding: 0px;
    display: block;
    background: #b90a2a;
    color: #fff;
    border-radius: 50%;
    height: 22px;
    line-height: 23px;
    font-family: var(--headings-font);
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    width: 22px;
}

.aanbieding {
    background: #b90a2a;
    position: absolute;
    right: 15px;
    top: 0px;
    color: #fff;
    padding: 0px 10px;
}

.woocommerce-notices-wrapper {
    display: none !important;
}

.kraan-usp .icoon {
    max-height: 60px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.kraan-usp h5 {
    font-size: 1.1rem;
    margin: 0px;
}

.pods {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pods .pod-inner {
    padding: 0px calc(75px - 20px);
}

.pods .pod-inner .photo {
    height: 275px;
    margin-bottom: 30px;
    background-size: cover !important;
    background-position: center center !important;
}

.pods .pod-inner a i {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-left: 15px;
}

.pods a {
    position: relative;
    display: block;
}

.pods a i {
    opacity: 0;
    position: absolute;
    right: 15px;
    bottom: 0px;
    background: #b90a2a;
    color: #ffffff;
    transition: 0.2s ease-in-out all;
}

.pods a p {
    margin: 0px;
}

.pods a em {
    font-style: normal;
    color: #151416 !important;
    display: inline-block;
}

.pods a:hover span {
    display: block;
}

.pods a:hover i {
    opacity: 1;
    transition: 0.2s ease-in-out all;
}

.pods li {
    padding: 35px;
    border-bottom: 1px #eee solid;
}

.pods li:last-child {
    border: 0px !important;
}

.pods strong {
    font-family: "CenturyGothic-Bold", sans-serif;
}

.clear {
    clear: both;
}

.bg-small {
    min-height: 65vh;
    height: auto;
    background-position: center center;
}

.bg-small .caption {
    padding-top: calc(75px + 15px);
    padding-bottom: 75px;
}

.bg-small .caption h1, .bg-small .caption h2 {
    font-size: 2rem;
}

.bg-small .inner {
    position: relative;
    z-index: 3;
}

.bg-mini {
    height: 55vh !important;
}

.bg-case {
    height: 65vh !important;
}

.sidebar {
    list-style: none;
    margin: 10px 0px 0px 0px;
    display: inline-block;
}

.sidebar li {
    margin-right: 40px;
    display: list-item;
    float: left;
}

.sidebar li a {
    font-weight: bold;
    color: #151416;
}

.sidebar li a:hover {
    color: #b90a2a;
    text-decoration: underline;
}

.sidebar li a i {
    margin-top: 4px;
    color: #b90a2a;
    float: left;
    margin-right: 13px;
    font-size: 1.4rem;
}

.sidebar li .all {
    color: #b90a2a;
    text-decoration: underline;
}

.bg-tiny {
    height: 120px !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #151416;
    font-weight: 500;
}

h1 {
    font-family: "CenturyGothic-Bold", sans-serif;
    font-size: 2rem;
    margin-bottom: 15px;
}

h2 {
    font-family: "CenturyGothic-Bold", sans-serif;
    font-size: 2rem;
}

h3 {
    font-family: "CenturyGothic-Bold", sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
}

h4 {
    font-size: 1.3rem;
    font-family: "CenturyGothic-Bold", sans-serif;
    font-weight: 600;
}

h5 {
    font-family: "CenturyGothic-Bold", sans-serif;
}

.pr-6 {
    padding-right: 75px;
}

.btn {
    padding: 20px 50px !important;
    border-radius: 0px !important;
    margin-top: 25px;
    border: 0px;
    line-height: 28px !important;
}

.btn:hover {
    color: #fff !important;
    background: #b90a2a !important;
}

.alert .btn {
    padding: 0px !important;
    line-height: 22px !important;
    margin: 0px !important;
}

.btn-arrow {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #fff !important;
    z-index: 3;
    font-size: 30px;
    background: #b90a2a !important;
    transition: 0.2s ease-in-out all;
}

.woocommerce-ordering {
    display: none;
}

.d-block-content {
    width: 100%;
}

.btn-primary {
    background: #337ab7 !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    text-decoration: none;
    color: #fff !important;
}

.btn-primary i {
    margin-top: 6px;
    display: inline-block;
    margin-left: 15px;
    float: right;
}

.btn-primary:hover {
    background: #151416 !important;
}

#nf-form-1-cont {
    border-style: none !important;
}

.btn-search {
    padding: 0px;
    margin: 0px;
    color: #fff;
    background: #337ab7;
}

.form-search {
    height: 68px;
    border-radius: 0px;
}

.btn-secondary {
    width: 100%;
    background: #0ab94b;
}

.feedbackcom {
    display: block !important;
}

.btn-default {
    border: 3px #b90a2a solid;
    color: #b90a2a;
    font-weight: 600;
}

.btn-default i {
    margin-right: 12px;
    margin-top: 5px;
    display: inline-block;
    float: left;
}

.btn-more {
    font-family: "CenturyGothic-Bold", sans-serif;
    padding: 0px !important;
}

.bg-dark.block {
    padding-right: 75px;
}

.bg-dark.block p {
    color: #BFBDC1;
}

.bg-img {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

main a {
    color: #b90a2a;
    text-decoration: underline;
}

main a:hover {
    color: #b90a2a;
}

main h3 {
    margin-bottom: 25px;
}

.contactgegevens a {
    color: #151416;
    font-weight: bold;
}

section {
    position: relative;
    padding: 75px 0px;
}

.section-small {
    padding: calc(75px / 1.5);
}

#scrollDown span {
    position: absolute;
    bottom: 250px;
    left: calc(50% - 13px);
    width: 26px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 40px;
    box-sizing: border-box;
    z-index: 8;
}

#scrollDown span:before {
    position: absolute;
    top: 7px;
    left: 50%;
    content: "";
    width: 4px;
    height: 8px;
    margin-left: -2px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-animation: scrolldown 2s infinite;
    animation: scrolldown 2s infinite;
    box-sizing: border-box;
}

.navbar-footer {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.navbar-footer a {
    font-family: "CenturyGothic-Bold", sans-serif;
    line-height: 45px;
}

.navbar-footer .nav-link {
    padding: 0px;
}

.socials a {
    margin-right: 15px;
    font-size: 23px;
}

.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
    height: 60px !important;
    line-height: 55px;
}

.bw {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    position: absolute !important;
    top: 0px !important;
    height: 80vh !important;
}

.bw:after {
    opacity: 0.9;
}

footer {
    padding: 75px 0px;
}

footer .btn-social {
    padding: 13px;
    font-size: 25px;
    color: #b90a2a;
}

footer .btn-social:hover {
    color: #b90a2a;
}

footer strong {
    font-family: "CenturyGothic-Bold", sans-serif;
}

footer .nav-link {
    font-family: "CenturyGothic", sans-serif;
}

footer .navbar {
    opacity: 0.5;
}

footer .contactgegevens .contactinfo {
    padding: 35px;
}

footer .contactgegevens .contactinfo:first-of-type {
    border-bottom: 1px rgba(244, 244, 244, 0.6) solid;
}

.footer_link {
    font-weight: bold;
    color: #151416;
}

.footer_link:hover {
    color: #b90a2a !important;
}

.copyright {
    padding-bottom: 75px;
    font-size: 0.9rem;
    line-height: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
}

.footerbarmenu {
    list-style: none;
}

.footerbarmenu li {
    display: inline-block;
}

.footerbarmenu li .nav-link {
    padding: 10px;
}

.title {
    display: block;
    color: #b90a2a;
    font-family: "CenturyGothic", sans-serif;
}

.nieuwsbrief {
    padding: 35px 75px;
    margin-top: 30px;
    margin-bottom: -20px;
    border-radius: 0px;
}

.coupon-row {
    display: none;
}

@keyframes scrolldown {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 15px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 1545px) {
    .logo {
        width: 180px !important;
    }

    .container {
        max-width: 1320px;
    }

    .navbar-toggler {
        font-size: 1.2rem;
    }
}

@media (max-width: 1440px) {
    .typecolor {
        height: 415px;
    }

    .video-container .caption {
        top: 105px;
        left: 60px;
    }

    .product-uitgelicht {
        margin-right: 60px;
    }
}

@media (max-width: 1300px) {
    .product-uitgelicht {
        padding: 25px 30px;
    }
}

@media (max-width: 1240px) {
    .product-cont {
        padding: 50px 40px;
    }

    .product-cont .inner h4 {
        font-size: 1.2rem;
        overflow-wrap: normal;
    }

    .quooker-zelf-samenstellen {
        display: block;
    }

    .typecolor img {
        max-width: 300px;
    }
}

@media (max-width: 1200px) {
    .caption {
        padding: 30px;
    }

    .caption h1 {
        font-size: 2.4rem;
    }

    .logo {
        margin: 0px auto;
    }

    .dienstenmenu .dropdown-menu .nav-item:last-of-type {
        border-bottom: 0px !important;
    }

    .dienstenmenu .nav-link {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .dienstenmenu .dropdown-menu {
        position: relative !important;
        transform: inherit !important;
        background: transparent;
        border: 0px;
    }

    .dienstenmenu .dropdown-menu .dropdown-item {
        font-size: 1.1rem;
        line-height: 1.4rem;
        font-family: "CenturyGothic", sans-serif;
        font-weight: normal;
        padding: 0.5rem 1rem;
    }

    .dienstenmenu .dropdown-menu .dropdown-item:active {
        background: transparent;
        color: #b90a2a;
    }

    .dienstenmenu .menu-mobile-small .nav-link {
        font-size: 1.1rem;
        line-height: 1.4rem;
        font-family: "CenturyGothic", sans-serif;
        font-weight: normal;
    }

    h1 {
        font-size: 2.2rem;
    }

    .borderlight .typekranen .typecolor {
        padding: 40px 10px !important;
    }

    .borderlight .typekranen .typecolor img {
        max-height: 270px;
    }

    .borderlight .bordercontainer {
        border: 20px #eee solid;
    }

    .borderlight .leverbaarin li {
        line-height: 23px !important;
    }

    .btn {
        padding: 20px 25px !important;
    }

    .btn-primary {
        font-size: 1rem !important;
    }

    .product-uitgelicht {
        padding: 25px 30px;
        width: 30%;
    }

    .product-uitgelicht P {
        display: none;
    }

    .navbar-toggler {
        font-size: 1.1rem;
        margin-top: 9px;
    }

    .navbar-toggler i {
        font-size: 1.4rem;
    }
}

@media (max-width: 1130px) {
    .product-amount {
        padding: 2px 5px;
    }

    .captionz {
        max-width: 54% !important;
        left: 75px;
    }

    .cart_item {
        padding: 30px 0px;
    }
}

@media (max-width: 992px) {
    body, html {
        font-size: 16px;
        line-height: 28px;
    }

    .reservoir-keuzehulp {
        width: 64px;
        bottom: 10px;
        height: 80px;
    }

    .reservoir-keuzehulp img {
        max-height: 86px;
        left: 2px;
    }

    .keuzehulp-mobiel {
        transform: rotate(-90deg);
        transform-origin: left bottom;
        /* optioneel: bepaalt het draaipunt */
        display: inline-block;
        /* nodig zodat transform werkt op inline elementen zoals <span> */
        margin-left: 16px;
        position: absolute;
        font-size: 14px !important;
        bottom: 4px;
    }

    .borderlight {
        padding-top: 0px;
    }

    .breadcrumb {
        padding: 0px;
    }

    .top, .feedbackcompany {
        padding: 4px 0px;
    }

    .captionz {
        top: 90px;
    }

    .feedbackcompanyreviews {
        display: none !important;
    }

    .page-template-type_kraan iframe {
        height: 285px;
    }

    .owl-fotos .foto .photo {
        height: 230px;
    }

    .topalert {
        font-size: 16px;
        line-height: 20px;
    }

    .alert {
        padding: 10px !important;
    }

    .cart-customlocation {
        width: auto;
        margin-right: 15px;
    }

    .montageinfo {
        font-size: 1rem;
    }

    .typecolor img {
        max-width: 240px;
    }

    .mobileimageconfigurator {
        display: none;
    }

    #scrollDown {
        display: none;
    }

    .configurator-img img {
        position: relative;
    }

    h1, h2 {
        font-size: 1.8rem;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 4px;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 4px;
    }

    .breadcrumb {
        font-size: 0.85rem;
    }

    .typecolor {
        margin-right: 5px;
        margin-left: 5px;
        padding: 20px 20px;
        margin-bottom: 10px;
        height: 300px;
    }

    .typecolor img {
        right: -10px;
    }

    .btn-default {
        padding: 18px 30px !important;
    }

    .ml-4 {
        margin: 0px !important;
    }

    .mobilesection {
        padding: 0px;
    }

    .absoluteimg {
        position: relative !important;
    }

    .caption {
        padding: 60px 35px;
    }

    .home .caption {
        padding-bottom: 125px !important;
    }

    .medewerker .inner {
        margin: 30px;
    }

    .contactinfo {
        padding: 30px;
    }

    .homepageimg {
        height: 360px;
    }

    .ml-right {
        width: auto;
    }

    .pod-inner {
        padding-right: 0px !important;
    }

    .copyright {
        text-align: center;
    }

    .copyright .text-right {
        text-align: center !important;
    }

    .block-xl {
        padding: calc(var(--padding-horizontal) + 15px) 35px;
    }

    .absoluteimg-left {
        left: 0px;
        max-width: 100% !important;
    }

    .pods li {
        padding-left: 0px;
        padding-right: 0px;
    }

    .quick-nav li a {
        font-size: 1.2rem;
    }

    .quick-nav li a .ar {
        height: 32px;
        width: 32px;
        font-size: 22px;
        padding: 5px;
    }

    .home .bg .caption h1 {
        padding-right: 15vw;
    }

    .logo {
        width: 170px !important;
    }

    .section-small {
        padding: 15px;
    }

    .navbar-modal {
        position: relative;
        height: 64px;
        width: 75px;
        margin-right: 0px;
        text-align: center;
        margin-top: 0px;
        z-index: 200;
    }

    .navbar-modal .navbar-toggler i {
        margin-right: 5px;
    }

    .bg {
        height: auto;
        background-position: 56% center;
    }

    #scrollDown span {
        bottom: 45px;
    }

    .navbar-toggler {
        position: relative;
        z-index: 200;
        margin-top: 11px;
    }
}

@media (max-width: 991px) {
    .totop-xl {
        margin-top: 0px;
    }

    .figure {
        height: 100vh;
    }
}

@media (max-width: 768px) {
    section {
        padding: 40px 0px;
    }

    .dropdown-menu {
        padding: 0px;
    }

    .productfilterresults .product-cont {
        padding: 15px 0px;
    }

    .opvoorraad {
        width: 100%;
    }

    .bannercube {
        height: 300px;
        display: block;
        margin: 0px auto;
    }

    .cart-customlocation {
        margin-right: 10px;
    }

    header .logo {
        width: 140px !important;
    }

    .text-right-keuzehulp {
        width: max-content;
        float: right;
    }

    .top {
        font-size: 16px;
        padding: 2px 0px;
    }

    .top img, .feedbackcompany img {
        display: block;
        float: left;
        max-height: 20px;
        max-width: 20px !important;
        margin-right: 3px !important;
        margin-top: 6px !important;
        width: 20px;
    }

    .woocommerce-cart-form .woocommerce-Price-currencySymbol, .woocommerce-checkout .woocommerce-Price-currencySymbol {
        display: inline-block !important;
        width: auto;
    }

    .bg-small {
        min-height: 35vh;
    }

    .woocommerce div.product div.images {
        margin-bottom: 15px !important;
    }

    .woocommerce div.product div.images img {
        max-height: 275px !important;
        width: auto !important;
    }

    .wcpa_productGroup_item label {
        line-height: 40px;
    }

    .wcpa_productGroup_item img {
        height: 85px !important;
        float: left !important;
    }

    .borderlight .bordercontainer {
        border: 15px #eee solid;
    }

    .borderlight .inhoud {
        padding: 25px 20px;
    }

    .variations .woo-variation-items-wrapper .image-variable-items-wrapper .image-variable-item {
        height: 90px !important;
        width: 90px !important;
    }

    .reservoirstypes .block {
        padding: 50px 30px;
    }

    .montageinfo {
        margin-top: 30px;
    }

    .reservoir-slider .typecolor img {
        right: -55px;
    }

    .leverbaarin li {
        margin-bottom: 10px;
    }

    .typekranen img {
        display: block;
        margin: 0px auto;
    }

    .block-filter {
        margin-bottom: 50px;
    }

    .wcpa_productGroup_item img {
        float: inherit;
    }

    .top a {
        margin-right: 14px;
    }

    .intro {
        font-size: 1rem;
        line-height: inherit;
    }

    .typecolor img {
        width: 100%;
        max-width: 200px;
    }

    .block-mobile {
        padding: 30px 15px;
    }

    .cart_item span {
        display: block;
        width: 100%;
    }

    .cart_item .wcpa_cart_type_color-group span {
        display: none;
    }

    footer .collapse {
        display: block !important;
    }

    footer .collapse ul {
        margin-bottom: 20px;
    }

    footer .collapse strong {
        font-size: 1.1rem;
    }

    footer .collapse a {
        line-height: 35px;
    }

    .montageinfo {
        line-height: 30px;
    }

    .montageinfo li {
        margin-bottom: 15px;
    }

    .caption {
        display: none;
        max-width: 100%;
        left: 0px;
    }

    .fa-ul {
        margin-bottom: 20px;
    }

    .fa-ul tr {
        margin-bottom: 5px;
        padding-bottom: 6px;
        display: block;
    }

    .fa-ul td {
        padding: 0px;
        display: block;
        width: 100%;
        line-height: 26px;
    }

    .logo {
        width: 150px !important;
    }

    .shoppingcart .block {
        padding: 15px;
    }

    header {
        padding: 10px 0px;
    }

    .reviews-footer {
        margin-top: 15px;
    }

    .reviews-footer .__fbcw__bar-widget {
        width: 100% !important;
    }

    .video_showroom {
        height: 200px;
    }

    .video_showroom video {
        bottom: 0px;
    }

    .reviews {
        display: block;
        margin-bottom: 50px;
    }

    .reviews .__fbcw__bar-widget {
        justify-content: center !important;
    }

    .__fbcw__bar-widget .__fbcw__bar-widget__content, .__fbcw__bar-widget .__fbcw__bar-widget__score {
        justify-content: center !important;
    }

    .dienstbuttons a {
        margin-bottom: 15px;
    }

    .instagrams img {
        margin-bottom: 15px;
    }

    #main h1 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    .ikbenmarcel {
        position: relative;
        margin-top: -75px;
    }

    header .logo {
        margin-top: -10px;
    }

    .cart-customlocation i {
        font-size: 21px;
    }

    .cart-customlocation .notify {
        right: -10px;
        width: 20px;
        height: 20px;
        line-height: 21px;
    }

    .btn-configurate {
        display: inline-block;
        margin: 0px auto;
        margin-top: 25px;
    }

    .btn-primary {
        font-size: 1rem !important;
    }

    .btn-primary i {
        margin-left: 15px !important;
    }

    .btn {
        padding: 20px 20px !important;
        width: 100%;
    }

    .cart-collaterals .product-cont {
        padding: 5px;
    }

    .wcpa_cart_val span {
        float: left;
    }

    .wcpa_cart_type_image-group, .woocommerce-cart-form .wcpa_cart_type_color-group, .woocommerce-cart-form .wcpa_cart_type_color-group p, .woocommerce-cart-form .wcpa_cart_type_image-group p, .woocommerce-checkout-review-order-table .wcpa_cart_type_color-group, .woocommerce-checkout-review-order-table .wcpa_cart_type_color-group p, .woocommerce-checkout-review-order-table .wcpa_cart_type_image-group, .woocommerce-checkout-review-order-table .wcpa_cart_type_image-group p {
        margin: 2px 0px !important;
    }

    .wcpa_cart_type_color-group .wcpa_cart_color {
        height: 50px !important;
        width: 50px !important;
    }

    .bigscreen .screen {
        height: 300px;
        min-height: 300px;
        border: 15px #0b131a solid !important;
    }

    .configurator-img {
        height: auto;
    }

    .offset-1 {
        margin-left: 15px;
    }

    .video-container {
        padding: 0px;
    }

    .video {
        position: relative;
        display: block;
        width: 100%;
    }

    .kraan-usp {
        display: block;
    }

    .kraan-usp .icoon {
        display: inline-block;
        max-height: 45px;
        width: 35px;
    }

    .kraan-usp .inner {
        display: inline-block;
        width: calc(100% - 80px);
        float: left;
    }
}

@media (max-width: 568px) {
    .leverbaarin li {
        width: 28%;
    }

    .colorselect {
        height: 45px;
        width: 45px;
    }
}

/* ==========================================================================
   Blog archive
   ========================================================================== */

.blog-archive {
    padding-bottom: 90px;
}

.blog-archive__grid {
    row-gap: 40px;
}

/* Undo the bold/heading font the global .intro class applies */
.blog-archive__intro {
    font-family: 'CenturyGothic', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    color: #7F888A !important;
}

.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid #ebebeb;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.blog-card:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.blog-card:hover .blog-card__image figure {
    transform: scale(1.04);
}

.blog-card:hover .blog-card__title {
    color: #b90a2a;
}

.blog-card__image {
    overflow: hidden;
}

.blog-card__image figure {
    height: 210px;
    background-size: cover;
    background-position: center;
    margin: 0;
    transition: transform 0.35s ease;
}

.blog-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 24px 24px;
}

.blog-card__date {
    display: block;
    font-size: 0.75rem;
    color: #b90a2a;
    margin-bottom: 8px;
    font-family: 'CenturyGothic', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.blog-card__title {
    font-size: 1.05rem;
    color: #151416;
    margin-bottom: 10px;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.blog-card__excerpt {
    font-size: 0.875rem;
    color: #7F888A;
    line-height: 1.7;
    flex: 1;
    margin-bottom: 18px;
}

.blog-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    font-family: 'CenturyGothic', sans-serif;
    color: #b90a2a;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.blog-card:hover .blog-card__link {
    gap: 10px;
}

.blog-pagination {
    gap: 6px;
}

.blog-pagination a,
.blog-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e0;
    font-size: 0.875rem;
    color: #151416;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.blog-pagination a:hover,
.blog-pagination span:hover,
.blog-pagination span.current {
    background: #b90a2a;
    border-color: #b90a2a;
    color: #fff;
}

/* ==========================================================================
   Blog detail
   ========================================================================== */

.blog-hero {
    position: relative;
    height: 520px;
    overflow: hidden;
}

.blog-hero__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.blog-hero__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.25) 55%, transparent 100%);
    padding-bottom: 55px;
}

.blog-hero__overlay .title {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
}

.blog-hero__overlay h1 {
    color: #fff !important;
    font-size: 2.6rem;
    max-width: 760px;
    margin-bottom: 0;
    line-height: 1.25;
}

.blog-content {
    padding-top: 65px;
    padding-bottom: 90px;
}

.blog-inhoud {
    font-size: 0.93rem;
    line-height: 1.85;
}

.blog-inhoud h2 {
    color: #151416;
    font-size: 1.5rem;
    margin-top: 2.25rem;
    margin-bottom: 0.75rem;
}

.blog-inhoud h3 {
    color: #151416;
    font-size: 1.2rem;
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
}

.blog-toc {
    position: sticky;
    top: 120px;
    background: #f8f8f6;
    border-left: 3px solid #b90a2a;
    padding: 22px 20px;
    border-radius: 0 4px 4px 0;
}

.blog-toc__title {
    font-family: 'CenturyGothic-Bold', sans-serif;
    font-size: 0.95rem;
    color: #151416;
    margin-bottom: 14px;
}

.blog-toc #toc-nav ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.blog-toc #toc-nav li {
    list-style: none !important;
    margin-bottom: 7px;
}

.blog-toc #toc-nav li::before {
    display: none !important;
}

.blog-toc #toc-nav li a {
    color: #7F888A;
    font-size: 0.875rem;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.blog-toc #toc-nav li a:hover {
    color: #b90a2a;
}

.blog-toc #toc-nav li.toc-h3 a {
    font-size: 0.825rem;
}

/*# sourceMappingURL=style.css.map */
