:root{--blue: #0b54e4; --lightblue: #0A97E4; --orange: #DF5D48;} *{margin: 0; padding: 0; box-sizing: border-box;}
::-webkit-scrollbar{width: 5px; height: 5px;}::-webkit-scrollbar-track{box-shadow: inset 0 0 10px #000;border-radius: 10px;}::-webkit-scrollbar-thumb{ background: #0A97E4; border-radius: 10px; } ::-webkit-scrollbar-thumb:hover{ background: #0A97E4;}

.openHamburger, .search_loop{
	display: none;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
tr.niks_gevonden td{
	text-align: center;
	display: block;
	margin: 50px;
	font-size: 16px;
	font-weight: 500;
	width: 80%;
	position: absolute;
	right: 0;
}
div.niks_gevonden i{
	font-size: 18px;
	font-weight: 500;
}
div.niks_gevonden a{
	position: relative;
	display: inline-block;
	padding: 14px 50px;
	margin-top: 20px;
	background-color: #d01818;
	font-weight: 500;
	color: #FFF;
	cursor: pointer;
	z-index: 999;
}
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}
body header{
	width: 100%;
	position: fixed;
	background-color: #FFF;
	z-index: 9;
}
body header div.top_bar{
	height: 80px;
	padding: 8px 1%;	
}
body header div.top_bar div.logo, body header div.top_bar div.logo a, body header div.top_bar div.logo a img{
	height: 100%;
}
body header div.top_bar div.logo{
	display: inline-block;
	vertical-align: middle;
}
body header div.top_bar div.logo a{
	display: inline-block;
}

div.login_details{
	display: inline-block;
	vertical-align: middle;
	padding-left: 40px;
}
div.login_details ul li h4{
	font-weight: 500;
}
div.login_details ul li span{
	font-size: 10px;
}
div.login_details ul li a{
	color: #000;
	text-decoration: underline;
	margin-right: 10px;
}

body header div.top_bar ul.top_nav, body header div.top_bar ul.main{
	position: absolute;
	right: 1%;
	top: 8px;
}
body header div.top_bar ul.top_nav li, body header div.top_bar ul.main li{
	display: inline-block;
	margin-left: 40px;
}
body header div.top_bar ul.top_nav li, body header div.top_bar ul.mail li{
	font-size: 12px;
}
body header div.top_bar ul.top_nav li a{
	display: block;
	color: #949494;
}
body header div.top_bar ul.main{
	top: 40px;
}
body header div.top_bar ul.main li{
	padding-bottom: 25px;
}
body header div.top_bar ul.main li ul{
	display: none;
	position: fixed;
	width: 98%;
	left: 1%;	
	top: 80px;
	background-color: #FFF;
	padding: 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-box-shadow: 1px 18px 17px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 18px 17px 0px rgba(0,0,0,0.75);
box-shadow: 1px 18px 17px 0px rgba(0,0,0,0.75);
}
body header div.top_bar ul.main li:hover ul{
	display: inline-block;
	z-index: 999;
	text-align: left;
}
body header div.top_bar ul.main ul li{
	display: inline-block;
	vertical-align: top;
	width: 160px;
	padding: 0;
	overflow: hidden;
	margin-left: inherit;
	border: 1px solid #CCC;
	margin: 5px;
}
body header div.top_bar ul.main ul li.subsub{
	border: 1px solid red;
	position: absolute;
	left: 0;
}
body header div.top_bar ul.main ul h3{
	padding: 10px;
	font-size: 18px;
	font-weight: 500;
}
body header div.top_bar ul.main ul li a{
	display: block;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}
body header div.top_bar ul.main ul li p{
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 10px 0;
}
body header div.top_bar ul.main ul li a:hover{
	color: var(--lightblue);
}
body header div.top_bar ul.main ul li a img{
	width: 100%;
}

body header div.top_bar ul.main li a{
	color: #000;
}
body header div.top_bar ul.main li a i{
	color: var(--lightblue);
	font-size: 12px;
	margin-left: 5px;
}
body header div.menu_search{
	height: 50px;
	padding: 0 1%;
	background-color: #29333C;
	position: relative;
}
body header div.menu_search div.inputs{
	height: 100%;
	background-color: #FFF;
	position: relative;
}
div#result_search{
	display: none;
	position: fixed;
	background-color: #FFF;
	top: 130px;
	left: 1%;
	width: 98%;
	height: calc(100vh - 140px);
	z-index: 1;
	overflow-y: scroll;
	box-shadow: 0 1rem 3rem rgb(0 0 0 / 68%) !important;
}

div#result_search.show{
	display: block;
}
body header div.menu_search div.main_nav{
	display: inline-block;
	height: 100%;
	cursor: pointer;
	border-left: 1px solid #959595; 
}
body header div.menu_search div.main_nav p{
	color: #FFF;
	padding: 15px 0 0 40px;
	font-weight: 500;
	font-size: 14px;
}
body header div.menu_search div.main_nav p i{
	color: var(--lightblue);
	margin: 0 20px 0 10px;
}

body header div.all_art{
	position: absolute;
	top: 130px;
	left: 1%;
	width: 98%;
	height: 0;
	background-color: #FFF;
	transition: .3s;
	overflow: hidden;
}
body header div.all_art.open{
	height: calc(100vh - 140px);
	box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
}
body header div.all_art div.left_menu{
	width: 25%;
	height: 100%;
	overflow-y: scroll;
	box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
}
body header div.all_art div.left_menu::-webkit-scrollbar{
	display: none;
}
body header div.all_art div.left_menu ul li{
	
}
body header div.all_art div.left_menu ul li a{
	display: block;
	padding: 20px;
	position: relative;
	cursor: pointer;
	font-weight: 500;
}
body header div.all_art div.left_menu ul li a:hover{
	color: var(--lightblue);
}
body header div.all_art div.left_menu ul li a i{
	font-size: 10px;
	position: absolute;
	right: 20px;
	color: var(--lightblue);
}

body header div.all_art div#left_result{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 25%;
	width: 75%;
	height: 100%;
	overflow-y: scroll;
	padding: 20px;
}
body header div.all_art div#left_result div.left_sub{
	width: 180px;
	height: 180px;
	margin: 5px;
	border: 1px solid #CCC;
	display: inline-block;
	vertical-align: top;
	position: relative;
	background-size: 80%;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
	background-color: #FFF;
}
body header div.all_art div#left_result a.return_mobile{
	display: none;
}
body header div.all_art div#left_result div.left_sub a{
	display: block;
	color: #000;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0;
}
body header div.all_art div#left_result div.left_sub a span{
	position: absolute;
	bottom: 0;	
	width: 100%;
	left: 0;
	padding: 5px;
	background-color: #FFF;
	font-weight: 500;
}
body header div.all_art div#left_result div.left_sub a:hover{
	color: var(--lightblue);
}

body header div.menu_search div.search{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	padding: 2px 0;
	width: 50%;
}
body header div.menu_search div.search form{
	height: 100%;
}
body header div.menu_search div.search input{
	display: inline-block;
	height: 100%;
	width: 80%;
	padding: 0 20px;
	outline: none;
	border: none;
}
body header div.menu_search div.search input[type="submit"]{
	width: 19%;
	margin-left: 0;
	background-color: var(--lightblue);
	border: none;
	color: #FFF;
	cursor: pointer;
	position: absolute;
	right: 0;
	text-align: center;
}
body header div.menu_search div.search input[type="submit"]:hover{
	background-color: #0d7cb8;
}
body header div.menu_search div.winkelwagen{
	position: absolute;
	top: 0;
	height: 100%;
	border-left: 1px solid #959595; border-right: 1px solid #959595;
	right: 1%;
	color: #FFF;
	padding: 13px 20px 0 20px;
	cursor: pointer;
}
body header div.menu_search div.winkelwagen a{
	display: block;
	height: 100%;
	width: 100%;
	color: #FFF;	
}

body header div.menu_search div.winkelwagen i{
	font-size: 22px;	
}
body header div.menu_search div.winkelwagen span{
	font-size: 14px;
	display: inline-block;
	padding-left: 5px;
}

div#grote_ww{
	position: fixed;
	border: 1px solid #000;
	background-color: #FFF;
	right: 1%;
	top: 130px;
	z-index: 9;
	padding: 10px;
	max-height: calc(100vh - 130px);
	overflow-y: scroll;
	max-width: 50vw;
	display: none;
}
div#grote_ww h3{
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 500;
}
div#grote_ww table{
	border-collapse: collapse;
}
div#grote_ww table tr th{
	background-color: var(--lightblue);
	color: #FFF;
	padding: 10px;
	text-align: left;
}
div#grote_ww table tr td{
	padding: 0 5px;
}
div#grote_ww table tr td img{
	width: 60px;
}
div#grote_ww table tr th.tal, div#grote_ww table tr td.tal{
	text-align: center
}
div#grote_ww.active{
	display: block;
}
div#grote_ww table tr td a.delete{
	display: block;
	width: 16px;
	height: 16px;
	background-image: url('/img/icons/trash.svg');
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}



section{
	padding: 130px 0;
	position: relative;
	min-height: 100vh;
	clear: both;
}
section div.left_content, section div.right_content{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 1%;
}
section div.right_content{
	width: 75%;
	position: relative;
	float: right;
}
section div.left_content div.login{
	border: 1px solid #CCC;
	border-top: 4px solid #29333C;
	padding: 10px;
}
section div.left_content div.login h3, section div.left_content div.product_display h3{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
}
section div.left_content div.login form input{
	width: 100%;
	margin: 5px 0;
	border: 1px solid #CCC;
	font-size: 12px;
	padding: 10px;
	outline: none;
}
section div.left_content div.login form input[type="submit"]{
	width: 50%;
	background-color: var(--lightblue);
	border: none;
	color: #FFF;
	cursor: pointer;
	padding: 14px 0;
}
section div.left_content div.login form a{
	color: 	#950B25;
	font-size: 10px;
	display: block;
	font-weight: 500;
	margin: 10px 0;
}
section div.left_content div.login form a.register{
	display: inline-block;
	margin-left: 20px;
}
section div.left_content div.login form input[type="submit"]:hover{
	background-color: #0d7cb8;
}
section div.left_content div.product_display{
	margin-top: 5px;
	border: 1px solid #CCC;
}
section div.left_content div.product_display img{
	width: 100%;
}
section div.left_content div.product_display h3{
	padding: 10px;
	text-align: center;
	font-size: 16px;
}
section div.left_content div.product_display p{
	padding: 0 20px;
	margin-bottom: 20px;
}
section div.left_content div.product_display a{
	border: 1px solid red;
	display: block;
	margin: 0 40px 20px 40px;
	padding: 16px;
	text-align: center;
	border: 2px solid #29333C;
	color: #29333C;
}

section div.right_content div.slideshow{
	padding-bottom: 5px;
	border-bottom: 4px solid #29333C;
}
section div.right_content div.slideshow div{
	height: 300px;
	background-image: url('/img/header/voorbeeld1.jpg');
	background-size: cover;
	background-position: center center;
}

section div.right_content div.voordelen{
	margin-top: 5px;
	background-color: #CCC;
	height: 200px;
	text-align: center;
	padding: 20px;
}
section div.right_content div.voordelen div{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: 33%;
}
section div.right_content div.voordelen div:nth-child(2){
	border-left: 1px solid #b3b3b3; border-right: 1px solid #b3b3b3;
}
section div.right_content div.voordelen div.vb{
	padding: 20px 10px;
}
section div.right_content div.voordelen div.vb h3{
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}
section div.right_content div.voordelen div.vb p{
	padding: 0 10px;
	line-height: 20px;
}

section div.right_content div.features{
	text-align: center;
}
section div.right_content div.features h2{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	margin: 5px 0;
}
section div.right_content div.features div.feature{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	height: 300px;
}
section div.right_content div.features div.feature a{
	display: block;
	height: 100%;
}
section div.right_content div.features div.feature h3{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 14px;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 14px;
	font-weight: 600;
}
section div.right_content div.features div.feature.cars{
	background-image: url('/img/features/carlamps.jpg');
}
section div.right_content div.features div.feature.trucks{
	background-image: url('/img/features/trucks.jpg');
}
section div.right_content div.features div.feature.werklamp{
	background-image: url('/img/features/inspectielamp.jpg');
}

footer{
	clear: both;
	padding: 0 3%;
	background-color: #29333C;
	position: relative;
	z-index: 99999;
}
footer div.footleft, footer div.footright, footer div.footleft div.first_foot, footer div.footleft div.second_foot{
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
footer div.footleft div.first_foot, footer div.last_foot{
	width: 60%;
}
footer div.footleft div.second_foot{
	width: 39%;
}
div.footright div{
	display: inline-block;
	vertical-align: top;
}
footer div.footleft div.first_foot, footer div.second_foot{
	padding: 20px;
}
footer div.footleft div.first_foot h3, footer div.second_foot h3{
	color: #FFF;
	font-weight: 500;
}
footer div.footleft div.first_foot img{
	width: 100%;
	margin-bottom: 20px;
}
footer div.footleft div.first_foot p{
	color: #989898;
	margin: 20px 0;
	line-height: 24px;
}
div.second_foot h3{
	margin: 20px 0;
}
div.second_foot ul li{
	margin-bottom: 10px;
}
div.second_foot ul li a{
	color: #FFF;
	display: inline-block;
	font-size: 12px;
}
div.second_foot ul li a:hover{
	text-decoration: underline;
}
footer div.last_foot div.social{
	padding: 20px 40px;
}
footer div.last_foot div.social h3{
	color: #FFF;
	margin: 20px 0;
	font-weight: 500;	
}
footer div.last_foot div.social img{
	height: 30px; 
	display: inline-block;
	vertical-align: top;
	margin-right: 20px; 
}
div.bottom_foot{
	background-color: #000;
	position: relative;
	z-index: 99999;
	padding: 0 3%;
}
div.bottom_foot p.copyright{
	color: #989898;
	padding: 24px 0;
	display: inline-block;
}
div.bottom_foot div.betaalmethodes{
	position: absolute;
	right: 3%;
	display: inline-block;
	top: 16px;
}
div.bottom_foot div.betaalmethodes img{
	height: 30px;
	margin-left: 10px;
}


.clear{
	clear: both;
}

/*Producten Overzicht*/
div.product_overzicht{
	padding: 1%;
	min-height: calc(100vh - 130px);
}
div.product_overzicht table{
	border-collapse: collapse;
	width: 100%;
}
div.product_overzicht table.fivp{
	width: 81%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	right: 1%;
}

div.keuze_led_hallo{
	width: 16%;
	display: inline-block;
	padding-right: 8px;
	border-right: 1px solid #CCC;
	vertical-align: top;
	position: fixed;
	height: calc(100% - 180px);
	overflow-y: scroll;
	top: 140px;
}
div.keuze_led_hallo::-webkit-scrollbar{
	display: none;
}
div.keuze_led_hallo div.keuze{
	padding: 0 10px;
}
div.keuze_led_hallo h3{
	font-weight: 500;
	font-size: 16px;
	background-color: var(--lightblue);
	color: #FFF;
	padding: 10px;	
	margin-bottom: 5px;
}
div.keuze_led_hallo h4{
	font-weight: 500;
	margin-bottom: 5px;
	font-size: 12px;
	padding: 6px 0 6px 10px;
	background-color: #f4f4f4;
}
div.keuze_led_hallo p{
	padding: 0 0 10px 20px;
	position: relative;
	
}
div.keuze_led_hallo input{
	margin-right: 20px;
	width: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
div.keuze_led_hallo input, div.keuze_led_hallo label{
	cursor: pointer;
}

div.product_overzicht table.fivpaa{
	display: inline-block;
	vertical-align: top;
	padding-left: 17%;
}
div.keuze_led_hallo.noa{
	border: 1px solid #CCC;
	height: calc(100% - 150px);
	padding-right: 0;
	left: 1%;
}
div.breadcrumbs{
	padding-left: 17%;
	padding-bottom: 5px;
	text-transform: uppercase;
}

div#menu_results{
	
}

div.product_overzicht tr th, div.product_overzicht tr td{
	padding: 10px 14px;
}
div.product_overzicht tr th{
	background-color: var(--lightblue);
	color: #FFF;
	font-weight: 500;
	font-size: 12px;
	padding: 14px;
}
div.product_overzicht tr th.uwp{
	text-align: right;
}
div.product_overzicht tr.product td{
	border-bottom: 1px solid #CCC;
}
div.product_overzicht tr.product a{
	color: #000;
}
div.product_overzicht tr.product a.open_oms{
	text-decoration: underline;
	cursor: pointer
}
div.product_overzicht tr.product div.first{
	display: inline-block;
	vertical-align: top;
}
div.product_overzicht tr.product td.conspr{
	text-align: center;
	color: #CCC;
}
div.product_overzicht tr.product td.korting{
	text-align: center;
	color: #CCC;
}
div.product_overzicht tr.product div.image{
	height: 100%;
	max-height: 100px;
	padding: 10px;
	width: 100px;
	overflow: hidden
}
div.product_overzicht tr.product img{
	height: 100%;
	max-width: 100%;
}
div.product_overzicht tr.product td.tac{
	text-align: center;
}
div.product_overzicht tr.product td.price{
	height: 100%;
	text-align: right;
	min-width: 200px;
}
div.product_overzicht tr.product div.content{
	height: 100%;
	width: 100%;
	position: relative;
}
div.product_overzicht tr.product div.content div.titel{
	
}
div.product_overzicht tr.product div.content div.nr_sku{
	color: #878787;
	font-family: 10px;
	margin: 5px 0;
	font-style: italic;
}
div.product_overzicht tr.product div.content div.titel h4{
	font-size: 14px;
	padding-bottom: 2px;
}
div.product_overzicht tr.product div.content div.extinfo{
	font-size: 10px;
	height: 100%;
	padding-top: 2px;
}
div.product_overzicht tr.product div.content div.fulloms{
	position: absolute;
	background-color: #FFF;
	z-index: 1;
	margin-top: 5px;
	max-height: 250px;
	overflow-y: scroll;
	padding: 10px;
	display: none;
	border: 1px solid #000;
	width: 100%;
}
div.product_overzicht tr.product div.content div.fulloms.show{
	display: block;
}
div.product_overzicht tr.product div.content div.extinfo.full_height{
	
}
div.product_overzicht tr.product div.price span.direct_leverbaar, div.product_overzicht tr.product div.price span.leverbaar, div.product_overzicht tr.product div.price span.niet_leverbaar{
	display: inline-block;
	background-color: #169900;
	width: 12px; 
	height: 12px;
	border-radius: 6px;
}
div.product_overzicht tr.product div.price span.leverbaar{
	background-color: #FFF;
	background-image: url('/img/icons/clock_icon.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
div.product_overzicht tr.product div.price span.niet_leverbaar{
	background-color: #c40909;
}
div.product_overzicht tr.product div.price p.levoms{
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
}

div.product_overzicht tr.product div.price p.prfw{
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 5px;
}
div.product_overzicht a.sluit_zoekscherm{
	position: relative;
	padding-right: 15px;
	width: 100%;
	text-align: right;
	display: block;
	cursor: pointer;
	margin-bottom: 10px;
}
div.product_overzicht a.sluit_zoekscherm span{
	border: 1px solid red;
	background-color: red;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	right: 0;
	top: 0;
}

div.product_overzicht h3.verklein{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
}
div.product_overzicht div.top_foto_menu{
	border: 1px solid #000;
	display: inline-block;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}
div.product_overzicht img.subtf{
	width: 100px;
}
div.product_overzicht div.subres{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
	width: 150px;
	height: 150px;
	text-align: center;
	background-size: 80%;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #CCC;
	position: relative;
}
div.product_overzicht div.subres p{
	position: absolute;
	width: 100%;
	bottom: 5px;
	background-color: #FFF;
}
div.product_overzicht div.subres a, div.product_overzicht div.subrest a{
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
}
div.product_overzicht div.subres a:hover, div.product_overzicht div.subrest a:hover{
	color: var(--lightblue);
}
div.product_overzicht div.subrest{
	margin: 0 10px 10px 0;
	display: inline-block;	
}
div.product_overzicht div.subrest a{
	text-decoration: underline;
}
div.aantalpag{
	margin-bottom: 10px;
	padding-left: 17%;
}
ul#paginering{
	
}
ul#paginering li{
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
ul#paginering li a{
	border: 1px solid #CCC;
	padding: 5px 10px;
	color: #CCC;
}
ul#paginering li a:hover{
	color: #000;
	border: 1px solid #000;
}
ul#paginering li a.activepag{
	border: 1px solid var(--lightblue);
	background-color: var(--lightblue);
	color: #FFF;
}
div.product_overzicht tr.pagintr td{
	padding: 10px 0;
}
/*Eind product overzicht*/

/*Account aanmaken*/
div.account{
	padding: 1%;
	min-height: 50vh;
}
div.account h2, div.account h4{
	font-weight: 500;
	font-size: 18px;
}
div.account h4{
	margin-top: 5px;
}
div.formulier a.zoek_opnieuw{
	color: #000;
	text-decoration: underline;
}
div.formulier p{
	margin: 20px 0 10px 0;
}
div.formulier p span{
	font-weight: 500;
}
div.formulier input{
	width: 100%;
	padding: 6px;
	outline: none;
	font-size: 14px;
	margin-bottom: 5px;
}
div.formulier input[type="submit"]{
	width: inherit;
	display: inline-block;
	padding: 10px 20px;
	margin-top: 10px;
	background-color: var(--lightblue);
	border: none;
	cursor: pointer;
	color: #FFF;
	margin-right: 20px;
}
div.formulier input[type="submit"]:hover{
	background-color: #0d7cb8;
}
div.formulier table{
	width: 100%;
	border-collapse: collapse;
}
div.formulier table tr td{
	width: 100%;
	padding-top: 5px;
}
div.formulier table tr td:first-child{
	width: 170px;
	padding-right: 20px;
}
div.kvksrcgeg{
	border: 1px solid #CCC;
	padding: 5px;
	margin: 5px 0;
}
div.kvksrcgeg a{
	color: #000;
	display: inline-block;
}
div.kvksrcgeg h3{
	font-size: 16px;	
}
div.kvksrcgeg ul{
	list-style: none;
}
p.error_message{
	color: red;
}
a.regcom{
	text-decoration: underline;
	color: #000;
}
/*End account aanmaken*/

/*Checkout CSS*/
div.ga_door_ww{
	padding-top: 20px;
	text-align: right;
}
div.ga_door_ww a{
	display: inline-block;
	padding: 10px 40px;
	background-color: var(--lightblue);
	color: #FFF;
}
div.ga_door_ww i{
	color: #c60404;
}
div.ga_door_ww a.drempel{
	background-color: #CCC;
	margin-left: 20px;
}
div.checkout{
	padding: 1%;
}
div.checkout h3{
	font-size: 18px;
	font-weight: 500;
}
table.table_winkelwagen{
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
table.table_winkelwagen tr th{
	background-color: var(--lightblue);
	color: #FFF;
	font-weight: 500;
	text-align: left;
}
table.table_winkelwagen tr td img{
	width: 50px;
}
table.table_winkelwagen tr th, table.table_winkelwagen tr td{
	padding: 5px;
	border: 1px solid #f5f6f8;
}
table.table_winkelwagen tr:nth-child(odd){
	background-color: #f5f6f8;
}
table.table_winkelwagen tr th.tar, table.table_winkelwagen tr td.tar{
	text-align: right;
}
table.table_winkelwagen tr th.tal, table.table_winkelwagen tr td.tal{
	text-align: center;
}
table.table_winkelwagen tr.nobg{
	background-color: #FFF;
}
table.table_winkelwagen tr.nobg td{
	border: none;	
}
table.table_winkelwagen tr td.bo{
	font-weight: 700;
}
table.table_winkelwagen tr td.tto{
	border-top: 2px solid #666;
}
table.table_winkelwagen tr td.del{
	width: 40px;
	text-align: center;
}
table.table_winkelwagen tr td a.delete_from_ww{
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url('/img/icons/trash.svg');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

div.betaalopties{
	padding-top: 10px;
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
div.betaalopties h3{
	margin-bottom: 5px;
}
div.betaalopties select{
	outline: none;
	padding: 5px;
	width: 250px;
}
div.bestellen{
	padding-top: 10px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: 50%;
	float: right;
}
div.bestellen input{
	outline: none;
	padding: 10px 40px;
	background-color: var(--lightblue);
	color: #FFF;
	border: none;
	cursor: pointer;
	margin-top: 10px;
}
div.bestellen input:hover{
	background-color: #0d7cb8;
}

div.bedankt_pagina{
	padding: 10px 1%;
}
div.bedankt_pagina.mislukt a.naarww{
	margin-bottom: 150px;
	display: inline-block;
	background-color: var(--blue);
	color: #FFF;
	padding: 14px 24px;
	margin-top: 10px;
}
div.bedankt_pagina h2, div.bedankt_pagina h3{
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
}
div.bedankt_pagina h3{
	margin-top: 10px;
}
div.bedankt_pagina ul{
	margin: 10px 0;
}
div.bedankt_pagina ul li img{
	width: 80px;
	margin: 5px;
	display: inline-block;
	vertical-align: top;
	
}
div.bedankt_pagina ul li span{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding-top: 10px;
	margin-left: 10px;
	max-width: calc(100% - 150px);
}
div.bedankt_pagina ul li span.aantal{
	font-size: 12px;
	font-weight: 700;
	padding-top: 13px;
}
div.bedankt_pagina ul li span.teveel{
	margin-left: 0;
	padding-top: 0;
	font-weight: 500;
	font-size: 14px;
	color: #d10000;
}
div.bedankt_pagina ul li{
	background-color: #F3F3F3;
	border-left: 4px solid var(--blue);
	margin-bottom: 5px;
}

div.account_page{
	padding: 20px 3%;
}
div.account_page div.left_menu, div.account_page div.right{
	display: inline-block;
	vertical-align: top;
}
div.account_page div.left_menu{
	width: 20%;
}
div.account_page div.right{
	width: 79%;
}
div.account_page div.left_menu ul li{
	margin-bottom: 10px;
}
div.account_page div.left_menu ul li a{
	border-left: 4px solid rgba(255, 255, 255, 0);
	display: block;
	padding: 14px 20px 14px 44px;
	color: #000;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: left 10px center;
}
div.account_page div.left_menu ul li a.account{
	background-image: url('https://renrverlichting.nl/img/icons/account.svg');
}
div.account_page div.left_menu ul li a.orders{
	background-image: url('https://renrverlichting.nl/img/icons/orders.svg');
	background-size: 26px;
}
div.account_page div.left_menu ul li a.facturen{
	background-image: url('https://renrverlichting.nl/img/icons/facturen.svg');
	background-size: 26px;
}
div.account_page div.left_menu ul li a.settings{
	background-image: url('https://renrverlichting.nl/img/icons/settings.svg');
}
div.account_page div.left_menu ul li a.loguit{
	background-image: url('https://renrverlichting.nl/img/icons/uitloggen.svg');
}
div.account_page div.left_menu ul li.active a, div.account_page div.left_menu ul li:hover a{
	border-left: 4px solid var(--blue);
}
div.account_page div.right{
	padding: 0 50px;
}
div.account_page div.right h2, div.account_page div h4{
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}
div.account_page div h4{
	margin-top: 20px;
}
div.account_page div.right div.welcome_txt{
	background-color: rgba(11, 84, 227, 0.2);
	width: 100%;	
	display: block;
	padding: 40px;
}
div.account_page div.right div.welcome_txt p span.nummer{
	color: #000;
	font-weight: 500;
}
div.account_page div.right div.welcome_txt h3{
	font-size: 28px;
	color: var(--blue);
}
div.account_page div.right div.welcome_txt p{
	margin-top: 20px;
	font-size: 18px;
	color: var(--blue);
}
div.account_page div.right div.last_orders div.orderdetails{

}
.placeholder_input.korting{
	background-color: #FFF;
}
div.account_page div.right div.last_orders div.orderdetails table{
	width: 100%;
	font-size: 14px;
	border-collapse: collapse;
}
div.account_page div.right div.last_orders div.orderdetails table tr:nth-child(even){
	background-color: #ececec
}
div.account_page div.right div.last_orders div.orderdetails table tr td{
	padding: 10px;
}
div.account_page div.right div.last_orders div.orderdetails table tr td a{
	color: #000;
	text-decoration: underline;
}
div.account_page div.right div.last_orders div.orderdetails table tr td a.pakket_volgen{
	font-weight: 500;
	margin-left: 10px;
}

div.naw div.naw_blok{
	border: 1px solid #000;
	display: inline-block;
	width: 50%;
	padding: 20px;
	box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
}

div.naw div.naw_blok ul li{
	padding-left: 40px;
	background-size: 25px;
	background-position: left center;
	background-repeat: no-repeat;
}
div.naw div.naw_blok ul li.adres{
	margin-top: 20px;
	padding-bottom: 8px;
	background-image: url('https://renrverlichting.nl/img/icons/adres.svg');
}
div.naw div.naw_blok ul li.email{
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 8px;
	background-image: url('https://renrverlichting.nl/img/icons/email.svg');
}
div.naw div.naw_blok ul li a{
	margin-top: 10px;
	display: inline-block;
	color: #000;
	text-decoration: underline;
}

div.all_orders table{
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
	box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
	font-size: 14px;
}
div.all_orders table tr td, div.all_orders table tr th{
	padding: 5px;
}
div.all_orders table tr th{
	text-align: left;
	padding: 10px 5px;
	background-color: var(--blue);
	color: #FFF;
	font-weight: 500;
}
div.all_orders table tr:nth-child(even){
	background-color: #ececec
}
div.all_orders table tr td a{
	color: #000;
	text-decoration: underline;
}
div.account_page div.right div.adresgegevens input[type="submit"]{
	padding: 12px 28px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
    background-color: var(--blue);
    color: #FFF;
    border: 1px solid var(--blue);
	box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
}

div.account_page div.right div.orderdetail table{
	width: 100%;
	overflow: scroll;
	margin-top: 20px;
	border-collapse: collapse;
	font-size: 14px;
}
div.account_page div.right div.orderdetail table::-webkit-scrollbar{
	display: none;
}
div.account_page div.right div.orderdetail table tr th{
	text-align: left;
	background-color: var(--blue);
	color: #FFF;
	font-weight: 400;
}
div.account_page div.right div.orderdetail table tr:nth-child(even){
	background-color: #ececec
}
div.account_page div.right div.orderdetail table tr th, div.account_page div.right div.orderdetail table tr td{
	padding: 10px;
}
div.account_page div.right div.orderdetail table tr td img{
	width: 100px;
}
a.dwnor{
	display: inline-block;
	padding: 10px 0 0 40px;
	height: 30px;
	font-size: 12px;
	background-image: url('/img/icons/pdf_icon.svg');
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: left center;
}

/*Eigen voorraad*/
div.eigen_voorraad{
	padding: 1%;
}
div.eigen_voorraad h2{
	font-weight: 500;
	font-size: 20px;
}
ul.stappen{
	list-style: circle;
	margin-left: 20px;
}
ul.stappen li{
	padding: 10px;
}


div.verifieer{
	padding: 20px 1%;
	min-height: calc(100vh - 300px);
}
div.verifieer h3{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
div.verifieer div.gegevens{
	text-align: left;
}
div.verifieer div.gegevens p.geslaagd{
	display: inline-block;
	vertical-align: top;
	color: #000;
	font-size: 12px;
	margin: 46px 0 0 20px;
	font-weight: 500;
	background-color: #ceffb0;
	border-left: 4px solid #379300;
	padding: 20px;
}
div.verifieer div.gegevens p.frm{
	margin: 40px 0;
}
div.verifieer div.gegevens p.frmm{
	margin: 20px 0;
}
div.verifieer div ul{
	margin-top: 40px;
}
div.verifieer div ul li{
	margin: 20px 0;
}
div.verifieer div ul li a{
	color: #000;
	text-decoration: underline;
}

.wrap_input {
	position: relative;
	padding: 5px 0 0;
	width: 100%;
	margin-bottom: 5px;
}
.wrap_input.pcht{
	width: 32%;
	display: inline-block;
	vertical-align: top;
}
.wrap_input.lcht{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.placeholder_input {
	font-family: inherit;
	width: 100%;
	border: 0;
	border: 1px solid #CCC;
	outline: 0;
	padding: 16px 0 4px 10px;
	background: transparent;
	transition: border-color 0.2s;
	font-size: 12px;
}
.placeholder_input.price{
	padding-left: 15px;
}
.placeholder_input::placeholder {
	color: transparent;
}
.placeholder_input:placeholder-shown ~ .form__label {
	cursor: text;
	top: 18px;
	font-weight: 400;
	background-size: 0px;
}
.form__label {
	font-size: 12px;
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	transition: 0.2s;
	font-size: 10px;
	font-weight: 700;
}
.form__label.price{
	background-image: url('/img/icons/euro_black.svg');
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: left bottom;
	padding-bottom: 13px;
}
.placeholder_input:focus {
	border-image: linear-gradient(to right, #0c0c22, #2f2f46);
	border-image-slice: 1;
	color: #000;
}
.placeholder_input:focus ~ .form__label {
	position: absolute;
	top: 10px;
	display: block;
	transition: 0.2s;
	font-size: 10px;
	font-weight: 700;
	background-size: 12px;
}

/* reset input */
.placeholder_input:required, .placeholder_input:invalid {
	box-shadow: none;
}
div.wrap_input.select{

}
div.wrap_input.select p{
	font-size: 10px;
	font-weight: 700;
	position: absolute;
	margin: 4px;
	padding-left: 5px;
}
div.wrap_input.select select{
	width: 100%;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #CCC;
    outline: none;
    margin: 0 0 5px 0;
    padding: 17px 0 0 5px;
}
div.regbutton input{
	display: inline-block;
    vertical-align: top;
    border: none;
    text-align: center;
    margin: 20px 0;
    padding: 14px 40px;
    background-color: var(--lightblue);
    color: #FFF;
    cursor: pointer;
}

div.ov-c-a{
	padding: 20px 3%;
	text-align: center;
}
div.ov-c-a.txl{
	text-align: left;
}
div.ov-c-a.txl h4{
	margin: 10px 0;
	font-size: 16px;
}
div.ov-c-a h2{
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 20px;
}
div.ov-c-a p{
	max-width: 70%;
	margin: 0 auto;
	line-height: 24px;
	font-size: 16px;
}
div.ov-c-a span.line{
	display: inline-block;
	width: 150px;
	height: 2px;
	border-top: 2px solid var(--blue);
	margin-bottom: 20px;
}
div.ov-c-a ul li{
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin: 1%;
}
div.ov-c-a ul li div.image{
	height: 150px;
	padding-top: 25px;
}
div.ov-c-a ul li div.image img{
	height: 100px;
	max-height: 150px;
}
div.ov-c-a ul li div.titel h3{
	font-size: 18px;
	font-weight: 500;
}
div.ov-c-a ul li div.tekst p{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: inherit;
	font-size: 14px;
}
div.ov-c-a ul li div.tekst div.mail, div.ov-c-a ul li div.tekst div.wap{
	background-size: 30px;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 80px;
	background-position: left 40px center;
	text-align: left;
}
div.ov-c-a ul li div.tekst div.mail{
	background-image: url('https://renrverlichting.nl/img/icons/email.svg');
}
div.ov-c-a ul li div.tekst div.wap{
	background-image: url('https://renrverlichting.nl/img/icons/social_media/whatsapp.svg');
}
div.contactform{
	width: 50%;
	margin: 0 auto;
}
div.contactform input{
	width: 100%;
}
div.contactform p{
	font-size: 12px;
	text-align: left;
	max-width: 100%;
}
div.contactform textarea{
	width: 100%;
	height: 200px;
	outline: none;
	padding: 5px;
	border: 1px solid #CCC
}


div.boxinhoud{
	padding: 10px 1%;
}
div.boxinhoud h2{
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;
}
div.boxinhoud p{
	margin-bottom: 10px;
}
div.boxinhoud div.boxart{
	border: 1px solid #CCC;
	margin: 20px 20px 20px 0;
	display: inline-block;
	vertical-align: top;
	width: 15%;
	text-align: center;
	-webkit-box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.75);
	background-color: #FFF;
}
div.boxinhoud div.boxart div.image img{
	max-width: 100%;
	max-height: 140px;
}
div.boxinhoud div.boxart div.naam{
	font-size: 14px;
	font-weight: 500;
	padding: 0 10px;
}
div.boxinhoud div.boxart div.prijs{
	color: var(--orange);
	font-weight: 500;
	margin: 5px 0;
}
div.boxinhoud div.boxart div.aantal{
	margin-bottom: 10px;
}
div.aanvullen a{
	display: block;
	padding: 10px;
	background-color: var(--lightblue);
	color: #FFF;
	margin: 5px;
	cursor: pointer;
}
