/*
	Theme Name: Houthal15 Child Theme
	Template: houthal15
	Theme URI: https://www.houthal15.nl
	Description: Houthal15 Child Theme
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/* EXAMPLE 

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot')©ć√ļ©
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

font-family: 'Kanit', sans-serif;
font-family: 'Oswald', sans-serif;

END EXAMPLE */




/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
*:focus {
    outline: 0!important;
}
body{
	font-family: 'Kanit', sans-serif;
	-webkit-font-smoothing:antialiased;
	font-size:16px;
	font-weight:400;
	margin:0;
	color:#777;
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
	-moz-transition: padding-left 0.3s ease;
	-webkit-transition: padding-left 0.3s ease;
	transition: padding-left 0.3s ease;
	background-color: #fff;
}
p {
    margin: 0 0 1.6em 0;
    line-height: 1.6em;	
}
/*------------------------------------*\
    HEADINGS
\*------------------------------------*/

h1, h2, h3, h4, h5, h6{
	font-family: 'Oswald', sans-serif;
	letter-spacing:4px;
	text-transform:uppercase;	
    clear: both;
	font-weight:400;
	color: #000;
	line-height:1.3em;
	margin:0 0 30px 0;
}
.home h1 {
	font-size:35px;
	margin:0 0 10px 0;	
}
h1 {
	font-size:28px;
}
.home h2 {
	font-size:30px;
}
h2 {
	font-size: 26px;
	margin:0 0 10px 0;	
}
h3 {
	font-size:25px;
}
h4 {
	font-size:1.2em;;	
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#222222;
}
/*START YOAST BREADCRUMBS*/
#breadcrumbs a {
	color: #000;
	text-transform:uppercase;
	font-size:14px;
}
.bg-dk #breadcrumbs a,
.bc-white #breadcrumbs a {
	color: #fff;
}
#breadcrumbs a:hover {
	color: #a38952;
}
#breadcrumbs #text {
	color: #fff;	
}
#breadcrumbs span a {
	position:relative;
}
#breadcrumbs span a:after {
    position: relative;
    top: 1px;
	content: '';
    margin: 0px 3px 0px 6px;	
	background-image: url('img/icon/right-brown.svg');
	width:10px;
	height: 10px;
	display: inline-block;
}
#breadcrumbs .breadcrumb_last {
	font-size:14px;
	text-transform:uppercase;
	color:#777;
}
p#breadcrumbs {
	margin-bottom:0px;
}
/*END YOAST BREADCRUMBS*/
.sidebar-lp a,
.bottom-footer a,
.top-footer a,
a.read-more {
	font-weight:bold;
    position: relative;
    left: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}
a.read-more:after {
    content: '';
    display: inline-block;
    margin-left: 7px;
    text-align: center;
    top: 2px;
    position: relative;
	background:url(img/icon/right-brown.svg);
	width: 18px;
	height: 18px;
}
.sidebar-lp a:hover,
a.read-more:hover:after,
a.read-more:hover,
.telefoonnummer-container a:hover,
.top-footer a:hover,
a:hover {
	color:#a38952;
	text-decoration:none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
a.left-animation {
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	left:0px;
}
a.left-animation:hover {
	left: 2px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a.top-animation {
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	top:0px;
}
a.top-animation:hover {
	top: -2px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.arrow:after {
    content: '';
    display: inline-block;
	background:url(img/icon/right-brown.svg);
	width: 16px;
	height: 16px;
    margin-left: 10px;
    text-align: center;
    font-size: 23px;
    top:-2px;
    position: relative;
}
.arrow.arrow-no-after:after {
	content: none;
}
/*------------------------------------*\
    VISIBILITY
\*------------------------------------*/
.hidden {
	display:none !important;	
}
.show-1024,
.show-900,
.show-800,
.show-768,
.show-670,
.show-550,
.show-480 {
	display:none;
}
/*------------------------------------*\
    TEXT TRANSFORM
\*------------------------------------*/

.text-transform-uppercase {
	text-transform: uppercase;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.section
{
	position:relative;
	width:100%;	
}
.animated {
	overflow:hidden;
}
#primary.content-area,
.wrap,
.wrap-small {
	padding:0 0;
	margin:0 auto;
	position:relative;
	box-sizing: border-box;
}
.wrap-h-100 {
	height:100%;
}
.woocommerce-message {
	margin-left: auto;
	margin-right: auto;
	position:relative;
	box-sizing: border-box;	
}
/* header */
.header {

}

/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}


/*------------------------------------*\
    COLS
\*------------------------------------*/
.row{
	min-height:20px;
	box-sizing:border-box;
}
.row:after{
	clear: both;
}
.row:before,
.row:after{
	display: table;
	content: "";
	line-height: 0;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.pull-center{
	display:inline-block;
	float:none;
	vertical-align:middle;
}
.pull-left{
	float:left;	
}
.pull-right{
	float:right;	
}

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/* Webtoffee GDPR overwrites */
#wt-cli-settings-btn,
#wt-cli-accept-btn,
#wt-cli-accept-all-btn {
transition: 0.3s;
}
#wt-cli-settings-btn:hover,
#wt-cli-accept-btn:hover {
	text-decoration:underline !important;
	opacity:0.8 !important;
}
#wt-cli-accept-all-btn:hover {
opacity:0.8
}
#cookie-law-info-bar {
 border-top: 1px solid #ccc !important;
}

.tuinmaterialen .sidebar .widget-1{
	display:block;
}

.down #menu-item-1128 .sub-menu{
	left:-65px;
}

#sticky-buttons{
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
}
#sticky-buttons .sticky-buttons-inner{
	padding: 15px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#sticky-buttons .sticky-buttons-inner .sticky-button {
    padding: 7px 12px;
    font-weight: bold;
    width: calc(50% - 10px);
    display: inline-block;
    flex-direction: column;
    justify-content: center;
    background: #a38a51;
    color: white !important;
		text-align: center;
}
 
#sticky-buttons .sticky-buttons-inner .sticky-button+ .sticky-button {
    border: 1px solid #a38a51;
    background: none;
    color: #7b7b7b !important;
}

@media only screen and (max-width: 768px) {
	#sticky-buttons{
		display: block;
	}
.cli-plugin-button,
.cli-bar-btn_container a,
.cli-bar-actions .btn_container a{
margin: 10px 0px !important;
width:100% !important;
text-align:center !important;
display:inline-block !important;
}
.cli-bar-btn_container {
	width:100% !important
}
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
/*------------------------------------*\
   START SLIDER CSS
\*------------------------------------*/
.owl-stage .owl-item {
    float: left;
}
.owl-item,
.slider {
	hheight: 400px;	
}
.slide-image {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 400px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
.home-slider .owl-item,
.home-slider .slider {
	position: relative;
	height: 1000px;
}
.home-slider .slide-image {
    height: 1000px;	
}
.slider-content {
    position: absolute;
    float: left;
    width: 100%;
    z-index: 10;
	bottom:200px;
	color:#fff;
	text-align:center;
	font-size:30px;
	font-weight:bold;
}
.slider-content p {
	margin-bottom:0px;
}
.slider-content h3 {

}
.slider-content h2 {

}
.no-dots .owl-dots,
.no-dots .owl-nav {
	display:none;
}
/*------------------------------------*\
    END SLIDER CSS
\*------------------------------------*/
/*------------------------------------*\
    START FORMS CSS
\*------------------------------------*/
input, 
select, 
textarea {
    width: 100%;
}
select, 
input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="date"], 
input[type="tel"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border: 1px solid #dedede;
    padding: 8px 8px;
    background: none;
    min-height: 40px;
	background-color: #fff;
	color: #777777;
	font-size: 15px;
	margin-top:10px;
}
::-webkit-input-placeholder {
	color: #777777;
}
::-moz-placeholder { 
	color: #777777;
}
:-ms-input-placeholder {
	color: #777777;
}
:-moz-placeholder { 
	color: #777777;
}
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	max-width:300px;
}
/*------------------------------------*\
    END FORMS CSS
\*------------------------------------*/

/*------------------------------------*\
    CUSTOM CSS
\*------------------------------------*/

/* .sticky-filter{
	position:fixed!important;
	bottom:0;
	z-index:9999;
	left: 0!important;
}
 */
#cookie-law-info-again{
	transform: rotate(270deg);
    bottom: initial!important;
    left: initial!important;
    right: -52px;
    top: 50%;
}

fieldset {
    margin-bottom: 20px !important;
}
[class*="ribbon-bottom"]:after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
    width: 100%;
	position: relative;
}
.ribbon-bottom-right-dark:after,
.ribbon-bottom-right-light:after {
    background-image: url(img/ribbon-bottom-right-light.svg);
    background-position: top center;
}
.ribbon-bottom-right-dark:after {
    background-image: url(img/ribbon-bottom-right-dark.svg);
}
.font-kanit {
	font-family: 'Kanit', sans-serif;		
}
.font-oswald {
	font-family: 'Oswald', sans-serif;	
}
.cl-white {
	color:#fff;
}
.cl-white a {
	color:#a38952;
}
.cl-white a:hover {
	color:#fff;
}
.cl-gold {
	color: #a38a51;
}
.cl-black {
	color: #000;
}
.cl-gr {
	color: #777;
}
.letter-spacing-4 {
	letter-spacing: 4px;
}
.letter-spacing-2-6 {
	letter-spacing: 2.6px;
}
.cl-white h1,
.cl-white h2,
.bg-dk,
.bg-dk h1,
.bg-dk h2,
.bg-dk h3,
.tekst-white,
.tekst-white h2 {
	color:#fff;
}
.bg-dk a {
	color:#a38952;
}
.bg-dk a:hover {
	color:#fff;
}
.text-center {
	text-align: center;
}
.bg-photo {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-photo-64 {
    padding-top: 64%;
}
.bg-photo-app {
    ppadding-top: 67%;
}
.bg-photo-94 {
    padding-top: 94%;
}
.bg-photo-150 {
    padding-top: 150%;
}
.bg-photo-152 {
    padding-top: 152%;
}
.bg-height {
	height: 300px;
}
.bg-white {
	background-color: #fff;
}
#usps-white-bg.bg-white .cl-white{
	color:#000;
}
.bg-gr {
	background-color: #f6f6f6;
}
.bg-dk {
	background-color: #222222;
}
.bg-gold {
	background-color: #a38a51;
} 
a.button,
.button,
span.button,
a.button-white,
.button-white,
span.button-white,
a.button-outline,
.button-outline,
span.button-outline,
input[type="button"], 
input[type="reset"], 
input[type="submit"],
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce a.button, .woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, .woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover
{
	background:#a38a51;
	line-height:1.65em;
	display:inline-block;
	padding: 12px 48px 12px 50px;
	color: #fff !important;
	text-decoration:none;
	cursor: pointer;
	margin-bottom:0.4em;
	border: 2px solid #a38a51;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-shadow: none !important;
	box-sizing:border-box;
	font-size:16px;
	font-weight: 400;
	border-radius: 0px;
    -webkit-border-radius:0px;
	position:relative;
	margin-right:10px;
	-webkit-appearance: none;
	text-transform:uppercase;
	opacity: 1;
}
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled  {
  cursor: not-allowed !important;
  pointer-events: all !important;	
}
.text-center a.button,
.text-center .button,
.text-center span.button,
.text-center a.button-white,
.text-center .button-white,
.text-center span.button-white,
.text-center a.button-outline,
.text-center .button-outline,
.text-center span.button-outline,
.text-center input[type="button"], 
.text-center input[type="reset"], 
.text-center input[type="submit"] {
	margin-right:0px;
}
a.button:hover,
.button:hover,
span.button:hover,
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, 
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background:#554728;
	color: #fff !important;
	border: 2px solid #a38a51;	
}
a.button-white,
.button-white,
span.button-white {
	background:#fff;
	color: #000 !important;
	border: 2px solid #fff;		
}
a.button-white:hover,
.button-white:hover,
span.button-white:hover {
	background:#000;
	color: #fff !important;
	border: 2px solid #000;		
}
a.button-outline,
.button-outline,
span.button-outline {
	background: transparent;
	color: #000 !important;
	border: 2px solid #a38a51;	
}
a.button-outline:hover,
.button-outline:hover,
span.button-outline:hover {
	background:#a38a51;
	color: #fff !important;
	border: 2px solid #a38a51;	
}
.button-down:after {
    content: '';
    color: #a38952;
    font-style: normal;
    font-size: 15px;
    margin: 0 0 0 10px;
    float: right;
	background:url(img/icon/down-brown.svg);
	width: 16px;
	height: 16px;
}
.woocommerce table.my_account_orders .button {
    background: none;
    color: #777 !important;
    padding: 0px;
    font-size: 14px;
    text-transform: none;
    border: none;
    text-decoration: underline;
    margin-right: 9px;
}
.woocommerce table.my_account_orders .button:hover {
    background: none;
    border: none;
	color: #a38952 !important;
}
ol li:before {
	display:none;
}

ul.no-list,
ol.no-list {
	list-style: none;
}

ul.no-list li,oll.no-list li {
	margin-bottom: 4px;
}

ul {
	padding-left:0px;
	list-style: none;
    margin: 0;
    padding: 0;
}
ol {
	padding-left:0px;
	list-style-position: inside;
    margin: 0;
    padding: 0;
}
ul{
    margin-bottom: 55px;	
}
li {
	position: relative;
    margin-left: 0;
	padding-left: 15px;
	margin-bottom:13px;
}
.whatsapp:before,
li:before {
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 12px;	
	height: 12px;
	border:2px solid #a38a51;
	border-radius: 10px;
	background-color: #a38a51;
}
ul.no-list li {
	padding-left:0px;
}
ul.no-list li:before {
	content:none;
}
ul.check li {
	padding-left: 25px;
}
ul.check li:before {
    background-image: url(img/icon/check-white.svg);
    top: 5px;	
}
ul.arrow li:before {
	background-image: url('img/icon/right-brown.svg');
	width:10px;
	height: 10px;
    top: 4px;	
}
li.shipping {
	padding-left:25px;
}
li.shipping:before {
	background-image: url(img/icon/shipping-white.svg);
	width:20px;
	height:20px;
    top:3px;
}
.whatsapp:before {
    content: '';
	background-image: url(img/icon/whatsapp.svg);
    width:14px;
	height: 14px;
	top: 13px;
}
.woocommerce .wc-bulk-variations-table-wrapper button.button.alt {
	width: 100%!important;
	margin-right: 0px !important;
}
.wc-bulk-variations-table>div.wcbvp-cell .price{
	padding-top: 7px;
}
.wc-bulk-variations-table .wcbvp-form-variation{
	width: 20%;
	float: right;
}
.wc-bulk-variations-table.vert>div.wcbvp-col-header>span{
	padding-top: 15px;
}
/*------------------------------------*\
    START ZOEKRESULTATEN CSS
\*------------------------------------*/

.container-search-result {
    display: flex;
    align-items: center;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 40px;	
}
.search-result-foto {
    float: left;
    width: 120px;
	margin-right: 30px;
}
.search-result-content {
    float: left;
    width: calc(100% - 150px);
}
.search-result-content h2 a,
.search-result-content h2 {
	margin-bottom:10px;
	color:#222222;
}
.search-result-content h2 a:hover {
	color:#a38952;
}
.search-result-content span {
    margin: 0 0 1.62em 0;
    line-height: 1.62em;	
}
/*------------------------------------*\
    END ZOEKRESULTATEN CSS
\*------------------------------------*/


/*------------------------------------*\
    START HEADER
\*------------------------------------*/

	/*------------------------------------*\
		START TOPHEADER
	\*------------------------------------*/
		.topheader,
		.topheader-outer {
			height:60px;
			background:#222;
		}
		.topheader {
			color:#777;
		}
		.topheader a  {
			color:#fff;
		}
		.topheader a:hover  {
			color:#777;
		}	
	/*------------------------------------*\
		END TOPHEADER
	\*------------------------------------*/
	
	/*------------------------------------*\
		START CENTER LOGO
	\*------------------------------------*/
    .center-logo {
		position: absolute;
		width: 151px;
		left: 50%;
		top: 0px;
		margin-left: -77px;
		box-shadow: 0 1px 30px rgba(0,0,0,.15);
		z-index:10;		
	}
	.logo img {
		max-width: 100%;
		width:151px;
		height: auto;
	}	
	/*------------------------------------*\
		END CENTER LOGO
	\*------------------------------------*/
	
	/*------------------------------------*\
		START BOTTOMHEADER
	\*------------------------------------*/
		.bottomheader,
		.bottomheader-outer {
			height:140px;
			bbackground: red;
		}
		.bottomheader {
			border-bottom:3px solid #a38a51;
		}
		.zoeken-container {
			width: calc(100% - 100px);
		}
		.winkelmand-container {
			width:55px;
		}
		.bottomheader-left {
			margin-top:22px;
		}		
		.bottomheader-right {
			margin-top:18px;		
		}
	/*------------------------------------*\
		END BOTTOMHEADER
	\*------------------------------------*/

	/*------------------------------------*\
		START HEADER SEARCH
	\*------------------------------------*/
		.second_header_search_mob_inner {
			position:relative;
		}
		.second_header_search_mob_inner input[type="search"] {
			position:relative;
			margin-bottom:0px;
			border:none;
			background:#f6f6f6;
			padding: 15px 20px;
			box-sizing: border-box;
			max-height:40px;
			font-size:14px;			
		}
		.second_header_search_mob_inner button.search_button {
			position: absolute;
			top: 0px;
			right: 13px;
			background: none;
			border: none;
			height: 40px;
		}
		::-webkit-input-placeholder {
			color: #aaa;
		}
		::-moz-placeholder { 
			color: #aaa;
		}
		:-ms-input-placeholder {
			color: #aaa;
		}
		:-moz-placeholder { 
			color: #aaa;
		}
	/*------------------------------------*\
		END HEADER SEARCH
	\*------------------------------------*/

	/*------------------------------------*\
		START HEADER CART
	\*------------------------------------*/
		.winkelmand-container img {
			width: 45px;
		}
		.page-id-23 #header-cart-icon  {
			display:none;
		}
		#header-cart-icon {
			position: relative;
		}		
		.header-cart-badge {
			background-color: #a38a51;
			color: #fff;
			top: 0px;
			position: absolute;
			right: 0px;
			min-width: 20px;
			height: 20px;
			display: flex;
			padding: 3px;
			align-items: center;
			justify-content: center;
		}
		.header-cart-badge a {
			color: #fff;
			position: relative;
			text-align: center;
			display: block;
			top: 0px;
			font-size: 14px;
			line-height: 14px;
		}	

	/*------------------------------------*\
			END HEADER CART
	\*------------------------------------*/
	

/*------------------------------------*\
    START KEURMERKEN
\*------------------------------------*/

	.keurmerk-icon img {
		width: 40px;
		height: 40px;
		object-fit: cover;
	}	
	.bottomheader-left .keurmerk-icon img {
		ffilter: grayscale(75%);
	}
/*------------------------------------*\
    END KEURMERKEN
\*------------------------------------*/


/*------------------------------------*\
    START VIDEO AS HEADER/ FULL SCREEN VIDEO
\*------------------------------------*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom:30px;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    max-width: 100%;
    height: 100%;
}
.slider-full
{
	position: relative;
	height: 100vh;
	overflow: hidden;
	background-attachment: fixed;
	background-size: cover;
	margin-bottom: 0px;
}
.video {

}
.video .wrapper {
  display: block;
	height: 300%;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.video iframe {
	display: block;
	height: 100%;
	width: 100%;
	bbackground: #222222 url(images/spinner.gif) no-repeat center center ;
}
	/* The only rule that matters */
	#video-background {
		/*  making the video fullscreen  */
		pposition: fixed;
		right: 0; 
		bottom: 0;
		min-width: 100%; 
		min-height: 100%;
		width: auto; 
		height: auto;
		z-index: -100;
		background: #fefefe url(images/spinner.gif) no-repeat center center;
		background-size: 70px 70px;
	}
/*------------------------------------*\
    END VIDEO AS HEADER/ FULL SCREEN VIDEO
\*------------------------------------*/

/*------------------------------------*\
   START RESPONSIVE TABEL
\*------------------------------------*/
.responsivetabel {
  margin: 3em 0;
  width: 100%;
}
.sidebar .responsivetabel {
  margin: 1em 0 2em 0;
}
.responsivetabel.prijs-sidebar {
	margin:0em 0em 1em 0em;
}
.responsivetabel.prijs-sidebar tr {
  border-top: none;
  border-bottom: none;
}
.responsivetabel tr:nth-child(even) {
	background-color: #f6f6f6;
}
.responsivetabel th {
  display: none;
}
.responsivetabel td {
  display: block;
}
.responsivetabel td a {
	text-decoration: underline;
}
.responsivetabel td:last-child {
  padding-bottom: .5em;
}
.responsivetabel td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
.responsivetabel a {
  color:#4e4e4e;
  display: inline-block;
  text-align: left;
  font-size: 14px;
  border-radius: 4px;
  padding: 0px;
}
.responsivetabel a:hover {
	color:#0c3646;
	text-align:left;
	background-color: none;;	
}
@media (min-width: 768px) {
  .responsivetabel td:before {
    display: none;
  }
  .responsivetabel a {
  	 padding: 0px;
  }
}
.responsivetabel th, .responsivetabel td {
  text-align: left;
}
@media (min-width: 768px) {
  .responsivetabel th, .responsivetabel td {
	display: table-cell;
    padding: 10px 10px 10px 30px;
    width: 0%;
  }
  .sidebar .responsivetabel td {
	padding-right:10px;
  }
 .responsivetabel.prijs-sidebar th, 
 .responsivetabel.prijs-sidebar td {
    width: 16%;
	}
  .responsivetabel.mhp th, .responsivetabel.mhp td {
    width:76%;
  }
  .responsivetabel th {
	color: #000;
	font-weight:300;
  }
}

.responsivetabel {
  border-radius: .4em;
  /*overflow: hidden;*/
}

.responsivetabel tr {
  border-color: #f1f1f1;
}

.responsivetabel th, .responsivetabel td {
  margin: .5em 0em;
}

@media (min-width: 768px) {

}
@media (max-width: 767px) {
	.responsivetabel th, .responsivetabel td:before {
	  color: #000;
	  font-weight:300;
	  width:100%;
	}
	.responsivetabel td:before {
	  padding-bottom:0px;
	}
	.responsivetabel tr {
	  border-color: #477f76;
	}
	.responsivetabel th, .responsivetabel td {
		margin: .1em 0em;
		padding: 10px;
	}
}
/*------------------------------------*\
   EINDE RESPONSIVE TABEL
\*------------------------------------*/

/*------------------------------------*\
    START MENU
\*------------------------------------*/

div.menu
{
	z-index:999;	
}
.nav {
	float: right;
}
.nav > ul{
	margin:0;
	padding:0
}
.header .nav ul
{
	text-align:left;
	width:100%;
	padding-left:0px;
	margin:0px;
}
.nav ul li
{
	list-style:none;
	margin-bottom: 0;
	float: left;
	position:relative;
}
.nav ul li:before {
	content: none;
}
.nav ul li.current a:link, 
.nav ul li.current a:visited, 
.nav ul li.current a:active
{
    color: #fff;
}
.nav ul li.current ul li a {
	color:#000 !important;
}
.nav ul li ul li.current {
    
}
.header .nav ul li
{
	display: inline-block;
	float:inherit;
	padding: 0px 12px;	
}
.nav ul li a:link, 
.nav ul li a:visited, 
.nav ul li a:active {
	font-family: 'Oswald', sans-serif;	
	text-transform:uppercase;
	cursor:pointer;
    color: #000;
    line-height: 2.5em;
	padding: 10px 0px;
    font-size: 16px;
	letter-spacing: 2.4px;
    display: block;
	font-weight:500;
	/*height: 88px;*/
	transition: all .5s ease-in-out;	
}
.nav ul ul li.menu-item-has-children > a:after,
.nav ul li.menu-item-has-children > a:after {
    content: '';
	background:url(img/icon/down-black.svg);
	width: 12px;
	height: 12px;
    font-style: normal;
    margin: 0 0 0 4px;
	display: inline-block;
}
.nav ul li.menu-item-has-children ul li > a {
    font-size: 14px;
}
.nav ul li ul li.menu-item-has-children ul li > a {
    font-size: 13px;
}
.nav ul ul li.menu-item-has-children > a:after {
	background:url(img/icon/right-brown.svg);
	width: 14px;
	height: 14px;
}
.header .nav ul li:first-child,
.header .nav ul li a:first-child {
	padding-left: 0px;
}
.header .nav ul li:last-child,
.header .nav ul li a:last-child,
.header .nav ul ul li:first-child,
.header .nav ul ul li a:first-child {
	padding-left: unset;
	padding-right: unset;
}
.header .nav ul ul li a:first-child {
    padding: 15px 10px 15px 19px;
}
.header .nav ul li:last-child,
.header .nav ul li a:last-child {
	padding-right: 0px;
}
.nav ul li.current_page_item a:link,
.nav ul li.current_page_item a:visited,
.nav ul li.current_page_item a:active {
	font-weight:500;
}
.header .nav ul ul li
{
	float:left;
	text-align: left;	
}
.top-nav.nav ul li a:link,
.top-nav.nav ul li a:visited,
.top-nav.nav ul li a:active
{
	text-transform:inherit;
	padding: 0 13px;
}
.nav ul li a:hover
{
	color:#a38a51;
}
.nav ul li.last-child a:link,
.nav ul li.last-child a:visited,
.nav ul li.last-child a:active
{
	padding-right: 0;
}
.nav ul ul,
.nav ul ul ul
{
	display:none;
}
.nav ul li:hover ul,
.nav ul ul li:hover ul
{
	display:block;
}
.nav ul li ul li ul,
.nav ul li ul {
	position: absolute;
    left: 0px;
    text-align: left;
    top: 50px;
    box-shadow: 0px 4px 10px -6px rgb(0 0 0 / 35%);
    background:#fff;
    z-index: 3;
    margin-left: 0px;
    padding-left: 0;
}
@media (max-width:1440px) {
	#menu-hoofdmenu-rechts > li:last-child > ul {
		left: unset;
		right: 0;
	}
}
.nav ul li ul .mega-menu-wrapper li ul,
.nav ul li ul .mega-menu-wrapper {
		box-shadow: none;
}
.nav ul li ul li ul {
    top: 0px;
    left: 290px;	
}
.nav ul li:hover ul,
.nav ul li:hover ul li
{
	width:290px;
	z-index:1000;
}
.nav ul li:hover ul ul{
	ddisplay:none;
	display: block;
}
.nav ul li:hover ul li:hover ul{
	display:block;
}
.nav ul ul li:hover,
.nav ul ul li:hover ul li {
	width:290px;
	z-index:1000;	
}
.nav ul li.wpml-ls-item:hover ul,
.nav ul li:hover ul li.wpml-ls-item {
	width:50px;
}
.header .nav ul ul li,
.nav ul ul li:first-child {
	padding-left: 0px;
	padding-right:0px;
}
.nav ul ul li a:link,
.nav ul ul li a:visited,
.nav ul ul li a:active
{
	line-height: 20px;
	padding: 15px 10px 15px 12px;
    color: #222;
    height: 50px;
    font-size: 15px;
    border-left: none;
}
.nav ul ul li:last-child a:link,
.nav ul ul li:last-child a:visited,
.nav ul ul li:last-child a:active
{

}
.nav ul ul li a:hover
{
	background-color: #fff;
	color: #a38952;
}
.nav ul li.current_page_item ul li a:link, 
.nav ul li.current_page_item ul li a:visited, 
.nav ul li.current_page_item ul li a:active {
    color: #fff;
    border-top: none;
}

	/*------------------------------------*\
	    START MEGAMENU CSS
	\*------------------------------------*/

		#menu-hoofdmenu-links > li.megamenu > ul > li {
			padding-top:20px;
			width: 10%!important;
		}
		#menu-hoofdmenu-links > li.megamenu a {
		    min-width: 1px;
		    display: block;
		    width: 100%;
		    text-align: left;
		}
		#menu-hoofdmenu-links > li.megamenu a span {
		    min-width: 1px;
		    display: block;
		    width: 100%;
		    text-align: left;
			text-align: center!important;
			font-size: 0.95em!important
		}

		#menu-hoofdmenu-links > li.megamenu > ul.sub-menu {
			width: 100%;
			position: absolute;
			max-width: 100%;
			background: #fff;
			top: 140px;
		    left: 0;
		    right: 0;
		    margin: 0 auto;
		    text-align: left;
		    /*-webkit-animation-name: fadeIn;
		    animation-name: fadeIn;
		    -webkit-animation-duration: 0.2s;
		    animation-duration: 0.2s;
		    -webkit-animation-fill-mode: both;
		    animation-fill-mode: both; */
    		box-shadow: 0px 4px 10px -6px rgb(0 0 0 / 35%);		    
		}
		.down #menu-hoofdmenu-links > li.megamenu > ul.sub-menu {
			top:60px;
    		z-index: 1000;		
		}
		#menu-hoofdmenu-links > li.megamenu >ul > li {
		    display: table-cell;
		    float: none;
		}
		#menu-hoofdmenu-links > li.megamenu {
		    position: inherit;
		}
		#menu-hoofdmenu-links > li.megamenu > ul.sub-menu a {
		    padding: 20px 40px;
		}
		.megamenu .mega-menu-wrapper {
		    max-width: 1300px;
		    margin: 0 auto;
		    min-height: 20px;
		    box-sizing: border-box;
		    padding: 55px 0 0 0;
		    margin: 0 auto;
			display: flex;
		    flex-flow: row nowrap;
		    justify-content: space-between;
			min-height:375px;	
		}
		/*
		.megamenu .mega-menu-wrapper:before,
		.megamenu .mega-menu-wrapper:after {
			background-color: #134095;
		    content: '';
		    position: absolute;
		    top: 0;
		    display: block;
		    width: 50%;
		    height: 100%;
		    z-index: -1;
		    right: -325px;
		}
		*/
		.megamenu .mega-menu-wrapper:before {
		    right: unset;
			left: -325px;	
		}
		.nav #menu-hoofdmenu-links  ul li.menu-item-has-children ul {
			top:0px;
			position: relative;
		    width: 100%;
		    left:0px;	
		}
		.nav #menu-hoofdmenu-links  ul li.menu-item-has-children .mega-menu-wrapper {
			display: flex;
		    flex-flow: column nowrap;
		    justify-content: flex-start;
		    min-height: unset;
			padding-top:0px;
		}
		.nav #menu-hoofdmenu-links  ul li.menu-item-has-children .mega-menu-wrapper:before,
		.nav #menu-hoofdmenu-links  ul li.menu-item-has-children .mega-menu-wrapper:after {
			content: none;
		}
		.nav #menu-hoofdmenu-links  ul .mega-menu-wrapper li,
		.nav #menu-hoofdmenu-links  ul li.menu-item-has-children .mega-menu-wrapper li {
			height: unset;
			line-height: unset;
			width: 100%;
		}
		.nav #menu-hoofdmenu-links  ul .mega-menu-wrapper li a,
		.nav #menu-hoofdmenu-links  ul li.menu-item-has-children .mega-menu-wrapper li a {
			height: unset;
			line-height: unset;
			padding: 10px 40px;
		}
		.nav #menu-hoofdmenu-links ul .mega-menu-wrapper li.titel-megamenu a, 	
		.nav #menu-hoofdmenu-links ul .mega-menu-wrapper li.menu-item-has-children a {
		    font-weight: 500;
		    padding-top: 0px;
			color: #222;
			font-size: 16px;
		}
		.nav #menu-hoofdmenu-links  ul .mega-menu-wrapper li.menu-item-has-children a,
		.nav #menu-hoofdmenu-links  ul .mega-menu-wrapper li.menu-item-has-children a:after {
			content:none;
		}
		.nav #menu-hoofdmenu-links  ul .mega-menu-wrapper li.menu-item-has-children li a {
		    text-transform: unset;
		    font-weight: 400;
		    padding-top: inherit;
			color:#222;
			background-color: #fff;
			font-size: 14px;
		}
		.nav #menu-hoofdmenu-links .megamenu  ul  .mega-menu-wrapper li a:hover,
		.nav #menu-hoofdmenu-links .megamenu  ul .mega-menu-wrapper li.menu-item-has-children li a:hover {
		    color: #a38a51 !important;
		    background: none;
		    background-color:#fff;
		}
		.hide-in-menu > a {
			cursor: unset;
			color: #134095 !important;
		}
		.nav #menu-hoofdmenu-links  ul .mega-menu-wrapper li.hide-in-menu a:hover, 
		.hide-in-menu > a:hover {
			color: #134095 !important;	
		}
	/*------------------------------------*\
	    END MEGAMENU CSS
	\*------------------------------------*/


/*------------------------------------*\
    END MENU
\*------------------------------------*/

/*------------------------------------*\
    START SOCIAL MEDIA IN MENU CSS
\*------------------------------------*/

.social-icons {
	float:right;
	padding-top: 22px;
}
.social-icons a {
	width: 43px;
    height: 43px;
    color: #c8c8c8;
    float: left;
    text-align: center;
    margin-right: 9px;
    background-color: #fff;
    line-height: 41px;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 43px;
    border: 2px #c8c8c8 solid;
}
/*------------------------------------*\
    END SOCIAL MEDIA IN MENU CSS
\*------------------------------------*/

/*------------------------------------*\
    START STICKY UP CSS
\*------------------------------------*/
.cd-top {
	background: #a38a51;
    color: #fff;	
	height:40px;
	width:40px;
	line-height:40px;
	bottom:30px;
	right:30px;
	text-align:center;
	position:fixed;
	display:none
}
.cd-is-visible {
	cursor:pointer;
	display:block;
	opacity:1;
	text-align:center;
	box-shadow:0 0 10px rgba(0,0,0,0.15);
	-webkit-transition:opacity .3s 0s, visibility 0s 0s;
	-moz-transition:opacity .3s 0s, visibility 0s 0s;
	transition:opacity .3s 0s, visibility 0s 0s
}
/*------------------------------------*\
    END STICKY UP CSS
\*------------------------------------*/

/*------------------------------------*\
	START BODY HOMEPAGE CSS
\*------------------------------------*/


	/*------------------------------------*\
		START ROW 1 GRID CSS
	\*------------------------------------*/
	.single-block-row-1-fp {
		float:left;
	}
	.single-block-row-1-fp a {
		color:#fff;
	}
	.single-block-row-1-fp a:hover {
		color:#a38a51;
	}	
	.single-block-row-1-fp-1 {
		width: calc(66.66667% - 20px);
		margin-right:20px;
	}
	.single-block-row-1-fp-2 {
		width: 33.33333%;
	}
	.single-block-row-1-fp-3 {
		width: calc(33.33333% - 20px);
		margin-right:20px;
	}	
	.single-block-row-1-fp-4 {
		width: 66.66667%;
	}	
	.single-block-row-1-fp-3,
	.single-block-row-1-fp-4 {
	    margin-top: -40px;
	}	
	.block-wrapper {
		cursor: pointer;
		position:relative;
		color:#fff;
		flex-flow: column wrap;
		padding: 40px;		
	    background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		height: 430px;		
	}
	.block-wrapper p {
		margin-bottom:0px;
		z-index:2;
	}		
	.block-wrapper-3,
	.block-wrapper-4 {
	    justify-content: flex-end;
	}
	.block-wrapper-4 {
		align-items: flex-end;
	}
	.single-block-row-1-fp-1 .block-wrapper {
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0% 100%);
	}
	.single-block-row-1-fp-2 .block-wrapper {
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 61px), 0% calc(100% - 41px));
	}
	.single-block-row-1-fp-3 .block-wrapper {
		background-position: center 30px;
		clip-path: polygon(0 60px, 100% 40px, 100% 100%, 0% 100%);
	}
	.single-block-row-1-fp-4 .block-wrapper {
		clip-path: polygon(0 39px, 100% 0, 100% 100%, 0% 100%);
	}
	.block-wrapper-shadow {
		position: absolute;
		height: 161px;
		width: 100%;
		background: -moz-linear-gradient(top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
		z-index: 0;
		top: 0px;
		left: 0px;
	}
	.block-wrapper-shadow-bottom {
		top:unset;
		bottom:0px;
		height: 200px;		
		background: -moz-linear-gradient(bottom, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to top, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);		
	}		
	/*------------------------------------*\
		END ROW 1 GRID CSS
	\*------------------------------------*/


	/*------------------------------------*\
		START USPS
	\*------------------------------------*/
		.single-usp {
			float:left;
			width:33.3333333%;
			padding:0px 50px;
			text-align:center;
		}
		.single-usp img {
			margin-bottom:10px;
			width:45px;
		}

	/*------------------------------------*\
		END USPS
	\*------------------------------------*/


	/*------------------------------------*\
		START PRODUCTGRID HOMEPAGE
	\*------------------------------------*/
	.rij-producten-fp {
		display:flex;
		flex-flow: row wrap;	
	}
	.rij-producten-fp .products {
		width: 100%;
	}
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product,
	.container-customproduct-grid,
	.woocommerce-page .related ul.products li.product,
	.woocommerce-page .upsells ul.products li.product {
		cursor: pointer;
		border: 1px solid #f0f0f0;
		padding: 25px 20px 80px 20px;
		position: relative;
		float: left;
		width: calc(25% - 22.5px);
		margin: 0 30px 30px 0;
		text-align:left;
		min-height:535px;
	}
	.woocommerce-page .upsells ul.products li.product {
		background: #fff;
	}		
	.product-slider-fp {
		overflow:hidden;
	}
	.product-slider-fp .container-customproduct-grid {
		width: 100%;
		margin:0px;
	}
	.product-slider-fp .owl-nav {

	}
	.owl-nav button {
		width: 50px;
		border: none;
		background: #fff;
		top:calc(50% - 14px);
		position: absolute;
		left: -50px;
		display: flex;
	}

	.owl-nav button:after {
		content: '';
		display: inline-block;
		margin-left: 0px;
		text-align: left;
		font-size: 28px;
		top: 0px;
		position: relative;
		background:url(img/icon/left-brown.svg);
		width: 28px;
		height: 28px;	
	}	

	.owl-nav button.owl-next {
		left:unset;
		right: -50px;
		display: flex;
		justify-content: flex-end;		
	}	
	.owl-nav button.owl-next:after {
		background:url(img/icon/right-brown.svg);
	}
	.woocommerce ul.products.columns-3 li.product, 
	.woocommerce-page ul.products.columns-3 li.product,
	.woocommerce-page.columns-3 ul.products li.product, 
	.woocommerce.columns-3 ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: calc(33.3333333% - 20px);
		margin: 0 30px 30px 0;
	}
	.home .woocommerce.columns-3 ul.products li.product,
	.woocommerce-page .nieuwe-producten-container ul.products li.product {
		width: calc(25% - 22.5px);
		margin: 0 30px 30px 0;	
	}

	.woocommerce ul.products li.first, 
	.woocommerce-page ul.products li.first {
		clear: unset;
	}
	.woocommerce ul.products li.product:before {
		content: none;
	}
	/*.woocommerce.columns-3 ul.products li.product:nth-child(4n+4),*/
	.woocommerce-page ul.products li.product:nth-child(3n+3),
	.woocommerce ul.products li.product:nth-child(3n+3), 
	.container-customproduct-grid:nth-child(4n+4),
	.woocommerce-page .related ul.products li.product:nth-child(4n+4),
	.woocommerce-page .upsells ul.products li.product:nth-child(4n+4)	{
		margin-right:0px;
	}
	.home ul.products li.product:nth-child(3),	
	.woocommerce-page .related ul.products li.product:nth-child(3n+3),
	.woocommerce-page .upsells ul.products li.product:nth-child(3n+3)	{
		margin-right:30px;	
	}
	.home ul.products li.product:nth-child(4n+4) {
		margin-right:0px !important;		
	}
	.container-customproduct-grid-img {
		text-align:center;
	}
	.woocommerce ul.products li.product img, 
	.woocommerce-page ul.products li.product img,
	.woocommerce ul.products li.product a img,
	.container-customproduct-grid-img img {
		hheight: 370px;
		margin-bottom:5px;
		object-fit: contain;	
	}
	.woocommerce ul.products li.product a img,
	.nieuwe-producten-container .woocommerce ul.products li.product img,
	.woocommerce-page .related ul.products li.product img,
	.woocommerce-page .upsells ul.products li.product img,
	.container-customproduct-grid-img img  {
		height: 200px;
		/* width:200px; */
		margin-bottom: 45px;
		object-fit: cover;
	}
	.woocommerce-page .related ul.products li.product img,
	.woocommerce-page .upsells ul.products li.product img	{
		width: 100% !important;
	}
	.container-customproduct-grid-label {
		position: absolute;
		top: 30px;
		left:30px;
		background-color: #222222;
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
		padding: 15px 20px 15px 20px;
		display: inline-block;	
	}
	.container-customproduct-grid-title {
		padding:0px;
	}
	.container-customproduct-grid-title a {
		color:#000;
	}
	.container-customproduct-grid-title a:hover {
		color:#a38a51;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title, 
	.woocommerce ul.products li.product h3,
	.container-customproduct-grid-title h3 {
		font-family: 'Kanit', open-sans;
		font-size:16px;
		color:#000;
		text-transform: uppercase;
	}
	.woocommerce ul.products li.product .customproduct-cart-container {
		margin-top:11px;
	}
	.customproduct-cart-container a.cart-button {
		margin-bottom:0px;
		margin-right:0px;
		width:100%;
		text-align:center;
	}
	.wholesale_price_title {
		display:none;
	}
	.wholesale_price_container ins {
		text-decoration: none;	
	}
	.container-customproduct-grid-content .woocommerce-Price-amount.amount,
	.container-customproduct-grid-content {
		font-family: 'kanit', sans-serif;
		font-weight: 300;
		font-size: 30px;
		color:#a38a51;
		margin-bottom:30px;
	}
	small.includes_tax,
	small.includes_tax .woocommerce-Price-amount.amount {
		font-weight: 400;
		font-size: 12px;
		color:#222222;	
	}
	.wholesale_customer small.includes_tax {
		display: none;
	}
	.woocommerce ul.products li.product .price,
	.container-customproduct-grid-content p {
		margin-bottom:0px;
	}
	.woocommerce ul.products li.product .price {
		display:flex;
		font-family: 'kanit', sans-serif;
		font-weight: 300;
		ffont-size: 30px;
		font-size: 18px;
		color: #a38a51;
		margin-bottom: 30px;
	}
	.woocommerce ul.products li.product .price-text-wholesale.small, 
	.woocommerce ul.products li.product small.woocommerce-price-suffix,
	.woocommerce ul.products li.product small.woocommerce-price-suffix-custom {
		padding-left:10px;
	}
	.woocommerce-Price-currencySymbol {
		font-size:14px;
		padding-right:5px;
	}
	.container-customproduct-grid-inner {
		margin-top: -15px;
		margin-bottom: 0px;
	}
	.woocommerce ul.products li.product .button,
	.woocommerce a.button {
		margin: 0;
		margin-right: 4px;
	}
	.customproduct-cart-container a.cart-button,
	.woocommerce ul.products li.product .button {
		position: absolute;
		bottom: 20px;
		text-align: center;
	}
	div.wc-bulk-variations-table-wrapper {
		margin: 0 auto;
		max-width: 900px;		
	}
	.wc-bulk-variations-table-wrapper input[type=number]::-webkit-inner-spin-button, 
	.wc-bulk-variations-table-wrapper input[type=number]::-webkit-outer-spin-button { 
		  opacity: 1;		  
	}	
	table.wc-bulk-variations-table tr {
			margin-bottom:20px;	
	}
	.wcbvp-header,
	table.wc-bulk-variations-table th {
		padding: 0em 0em 20px 0em !important;
		text-align: left;
		font-family: 'Oswald', sans-serif;
		letter-spacing: 0px;
		font-weight: 300 !important;
		color: #000;
		width: 50%;
		float: left;
	}
	table.variations tr {
		display: flex;
		flex-flow: column wrap;
	}
		table.variations tr td.label {
		text-align: left;
		font-family: 'Oswald', sans-serif;
		letter-spacing: 0px;
		font-weight: 300 !important;
		color: #000;
	}
	.wc-bulk-variations-table-wrapper .wcbvp-grid-wrapper {
	    overflow-x: inherit !important;
	}
	.wcbvp-header {
		background-color: #fff !important;
	}
	.wc-bulk-variations-table-wrapper .product-thumbnail-wrapper,
	.wcbvp-header .woocommerce-product-gallery__image,
	.wcbvp-header img {
		display: none;
	}
	.wcbvp-header span {
		font-weight: 300;
		color: #777;
		font-family: 'Kanit', sans-serif;
	}
/*	.wc-bulk-variations-table>* {
		display: flex;
		justify-content: space-between;
		padding: 10px 0px !important;
	}*/

	table.wc-bulk-variations-table td:first-child span.with-image {
	    line-height: unset !important;
	    margin-left: 0px !important;
	}
	.wcbvp-cell .price {
		display: flex;
	}
	.wc-bulk-variations-table .wcbvp-form-variation {
		order: 2;
	}
	form.wcbvp-cart div.wcbvp-total-wrapper div.wcbvp-total-right {
		justify-content: flex-end;
	    display: flex;	
	}

	form.wcbvp-cart div.wcbvp-total-wrapper {
	    display: flex !important;
	    flex-flow: column;
	    justify-content: flex-end;
	    align-items: flex-end;
	}
	table.wc-bulk-variations-table td {
		padding: 0px !important;
		min-width: unset !important;
		width: 50% !important;
		vertical-align: top;
		font-weight: 300;		
		float: left;
		margin-bottom: 15px;		
	}
	.wc-bulk-variations-table input.wcbvp-quantity,
	table.wc-bulk-variations-table .wcbvp_quantity {
		width: calc(100% - 120px) !important;
		border: none !important;
		padding: 5px;
		border: none;
		text-align: center;
		background: #f6f6f6;
		float: right;
		justify-content: flex-start;
		max-width: 60px !important;
		
	}
		.wc-bulk-variations-table input.wcbvp-quantity {
			width: 100% !important;
		}
	table.wc-bulk-variations-table tr td:nth-child(2) {
		display: block;		
		wwidth: 100% !important;
	}
	table.wc-bulk-variations-table .amount:not(:first-child) {
		margin-top: 0px !important;
	}
	table.wc-bulk-variations-table tr td del,
	table.wc-bulk-variations-table tr td ins {
		width: 60px;
		float: left;		
	}
	table.wc-bulk-variations-table .woocommerce-Price-amount {
	    width: 55px;
		float:left;	
	}
	.cus-wcwp_wholesale table.wc-bulk-variations-table tr td del {
		display:none;
	}
	table.wc-bulk-variations-table td button {
		top:0px;
		position:absolute;
		right:0px;
		color: pink;
		z-index:10;
		background:red;
		margin-right: 0px;		
		margin-left: 0px;
		margin-top: 0px;
		width: 20px;	
		height:17px;
		display: flex;
		align-items: center;
	}
	table.wc-bulk-variations-table td button.minus {
		top:unset;
		bottom: 0px;
	}	
	.cus-wcwp_wholesale table.wc-bulk-variations-table .woocommerce-Price-amount,
	.cus-wcwp_wholesale	table.wc-bulk-variations-table .woocommerce-Price-amount {
	    width: 110px;
		float:left;	
	}
	.price-text-wholesale.small,
	small.woocommerce-price-suffix,
	small.woocommerce-price-suffix-custom	{
		/* font-size: 70%;
		float:left;
		margin-top:6px; */
		margin-left: 10px;
	}
	.price-container small.woocommerce-price-suffix,
	.price-container .price-text-wholesale.small {
		padding-right: 10px;
	}
	small.woocommerce-price-suffix-custom {
		float:right;
		padding-left:10px;
	}
	.price-text-wholesale.small  {
		float:right;
		padding-right:20px;
	}
	del bdi .price-text-wholesale {
		display:none;
	}
	del .woocommerce-Price-amount {
		text-decoration: line-through;
	}

	.woocommerce .cus-wcwp_wholesale ul.products li.product .price-text-wholesale {
		ddisplay:none;
		margin-top: 11px;
		padding-right: 0px;
		padding-left: 5px;
		font-size: 8px;
	}
	.woocommerce .cus-wcwp_wholesale .row-1-product-single .amount:nth-child(1),
	.woocommerce .cus-wcwp_wholesale ul.products li.product .amount:nth-child(1) {
		padding-right:5px;		
	}
	.woocommerce .cus-wcwp_wholesale .row-1-product-single .amount:nth-child(2),
	.woocommerce .cus-wcwp_wholesale ul.products li.product .amount:nth-child(2) {
		padding-left:5px;		
	}		
	.woocommerce ul.products li.product .price del {
		ffont-size: 20px;
		padding-right:20px;
	}	
	div.wcbvp-total-wrapper {
		margin-top:40px;
	}
	.woocommerce .wc-bulk-variations-table-wrapper button.button.alt {
		width:100%;
		margin-right: 0px !important;
	}
	.wcbvp-total-wrapper {
		display: flex;
		flex-flow: column wrap;
		align-content: flex-end;		
	}
	form.wcbvp-cart div.wcbvp-total-left {
		text-align: right !important;
		margin-bottom:40px;
		width: 50%;
		font-weight: 600;
		color: #000;
		text-transform: uppercase;		
	}
	form.wcbvp-cart div.wcbvp-total-right {
		float: right;
		width: 100%;
		text-align: right;			
	}

	/*------------------------------------*\
		END PRODUCTGRID HOMEPAGE
	\*------------------------------------*/

.post-intro-fp {
	margin-bottom: 30px;
}
.post-container-fp {
    float: left;
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;    
	background: #fff;
	position: relative;
}
.post-container-fp:nth-child(3n+3){
    margin-right: 0px;    
}
.post-container-fp h3 {
	letter-spacing:0px;
	font-size: 18px;
	line-height: 25px;
    font-weight: 600;	
}
.post-container-fp-lees-meer-container {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
}
.post-container-fp a.read-more,
.post-container-fp a.read-more:after {
	font-weight: semi-bold;
	color:#a38952;
	left:30px;
}
.post-container-fp a.read-more:after {
	left:3px;
}
.post-container-fp a.read-more:hover,
.post-container-fp a.read-more:hover:after {
	color:#222;
	left:33px;
}
.post-container-fp a.read-more:hover:after {
	left:6px;
}
.post-container-fp:nth-child(3) {
    margin-right: 0%;
}	
.post-container-inner-fp {
	border:1px solid #f0f0f0;
	padding: 40px 20px 90px 20px;	
}
.post-container-fp-lees-meer-container a.button {
    position: relative;
	text-align:center;
    bottom: -5px;
    width: calc(100% - 40px);
	margin-left:20px;
    left: 0;
	margin-bottom:0px;
}
.post-date-fp {
	color: #a38952;
	margin-bottom: 3px;	
}
.gradient-half {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 50%;
    background-color: rgba(0,0,0,0.7);
}
.gradient-full {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
}
.gradient-half-left {
    right: unset;
	left:0px;
}

/*------------------------------------*\
	END BODY HOMEPAGE CSS
\*------------------------------------*/


/*------------------------------------*\
	START BODY OVER ONS CSS
\*------------------------------------*/
	/*------------------------------------*\
		START IMG-CONTENT REPEATER ON ODD EVEN CSS
	\*------------------------------------*/
		.img-block {
			margin-bottom:40px;
			padding-right: 60px;	
		}	
		.content-block {
			margin-bottom:40px;
			padding-left:60px;			
		}
		.content-block.content-even  {
			order:1;
			padding-right: 60px;
			padding-left:0px;
		}		
		.img-block.img-even {
			order:2;
			padding-right: 0px;
			padding-left:60px;			
		}
	/*------------------------------------*\
		END IMG-CONTENT REPEATER ON ODD EVEN CSS
	\*------------------------------------*/

/*------------------------------------*\
	END BODY OVER ONS CSS
\*------------------------------------*/


/*------------------------------------*\
    START FOOTER CSS
\*------------------------------------*/
.footer {
	position: relative;
	padding: 40px 0px 0px 0px;
    background-position: center 50%;
    background-size: cover;
    overflow: hidden;
	color: #fff;
}
.bottom-footer-widgets {
    border-bottom: 3px solid #a38a51;
}
.widgets-footer .widget {
	ffloat:left;
	wwidth:25%;
}
.widgets-footer h3 {
	font-family: 'kanit', sans-serif;
	font-size:18px;
	margin-bottom: 13px;
	letter-spacing:0px;
}
.widgets-footer .widget a {
	color:#fff;
}
.widgets-footer .widget a:hover {
	color:#a38a51;
}
.widgets-footer ul {
	margin-bottom:0px;
}
.bottom-footer {
	background:#fff;
}
.bottom-footer,
.bottom-footer a {
	font-family: 'oswald', sans-serif;
	text-transform:uppercase;
	font-size:12px;
	font-weight:400;
	color:#000;
}
.bottom-footer a:hover {
	color:#a38a51;	
}
ul#menu-footermenu {
	float:left;
}
ul#menu-footermenu li {
	padding-left:7px;
	float:left;
}
ul#menu-footermenu li:before {
	content:none;
}
/*------------------------------------*\
    END FOOTER CSS
\*------------------------------------*/


/*------------------------------------*\
    START BODY TEMPLATE SIDEBAR CSS
\*------------------------------------*/
.template-sidebar-content {
	padding-right: 65px;
}
.sidebar-lp {
	background-color: #f6f6f6;
	padding: 65px 50px;
	margin-top:10px;
}
.woocommerce-cat-cus .sidebar-lp {
	background-color: #fff;
	padding: 0px;
	margin-top:0px;
}
.sidebar-lp h2,
.sidebar-lp h3 {
	color: #a38952;
}
.woocommerce-cat-cus .sidebar-lp h2,
.woocommerce-cat-cus .sidebar-lp h3 {
	cursor: default;
	letter-spacing: 0px;
	font-family: 'Kanit', 'Open-sans';
	text-transform: unset;
	font-size: 18px;
	color: #000;
	margin-bottom: 2px;
	position: relative;
}
/*.woocommerce-cat-cus .sidebar-lp h2:hover,*/
/*.woocommerce-cat-cus .sidebar-lp h3:hover {*/
/*	color: #a38a51;*/
/*}*/
.woocommerce-cat-cus .sidebar-lp .widget-1 h2,
.woocommerce-cat-cus .sidebar-lp .widget-1 h3 {
	font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
	font-size:27px;
    text-transform: uppercase;
    clear: both;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 25px 0;
}
.sidebar-lp,
.sidebar-lp a {
	color: #777;
}
.sidebar-lp a {
	font-weight: 400;
}
.sidebar-lp a:hover {
	color: #222;
	left:3px;
}
.sidebar-lp li {
	margin-bottom:5px;
}
.sidebar-webshop-widget {
	margin-bottom:40px;
	max-width: 75%;
}
.woocommerce-cat-cus .sidebar-lp a,
.woocommerce-cat-cus .sidebar-lp span{
	font-weight: 300;
}
.openingstijden {
    width: 100px;
    display: inline-block;
}

/*------------------------------------*\
    START FILTER CSS
\*------------------------------------*/
	/*.bapf_head h3:after,*/
	/*.sidebar-webshop-inner h3:after {*/
	/*	content: '\f105';*/
	/*	font-family: 'Font Awesome 5 Free';		*/
	/*	font-weight: 700;*/
	/*	content: '\f054';*/
	/*	color: #000;*/
	/*	display: inline-block;*/
	/*	-webkit-transition: all .5s ease-in-out;*/
	/*	-moz-transition: all .5s ease-in-out;*/
	/*	transition: all .5s ease-in-out;*/
	/*	margin-top: 0px;*/
	/*	font-size: 12px;*/
	/*	top: 2px;*/
	/*	position: absolute;*/
	/*	margin-left: 10px;*/
	/*	right: 60px;		*/
	/*}*/
	/*.sidebar-widget-shop h3.expanded:after,*/
	/*.sidebar-webshop-inner h3.expanded:after {*/
	/*	transform: rotate(90deg);*/
	/*	transition: transform 50ms ease-in-out;*/
	/*	-webkit-transition: all .5s ease-in-out;*/
	/*	-moz-transition: all .5s ease-in-out;*/
	/*	transition: all .5s ease-in-out;*/
	/*	top: 2px;*/
	/*	color:#000;*/
	/*}*/
	.bapf_sfilter.bapf_ckbox li:before {
		content:  none !important;
	}
	.bapf_sfilter.bapf_ckbox input[type=checkbox] {
	    margin-right: 6px;
	}
	.bapf_sfilter.bapf_ckbox input[type=checkbox] {
	    -webkit-appearance: none;
	    background: #fff;
	    border: 1px solid #dedede;
	    box-sizing: border-box;
	    clear: none;
	    color: #222;
	    cursor: pointer;
	    display: inline-block;
	    height: 16px!important;
	    line-height: 0;
	    margin: -2px 10px 0 0;
	    min-width: 16px;
	    outline: 0;
	    padding: 0!important;
	    text-align: center;
	    transition: border-color .05s ease-in-out;
	    vertical-align: middle;
	    width: 16px!important;		
	}
	.bapf_sfilter.bapf_ckbox input[type=checkbox]:checked:after {
		border-color: green;
	}
		.searchandfilter .product-spec .title.expanded {
		margin-bottom: 5px;
	}
	.sidebar-webshop-inner  .woocommerce-widget-layered-nav-list {
		ddisplay: none;
		margin: 0 0 1.4em 0;
		font-weight: 400;
	}
	.sidebar-webshop-inner  .woocommerce-widget-layered-nav-list {
		ddisplay: none;
		margin: 0 0 1.4em 0;
		font-weight: 400;
	}		
	@media only screen and (min-width: 1024px) {
		.sidebar-webshop-inner  .woocommerce-widget-layered-nav-list {
			display: block;
		}
		.down header .keurmerken {
			display: none;
		}
	}

/*------------------------------------*\
    END FILTER CSS
\*------------------------------------*/
/*------------------------------------*\
    END BODY TEMPLATE SIDEBAR CSS
\*------------------------------------*/


/*------------------------------------*\
    START WOOCOMMERCE ALL CSS
\*------------------------------------*/
.woocommerce-message,
.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-result-count, 
.woocommerce-page .woocommerce-result-count {
    font-weight: 300;

}
.woocommerce .woocommerce-ordering,
.woocommerce p.woocommerce-result-count {
	margin:0px;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: unset;
    margin-bottom: 0px;
    border: none;
    margin-top: -7px;
}
.woocommerce .woocommerce-ordering select  {
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #fff, #fff);   
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
.woocommerce-notices-wrapper {
	background: #f7f6f7;
	mmargin-bottom:40px;	
}
.woocommerce-message {
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom: 40px;
	border-top: 0px;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 14px;
    color: #777;	
}
.woocommerce-message::before {
    top: 22px;
    left: 10px;	
}
.woocommerce nav.woocommerce-pagination ul li:before {
	content: none;	
}
.woocommerce nav.woocommerce-pagination ul {
	border:none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border-right: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
	content: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: none;
	color:#000;
	font-weight: 700;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
	font-weight: 300;
	color:#777;
}
	/*------------------------------------*\
		START SINGLE PRODUCT CSS
	\*------------------------------------*/
		.single .product {
			padding-top:30px;
			background-color: #222;
		}
		.section.related-products {
			background-color: #fff;			
		}
		.single .related-products .product {
			background-color: #fff;
		}
		.product h1 {
			margin-bottom:5px;
		}
		.row-1-product-single-container {
			float:left;
			width:calc(50% - 60px);		
			margin-right:120px;
		}
		.row-1-product-single-container-right {
			margin-right: 0px;
		}
		.woocommerce span.onsale {
			font-weight: 300;
			top: 0px;
			left: 0px;
			border-radius: 0px;
			background-color: #a38952;
			font-size: 14px;
		}
		.woocommerce ul.products li.product .onsale {
			margin: 0em;
		}
		#gallery-slider {
			ppadding:20px;
			text-align:center;
		}
		#gallery-slider .flex-viewport {
			bbackground:#fff;
		}
		figure.woocommerce-product-gallery__wrapper img {
			height: auto;
			height: 420px;
			margin-bottom: 15px;
			wwidth: auto;
			object-fit: cover;
		}		
		.woocommerce-product-gallery li {
			padding-left: 0px;
			float: left;
			width: 25%;
			display: flex;
		}
		.woocommerce-product-gallery ol {
			list-style:none;
			padding-left:0px;
			padding-right:10px;
			display: flex;
			flex-flow: row nowrap;
			margin-top: 20px;			
		}
		.woocommerce-product-gallery li:before {
			content: none;
		}
		.woocommerce-product-gallery__trigger {
			display: none;
		}	
		.product_meta .posted_in,
		.product_meta .tagged_as {
			display:none;
		}
		.product_meta .sku_wrapper {
			display:block;
			margin-bottom:20px;
		}
		.price-container .custom-price-sale-outer .woocommerce-Price-currencySymbol	{
			mmargin-top:-5px;
			margin-top:0px;
		}
		.custom-price-sale-outer {
			height:50px;
		}
		.custom-price-outer p {
			display: flex;
		}
		.custom-price-sale-outer del {
			ffont-size: 18px;
			font-size: 16px;
			color: #fff;
			float: left;
			wwidth: 40%;
			margin-right:10px;
		}
		.custom-price-sale-outer ins {
			ffont-size: 30px;
			font-size: 20px;
			float: left;
			wwidth: calc(60% - 10px);
			padding-right: 0px;			
		}		
		.custom-prod-eigenschappen-container  table.shop_attributes {
			border-top: none;
		}
		.custom-prod-eigenschappen-container table.shop_attributes tr {
			display: flex;
			justify-content: flex-start;
		}
		.custom-prod-eigenschappen-container table.shop_attributes th,
		.custom-prod-eigenschappen-container table.shop_attributes td		{
			width: auto;
			font-weight: 300;
			padding: 0px;
			border-top: 0;
			border-bottom: none;
			margin: 0;
			line-height: 1.5;
			text-align:left;
			font-style:normal;			
		}
		.custom-prod-eigenschappen-container table.shop_attributes th {
			min-width:200px;
		}
		.custom-prod-eigenschappen-container table.shop_attributes tr:nth-child(even) td, 
		.custom-prod-eigenschappen-container table.shop_attributes tr:nth-child(even) th {
			background: none;
		}
		.custom-prod-eigenschappen-container table.shop_attributes td p	{
			padding:0px 0px 5px 0px;
		}
		.price-container {
			hheight:60px;
			color: #fff;
			ccolor: #a38a51;
		}
		.price-container .woocommerce-Price-currencySymbol {
			font-weight:300;
			font-size:16px;
			padding-right:5px;
			margin-top: 0px;
		}
		.price-container p {
			margin:0px;
			line-height:25px;
		}
		.price-container  bdi {
			display:flex;
			color: #fff;
			ccolor: #a38a51;
		}
		.woocommerce .cart button.single_add_to_cart_button {
			float:left;
			width:100%;
			margin-right: 0px;
		}
		.aantal-add-to-cart {
			width:100px;
			color: #fff;
		}
		.woocommerce .quantity .qty {
			border: none !important;
			padding: 5px;
			/*font-wie*/
			border: none;
			text-align: center;
			background: #f6f6f6;
			width: 60px;
			height: 34px;
		}
		.woocommerce .product-information-single-container .quantity .qty {
			height: 54px;
		}
		.woocommerce .quantity {
			float: left;	
		}
		.minus,
		.plus {
			color: #fff;
			float:left;
			height: 54px;
			background: none;
			border: none;
			font-weight: 700;
			font-size: 24px;
			background-color: #4d4c4c;
			display: flex;
			align-items: center;
			width:28px;
			padding:0;
			justify-content: center;
		}
		.product-quantity .minus,
		.product-quantity .plus {

			height: 33px;
		}
		.woocommerce button.button.alt {
			background: #a38a51;
			color: white !important;
			width: auto;
			float: left;
			display:flex;
			align-items:center;
			justify-content:center;
		}
		@media (max-width:480px) {
			.woocommerce button.button.alt {
				margin-left:20px;
			}
		}
		@media (min-width:481px) {
			.woocommerce button.button.alt {
				margin-left:10px;
			}
		}
		.woocommerce #payment #place_order, 
		.woocommerce-page #payment #place_order {
			float:left;
		}
		.woocommerce .place-order button.button.alt {
			border:2px solid #a38a51;
			background: #a38a51;
			color:#fff !important;
			width: 350px;
			margin-right: 0px !important;
		}
		.woocommerce .place-order button.button.alt:hover {
			border:2px solid #1a2f39;
			background: #1a2f39;			
		}
		.woocommerce .wc-bulk-variations-table-wrapper button.button.alt {
			background:#a38a51;
			border:2px solid #a38a51;
			color:#fff !important;
			display: flex !important;
			align-items: center;
			justify-content: center;
		}
		.woocommerce .wc-bulk-variations-table-wrapper button.button.alt:hover {
			background:#000;
			border:2px solid #000;	
		}
		.woocommerce button.button.alt:hover {
			background: #554728;
			border:2px solid #a38a51;	
			color: #fff !important;			
		}
		/* .woocommerce button.button.alt:before {
			background: url(img/cart-white.svg) no-repeat center;
			content: '';
			position: relative;
			display: inline-block;
			top: 0px;
			left: -25px;
			color: #fff;
			margin-left: 0px;
			right: 0;
			height: 45px;
			width: 45px;
			-webkit-transition: all .5s ease-in-out;
			-moz-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
		} */
		.custom-prod-eigenschappen-container-bottom table.shop_attributes th {
			font-weight: 600;
		}
		.upsells.products h2,
		#section-row-related-products .related.products h2 {
			margin-bottom:50px;
			text-align:center;
		}
		.woocommerce ul.upsells li h2 ,		
		.woocommerce ul.products li h2 ,
		#section-row-related-products .related.products li h2 {
			margin-bottom: 20px;			
			min-height: 80px;			
		}
		.cus-wcwp_wholesale li.product-type-simple del,
		.product-type-simple .cus-wcwp_wholesale .row-1-product-single-container-right del {
			display:none !important;
		}
		/*------------------------------------*\
			START PPOM CUSTOM VARIATION CSS
		\*------------------------------------*/	
			.woocommerce form .form-row label.quantities-lable, 
			.woocommerce-page form .form-row label.quantities-lable {
				display:flex;
				flex-flow: row-wrap;
				justify-content:flex-start;
				align-items:center;
			}
			.ppom-input-quantities .ppom-quantity-price-wrap {
				padding-left:20px;
				margin-top:0px;
			}
		/*------------------------------------*\
			END PPOM CUSTOM VARIATION CSS
		\*------------------------------------*/		
	/*------------------------------------*\
		END SINGLE PRODUCT CSS
	\*------------------------------------*/

	/*------------------------------------*\
		START SHOPPINGCART CSS
	\*------------------------------------*/
	.cus-wcwp_wholesale .woocommerce-terms-and-conditions-wrapper {
		ddisplay: none;
	}
	.cus-wcwp_wholesale .woocommerce-terms-and-conditions-wrapper.woo-additional-terms {
		display: block;
	}

	.woocommerce-cart-form {
		margin-top:20px;
	}
	/* .woocommerce .woocommerce-cart-form .quantity {
		width: unset;
		float:unset;
	} */

	.woocommerce form.checkout_coupon, 
	.woocommerce form.login, 
	.woocommerce form.register,
	.woocommerce .woocommerce-customer-details address,
	.woocommerce table.shop_table {
		border: 1px solid #e6e6e6;
		margin: 0px 0px 20px 0px;
		border-radius: 0px;	
	}
	.woocommerce table.shop_table th {
		font-weight: 600;
	}
	.woocommerce table.cart td.actions label {
		display:none;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		padding: 8px;
		min-width: 180px;
		font-size: 12px;
		text-align: center;
		line-height: 12px;
		min-height: initial;
		border: 1px solid rgba(0, 0, 0, 0.2);
		background-color: transparent;
		color: inherit !important;
	}
	.woocommerce table.cart td.actions .coupon .button {
		margin-right:0px;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce button.button {
		margin-bottom:0px;
	}
	.woocommerce .woocommerce-cart-form button.button:disabled, 
	.woocommerce .woocommerce-cart-form button.button:disabled[disabled],
	.woocommerce .woocommerce-cart-form button.button,
	.woocommerce .woocommerce-cart-form .cart .button, 
	.woocommerce .woocommerce-cart-form .cart input.button {
		font-size: 12px;
	}
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		float: right;
	}
	.woocommerce .cart-collaterals .cross-sells, 
	.woocommerce-page .cart-collaterals .cross-sells {
		float:left;
	}
	.woocommerce .cart-collaterals .cross-sells ul.products li, 
	.woocommerce-page .cart-collaterals .cross-sells ul.products li {
		cursor: pointer;
		padding: 0px;
		background: #f9f9f9;
		position: relative;
		float: left;
		width: calc(50% - 22.5px);
		margin: 0 30px 30px 0;    
	}
	@media (min-width: 768px) {
		.woocommerce .cart-collaterals .cross-sells, 
		.woocommerce-page .cart-collaterals .cross-sells {
			width:48%;
		}	
		.woocommerce-cart .cart-collaterals .cross-sells ul.products li .sc-add-to-cart {
			left: 10px;
		}
	}
	@media (max-width: 767px) {
		.woocommerce-cart .cart-collaterals .cross-sells ul.products li .sc-add-to-cart {
			margin-left: 0;
		}
		.woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products li.product .button {
			margin-left: 0;
		}
	}
	.woocommerce .cart-collaterals .cross-sells ul.products li:nth-child(4n+4), 
	.woocommerce-page .cart-collaterals .cross-sells ul.products li:nth-child(4n+4) {
		margin-right:0px;
	}
	.woocommerce .cart-collaterals ul.products li.product img, 
	.woocommerce-page .cart-collaterals ul.products li.product img, 
	.woocommerce .cart-collaterals ul.products li.product a img {
		height: 170px;
		object-fit:cover;
	}
	.cross-sells h2 {
		margin:30px 0px;
	}
	.woocommerce-shipping-totals .woocommerce-shipping-calculator {
		ddisplay:none;
	}
	.woocommerce-cart .woocommerce ul.products li.product .button {
		margin-left:30px;
		margin-bottom:20px;
	}
	.woocommerce-cart .woocommerce ul.products li.product .price,
	.woocommerce ul.products li.product .woocommerce-loop-category__title, 
	.woocommerce ul.products li.product .woocommerce-loop-product__title, 
	.woocommerce ul.products li.product h3,
	.woocommerce ul.products li.product h2 {
		text-align:left !important;
		padding-left:0px;
		
	}
	.woocommerce ul.products li.product .price ins {
		font-weight: 300;
		text-decoration: none;
	}	
	.woocommerce-cart-form__cart-item .woocommerce-Price-amount bdi {
		display: flex;
		align-items:center;
		
	}
	.cart_totals .price-text-wholesale.small,
	.woocommerce-cart-form__cart-item bdi .price-text-wholesale.small {
		padding-right: 0px;
		padding-left: 5px;		
		margin-top:0px;
	}
	.woocommerce a.remove {
		line-height: 20px;
	}
	.cus-wcwp_wholesale .woocommerce-shipping-totals td li:nth-child(2) {
		ddisplay:none;
	}		
	/*------------------------------------*\
		END SHOPPINGCART CSS
	\*------------------------------------*/

	/*------------------------------------*\
		START CHECK OUT CSS
	\*------------------------------------*/

	h3#order_review_heading {
		margin-top:10px;
	}
	.woocommerce-info {
		border-top-color: #26969b;
	}
	.woocommerce-info::before {
		color: #26969b;
	}
	.woocommerce-thankyou-order-details li:before,
	.woocommerce-error li:before {
		content: none;
	}
	.woocommerce form .form-row .input-checkbox {
		display: inline-block;
		margin: -2px 10px 0 0;	
	}
	.woocommerce ul#shipping_method li {
		padding-left: 0px;
	}
	li.select2-results__option:before,
	.woocommerce ul#shipping_method li:before {
		content: none;
	}
	.woocommerce-checkout-payment input {
		width:15px;
	}
	#shipping_method input[type="checkbox"],
	#shipping_method input[type="radio"],
	.woocommerce-form__label input[type="checkbox"],
	.woocommerce-checkout-payment input[type="radio"] {
		background: #fff;
		border: 1px solid #e3dfd8;
		color: #222;
		clear: none;
		cursor: pointer;
		display: inline-block;
		line-height: 0;
		height: 16px;
		margin: -2px 10px 0 0;
		outline: 0;
		padding: 0!important;
		text-align: center;
		vertical-align: middle;
		width: 16px;
		min-width: 16px;
		-webkit-appearance: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: .05s border-color ease-in-out;
		transition: .05s border-color ease-in-out;
	}
	#shipping_method input[type="checkbox"]:checked:before,
	#shipping_method input[type="radio"]:checked:before,
	.woocommerce-form__label input[type="checkbox"]:checked:before,
	.woocommerce-checkout-payment input[type="radio"]:checked:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		speak: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin: 5px 0 0 0;
		line-height: 3px;
		width: 14px;
		height: 14px;
		background-image: url(img/icon/check-green.svg);
		margin: 0;
	}
	/*------------------------------------*\
		END CHECK OUT CSS
	\*------------------------------------*/


	/*------------------------------------*\
		START SHOPPAGE
	\*------------------------------------*/
		#primary.content-area .woocommerce-breadcrumb {
			padding:40px 0px 20px 0px;
		}
		.post-type-archive-product .sidebar {
			float:left;
			width: 25%;
			position:relative;	
			 padding-top:20px;			
		}
		#primary.content-area #main {
			 float:right;
			 width: 75%;
			 position:relative;
			 padding-top:40px;
		}	
		.post-type-archive-product .footer {
			float:left;
			width: 100%;			
			position:relative;
		}
		.post-type-archive-product .woocommerce-breadcrumb {
			display: none;
		}
	/*------------------------------------*\
		END SHOPPAGE
	\*------------------------------------*/

/*------------------------------------*\
    END WOOCOMMERCE ALL CSS
\*------------------------------------*/


/*------------------------------------*\
    START NEWS GRID TEMPLATE CSS
\*------------------------------------*/
.template-sidebar-news article {
    padding: 25px 0px;
    border-bottom: 1px solid #f1f1f1;	
}
.template-sidebar-news article h2 {
	font-size: 1.4em;
	margin: 0 0 10px 0;	
}
.news-overzicht-container {
    display: flex;
    flex-flow: row wrap;
}
.foto-news {
	float:left;
	width: 150px;
	margin-right:40px;
}
.foto-news img {
	height: 100px;
	width:100%;
	object-fit: cover;
}
.content-news {
	float:left;
	width: calc(100% - 190px);
	margin-bottom:0px;
}

.content-news h2 {
	font-size:22px;
}
.content-news p {
	margin: 0 0 0.6em 0;
}
.content-news a.read-more,
.template-sidebar-news article a.read-more {
	font-weight: 300;
	color:#777;
	font-size: 14px;
	
}
.content-news a.read-more:after,
.template-sidebar-news article a.read-more:after {
    color: #777;
    font-size: 14px;
    top: 2px;
}
.content-news a.read-more:hover,
.template-sidebar-news article a.read-more:hover {
	left:3px;
	color: #a38952;	
}
.content-news a.read-more:hover:after,
.template-sidebar-news article a.read-more:hover:after {
	color: #a38952;
}
/*------------------------------------*\
    START NEWS GRID TEMPLATE CSS
\*------------------------------------*/


/*------------------------------------*\
    START SINGLE NEWS TEMPLATE CSS
\*------------------------------------*/

.single-post .sidebar-lp {
	margin-top: 0px;
}
.single-news-template .has-post-thumbnail img {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 25px;	
}
.date ul {
	margin-bottom: 0px;
}
.date ul li {
	padding-left:20px;
}
.date ul li:before {
	content: '\f784';
	top:5px;
	font-size:14px;
}
.single-news-template .alignnone {
    margin: 0px;
}


/*------------------------------------*\
    END SINGLE NEWS TEMPLATE CSS
\*------------------------------------*/

/*------------------------------------*\
    START  STICKY MENU
\*------------------------------------*/

	.down .bottomheader {
		z-index: 30;
		position:fixed;
		-webkit-box-shadow: 0px 4px 10px -6px rgba(0,0,0,0.35);
		-moz-box-shadow: 0px 4px 10px -6px rgba(0,0,0,0.35);
		box-shadow: 0px 4px 10px -6px rgba(0,0,0,0.35);
		z-index:1000;
		background-color: #fff;
		width:100%;
		height:60px;	
	}
	.down .bottomheader-outer {
		align-items: flex-start;
		height:60px;
	}
	.down .bottomheader-left,
	.down .bottomheader-right {
		margin-top:0px;
	}
	.down .center-logo {
		position: fixed;
		z-index:100000;
		width: 70px;
		margin-left: -35px;		
	}
	.down .container-zoeken-winkelmand,
	.down .topheader,
	.down .zoeken-container	{
		display:none;
	}
	.down .keurmerken {
		display: inline-block;
		top: 17px;
		position: relative;
	}
	.down .footer-logos .keurmerken {
		display:block;
	}
	.down .info-header {
		display:none;
	}
	.main-menu
	{
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.down .mobile-menu
	{
		top:-4px;
	}
	.down .c-hamburger span,
	.down .c-hamburger span::before, 
	.down .c-hamburger span::after	{
		background:#333;
	}
	.down .main-menu {
		pposition: relative;
		margin-top: 0px;
	}
	.down .header .nav > ul {
		text-align: right;
		display: block;
	}
	.down .nav ul.sub-menu li a:after,
	.down .nav > ul ul.sub-menu li#menu-item-68:before, 
	.down .nav > ul ul.sub-menu li#menu-item-267:before,
	.down .nav > ul ul.sub-menu li#menu-item-347:before,	
	.down .nav img {
		display: none;
	}
	.down .nav > ul li.current a {
		color: #fff;
	}
	.down .nav ul li.haschild:after {
		color: #fff;
	}
	.down .nav ul li.haschild.current-parent:after {
		color: #fff;
	}
	.down .down-hidden {
		display: none;
	}
	.down .nav > ul li ul,
	.down #menu-hoofdmenu > li.megamenu > ul.sub-menu	{
		top: 60px;
	}

@media only screen and (max-width: 1024px) {
	.down .container-zoeken-winkelmand {
		display: flex;
		height: 60px;
		align-items: center;
	}
}
/*------------------------------------*\
    END STICKY MENU*
\*------------------------------------*/

/*------------------------------------*\
    START POP-UP CSS
\*------------------------------------*/
#dialog h4 {
	font-size: 18px;
	color: #4a4a4a;
}
#dialog p {
	font-size: 14px;
    color: #fff;
    font-weight: 400;
}
#dialog p.small-strong {
	font-size: 14px;
	color: #000;
    text-transform: uppercase;
    font-weight: 800;	
}
#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #000;
	display: none;
	width: 100% !important;
}
/*#boxes .window {
	position: absolute;
	left: 50%;
	margin-left:-220px;
	top: 0;
	width: 440px;
	height: 500px !important;
	display: none;
	z-index: 9999;
	height: 300px;
	padding: 40px;
	box-sizing:border-box;
	background-color: #ffffff;
	border-radius: 15px;
}*/
#boxes .window {
	position: absolute;
	left: 50%;
	margin-left: -350px;
	top: 220px !important;
	width: 700px;
	height: auto !important;
	display: none;
	z-index: 9999;
	box-sizing: border-box;
	background-color: #222;
	border-radius: 0px;
	text-align:center;
	/* box-sizing: border-box; */
}
#boxes .window h2 {
    font-size: 50px;
    font-weight: 800;
    color: #000;
    line-height: 1.2em;
    margin-bottom: 10px;	
}
.information {
	margin-bottom: 28px;
}
.information .button-blue {
	background: #009edd;
    color: #fff;
    border: 2px solid #009edd;
    border-radius: 0px;
    margin-right: 10px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24px;	
    padding: 20px 40px;
}
.information .button-blue:nth-child(2) {
	margin-right:0px;
}
.information .button-blue:hover {
	background: #000;
    color: #fff;
    border: 2px solid #000;
    padding: .3em 1em;	
    padding: 20px 40px;	
}
/* ORIGINAL STYLE

#boxes .window .content-box {
    width: 50%;
    left: 27%;
    position: absolute;
}
*/
#boxes .window .content-box {
	padding: 40px;
	position: relative;
}
.img-box img {
    height: 63px;
    padding: 10px 0px 0px 0px;
}
#popupfoot
{

    position: absolute;
    right: 0px;
    top: -40px;
    background: red;
    width: 40px;
    height: 40px;

}

#popupfoot a.readmore {
	display: block;
    color: #fff;
    font-size: 25px;
    line-height: 40px;
	height: 40px;	
}
.img-abs-pop-up {
	position: absolute;
    right: -95px;
    top: 230px;
    z-index: 10;
}
.img-abs-pop-up img {
	width: 215px;
}

@media (max-width: 1000px) {
	#boxes .window {
		width: 90%;
		margin-left: -45%;
	}	
	#boxes .window h2 {
		font-size: 35px !important;
	}
	.information .button-blue {
		display:block;
		font-size: 18px;
		padding: 15px 25px;
	}
	.information .button-blue:hover {
			padding: 15px 25px;
	}
	.img-abs-pop-up {
		right: 15px;
	}
	.img-abs-pop-up img {
		width: 170px;
	}	
}
@media (max-width: 768px) {
	img.icons-pop-up {
		width: 150px;
	}
	.img-abs-pop-up {
		right: 13px;
		top: 42%;
	}
	.img-abs-pop-up img {
		width: 110px;
	}
}	
@media (max-width: 670px) {
	#popupfoot
	{
	top: -40px;
	}
	.img-box {
		height: 63px	
	}
	#boxes .window {
		top: 200px !important;
	}

	.hide-mobile{
		display:none
	}
}
@media (max-width: 550px) {
	#boxes .window h2 {
		font-size: 26px !important;
	}
	#dialog p {
		font-size: 14px;
		line-height: 1.2em;
	}
	.img-abs-pop-up {
		display:none;
	}
	.information .button-blue {
		font-size: 12px;
		padding: 10px 16px;
		margin-right: 0px;
		width: 100%;
		margin-bottom: 10px;
	}
	.information .button-blue:hover {
		padding: 10px 16px;
	}
	.wc-bulk-variations-table.vert {
	    /* grid-template-columns: 200px 200px; */
	}
	.wc-bulk-variations-table>* {
	    flex-flow: column;
	    justify-content: flex-start;
	    align-items: flex-start;
	}
	.wc-bulk-variations-table>* {
	    /* max-width: 100px; */
	}
	.wc-bulk-variations-table.vert {
    grid-template-columns: 40% 56%;
}
}

@media (max-width: 480px) {
	#boxes .window h2 {
		font-size: 20px;
	}
	#boxes .window .content-box {
		padding: 20px;
	}
	#sticky-buttons .sticky-buttons-inner{
		padding: 10px;
	}
	#sticky-buttons .sticky-buttons-inner .sticky-button {
		width: calc(50% - 5px);
	}
}
/*------------------------------------*\
    END POP-UP CSS
\*------------------------------------*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:1280px) {
	#primary.content-area,
	.woocommerce-message,
	.wrap{
		max-width: 1280px;
		min-height: 20px;
		box-sizing: border-box;
	}
	.wrap-small {
		max-width: 50%;		
	}
	.wrap.wrap-full {
		max-width: 100%;
	}
}
@media only screen and (max-width:1500px) {

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

/*------------------------------------*\
	START BODY HOMEPAGE CSS
\*------------------------------------*/

	.owl-nav button {
		top: unset;
		left: 0px;
		bottom: -45px;
	}
	.owl-nav button.owl-next {
		right:0px;
	}
/*------------------------------------*\
	END BODY HOMEPAGE CSS
\*------------------------------------*/

}
@media only screen and (max-width:1350px) {
	#primary.content-area,
	.woocommerce-message,
	.wrap{
		max-width: 96%;
	}
	.wrap.wrap-full {
		max-width: 100%;
	}
	.header .nav ul li {
		padding: 0px 5px;
	}	
	
/*------------------------------------*\
	START WOOCOMMERCE ALL CSS
\*------------------------------------*/
	.customproduct-cart-container a.cart-button, 
	.woocommerce ul.products li.product .button {
		padding: 12px 22px 12px 24px;
	}
/*------------------------------------*\
	END WOOCOMMERCE ALL CSS
\*------------------------------------*/

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

	.hide-1300 {
		display:none;
	}
/*------------------------------------*\
   START SLIDER CSS
\*------------------------------------*/
.default-slider .owl-item,
.default-slider .slider,
.slide-image-lp,
.layer-absolute {
	height: 500px;	
}
/*------------------------------------*\
   END SLIDER CSS
\*------------------------------------*/

/*------------------------------------*\
    START VIDEO AS HEADER/ FULL SCREEN VIDEO
\*------------------------------------*/

	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 35px;
		height: 0;
		overflow: hidden;
		margin-bottom:30px;
	}
	.video-container iframe {
		position: absolute;
		top:0;
		left: 0;
		max-width: 100%;
		height: 100%;
	}
	.slider-full
	{
		height: auto;
		margin-bottom: 0px;
	}
	.video {
		
		/* 
		display: block;
		left: 0px;
		overflow: hidden;
		padding-bottom: 56.25%; 56.25% = 16:9. set ratio 
		position: absolute;
		top: 50%;
		width: 100%;
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		*/
	}
	.video .wrapper {
	  display: block;
		height: 300%;
		left: 0px;
		overflow: hidden;
		position: absolute;
		top: 50%;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.video iframe {
		display: block;
		height: 100%;
		width: 100%;
		bbackground: #222222 url(images/spinner.gif) no-repeat center center ;
	}
	/* The only rule that matters */
	#video-background {
		min-width: 100%;
		min-height: unset;
		width: 100%;
		height: auto;
	}
/*------------------------------------*\
    END VIDEO AS HEADER/ FULL SCREEN VIDEO
\*------------------------------------*/

/*------------------------------------*\
    START BODY HOMEPAGE CSS
\*------------------------------------*/

/*------------------------------------*\
    END BODY HOMEPAGE CSS
\*------------------------------------*/




/*------------------------------------*\
    START FOOTER CSS
\*------------------------------------*/

/*------------------------------------*\
    END FOOTER CSS
\*------------------------------------*/

}

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


	/*------------------------------------*\
		START CUSTOM CSS
	\*------------------------------------*/
		
			h1, h2, h3, h4, h5, h6 {
				letter-spacing: 2px;
			}

	/*------------------------------------*\
		END CUSTOM CSS
	\*------------------------------------*/

	
	/*------------------------------------*\
		START HEADER
	\*------------------------------------*/
		.topheader,
		.topheader-outer {
			font-size: 14px;
			height:40px;
		}
		.center-logo {
			width: 136px;
			margin-left: -68px;			
		}
		.zoeken-container {
			width: calc(100% - 100px);
			max-width:350px;
		}
		.nav ul li a:link, 
		.nav ul li a:visited, 
		.nav ul li a:active {
			font-size: 14px;
			letter-spacing: 1.4px;			
		}
	/*------------------------------------*\
		END HEADER
	\*------------------------------------*/

}

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

/*------------------------------------*\
    START SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/
	.hide-1200 {
		display:none;
	}
	.show-1200 {
		display:block;
	}

/*------------------------------------*\
    END SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/
	.gradient-half-34-left-1200{
		width: 75%;
	}

/*------------------------------------*\
    START WOOCOMMERCE ALL CSS
\*------------------------------------*/

	.row-1-product-single-container {
		width:calc(50% - 20px);		
		margin-right:40px;
	}
	.row-1-product-single-container-right {
		margin-right: 0px;
	}	
	.product h1 {
		font-size:24px;
	}
	.price-container p {
		line-height: 27px;
	}	
	.price-container .woocommerce-Price-currencySymbol {
		margin-top:0px;
	}
	.woocommerce table.shop_table th,
	.woocommerce table.shop_table td	{
		font-weight: 400;
		font-size: 14px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width:220px;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		float: left;
		width: calc(100% - 220px);
	}
/*------------------------------------*\
    END WOOCOMMERCE ALL CSS
\*------------------------------------*/
}
@media only screen and (max-width:1100px) {
/*------------------------------------*\
	START WOOCOMMERCE ALL CSS
\*------------------------------------*/
	.customproduct-cart-container a.cart-button, 
	.woocommerce ul.products li.product .button {
		padding: 12px 2px 12px 4px;
	}
/*------------------------------------*\
	END WOOCOMMERCE ALL CSS
\*------------------------------------*/
}
@media only screen and (max-width:1024px) {

/*------------------------------------*\
    START SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/
	.hide-1024 {
		display:none;
	}
	.show-1024 {
		display:block;
	}

/*------------------------------------*\
    END SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/

/*------------------------------------*\
    START RESPONSIVE MENU
\*------------------------------------*/
	.btn-stroke:hover.c-hamburger--htx.is-active span{
		background:none;
	}
	#menu-mobiel-menu{
		list-style:none;
		padding:0;
		margin:0;
	}
	.login-mobile-menu li,
	#menu-mobiel-menu li{
		line-height: 1.8em;
		margin-bottom: 0.2em;
		padding: 4px 0px 4px 15px;
		border-bottom: 1px solid rgba(255,255,255, 0.15);
		position: initial;
	}
	.login-mobile-menu li {
		padding: 4px 0px 4px 15px !important;
	}		
	#menu-mobiel-menu li:before {
		content: none;
	}
	.login-mobile-menu li,
	.login-mobile-menu li a,
	#menu-mobiel-menu li .sub-menu a,
	#menu-mobiel-menu li a{
		font-family: 'Oswald', sans-serif;
		font-weight: 400;
		text-transform:uppercase;
		font-size:14px;
		color:#fff;
		display:block;
		cursor:pointer;
		text-align:left;
		min-height:inherit !important;
	}
	#menu-mobiel-menu li .sub-menu a {
		font-size:13px;
	}
	#menu-mobiel-menu .menu-item-has-children .sub-menu .menu-item-has-children a:after,
	#menu-mobiel-menu .menu-item-has-children a:after,
	#menu-mobiel-menu li.haschild > a:after{
		content: '';
		font-style: normal;
		margin: 0 10px 0 0;
		float: right;
		background:url(img/icon/right-brown.svg);
		width: 16px;
		height: 16px;	
	}
	#menu-mobiel-menu .menu-item-has-children ul li a:after	{
		display:none;
	}
	#menu-mobiel-menu .menu-item-has-children ul li.menu-item-has-children a:after {
		display:block;
	}
	#menu-mobiel-menu .menu-item-has-children ul li.menu-item-has-children li a:after	{
		display:none;
	}
	#menu-mobiel-menu li a:hover{
		/*color:#999;*/
	}
	#menu-mobiel-menu li.current > a{
		color: #e21a22;
	}
	#menu-mobiel-menu .sub-menu,
	#menu-mobiel-menu .child{
		display:none;
		list-style:none;
		margin:0;
		padding: 0;
	}
	#menu-mobiel-menu .menu-item-has-children.active .sub-menu,
	#menu-mobiel-menu .haschild.active .child{
		display:block;

	}
	#menu-mobiel-menu .menu-item-has-children.active .sub-menu ul.sub-menu,
	#menu-mobiel-menu .haschild.active .child ul.child{
		display:none;

	}
	#menu-mobiel-menu .menu-item-has-children.active .sub-menu li.active ul.sub-menu,
	#menu-mobiel-menu .haschild.active .child .active ul.child{
		display:block;

	}
	#menu-mobiel-menu .menu-item-has-children,
	#menu-mobiel-menu .haschild{
		left:-81%;
		overflow-x: hidden;
		overflow-y: auto;
		visibility: visible;
		-webkit-overflow-scrolling: touch;
		-moz-transition:left 0.3s ease;
		-webkit-transition:left 0.3s ease;
		transition: left 0.3s ease;
		-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
	}
	#menu-mobiel-menu .menu-item-has-children.active,
	#menu-mobiel-menu .haschild.active{
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		padding:0;
		margin:0;
		background-color: #171614;
		border-bottom:0;
		padding-top: 0px;
		z-index: 2;
	}
	#menu-mobiel-menu .menu-item-has-children.active > a,
	#menu-mobiel-menu .haschild.active > a{
		padding-left: 15px !important;
		color: #fff;
		border-bottom: 1px solid rgba(255,255,255, 0.15);
		font-family: 'Oswald', sans-serif;
		font-weight: 400;
		text-transform:uppercase;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#menu-mobiel-menu .menu-item-has-children.active > a:before,
	#menu-mobiel-menu .haschild.active > a:before{
		display:none;
	}
	#menu-mobiel-menu .menu-item-has-children.active .mobile-close,
	#menu-mobiel-menu .first-child .mobile-exit,
	#menu-mobiel-menu .haschild.active .mobile-close{
		position: absolute;
		z-index: 2;
		cursor: pointer;
		float: right;
		font-size: 24px;
		background: #171614;
		top: 0px;
		right: 0px;
		height: 46px;
		width: 49px;
		line-height: 49px;
		text-align: center;
		color: #fff !important;
		border-bottom: 1px solid rgba(255,255,255, 0.15);
	}
	#menu-mobiel-menu .mobile-exit .c-hamburger{
		margin-left: 3px;
		margin-top: 2px;
	}
	#menu-mobiel-menu .mobile-exit .c-hamburger span::before,
	#menu-mobiel-menu .mobile-exit .c-hamburger span::after{
		background-color: #ffffff;
	}
	#menu-mobiel-menu .menu-item-has-children .mobile-close i,
	#menu-mobiel-menu .haschild.active .mobile-close i{
		pointer-events:None;
	}
	#menu-mobiel-menu .menu-item-has-children ul li.menu-item-has-children a:after{
		display: none;
	}
	#menu-mobiel-menu .menu-item-has-children ul li.menu-item-has-children{
		position: relative;
		left: 0;
	}
	#menu-mobiel-menu .menu-item-has-children ul li.menu-item-has-children .mobMenuButton{
		position: absolute;
		right: 0;
		top: 0;
	}
	#menu-mobiel-menu .menu-item-has-children ul li.menu-item-has-children .mobMenuButton:after{
		content: '';
		font-style: normal;
		font-size: 17px;
		margin: 0 10px 0 0;
		float: right;
		padding: 4px 10px;
		background:url(img/icon/right-white.svg);
		width: 16px;
		height: 16px;
	}
	#menu-mobiel-menu .menu-item-has-children ul li.menu-item-has-children .mobMenuButton.openMenu:after{
		background:url(img/icon/right-white.svg);

	}
	.mobile-menu-container .logo-lt
	{
		max-width: 200px;
	}
	.mobile-menu-container  .wpml-ls-menu-item .wpml-ls-flag {
		width: 30px;
		height: 30px;
	}
	.mobile-menu-container .icon-mail, .mobile-menu-container .icon-phone {
		float: left;
		width: 100%;
		margin: 0 0 1.5em 0;
	}
	.c-hamburger span::before {
	  top: -8px;
	}
	.c-hamburger span::after {
	  bottom: -8px;
	}
	.c-hamburger--htx span {
	  transition: background 0s 0.3s;
	}
	.c-hamburger--htx span::before,
	.c-hamburger--htx span::after {
	  transition-duration: 0.3s, 0.3s;
	  transition-delay: 0.3s, 0s;
	}
	.c-hamburger--htx span::before {
	  transition-property: top, transform;
	}
	.c-hamburger--htx span::after {
	  transition-property: bottom, transform;
	}
	/* active state, i.e. menu open */
	.c-hamburger--htx.is-active {

	}
	.c-hamburger--htx.is-active span {
	  background: none;
	}
	.c-hamburger--htx.is-active span::before {
	  top: 0;
	  transform: rotate(45deg);
	}
	.c-hamburger--htx.is-active span::after {
	  bottom: 0;
	  transform: rotate(-45deg);
	}
	.c-hamburger--htx.is-active span::before,
	.c-hamburger--htx.is-active span::after {
	  transition-delay: 0s, 0.3s;
	}
	.mobile-menu {
		position: relative;
		right: 0px;
		margin-right: 0px;
		z-index: 100;
	}
	.is-sticky .mobile-menu {
		top: -24px;
	}
	.c-hamburger {
	  display: block;
	  position: relative;
	  overflow: hidden;
	  margin: 0;
	  padding: 0;
	  width: 36px!important;
	  height: 36px;
	  font-size: 0;
	  text-indent: -9999px;
	  appearance: none;
	  box-shadow: none;
	  border-radius: none;
	  cursor: pointer;
	  background:none;
	  border:0;
	 bbackground:#fff;
	  margin: 0px 0 0 10px;
	  border-radius: 0px;
	  /* transition: background 0.3s; */
	}
	.down .c-hamburger
	{
		background:none;
	}
	.c-hamburger span {
		display: block;
		position: absolute;
		top: 16px;
		left: 0px;
		right: 0px;
		background: #a38a51;
		width: 60%;
		margin-left: 38%;
		height: 4px;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	.c-hamburger span::before,
	.c-hamburger span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 4px;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		background-color: #a38a51;
		content: "";
	}
	.btn-stroke:hover.c-hamburger span,
	.btn-stroke:hover.c-hamburger span::before,
	.btn-stroke:hover.c-hamburger span::after
	{
		background-color:#A72072
	}
	.down .c-hamburger span,
	.down .c-hamburger span::before,
	.down .c-hamburger span::after
	{
		background-color:@#171614000;

	}
	.btn-stroke:hover.c-hamburger--htx.is-active span{
		background:none;
	}
	.mobile-menu-container .logo-lt {
		max-width: 260px;
		padding-left:15px;
	}
	.c-hamburger span::before {
	  top: -8px;
	}

	.c-hamburger span::after {
	  bottom: -8px;
	}
	.c-hamburger--htx span {
	  transition: background 0s 0.3s;
	}

	.c-hamburger--htx span::before,
	.c-hamburger--htx span::after {
	  transition-duration: 0.3s, 0.3s;
	  transition-delay: 0.3s, 0s;
	}

	.c-hamburger--htx span::before {
	  transition-property: top, transform;
	}

	.c-hamburger--htx span::after {
	  transition-property: bottom, transform;
	}

	/* active state, i.e. menu open */
	.c-hamburger--htx.is-active {

	}

	.c-hamburger--htx.is-active span {
	  background: none;
	}

	.c-hamburger--htx.is-active span::before {
	  top: 0;
	  transform: rotate(45deg);
	}

	.c-hamburger--htx.is-active span::after {
	  bottom: 0;
	  transform: rotate(-45deg);
	}

	.c-hamburger--htx.is-active span::before,
	.c-hamburger--htx.is-active span::after {
	  transition-delay: 0s, 0.3s;
	}
	.container-wrapper{
		-webkit-transition: -webkit-transform 0.3s ease;
		-moz-transition: -moz-transform 0.3s ease;
		-o-transition: -o-transform 0.3s ease;
		transition: transform 0.3s ease;
		-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

	}
	.mobile-menu-container{
		background-color:#171614;
		padding:10px 0 20px 0px;
		position: fixed;
		top: 0;
		left:-65%;
		bottom: 0;
		z-index: 100000;
		display: block!important;
		width: 65%!important;
		overflow-x: hidden;
		overflow-y: auto;
		visibility: visible;
		-webkit-overflow-scrolling: touch;
		-moz-transition:left 0.3s ease;
		-webkit-transition:left 0.3s ease;
		transition: left 0.3s ease;
		-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
	}
	.off-screen{
		left:0;
	}

	.off-screen+* {
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 5;
		width: 100%;
		overflow: hidden;
		-webkit-transition: -webkit-transform .3s ease;
		-moz-transition: -moz-transform .3s ease;
		-o-transition: -o-transform .3s ease;
		transition: transform .3s ease;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition-delay: 0.1s; /* Safari */
		transition-delay: 0.1s;
	}
	.logo-mobile img {
		max-width: 200px;
		padding: 15px 0px 15px 15px;
	}
	.contact-mobile-menu .contact-block-mobile-menu {
		padding-left: 15px;
		margin-top: 10px;
		border-bottom: 1px solid rgba(255,255,255, 0.15);
		padding-bottom: 10px;
	}
	.contact-mobile-menu,
	.contact-mobile-menu a,
	.contact-mobile-menu h2,
	.contact-mobile-menu h3 {
		color:#fff;
	}
	.contact-mobile-menu h3 {
		font-weight: 400;
	}
	.contact-mobile-menu li {
		padding-left:0px;
	}
	.contact-mobile-menu li:before {
		content: none;
	}
/*------------------------------------*\
    END RESPONSIVE MENU
\*------------------------------------*/
	
/*------------------------------------*\
	START CUSTOM CSS
\*------------------------------------*/

	h1, h2, h3, h4, h5, h6{
		margin:0 0 15px 0;
	}
	.home h1 {
		font-size:28px;
		margin:0 0 10px 0;	
	}
	h1 {
		font-size:24px;
	}
	.home h2 {
		font-size:26px;
	}
	h2 {
		font-size: 22px;
		margin:0 0 10px 0;	
	}
	h3 {
		font-size:20px;
	}
	h4 {
		font-size:18px;	
	}
	a.button,
	.button,
	span.button,
	a.button-white,
	.button-white,
	span.button-white,
	a.button-outline,
	.button-outline,
	span.button-outline,
	input[type="button"], 
	input[type="reset"], 
	input[type="submit"],
	.woocommerce-cart table.cart td.actions .coupon .input-text, 
	.woocommerce a.button, .woocommerce #respond input#submit.alt, 
	.woocommerce a.button.alt, .woocommerce button.button.alt, 
	.woocommerce input.button.alt, 
	.woocommerce #respond input#submit, 
	.woocommerce a.button, 
	.woocommerce button.button, 
	.woocommerce input.button, 
	.woocommerce #respond input#submit.disabled, 
	.woocommerce #respond input#submit:disabled, 
	.woocommerce #respond input#submit:disabled[disabled], 
	.woocommerce a.button.disabled, 
	.woocommerce a.button:disabled, 
	.woocommerce a.button:disabled[disabled], 
	.woocommerce button.button.alt.disabled, 
	.woocommerce button.button.alt:disabled, 
	.woocommerce button.button.disabled, 
	.woocommerce button.button:disabled, 
	.woocommerce button.button:disabled[disabled], 
	.woocommerce input.button.disabled, 
	.woocommerce input.button:disabled, 
	.woocommerce input.button:disabled[disabled] {
		padding: 6px 28px 6px 30px;		
	}
/*------------------------------------*\
	END CUSTOM CSS
\*------------------------------------*/	

/*------------------------------------*\
	START BODY HOMEPAGE CSS
\*------------------------------------*/




/*------------------------------------*\
	END BODY HOMEPAGE CSS
\*------------------------------------*/

/*------------------------------------*\
    START BODY TEMPLATE SIDEBAR CSS
\*------------------------------------*/

.sidebar-lp {
    padding: 25px;
}
.sidebar-widget {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
/*------------------------------------*\
    END BODY TEMPLATE SIDEBAR CSS
\*------------------------------------*/

/*------------------------------------*\
    START HEADER CSS
\*------------------------------------*/
	.second_header_search_mob_inner input[type="search"] {
		font-size:12px;
	}
	.zoeken-container {
		display:none;
		padding-left: 15px;
		wwidth: 280px;
		mmax-width: unset;
	}
	.container-zoeken-winkelmand-mobiel.zoeken-container {
		display:block;
		padding-left: 15px;
		width: 100%;
		mmax-width: unset;
	}
	.mobile-menu-outer {
		width:55px;
	}
	.center-logo {
		width: 100px;
		margin-left: -50px;
	}
	.bottomheader, 
	.bottomheader-outer {
		height: 93px;    
	}
	.bottomheader-left,
	.bottomheader-right {
		margin-top:0px;		
	}
/*------------------------------------*\
    END HEADER CSS
\*------------------------------------*/

/*------------------------------------*\
	START BODY HOMEPAGE CSS
\*------------------------------------*/

	/*------------------------------------*\
		START ROW 1 GRID CSS
	\*------------------------------------*/
	.single-block-row-1-fp-1 {
		width: calc(50% - 20px);
	}
	.single-block-row-1-fp-2 {
		width: 50%;
	}
	.single-block-row-1-fp-3 {
		width: calc(50% - 20px);
		margin-right:20px;
	}	
	.single-block-row-1-fp-4 {
		width: 50%;
	}
	.single-block-row-1-fp-1 .block-wrapper {
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0% 100%);
	}
	.single-block-row-1-fp-2 .block-wrapper {
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 0% calc(100% - 41px));
	}
	.single-block-row-1-fp-3 .block-wrapper {
		background-position: center 10px;
		clip-path: polygon(0 60px, 100% 20px, 100% 100%, 0% 100%);
	}
	.single-block-row-1-fp-4 .block-wrapper {
		clip-path: polygon(0 39px, 100% 0px, 100% 100%, 0% 100%);
		margin-top: -20px;
	}	
	.block-wrapper-4 {
	    height: 450px;
	}
	.block-wrapper .arrow:after {
		top: 0px;
	}		
	/*------------------------------------*\
		END ROW 1 GRID CSS
	\*------------------------------------*/
	
	.content-maps-map iframe {
		height:250px;
	}
/*------------------------------------*\
	END BODY HOMEPAGE CSS
\*------------------------------------*/

/*------------------------------------*\
	START WOOCOMMERCE ALL CSS
\*------------------------------------*/
	.woocommerce table.cart td.actions .coupon {
		width:420px;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		min-height:unset;
		width:200px;
	}
	.home .woocommerce.columns-3 ul.products li.product,
	.woocommerce ul.products.columns-4 li.product, 
	.woocommerce-page ul.products.columns-4 li.product, 
	.woocommerce-page .related ul.products.columns-4 li.product,
	.woocommerce-page .upsells ul.products.columns-4 li.product	{
		width: calc(50% - 15px);	
	}
	.home .woocommerce.columns-3 ul.products li.product:nth-child(2n+2),
	.woocommerce ul.products.columns-4 li.product:nth-child(2n+2), 
	.woocommerce-page ul.products.columns-4 li.product:nth-child(2n+2), 
	.woocommerce-page .related ul.products.columns-4 li.products:nth-child(2n+2),
	.woocommerce-page .upsells ul.products.columns-4 li.products:nth-child(2n+2)	{
		margin-right:0px;
	}
	.home .woocommerce.columns-3 ul.products li.product a img {
		width:100%;
	}
/*------------------------------------*\
    START FILTER CSS
\*------------------------------------*/

.sidebar-widget-shop {
	display:none;
}
.sidebar-widget-shop.off-screen {
	display:block;
}
.sidebar-webshop-inner h2 {
	display:none;
}
.sidebar-webshop-widget {
    margin-top:20px;
	margin-bottom: 20px;
	float:left;
    width: 20%;
}
.widget-1.sidebar-webshop-widget {
	display:none;
}
.sidebar-webshop-inner h3:after {
    top: 0px;
    position: relative;
    margin-left: 10px;
    right: unset;
}
/*------------------------------------*\
    END FILTER CSS
\*------------------------------------*/
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {		
		width: 100%;
	}

/*------------------------------------*\
	END WOOCOMMERCE ALL CSS
\*------------------------------------*/


/*------------------------------------*\
	START BODY OVER ONS CSS
\*------------------------------------*/
	/*------------------------------------*\
		START IMG-CONTENT REPEATER ON ODD EVEN CSS
	\*------------------------------------*/
		.img-block {
			padding-right: 20px;	
		}	
		.content-block {
			padding-left:20px;			
		}
		.content-block.content-even  {
			padding-right: 20px;
		}		
		.img-block.img-even {
			padding-left:20px;			
		}
	/*------------------------------------*\
		END IMG-CONTENT REPEATER ON ODD EVEN CSS
	\*------------------------------------*/

/*------------------------------------*\
	END BODY OVER ONS CSS
\*------------------------------------*/

	/*------------------------------------*\
		START SHOPPAGE
	\*------------------------------------*/
		.wrap-flex-1024 {
			display:flex;
			flex-flow: row wrap;
		}
		#primary.content-area .woocommerce-breadcrumb {
			padding:40px 0px 20px 0px;
		}
		.post-type-archive-product .sidebar {
			order:1;
			width: 100%;
		}
		#primary.content-area {
			order:2;
			max-width: 100%;
		}
		#primary.content-area #main {
			 float:left;
			 width: 100%;
		}	

	/*------------------------------------*\
		END SHOPPAGE
	\*------------------------------------*/

/*------------------------------------*\
    START FOOTER CSS
\*------------------------------------*/

/*------------------------------------*\
    END FOOTER CSS
\*------------------------------------*/
}

@media only screen and (max-width:900px) {
/*------------------------------------*\
    START SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/
	.hide-900 {
		display:none;
	}
	.show-900 {
		display:block;
	}

/*------------------------------------*\
    END SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/

/*------------------------------------*\
    START BODY TEMPLATE SIDEBAR CSS
\*------------------------------------*/
.template-sidebar-content {
    padding-right: 0px;
}
/*------------------------------------*\
    END BODY TEMPLATE SIDEBAR CSS
\*------------------------------------*/
	/*------------------------------------*\
		START PRODUCTGRID HOMEPAGE
	\*------------------------------------*/
		.woocommerce ul.products li.product .woocommerce-loop-product__title, 
		.woocommerce ul.products li.product h3, 
		.container-customproduct-grid-title h3 {
			color: #000;
			text-transform: uppercase;
			min-height: 60px;
		}	
	/*------------------------------------*\
		END PRODUCTGRID HOMEPAGE
	\*------------------------------------*/

/*------------------------------------*\
    START WOOCOMMERCE ALL CSS
\*------------------------------------*/

	.row-1-product-single-container {
		width:100%;		
		margin-right:0px;
		overflow:hidden;
	}
	.row-1-product-single-container-left {
		margin-bottom: 20px;
	}	
	.row-1-product-single-container-right {
		margin-right: 0px;
	}	
	#gallery-slider .flex-viewport {
		float: right;
		width: calc(100% - 120px);		
	}
	figure.woocommerce-product-gallery__wrapper img {
		height:auto;
	}
	.woocommerce-product-gallery ol {
		padding-right: 0px;
		flex-flow: column nowrap;
		margin-top: 0px;
		width: 100px;
		margin-right:20px;
		float: left;
	}
	.woocommerce-product-gallery li {
		width: 100%;
	}
	.section-attributes.ribbon-bottom-right-light:after {
	    height: 55px;	
	}
/*------------------------------------*\
    END WOOCOMMERCE ALL CSS
\*------------------------------------*/
}

@media only screen and (max-width:800px) {
	
/*------------------------------------*\
    START SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/
	.hide-800 {
		display:none;
	}
	.show-800 {
		display:block;
	}

/*------------------------------------*\
    END SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/

/*------------------------------------*\
	START BODY HOMEPAGE CSS
\*------------------------------------*/

	/*------------------------------------*\
		START ROW 1 GRID CSS
	\*------------------------------------*/
		.single-usp {
			padding: 0px 15px;
		}	
	/*------------------------------------*\
		END ROW 1 GRID CSS
	\*------------------------------------*/
/*------------------------------------*\
	END BODY HOMEPAGE CSS
\*------------------------------------*/

/*------------------------------------*\
    START WOOCOMMERCE ALL CSS
\*------------------------------------*/
	figure.woocommerce-product-gallery__wrapper img {
		min-height: unset;
		margin-bottom: 40px;
		text-align: center;
	}
	.custom-prod-eigenschappen-container table.shop_attributes th {
		min-width: 100px;
		padding-right: 20px;
	}
/*------------------------------------*\
    END WOOCOMMERCE ALL CSS
\*------------------------------------*/

}
@media only screen and (max-width:768px) {
/*------------------------------------*\
    START SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/
	.hide-768 {
		display:none;
	}
	.show-768 {
		display:block;
	}

/*------------------------------------*\
    END SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/
/*------------------------------------*\
	START CUSTOM CSS
\*------------------------------------*/
	a.button,
	.button,
	span.button,
	a.button-white,
	.button-white,
	span.button-white,
	a.button-outline,
	.button-outline,
	span.button-outline,
	input[type="button"], 
	input[type="reset"], 
	input[type="submit"],
	.woocommerce-cart table.cart td.actions .coupon .input-text, 
	.woocommerce a.button, .woocommerce #respond input#submit.alt, 
	.woocommerce a.button.alt, .woocommerce button.button.alt, 
	.woocommerce input.button.alt, 
	.woocommerce #respond input#submit, 
	.woocommerce a.button, 
	.woocommerce button.button, 
	.woocommerce input.button, 
	.woocommerce #respond input#submit.disabled, 
	.woocommerce #respond input#submit:disabled, 
	.woocommerce #respond input#submit:disabled[disabled], 
	.woocommerce a.button.disabled, 
	.woocommerce a.button:disabled, 
	.woocommerce a.button:disabled[disabled], 
	.woocommerce button.button.alt.disabled, 
	.woocommerce button.button.alt:disabled, 
	.woocommerce button.button.disabled, 
	.woocommerce button.button:disabled, 
	.woocommerce button.button:disabled[disabled], 
	.woocommerce input.button.disabled, 
	.woocommerce input.button:disabled, 
	.woocommerce input.button:disabled[disabled] {
		/* padding: 6px 18px 6px 20px;	
		font-size:14px;			 */
		padding: 12px 40px 12px 40px;
	}
	.gradient-full-768 {
		width:100%;
		
	}	
/*------------------------------------*\
	END CUSTOM CSS
\*------------------------------------*/

/*------------------------------------*\
	START WOOCOMMERCE ALL CSS
\*------------------------------------*/
	.woocommerce table.cart td.actions .coupon {
		width: 100%;	
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		min-height: unset;
		width: 50%;
	}
	.woocommerce table.cart td.actions .coupon .button {
		height:39px;
		margin-right: 0px;
	}
	
	.woocommerce ul.products.columns-3 li.product, 
	.woocommerce-page ul.products.columns-3 li.product, 
	.woocommerce-page .related ul.products.columns-3 li.product {
		width: calc(50% - 15px);	
	}
	.woocommerce ul.products.columns-3 li.product:nth-child(2n+2), 
	.woocommerce-page ul.products.columns-3 li.product:nth-child(2n+2), 
	.woocommerce-page .related ul.products.columns-3 li.product:nth-child(2n+2) {
		margin-right:0px;
	}	
	.woocommerce-MyAccount-content .price-text-wholesale.small, 
	.woocommerce-MyAccount-content small.woocommerce-price-suffix, 
	.woocommerce-MyAccount-content small.woocommerce-price-suffix-custom {
		padding-right: 0px;	
		margin-top: 0px;
		margin-left: 5px;		
	}		

/*------------------------------------*\
	END WOOCOMMERCE ALL CSS
\*------------------------------------*/



/*------------------------------------*\
	START BODY HOMEPAGE CSS
\*------------------------------------*/

.post-container-fp {
    width: 100%;
    margin-right: 0px;    
	margin-bottom:20px;
}
.post-container-inner-fp,
.post-container-image-fp {
    float: left;
    width: 50%;
    height:350px;	
}
.post-container-image-fp .bg-height {
    height:350px;
}
.post-container-fp-lees-meer-container {
    width: 50%;
    left: unset;
    right: 0px;
}
/*------------------------------------*\
	END BODY HOMEPAGE CSS
\*------------------------------------*/

/*------------------------------------*\
	START BODY OVER ONS CSS
\*------------------------------------*/
	/*------------------------------------*\
		START IMG-CONTENT REPEATER ON ODD EVEN CSS
	\*------------------------------------*/
		.img-block {
			order:2;
			padding-left: 10px;	
			padding-right: 0px;
		}	
		.img-block img {
			object-fit:cover;
		}
		.content-block {
			order:1;
			padding-left:0px;			
		}
		.content-block.content-even  {
			order:2;
			padding-right: 0px;
		}		
		.img-block.img-even {
			order:1;	
			padding-left:0px;
			padding-right:10px;				
		}
	/*------------------------------------*\
		END IMG-CONTENT REPEATER ON ODD EVEN CSS
	\*------------------------------------*/

/*------------------------------------*\
	END BODY OVER ONS CSS
\*------------------------------------*/

/*------------------------------------*\
    START FILTER CSS
\*------------------------------------*/

.sidebar-webshop-widget {
    width: 100%;
	margin-bottom:0px;
}
.woocommerce-cat-cus .sidebar-lp {
    margin-bottom: 20px;
}
/*------------------------------------*\
    END FILTER CSS
\*------------------------------------*/

/*------------------------------------*\
    START FOOTER CSS
\*------------------------------------*/

.widgets-footer .widget {
	float:left;
	width:50%;
}
.widgets-footer .widget-1,
.widgets-footer .widget-2 {
	margin-bottom:50px;
}
/*------------------------------------*\
    END FOOTER CSS
\*------------------------------------*/
}

@media only screen and (max-width:670px) {
	.home h1 {
		font-size:24px;
		margin:0 0 10px 0;	
	}
	h1 {
		font-size:22px;
	}
	.home h2 {
		font-size:22px;
	}
	h2 {
		font-size: 20px;
		margin:0 0 10px 0;	
	}
	h3 {
		font-size:18px;
	}
	h4 {
		font-size:18px;	
	}
	body {
		font-size:14px;
	}
/*------------------------------------*\
    START SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/
	.hide-670 {
		display:none;
	}
	.show-670 {
		display:block;
	}
/*------------------------------------*\
    END SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/

/*------------------------------------*\
    START SLIDER CSS
\*------------------------------------*/
	.home-slider .owl-item, 
	.default-slider .owl-item,
	.slider,
	.slide-image-lp, 
	.slide-image	{
		height: 400px;
	}
	.home-slider .slider-content {
		bottom:30px;
	}
/*------------------------------------*\
    END SLIDER CSS
\*------------------------------------*/

/*------------------------------------*\
    START HEADER CSS
\*------------------------------------*/
	.center-logo {
		width: 71px;
		margin-left: -35px;
	}
	.bottomheader, 
	.bottomheader-outer {
		height: 55px;    
	}
	.bottomheader-left,
	.bottomheader-right {
		margin-top:0px;		
	}
	.keurmerk-icon img {
		width: 20px;
		height: 20px;
	}

/*------------------------------------*\
    END HEADER CSS
\*------------------------------------*/

/*------------------------------------*\
	START BODY HOMEPAGE CSS
\*------------------------------------*/


	/*------------------------------------*\
		START ROW 1 GRID CSS
	\*------------------------------------*/
	.letter-spacing-0-670 {
		letter-spacing: 0px;
	}
	.single-block-row-1-fp-3,
	.single-block-row-1-fp-4 {
		margin-top:0px;
	}		
	.single-block-row-1-fp-1 .block-wrapper,
	.single-block-row-1-fp-2 .block-wrapper,
	.single-block-row-1-fp-3 .block-wrapper,
	.single-block-row-1-fp-4 .block-wrapper {
		background-position: center 0px;
		clip-path: unset;
		margin-top: 0px;
		overflow: hidden;
	}
	.block-wrapper {
		margin-bottom:20px;
	}
	.block-wrapper-4 {
	    height: unset;
	}
	.block-wrapper {
		height:300px;
	}
	.single-usp {
		width:100%;
		margin-bottom:30px;
		padding:0px 5%;
	}
	/*------------------------------------*\
		END ROW 1 GRID CSS
	\*------------------------------------*/

	/*------------------------------------*\
		START PRODUCTGRID HOMEPAGE
	\*------------------------------------*/
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product, 
	.container-customproduct-grid, 
	.woocommerce-page .related ul.products li.product {
		min-height:unset;
	}
	.customproduct-cart-container a.cart-button, 
	.woocommerce ul.products li.product .button {
		position:relative;
		bottom: 0px;
		width:100%;
	}
	.woocommerce table.shop_table_responsive tr td.product-price span,
	.woocommerce table.shop_table_responsive tr td.product-subtotal span {
		text-align: right;
		display: block;
		width: 100%;
	}
	.woocommerce table.shop_table_responsive tr td.product-quantity .product-quantity-button {
		display: flex;
		justify-content: end;
	}
	/*------------------------------------*\
		END PRODUCTGRID HOMEPAGE
	\*------------------------------------*/	
	

/*------------------------------------*\
    START WOOCOMMERCE ALL CSS
\*------------------------------------*/

	form.wcbvp-cart div.wcbvp-total-left,
	form.wcbvp-cart div.wcbvp-total-right {
		float: right;
		width: 100% !important;
		text-align: right;			
	}
	.woocommerce table.cart td.actions .coupon {
		width: 100%;	
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		margin-bottom:10px;
		width: 100%;
	}
	.woocommerce table.cart td.actions .coupon .button {
		width: 100%;
		margin-bottom: 5px;
	}
	.woocommerce .place-order button.button.alt {
		width: 100%;
	}
	form.checkout_coupon .form-row {
		width:100%;
	}
	.woocommerce ul.products li h2, 
	#section-row-related-products .related.products li h2 {
		margin-bottom: 10px;
		mmin-height: unset;
	}
	.woocommerce-order-received ul.order_details li {
		width:100%;
		margin-right:0px;
		border-right:0px;
	}
	.woocommerce-order-received  .woocommerce-Price-amount {
		display:flex;
		justify-content: flex-start;
	}
	.woocommerce-order-received ul.order_details li .price-text-wholesale.small {
		padding-right:0px;
		padding-left:10px;
	}
	.woocommerce-order-received .price-text-wholesale.small {
		padding-right: 0px;
		margin-top: 0px;
		padding-left: 4px;		
	}
	.woocommerce-order-received table.shop_table td  {
		width:50%;
	}
/*------------------------------------*\
	START WOOCOMMERCE ALL CSS
\*------------------------------------*/

/*------------------------------------*\
	END WOOCOMMERCE ALL CSS
\*------------------------------------*/
/*------------------------------------*\
    END WOOCOMMERCE ALL CSS
\*------------------------------------*/

/*------------------------------------*\
	END BODY HOMEPAGE CSS
\*------------------------------------*/

}
@media only screen and (max-width:550px) {
/*------------------------------------*\
    START SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/
	.hide-550 {
		display:none;
	}
	.show-550 {
		display:block;
	}

/*------------------------------------*\
    END SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/

/*------------------------------------*\
    START SLIDER CSS
\*------------------------------------*/
	.home-slider .owl-item, 
	.default-slider .owl-item,
	.slider,
	.slide-image-lp, 
	.slide-image	{
		height: 300px;
	}
/*------------------------------------*\
    END SLIDER CSS
\*------------------------------------*/

/*------------------------------------*\
    START CUSTOM CSS
\*------------------------------------*/
	input, select, textarea {
		margin-bottom: 10px;
	}
	a.button,
	.button,
	span.button,
	a.button-white,
	.button-white,
	span.button-white,
	a.button-outline,
	.button-outline,
	span.button-outline,
	input[type="button"], 
	input[type="reset"], 
	input[type="submit"]
	{
		width:100%;
		text-align:center;
		padding: 11px 15px 11px 15px;
		font-size:13px;
		margin-right:0px;
	}
	.woocommerce table.my_account_orders .button {
		text-align:left;		
	}
	.block-wrapper-shadow {

		top:unset;
		bottom:0px;
		height: 200px;		
		background: -moz-linear-gradient(bottom, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to top, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);

	}
	.block-wrapper-shadow-bottom {
		top:unset;
		bottom:0px;
		height: 200px;		
		background: -moz-linear-gradient(bottom, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to top, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);		
	}	
	.cd-top {
		bottom: 10px;
		right: 10px;
	}	
/*------------------------------------*\
    END CUSTOM CSS
\*------------------------------------*/

/*------------------------------------*\
    START WOOCOMMERCE ALL CSS
\*------------------------------------*/
	/* .woocommerce button.button.alt {
		width:100%;
		margin-top: 20px;
		margin-right: 0px !important;
	} */

	.product h1 {
		font-size: 22px;
		letter-spacing: 0px;
	}
	#gallery-slider .flex-viewport {
		float: left;
		width: 100%
	}
	.woocommerce-product-gallery ol {
		flex-flow: row nowrap;
		margin-top: 20px;
		width: 100%;
		margin-right:0px;
	}
	.woocommerce-product-gallery li {
		width: 25%;
		padding-right:10px;
	}	
	form.wcbvp-cart div.wcbvp-total-left,
	form.wcbvp-cart div.wcbvp-total-right {
		float: right;
		width: 100% !important;
		text-align: right;			
	}
	table.wc-bulk-variations-table th,
	table.wc-bulk-variations-table td	{
		width:45% !important;
	}
	table.wc-bulk-variations-table th:nth-child(2),
	table.wc-bulk-variations-table td:nth-child(2) {
		width:55% !important;
	}
	table.wc-bulk-variations-table .wcbvp_quantity {
		max-width: 40px !important;
	}
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product, 
	.woocommerce-page .related ul.products li.product {
		width: calc(50% - 5px) !important;
		margin: 0 10px 10px 0 !important;
		padding: 10px;
	}
	.woocommerce ul.products li.product:nth-child(2n+2), 
	.woocommerce-page ul.products li.product:nth-child(2n+2), 
	.woocommerce-page .related ul.products li.product:nth-child(2n+2) {
		margin: 0 0px 10px 0 !important;
	}
	.woocommerce ul.products li.product a img, 
	.nieuwe-producten-container .woocommerce ul.products li.product img,
	.woocommerce-page .related ul.products li.product img, 
	.container-customproduct-grid-img img {
		height: 115px; /* Dit was 100px */
		/*width: 100px !important; Uitgezet zodat productafbeeldingen groter zijn */ 
		margin-bottom: 25px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title, 
	.woocommerce ul.products li.product h3, 
	.container-customproduct-grid-title h3 {
		min-height:75px;
		font-size: 12px;
		letter-spacing: 0px;	
	}
	.woocommerce ul.products li.product .price {
		font-size: 14px;		
		margin-bottom: 14px;		
	}
	.woocommerce .cus-wcwp_wholesale ul.products li.product .price-text-wholesale,
	.price-text-wholesale.small, 
	small.woocommerce-price-suffix, 
	small.woocommerce-price-suffix-custom {
		margin-top: 4px;
	}
	.customproduct-cart-container a.cart-button, 
	.woocommerce ul.products li.product .button {
		font-size: 10px;	
	}
	.cus-wcwp_wholesale .woocommerce ul.products li.product .price {
		flex-flow: column wrap;
	}
	.woocommerce .cus-wcwp_wholesale .row-1-product-single .amount, 
	.woocommerce .cus-wcwp_wholesale ul.products li.product .amount {
		display:flex;
	}
	.woocommerce .cus-wcwp_wholesale .row-1-product-single .amount:nth-child(1), 
	.woocommerce .cus-wcwp_wholesale ul.products li.product .amount:nth-child(1) {
		padding-right: 0px;
	}
	.woocommerce .cus-wcwp_wholesale .row-1-product-single .amount:nth-child(2), 
	.woocommerce .cus-wcwp_wholesale ul.products li.product .amount:nth-child(2) {
		padding-left: 0px;
	}
	.woocommerce ul.products li.product .price {
		flex-flow: row wrap;
		min-height:40px;
	}
	.woocommerce ul.products li.product small.woocommerce-price-suffix, 
	.woocommerce ul.products li.product small.woocommerce-price-suffix-custom {
		width:100%;
		padding-left:0px;
	}
	.woocommerce span.onsale {
		font-size: 10px;
	}
	figure.woocommerce-product-gallery__wrapper img {		
		margin-bottom: 10px;
		text-align: center;
		object-fit: contain;
		max-height: 200px;
	}	
	.woocommerce .woocommerce-ordering, 
	.woocommerce-page .woocommerce-ordering {
		float: left;
	}
	.woocommerce .woocommerce-ordering, 
	.woocommerce p.woocommerce-result-count {
		width:100%;
	}
	.woocommerce .woocommerce-ordering select {
		padding-left:0px;
		float: right;
		width: calc(50% - 5px) !important;
		margin-top: 10px;
		padding-left: 3px;
		border: 1px solid #eee;
		margin-bottom: 10px;
	}
	.woocommerce-cat-cus .sidebar-lp {
		margin-bottom: 0px;
	}
/*------------------------------------*\
    END WOOCOMMERCE ALL CSS
\*------------------------------------*/
	
/*------------------------------------*\
    END WOOCOMMERCE ALL CSS
\*------------------------------------*/

/*------------------------------------*\
	START BODY HOMEPAGE CSS
\*------------------------------------*/
	.post-container-fp,
	.post-container-fp:nth-child(3)	{
		width: calc(100% - 0px);
		margin: 0px 0px 30px 0px;
	}

/*------------------------------------*\
	START BODY HOMEPAGE CSS
\*------------------------------------*/
.post-container-inner-fp {
    padding: 40px 20px;
    border: none;	
}
.post-container-fp {
    width: 100%;
    margin-right: 0px;    
	margin-bottom:20px;
    border: 1px solid #f0f0f0;	
	padding-bottom:20px;
}
.post-container-inner-fp,
.post-container-image-fp {
    float: left;
    width: 100%;
    height:unset;	
}
.post-container-image-fp .bg-height {
    height:200px;
}
.post-container-fp-lees-meer-container {
	position: relative;
    bottom: 0px;
	width:100%;
	display:flex;
	justify-content:center;
}
.post-container-fp-lees-meer-container a.button {
    position: relative;
    text-align: center;
    bottom: 0px;
    width: 230px;
    margin-left: 0px;
    left: 0;
    margin-bottom: 0px;
}
/*------------------------------------*\
	END BODY HOMEPAGE CSS
\*------------------------------------*/
	
	/*------------------------------------*\
		START ROW 1 GRID CSS
	\*------------------------------------*/
		.block-wrapper {
			padding:20px;
			justify-content:flex-end;
		}		
		.single-block-row-1-fp-1,
		.single-block-row-1-fp-2,
		.single-block-row-1-fp-3,
		.single-block-row-1-fp-4 {
			width: 100%;
			margin-right:0px;
		}
	/*------------------------------------*\
		END ROW 1 GRID CSS
	\*------------------------------------*/
	
/*------------------------------------*\
	END BODY HOMEPAGE CSS
\*------------------------------------*/

/*------------------------------------*\
    START BODY TEMPLATE SIDEBAR CSS
\*------------------------------------*/

/*------------------------------------*\
    START FOOTER CSS
\*------------------------------------*/
.footer {
    padding: 40px 0px 0px 0px;
}
.widgets-footer .widget {
	width:100%;
}
.widgets-footer .widget-1,
.widgets-footer .widget-2,
.widgets-footer .widget-3{
	margin-bottom:20px;
}
.widgets-footer h3 {
    font-size: 14px;
    margin-bottom: 10px;
}
/*------------------------------------*\
    END FOOTER CSS
\*------------------------------------*/

/*------------------------------------*\
    END BODY TEMPLATE SIDEBAR CSS
\*------------------------------------*/

}
@media only screen and (max-width:480px) {
/*------------------------------------*\
    START SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/
	.hide-480 {
		display:none;
	}
	.show-480 {
		display:block;
	}

	.waarborg{
		display:none;
	}

/*------------------------------------*\
    END SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/

/*------------------------------------*\
    START HEADER CSS
\*------------------------------------*/

	.winkelmand-container {
		width: 40px;
	}
/*------------------------------------*\
    END HEADER CSS
\*------------------------------------*/

}
@media only screen and (max-width:400px) {
/*------------------------------------*\
    START NEWS GRID TEMPLATE CSS
\*------------------------------------*/
.foto-news {
    width: 100%;
    margin-right: 0px;
}
.content-news {
	width: 100%;
}
.foto-news img {
	height:200px;
	margin-bottom:20px;
}
/*------------------------------------*\
    START NEWS GRID TEMPLATE CSS
\*------------------------------------*/
}

/*------------------------------------*\
    CRO start
\*------------------------------------*/

.header-usps {
	background: #a38a51;
	padding: 7px 0 10px;
	color: white;
}
.header-usps ul {
	display: flex;
	margin: 0 auto;
	max-width: 1280px;
}
.header-usps ul li {
	margin: 0;
	flex-grow: 1;
	text-align: center;
	padding: 0;
}
.header-usps ul li:before {
	content: '';
	background: url(img/icon/check-white.svg);
	width:12px;
	height: 12px;
	position: relative;
	left: unset;
	top: unset;
	display: inline-block;
	margin-right: 6px;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
	border: 0;
	background-color: #e1d8c0;
	color: #1a2f39 !important;
	line-height: 12px !important;
	margin:0;
}
.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button:hover {
	color: #e1d8c0 !important;
	border:0;
	background-color: #a38a51;
}
.woocommerce-checkout .ribbon-bottom-right-dark {
	display: none !important;
}

@media only screen and (min-width:641px) {
	.woocommerce-cart .woocommerce-cart-form {
		position: relative;
	}

	.woocommerce-cart .top-checkout-button {
		position: absolute !important;
		right: 0;
		top: -70px;
		font-size: 12px !important;
	}
	.single-product .woocommerce-notices-wrapper .woocommerce-message a.to-checkout {
		display:none;
	}
}
@media only screen and (min-width:641px) and (max-width:1024px) {
	.woocommerce-cart .top-checkout-button {
		top: -55px;
	}
}
@media only screen and (max-width:640px) {
	.woocommerce-cart .btn-container {
		text-align: center;
		background-color: white;
		padding: 10px;
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0px;
		z-index: 999;
		box-shadow: 0 4px 10px #333;
	}
	#filter {
		padding: 0 20px 20px;
		background-color: #efefef;
		border: 1px solid #333;
		overflow: auto;
	}
	#filter h3:after {
		content: none;
	}
	.single-product .woocommerce-notices-wrapper .woocommerce-message {
		display: flex;
		flex-direction: column;
		padding-left: 48px;
	}
	.single-product .woocommerce-notices-wrapper .woocommerce-message:before {
		position: absolute;
		left: 28px;
	}
	.single-product .woocommerce-notices-wrapper .woocommerce-message a {
		order: 1;
		display: block;
		margin-top: 15px;
		margin-left: -20px;
		width: calc(100% + 20px);
		text-align: center;
	}
	.single-product .woocommerce-notices-wrapper .woocommerce-message a:not(.to-checkout) {
		background: #f7f6f7;
		border: 1px solid #1a2f39;
		color: #1a2f39 !important;
	}
}

#goto-prizes {
	display: none;
	background-color: #a38a51;
	color: #fff;
	height: 40px;
	width: auto;
	line-height: 40px;
	bottom: 20px;
	right: 20px;
	padding: 0 15px;
	text-align: center;
	position: fixed;
	cursor: pointer;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.wpcf7-form {
	position: relative;
}
/* @media (min-width: 991px) {
	.keur-images {
		position: absolute;
		right: 5px;
		bottom: 5px;
	}
}
@media (max-width: 990px) {
	.keur-images {
		width: 300px;
		max-width: 100%;
		text-align:Center;
	}
} */

.cat-buttons {
	display: none;
}
.woocommerce-page .bapf_body ul li:nth-child(n+5) {
	display:none;
}
.woocommerce-page .bapf_body ul.show-more li:nth-child(n+5) {
	display:block;
}
.woocommerce-page .bapf_body ul li.see-more {
	display:block;
	cursor: pointer;
	color: #1a2f38;
	margin-top: 12px !important;
	position: relative;
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px !important;
}
.woocommerce-page .bapf_body ul li.see-more::after {
	position: absolute;
	content: '';
	margin-left: 5px;
	top: 5px;
	background:url(img/icon/down-white.svg);
	width: 16px;
	height: 16px;

}
.woocommerce-page .bapf_body ul.show-more li.see-more::after {
	transform: rotate(180deg);
}

@media (min-width:1200px) {
	.cat-buttons {
		display: flex;
		justify-content: space-between;
		margin-bottom: 40px;
		flex-wrap: wrap;
	}

	.cat-buttons a {
		border: 2px solid #999;
		padding: 12px 8px;
		width: calc(25% - 20px);
		text-align: center;
		font-size: 18px;
		display: inline-flex;
		justify-content: center;
		flex-direction: column;
	}

	.cat-buttons a:hover {
		background: #999;
		color: white;
		text-decoration: none;
	}
}

/*------------------------------------*\
    CRO end
\*------------------------------------*/

/*
* SC css
*/
.sc-product-niet-op-voorraad {

	font-size: 1.4em;
	text-transform: uppercase;
}
@media (min-width:640px) {

	.sc-cat-product-niet-op-voorraad {

		position: absolute;
		bottom: 8px;
		width: calc(100% - 40px);
		text-align: center;
	}
}

@media (max-width:639px) {

	.sc-cat-product-niet-op-voorraad {

		width: 100%;
		margin:0;
		text-align: center;
	}
}

.sc-home-block-image {
	position:absolute;
	width:auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 0;
}

/* 
* Winkelwagen extra product 
*/
.woocommerce table.shop_table th, 
.woocommerce table.shop_table td {

	vertical-align: top;
}

.sc-extra-product-in-cart {

    display: flex;
    justify-content: space-between;
	width:100%;
    padding: 20px;
    background:rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	align-items: center;
}

.sc-extra-product-in-cart .sc-product-intro {

    font-size: 1.2em;
    font-weight: 600;
	color:#000;
}

.sc-extra-product-in-cart .sc-product-info {

	display: flex;
	align-items: center;
}


.sc-extra-product-in-cart .product-price {

    font-weight: 400;
}

.sc-extra-product-in-cart .sc-aantal-zaagsneden {

	margin-right: 10px;
	display: flex;
	align-items: center;
}


.sc-extra-product-in-cart .sc-aantal-zaagsneden .quantity {

    width: auto;
    float: none;
}

.sc-extra-product-in-cart .sc-aantal-zaagsneden .quantity .qty {

	margin-bottom: 0;
}

.sc-extra-product-in-cart .sc-aantal-zaagsneden .minus {

	margin-left:10px;
}

.sc-extra-product-in-cart .product-quantity-button {
	display: flex;
}

.sc-extra-product-in-cart .sc-aantal-zaagsneden .minus,
.sc-extra-product-in-cart .sc-aantal-zaagsneden .plus {

	height:34px;
}

.sc-extra-product-in-cart .sc-button {

	padding: 3px 15px;
	border:1px solid;
}

.sc-extra-product-in-cart .sc-button:hover {

	background-color:#019000;
}

@media (max-width:640px) {

	.sc-extra-product-in-cart {

		flex-wrap: wrap;
	}

	.sc-extra-product-in-cart .product-price {

		display: block;
	}	

	.sc-extra-product-in-cart .sc-product-info {

		flex-wrap: wrap;
		margin-top:10px;
	}

	.sc-extra-product-in-cart .sc-product-info .product-price {

		margin-bottom: 10px;
	}

	.sc-extra-product-in-cart .sc-aantal-zaagsneden {

		margin-bottom: 6px;
		width: 100%;
		justify-content: space-between;
	}
}


/*
* Blog pagina
*/
.sc-blog {

	display: grid;
	gap:30px;
}

@media (min-width:641px) {

	.sc-blog {

		grid-template-columns: 1fr 1fr 1fr;
	}

	.sc-blog .sc-post {

		position: relative;
		padding-bottom: 40px;
	}
	
	.sc-blog .sc-post .read-more {

		position: absolute;
		bottom: 20px;
		left: 20px;
	}
}

.sc-blog .sc-post {

	border:1px solid #aaa;
}

.sc-blog .sc-post img {

	height: auto;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sc-blog .sc-post .sc-post-thumbnail {

	width: 100%;
	margin-bottom:16px;
}

.sc-blog .sc-post .sc-post-thumbnail a {

	height: 200px;
	overflow: hidden;
	display: block;
	position: relative;
}

@media (min-width:641px) {

	.sc-blog .sc-post .sc-post-content {

		padding:20px 20px 0;
	}
}

@media (max-width:640px) {
	
	.sc-blog .sc-post .sc-post-content {

		padding:20px;
	}
}

.sc-blog .sc-post .sc-post-content h2 {

	text-transform: none;
}

.sc-post-carousel {

	list-style: none;
	padding:0;
	margin: 0;
}

.sc-post-carousel li:before {

	display: none;
}

.owl-carousel .owl-nav.disabled {

  display: block !important;
}

.owl-nav button:after {

	display: none;
}

.owl-nav button {

    font-size: 27px !important;
    font-weight: 600 !important;
}

@media (min-width:641px) {

	.owl-nav button {

		left: -8px;
	}
	
	.owl-nav button.owl-next {
	
		right: -20px;
	}	
}

@media (max-width:640px) {

	.owl-nav button {

		left: 40px;
		color:#fff !important;
	}
	
	.owl-nav button.owl-next {
	
		right: 40px;
		color:#fff !important;
	}	
}

@media (max-width: 1400px) {

	.owl-nav button {

		top: calc(50% - 27px);
		bottom: unset;
	}
}


/*
* Single product page
*/
table.variations {

	text-align: left;
}

table.variations .reset_variations {

	float: right;
}

.single_variation_wrap .woocommerce-Price-amount,
.product-single-block .woocommerce-Price-amount {

	font-size: 1.8em;
}

.product-single-block del,
.product-single-block ins {

	text-decoration: none;
}

.product-single-block del {

	margin-right:8px;
}

.product-single-block del  .woocommerce-Price-amount {

	font-size: 1.2em;
}

.woocommerce-variation-price {

	margin-bottom:20px;
}

table.variations,
.woocommerce-variation.single_variation {

	float: left;
}

.woocommerce-variation-price {

	margin-left: 20px;
	margin-top: 32px;
}

table.variations .value {

	position: relative;
}

table.variations .value select {

	padding-right: 35px;
}

table.variations .value:before {

	position: absolute;
	content:'';
	right:10px;
	top:27px;
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 9px solid #a38a51;
}

.sc-add-to-cart {

	display: flex;
   	float:left;
	margin-right: 8px;
}

.sc-add-to-cart .plus,
.sc-add-to-cart .minus {

	position: absolute;
}

.sc-add-to-cart .plus {

	right: 0;
}

.sc-add-to-cart .minus {

	left:0;
}

@media (min-width:768px){

	.sc-add-to-cart {

		left: 20px;
		bottom: 19px;
		position: absolute;
	}

	.sc-add-to-cart .quantity .qty {

		width: 97px;
		padding:0;
	}

	.sc-add-to-cart .plus,
	.sc-add-to-cart .minus {

		height: 33px;
	}
}

@media (max-width:767px){

	.sc-add-to-cart {
		
		margin-left: -10px;
		position: relative;
	}

	.sc-add-to-cart .quantity .qty {

		width: 72px;
		height: 28px;
		margin-bottom: 0;
	}
	
	.sc-add-to-cart .plus,
	.sc-add-to-cart .minus {

		height: 28px;
	}
}

.sc-add-to-cart .quantity {

	float:none;
}

.sc-add-to-cart span {

	margin-right: 10px;
}

li.product-type-simple .button {

	float: left;
}

li.product-type-variable .button {

	transform: translate(-50%,0);
	left: 50% !important;
    width: max-content;
	padding: 7px 16px !important;
}

li.product-type-simple .button,
li.product-type-variable .button {

    margin-right: 0 !important;
	line-height: 1 !important;
}

@media (min-width:768px) {

	li.product-type-simple .button {

		right: 20px;
		padding: 7px 11px !important;
	}
}

@media (max-width:767px) {

	li.product-type-simple .button {
		
		padding: 7px 5px !important;
		width: auto !important;
		float: left;
		margin-right: -10px !important;
		margin-left: -10px;
		bottom: auto;
		left: auto;
	}
}

.header .nav ul li.menu-item-5265 {

	display:none ;
}

.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {

	display: none;
}