/*!
Theme Name: Jhab
Theme URI: http://underscores.me/
Author: Wemessage
Author URI: https://wemessage.nl
Description: Jhab WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jhab
*/

html {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    overflow-x: hidden;
}

body {
    margin: 0;
    width: 100vw;
    overflow-x: hidden;
}

.wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1170px;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.title {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

.page-content ul,
.page-content ol {
    margin-bottom: 20px;
}

b {
    font-weight: 600;
}

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

a {
    text-decoration: none;
}

.floating-contact {
    background: #320292;
    color: #ffffff;
    max-width: 320px;
}

.site-footer {
    background: #320292;
    color: #ffffff;
    padding: 20px 0 20px;
}

.social {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f3f3f3;
    text-align: center;
    padding: 10px 0;
    z-index: 999;
}

.social a {
    display: inline-block;
    margin: 0 5px;
}

.site-header .logo {
    max-width: 160px;
    margin: 0 auto;
    padding: 10px 0;
}

.site-header .bel a {
    text-indent: -999em;
    overflow: hidden;
    width: 30px;
    height: 24px;
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 10px;
    right: 10px;
}

.site-header .bel svg {
    position: absolute;
    top: 0;
    left: 6px;
}

.site-header .usp {
    display: none;
}

.site-header .usp li {
    font-size: 11px;
}

.site-header .bel a::before {
    display: block;
    content: " ";
    width: 9px;
    height: 9px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.timer p {
    display: none;
}

.timer.open .bel a::before {
    background: #7ed321;
}

.timer.closed .bel a::before {
    background: #f03d0d;
}
#acceptance-field
{
    padding:90px;
	max-width:10px;
    border: 1px solid #f00;
	display:inline;
}

span.wpcf7-list-item
{
	margin: 0 0 0 0em;
}

.menu-icon {
    position: fixed;
    top: 10px;
    right: 10px;
    background: #320292;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.menu-icon span {
    background: #ffffff;
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.3s;
}

.menu-icon span:first-of-type {
    transform: translateY(-8px) translateX(-50%);
    -webkit-transform: translateY(-8px) translateX(-50%);
}

.menu-icon span:nth-of-type(2) {
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.menu-icon span:last-of-type {
    transform: translateY(6px) translateX(-50%);
    -webkit-transform: translateY(6px) translateX(-50%);
}

.menu-open .menu-icon span:first-of-type {
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.menu-open .menu-icon span:nth-of-type(2) {
    opacity: 0;
}

.menu-open .menu-icon span:last-of-type {
    transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.menu-open,
.form-open {
    overflow: hidden;
}

.site-header {
    background: #ffffff;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
}

.main-navigation li {
    list-style-type: none;
}

.main-navigation a {
    color: #000000;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
}

.main-navigation .current-menu-item a {
    color: #320292;
    font-weight: 600;
}

.search-form svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

input {
    font-family: 'Open Sans', sans-serif;
}

.search-form input {
    letter-spacing: 1px;
    font-size: 11px;
    color: #d9d9d9;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    padding: 3px 0;
    display: inline-block;
    vertical-align: middle;
}

.rating-block {
    text-align: center;
    position: relative;
    padding-bottom: 14px;
}

.rating-block sub {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 160px;
}

body .snippet-5sterrenspecialist .rating-box {
    background-image: url(inc/img/download.png);
}

body .snippet-5sterrenspecialist .rating {
    background-image: url(inc/img/download-1.png);
}

body .snippet-5sterrenspecialist p span {
    color: #000000;
}

body .snippet-5sterrenspecialist p {
    font-size: 12px;
}

.site-content {
    padding-top: 58px;
}

.banner {
    overflow: hidden;
    position: relative;
    height: 120px;
}

.home .banner {
    height: 200px;
}

.banner img {
    height: auto;
    width: auto;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    display: block;
}

.banner .wrap {
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 2;
}

.banner h1 {
    background: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.75px;
    line-height: 120%;
    padding: 7px 14px 8px 14px;
    font-size: 24px;
    display: inline-block;
}

.brands {
    padding: 20px 0;
    text-align: center;
}

.brands img {
    transition: 0.3s;
}

.brands img:hover {
    opacity: 0.5;
}

.brands .title,
.cta .title,
.content-stroke .title,
.collection .title,
.page-content .title,
.gallery .title {
    color: #320292;
}

.title {
    text-transform: uppercase;
    letter-spacing: 1.75px;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 120%;
}

.slick-slide,
.slick-slide:hover {
    outline: 0;
}

.slick-arrow {
    display: block;
    width: 11px;
    height: 19px;
    overflow: hidden;
    text-indent: -999em;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    background: 0;
    top: 50%;
    z-index: 10;
    outline: 0;
    cursor: pointer;
}

.brands .slick-arrow {
    background-image: url(inc/img/chevron-purple.svg);
    background-size: 11px 19px;
    background-repeat: no-repeat;
    background-position: center center;
}

.photo-slider .slick-arrow {
    background-image: url(inc/img/chevron-white.svg);
    background-size: 11px 19px;
    background-repeat: no-repeat;
    background-position: center center;
}

.photo-slider {
    margin-bottom: 30px;
}

.brands .wrap {
    width: 75%;
}

.gallery-content .title {
    text-transform: none;
}

.brands .title::after,
.collection .title::after {
    display: block;
    content: " ";
    width: 214px;
    height: 8px;
    background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, #320292 40%, #320292 60%, #ffffff 60%);
    margin: 15px auto 20px;
    border-bottom: 1px solid #979797;
}

.slick-next {
    right: 0;
    transform: translateY(-50%) translateX(150%);
    -webkit-transform: translateY(-50%) translateX(150%);
}

.photo-slider .slick-next {
    right: 30px;
}

.photo-slider .slick-prev {
    left: 30px;
}

.slick-prev {
    left: 0;
    transform: translateY(-50%) translateX(-150%) rotate(180deg);
    -webkit-transform: translateY(-50%) translateX(-150%) rotate(180deg);
}

.photo-block {
    position: relative;
}

.photo-block img {
    display: block;
    opacity: 0.6;
}

.photo-block:first-of-type {
    background-image: linear-gradient(134deg, #3023AE 0%, #C86DD7 100%);
}

.photo-block:last-of-type {
    background-image: linear-gradient(90deg, #BFE4F3 3%, #88B6C9 50%, #73A1B4 93%);
}

.photo-block .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.photo-block .title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.50);
    margin-bottom: 14px;
}

.button,
input[type=submit] {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    display: table;
    transition: 0.4s;
    border: 1px solid;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.photo-block .button {
    background: #ffffff;
    color: #000000;
    margin: 0 auto;
    border-color: #ffffff;
}

.photo-block .button:hover {
    background: #320292;
    border-color: #320292;
    color: #ffffff;
}

.cta {
    padding: 20px 0;
}

.title+sub {
    color: #717171;
    font-style: italic;
    font-family: 'Droid Serif', serif;
    letter-spacing: 1px;
    padding-bottom: 10px;
    display: block;
    font-weight: 200;
    font-size: 14px;
}

.title+sub img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 30px;
}

.cta .left .title+sub::after,
.content-stroke .title+sub::after,
.page-content .title+sub::after,
.product:nth-of-type(odd) .title+sub::after {
    display: block;
    content: " ";
    width: 200vw;
    height: 8px;
    background-image: linear-gradient(-90deg, #320292 0%, #320292 50px, #ffffff 50px, #ffffff);
    margin: 15px 0 10px;
    border-bottom: 1px solid #979797;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    position: relative;
    left: 50px;
}

.product:nth-of-type(even) .title+sub::after {
    display: block;
    content: " ";
    width: 200vw;
    height: 8px;
    background-image: linear-gradient(90deg, #320292, #320292 50px, #ffffff 50px, #ffffff);
    margin: 15px 0 10px;
    border-bottom: 1px solid #979797;
}

p,
li {
    line-height: 220%;
    letter-spacing: 1px;
    font-size: 12px;
}

.cta .left {
    padding-bottom: 20px;
}

.cta .right {
    position: relative;
    padding-bottom: 40px;
}

.cta .right img {
    display: block;
}

.floating-title {
    text-align: center;
    color: #717171;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    float: right;
    margin: 10px 0 40px;
}

.floating-title span {
    display: table;
    margin: 0 auto;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    position: relative;
}

.floating-title span::after {
    display: block;
    content: " ";
    width: 12px;
    height: 38px;
    background-image: url(inc/img/arrow.svg);
    background-size: 12px 38px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: -14px;
    bottom: 0;
    transform: translateY(75%);
}

.cta .button {
    position: absolute;
    display: block;
    background: #320292;
    border-color: #320292;
    color: #ffffff;
    text-transform: none;
    font-size: 16px;
    bottom: 0;
    right: 0;
}

.floating-title::after {
    display: block;
    content: " ";
    clear: both;
}

.cta .button:hover,
.site-footer .button:hover,
.newsletter #mc_embed_signup input.button:hover {
    color: #320292;
    background: #ffffff;
}

.content-stroke {
    padding: 20px 0;
    background: #f3f3f3;
}

.content-stroke .button,
.collection .button,
.floating-contact input[type=submit] {
    background: #ffffff;
    color: #320292;
    border-color: #320292;
    font-size: 16px;
    text-transform: none;
}

.floating-contact input[type=submit]:hover {
    background: #320292;
    color: #ffffff;
    border-color: #ffffff;
}

.content-stroke .button:hover,
.collection .button:hover {
    background: #320292;
    color: #ffffff;
}

.content-stroke .thumb {
    display: none;
}

.collection {
    padding: 20px 0;
    text-align: center;
}

.collection .button {
    margin: 0 auto;
}

.collection .buttons a {
    display: inline-block;
    width: calc(30% - 5px);
    padding: 1.5%;
    margin-bottom: 20px;
    cursor: pointer;
    color: #000000;
}

.collection .buttons img {
    width: 46px;
    margin-bottom: 10px;
}

.collection .buttons h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
}

.collection .images {
    display: none;
}

.newsletter {
    padding: 20px 0;
}

.newsletter-form {
    max-width: 480px;
}

.newsletter #mc_embed_signup form {
    padding: 0;
    position: relative;
}

.newsletter #mc_embed_signup input.email {
    background: #f3f3f3;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    padding: 4px 16px;
    letter-spacing: 0.7px;
    font-size: 12px;
    width: calc(100% - 32px);
}

.newsletter #mc_embed_signup input.button {
    border-radius: 0;
    background: #320292;
    text-transform: none;
    font-weight: 200;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 40px;
}

.site-footer .block img {
    max-width: 180px;
    margin-bottom: 20px;
}

.site-footer li {
    list-style-type: none;
}

.site-footer a {
    color: #ffffff;
}

.site-footer a:not(.button):hover {
    opacity: 0.6;
}

.site-footer .button {
    margin-top: 20px;
}

.site-footer .title {
    text-transform: none;
}

.site-footer li span {
    display: inline-block;
    width: 100px;
}

.site-footer .block:nth-of-type(2) a {
    font-weight: 600;
}

.floating-contact .close i {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffffff;
    width: 30px;
    height: 2px;
}

.floating-contact i:first-of-type {
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.floating-contact i:last-of-type {
    transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.page-content {
    padding: 20px 0;
    position: relative;
}

.page-content .thumb {
    display: none;
}

.gallery {
    padding: 20px 0 0;
    position: relative;
}

.gallery-item {
    margin-bottom: 10px;
    display: none;
}

.gallery-item img {
    display: block;
}

@media screen and (max-width:1279px) {
    .main-navigation {
        position: fixed;
        background: #ffffff;
        top: 56px;
        bottom: 38px;
        left: 0;
        width: 100%;
        border-top: 1px solid #f3f3f3;
        text-align: center;
        transition: 0.3s;
        margin-left: -100%;
    }
    .menu-open .main-navigation {
        margin-left: 0;
    }
    .main-navigation a {
        font-size: 12px;
        display: block;
    }
    .sub-menu a {
        transition: 0.3s;
        overflow: hidden;
        max-height: 0;
        padding: 0;
    }
    .menu-item-has-children:hover .sub-menu a,
    .menu-item-has-children:active .sub-menu a {
        max-height: 30px;
        padding: 2px 0;
    }
    .menu-item-has-children:hover .sub-menu,
    .menu-item-has-children:active .sub-menu {
        padding: 4px 0;
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        margin: 4px 0;
    }
    .menu-hoofdmenu-container {
        position: absolute;
        top: calc(50% - 20px);
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
    .search-form {
        position: fixed;
        bottom: 50px;
        z-index: 999;
        left: 0;
        width: 100%;
        text-align: center;
        transition: 0.4s;
        margin-left: -100%;
    }
    .menu-open .search-form {
        margin-left: 0;
    }
}

.floating-contact span.form-button {
    position: absolute;
    top: 60%;
    left: 0;
    background: #320292;
    padding: 0px 1px 4px 5px;
    border: 1px solid #ffffff;
    border-right: 0;
    cursor: pointer;
    transform: translateX(-100%) translateY(-50%);
    -webkit-transform: translateX(-100%) translateY(-50%);
    display: none;
}

.home .floating-contact span.form-button {
    display: block;
}

.floating-contact {
    position: fixed;
    top: 56px;
    bottom: 38px;
    right: 0;
    width: 100%;
    transition: 0.4s;
    margin-right: -320px;
    z-index: 88;
}

.form-open .floating-contact {
    margin-right: 0;
}

.floating-contact .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.floating-contact span.form-button img {
    width: 44px;
}

.floating-contact input:not([type=submit]) {
    padding: 10px 15px;
    width: calc(100% - 30px);
    font-size: 12px;
    letter-spacing: 1px;
    color: #717171;
    border: 0;
}

.floating-contact .close {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}

.banner .background {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #F5A623 100%);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.form-side {
    background: #f3f3f3;
    padding: 20px 0;
    text-align: center;
}

.form-side p:last-of-type {
    margin-bottom: 0;
}

.form-side img {
    width: 160px;
    margin-bottom: 20px;
}

.form-side .title {
    color: #000000;
    text-transform: none;
}

.form-side input:not([type=submit]),
.form-side textarea {
    background: #d9d9d9;
    color: #ffffff;
    padding: 10px 16px;
    width: calc(80% - 32px);
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0.8px;
    max-width: 154px;
}

.form-side textarea {
    height: 100px;
}

.form-side input[type=submit] {
    width: 80%;
    padding: 10px 0;
    background: #f5a623;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.75px;
    font-weight: 600;
    margin: 0 auto;
    max-width: 186px;
    transition: 0.3s;
}

.form-side input[type=submit]:hover {
    background: #320292;
}

.form-side ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
}

.form-side ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}

.form-side :-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}

.form-side :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}

.gallery {
    text-align: center;
}

.brand-logo {
    width: 95px;
    margin-left: 15%;
    position: absolute;
    z-index: 9;
    padding: 5px 0;
    background: #ffffff;
}

.product .title {
    color: #320292;
    text-transform: none;
}

.products {
    padding: 20px 0;
}

.map {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

iframe {
    display: block;
}

.page-content a:not(.button) {
    color: #320292;
    font-weight: 400;
}

.page-id-24 .page-content li {
    list-style-type: none;
}

article .post-thumbnail {
    display: none;
}

@media screen and (min-width:480px) {
    ul.small li {
        display: inline-block;
        width: calc(50% - 5px);
    }
    .banner h1 {
        font-size: 26px;
    }
    .brands,
    .cta,
    .content-stroke,
    .page-content,
    .form-side,
    .products,
    .collection {
        padding: 30px 0;
    }
    .page-content {
        padding-bottom: 0;
    }
    .title {
        font-size: 22px;
    }
    .brands .title::after,
    .collection .title::after {
        margin: 18px auto 26px;
    }
    .photo-block {
        height: 272px;
        overflow: hidden;
    }
    .photo-block img {
        position: absolute;
        top: 50%;
        left: 50%;
        height: auto;
        width: auto;
        min-height: 100%;
        min-width: 100%;
        max-width: none;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
    .photo-block .title {
        margin-bottom: 20px;
    }
    .title+sub {
        padding-bottom: 20px;
    }
    .site-footer {
        padding: 30px 0 20px;
    }
    .form-side input {
        max-width: 350px;
    }
    .form-side input:not([type=submit]) {
        padding: 12px 16px;
    }
    .form-side input[type=submit] {
        padding: 12px 0;
    }
    .title {
        line-height: 140%;
    }
    .map {
        margin-bottom: 30px;
    }
    .site-footer .block {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:768px) {
    ul.small li {
        display: inline-block;
        width: calc(33.33% - 5px);
    }
    .site-header .logo {
        margin: 0;
    }
    .rating-block {
        display: inline-block;
        position: absolute;
        top: 12px;
        right: 66px;
        z-index: 999;
    }
    .banner h1 {
        font-size: 28px;
    }
    .title {
        font-size: 24px;
    }
    .photo-block {
        width: 50%;
        float: left;
        height: auto;
    }
    .photo-block img {
        position: relative;
        transform: none;
        height: auto;
        width: 100%;
        min-height: 0;
        min-width: 0;
        transform: none;
        -webkit-transform: none;
        left: 0;
        top: 0;
    }
    .photo-blocks::after,
    .cta::after,
    .content-stroke::after,
    .product::after {
        display: block;
        content: " ";
        clear: both;
    }
    .cta .left {
        width: 58%;
        float: left;
        margin-right: 2%;
    }
    .cta .right {
        width: 40%;
        float: left;
    }
    .content-stroke {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff 130px, #f3f3f3 130px, #f3f3f3);
    }
    .content-stroke .content {
        width: 60%;
        float: right;
    }
    .content-stroke .thumb {
        width: 35%;
        float: right;
        display: block;
        margin-right: 5%;
        position: relative;
    }
    .content-stroke img {
        position: relative;
    }
    .content-stroke .thumb::before {
        display: block;
        content: " ";
        width: 80%;
        height: 80%;
        position: absolute;
        top: -10%;
        left: -10%;
        border: 1px solid #717171;
    }
    .collection .buttons a {
        width: calc(16% - 5px);
    }
    .page-content .content {
        width: 60%;
    }
    .page-content .photo-slider {
        margin-left: -10%;
        width: 70%;
    }
    .form-side {
        width: 35%;
        padding-left: 2%;
        position: absolute;
        right: 0;
        top: 0;
        text-align: left;
    }
    .form-side input:not([type=submit]) {
        padding: 10px 16px;
    }
    .form-side input[type=submit] {
        padding: 10px 0;
        margin: 0;
    }
    .gallery::before {
        display: block;
        content: " ";
        border: 1px solid #717171;
        width: 300px;
        height: 150px;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .gallery::after {
        display: block;
        content: " ";
        background: #320292;
        width: 30px;
        height: 3px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
    }
    .gallery-item {
        display: inline-block;
        width: 200px;
        margin: 20px 1% 60px;
        position: relative;
    }
    .gallery-item:nth-of-type(2) {
        top: 30px;
    }
    .gallery-content p {
        margin-left: auto;
        margin-right: auto;
        max-width: 800px;
    }
    .product {
        margin-bottom: 20px;
    }
    .product .content {
        width: 50%;
    }
    .product .thumb {
        width: 46%;
    }
    .product:nth-of-type(odd) .content {
        float: left;
        margin-right: 4%;
    }
    .product:nth-of-type(odd) .thumb {
        float: left;
    }
    .product:nth-of-type(even) .content {
        float: right;
        margin-left: 4%;
    }
    .product:nth-of-type(even) .thumb {
        float: right;
    }
    .photo-slider .slick-prev {
        left: calc(10% + 6px);
    }
    .site-footer .block {
        width: auto;
        margin-right: 60px;
    }
}

@media screen and (min-width:1024px) {
    ul.small li {
        display: inline-block;
        width: calc(25% - 5px);
    }
    .floating-contact span.form-button img {
        width: 50px;
    }
    .floating-contact span.form-button {
        padding: 0px 3px 8px 6px;
    }
    .title {
        font-size: 30px;
    }
    .banner h1 {
        font-size: 30px;
    }
    .brands .wrap {
        width: 90%;
    }
    .banner {
        height: 160px;
    }
    .home .banner {
        height: 240px;
    }
    .button {
        font-size: 16px;
    }
    .cta .left {
        width: 50%;
        margin-right: 4%;
    }
    .cta .right {
        width: 46%;
    }
    .floating-title {
        margin: -40px 0 40px;
    }
    .content-stroke {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff 140px, #f3f3f3 140px, #f3f3f3);
    }
    .gallery::before {
        width: 400px;
        height: 200px;
    }
    .gallery::after {
        width: 50px;
        height: 8px;
    }
    .gallery-item {
        width: 260px;
    }
    .site-footer .block {
        margin-right: 100px;
    }
    .form-side img {
        width: 180px;
    }
    .gallery {
        padding-bottom: 10px;
    }
}

@media screen and (min-width:1280px) {
    .gallery {
        padding-bottom: 10px;
    }
    .menu-icon {
        display: none;
    }
    .main-navigation,
    .main-navigation li,
    .search-form {
        display: inline-block;
    }
    .main-navigation li {
        padding: 4px 40px 8px 0;
    }
    .main-navigation a:hover {
        color: #320292;
    }
    .main-navigation li:hover .sub-menu {
        display: block;
    }
    .main-navigation .sub-menu {
        background: #f3f3f3;
        position: absolute;
        bottom: 0;
        transform: translateY(100%);
        padding: 10px 0;
        display: none;
    }
    .main-navigation .sub-menu li {
        display: block;
        padding: 5px 30px 5px 0px;
    }
    .main-navigation .sub-menu li a {
        font-weight: 600;
    }
    .main-navigation .sub-menu li::before {
        display: inline-block;
        content: " ";
        width: 18px;
        height: 18px;
        vertical-align: middle;
        margin: 0 20px;
    }
    .link-zitmeubelen::before {
        background-image: url(inc/img/zitmeubelen.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .link-eettafels::before {
        background-image: url(inc/img/tafels.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .link-kasten::before {
        background-image: url(inc/img/kast.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .link-verlichting::before {
        background-image: url(inc/img/verlichting.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .link-woningtextiel::before {
        background-image: url(inc/img/textiel.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .site-header .wrap {
        position: relative;
    }
    .site-header .logo {
        max-width: 242px;
        padding-top: 20px;
        margin-right: 60px;
        display: inline-block;
    }
    .site-header .bottom {
        display: inline-block;
    }
    .site-header .top {
        background: #f3f3f3;
        padding-left: 20px;
        position: absolute;
        left: 20%;
        top: 0;
        width: 200vw;
    }
    .site-header .usp {
        display: inline-block;
    }
    .site-header .usp li {
        display: inline-block;
        background-image: url(inc/img/check.svg);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 20px;
        margin-right: 20px;
    }
    .site-header .social {
        display: inline-block;
        position: relative;
        width: auto;
        margin-right: 30px;
        margin-left: 30px;
        vertical-align: middle;
    }
    .timer p {
        display: inline-block;
        font-size: 11px;
        font-weight: 300;
        margin: 0;
    }
    .timer .bel {
        display: inline-block;
        margin-left: 10px;
    }
    .timer span {
        font-weight: 600;
        color: #320292;
    }
    .site-header .bel a {
        text-indent: 0;
        overflow: visible;
        width: auto;
        height: auto;
        display: inline-block;
        position: relative;
        z-index: 999;
        bottom: auto;
        right: auto;
        color: #000000;
        font-weight: 600;
        letter-spacing: 0.8px;
        font-size: 12px;
    }
    .site-header .bel svg {
        position: relative;
        top: 0;
        margin-left: 6px;
        left: auto;
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
    }
    .site-footer .block {
        width: calc(25% - 5px);
        margin-right: 0;
        margin-bottom: 0;
    }
    .rating-block {
        position: fixed;
        right: 20px;
        top: 38px;
    }
    p,
    li {
        font-size: 14px;
    }
    .collection .images {
        display: block;
        margin-bottom: 20px;
    }
    .collection .images img {
        display: none;
    }
    .collection .images img.open {
        display: inline;
    }
    .collection .buttons img {
        margin-bottom: 20px;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        height: 60px;
    }
    .collection .buttons h2 {
        font-weight: 600;
        font-size: 14px;
    }
    .brands,
    .cta,
    .content-stroke,
    .page-content,
    .form-side,
    .products,
    .collection {
        padding: 40px 0;
    }
    .collection .buttons a {
        width: 120px;
        height: 120px;
        padding: 40px 20px 0;
        margin-bottom: 0;
        border: 1px solid #ffffff;
        vertical-align: top;
        transition: 0.3s;
        margin: 0 20px;
    }
    .collection .buttons a:hover {
        border: 1px solid #320292;
    }
    .content-stroke {
        background-image: linear-gradient(to bottom, #ffffff, #ffffff 160px, #f3f3f3 160px, #f3f3f3);
    }
    .home .banner {
        height: 360px;
    }
    .banner {
        height: 220px;
    }
    .form-side img {
        width: 200px;
    }
    .gallery-item {
        width: 300px;
    }
    .content-stroke .title+sub {
        margin-bottom: 30px;
    }
    .floating-contact {
        bottom: 0;
    }
    .page-content .photo-slider {
        margin-left: -20%;
        width: 80%;
    }
    .photo-slider .slick-prev {
        left: calc(20% + 10px);
    }
    .page-content .thumb {
        display: block;
        width: 400px;
    }
    .page-content .thumb {
        display: block;
        margin-top: -13%;
        position: relative;
    }
}

@media screen and (min-width:1440px) {
    .page-content .thumb {
        display: block;
        width: 480px;
    }
    .gallery-item {
        width: 365px;
        margin: 50px 10px 100px;
    }
    .gallery::before {
        width: 600px;
        height: 300px;
    }
    .gallery-item:nth-of-type(2) {
        top: 60px;
    }
    .floating-title span::after {
        width: 24px;
        height: 76px;
        background-image: url(inc/img/arrow.svg);
        background-size: 24px 76px;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        right: -30px;
    }
    .floating-title {
        font-size: 16px;
        position: absolute;
        top: 45px;
        right: 0;
        transform: translateX(20%);
        -webkit-transform: translateX(20%);
    }
    .floating-title span {
        font-size: 14px;
    }
    .cta .right .title+sub {
        padding-bottom: 40px;
    }
    .content-stroke .thumb {
        width: 30%;
        margin-right: 4%;
    }
    .content-stroke .content {
        width: 66%;
        float: right;
    }
    .brands,
    .cta,
    .content-stroke,
    .page-content,
    .form-side,
    .products,
    .collection {
        padding: 40px 0;
    }
    .main-navigation li {
        padding: 4px 50px 8px 0;
    }
    .home .banner {
        height: 570px;
    }
}


.actie-block .content {
    width: 100%;
    min-height: 200px;
    position: relative;
    margin-top: 20px;
    float: left;
    clear: both;
}
@media screen and (max-width:926px){
    .actie-block .content { min-height: 250px;}
}

.sale-block .content {
    width: calc(100% - 36px);
    border: 1px solid #979797;
    padding: 18px;
    float: left;
    margin: 10px;
}
.sale-block .image { margin-top: -120px; }
.row {
    margin: 8px -16px;
}

/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column {
    padding: 8px;
}

/* Create four equal columns that floats next to each other */
.column {
    float: left;
    width: calc(33% - 20px);
    margin-bottom: 90px;
    text-align:center;
}

/* Clear floats after rows */ 
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 900px) {
    .column {
        width: calc(50% - 20px);
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column {
        width: 100%;
    }
}
.actie-block:nth-child(even) .title+sub:after {
    display: block;
    content: " ";
    width: 200vw;
    height: 8px;
    background-image: linear-gradient(to right, #320292 0%, #320292 50px, #ffffff 50px, #ffffff);
    margin: 15px 0 10px;
    border-bottom: 1px solid #979797;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    position: relative;
    left: 0px;
}
.voor { color: #320292; font-weight: bold; }
.text { position: relative; }
.image { min-height: 321px; float: left; width: 100%;}
.image img { display: none; }
.collection.sale .buttons a {
    padding: 0;
    width: 100px;
    height: 100px;
}

.interesse {
    background-color: #320292;
    border: solid 1px #320292;
    font-family: Oswald;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0.5px;
    text-align: left;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 100;
    position: absolute;
    bottom: 0;
}
.interesse2.button {
    position: absolute;
    left: 50%;
    background: white;
    border: solid 1px #320292;
    color: #320292;
}
.actie .actie-block {
    width: calc(50% - 40px);
    margin: 20px 20px 20px 0px;
    float: left;
}
.actie .actie-block:nth-child(even) {
    margin:20px 0px 20px 20px;
}

.text>p:first-child {
    min-height: 150px;
}
.mens-list {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 25px;
}
.mens-block {
    float: left;
    max-width: 275px;
    width: calc(25% - 20px);
    margin-right: 20px;
}
.mens-block:last-child {
    margin-right: 0;
}
.mens-block h3 {
	text-transform: capitalize; 
}
.mens-block .image {
	min-height: 353px;
}
.mens-block em {
    font-size: 15px;
    font-weight: 100;
    color: #4A4A4A;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.history {
    float: left;
    width: 100%;
    clear: both;
}
.showmore {
    float: right;
    clear: both;
    width: 110px;
    text-align: right;
    font-style: italic;
    margin-top: 15px;
    cursor: pointer;
}
p.more {
    float: left;
}
p.plus {
    position: relative;
    float: right;
    margin-left: 20px;
    right: 20px;
}
span.bar {
    position: absolute;
    width: 2px;
    background: gray;
    height: 25px;
    top: 0px;
}
span.bar:last-child {
    transform: rotate(90deg);
}
.minus {
	animation:all 3s linear
}

.minus .bar{
	transform: rotate(45deg);
}
.minus .bar:last-child {
    transform: rotate(135deg);
}
.hiddenmore {
    float: left;
    width: 100%;
    clear: both;
    display: none;
    font-size: 14px;
}
.imagewrap img {
	width:100%;
}
.keurmerk {
    position: absolute;
    right: 0;
    bottom: 0;
}
.keurmerk img {
	float: right; 
}
.floating-title span {
    color: #717171;
    font-style: italic;
    font-family: 'Droid Serif', serif;
    letter-spacing: 1px;
    padding-bottom: 10px;
    display: block;
    font-weight: 200;
    font-size: 14px;
}
@media screen and (max-width:1262px){
	.mens-block em { min-height: 40px; }
}
@media screen and (max-width:868px){
	.keurmerk {
		position: relative;
		width: 100%;
		float: right;
	}
}
@media screen and (max-width:849px){
	.mens-block em { min-height: 60px; }
}
@media screen and (max-width:768px){
	.mens-block {
    	width: calc(50% - 20px);
    	margin: 10px;
	}
	.mens-block em { min-height: 40px; }
}
@media screen and (max-width:468px){
	.mens-block {
    	width: calc(100% - 20px);
    	margin: 10px;
    	max-width:100%;
	}
	.mens-block em { min-height: 20px; }
}
@media screen and (max-width:720px){
    .actie .actie-block {width: 100%; }
    .actie-block .content { min-height: 200px;}
}
@media screen and (max-width:419px){
    .actie-block .content { min-height: 250px;}
}
.actie h1, .actie-block h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: Oswald;
    font-size: 30px;
    line-height: 1.1;
    color: #320292;
}
.sale-block h3 { color: #320292; }
.van { font-weight: bold; color: #717171; }
.fademask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000ad;
    display: none;
    z-index:999;
}
.fademask h3 {
    margin-bottom: 10px;
    font-size: 22px;
}
.fademask p {
    margin-bottom: 10px;
}
.formwrapper {
    margin: 0 auto;
    margin-top: 5%;
    width: 300px;
    background-color: #320292;
    padding: 30px;
    color: white;
    overflow-y: auto;
    height: 80vh;
    max-height: 675px;
}
.fademask input[type="text"], input[type="email"], textarea {
    width: 100%;
}
span.close {
    position: absolute;
    margin-left: 312px;
    margin-top: -35px;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
}
.hr { position: relative; }
.hr:before {
    content: "";
    width: 40px;
    height: 7px;
    background-color: #320292;
    position: absolute;
    bottom: -22px;
    left: 50px;
}

/* Review Widget */

.snippet-5sterrenspecialist {
    display: block;
    padding: 5px;
    line-height: 26px;
}

.snippet-5sterrenspecialist .rating-box,
.snippet-5sterrenspecialist .rating {
    background-repeat: repeat-x;
    background-size: 24px;
}

.snippet-5sterrenspecialist .rating-box {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 24px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURUxpcbmXY7qYZLqYY7mXY7qXY7yZZb6daCBnnJMAAAAIdFJOUwD9UIzZtjEZ8m+HHwAAASZJREFUOMutkjFzwyAMhalxzFo5OF1x7rrb1z9gZWjXeOh1de7a3Rny/2tBsIGIqdUEJxAf7z0h/lLVlGnILtMoh0zjcsg0+n2mgZCB0mh4qH175qEO1xceatjVPFRXNDyUETBzUECXWCghWk6UsiYwDurZ3VpHH+9F8yvwu0kohHsZK5crveBJaD5t0f1XuxrB0rU6sVShU6DCRIn1pIToXxK+Ho7YQePGHA37hsCu3TasgI/4vZlPRIWDfznx3dv94JV3QqURwild+EylV/1vabSkdxMTKThqbBbmpzhbtG0BanckpB1Iu9siX8LbdxVSSrRJeNH0pPCi7BzxKrg5GSWcIt5Cw8mLjufItGZVF0LectM0TsDlPc7wWm8h4U+wnsU/1C9A8ShDTGLROwAAAABJRU5ErkJggg==);
}

.snippet-5sterrenspecialist .rating {
    height: 24px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGFBMVEVMaXG6mGO/m2i5l2O5l2O7mWW6l2O5mGQs4MZ1AAAACHRSTlMAaRff/0C5lNBFSKEAAAC0SURBVHja7ZNBDgQhCAQFGvz/j/e0YVxn7en71M1EQ9HgeGlsaHioBZBDolCaEQDXjADTjIASjQDXjADTjIAQjYDUjIApGElODjAnqwV8ibqSizUl1nIZ7L7/ihcOdGBc6zD0DKr/TKuczJjoEy26UBMrNQhbBbpHopKJPY892HjYQr/0Y6o9W4teC9rC9Mvci7YQtj5noZb3uUiwuSnbOdi5b7LXKdi4/1j+t4W8F83xIvIBSsMIqQMYDAwAAAAASUVORK5CYII=);
}

.snippet-5sterrenspecialist .schema-5sterrenspecialist {
    display: inline-block;
    vertical-align: top;
}

.snippet-5sterrenspecialist p {
    margin: 0;
}

.snippet-5sterrenspecialist p span {
    font-weight: bold;
    color: #b99763;
}

.snippet-5sterrenspecialist a {
    color: #b99763;
}

.snippet-5sterrenspecialist a:focus,
.snippet-5sterrenspecialist a:hover {
    text-decoration: none;
}


/* End Review Widget /*

