<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body #container .categorieblokken.row1 {
    margin-top: 40px;
}

body #container .categorieblokken ul {
    list-style-type: none;
    margin: 0;
    display: inline-block;
    width: 100%;
}

body #container .categorieblokken ul li:not(:last-child) {
    margin-right: 1.33%;
}

body #container .categorieblokken ul li {
    float: left;
    width: 24%;
    height: 230px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

body #container .categorieblokken ul {
    list-style-type: none;
}

body #container .categorieblokken ul li a {
    display: block;
    height: 100%;
    position: relative;
}

body #container .categorieblokken ul li a .custom-icon:before {
    content: "";
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.3s;
}

body #container.home main .widget-7 ul.custom li a span.custom-icon img {
    margin: 0;
}

body #container .categorieblokken ul li a .custom-icon img {
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

body #container .categorieblokken ul li a span.menu-item-text {
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    padding: 0px 20px;
    position: absolute;
    z-index: 999;
    top: 0;
    display: flex;
    width: 100%;
    text-align: center;
    bottom: 0;
    justify-content: center;
    align-items: center;
}

.all-categories {
    display: none !important;
}

#configuration-placeholder-widget-796 .first.active {
    display: none !important;
}


/*

- #7f2470 = Knop kleur / Primary kleur
- #141414 / #7d7d7e = Secondary kleur
- rgb(19 19 19 / 0.6) = Hover product/categorie item
- #ddd = Lijn/border kleur
- #111 = Tekstkleur

- 318451 = Pagina nummer, vervangen met contactpagina nummer

*/

.custom-item.item-3.custom.resource-234637 {
    display: none;
}

#configuration-placeholder-widget-655 {
    display: none;
}

@media only screen and (min-width: 90.063em) {
    #placeholder-content-bottom .row {
        max-width: 89.875rem;
        margin-left: auto;
        margin-right: auto;
    }
    
    html body .row.fullwidth-row {
        max-width: 100%;
    }
    
    html body #container.productSet .row.fullwidth-row {
        max-width: 89.875rem;
    }
}

/* Large and up (Computer and up) */
@media screen and (min-width: 64.063em) {
    #placeholder-content-bottom .row {
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto;
    }
    
    .category-selection ul li:nth-child(-n+8) {
        margin-bottom: 40px;
    }
    
    html body #container .productpagina-filter &gt; form {
        display: block !important;
    }
    
    .desktop-hide {
        display: none !important;
    }
    
    html header.fixed {
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
        top: -100px;
    }
    
    header.fixed .hoofdmenu,
    header.fixed .logo {
        margin: auto;
        visibility: hidden;
        opacity: 0;
    }
    
    #container header.fixed .zoekbalk {
        width: 50%;
        min-width: 500px;
    }
    
    #container header.fixed #placeholder-header-bottom .widget-menu {
        width: 20%;
        min-width: 270px;
    }
    
    #container header.fixed #placeholder-header-bottom-wrapper {
        height: 0;
        margin: 0;
        top: 0;
        position: absolute;
    }
    
    #container header.fixed #placeholder-header-bottom {
        z-index: 99999999;
        height: 91px;
        display: flex;
        align-items: center;
    }
    
    #container header.fixed + main {
        margin-top: 150px;
    }
    
  
    
}

/* Large and up (Computer till *) */
@media only screen and (min-width: 64.063em) {
    html .collectie &gt; ul {
        height: 455px;
    }
    
    body .row.fullwidth-row {
        max-width: 100%;
    }
    
    body #container.productSet .row.fullwidth-row {
        max-width: 75rem;
    }
    
}

/* Large and down (Computer till mobile) */
@media only screen and (max-width: 64.063em) {
    html .banner-fullwidth &gt; ul &gt; li:first-child{
        max-width: 75rem; 
    }
    
}

/* Voor 2 collectie blokken (Dit is het punt wanneer hij gaat krimpen op desktop, als de witruimte op is) */
@media only screen and (max-width: 1208px) {
    html .collectie &gt; ul {
        height: 37.5vw;
    }
    
    #container .usp &gt; ul &gt; li {
        flex: 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
    }
    
    #container .usp &gt; ul &gt; li:nth-child(-n+2) {
        margin-bottom: 5%;
    }
    
    #container .usp &gt; ul &gt; li &gt; ul li {
        display: flex;
        flex: 100%;
        -ms-flex: 100%;
        max-width: initial;
        border: none;
        padding: 0;
        justify-content: center;
    }
    
    #container .usp &gt; ul &gt; li &gt; ul &gt; li span.custom-icon {
        border: 1px solid #646464;
        margin: 0;
        border-radius: 50rem;
        display: flex;
        width: 9vw;
        height: 9vw;
        justify-content: center;
        align-items: center;
        padding: 20%;
    }
    
    #container .usp &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
        margin-top: 3%;
    }
    
}


/* Small and medium (Small + Tablet) */
@media screen and (max-width: 64em) {
    .mobile-tablet-hidden {
        display: none !important;
    }

    #adminbar,
    #page-layout-editor {
        display: none;
    }

    html {
        margin: 0 !important;
    }

    #container {
        margin-top: 45px !important;
        padding-top: 0;
    }

    html .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        margin-left: -250px;
        transition: all 0.3s ease;
    }

    html .mobile-menu.opened {
        margin-left: 0px;
    }

    html .mobile-menu .nav-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 45px;
        background: #7f2470;
        position: fixed;
        width: 100%;
        left: 0;
        transition: left 0.3s ease;
    }

    html .mobile-menu.opened .nav-bar {
        left: 250px;
    }

    html .mobile-menu a,
    html .mobile-menu i,
    html .mobile-menu p,
    html .mobile-menu span,
    html .mobile-menu li {
        color: #fff;
    }

    html .mobile-menu .nav-bar .menu-toggle {
        display: flex;
        height: 100%;
        position: relative;
        width: 45px;
    }

    html .mobile-menu .nav-bar .menu-toggle &gt; a {
        position: absolute;
        width: 45px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    html .mobile-menu .nav-bar .menu-toggle &gt; a img {
        position: absolute;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    html .mobile-menu .nav-bar .menu-toggle &gt; a img.open {
        opacity: 1;
        visibility: visible;
    }

    html .mobile-menu .nav-bar .menu-toggle &gt; a img.close {
        opacity: 0;
        visibility: hidden;
        left: 12px;
    }

    html .mobile-menu.opened .nav-bar .menu-toggle &gt; a img.open {
        opacity: 0;
        visibility: hidden;
    }

    html .mobile-menu.opened .nav-bar .menu-toggle &gt; a img.close {
        opacity: 1;
        visibility: visible;
    }

    html .mobile-menu .nav-bar .logo &gt; span {
        font-weight: 500;
        font-size: 16px;
    }

    html .mobile-menu .nav-bar .small-menu {
        display: flex;
        height: 100%;
        position: relative;
    }

    html .mobile-menu .nav-bar .small-menu &gt; a {
        position: relative;
        width: 45px;
        height: 100%;
        display: inherit;
        align-items: center;
        justify-content: center;
        font-size: 16px;

    }

    html .mobile-menu .nav-bar .small-menu &gt; a:not(:last-child):after {
        content: "";
        border-left: 1px solid rgb(255 255 255 / 0.6);
        display: block;
        height: 50%;
        position: absolute;
        right: 0;
    }

    html .mobile-menu .nav-bar .small-menu &gt; a i {
        color: #fff;
    }

    html .mobile-menu aside.nav-bar-menu {
        width: 250px;
        top: 0;
        bottom: 0;
        height: 100%;
        position: fixed;
        background: #fff;
        z-index: 9;
        overflow: hidden;
    }

    html .mobile-menu aside.nav-bar-menu a,
    html .mobile-menu aside.nav-bar-menu i,
    html .mobile-menu aside.nav-bar-menu p,
    html .mobile-menu aside.nav-bar-menu span,
    html .mobile-menu aside.nav-bar-menu li {
        color: #111;
    }

    html .mobile-menu aside.nav-bar-menu &gt; ul {
        display: block;
        height: 100%;
        overflow-y: auto;
        list-style-type: none;
        margin: 0;
        position: static;
        overflow-x: hidden;
    }

    html .mobile-menu aside.nav-bar-menu ul &gt; li {
        border-bottom: 1px solid #e4e4e4;
        display: block;
        background: #f9f9f9;
    }

    html .mobile-menu aside.nav-bar-menu ul &gt; li &gt; a,
    html .mobile-menu aside.nav-bar-menu ul &gt; li &gt; span {
        font-size: inherit;
        padding: 12px 35px 12px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 400;
        background-color: transparent;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        position: relative;
        z-index: 2;
        outline: none;
        width: 95%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow-x: hidden;
    }

    html .mobile-menu aside.nav-bar-menu &gt; ul &gt; li.children &gt; a:after,
    html .mobile-menu aside.nav-bar-menu &gt; ul &gt; li.children &gt; span:after {
        content: "\f054";
        font-family: fontAwesome;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
        z-index: 2;
        font-size: 10px;
        line-height: 1em;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    html .mobile-menu aside.nav-bar-menu &gt; ul &gt; li &gt; ul {
        display: block;
        height: 100%;
        overflow-y: auto;
        list-style-type: none;
        margin: 0;
        position: absolute;
        top: 0;
        width: 100%;
        background: #f9f9f9;
        z-index: 9;
        left: 100%;
        transition: .3s ease;
    }

    html .mobile-menu aside.nav-bar-menu &gt; ul &gt; li &gt; ul.visible {
        left: 0;
    }

    html .mobile-menu aside.nav-bar-menu &gt; ul &gt; li &gt; ul &gt; li:first-child,
    html .mobile-menu aside.nav-bar-menu &gt; ul &gt; li.home {
        background: rgb(0 0 0 / 9%);
    }

    html .mobile-menu aside.nav-bar-menu ul &gt; li a.back i {
        font-size: 10px;
        margin-right: 0.5rem;
    }

    html .mobile-menu aside.nav-bar-menu &gt; ul &gt; li.mobile-seperate {
        margin-top: 2rem;
        border-top: 1px solid #e4e4e4;
    }

    #container .collectie {
        margin-top: 1.3rem;
    }

    html .collectie &gt; ul   {
        height: 30vw;
        display: inline-flex;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
        grid-column-gap: 1.3rem;
    }
    
    html .collectie &gt; ul &gt; li {
        height: 100%;
    }
    
    html .items.product-view-large li.item .overlay-wrapper, html .items.product-view-large li.item.list-item .overlay-wrapper {
        max-height: none;
        margin-left: auto;
        margin-right: auto;
    }
    
    html .items.product-view-large li.item .overlay-wrapper {
        margin-bottom: 10px;
    }
    
    html #container .slide-products .items.product-view-large li.item {
        -ms-flex: 0 0 50%;
        flex: 0 50%;
        max-width: 50%;
    }
    
    html #container .slide-products .items.product-view-large li.item:nth-child(-n+2) {
        display: none;
    }
    
    .items.product-view-large li.item .overlay-wrapper .product-information .flex .colors-display .colors &gt; span:nth-child(-n+6) {
        display: inline-block;
    }
    
    .items.product-view-large li.item .overlay-wrapper .product-information .flex .colors-display .colors &gt; span:nth-child(6) {
        box-shadow: none;
    }
    
    .items.product-view-large li.item .overlay-wrapper .product-information .flex .colors-display .colors &gt; span:nth-child(6) &gt; div &gt; span {
        background: none !important;
    }
    
    .items.product-view-large li.item .overlay-wrapper .product-information .flex .colors-display .colors &gt; span:nth-child(6) &gt; div &gt; span:before {
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        line-height: 1em;
        color: #111;
        font-size: 14px;
    }
    
    html #container .slide-products .pager ul li.previous {
        left: 0.5rem;
    }
    
    html #container .slide-products .pager ul li.next {
        right: 0.5rem;
    }
    
    html .banner-fullwidth ul {
        height: 45vw;
    }
    
    html #container .items.product-view-small li.item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    html #container.category main .head-category .items.product-view-small .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    #container.search main .large-3.medium-4.columns, 
    #container.no_children_category main .large-3.medium-4.columns, 
    #container.search main .large-9.medium-8.columns, 
    #container.no_children_category main .large-9.medium-8.columns {
        width: 100%;
    }
    
    html #container main .productpagina-filter .filter-checkboxlist, 
    html #container main .productpagina-filter .filter-colorblocklist {
        max-height: initial;
    }
    
    #container #toggle-filter {
        margin-top: 3%;
    }
    
    html #container .productpagina-filter &gt; form {
        border: 1px solid #ddd;
        padding: 20px;
        border-radius: 0px 0px 4px 4px;
    }
    
    html #container .productpagina-filter .filter-checkboxlist label {
        margin-bottom: 15px;
        line-height: normal;
    }
    
    html .widget-product-lijst .filter-products {
        margin: 0;
    }
    
    html .widget-product-lijst .filter-products .pagenumbers {
        order: 2;
        width: 100%;
    }
    
    html .widget-product-lijst .filter-products.top .pagenumbers {
        margin-top: 1rem;
    }
    
    html .widget-product-lijst .filter-products .pagenumbers ul.yiiPager {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    
    html .widget-product-lijst .filter-products .pagenumbers ul.yiiPager li {
        float: left;
        padding: 0 3px;
        flex: 1;
    }
    
    html .widget-product-lijst .filter-products .pagenumbers ul.yiiPager a:link, 
    html .widget-product-lijst .filter-products .pagenumbers ul.yiiPager a:visited {
        border: 1px solid #ddd;
        width: 100%;
        height: 45px;
        display: flex;
        overflow: hidden;
        align-items: center;
        position: relative;
        justify-content: center;
        border-radius: 4px;
    }
    
    html .widget-product-lijst .filter-products .pagenumbers ul.yiiPager .previous, 
    html .widget-product-lijst .filter-products .pagenumbers ul.yiiPager .next {
        margin: 0;
    }
    
    html .widget-product-lijst .filter-products .pagenumbers ul.yiiPager .previous {
        padding-left: 0;
    }
    
    html .widget-product-lijst .filter-products .pagenumbers ul.yiiPager .next {
        padding-right: 0;
    }
    
    html .widget-product-lijst .filter-products .pagenumbers ul.yiiPager .next a &gt; span, 
    html .widget-product-lijst .filter-products .pagenumbers ul.yiiPager .previous a &gt; span {
        display: none;
    }
    
    html .widget-product-lijst .filter-products .sortby {
        flex: 1;
    }
    
    #container main .widget-4 .list-view .template-switcher-container {
        display: block;
    }
    
    html body main .items.product-view-large li.item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    html #container.productSet .widget-productset-detail.main-image, html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget {
        width: 100%;
    }
    
    html .widget-productset-detail .product-image .product-images li a {
        border: 1px solid #ddd;
    }
    
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget {
        padding-top: 3%;
    }
    
    html main .filter-colorblocklist label, 
    html main .color-values label, 
    html main .chosen-filteritem label {
        width: 50px;
        height: 33px;
    }
    
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider li.attachment-item .attachment-values .attachment .attachment-value span {
        padding: 10px 15px;
    }
    
    html .row.specify-info &gt; div {
        width: 100%;
        flex: 100%;
    }
    
    html .row.specify-info &gt; div.pricing {
        margin-bottom: 2rem;
        border-bottom: 1px solid #ddd;
        padding-bottom: 2rem;
    }
    
    html .row.specify-info &gt; div.seperator {
        display: none;
    }
    
    
    html #container .order-details-popup .form-wrapper {
        width: 100%;
        height: 100%;
    }
    
    html #container .order-details-popup .form-wrapper h2 {
        padding-right: 85px;
    }
    
    html #container .order-details-popup form .items .large-block-grid-2 &gt; .row {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    html #container .widget-winkelwagen .checkout-cart .cart-summary &gt; h2 {
        margin-bottom: 1%;
    }
    
    html #container.staticPage.staticPage-318451 main .widget-statische-pagina.content {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 1 100%;
        padding-bottom: 0;
    }
    
    html #container.staticPage.staticPage-318451 main .google-maps {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 1 100%;
        padding-top: 0;
        min-height: 45vw;
    }
    
    html #container main .contact-wrapper &gt; form .row {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    html #container main .contact-wrapper &gt; form .row.buttons input {
        display: block;
    }
    
    html .bg-gray {
        padding: 4% 4% 4% 4%;
    }
    
    html #container .bg-gray .contact-wrapper {
        margin: 0;
        padding: 7% 3%;
    }
    
    html #container main #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    footer #placeholder-footer-wrapper #placeholder-footer .widget-7 {
        flex: 100%;
        display: flex;
        justify-content: center;
    }
    
    footer #placeholder-footer-wrapper #placeholder-footer .widget-7:not(:first-child) {
        margin-top: .5rem;
    }
    
    footer #placeholder-footer-wrapper #placeholder-footer .widget-7.betaalmethoden {
        margin-top: 2rem;
    }
    
    footer #placeholder-footer-wrapper #placeholder-footer .widget-7.betaalmethoden &gt; ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
}

/* Medium only (Tablet) */
@media screen and (min-width: 40em) and (max-width: 64em) {
    .tablet-hidden {
        display: none;
    }
    
    #container .category-selection ul li {
        -ms-flex: 0 0 50%;
        flex: 0 50%;
        max-width: 50%;
    }
    
    .category-selection ul li:nth-child(n+2) {
        margin-bottom: 40px;
    }
    
    .category-selection ul li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    html body .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        margin-left: -250px;
        transition: all .3s ease;
    }
    
    html body .widget:not(.slide-products) .items.product-view-large li.item:not(.list-item):nth-child(n+3) {
        border-top: 1px solid #ddd;
        margin-top: 1rem;
        padding-top: 1rem;
    }
    
    html .items.product-view-large li.item .overlay-wrapper .product-information h3.product-title, 
    html #container .items.product-view-small li.item .overlay-wrapper .product-information h3.product-title {
        height: 4.5vw;
    }
    
    html .widget-productset-detail .product-image &gt; .action-label-product {
        left: calc(25% + 25px);
    }
    
    html .widget-productset-detail .product-image .product-main-image {
        -ms-flex: 0 0 65%;
        flex: 0 65%;
        max-width: 65%;
    }
    
    html .widget-productset-detail .product-image .product-images {
        grid-template-columns: 50% 50%;
        grid-gap: 15px;
        padding-right: 15px;
        -ms-flex: 0 0 25%;
        flex: 0 25%;
        max-width: 25%;
    }
    
    .widget-productset-detail .product-image .product-images li:nth-child(-n+10) {
        display: inline-block;
    }
    
    html footer #placeholder-footer-top-wrapper {
        padding: 60px 0 40px;
    }
    
    footer #placeholder-footer-top .footer-menu:nth-child(3) {
        clear: left;
    }
    
    footer #placeholder-footer-top .footer-menu:nth-child(4n), footer #placeholder-footer-top .footer-menu:nth-child(4n-1)  {
        margin-top: 3rem;
    }
    
    html footer #placeholder-footer-wrapper {
        padding: 35px 0;
    }
    
 
    html body main .items.product-view-large li.item:nth-last-child(-n+2) {
        margin: 0;
    }
    
    
    
 
    html #container.staticPage main .widget-statische-pagina &gt; h1:first-of-type {
        padding-bottom: 2.5%;
    }
    
    html #container.staticPage main .widget-statische-pagina &gt; h1 {
        margin-bottom: 4%;
    }
    
    html #container main #mc_embed_signup {
        margin-top: 6%;
    }
    
    /* Font sizes Tablet */
    html #container.staticPage.staticPage-133 main .widget-statische-pagina h1 {
        font-size: 20vw;  /* 250px */
    }
    
    html #container.staticPage.staticPage-133 main .widget-statische-pagina h2 {
        font-size: 5vw; /* 60px */
    }
    
    html #container .category-title h1, 
    html #container.staticPage .textpage-title h1 {
        font-size: 3.4vw; /* 36px */
    }
    
    html .banner-fullwidth &gt; ul &gt; li:first-child &gt; ul li:first-child span.menu-item-text, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .main-details h1, 
    html h1, 
    html #container.staticPage main h1, 
    html main .widget-4 .list-view h1, 
    html main .widget-24 .list-view h1, 
    html #container.staticPage main .widget-statische-pagina &gt; h1 {
        font-size: 3vw; /* 32px */
    }
    
    html #container .tabs &gt; ul &gt; li &gt; span, 
    html h2, 
    html #container.staticPage main h2, 
    html main h2, 
    html #container.checkout main h2, 
    html #container.offerRequest main h2, 
    html #container.checkoutProcess main h2, 
    html #container.offerRequestProcess main h2, 
    html #container.completeOrder main h2, 
    html #container.completeOrderProcess main h2, 
    html #container.catalogue main h2, 
    html #container.catalogueProcess main h2, 
    html #container.offer main h2, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider &gt; li &gt; div.title label, 
    html #container.staticPage main .widget-statische-pagina &gt; h2, 
    html main #accordion.ui-accordion .ui-accordion-header, 
    html main #accordion.ui-accordion .ui-state-active, 
    html .news &gt; ul &gt; li:first-child span.menu-item-text {
        font-size: 2.7vw; /* 28px */
    }
    
    html .collectie ul li ul li:first-child span.menu-item-text, 
    html .news &gt; ul li ul li:nth-child(2) span.menu-item-text, 
    html h3, 
    html #container.staticPage main h3, 
    html main .widget-4 h3, 
    html main .widget-24 h3, 
    html #container.checkout main h3, 
    html #container.offerRequest main h3, 
    html #container.checkoutProcess main h3, 
    html #container.offerRequestProcess main h3, 
    html #container.completeOrder main h3, 
    html #container.completeOrderProcess main h3, 
    html #container.catalogue main h3, 
    html #container.catalogueProcess main h3, 
    html #container.offer main h3 {
        font-size: 2.1vw; /* 22px */
    }
    
    html #container .tabs &gt; ul &gt; li &gt; ul li span, 
    html .footer-menu h3, 
    html #container .productpagina-filter h3, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .main-details .price span, 
    html #container .widget-winkelwagen .checkout-cart label[for="discountCode"], 
    html h4, 
    html #container.staticPage main h4, 
    html main .widget-4 h4, 
    html main .widget-24 h4, 
    html .usp &gt; ul &gt; li &gt; ul &gt; li ul li:first-child span.menu-item-text {
        font-size: 2vw; /* 20px */
    }
    
    html .items.product-view-large li.item .overlay-wrapper .product-information .flex .price,
    html #container .items.product-view-small li.item .overlay-wrapper .product-information .flex .price, 
    html h5, 
    html #container.staticPage main h5, 
    html main .widget-4 h5, 
    html main .widget-24 h5, 
    html .widget-product-lijst .filter-products .pagenumbers ul.yiiPager li, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider li.attachment-item .attachment-values .pcp-location-title, 
    html #container .widget-winkelwagen .checkout-cart .hide-discount.right input + a, 
    html #container.staticPage-133 main .widget-statische-pagina h3, 
    html #container.staticPage-133 main .widget-statische-pagina a.button.outline-white, 
    html #container .category-title h1 + span.contact, 
    html #container.staticPage .textpage-title h1 + span.contact {
        font-size: 1.9vw; /* 18px */
    }
    
    html .collectie ul li ul li:nth-child(2) span.menu-item-text, 
    html .items.product-view-large li.item .overlay-wrapper .product-information h3.product-title, 
    html #container .items.product-view-small li.item .overlay-wrapper .product-information h3.product-title, 
    html .collectie ul li ul li:last-child a, 
    html .banner-fullwidth &gt; ul &gt; li:first-child &gt; ul li:nth-child(2) a, 
    html body, 
    html #container, 
    html ul li, 
    html ol li,
    html dl, 
    html input, p, 
    html main p, 
    html main #accordion.ui-accordion .ui-accordion-content p, 
    html body .button, 
    html button, 
    html body .ui-dialog .ui-dialog-buttonpane button, 
    html body input[type="button"], 
    html body input[type="reset"], 
    html body input[type="submit"], 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .buttons &gt; div.add-to-cart, 
    html #container .productpagina-filter .filter-checkboxlist label, 
    html #container .order-details-popup form .items .item .columns input,
    html #container .order-details-popup form .items .item .columns select,
    html #container .order-details-popup form .items .item .columns textarea,
    html input[type="text"],
    html input[type="password"],
    html input[type="date"],
    html input[type="datetime"],
    html input[type="datetime-local"],
    html input[type="month"],
    html input[type="week"],
    html input[type="email"],
    html input[type="number"],
    html input[type="search"],
    html input[type="tel"],
    html input[type="time"],
    html input[type="url"],
    html textarea,
    html select, 
    html #container header .zoekbalk form input, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .main-details .price, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .information-details ul li, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider &gt; li &gt; div.title .attribute-edit, 
    html .row.specify-info &gt; div table th, 
    html .row.specify-info &gt; div table td, 
    html #container .widget-winkelwagen .checkout-cart .items table tbody tr td, 
    html #container .widget-winkelwagen .checkout-cart .empty, 
    html #container .widget-winkelwagen .checkout-cart .hide-discount.right input, 
    html #container .widget-winkelwagen .checkout-cart .cart-summary &gt; .cart-pricing &gt; div &gt; span, 
    html #container .category-title h1 + span.contact a, 
    html #container.staticPage .textpage-title h1 + span.contact a, 
    html .usp &gt; ul &gt; li &gt; ul &gt; li ul li:last-child span.menu-item-text, 
    html #container .tabs #choose-category, 
    html footer #placeholder-footer-wrapper ul li a,
    html footer #placeholder-footer-wrapper ul li span, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider li.attachment-item .attachment-values .attachment .attachment-value span, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider ul.color-values li .attribute-value-label {
        font-size: 1.8vw; /* 16px */
    }
    
    html #container .items.product-view-large li.item .overlay-wrapper .overlay .specifications span, 
    html #container .items.product-view-small li.item .overlay-wrapper .product-information .specifications span, 
    html .news &gt; ul li ul li:last-child &gt; a, 
    html #container .category-breadcrumbs .breadcrumbs li a, 
    html #container .category-breadcrumbs .breadcrumbs li span, 
    html .footer-menu:not(.contact) ul li a, 
    html .footer-menu:not(.contact) ul li span, 
    html h6, 
    html #container.staticPage main h6, 
    html main .widget-4 h6, 
    html main .widget-24 h6, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider ul.size-values li span.attribute-value-label, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider .stock-indicator {
        font-size: 1.7vw; /* 15px */
    }
    
    html body, 
    html #container, 
    html ul li, 
    html ol li,
    html dl, 
    html input, 
    html p, 
    html main p, 
    html main #accordion.ui-accordion .ui-accordion-content p {
        line-height: 1.2em;
    }
    
}

/* Medium and up (Tablet and up) */
@media screen and (min-width: 40em) {
    .tablet-desktop-hidden {
        display: none !important;
    }
    
    html body .items.product-view-large li.item.list-item {
        height: auto;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 30px;
    }
    
    html body .items.product-view-large li.item.list-item:last-child {
        border: none;
        margin-bottom: 0;
    }
    
    .items.product-view-large li.item.list-item .overlay-wrapper {
        overflow: hidden;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        max-height: inherit;
    }
    
    .items.product-view-large li.item.list-item:last-child .overlay-wrapper {
        margin-bottom: 0;
    }
    
    .items.product-view-large li.item.list-item .overlay-wrapper .product-image {
        display: flex;
        margin-right: 30px;
        position: relative;
        text-align: center;
        flex-basis: 30%;
        align-items: center;
    }
    
    .items.product-view-large li.item.list-item .overlay-wrapper .product-image &gt; .item {
        position: relative;
        border-radius: 0;
        height: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    
    .items.product-view-large li.item.list-item .overlay-wrapper .product-image &gt; .item a img {
        padding-left: 20px;
    }
    
    .items.product-view-large li.item.list-item .overlay-wrapper .overlay {
        max-height: initial;
        padding: 0;
        margin: 0;
        width: auto;
        border: none;
        display: block;
    }
    
    #container .items.product-view-large li.item.list-item .overlay-wrapper .overlay .overlay-gallery ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        align-content: start;
        position: relative;
        width: auto;
        border: none;
        border-right: 1px solid #ddd;
        display: flex;
        flex-flow: column;
        -ms-flex-flow: column;
    }
    
    #container .items.product-view-large li.item.list-item .overlay-wrapper .overlay .overlay-gallery ul &gt; li {
        height: 100%;
    }
    
    #container .items.product-view-large li.item.list-item .overlay-wrapper .overlay .overlay-gallery ul &gt; li:not(:last-child) {
        margin-bottom: 10px;
    }
    
    #container .items.product-view-large li.item.list-item .overlay-wrapper .overlay .overlay-gallery ul &gt; li:nth-child(4) {
        margin-bottom: 0;
    }
    
    #container .items.product-view-large li.item.list-item .overlay-wrapper .overlay .overlay-gallery ul li img {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: auto;
    }
    
    .items.product-view-large li.item.list-item .overlay-wrapper .product-information {
        flex: 1;
    }
    
    .items.product-view-large li.item:not(.list-item) .overlay-wrapper:hover .product-information {
        -webkit-transform: translateY(-101px);
        transform: translateY(-101px);
        border-top: 1px solid #d7d7d7;
    }
    
    #container .items.product-view-large li.item.list-item .overlay-wrapper .product-information .description {
        display: inline-block;
        width: 100%;
        margin: 1rem 0;
    }
    
    #container .items.product-view-large li.item.list-item .overlay-wrapper .product-information .specifications {
        display: inline-block;
        margin-bottom: 1rem;
    }
    
}

/* Small only (Mobile) */
@media screen and (max-width: 40em) {
    .mobile-hide {
        display: none !important;
    }
    
    html .usp {
        display: none !important;
    }
    
    html header #placeholder-header-wrapper .widget-8.widget-winkelwagen {
        margin-right: auto;
    }
    
    html #container .category-selection ul li {
        -ms-flex: 0 0 100%;
        flex: 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    html body .mobile-menu {
        margin-left: calc(-100% + 45px);
    }

    html body .mobile-menu.opened .nav-bar {
        left: calc(100% - 45px);
    }

    html body .mobile-menu aside.nav-bar-menu {
        width: calc(100% - 45px);
    }
    
    html .collectie &gt; ul {
        height: auto;
        display: inline-flex;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
        grid-column-gap: 1.3rem;
        position: relative;
        flex-wrap: wrap;
    }
    
    html .collectie &gt; ul &gt; li {
        width: 100%;
        height: 50vw;
    }
    
    html #container.home .usp &gt; ul &gt; li, html #container.productSet .usp &gt; ul &gt; li {
        flex: 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
    }
    
    html #container.home .usp &gt; ul &gt; li:not(:last-child), html #container.productSet .usp &gt; ul &gt; li:not(:last-child) {
        margin-bottom: 8%;
    }
    
    html body #container .slide-products .items.product-view-large li.item {
        -ms-flex: 0 0 100%;
        flex: 0 100%;
        max-width: 100%;
    }
    
    html body #container .slide-products .items.product-view-large li.item:nth-child(-n+3) {
        display: none;
    }
    
    html .items.product-view-large li.item .overlay-wrapper .product-image &gt; .item {
        height: 375px;
    }
    
    html .slide-products .items.product-view-large li.item .overlay-wrapper {
        margin-bottom: 0;
    }
    
    html #container .items.product-view-large li.item.list-item .overlay {
        display: none;
    }
    
    #container .items.product-view-large li.item.list-item .overlay-wrapper .product-information .description, 
    #container .items.product-view-large li.item.list-item .overlay-wrapper .product-information .specifications, 
    #container .items.product-view-large li.item.list-item .overlay-wrapper .product-information .buttons {
        display: none;
    }
     
      
    html .mobile-menu .nav-bar section.logo {
        line-height: 1em;
    }
    
    html header #placeholder-header-bottom-wrapper {
        margin-bottom: 20px;
    }
    
    html header .widget.logo {
        margin: 5% 0;
    }
    
    html header .logo img {
        margin: auto;
    }
    
    html body .offerHide.show, 
    html body .cartHide.show {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
    
    html header .widget-winkelwagen .cart-price {
        padding-top: 17px;
        padding-bottom: 22px;
    }
    
    html header .widget-winkelwagen .shoppingCart {
        padding-top: 12px;
        padding-bottom: 21px;
    }
    
    html #container .collectie {
        margin-top: 4%;
    }
    
    html .collectie &gt; ul &gt; li:first-child {
        margin-bottom: 4%;
    }
    
    html #container .usp &gt; ul &gt; li &gt; ul &gt; li span.custom-icon {
        width: 22vw;
        height: 22vw;
    }
    
    html #container .tabs &gt; ul &gt; li &gt; ul li {
        border-radius: 0;
        padding: 0px 10px;
        width: 100%;
        border: 1px solid #111;
    }
    
    html #container .tabs &gt; ul &gt; li &gt; ul li:first-child {
        border-radius: 4px 4px 0px 0px;
    }
    
    html #container .tabs &gt; ul &gt; li &gt; ul li:last-child {
        border-radius: 0px 0px 4px 4px;
    }
    
    html #container .tabs &gt; ul &gt; li &gt; ul li:not(:last-child) {
        border-bottom: 0;
    }
    
    html #container .tabs &gt; ul &gt; li &gt; ul li.ui-state-active {
        z-index: 2;
        border: 1px solid #111;
    }
    
    html #container .tabs &gt; ul &gt; li &gt; ul li.ui-state-active + li {
        border-top: 0;
    }
    
    html #container .tabs &gt; ul &gt; li &gt; ul li &gt; span {
        border: none;
    }
    
    html body .banner-fullwidth ul {
        height: auto;
    }
    
    html .banner-fullwidth &gt; ul &gt; li:first-child {
        position: relative;
    }
    
    html .banner-fullwidth &gt; ul &gt; li:last-child {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
    
    html .banner-fullwidth &gt; ul &gt; li:first-child &gt; ul, 
    html .banner-fullwidth &gt; ul &gt; li:first-child &gt; ul li:last-child, 
    html .banner-fullwidth &gt; ul &gt; li:first-child &gt; ul li:last-child &gt; span {
        display: block;
        width: 100%;
    }
    
    html .banner-fullwidth &gt; ul &gt; li:first-child &gt; ul {
        padding: 15px 0;
    }
    
    html body #container .items.product-view-small li.item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: none;
    }
    
    html body #container .items.product-view-small li.item:nth-child(-n+3) {
        display: block;
    }
    
    html .items.product-view-large li.item .overlay-wrapper .product-information h3.product-title, 
    html #container .items.product-view-small li.item .overlay-wrapper .product-information h3.product-title {
        height: 10.5vw;
    }
    
    html a.view-more {
        padding: 18px;
        text-transform: uppercase;
        background-color: #111;
        background: #111;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff !important;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        line-height: 1em;
        font-weight: 600 !important;
        margin: 0;
        height: inherit;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        text-shadow: none;
        background-image: none;
        border: 0;
        left: auto;
        position: relative;
        text-decoration: none;
        overflow: visible;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        opacity: 1;
        font-family: Roboto, sans-serif;
    }
    
    html a.view-more i {
        margin-left: 8px;
        position: relative;
        top: -1px;
    }
    
    html .news &gt; ul &gt; li:first-child {
        margin-bottom: 3%;
        margin-top: 5%;
    }
    
    html .news &gt; ul &gt; li:not(:first-child) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    html .news &gt; ul &gt; li:not(:first-child) {
        margin-top: 5%;
    }
    
    html footer #placeholder-footer-top-wrapper  {
        padding: 40px 0 20px;
    }
    
    footer #placeholder-footer-top .footer-menu:not(:last-child) {
        margin-top: 1.5rem;
    }
    
    html #container:not(.home) main #placeholder-content-top {
        padding: 9% 0;
    }
    
    html #container.category main .head-category {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    html body #container.category main .head-category .items.product-view-small .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-top: 15px;
        padding-bottom: 15px;
    }
    
    html body #container.category main .head-category .items.product-view-small .item:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }
    
    html .breadcrumbs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    html #container.productSet .breadcrumbs {
        justify-content: flex-start;
    }
    
    html #container .items.product-view-large, html #container .items.product-view-small {
        margin: 0;
    }
    
    html body main .items.product-view-large li.item, html body .items.product-view-large li.item.list-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
    }
    
    html body .widget:not(.slide-products) .items.product-view-large li.item:not(:first-child) {
        border-top: 1px solid #ddd;
        margin-top: 1rem;
        padding-top: 1rem;
    }
    
    html .widget-productset-detail .product-image &gt; .action-label-product {
        left: calc(0% + 25px);
    }
    
    html .widget-productset-detail .product-image .product-main-image {
        -ms-flex: 0 0 100%;
        flex: 0 100%;
        max-width: 100%;
    }
    
    html .widget-productset-detail .product-image .product-images {
        grid-gap: 2.3%;
        grid-auto-flow: column;
        -ms-flex: 0 0 100%;
        flex: 0 100%;
        max-width: 100%;
        margin-top: 2rem;
        display: flex;
    }
    
    .widget-productset-detail .product-image .product-images li {
        flex: 0 20%;
    }
    
    .widget-productset-detail .product-image .product-images li:nth-child(-n+5) {
        display: inline-block;
    }
    
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .buttons &gt; div.add-to-cart, 
    html body #container .widget-winkelwagen .checkout-cart .cart-summary .buttons .button, 
    html #container .widget-winkelwagen .checkout-cart .cart-summary .buttons .button:first-child {
        margin: 0;
        margin-top: .5rem;
        flex: 100%;
    }
    
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider li .attachment-values .attachment &gt; li {
        margin-top: 2%;
    }
    
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider li .attachment-values .attachment &gt; li:not(:last-child) {
        margin-right: 2%;
    }
    
    
    html #container .order-details-popup form .items .item {
        margin-bottom: 15px;
    }
    
    html #container .detail-description {
        padding: 2rem 0;
    }
    
    html #container.staticPage main .widget-statische-pagina &gt; h1:first-of-type {
        padding-bottom: 3.5%;
    }
    
    html #container.staticPage main .widget-statische-pagina &gt; h1 {
        margin-bottom: 6%;
    }
    
    html #container main #mc_embed_signup {
        margin-top: 10%;
    }
    
    /* Font sizes Mobile  */
    html #container.staticPage.staticPage-133 main .widget-statische-pagina h1 {
        font-size: 20vw;  /* 250px */
    }
    
    html #container.staticPage.staticPage-133 main .widget-statische-pagina h2 {
        font-size: 5vw; /* 60px */
    }
    
    html #container .category-title h1, 
    html #container.staticPage .textpage-title h1 {
        font-size: 6vw; /* 36px */
    }
    
    html .banner-fullwidth &gt; ul &gt; li:first-child &gt; ul li:first-child span.menu-item-text, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .main-details h1, 
    html h1, 
    html #container.staticPage main h1, 
    html main .widget-4 .list-view h1, 
    html main .widget-24 .list-view h1, 
    html #container.staticPage main .widget-statische-pagina &gt; h1 {
        font-size: 5.4vw; /* 32px */
    }
    
    html #container .tabs &gt; ul &gt; li &gt; span, 
    html h2, 
    html #container.staticPage main h2, 
    html main h2, 
    html #container.checkout main h2, 
    html #container.offerRequest main h2, 
    html #container.checkoutProcess main h2, 
    html #container.offerRequestProcess main h2, 
    html #container.completeOrder main h2, 
    html #container.completeOrderProcess main h2, 
    html #container.catalogue main h2, 
    html #container.catalogueProcess main h2, 
    html #container.offer main h2, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider &gt; li &gt; div.title label, 
    html #container.staticPage main .widget-statische-pagina &gt; h2, 
    html main #accordion.ui-accordion .ui-accordion-header, 
    html main #accordion.ui-accordion .ui-state-active, 
    html .news &gt; ul &gt; li:first-child span.menu-item-text {
        font-size: 5.1vw; /* 28px */
    }
    
    html .collectie ul li ul li:first-child span.menu-item-text, 
    html .news &gt; ul li ul li:nth-child(2) span.menu-item-text, 
    html h3, 
    html #container.staticPage main h3, 
    html main .widget-4 h3, 
    html main .widget-24 h3, 
    html #container.checkout main h3, 
    html #container.offerRequest main h3, 
    html #container.checkoutProcess main h3, 
    html #container.offerRequestProcess main h3, 
    html #container.completeOrder main h3, 
    html #container.completeOrderProcess main h3, 
    html #container.catalogue main h3, 
    html #container.catalogueProcess main h3, 
    html #container.offer main h3 {
        font-size: 4.5vw; /* 22px */
    }
    
    html #container .tabs &gt; ul &gt; li &gt; ul li span, 
    html .footer-menu h3, 
    html #container .productpagina-filter h3, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .main-details .price span, 
    html #container .widget-winkelwagen .checkout-cart label[for="discountCode"], 
    html h4, 
    html #container.staticPage main h4, 
    html main .widget-4 h4, 
    html main .widget-24 h4, 
    html .usp &gt; ul &gt; li &gt; ul &gt; li ul li:first-child span.menu-item-text {
        font-size: 4.4vw; /* 20px */
    }
    
    html .items.product-view-large li.item .overlay-wrapper .product-information .flex .price,
    html #container .items.product-view-small li.item .overlay-wrapper .product-information .flex .price, 
    html h5, 
    html #container.staticPage main h5, 
    html main .widget-4 h5, 
    html main .widget-24 h5, 
    html .widget-product-lijst .filter-products .pagenumbers ul.yiiPager li, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider li.attachment-item .attachment-values .pcp-location-title, 
    html #container .widget-winkelwagen .checkout-cart .hide-discount.right input + a, 
    html #container.staticPage-133 main .widget-statische-pagina h3, 
    html #container.staticPage-133 main .widget-statische-pagina a.button.outline-white, 
    html #container .category-title h1 + span.contact, 
    html #container.staticPage .textpage-title h1 + span.contact {
        font-size: 4.3vw; /* 18px */
    }
    
    html .collectie ul li ul li:nth-child(2) span.menu-item-text, 
    html .items.product-view-large li.item .overlay-wrapper .product-information h3.product-title, 
    html #container .items.product-view-small li.item .overlay-wrapper .product-information h3.product-title, 
    html .collectie ul li ul li:last-child a, 
    html .banner-fullwidth &gt; ul &gt; li:first-child &gt; ul li:nth-child(2) a, 
    html body, 
    html #container, 
    html ul li, 
    html ol li,
    html dl, 
    html input, p, 
    html main p, 
    html main #accordion.ui-accordion .ui-accordion-content p, 
    html body .button, 
    html button, 
    html body .ui-dialog .ui-dialog-buttonpane button, 
    html body input[type="button"], 
    html body input[type="reset"], 
    html body input[type="submit"], 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .buttons &gt; div.add-to-cart, 
    html #container .productpagina-filter .filter-checkboxlist label, 
    html #container .order-details-popup form .items .item .columns input,
    html #container .order-details-popup form .items .item .columns select,
    html #container .order-details-popup form .items .item .columns textarea,
    html input[type="text"],
    html input[type="password"],
    html input[type="date"],
    html input[type="datetime"],
    html input[type="datetime-local"],
    html input[type="month"],
    html input[type="week"],
    html input[type="email"],
    html input[type="number"],
    html input[type="search"],
    html input[type="tel"],
    html input[type="time"],
    html input[type="url"],
    html textarea,
    html select, 
    html #container header .zoekbalk form input, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .main-details .price, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .information-details ul li, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider &gt; li &gt; div.title .attribute-edit, 
    html .row.specify-info &gt; div table th, 
    html .row.specify-info &gt; div table td, 
    html #container .widget-winkelwagen .checkout-cart .items table tbody tr td, 
    html #container .widget-winkelwagen .checkout-cart .empty, 
    html #container .widget-winkelwagen .checkout-cart .hide-discount.right input, 
    html #container .widget-winkelwagen .checkout-cart .cart-summary &gt; .cart-pricing &gt; div &gt; span, 
    html #container .category-title h1 + span.contact a, 
    html #container.staticPage .textpage-title h1 + span.contact a, 
    html .mobile-menu .nav-bar .logo &gt; span, 
    html .usp &gt; ul &gt; li &gt; ul &gt; li ul li:last-child span.menu-item-text, 
    html main #container .tabs #choose-category, 
    html footer #placeholder-footer-wrapper ul li a,
    html footer #placeholder-footer-wrapper ul li span, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider li.attachment-item .attachment-values .attachment .attachment-value span, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider ul.color-values li .attribute-value-label {
        font-size: 4.2vw; /* 16px */
    }
    
    html #container .items.product-view-large li.item .overlay-wrapper .overlay .specifications span, 
    html #container .items.product-view-small li.item .overlay-wrapper .product-information .specifications span, 
    html .news &gt; ul li ul li:last-child &gt; a, 
    html #container .category-breadcrumbs .breadcrumbs li a, 
    html #container .category-breadcrumbs .breadcrumbs li span, 
    html .footer-menu:not(.contact) ul li a, 
    html .footer-menu:not(.contact) ul li span, 
    html h6, 
    html #container.staticPage main h6, 
    html main .widget-4 h6, 
    html main .widget-24 h6, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider ul.size-values li span.attribute-value-label, 
    html #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider .stock-indicator {
        font-size: 4.1vw; /* 15px */
    }
    
    html body, 
    html #container, 
    html ul li, 
    html ol li,
    html dl, 
    html input, 
    html p, 
    html main p, 
    html main #accordion.ui-accordion .ui-accordion-content p {
        line-height: 1.5em;
    }

}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .items.product-view-large li.item .overlay-wrapper .product-information .flex .colors-display .colors &gt; span:nth-child(-n+5) {
        display: inline-block;
    }
    
    .items.product-view-large li.item .overlay-wrapper .product-information .flex .colors-display .colors &gt; span:nth-child(5) {
        box-shadow: none;
    }
    
    .items.product-view-large li.item .overlay-wrapper .product-information .flex .colors-display .colors &gt; span:nth-child(5) &gt; div &gt; span {
        background: none !important;
    }
    
    .items.product-view-large li.item .overlay-wrapper .product-information .flex .colors-display .colors &gt; span:nth-child(5) &gt; div &gt; span:before {
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        line-height: 1em;
        color: #111;
        font-size: 14px;
    }
    
    html .banner-fullwidth ul {
        height: 40vw;
    }
}

@media only screen and (min-width: 90em) {
    html .collectie &gt; ul {
        height: 550px;
    }
    
    .items.product-view-large li.item .overlay-wrapper .product-information .flex .colors-display .colors &gt; span:nth-child(-n+6) {
        display: inline-block;
    }
    
    .items.product-view-large li.item .overlay-wrapper .product-information .flex .colors-display .colors &gt; span:nth-child(6) {
        box-shadow: none;
    }
    
    .items.product-view-large li.item .overlay-wrapper .product-information .flex .colors-display .colors &gt; span:nth-child(6) &gt; div &gt; span {
        background: none !important;
    }
    
    .items.product-view-large li.item .overlay-wrapper .product-information .flex .colors-display .colors &gt; span:nth-child(6) &gt; div &gt; span:before {
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        line-height: 1em;
        color: #111;
        font-size: 14px;
    }

}

html .offerHide.show,
html .cartHide.show {
    visibility: visible;
    opacity: 1;
    width: auto !important;
    margin-left: auto !important;
    padding-left: 0.59375rem !important;
    padding-right: 0.59375rem !important;
    height: auto;
}

html {
    margin: 0 !important;
}

body {
    background: #fff;
    margin: 0 auto;
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-align: left;
}

body:after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}

body.black {
    overflow: hidden;
}

body.black:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

::-webkit-scrollbar-track {
    background-color: #dbdbdb;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #7f2470;
}

::-webkit-scrollbar-thumb::hover,
::-webkit-scrollbar-thumb::focus {
    background-color: #4b4b4b;
}

::selection {
  background: rgb(0 0 0 / 20%); /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: rgb(0 0 0 / 20%); /* Gecko Browsers */
}

#container {
    overflow: hidden !important;
}

#container.productSet .row.fullwidth-row {
    max-width: 77.375rem;
}

body,
#container,
ul li,
ol li,
dl, 
input,
p,
main p,
main #accordion.ui-accordion .ui-accordion-content p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    color: #111;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

h1,
#container.staticPage main h1,
main .widget-4 .list-view h1,
main .widget-24 .list-view h1 {
    font-family: sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    margin: 0;
    margin-bottom: 20px;
}

h2,
#container.staticPage main h2,
main h2,
#container.checkout main h2,
#container.offerRequest main h2,
#container.checkoutProcess main h2,
#container.offerRequestProcess main h2,
#container.completeOrder main h2,
#container.completeOrderProcess main h2,
#container.catalogue main h2,
#container.catalogueProcess main h2,
#container.offer main h2 {
    font-family: sans-serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    margin: 0;
    margin-bottom: 17px;
}

h3,
#container.staticPage main h3,
main .widget-4 h3,
main .widget-24 h3,
#container.checkout main h3,
#container.offerRequest main h3,
#container.checkoutProcess main h3,
#container.offerRequestProcess main h3,
#container.completeOrder main h3,
#container.completeOrderProcess main h3,
#container.catalogue main h3,
#container.catalogueProcess main h3,
#container.offer main h3 {
    font-family: sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    margin: 0;
    margin-bottom: 14px;
}

h4,
#container.staticPage main h4,
main .widget-4 h4,
main .widget-24 h4 {
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    margin: 0;
    margin-bottom: 10px;
}

h5,
#container.staticPage main h5,
main .widget-4 h5,
main .widget-24 h5 {
    font-family: sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    margin: 0;
    margin-bottom: 7px;
}

h6,
#container.staticPage main h6,
main .widget-4 h6,
main .widget-24 h6 {
    font-family: sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    margin: 0;
    margin-bottom: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6,
#container.staticPage main h1,
#container.staticPage main h2,
#container.staticPage main h3,
#container.staticPage main h4,
#container.staticPage main h5,
#container.staticPage main h6,
main .widget-4 h3,
main .widget-24 h3 {
    color: #111;
    clear: both;
    text-transform: none;
    border: none;
    height: auto;
    text-align: inherit;
}

table th {
    text-align: left;
}

#container.staticPage img {
    width: auto;
}

#container.staticPage main .widget-statische-pagina &gt; h1 {
    font-size: 32px;
    position: relative;
    line-height: 1.3em;
    margin: 0;
    margin-bottom: 3%;
}

#container.staticPage main .widget-statische-pagina &gt; h1:first-of-type {
    padding-bottom: 1.5%;
}

#container.staticPage:not(.staticPage-133) main .widget-statische-pagina &gt; h1:first-of-type::after {
    margin: 0;
    right: inherit;
    background-color: #111;
    position: absolute;
    content: "";
    height: 3px;
    width: 50px;
    left: 0;
    bottom: 0;
}

#container.staticPage main .widget-statische-pagina &gt; h2 {
    font-size: 28px;
    padding: 0;
    line-height: 1em;
}

a:link,
a:visited {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-decoration: none;
    color: #111;
}

#container.staticPage .content a:visited {
    color: #3290af;
}

#container.staticPage .content a:link:hover:not(.button),
#container.staticPage .content a:visited:hover:not(.button) {
    text-decoration: underline;
}

html .button,
button,
html .ui-dialog .ui-dialog-buttonpane button,
html input[type="button"],
html input[type="reset"],
html input[type="submit"],
#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .buttons &gt; div.add-to-cart {
    padding: 18px;
    text-transform: uppercase;
    background: #7f2470;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600 !important;
    margin: 0;
    height: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    text-shadow: none;
    background-image: none;
    border: 0;
    left: auto;
    position: relative;
    text-decoration: none;
    overflow: visible;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 1;
    font-family: Roboto, sans-serif;
}

html .button:hover,
html .button:focus,
html button:hover,
html .ui-dialog .ui-dialog-buttonpane button:hover,
html button:focus,
html .ui-dialog .ui-dialog-buttonpane button:focus,
html input[type="button"]:hover,
html input[type="button"]:focus,
html input[type="reset"]:hover,
html input[type="reset"]:focus,
html input[type="submit"]:hover,
html input[type="submit"]:focus,
#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .buttons &gt; div.add-to-cart:hover,
#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .buttons &gt; div.add-to-cart:focus {
    opacity: .8;
    background-color: #7f2470 !important;
}

header {
    background: #fff;
}

header.fixed {
    width: 100%;
    left: 0;
    position: initial;
    top: 0;
    z-index: 99;
}

header #placeholder-header-top-wrapper,
header #placeholder-header-wrapper,
#container header #placeholder-header-bottom-wrapper {
    height: inherit;
    line-height: inherit;
    background: inherit;
    border: none;
    overflow: unset;
}

header &gt; * &gt; * &gt; * {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

header .logo img {
    max-height: 140px;
    width: auto;
    padding: 5px 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin-bottom: 20px;
    margin-top: 20px;
}

header .hoofdmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

header .hoofdmenu ul li {
    display: inline-block;
    position: relative;
}

header .hoofdmenu ul li a,
header .hoofdmenu ul li &gt; span {
    color: #111;
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0s ease-out;
    transition: all 0s ease-out;
    padding: 32px 15px;
    font-family: Josefin Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: none;
    font-style: normal;
}

header .hoofdmenu &gt; ul &gt; li.children:after {
    color: #111;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 13px;
    position: absolute;
    right: 2px;
    bottom: 39px;
    line-height: 1em;
}

header .hoofdmenu &gt; ul &gt; li &gt; a:after,
header .hoofdmenu &gt; ul &gt; li &gt; span:after {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: "";
    height: 2px;
    width: 63%;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 10px;
    background-color: #111;
    z-index: 10;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

header .hoofdmenu &gt; ul &gt; li:hover &gt; a:after,
header .hoofdmenu &gt; ul &gt; li:hover &gt; span:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

header .hoofdmenu ul li ul {
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    position: absolute;
    top: 100%;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 99 !important;
    width: 240px;
    text-align: left;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}

header .hoofdmenu ul &gt; li:hover &gt; ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

header .hoofdmenu &gt; ul &gt; li &gt; ul:not(.extra-children) &gt; li {
    display: block;
    float: left;
    width: 50%;
    border: none;
}

header .hoofdmenu ul &gt; li &gt; ul {
    border-top: 1px solid #111;
}

header .hoofdmenu &gt; ul &gt; li &gt; ul:not(.extra-children) {
    background-color: #fff;
    padding: 10px 0;
    width: 460px;
}

header .hoofdmenu ul li ul li {
    display: block;
    padding: 0 20px;
}

header .hoofdmenu ul li ul li a {
    display: block;
    color: #111;
    border-radius: 4px;
    padding: 10px 15px !important;
}

header .hoofdmenu ul li ul li:hover &gt; a {
    color: #fff;
    background-color: #7f2470;
}

header .hoofdmenu ul li ul li.children:after {
    color: #111;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 25px;
    top: 9px;
}

header .hoofdmenu ul li ul li.children:hover:after {
    color: #fff;
}

header .hoofdmenu ul li ul li ul {
    left: 100%;
    top: 0;
    width: 240px;
    max-height: 400px;
    overflow-y: auto;
    border-top: none;
}

header .hoofdmenu ul li ul li &gt; ul li {
    display: block;
    float: unset;
    margin: inherit;
    width: 100%;
    border: none;
}

header .zoekknop {
    max-width: 25px;
    padding-top: 31px;
    padding-bottom: 31px;
    color: #222;
    float: left;
    margin-left: 20px;
    display: none;
}

header .zoekknop img {
    cursor: pointer;
}

header #placeholder-header-wrapper .widget-8.widget-winkelwagen {
    min-height: inherit;
    margin: 0;
    margin-left: auto;
}

header .widget-winkelwagen .cart-price {
    color: #444;
    font-size: 20px;
    line-height: 1em;
    margin-left: 15px;
    vertical-align: middle;
    padding-top: 41px;
    padding-bottom: 28px;
    float: right;
}

header .widget-winkelwagen .shoppingCart {
    background: none;
    padding: 0;
    min-height: inherit;
    border-radius: inherit;
    margin-left: 20px;
    padding-top: 32px;
    padding-bottom: 31px;
}

header .widget-winkelwagen .shoppingCart &gt; a {
    color: #111;
}

header .widget-winkelwagen .shoppingCart .cart-icon {
    display: inline-block;
    color: #222;
    -webkit-transition: none;
    transition: none;
    position: relative;
}

header .widget-winkelwagen .shoppingCart .cart-icon svg {
    width: 26px;
    height: 26px;
    line-height: 1em;
    color: #111;
    vertical-align: bottom;
}

header .widget-winkelwagen .shoppingCart .cart-icon .item-counter {
    background-color: #7f2470;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    min-height: 25px;
    min-width: 25px;
    position: absolute;
    text-align: center;
    top: -16px;
    left: 11px;
    padding: 1px 6px;
}

header .shoppingCart:hover .shopping-cart-detail {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}

header .shoppingCart .shopping-cart-detail {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    width: 320px;
    z-index: 300;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    visibility: hidden;
    text-align: left;
    border-radius: 0;
    display: block;
    border: none;
    border-top: 3px solid #7f2470;
    padding: 0;
    padding-bottom: 20px;
}

header .shoppingCart .shopping-cart-detail .shopping-cart .empty {
    padding: 20px;
    color: #111;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3em;
    margin: 0;
    display: block;
    border-bottom: 1px solid #ddd;
}

header .shoppingCart .shopping-cart-detail .items {
    max-height: 350px;
    overflow: auto;
}

header .shoppingCart .shopping-cart-detail .items .item {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px 10px 40px;
    position: relative;

}

header .shoppingCart .shopping-cart-detail .items .item .cartRemove {
    width: auto;
    float: left;
    text-align: right;
}

header .shoppingCart .shopping-cart-detail .items .item * {
    display: inline-block;
    line-height: inherit;
    font-size: inherit;
}

header .shoppingCart .shopping-cart-detail .items .item .cartRemove a {
    background: none;
    overflow: inherit;
    line-height: normal;
    text-indent: inherit;
    position: absolute;
    line-height: 1em;
    top: 8px;
    left: 10px;
    display: block;
    font-weight: 700;
    height: 1em;
    width: 1em;
    text-align: center;
    font-size: 1.5em;
    color: #111;
    border-radius: 100%;
    text-decoration: none;
    border: 0;
}

header .shoppingCart .shopping-cart-detail .items .item .cartRemove a:hover {
    color: red !important;
    background-color: transparent !important;
}

header .shoppingCart .shopping-cart-detail .items .item .cartProduct {
    width: 100%;
}

header .shoppingCart .shopping-cart-detail .items .item .cartProduct .name {
    color: #111;
    display: block;
    font-weight: 700;
}

header .shoppingCart .shopping-cart-detail .items .item .cartProduct .name img {
    float: right;
    margin: 0;
    margin-left: 4px;
    width: 40px;
    height: auto;
    position: relative;
    display: block;
    border: none;
}

header .shoppingCart .shopping-cart-detail .items .item .cartProduct .name a {
    color: #111;
    font-weight: 700;
    display: flex;
    line-height: normal;
}

header .shoppingCart .shopping-cart-detail .items .item .cartProduct .quantity {
    color: #383838;
    border: none;
    border-radius: 2px;
    overflow: hidden;
    display: inline-block;
    width: calc(100% - 50px);
}

header .shoppingCart span {
    font-size: inherit;
    line-height: 1em;
    padding: 0;
    text-align: initial;
    display: initial;
    color: inherit;
}

header .shoppingCart .shopping-cart-detail .carttotal {
    padding: 20px;
    color: #111;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

header .shoppingCart .shopping-cart-detail .carttotal .subtotal {
    float: right;
    font-weight: 600;
}

header .shoppingCart .shopping-cart-detail .cartfooter {
    padding: 0;
    border: 0;
    text-align: center;
}

header .shoppingCart .shopping-cart-detail .cartfooter a {
    background-color: #7f2470;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    padding: 12px 15px;
    font-weight: 500;
    margin: 0 5px 5px;
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: inherit;
}

header .shoppingCart .shopping-cart-detail .cartfooter a:hover {
    opacity: .8;
}

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

.assortiment .toggle {
    border-radius: 4px;
    background-color: #7f2470;
    padding: 0 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 60px;
    -webkit-transition: all .3s ease 0s, border-radius .0s ease 0s;
    transition: all .3s ease 0s, border-radius .0s ease 0s;
}

.assortiment .toggle.opened {
    border-radius: 4px 4px 0 0;
}

.assortiment .toggle:hover {
    opacity: .8;
}

.assortiment .toggle img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.assortiment .toggle img.open {
    opacity: 1;
    visibility: visible;
}

.assortiment .toggle.opened img.open {
    opacity: 0;
    visibility: hidden;
}

.assortiment .toggle img.close {
    opacity: 0;
    visibility: hidden;
}

.assortiment .toggle.opened img.close {
    opacity: 1;
    visibility: visible;
}

.assortiment .toggle h3 {
    margin-left: 50px;
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    margin-top: 0;
}

.assortiment .toggle + ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
    z-index: 50;
    min-width: 100%;
    background: #f9f9f9;
    opacity: 0;
    visibility: hidden;
}

.assortiment .toggle.opened + ul {
    opacity: 1;
    visibility: visible;
}

.assortiment .toggle + ul li {
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    z-index: 1;
}

.assortiment .toggle + ul li a {
    font-size: inherit;
    padding: 12px 35px 12px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #111;
    font-weight: 400;
    background-color: #f9f9f9;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
    z-index: 2;
    outline: none;
}

.assortiment .toggle + ul li.children &gt; a:after {
    content: "\f054";
    font-family: fontAwesome;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    z-index: 2;
    color: #646464;
    font-size: 10px;
    line-height: 1em;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.assortiment .toggle + ul li.children &gt; a:hover:after {
    right: 10px;
}

.assortiment .toggle + ul li ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 100%;
    max-height: 500px;
    overflow-y: auto;
    width: 300px;
    border-left: 1px solid rgba(0, 0, 0, .1);
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .1);
}

.assortiment .toggle + ul &gt; li:hover &gt; ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.assortiment .toggle + ul &gt; li &gt; ul &gt; li a:hover {
    background-color: #f1f1f1;
}

#container header .zoekbalk {
    z-index: 9;
}

#container header .zoekbalk form {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    -ms-flex-line-pack: center;
    align-content: center;
}

#container header .zoekbalk form span.twitter-typeahead {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

#container header .zoekbalk form input {
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #fff;
    background-clip: padding-box;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5em;
    display: block;
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 58px;
    color: #111;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 10px 20px;
    width: calc(100% - 60px);
}

#container header .zoekbalk a {
    background: #7f2470 url(https://57e5f77c3915c5107909-3850d28ea2ad19caadcd47824dc23575.ssl.cf1.rackcdn.com/1598514195_zoeken-wit4x.png) no-repeat center center;
    background-size: 24px auto;
    background-color: #7f2470;
    padding: 0 18px;
    height: 58px;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: none;
    border-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: inherit;
    line-height: 1.5em;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    width: 60px;
    opacity: 1;
}

#container header .zoekbalk a:hover {
    opacity: 0.8;
}

header #placeholder-header-bottom-wrapper .widget-9 {
    margin: 0;
}

html .tt-menu.tt-open,
html .tt-menu {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-top: none;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
    margin-top: -2px;
    width: calc(100% + 1px);
    margin-left: -1px;
}

html .tt-menu .tt-suggestion {
    padding: 12px 35px 12px 20px;
    border-bottom: 1px solid #e4e4e4;
    color: #111;
}

html .tt-menu .tt-suggestion:last-child {
    border-bottom: 0px solid #e4e4e4;
}

#container.home {
    overflow: hidden;
}

#container.home main {
    margin-top: 0px;
    min-height: 50vh;
}

header #placeholder-header-bottom-wrapper {
    margin-bottom: 30px;
}

.widget-product-lijst .filter-products .pagenumbers ul.yiiPager .hidden a {
    color: inherit;
    border: none;
    display: none;
}

.widget-product-lijst .filter-products .pagenumbers ul.yiiPager a:link,
.widget-product-lijst .filter-products .pagenumbers ul.yiiPager a:visited {
    border: none;
    color: #b5b5b5;
    padding: 0 5px;
}

.widget-product-lijst .filter-products .pagenumbers ul.yiiPager .selected a {
    color: #111;
    background: none;
    font-weight: bold;
}

.widget-product-lijst .filter-products .pagenumbers ul.yiiPager .next {
    margin-left: 15px;
}

.widget-product-lijst .filter-products .pagenumbers ul.yiiPager .previous {
    margin-right: 15px;
}

.widget-product-lijst .filter-products .pagenumbers ul.yiiPager .next a,
.widget-product-lijst .filter-products .pagenumbers ul.yiiPager .previous a {
    color: #111;
}

.widget-product-lijst .filter-products .pagenumbers ul.yiiPager .next a i {
    font-size: 15px;
    padding-left: 3px;
    position: relative;
    top: 0px;
}

.widget-product-lijst .filter-products .pagenumbers ul.yiiPager .previous a i {
    font-size: 15px;
    padding-right: 3px;
    position: relative;
    top: 0px;
}

footer {
    background-color: #7f2470;
}

footer a:link,
footer a:visited {
    color: #fff;
}

footer #placeholder-footer-top-wrapper,
footer #placeholder-footer-wrapper,
footer #placeholder-footer-bottom-wrapper {
    background: transparent;
    height: auto;
    min-height: initial;
}

footer #placeholder-footer-top-wrapper {
    padding: 80px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

footer li,
footer span,
footer a {
    color: #fff;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #fff;
}

.footer-menu ul,
footer #placeholder-footer-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-menu.contact ul li:first-child span.menu-item-text {
    display: none;
}

.footer-menu.contact ul li:first-child .custom-icon img {
    margin-bottom: 6%;
    max-height: 20px;
    width: auto;
    image-rendering: -webkit-optimize-contrast;
}

.footer-menu.contact &gt; ul &gt; li &gt; a,
.footer-menu.contact &gt; ul &gt; li &gt; span {
    font-size: inherit;
    line-height: 1.5em;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.footer-menu.contact ul li:not(:first-child) span.custom-icon {
    width: 43px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
}

.footer-menu a:hover,
.footer-menu a:active,
.footer-menu a:hover span,
.footer-menu a:active span {
    color: #ccc;
}

.footer-menu h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    line-height: 1.3em;
    text-transform: uppercase;
}

.footer-menu h3:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 50px;
    height: 3px;
    border-radius: 4px;
}

.footer-menu:not(.contact) ul li {
    margin-bottom: 15px;
}

.footer-menu:not(.contact) ul li a,
.footer-menu:not(.contact) ul li span {
    font-size: 15px;
}

footer #placeholder-footer-wrapper {
    padding: 45px 0;
}

footer #placeholder-footer-wrapper #placeholder-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer #placeholder-footer-wrapper .widget-7 {
    margin: 0;
}

footer .socialmedia ul li,
footer .betaalmethoden ul li {
    float: left;
}

footer .socialmedia ul li:not(:first-child) {
    margin-left: 20px;
}

footer .socialmedia ul li .custom-image {
    height: 18px;
    filter: brightness(1);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-decoration: none;
}

footer .socialmedia ul li:hover .custom-image {
    filter: brightness(0.7);
}

footer .socialmedia ul li .custom-image img {
    width: auto;
    max-width: initial;
    max-height: 100%;
}

footer .betaalmethoden ul li:not(:first-child) {
    margin-left: 10px;
}

#container footer .betaalmethoden ul li .custom-image {
    height: 35px;
    max-width: 80px;
    align-items: center;
    display: flex;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

#container footer .betaalmethoden ul li:hover .custom-image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: url(desaturate.svg#greyscale);
    filter: none;
}

footer .betaalmethoden ul li .custom-image img {
    width: auto;
    min-width: 1px;
    max-width: 100%;
    max-height: 100%;
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

footer .clear {
    display: none !important;
}

footer #placeholder-footer-wrapper ul li {
    min-height: initial;
}

footer #placeholder-footer-wrapper ul li a,
footer #placeholder-footer-wrapper ul li span {
    color: #fff;
    font-size: 16px;
}

.widget {
    padding-left: 0.59375rem !important;
    padding-right: 0.59375rem !important;
}

.standard-padding {
    padding-left: 0.59375rem !important;
    padding-right: 0.59375rem !important;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.slider-groot .bx-controls-direction {
    display: none;
}

.slider-groot .bx-wrapper {
    margin: 0;
}

.slider-groot .bx-wrapper .bx-pager {
    padding: 0;
    bottom: 0px;
    text-align: left;
    padding-left: 7%;
    padding-bottom: 4%;
}

.slider-groot .bx-wrapper .bx-pager.bx-default-pager a {
    border: 2px solid rgba(255, 255, 255, 0.75) !important;
    margin: 0 3px;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    background: none;
}

.slider-groot .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider-groot .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #2d2d2d !important;
    border-color: #2d2d2d !important;
}

.collectie ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.collectie ul li .custom-icon + span.menu-item-text {
    display: none;
}

.collectie &gt; ul &gt; li {
    position: relative;
    height: 48%;
    overflow: hidden;
}

.collectie &gt; ul &gt; li:first-child {
    margin-bottom: 1.3rem;
}

.collectie &gt; ul &gt; li .custom-icon {
    display: block;
    height: 100%;
    width: 100%;
}

.collectie &gt; ul &gt; li .custom-icon img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.collectie ul li ul {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8% 4%;
    height: 100%;
    width: auto;
    max-width: 60%;
    min-width: 45%;
    background: rgb(255 255 255 / 0.35);
    margin: 0 5%;
    display: flex;
    flex-wrap: wrap;
    float: left;
    justify-content: flex-start;
    flex-direction: column;
    display: none;
}

.collectie ul li ul &gt; li {
    max-width: 100%;
    word-break: break-word;
    display: none;
}

.collectie ul li ul li:first-child span.menu-item-text {
    color: #111;
    text-transform: uppercase;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 22px;
}

.collectie ul li ul li:nth-child(2) span.menu-item-text {
    font-size: 16px;
    margin: 5px 0 0;
    line-height: 1.3em;
    font-weight: 400;
}

.collectie ul li ul li:last-child {
    position: relative;
    width: 100%;
    align-self: flex-end;
    display: flex;
    flex-grow: 1;
    align-items: flex-end;
    display: none;
}

.collectie ul li ul li:last-child a {
    background-color: inherit;
    padding: 0 0 8px;
    border-radius: 0;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #111;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    line-height: 1em;
    text-transform: uppercase;
    position: relative;
}

.collectie ul li ul li:last-child a:before {
    content: "";
    height: 2px;
    width: 32px;
    background-color: #111;
    bottom: -2px;
    left: 0;
    z-index: 2;
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.collectie ul li ul li:last-child a:hover:before {
    width: 100%;
}

.usp {
    margin: 5% 0;
}

#container.productSet .usp {
    margin: 5% 0;
    margin-bottom: 3%;
}

.usp ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.usp &gt; ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.usp &gt; ul &gt; li {
    flex-shrink: 0;
}

.usp &gt; ul &gt; li &gt; span, .usp &gt; ul &gt; li &gt; ul &gt; li &gt; * &gt; span.menu-item-text {
    display: none;
}

.usp li img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
}

.usp &gt; ul &gt; li &gt; ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.usp &gt; ul &gt; li &gt; ul &gt; li:first-child {
    flex: 0 5vw;
    max-width: 5rem;
    -ms-flex: 0 0 5rem;
    border-right: 2px solid #111;
    padding-right: 20px;
}

.usp &gt; ul &gt; li &gt; ul &gt; li:not(:first-child) {
    -ms-flex: 0 1 auto;
    flex: 1 auto;
    padding-left: 20px;
}

.usp &gt; ul &gt; li &gt; ul &gt; li span.custom-icon {
    display: block;
}

.usp &gt; ul &gt; li &gt; ul &gt; li ul li {
    line-height: normal;
}

.usp &gt; ul &gt; li &gt; ul &gt; li ul li:first-child span.menu-item-text {
    line-height: 1.3em;
    font-weight: 600;
    color: #222;
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
}

.usp &gt; ul &gt; li &gt; ul &gt; li ul li:last-child span.menu-item-text {
    margin: 0;
    font-size: 16px;
}

.seperator .seperator-line {
    width: 100%;
    display: block;
    border-bottom: 1px solid #DEDEDE;
}

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

.w-100 {
    width: 100% !important;
}

.widget-product-lijst {
    padding: 4% 0 4% 0;
    z-index: 1;
}

.header {
    margin-bottom: 5%;
    display: flex;
}

.header h2.title {
    color: #111111;
    margin: 0;
    line-height: 1.3em;
    text-transform: none;
    width: 100%;
}

html a.view-more {
    box-shadow: none;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #666;
}

html a.view-more:hover {
    color: #111;
}

html a.view-more i {
    margin-left: 3px;
    -webkit-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
}

html a.view-more:hover i {
    margin-left: 1px;
}

main .widget-4 .list-view,
main .widget-24 .list-view {
    padding: initial;
    border: none;
}

.banner-fullwidth {
    width: 100%;
    display: block;
}

.banner-fullwidth ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 28.5vw;
    display: block;
    overflow: hidden;
}

.banner-fullwidth ul li .custom-icon + span.menu-item-text {
    display: none;
}

.banner-fullwidth &gt; ul &gt; li:first-child &gt; span span.menu-item-text {
    display: none;
}

.banner-fullwidth &gt; ul &gt; li:first-child {
    z-index: 1;
    width: 100%;
    max-width: 89.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    padding-left: 0.59375rem !important;
    padding-right: 0.59375rem !important;
}

.banner-fullwidth &gt; ul &gt; li:last-child {
    height: 100%;
    display: block;
}

.banner-fullwidth &gt; ul &gt; li:last-child span.custom-icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-fullwidth &gt; ul &gt; li:first-child &gt; ul {
    display: table;
    position: relative;
    width: 100%;
    height: 100%
}

.banner-fullwidth &gt; ul &gt; li:first-child &gt; ul li:last-child a {
    color: white;
    text-decoration:none;
    display: inline-block;
    background: #7f2470;
    padding: 10px;
    border-radius: 2px;
    margin-top: 20px;
}

.banner-fullwidth &gt; ul &gt; li:first-child &gt; ul li:last-child a:hover {
    background: #8e0808;
}

.banner-fullwidth &gt; ul &gt; li:first-child &gt; ul li:nth-child(2) {
    display: table-cell;
    float: right;
    margin-bottom: 1%;
    padding-top: 13%;
    width: 100%;
}

.banner-fullwidth &gt; ul &gt; li:first-child &gt; ul li:nth-child(3) {
    clear: left;
}

.banner-fullwidth &gt; ul &gt; li:first-child &gt; ul li:first-child {
    padding: 0;
    width: 50%;
    text-align: right;
    display: table-cell;
    height: auto;
    vertical-align: bottom;
    position: relative;
    padding-right: 30px;
}

.banner-fullwidth &gt; ul &gt; li:first-child &gt; ul li:first-child &gt; span {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.banner-fullwidth &gt; ul &gt; li:first-child &gt; ul li:nth-child(2) span.menu-item-text {
    margin-top: 5px;
    font-size: 32px;
    line-height: 1.3em;
    font-weight: 700;
    color: black;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 230px;
}

.banner-fullwidth &gt; ul &gt; li:first-child &gt; ul li:nth-child(3) a {
    display: inline-block;
    font-size: 16px;
    line-height: 1em;
    font-weight: 700;
    color: #111;
    background-color: #fff;
    padding: 20px 32px;
    border-radius: 4px;
    text-align: center;
    outline: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 11px 0px 18px 0px rgb(139 139 139 / 65%);
    box-shadow: 11px 0px 18px 0px rgb(139 139 139 / 65%);
    white-space: nowrap;
}

.banner-fullwidth &gt; ul &gt; li:first-child &gt; ul li:nth-child(3) a:hover {
    background-color: #7f2470;
    color: #fff;
}

.category-selection {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}

#container .category-selection .title-head {
    margin-bottom: 3rem;
    text-align: center;
}

.category-selection ul {
    list-style-type: none;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}

.category-selection ul li {
    width: 100%;
    padding: 0;
    padding-right: 20px;
    padding-left: 20px;
    -ms-flex: 0 0 25%;
    flex: 0 25%;
    max-width: 25%;
}

.category-selection ul li a {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.category-selection ul li .custom-icon {
    display: block;
    width: 100%;
}

.category-selection ul li .custom-icon img {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    transition: .6s ease;
    -webkit-transition: .6s ease;
}

.category-selection ul li:hover .custom-icon img {
    transform: scale(1.1);
}

.category-selection ul li span.menu-item-text {
    line-height: 1.3em;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #7f2470;
    text-transform: none;
    margin: 0;
    white-space: nowrap;
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
    background: rgb(241 242 243);
    padding: 9px 0;
}

.bg-gray {
    background-color: #f2f2f2;
    padding: 4% 0 4% 0;
}

.bg-gray-video {
    background-color: #f2f2f2;
}

.news {
    max-width: 1310px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.news .header h2.title {
    text-align: center;
    line-height: 1.5em;
}

.news &gt; ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.news ul li .custom-icon + span.menu-item-text {
    display: none;
}

.news &gt; ul &gt; li:not(:first-child) {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.news &gt; ul &gt; li:first-child {
    display: flex;
    width: 100%;
    margin-bottom: 5%;
    display: flex;
}

.news &gt; ul &gt; li:first-child &gt; span {
    display: block;
    width: 100%;
}

.news &gt; ul &gt; li:first-child span.menu-item-text {
    color: #111111;
    font-size: 28px;
    margin: 0;
    line-height: 1.3em;
    text-transform: none;
    width: 100%;
    font-weight: bold;
    clear: both;
    font-style: normal;
    font-family: sans-serif;
    display: block;
    text-align: center;
}

.news &gt; ul &gt; li:not(:first-child) &gt; span span.menu-item-text {
    display: none;
}

.news &gt; ul li ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto 30px;
    max-width: 450px;
}

.news &gt; ul li ul li:first-child {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.news &gt; ul li ul li:first-child .custom-icon {
    display: block;
}

.news &gt; ul li ul li:first-child .custom-icon img {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.news &gt; ul li ul li:first-child .custom-icon:hover img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.news &gt; ul li ul li:nth-child(2) {
    margin-top: 20px;
    display: block;
}

.news &gt; ul li ul li:nth-child(2) span.menu-item-text {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    font-style: normal;
    font-family: sans-serif;
    color: #111;
}

.news &gt; ul li ul li:last-child {
    margin: 10px 0 0;
    display: block;
}

.news &gt; ul li ul li:last-child &gt; a {
    color: #444;
    font-size: 15px;
    line-height: 1.5em;
}

#container .reference-slider .slider {
    padding: 4% 0;
    display: flex;
}

#container .widget-101 .bx-wrapper {
    margin: 0;
}

#container .widget-101 .bx-viewport {
    height: auto !important;
}

#container .reference-slider .bx-controls {
    display: none;
}

.widget-duplicaat {
    -ms-flex-align: inherit;
    align-items: inherit;
    display: inherit;
    display: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}

footer #placeholder-footer-wrapper .widget-duplicaat {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}

#container:not(.home) .widget-editor-relative {
    display: none;
}

#container:not(.home) main #placeholder-content-top {
    height: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 3% 0;
}

#container.productSet main #placeholder-content-top {
    padding: 1% 0;
}

 

main #placeholder-content-top &gt; div:not(.category-banner) {
    position: relative;
    z-index: 1;
}

.category-banner {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
    width: 100%;
    background-size: cover;
    display: flex;
    background-position: center;
    align-items: center;
    background-color: rgb(171 171 171 / 50%);
}

.category-banner &gt; a:before {
    content: "";
    background: #111;
    opacity: 0.4;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.category-banner &gt; a img.resource-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.category-title,
#container.staticPage .textpage-title {
    align-self: flex-end;
    flex-basis: 100%;
    margin: 0;
}

#container .category-title h1,
#container.staticPage .textpage-title h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1em;
    margin-top: 0;
    margin: 0;
    width: auto;
    text-transform: none;
    display: inline-block;
}

#container .category-title h1 + span.contact,
#container.staticPage .textpage-title h1 + span.contact {
    display: flex;
    width: 100%;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    color: #fff;
}

#container .category-title h1 + span.contact a,
#container.staticPage .textpage-title h1 + span.contact a {
    display: inline-block;
    line-height: normal;
    font-weight: 700;
    color: #111;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    text-align: center;
    margin-left: 10px;
    outline: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 11px 0px 18px 0px rgb(139 139 139 / 65%);
    box-shadow: 11px 0px 18px 0px rgb(139 139 139 / 65%);
    white-space: nowrap;
}

#container .category-title h1 + span.contact a:hover,
#container.staticPage .textpage-title h1 + span.contact a:hover {
    background: #7f2470;
    color: #fff;
}

.category-title + .category-breadcrumbs,
.textpage-title + .category-breadcrumbs {
    margin-top: 1%;
}

.category-breadcrumbs {
    align-self: flex-start;
    flex-basis: 100%;
}

.category-title .row,
.category-breadcrumbs .row,
#container.staticPage .textpage-title .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#container.productSet .category-breadcrumbs .row {
    justify-content: flex-start;
}

#container .category-breadcrumbs .breadcrumbs {
    padding: 0 !important;
    margin: 0;
    border: 0;
    background: none;
}

#container .category-breadcrumbs .breadcrumbs li {
    color: inherit;
    margin: 0;
    padding: 0;
    line-height: normal;
    height: auto;
    font-size: inherit;
}

#container .category-breadcrumbs .breadcrumbs li:not(:last-child) a:after,
#container .category-breadcrumbs .breadcrumbs li:not(:last-child) span:after {
    content: "\f105";
    padding: 0 7px;
    font-family: fontAwesome;
    font-weight: 600;
    display: inline-block;
}

#container .category-breadcrumbs .breadcrumbs li a,
#container .category-breadcrumbs .breadcrumbs li span {
    border: none;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    color: #fff;
    display: inline;
    font-size: 15px;
    line-height: 1em;
}

#container.productSet .category-breadcrumbs .breadcrumbs li a,
#container.productSet .category-breadcrumbs .breadcrumbs li span {
    color: #111;
}

#container .category-breadcrumbs .breadcrumbs li:hover a,
#container .category-breadcrumbs .breadcrumbs li:hover span,
#container .category-breadcrumbs .breadcrumbs li:focus a,
#container .category-breadcrumbs .breadcrumbs li:focus span {
    text-decoration: none;
    color: #fff;
}

#container.productSet .category-breadcrumbs .breadcrumbs li:hover a,
#container.productSet .category-breadcrumbs .breadcrumbs li:hover span,
#container.productSet .category-breadcrumbs .breadcrumbs li:focus a,
#container.productSet .category-breadcrumbs .breadcrumbs li:focus span {
    color: #111;
}

#container:not(.productSet) .category-breadcrumbs .breadcrumbs li:last-child a,
#container:not(.productSet) .category-breadcrumbs .breadcrumbs li:last-child span {
    color: #fff;
}

#container:not(.home) #placeholder-header-bottom-wrapper,
#container main {
    margin: 0;
    overflow: unset;
    max-height: initial;
}

.widget-product-lijst .filter-products {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.widget-product-lijst .filter-products.top {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5rem;
    margin-bottom: 30px;
}

.widget-product-lijst .filter-products:not(.top) {
    border-top: 1px solid #ddd;
    padding-top: 1.5rem;
    margin-top: 30px;
}

.widget-product-lijst .filter-products .pagenumbers {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.widget-product-lijst .filter-products .sortby {
    position: relative;
}

.widget-product-lijst .filter-products .sortby:after {
    content: '\f107';
    position: absolute;
    right: 1px;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    z-index: 1;
    width: 25px;
    height: 43px;
    padding-top: 7px;
    color: #b5b5b5;
    font-weight: bold;
    font-size: 14px;
}

.widget-product-lijst .filter-products .sortby .product-list-sort {
    border: 1px solid #d7d7d7;
    padding: 0 37px 0 18px;
    height: 45px;
    color: #111;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    background: 0 0;
}

.widget-product-lijst .filter-products .sortby .product-list-sort::-ms-expand {
    display: none;
}

.widget-product-lijst .filter-products .template-switcher-container {
    margin-left: 20px;
}

.widget-product-lijst .filter-products .template-switcher-container span {
    display: inline-block;
}

.widget-product-lijst .filter-products .template-switcher-container span:first-child {
    margin-right: -1px;
}

.widget-product-lijst .filter-products .template-switcher-container span a {
    display: block;
    padding: 0;
    color: #b5b5b5;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid #d7d7d7;
    font-size: 18px;
    line-height: 46px;
    width: 50px;
    height: 45px;
    text-align: center;
}

.widget-product-lijst .filter-products .template-switcher-container span:first-child a {
    border-radius: 3px 0px 0px 3px;
}

.widget-product-lijst .filter-products .template-switcher-container span:last-child a {
    border-radius: 0px 3px 3px 0px;
}

.widget-product-lijst .filter-products .template-switcher-container span a.selected-template {
    color: #444;
}

#container .items.product-view-large,
#container .items.product-view-small {
    list-style-type: none;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}

html body .items.product-view-large li.item {
    width: 100%;
    padding: 0;
    padding-right: 20px;
    padding-left: 20px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.items.product-view-large li.item .overlay-wrapper {
    margin-bottom: 30px;
    max-width: 360px;
    max-height: 430px;
    overflow: hidden;
}

.items.product-view-large li.item .overlay-wrapper .product-image &gt; .item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border: none;
    min-height: 1px;
    padding: 10px;
    width: 100%;
    height: 325px;
    display: flex;
    align-items: center;
}

.items.product-view-large li.item .overlay-wrapper .product-image &gt; .item a {
    display: block;
    padding: 0;
    margin: 0;
}

.items.product-view-large li.item .overlay-wrapper .product-image &gt; .item a img {
    width: auto;
    border-radius: 4px;
    margin: 0;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-width: 1px;
    min-height: 1px;
}

.items.product-view-large li.item .overlay-wrapper .product-information h3.product-title, 
#container .items.product-view-small li.item .overlay-wrapper .product-information h3.product-title {
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    height: 40px;
    border: none;
    overflow: hidden;
}

.items.product-view-large li.item .overlay-wrapper .product-information h3.product-title a {
    color: #666;
}

.items.product-view-large li.item .overlay-wrapper .product-information .flex {
    margin-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.items.product-view-large li.item .overlay-wrapper .product-information .flex .price {
    color: #111;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3em;
}

li.item .overlay-wrapper .product-information .flex .price span, 
#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .main-details .price span {
    font-weight: 400;
    font-size: 16px;
    text-transform: lowercase;
    display: inline;
}

.items.product-view-large li.item .overlay-wrapper .product-information .flex .colors-display .colors-label {
    display: none;
}

.items.product-view-large li.item .overlay-wrapper .product-information .flex .colors-display .colors {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 3px;
}

.items.product-view-large li.item .overlay-wrapper .product-information .flex .colors-display .colors &gt; span {
    display: none;
    margin-right: 6px;
}

.items.product-view-large li.item .overlay-wrapper .product-information .flex .colors-display .colors &gt; span:last-child {
    margin-right: 0;
}

.items.product-view-large li.item .overlay-wrapper .product-information .flex .colors-display .colors &gt; span &gt; div {
    float: left;
}

.items.product-view-large li.item .overlay-wrapper .product-information .flex .colors-display .colors &gt; span &gt; div &gt; span {
    width: 17px;
    height: 12px;
    display: block;
    border-radius: 2px;
    position: relative;
}

.items.product-view-large li.item .overlay-wrapper .product-information .overlay {
    cursor: default;
    -webkit-border-radius: initial;
    -moz-border-radius: initial;
    -ms-border-radius: inherit;
    border-radius: initial;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: initial;
    position: relative;
    z-index: 50;
    top: auto;
    right: auto;
    width: 100%;
    background: initial;
    border: none;
    padding: 0;
    margin: 0;
    color: initial;
    display: block !important;
}

#container .items.product-view-large li.item .overlay-wrapper .overlay .overlay-gallery {
    text-align: left;
    margin: 0;
}

#container .items.product-view-large li.item .overlay-wrapper .overlay .overlay-gallery ul {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 13px 0;
    margin: 0;
    height: auto;
    display: flex;
}

#container .items.product-view-large li.item .overlay-wrapper .overlay .overlay-gallery ul li {
    cursor: grab;
    opacity: .3;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 20px;
    width: 50px;
}

#container .items.product-view-large li.item .overlay-wrapper .overlay .overlay-gallery ul li:last-child {
    margin-right: 0;
}

#container .items.product-view-large li.item .overlay-wrapper .overlay .overlay-gallery ul li:hover {
    opacity: 1;
}

#container .items.product-view-large li.item .overlay-wrapper .overlay .specifications {
    padding-top: 10px;
}

#container .items.product-view-large li.item .overlay-wrapper .overlay .specifications span, #container .items.product-view-small li.item .overlay-wrapper .product-information .specifications span {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    height: auto;
    border: none;
    color: #666;
    margin-bottom: 10px;
    display: block;
}

#container .items.product-view-large li.item .overlay-wrapper .overlay .specifications span:first-child {
    margin-bottom: 0;
}

#container .items.product-view-large li.item .overlay-wrapper .overlay .specifications span:before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 14px;
}

.items.product-view-large li.item .overlay-wrapper .product-information .overlay .move-up {
    position: absolute;
    width: 100%;
    top: -1px;
    font-size: 0;
    background: #fff;
    padding-top: 10px;
}

.items.product-view-large li.item:not(.list-item) .overlay-wrapper .product-information {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: white;
    padding-top: 10px;
    border-top: 1px solid transparent;
}

.items.product-view-large li.item .overlay-wrapper:hover .product-information h3.product-title {
    -webkit-transition-delay: .0s;
    transition-delay: .0s;
}

.items.product-view-large li.item .overlay-wrapper:hover .product-information .flex {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.items.product-view-large li.item .overlay-wrapper:hover .product-information .overlay .move-up {
    height: inherit;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.items.product-view-large li.item:first-child .overlay-wrapper .product-information .overlay .move-up &gt; .image-thumbs &gt; a:first-child {
    display: none;
}

.items.product-view-large li.item .overlay-wrapper .product-image &gt; .item .action-label {
    padding: 4px 8px;
    top: 20px;
    left: 20px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    position: absolute;
    text-align: center;
    z-index: 9;
    min-height: auto;
    min-width: auto;
    background-color: #7f2470;
}

span.more {
    text-decoration: none;
    display: inline-block;
    margin-left: 16px;
    font-weight: 600;
}

#container .slide-products .items.product-view-large li.item {
    width: 100%;
    padding: 0;
    padding-right: 20px;
    padding-left: 20px;
    -ms-flex: 0 0 25%;
    flex: 0 25%;
    max-width: 25%;
}

#container .slide-products .pager {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 99;
}

#container .slide-products .pager ul li.page,
#container .slide-products .pager &gt; span {
    display: none;
}

#container .slide-products .pager ul li.previous {
    float: left;
    position: absolute;
    left: 0;
}

#container .slide-products .pager ul li.next {
    float: right;
    position: absolute;
    right: 0;
}

#container .slide-products .pager ul li a {
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #7f2470;
    color: #7f2470;
    padding: 0;
    background: white;
}

#container .slide-products .pager ul li a:hover {
    background: #7f2470;
    color: #fff;
}


#container .slide-products .pager ul li.next a i {
    position: relative;
    left: 1px;
}

#container .items.product-view-small li.item {
    position: relative;
    width: 100%;
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

#container .items.product-view-small li.item .overlay-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
}

#container .items.product-view-small li.item .overlay-wrapper .product-image {
    display: block;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-right: 30px;
    max-width: 30%;
    outline: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    max-width: 34%;
}

#container .items.product-view-small li.item .overlay-wrapper .product-image &gt; .item {
    padding: 0;
    border: none;
    min-height: auto;
}

#container .items.product-view-small li.item .overlay-wrapper .product-image &gt; .item a {
    display: block;
    padding: 0.8rem;
}

#container .items.product-view-small li.item .overlay-wrapper .product-image &gt; .item a img {
    margin: 0;
    max-height: initial;
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#container .items.product-view-small li.item .overlay-wrapper .product-image .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: rgb(19 19 19 / 0.6);
    border-radius: 0;
    border: none;
    padding: 0;
    margin: 0;
}

#container .items.product-view-small li.item .overlay-wrapper:hover .product-image .overlay {
    opacity: 1;
    visibility: visible;
}

#container .items.product-view-small li.item .overlay-wrapper .product-image .overlay a {
    color: white;
    font-size: 2rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#container .items.product-view-small li.item .overlay-wrapper .product-information {
    -ms-flex: 1;
    flex: 1;
}

#container .items.product-view-small li.item .overlay-wrapper:hover .product-information .product-title {
    color: #111;
}

#container .items.product-view-small li.item .overlay-wrapper .product-information .product-title a {
    color: inherit;
    line-height: inherit;
}

#container .items.product-view-small li.item .overlay-wrapper .product-information .flex .price {
    margin-top: 10px;
    color: #111;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3em;
}

#container .items.product-view-small li.item .overlay-wrapper .product-information .specifications {
    display: block;
    margin-top: 10px;
}

.productpagina-filter .filter-checkboxlist input[type="checkbox"] {
    display: none;
}

#container .productpagina-filter .filter-checkboxlist label {
    margin: 0;
    width: 100%;
    color: #a7a6a6;
    font-size: 15px;
    position: relative;
    margin-bottom: 13px;
    line-height: 28px;
}

.productpagina-filter .filter-checkboxlist input[checked="checked"] + label span,
#container .productpagina-filter .filter-checkboxlist label:hover span {
    font-weight: 600;
}

#container .productpagina-filter .filter-checkboxlist label span {
    color: #111;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    max-width: 85%;
}

html #container main #placeholder-sidebar {
    width: 100%;
}

#container .productpagina-filter &gt; form {
    padding-top: 40px;
}

#container #toggle-filter.button {
    width: 100%;
}

#container #toggle-filter.button.opened {
    border-radius: 4px 4px 0px 0px;
}

#container #toggle-filter.button span i {
    margin-left: 10px;
}

#container #toggle-filter .open {
    opacity: 1;
    visibility: visible;
    display: block;
}

#container #toggle-filter.opened .open {
    opacity: 0;
    visibility: hidden;
    display: none;
}

#container #toggle-filter .close {
    opacity: 0;
    visibility: hidden;
    display: none;
}

#container #toggle-filter.opened .close {
    opacity: 1;
    visibility: visible;
    display: block;
}

#container .productpagina-filter h3 {
    color: #111;
    font-size: 20px;
    line-height: 1.4em;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 600;
}

#container main .productpagina-filter .filter-checkboxlist,
#container main .productpagina-filter .filter-colorblocklist {
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
    border: none;
    max-height: 380px;
    overflow-y: auto;
    padding-right: 1.5rem;
}

#container main .productpagina-filter .price-slider {
    background-color: #f2f2f2;
    margin: 0;
    margin-bottom: 43px;
    height: 5px;
    border-radius: 1em;
    border: 0;
    position: relative;
    text-align: left;
}

#container main .productpagina-filter .price-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #7f2470;
    top: 0;
    height: 100%;
    left: 0%;
    width: 100%;
}

#container main .productpagina-filter .price-slider .ui-slider-handle {
    background: none;
    background-color: #fff;
    border: 7px solid #7d7d7e;
    width: 20px;
    height: 20px;
    top: -8px;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .1);
    position: absolute;
    z-index: 2;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    margin-left: -.5em;
}

#container main .productpagina-filter .price-seperator {
    display: none;
    height: initial;
    background: navajowhite;
    margin-bottom: 0;
}

#container main .productpagina-filter .filter-colorblocklist {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

main .filter-colorblocklist label,
main .color-values label,
main .chosen-filteritem label {
    margin: 0;
    margin-right: 9px;
    margin-bottom: 5px;
    border: 0px;
    border-radius: 2px;
    width: 27px;
    height: 19px;
    display: block;
    position: relative;
    overflow: hidden;
    background-size: 100%;
}

main .filter-colorblocklist .attachment-type-1,
main .color-values .attachment-type-1,
main .chosen-filteritem .attachment-type-1 {
    border: none;
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    border-radius: inherit;
}

main .filter-colorblocklist .attachment-type-1 span,
main .color-values .attachment-type-1 span,
main .chosen-filteritem .attachment-type-1 span {
    border: none;
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0;
    position: relative;
    margin: 0 !important;
}

#container.productSet .widget-100 ul.color-values li.selected .attachment span {
    border: none;
}

main .filter-colorblocklist .attachment-type-1 span.white,
main .color-values .attachment-type-1 span.white,
main .chosen-filteritem .attachment-type-1 span.white,
.items.product-view-large li.item .overlay-wrapper .product-information .flex .colors-display .colors &gt; span &gt; div &gt; span.white {
    border: 1px solid #eaeaea !important;
}

main .filter-colorblocklist label:hover span,
main .filter-colorblocklist li:hover span,
main .color-values label:hover span,
main .color-values li:hover span,
main .chosen-filteritem label:hover span,
main .chosen-filteritem li:hover span,
main .filter-colorblocklist label.active span,
main .filter-colorblocklist li.active span,
main .color-values label.active span,
main .color-values li.active span,
main .chosen-filteritem label.active span,
main .chosen-filteritem li.active span {
    border: none;
}

main .filter-colorblocklist label span.check,
main .filter-colorblocklist li span.check,
main .color-values label span.check,
main .color-values li span.check,
main .chosen-filteritem label span.check,
main .chosen-filteritem li span.check {
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 100%;
    display: none;
    background-repeat: no-repeat;
    background-position: center center;
    border: none !important;
    background-size: 42%;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

main .color-values label span.check,
main .color-values li span.check {
    background-position: calc(50% - -1px) center;
}

main .filter-colorblocklist label:hover span.check,
main .filter-colorblocklist label.active span.check,
main .filter-colorblocklist li.active span.check,
main .color-values label.active span.check,
main .color-values li.active span.check,
main .chosen-filteritem label.active span.check,
main .chosen-filteritem li.active span.check,
main .color-values li:hover span.check {
    display: inline-block;
}

.tiptop {
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    padding: 6px 15px;
    color: #fff;
    line-height: normal;
    background: rgb(34 34 34 / 75%);
    border-radius: 3px;
    font-size: 14px;
    min-width: 80px;
    text-align: center;
}

#container.no_children_category main .description,
#container.category main .description {
    display: inline-block;
    width: 100%;
    padding-top: 3%;
}

#container.no_children_category main .description-extra,
#container.category main .description-extra {
    display: inline-block;
    width: 100%;
    padding-bottom: 3%;
}

#container main .productpagina-filter .reset-filter a {
    text-decoration: none;
    overflow: visible;
    left: auto;
    background-image: none;
    text-shadow: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    vertical-align: bottom;
    outline: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    margin: 0;
    height: inherit;
    padding: 10px 35px;
    position: relative;
    color: #fff;
    background-color: #7f2470;
    border: none;
    margin-bottom: 1rem;
}

#container main .productpagina-filter .reset-filter a:hover {
    opacity: 0.8;
}

#container main .productpagina-filter .reset-filter a:before {
    content: "";
    display: none;
}

#container.productSet #placeholder-content {
    width: 100%;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.widget-productset-detail .product-image {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease-in-out;
    -webkit-filter: none;
    filter: none;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.widget-productset-detail .product-image &gt; .action-label-product {
    padding: 4px 8px;
    top: 10px;
    left: calc(15% + 25px);
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    position: absolute;
    text-align: center;
    z-index: 9;
    min-height: inherit;
    min-width: inherit;
    background-color: #7f2470;
}

.widget-productset-detail .product-image .product-main-image {
    margin-left: 10px;
    position: relative;
    flex: 1;
}

.widget-productset-detail .product-image .product-main-image:after {
    content: "\f00e";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    background: rgb(19 19 19 / 0.6);
    top: 10px;
    right: 10px;
    position: absolute;
    display: flex;
    width: 3.5rem;
    height: 3.5rem;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 22px;
}

.widget-productset-detail .product-image .product-images {
    list-style-type: none;
    margin: 0;
    padding: 0;
    grid-template-columns: none;
    align-content: start;
    position: relative;
    display: grid;
    grid-gap: 10px;
    -ms-flex: 0 0 15%;
    flex: 0 15%;
    max-width: 15%;
}

.widget-productset-detail .product-image .product-images li {
    cursor: pointer;
    opacity: .3;
    display: none;
    margin: 0;
    -webkit-transition: all .0s ease 0s;
    transition: all .0s ease 0s;
}

.widget-productset-detail .product-image .product-images li:nth-child(-n+5) {
    display: inline-block;
}

.widget-productset-detail .product-image .product-images li:first-child,
.widget-productset-detail .product-image .product-images li:hover {
    opacity: 1;
}

.widget-productset-detail .product-image .product-images li a img {
    padding: 8px;
    max-width: 100%;
    max-height: 100%;
    min-width: 1px;
    min-height: 1px;
}

.widget-productset-detail .product-image .product-images li a {
    position: relative;
    display: block;
    border-radius: 4px;
    -webkit-transition: all .0s ease 0s;
    transition: all .0s ease 0s;
}

.widget-productset-detail .product-image .product-images li a:after {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: rgb(19 19 19 / 0.6);
    border-radius: 0;
    border: none;
    padding: 0;
    margin: 0;
    content: "\f00e";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    border-radius: 4px;
    color: #fff;
    font-size: 32px;
}

.widget-productset-detail .product-image .product-images li:hover a:after {
    opacity: 1;
    visibility: visible;
}

#container.productSet .widget-productset-detail.main-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 30px;
    width: 55%;
    float: none;
}

html body #lightGallery-close {
    font-size: 22px;
    padding: 4px 15px;
}

html #lightGallery-close:after {
    content: "\2716";
    position: relative;
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    top: -1px;
    right: auto;
}

html .showThumbByDefault#lightGallery-outer {
    background-color: rgba(0, 0, 0, .85);
}

html #lightGallery-action a.cLthumb:after {
    content: "";
    display: none;
}

html #lightGallery-slider .lightGallery-slide img {
    background: white;
    padding: 30px;
    border-radius: 4px;
}

html body .showThumbByDefault #lightGallery-action a {
    margin: 0 !important;
    position: absolute;
    top: 44%;
    z-index: 9999999;
    background-color: transparent;
    font-size: 46px;
    width: auto;
    height: auto;
    color: #d4d4d4;
    line-height: normal;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

html body .showThumbByDefault #lightGallery-action &gt; a:hover {
    color: #fff;
}

html body .showThumbByDefault #lightGallery-action a#lightGallery-next {
    right: 5rem;
}

html body .showThumbByDefault #lightGallery-action a#lightGallery-prev {
    left: 5rem;
}

html body #lightGallery-action a#lightGallery-prev:before,
html body #lightGallery-action a#lightGallery-next:after {
    left: unset;
    position: relative;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    bottom: unset;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #444 !important;
    border: 0;
    padding: 0;
    width: auto;
    margin: 0;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .main-details h1 {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 32px;
    line-height: 1.3em;
    margin: 0;
    color: #010101;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .main-details .price {
    display: block;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    margin-top: 5px;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .information-details ul {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .information-details ul li {
    display: inline;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 400;
    font-style: normal;
    color: #111;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .information-details ul li .in-stock {
    color: #00a500;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .information-details ul li a {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .information-details ul li.seperator {
    margin: 0 10px;
    color: #111;
    font-size: 28px;
    line-height: 0;
    white-space: nowrap;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .information-details ul li.seperator:after {
    content: ".";
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .information-details ul li:last-child {
    display: block;
    margin-top: 15px;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .information-details ul li:last-child a {
    text-decoration: underline;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .information-details ul li:last-child a i {
    margin-left: 2px;
    font-size: 13px;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .details .information-details ul li strong {
    color: #111;
    font-weight: 500;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider &gt; li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider &gt; li &gt; div.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px 20px 0;
    cursor: pointer;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider &gt; li &gt; div.title:after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider &gt; li.accordion-active &gt; div.title:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider &gt; li &gt; div.title label {
    color: #111;
    display: block;
    font-size: 22px;
    line-height: 1.5em;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    background: none;
    height: auto;
    margin: 0;
    font-weight: 500;
    outline: none;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider &gt; li &gt; div.title .attribute-edit {
    color: rgb(17, 17, 17);
    display: inline-block;
    font-size: 16px;
    line-height: 1.5em;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    background: none;
    height: auto;
    margin: 0px;
    font-weight: 500;
    outline: none;
    margin-left: auto;
    margin-right: 2rem;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider &gt; li:hover &gt; div.title .attribute-edit {
    text-decoration: underline;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider ul.color-values {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider ul.color-values li {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    vertical-align: initial;
    background-size: 27px 19px;
    position: relative;
    margin: 0;
    padding: 5px 8px;
    padding-left: calc(27px + 18px);
    background-position: 9px center;
    border: 1px solid #ddd;
    font-size: 16px;
    line-height: normal;
    border-radius: 2px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    margin-bottom: 5px;
    margin-right: 7px;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider ul.color-values li:hover, 
#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider ul.color-values li.selected {
    border: 1px solid #7f2470;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider ul.color-values li span.check {
    position: absolute;
    z-index: 50;
    left: 8px;
    width: 29px;
    height: 19px;
    background-position: center;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider ul.color-values li:not(.selected):hover span.check {
    background: none;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider ul.color-values .attachment-type-1 {
    border-radius: 2px;
    width: 29px;
    height: 19px;
    overflow: hidden;
    position: absolute;
    left: calc(0px + 8px);
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider ul.color-values li .attribute-value-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    height: auto;
    border: none;
    align-items: center;
    line-height: normal;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider .quantity-values,
#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider .attachment-values {
    margin: 0;
    padding: 0;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider &gt; li &gt; div.attribute-values,
#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider li .attachment-values,
#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider .quantity-values {
    margin-bottom: 1.8rem;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider li.attachment-item .attachment-values .pcp-location-title {
    color: #111;
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 4px;
    font-weight: 500 !important;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider li.attachment-item .attachment-values .pcp-location-title .pcp-location-label {
    color: inherit;
    font-weight: inherit;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider li .attachment-values .attachment {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider li .attachment-values .attachment &gt; li {
    margin-top: 1.5%;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider li .attachment-values .attachment &gt; li:not(:last-child) {
    margin-right: 1.5%;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider li .attachment-values .pcp-baseprice-info-label,
#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider li .attachment-values .pcp-info-label {
    display: none !important;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider li.attachment-item .attachment-values .attachment:last-child {
    margin-bottom: 0rem;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider li.attachment-item .attachment-values .attachment .attachment-value {
    background: none;
    display: flex;
    text-align: left;
    vertical-align: middle;
    border: 0;
    line-height: 2em;
    padding: 0;
    margin-bottom: 0 !important;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider li.attachment-item .attachment-values .attachment .attachment-value span {
    height: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .5;
    border-radius: 2px;
    color: #fff;
    padding: 3px 8px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    outline: none;
    float: none !important;
    vertical-align: top !important;
    background-color: #7f2470;
    margin: 0;
    border: none;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider li.attachment-item .attachment-values .attachment .attachment-value:hover span,
#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider li.attachment-item .attachment-values .attachment .attachment-value.selected span {
    opacity: 1;
    border: none;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider .quantity-values .quantity-input-container &gt; .row &gt; .large-12.columns {
    padding: 0;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider .quantity-values .quantity-input-container input {
    margin: 0;
    max-width: initial;
    width: 100%;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider .samestaffel-dropdown + *{
    margin-top: 1rem;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider ul.size-values {
    padding: 0;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider ul.size-values li {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider ul.size-values li:not(:last-child) {
    margin-bottom: .5rem;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider ul.size-values li span.attribute-value-label {
    width: 100%;
    max-width: 4rem;
    text-align: left;
    font-size: 14px;
    color: inherit;
    font-weight: 500;
    padding: 13px 0px;
    align-self: baseline;
    display: flex;
    align-items: center;
    line-height: normal;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider ul.size-values li .quantity-input-container {
    display: block;
    width: 100%;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider ul.size-values li .quantity-input-container .row .columns {
    padding: 0;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider .stock-indicator {
    margin: 0;
    background: none;
    padding: 0;
    font-size: 14px;
    min-height: 0;
    margin-top: .2rem;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider .stock-indicator.in-stock:before {
    content: "\f49e";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    padding-right: 8px;
    color: #00a500;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider .stock-indicator.out-of-stock:before {
    content: "\f02b";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    padding-right: 8px;
    color: #b82323;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider ul.size-values li .total-quantity-label, 
#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .selection #selector-slider ul.size-values li .total-quantity-value {
    display: none;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .buttons {
    display: flex;
    flex-wrap: wrap;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .buttons &gt; div.add-to-cart {
    flex: 1;
    margin-right: 10px;
    margin-top: 1.5rem;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .buttons &gt; div.add-to-cart.add-to-sample-cart {
    flex: 100%;
    flex-shrink: 0;
    width: 100%;
    margin-top: 0.6rem;
    padding: 13px;
    background: #7d7d7e;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .buttons &gt; div.add-to-cart:last-child, #container.productSet .widget-voeg-toe-aan-winkelwagen-widget .buttons &gt; div.add-to-cart:nth-child(2) {
    margin-right: 0;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .cart-summary {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .cart-summary &gt; .row.collapse {
    line-height: 1em;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .cart-summary &gt; .row.collapse:first-child {
    display: block !important;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .cart-summary .row.collapse &gt; div.large-9.small-8.columns {
    width: 100% !important;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .cart-summary .selectchoice {
    color: red !important;
    font-weight: 500;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .cart-summary .row.collapse &gt; div.large-3.small-4.columns {
    text-align: right;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .cart-summary .calctotal {
    font-weight: 700;
    margin-top: 1rem;
    display: block;
    line-height: 1em;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .cart-summary .calctotal &gt; br {
    display: none;
}

#container.productSet .widget-voeg-toe-aan-winkelwagen-widget .buttons &gt; div.add-to-cart .price-placeholder {
    display: none;
}

#container .widget-voeg-toe-aan-winkelwagen-widget .less-than-minimal-label {
    flex: 100%;
    line-height: normal;
    margin-top: 1.5rem;
    display: block;
    color: white;
    padding: 9px 20px;
    text-align: center;
    border: none;
    border-radius: 4px;
    background: rgb(184 35 35);
}

#container .detail-description {
    padding: 3% 0;
    border-top: 1px solid #ddd;
}

#container .detail-description .description {
    font-size: inherit;
}

.row.specify-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0.59375rem;
    padding-right: 0.59375rem;
}

.row.specify-info &gt; div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 1;
    width: 50%;
}

.row.specify-info &gt; div.seperator {
    width: 1px;
    display: block;
    background: #c3c3c3;
    flex: 0 0 auto;
    margin: 0 7%;
}

.row.specify-info &gt; div table {
    width: 100%;
}

.row.specify-info &gt; div table th,
.row.specify-info &gt; div table td {
    padding: 0.9625rem 0;
    padding-right: 0.625rem;
    border-bottom: 1px solid #dedede;
    line-height: normal;
    font-size: 16px;
}

.row.specify-info &gt; div table tr:last-child th,
.row.specify-info &gt; div table tr:last-child td {
    border: none;
}

#container .ui-tabs.tab .ui-tabs-nav {
    margin-bottom: 30px;
}

#container .ui-tabs.tab .ui-tabs-nav li {
    display: inline-block;
    border-left-width: 0;
    background-color: inherit;
    border: none;
    margin: 0 30px 0 0;
    padding: 0;
    background: #fff;
    z-index: 2;
    position: relative;
    border-radius: 4px 4px 0 0;
}

#container main .ui-tabs.tab .ui-tabs-nav li a {
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    font-size: 22px;
    line-height: 1.3em;
    padding: 15px 0;
    font-weight: 500;
    color: #b9b9b9;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    outline: 0;
    border-bottom: 3px solid transparent;
}

#container main .ui-tabs.tab .ui-tabs-nav li:hover a {
    color: #111;
}

#container .ui-tabs.tab .ui-tabs-nav li.ui-state-active a {
    color: #111;
    border-color: #111;
}

#container .ui-tabs.tab .ui-tabs-panel {
    border: none;
    padding: 0;
}

#container .ui-tabs.tab .ui-tabs-panel &gt; h2:first-child {
    display: none;
}

#container .ui-tabs.tab .ui-tabs-panel table {
    width: 100%;
}

#container .ui-tabs.tab .ui-tabs-panel tr:nth-child(even) td,
#container .ui-tabs.tab .ui-tabs-panel tr:nth-child(even) th {
    background: rgba(0, 0, 0, .025);
}

#container .ui-tabs.tab .ui-tabs-panel .description * {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
}

.category-products .items.product-view-large.col-4 .item:not(.list-item) {
    margin-bottom: 0;
    position: relative;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

#container.category main .head-category {
    margin-top: 30px;
    margin-bottom: 30px;
}

#container.category main .head-category .items.product-view-small .item {
    padding: 0;
    border: 0;
    margin-bottom: 0;
    position: relative;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}

#container.category main .head-category .items.product-view-small .item .category-image {
    display: block;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    outline: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#container.category main .head-category .items.product-view-small .item .category-image img {
    max-height: 230px;
}

#container.category main .head-category .items.product-view-small .item .category-image .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: rgb(19 19 19 / 0.6);
}

#container.category main .head-category .items.product-view-small .item:hover .category-image .overlay {
    opacity: 1;
    visibility: visible;
}

#container.category main .head-category .items.product-view-small .item .category-image .overlay a {
    font-size: 32px;
    color: white;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#container.category main .head-category .items.product-view-small .item h5 {
    line-height: 1.3em;
    font-weight: 400;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    text-transform: none;
    margin: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    white-space: nowrap;
}

#container.category main .head-category .items.product-view-small .item .buttons &gt; a,
#container.category main .head-category .items.product-view-small .item .buttons .button {
    display: block;
}

#container.category main .head-category .items.product-view-small .item .category {
    padding: 10px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border: 1px solid transparent;
}

#container.category main .head-category .items.product-view-small .item:hover .category {
    border: 1px solid #c5c5c5;
}

 
#container.completeOrder header #placeholder-header-bottom-wrapper,
#container.completeOrderProcess header #placeholder-header-bottom-wrapper,
#container.catalogue header #placeholder-header-bottom-wrapper,
#container.catalogueProcess header #placeholder-header-bottom-wrapper,
#container.offer header #placeholder-header-bottom-wrapper {
    display: initial;
}

#container .zoekbalk-popup,
#container.checkout main .order-details-popup,
#container.offerRequest main .order-details-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

#container .zoekbalk-popup.open,
#container.checkout main .order-details-popup.open,
#container.offerRequest main .order-details-popup.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
}

#container .zoekbalk-popup .close,
#container main .order-details-popup .close,
html #lightGallery-close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #111 !important;
    background-color: rgba(255, 255, 255, .8);
    border: none;
    opacity: 1;
    padding: 1px 15px;
    font-size: 36px;
    line-height: 1.1em;
    font-weight: 300 !important;
    border-radius: 2px;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 2px 0px rgba(255, 255, 255, .75);
    box-shadow: 0 1px 2px 0px rgba(255, 255, 255, .75);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-shadow: 0 1px 0 #fff;
    float: right;
    font-family: Arial;
    outline: none;
    min-height: inherit;
    display: flex;
    height: auto;
    width: auto;
    z-index: 999;
}

#container .zoekbalk-popup .close:hover,
#container .zoekbalk-popup .close:focus,
#container main .order-details-popup .close:hover,
#container main .order-details-popup .close:focus,
html #lightGallery-close:hover,
html #lightGallery-close:focus {
    background-color: #fff !important;
}

#container .zoekbalk-popup form {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

#container .zoekbalk-popup form input {
    width: 60%;
    color: #fff;
    font-size: 22px;
    line-height: 1.3em;
    text-align: left;
    border: none;
    margin: 0;
    padding: 25px 10px 25px 30px;
    outline: none;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(200, 200, 200, .5)), to(transparent));
    background: linear-gradient(to right, transparent, rgba(200, 200, 200, .5), transparent);
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#container.productSet .zoekbalk-popup form &gt; span {
    width: 60%;
    display: inline-block;
}

#container.productSet .zoekbalk-popup form &gt; span input {
    color: #fff;
    font-size: 22px;
    line-height: 1.3em;
    text-align: left;
    border: none;
    margin: 0;
    padding: 25px 10px 25px 30px;
    outline: none;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(200, 200, 200, .5)), to(transparent));
    background: linear-gradient(to right, transparent, rgba(200, 200, 200, .5), transparent);
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 100%;
}

#container .zoekbalk-popup form &gt; a {
    background: #fff url(https://57e5f77c3915c5107909-3850d28ea2ad19caadcd47824dc23575.ssl.cf1.rackcdn.com/1598514195_zoeken-wit4x.png) no-repeat center center;
    background-size: 26px auto;
    padding: 40.5px 35px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    max-height: initial;
}

.no-scroll {
    overflow: hidden;
}

#container .order-details-popup .form-wrapper {
    background: white;
    width: 60%;
    margin: auto;
    overflow: hidden;
    position: absolute;
    height: 88vh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#container .order-details-popup .form-wrapper h2 {
    color: white;
    margin: 0;
    height: 75px;
    line-height: 75px;
    font-weight: 300;
    padding-left: 20px;
    flex: 1;
    flex-basis: 100%;
    background: #7f2470;
    text-transform: none;
}

#container .order-details-popup .form-wrapper form {
    height: calc(100% - 75px);
    overflow: hidden;
    overflow-y: auto;
}

#container .order-details-popup form .items .large-block-grid-2,
#container .order-details-popup form .items .large-block-grid-1 {
    padding: 20px;
    margin: 0;
}

#container .order-details-popup form .items .large-block-grid-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#container .order-details-popup form .items .large-block-grid-2 &gt; .row {
    margin-bottom: 0;
    position: relative;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#container .order-details-popup form .items .item &gt; .check {
    display: flex;
    align-items: center;
    float: left;
}

#container .order-details-popup form .items .item .check .columns {
    line-height: normal;
    width: auto;
}

#container .order-details-popup form .items .item .check .columns input,
#container .order-details-popup form .items .item .check .columns label {
    line-height: normal;
    margin: 0;
}

#container .order-details-popup form .items .item .columns label {
    width: 100%;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 10px;
    color: #444;
    cursor: default;
    font-size: inherit;
}

#container .order-details-popup form .items .item .check &gt; .columns label {
    font-weight: normal;
    cursor: pointer;
}

#container .order-details-popup form .items .item {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

#container .order-details-popup form .items .item .columns input,
#container .order-details-popup form .items .item .columns select,
#container .order-details-popup form .items .item .columns textarea,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 12px 15px;
    border: none;
    color: #444;
    background-color: #f2f2f2;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    line-height: normal;
    font-size: 16px;
    height: auto;
    transition: all .3s ease;
}


#container .order-details-popup form .items .item .columns input:focus, #container .order-details-popup form .items .item .columns input:hover,
#container .order-details-popup form .items .item .columns select:focus, #container .order-details-popup form .items .item .columns select:hover, 
#container .order-details-popup form .items .item .columns textarea:focus, #container .order-details-popup form .items .item .columns textarea:hover, 
input[type="text"]:focus, input[type="text"]:hover, 
input[type="password"]:focus, input[type="password"]:hover, 
input[type="date"]:focus, input[type="date"]:hover, 
input[type="datetime"]:focus, input[type="datetime"]:hover, 
input[type="datetime-local"]:focus, input[type="datetime-local"]:hover, 
input[type="month"]:focus, input[type="month"]:hover, 
input[type="week"]:focus, input[type="week"]:hover, 
input[type="email"]:focus, input[type="email"]:hover, 
input[type="number"]:focus, input[type="number"]:hover, 
input[type="search"]:focus, input[type="search"]:hover, 
input[type="tel"]:focus, input[type="tel"]:hover, 
input[type="time"]:focus, input[type="time"]:hover, 
input[type="url"]:focus, input[type="url"]:hover, 
textarea:focus, textarea:hover,
select:focus, select:hover {
    background-color: #ddd;
}

#container .order-details-popup form .items .item .columns textarea {
    max-width: 100%;
    min-height: 180px;
}

#container .order-details-popup form .items .large-block-grid-2 &gt; .row.field_country {
    flex: 0 0 100%;
    max-width: 100%;
}

#container .order-details-popup form .items .large-block-grid-2 &gt; div.row:last-child &gt; .item {
    margin: 0;
}

#container .order-details-popup form .items .large-block-grid-2.form-delivery-address {
    padding: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

#container .order-details-popup form .items h3 {
    width: 100%;
    color: #111;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 0.59375rem;
    padding-right: 0.59375rem;
    text-transform: none;
}

#container .order-details-popup form .items .item .columns input[type="radio"] {
    display: flex;
    float: left;
    z-index: 9;
    position: relative;
    clear: left;
    height: 40px;
    left: 15px;
}

#container .order-details-popup form .items .item .columns input[type="radio"] + label {
    display: flex;
    float: left;
    width: 100%;
    line-height: 1em;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 12px 15px;
    border: none;
    color: #444;
    background-color: #f2f2f2;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    font-size: inherit;
    height: auto;
    position: relative;
    margin-left: -14px;
    padding-left: 45px;
    margin-bottom: 10px;
    cursor: pointer;
}

#container .order-details-popup form .items .row.buttons {
    padding-left: 0.59375rem;
    padding-right: 0.59375rem;
}


 

#container .order-details-popup form .large-block-grid-1.terms {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 40px;
}

#container .order-details-popup form .large-block-grid-1.terms .item {
    margin: 0;
}

 

#container.checkoutProcess .order-details-popup .pop-up .close,
#container.payInvoiceProcess .order-details-popup .pop-up .close {
    display: none;
}

#container.checkoutProcess .order-details-popup .form-wrapper,
#container.payInvoiceProcess .order-details-popup .form-wrapper {
    background: white;
    width: 40%;
    margin: auto;
    overflow: hidden;
    position: relative;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#container.checkoutProcess .order-details-popup .form-wrapper &gt; h2,
#container.payInvoiceProcess .order-details-popup .form-wrapper &gt; h2 {
    display: none;
}

#container.checkoutProcess .order-details-popup .form-wrapper form .row.buttons,
#container.payInvoiceProcess .order-details-popup .form-wrapper form .row.buttons {
    display: flex;
}

#container.checkoutProcess .order-details-popup .form-wrapper form .row.buttons &gt; input,
#container.payInvoiceProcess .order-details-popup .form-wrapper form .row.buttons &gt; input {
    margin: 0 !important;
    flex: 1;
    text-align: center;
}

#container.checkoutProcess .order-details-popup .form-wrapper form .row.buttons &gt; input:last-child,
#container.payInvoiceProcess .order-details-popup .form-wrapper form .row.buttons &gt; input:last-child {
    margin-left: 10px !important;
    background: none;
    color: #111;
    border: none;
    text-transform: none;
    font-weight: normal !important;
}

#container.checkoutProcess .order-details-popup .form-wrapper form .row.buttons &gt; input:last-child:hover,
#container.payInvoiceProcess .order-details-popup .form-wrapper form .row.buttons &gt; input:last-child:hover {
    text-decoration: underline;
    background: none !important;
    color: #111 !important;
}

#container .order-details-popup form .items .item .check &gt; .columns label[for="acceptbox2"] a {
    text-decoration: underline;
}

#container.payInvoiceProcess .order-details-popup {
    padding-left: 0.59375rem;
    padding-right: 0.59375rem;
}

html #cookie-control-opacity {
    display: none;
}

html #cookie-control-container {
    position: fixed;
    bottom: 0;
    top: auto;
    display: flex;
    min-height: auto;
    margin: 0px;
    line-height: 1.7em;
    background: #111111;
    color: #fff;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
    flex-wrap: wrap;
    padding: 9px 0;
}

html #cookie-control-container input#accept-cookies {
    padding: 5px 10px;
    min-height: initial;
    margin: 0;
    margin-left: 15px;
    height: auto;
    line-height: normal;
    color: #111 !important;
    background-color: #fff;
    border: none;
}

html #cookie-control-container input#accept-cookies:hover, html #cookie-control-container input#accept-cookies:focus {
    background-color: #c7c7c7 !important;
    border-color: white !important;
    opacity: 1;
}

#container.staticPage-133 main {
    background-color: #979797;
    background-image: url(http://57e5f77c3915c5107909-3850d28ea2ad19caadcd47824dc23575.r45.cf1.rackcdn.com/1599209961_aaron-burden-nz2slpcvw1y-unsplash.jpg);
    padding: 10% 0;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
}

#container.staticPage-133 main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgb(19 19 19 / 0.6);
}

#container.staticPage-133 main .widget-statische-pagina {
    text-align: center;
}

#container.staticPage-133 main #placeholder-content-top {
    display: none;
}

#container.staticPage-133 main .widget-statische-pagina * {
    color: #fff !important;
}

#container.staticPage-133 main .widget-statische-pagina h1 {
    font-size: 250px;
    line-height: 1em;
}

#container.staticPage-133 main .widget-statische-pagina h2 {
    font-weight: 300;
    margin: 0;
    font-size: 60px;
    line-height: 1.3em;
    text-transform: none;
}

#container.staticPage-133 main .widget-statische-pagina h3 {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 400;
    margin: 0;
    margin-top: 1%;
    text-transform: none;
}

#container.staticPage-133 main .widget-statische-pagina a.button.outline-white {
    font-size: 18px;
    line-height: 1.3em;
    color: #fff;
    font-weight: 500;
    border: 1px solid #9c9b96;
    border-radius: 4px;
    padding: 20px 40px;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-top: 4%;
    text-transform: none;
    background-color: transparent;
}

#container.staticPage-133 main .widget-statische-pagina a.button.outline-white:hover {
    background-color: #fff !important;
    color: #111 !important;
    opacity: 1;
}

#container .bg-gray .contact-wrapper {
    padding-left: calc(0.59375rem + 6%);
    padding-right: calc(0.59375rem + 6%);
    margin-bottom: 20px;
    margin-top: 20px;
}

#container .contact-wrapper {
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 5% 6%;
}

#container main .contact-wrapper &gt; h2 {
    color: #111;
    margin-bottom: 40px;
    line-height: 1.3em;
    margin-top: 0;
}

#container main .contact-wrapper &gt; form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#container main .contact-wrapper &gt; form .row {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#container main .contact-wrapper &gt; form .row .g-recaptcha {
    overflow: hidden;
}

#container main .contact-wrapper &gt; form label,
#container main #mc-embedded-subscribe-form label {
    display: none;
}

#container main .contact-wrapper &gt; form .row textarea,
#container main .contact-wrapper &gt; form .row input:not(.button),
#container main .contact-wrapper &gt; form .row textarea:focus,
#container main .contact-wrapper &gt; form .row input:not(.button):focus,
#container main #mc-embedded-subscribe-form input:not(.button),
#container main #mc-embedded-subscribe-form input:not(.button):focus {
    max-width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    color: #444;
    border-radius: 3px;
    text-align: left;
    background: #fff;
}

#container main .contact-wrapper &gt; form .row textarea {
    min-height: 80px;
}

#container main .contact-wrapper &gt; form .row textarea:focus,
#container main .contact-wrapper &gt; form .row input:not(.button):focus {
    border-color: #999;
}

#container main .contact-wrapper &gt; form .row textarea::placeholder,
#container main .contact-wrapper &gt; form .row input::placeholder {
    color: #444;
    opacity: 1;
}

#container main .contact-wrapper &gt; form .row.buttons input {
    margin-top: 2%;
    text-transform: none;
    display: inline-block;
}

#container.staticPage .widget-contactformulier {
    display: none;
}

#container.staticPage-318451 .widget-contactformulier {
    display: block;
}

#container.staticPage main .widget-statische-pagina.content {
    margin: 0;
    padding: 6% 0 6% 0;
}

#container.staticPage-247888 main #placeholder-content-top {
    display: none;
}

#container.staticPage.staticPage-318451 main #placeholder-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

#container.staticPage.staticPage-318451 main .widget-statische-pagina.content {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 1 50%;
}

#container.staticPage main .google-maps {
    display: none;
}

#container.staticPage.staticPage-318451 main .google-maps {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 1 50%;
    margin: 0;
    padding: 6% 0 7% 0;
    display: block;
}

#container.staticPage.staticPage-318451 main .google-maps iframe {
    border-radius: 4px;
}

#container main {
    min-height: 34vh;
}

main #accordion.ui-accordion {
    margin: 0;
}

main #accordion.ui-accordion .ui-accordion-header,
main #accordion.ui-accordion .ui-state-active {
    color: #111;
    display: block;
    padding: 20px 10px 20px 0;
    font-size: 22px;
    line-height: 1.5em;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    background: none;
    height: auto;
    margin: 0;
    font-weight: 500;
    outline: none;
}

main #accordion.ui-accordion .ui-accordion-header &gt; span {
    float: right;
}

main #accordion.ui-accordion .ui-accordion-header &gt; span:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

main #accordion.ui-accordion .ui-state-active &gt; span:after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

main #accordion.ui-accordion .group {
    border-bottom: 1px solid #ddd;
}

main #accordion.ui-accordion .ui-accordion-content {
    padding: 0;
}

#container main #mc-embedded-subscribe-form #mc_embed_signup_scroll {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#container main #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#container main #mc-embedded-subscribe-form #mc_embed_signup_scroll &gt; .mc-field-group:nth-child(3) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


#container main #mc-embedded-subscribe-form #mc_embed_signup_scroll .clear {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

#container main #mc_embed_signup {
    margin-top: 5%;
}

#container.home .group {
    margin-top: 5%;
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%;
}

#container .tabs ul {
    list-style-type: none;
    margin: 0;
    text-align: center;
}

#container .tabs &gt; ul &gt; li &gt; span, #container span.title-head {
    color: #111111;
    font-size: 28px;
    margin: 0;
    line-height: 1.3em;
    text-transform: none;
    width: 100%;
    font-weight: bold;
    clear: both;
    font-style: normal;
    font-family: sans-serif;
    margin-bottom: 1rem;
    display: block;
}

#container .tabs #choose-category {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0.4rem;
}

#container .tabs &gt; ul &gt; li &gt; ul li {
    display: inline;
    display: inline-block;
    border-left-width: 0;
    background-color: inherit;
    border: none;
    margin: 0 30px 0 0;
    padding: 0;
    background: #fff;
    z-index: 2;
    position: relative;
    border-radius: 4px;
    opacity: 0.3;
}

#container .tabs &gt; ul &gt; li &gt; ul li: {
    opacity: 1;
}

#container .tabs &gt; ul &gt; li &gt; ul li:last-child {
    margin: 0;
}

#container .tabs &gt; ul &gt; li &gt; ul li.ui-state-active {
    opacity: 1;
}

#container .tabs &gt; ul &gt; li &gt; ul li span {
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    font-size: 20px;
    line-height: 1.3em;
    padding: 15px 0;
    font-weight: 500;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    outline: 0;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

#container .tabs &gt; ul &gt; li &gt; ul li.ui-state-active &gt; span {
    border-color: #111;
}

#container.home .widget-4 {
    margin: 0;
}

@-webkit-keyframes slidingArrow {
  from {
    right: calc( -1% - 0.59375rem);
  }

  to {
    /* left: auto; */
    right: calc(0px - 0.59375rem);
  }
}























#my-widget-viewProductSetInfo {
    width: 100% !important;
}

/*Groene knop pagina opmaak*/

.offer .offerDetails {
    background: #fff;
    line-height: normal !important;
}

#container.offer h2.toptext {
    font-size: 22px !important;
    text-align: center;
    background: none;
}

#container.offer .widget-122 * {
    font-size: 16px !important;
    text-transform: none !important;
}

#container.offer .widget-122 span.titel,
#container.offer .widget-122 h2 {
    text-transform: none;
}

#container.offer .offerteCart .shopping-cart-detail {
    border: 1px solid #dadada;
    background: #fff;
}

#container.offer .widget-122 hr {
    display: none;
}

#container.offer .widget-122 hr.lijntje {
    display: block;
}

#container.offer .widget-122 .item h2 {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #111 !important;
}

#container.offer .shopping-cart .cartItem .name *,
#container.offer .shopping-cart .cartItem .price {
    font-size: 16px;
    font-weight: bold;
}

#container.offer .totals * {
    font-size: 16px;
}

#container.offer .submit-cart-popup,
#container.offer .submit-cart-popup:hover,
#container.offer .submit-cart,
#container.offer .submit-cart:hover {
    font-size: 16px;
    text-transform: none;
}

#container .widget-122 .add-to-cart.inCart {
    font-weight: bold;
}

#container.offer .shopping-cart .cartItem * {
    font-size: 16px;
    color: #111;
}

#container.offer #placeholder-header-top-wrapper {
    display: none;
}

#complete-order-modal div.form-block-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
}

#complete-order-modal div.form-block-wrapper li {
    list-style-type: none;
}

#complete-order-modal div.form-block-wrapper &gt; h2 {
    flex: 1;
    flex-basis: 100%;
    background: #111;
}

#complete-order-modal .form-block {
    margin: 0;
    width: auto;
    display: inline-block;
    flex-basis: 50%;
}

#complete-order-modal .form-block li {
    display: block;
    width: 100%;
}

#complete-order-modal div.form-block-wrapper &gt; li {
    padding: 20px;
}

#complete-order-modal .row.buttons {
    margin: 0;
    flex: 1;
    flex-basis: 100%;
    height: auto;
    width: auto;
    border: none;
    border-top: 1px solid #e9ebef;
}

#complete-order-modal .row.buttons input.button {
    width: auto;
    margin: 0;
}

#container.offer .shopping-cart .cartItem .cartRemove a i {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
}

body #container.offer header #placeholder-header-wrapper {
    display: block !important;
    ;
}

body #container.offer header #placeholder-header-wrapper .widget-duplicaat {
    min-height: 90px;
}

body #container.offer .hoofdmenu,
body #container.offer header .widget-winkelwagen {
    display: none !important;
}

#container.offer .offerteCart {
    width: 55% !important;
}

#container.offer .widget-offertepagina {
    margin-top: 30px;
}

#container.offer .widget-offertepagina h2.toptext {
    display: none;
}

#container.offer main div.row.collapse:nth-child(2) {
    max-width: 69.875rem;
}

#container.offer .widget-winkelwagen {
    margin-top: 65px;
}

#container.offer .shopping-cart h2.toptext {
    font-size: 32px !important;
    line-height: 1.3em;
    font-weight: 600 !important;
    color: #111;
    margin-bottom: 35px;
    text-align: left;
    font-family: sans-serif;
}

#container.offer .offerteCart .shopping-cart-detail {
    border: none;
    background: none;
}

#container.offer .shopping-cart .cartItem {
    margin: 0;
    border: 1px solid #ddd;
    padding: 10px 20px 10px 40px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 15px;
}

#container.offer .shopping-cart .cartItem * {
    display: inline-block;
    line-height: inherit;
    font-size: inherit;
}

#container.offer .shopping-cart .cartItem .cartRemove {
    width: auto;
    float: left;
    text-align: right;
    background: none;
    margin: 0;
    border-radius: initial;
    padding: 0;
    height: auto;
}

#container.offer .shopping-cart .cartItem .cartRemove a {
    background: none;
    overflow: inherit;
    line-height: normal;
    text-indent: inherit;
    position: absolute;
    line-height: 1em;
    top: 8px;
    left: 10px;
    display: block;
    font-weight: 700;
    height: 1em;
    width: 1em;
    text-align: center;
    font-size: 18px;
    color: #111;
    border-radius: 100%;
    text-decoration: none;
    border: 0;
}

#complete-order-modal .close-reveal-modal {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

#container.offer .shopping-cart .cartItem .cartRemove a:hover,
#complete-order-modal .close-reveal-modal:hover {
    color: red !important;
    background-color: transparent !important;
}

#container.offer .shopping-cart .cartItem .cartProduct {
    width: 100%;
}

#container.offer .shopping-cart .cartItem .cartProduct .name {
    color: #111;
    display: block;
    font-weight: 700;
}

#container.offer .shopping-cart .cartItem .cartProduct .name img {
    float: right;
    margin: 0;
    margin-left: 4px;
    width: 70px;
    height: auto;
    position: relative;
    display: block;
    border: none;
    max-width: none;
    max-height: none;
}

#container.offer .shopping-cart .cartItem .cartProduct .quantity {
    color: #383838;
    border: none;
    border-radius: 2px;
    display: inline-block;
    width: calc(100% - 80px);
    line-height: normal
}

#container.offer .shopping-cart .cartItem .cartProduct .pcp-description {
    color: #383838;
    border: none;
    border-radius: 2px;
    overflow: hidden;
    display: inline-block;
    width: calc(100% - 80px);
    line-height: normal;
}

#container.offer .shopping-cart .cartItem .cartProduct .name a {
    color: #111;
    font-weight: 700;
    display: flex;
    line-height: normal;
}

#container.offer .totals {
    padding: 20px;
    color: #111;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: normal;
}

#container.offer .totals * {
    font-size: inherit;
    font-family: Roboto, sans-serif;
}

#container.offer .totals .large-12.small-12.columns .row.collapse:not(:last-child) {
    margin-bottom: 10px;
}

#container.offer .totals .price {
    padding-left: 3px;
    text-align: right;
}

#container.offer .submit-cart-popup:after,
#container.offer .submit-cart:after {
    content: "";
    display: none;
}

#container.offer .submit-cart-popup,
#container.offer .submit-cart-popup:hover,
#container.offer .submit-cart,
#container.offer .submit-cart:hover,
#complete-order-modal .row.buttons input.button {
    height: inherit;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 1em;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    padding: 17px 25px;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin: 0;
    margin-right: 10px;
    outline: none;
    float: none !important;
    vertical-align: top !important;
    background: #111 !important;
    flex: 1;
    text-align: center;
}

#container.offer .submit-cart-popup:hover,
#container.offer .submit-cart:hover,
#complete-order-modal .row.buttons input.button:hover {
    opacity: .8;
}

#container.offer .widget-122 table.staffels div.add-to-cart {
    height: inherit;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.5;
    border-radius: 2px;
    color: #fff;
    padding: 4px 12px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    outline: none;
    float: none !important;
    vertical-align: top !important;
    background-color: #111 !important;
    font-size: 13px !important;
    font-weight: 500;
}

#container.offer .widget-122 table.staffels div.add-to-cart * {
    font-size: inherit !important;
}

#container.offer .widget-122 table.staffels div.add-to-cart i {
    font-size: 12px !important;
    padding-right: 5px;
}

#container.offer .widget-122 table.staffels div.add-to-cart:hover {
    opacity: 1;
}

@media screen and (max-width: 64em) {

    #container.offer .offerteCart {
        width: 100% !important;
    }

}

/*ALERT BOX PRODUCTPAGINA*/

.alert-box {
    display: block;
    line-height: normal;
    margin-bottom: 0;
    padding: 8px;
    padding-right: 37px;
    font-size: 16px;
    font-weight: 500;
}

.details + .alert-box {
    margin-top: 20px;
}

.alert-box.alert {
    background-color: #7f2470;
    border-color: #7f2470;
    color: white;
}

.alert-box.alert .button {
    background: #000;
    color: white !important;
    padding: 7px;
    font-size: 15px;
    display: inline-block;
    font-weight: 400 !important;
    text-transform: none;
    margin-top: 0.5rem;
}

.alert-box.alert .button:hover {
    text-decoration: underline;
}

/*EINDE*/



/*Nieuwe checkout code*/
#container.checkout .widget.widget-afrekenen span.title, 
#container.offerRequest .widget.widget-afrekenen span.title,
#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items &gt; .large-block-grid-1 .item label:not([for]), 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items &gt; .large-block-grid-1 .item label:not([for]), 
#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items &gt; .large-block-grid-1 .item label[for="CheckoutModel_file"], 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items &gt; .large-block-grid-1 .item label[for="CheckoutModel_file"], 
#container.checkout .widget.widget-afrekenen .form-delivery-address h2, 
#container.offerRequest .widget.widget-afrekenen .form-delivery-address h2,
#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .product-name, 
main #accordion.ui-accordion span.title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    margin: 0;
    margin-bottom: 10px;
}
#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartRemove a, 
#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .shopping-cart .hide-discount.right input + a, 
#container .widget-winkelwagen.checkout-cart .discount a.remove:after {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    background: #F2692A;
    font-size: 16px;
    color: white;
    text-transform: none;
    font-weight: 400 !important;
    padding: 8px 15px;
    line-height: normal;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    outline: none;
    height: auto;
    margin: 0;
    text-align: center;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartRemove a, 
#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .shopping-cart .hide-discount.right input + a, 
#container .widget-winkelwagen.checkout-cart .discount a.remove:after {
    background: transparent;
    border: 1px solid #cccccc;
    color: #000000;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .item .columns &gt; input, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .item .columns &gt; input, 
#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .item .columns input[type="radio"] + label, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .item .columns input[type="radio"] + label, 
#container .widget-winkelwagen.checkout-cart .hide-discount.right input {
    border: 1px solid #CCCCCC;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
    margin: 0;
    background: #fff;
    height: auto;
    padding: 8px 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .item .columns &gt; input:hover, 
#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .item .columns &gt; input:focus, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .item .columns &gt; input:hover, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .item .columns &gt; input:focus, 
#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .item .columns input[type="radio"] + label:hover, 
#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .item .columns input[type="radio"] + label:focus, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .item .columns input[type="radio"] + label:hover, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .item .columns input[type="radio"] + label:focus, 
#container .widget-winkelwagen.checkout-cart .hide-discount.right input:hover, 
#container .widget-winkelwagen.checkout-cart .hide-discount.right input:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background: #f5f5f5;
    border-color: #CCCCCC;
    outline: none;
}
#container.checkout .widget-winkelwagen.checkout-cart .shoppingCart, 
#container.offerRequest .widget-winkelwagen.checkout-cart .shoppingCart {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    float: none;
    min-height: auto;
    background: none;
    padding: 0;
    border: none;
}
#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .product-name, 
#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .product-name a {
    color: #000000;
    margin: 0;
    line-height: 1.5em;
    text-align: left;
    border: none;
    overflow: hidden;
    background: none;
}

#container:not(.checkout):not(.offerRequest):not(.checkoutProcess):not(.offerRequestProcess) footer #placeholder-footer-top-wrapper {
    padding-top: 2.5vw;
    border-top: 1px solid #eaeaea;
}
#container.checkout footer #placeholder-footer-top-wrapper, 
#container.offerRequest footer #placeholder-footer-top-wrapper, 
#container.checkoutProcess footer #placeholder-footer-top-wrapper, 
#container.offerRequestProcess footer #placeholder-footer-top-wrapper {
    margin-top: 2.5vw;
}
#container:not(.checkout):not(.offerRequest):not(.checkoutProcess):not(.offerRequestProcess) footer #placeholder-footer-wrapper,
#container:not(.checkout):not(.offerRequest):not(.checkoutProcess):not(.offerRequestProcess) footer #placeholder-footer-bottom-wrapper {
    margin-top: 2.5vw;
}
#container.checkout #placeholder-content, 
#container.offerRequest #placeholder-content {
    width: 100%;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
#container.checkout .widget-winkelwagen.checkout-cart.loading .shoppingCart:after, 
#container.offerRequest .widget-winkelwagen.checkout-cart.loading .shoppingCart:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("https://a95e34c3751ea4a0112a-efb4b109da3255fbc4dc396b1c2145fa.ssl.cf1.rackcdn.com/1618402597_1537453040_loader.gif") no-repeat center center;
    background-color: rgb(0 0 0 / 10%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    cursor: not-allowed;
}
#container.checkout .widget.widget-afrekenen, 
#container.offerRequest .widget.widget-afrekenen {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 30px;
    width: 55%;
    float: none;
    margin-top: 2.5vw;
}

#container.checkout .widget.widget-afrekenen .checkout-description &gt; h1, 
#container.offerRequest .widget.widget-afrekenen .checkout-description &gt; h1 {
    margin: 0;
    margin-bottom: 10px;
}

#container.checkout .widget.widget-afrekenen .checkout-description &gt; h1 + p, 
#container.offerRequest .widget.widget-afrekenen .checkout-description &gt; h1 + p {
    margin-bottom: 30px;
}

#container.checkoutProcess .widget.widget-afrekenen .checkout-description, 
#container.offerRequestProcess .widget.widget-afrekenen .checkout-description{
    display: none;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items [class*="block-grid-"], 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items [class*="block-grid-"], 
#container .widget-contactformulier form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items &gt; [class*="block-grid-"], 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items &gt; [class*="block-grid-"] {
    margin-left: -0.59375rem;
    margin-right: -0.59375rem;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items:last-child .large-block-grid-1, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items:last-child .large-block-grid-1 {
    margin-bottom: 20px;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items:last-child, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items:last-child {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items:last-child .large-block-grid-1 + a.button + .row.buttons, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items:last-child .large-block-grid-1 + a.button + .row.buttons {
    flex: 1;
    margin-left: 10px;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items:last-child .large-block-grid-1 + a.button, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items:last-child .large-block-grid-1 + a.button,
#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items:last-child .large-block-grid-1 + a.button + .row.buttons input.button, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items:last-child .large-block-grid-1 + a.button + .row.buttons input.button {
    flex: 1;
    display: block !important;
    width: 100%;
}

#container.checkout .widget.widget-afrekenen span.title, 
#container.offerRequest .widget.widget-afrekenen span.title {
    width: 100%;
    padding-left: 0.59375rem;
    padding-right: 0.59375rem;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .large-block-grid-1 .row, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .large-block-grid-1 .row, 
#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .large-block-grid-2 .row.field_country, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .large-block-grid-2 .row.field_country, 
#container .widget-contactformulier form &gt; .row.buttons {
    margin-bottom: 0;
    position: relative;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .large-block-grid-2 .row, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .large-block-grid-2 .row, 
#container .widget-contactformulier form &gt; .row {
    margin-bottom: 0;
    position: relative;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .item, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .item, 
#container .widget-contactformulier form &gt; .row:not(:last-child) {
    margin-bottom: 20px; 
    display: inline-block;
    width: 100%;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .terms, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .terms {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .terms .item, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .terms .item {
    margin-bottom: 0px;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items:last-child &gt; div &gt;.item:last-child, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items:last-child &gt; div &gt; .item:last-child {
    margin: 0px;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .item label, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .item label, 
#container .widget-winkelwagen.checkout-cart label[for="discountCode"],  
#container .widget-contactformulier form &gt; .row &gt; label,
label {
    color: #000000;
    font-size: 16px;
    width: 100%;
    margin-bottom: 5px;
    cursor: default;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .item label .required, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .item label .required, 
#container .widget-contactformulier &gt; form &gt; .row &gt; label .required, 
label .required {
    color: #ce3a3a;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .item .check, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .item .check {
    display: flex;
    align-items: center;
    float: left;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .item .check .columns, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .item .check .columns {
    line-height: normal;
    width: auto;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .item .check .columns &gt; input, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .item .check .columns &gt; input, 
#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .item .check .columns &gt; label, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .item .check .columns &gt; label {
    line-height: normal;
    margin: 0;
    cursor: pointer;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .item .columns input[type="radio"], 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .item .columns input[type="radio"] {
    display: flex;
    float: left;
    z-index: 9;
    position: relative;
    clear: left;
    height: 42px;
    left: 15px;
    margin: 0;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .item .columns input[type="radio"] + label, 
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .item .columns input[type="radio"] + label {
    display: flex;
    float: left;
    width: 100%;
    margin-left: -14px;
    padding-left: 45px;
    margin-bottom: 10px;
    cursor: pointer;
}

#container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items .item .columns textarea,
#container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items .item .columns textarea {
    max-width: 100%;
    min-height: 180px;
}

#container.checkout .widget-winkelwagen.checkout-cart, 
#container.offerRequest .widget-winkelwagen.checkout-cart {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 0;
    padding: 0;
    width: auto;
    margin: 0;
    margin-top: 2.5vw;
}

#container.checkoutProcess .widget-winkelwagen.checkout-cart .shoppingCart,
#container.offerRequestProcess .widget-winkelwagen.checkout-cart .shoppingCart {
    display: none;
}



#container .widget-winkelwagen.checkout-cart .shoppingCart {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-self: baseline;
}


#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail {
    z-index: auto;
    right: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border: 1px solid #eaeaea;
    cursor: auto;
    background: #ffffff !important;
    position: relative;
}

#container.offerRequest .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail {
    margin-bottom: 20px;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart &gt; a.button {
    padding: 12px 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart {
    display: inline-block;
    width: 100%;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .empty {
    padding: 20px;
    line-height: 1.5em;
    font-size: 16px;
    color: #000000;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item {
    border: none;
    padding: 20px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div {
    display: flex;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div:first-child {
    margin-bottom: 20px;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .product-name {
    height: auto;
    flex: 1;
    margin-right: 30px;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartRemove {
    margin: 0;
    width: auto;
    line-height: normal;
    padding: 0;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartRemove a {
    overflow: hidden;
    text-indent: 0;
    float: none;
    width: auto;
    height: auto;
    line-height: 0.4;
    padding: 6px 7px;
    font-size: 13px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartRemove a:hover, 
#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartRemove a:focus, 
#container .widget-winkelwagen.checkout-cart .discount a.remove:hover:after, 
#container .widget-winkelwagen.checkout-cart .discount a.remove:focus:after {
    border-color: #ce3a3a;
    color: #ce3a3a;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; a {
    width: 100%;
    -ms-flex: 0 0 30%;
    flex: 0 30%;
    max-width: 30%;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; a img {
    width: 100%;
    height: auto;
    max-height: none;
    float: none;
    margin: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartProduct {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 10px;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartProduct &gt; div {
    display: flex;
    width: 100%;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartProduct &gt; div:not(:last-child) {
    margin-bottom: 5px;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartProduct &gt; div &gt; span {
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
    color: #111;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartProduct &gt; div &gt; .left {
    font-family: inherit;
    white-space: normal;
    padding: 0;
    margin: 0;
    background: none;
    -ms-flex: 0 0 35%;
    flex: 0 35%;
    max-width: 35%;
    flex-shrink: 0;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartProduct &gt; div &gt; .right .printing &gt; .left &gt; span:first-child {
    margin-bottom: 5px;
    width: 100%;
    font-weight: 600;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartProduct &gt; div &gt; .right .printing &gt; .right {
    width: 100%;
    margin-top: 10px;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartProduct &gt; div &gt; .right .printing &gt; .left &gt; span:last-child, 
#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartProduct &gt; div &gt; .right .printing &gt; .right &gt; span {
    display: flex;
    width: 100%;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartProduct &gt; div &gt; .right .printing &gt; .right &gt; span:last-child a {
    margin-top: 5px;
    text-decoration: underline;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartProduct &gt; div &gt; .right .printing &gt; .right &gt; span:last-child a:after {
    content: " bedrukking";
}

#container .widget-winkelwagen.checkout-cart .discount-prompt {
    display: none;
    flex: 100%;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .shopping-cart .discount:not(.discount-prompt) {
    display: block !important;
    width: 100%;
    padding: 20px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

#container .widget-winkelwagen.checkout-cart .discount &gt; dd {
    display: inline-flex;
    align-items: center;
    margin: 0;
    width: 100%;
}

#container .widget-winkelwagen.checkout-cart .discount &gt; dd &gt; span {
    margin: 0;
    padding: 9px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 16px;
    line-height: normal;
    float: left;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    outline: 0;
    background: white;
    display: flex;
    align-items: center;
}

#container .widget-winkelwagen.checkout-cart .discount a.remove {
    font-size: 16px;
    color: transparent;
    margin-left: 10px;
    position: relative;
    padding: 8px 17px;
}

#container .widget-winkelwagen.checkout-cart .discount a.remove:after {
    content: "\f1f8";
    font-family: "Font Awesome 5 Free";
    font-weight: bold !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 8px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 14px;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .shopping-cart .hide-discount.right {
    display: flex !important;
    float: left !important;
    margin: 0;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .shopping-cart .hide-discount.right input {
    margin: 0;
    border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -ms-border-radius: 3px 0px 0px 3px;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .shopping-cart .hide-discount.right input + a {
    border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    padding: 10px 15px;
    border-left: 0;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .cart-summary {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background: #eaeaea;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .cart-summary &gt; div {
    display: flex;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .cart-summary &gt; div:not(:last-child) {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .cart-summary &gt; div:last-child &gt; span {
    font-weight: 600;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .cart-summary &gt; div &gt; span {
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
    color: #000000;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
}

#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .cart-summary &gt; div &gt; .label {
    font-family: inherit;
    white-space: normal;
    padding: 0;
    background: none;
    -ms-flex: 0 0 50%;
    flex: 0 50%;
    max-width: 50%;
}


#container.checkoutProcess #placeholder-content &gt; .widget-duplicaat, 
#container.offerRequestProcess #placeholder-content &gt; .widget-duplicaat {
    margin-top: 2.5vw;
}
#container.checkoutProcess main, 
#container.offerRequestProcess main {
    min-height: 65vh;
}
#container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartProduct &gt; div &gt; .right .printing &gt; .left &gt; span{
        text-align:left;
        line-height: 23px;
    }
/* responsive maken van de checkout voor de mobiel*/
@media screen and (max-width: 40em) {
 
    #container.checkout .widget.widget-afrekenen, #container.offerRequest .widget.widget-afrekenen{
         width:100%;
         margin-left: 0px;
    }
    #container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items &gt; [class*="block-grid-"], #container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items &gt; [class*="block-grid-"] {
       margin-left: 0.40625rem;
    margin-right: 0.40625rem;
    }
    #container.checkout .widget.widget-afrekenen .checkout-description, #container.offerRequest .widget.widget-afrekenen .checkout-description {
       margin-left: 0.40625rem;
    margin-right: 0.40625rem;
    }
    #container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items:last-child .large-block-grid-1 + a.button, 
    #container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items:last-child .large-block-grid-1 + a.button{
        flex: inherit;
        display: block !important;
        width: 100%;
      margin-left: 0.40625rem;
    margin-right: 0.40625rem;
    }
    #container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items:last-child .large-block-grid-1 + a.button + .row.buttons, 
    #container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items:last-child .large-block-grid-1 + a.button + .row.buttons {
    flex: inherit;
    display:block;
    width:100%;
    margin-left: 0.40625rem;
    margin-right: 0.40625rem;
    margin-top:10px;
    }
    #container .widget-winkelwagen.checkout-cart .shoppingCart &gt; a.button{
        max-width: 100%;
    }

    header .shoppingCart .shopping-cart-detail {
    display: none !important;
    }
    #container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartProduct &gt; div,
    #container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div{
        display: block !important;
        width: 100%;
    }
    #container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartProduct &gt; div, #container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div {
        display: block !important;
        width: 100%;
        text-align: center;
    }
    #container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; a {
        width: 100%;
        -ms-flex: 0 0 30%;
        flex: 0 30%;
        max-width: 50%;
        margin-bottom: 20px;
    }
    
    #container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartProduct &gt; div &gt; .right .printing &gt; .left &gt; span:first-child {
        margin-bottom: 5px;
        width: 100%;
        font-weight: normal;
    }
}
/* responsive maken van de checkout voor de tablet*/

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
     #container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartProduct &gt; div:last-child{
         display:block;
     }
     #container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div {
        display: block;
        text-align:center;
    }
    #container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; a{
        max-width: 50%;
    }
    #container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartProduct {
        padding-right: 10px !important;
    }
    #container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .cart-summary &gt; div &gt; .label {
        -ms-flex: 0 0 60%;
        flex: 0 60%;
        max-width: 60%;
    }
    #container.checkout .widget-afrekenen &gt; form.checkout-form &gt; .items &gt; [class*="block-grid-"], #container.offerRequest .widget-afrekenen &gt; form.checkout-form &gt; .items &gt; [class*="block-grid-"] {
        margin-left: 0;
        margin-right: 0;
    }
    #container.checkout .widget.widget-afrekenen, #container.offerRequest .widget.widget-afrekenen{
            margin-left: 0px;
    }
    #container .widget-winkelwagen.checkout-cart .shoppingCart .shopping-cart-detail .items &gt; .shopping-cart .item &gt; div &gt; .cartProduct &gt; div &gt; .left {
        -ms-flex: 0 0 60%;
        flex: 1 60%;
        max-width: 60%;
    }
    #container .widget-winkelwagen.checkout-cart .shoppingCart &gt; a.button {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Einde nieuwe checkout*/
</pre></body></html>