/*
Theme Name: Monkey Vision
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/




/********************** GFORM FORMULIER ***********************/
input,
select {
	padding: 10px 15px !important;
}
.woocommerce select {
	padding:0 10px!important;
}
input:not([type=submit]) {
	width:100%!important;
}
					/*kleine velden*/
input[type=text],input[type=tel] {
    border: none !important;
    border-radius: 0 !important;
    border: 1px solid #000000b0 !important;
    background-color: white !important;
    line-height: 24px !important;
}
					/*selectie kleine velden*/
input[type=text]:focus,input[type=tel]:focus {
    border: 1px solid #CBCBCB !important;
	box-shadow: none !important;
}
					/*bericht*/
textarea {
    border: none;
    border-radius: 0px!important;
    border: 1px solid #000000b0 !important;
    background-color: white !important;
    margin-top: 20px !important;
}
					/*selectie bericht*/
 textarea:focus {
    border: 1px #CBCBCB gold !important;
	box-shadow: none !important;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
    margin-bottom: 0 !important;
}
/******************** VALIDATIE **************************/

					/* VALID */

/* border van kleine velden validatie */
    .gform_wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=tel].valid,
	.woocommerce-input-wrapper input[type=email].valid {
        border: 1px solid #56c92a !important;
        position: relative;
    }

/* checkmark van kleine velden validatie */
    .gform_wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=tel].valid,
	.woocommerce-input-wrapper input[type=email].valid {
        background-image: url("/wp-content/uploads/2020/12/checkmark.svg")!important;
        background-size: 15px;
        background-position: right;
        background-position-x: 98%;
        background-repeat: no-repeat;
    }
/* border van bericht validatie */
    .gform_wrapper textarea.valid, 
	.woocommerce-input-wrapper textarea.valid{
        border: 1px solid #56c92a !important;
        position: relative;
    }
/* checkmark van bericht validatie */
    .gform_wrapper textarea.valid,
    .woocommerce-input-wrapper textarea.valid{
        background-image: url("/wp-content/uploads/2020/12/checkmark.svg")!important;
        background-size: 30px;
        background-position: right;
        background-position-x: 98%;
        background-repeat: no-repeat;
    }


					/* ERROR */
/* border van kleine velden error */
    .gform_wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=tel].error,
	.woocommerce-input-wrapper input[type=email].error {
        border: 1px solid #EE2B2B !important;
    }
/*error tekst onder het bericht*/
	.gform_wrapper label.error,
	html .woocommerce-input-wrapper label.errror {
		color: #cf361f!important;	
	}
/* kruisje van bericht error */
    .gform_wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=tel].error,
	.woocommerce-input-wrapper input[type=email].error {
        background-image: url("/wp-content/uploads/2020/12/cross.svg")!important;
        background-size: 12px;
        background-position: right;
        background-position-x: 98%;
        background-repeat: no-repeat;
    }
/* border van tekstveld error */
	.gform_wrapper textarea.error,
	.woocommerce-input-wrapper  textarea.error{
	    border: 1px solid #EE2B2B !important;
        position: relative;
}
/* checkmark van bericht validatie */
    .gform_wrapper textarea.error,
	.woocommerce-input-wrapper textarea.error {
        background-image: url("/wp-content/uploads/2020/12/cross.svg")!important;
        background-size: 30px;
        background-position: right;
        background-position-x: 98%;
        background-repeat: no-repeat;
    }




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}

/* menu */
.header-inner.flex-row.container{
	padding-left: 35px;
	padding-right: 35px;
}

.nav-dropdown-has-arrow li.has-dropdown:before, .nav-dropdown-has-arrow li.has-dropdown:after{
	display:none;
}
.nav-dropdown-default{
	padding:20px;
}

.nav-dropdown{
	background-color: #000;
	padding: 0;
	min-width: fit-content;
	border:none;
}

.nav-dropdown li.menu-item a{
	color: #fff;	
	margin: 0px 17px;
}

.nav-dropdown li.menu-item{
	border-bottom: 1px solid #fff;
}

.nav-dropdown.nav-dropdown-default>li>a{
	border-bottom: none!important;
}

/* Algemeen */
.absolute-footer.dark.medium-text-center.small-text-center{ display: none; }

body h1{
	font-size: 4.2em;
	line-height: 1.2em;
}

body h2{
	font-size: 3em;
	line-height: 1.2em;
}

body h3{
	font-size: 2.8em;
	line-height: 1.2em;
}

body h5{
	font-weight: 400!important;
}

.plain-btn{
	background-color: transparent!important;
	color: #000;
	font-weight: 500!important;
	font-weight: 400;
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
	line-height:0;
}

.plain-btn span{
	line-height: 1em;
	border-bottom: 2px solid #000!important;
	margin-right: 220px;
	transition: border-bottom 0.5s;
}

.plain-btn span:after{
	content: "";
	background-image: url('/wp-content/uploads/2021/11/icon-arrow-long.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width:200px;
	height:17px;
	position:absolute;
	right:0;
	transition: width 0.5s;
}

.plain-btn:hover{
	background-color: transparent!Important;
	color: #000;
	text-decoration: underline;
	font-weight: 400;
	border: none;
	box-shadow: none;
}

.plain-btn:hover span:after{
	width: 160px;
}

.plain-btn:hover span{
	border-bottom: 2px solid #f1f1f1;
}

.plain-btn-medium span:after{
	content: "";
	background-image: url('/wp-content/uploads/2021/12/icon-arrow-medium.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width:80px;
	height:17px;
	position:absolute;
	right:0;
	transition: width 0.5s;
}

.plain-btn-medium span {
    margin-right: 100px;
}

.plain-btn-medium:hover span:after{
	width: 40px;
}

@media only screen and (max-width: 1250px){
	body h2{
		font-size: 2.1em;
		line-height: 1.2em;
	}
	
	body p{
		font-size: 0.9em;
	}
	
	.plain-btn span:after{
		width:100px;
		height:17px;
		position:absolute;
		right:0;
	}
	
	.plain-btn span{
		font-size: 0.9em!important;
		border-bottom: 2px solid #000!important;
		margin-right: 120px!important;
	}
}
@media only screen and (max-width: 850px){
	body h2{
		font-size: 2.1em;
		line-height: 1.2em;
	}
}


@media only screen and (max-width: 670px){
	body h1{
		font-size: 2.3em;
		line-height: 1.2em;
	}
	
	
	
	body h3{
		font-size: 1.4em;
	}
	
	body h4{
		font-size: 16px;
	}
	
	.plain-btn span:after{
		width:50px;
		height:12px;
		background-size: cover!important;
		background-position: right;
	}
	
	.plain-btn span{
		text-align: left!important;
		margin-right: 65px!important;
	}
	
	.plain-btn-medium span:after{
		width:25px;
		background-size: contain!important;
	}
	
	.plain-btn-medium span{
		margin-right: 25px!important;
	}

}

/* Homepage
 * Header */

.section-hp-banner .section-content.relative{
	display:flex;
	flex-direction: column;
	height: 100vh;
}

.row-hp-banner-text{
	position: absolute;
	top: 23vh;
	left: 17vw;
}

.row-hp-banner-cats{
	position: absolute;
	bottom:0;
}

.row-hp-banner-cats a:hover{
	border-bottom: #fff solid 2px;
}

.img.has-hover.img-hp-vakmanschap{
	margin-top: calc(-32px - 170px);
	height: 100vh;
	max-height: 900px;
	width:auto;
}

.img.has-hover.img-hp-vakmanschap img{
	height: 100vh;
	max-height: 900px;
	object-fit: cover;
}

.img.has-hover.img-hp-maatwerk-collectie img{
	max-height: 450px;
	width:100%;
	max-width: 1600px;
	border-radius: 100px 0 0 0;
	object-fit:cover;
}

@media only screen and (max-width:600px){
	
	.col-hp-collectie-shape > .col-inner{
		width: 100vw;
		margin:unset!important;
	}
	
	.img.has-hover.img-hp-vakmanschap img{
		max-height: 50vh;
		min-height: 50vh;
	}
}

@media only screen and (max-width:550px){
	
}
.section-hp-prod-slider .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{
	margin-top: 0!important;
}

.row-100px-overlap{
	z-index:1;
}

.section-hp-easyclean{
	border-radius: 100px 0 0 0!important;
}

.section-hp-easyclean img{
	height: 100vh;
	max-height: 800px;
	object-fit: cover;
}

.col-hp-stappen img{
	height: 100vh;
	max-height: 1300px;
	object-fit: cover;
}

.section-hp-easyclean:after{
	content: '';
    height: 13vw;
    width: 13vw;
	background-image: url('/wp-content/uploads/2021/11/element-1-small-white.svg');
	background-size: contain;
	background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
	left: 0;
	z-index:1;
}

@media only screen and (max-width: 850px){
	.section-hp-easyclean:after{
		display:none!important;
	}
}


@media only screen and (max-width: 800px){
	.col-hp-vakmanschap-shape{
		display: none;
	}
	
	.section-hp-easyclean img{
		min-height:120vh
	}
	
	
}

@media only screen and (max-width: 550px){
	
	.section-hp-easyclean img{
		min-height: 60vh!important;
		min-width:100%
		object-fit: cover;
	}
	
	.col-empty-mobiel{
		display:none!important;
	}
	
}


/* homepage projecten */

.flickity-slider>.row:not(.is-selected){
	opacity: 1!important;
}

/* .row-hp-projecten */ .img .caption {
    bottom: 17%;
	transition: transform .5s, opacity 0s;
	transform: translateX(-190px);
	transform: opacity: 1;
    padding: 9px 16px;
    font-size: 14px;
    color: #000;
    width: 190px;
	height: fit-content;
    font-weight: 500;
    background-color: #f1f1f1;
    left: 0px;
}

/*.row-hp-projecten*/ .img-inner.dark:hover .caption{
	transform: translateX(0);
	transform: opacity: 1;
}
	
.row-hp-projecten .img-inner.dark{
	padding: 20px;
}

.section-hp-slider .flickity-slider > .row.row-hp-projecten{
	max-width: 27%!important;
}

form#gform_1 li{
	margin: 0!important;
}

form#gform_1 textarea#input_1_7{
	margin:0!important;
}

form#gform_1 .ginput_container.ginput_container_email{
	margin: 9px 0 0!important;
}

@media only screen and (max-width: 1050px){
	/*.row-hp-projecten*/ .img .caption {
		bottom: 10%;
	}
	
	.section-hp-slider .flickity-slider > .row.row-hp-projecten{
		max-width: 32%!important;
	}

}

@media only screen and (max-width: 910px){
	/*.row-hp-projecten*/ .img .caption {
		bottom: 0;
	}
}

@media only screen and (max-width: 850px){
	
	.section-hp-slider .flickity-slider > .row.row-hp-projecten{
		max-width: 50%!important;
	}
	
	/*.row-hp-projecten*/ .img .caption {
		bottom: 20%;
		transform: translateX(0);
		opacity: 1;
		padding: 9px 16px;
		font-size: 14px;
		color: #000;
		width: 190px;
		height: fit-content;
		font-weight: 500;
		background-color: #f1f1f1;
		left: 0px;
	}
}

@media only screen and (max-width: 550px){
	
	.section-hp-slider .flickity-slider > .row.row-hp-projecten{
		max-width: 80%!important;
		min-height:100%;
	}
	
	.row-hp-projecten .img-inner.dark{
		padding: 0px;
		padding-right: 20px;
	}
}


/* lines */
.section-full-vertical-line:before{
	content: "";
   	background-color: #b1b1b1;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 13vw;
}
.section-70-vertical-line:before{
	content: "";
   	background-color: #b1b1b1;
    width: 2px;
    height: 70%;
    position: absolute;
	top: 0;
    left: 13vw;
	z-index:2;
}

/* shapes */
.section-hp-vakmanschap:after{
	content:'';
	background-image: url('/wp-content/uploads/2021/11/element-1.svg');
	background-repeat: no-repeat;
	background-size: contain;
	height: 13vw;
	width:13vw;
	position: absolute;
	left: 0;
	bottom: 100px;
}

/* scrolls */

.section.section-hp-scroll{
	position: absolute;
}

.section.section-hp-scroll p{
	position: absolute;
    right: -183px;
    top: -289px;
	color: #b1b1b1;
    background-color: #fff;
    padding: 40px 64px 41px 0px;
    width: 470px;
    transform: rotate(270deg);
    border-radius: 0 50px 0 0;
}

.section.section-hp-scroll.scroll-gray-bg p{
	background-color: #f1f1f1;
	right: -250px;
	top: -380px;
	width:600px;
}

.section.section-hp-scroll p:before {
    content: "";
    background-image: url(/wp-content/uploads/2021/11/icon-arrow-long.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    transform: rotate(180deg);
    width: 43px;
    height: 17px;
    margin-top: 5px;
    position: absolute;
    left: 90px;
}


.section-hp-scroll.scroll-bottom p{
	top: -289px;
	right: -183px;
}


.col-text-auto .col-inner{
	margin: 0 auto!important;
	padding: 50px 0px!important;
}

@media only screen and (max-width: 1450px){
	.col-text-auto .col-inner{
		padding-left: 25px!important;
		padding-right: 25px!important;
	}
}

@media only screen and (max-width: 1300px){
	/* hide scroll element */
	section.section-hp-scroll p{
		display: none!important;	
	}
}

@media only screen and (max-width: 1000px){
	.section-full-vertical-line:before{
		left: 4vw;
	}
	.section-70-vertical-line:before{
		left: 4vw;
		z-index:2;
	}
	
	.section-hp-vakmanschap:after{
		bottom: unset;
		top: -50px;
	}
	
	
}
@media only screen and (max-width: 690px){
	
	.section-full-vertical-line:before, .section-70-vertical-line:before, .section-hp-vakmanschap:after{
		display: none;
	}

	.img.has-hover.img-hp-vakmanschap{
		margin-top: 0;
		width:auto;
	}
	
	.col-text-mob .col-inner{
		padding-left: 25px!important;
		padding-right: 25px!important;
	}
	
	.col-vakmanschap-text .col-inner{
		max-width: 100%!important;
	}
	
	.section-easyclean .img-inner.dark{
		margin:0!important;
	}
	
	.section-hp-easyclean{
		border-radius: 50px 0 0 0!important;
	}
	
	.img.has-hover.img-hp-maatwerk-collectie img{
		height: 200px;
		object-fit: cover;
		object-position: right;
		width:auto;
		border-radius: 50px 0 0 0;
	}
}


.row-bg-70-vw .bg-fill{
	max-width: 66.66vw;
	background-color:#f1f1f1;
}


.row-bg-75-vw .bg-fill{
	max-width: 83.3vw;
	background-color:#f1f1f1;
}

.row-bg-70-vw-right .bg-fill{
	background-image: url(/wp-content/uploads/2021/11/element-2-grey-bg.svg);
	background-position: 33.33vw;
}

.row-bg-75-vw-right .bg-fill{
	background-image: url(/wp-content/uploads/2021/11/element-2-grey-bg.svg);
	background-position: 16.7vw;
}


/* projecten */

.section-projecten-slider .flickity-slider img{
	height: 550px;
	object-fit:cover;
	object-position:center;
}

.section-projecten-slider .flickity-viewport{
	left: -13.5%;
	overflow:visible;
}

/* caption top */

.section-projecten-slider .flickity-slider .img .caption {
    top: 17%;
	transition: transform .5s, opacity 0s;
	transform: translateX(-190px);
	transform: opacity: 1;
    padding: 9px 16px;
    font-size: 14px;
    color: #000;
    width: 190px;
	height: fit-content;
    font-weight: 500;
    background-color: #f1f1f1;
    left: 0px;
}

.section-projecten-slider .flickity-slider .img-inner.dark:hover .caption{
	transform: translateX(0);
	transform: opacity: 1;
}

input[type=text], textarea{
	border:none!important;
	box-shadow: none;
}

input[type='submit']{
	background-color: transparent;
	border:none;
	padding: 20px 0 0 0!important;
	color: #000!important;
	text-transform: capitalize;
	border-bottom: 2px solid #000!important;
	font-weight: 400!important;
	line-height: 1px;
}

input[type='submit']:hover{
	background-color: transparent!important;
	opacity: 0.5;
	box-shadow: none;
}

.gform_footer.top_label{ margin-top:0!important; padding:0!important;}

@media only screen and (min-width: 1050px){
	/*.col-text-mob .col-inner{
		margin: 75px 0px 100px 50px!important;
	}*/
}


@media only screen and (max-width: 1050px){
	.col-vakmanschap-text .col-inner{
		max-width: 464px!important;
	}
	
	.row-bg-70-vw .bg-fill{
		max-width: 87vw;
		background-color:#f1f1f1;
	}
	
	

}

@media only screen and (max-width: 800px){
	.row-hp-banner-text{
		left: 8vw;
	}
	.row-bg-70-vw .bg-fill{
		max-width: 100vw;
	}
}

@media only screen and (max-width: 550px){
	.row-hp-banner-text{
		left: 0;
	}
	.row-hp-banner-text .col{
		margin: 0px 25px 0px 25px;
	}
}


@media only screen and (min-width: 2200px){
	/*.col-text-mob .col-inner{
		margin: 100px auto!important;
	}*/
	
	.section-projecten-slider .flickity-slider .row.is-selected {
		max-width: 65%!important;
	}
	
	.section-oo-stappen .col-text-mob .col-inner{
		margin: 0px auto!important;
		max-width:650px;
	}
	
	.col-hp-collectie-shape{
		top: -100px;
	}
}

/* producten */
/* 
.section-producten .product-small .box-image{
	background-image: url(/wp-content/uploads/2021/11/element-2-grey-bg.svg);
    background-size: 85% 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.section-producten .product-small .box-image{
	overflow: visible;
}

.section-producten .product-small .box-image img{
	height: 260px;
    object-fit: contain;
    margin-left: -25px;
}

.section-producten .product-small .box-text{
	text-align: end!important;
	font-weight: 800!important;
	padding-top: 0!important;
} */

.product-small{
	padding: 0px 15px;
}

.product-small .box-image{
	background-image: url(/wp-content/uploads/2021/11/element-2-grey-bg.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: right;
}

.product-small .box-image{
	overflow: visible;
}

.product-small .box-image img{
	height: 260px;
    object-fit: contain;
/*     margin-left: -25px; */
}

.product-small .box-text{
	text-align: end!important;
	font-weight: 800!important;
	padding: 0!important;
}

.product-short-description{
	min-height 220px;
}

/* view product balk uitzetten */
.image-tools.grid-tools.text-center.hide-for-small.bottom.hover-slide-in.show-on-hover{
	display: none;
}

@media only screen and (max-width: 1150px){
	.flickity-slider > .product-small{
		max-width: 33%;
    	flex-basis: 33%
	}
}
@media only screen and (max-width: 1100px){
	.large-columns-4 .flickity-slider > .product-small{
		max-width: 38%;
    	flex-basis: 38%
	}
}

@media only screen and (max-width: 850px){
	.large-columns-4 .flickity-slider > .product-small{
		max-width: 49%;
    	flex-basis: 49%
	}
}

@media only screen and (max-width: 550px){
	 .medium-columns-3 .flickity-slider > .product-small{
		max-width: 80%;
    	flex-basis: 80%
	}
	
	.product-small .box-image {
		background-size: 80%;
	}
}

/* winkel pagina */

.post-type-archive-product #main .row.category-page-row{
	display: flex;
    flex-direction: column;
}

.post-type-archive-product .product-small .box-text{
	text-align: end!important;
	font-weight: 800!important;
	padding-top: 0!important;
}

.post-type-archive-product .product-small .box-image img{
	height: 230px!important;
    object-fit: contain;
    margin-left: -25px;
}

.post-type-archive-product .product-small .box-image{
	overflow: visible;
}

.post-type-archive-product .product-small .box-image{
	background-image: url(/wp-content/uploads/2021/11/element-2-grey-bg.svg);
    background-size: 85% 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.row.category-page-row .col.large-3{
	 max-width: 80%;
    flex-basis: 80%;
	padding: 65px 100px;
	background-color: #f1f1f1;
	margin-top:-100px;
	margin-bottom:100px;
	z-index:99;
}

.row.category-page-row .col.large-3 .sidebar-inner .widget, .row.category-page-row .col.large-3 .sidebar-inner .widget form{
	margin-bottom:0!important;
}

li.sf-field-taxonomy-product_cat ul li, li.sf-field-taxonomy-product_cat{
	margin-left:0!important;
}

li.sf-level-0{
	display: flex;
    flex-direction: row;
    align-items: center;
}

li.sf-level-0 input{
	display:none;
}

li.sf-level-0::before{
	content:'';
    display: inline-block;
    height:19px;
    width: 19px;
    margin-top:2px;
    background-color:transparent;
    border-radius: 0px;
    border: 2px solid black;
    transition: background-color 500ms;
}

li.sf-level-0 .sf-label-checkbox{
	margin-left:-30px;
	padding-left: 40px!important;
}

li.sf-level-0.sf-option-active::before{
	background-color:#000;
}

@media only screen and (max-width:1200px){
	.row.category-page-row .col.large-3{
		max-width: 100%;
		flex-basis: 100%;
		padding: 65px 70px;
		background-color: #f1f1f1;
		margin-top:-100px;
		margin-bottom:100px;
	}
}
@media only screen and (max-width:955px){
	.row.category-page-row .col.large-3{
		padding: 65px 50px;
		background-color: #f1f1f1;
		margin-top:0px;
		margin-bottom:100px;
	}
}
@media only screen and (max-width:850px){
	.row.category-page-row .col.large-3.hide-for-medium{
		display:block!important;
		padding: 45px 30px;
		background-color: #f1f1f1;
		margin-top:0px;
		margin-bottom:100px;
	}
	
	label.sf-label-checkbox {
		font-size: 1em!important;
	}
}
@media only screen and (max-width:630px){
	input.sf-input-checkbox[type='checkbox'] {
		width: 14px!important;
	}
	
	li.sf-field-taxonomy-product_cat ul{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	li.sf-field-taxonomy-product_cat ul li.sf-level-0{
		width:50%;
	}
}

@media only screen and (max-width: 550px){
	.row.category-page-row .col.large-3.hide-for-medium{
		display:block!important;
		padding: 30px 30px;
		background-color: #f1f1f1;
		margin-top:0px;
		margin-bottom:50px;
	}
	
	.product-small .box-image img, .post-type-archive-product .product-small .box-image img{
		height: 115px!important;
	}

}

li.sf-field-taxonomy-product_cat ul{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

 input.sf-input-checkbox[type='checkbox']{
	width: 20px!important;
	 margin:0!important;
}

label.sf-label-checkbox{
	font-size: 1.3em;
}

.row.category-page-row{
	max-width:100vw;
	padding-top:0!important;
}

.row.category-page-row .col.large-9{
	max-width: 1300px!important;
	margin:auto;
}

/* eigenschappen*/

.eigenschappen-wrapper{
	display: flex;
	flex-direction: column;
	position: absolute;
	right:0;
	z-index:2;
	bottom:40px;
}

.eigenschappen-wrapper img{
	align-self: flex-end;
	width:35px;
	margin-bottom:10px;
	right:-17px;
}

@media screen and (min-width: 850px){
	.post-type-archive-product #main .row.category-page-row .large-9 {
		max-width: 100%;
    	flex-basis: 100%;
	}
	
}

@media screen and (max-width: 850px){
	
	.eigenschappen-wrapper{
		bottom:unset;
		top: 40px;
	}
}

@media screen and (max-width: 550px){
	.eigenschappen-wrapper{
		display: flex;
		flex-direction: column;
		position: absolute;
		right:0;
		z-index:2;
		bottom:30px;
	}

	.eigenschappen-wrapper img{
		align-self: flex-end;
		width:35px;
		margin-bottom:10px;
		right:0px;
	}
}


/* single producten */

.single-product .product-section, .single-product .single-p-info .nav-vertical>li+li{
	border-top:0!important;
}

/* hide thumbnails onder productfoto */
.product-thumbnails.thumbnails.slider-no-arrows.slider.row.row-small.row-slider.slider-nav-small.small-columns-4.is-draggable.flickity-enabled{
	display:none;
}

.single-product .single-p-info .nav-vertical+.tab-panels{
	border-left: none;
	padding-bottom:0!important;
	max-width: 660px;
    margin: auto;
}

.single-product .single-p-info .nav-vertical.nav-line>li>a:before{
	display:none;
}

.single-product .single-p-info li a{
	font-size: 1.5em;
	font-weight: 800!important;
	padding: 3px;
}

.single-product .single-p-info .tab-panels li a{
	font-size: 16px!important;
	font-weight: 400!important;
	padding: 0!important;
	text-decoration: underline!important;
}

.single-product .single-p-info li.active a{
	text-decoration: underline;
}

.single-p-info .bg.section-bg{
	width: 70%;
    margin-left: 35%!important;
}

.section-pp-slider .flickity-viewport{
	height: 550px!important;
}

.section-pp-slider .flickity-viewport img{
	max-height:550px;
	height: 100%;
    object-fit: none;
}

.section-pp-slider a{
	pointer-events:none!important;
}

.section-pp-slider .bg.section-bg.fill.bg-fill.bg-loaded{
	background-color: #f1f1f1;
    max-width: 65%;
    left: 35%;
    max-height: 50%;
    top: 50%;
}

.section-pp-slider .flickity-button.flickity-prev-next-button, .section-projecten-slider .flickity-button.flickity-prev-next-button{
    top: unset;
    left: unset;
    bottom: 0;
	width: 100px;
	height: 100px;
	opacity: 1;
	background-color: #000000;
	transform:none!important; 
	transition: none;
}

.section-pp-slider .flickity-prev-next-button.previous, .section-projecten-slider .flickity-prev-next-button.previous{
	transform:unset!important;
	background-color: #000000;
}
.section-pp-slider .flickity-prev-next-button.next, .section-projecten-slider .flickity-prev-next-button.next{
	transform:unset!important; 
	background-color: #fff;
	right: unset!important;
	left: 100px!important;
	color: #000!important;
}

.section-pp-slider .flickity-prev-next-button.next .arrow, .section-projecten-slider .flickity-prev-next-button.next .arrow{
	fill: #000!important;
}
.section-projecten-slider .flickity-prev-next-button.previous .arrow{
	fill: #fff!important;
}
.section-projecten-slider .flickity-viewport .col{
	padding-bottom:0!important;
}

.section-pp-slider .slider-nav-light .flickity-prev-next-button svg, .section-projecten-slider .slider-nav-light .flickity-prev-next-button svg{
	border:0;
}

.section-pp-slider button.flickity-button.flickity-prev-next-button:hover svg.flickity-button-icon, .section-projecten-slider button.flickity-button.flickity-prev-next-button:hover svg.flickity-button-icon{
	background-color: transparent!important;
}

.shop-page-title.category-page-title.page-title{
	display:none;
}

.section-pp-slider .woocommerce-product-gallery__image{
	border-right: 50px solid transparent;
	min-width: 70vw!important;
	height: 100%;
}
/*
.section-pp-slider .woocommerce-product-gallery__image:first-child{
	display: none ;
	visibility: hidden;
	width: 0!important;
}
*/
.section-pp-slider .woocommerce-product-gallery__wrapper{
	background-color: transparent!important;
}

.section-pp-slider .flickity-viewport .flickity-slider{
	 left:-15vw!important;
}

.section-pp-slider .slider-style-container .flickity-slider>*:not(.is-selected){
	opacity: 1;
}
   

h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase{
	text-align: center;
    text-transform: none;
	display: flex;
	flex-direction: column;
	letter-spacing: normal;
}

h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase:before {
    content: 'Onze producten';
    max-width: fit-content;
    font-size: 18px;
    font-weight: 400;
    margin: auto;
    letter-spacing: normal;
    color: #b1b1b1;
    padding-bottom: 0.5em;
}

@media only screen and (max-width: 1200px){
	.single-p-info .bg.section-bg{
		width: 100%;
		margin-left:0!important;
	}
}
@media only screen and (max-width: 1050px){
	
}

@media only screen and (max-width: 850px){
	.section-pp-slider .woocommerce-product-gallery__image{
		height: 300px;
	}
	.section-pp-slider .flickity-viewport img{
		max-height: 300px;
		height: 300px;
		object-fit:cover;
	}
	.section-pp-slider .flickity-viewport{
		height: 400px!important;
	}
	.section-pp-slider .flickity-viewport .flickity-slider{
	 	left:0!important;
	}
	.section-pp-slider .woocommerce-product-gallery__image{
		border-left: 15px;
		border-right: 15px;
	}
	/* tabs */
	.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content{
		padding: 0px 25px;
	}
}

/* over ons */
.img-oo-usp img{
	max-height: 45px;
	width:auto;
}

.section-oo-betrouwbaar .row.row-collapse.row-full-width{
	display:flex;
	flex-direction: row;
}

.section-oo-betrouwbaar .col-oo-betrouwbaar-img1{
	align-self: end;
}

.section-oo-betrouwbaar .col-oo-betrouwbaar-img2{
	align-self: start;
}

.col-oo-text-automargin .col-inner, .col-oo-text-automargin{
	margin: auto!important;
}

.img-oo-lb-corner img{
	max-height: 450px;
	clip-path: polygon(100% 0, 100% 80%, 91% 100%, 0 100%, 0 0);
	width: 100%;
    max-width: 1600px;
	object-fit: cover;
}

.section-oo-stappen{
	border-radius: 0!important;
}

.section-oo-stappen .img-inner.dark{
	margin: 0!important;
}

.section-oo-stappen .img.has-hover, .section-oo-stappen .img-inner.dark, .section-oo-stappen .img-inner.dark img{
	height: 100%;
}

.section-oo-stappen h1{
	margin-bottom: 0.3em!important;
}

.section-oo-stappen .col-text-mob .col-inner{
		margin: 0px auto!important;
		max-width:650px;
	}

@media only screen and (max-width:1200px){
	.col-oo-kwaliteit img{
		height:85vh!important;
	}
}


@media only screen and (max-width:1300px){
	.column-spc-1300{
		display:none;
	}
}

/* owl caroussel productpage */

.single .owl-carousel.owl-loaded.owl-drag, .single .owl-stage-outer, .single .owl-stage{
	max-height:600px;
}

.single .owl-carousel .owl-item img{
	height:600px;
	max-height: 600px;
	object-fit: cover;
}

/* .single .owl-carousel .owl-item{
	width: 1250px!important;
} */

.owl-carousel .owl-stage-outer{
	width: 100%;
	overflow: visible;
}

/* .single .owl-stage{
	max-width: 100vw;
} */
.owl-nav { transform: translate(25px, -100px); z-index: 5;}
.owl-nav button{
	margin:0!important;
	height:100px;
	width:100px;
	color: #fff!important;
	background-color: #000!important;
}
.owl-nav button span{
	display:none;
}

.owl-nav button.owl-prev:after{
	content:'';
	width:33px;
	height:22px;
	background-image: url('/wp-content/uploads/2022/01/icon-arrow-white.svg');
	background-repeat: no-repeat;
	background-size:contain;
	position: absolute;
	top: 42px;
	left: 33px;
}

.owl-nav button.owl-next:after{
	content:'';
	width:33px;
	height:22px;
	background-image: url('/wp-content/uploads/2022/01/icon-arrow-white.svg');
	transform: rotate(180deg);
	background-repeat: no-repeat;
	background-size:contain;
	position: absolute;
	top: 42px;
	left: 33px;
}

.owl-nav button.owl-prev:hover:after{
	content:'';
	width:33px;
	height:22px;
	background-image: url('/wp-content/uploads/2021/12/icon-arrow-medium.svg');
	transform: rotate(180deg);
	background-repeat: no-repeat;
	background-size:contain;
	position: absolute;
	top: 42px;
	left: 33px;
}

.owl-nav button.owl-next:hover:after{
	content:'';
	width:33px;
	height:22px;
	background-image: url('/wp-content/uploads/2021/12/icon-arrow-medium.svg');
	transform: unset!important;
	background-repeat: no-repeat;
	background-size:contain;
	position: absolute;
	top: 42px;
	left: 33px;
}

.owl-nav button:hover{
	color: #000!important;
	background-color: #fff!important;
}



.single .owl-carousel{
	width: 75%;
}

.single .owl-carousel .owl-stage-outer{
	overflow: visible;
}

.owl-carousel.owl-loaded.owl-drag{
	transform: translateX(-25px);
}

@media only screen and (max-width: 850px){
	
	.section-pp-slider .bg.section-bg.fill.bg-fill.bg-loaded{
		max-width: 100%;
		left: 0%;
		max-height: 100%;
	}
	
	.single .owl-carousel{
		width: 100%;
	}
	
	.single .owl-carousel .owl-item img{
		height:400px;
		max-height: 400px;
		object-fit: cover;
	}
	
	.single .owl-carousel.owl-loaded.owl-drag, .single .owl-stage-outer, .single .owl-stage{
		max-height:400px;
	}

	.single .owl-carousel .owl-item img{
		height:400px;
		max-height: 400px;
		object-fit: cover;
	}
	
	.owl-nav button {
		height: 100px;
		width: 100px;
	}
	
	.owl-nav {
		transform: translate(25px, -100px);
	}
	
	.owl-nav button.owl-prev:after, .owl-nav button.owl-next:after, .owl-nav button.owl-prev:hover:after,  .owl-nav button.owl-next:hover:after{
		width:33px;
		height:22px;
		top: 42px;
		left: 33px;
	}

}


@media only screen and (max-width: 550px){
	
	.single .owl-carousel .owl-item{
		margin-right: 25px!important;
	}
	
	.single .owl-carousel{
		width: 100%;
	}
}
