/* ### general ### */
* { margin: 0px; padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body { font-family: Arial; font-size: 12px; color: #000; }
input, select, textarea { font-family: Arial; font-size: 12px; color: #000; }
body { background: #fff; }
img { border: 0px; display: block; }
ul, li { list-style: none; font-weight: normal; }
:focus { outline: none; }

/* ### global classes ### */
.clear { clear: both; visibility: hidden; line-height: 0; height: 0; }
.center { margin: 0 auto; max-width: 1100px; position: relative; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
label { cursor:pointer; }
/* ### wrapper ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; }

.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* ### main container ### */
#mainCntr { width: 100%; }
.headerbg { width: 100%; height: 566px; position: absolute; left: 0px; top: 0px; z-index:-1; }

	/* ### header container ### */
	#headerCntr { position: relative; width: 100%; }
	#headerCntr .headerTop { width: 100%; height: 42px; border-bottom:3px solid #e9bf1b; position: relative; background:#015a01;
 }
 	#headerCntr .headerTop:after { width: 100%; height: 1px; display: block; content: ""; position: absolute; left: 0px; bottom: 0px; background: #fff; }
	#headerCntr .logo { padding: 5px 0 0 0; float: left; }
	#headerCntr .title { padding: 100px 0 0 0; width: 50%; float: right; text-align: right; }
	h1 { font-size: 28px; color: #005900; line-height: 28px; font-weight: normal; }
	h1 span { font-weight: 700; }

		/* ### rating box ### */
		.ratingBox { float: left; }
		.ratingBox p { padding: 10px 0 0 0; font-size: 14px; color: #fff; display: inline-block; vertical-align: middle; }
		.ratingBox ul { padding: 7px 10px 0 10px; list-style: none; display: inline-block; vertical-align: middle; }
		.ratingBox li { padding: 0 2px; float: left; }

		/* ### toplinks box ### */
		.toplinksBox { padding: 5px 35px 0 15px; width:44%; float: left; }
		.toplinksBox ul { list-style: none; }
		.toplinksBox li { padding: 0 0 0 13px; float: left; }
		.toplinksBox li a { font-size: 14px; line-height:28px; color: #fff; text-decoration: none; }
		.toplinksBox li a:hover { text-decoration: underline; }

		/* ### keurmerk box ### */
		.keurmerkBox { width: 160px; height: 68px; z-index:1000 !important; position:relative; float:left; top: 0px; border:1px solid #fff; border-top:none; border-radius: 0 0 5px 5px; box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.4); background: #fff url(../images/webshop.png) 12px 8px no-repeat; }
		 
		/* ### cart box ### */
		.cartBox { width: 240px; height: 68px; z-index: 999; position: absolute; right: 0px; top: 0px; border-radius: 0 0 5px 5px; box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.4); 				         background: #FFF;}
		.cartBox a { padding: 0 0 0 70px; display: block; font-size: 13px; color: #015a01; text-decoration: none; line-height: 68px; background: url(../images/cart-smaller.png) 15px 15px no-repeat; }
		.cartBox a:hover { text-decoration: underline; }
		.cartBox a img {  }

		/* ### menu box ### */
		#headerCntr .menuBox { padding: 10px 8px 0 8px; margin-top: 14px; width: 100%; height: 50px; position: relative; background: #333333; }
		#headerCntr .menu { width: auto; float: left; }
		#headerCntr .menu ul { list-style: none; display: block; }
		#headerCntr .menu li { padding: 0px 12px 15px 12px; float: left; position: relative; font-size: 16px; line-height: 32px; background: url(../images/menu-sep.png) no-repeat right 0; }
		#headerCntr .menu li:last-child { background: none; }
		#headerCntr .menu li a { color: #fff; text-decoration: none; display: block; }
		#headerCntr .menu li a:hover { color: #ebc31f; }
		#headerCntr .menu li img { display: none; position: absolute; top: 30px; left: 68px; }
		#headerCntr .menu li ul { padding: 0 10px; display: none; overflow: hidden; z-index: 99999; position: absolute; top: 40px; left: 0; width: 300px; border: 2px solid #fff; border-top: none; background: rgba(227,186,26,0.9); }
		#headerCntr .menu li li { float: none; background: none; padding: 0; font-size: 14px; line-height: 36px; border-bottom: 1px solid #ffd73c; }
		#headerCntr .menu li li:last-child { border-bottom: none; }
		#headerCntr .menu li li a { display: block; padding: 0 18px; color: #000; }
		#headerCntr .menu li li:hover { border-bottom: none; }
		#headerCntr .menu li li:hover a { margin: 0 -10px; padding: 0 28px; color: #000; background: #ffdf63; }
		#headerCntr .menu li:hover img { display: block; }
		#headerCntr .menu li:hover ul { display: block; }
		#headerCntr .mobileMenu { display: none; }

		#headerCntr .search { width: 100px; height: 32px; float: right; border-radius: 3px; border:1px solid #555555; position: absolute; right: 8px; top: 10px; background: #444; transition:all 0.5s; }
		#headerCntr .search input[type="text"] { padding: 5px 5px 5px 12px; width: calc(100% - 26px); float: left; font-size: 12px; color: #fff; line-height: 20px; border: none; background: none; }
		#headerCntr .search .button { width: 26px; height: 32px; float: right; border: none; text-indent: -9999px; cursor: pointer; background: url(../images/search.png) left center no-repeat; }
	#headerCntr .search.expend { width:250px;}
	
		/* ### holiday box ### */
		.holidaybox { position: relative;width:100%; min-height:40px; height:auto; margin:10px 0; background:#ffc107; border-radius:5px; border:2px dashed #fff;padding:10px; }
        /* .holidaybox { position: relative;width:100%; min-height:32px; height:auto; margin:10px 0; background:#f1f1f1; border-radius:5px; border:2px dashed #015a01;padding:10px; } */
		.holidaybox h3{text-align:center;color:#015a01;font-size:22px;font-weight: bold;text-decoration: underline;}
		.holidaybox p{text-align:center;color:#015a01;font-size:15px;line-height:22px;font-weight:normal; }
		.holidaybox p a { color:#015a01;font-weight: bold;text-decoration: underline;}
		p.proddetailmsg { color:#FF0000 !important;font-weight:bold !important; }

	/* ### banner container ### */
	#bannerCntr { margin: 0px; width: 100%; height: 265px; overflow: hidden; position: relative; background: #fff; }
	#bannerCntr .text { width: 460px; position: absolute; left: -10px; bottom: 30px; border-radius: 7px; box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.6); background: rgba(255,255,255,0.8); }
	#bannerCntr a { padding: 10px 66px 10px 19px; display: block; text-decoration: none; }
	#bannerCntr a:after { width: 17px; height: 31px; display: block; content: ""; position: absolute; right: 25px; top: 32px; background: url(../images/arrow1.png) left top no-repeat; }
	#bannerCntr .title { padding-bottom: 6px; display: block; font-size: 24px; color: #005900; font-weight: normal; }
	#bannerCntr p { font-size: 12px; color: #000; line-height: 16px; }

	/* ### list box ### */
	.listBox { padding:7px 0; width: 100%; overflow: hidden; }
	.listBox ul { list-style: none; }
	.listBox li { padding: 0 25px 0 25px; float: left; font-size: 13px; line-height: 20px; color: #000; background: url(../images/check-greenv2.png) left top no-repeat; }


	/* ### content container ### */
	#contentCntr { width: 100%; background: #F1F1F1; }

		/* ### welcome box ### */
		.welcomeBox { padding: 12px 0; width: 100%; overflow: hidden; border-bottom: 1px solid #d1d1d1; }
		.welcomeBox h2 { padding: 0 0 10px 0; font-size: 24px; color: #005900; font-weight: normal; }
		.welcomeBox h3 { font-size: 22px; color: #005900; font-weight: normal; }
		.welcomeBox p { padding: 10px 0 10px 0; font-size: 14px; color: #333; line-height: 22px; }
		.welcomeBox p.video { padding: 10px 0 0 0; text-align:left; font-size: 14px; color: #333; line-height: 19px; }
		.welcomeBox p span { font-weight: bold; }
		.welcomeBox .left { padding: 0 30px 0 0; width: 52%; float: left; }
		.welcomeBox .right { width: 48%; float: right; }
		.welcomeBox .right img { width: 100%; }
		
		.submitmsgbox { display:block;width:100%;height:40px;padding:10px;border:2px dashed #039002;border-radius:3px; }
		.submitmsgbox.error { border-color:#F00; }
		.submitmsgbox p { text-align:center;color:#005900;font-size:16px; }

		.welcomeBox .bestprize { padding: 0 14px; margin-bottom: 15px; height: 35px; float: right; font-size: 14px; color: #015a01; line-height: 35px; border-radius: 3px 0 0 3px; background: #f7cf30; }
		.welcomeBox .bestprize.populairste { color: #fff; background: #039002; }

		.welcomeBox .crousel { padding: 13px 0; width: 100%; position: relative; background: #fff; }
		.welcomeBox .crousel h2 { padding: 5px 0 0 15px; font-size: 18px; color: #005900; float: left; font-weight: normal; }
		.welcomeBox .crousel ul { list-style: none; margin-left: -10px; }
		.welcomeBox .crousel li { padding: 0 15px 0 15px; width: 100%; position: relative; }
		.welcomeBox .crousel .block { padding: 0 2px 10px 10px; float: left; }
		.welcomeBox .crousel .inner { width: 100%; max-width:140px; position: relative; }
		.welcomeBox .crousel .image { width: 100%; max-width:140px; overflow: hidden; border:none; }
		.welcomeBox .crousel .image img { width: 100%; max-width:140px;height:auto; }
		.welcomeBox .crousel .action { padding: 0px 10px 0 0; width: 100%; max-width:140px; height: 25px; font-size: 12px; color: #fff; text-align: right; line-height: 25px; font-weight: 700; background: #015a01; }
		.welcomeBox .crousel .order { display: block; width: 100%; height: 25px; font-size: 14px; color: #fff; text-align: center; text-decoration: none; line-height: 25px; background: #015a01; }
		.welcomeBox .crousel .percent { width: 35px; height: 35px; font-size: 18px; color: #fff; text-align: center; line-height: 35px; position: absolute; left: -5px; bottom: -5px; border-radius: 100%; background: #039002; }
		.welcomeBox .crousel .prize { padding: 5px 10px; font-size: 14px; color: #015a01; position: absolute; right: 0px; top: 10px; background: rgba(255,255,255,0.8); }
		.welcomeBox .product_carousel1 .slick-dots { position: absolute; left: 27px; top: -42px; }
		.welcomeBox .product_carousel1 .slick-dots li { margin-right: 6px; padding: 0px; width: 17px; height: 17px; display: block; float: left; }
		.welcomeBox .product_carousel1 .slick-dots button { display: block; width: 17px; height: 17px; font-size: 13px; color: #fff; border: none; cursor:pointer; text-align: center; background: #015a01; }
		.welcomeBox .product_carousel1 .slick-active button { color: #015a01; background: #f3ca2a; }
		.welcomeBox .crousel .slick-list { overflow: hidden; }
		.welcomeBox .crousel .slick-prev { margin-top: -9px; width: 10px; height: 18px; display: block; text-indent: -9999px; z-index: 9999; border: none; position: absolute; left: 14px; top: 41%; cursor: pointer; background: url(../images/prev.png) left top no-repeat; }
		.welcomeBox .crousel .slick-next { margin-top: -9px; width: 10px; height: 18px; display: block; text-indent: -9999px; z-index: 9999; border: none; position: absolute; right: 5px; top: 41%; cursor: pointer; background: url(../images/next.png) left top no-repeat; }
.welcomeBox .carousel-count, .carousel-count2 {text-align: center; color: #999; font-size: 14px;}

		.welcomeBox .product_carousel2 .slick-dots { display: none!important; }

		.welcomeBox .video { width: 100%; overflow: hidden; text-align: center; }
		.welcomeBox .video_holder { margin-right: -22px; margin-bottom: 15px; }
		.welcomeBox .video_col { padding: 0 22px 12px 0; float: left; width: 50%; }
		.welcomeBox .video_block { width: 100%; position: relative; text-align: center; }
		.welcomeBox .video_block img { width: 100%; }
		.welcomeBox .video_title { display: block; width: 100%; font-size: 16px; color: #fff; font-weight: normal; position: absolute; left: 0px; top: 20px; }
		.welcomeBox .video_play { margin: -17px 0 0 -27px; width: 55px; height: 35px; display: block; text-indent: -9999px; position: absolute; left: 50%; top: 50%; background: url(../images/video_play.png) left top no-repeat; }
		.welcomeBox a.visit { font-size: 12px; color: #029001; }
		.welcomeBox a.visit:hover { text-decoration: none; }

        /* ### content / categorie pages ### */
		.center.contentpage { background:#FFF;min-height:300px; padding:20px; }
		.center.contentpage.proddetails { margin-top:5px; z-index:91; }
        hr.seperateline { border:0.5px solid #e1e1e1; height:0.5px; margin-bottom: 5px; }
		.center.contentpage h2 { font-size:24px; color: #015a01; padding-bottom:10px; }
		.center.contentpage h3 { font-size:24px; color: #015a01; padding: 10px 0; }
		.center.contentpage p { line-height:20px; color:#000;text-align:justify; }
		.center.contentpage article { margin-bottom:7px; }
		.center.contentpage a.readmore { color:#777777;text-align:right; }		

        /* ### product details pages ### */
		div.leftbox { float:left;width:100%;max-width:400px;height:auto;margin-top:10px; }
		 .leftbox img { margin-bottom:5px; padding: 5px; border: solid #CCC thin; background: #FFF; width:100%;max-width:385px; height: auto;border-radius:5px; }
		 .leftbox p.small {text-align:center; font-style:italic; color:#005900; line-height: 18px;width:100%;max-width:400px; }		
		div.rightbox { float:right;width:100%;max-width:650px;height:auto;margin-top:10px; }
		 div.rightbox h1 { font-size:20px;margin-bottom:20px; color:#005900; }
		 div.rightbox h2 { font-size:16px;margin-bottom:10px; color:#005900; }
		 div.rightbox h3 { font-size:16px;margin-bottom:10px; color:#005900; }
		 div.rightbox p { color:#333333;line-height:18px; }
		 div.rightbox a.readmore { color:#666666;font-size:14px;text-align:center;border-top:1px dashed #A1A1A1;padding:5px;margin-top:5px; }
		 div.rightbox .prodLbox { float:left;width:50%; }
		  .prodLbox img.triggernote{width:100%;max-width:275px;height:auto;margin-top:25px;}
		 div.rightbox .prodRbox { float:right;width:45%;margin-left:10px; }
		  .ProdPriceBox { margin:0 auto;color: #005900; font-size: 16px; padding: 10px; border:1px solid #C1C1C1;border-radius:5px;text-align:center;width:90%; }
		  .ProdPriceBox span { font-weight: bold; font-size:24px; }
		  div.rightbox div.amount { color:#005900;font-size:14px;padding:10px;font-weight:normal;text-align:center; }
		  div.rightbox div.amount input[type='number'] {width:40px;height:30px;border: solid #005900 thin;font-size:14px;text-align:center;color:#000;margin-top:10px;}	
		  div.rightbox input[type='submit'] { width:100%;max-width:250px; height:35px; background-color:#02A802; padding:3px; border-color:#028A02; border-style:solid; border-width:2px; font-size:14px;  color:#FFF; border-radius: 3px; margin-top:15px;font-weight:bold;cursor:pointer; }
		  div.rightbox input[type='submit']:hover {background-color: #028A02; border-color:#02A802;}		
		  div.rightbox article { border-top:1px dashed #A1A1A1; }
		  div.rightbox .prodRbox p.brandmsg { width: 90%; padding: 10px; border: 2px dashed #015a01; color:#015a01; text-align: center; margin: 0 auto; border-radius: 5px; font-weight: bold; }
		  div.additionalbox { width:100%;height:auto;min-height:200px;border-top:1px dashed #A1A1A1;margin:10px 0;padding:10px; }
		  div.additionalbox h3.addbox { font-size:16px;margin-bottom:0px; }
		  div.additionalbox p.addbox { font-size:12px; }
			.additionalbox ul { list-style: none; }
		    .additionalbox li { float: left; border:2px solid #A1A1A1;border-radius:5px; padding:10px; margin: 5px; width:100%;max-width: 300px; height: 110px; color:#005900; }
			.additionalbox li:hover { border-color:#005900; }
		    .additionalbox div.epamount {float:left;margin-top:5px;}
		    .additionalbox div.epamount input[type='number'] {width: 30px;height:25px;border: solid #C1C1C1 thin;font-size:12px;text-align:center;color:#000;}	
			.additionalbox div.epprice { float:left;margin:5px 0 0 10px;line-height:25px;font-size:14px;font-weight:bold;color:#005900; }
			 .additionalbox input[type=checkbox].datakopie {visibility: hidden;}
			  /* START SQUARED FOUR */
			  .squaredFour {float:left;margin-right:7px;width:15px;position:relative;}
			  .squaredFour label {cursor:pointer;position:absolute;width:15px;height:15px;left:0;top:0;border:1px solid #666;border-radius:3px;background: #f1f1f1;}
			  .squaredFour label:after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);opacity:0;content:'';position:absolute;width:7px;height:4px;background:transparent;top:3px;left: 3px;border:3px solid #333;border-top: none;border-right: none;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
			  .squaredFour label:hover::after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";filter: alpha(opacity=30);opacity: 0.5;}
			  .squaredFour input[type=checkbox]:checked + label:after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);opacity: 1;} 
			  .squaredFourText{float:left;margin-left:15px;line-height:18px;font-size:12px;text-decoration:underline;}
			  .squaredFourText:hover{color:#000;}
			  /* END SQUARED FOUR */			
			.additionalbox .ExtraProductLinks { float:left; width:100%;max-width:100px;height:90px;padding:0px; }
			.additionalbox .ExtraProductLinks img { width:100%;max-width:90px; height: auto; margin-top:10px; }
			.additionalbox .ExtraProductRechts { float:right; width:100%;max-width:175px;height:90px;line-height:18px;padding:5px; }		  
		div.extrainfobox { width:100%;max-width:385px;height:auto;min-height:100px;border:1px solid #E1E1E1;border-radius:5px;margin:10px 0;padding:10px;text-align:center; }
		div.extrainfobox h3.extrabox { font-size:16px;margin-bottom:0px; }
		div.extrainfobox p.extrabox { text-align:center;font-size:12px; }
		div.extrainfobox p.extrabox a { color:#005900; }
		
    	/* ### winkelwagen pagina ### */
		.ShoppingcartBox { margin: 0 auto; width: 100%;max-width:1100px; min-height: 500px; height: auto; background:#FFF; margin-top:15px; }
		.ShoppingcartBox p { font-size: 12px; line-height: 18px; padding: 10px 0 0px 10px; color:#a1a1a1 !important; font-style:normal; }
		.ShoppingcartBox span { color: #F00; font-size: 16px; font-weight:bold; }
		.ShoppingcartBox img { margin: 0 auto; padding: 10px 0 10px 0; }		
		 .ShoppingcartTop { margin: 0 auto; width: 100%;max-width:1100px; min-height: 40px; height: auto; border:0px solid #C1C1C1; border-radius:5px;margin-bottom:10px; }
		 .ShoppingcartTop h1 { font-size: 28px; color:#005900;text-align:center; }
		 .ShoppingcartTop p { font-size: 12px; line-height: 18px; color:#005900;margin-top:15px;padding:0;font-style:normal; }
		.ShoppingcartView { margin: 0 auto; width: 100%;max-width:1100px; min-height: 100px; height: auto; background:#FFF; border:1px solid #C1C1C1; border-radius:0px; margin-top: 10px; }
		 .ShoppingcartView table { width: 100%;max-width:1100px; padding: 10px; }
		 .ShoppingcartView tr.Topline { font-size:12px; font-weight:bold; color: #000; text-transform:uppercase; background:#E1E1E1; }
		  .Topline td { padding:10px; }
		  .Topline td .trProdNr { width:5%; }
		  .Topline td .trProdTitle { width:40%; }
		  .Topline td .trProdperSt { width:10%; }
		 .ShoppingcartView tr.Prodviewline { font-size:12px; color: #000; background:#FFF; }
		 .ShoppingcartView td.TdProdOverView { width:40%; }
		 .ShoppingcartView td.TdProdSubTotaal { width:16%; }
		 .ShoppingcartView td.trProdAmount { width:15%; }
		  .Prodviewline td { padding:5px; }
		  .Prodviewline td.ProdTitle { font-weight:bold; }
		   .Prodviewline td.ProdTitle span { padding-right: 15px; font-size:12px; color: #000; font-weight:normal; }
		   .Prodviewline td.ProdTitle a { color:#005900; }
		  .Prodviewline td.ProdAmount { text-align:right; }
		    input[type='number'].AmountField { float: left; margin-left: 5px; width:40px;height:32px;padding:5px;background: #FFF;border-radius:5px 0 0 5px; border-color:#C1C1C1;border-style:solid;border-width:thin;font-family: "Verdana", Arial, Helvetica, sans-serif;font-size:12px;color:#333; text-align:center; border-right:none; }
		    input[type='number'].AmountField:focus { -moz-box-shadow: 0px 0px 7px #FCBB81; /* Firefox/Mozilla */ -webkit-box-shadow:  0px 0px 7px #FCBB81; /*Safari/Chrome */box-shadow: 0px 0px 7px #FCBB81; /* Opera & hoe het zou moeten */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#FCBB81')";border-color:#f7941e; }
		    input[type='submit'].AmountField { float: left; width:50px; height:32px;background-color:#777;padding: 3px;border-color: #555;border-style: solid;border-width: thin;font-size: 12px;color: #e1e1e1; border-radius: 0 5px 5px 0;cursor:pointer;}
		    input[type='submit'].AmountField:hover {background-color: #a1a1a1;color: #FFF;}		   
		  .Prodviewline td.ProdPrice { text-align:right; }
		  .Prodviewline td.SubProdPrice { text-align:right; font-weight: bold; }
		 .ShoppingcartView hr { border:1px solid #C1C1C1; height:1px; }
		 
		.ShoppingcartViewBottom { margin: 0 auto; width: 100%;max-width:1100px; min-height: 50px; height: auto; border:2px solid #c1c1c1; border-radius: 0px; margin-top: 10px; }
		 .ShoppingcartViewBottom table { width: 100%;max-width:1100px; }
		 .ShoppingcartViewBottom td { float:right; padding: 10px; width: 33%; }
		  .ShoppingcartViewBottom input[type='submit'].CartButton1 { width:200px; height:30px;background-color:#028A02;padding: 3px;border-color: #02A802;border-style: solid;border-width:2px;font-size: 12px;color: #FFF; border-radius: 5px; font-weight:bold;cursor:pointer;float:right; }
		  .ShoppingcartViewBottom input[type='submit'].CartButton1:hover {background-color: #02A802;border-color:#028A02;color: #FFF;}
		  .ShoppingcartViewBottom input[type='submit'].CartButton2 { width:175px; height:30px;background-color:#FFDD55;padding: 3px;border-color: #005900;border-style: solid;border-width: thin;font-size: 12px;color: #005900; border-radius: 5px; font-weight:bold;cursor:pointer; }
		  .ShoppingcartViewBottom input[type='submit'].CartButton2:hover {background-color: #666;color: #FFF; border-color: #FFF;}
		  .ShoppingcartViewBottom input[type='submit'].CartButton3 { width:175px; height:30px;background-color:#FFDD55;padding: 3px;border-color: #005900;border-style: solid;border-width: thin;font-size: 12px;color: #005900; border-radius: 5px; font-weight:bold;cursor:pointer; }
		  .ShoppingcartViewBottom input[type='submit'].CartButton3:hover {background-color: #666;color: #FFF; border-color: #FFF;}	
			.LinkWinkelwagenLegen {  width:175px; height:30px;background-color:#999;padding: 3px;border-color: #c1c1c1;border-style: solid;border-width: 2px;font-size: 12px;color: #fff; border-radius: 5px; font-weight:bold; text-align: center !important;cursor:pointer;margin:0 auto; }
			.LinkWinkelwagenLegen a { text-decoration: none; color: #fff; line-height: 22px; }
			.LinkWinkelwagenLegen:hover, .LinkWinkelwagenLegen:hover a { background-color: #a1a1a1;color: #FFF !important; border-color: #999; }
			.LinkWinkelwagenLegen a:hover { text-decoration: underline; color: #FFF !important; }			

		/* ### bestelproces pagina ### */
		.BestelprocesBox { margin: 0 auto; width:100%;max-width: 1100px; min-height: 500px; height: auto; background:#FFF; border-radius: 5px;  }
		div.BestelProcesStap1L { float:left; width:100%;max-width: 600px; height:auto;min-height: 375px; color: #000; border:1px solid #E1E1E1; padding: 10px; border-radius:0px; }
		 div.BestelProcesStap1L.stap2 { min-height: 415px; }
		div.BestelProcesStap1R { float: right; width:100%;max-width: 450px; height:auto;min-height: 375px; color: #000; border:1px solid #E1E1E1; padding: 10px; border-radius:0px; }
		 div.BestelProcesStap1R ul {  }
		 div.BestelProcesStap1R.stap2 { min-height: 415px; }

			 /* ###step radio box ### */
			.stepradioBox { position: relative; padding: 13px 25px 13px 0; margin-bottom: 10px; overflow: hidden; width: 100%; }
			.stepradioBox h4 { padding: 0px 0px 13px 0px; font-size: 14px; color: #005900; font-weight:bold; }
			.stepradioBox ul { padding: 0px 0px 17px 0px; overflow: hidden; list-style: none; }
			.stepradioBox li { margin-bottom: 10px; overflow: hidden; }
            .stepradioBox li input[type='radio'] { margin-right:7px; }
			.stepradioBox li .text { font-size: 14px; color: #333333; width:100%; padding:10px 0; float: left;  border: 1px solid #f1f1f1;}
			.stepradioBox .label { width: 126px; float: left; font-size: 14px; color: #638c26; }
			.stepradioBox li .text:hover { border: 1px solid #005900; }
            .stepradioBox .datepicker { width:200px !important; float: left; }
            .stepradioBox .ui-datepicker-trigger { float: left; margin-left: 10px; cursor: pointer; }
            .stepradioBox small { float:left; margin-left: 10px; font-size: 12px; line-height:36px; font-style:normal !important; }
			 
		.BestelprocesBox img { margin: 0 auto; padding: 10px 0 10px 0; }
		.InvoerVeldenBox { margin: 0 auto; width:100%;max-width: 1100px; height: auto; margin-top: 10px; }
		.InvoerVeldenBox h2.orderproc { font-weight:bold; font-size: 16px; color: #005900; }
		.InvoerVeldenBox p { margin-top: 5px; font-size: 12px; margin-bottom:15px; color: #005900; line-height: 18px; }
		.ProcessBarBox { margin: 0 auto; width:100%;max-width: 1100px; height: 30px; background:#005900;border-radius:0px; }
		 .ProcessBarBox table { width: 100%; letter-spacing: 1px; text-transform: uppercase; }
		  .ProcessBarBox table td { line-height:27px;padding-left:10px; }
		  .ProcessBarBox table td.active { color: #FFDD55; font-weight:bold; }
		  .ProcessBarBox table td.nonactive { color: #DCEBBA; }
		  .ProcessBarBox div.showalways { float:left; }
		  .ProcessBarBox div.nomobile { float:left; }
		  
			div.uppercase input { text-transform: uppercase; }  	
			 div.fieldtitle { width:100%;max-width:185px;float:left;padding-top:7px; }
			 div.fieldinput { float:left; }
			div.BestelprocesBox input[type='text'] { width:238px;height:30px;padding:5px;background:#F1F1F1;border-radius:5px; border-color:#999999;border-style:solid;border-width:thin;font-family: "Verdana", Arial, Helvetica, sans-serif;color:#000; }
			div.BestelprocesBox input[type='text']:focus, input[type='password']:focus { -moz-box-shadow: 0px 0px 7px #FCBB81; /* Firefox/Mozilla */ -webkit-box-shadow:  0px 0px 7px #FCBB81; /*Safari/Chrome */box-shadow: 0px 0px 7px #FCBB81; /* Opera & hoe het zou moeten */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#FCBB81')";border-color:#f7941e;}
			div.BestelprocesBox input[type='text'].postcode { width: 90px; text-transform:uppercase; margin-bottom: 5px; }
			div.BestelprocesBox input[type='text'].streetnumber { width: 50px; margin-bottom: 5px; }
			div.BestelprocesBox input[type='text'].street { text-decoration: none; margin-bottom: 5px; }
			div.BestelprocesBox input[type='text'].city { text-transform:none; margin-bottom: 5px; }
		    div.BestelprocesBox input[type='text'].sendto { text-decoration: none; margin-bottom: 5px; }
			div.BestelprocesBox input[type='text'].klantemail { text-transform:none; margin-bottom: 5px; }
			div.BestelprocesBox input[type='text'].klanttel { text-transform:none; margin-bottom: 5px; }	
			div.BestelprocesBox span.ontspinner{display:none;float:right;margin-top:4px;}
		    div.BestelprocesBox span.ontspinner img{width:20px;height:auto;vertical-align:middle;} 
			div.BestelprocesBox select { width:238px;height:30px;background: #F1F1F1;border-radius: 5px; border-color:#999999;border-style:solid;border-width:thin;font-family: "Verdana", Arial, Helvetica, sans-serif;color:#000; }
			div.BestelprocesBox textarea { margin-left: 5px; width:350px; height: 50px;line-height: 18px;padding:5px;background: #FFF;border-radius: 5px; border-color:#999999;border-style:solid;border-width:thin;font-family: "Verdana", Arial, Helvetica, sans-serif;color:#333; }
			
			div.BestelprocesBox span { margin-left: 5px; color:#F00; text-transform:lowercase; font-size:11px; font-weight:bold; }
			div.BestelprocesBox label { margin-left: 15px; color:#000; }
			div.BestelprocesBox small { color:#000; font-size: 11px; font-weight:normal; font-style:italic; }
			div.BestelprocesBox a { margin-left: 5px; color: #00F; text-decoration:none; text-transform:uppercase; font-weight:bold; font-size:10px; }	
			
		.BestelprocesBottom { margin: 0 auto; width:100%;max-width: 1100px; min-height: 55px; height: auto; background:#FFF; border:2px solid #028A02; border-radius:0px; margin-top: 10px; }
		 .BestelprocesBottom div.FloatRight { float:right; padding: 10px; }
		 .BestelprocesBottom div.FloatLeft { float:left; padding: 10px; }
		  .BestelprocesBottom input[type='submit'].CartButton1 { width:175px; height:30px;background-color:#02A802;padding: 3px;border-color:#028A02;border-style: solid;border-width:2px;font-size: 12px;color: #FFF; border-radius: 5px; font-weight:bold;cursor:pointer; }
		  .BestelprocesBottom input[type='submit'].CartButton1:hover {background-color: #028A02; border-color:#02A802;}
		  .BestelprocesBottom input[type='submit'].CartButton3 { width:175px; height:30px;background-color:#FFDD55;padding: 3px;border-color: #005900;border-style: solid;border-width: thin;font-size: 12px;color: #005900; border-radius: 5px; font-weight:bold;cursor:pointer; }
		  .BestelprocesBottom input[type='submit'].CartButton3:hover {background-color: #666;color: #FFF; border-color: #FFF;}	
		  
		 .BetaalmethodeBox { margin: 0 auto; width:100%;max-width: 1100px; height: auto; margin-top: 10px; }
		  .BetaalmethodeBox h2.orderproc { font-weight:bold; font-size: 16px; color: #005900; }
		  .BetaalmethodeBox p { margin-top: 0px; font-size: 12px; margin-bottom:15px; color: #005900; line-height: 18px; }	

		   div.idealBox { float: left; border:2px solid #CCC; border-radius: 5px; padding: 5px; }
		   div.creditcardBox { float: left; border:2px solid #CCC; border-radius: 5px; padding: 5px; margin-left: 5px; }
		   div.paypalBox { float: left; border:2px solid #CCC; border-radius: 5px; padding: 5px; margin-left: 5px; }
		   div.afterpayBox { float: left; border:2px solid #CCC; border-radius: 5px; padding: 5px; margin-left: 5px; }
		   div.voorwaardenBox { border: dashed #005900 thin; border-radius: 5px; padding: 7px; margin-top: 10px; }
		    div.voorwaardenBox a small label { color: #005900 !important; font-weight:bold; text-transform:none; font-size:14px; font-style:normal; }
			div.voorwaardenBox a.readAV { text-transform:none; font-size:11px; color:#000;font-weight:normal; }
		   
		   div.BestelProcesStap1R p { color:#999; }
		   div.BestelProcesStap1R div.adres { margin: 0 auto; text-align: center; font-weight:bold; line-height:18px; text-transform: uppercase; font-size:14px; border: 2px solid #CCC; border-radius: 3px; box-shadow: 2px 2px 3px rgba(0,0,0,0.5); padding: 10px; color: #000; }
		   div.BestelProcesStap1R big { font-size: 16px; font-weight: bold; }
		   
		  div.BevestigingsBox { margin: 0 auto; width: 100%; height: auto; margin-top: 10px; border: solid #005900 thin; padding: 10px; border-radius: 3px; }
		   div.BevestigingsBox h2 { font-weight:bold; font-size: 16px; color: #005900; text-align:center; margin-bottom:15px; }
		   div.BevestigingsBox h3 { font-weight:bold; font-size: 12px; color: #005900; text-align:center; margin-bottom:15px; }
		   div.BevestigingsBox p { font-size: 12px; margin-bottom:15px; color: #005900; line-height: 18px; text-align:center !important; }
		   
		   div.BetaalBox { width: 450px; border: solid #CCC 3px; border-radius: 5px; margin:0 auto; margin-top: 15px; padding: 15px; }
		   div.BetaalBox h3 { font-size: 14px; color:#005900; text-align:center; }
		   div.BetaalBox input[type='submit'].BuckarooButton { width:175px; height:30px;background-color:#005900;padding: 3px;border-color: #FFF;border-style: solid;border-width: thin;font-size: 12px;color: #FFF; border-radius: 5px; font-weight:bold; margin-left: 15px; }
		   div.BetaalBox input[type='submit'].BuckarooButton:hover {background-color: #666;color: #FFF;}		   
		   div.BetaalInstructies ul { list-style:decimal; padding: 10px 0 0 25px; margin:0 0 15px 0; }
		   div.BetaalInstructies li { color: #000; font-size: 13px; line-height: 24px; text-align: justify; }
		   div.BetaalLogo img { margin: 0 auto; width: 250px; height:auto; margin-top:15px; }
		   
		  div.nieuwsbriefBoxStap3 { width: 40%; border: solid #CCC 3px; border-radius: 5px; margin:0 auto; margin-top: 15px; padding: 15px; }
		  div.nieuwsbriefBoxStap3 h3 { font-size:14px; color: #FFDD55; font-weight:bold; margin-bottom:6px; }	
		  div.nieuwsbriefBoxStap3 p { color: #000; font-weight:bold; font-size: 12px; line-height: 18px; }
		  div.nieuwsbriefBoxStap3 table.aanmeldkeuzeBox { height: 35px; color: #000 !important; letter-spacing:1px; width: 100%; font-weight:bold; }
		  div.nieuwsbriefBoxStap3 fieldset { border:0px; }
		  div.nieuwsbriefBoxStap3 input[type='text'] { width:230px;height:30px;padding:5px;background:#F1F1F1;border-radius:5px; border-color:#999999;border-style:solid;border-width:thin;font-family: "Verdana", Arial, Helvetica, sans-serif;color:#000; margin-bottom: 5px; text-align:center; margin:0 auto;margin-bottom:10px; }
		  div.nieuwsbriefBoxStap3 input[type='text']:focus { border-color:#005900; }		  
		  div.nieuwsbriefBoxStap3 input[type='submit']{ width:230px; height:30px;background-color:#005900;padding: 3px;border-color: #FFF;border-style: solid;border-width: thin;font-size: 12px;color: #FFF; border-radius: 5px; font-weight:bold;cursor:pointer; }
		  div.nieuwsbriefBoxStap3 input[type='submit']:hover {background-color: #000;color: #FFF;}	
		  
		/* ### block box ### */
		.blockBox { padding: 13px 0 15px 0; margin-bottom: 13px; width: 100%; overflow: hidden; border-bottom: 1px solid #e1e1e1; }
		.blockBox.catpage { border-bottom:none; }
		.blockBox .holder { margin-right: -10px; }
		.blockBox .column { padding: 0 10px 10px 0; width: 25%; float: left; }
		.blockBox .block { width: 100%; overflow: hidden; border-radius:0px; border:1px solid #e1e1e1; }
		.blockBox .block:hover { box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.19); }
		.blockBox .title { display: block; height:50px; font-size: 14px; color: #000; text-align: center; line-height: 18px; padding-top:6px; border-bottom: 3px solid #fff; background: #FFF; }
		.blockBox .title a { color: #fff; text-decoration:none; }
		.blockBox .title.catpage { display: block; height:50px; border-bottom: 3px solid #fff; background: #015a01; padding-top:6px; }
		.blockBox .title.catpage p { margin:0 auto; width:95%; font-size: 12px; color: #FFF; text-align: center; line-height: 18px; }
		.blockBox .button { padding: 9px 0; width: 100%; text-align: center; border-top: 3px solid #fff; background: #FFF; }
		.blockBox .image {  }
		.blockBox .image figure { width:100%; height:auto;max-height: 190px; }
		.blockBox .button.catpage { padding-bottom: 15px; }
		.blockBox .button p { color:#015a01;padding:10px;text-align:center; }
		.blockBox .button a.offer { width: 150px; height: 30px; display: inline-block; font-size: 14px; color: #FFF; text-decoration: none; line-height: 30px; border-radius: 3px; background: #039002; }
		.blockBox .button a.offer.catpage { width:100%; max-width: 180px; height: 30px; display: inline-block; font-size: 14px; color: #015a01; text-decoration: none; line-height: 22px; border-radius:0; background: #f6ce35; padding-top:4px; font-weight:bold; }
		.blockBox .button a.offer:hover { text-decoration: underline; }
		.blockBox a.loaderbtn { padding: 0 0 0 34px; margin: 0 auto; display: block; width: 218px; height: 30px; font-size: 11px; color: #333; line-height: 30px; text-decoration: none; border-radius:0; background: #f1f1f1 url(../images/loader.png) 7px 5px no-repeat; }

		/* ### detail box ### */
		.detailBox { padding: 12px; width: 100%; overflow: hidden; border-radius: 5px; background: #f1f1f1; }
		.detailBox h2 { padding: 0 0 10px 0; font-size: 20px; color: #005900; font-weight: normal; }
		.detailBox h3 { font-size: 16px; color: #005900; font-weight: normal; }
		.detailBox p { padding: 10px 0 10px 0; font-size: 12px; color: #000; line-height: 19px; }
		.detailBox p span { font-weight: bold; }
		.detailBox p a { color: #005900; font-weight:bold; }

		/* ### reviews box ### */
		.reviewsBox { padding: 15px 0 25px 0; margin-top: 10px; width: 100%; overflow: hidden; border-top: 1px solid #e1e1e1; }
		.reviewsBox .holder { margin-right: -47px; }
		.reviewsBox .block { padding: 0 47px 0 0; width: 50%; float: left; }
		.reviewsBox h2 { font-size: 16px; color: #015a01; font-weight: normal; margin-bottom:5px; }
		.reviewsBox h2 span { font-weight: 700; }
		.reviewsBox p { font-size: 12px; color: #000; }
		.reviewsBox h2 a { color:#015a01; }
		.reviewsBox .review-text { text-align: left; }
		.reviewsBox .green-plane { padding: 20px 10px; margin-top: 15px; margin-bottom: 15px; width: 100%; height:175px; position: relative; overflow: hidden; border-radius: 5px; background: #dcebba; }

		.reviewsBox .review-left { width: 145px; float: left; text-align: center; }
		.reviewsBox .review-left .img { display: inline-block; }
		.reviewsBox .stars { padding-bottom: 15px; text-align: center; overflow: hidden; }
		.reviewsBox .stars ul { list-style: none; }
		.reviewsBox .stars li { padding: 0 2px; display: inline-block; }
		.reviewsBox .number { padding-bottom: 20px; font-size: 15px; color: #000; text-align: center; display: block; font-weight: bold; }

		.reviewsBox .review-right { padding: 0 0 0 70px; width: calc(100% - 145px); float: right; position: relative; background: url(../images/qote.png) 40px 0px no-repeat; }
		.reviewsBox .review-right ul { list-style: none; }
		.reviewsBox .review-right li { padding: 14px 0 0 0; line-height: 16px; font-style: italic; }
		.reviewsBox .review-right .paging { position: absolute; right: 0%; bottom: -15px; z-index: 9999; width: 100%; }
		.reviewsBox .review-right .cycle-pager { float: right; }
		.reviewsBox .review-right .cycle-pager span { margin-left: 7px; width: 12px; height: 12px; float: left; color: transparent; cursor: pointer; -webkit-border-radius: 100%; border-radius: 100%; background: #fff; }
		.reviewsBox .review-right .cycle-pager .cycle-pager-active { background: #015a01; }

		.reviewsBox fieldset { border: none; }
		.reviewsBox .green-plane.subscribe { padding: 15px 25px; background: #dcebba url(../images/newsletter_bg.png) left top no-repeat; }
		.reviewsBox .subscribe-text { text-align: right; }
		.reviewsBox .subscribe-left { padding: 0 38px 0 0; width: 249px; float: left; }
		.reviewsBox .subscribe-right { width: calc(100% - 249px); float: right; }
		.reviewsBox input[type="text"] { padding: 7px 15px; margin-bottom: 13px; width: 100%; height: 34px; font-size: 14px; color: #999; text-align: center; line-height: 22px; border: none; border-radius: 3px; background: #f1f1f1; }
		.reviewsBox .button { width: 100%; height: 34px; margin-bottom: 10px; font-size: 14px; color: #fff; text-align: center; cursor: pointer; border: none;  border-radius: 3px; background: #015a01; }
		.reviewsBox .info { font-size: 11px; color: #8eb634; float: right; }

		.reviewsBox a.link { font-size: 12px; color: #666; float: right; }
		.reviewsBox a.link:hover { text-decoration: none; }

		/* ### informatie en other pages ### */
		.InfoPageWrapper { width: 100%; height:auto; background:#FFF; border-radius: 5px; }
		 .InfoPageBox { float: left; width: 65%; min-height: 300px; height: auto; margin: 0 auto; margin-bottom:25px; border-radius: 5px; }		   
		  .InfoPageBox h1 { font-size: 20px; padding:10px !important; color:#005900; height: auto; }
		  .InfoPageBox h2 { font-size: 16px; padding:10px !important; color:#005900; height: auto; }
		  .InfoPageBox h3 { font-size: 14px; padding:10px !important; color:#005900; height: auto; }
		  .InfoPageBox h4 { font-size: 14px; padding:10px !important; color:#005900; height: auto; }
		  .InfoPageBox h5 { font-size: 14px; padding:10px !important; color:#005900; height: auto; }
		  .InfoPageBox h1 a { color:#005900; }
		  .InfoPageBox p { padding: 10px; color: #000; font-size: 12px; text-align:justify; line-height: 18px; }
		  .InfoPageBox img { max-width: 550px; height:auto; }
		  .InfoPageBox a { color: #005900; font-weight:bold; font-size: 12px; line-height: 18px; }
		  .InfoPageBox ul { list-style:square; padding: 10px 0 0 25px; }
		  .InfoPageBox li { color: #000; font-size: 13px; line-height: 18px; text-align: justify; }
		  .InfoPageBox li span { font-weight: bold; }
		  .InfoPageBox form { margin-left:10px; }
		  .InfoPageBox form input[type='text'] { width:225px;height:30px;padding:5px;background:#F1F1F1;border-radius:3px; border-color:#999999;border-style:solid;border-width:thin;font-family: "Verdana", Arial, Helvetica, sans-serif;color:#000; margin-bottom: 5px; text-align:center; }
		  .InfoPageBox form input[type='submit']{ width:197px; height:32px;background-color:#005900;padding: 3px;border-style: solid;border-width: thin;font-size: 12px;color: #FFF; border-radius: 3px; font-weight:bold; cursor:pointer; }
		  .InfoPageBox input[type='submit']:hover {background-color: #000;}
		  .InfoPageBox .pagNav { text-align:center; height: 50px; margin: 10px; margin-bottom:0px; }
		  .InfoPageBox .pagNav a { color: #005900; padding: 0 7px 0 7px; }
		   .InfoTekst table { margin:0 auto; width: 300px; border: solid #005900 thick; border-radius: 10px; }
		   .InfoTekst table tr { height: 15px; }
		   .InfoTekst table td { color: #000; }		  
		   .InfoPageBox table.reacties { margin:0 auto; width:100%; border: 2px solid #005900;background:#f1f1f1; border-radius: 3px; padding: 10px; margin-bottom:25px; }
		   .InfoPageBox table.reacties hr.lijn { border:none; border-top:1px solid #005900; height:1px; padding-top: 5px; padding-bottom: 5px; }
		   .InfoPageBox table.reacties td.naamdatum { width: 200px; vertical-align:top; color:#000; }
		   .InfoPageBox table.reacties td.bericht { color: #000; line-height:18px; }
		   .InfoPageBox table.album { margin:0 auto; width:100%; border: 2px solid #005900;background:#f1f1f1; border-radius:3px; padding: 10px; margin-bottom:25px; }
		   .InfoPageBox table.album hr.lijn { border:none; border-top:1px solid #005900; height:1px; padding-top: 5px; padding-bottom: 5px; }
		   .InfoPageBox table.album td.albumDesc { vertical-align:top; color: #000; line-height:18px; }
		   .InfoPageBox table.album td.thumbImg { width: 200px;  }		   
		     table.album td.thumbImg img { border: solid #FFF 7px; border-radius:0px; box-shadow: 3px 3px 3px rgba(0,0,0,0.7);  }
			 table.album td.thumbImgHome img { border: solid #FFF 7px; border-radius:0px; box-shadow: 3px 3px 3px rgba(0,0,0,0.7); margin-right:10px; width:125px; height:auto; }
			 div.ThumbPictures { margin:0 auto; padding-left: 25px; width:100%; margin-bottom:20px; }
			 div.ThumbPictures img { float: left; border: solid #FFF 7px; border-radius:5px; box-shadow: 3px 3px 3px rgba(0,0,0,0.7); margin: 0 10px 10px 0; }  
		   .InfoPageBox .refBox { float:left; width: 210px; height: 190px; border: solid #005900 2px; border-radius:5px; margin:5px; }
		   .InfoPageBox .refBox:hover { border-color:#A1A1A1;cursor:pointer; }
		   .InfoPageBox .refBox h5 { font-size: 12px; height: 27px; margin-bottom:20px; color:#005900; width:95%; height:35px; text-align:center; font-weight:bold; }
		   .InfoPageBox .refBox img { border: solid #FFF 7px; box-shadow: 3px 3px 3px rgba(0,0,0,0.7); margin:0 auto; border-radius:5px; }
		   .InfoPageBox hr { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }
		   .InfoPageBox div.cattipsbox { float:left;margin-left:10px;border:1px solid #e1e1e1; border-radius:5px;padding:10px;width:31%;height:300px; }
		    .InfoPageBox div.cattipsbox span { display:block;margin:0 auto;font-size:16px;text-align:center;color:#015a01; }
			.InfoPageBox div.cattipsbox p { font-size:12px;text-align:center;color:#000;line-height:18px; }
			.InfoPageBox div.cattipsbox img { width:100%; height:auto; margin:10px 0; }
			.InfoPageBox div.cattipsbox a { width: 100%; height: 30px; display:block; font-size: 14px; color: #f6ce35; text-decoration: none; line-height: 30px; border-radius: 3px; background: #015a01;text-align:center;margin:0 auto; font-weight:normal; }
		   
		   /* ### SEO INFO TEKSTEN OPMAAK ### */ 
		   .SeoInfoTekst h1 { font-size: 24px !important; font-weight:bold; margin-bottom:10px; color:#005900; }
		   .SeoInfoTekst h2 { font-size: 20px; padding:10px !important; margin-top:15px; color:#005900; }
		   .SeoInfoTekst h3 { font-size: 18px; padding:10px !important; color:#005900; }
		   .SeoInfoTekst h4 { font-size: 16px; padding:10px !important; color:#005900; }
		   .SeoInfoTekst h5 { font-size: 16px; padding:10px !important; color:#005900; }
		   .SeoInfoTekst p { padding: 10px; color: #000; font-size: 14px; text-align:justify; line-height:24px; }
		   .SeoInfoTekst li { line-height:24px; }
		   .SeoInfoTekst ul.seolists { list-style:square; margin-left: 20px; }
		   .SeoInfoTekst ul.seolists li { list-style:square; line-height:24px; }		   
		   .SeoInfoTekst img { border: solid #FFF 7px; box-shadow: 3px 3px 3px rgba(0,0,0,0.7); margin:0 auto; border-radius:5px; }
		   .SeoInfoTekst img.smallseoimg { border: solid #FFF 7px; box-shadow: 3px 3px 3px rgba(0,0,0,0.7); margin-right:5px; border-radius:5px; float:left;width:30%;height:auto; }
		   .SeoInfoTekst a.seobuttoncat { display:block;width:50%;height:40px;border-radius:3px;padding:10px;margin: 0 auto;text-align:center;background:#005900;color:#FFFFFF;margin-top:15px;margin-bottom:15px;text-decoration:none;font-size:16px; }
		   .SeoInfoTekst a.seobuttoncat:hover { color:#FFDD55;text-decoration:underline; }
		 
		 .rechterBox { float:right; width: 30%; margin-bottom:25px; background:#FFFFFF; }
		  .rechterBox h3 { font-size:18px !important; }
		  .rechterBox ul { width: 100%; list-style: none; }
		  .rechterBox li { width: 100%;float:left;line-height:20px; }
		  .rechterBox li a { color: #0066CC !important; font-size: 12px; text-decoration: none; display: block; background: none!important; font-weight: normal !important; }
		  .rechterBox a:hover { margin-left: 0px !important; color: #000 !important; text-decoration: underline; }	
		  .rechterBox .Bold {font-weight: bold; }
		  .KlantenserviceInfoBox { padding: 10px; width:100%;max-width:100%; min-height: 50px; height: auto; border:1px solid #005900; line-height: 17px; }
		  
		  .rechterBox a.but_assortiment { display:block;width:90%;height:40px;border-radius:3px;padding:10px;text-align:center;background:#005900;color:#FFFFFF;margin:0 auto;margin-top:15px;margin-bottom:15px;text-decoration:none;font-size:16px; }
		  .rechterBox a.but_assortiment:hover { color:#FFDD55 !important;text-decoration:underline; margin:0 auto; }
		  .rechterBox div.raster { width:100%; height:135px; padding:15px; margin-top:20px; color:#005900; border-radius: 3px; border: solid #E1E1E1 thin; }
		  .rechterBox div.raster h3 { font-size:16px; font-weight:bold; margin:0 auto;text-align:center; }
		  .rechterBox div.raster a { text-decoration:underline; color:#000; }
		  .rechterBox div.raster a:hover { text-decoration:none; }
		  .rechterBox div.rasterTips { background:#FFF; width:100%; height:auto;min-height:200px; padding:10px; margin-top:20px; color:#267612; border-radius: 5px; border: solid #E1E1E1 thin; }
		  .rechterBox div.rasterTips h3 { font-size:14px; font-weight:bold; margin-bottom:6px; }
		  .rechterBox div.rasterTips a { text-decoration:underline; color:#267612; line-height: 20px; }
		  .rechterBox div.rasterTips a:hover { text-decoration:none; }		  
		  .rechterBox div.overige-artikelen { background:url("https://www.palmexpert.nl/images/right_accesoiresonderhoud.gif") no-repeat; width:90%; height:auto; min-height:135px; margin-top:20px; color:#fff; text-align:justify; }
		  .rechterBox div.overige-artikelen a { text-decoration:underline; color:#fff; }
		  .rechterBox div.overige-artikelen a:hover { text-decoration:none; }	 
		  .rechterBox div.nieuwsbriefBox { background:#005900; width:100%; height:auto; padding:15px;text-align:justify; border-radius: 5px; }
		  .rechterBox div.nieuwsbriefBox h3 { font-size:14px; color: #FFDD55; font-weight:bold; margin-bottom:6px; }	
		  .rechterBox div.nieuwsbriefBox p { color: #FFF; font-size: 12px; line-height: 18px; }
		   div.nieuwsbriefBox table.aanmeldkeuzeBox { height: 35px; color: #FFDD55; letter-spacing:1px; width: 100%; font-weight:bold; }
		   div.nieuwsbriefBox input[type='text'] { width:185px;height:30px;padding:5px;background:#F1F1F1;border-radius:5px; border-color:#999999;border-style:solid;border-width:thin;font-family: "Verdana", Arial, Helvetica, sans-serif;color:#000; margin-bottom: 5px; text-align:center; }
		   div.nieuwsbriefBox input[type='text']:focus { border-color:#FFF; }		  
		   div.nieuwsbriefBox input[type='submit']{ width:197px; height:30px;background-color:#FFDD55;padding: 3px;border-color: #FFF;border-style: solid;border-width: thin;font-size:14px;color: #005900; border-radius: 5px; font-weight:bold;margin-bottom:15px; cursor:pointer; }
		   div.nieuwsbriefBox input[type='submit']:hover {background-color: #666;color: #FFF;}	
		   .rechterBox div.rasterReview { background:#DCEBBA; width:100%; height:125px; padding:10px; color:#267612; text-align:justify; border-radius: 5px; border: solid #005900 thin; }

		.AanmeldingFormulierBox { margin: 0 auto; margin-bottom: 10px; margin-top:10px; width:100%; border: 2px solid #005900;background:#f1f1f1; border-radius: 3px; height: auto; }
		.AanmeldingFormulierBox table { padding: 5px; color:#000; }
		.AanmeldingFormulierBox td { vertical-align:top; }
		.AanmeldingFormulierBox table h3 { margin-bottom: 15px; font-size:14px; padding: 0; }
		.AanmeldingFormulierBox table span { margin-bottom: 15px; line-height:30px; font-weight:bold; }
 
       /* ### look box ### */
			.aanmeldenBox { width: 665px; height: auto; background:#FFF; border-radius: 5px; margin-top:10px; -moz-box-shadow: 0px 0px 12px #999; /* Firefox/Mozilla */ -webkit-box-shadow:  0px 0px 12px #999; /*Safari/Chrome */box-shadow: 0px 0px 12px #999; /* Opera & hoe het zou moeten */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#666')"; border: solid #FFF thick; }
			.aanmeldenBox .top { border-radius: 3px 5px 0 0; height: 30px; background: #1B305E; /* Old browsers */
		background: -moz-linear-gradient(top, #1B305E 0%, #294A8F 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1B305E), color-stop(100%,#294A8F)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #1B305E 0%,#294A8F 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #1B305E 0%,#294A8F 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #1B305E 0%,#294A8F 100%); /* IE10+ */
		background: linear-gradient(to bottom, #1B305E 0%,#294A8F 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1B305E', endColorstr='#294A8F',GradientType=0 ); /* IE6-9 */ }
			.aanmeldenBox .top h1 { padding: 7px; font-size: 14px; font-weight: normal; color: #FFF; text-align: center; }
			.aanmeldenBox .top h2 { padding: 7px; font-size: 14px; font-weight: normal; color: #FFF; text-align: center; }
			.aanmeldenBox .top h3 { padding: 7px; font-size: 14px; font-weight: normal; color: #FFF; text-align: center; }
			.aanmeldenBox p { padding: 15px 0 15px 15px; width: 615px; color:#333; font-size: 12px; line-height: 17px; }
			.aanmeldenBox table { width: 320px; padding: 0px 0 0 10px; font-size: 12px; line-height: 13px; }
			.aanmeldenBox td { vertical-align:top; }
			.aanmeldenBox table h3 { color: #1B305E; padding: 15px 0 15px 0;  }
			.aanmeldenBox table span { color: #000; font-weight: bold; line-height: 25px; }
			.aanmeldenBox div.uppercase input { text-transform: uppercase; } 
		    .aanmeldenBox a { font-size: 12px; color: #00F; text-decoration: none; }
		    .aanmeldenBox a:hover { text-decoration: underline; }	
         
		 /* ### formulieren op de website ### */
		.AanmeldingFormulierBox input[type='text'] { width:225px;height:30px;padding:5px;background:#F9F9F9;border-radius:5px; border-color:#999999;border-style:solid;border-width:thin;font-family: "Verdana", Arial, Helvetica, sans-serif;color:#000; }
		.AanmeldingFormulierBox input[type='text']:focus { border-color:#005900;}
		.AanmeldingFormulierBox input[type='text'].postcode { width: 55px; text-transform:uppercase; margin-bottom: 5px; }
		.AanmeldingFormulierBox input[type='text'].streetnumber { width: 50px; text-transform:uppercase; margin-bottom: 5px; }
		.AanmeldingFormulierBox input[type='text'].street { width: 190px; text-decoration: none; margin-bottom: 5px; color: #333; }
		.AanmeldingFormulierBox input[type='text'].city { width: 185px; text-transform:none; margin-bottom: 5px; color: #333; }
		.AanmeldingFormulierBox input[type='text'].sendto { text-decoration: none; margin-bottom: 5px; }
		.AanmeldingFormulierBox input[type='text'].klantemail { text-transform:none; margin-bottom: 5px; }
		.AanmeldingFormulierBox input[type='text'].klanttel { text-transform:none; margin-bottom: 5px; }
		.AanmeldingFormulierBox input[type='text'].lng { text-transform:none; margin-bottom: 5px; width: 105px; color: #999; }
		.AanmeldingFormulierBox input[type='text'].lat { text-transform:none; margin-bottom: 5px; width: 105px; color: #999; }
		
		.AanmeldingFormulierBox input[type='checkbox'] { text-transform:none; margin: 15px 0 5px 0; width: 30px; }
		.AanmeldingFormulierBox select { width:238px;height:30px;background: #F1F1F1;border-radius: 5px 0 0 5px; border-color:#999999;border-style:solid;border-width:thin;font-family: "Verdana", Arial, Helvetica, sans-serif;color:#000; }
		.AanmeldingFormulierBox textarea.groothandel { width:225px; height: 75px;line-height: 18px;padding:5px;background: #FFF;border-radius: 5px; border-color:#999999;border-style:solid;border-width:thin;font-family: "Verdana", Arial, Helvetica, sans-serif;color:#333; }
		.AanmeldingFormulierBox textarea.contact { width:250px; height: 150px;line-height: 18px;padding:5px;background: #FFF;border-radius: 5px; border-color:#999999;border-style:solid;border-width:thin;font-family: "Verdana", Arial, Helvetica, sans-serif;color:#333; }
		.AanmeldingFormulierBox textarea:focus { border-color:#005900; }
		.AanmeldingFormulierBox input[type='submit'] { width:175px; height:30px;background-color:#005900;padding: 3px;border-color: #FFF;border-style: solid;border-width: thin;font-size: 12px;color: #FFF; border-radius: 5px; font-weight:bold; margin-top: 10px; margin-bottom:10px; cursor:pointer; }
		.AanmeldingFormulierBox input[type='submit']:hover {background-color: #000;color: #FFF;}

	/* ### footer container ### */
	#footerCntr { overflow: hidden; width: 100%; }

		/* ### footer box ### */
		.footerBox { padding: 20px 0 15px 0; width: 100%; background: #015a01; }
		.footerBox .title { display: block; padding-bottom: 20px; font-size: 14px; color: #f6cd34; font-weight: 700; }
		.footerBox .left { width: calc(100% - 212px); float: left; }
		.footerBox .left_block { width: 33.3%; float: left; position: relative; }
		.footerBox .left_block:after { width: 2px; height: 172px; display: block; content: ""; position: absolute; right: 60px; top: 25px; background: url(../images/footer-border.jpg) left top repeat-y; }
		.footerBox .left ul { padding: 6px 0 0 0; list-style: none; }
		.footerBox .left li { padding-bottom: 4px; }
		.footerBox .left li a { font-size: 12px; color: #fff; text-decoration: none; }
		.footerBox .left li a:hover { text-decoration: underline; }

		.footerBox address { padding: 6px 0 15px 0; font-size: 14px; color: #fff; font-style: normal; line-height: 24px; }
		.footerBox address span { font-weight: 700; }
		.footerBox address a { color: #fff; text-decoration: none; font-weight: bold; }
		.footerBox address a:hover { text-decoration: underline; }

		.footerBox .right { width: 212px; float: right; }
		.footerBox .right ul { list-style: none; }
		.footerBox .right li { padding: 11px 0 15px 61px; width: 100%; min-height: 52px; font-size: 16px; color: #fff; font-weight: 700; text-decoration: none; }
		.footerBox .right li.icon1 { background: url(../images/social-icon1.png) left top no-repeat; }
		.footerBox .right li.icon2 { background: url(../images/social-icon2.png) left top no-repeat; }
		.footerBox .right li.icon3 { background: url(../images/social-icon3.png) left top no-repeat; }
		.footerBox .right li.icon4 { background: url(../images/social-icon4.png) left top no-repeat; }
		.footerBox .right a li { font-size: 16px; color: #fff; font-weight: 700; text-decoration: none; }
		.footerBox .right a li:hover { text-decoration: underline; }
		.footerBox .right a li span { display: block; font-size: 12px; font-weight: normal; }

		/* ### bottom box ### */
		.bottomBox { padding: 6px 0; width: 100%; position: relative; background: #013d01; }
		.bottomBox p { text-align: center; font-size: 14px; color: #f6cc33; line-height: 25px; }
		.bottomBox .left { padding: 0 0 0 33px; font-size: 12px; color: #fff; float: left; position: absolute; left: 0px; top: 0px; background: url(../images/ssl.png) left top no-repeat; }
		.bottomBox .right { font-size: 12px; color: #fff; float: right; position: absolute; right: 0px; top: 0px; background: none; }

#headerCntr .title.desktop { display: block; }
.title.mobile { display: none; }

.listBox.desktop { display: block; }
.listBox.mobile { display: none; }
.swipe { display: none; }

.welcomeBox .left.desktop { display: block; }
.welcomeBox .left.mobile { display: none; }
.ratingBox.mobile { display: none; }

/* #Media Queries
================================================== */

.blockBox .column img { width: 100%; }
@media only screen and (max-width: 1099px) {
	.ShoppingcartBox {background:#FFF;}
	
	.center { padding: 0 10px; }
	.toplinksBox li a { font-size: 12px; }
	.ratingBox p { font-size: 12px; }
	.cartBox { right: 10px; }
	.listBox li { padding: 0 15px 2px 25px; font-size: 12px; }
	#headerCntr .menu li { font-size: 15px; padding: 0 8px; }
	
    /* ### product details pages ### */
	div.leftbox { max-width:365px; }
	 .leftbox img { max-width:340px; }
	div.extrainfobox {max-width:340px;} 
	div.rightbox { max-width:575px; }
	.additionalbox li { max-width:265px; }
	.additionalbox .ExtraProductLinks { max-width:90px; }
	.additionalbox .ExtraProductLinks img { max-width:80px; }	
	.additionalbox .ExtraProductRechts { max-width:150px; }
	
	/* ### winkelwagen pages ### */
	.ShoppingcartBox, .ShoppingcartTop { max-width:1050px; }
    .ShoppingcartView { max-width:1040px; }
	.ShoppingcartViewBottom { max-width:1040px; }

	.footerBox .left_block { padding: 0 18px 0 0; }
	.footerBox .left_block::after { right: 20px; }
}


@media only screen and (max-width: 979px) {
	/* ### elements which should be not visable ### */
	.nomobile { display:none; }
	
	/* ### responsive settings ### */
	.ShoppingcartBox {background:#FFF;}
	
	#headerCntr .menu li{padding: 0px 7px 0px 7px; font-size: 12px;}
	#headerCntr .search { width: 80px; }
	.listBox ul { text-align: center; }
	.listBox ul li { display: inline-block; float: none; padding-bottom:10px; }

	.welcomeBox .right { width: 100%; }
	.welcomeBox .left { padding: 20px 0px 0px 0px; width: 100%; }
	.blockBox .column { width: 33.3%; }

    /* ### product details pages ### */
	div.leftbox { max-width:300px; }
	 .leftbox img { max-width:260px; }	
	 div.extrainfobox {max-width:260px;}
	div.rightbox { float:left; max-width:450px; }
	div.rightbox input[type='submit'] { max-width:175px; font-size:12px; }
	.additionalbox li { max-width:205px; }
	.additionalbox .ExtraProductLinks { max-width:60px; }
	.additionalbox .ExtraProductLinks img { max-width:58px; }	
	.additionalbox .ExtraProductRechts { max-width:120px; }
     
	/* ### winkelwagen pages ### */
	.ShoppingcartBox, .ShoppingcartTop { max-width:950px; }
    .ShoppingcartView { max-width:940px; }
	 input[type='submit'].AmountField { width:40px; font-size:12px; }
	.ShoppingcartView td.TdProdOverView { width:46%; }
	.ShoppingcartViewBottom { max-width:940px; }

	.reviewsBox .subscribe-text { text-align: left; }

	#headerCntr .headerTop { height: 44px; }
	.cartBox { width: auto; height: auto; background: none; box-shadow: none; top: 7px; }
	.cartBox a { padding: 0px; width: 34px; height: 28px; text-indent: -9999px; line-height: none; background: url(../images/cart_mobile.png) left top no-repeat; }

	.ratingBox { padding: 5px 0 0 0; }
	.toplinksBox { padding: 12px 66px 0 0; }

	.reviewsBox .holder { margin: 0px; }
	.reviewsBox .block { padding: 10px 0px 0px 0px; width:100%;  }
	.bottomBox .left { display:none;}
	.bottomBox .right { display: none;}

	#headerCntr .search { width: 40px; }
	#headerCntr .search .button { width: 40px; position: absolute; right: 0px; top: 0px; background-position: center center; }


}

@media only screen and (max-width: 767px) {
     
	.toplinksBox, p.small, .dontshowmob, .rechterBox { display: none; }
	
	.ratingBox { padding: 10px 0 0 0; width: 100%; float: none; text-align: center; }
	.ratingBox p { font-size: 14px; }

	#headerCntr .center { position: inherit; }
	#headerCntr .menu { display: none; }
	#headerCntr .mobileMenu { display: block; position: absolute; top: 12px; left: 18px; }

	#headerCntr .logo { margin: 7px auto 20px auto; max-width:200px; float: none; }
	#headerCntr .logo img { width: 100%; }

	.headerbg { width: 100%; height:190px; position: absolute; left: 0px; top: 0px; background:#FFD73C; }

	.reviewsBox .review-text { text-align: center;}
	#headerCntr .title.desktop { width:100%; padding-top:10px; float:none; }
	#headerCntr .title.desktop h1{ border-top:none; color:#015a01; }
	#headerCntr .title.mobile { display: block; }

	#headerCntr .menuBox { display: none; }
	#bannerCntr { display: none; }

    /* ### product details pages ### */
	div.leftbox { float:none;max-width:450px;margin:0 auto; }
	 .leftbox a img { float:left;max-width:215px;margin:5px; }	
	 div.extrainfobox {max-width:440px;margin:0 auto;margin-bottom:10px;}
	div.rightbox { float:none;max-width:450px;margin:0 auto; }
	div.rightbox input[type='submit'] { max-width:175px; font-size:12px; }
	.additionalbox li { float:none; max-width:430px; }
	.additionalbox .ExtraProductLinks { max-width:125px; }
	.additionalbox .ExtraProductLinks img { max-width:115px;margin-top:0px; }	
	.additionalbox .ExtraProductRechts { max-width:275px; }

	/* ### winkelwagen pages ### */
	.ShoppingcartBox, .ShoppingcartTop { max-width:767px; }
	.ShoppingcartBox td.ProdTitle.ProdNr, td.trProdNr { display:none; }
	.ShoppingcartBox td.ProdTitle { width:40%; }
	.ShoppingcartView td.trProdAmount { width:20%; }
	.ShoppingcartBox td.trProdperSt { width:10%; }
    .ShoppingcartView { max-width:757px; }
	 input[type='number'].AmountField { width:40px; }
	 input[type='submit'].AmountField { width:40px; font-size:11px; }
	.ShoppingcartViewBottom, .ShoppingcartViewBottom table { max-width:757px; }
	.ShoppingcartViewBottom input[type='submit'].CartButton1 { width:125px; }
	.ShoppingcartViewBottom .LinkWinkelwagenLegen { width:125px; }
	.ShoppingcartViewBottom input[type='submit'].CartButton3 { width:125px; }
	
	
	.ratingBox p.mobile { display: none; }

	.listBox.desktop { display: none; }
	.listBox.mobile { display: block; }
	.listBox ul { text-align: center; }
	.listBox li { margin: 5px 0 0 0; font-size: 14px; float: none; display: inline-block; }

	.welcomeBox .right { width: 100%; }
	.welcomeBox .left { padding: 15px 0 0 0; width: 100%; }
	.reviewsBox .block { margin-bottom: 20px; width: 100%; }

	h1 { margin-top: 15px; margin-bottom: 14px; color: #fff; text-align: center; border-top: 1px solid #016401; padding-top: 10px; }

	.welcomeBox { padding: 0px 0 12px 0; }
	.welcomeBox .bestprize { width: 100%; height: 38px; color: #fff; font-size: 16px; font-weight: 700; text-align: center; border-radius: 0px; background: #039002; }
	.welcomeBox .crousel { padding: 0px; }
	.welcomeBox .product_carousel1 .slick-dots { display: none!important; }
	.welcome_mobile { padding: 0px; }
	.welcomeBox .right { padding: 0 0 15px 0; background: #015a01; }

	.swipe { margin: 0 auto; padding: 0px!important; display: block; width: 235px; height: 24px; font-size: 12px!important; color: #fff!important; text-align: center; line-height: 24px!important; border-radius: 0 0 10px 10px; background: #039002; }
	.welcomeBox { border-bottom: none; }
	.welcomeBox .left.desktop { display: none; }
	.welcomeBox .left.mobile { padding: 14px 10px 0 10px; margin-top: 15px; text-align: center; display: block; border-top: 1px solid #f2f2f2; }
	.welcomeBox .crousel h2 { display: none; }
	.welcomeBox p.mobile { display: none; }
	.welcomeBox h3 { padding-bottom: 15px; text-align: center; }
	.welcomeBox .video { padding: 0 30px; }
	.reviewsBox .subscribe-text { text-align: center; }
	
	.InfoPageBox { float:none; width:100%; }

	/**/
	.reviewsBox .block { margin: 0px; padding-top:17px;}
	.blockBox .column { width: 50%; }
	.reviewsBox a.link { display: none; }
	.footerBox .right { width: auto; float: none; text-align: center; background: #fff; margin: -20px -10px; padding: 13px 10px 20px 10px; border-top: 1px solid #f2f2f2; }
	.footerBox .right li { float: none; display: inline-block; width:50px; height:50px; padding: 0px; margin: 0px 5px;}
	.footerBox .right li a { display: none;}
	.footerBox .right .title { color:#015a01;}
	.footerBox .right li.icon1 { background: url(../images/social-icon1-mobile.png) left top no-repeat; }
		.footerBox .right li.icon2 { background: url(../images/social-icon2-mobile.png) left top no-repeat; }
		.footerBox .right li.icon3 { background: url(../images/social-icon3-mobile.png) left top no-repeat; }

	.footerBox .left { width:100%; padding-top: 42px;}
	.dropdown-arrow { display: none; }

	.welcomeBox .carousel-count, .carousel-count2 {
		position: absolute;
		top: -53px;
		right: 0;
		width: auto;
		padding: 12px 20px;
		color: #fff;
	}

	.footerBox .left_block:after { display: none; }

	.blockBox { border-top: 1px solid #e1e1e1; }
	.welcomeBox .crousel .slick-next { display: none!important;}
	.welcomeBox .crousel .slick-prev { display: none!important;}

		.shadow-left { width:25%; position: absolute; left: 0px; top: 0px; height:97%;
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
			.shadow-right { width:25%; position: absolute; right: 0px; top: 0px; height:97%;
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 10%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%); }

.footerBox .title { font-size: 16px; }
.footerBox address { font-size: 14px; }
.footerBox .left li a { font-size: 14px; }

.ratingBox.dextop { display: none; }
.ratingBox.mobile { display: block; }

#headerCntr .headerTop  { height: 50px; }

}

@media only screen and (max-width: 479px) {
	div.LinkWinkelwagenLegen, .nomobile { display:none; }
	
	.headerbg { background-size:cover;}
	.listBox ul { margin: 0px; }
	.listBox ul li { font-size: 12px; float: left padding: 0px 5px 0 20px}
	.welcomeBox .video_holder { margin-right:0px;}
	.welcomeBox .video_col { width:100%; padding-right:0px;}

	.blockBox .holder { margin-right: 0px; }
	.blockBox .column  { width:50%; padding-right:5px;}
	.blockBox .button {  }
	.blockBox .button a.offer { border-radius:0px; width: 100%; }

	.reviewsBox .review-left { width:100%; position: relative; }
	.reviewsBox .review-right { width: 100%;}
	.reviewsBox .stars { text-align: left; }
	.reviewsBox .number { text-align: left; }
	.reviewsBox .review-left .img { position: absolute; right: 0px; top: 2px; }
	.reviewsBox .review-right { background-position: 3px 0px; padding-left:33px; }
	.reviewsBox .subscribe-left { width: 100%; padding: 0px 0 10px 0; }
	.reviewsBox .subscribe-right { width:100%; }
	
	/* ### SEO paginas ### */
	.SeoInfoTekst p { font-size:120% !important; }
	.SeoInfoTekst img { max-width:350px;height:auto; }
	.SeoInfoTekst a.seobuttoncat { width:95%; }

    /* ### product details pages ### */
	div.leftbox { float:none;max-width:450px;margin:0 auto;padding-top:3px; }
	 .leftbox a img { float:none;max-width:400px;margin:0 auto;margin-top:5px; }	
	 div.extrainfobox {max-width:440px;margin:0 auto;margin-bottom:5px;margin-top:5px;}
	div.rightbox input[type='submit'] { max-width:175px; font-size:12px; }
	.additionalbox .ExtraProductLinks { max-width:100px; }
	.additionalbox .ExtraProductLinks img { max-width:95px;margin-top:0px; }	
	.additionalbox .ExtraProductRechts { max-width:155px; }
	
	/* ### winkelwagen pages ### */
	.ShoppingcartView tr.Prodviewline.showtheprods { border-bottom: 1px solid #e1e1e1; }
	.ShoppingcartBox, .ShoppingcartTop { max-width:767px; }
	.ShoppingcartBox td.ProdTitle { width:20%; }	
	.ShoppingcartBox td.trProdperSt { width:8%; }
	.ShoppingcartView td.TdProdOverView { width:35%; }
	.ShoppingcartView td.TdProdSubTotaal { width:25%; }
	input[type='number'].AmountField { float:none;border-radius:5px;border:1px solid #C1C1C1;margin-bottom:3px; }
	input[type='submit'].AmountField { float:none;border-radius:5px; }
	img.paymentmethods { width:95%; }
	
	/* ### bestelproces pages ### */
	div.BestelProcesStap1L { float:none;margin-bottom:10px; }
	div.BestelProcesStap1R { float:none;margin-bottom:10px; }
	.BestelprocesBottom input[type='submit'].CartButton1 { width:115px; }
	.BestelprocesBottom input[type='submit'].CartButton3 { width:115px; }
	
	.footerBox .left_block { text-align: center; width:100%;}
	.ratingBox li img {width: 15px;}

	.welcomeBox .bestprize {
		text-align: left;
		font-size: 14px;
	}

	.listBox li { padding:0 0px 2px 22px; }

}
