/* 	
	Copyright (C) 2011 | DORST communicatie <http://www.dorstcommunicatie.nl/> 
	Op al onze leveringen zijn onze Algemene Voorwaarden  van toepassing. Een afdruk van deze voorwaarden verstrekken  wij u gaarne op verzoek u kunt de voorwaarden raadplegen op http://www.dorstcommunicatie.nl/voowaarden
	Het is de opdrachtgever niet toegestaan om zonder schriftelijke toestemming van DORST COMMUNICATIE veranderingen in de vruchten van de opdracht aan te brengen. 
*/

body{
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	background: url(../img/background.gif);
	font-weight: 300;
	position: relative;
}

input {font-family: 'Roboto', sans-serif;}

.newform body {
	background: white;
}

.monster fieldset {
	border: none
}

.grecaptcha-badge {display: none}

a{outline: none}
a img{border: none}

.black{color: #727272}
.blue{color: #f7941e}
.hidden{display: none}
.clear{clear: both}

.clearfix:after {
   content: "\00a0";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

h1, h4{
	margin: 0;
	padding: 0
}

h1, h2 {
	font-weight: 700;
}

#languages_block_top{position: absolute; top: 0; left: 0;}
#languages_block_top ul{margin: 5px 0 0 0!important;}
#languages_block_top li{display: inline-block; list-style-type: none; margin-right: 5px;}

	#mainframe{
		width: 1300px;
		overflow: hidden;
		margin: 0 auto;
		background: #FFF
	}
	
		#top{
			width: 100%;
			height: 146px;
			overflow: hidden;
			position: relative
		}
		
			#logo{
				width: 280px;
				height: 146px;
				position: absolute;
				left: 30px
			}
			
			#quick_menu{
				position: absolute;
				right: 30px;
				top: 10px
			}
			
				#quick_menu ul{
					margin: 5px 0 0 20px;
					padding: 0;
					float: right
				}
				
					#quick_menu h2{
						margin: 0;
						padding: 0;
						font-size: 18px;
						float: right
					}
				
					#quick_menu ul li{
						list-style-type: none;
						float: left
					}
					
					#quick_menu ul li a{
						color: #B9B9B9;
						font-size: 11px;
						text-transform: lowercase;
						text-decoration: none;
						padding: 0 5px 0 6px;
						border-right: solid 1px #B9B9B9
					}
					
					#quick_menu ul li.last a{border: none}
					
					#searchform{
						width: 600px;
						position: absolute;
						right: 30px;
						top: 60px
					}
			
		#nav_wrapper{
			width: 1240px;
			height: 46px;
			margin: 0 0 0 30px;
			position: relative;
			z-index: 12
		}
		
			#nav_left{
				width: 20px;
				height: 46px;
				float: left;
				display: none;
				background: #f7941e
			}
			
			#nav{
				width: 1240px;
				height: 46px;
				float: left;
				background: url(../img/footer.jpg)
			}
			
			#nav_right{
				width: 20px;
				height: 46px;
				display: none;
				float: left;
				background: url(../img/nav-right.gif)
			}
				
		#header_wrapper{
			width: 100%;
			height: 266px;
			background: #FFF;
			overflow: hidden;
			position: relative
		}
		
		
			#image {
			width: 1240px;
			height: 266px;
			overflow: hidden;
			position: absolute;
			z-index: 0;
			left: 30px;
			background: #eaeaea;
			}
			
			.carousel {
				padding: 0px;
				margin: 0px;
			}
			
			
				.carousel li {
				width: 1240px;
				height: 266px;
				float: left;
				list-style-type: none
				}
				
				.carousel li img {
				width: 1240px;
				height: 266px;
				}
			
			#title{
				width: 350px;
				height: 72px;
				background: url(../img/titel.png);
				position: absolute;
				z-index: 11;
				right: 30px;
				top: 143px
			}
		
				#title h1{
					color :#FFF;
					padding: 19px 19px 19px 25px;
					margin: 0;
					font-size: 24px;
					text-transform: uppercase
				}
		
			#overlay{
				width: 100%;
				height: 266px;
				background: url(../img/overlay.png);
				position: absolute;
				z-index: 10;
				display: none
			}
			
		#wrapper{
			width: 1240px;
			overflow: hidden;
			position: relave;
			margin: 0 0 0 30px;
			padding: 10px 0 30px 0
		}		

			#left_column{
				width: 966px;
				float: left;
				margin: 50px 0 0 20px;
				line-height: 21px;
				position: relative
			}
			
				#left_column h1{font-size: 22px}
				
				.breadcrumb{
					position: absolute;
					width: 1240px;
					background: #2E2E2D;
					font-size: 11px;
					color: #AEAEAE;
					left: -31px;
					padding-left: 15px;
					font-size: 11px;
					line-height: 42px;
					top: -60px;
				}
				
				.breadcrumb div {
					display: inline;
				}
				
					.navigation-pipe {display: none!important}
				
					.breadcrumb div span, .navigation_page{
						display: block;
						float: left;
						text-decoration: none;
						color: #AEAEAE;
						margin: 0 .5em 0 1em;
						background: #2E2E2D;
						color: white!important;
						text-align: center;
					}
					
					.breadcrumb a:after, .breadcrumb span:after{
						content: "";
						width: 20px;
						height: 41px;
						position: relative;
						background: #2E2E2D url(../img/breadarrow.png) right center no-repeat;
						background-position: -17px;
						/* position: absolute; */
						display: block;
						/* right: -21px; */
						/* top: 0; */
						float: right;
						margin-top: -1px;
						margin-bottom: -20px;
						margin-left: 30px;
					}
								
			#right_column{
				width: 245px;
				margin-top: 45px;
				overflow: hidden;
				float: right
			}
            
                #left_column a {
                color: #2E2E2D
                }
			
				#right_column h2{
					color: #2E2E2D;
					text-transform: uppercase
				}
				
					.block_simple{
						margin: 10px 0 0 0;
						padding: 0 0 0 20px; 
						color: #474747;
						line-height: 21px;
						float: left
					}	
					
					.opsomming{
						margin: 0;
						padding: 0
					}
					
						.opsomming li{
							list-style-type: none;
							background: url(../img/list.gif) left no-repeat;
							padding: 4px 0 4px 25px
						}
						
					.blockred, .blockblue{
						width: 245px;
						overflow: hidden;
						margin: 19px 0 0 0;
						float: left;
						position: relative
					}					
						
						#right_column div.blockred h2{
							margin: 0;
							padding: 0;
							color: #FFF
						}
						
						#right_column div.blockblue h2{
							margin: 0;
							padding: 0;
							color: #FFF
						}
						
						.show_more{
							width: 49px;
							height: 36px;
							background: url(../img/sale_more.gif);
							position: absolute;
							right: 2px;
							bottom: 30px
						}
						
						.show_more1{
							width: 49px;
							height: 36px;
							background: url(../img/sale_more1.gif);
							position: absolute;
							right: 3px;
							bottom: 30px
						}
						
					.blockred_top{
						width: 243px;
						height: 20px;
						background: url(../img/.gif)
					}
					
					.blue_top{
						width: 243px;
						height: 20px;
						background: #f7941e
					}
						
						.blockred_middle{
							width: 203px;
							height: 156px;
							padding: 0 20px 0 20px;
							background: url(../img/br.gif);
						}
						
						
						.blue_middle{
							width: 203px;
							height: 156px;
							padding: 0 20px 0 20px;
							background: #f7941e
						}
					
						.special_image{
							width: 80px;
							height: 80px;
							float: left;
							margin: 10px 0 0 0
						}
					
							.special_image img{width: 80px}
						
							.special_description{
								width: 110px;
								height: 80px;
								float: left;
								margin: 10px 0 0 10px
							}
							
								.special_description h2 a, .special_price{
									color: #FFF;
									font-size: 16px;
									text-decoration: none
								}
													
					.blockred_bottom{
						width: 243px;
						height: 20px;
						background: url(../img/brb.gif)
					}
					
					.blue_bottom{
						width: 243px;
						height: 20px;
						background: #f7941e
					}
	
	#footer_container{margin: 0 auto; max-width: 1300px; width: 100%;}
	#footer{
		width: 100%;
		height: 195px;
		border-top: 10px solid #f7941e;
		background: url(../img/footer.jpg);
		clear: both
	}
			
			.informatie{
				width: 260px;
				overflow: hidden;
				float: left;
				margin: 25px 20px 20px 75px
			}
                        
                        .last_block {width: 300px}
                        
			.snelnaar{margin: 25px 0 20px 68px}
			
			.problades{
				width: 250px;
				margin: 25px 20px 20px 0
			}
			
				.informatie h2{
					margin: 0;
					padding: 0 0 10px 5px;
					font-size: 24px;
					color: #FFF
				}
			
				#footer ul{
					margin: 0 0 0 20px;
					padding: 0
				}
				
					#footer ul li {
						list-style-type: square;
						color: #FFF;
						padding: 0 0 0 20px;
						line-height: 22px
					}
					
						#footer ul li a{
							display: block;
							color: #FFF;
							text-decoration: none;
							font-size: 11px
						}
				
/* FORMULIEREN */

.select label, .text label, .textarea label{
	width: 150px;
	display: block;
	float: left;
	margin: 12px 0 0 0;
}

.radio span{
	width: 150px;
	display: block;
	float: left;
	margin: 4px 0 0 0;
}

	textarea{
		border: solid 1px
	}
	
	input.button, input.button-verzenden, input.button-next{margin-left: 150px!important}

	.text input{
		width: 330px;
		padding: 10px 4px 8px 15px;
		border: none;
		background: url(../img/textfield.gif) no-repeat;
		background-size: 100% 100%;
	}	
	
	sup{
		color: #B70919
	}

/* ORDER STEPS */

#order_step{
	width: 936px;
	height: 46px;
	margin: 10px 0 10px 0;
	padding: 0;
	background: url(../img/order_steps.gif);
	background-size: 100% 46px
}

	#order_step li{
		width: 187px;
		height: 46px;
		float: left;
		list-style-type: none;
		text-align: center;
		color: #FFF
	}
	
		#order_step li a{
			color: #F7941E;
			text-decoration: none!important
		}
	
	#order_step li h2{
		margin: 8px 0 0 0;
		padding: 0;
		margin-top: 12px!important;
	}
	

.cart_navigation{
	margin: 25px 0 0 0;
}
	
.cart_navigation a{
	text-decoration: none;
	font-weight: bold;
	color: #2E2E2D;
	font-size: 14px
}
	
.cart_navigation .next{
	float: right;
	margin: 0 30px 0 0;
	color: #f7941e;
	padding: 0 25px 0 0;
	border: none;
	background: url(../img/next.gif) right no-repeat;
	cursor: pointer;
	font: bold 14px Arial
}

.cart_navigation .prev{
	float: left;
	padding: 0 0 0 25px;
	font: bold 14px Arial;
	background: url(../img/prev.gif) left no-repeat
}

/* BUTTONS */

input.button, input.button-next, input.button-verzenden{
	width: 145px;
	height: 35px;
	color: #FFF;
	border: none;
	background: url(../img/button-bestellen.png);
	margin: 0;
	padding: 0;
	font: 14px Arial;
	font-weight: bold;
	cursor: pointer;
	line-height: 35px
}

#add_to_cart input {
    background: #00b900;
    background-clip: padding-box;
    border: 1px solid #008c00;
    border-radius: 3px;
    box-shadow: inset 0 -2px 0 0 #008c00;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-weight: 700;
    height: auto;
    line-height: 20px;
    margin-bottom: .8rem;
    outline: none;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    text-shadow: none;
    transition: background .1s linear;
    width: 100%;
	margin-left: 0!important
}

input.button-verzenden{background: url(../img/button-verzenden.png)}
input.button-next{background: url(../img/button-volgende.png)}

input.button-next:hover, input.button:hover, input.button-verzenden:hover{background-position: 0 -35px}

.linksbottom {
text-align: center;
width: 1300px;
margin: 0 auto;
height: 25px;
background: #2d2d2d;
clear: both;
color: white;
}

.linksbottom a {
line-height: 20px;
color: white;
font-size: 10px;
text-decoration: none;
}


.aanvraagmonsterbox .text {
		width: 330px;
		padding: 10px 4px 8px 18px;
		border: none;
		background: url(../img/textfield.gif) no-repeat
}

.aanvraagmonsterbox select {
		width: 350px !important;
}

.aanvraagmonsterbox span {
float: left;
width: 220px;
}

.aanvraagmonsterbox .verstuurmonster {
	width: 145px;
	height: 35px;
	color: #FFF;
	border: none;
	background: url(../img/button-volgende.png);
	margin: 0;
	padding: 0;
	font: 12px Arial;
	cursor: pointer;
	line-height: 35px
}

#featured-products_block_center .actie{
    width: 693px;
}

#featured-products_block_center .actie .product_top{
    width: 693px;
    height: 22px;
    background: url('../img/actie_top.gif')
}

#featured-products_block_center .actie .product_middle{
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
    height: 257px;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
    width: 681px;
}

#featured-products_block_center .actie .product_bottom{
    width: 693px;
    height: 30px;
    background: url('../img/actie_bottom.gif')
}

#featured-products_block_center .actie .product_bestellen{
    width: 693px;
}

#featured-products_block_center .actie .product_link{
    width: 627px;
    position: absolute;
    top: 20px;
    right: 0;
    text-align: right;
    font-size: 24px
}

#featured-products_block_center .actie .product_image{
    width: 270px;
    height: 200px;
    position: absolute;
    top: 60px;
    left: 365px
}

.actie_description{
    width: 300px;
    position: absolute;
    left: 30px;
    top: 100px;
    text-align: right;
    color: #2B2C27;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px
}

#subcategories1 ul li {
float: left;
width: 140px;
border: 1px solid #ccc;
background: #eaeaea;
margin-right: 10px;
height: 220px;
display: block;
overflow: hidden;
padding: 8px;
text-align: center;
}

#subcategories1 ul li a {
font-size: 14px;
font-weight: bold;
color: black;
}

#subcategories1 ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}

.pdfdownload {
	text-decoration: none;
	background: url('http://www.rotexsliedrecht.nl/webshop/img/admin/pdf.gif') left no-repeat;
	line-height: 21px;
	text-indent: 27px;
	margin-bottom: 5px;
	width: 100%;
	float: left;
	display: block;
}
	
	.pdfdownload a {
	text-decoration: none;
	}
	
.buttonlogout {
	margin-top: 10px;
	background: #505050;
	border-radius: 5px;
	padding: 10px !important;
	color: white !important;
	text-decoration: none
}

.jcarousel-prev,
.jcarousel-next {
    position: absolute;
    top: 110px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
	opacity: 0.8
}

.jcarousel-prev:before { 
	content:"\2039";
}

.jcarousel-prev {
    left: 20px;
}

.jcarousel-next:before {
	content:"\203A";
}

.jcarousel-next {
    right: 20px;
}

.jcarousel-prev:hover span,
.jcarousel-next:hover span {
    display: block;
}

.jcarousel-prev.inactive,
.jcarousel-next.inactive {
    opacity: .5;
    cursor: default;
}

#adviesblok{
	width: 274px;
	height: 370px;
	position: fixed;
	display: inline-block;
	background-color: #383838;
	border-radius: 6px 0 0 6px;
	-webkit-box-shadow: -3px 3px 6px 1px rgba(173,173,173,1);
	-moz-box-shadow: -3px 3px 6px 1px rgba(173,173,173,1);
	box-shadow: -3px 3px 6px 1px rgba(173,173,173,1);
	color: #fff;
	padding: 30px 0;
	z-index: 9888;
	top: 0;
	bottom: 0;
	right:0;
	margin: auto;
}

#adviesbutton2,
#adviesbutton1{
	position: absolute;
	width: 35px;
	top: 13px;
	left: -35px;
	height: 47px;
	line-height: 47px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	border-radius: 4px 0 0 4px;
	background-color: #F0941D;
	-webkit-box-shadow: -3px 3px 6px 1px rgba(173,173,173,1);
	-moz-box-shadow: -3px 3px 6px 1px rgba(173,173,173,1);
	box-shadow: -3px 3px 6px 1px rgba(173,173,173,1);
}

#adviesbutton2{
	display: none;
}

#adviesblok.remove2{
	right: -274px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(173,173,173,1);
	-moz-box-shadow: 0px 0px 0px 0px rgba(173,173,173,1);
	box-shadow: 0px 0px 0px 0px rgba(173,173,173,1);
}

.remove{
	display: none!important;
}

.show{
	display: inline-block!important;
}

.blauw{
	color: #F0941D!important;
}

#advieskop{
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'profilebold';
	margin-bottom: 10px;
}

#adviessubkop{
	float: left;
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 7px;
	font-family: 'profilebold';
}

#adviessubkop.blauw{
	margin-bottom: 20px;
	font-size: 19px;
}

#adviestekst{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 17px;
	font-family: 'profilelight';
}

#adviestekst a{
	color: #fff;
	text-decoration: none;
	margin-bottom: 7px;
	display: inline-block;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}

#adviestekst a:hover{
	color: #F0941D;
}

#adviesfoto{
	float: left;
	width: 100%;
	text-align: center;
	margin: 30px 0 20px;
}

#adviestekst .fa{
	margin-right: 10px;
}

.fa-mobile{font-size: 22px;}


#module-sisowideal-payment input.button-verzenden{margin-left: 0!important}
#menu2{display: none}
#contact-form #left_column form{margin-bottom: 20px}
.product_link a{text-decoration: none!important;}
.product_bestellen a{text-decoration: none}

/********************************************************************/
/****RESPONSIVE****/
/********************************************************************/
@media screen and (max-width: 1400px){
	#adviesblok{display: none;}
	#mc_embed_signup div.mce_inline_error{float: left; width: 100%; max-width: 330px;}
	#mc_embed_signup div.mce_inline_error:before{display: block; content: "."; font-size: 0;}
}

@media screen and (max-width: 1340px){
	#mainframe{max-width: 1300px; width: 100%; padding: 0 2%}
}

@media screen and (max-width: 1300px){
	*{box-sizing: border-box;}
	img{max-width: 100%; height: auto}
	#top{float: left; height: auto;}
	#logo{float: left; position: static; width: 260px; height: auto;}
	
	#nav_wrapper{width: 100%; float: left; margin: 0;}
	#header_wrapper{float: left}
	#image{width: 100%; height: auto; position: relative; left: auto; float: left;}
	
	.carousel li{height: auto!important;}
	.carousel li img{width: 100%; height: auto!important;}
	
	.home_cat{float: left; width: 100%;}
	
	#wrapper{float: left; width: 100%; padding: 10px 2% 30px; margin: 0;}
	#left_column{width: 74%; margin: 0; padding: 0 40px 0 0;}
	.editorial_block{float: left; width: 100%!important; padding: 0 40px 0 0!important}
	#right_column{width: 26%;}
	
	#footer{float: left;}
	.linksbottom{width: 100%; float: left;}
	
	#nav_left, #nav_right{display: none;}
	#nav{float: left; width: 100%;}
	#nav ul li.sale1, #nav ul li.sale{height: auto!important;}
	#nav ul li.sale1 a, #nav ul li.sale a{padding: 0 17px 0 25px!important}
	#nav ul li{padding: 0px!important;}
	#nav ul li a{float: left; padding: 0 17px!important; height: 46px!important; line-height: 41px;}
	
	.product_list{float: left; width: 102%; margin-left: -1%!important;}
	.product_list li{float: left; width: 31.3333%!important; margin: 15px 1% 0px!important; padding: 10px 0 0; border: 1px solid #f0f0f0;  border-bottom: 30px solid #f0f0f0; border-radius: 15px 15px 15px 0;}
	.product_top, .product_bottom{display: none!important;}
	.product_middle{border: none!important; width: 100%!important; float: left; height: auto!important}
	.product_image{float: left; width: 100%!important; position: static!important; font-size: 0!important; height: auto!important; text-align: center; padding: 0 20px;}
	.product_image img{float: left; width: 100%!important;}
	.product_link{position: static!important; float: left; width: 100%!important; text-align: center; display: table; height: 53px!important; padding: 0!important; padding: 5px 0!important; font-size: 18px!important;}
	.product_link a{display: table-cell; vertical-align: middle; font-size: 18px!important;}
	
	#cart_block{float: left; width: 100%; background-color: #F0F0F0; border-radius: 15px 15px 15px 0; margin-bottom: 15px;}
	.gray_middle{width: 100%!important; background: transparent!important}
	.gray_bottom, .gray_top{display: none!important;}
	
	.blue_middle{width: 243px;}
	
	#footer{height: auto; padding: 0 2%;}
	.informatie{float: left; width: 33.333%; margin: 25px 0 20px; padding: 0 20px 0 0;}
	
	.linksbottom{height: auto; padding: 10px 4%;}
	
	.cmspage{padding-right: 0!important}
	
	.on_sale, .new{top: 0; left: 0;}
	.product_price{position: static!important; width: 100%!important; float: left; text-align: center; margin-bottom: 10px!important}
	.product_bestellen{float: left; width: 100%!important; bottom: -30px!important; margin: 0!important; line-height: 30px!important; left: 0!important;}
	
	#pb-right-column{margin-right: 0!important; width: 50%!important; padding: 0 0 0 20px;}
	#pb-right-column .image_top, #pb-right-column .image_bottom{display: none;}
	#image-block{background: transparent!important;  border: 1px solid #f0f0f0; border-radius: 15px 15px 15px 0; width: 100%!important}
	#image-block img{width: 100%!important;}
	#pb-left-column{width: 50%!important;}
	
	#order_step{float: left; width: 100%; background-size: 100% 100%}
	#order_step li{width: 20%;}
	
	.carrier{float: left; width: 48%; margin: 10px 2% 10px 0!important; border: 1px solid  #f0f0f0; border-radius: 15px 15px 15px 0; }
	.carrier_top, .carrier_bottom{display: none;}
	.carrier_middle{background: transparent!important; width: 100%!important; padding: 20px!important}
	
	#cart_summary{float: left; width: 100%!important}
	
	#cart_voucher{margin-top: 30px; float: left; width: 100%;}
	label[for="discount_name"]{margin-top: 0;}
	
	#attributes{float: left; width: 100%; padding: 1px 10px 10px!important; margin-bottom: 10px;}
	#attributes .select2-container{width: 100%!important; float: left;}
	
	
}

@media screen and (max-width: 950px){
	#header_wrapper{margin-bottom: 15px; height: auto!important;}
	#nav_wrapper{margin: 0 0 15px;}
	#wrapper{padding: 0px 0 30px;}
	#top{padding-top: 34px;}
	#quick_menu{left: 0; right: auto; top: 0; width: 100%; float: left; height: 34px;}
	#quick_menu ul{margin: 0; float: left;}
	#quick_menu ul li{float: left; padding: 10px 0;}
	#quick_menu ul li a{display: inline-block;}
	
	#searchform{position: static; float: right; margin-top: 60px; width: auto!important;}
	.direct_advies{position: absolute; top: 24px; right: 0;}
	.search_form{width: auto!important}
	#search_query_top{width: 185px!important; position: static!important; float: left;}
	.submit_search{height: 36px!important; position: static!important; float: left;}
	
	#left_column{width: 100%; padding: 0}
	#right_column{width: 100%; margin-top: 30px;}
	.editorial_block{padding: 0!important;}
	#cart_block{width: 40%; margin-right: 10%;}
	#right_column .blockblue, #right_column > a, #right_column > br{display: none}
	
	#cart_block{display: none;}
	.block_simple{float: left; width: 50%; margin-top: 0; padding: 0 10px 0 0;}
	.block_simple h2{margin-top: 0;}
	.block_simple li{float: left; width: 50%;}
	
	.sub_slide{float: left; width: 100%; font-size: 0; margin-bottom: 20px;}
	.sub_slide img{float: left; width: 100%;}
	
	#nav_wrapper{display: none;}
	
	#menu2{display: block; float: left; width: 100%; margin-bottom: 15px; position: relative}
	#mobile-menu-container {display: block;}
	#mobile-menu-button {float: left; width: 100%; padding: 0px; height: 36px; color: #000;  background: url(../img/nav.gif); background-size: 1px 36px;}
	#mobile-menu-button i{float: left; line-height: 36px; background: url(../img/sale.png); background-size: 1px 36px; padding: 0 15px; font-size: 18px;}
	#mobile-menu-button span{float: left; line-height: 36px; background: url(../img/sale.png); background-size: 1px 36px; padding: 0 15px 0 0px; font-size: 15px;}
	#mobile-menu-button.active {}
	#mobile-menu {display:none; float: left; width: 100%; margin: 0; padding: 0;}
	#mobile-menu li {list-style-type: none; float: left; width: 100%;}
	#mobile-menu li a {float: left; width: 100%; padding: 8px 15px; text-decoration: none; font-weight: 400!important; font-size: 13px; color: #000; background-color: #E9E9E9; border-bottom: 1px solid #d1d1d1;}
	#mobile-menu li a:hover, #mobile-menu li.current-menu-item a {background: url(../img/nav.gif); background-size: 1px 36px; color: #fff;} 
	
	.shop_cart_btn{position: absolute; background: url(../img/sale.png); background-size: 1px 36px; float: left; height: 36px; line-height: 34px; right: 0; top: 0; padding: 0 15px; color: #000; text-decoration: none; font-size: 14px}
	
	#quick_menu > .black{display: none!important;}
	
	#languages_block_top{left: auto; right: 0;}
	
	#search_query_top{border-radius: 0!important}
}


@media screen and (max-width: 850px){
	.jcarousel-prev, .jcarousel-next{display: none!important;}
}

@media screen and (max-width: 750px){
	.block_simple{width: 100%; margin: 10px 0;}
	
	#mc_embed_signup_scroll p{font-size: 12px;}
	#mc_embed_signup_scroll label{font-size: 12px; float: left; width: 100%;}
	#mc_embed_signup_scroll input[type="email"]{width: 100%; float: left; max-width: 330px;}
	#mc_embed_signup_scroll .button_nb{height: 32px; line-height: 32px; font-size: 14px; padding: 0 15px}
}

@media screen and (max-width: 700px){
	.carrier{width: 100%!important; margin-right: 0!important;}
	
	.aanvraagmonsterbox span{width: 100%; float: left;}
	.aanvraagmonsterbox .text{width: 100%!important; float: left;}
	
	.aanvraagmonsterbox #adviesblok{display: none!important;}
	
	#fancybox-content{max-width: 100%!important; width: 100%!important;}
}

@media screen and (max-width: 650px){
	#searchform{float: left; width: 100%!important; margin: 0 0 20px;}
	.search_form{float: left; width: 100%!important}
	.search_form p{margin: 0!important}
	#search_query_top{background: #E9E9E9!important; width: calc(100% - 89px)!important;}
	
	.direct_advies{top: 60px;}
	.direct_advies .blue{display: block;}
	
	#mainframe, #footer{padding: 0 3%;}
	
	.informatie{width: 50%}
	
	.breadcrumb{display: none!important}
	
	#pb-right-column{float: left!important; width: 100%!important; text-align: center; padding-left: 0; text-align: center;}
	#image-block{max-width: 400px; float: none!important; display: inline-block}
	
	#pb-left-column{width: 100%!important}
	
	#add_to_cart{float: left; width: 100%}
	#add_to_cart input{padding: 0 15px!important; height: 36px; line-height: 34px!important; font-size: 15px!important; float: left!important; max-width: 280px!important}
	
	
	#more_info_sheets table{float: left; width: 100%!important;}
	#more_info_sheets th{display: none!important;}
	#more_info_sheets tr{float: left; width: 100%; padding: 5px 0!important;}
	#more_info_sheets td{display: block!important; width: 100%!important; padding: 0 10px!important}
	#more_info_sheets tr td:first-child{font-weight: bold!important}
	
	#cart_summary thead tr th:first-child{font-size: 0; width: 0; padding: 0;}
	#cart_summary tbody tr td:first-child{width: 0; padding: 0;}
	#cart_summary tbody tr td.cart_product img{display: none;}
	
	.product_link{font-size: 16px!important}
	
	.product_list li{width: 48%!important}
	
	#order_step li h2{font-size: 16px!important;}
	
	#cart_voucher{margin-bottom: 30px;}
}

@media screen and (max-width: 550px){
	form p{margin-bottom: 0; position: relative;}
	sup{float: right}
	.radio span{width: 100%;}
	.text input{width: calc(100% - 10px);}
	select, textarea{width: calc(100% - 10px)!important;}
	input.button, input.button-verzenden, input.button-next{margin-left: 0!important;}
	#order_step{background: transparent; height: auto;}
	#order_step li{width: 100%; background: url(../img/order_steps.gif); background-size: 100% 100%; height: auto!important; margin-bottom: 10px; height: 30px!important}
	#order_step li.step_current{color: #F7941E;}
	#order_step li h2{margin: 0px!important;  font-size: 15px!important; line-height: 30px; display: inline-block}
	#order_step li a{height: 30px; font-size: 15px; display: inline-block; color: #F7941E;}
	
	.cart_navigation .prev{width: 230px; margin-bottom: 20px;}
	
	.cart_navigation .next{margin-bottom: 20px;}
	
	#cart_summary tr td:last-child{width: 80px}
	
}

@media screen and (max-width: 450px){
	.direct_advies{display: none;}
	
	#top{text-align: center;}
	#logo{float: none; display: inline-block;}
	#quick_menu ul{width: 100%; text-align: center;}
	#quick_menu ul li{float: none!important; display: inline-block;}
	
	.block_simple li{float: left; width: 100%;}
	
	.informatie{width: 100%}
	
	#cart_summary thead{display: none!important}
	#cart_summary tbody{float: left; width: 100%; margin-bottom: 20px;}
	#cart_summary tbody tr td{display: block;}
	#cart_summary tbody tr td:before{float: left; width: 100%; font-weight: 700; font-size: 13px;}
	#cart_summary tbody tr td.cart_description{float: left; width: 100%; font-weight: 700; font-size: 14px;}
	#cart_summary tbody tr td.cart_unit{width: 33.333%; float: left;}
	#cart_summary tbody tr td.cart_unit:before{content: "Prijs p/s"; }
	#cart_summary tbody tr td.cart_quantity{ width: 33.333%; float: left;}
	#cart_summary tbody tr td.cart_quantity:before{content: "Aantal"; }
	#cart_summary tbody tr td.cart_total{text-align: left; float: left; width: 33.333%}
	#cart_summary tbody tr td.cart_total:before{content: "Totaal";}
	
	#cart_summary tbody tr{border-bottom: 1px solid black; padding: 10px 0; float: left; width: 100%;}
	#cart_summary tfoot{margin-top: 10px;}
	#cart_summary tfoot tr{margin-bottom: 5px; float: left; width: 100%;}
	#cart_summary tfoot td{display: block; text-align: left; padding:  0 5px;}
	#cart_summary tfoot td:first-child{font-weight: 700; font-size: 13px;}
	
	#languages_block_top{left: auto; right: 0; top: 35px;}
	
	.categTree{margin: 0!important;}
	.categTree ul{padding: 0!important;}
}

@media screen and (max-width: 350px){
	.product_list{width: 100%; margin-left: 0!important;}
	.product_list li{width: 80%!important; margin: 20px 10% 0!important;}
}

