*:focus {outline:0;}
a:hover
{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
h1, h2, h3, p
{
	margin: 0 0 0 0;
	padding: 0;
	font-weight: 300;
}
ul
{
	font-weight: 300;
}
body
{
	color: rgb(26,23,27);
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;	
	font-size: 18px;
	font-family: 'EmySlabLight';
	font-weight: 300;
	overflow-x: hidden;
	background-color: rgb(233,230,228);
}
figure, header, section, nav
{
	margin: 0;
}
.kop1
{
    font-family: 'EmySlabBold';
	font-size: 30px !important;
	font-weight: 100;
	margin-bottom: 1em;

}
.kop2
{
	
    font-family: 'EmySlabSemiBold';
	font-size: 20px !important;
	font-weight: 100;
	margin-bottom: 1em;
}
strong, b
{
	font-family: 'EmySlabSemiBold';
	font-weight: 100;
}
table.orderDetails td
{
	vertical-align: top;
}
.colorOrange
{
	color: rgb(255,148,0);
}
.allWhite, .allWhite *
{
	color: rgb(255,255,255);
}
.row
{
	position: relative;
	float: left;
	width: 100%;
}
.floatLeft
{
	position: relative;
	float: left;
}
.floatRight
{
	position: relative;
	float: right;
}
p, li
{
	line-height: 1.5em;
}
.clear
{
	clear: both;
}
.zIndex10
{
	z-index: 10;
}
.zIndex20
{
	z-index: 20;
}
.zIndex30
{
	z-index: 30;
}
.txtAlignRight
{
	text-align: right;
	float: none !important;
}
.txtAlignCenter
{
	text-align: center;
}
.noMargin
{
	margin: 0 !important;
}
.noBottomMargin
{
	margin-bottom: 0 !important;
}
.divClick:hover
{
	cursor: pointer;
}
.hoverAction
{
	opacity: 0.8;
}
.hoverAction:hover
{
	opacity: 1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}


a
{
	cursor: pointer;
	color: rgb(255,148,0);
	text-decoration: underline;
}
a:hover
{
	cursor: pointer;
	text-decoration: none;
}
.flex
{
	display: flex;
}
.flex__1
{
	flex: 1;
}

.flex__spaceBetween
{
	justify-content: space-between;
}
.flex__alignCenter
{
	align-items: center;
}
.flex__right
{
	align-content: right;
}
.flex__left
{
	align-content: left;
}
.flex__bottom
{
	align-content: bottom;
	align-items: center;
}
.flex__justifyCenter
{
	justify-content: center;
}
.flex__wrap
{
	flex-wrap: wrap;
}
.center
{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.center.inheritHeight
{
	height: inherit;
}
.acHover{
	position: fixed;
	z-index:999;
	background-color: rgba(255,255,255,0.6);
	width: 100vw;
	height: 100vh;
	top: 0; left: 0;
	text-align: center;

}
.acPopup{
	width: 320px;
	height: 190px;
	background-color: rgb(255,255,255);
	position: fixed;
	left: calc(50% - 75px);
	top: 100px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	box-sizing: border-box;
	padding: 10px 20px;
}
@media screen
{

	/* 1.0 TOP BAR */
	.top__bar
	{
		position: fixed;
		top: 0px;
		left: 0px;
		height: 50px;
		width: 100%;
		background-color: rgb(255,255,255);
		z-index: 110;
	}
	.top__bar .center
	{
		max-width: 1200px;
	}
	.top__bar .logo
	{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 125px;
		height: 307px;
		background-image: url('../images/vaantje.svg');
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	.top__bar .logo img
	{ 
		margin: 11px 18px;
		width: 100px;
		height: auto;
	}
	.top__bar .logo.turn
	{
		transform: rotate(-90deg);
		height: 187px;
		width: 76px;
		top: -6px;
		left: -4px;
		-webkit-transition: transform 0.3s linear;
		-moz-transition: transform 0.3s linear;
		-o-transition: transform 0.3s linear;
		transition: transform 0.3s linear;
	}
	.top__bar .logo.turn img
	{
		height: auto;
		width: 56px;
		margin: 10px;
	}
	.top__bar .top__times
	{
		float: left;
		margin: 0px 0px 0px 145px;
	}
	.top__bar .top__login
	{
		float: right;
		margin: 0px;
	}
	.top__bar p
	{
		font-size: 16px;
		font-family: 'EmySlabLight';
		line-height: 50px;
		margin: 0;
		color: rgb(77,70,62);
	}
	.top__bar p a, .top__bar p strong
	{
		font-family: 'EmySlabBold';	
		color: rgb(26,23,27);
	}
	.top__bar p a
	{
		margin: 0px 10px;
		display: inline-block;
		text-decoration: none;
	}
	.top__bar p a:hover
	{
		color: rgb(207,141,0);
	}
	.top__bar p a.active
	{
		color: rgb(239,145,0);
	}



	/* 2.0 WOOD HEAD */
	.top__wood
	{
		position: relative;
		width: 100%;
		height: 115px;
		margin-top: 50px;
		background-image: url('../images/bgWood.jpg');
		background-size: cover;
		background-position: top center;
		z-index: 10;
	}
	.top__wood.mobile
	{
		display: none;
	}
	.top__wood.hasFixed
	{
		margin-top: calc(50px + 75px);
	}
	.top__wood .center
	{
		max-width: 1200px;
	}
	.top__wood .center .heading
	{
		position: relative;
		float: left;
		height: inherit;
		width: 730px;
		margin: 0px 0px 0px 125px;
		text-align: center;
	}
	.top__wood .center .heading p
	{
		margin: 0;
		color: rgba(26,23,27,0.8);
		font-family: 'CouturierBoldIt';
		font-size: 27px;
		line-height: 115px !important;
	}
	.top__wood .center .prices
	{
		position: relative;
		float: left;
		height: inherit;
		width: 305px;
		margin: 0px 0px 0px 40px;
		text-align: right;
	}
	.top__wood .center .prices img
	{
		margin-top: calc((115px - 80px) / 2);
		margin-left: 10px;
		height: 80px;
	}
	


	/* 3.0 MAIN MENU */
	.menu__main
	{
		position: relative;
		height: 75px;
		width: 100%;
		float: left;
		background-color: rgb(236,142,0);
		z-index: 90;
	}
	.menu__main.fixed
	{
		position: fixed;
		top: 50px;
		left: 0px;
	}
	.menu__main__nav
	{
		position: absolute;
		left: calc(50% - (1200px / 2) + 125px);
		height: 75px;
		width: 770px;
	}
	.menu__main__nav .nav__main
	{	
		position: absolute;
		width: 230px;
		display: none;
		list-style: none;
		top: 75px;
		padding: 0; margin: 0;
		z-index: 99;
	}
	.menu__main__nav .nav__main li
	{	 
		position: relative;
		float: left;
		width: 100%;
		height: 75px;
		background-color: rgb(236,142,0);
		text-align: center;
		border-bottom: 1px solid rgb(138,127,112);
		
	}
	.menu__main__nav .nav__main li a
	{
		line-height: 75px;
		width: 100%;
		height: 75px;
		text-align: center;
		font-size: 20px;
		font-family: 'EmySlabBold';
		color: rgb(26,23,27);
		display: block;
		
		text-decoration: none;
	}

	body.hamburger__active .menu__main__nav .nav__main
	{
		display: block;
	}
	.menu__main__nav .a__top
	{
		position: relative;
		float: left;
		
		width: calc((100% - 75px - 2px) / 2);
		height: 75px;
		line-height: 75px;
		text-decoration: none;
		text-align: center;
		font-size: 20px;
		font-family: 'EmySlabBold';
		color: rgb(26,23,27);
		border-right: 1px solid rgb(138,127,112);
	}
	.menu__main__nav .a__top.last
	{
		border-right: 0px;
		width: calc((100% - 75px - 1px) / 2);
	}
	.menu__main__nav .a__top:hover
	{
		color: rgb(255,255,255);
		text-decoration: none;
	}
	.menu__main__nav .a__top.active
	{
		color: rgb(255,255,255);
		background-image: url('../images/bgButton.svg');
		background-repeat: no-repeat;
		background-position: center center;
		text-decoration: none;
	}
	.menu__main__nav .a__top.last
	{	
		border-right: 0px;
	}
	.menu__main__nav .hamburger
	{
		position: relative;
		float: left;
		padding: 25px 20px;
		box-sizing: border-box;
		height: 75px;
		width: 75px;
		border-right: 1px solid rgb(138,127,112);
	}
	.menu__main__icons
	{
		position: absolute;
		right: 0px;
		height: 75px;
		background-color: rgb(26,23,27);
		width: calc(50% - (1200px / 2) + 305px);
	}
	.menu__main__icons a
	{
		display: inline-block;
		height: 75px;
		width: 75px;
		position: relative;
		box-sizing: border-box;
		padding-top: 50px;
		border-left: 1px solid rgb(138,127,112);
		text-align: center;
		font-size: 14px;
		font-family: 'EmySlabBold';
		color: rgba(255,255,255,0.8);
		text-decoration: none;
		text-transform: lowercase;
	}
	.menu__main__icons a:hover
	{
		color: rgb(207,141,0);
		text-decoration: none;
	}
	.menu__main__icons a.active
	{
		color: rgb(239,145,0);
	}
	.menu__main__icons a:before
	{
		font-family: 'icomoon';
		src:  url('../fonts/icomoon.eot?j4vs0c');
		src:  url('../fonts/icomoon.eot?j4vs0c#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?j4vs0c') format('truetype'),
		url('../fonts/icomoon.woff?j4vs0c') format('woff'),
		url('../fonts/icomoon.svg?j4vs0c#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		
		text-align: center;
		position: absolute;
		font-size: 20px;
		top: 10px;
		left: 0px;
		width: 75px;
		height: 50px;
	}
	.menu__main__icons a:first-child
	{
		border-left: 0px;
	}
	.menu__main__icons a.kaas:before
	{
		content: '\e90f';
		font-size: 25px;
		top: 12px;
	}
	.menu__main__icons a.noten:before
	{
		content: '\e90e';
		font-size: 18px;
		top: 20px;
	}
	.menu__main__icons a.wijn:before
	{
		content: '\e90d';
		font-size: 35px;
		top: 5px;
	}
	.menu__main__icons a.tapas:before
	{
		content: '\e90c';
		font-size: 25px;
		top: 12px;
	}


	/* 3.1 FOOTER MENU */
	.menu__footer .center
	{
		max-width: 1200px;
	}
	.menu__footer .logo
	{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 125px;
		height: 307px;
		background-image: url('../images/vaantje.svg');
	}
	.menu__footer .logo img
	{ 
		margin: 11px 18px;
		width: 100px;
		height: auto;
	}
	.menu__footer .menu__items
	{
		position: relative;
		width: calc(100% - 125px);
		margin-left: 125px;

	}
	
	.menu__footer a
	{
		position: relative;
		float: left;
		height: 75px;
		line-height: 75px;
		padding: 0px 40px;
		text-decoration: none;
		text-align: center;
		font-size: 20px;
		font-family: 'EmySlabBold';
		color: rgb(26,23,27);
		border-right: 1px solid rgb(138,127,112);
	}


	/* 4.0 HEADER HOME */
	.header__home
	{
		position: relative;
		height: 685px;
		width: 100%;
		float: left;
		z-index: 10;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.header__home .slider__activate__fade
	{
		position: absolute;
		left: 0px; top: 0px;
		height: 685px;
		width: 100%;
		z-index: 10;
	}
	.header__home .slider__activate__fade .slide
	{
		position: relative;
		height: 685px;
		width: 100%;
		float: left;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.header__home .center
	{
		max-width: 1116px;
		height: inherit;
		display: flex;
		align-items: center;
		z-index: 11;

	}
	.header__home .center .slogan
	{
		font-size: 43px;
		font-family: 'CouturierBoldIt';
		color: rgb(255,255,255);
		text-shadow: 1px 1px 5px rgb(26,23,27);
		width: 645px;
		margin-left: calc(100% - 645px);
		margin-bottom: 225px;
	}

	/* 4.1 HEADER SAMENSTELLEN */
	.header__samenstellen
	{
		margin-top: calc(50px + 75px);
		position: relative;
		height: 685px;
		width: 100%;
		float: left;
		z-index: 10;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.header__samenstellen .center
	{
		max-width: 1116px;
		height: inherit;
		display: flex;
		align-items: center;
		text-align: center;
	}
	.header__samenstellen .center .slogan
	{
		font-size: 43px;
		font-family: 'CouturierBoldIt';
		color: rgb(255,255,255);
		text-shadow: 1px 1px 5px rgb(26,23,27);
		width: 100%;
		
		margin-bottom: 225px;
	}


	/* 5.0 Webshop uitgelicht */
	.home__webshopUitgelicht
	{
		position: relative;
		width: 100%;
		float: left;
		z-index: 10;
		margin-top: -225px;
		z-index: 20;
	}
	.home__webshopUitgelicht .center
	{
		max-width: 1116px;
		padding: 20px 42px 90px 42px;
		height: inherit;
		background-color: rgb(233,230,228);
	}
	.home__webshopUitgelicht p.title
	{
		color: rgba(26,23,27,1);
		font-family: 'CouturierBoldIt';
		font-size: 27px;
		margin: 0 0 1em 0;
		text-align: center;
	}
	.home__webshopUitgelicht .webshop__item
	{
		margin-right: 12px;
	}
	.home__webshopUitgelicht .webshop__item:last-child
	{
		margin-right: 0px;
	}
	/* 4.2 HEADER PAGE */
	.header__page
	{
		margin-top: calc(50px + 75px);
		position: relative;
		height: 245px;
		width: 100%;
		float: left;
		z-index: 10;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.header__page .center
	{
		max-width: 1116px;
		height: inherit;
		display: flex;
		align-items: center;
	}
	.header__page .center .slogan
	{
		font-size: 43px;
		font-family: 'CouturierBoldIt';
		color: rgb(255,255,255);
		text-shadow: 1px 1px 5px rgb(26,23,27);
		width: 100%;
		text-align: center;
	}


	/* 6.0 WEBSHOP ITEMS */
	.webshop__item
	{
		position: relative;
		float: left;
		width: 270px;
		height: 316px;
		background-color: rgb(255,255,255);
		box-sizing: border-box;
    	border: 1px solid rgb(233,230,228);
	}
	.webshop__item .image
	{
		position: absolute;
		/*top: 20px;
		left: 20px;
		right: 20px;
		*/
		top: 0px;
		left: 0px;
		right: 0px;
		height: 270px;
		text-align: center;
		display: flex;
		align-items: center;
    	justify-content: center;

	}
	.webshop__item .image.isBG
	{
		top: 0px;
		left: 0px;
		right: 0px;
		height: calc(316px - 46px - 1px);
	}
	.webshop__item .image img
	{
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
	}
	.webshop__item .bottom
	{
		position: absolute;
		bottom: 0px;
		width: 100%;
		left: 0px;
		height: 45px;
		border-top:  1px solid rgb(233,230,228);
	}
	.webshop__item .bottom .title p
	{
		color: rgb(0,0,0);
	}
	.webshop__item .bottom .title p:first-child
	{
		
		margin: 5px 10px 0 10px;
		font-size: 16px;
		font-family: 'EmySlabBold';
		line-height: 1em;
		overflow: hidden;
		height: 1em;
		text-overflow: ellipsis;
		max-width: calc(100% - 20px);
		display: block;
		white-space: nowrap; 
	}
	.webshop__item .bottom .title p:last-child
	{
		
		margin: 0 10px 0 10px;
		font-size: 14px;
		font-family: 'EmySlabLight';
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: calc(100% - 20px);
		display: block;
		white-space: nowrap; 
	}
	.webshop__item .bottom .shoppingCart
	{
		color: rgb(0,0,0);
		padding: 10px 0px;
		font-size: 26px;
		position: absolute;
		right: 0px;
		bottom: 0px;
		height: 26px;
		width: 46px;
		background-color: rgb(255,148,0);
		text-align: center;
	}
	.webshop__item:hover
	{
		cursor: pointer;
	}
	.webshop__item:hover .bottom .title p
	{
		color: rgb(239,145,0);
	}
	.webshop__item .bottom .shoppingCart:hover
	{
		background-color: rgb(207,141,0);
	}
	.webshop__item .price
	{
		position: absolute;
		left: 10px; 
		top: 1px;
		text-align: center;
		width: 60px;
		height: 40px;
		background-image: url('../images/vaantje.svg');
		background-repeat: no-repeat;
		background-position: bottom left;
		z-index: 10;
		background-size: 100% auto;
		padding: 10px;

	}
	.webshop__item .price .from
	{
		font-size: 16px;
		font-family: 'EmySlabLight';
		color: rgb(255,148,0);
		text-decoration: line-through;
		position: absolute;
		top: -2px;
		left: 5px;

	}
	.webshop__item .price span
	{
		font-size: 22px;
		font-family: 'EmySlabBold';
		color: rgb(255,255,255);
	}



	/* 7.0 HOME SAMENSTELLEN */
	.home__samenstellingen
	{
		position: relative;
		height: 760px;
		width: 100%;
		float: left;
		z-index: 10;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.home__samenstellingen .center
	{
		max-width: 1116px;
		height: inherit;
		display: flex;
		align-items: center;
	}
	.home__samenstellingen .center .slogan
	{
		font-size: 43px;
		font-family: 'CouturierBoldIt';
		color: rgb(255,255,255);
		text-shadow: 1px 1px 5px rgb(26,23,27);
		width: 455px;
		margin-left: calc(100% - 455px);
	}
	/* 7.1 SAMENSTELLEN PAGE */
	.section__samenstellen
	{
		position: relative;
		width: 100%;
		float: left;
		z-index: 10;
		margin-top: -225px;
		z-index: 20;
	}

	.section__samenstellen .center
	{
		max-width: 1190px;
		padding: 5px 5px 90px 5px;
		height: inherit;
		background-color: rgb(233,230,228);
	}

	.section__samenstellen .steps
	{
		position: relative;
		width: 100%;
		float: left;
		height: 80px;
	}
	.section__samenstellen .steps .step
	{
		position: relative;
		float: left;
		width: 270px;
		height: 80px;
		text-align: center;
		margin-right: 10px;
	}
	.section__samenstellen .steps .step .title
	{
		font-size: 24px;
		font-family: 'CouturierBoldIt';
		color: rgba(26,23,27,0.8);
		line-height: 24px;
		margin: 20px 0px 4px 0px;
	}
	.section__samenstellen .steps .step .subtitle
	{
		font-size: 18px;
		font-family: 'EmySlabBold';
		color: rgba(26,23,27,0.8);
		line-height: 18px;
		margin: 0;
	}
	.section__samenstellen .steps .step:last-child
	{
		margin-right: 0px;
	}
	.section__samenstellen .steps .step.active
	{
		background-color: rgb(255,255,255);
	}
	.section__samenstellen .step__content
	{
		position: relative;
		float: left;
		clear: both;
		padding: 90px 105px;
		width: calc(100% - 105px - 105px);
		background-color: rgb(255,255,255);
	}
	.section__samenstellen .step__content .webshop__item
	{ 
		margin-right: 10px;
	}
	.section__samenstellen .step__content .webshop__item:last-child
	{
		margin-right: 0px;
	}
	/* 7.2 Samenstellen presets */
	section.section__samenstellen__preset
	{
		position: relative;
		float: left;
		padding: 140px 0px 90px 0px;
		background-image: url('../images/bgWood.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		width: 100%;
	}
	section.section__samenstellen__preset .center
	{
		max-width: 1116px;
		padding: 20px 42px 90px 42px;
		height: inherit;
	}
	.woodTitle
	{
		font-size: 31px;
		font-family: 'CouturierBoldIt';
		color: rgb(255,255,255);
		text-shadow: 1px 1px 5px rgb(26,23,27);
		margin-bottom: 50px;
		text-align: center;
	}
	section.section__samenstellen__preset .center .webshop__item
	{
		margin-right: 10px;
		margin-bottom: 10px;
	}
	section.section__samenstellen__preset .center .webshop__item:nth-child(4n)
	{
		margin-right: 0px;
	}


	/* 7.3 Plateu */
	.plateau
	{	
		width: 430px;
		float: left;
		position: relative;
	}
	.plateau .plateau__holder
	{
		width: 100%;
		height: 124px;
		float: left;
		position: relative;
	}

	.plateau .plateau__top, .plateau .plateau__bottom, .plateau .plateau__vlak
	{
		float: left;
		position: relative;
		width: 305px;
		height: auto;
		line-height: 0
	}
	.plateau .plateau__top img, .plateau .plateau__bottom img, .plateau__vlak img
	{
		width: 305px;
		height: auto;
	}
	.plateau__options
	{
		float: left;
		position: relative;
		width: calc(430px - 305px);
		text-align: center;
		align-items: center;
		height: 124px;
		justify-content: center;
		display: none;
	}
	.plateau__options a
	{
		font-size: 15px;
		font-family: 'EmySlabBold';
		color: rgba(26,23,27,0.8);
		text-decoration: none;
		cursor: pointer;
	}
	.plateau__holder
	{
		clear: both;
	}
	.plateau .plateau__holder:hover .plateau__options
	{
		display: flex;
	}
	.plateau__vlak .kader
	{
		z-index: 10;
	}
	.plateau__vlak .kader img
	{
		width: 100%;
		height: 100%;
	}
	.plateau__vlak .kader1_1 
	{
		position: absolute;
		top: 5px;
		left: 29px;
		height: calc(100% - 7px);
		width: calc(100% - 53px);
	}
	.plateau__vlak .kader3_1 
	{
		position: absolute;
		top: 5px;
		left: 29px;
		height: calc(100% - 7px);
		width: 82px;
	}
	.plateau__vlak .kader3_2 
	{
		position: absolute;
		top: 5px;
		left: 112px;
		height: calc(100% - 7px);
		width: 82px;
	}
	.plateau__vlak .kader3_3 
	{
		position: absolute;
		top: 5px;
		left: 195px;
		height: calc(100% - 7px);
		width: 82px;
	}
	.plateau__vlak .hover
	{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(239,145,0,0.7);
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		cursor: pointer;
	}

	.plateau__vlak .hover p
	{
		color: rgba(26,23,27,0.8);
		font-family: 'EmySlabBold';
		font-size: 15px;
		line-height: 1.2em;
	}
	.plateau__vlak .kader .hover
	{
		opacity:0;
	}
	.plateau__vlak .kader:hover .hover
	{
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		opacity: 1;
		cursor: pointer;
	}
	.plateau__vlak .kader.active .hover
	{
		opacity: 1;
	}



	.plateau__keuzes
	{	
		width: calc(100% - 430px);
		float: left;
		position: relative;
	}
	.plateau__info
	{	
		width: calc(100% - 430px - 45px);
		float: left;
		margin-left: 45px;
		position: relative;
	}

	#samenstellen__tabs
	{
		border: 1px solid rgb(233,230,228);
	}
	.ui-tabs {
		position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
		padding: .2em;
	}
	.ui-tabs .ui-tabs-nav {
		margin: 0;
		background-color: rgb(233,230,228);
		padding: 0;
	}
	.ui-tabs .ui-tabs-nav li {
		list-style: none;
		float: left;
		position: relative;
		top: 0;
		margin: 0;
		border-bottom-width: 0;
		padding: 0;
		white-space: nowrap;
		opacity: 1;
		background-color: rgb(233,230,228);
	}
	.ui-tabs .ui-tabs-nav li:hover
	{
		opacity: 1;
	}
	.ui-tabs a, .ui-tabs a:link, .ui-tabs a:active, .ui-tabs a:visited {
		color: rgba(26,23,27,1);
		font-size: 22px;
		font-family: 'EmySlabBold';
	}
	.ui-tabs a:hover {
		color: #CCC ;
	}
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		float: left;
		padding: .5em 1em;
		text-decoration: none;
	}
	.ui-tabs .ui-tabs-nav li.ui-tabs-active {
		margin-bottom: -1px;
		padding-bottom: 1px;
		opacity: 1;
		background-color: rgb(255,255,255);
	}
	.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
	.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
	.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
		cursor: text;
	}
	.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
		cursor: pointer;
	}
	.ui-tabs .ui-tabs-panel {
		display: block;
		border-width: 0;
		padding: 30px 0px;
		background: none;
		clear: both;
		height: 465px;
		overflow-y: auto;

	}

	.samenstellen__product__keuze
	{
		position: relative;
		float: left;
		height: 65px;
		margin: 0px;
		padding: 2px 5px;
		width: calc(100% - 10px - 2px);
		border: 1px solid rgba(239,145,0,0);
		/*cursor: pointer;*/
	}
	.samenstellen__product__keuze:hover
	{
		cursor: pointer;
		border: 1px solid rgba(239,145,0,0.5);
		background-color: rgba(239,145,0,0.5);
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.samenstellen__product__keuze.active
	{
		cursor: pointer;
		border: 1px solid rgba(239,145,0,1);
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.samenstellen__product__keuze img
	{
		position: relative;
		float: left;
		width: 65px;
		height: 65px;
		margin: 0px 30px 0px 0px;
	}
	.samenstellen__product__keuze p.title
	{
		position: relative;
		width: calc(100% - 65px - 30px - 135px);
		float: left;

		height: 65px;
		margin-top: 7px;
		line-height: 1.3em;
		font-family: 'EmySlabSemiBold';
		font-size: 16px;
	}
	.samenstellen__product__keuze.overview
	{
		height: auto;
	}
	.samenstellen__product__keuze.overview p.title
	{
		position: relative;
		clear: both;
		width: calc(100%  - 135px);
		float: left;
		line-height: 25px;
		font-family: 'EmySlabSemiBold';
		font-size: 20px;
		height: auto;
	}
	.samenstellen__product__keuze.overview p.details
	{
		clear: both;
		float: left;
		width: 100%;
		line-height: 14px;
		font-family: 'EmySlabLight';
		font-size: 14px;
		margin: 0;
	}
	.samenstellen__product__keuze.overview p.title span
	{
		font-size: 13px;
	}
	.samenstellen__product__keuze.overview:hover
	{
		border: 1px solid rgba(239,145,0,0);
		cursor: default;
	}
	.samenstellen__product__keuze p.price
	{
		height: 65px;
		line-height: 32px;
		font-family: 'EmySlabLight';
		font-size: 14px;
		color: rgb(0,0,0);
		position: relative;
		width: 135px;
		float: left;
		text-align: right;
	}
	.samenstellen__product__keuze.overview:hover
	{
		background: none !important;
	}
	.samenstellen__product__keuze.overview p.price
	{
		float: right;
	}
	/* 8.0 CONTENT WHITE */
	.content__white
	{
		position: relative;
		float: left;
		background-color: rgb(255,255,255);
		width: 100%;
		padding: 90px 0px;
	}
	.content__white .center
	{
		max-width: 930px;
	}
	.content__white h1
	{
		font-size: 20px;
		font-family: 'EmySlabBold';
		margin-bottom: 0;
	}



	/* 9.0 FOOTER */
	footer
	{
		position: relative;
		float: left;
		width: 100%;
		background-image: url('../images/bgFooter.jpg');
		height: 295px;
		padding: 55px 0px 90px 0px;
		background-position: center center;
	
	}
	footer .center
	{
		max-width: 1116px;
	}
	footer .center.footer__two
	{
		margin-top: 50px;
	}
	footer .footer__frame:first-child
	{
		margin-left: 155px;
	}
	footer .footer__frame
	{
		position: relative;
		float: left;
		width: 270px;
		min-height: 215px;
		margin-right: 55px;
	}
	footer .footer__frame p, footer .footer__frame a
	{
		color: rgba(26,23,27,0.8);
		
		
	}
	footer .center.footer__two a
	{
		font-family: 'EmySlabBold';
		text-decoration: none;
	}
	footer .footer__frame p a:hover
	{
		color: rgba(26,23,27,1);
		text-decoration: underline;
	}
	footer .footer__frame:last-child
	{
		margin-right: 0px;
	}
	footer .footer__frame .day
	{
		display: inline-block;
		width: 100px;
	}
	footer .footer__frame .nix18
	{
		margin-top: 20px;
		width: 80px;
		height: auto;
	}
	/* 10.0 */
	.endline__copyright
	{
		position: relative;
		float: left;
		background-color: rgb(233,230,228);
		width: 100%;
		padding: 20px 0px;
		text-align: center;
	}
	.endline__copyright p
	{
		line-height: 18px;
		font-size: 18px;
		color: rgba(26,23,27,0.5);
		
	}
	.endline__copyright a
	{
		text-decoration: none;
		color: rgba(26,23,27,0.5);
	}
	.endline__copyright a:hover
	{
			color: rgba(26,23,27,0.8);
	}


	.endline__credits
	{
		position: relative;
		float: left;
		background-color: rgb(221,217,213);
		width: 100%;
		padding: 20px 0px 20px 0;
		text-align: center;
	}
	.endline__credits p
	{
		line-height: 12px;
		font-size: 12px;
		color: rgba(26,23,27,0.5);
		
	}
	.endline__credits a
	{
		text-decoration: none;
		color: rgba(26,23,27,0.5);
	}

	/* 11.0 WEBSHOP */
	.section__webshop
	{
		position: relative;
		width: 100%;
		float: left;
		z-index: 20;
		background-color: rgb(233,230,228);
	}

	.section__webshop .center
	{
		max-width: 1110px;
		padding: 60px 0px 90px 0px;
		height: inherit;
	}
	.section__webshop .webshop__filters
	{
		width: 270px;
		position: relative;
		float: left;
		background-color: rgb(255,255,255);
		box-sizing: border-box;
		padding: 20px 25px;
	}
	.showFilter
	{
		display: none !important;
	}
	.section__webshop .webshop__content
	{
		position: relative;
		float: left;
		width: 830px;
		margin: 0 0 0 10px;
		
	}
	.section__webshop .webshop__content .webshop__item
	{
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.section__webshop .webshop__content .webshop__item:nth-child(3n)
	{
		margin-right: 0px;
	}
	

	/* 11.1 Webshop detail */
	.section__webshop.webshop__detail 
	{
		padding: 60px 0px;
	}
	.section__webshop.webshop__detail .center
	{
		background-color: rgb(255,255,255);
		height: inherit;
	}
	.section__webshop.webshop__detail .product__image
	{
		width: 550px;
		float: left;
		text-align: center;
	}
	.section__webshop.webshop__detail .product__image img
	{
		margin: 0px 45px;
		max-width: calc(100% - 90px);
		max-height: calc(100% - 90px);
		width: auto;
		height: auto;
	}
	.section__webshop.webshop__detail .product__info
	{
		width: 550px;
		float: left;
	}
	.section__webshop.webshop__detail .product__info .price .from
	{
		font-size: 16px;
		font-family: 'EmySlabLight';
		color: rgba(26,23,27,1);
		text-decoration: line-through;
	}
	.section__webshop.webshop__detail .product__info .price span
	{
		font-size: 40px;
		font-family: 'EmySlabBold';
		color: rgb(239,145,0);
	}
	.section__webshop.webshop__detail .product__info .prijsPer
	{
		font-size: 13px !important;
		color: rgba(26,23,27,1) !important;
		font-family: 'EmySlabLight' !important;
	}
	.section__webshop.webshop__detail .product__info .small
	{
		font-size: 13px !important;		
	}
	.section__webshop .splitter
	{
		width: 100%;
		position: relative;
		margin: 20px 0px;
		height: 1px;
		clear: both;
		background-color: rgb(233,230,228);

	}
	.section__webshop.webshop__detail .productAccount
	{
		margin: 0px 40px;
		width: 330px;
		float: left;
		text-align: left;
	}
	.section__webshop.webshop__detail .productAccountRight
	{
		width: calc(100% - 330px - 140px);
		float: left;
	}
	/* 12.0 ShoppingCart */
	.shoppingcart__line
	{
		position: relative;
		float: left;
		width: 100%;
		height: 100px;
	}
	.shoppingcart__line.shoppingcart__head
	{
		height: auto;
		margin: 20px 0px;
	}
	.shoppingcart__product
	{
		position: relative;
		float: left;
		margin-left: 20px;
		width: 100px;
		height: 100px;
	}
	.shoppingcart__line.shoppingcart__head .shoppingcart__product
	{
		height: 30px !important;
	}
	.shoppingcart__product.empty
	{
		height: auto;
	}
	.shoppingcart__product img
	{
		margin: 0px;
		max-width: 100px;
		max-height: 100px;
		width: auto;
		height: auto;
	}
	.shoppingcart__description
	{
		position: relative;
		float: left;
		width: 500px;
		margin-left: 40px;
	}
	.shoppingcart__description .shopcart__title, .shoppingcart__description .shopcart__title a
	{
		font-size: 20px;
		font-family: 'EmySlabBold';
		color: rgb(26,23,27);
		text-decoration: none;
	}
	.shopcart__subtitle
	{
		font-size: 13px;
	}
	.product__shoppingcartDelete
	{
		font-size: 12px;
	}
	.shoppingcart__amount
	{
		position: relative;
		float: left;
		width: 200px;
	}
	.product__shoppingcartRefresh
	{
		display: none;
		font-size: 12px;
		font-family: 'EmySlabLight';
	}
	.shoppingcart__price
	{
		position: relative;
		float: left;
		width: 100px;
	}
	.shoppingcart__total
	{
		position: relative;
		float: left;
		width: 100px;
		text-align: right;
		font-family: 'EmySlabSemiBold';
		font-size: 20px;
	}
	.shoppingcart__total__combine
	{
		position: relative;
		float: left;
		width: 200px;
		text-align: right;
		font-family: 'EmySlabSemiBold';
		font-size: 20px;
	}
	.shoppingcart__splitter
	{
		width: 100%;
		float: left;
		position: relative;
		margin: 10px 0px;
		height: 1px;
		clear: both;
		background-color: rgb(233,230,228);
	}

	.frame__kortingscode
	{
		position: relative;
		width: calc(100% - 50px - 90px);
		padding: 20px 25px;
		float: right;
		margin: 45px;
		background-color: rgb(233,230,228);
	}
	.frame__kortingscode input
	{
		background-color: rgb(255,255,255);
	}
	.onlyPickup
	{	
		font-size: 14px;
		color: rgb(255,0,0) !important;
	}

	/* 13.0 BESTELLEN */
	.webshop__order
	{
		padding: 60px 0px;
	}
	.webshop__order .frame__left
	{
		position: relative;
		float: left;
		width: calc(50% - 45px);
	}
	.webshop__order .frame__right
	{
		position: relative;
		float: left;
		margin-left: 90px;
		width: calc(50% - 45px);
	}
	.section__webshop.webshop__order .center
	{
		background-color: rgb(255,255,255);
		height: inherit;
		box-sizing: border-box;
		padding: 20px 25px;
	}
	.webshop__order input, .webshop__order select
	{
		width: 300px;
		margin-right: 5px;
	}
	.webshop__order textarea,
	{
		width: calc(100% - 135px);
	}
	.webshop__order input.small
	{
		width: 50px;
	}
	.webshop__order .form__mail
	{
		float: left;
		display: inline-block;
		line-height: 45px;
	}
	.frame__verzenden, .frame__verzenden__anderAdres
	{
		display: none;
	}
	.pwstrength_viewport_progress
	{
		float: left;
		width: 220px;
	}
	 .pwcheck_same
	 {
	 	float: left;
		width: 320px;
	 	line-height: 45px;
	 	color: rgb(210,40,0);
	 	padding: 0px 20px;
	 }
	 .pwcheck_same.inline
	 {
	 	float: left;
	 	margin-left: 240px;
	 	width: auto;
	 	line-height: 1em;
	 	padding: 0;
	 }
	 .pwstrength_viewport_progress .progress
	{
		background-color: rgb(240,240,240);
		height: 45px;
		border: 0px;
		float: left;
		line-height: 45px;
		padding: 0px 0px;
		margin: 0px 0px 15px 5px;
		width: 220px;
	}
	.password-verdict
	{
		margin: 0px 20px;
	}
	.pwstrength_viewport_progress .progress-bar
	{
		height: 45px;
		width: 100% !important;
	}
	.pwstrength_viewport_progress .progress .progress-bar-danger
	{
		border-bottom: 3px solid rgb(210,40,0);
	}
	.pwstrength_viewport_progress .progress .progress-bar-warning
	{
		border-bottom: 3px solid rgb(248,132,0);
	}
	.pwstrength_viewport_progress .progress .progress-bar-success
	{
		border-bottom: 3px solid rgb(2,171,94)
	}
	.paymentLogo img
	{
		width: 50px;
	}
	.order__overview__data
	{
		width: 100%;
		float: left;
	}
	.order__overview__data div
	{
		width: calc(100% / 4); /*245px;*/
		float: left;
	}
	.order__overview__data .img__overviewPayment
	{
		max-height: 50px;
		max-width: 200px;
		height: auto;
		width: auto;
	}
	.payment__extraOptions
	{
		display: none;
		position: relative;
		float: left;
		clear: both;
		padding: 20px 20px;
		width: 450px;
		background-color: rgb(240,240,240);
		margin: 0px 0px 15px 0px;
	}
	.paymentLogo
	 {
	 	float: right;
		width: 50px;
		margin-right: 710px;
	 }
	  .paymentLogo img
	  {
	  	height: 30px;
	  	width: auto;
	  }
	 .checkbox__payments
	 {
	 	margin-bottom: 40px;
	 }	

	 /* 14.0 GALLERY */

	.section__gallery
	{
		position: relative;
		float: left;
		height:465px;
		width: 100%;
		background-image: url('../images/bgWood.jpg');
		padding: 70px 0px;
	}
	.section__gallery .slickSlider
	{
		width: 100%;
		height: 465px;
		position: relative;
	}
	.section__gallery .slickSlider img
	{
		height: 365px;
		width: auto;
		margin: 50px 50px;
		position: relative;
		transition: all 0.2s ease;
	}
	.section__gallery .slickSlider img.slick-center
	{
		width: auto;
		transform: scale(1.21);
		position: relative;
		transition: all 0.2s ease;
	}
	.section__gallery .arrowLeft, .section__gallery .arrowRight
	{	

		z-index: 99;
		position: absolute;
		top: calc(50% - 25px);
		left: calc(50% - (1200px / 2));
		background-color: rgba(236,142,0,1);
		width: 50px;
		height: 50px;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		
		color: rgb(255,255,255);
		font-size: 20px;
		text-align: center;
		line-height: 50px;
		box-sizing: border-box;
		padding-right: 4px;
	}
	.section__gallery .arrowRight
	{
		left: unset;
		right: calc(50% - (1200px / 2));
		padding-left: 4px;
		padding-right: 0;
	}
	
	.section__gallery .arrowRight:hover, .section__gallery .arrowLeft:hover
	{
		cursor: pointer;
		background-color: rgba(236,142,0,0.8);
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	
	/* 99.0 FORM BASIC */
	label
	{
		position: relative;
		float: left;
		width: 135px;
		font-size: 16px;
		font-family: 'EmySlabSemiBold';
		line-height: 45px;
		margin-bottom: 5px;
		color: rgb(26,23,27);
		clear: both;
		text-align: left;
	}
	label.mailChange, label.pwInput
	{
		clear: none !important; 
	}
	label.av
	{
		float: none;
		text-align: right !important;
		width: auto !important;
		/* vertical-align: middle; */
		margin-top: 25px;
		line-height: 25px;
	}

	label.filter
	{
		width: 100%;
		line-height: 20px;
		font-size: 16px;
		font-family: 'EmySlabLight';
		float: left;
		position: relative;
	}
	input, textarea, select
	{
		position: relative;
		float: left;
		line-height: 45px;
		height: 45px;
		padding: 0px 20px;
		color: rgb(26,23,27);
		background-color: rgb(233,230,228);
		font-family: 'EmySlabLight';
		font-size: 16px;
		width: calc(100%  - 135px - 40px);
		border: 0px;
	}
	select.filter__sort
	{
		width: calc(100% - 40px);
		margin-bottom: 20px;
	}
	.product__info input[type=number], .shoppingcart__amount input[type=number]
	{
		width: 70px;
	}
	.product__info select
	{
		width: auto;
	}
	input[type=checkbox]
	{
		width: auto !important;
		margin-right: 5px;
		height: 20px;
	}
	textarea
	{
		line-height: 25px;
		height: 140px;
		padding: 20px;
	}
	select
	{
		width: calc(100%  - 135px);
	}
	.error
	{
		background-color: rgba(255,148,0,0.8) !important;
	}
	.succeed
	{
		text-align: center;
		display: block;
		padding: 5px 20px;
		background-color: rgb(233,230,228);
		color: rgb(34,139,34) !important;
		margin: 0 0 10px 0;
	}
	p.checkbox
	{
		float: left;
		line-height: 45px;
	}
	.checkbox__container {
	  display: inline-block;
	  position: relative;
	  padding-left: 35px;
	  margin-bottom: 12px;
	  cursor: pointer;
	  font-size: 19px;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  width: auto;
	  line-height: 1em;
	}
	.frame__products__left .checkbox__container
	{
		display: block;
	}
	.checkbox__container .checkbox__value
	{
		font-family: 'EmySlabLight';
	}

	/* Hide the browser's default checkbox */
	.checkbox__container input {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	}

	/* Create a custom checkbox */
	.checkmark {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 20px;
	  width: 20px;
	  background-color: rgb(255,255,255);
	  border: 1px solid rgb(255,148,0);
	}

	/* On mouse-over, add a grey background color */
	.checkbox__container:hover input ~ .checkmark {
	  background-color: rgba(255,148,0,0.5);
	}

	/* When the checkbox is checked, add a blue background */
	.checkbox__container input:checked ~ .checkmark {
	  background-color: rgb(255,148,0);
	  border: 1px solid rgb(255,148,0);
	}

	/* Create the checkmark/indicator (hidden when not checked) */
	.checkmark:after {
	  content: "";
	  position: absolute;
	  display: none;
	}

	/* Show the checkmark when checked */
	.checkbox__container input:checked ~ .checkmark:after {
	  display: block;
	}

	/* Style the checkmark/indicator */
	.checkbox__container .checkmark:after {
	  left: 7px;
	  top: 3px;
	  width: 5px;
	  height: 10px;
	  border: solid white;
	  border-width: 0 3px 3px 0;
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	
	/* 99.1 HAMBURGER */
	.hamburger {

		
		display: inline-block !important;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		background-color: transparent;
		border: 0;
		margin: 0;
		overflow: visible; 
	}
	.hamburger:hover  .hamburger-inner, .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after {
		background-color: rgb(255,255,255);
	}

	.hamburger-box {
		width: 30px;
		height: 24px;
		display: inline-block;
		position: relative; 
	}

	.hamburger-inner 
	{
		display: block;
		top: 50%;
		margin-top: -2px; 
	}
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after 
	{
		width: 30px;
		height: 2px;
		background-color: rgb(26,23,27);
		border-radius: 2px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease; 
	}
	.hamburger-inner::before, .hamburger-inner::after 
	{
		content: "";
		display: block; 
	}
	.hamburger-inner::before 
	{
		top: -10px; 
	}
	.hamburger-inner::after 
	{
		bottom: -10px;
	 }

	.hamburger--collapse .hamburger-inner {
	  top: auto;
	  bottom: 0;
	  transition-duration: 0.13s;
	  transition-delay: 0.13s;
	  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	  .hamburger--collapse .hamburger-inner::after {
	    top: -20px;
	    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
	  .hamburger--collapse .hamburger-inner::before {
	    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

	.hamburger--collapse.is-active .hamburger-inner {
	  transform: translate3d(0, -10px, 0) rotate(-45deg);
	  transition-delay: 0.22s;
	  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
	  .hamburger--collapse.is-active .hamburger-inner::after {
	    top: 0;
	    opacity: 0;
	    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
	  .hamburger--collapse.is-active .hamburger-inner::before {
	    top: 0;
	    transform: rotate(-90deg);
	    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }


	    /* 99.2 ALGEMENE DINGEN */

	    .btnOrange
	    {
	    	height: 75px;
			line-height: 75px;
			padding: 0px 40px;	
			text-decoration: none;
			text-align: center;
			font-size: 20px;
			display: inline-block;
			position: relative;
			font-family: 'EmySlabBold';
			color: rgba(26,23,27,0.8);
			background-color: rgb(255,148,0);
			text-shadow: none;

	    }
	    .btnOrange.small
	    {
	    	height: 46px;
	    	line-height: 46px;
	    }
	    .btnOrange.smallSquare
	    {
	    	padding: 0px;
	    	width: 46px;
	    	height: 46px;
	    	line-height: 46px;
	    }
	      .btnOrange.smallSquare img
	      {
	      	height: 20px;
	      	width: auto;
	      }
	    .btnOrange:hover
	    {
			color: rgba(255,255,255,0.8);
			background-color: rgb(255,148,0);
			text-decoration: none;
			cursor: pointer;
	    }

	    .btnPlateauAdd
	    {
	    	height: 26px;
	    	line-height: 26px;
			padding: 0px 30px 0px 5px;
			text-decoration: none;
			text-align: left;
			font-size: 13px !important;
			display: inline-block;
			position: relative;
			font-family: 'EmySlabLight' !important;
			color: rgba(26,23,27,0.8) !important;
			border: 1px solid rgb(255,148,0) !important;
			background-color: rgb(255,255,255);
			text-shadow: none;
			width: 80px;
	    }
	    .btnPlateauAdd.active
	    {
	    	background-color: rgb(34,139,34) !important;
	    	color: rgb(255,255,255) !important;
	    }
	    .btnPlateauAdd:hover
	    {
			color: rgba(26,23,27,1) !important;
			border: 1px solid rgb(255,148,0) !important;
			background-color: rgb(255,148,0);
			text-decoration: none;
			cursor: pointer;
	    }
	    .btnPlateauAdd:after
	    {
	    	position: absolute;
	    	right: 0px;
	    	top: 0px;
	    	width: 26px;
	    	height: 26px;
	    	font-size: 12px;
	    	padding-top: 7px;
	    	box-sizing: border-box;
	    	background-color: rgb(255,148,0) !important;
	    	color: rgba(255,255,255,1) !important;
	    	text-align: center;
	    	content: "\e901";
			font-family: 'icomoon' !important;
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;

			/* Better Font Rendering =========== */
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
	    }
	    .btnPlateauAddDisabled
	    {
	    	height: 26px;
	    	line-height: 26px;
			padding: 0px 5px 0px 5px;
			text-decoration: none;
			text-align: left;
			font-size: 13px !important;
			display: inline-block;
			position: relative;
			font-family: 'EmySlabLight' !important;
			color: rgba(30,30,30) !important;
			border: 1px solid rgb(70,70,70) !important;
			background-color: rgba(170,170,170);
			text-shadow: none;
			width: 105px;
	    }
	
	    .btnPlateauAddDisabled:hover
	    {
			color: rgba(30,30,30) !important;
			border: 1px solid rgb(70,70,70) !important;
			background-color: rgba(170,170,170,1);
			text-decoration: none;
			cursor: not-allowed;
	    }
	  
	   

	    .btnShoppingcart
	    {
	    	height: 46px;
	    	line-height: 46px;
			padding: 0px 65px 0px 20px;	
			text-decoration: none;
			text-align: center;
			font-size: 20px;
			display: inline-block;
			position: relative;
			font-family: 'EmySlabBold';
			color: rgba(26,23,27,0.8);
			border: 2px solid rgb(255,148,0);
			text-shadow: none;
	    }
	    .btnShoppingcart:after
	    {
	    	position: absolute;
	    	right: 0px;
	    	top: 0px;
	    	width: 46px;
	    	height: 46px;
	    	font-size: 22px;
	    	padding-top: 12px;
	    	box-sizing: border-box;
	    	background-color: rgb(255,148,0);
	    	color: rgba(26,23,27,0.8);
	    	text-align: center;
	    	content: "\e90b";
			font-family: 'icomoon' !important;
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;

			/* Better Font Rendering =========== */
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;

	    }

	    #eucookielaw
		{
			position: fixed;
			height: 70px;
			left: 0px;
			bottom: 0px;
			padding: 10px 20px;
			box-sizing: border-box;
			width: 100%;
			background-color: rgb(233,230,228);
			z-index: 99;
		}

		#eucookielaw p, #eucookielaw a
		{
			margin: 0;
		}
		#eucookielaw p.title
		{
			font-size: 20px;
			font-family: 'EmySlabBold';
		}
		#eucookielaw #removecookie
		{
			position: absolute;
		    right: 20px;
		    /* font-size: 18px; */
		    top: 15px;

		}


	    .page__hover
		{
			position: fixed;
			z-index: 9998;
			top: 0px;
			left: 0px;
			height: 100vh;
			width: 100vw;
			opacity: 0;
			pointer-events: none;
			background-color: rgba(0,0,0,0.3);
		}
		.frame__popup
		{
			display: none;
			position: fixed;
			height: 200px;
			width: 445px;
			padding: 20px 30px;
			background-color: rgb(255,255,255);
			-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
			box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
			top: calc(50vh - 100px);
			left: calc(50vw - (445px / 2));
			z-index: 9999;
		}
		.page__hover.active, .frame__popup.active
		{
			opacity: 1;
			display: block;
			pointer-events: all;
			-webkit-transition: all 0.3s linear;
			-moz-transition: all 0.3s linear;
			-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}
}
@media screen and (max-width: 1200px)
{
	body
	{
		font-size: 16px;
	}
	.kop1
	{
		font-size: 24px !important;
	}
	.kop2
	{
		font-size: 16px !important;
	}
	/* 1.0 TOP BAR */
	.top__bar .center
	{
		max-width: 928px;
	}
	/* 2.0 WOOD HEAD */
	
	.top__wood .center
	{
		max-width: 928px;
	}
	.top__wood .center .heading
	{
		width: 530px;
		margin: 0px 0px 0px 125px;
	}
	.top__wood .center .heading p
	{
		font-size: 24px;
		line-height: 115px !important;
	}
	.top__wood .center .prices
	{
		width: 233px;
		margin: 0px 0px 0px 40px;
	}
	.top__wood .center .prices img
	{
		margin-top: calc((115px - 60px) / 2);
		margin-left: 10px;
		height: 60px;
	}
	

	/* 3.0 MAIN MENU */
	.menu__main__nav
	{
		position: absolute;
		left: calc(50% - (928px / 2) + 125px);
		height: 75px;
		width: 498px;
	}
	.menu__main__nav .nav__main
	{	
		width: 230px;
	}
	.menu__main__nav .nav__main li a
	{
		font-size: 20px;
	}
	.menu__main__nav .a__top
	{
		width: calc((100% - 75px - 2px) / 2);
		height: 75px;
		box-sizing: border-box;
		padding: 11px 5px 11px 5px;
		line-height: 26px;
		font-size: 20px;
	}
	.menu__main__nav .a__top.last
	{
		width: calc((100% - 75px - 1px) / 2);
	}
	.menu__main__icons
	{

		width: calc(50% - (928px / 2) + 305px);
	}
	


	/* 3.1 FOOTER MENU */
	.menu__footer .center
	{
		max-width: 928px;
	}
	


	/* 4.0 HEADER HOME */
	.header__home
	{
		height: 545px;
		
	}
	.header__home .slider__activate__fade
	{
		height: 545px;
		
	}
	.header__home .slider__activate__fade .slide
	{
	
		height: 545px;
	
	}
	.header__home .center
	{
		max-width: 928px;
	}
	.header__home .center .slogan
	{
		font-size: 31px;
		width: 445px;
		margin-left: calc(100% - 445px);
		margin-bottom: 225px;
	}

	/* 4.1 HEADER SAMENSTELLEN */
	.header__samenstellen
	{
		margin-top: calc(50px + 75px);
		height: 545px;
	}
	.header__samenstellen .center
	{
		max-width: 628px;
		
	}
	.header__samenstellen .center .slogan
	{
		font-size: 31px;
		margin-bottom: 225px;
	}


	/* 5.0 Webshop uitgelicht */
	.home__webshopUitgelicht
	{
		position: relative;
		width: 100%;
		float: left;
		z-index: 10;
		margin-top: -225px;
		z-index: 20;
	}
	.home__webshopUitgelicht .center
	{
		max-width: 928px;
		padding: 20px 42px 90px 42px;
	}
	.home__webshopUitgelicht p.title
	{
		font-size: 27px;
	}
	.home__webshopUitgelicht .webshop__item
	{
		margin-right: 12px;
	}
	.home__webshopUitgelicht .webshop__item:last-child
	{
		margin-right: 0px;
	}
	/* 4.2 HEADER PAGE */
	.header__page
	{
		height: 245px;
	}
	.header__page .center
	{
		max-width: 928px;
		height: inherit;
		display: flex;
		align-items: center;
	}
	.header__page .center .slogan
	{
		font-size: 31px;
	}


	/* 6.0 WEBSHOP ITEMS */
	.webshop__item
	{
		width: 223px;
		height: calc(223px + 45px);
	}
	.webshop__item .image
	{
		height: 223px;
	}
	.webshop__item .image.isBG
	{
		height: calc((223px + 45px) - 46px - 1px);
	}
	.webshop__item .bottom
	{
		height: 43px;
		border-top:  1px solid rgb(233,230,228);
	}
	.webshop__item .bottom .title p:first-child
	{
		margin: 5px 10px 0 10px;
		font-size: 14px;
	}
	.webshop__item .bottom .title p:last-child
	{
		margin: 0 10px 0 10px;
		font-size: 12px;
	}
	.webshop__item .price
	{
		width: 45px;
		height: 30px;
		z-index: 10;
		background-size: 100% auto;
		padding: 5px;
	}
	.webshop__item .price .from
	{
		font-size: 12px;
		top: -2px;
		left: 5px;

	}
	.webshop__item .price span
	{
		font-size: 16px;
	}



	/* 7.0 HOME SAMENSTELLEN */
	.home__samenstellingen
	{
		height: 360px;
	}
	.home__samenstellingen .center
	{
		max-width: 928px;
	}
	.home__samenstellingen .center .slogan
	{
		font-size: 31px;
		width: 455px;
		margin-left: calc(100% - 455px);
	}
	/* 7.1 SAMENSTELLEN PAGE */
	.section__samenstellen
	{
		margin-top: -225px;
	}

	.section__samenstellen .center
	{
		max-width: 928px;
		padding: 5px 5px 45px 5px;
	}

	.section__samenstellen .steps
	{
		position: relative;
		width: 100%;
		float: left;
		height: 60px;
	}
	.section__samenstellen .steps .step
	{
		position: relative;
		float: left;
		width: 223px;
		height: 60px;
		text-align: center;
		margin-right: 10px;
	}
	.section__samenstellen .steps .step .title
	{
		font-size: 20px;
		line-height: 20px;
		margin: 10px 0px 4px 0px;
	}
	.section__samenstellen .steps .step .subtitle
	{
		font-size: 16px;
		line-height: 16px;
	}

	.section__samenstellen .step__content
	{
		padding: 45px 70px;
		width: calc(100% - 70px - 70px);
	}
	/* 7.2 Samenstellen presets */
	section.section__samenstellen__preset
	{
		padding: 90px 0px 65px 0px;
	}
	section.section__samenstellen__preset .center
	{
		max-width: 928px;
	}
	.woodTitle
	{
		font-size: 27px;
		margin-bottom: 50px;
	}
	

	/* 7.3 Plateu */
	.plateau
	{	
		width: 430px;
		float: left;
		position: relative;
	}
	.plateau .plateau__holder
	{
		width: 100%;
		height: 124px;
		float: left;
		position: relative;
	}

	.plateau .plateau__top, .plateau .plateau__bottom, .plateau .plateau__vlak
	{
		width: 305px;
	}
	.plateau .plateau__top img, .plateau .plateau__bottom img, .plateau__vlak img
	{
		width: 305px;
	}
	.plateau__options
	{
		width: calc(430px - 305px);
		height: 124px;
	}
	.plateau__options a
	{
		font-size: 13px;
	}
	.plateau__vlak .hover p
	{
		font-size: 13px;
	}

	.plateau__keuzes
	{	
		width: calc(100% - 430px);
	}
	.plateau__info
	{	
		width: calc(100% - 430px - 45px);
		margin-left: 45px;
	}
	.ui-tabs a, .ui-tabs a:link, .ui-tabs a:active, .ui-tabs a:visited {
		font-size: 16px;
	}
	
	.ui-tabs .ui-tabs-panel {
		padding: 20px 0px;
		height: 465px;
	}

	.samenstellen__product__keuze
	{
		height: 65px;
		margin: 0px;
		padding: 2px 5px;
		width: calc(100% - 10px - 2px);
		border: 1px solid rgba(239,145,0,0);
	}
	.samenstellen__product__keuze img
	{
		width: 65px;
		margin: 0px 10px 0px 0px;
	}
	.samenstellen__product__keuze p.title
	{
		width: calc(100% - 65px - 10px - 135px);
		height: 65px;
		margin-top: 4px;
		line-height: 1.3em;
		font-size: 14px;
	}
	.samenstellen__product__keuze.overview p.title
	{
		width: calc(100%  - 135px);
		line-height: 20px;
		font-size: 16px;
	}
	.samenstellen__product__keuze.overview p.details
	{
		line-height: 12px;
		font-size: 12px;
	}
	.samenstellen__product__keuze.overview p.title span
	{
		font-size: 13px;
	}
	.samenstellen__product__keuze p.price
	{
		height: 65px;
		line-height: 32px;
		font-size: 12px;
		width: 135px;
	}
	
	/* 8.0 CONTENT WHITE */
	.content__white
	{
		padding: 60px 0px;
	}
	.content__white .center
	{
		max-width: 710px;
	}
	.content__white h1
	{
		font-size: 16px;
	}



	/* 9.0 FOOTER */
	footer
	{
		height: 215px;
		padding: 55px 0px 90px 0px;
	
	}
	footer .center
	{
		max-width: 928px;
	}
	footer .footer__frame:first-child
	{
		margin-left: 155px;
	}
	footer .footer__frame
	{
		width: 240px;
		min-height: 215px;
		margin-right: 25px;
	}
	

	/* 10.0 */
	.endline__copyright
	{
		position: relative;
		float: left;
		background-color: rgb(233,230,228);
		width: 100%;
		padding: 10px 0px;
		text-align: center;
	}
	.endline__copyright p
	{
		line-height: 15px;
		font-size: 15px;
	}
	.endline__credits
	{
		padding: 10px 0px 10px 0;
	}
	

	/* 11.0 WEBSHOP */
	.section__webshop
	{
		position: relative;
		width: 100%;
		float: left;
		z-index: 20;
		background-color: rgb(233,230,228);
	}

	.section__webshop .center
	{
		max-width: 928px;
		padding: 30px 0px 40px 0px;
	}
	.section__webshop .webshop__filters
	{
		width: 223px;
		padding: 16px 20px;
	}
	.section__webshop .webshop__content
	{
		position: relative;
		float: left;
		width: 695px;
		margin: 0 0 0 10px;
		
	}
	
	

	/* 11.1 Webshop detail */
	.section__webshop.webshop__detail 
	{
		padding: 40px 0px;
	}
	.section__webshop.webshop__detail .product__image
	{
		width: 460px;
	}
	.section__webshop.webshop__detail .product__image img
	{
		margin: 0px 25px;
		max-width: calc(100% - 50px);
		max-height: calc(100% - 50px);
	}
	.section__webshop.webshop__detail .product__info
	{
		width: 460px;
	}
	.section__webshop.webshop__detail .product__info .price .from
	{
		font-size: 16px;
		font-family: 'EmySlabLight';
		color: rgba(26,23,27,1);
		text-decoration: line-through;
	}
	.section__webshop.webshop__detail .product__info .price span
	{
		font-size: 30px;
	}
	.section__webshop .splitter
	{
		margin: 16px 0px;
	}
	.section__webshop.webshop__detail .productAccount
	{
		margin: 0px 40px;
		width: 260px;
		float: left;
		text-align: left;
	}
	.section__webshop.webshop__detail .productAccountRight
	{
		width: calc(100% - 260px - 140px);
		float: left;
	}
	/* 12.0 ShoppingCart */
	

	.shoppingcart__product
	{
		margin-left: 20px;
		width: 100px;
		height: 100px;
	}
	.shoppingcart__line.shoppingcart__head .shoppingcart__product
	{
		height: 30px !important;
	}
	.shoppingcart__product img
	{
		max-width: 100px;
		max-height: 100px;	
	}
	.shoppingcart__description
	{
		width: 370px;
		margin-left: 40px;
	}
	.shoppingcart__description .shopcart__title, .shoppingcart__description .shopcart__title a
	{
		font-size: 16px;
		font-family: 'EmySlabBold';
		color: rgb(26,23,27);
		text-decoration: none;
	}
	
	.shoppingcart__amount
	{
		width: 140px;
	}
	.shoppingcart__price
	{
		width: 100px;
	}
	.shoppingcart__total
	{
		width: 100px;
		font-size: 16px;
	}
	.shoppingcart__total__combine
	{
		width: 200px;
		font-size: 16px;
	}
	.shoppingcart__splitter
	{

		margin: 8px 0px;
		
	}

	.frame__kortingscode
	{
		width: calc(100% - 50px - 90px);
		padding: 20px 25px;
		margin: 45px;
	}
	
	.onlyPickup
	{	
		font-size: 12px;
	}

	/* 13.0 BESTELLEN */
	.webshop__order
	{
		padding: 60px 0px;
	}
	.webshop__order .frame__left
	{

		width: calc(50% - 45px);
	}
	.webshop__order .frame__right
	{

		margin-left: 90px;
		width: calc(50% - 45px);
	}
	.section__webshop.webshop__order .center
	{
		background-color: rgb(255,255,255);
		height: inherit;
		box-sizing: border-box;
		padding: 20px 25px;
	}
	.webshop__order input, .webshop__order select
	{
		width: 210px;
		margin-right: 5px;
	}
	.webshop__order textarea,
	{
		width: calc(100% - 135px);
	}
	.webshop__order input.small
	{
		width: 50px;
	}
	.webshop__order .form__mail
	{
		line-height: 36px;
	}
	.frame__verzenden, .frame__verzenden__anderAdres
	{
		display: none;
	}
	.pwstrength_viewport_progress
	{
		float: left;
		width: 220px;
	}
	 .pwcheck_same
	 {
		width: 320px;
	 	line-height: 36px;
	 	padding: 0px 20px;
	 }
	 .pwcheck_same.inline
	 {
	 	margin-left: 240px;
	 }
	 .pwstrength_viewport_progress .progress
	{
		height: 36px;
		line-height: 36px;
		margin: 0px 0px 15px 5px;
		width: 220px;
	}
	.pwstrength_viewport_progress .progress-bar
	{
		height: 36px;
	}
	.paymentLogo img
	{
		width: 50px;
	}
	.order__overview__data div
	{
		width: calc(100% / 4); /*245px;*/
		float: left;
	}
	.order__overview__data .img__overviewPayment
	{
		max-height: 50px;
		max-width: 200px;
	}
	.payment__extraOptions
	{
		padding: 20px 20px;
		width: 450px;
		margin: 0px 0px 15px 0px;
	}
	.paymentLogo
	 {
		width: 50px;
		margin-right: 710px;
	 }
	  .paymentLogo img
	  {
	  	height: 30px;
	  	width: auto;
	  }
	 .checkbox__payments
	 {
	 	margin-bottom: 40px;
	 }	

	 /* 14.0 GALLERY */

	.section__gallery
	{
		position: relative;
		float: left;
		height:465px;
		width: 100%;
		background-image: url('../images/bgWood.jpg');
		padding: 70px 0px;
	}
	.section__gallery .slickSlider
	{
		width: 100%;
		height: 465px;
		position: relative;
	}
	.section__gallery .slickSlider img
	{
		height: 365px;
		margin: 50px 50px;
	}
	.section__gallery .arrowLeft, .section__gallery .arrowRight
	{	
		left: calc(50% - (928px / 2));
	}
	.section__gallery .arrowRight
	{
		right: calc(50% - (928px / 2));
		left:unset;
	}
	
	
	
	/* 99.0 FORM BASIC */
	label
	{
		
		font-size: 14px;
		line-height: 25px;
		width: 100%;
		margin-bottom: 0px;
		margin-right: 0px;
		
	}
	

	label.filter
	{

		font-size: 14px;
		
	}
	input, textarea, select
	{
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		width: calc(100% - 40px);
			margin-right: 0px;
		margin-bottom: 10px;

		
	}
	
	.product__info input[type=number], .shoppingcart__amount input[type=number]
	{
		width: 50px;
	}
	
	.checkbox__container {

	  font-size: 14px;
	 
	}
	
	    /* 99.2 ALGEMENE DINGEN */

	    .btnOrange
	    {
	    	height: 55px;
			line-height: 55px;
			padding: 0px 30px;	
			font-size: 18px;
			

	    }
	    .btnOrange.small
	    {
	    	height: 36px;
	    	line-height: 36px;
	    }
	    
	    .btnPlateauAdd
	    {
			padding: 0px 30px 0px 5px;
			font-size: 12px !important;
			width: 70px;
	    }
	    
	    .btnPlateauAdd:after
	    {
	    	position: absolute;
	    	right: 0px;
	    	top: 0px;
	    	width: 26px;
	    	height: 26px;
	    	font-size: 12px;
	    	padding-top: 7px;
	    	
	    }
	    

	    .btnShoppingcart
	    {
	    	height: 36px;
	    	line-height: 36px;
			padding: 0px 55px 0px 16px;	
			
			font-size: 16px;
		
	    }
	    .btnShoppingcart:after
	    {
	    	position: absolute;
	    	right: 0px;
	    	top: 0px;
	    	width: 36px;
	    	height: 36px;
	    	font-size: 18px;
	    	padding-top: 12px;
	 
	    }

	    
		.frame__popup
		{
			display: none;
			position: fixed;
			height: 160px;
			width: 405px;
			padding: 20px 30px;
			top: calc(50vh - 80px);
			left: calc(50vw - (405px / 2));
			z-index: 9999;
		}
	
}
@media screen and (max-width: 976px)
{
	body
	{
		font-size: 16px;
	}
	.kop1
	{
		font-size: 24px !important;
	}
	.kop2
	{
		font-size: 16px !important;
	}
	/* 1.0 TOP BAR */
	.top__bar .top__times {
		float: left;
		margin: 0px 0px 0px 95px;
	}
	.top__bar .center
	{
		max-width: 740px;
	}
	.top__bar .logo
	{
		width: 80px;
		height: 200px;
	}
	.top__bar .logo img {
		margin: 10px 10px;
		width: 63px;
		height: auto;
	}


	.top__bar .logo.turn {
		height: 123px;
		width: 50px;
		top: 14px;
		left: 2px;
	}
	.top__bar .logo.turn img {
		height: auto;
		width: 36px;
		margin: 10px;
	}
	/* 2.0 WOOD HEAD */
	.top__wood
	{
		height: 70px;
	}
	.top__wood .center
	{
		max-width: 740px;
	}
	.top__wood .center .heading
	{
		width: calc(100% - 80px - 203px - 40px);
		margin: 0px 0px 0px 80px;
	}
	.top__wood .center .heading p
	{
		font-size: 12px;
		line-height: 70px !important;
	}
	.top__wood .center .prices
	{
		width: 203px;
		margin: 0px 0px 0px 40px;
	}
	.top__wood .center .prices img
	{
		margin-top: calc((70px - 60px) / 2);
		margin-left: 10px;
		height: 60px;
	}
	

	/* 3.0 MAIN MENU */
	.menu__main {
		height: 50px;
		
	}
	.menu__main__nav
	{
		position: absolute;
		left: calc(50% - (740px / 2) + 80px);
		height: 50px;
		width: 455px;
	}
	.menu__main__nav .nav__main
	{	
		width: 190px;
		top: 50px;
	}
	.menu__main__nav .nav__main li {
		height: 36px;
	}
	.menu__main__nav .nav__main li a
	{
		font-size: 12px;
		height: 36px;
		line-height: 36px;

	}
	.menu__main__nav .a__top
	{
		width: calc((100% - 50px - 2px) / 2);
		height: 50px;
		box-sizing: border-box;
		padding: 11px 5px 11px 5px;
		line-height: 26px;
		font-size: 12px;
	}
	.menu__main__nav .a__top.last
	{
		width: calc((100% - 75px - 1px) / 2);
	}
	.menu__main__icons
	{
		height: 50px;
		width: calc(50% - (740px / 2) + 205px);
	}
	.menu__main__icons a {
		height: 50px;
		width: 50px;
		padding-top: 30px;
		font-size: 12px;
	}
	.menu__main__icons a:before
	{
		font-size: 15px;
		top: 6px;
		left: 0px;
		width: 50px;
		height: 30px;
	}
	.menu__main__icons a.kaas:before
	{
		font-size: 20px;
		top: 8px;
	}
	.menu__main__icons a.noten:before
	{
		content: '\e90e';
		font-size: 14px;
		top: 10px;
	}
	.menu__main__icons a.wijn:before
	{
		content: '\e90d';
		font-size: 23px;
		top: 3px;
	}
	.menu__main__icons a.tapas:before
	{
		content: '\e90c';
		font-size: 20px;
		top: 8px;
	}

	.menu__main__nav .hamburger {
		padding: 12px 13px;
		height: 50px;
		width: 50px;
	}


	/* 3.1 FOOTER MENU */
	.menu__footer .center
	{
		max-width: 740px;
	}
	.menu__footer a {
		height: 50px;
		line-height: 50px;
		padding: 0px 30px;
		font-size: 12px;
	}
	.menu__footer .logo
	{
		width: 80px;
		height: 200px;
	}
	.menu__footer .logo img {
		margin: 10px 10px;
		width: 63px;
		height: auto;
	}
	.menu__footer .menu__items {
	
		width: calc(100% - 80px);
		margin-left: 80px;
	}


	/* 4.0 HEADER HOME */
	.header__home
	{
		height: 445px;
		
	}
	.header__home .slider__activate__fade
	{
		height: 445px;
		
	}
	.header__home .slider__activate__fade .slide
	{
	
		height: 445px;
	
	}
	.header__home .center
	{
		max-width: 740px;
	}
	.header__home .center .slogan
	{
		font-size: 31px;
		width: 445px;
		margin-left: calc(100% - 445px);
		margin-bottom: 0;
	}

	/* 4.1 HEADER SAMENSTELLEN */
	.header__samenstellen
	{
		margin-top: calc(50px + 50px);
		height: 360px;
	}
	.header__samenstellen .center
	{
		max-width: 428px;
		
	}
	.header__samenstellen .center .slogan
	{
		font-size: 31px;
		margin-bottom: 0px;
	}


	/* 5.0 Webshop uitgelicht */
	.home__webshopUitgelicht
	{
		position: relative;
		width: 100%;
		float: left;
		z-index: 10;
		margin-top: 0px;
		z-index: 20;
		background-color: rgb(233,230,228);
	}
	.home__webshopUitgelicht .center
	{
		max-width: 740px;
		padding: 20px 0px 90px 0px;
	}
	.home__webshopUitgelicht p.title
	{
		font-size: 27px;
	}
	.home__webshopUitgelicht .webshop__item
	{
		margin-right: 12px;
	}
	.home__webshopUitgelicht .webshop__item:last-child
	{
		margin-right: 0px;
	}
	/* 4.2 HEADER PAGE */
	.header__page
	{
		height: 245px;
		margin-top: calc(50px + 50px);
	}
	.header__page .center
	{
		max-width: 740px;
		height: inherit;
		display: flex;
		align-items: center;
	}
	.header__page .center .slogan
	{
		font-size: 31px;
	}


	/* 6.0 WEBSHOP ITEMS */
	.webshop__item
	{
		width: 176px;
		height: calc(176px + 45px);
	}
	.webshop__item .image
	{
		height: 176px;
	}
	.webshop__item .image.isBG
	{
		height: calc((176px + 45px) - 46px - 1px);
	}
	.webshop__item .bottom
	{
		height: 43px;
		border-top:  1px solid rgb(233,230,228);
	}
	.webshop__item .bottom .title p:first-child
	{
		margin: 5px 10px 0 10px;
		font-size: 14px;
	}
	.webshop__item .bottom .title p:last-child
	{
		margin: 0 10px 0 10px;
		font-size: 12px;
	}
	.webshop__item .price
	{
		width: 45px;
		height: 30px;
		z-index: 10;
		background-size: 100% auto;
		padding: 5px;
	}
	.webshop__item .price .from
	{
		font-size: 12px;
		top: -2px;
		left: 5px;

	}
	.webshop__item .price span
	{
		font-size: 16px;
	}



	/* 7.0 HOME SAMENSTELLEN */
	.home__samenstellingen
	{
		height: 360px;
	}
	.home__samenstellingen .center
	{
		max-width: 740px;
	}
	.home__samenstellingen .center .slogan
	{
		font-size: 31px;
		width: 455px;
		margin-left: calc(100% - 455px);
	}
	/* 7.1 SAMENSTELLEN PAGE */
	.section__samenstellen
	{
		margin-top: 0px;
	}

	.section__samenstellen .center
	{
		max-width: 740px;
		padding: 5px 5px 45px 5px;
	}

	.section__samenstellen .steps
	{
		position: relative;
		width: 100%;
		float: left;
		height: 60px;
	}
	.section__samenstellen .steps .step
	{
		position: relative;
		float: left;
		width: 176px;
		height: 60px;
		text-align: center;
		margin-right: 10px;
	}
	.section__samenstellen .steps .step .title
	{
		font-size: 18px;
		line-height: 18px;
		margin: 10px 0px 4px 0px;
	}
	.section__samenstellen .steps .step .subtitle
	{
		font-size: 14px;
		line-height: 14px;
	}

	.section__samenstellen .step__content
	{
		padding: 25px 40px;
		width: calc(100% - 40px - 40px);
	}
	/* 7.2 Samenstellen presets */
	section.section__samenstellen__preset
	{
		padding: 90px 0px 65px 0px;
	}
	section.section__samenstellen__preset .center
	{
		max-width: 740px;
	}
	.woodTitle
	{
		font-size: 27px;
		margin-bottom: 50px;
	}
	

	/* 7.3 Plateu */
	.plateau
	{	
		width: 320px;
		float: left;
		position: relative;
	}
	.plateau .plateau__holder
	{
		width: 100%;
		height: 91px;
		float: left;
		position: relative;
	}

	.plateau .plateau__top, .plateau .plateau__bottom, .plateau .plateau__vlak
	{
		width: 225px;
	}
	.plateau .plateau__top img, .plateau .plateau__bottom img, .plateau__vlak img
	{
		width: 225px;
	}
	.plateau__options
	{
		width: calc(320px - 225px);
		height: 91px;
	}
	.plateau__options a
	{
		font-size: 11px;
	}
	.plateau__vlak .hover p
	{
		font-size: 11px;
	}
	.plateau__vlak .kader1_1 {
		position: absolute;
		top: 5px;
		left: 29px;
		height: calc(100% - 7px);
		width: calc(100% - 53px);
	}
	.plateau__vlak .kader3_1 {
		position: absolute;
		top: 5px;
		left: 29px;
		height: calc(100% - 7px);
		width: 56px;
	}
	.plateau__vlak .kader3_2 {
		position: absolute;
		top: 5px;
		left: 89px;
		height: calc(100% - 7px);
		width: 56px;
	}
	.plateau__vlak .kader3_3 {
		position: absolute;
		top: 5px;
		left: 145px;
		height: calc(100% - 7px);
		width: 56px;
	}

	.plateau__keuzes
	{	
		width: calc(100% - 320px);
	}
	.plateau__info
	{	
		width: calc(100% - 320px - 22px);
		margin-left: 22px;
	}
	.ui-tabs a, .ui-tabs a:link, .ui-tabs a:active, .ui-tabs a:visited {
		font-size: 15px;
	}
	
	.ui-tabs .ui-tabs-panel {
		padding: 20px 0px;
		height: 465px;
	}

	.samenstellen__product__keuze
	{
		height: 65px;
		margin: 0px;
		padding: 2px 5px;
		width: calc(100% - 10px - 2px);
		border: 1px solid rgba(239,145,0,0);
	}
	.samenstellen__product__keuze img
	{
		width: 65px;
		margin: 0px 10px 0px 0px;
	}
	.samenstellen__product__keuze p.title
	{
		width: calc(100% - 65px - 10px - 135px);
		height: 65px;
		margin-top: 4px;
		line-height: 1.3em;
		font-size: 14px;
	}
	.samenstellen__product__keuze.overview p.title
	{
		width: calc(100%  - 135px);
		line-height: 20px;
		font-size: 16px;
	}
	.samenstellen__product__keuze.overview p.details
	{
		line-height: 12px;
		font-size: 12px;
	}
	.samenstellen__product__keuze.overview p.title span
	{
		font-size: 13px;
	}
	.samenstellen__product__keuze p.price
	{
		height: 65px;
		line-height: 32px;
		font-size: 12px;
		width: 135px;
	}
	
	/* 8.0 CONTENT WHITE */
	.content__white
	{
		padding: 60px 0px;
	}
	.content__white .center
	{
		max-width: 680px;
	}
	.content__white h1
	{
		font-size: 15px;
	}



	/* 9.0 FOOTER */
	footer
	{
		height: 215px;
		padding: 55px 0px 90px 0px;
	
	}
	footer .center
	{
		max-width: 740px;
	}
	footer .footer__frame:first-child
	{
		margin-left: 105px;
	}
	footer .footer__frame
	{
		width: 180px;
		min-height: 215px;
		margin-right: 25px;
	}
	footer .footer__frame .day
	{
		display: inline-block;
		width: 100%;
	}

	

	/* 11.0 WEBSHOP */
	
	.section__webshop .center
	{
		max-width: 740px;
		padding: 30px 0px 40px 0px;
	}
	.section__webshop .webshop__filters
	{
		width: 176px;
		padding: 16px 20px;
	}
	.section__webshop .webshop__content
	{
		position: relative;
		float: left;
		width: 554px;
		margin: 0 0 0 10px;
		
	}
	
	

	/* 11.1 Webshop detail */
	.section__webshop.webshop__detail 
	{
		padding: 20px 0px;
		margin: 20px 0px;
		background-color: rgb(255,255,255);
	}
	.section__webshop.webshop__detail .product__image
	{
		width: 365px;
	}
	.section__webshop.webshop__detail .product__image img
	{
		margin: 0px 25px;
		max-width: calc(100% - 50px);
		max-height: calc(100% - 50px);
	}
	.section__webshop.webshop__detail .product__info
	{
		width: 365px;
	}
	.section__webshop.webshop__detail .product__info .price .from
	{
		font-size: 16px;
		font-family: 'EmySlabLight';
		color: rgba(26,23,27,1);
		text-decoration: line-through;
	}
	.section__webshop.webshop__detail .product__info .price span
	{
		font-size: 30px;
	}
	.section__webshop .splitter
	{
		margin: 16px 0px;
	}
	.section__webshop.webshop__detail .productAccount
	{
		margin: 0px 20px;
		width: 200px;
		float: left;
		text-align: left;
	}
	.section__webshop.webshop__detail .productAccountRight
	{
		width: calc(100% - 200px - 40px);
		float: left;
	}
	/* 12.0 ShoppingCart */
	

	.shoppingcart__product
	{
		margin-left: 20px;
		width: 100px;
		height: 100px;
	}
	.shoppingcart__line.shoppingcart__head .shoppingcart__product
	{
		height: 30px !important;
	}
	.shoppingcart__product img
	{
		max-width: 100px;
		max-height: 100px;	
	}
	.shoppingcart__description
	{
		width: 220px;
		margin-left: 40px;
	}
	.shoppingcart__description .shopcart__title, .shoppingcart__description .shopcart__title a
	{
		font-size: 16px;
		font-family: 'EmySlabBold';
		color: rgb(26,23,27);
		text-decoration: none;
	}
	
	.shoppingcart__amount
	{
		width: 140px;
	}
	.shoppingcart__price
	{
		width: 100px;
	}
	.shoppingcart__total
	{
		width: 100px;
		font-size: 16px;
	}
	.shoppingcart__total__combine
	{
		width: 200px;
		font-size: 16px;
	}
	.shoppingcart__splitter
	{

		margin: 8px 0px;
		
	}

	.frame__kortingscode
	{
		width: calc(100% - 50px - 90px);
		padding: 20px 25px;
		margin: 45px;
	}
	
	.onlyPickup
	{	
		font-size: 12px;
	}

	/* 13.0 BESTELLEN */
	.webshop__order
	{
		padding: 20px 0px;
		margin: 40px 0px;
		background-color: rgb(255,255,255);
	}
	.webshop__order .frame__left
	{

		width: calc(50% - 45px);
	}
	.webshop__order .frame__right
	{

		margin-left: 90px;
		width: calc(50% - 45px);
	}
	.section__webshop.webshop__order .center
	{
		background-color: rgb(255,255,255);
		height: inherit;
		box-sizing: border-box;
		padding: 30px 0px 40px 0px
	}
	.webshop__order input, .webshop__order select
	{
		width: calc(100% - 40px);
		margin-right: 0px;
	}
	.webshop__order textarea,
	{
		width: calc(100% - 40px);
	}
	.webshop__order input.small
	{
		width: 50px;
	}
	.webshop__order .form__mail
	{
		line-height: 36px;
	}
	.frame__verzenden, .frame__verzenden__anderAdres
	{
		display: none;
	}
	.pwstrength_viewport_progress
	{
		float: left;
		width: 220px;
	}
	 .pwcheck_same
	 {
		width: 320px;
	 	line-height: 36px;
	 	padding: 0px 20px;
	 }
	 .pwcheck_same.inline
	 {
	 	margin-left: 240px;
	 }
	 .pwstrength_viewport_progress .progress
	{
		height: 36px;
		line-height: 36px;
		margin: 0px 0px 15px 5px;
		width: 220px;
	}
	.pwstrength_viewport_progress .progress-bar
	{
		height: 36px;
	}
	.paymentLogo img
	{
		width: 50px;
	}
	.order__overview__data div
	{
		width: calc(100% / 2); /*245px;*/
		float: left;
	}
	.order__overview__data div:nth-child(3)
	{
		clear: both;
	}
	.order__overview__data div:nth-child(3), .order__overview__data div:nth-child(4)
	{
		margin: 20px 0px;
	}
	.order__overview__data .img__overviewPayment
	{
		max-height: 50px;
		max-width: 200px;
	}
	.payment__extraOptions
	{
		padding: 20px 20px;
		width: 450px;
		margin: 0px 0px 15px 0px;
	}
	.paymentLogo
	 {
		width: 50px;
		margin-right: 710px;
	 }
	  .paymentLogo img
	  {
	  	height: 30px;
	  	width: auto;
	  }
	 .checkbox__payments
	 {
	 	margin-bottom: 40px;
	 }	

	 /* 14.0 GALLERY */

	.section__gallery
	{
		position: relative;
		float: left;
		height:265px;
		width: 100%;
		background-image: url('../images/bgWood.jpg');
		padding: 70px 0px;
	}
	.section__gallery .slickSlider
	{
		width: 100%;
		height: 265px;
		position: relative;
	}
	.section__gallery .slickSlider img
	{
		height: 215px;
		margin: 25px 25px;
	}
	.section__gallery .arrowLeft, .section__gallery .arrowRight
	{	
		left: calc(50% - (740px / 2));
	}
	.section__gallery .arrowRight
	{
		right: calc(50% - (740px / 2));
		left:unset;
	}
	
	
	
	/* 99.0 FORM BASIC */
	label
	{
		
		font-size: 14px;
		line-height: 36px;
		
	}
	

	label.filter
	{
		width: auto;
		font-size: 14px;
		
	}
	input, textarea, select
	{
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		
	}
	
	.product__info input[type=number], .shoppingcart__amount input[type=number]
	{
		width: 50px;
	}
	
	.checkbox__container {

	  font-size: 14px;
	 
	}
	
	    /* 99.2 ALGEMENE DINGEN */

	    .btnOrange
	    {
	    	height: 55px;
			line-height: 55px;
			padding: 0px 30px;	
			font-size: 18px;
			

	    }
	    .btnOrange.small
	    {
	    	height: 36px;
	    	line-height: 36px;
	    }
	    
	    .btnPlateauAdd
	    {
			padding: 0px 30px 0px 5px;
			font-size: 12px !important;
			width: 70px;
	    }
	    
	    .btnPlateauAdd:after
	    {
	    	position: absolute;
	    	right: 0px;
	    	top: 0px;
	    	width: 26px;
	    	height: 26px;
	    	font-size: 12px;
	    	padding-top: 7px;
	    	
	    }
	    

	    .btnShoppingcart
	    {
	    	height: 36px;
	    	line-height: 36px;
			padding: 0px 55px 0px 16px;	
			
			font-size: 16px;
		
	    }
	    .btnShoppingcart:after
	    {
	    	position: absolute;
	    	right: 0px;
	    	top: 0px;
	    	width: 36px;
	    	height: 36px;
	    	font-size: 18px;
	    	padding-top: 12px;
	 
	    }

	    
		.frame__popup
		{
			display: none;
			position: fixed;
			height: 160px;
			width: 405px;
			padding: 20px 30px;
			top: calc(50vh - 80px);
			left: calc(50vw - (405px / 2));
			z-index: 9999;
		}
	
}
@media screen and (max-width: 767px)
{
	body
	{
		font-size: 16px;
	}
	.kop1
	{
		font-size: 24px !important;
	}
	.kop2
	{
		font-size: 16px !important;
	}
	/* 1.0 TOP BAR */
	.top__bar {
		height: 30px;
	}
	.top__bar .top__times {
		float: left;
		margin: 0px 0px 0px 45px;
	}
	.top__bar p {
		font-size: 9px;
		line-height: 30px;
	}
	.top__bar .center
	{
		max-width: calc(100% - 50px);
	}
	.top__bar .logo
	{
		width: 40px;
		height: 100px;
	}
	.top__bar .logo img {
		margin: 5px 5px;
		width: 30px;
		height: auto;
	}
	.top__bar .top__login p {
		position: absolute;
		right: 33px;
		top: 40px;
	}
	.top__bar .top__login p a
	{
		display: none;
	}
	.top__bar .top__login p a:last-child
	{
		display: block;
		font-size: 30px;
		color: rgb(26,23,27);

	}

	.top__bar .logo.turn {
		transform: none;
		width: 40px;
		height: 100px;
		top: unset;
		left: unset;
		-webkit-transition: transform 0.3s linear;
		-moz-transition: transform 0.3s linear;
		-o-transition: transform 0.3s linear;
		transition: transform 0.3s linear;
	}

	.top__bar .logo.turn {
		width: 40px;
		height: 100px;
		top: unset;
		left: unset;
	}
	.top__bar .logo.turn img {
		margin: 5px 5px;
		width: 30px;
		height: auto;
	}
	
	/* 2.0 WOOD HEAD */
	.top__wood
	{
		position: fixed;
		left: 0px;
		margin-top: 30px;
		height: 50px;
		z-index: 100;
	}
	.top__wood.mobile
	{
		display: block;
	}
	.top__wood.hasFixed {
		margin-top: 30px;
	}
	.top__wood .center
	{
		max-width: calc(100% - 50px);
	}
	.top__wood .center .heading
	{
		width: calc(100% - 45px - 100px - 10px);
		margin: 0px 10px 0px 45px;
		text-align: left;
	}
	.top__wood .center .heading p
	{
		margin-top: 5px;
		font-size: 10px;
		line-height: 1.5em !important;
	}
	.top__wood .center .prices
	{
		display: none;
		width: 203px;
		margin: 0px 0px 0px 40px;
	}
	.top__wood .center .prices img
	{
		margin-top: calc((70px - 60px) / 2);
		margin-left: 10px;
		height: 60px;
	}
	

	/* 3.0 MAIN MENU */
	.menu__main {
		height: 50px;	
	}
	.menu__main.menuTop
	{
		height: 50px;
		position: fixed;
		top: 30px;
		width: 100px;
		right: 0px;
		z-index:100;
	}
	.menu__main.fixed {
		position: fixed;
		top: 30px;
		left: unset;
	}
	.menu__footer
	{
		display: none;
	}
	.menu__main__nav
	{
		position: absolute;
		right: 0px;
		height: 50px;
		border-left: 1px solid rgb(138,127,112);
		width: 100px;
		left: unset;
	}
	.menu__main__nav .nav__main
	{	
		width: 100vw;
		top: 200px;
		right: 0px;
	}
	.menu__main__nav .nav__main li {
		height: 50px;
	}
	.menu__main__nav .nav__main li a
	{
		font-size: 12px;
		height: 50px;
		line-height: 50px;
	}
	.menu__main__nav .a__top
	{
		display: none;
		width: 100vw;
		height: 50px;
		box-sizing: border-box;
		padding: 11px 5px 11px 5px;
		line-height: 26px;
		font-size: 12px;
		float: left;
		margin-top: 0px;
		position: absolute;
		top: 100px;
		background: rgb(236,142,0);
		right: 0px;
		border-bottom: 1px solid rgb(138,127,112);
	}
	.menu__main__nav .a__top.last
	{
		width: 100vw;
		top: 150px;
	}
	.menu__main__icons
	{
		height: 50px;
		width: 100vw;
		position: absolute;
		top: 50px;
		right: 0px;
		text-align: center;
		display: none;
	}
	.hamburger__active .menu__main__icons, .hamburger__active .menu__main__nav .a__top
	{
		display: block;
	}
	.menu__main__icons a {
		height: 50px;
		width: 50px;
		padding-top: 30px;
		font-size: 12px;
	}
	.menu__main__icons a:before
	{
		font-size: 15px;
		top: 6px;
		left: 0px;
		width: 50px;
		height: 30px;
	}
	.menu__main__icons a:first-child {
		border-left: 1px solid rgb(138,127,112);
	}
	.menu__main__icons a:last-child {
		border-right: 1px solid rgb(138,127,112);
	}
	
	.menu__main__icons a.kaas:before
	{
		font-size: 20px;
		top: 8px;
	}
	.menu__main__icons a.noten:before
	{
		content: '\e90e';
		font-size: 14px;
		top: 10px;
	}
	.menu__main__icons a.wijn:before
	{
		content: '\e90d';
		font-size: 23px;
		top: 3px;
	}
	.menu__main__icons a.tapas:before
	{
		content: '\e90c';
		font-size: 20px;
		top: 8px;
	}

	.menu__main__nav .hamburger {
		padding: 12px 13px;
		height: 50px;
		width: 50px;
		position: absolute;
		right: 0px;
		border-right: 0px;
		border-left: 1px solid rgb(138,127,112);

	}


	/* 3.1 FOOTER MENU */
	.menu__footer .center
	{
		max-width: 740px;
	}
	.menu__footer a {
		height: 50px;
		line-height: 50px;
		padding: 0px 30px;
		font-size: 12px;
	}
	.menu__footer .logo
	{
		width: 80px;
		height: 200px;
	}
	.menu__footer .logo img {
		margin: 10px 10px;
		width: 63px;
		height: auto;
	}
	.menu__footer .menu__items {
	
		width: calc(100% - 80px);
		margin-left: 80px;
	}


	/* 4.0 HEADER HOME */
	.header__home
	{
		height: 255px;
		margin-top: calc(30px + 50px);
		
	}
	.header__home .slider__activate__fade
	{
		height: 255px;
		
	}
	.header__home .slider__activate__fade .slide
	{
	
		height: 255px;
	
	}
	.header__home .center
	{
		max-width: calc(100% - 50px);
		text-align: center;
	}
	.header__home .center .slogan
	{
		font-size: 18px;
		width: 100%;
		margin-left: 0px;
		margin-bottom: 0;
	}

	/* 4.1 HEADER SAMENSTELLEN */
	.header__samenstellen
	{
		margin-top: calc(50px + 30px);
		height: 255px;
	}
	.header__samenstellen .center
	{
		max-width: 100%;
		
	}
	.header__samenstellen .center .slogan
	{
		font-size: 18px;
		margin-bottom: 0px;
	}


	/* 5.0 Webshop uitgelicht */
	.home__webshopUitgelicht
	{
		position: relative;
		width: 100%;
		float: left;
		z-index: 10;
		margin-top: 0px;
		z-index: 20;
		background-color: rgb(233,230,228);
	}
	.home__webshopUitgelicht .center
	{
		max-width: calc(100% - 50px);
		padding: 20px 0px 40px 0px;
	}
	.home__webshopUitgelicht p.title
	{
		font-size: 16px;
	}
	.home__webshopUitgelicht .webshop__item
	{
		margin-right: 12px;
	}
	.home__webshopUitgelicht .webshop__item:nth-child(2)
	{
		margin-right: 0px;
	}
	.home__webshopUitgelicht .webshop__item:last-child
	{
		margin-right: 0px;
	}
	/* 4.2 HEADER PAGE */
	.header__page
	{
		height: 150px;
		margin-top: calc(30px + 50px);
	}
	.header__page .center
	{
		max-width: calc(100% - 50px);
		height: inherit;
		display: flex;
		align-items: center;
	}
	.header__page .center .slogan
	{
		font-size: 16px;
	}


	/* 6.0 WEBSHOP ITEMS */
	.webshop__item
	{
		margin-bottom: 12px;
		width: calc((50vw - 25px) - 6px);
		height: auto;
	}
	.webshop__item:nth-child(2n)
	{
		margin-right: 0px !important;
	}
	.webshop__item .image
	{
		position: relative;
		text-align: center;
		height: calc((50vw - 25px) - 6px);
	}
	.webshop__item .image.isBG
	{
		height: calc((50vw - 25px) - 6px);
	}
	.webshop__item .bottom
	{
		position: relative;
		height: 80px;
		border-top:  1px solid rgb(233,230,228);
		float: left;
	}
	.webshop__item .bottom .title p:first-child
	{
		margin: 5px 10px 0 10px;
		font-size: 14px;
		white-space: unset;
		height: auto;
	}
	.webshop__item .bottom .title p:last-child
	{
		margin: 0 10px 0 10px;
		font-size: 12px;
		white-space: unset;
	}
	.webshop__item .price
	{
		width: 45px;
		height: 30px;
		z-index: 10;
		background-size: 100% auto;
		padding: 5px;
	}
	.webshop__item .price .from
	{
		font-size: 12px;
		top: -2px;
		left: 5px;

	}
	.webshop__item .price span
	{
		font-size: 16px;
	}



	/* 7.0 HOME SAMENSTELLEN */
	.home__samenstellingen
	{
		height: 240px;
	}
	.home__samenstellingen .center
	{
		max-width: calc(100% - 50px);
	}
	.home__samenstellingen .center .slogan
	{
		font-size: 18px;
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}
	/* 7.1 SAMENSTELLEN PAGE */
	.section__samenstellen
	{
		background-color: rgb(255,255,255);
		margin-top: 0px;
	}

	.section__samenstellen .center
	{
		background-color: rgb(255,255,255);
		max-width: calc(100% - 50px);;
		padding: 25px 0px 45px 0px;
	}

	.section__samenstellen .steps
	{
		background-color: rgb(233,230,228);
		position: relative;
		width: 100%;
		float: left;
		height: 60px;
	}
	.section__samenstellen .steps .step
	{
		position: relative;
		float: left;
		width: calc(100% / 4);
		height: 60px;
		text-align: center;
		margin-right: 0px;
	}
	.section__samenstellen .steps .step .title
	{
		font-size: 14px;
		line-height: 14px;
		margin: 10px 0px 4px 0px;
	}
	.section__samenstellen .steps .step .subtitle
	{
		font-size: 11px;
		line-height: 11px;
		display: block;
		max-width: calc(100% - 20px);
		margin: 0 10px;
	}

	.section__samenstellen .step__content
	{
		padding: 25px 0px;
		width: 100%;
	}
	/* 7.2 Samenstellen presets */
	section.section__samenstellen__preset
	{
		padding: 50px 0px 35px 0px;
	}
	section.section__samenstellen__preset .center
	{
		padding: 0;
		max-width: calc(100% - 50px);;
	}
	section.section__samenstellen__preset .center .webshop__item {
		margin-right: 12px;
		margin-bottom: 10px;
	}
	section.section__samenstellen__preset .center .webshop__item:nth-child(2n) {
		margin-right: 0px;
	}
	.woodTitle
	{
		font-size: 27px;
		margin-bottom: 50px;
	}
	

	/* 7.3 Plateu */
	.plateau
	{	
		width: 100%;
		float: left;
		position: relative;
		height: 200px;
		overflow-y: scroll;
	}
	.plateau.overview
	{
		height: auto;
		overflow-y: unset;
	}
	.plateau .plateau__holder
	{
		width: 100%;
		height: 91px;
		float: left;
		position: relative;
	}

	.plateau .plateau__top, .plateau .plateau__bottom, .plateau .plateau__vlak
	{
		width: 225px;
	}
	.plateau .plateau__top img, .plateau .plateau__bottom img, .plateau__vlak img
	{
		width: 225px;
	}
	.plateau__options
	{
		width: calc(100% - 225px);
		height: 91px;
	}
	.plateau__options a
	{
		font-size: 11px;
	}
	.plateau__vlak .hover p
	{
		font-size: 11px;
	}
	.plateau__vlak .kader1_1 {
		position: absolute;
		top: 5px;
		left: 29px;
		height: calc(100% - 7px);
		width: calc(100% - 53px);
	}
	.plateau__vlak .kader3_1 {
		position: absolute;
		top: 5px;
		left: 29px;
		height: calc(100% - 7px);
		width: 56px;
	}
	.plateau__vlak .kader3_2 {
		position: absolute;
		top: 5px;
		left: 89px;
		height: calc(100% - 7px);
		width: 56px;
	}
	.plateau__vlak .kader3_3 {
		position: absolute;
		top: 5px;
		left: 145px;
		height: calc(100% - 7px);
		width: 56px;
	}

	.plateau__keuzes
	{	
		width: 100%;
	}
	.plateau__info
	{	
		width: 100%;
		margin-left:0px;
	}
	.ui-tabs a, .ui-tabs a:link, .ui-tabs a:active, .ui-tabs a:visited {
		font-size: 12px;
	}
	
	.ui-tabs .ui-tabs-panel {
		padding: 20px 0px;
		height: auto;
	}

	.samenstellen__product__keuze
	{
		height: 65px;
		margin: 0px;
		padding: 2px 5px;
		width: calc(100% - 10px - 2px);
		border: 1px solid rgba(239,145,0,0);
	}
	.samenstellen__product__keuze img
	{
		width: 65px;
		margin: 0px 10px 0px 0px;
	}
	.samenstellen__product__keuze p.title
	{
		width: calc(100% - 65px - 10px - 135px);
		height: 65px;
		margin-top: 4px;
		line-height: 1.1em;
		font-size: 12px;
	}
	.samenstellen__product__keuze.overview p.title
	{
		width: calc(100%  - 135px);
		line-height: 20px;
		font-size: 16px;
	}
	.samenstellen__product__keuze.overview p.details
	{
		line-height: 12px;
		font-size: 12px;
	}
	.samenstellen__product__keuze.overview p.title span
	{
		font-size: 13px;
	}
	.samenstellen__product__keuze p.price
	{
		height: 65px;
		line-height: 32px;
		font-size: 12px;
		width: 135px;
	}
	
	/* 8.0 CONTENT WHITE */
	.content__white
	{
		padding: 40px 0px;
	}
	.content__white .center
	{
		max-width: calc(100% - 50px);;
	}
	.content__white h1
	{
		font-size: 15px;
	}



	/* 9.0 FOOTER */
	footer
	{
		height: auto;
		padding: 45px 0px 45px 0px;
	
	}
	footer .center
	{
		max-width: calc(100% - 50px);;
	}
	footer .footer__frame:first-child
	{
		margin-left: 0px;
	}
	footer #maps__footer
	{
		height: 240px;
	}
	footer .footer__frame
	{
		width: 100%;
		height: auto;
		margin-right: 0px;
		margin-bottom: 12px;
	}
	footer .footer__frame input
	{
		width: calc(100% - 120px);
		height: 46px;
	}
	

	

	/* 11.0 WEBSHOP */
	.section__webshop
	{
		margin: 20px 0px;
		background-color: rgb(255,255,255);
	}
	.section__webshop .center
	{
		max-width: calc(100% - 50px);
		padding: 30px 0px 40px 0px;
	}
	.section__webshop .webshop__filters
	{
		display: none;
		width: 100%;
		padding: 16px 0px;
	}
	.showFilter
	{
		display: block !important;
	}
	.webshop__filters .kop2
	{
		float: left;
		clear: both;
	}
	.section__webshop .webshop__content
	{
		position: relative;
		float: left;
		width: 100%;
		margin: 0 0 0 0px;
		
	}
	.section__webshop .webshop__content .webshop__item:nth-child(3n) {
		margin-right: 12px;
	}
	

	/* 11.1 Webshop detail */
	.section__webshop.webshop__detail 
	{
		padding: 20px 0px;
		margin: 20px 0px;
		background-color: rgb(255,255,255);
	}
	.section__webshop.webshop__detail .product__image
	{
		width: 100%;
	}
	.section__webshop.webshop__detail .product__image img
	{
		margin: 0px 0px;
		max-width: calc(100% - 0px);
		max-height: calc(100% - 0px);
	}
	.section__webshop.webshop__detail .product__info
	{
		width: 100%;
	}
	.section__webshop.webshop__detail .product__info .floatRight
	{
		width: 50%;
	}
	.section__webshop.webshop__detail .product__info .floatRight.small.colorOrange
	{
		width: 100%;
	}
	
	.section__webshop.webshop__detail .product__info .price .from
	{
		font-size: 16px;
		font-family: 'EmySlabLight';
		color: rgba(26,23,27,1);
		text-decoration: line-through;
	}
	.section__webshop.webshop__detail .product__info .price span
	{
		font-size: 30px;
	}
	.section__webshop .splitter
	{
		margin: 16px 0px;
	}
	.section__webshop.webshop__detail .productAccount
	{
		margin: 0px 20px;
		width: 200px;
		float: left;
		text-align: left;
	}
	.section__webshop.webshop__detail .productAccountRight
	{
		width: calc(100% - 200px - 40px);
		float: left;
	}
	/* 12.0 ShoppingCart */
	.shoppingcart__line {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
	}
	.shoppingcart__product
	{
		margin-left: 0px;
		width: 50px;
		height: 50px;
	}
	.shoppingcart__line.shoppingcart__head .shoppingcart__product
	{
		height: auto !important;
	}
	.shoppingcart__product img
	{
		max-width: 50px;
		max-height: 50px;	
	}
	.shoppingcart__description
	{
		width: calc(100% - 50px - 20px);
		margin-left: 20px;
	}
	.shoppingcart__description .shopcart__title, .shoppingcart__description .shopcart__title a
	{
		font-size: 14px;
		font-family: 'EmySlabBold';
		color: rgb(26,23,27);
		text-decoration: none;
	}
	
	.shoppingcart__amount
	{
		width: 100px;
		margin-left: 70px;
	}
	.shoppingcart__price
	{
		float: right;
		text-align: right;
		width: 100px;
	}
	.shoppingcart__total
	{
		clear: both;
		float: right;
		width: 100px;
		font-size: 16px;
	}
	.shoppingcart__line.shoppingcart__head {
		height: auto;
		margin: 0px 0px 10px 0px;
	}
	.shoppingcart__total__combine
	{
		width: 100%;
		font-size: 16px;
		text-align: right;
	}
	.shoppingcart__splitter
	{

		margin: 8px 0px;
		
	}

	.frame__kortingscode
	{
		width: calc(100% - 10px);
		padding: 20px 5px;
		margin: 0px;
	}
	
	.onlyPickup
	{	
		font-size: 12px;
	}

	/* 13.0 BESTELLEN */
	.webshop__order
	{
		padding: 20px 0px;
		margin: 40px 0px;
		background-color: rgb(255,255,255);
	}
	.webshop__order .frame__left
	{

		width: 100%;
	}
	.webshop__order .frame__right
	{
		margin-top: 50px;
		margin-left: 0px;
		width:100%;
	}
	.section__webshop.webshop__order .center
	{
		background-color: rgb(255,255,255);
		height: inherit;
		box-sizing: border-box;
		padding: 30px 0px 40px 0px
	}
	.webshop__order input, .webshop__order select
	{
		width: calc(100% - 40px);
		margin-right: 0px;
	}
	.webshop__order textarea,
	{
		width: calc(100% - 40px);
	}
	.webshop__order input.small
	{
		width: 50px;
	}
	.webshop__order .form__mail
	{
		line-height: 36px;
	}
	.frame__verzenden, .frame__verzenden__anderAdres
	{
		display: none;
	}
	.pwstrength_viewport_progress
	{
		float: left;
		width: 220px;
	}
	 .pwcheck_same
	 {
		width: 320px;
	 	line-height: 36px;
	 	padding: 0px 20px;
	 }
	 .pwcheck_same.inline
	 {
	 	margin-left: 240px;
	 }
	 .pwstrength_viewport_progress .progress
	{
		height: 36px;
		line-height: 36px;
		margin: 0px 0px 15px 5px;
		width: 220px;
	}
	.pwstrength_viewport_progress .progress-bar
	{
		height: 36px;
	}
	.paymentLogo img
	{
		width: 50px;
	}
	.order__overview__data div
	{
		width: 100%;
		margin: 0px 0px 20px 0px;
		float: left;
	}
	.order__overview__data div:nth-child(3)
	{
		clear: both;
	}
	.order__overview__data div:nth-child(3), .order__overview__data div:nth-child(4)
	{
		margin: 20px 0px;
	}
	.order__overview__data .img__overviewPayment
	{
		max-height: 50px;
		max-width: 200px;
	}
	.payment__extraOptions
	{
		padding: 20px 20px;
		width: calc(100% - 40px);
		margin: 0px 0px 15px 0px;
	}
	.paymentLogo
	 {
		width: 50px;
		margin-right: 0;
	 }
	  .paymentLogo img
	  {
	  	height: 30px;
	  	width: auto;
	  }
	 .checkbox__payments
	 {
	 	margin-bottom: 40px;
	 }	

	 /* 14.0 GALLERY */

	.section__gallery
	{
		position: relative;
		float: left;
		height: 260px;
		width: 100%;
		background-image: url('../images/bgWood.jpg');
		padding: 70px 0px;
	}
	.section__gallery .slickSlider
	{
		width: 100%;
		height: 260px;
		position: relative;
	}
	.section__gallery .slickSlider img
	{
		height: 200px;
		width: auto;
		margin: 25px 25px;
	}
	.section__gallery .arrowLeft, .section__gallery .arrowRight
	{	
		left: 25px;
	}
	.section__gallery .arrowRight
	{
		right: 25px;
		left:unset;
	}
	
	
	
	/* 99.0 FORM BASIC */
	label
	{
		
		font-size: 14px;
		line-height: 36px;
		
	}
	

	label.filter
	{
		width: auto;
		font-size: 14px;
		
	}
	input, textarea, select
	{
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		
	}
	
	.product__info input[type=number], .shoppingcart__amount input[type=number]
	{
		width: 50px;
	}
	
	.checkbox__container {

	  font-size: 14px;
	  width: 100%;
	 
	}
	
	    /* 99.2 ALGEMENE DINGEN */

	    .btnOrange
	    {
	    	height: 45px;
			line-height: 45px;
			padding: 0px 20px;	
			font-size: 14px;
			

	    }
	    .btnOrange.small
	    {
	    	height: 36px;
	    	line-height: 36px;
	    }
	    
	    .btnPlateauAdd
	    {
			padding: 0px 30px 0px 5px;
			font-size: 12px !important;
			width: 70px;
	    }

	    
	    .btnPlateauAdd:after
	    {
	    	position: absolute;
	    	right: 0px;
	    	top: 0px;
	    	width: 26px;
	    	height: 26px;
	    	font-size: 12px;
	    	padding-top: 7px;
	    	
	    }
	    

	    .btnShoppingcart
	    {
	    	height: 36px;
	    	line-height: 36px;
			padding: 0px 55px 0px 16px;	
			
			font-size: 14px;
		
	    }
	    .btnShoppingcart:after
	    {
	    	position: absolute;
	    	right: 0px;
	    	top: 0px;
	    	width: 36px;
	    	height: 36px;
	    	font-size: 18px;
	    	padding-top: 12px;
	 
	    }

	    
		.frame__popup
		{
			display: none;
			position: fixed;
			height: 160px;
			width: calc(100% - 60px);
			padding: 20px 30px;
			top: calc(50vh - 80px);
			left: 0px;
			z-index: 9999;
		}
	
		.hideMobile
		{
			display: none;
		}	
}





