/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#POPUP_CONTENT{
	display:none;
}


/* DEFAULT STYLE SETTINGS */

.modal {
		display:    none;
		position:   fixed;
		z-index:    1000;
		top:        0;
		left:       0;
		height:     100%;
		width:      100%;
		background: rgba( 255, 255, 255, .8 ) 
		            url('http://i.stack.imgur.com/FhHRx.gif') 
		            50% 50% 
		            no-repeat;
		opacity: 0.80;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
		filter: alpha(opacity = 80)
	};
	
	body.loading {
	    overflow: hidden;   
	}

		
	body.loading .modal {
	    display: block;
	}
    @font-face {
    font-family: 'Avenir Roman';
    font-style: normal;
    font-weight: normal;
    src:  url('avenir/AvenirLTStd-Roman.otf') format('opentype');
    }


    @font-face {
    font-family: 'Avenir Roman';
    font-style: normal;
    font-weight: bold;
    src:  url('avenir/AvenirLTStd-Black.otf') format('opentype');
    }




@media screen and (min-width: 0px)  {

	html{
		margin:0 auto;
		background-color:#ffffff;
		color:#000000;
		font-family:Avenir Roman, sans-serif;
		margin:0px;
		padding:0px;
		position:relative;
		height:100%;
	}
	
	body{
		height:100%;
	}
	
	.no-js #loader { display: none;  }
	
	.js #loader { display: block; position: absolute; left: 100px; top: 0; }
	

	
	.modal {
		display:    none;
		position:   fixed;
		z-index:    1000;
		top:        0;
		left:       0;
		height:     100%;
		width:      100%;
		background: rgba( 255, 255, 255, .8 )
		            url('https://i.stack.imgur.com/FhHRx.gif')
		            50% 50%
		            no-repeat;
		opacity: 0.80;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
		filter: alpha(opacity = 80)
	}

	body.loading {
	    overflow: hidden;
	}

	body.loading .modal {
	    display: block;
	}


	input,textarea{
		padding:15px 5px;
		border-radius:5px;
		font-family:inherit;
		font-size:0.8em;
		border:1px solid #f4f4f4;
		background-color:#f4f4f4
	}

	input.check{
		padding:0px;
	}

	.auto_select .button, .button{
		width:auto;
		cursor:pointer;
		-webkit-appearance: none;
		border-radius:5px;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
        outline:none;
		border:0px;
		background-color:#c41f22;
		padding:10px 20px;
		text-transform: uppercase;
		color:#ffffff;
	}

	.button:hover{
		opacity: 0.8;
		outline:none;
	}

	.button:active{
		position:relative;
		top:1px;
		outline:none;
	}

	#popup-content{

		min-width:140px;
		color:#000000;
		border-radius:5px ;
		opacity: 0;
   	 	transform: translateY(-50px);
    	transition: all .3s;

	}

	.fancybox-container a, .fancybox-controls, .fancybox-buttons , .fancybox-button--close{
		outline: none;
	}

	.fancybox-slide--complete #popup-content {
		opacity: 1;
		transform: translateY(0);
	}

	.btn-popup {
		display: inline-block;
		text-align:right;
		float:right;
		border:0px;
		background-color:#ad2100;
		border-radius:12px;
		color:#ffffff;
		padding:8px 15px;
		font-size:10px;
		outline:none;

	}



	.frmerror{
		border:1px solid #ff0000;
	}


	.formfeedback{
		color:#ff0000;
		font-style:italic;
	}



	.point{
		cursor:pointer;
	}


	a{
		outline: none;
		text-decoration:underline;
		color:inherit;
	}


	p, ul, ol{
		line-height:1.6em;
		margin-bottom:20px;
		color:#878787
	}


	h1,h2,h3,h4{
		margin-bottom:30px;
		text-transform: uppercase;

	}

	h1{
		font-size:1.9em;
		line-height:1.4em;
	}

	
	h1 strong{
		font-weight: bold;

	}

	
	
	h2{
		font-size:1.6em;
		color:#c41f22;
		line-height:1.4em;

	}

	h3{
		font-size:1.3em;
		color:#c41f22;
	}
	
	h4{
		color:#878787;

	}

	strong{
		font-weight:bold;
		
	}

	small{
		font-size:0.8em;
	}

	em{
		font-style:italic;
	}


	ul, ol{
		list-style-type:disc;
		position:relative;
	}

	ol{
		list-style-type:decimal;
	}

	li{
		margin-left:20px;
	}


	.clear{
		clear:both;
	    height:0;
	    font-size: 1px;
	    line-height: 0px;
	}

	#cookiebanner{
		height:310px;
		position:fixed;
		color:#000000;
		width:230px;
		right:20px;
		top:20px;
		z-index:9997;
		-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
		background-color:#ffffff;
		overflow:hidden;
		font-size:0.8em;
		text-align:center;
		border-radius:5px;
	}
	

	
	
	#cookiebanner a{
		color:inherit;
	}
	
	#cookiebanner-header {
		padding:8px 5px 0px 5px;
	}
	
	#cookiebanner-header h3{
		margin-bottom:7px;
		color:#000000;
		text-transform:uppercase;
		font-weight:bold;
		font-size:1.1em;
	}
	
	#cookiebanner-image img{
		width:100%;
		height:auto;
	}


	#cookiebanner-tekst{
		padding:10px;
		font-weight:lighter;
		line-height:1.5em;
		margin-bottom:5px;
	}

	#cookiebanner-accept{
	
	}

	#cookiebanner-accept button{
		width:auto;
		cursor:pointer;
		-webkit-appearance: none;
		border:0px;
		background-color:#ad2100;
		color:#ffffff;
		font-size:11px;
		border-radius:10px;
		font-size:12px;
		padding:5px;
		margin-bottom:0px;
	}
	#cookiebanner-accept button:hover{
		background-color:#d72900;
	}

	#trigger-nav{
		background-color:#000000;
    	color:#ffffff;
    	-webkit-transition: .5s ease-in-out;
	 	 -moz-transition: .5s ease-in-out;
	  	-o-transition: .5s ease-in-out;
	  	transition: .5s ease-in-out;
	  	cursor:pointer;
	  	width:auto;
	  	height:27px;
	  	font-size:1.7em;
	  	padding:8px;
	  	position:absolute;
	  	top:0px;
	  	right:0px;
	  	z-index:901;
	}

	#trigger-nav:hover{
		background-color:#c41f22;
	}

	#nav-icon{
		width: 30px;
		height: 10px;
		position: relative;
		margin: 3px auto;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		display:inline-block;
		vertical-align:top;
	}

	#nav-icon span{
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #ffffff;
		border-radius: 4px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	#nav-icon span:nth-child(1) {
	  top: 0px;
	}

	#nav-icon span:nth-child(2) {
	  top: 8px;
	}

	#nav-icon span:nth-child(3) {
	  top: 16px;
	}

	#nav-icon.open span:nth-child(1) {
	  top: 8px;
	  -webkit-transform: rotate(135deg);
	  -moz-transform: rotate(135deg);
	  -o-transform: rotate(135deg);
	  transform: rotate(135deg);
	}

	#nav-icon.open span:nth-child(2) {
	  opacity: 0;
	  left: -60px;
	}

	#nav-icon.open span:nth-child(3) {
	  top: 8px;
	  -webkit-transform: rotate(-135deg);
	  -moz-transform: rotate(-135deg);
	  -o-transform: rotate(-135deg);
	  transform: rotate(-135deg);
	}
	
	.container{
		position:relative;
		margin:0 auto;
		width:95%;
		max-width: 1400px;
	}
	
	.center{
		text-align: center;
	}
	header{
		margin-bottom:50px;
	}
	
	#header-pluses-container{
		position: absolute;
		top:0px;
		left:0px;
		width:100%;
		height:50px;
	}
	
	
	#header-pluses{
		background-color:#c41f22;
		color:#fff;
		padding:10px;
	
	}
	
	#mainheader{
		background-color:#090503;
		color:#ffffff;
	}
	
	#mainheader p{
		color:#ffffff;
	}
	
		
	#pageheader{
		color:#000000;
	}
	
	#mainheader p{
		color:#000000;
	}
	
	
	.logo img{
		max-width:400px;
		width:90%;
		height:auto;
	}
	
	.basket{
		position:relative;
	}

	 .basket img{
		width:50px;
		 height:auto;
	}
	
	.basket span{
		position:absolute;
		background-color:#c41f22;
		color:#fff;
		font-size:0.8em;
		width:20px;
		height:20px;
		border-radius:10px;
		top:0px;
		left:30px;
		text-align:center;
		line-height: 1.8em;
	}
	
	
	
	#mainheader-nav nav a{
		color:#ffffff;
		text-decoration: none;
		position: relative;
	}
	
	#pageheader-nav nav a{
		color:#000000;
		text-decoration: none;
		position: relative;
	}
	
	nav a,
	nav a:after,
	nav a:before {
	  transition: all .5s;
	}
	#mainheader-nav nav a:hover {
	  color: #dbd9d9;
	}
	
	nav a:after{
		position: absolute;
 	 	bottom: 0;
	  	left: 0;
	  	right: 0;
	  	margin: auto;
	  	width: 0%;
	  	content: '.';
	  	color: transparent;
	  	background: #aaa;
	  	height: 1px;
	}

	nav a:hover:after {
	  	width: 100%;
	}

	
	#indekijker{
		max-width:1100px;
		margin:0 auto;
		width:99%;
	}
	.product{
		position:relative;
		width:250px;
		height:500px;
		font-size:1.3em;
		display:inline-block;
		margin:0px 50px;
		vertical-align: top;
	}

	.product-promoprijs{
		background-color:#c41f22;
		color:#ffffff;
		border-radius:5px;
		width:85px;
		text-align:center;
		height:40px;
		line-height: 2.1em;
		position:absolute;
		top:0px;
		right:0px;
		font-size:1.1em;
		-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	}
	
	
	
	.product-foto{
		padding-top:15px;
		text-align:center;
		margin-bottom:30px;
		max-height:300px;
		overflow:hidden;
		vertical-align: top;
	}


	.product-foto img{
		width:250px;
				vertical-align: top;

		
	}

	.product-titel{
		text-align:center;
		margin-bottom:20px;
		font-size:0.85em;
		line-height:1.3em;
	}

	.product-cta-button{
		float:left;
		text-align:center;
		width:45%;
	}
	.product-cta-prijs{
		float:right;
		text-align:center;
		width:55%;
		font-size:1.2em;
		
		position:relative;
	}
	
	.product-cta-prijs .spnvanaf{
		
		font-size:0.6em;
		display:block;
	}

	
	
	.slickarrow{
		position:relative;
		width:100%;

		height:50px;
	}

	.slickarrow li{
		background-color:#c41f22;
		color:#ffffff;
		border-radius:5px;
		width:30px;
		text-align:center;
		height:30px;	
		font-weight:bold;
		line-height:1.8em;
		bottom:350px;
		left:50px;
		display:inline-block;
		cursor:pointer;
		font-size:1.2em;
	}

	.slickarrow li.prev{
		position:absolute;
		left:50px;
	}
	.slickarrow li.next{
		position:absolute;
		left:auto;
		right:50px;
	}

	.slickarrow li:hover{
		background-color:#e82832;
	}
	
	#producttips{
		background-color:#f4f4f4;
		padding:50px; 0px;
	}

	#assortiment{
		background-color:#f4f4f4;
		padding:80px 0px;
	}

	#assortiment-item-container{
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
		text-align:center;
		align-content:center;


	}

	.assortiment-item{
		background-color:#ffffff;
		width:250px;
		height:220px;
		text-align:center;
		padding:20px;
		margin:20px;
		display: inline-block;
		cursor:pointer;
	}

	
	.assortiment-item:hover{
		-webkit-box-shadow: 1px 0px 12px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 1px 0px 12px 0px rgba(0,0,0,0.75);
		box-shadow: 1px 0px 12px 0px rgba(0,0,0,0.75);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	
	.assortiment-item:active{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		position:relative;
		top:1px;
	}
	
	
	.assortiment-item h3{
		font-weight: bold;
	}

	.assortiment-item-logo{
		margin-bottom:20px;
	}

	.assortiment-item-logo img{
		height:60px;
		width:auto;
	}

	.assortiment-item p{
		color:#878787;
		margin-bottom:0px;
	}
	
	#nieuw{
		background-color:#000000;
		color:#ffffff;
		background-image:url("../img/bannertextiel.jpg");
		background-repeat: no-repeat;
		background-position: bottom right;
		padding:50px;
		position: relative;
		overflow: hidden;
	}
	
	#nieuwprijs{
		position:absolute;
		top:-50px;
		right:-50px;
		border-radius:100px;
		width:200px;
		height:200px;
		background-color:#c41f22;
	}
	
	#nieuwtekst p{
		color:#ffffff;
	}
	
	#nieuwprijs span{
		position:absolute;
		top:80px;
		right:70px;
		font-size:1.8em;
		text-align: center;
		line-height: 1.3em;
	}

	#subcontact{
		padding:80px 0px;
	}
	
	
	#subcontact-form label{
		display:block;
		text-transform: uppercase;
		font-size:0.9em;
		margin-bottom:8px;
	}
	
	
	#subcontact-form input, #subcontact-form textarea{
		width:80%;
	}
	
	#subcontact-form .button, 	#subcontact-form #frm-contact-privacy{
		width:auto;
	}
	
	.form-row{
		margin-bottom:40px;
	}
	
	#form-row-submit{
	}
	
	footer{
		background-color:#000000;
		color:#ffffff;
		padding: 50px 0px;
	}
	
	footer p{
		color:#ffffff;
	}
	
	
	#catalogus-overzicht-lijst{
		margin-bottom:50px;
	}
	
	.catalogus-categorie-item a{
		text-decoration: none;
		text-transform: uppercase;
		color:#c41f22;
	}
	
	.catalogus-categorie-item a:hover{
		color:#e82832;
	}
	
	.catalogus-categorie-item a.selected-categorie, a.selected-filter{
		font-weight: bold;
	}
	
	
	.filter-categorie ul li a{
		color:#878787;
		text-decoration:none;
	}
	
	
	
	.filter-categorie ul{
		list-style-type: none;
	}
	
	.filter-categorie h4{
		cursor:pointer;
	}
	
	
	#product-breadcrump{
		margin-bottom:50px;
	}
	
	
	#product-detail{
		margin-bottom:50px;
		
	}
	
	#product-detail-foto-main{
		width:85%;
		max-width:500px;
		max-height:500px;
		overflow: hidden;
		margin-bottom:20px;
	}
	
	#product-detail-foto #product-detail-foto-main img{
		width:100%;
		max-width:500px;
		height:auto;
		padding:10px;
		box-sizing: border-box;
		background-color:#f4f4f4;
		margin-bottom:10px;
		line-height: 0em;
		white-space: nowrap;
		overflow: hidden;
	}
	

	#product-detail-foto-thumbs img{
		height:100px;
		width:100px!important;
		margin-right:10px;
		cursor:pointer;
	}
	
	.info-link{
		cursor:pointer;
	}
	
	
	.configureer-sticker-item{
		margin-bottom:10px;
	}
	#frm_add_basket input,#frm_add_basket select{
		padding:10px;
	}
	
	#frm_add_basket select{
	  position: relative;
	  font-family: inherit;
	}
	
	.chzn-select-stickerdetail, #sel_sticker_formaat, .chosen-container{
		margin-right:10px;
		width:300px;
	}
	
	#txt-sticker-naam{
		width:300px;
		margin-right:20px;

	}
	
	.info-link{
		width:20px;
		height:auto;
	}
	
	#sel-sticker-aantal{
		width:50px;
	}
	
	#sel_sticker_aantal_chosen{
		margin-right:0px;
	}
	
	#configureer-aantal{
		margin:20px 0px;
	}
	#popuperror,#popupconfirm{
		background-image: url("../img/logo-trans.png");
		background-position: bottom right;
		background-repeat: no-repeat;
		border-radius:5px;
		display: none;
	}
	
	#popuperror-title h3{
		font-weight: bold;
	}
	
	

	
	.winkelmand-item{
		margin-bottom:20px;
		padding:10px;
		background-color:#f4f4f4;
		margin-bottom:10px;
		position: relative;
	}
	
	
	
	
	

	.winkelmand-item .winkelmand-item-afbeelding{
		float:left;
		margin-right:20px;
	}
	
	
	
	.winkelmand-item .winkelmand-item-afbeelding img{
		width:100px;
		height:auto;
		display:block;
	}
	
	.winkelmand-item .winkelmand-item-omschrijving{
		line-height:1.6em;
		margin-bottom:20px;
		color:#878787
		float:left;
		width:380px;
	}
	
	.winkelmand-item .winkelmand-item-omschrijving h3{
		margin-bottom:10px;		
		font-weight: bold;
		font-size:1.2em;
	}
	

	.winkelmand-item .winkelmand-item-aantal input{
		background-color:#ffffff;
		width:40px;
		text-align:center;
		padding:5Px;
	}
	
	.winkelmand-item .winkelmand-item-prijs{
		padding-top:7px;
		text-align: right;
	}
	
	.winkelmand-item-remove{
		position:absolute;
		bottom:15px;
		right:10px;
	
		color:#878787
	}
	
	.winkelmand-item-remove img{
		height:20px;
		width:auto;
		vertical-align: bottom;
		margin-right:10px;
	}
	
	.winkelmand-item-remove a{
		text-decoration: none;
	}
	
	
	.info-field{
		display:none;
	}
	
	#winkelmand{
		margin-bottom:50px;
	}
	
	
	
	.winkelmand-afrekening-lijn,.totaal{
		margin-bottom:30px;
		font-size:1.1em;
	}
	
	
	.winkelmand-afrekening-titel,.totaal-titel{
		font-weight:bold;
		
	}
	
	.winkelmand-afrekening-titel h4,.totaal-titel h4{
		margin-bottom:10px;
			
	}
	
	
	.winkelmand-afrekening-waarde{
		line-height:1.5em;
			
	}
	
	#winkelmand-afrekening-lijn-betalingen img{
		width:250px;
		height:auto;
	}
	
	#configuratieinfo{
		margin-top:50px;
	}
	
	#configuratieinfo-prijs p{
		margin-bottom:5px;
	}
	
	.bestellen-gegevens-check{
		margin-bottom:20px;
	}
	
	.bestellen-gegevens-check-item{
		margin-bottom:10px;
	}
	
	.bestellen-gegevens-check-item input{
		margin-right:10px;
	}
	
	
	.bestellen-gegevens-line input{
		width:80%;
		max-width:350px;
	}
	
	.bestellen-gegevens-line .input-small {
		width:80px;
	}
	
	/* Adresvelden: verticale ruimte tussen straat/nr en postcode/gemeente */
	#FRM_BESTEL_STRAAT, #FRM_BESTEL_NR,
	#FRM_BESTEL_VERZEND_STRAAT, #FRM_BESTEL_VERZEND_NR{
		margin-bottom:12px;
	}
	
	#FRM_BESTEL_POSTCODE, #FRM_BESTEL_VERZEND_POSTCODE{
		margin-bottom:20px;
	}
	
	.bestellen-gegevens-value select{
		margin-top:4px;
	}
	
	#FRM_BESTEL_LAND, #FRM_BESTEL_VERZEND_LAND{
		width:250px;
	}
	
	#FRM_BESTEL_GEMEENTE,#FRM_BESTEL_VERZEND_GEMEENTE{
		margin-bottom:20px;
	}
	
	.bestellen-betaling-item-logo img{
		width:80%;
		height:auto;
	}
	
	.page_number{
		background-color:#f4f4f4;
		padding:5px;
		border-radius:3px;
		text-align: center;
	}
	
	.page_number a{
		text-decoration: none;
		
	}
	
	.page_number_selected{
		background-color:#c41f22;
		color:#ffffff;
		
	}
	
	
	
	.faq-overzicht-item ul{
		list-style-type:none;
		padding-bottom:50px;
	}
	
	.faq-overzicht-item ul li{
		margin-bottom:10px;
		margin-left:0px
	}
	
	.faq-overzicht ul a{
		color:#706f6f;
		text-decoration:underline;
	}
	
	#faq, #return{
		margin-bottom:50px;
	}
	
	.faq-antwoord{
		margin-bottom:50px;
	}
	
	#review{
		text-align:center;
	}
	
	
	#frm-review-tekst{
		max-width:500px;
		height:300px;
		width: 80%;
		background-color:#E3E3E3;
		border:1px solid #B0ACAD;
		margin-bottom:50px;
		font-size:0.9em;
	}
	
	#frm-review-email{
		max-width:500px;
		width: 80%;
		background-color:#E3E3E3;
		border:1px solid #B0ACAD;
		margin-bottom:50px;
		font-size:0.9em;
	}
		
	#stars{
		list-style-type: 
	}
	
	.fa-star::before {
		content: "\f005";
	}

	
	
	
	.rating-stars ul {
		  list-style-type:none;
		  padding:0;

		  -moz-user-select:none;
		  -webkit-user-select:none;
		}
	
		.rating-stars ul > li.star {
	  		display:inline-block;

		}

		/* Idle State of the stars */
		.rating-stars ul > li.star > i.fa {
		  font-size:2.5em; /* Change the size of the stars */
		  color:#ccc; /* Color on idle state */
		}

		/* Hover state of the stars */
		.rating-stars ul > li.star.hover > i.fa {
		  color:#FFCC36;
		}

		/* Selected state of the stars */
		.rating-stars ul > li.star.selected > i.fa {
		  color:#FF912C;
		}

	
	#reviewstars{
		margin-bottom:50px;
	}
	
	#succes{
		display:none;
	}
	
	#review-error{
		font-size:0.9em;
		padding:5px;
		margin:40px 0px;
		color:red;
		
	}
	
	#configuratieinfo-levering{
		margin-bottom:50px;
	}
	
	.hiddenselect{
		display: none;
	}
	
	.strike{
		text-decoration: line-through;
	}
}






@media screen and (max-width: 1100px)  {		/* DIT IS VOOR DE MOBIELE BROWSERS */
	#cookiebanner{
		height:auto;
		padding-bottom:10px;
	}

	#cookiebanner-accept{
		top:55px;
		left:10px;
	}

	nav{
		display:none;
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		background-color:#000000;
		z-index:900;
		padding:20px 0px;
		text-align:center;
	}
	
	nav ul{
		list-style-type: none;
		padding:0px;
		margin:0px;
		font-size:1.3em;
	}

	nav ul li{
		margin-bottom:30px;
	}
	
	#pageheader-nav nav a{
		color:#ffffff;
	}
	

	
	.home-list{
		text-align:center;
	}

	.home-list ul{
		left:0px;
		list-style-type:none;
	}
	
	
	

	#header-pluses-container{
		display:none;
	}
	
	.mainheader-logo {
		text-align:center;
		padding-top:50px;
	}
	
	
	#header-content{
		text-align:center;
		padding:20px;
	}
	
	#header-content h1{
		font-size: 1.2em;
	}
	
	.basket{
		position:absolute;
		top:15px;
		left:2px;
	}
	
	#header-content-container{
		padding-top:70px;
		padding-bottom:70px;
		width:100%;
	}

	
	.assortiment-item{
		padding:20px;
		margin:20px auto;
		display:block;
	}
	
	
	
	#indekijker{
		width:90%;
		margin:0 auto;
	}
	
	#nieuwtekst{
		padding-top:50px;
		width:75%;
	}
	
	#subcontact{
		text-align:center;
	}
	
	footer{
		text-align:center;
		
	}
	
	#footer-logo img{
		width:80%;
		max-width:400px;
		height:auto;
		margin-bottom:50px;
	}

	
	#catalogus-categorie{
		
		font-size:0.85em;
		margin-bottom:50px;
		text-align: center;
	}

	
	
	
	.catalogus-categorie-item{
		background-color:#f4f4f4;
		padding:10px;
		margin:5px;
		display:inline-block;	
	}
	
	
	
	#catalogus-overzicht-filter{
		text-align:center;
		background-color:#f4f4f4;
		padding:10px;
		width:90%;
		margin:0 auto 50px auto;
	}
	
	
	#catalogus-overzicht-filter ul{
		margin-bottom:0px;
	}
	
	#catalogus-overzicht-lijst{
		text-align: center;
	}
	.breadcrump{
		margin-bottom:10px;
	}
	
	#product-breadcrump{
		text-align: center;
	}
	
	#product-detail{
		text-align:center;
	}
	
	#product-detail-foto{
		margin-bottom:50px;
		
	}
	
	#product-detail-foto-main,#product-detail-foto-thumbs{
		margin:auto;
		width:300px;
	}
	
	#product-detail-foto #product-detail-foto-main img{
		max-width:300px;
	
	}
	
	
	

	#product-detail-foto-thumbs img{
		height:80;
		width:auto;
		margin-right:10px;
		cursor:pointer;
	}
	
	
	#winkelmand{
		text-align: center;
	}
	
	
	.winkelmand-item{
		width:95%;
		margin:0 auto 20px auto;
		padding:5px;
		overflow:hidden;
	}
	
	
	.winkelmand-item .winkelmand-item-afbeelding{
		margin-bottom:20px;
	}
	
	
	.winkelmand-item .winkelmand-item-afbeelding img{
		width:100px;
		height:auto;
	}
	
	.winkelmand-item .winkelmand-item-omschrijving{
		text-align:left;
	}
	
	.winkelmand-item .winkelmand-item-omschrijving h3{
		overflow:hidden;
		font-size:1.0em;
		
	}
	
	.winkelmand-item .winkelmand-item-aantal{
		text-align:left;	
		float:left;
		width:80px;
	}
	
	.winkelmand-item .winkelmand-item-prijs{
		text-align:left;	
		float:left;
		width:50px;
		padding-top: 10px;
	
	}
	
	#winkelmand-content{
		margin-bottom:50px;
		
	}	
	
	#afronden{
		text-align:center;
	}
	
	
	
	#bestellen-formulier{
		width:90%;
		margin:0 auto;
	}
	
	#bestellen-betaling{
		margin-top:60px;
	}
	
	#bestellen-betaling-info{
		display:none;
	}
	
	.bestellen-gegevens-line input{
		width:70%;
		max-width:350px;
	}
	
	.bestellen-gegevens-line .input-small {
		width:60px;
	}
	
	.slickarrow{
		border:1ox solid red;
		width:100%;

		height:50px;
	}

	.slickarrow li{
		
		bottom:0px;
		left:0px;
		
	}

	.slickarrow li.prev{
		position:absolute;
		left:0px;
	}
	.slickarrow li.next{
	
		left:32px;
	}
}




@media screen and (min-width: 1100px)  {		/* DIT IS VOOR DE STANDAARD BROWSERS */
	#trigger-nav{
		display:none;
	}
	
	
	
	#header-pluses{
		position:absolute;
		right:100px;
		top:0px;
	}
	
	.header-plus{
		display:inline-block;
		margin:10px 40px;
	}
	
	nav ul{
		list-style-type: none;
	}
	
	nav ul li{
		display:inline-block;
		margin-right:50px;
		
	}
	
	
	
	
	
	header{
		padding-top:70px;
	
	}
	
	
	#header-navigation .logo{
		float:left;
	}
	
	
	#header-navigation .header-nav{
		float:right;
	}
	
	.header-nav{
		padding-top:40px;
		padding-right:50px
	}
	
	
	.header-nav nav{
		padding-top:12px;
	}
	
	nav, .basket{
		float:left;
	}
	
	
	#header-content-container{
		background-position:top right;
		background-repeat: no-repeat;
	
	}
	
	
	#header-image img{
		height:400px;
		width:auto;
	}
	
	
	#mainheader-nav{
		
	}

	#header-content{
		padding-top:100px;
		width:60%;
		max-width:600px;
		padding-bottom:70px;
		
	}
	
	#subcontact-tekst{
		float:left;
		width:40%;
	}
	
	#subcontact-form{
		float:right;
		width:40%;
	}
	
	#footer-logo{
		float:left;
		width:35%;
	}
	
	#footer-logo img{
		width:80%;
		height:auto;
	}
	
	
	
	#footer-credits{
		float:right;
		width:60%;
		text-align: right;
	}
	
	#catalogus-categorie{
		
		display:flex;
		justify-content: space-between;
		padding:10px;
		background-color:#f4f4f4;
	
		font-size:0.85em;
		margin-bottom:50px;
	}
	
	.sticky{
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 100;
		border-top: 0;
		height:36px;
		background-color:#f4f4f4;
		-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
		box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
	}
	

	
	
	.catalogus-categorie-item{
		display:inline-block;
	}
	
	
	#catalogus-overzicht-filter{
		float:left;
		width:240px;
	}
	
	#catalogus-overzicht-lijst{
		float:right;
		width:75%;
		min-height:200px;
	}
	
	.breadcrump{
		float:left;
		width:40%;
	}
	#catalogus-overzicht-sort{
		
		text-align:right;
		font-size:0.9em;
		width:55%;

	}
	
	#catalogus-overzicht-sort span{
		margin:6px;	
		display:inline-block;
	}
	
	#product-detail{
		
	}
	
	
	#product-detail-foto {
		float:left;
		width:50%;
		}
	
	
	#product-detail-foto-thumbs{
		width:500px;	
	}
	
	#product-detail-configuratie {
		float:left;
		width:45%;
	}
	
	.faq-overzicht{
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	.faq-overzicht-item{
		width:45%;
	}
	
	.winkelmand-item{
		
		max-width:740px;
		
	}
	
	.winkelmand-item-opties{
		float:left;	
		width:550px;
		
	}
	
	.winkelmand-item-aantal{
		float:left;	
		width:100px;
		
	}
	
	#winkelmand-content{
		float:left;
		width:70%;
	}
	
	#winkelmand-afrekenen{
		float:right;
		width:26%;
	}
	
	.bestellen-gegevens-label{
		float:left;
		width:150px;
		padding-top:15px;
	}
	
	.bestellen-gegevens-value{
		float:left;
		width:500px;
	}
	
	
	#bestellen-formulier{
		float:left;
		width:60%;
	}
	
	#bestellen-betaling{
		float:right;
		width:38%;
	}
	

 	#return{
		min-height:400px;
	}
}
