/* basisinstellingen en body */

:root {
	--color-black: black;
  --color-gold: #c79d57;	
}

html {
	background: var(--color-black);
	width: 100%!important;
}

body {
	font-family: Georgia, Verdana, sans-Serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.4;
  /*margin: auto;*/ 
	color: white; /* #000000;/* basis tekstkleur */
	padding: 0 0 0 0;
	margin: 1% auto .5% auto;
  max-width: 1200px; /* 1020 */ 
  background: var(--color-black);
}

h1 {font-size: 200%; margin-top:0px; margin-bottom: 15px; color: #20221f;}
h2 {font-size: 150%; margin-top:0px; margin-bottom: 15px; color: #20221f;}
h3 {font-size: 120%; margin-top:0px; margin-bottom: 0px; color: #20221f;}

h1, h2, h3, h4, h5, h6 {
	color: white;
}

p {	
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 15px;
}

ul {
  padding-bottom: 15px; 
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: none; /* underline */
}

.fout {
	border: 1px solid red;
}
.rood {
	color: red !important;
}
.groen {
	color: green !important;
}
.oranje {
	color: orange !important;
}
.blauw {
	color: blue !important;
}
.wit {
	color: white !important;
}
.grijs {
	color: gray !important;
}

.vet {
	font-weight: bold;
}
.cursief {
	font-style: italic;	
}

.noWrap {
  white-space: nowrap;	
}


.formulierfout {
  border: 2px solid red!important; 
  background-color: #ffd3d3; /* lichtrood */
}

/* standaard opmaak van een knop */
.knop {
	font-size: 100% !important;
	text-decoration: none !important;
	/*
	padding: 5px !important;
	background-color: #20221f !important;
	border: none;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	color: white !important;
	box-shadow: 0px 0px 3px 3px #c5e4ee !important;
	border-radius: 5px !important;
	cursor: pointer !important;
	font-variant: small-caps;
	*/
	background: #20221f; 
	color: white !important; 
	padding: 8px !important;
	border-radius: 3px !important;
	box-shadow: 0 !important;
	border: none !important;
	cursor:pointer !important;
	width: auto !important;
	
}
.knop:hover {
  text-decoration: underline !important;
}
.knop:active {
  box-shadow: none !important;
}


/* standaard opmaak van een submit-knop */
.submit {
	background: #1e6f1e; /*#20221f;*/ 
	color: white !important; 
	padding: 8px !important;
	border-radius: 3px !important;
	box-shadow: 0 !important;
	border: none !important;
	cursor:pointer !important;
	width: auto !important;
}
.submit:hover {
	/*background-color: #6f3c9a; /* lichter paars */
	-webkit-transition: background-color 100ms linear;
	-moz-transition: background-color 100ms linear;
	-o-transition: background-color 100ms linear;
	-ms-transition: background-color 100ms linear;
	transition: background-color 100ms linear;
	text-decoration: none !important;
}

.volgende {
  background-color: #12b700 !important; /*groen*/
}

.vorige {
  background-color: #f47920 !important;
}

img.icon {
	width: 30px; 
	vertical-align: middle;
}

/* blokje "ingelogd als beheerder" indien ingelogd */
div#managerLoggedIn {
	color: white;
	background-color: #20221f;
	padding: 5px 10px;
	text-align: right;
}
div#managerLoggedIn a{
	color: inherit;
	font-weight: bold;
}


/* ----------------------------------------------------------------------------- page */
div#page {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
}

div#page_wrapper {
	padding-bottom: 7%;
}

table#results_wrapper {
  border-collapse: collapse;	
  height: 100%;
}


/* mijn bestellingen */
table#mijn_bestellingen {
	width: 100%;
}

table#mijn_bestellingen th {
	text-align: left;
}




header {
}


/* ------------------------------------------------------------------------------------------------------- kop */
div#header_wrapper {
	display: block;
	position: relative;
	background: var(--color-black);
	max-width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}

div#header_left {
	display: block;
	float: left;
	width: 30%;
	height: auto;
	min-width: 200px;
}

/* ------------------------------------------------------------------------------------------------------- logo */
div#logo {
	display: block;
	width:100%;
	text-align: center;
	background: var(--color-black);
} 
div#logo img {
	max-height: 150px;
}


div#header_center {
	display: block;
	float: left;
	width:auto;
	/*outline: 1px solid red;*/
	text-align: left;
	margin-left: 1%;
	margin-bottom: 5px;
}

/* ------------------------------------------------------------------- zoeken */
div#zoeken {
	display: inline-block;
}

form#zoekformulier label{
}

form#zoekformulier input{
	display:block;
	float: left;
	width: 150px;
	padding: 8px;
	height: 17px;
	border: 1px solid #5299df;
	border-radius: 5px 5px 5px 5px;
	border-color: #ccc #efefef #efefef #ccc;
	background-color: #ffffff;
	box-shadow: inset 1px 2px 3px rgba(0,0,0,0.25);
}

form#zoekformulier input#zoekknop {
  border: none;
  height: 35px;
  padding: 7.5px;
  color: #ffffff;
  color: transparent;
  margin: 0 0 0 2px;
  width: auto;
  min-width: 30px;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.25);
  border-color: #ccc #efefef #efefef #ccc;
  border-width: 1px;
  border-style: solid;
  border: 1px solid transparent;
  background:  #505043;
  border-radius: 0 5px 5px 0;
  background: #505043 url('images/search-icon-orange.png') no-repeat top left;
  background-size: contain;
  background-size: 50%;
  background-position: center;
}

form#zoekformulier input#zoekknop:hover {
	background-image: url('images/search-icon-white.png');
}
/*
div#header_top {
	font-size: 100%;
	color: white; 
	display: block;
	text-align: left;
}
*/

div#header_wrapper_catchline {
	padding: 5px; 
	text-align: center; 
	color: white;
	display: none;
}


div#header_center_catchline_1 {
	display: none;
}


div#header_center_catchline_2 {
	font-size: 100%;
	display: inline-block; 
	display: none;
	clear: none; 
	color: white; 
	margin-left: 10px;
	padding-top: 10px; 
}

div#header_center_catchline_2 img {
	height: 13px;
}

div#header_right {
	display: block;
	float: right;
	width: 30%;
	min-width: 200px;
	/*outline: 1px solid green;*/
	text-align: center;
}

/* ----------------------------------------------------------------------------- languages */
div#languages {
	display: block;
  padding: 1%;
  height: auto;
	text-align: right;
	/*outline:1px solid red;*/
}
div#languages img {
  max-width: 30px;	
}



/* ----------------------------------------------------------------------------- login */
div#login {
	display: block;
	float: left;
	text-align: left;
	outline: 1px solid gray;
	z-index: 10;
	position: relative;
	top: 0; 
	left: 0;
}

div#login a{
}


#user_menu_switch {
	cursor: pointer;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	color: inherit;
}
#user_menu_switch:hover {
	color: red;
}
#user_menu_switch img {

}


ul#user_menu {
	display: none;
  background: green;
	color: white;
	padding: 0;
	text-align: left;
}

ul#user_menu li {
	display: block;
  list-style-position: outside;
  list-style-type: none;
  text-transform: uppercase;
  
  
}
ul#user_menu li a {
	display: block;
	position: relative;
	padding: 5px 8px;
	background: white;
	color: #333;
	text-decoration: none;
}
ul#user_menu li a:hover {
	color: red;
}



/* ----------------------------------------------------------------------------- cart */
div#cart {
	display: block;
	padding-right: 10px;
	text-align: right;
	color: white;
}

div#cart a {
	text-decoration: none;
	/*text-transform: uppercase;*/
	color: inherit;
}

div#cart img {
	width: 20px;
	vertical-align: top;
}




div#nieuwsberichten {
  display: block;	
}
div.nieuwsbericht {
	display: block;
	padding: 1%;
	margin: 1%;
	background: #dddddd;
}
div.nieuwsbericht_inhoud {
	display: block;
	/*font-size: small;*/
	
}
span.nieuwsbericht_titel {
	display: block;
	font-weight: bold;
}
span.nieuwsbericht_datum {
	display: block;
	font-size: small;
	color: #47479d;
	font-style: italic;
}


form#betaalwijze {	
}
form#betaalwijze table td {
  border-bottom: 1px dashed lightgray;
  padding-top: 5px;
  padding-bottom: 5px;
}
form#betaalwijze table td {
	vertical-align: middle;
}



/* ------------------------------------------------------------------------------------------------------- main_menu */
div#main_menu {
	background: var(--color-black);
	padding: 0 0;
	padding-bottom: 10px;
	text-align: center;
}

div#main_menu ul {
	display: inline-block;
	max-width: 1000px;
	margin: 0 auto;
	color: white;
	padding: 0;
	height: 40px;
}
div#main_menu ul li {
	display: inline-block;
	float: left;
  list-style-position: outside;
  list-style-type: none;
  height: 25px;
  padding-top:10px;
  padding-bottom: 5px;
	border-radius: 3px;
}

div#main_menu ul li a {
	display: block;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	color: white; 
	text-decoration: none;
	text-transform: uppercase;
}

div#main_menu ul li:last-child a {
	/*padding-right: 0;*/
}

div#main_menu ul li ab:hover {
	
}

div#main_menu ul li.active a {
	color: white;
	font-weight: bold;
}

div#main_menu ul li:hover, div#main_menu ul li.active {
	background-color: var(--color-gold);
	/*outline: 1px solid gray;
	box-shadow: 0 -2px 5px gray;
	*/
}

div#main_menu ul li:hover {
	/*background-color: #505043;*/
	background-color: var(--color-gold);
}


/* -----------------------------         main_menu_mobile */
div#main_menu_mobile {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 60%;
	min-width: 200px;
	max-width: 400px;
	box-shadow: 3px 3px 13px gray;
}

div#main_menu_mobile ul {
	background: var(--color-black);
	display: block;
	margin: 0 auto;
	color: white;
	padding-bottom: 0;
}
div#main_menu_mobile ul li {
	display: block;

  list-style-position: outside;
  list-style-type: none;
  text-align: center;
  border: 1px solid gray;
  border-top: none;
}
div#main_menu_mobile ul li a:hover {
	color: red;
}
div#main_menu_mobile ul li a {
	display: block;
	width: auto;
	color: #6e816e; 
	text-decoration: none;
	padding-right: 0;
	padding-left: 1%;
	padding: 8px; 
	font-size: 120%;
}

div#main_menu_mobile ul li a.active {
  color: red;	
}



div#main_menu_mobile ul li a:hover {
	color: red;
	background: #222;
}


div#main_menu_mobile ul li#closeMenu {
	display: block; 
	width: auto;
	text-align: center;
	font-weight: bold;
	padding: 5%;
	margin-bottom: 0;
	background: white;
	border: 1px solid #0083b5; /*#0083b5; /* blauw */
	border-radius: 0;
	color: #0083b5;
	font-style: italic;
	cursor: pointer;
	font-size: inherit;
}


div#main_wrapper {
}


/* ------------------------------------------------------------------------------------------------------- breadcrumbs */
div#breadcrumbs {
	display: none;
	/*font-family: 'Courier New', sans-serif;*/
	padding-left: 1%;
	padding-bottom:10px;
	background-color: var(--color-black);
	color: white; /*#000000;*/
	letter-spacing: 3px;
}

div#breadcrumbs a {
	text-decoration: none; /* underline */
	color: inherit;
}
div#breadcrumbs img {
	margin-left: 5px;
	margin-right: 5px;
}


/* ------------------------------------------------------------------------------------------------------- maincats */
div#maincats {
	display: block;
	width: 100%;
	text-align: left;
}

div.maincat_item {
	position: relative;
	display: inline-block;
	
	width: 22%;
	min-width: 100px;
	height: auto;
	margin: 1.3%;
	padding: 0;
	background: white;
	border: 1px solid gray;
	box-shadow: 3px 3px 3px gray;
}

div.maincat_item a {
	display: block;
	font-size: 1.0em;
	color: #f47920;
	font-weight: bold;
	/*border: 2px solid gray;*/
	/*background: white;*/
	text-decoration: none;
}
div.maincat_item a.active {
	background-color: #f47920;
	color: white;
}
div.maincat_item a:hover {
	background-color: gray;
	color: white;
}

div.maincat_item a img{
	width: auto;
	width: 100%;
}


/* table_results */
table#results_wrapper {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	/* outline: 1px dashed green;*/
}
table#results_wrapper td {
	vertical-align: top;
}


/* ------------------------------------------------------------------------------------------------------- subcats */
div#subcats {
  display: inline-block;
	float: left;
	margin-right: 5px;
	width: auto;
	min-width: 200px;
	width: 250px;
	height: auto;
	margin-top: 10px;
	line-height: 1.4em;
}

div#bovensteCategorieNaam {
  color: white;	/*black*/
  font-weight: 700;
}

div#terug_naar {
	margin-bottom: 10px;
}
div#terug_naar a{
	color: inherit;
}

td#table_subcats {
	max-width: 10%;
	width: 250px;
}

#aantalArtikelen {
  margin-left: 1%;	
}



div.subcat_item a{
	display: inline-block;
	overflow: hidden;
	color: inherit;
}
div.subcat_item a:hover {
	background-color: lightgray;
}

span.subcatActive {
	font-weight: bold;
}

div.subcat_item a img{
	max-width: 100%;
	max-height: 80px;
}


/* ---------------------------------------------- subcat_item_mobile --------------------------------*/
div#subcats_mobile {
  width: 100%;	
}

span#subcat_item_mobile_switch {
	display: block;
	text-decoration: none; /* underline */
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
}

ul#subcat_item_mobile {
	display: none;
	width: 100%;
}

ul#subcat_item_mobile li {
	display: block;
	width: 100%;
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid black;
  
  background: lightgray;
}
ul#subcat_item_mobile li:last-child{
   border-bottom: 1px solid black;	
}

ul#subcat_item_mobile li a{
  display: block;
  width: 100%;
	color: inherit;
  text-decoration: none; /* underline */
  cursor: pointer;
}

.subcatActiveMobile {
	font-weight: bold;
}

/* ------------------------------------------------------------------------------------------------------- results */
div#results {
	display: block;
	min-height: 300px;
}


/* -------------------------------------------- paginatie --------------------------- */
#paginatie {
	display: inline-block;
	clear: both;
	text-align: center;
	background: #20221f;
	font-size: 20px;
	color: white;
	padding: 5px;
	width: 93%;
	margin-left: 2%;
	margin-right: 2%;	
}


#paginatie img {
	vertical-align: middle;
	padding: 5px;
	height: 20px;
}

#paginatie .page_then, #paginatie .page_now, #paginatie .next_passive, 
#paginatie .next_active, #paginatie .prev_passive, #paginatie .prev_active {
  background: #505043;	
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 20px;
  padding-top: 0px;
  padding-bottom: 4px;  
  text-align: center;
}

#paginatie .page_now {
	color: #333333;
	/*font-style: italic;*/
}

#paginatie .page_then:hover, #paginatie .next_active:hover, #paginatie .prev_active:hover {
	color: #333333;
}

#paginatie .next_passive, #paginatie .prev_passive {
	color: gray;
	display: none;
}
/* ------------------------------------------------------------------------------------------------------- categorieText*/
div#categorieText {
  display: block;
  padding: 1%;
}


/* ------------------------------------------------------------------------------------------------------- aantalArtikelen */
span#aantalArtikelen {
	display: block;
  padding: 1%;
}


/* ------------------------------------------------------------------------------------------------------- general_content */
div#general_content {
	background: transparent;
}




/* -------------------------------------------------------------------------------------------------------- gastenboek */
div.gb-bericht {
	background: transparent url('images/achtergrond-half-transparant.png');
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

div.gb-bericht-naam {
  font-size: larger;
  float: left;
  padding-right: 20px;
}
div.gb-bericht-datum {
  font-style: italic; 
}
div.gb-bericht-bericht {
	clear:both;
  border-top: 1px solid lightgray;
  font-family: 'Georgia';  
}
div.gb-bericht-reactie {
  border-top: 1px dashed lightgray;
  font-style: italic;
}


/* -------------------------------------------------------------------------------------------------------- gastenboekformulier */
div#gastenboekformulier_wrapper {
	display:block;
	/*padding: 10px;*/
	margin-right: 13px;
	margin-left: 0;
	margin-bottom: 30px;
	background: transparent url('images/achtergrond-half-transparant.png');
	border-radius: 20px;
}

form#gastenboekformulier input {
  width: 300px;
  border: 1px solid green;
  border-radius:5px;
  padding: 5px 10px;
  font-size: 100%;
}
form#gastenboekformulier input#versturen {
  margin-top: 15px;
  cursor: pointer;
  border: 1px solid gray;
} 

form#gastenboekformulier label {
  display:block;
  width: 200px; 
  color: white;
  overflow: hide;
}

form#gastenboekformulier textarea {
  width: 90%;
  min-height:200px;
  border: 1px solid green;
  padding: 5px 10px;
  font-size: 100%;
}


/* -------------------------------------------------------------------------------------------------------- contactformulier */
div#contactformulier_wrapper {
	display:block;
	padding: 0;
}

form#contactformulier input {
  width: 90%;
	max-width: 300px;
  border-radius:5px;
  padding: 4px;
}
form#contactformulier input#versturen {
  width: auto;
  height: auto;
} 

form#contactformulier label {
  display:block;
  width: 200px; 
  color: #666;
  overflow: hide;
}

form#contactformulier textarea {
  width: 90%;
  min-height:200px;
  border-radius:5px;
  padding: 4px;
}




/* -------------------------------------------------------------------------------------------------------- categorie_introductietekst */
div#categorie_introductietekst {
}



/* ------------------------------------------------------------------------------------------------------- artikelresultaat */
div#artikelresultaat_wrapper {
	display: inline-block;
	width: 100%;
	/*outline: 1px solid blue;*/
}



div.artikelresultaat {
	display: block;
	float: left;
	width: 43%;
	color: #333333;
	/*font-size: 120%;*/
	background: transparent;
	border: 1px solid var(--color-gold);

	padding-left: 1%;
	padding-right: 1%;
	padding-top: 1%;
	padding-bottom: 17px;
	margin: 2%;
	box-shadow: 3px 5px 10px var(--color-gold);
}

div.artikelresultaat a {
 	text-decoration: none;
 	color: #20221f; 
}
div.artikelresultaat a:hover {
 	text-decoration: none;
 	color: inherit; 
}

div.artikelresultaat img{
	width: auto;
	max-width: 100%;
	max-height: 100%;
	border: none;
}

div.artikelresultaat_foto {
	display:block;
	position: relative;
	height: 440px;
	/*height: auto;*/
	overflow: hidden;
	text-align: center;
}

div.fotoLabel {
	display: inline-block;
	background: #20221f;
	color: white;
	border-radius: 3px;
	padding: 8px;
	width: auto;
	position: absolute;
	top: 5px;
	right: 5px;
}


div.artikelresultaat_titel {
	display: block;
	overflow: hidden;
	font-size: 1em;
	height: auto;
	height: 26px;
	overflow: hidden;
	margin-bottom: 1%;
	font-weight: bold;
	text-align: center;
}

div.artikelresultaat_bechrijving {
	display: block;
	overflow: hidden;
	font-size: 100%;
	font-weight: normal;
	height: auto;
}

div.artikelresultaat_prijs {
/*	display: block;
	clear: both;
	text-align: center;
	font-size: 16px;
	color: #000000;
	overflow: hidden;
	font-weight: 600;
	margin-top: 5px;
	margin-left: 2%;
	*/
	width: 100%;
	height: 30px;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	
	font-size: 1.3em;
}


div.artikelresultaat_voorraad {
	display: block;
	display: none;
	font-size:80%;
}

div.artikelresultaat_nummer {
	display: block;
	display: none;
	width: 100%;
	margin:0px -7px;
	padding-right: 15px;
	font-size: 60%;
	color: gray;
	text-align: right;
}

/* artikelgegevens wijzigen - link */
a.artikelgegevens_wijzigen {
  display: inline-block;
  margin-bottom: 3px;
  border: 1px solid orange;
  background: white;
  padding: 2px 3px;
  color: red;
  font-size: 12px;
}

/* ------------------------------------------------------------------------------------------------------- artikelresultaat_bestel */
div.artikelresultaat_bestel {
	/*float: right;*/
	border: none;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 2%;
	padding: 7px 0 7px 15px;
	text-align: center;
	background-color: transparent; 
}




/* ------------------------------------------------------------------------------------------------------- een_artikel */
div#een_artikel {
	padding:20px 10px;
	width: auto;
	color: white; /* #000000; /* #333333; */
}

div#een_artikel p {
	/* padding-left: 1%;*/
}

div#een_artikel li {
  list-style-position: inside; 
}

div.een_artikel_foto {
	display: block;
	width: 48%;
	float: left;
	clear: both;
	text-align: left;
	margin:1%;
	margin-bottom: 15px;
}

a.een_artikel_foto_groot img {
	display: inline-block;
	width: 100%;
}

a.een_artikel_foto_groot img {
	display:block;
	clear: both;
	max-width: 100%;
	margin-bottom: 3px;
}
a.een_artikel_foto_klein img {
	display:block;
	float: left;
	max-height: 10000px;
	max-width: 50%;
	margin: 1% 0 1% 0;
	margin: 0;
	outline: 2px solid transparent;
}

div.een_artikel_foto span {
	display:block;
	font-style: italic;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-top: 5px;
}
	
	
div.een_artikel_titel {
	display: block;	
	width: auto;
	margin:1%;
}
div.een_artikel_titel h1 {
	font-size: 160%;
	color: #20221f;
}

div.een_artikel_omschrijving {
	display: block;
	width: auto;
	margin:1%;
}
div.een_artikel_omschrijving p{
	font-size: 100%;
	color: #000000;
}

div.een_artikel_tht {
  color: red;  
	width: auto;
}

div.een_artikel_prijs {
	text-align: left;
	padding-left: 1%;
}
div.een_artikel_prijs .prijs {
	font-size: 160%;
}
div.een_artikel_prijs .inclusief_btw {
	font-size: 90%;
}


div.een_artikel_voorraad {
	display: block;	
	width: auto;
	background-color: none;
	text-align: left;
	padding-right: 10px;
	margin: 1%;
	margin-bottom: 5px;
	width: auto;
}

div.een_artikel_expected {
  display: block;
  clear: left;
}

div.een_artikel_bestel {
	display: block;	
	width: auto;
}

/* ----------------------------------------------weergave varianten ALS TABEL*/
div#een_artikel_varianten {
	display: block;
	clear: both;
  outline: 1px solid lightgray; 
  padding: 3%;
	margin: 1%;
}

div#een_artikel_varianten table{
  width: 100%; 
}

td.een_artikel_varianten_artikelnummer {
  color: gray;
  font-size: 80%;
  max-width: 25px;
  overflow: hidden;
  white-space: nowrap;
}

.variant_price {
  text-align: right; 
}

.variant_selected {
  color: green; 
  font-weight: bold;
  font-size: larger;
}

.variant_selected img, .variant_not_selected img {
  max-width: 60px; 
  vertical-align: middle;
  padding-right: 5px;
}

/* ----------------------------------------------weergave varianten ALS KEUZELIJST */

div#een_artikel_varianten_dropdown {
}
div#een_artikel_varianten_dropdown h1{
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 3px;
}
div#een_artikel_varianten_dropdown form {
	display: inline-block;
	clear: none;
}






div.een_artikel_accessoires {
  display: block;
  clear: both;
  outline: 1px solid lightgray; 
  width: auto;
	margin:1%;
  padding: 3%;
}
.een_accessoire {
  margin-bottom: 1%;
}
.een_accessoire img {
  width: 60px; 
  vertical-align: middle;
  margin-right: 20px;
}
.een_accessoire_prijs {
  text-align: right; 
}

div#gerelateerde_artikelen {
  display: inline-block;
  width: 100%;
  margin-top: 1%;
}
div#gerelateerde_artikelen h1 {
  margin: 1%; 
  color:gray;
  font-size: 90%;
}

div.een_gerelateerd_artikel {
  display: inline-block;
  border: 1px solid lightgray;
  width: 30%;
  height: 100px;
  float: left;
  padding: 1%;
  margin: 1%;
  text-align: center;
  overflow: hidden;
}

div.een_gerelateerd_artikel a {
  color: gray; 
}

div.een_gerelateerd_artikel img {
  max-width: 100px;
  max-height: 100px;
  margin-top: 1%;  
}


div#een_artikel_gerelateerd img {
  width: 60px; 
  vertical-align: middle;
  margin-right: 20px;
}

form#een_artikel_bestelformulier select#een_artikel_quantity{
	display:inline-block;
	width: 60px;
	margin-left: 1%;
	padding: 6px 5px;
	font-size: 15px;
	border-radius: 4px;
	border: 1px solid black;
	/*background-color: transparent;*/
	background-color: #505043;
}
form#een_artikel_bestelformulier select#een_artikel_quantity:hover{
	border: 1px solid black;
	/*background-color: white;*/
}

input.bestelknop {
	font-size: 140%;
	background-color: #24b0df;
	font-variant: small-caps;
	text-align: right;
	border: 2px solid #24b0df;
	width: 120px;
	height: 40px;
	margin-left: 5px;
	color: white;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #24b0df;
	cursor: pointer;

}
input.bestelknop:hover {
	font-weight:bold;
}
input.bestelknop:active {
	box-shadow: none;
}
	
input.uitverkocht {
	/* background-color: orange !important;*/
	cursor: none;
}

div.een_artikel_nummer {
  text-align: right;
	display: block;	
	width: auto;
	margin-left: 0px;
	padding-right: 1%;
	clear:both;
	font-size: 90%;
	color: #20221f;
	font-style: italic;
}

/* tabbladen reviews / description */
span.een_artikel_tab_inactive {
	display: inline-block;
	display: none;
	
	width:190px;
	height: 30px;
	margin: 0;
	/* outline: 1px solid red;*/
	color: #999999;
  background-color: #cccccc;
	cursor: pointer;
	text-decoration: none; /* underline */
	padding-left: 5px;
}

span.een_artikel_tab_active {
	display: inline-block;
	display: none;
	
	width:192px;
	height: 30px;
	margin: 0;
/*	outline: 1px solid red;*/
	color: #666666;
	padding-left: 5px;
	font-style: italic;
}


/* ----------------------------------------------------------- reviews */
div#een_artikel_reviews {
	display: none;

	background-color: #f2f2f2;
	border: 2px solid #999999;
	border-radius: 5px;
	padding: 0%;
}

div.een_artikel_reviews_review_stars img {
  width: 20px;
}


/* ----------------------------------------------------------- description */
div#een_artikel_description {
	border: 1px solid var(--color-gold);
	border-radius: 0;
	padding: 0%;
}


.submit.article_sold {
	color: #ff4343!important;
	font-style: italic;
}

/* ------------------------------------------------------------------------------------------------------- uitgelichte artikelen */
div#uitgelicht {
	display: block;	
	clear: both;
	text-align: left;
}

span.uitgelicht-tekst {
  color: #333333;
  font-size: 100%;
  /*font-weight: bold;*/
  display: block;
  padding: 0;
  margin: 0;
  padding: 1%;
  text-align: center;
  
  color: white;
  background-color: #20221f;
  text-transform: uppercase;
  
  width: 110%;
  width: 124%;
  margin-left: -13%; /*-5*/
}


/* ------------------------------------------------------------------------------------------------------- een_artikel_uitgelicht */
div.een_artikel_uitgelicht {
	display: inline-block;
	
	padding: 0;
	margin: 1%;
	outline: 1px solid gray;
	width: 31%;
	min-width: 150px;
	height: 505px; /* height:400px;*/
	overflow: hidden;
	background-color: inherit;
	box-shadow: 3px 3px 3px gray;
}

div.een_artikel_uitgelicht:hover {
  background-color: inherit; 
}

div.een_artikel_uitgelicht_foto {
	display: block;
	position: relative;
	width: 100%;
	height: 375px; /* height: 210px; */
	text-align: center;
}
div.een_artikel_uitgelicht_foto img {
	display:block;
	max-width: 90%;
	margin: 8px auto;
	
	max-height: 440px; /* max-height: 200px;*/
	border: none;
	/* box-shadow: 1px 1px 15px gray; */
}
div.een_artikel_uitgelicht_foto span {
	display:block;
	font-style: italic;
	margin-bottom: 15px;
}
	
	
div.een_artikel_uitgelicht_titel {
	display: block;	
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
}
div.een_artikel_uitgelicht_titel h1 {
	font-size: 1em;
	padding: 0;
	margin: 0;
	color: white; /* #222222; */
}

div.een_artikel_uitgelicht_omschrijving {
	display: block;
	width: auto;
	height: 50px;
	overflow: hidden;
	/*background: red;*/
}
div.een_artikel_uitgelicht_omschrijving p{
	font-size: 0.7em;
	color: white; /* #222222; */
	padding: 1%;
}


div.een_artikel_uitgelicht_prijs {
	width: 100%;
	height: 30px;
	color: white; /* #000000; */
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
div.een_artikel_uitgelicht_prijs .prijs {
	font-size: 1.3em;
}
div.een_artikel_uitgelicht_prijs .inclusief_btw {
	font-size: 90%;
}


div.een_artikel_uitgelicht_voorraad {
	display: block;	
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

div.een_artikel_uitgelicht_bestel {
	display: block;	
	width: 100%;
	text-align: center;
}


/* ------------------------------------------------------------------------------------------------------- footer */
footer {
	padding-left: 1%;
	padding-right: 1%;
	background: var(--color-black);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid var(--color-gold);
}

div#footer_wrapper {
	max-width: 1000px;
	margin: 0 auto;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

div#footer_blocks {
	display: block;
	clear: both;
	padding-top: 2%;
}

div.footer_block {
	display: block;
	float: left;
	width: 25%;
	min-width: 150px;
	/*outline: 1px solid yellow;*/
	padding-right: 5%;
	color: white ;/*#000000;*/
	
	padding-right: 0;
}

div.footer_block h1 {
	color: inherit;
	font-size: 1.3em;
	font-weight: normal;
	border-bottom: 1px solid #6e816e; 
	padding-bottom: 10px;
}

div.footer_block img {
	max-width: 100%;
}
div.footer_block p, div.footer_block ul {
  font-size: 100%;	
}

div.footer_block a {
	color: inherit;
}

div.footer_block a:hover {
	color: #6e816e;
}

div.footer_block ul {
  list-style-position: inside;	
  list-style-type: disc;
}

#footerLogo img {
	float: right;
	max-width: 100%;
	max-height: 170px;
	max-height: 390px;
	top: -264px;
	position: relative;
	left: 65px;
}

div#footer_menu {
	display: block;
	float: left;
}

div#footer_menu ul {
	display: block;
}
div#footer_menu ul li {
	display: inline-block;
	float: left;
  list-style-position: outside;
  list-style-type: none;
  font-size: 0.8em;
  border-right: 1px solid #6e816e; 
}
div#footer_menu ul li a:hover {
	color: red;
}
div#footer_menu ul li a {
	display: block;
	width: auto;
	padding: 0 5px;
	color: #6e816e; 
	text-decoration: none;
}

div#footer_menu ul li:first-child a {
	padding-left: 0;
}

div#footer_menu ul li:last-child {
	border-right: 0;
}

div#footer_menu ul li:last-child a {
	padding-right: 0;
}
div#footer_menu ul li a:hover {
	color: red;
}

div#footer_block_guestbook {
  width: 21%;
	padding-right: 4%
}

/* ----------------------------------------------------------------------------- socialMedia */
div#socialMedia {
	display: block;
	padding: 1%;
	float: left;
}

div#socialMedia img {
	margin-right: 4px;
	height: 50px;
}

div#footer_payment_logos {
	text-align: center; 
	position: relative; 
	top: 20px;
}


/* ------------------------------------------------------------------------------------------------------- credits */
div#credits {
	display: block;
	text-align: right;
}

div#credits {
	color: #6e816e; 
	font-size: 0.8em;
	padding-left: 1%;
	padding-right: 1%;
}
div#credits a{
	color: inherit;
	text-decoration: none;
}

/* -------------------------------------------------------------------------------------------------------- winkelwagen */
div#winkelwagen {
	padding: 10px 10px 10px 10px;	
	margin-top: 10px;
	border-radius: 10px 0 0 0;
  min-height: 380px;
}

div#bestelstappen {
	display: block;
	clear: both;
	margin-bottom: 20px;
	text-align: center;
}

div.een_stap {
	display: inline-block;
	float: left;
	margin: 3px;
	padding: 1%;
	width: 16%;
	height: auto;
	min-height: 45px;
	overflow: hidden;
	/*border: 1px solid black;*/
	/*background: url('images/bestelstap_passive.png') top right; */
	font-size: 13px;
	color: lightgray;
	font-variant: small-caps;
}

div.een_stap a {
  color: inherit;
}

div.een_stap img {
  max-width: 100%;
  display: none;
  
}
div#bestelstappen div.active {
	/*background: transparent url('images/bestelstap_active.png') top right;*/
	/*background-color: #24b0df; /*blauw*/
	color: white;
	font-weight: bold;
}

/* -------------------------------------------------------------------------------------------------------- winkelmandje */
table#winkelmandje {	
	border-collapse: collapse;
	width: 100%;
	/* outline: 1px solid red; */
}
table#winkelmandje th{	
	text-align: left;
}
table#winkelmandje td{	
	vertical-align: middle;
}

table#winkelmandje td.winkelmandje_titel{
	width: auto;
	text-align: left;
	padding-right: 3px;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
}
table#winkelmandje td.winkelmandje_titel img{
	max-width:  60px;
	vertical-align: top;
	float: left;
	margin: 0 3px 3px 0;
}
table#winkelmandje td.winkelmandje_levertijd{
	width: auto;
	padding-right: 3px;
}
table#winkelmandje td.winkelmandje_aantal{
	width: auto;
	padding-right: 3px;
}
table#winkelmandje td.winkelmandje_prijs{
	width: auto;
	white-space: nowrap;
	padding-right: 3px;
}
table#winkelmandje td.winkelmandje_wissen{
	width: auto;
	text-align: left;
	padding-left: 0px;
}
table#winkelmandje td.winkelmandje_wissen img{
	width: auto;
	min-width: 10px;
}

table#winkelmandje td.winkelmandje_totaal{
	font-weight: bold;
	border-top: 1px solid gray;
}

table#winkelmandje td.winkelmandje_totaalbedrag{
	font-weight: bold;
	font-size: 120%;
	border-top: 1px solid gray;
	white-space: nowrap;
}
table#winkelmandje td.winkelmandje_totaalregel {
	padding-top: 50px;
}

div#verder_winkelen {
	display: block;
	clear: left;
	float: left;
	margin: 50px 0 50px 30px;
}


div#afrekenen {
	display: block;
	float: left;
	margin-top: 50px;
	margin-left: 2%;
}
#opslaan_klantgegevens {
	margin-top: -7px;
}


/* -------------------------------------------------------------------------------------------------------- winkelmandje_aantal_wijzigen */
form.winkelmandje_aantal_wijzigen select{
	width: 60px;
}

/* -------------------------------------------------------------------------------------------------------- winkelmandje_bevestiging */
table#winkelmandje_bevestiging {	
	border-collapse: collapse;
  margin-bottom: 50px;
  width: 98%;
}
table#winkelmandje_bevestiging th{	
	text-align: left;
}
table#winkelmandje_bevestiging td{	
	vertical-align:middle;
}

table#winkelmandje_bevestiging td.winkelmandje_bevestiging_titel img{
 display: block;
 float: left;
 width: 60px;
 padding-right: 3%;
 vertical-align: middle; 
}	
table#winkelmandje_bevestiging td.winkelmandje_bevestiging_titel{
	width: auto;
	min-width: 180px;
	padding-right: 3%;
	text-align: left;
}

span.winkelmandje_bevestiging_titel_variatie {
	font-style: italic;
}


table#winkelmandje_bevestiging td.winkelmandje_bevestiging_aantal{
	width: auto;
	white-space: nowrap;
	padding-right: 3%;
}
table#winkelmandje_bevestiging td.winkelmandje_bevestiging_prijs{
	width: auto;
	white-space: nowrap;
	text-align: left;
	padding-right: 3%;
}
table#winkelmandje_bevestiging td.winkelmandje_bevestiging_totaal{
	font-weight: bold;
	white-space: nowrap;
	border-top: 1px solid gray;
}

table#winkelmandje_bevestiging td.winkelmandje_bevestiging_totaalbedrag{
	font-weight: bold;
	border-top: 1px solid gray;
	text-align: right;
}


/* -------------------------------------------------------------------------------------------------------- formulier inlogformulier */
form#inlogformulier {
	
}

form#inlogformulier label {
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 10px;
}
form#inlogformulier input {
	display: block;
	width: 200px;
	padding: 5px;
	margin-bottom: 10px;
}
form#inlogformulier input:focus {
	background: #bfffff;
	color: #000000;
	font-weight:bold;
}


/* -------------------------------------------------------------------------------------------------------- formulier klantgegevens */
form#klantgegevens {
	margin-top: 10px;
	width: 100%;
}
form#klantgegevens label {
	display: block;
	float: left;
	width: 115px;
	text-align: right;
	margin-right: 10px;
	padding-top: 8px;
}
form#klantgegevens input, select, textarea {
	display: block;
	clear: right;
	width: 200px;
	padding: 3px 5px;
	border-radius: 5px;
}
form#klantgegevens input, textarea {
}

form#klantgegevens select {
}

form#klantgegevens div.klantgegevens_kopje {
  display:block; 
  clear: both;
  text-align: left; 
  margin-top: 10px; 
  font-weight:600;  
}

form#klantgegevens div#klantgegevens_naam {
	display: block;
	padding-bottom: 15px;
}
form#klantgegevens div#klantgegevens_naam input#tussenvoegsel {
	width: 100px;
}
form#klantgegevens div#klantgegevens_naam input#voornaam {
	width: 150px;
}
form#klantgegevens div#klantgegevens_naam input#telefoon {
	width: 150px;
}
form#klantgegevens div#klantgegevens_naam input#email {
	width: 150px;
}

form#klantgegevens div#klantgegevens_adres {
	display: block;
	padding-bottom: 15px;
}
form#klantgegevens div#klantgegevens_adres input#postcode {
	width: 60px;
}
form#klantgegevens div#klantgegevens_adres input#huisnummer {
	width: 60px;
}

div#buren_afleveren input {
  float:left;
  clear: none;
  width: auto;
  padding: auto;
  margin-right: 20px;
  margin-left: 110px;
}
div#buren_afleveren label {
  color: blue;
  display: inline;
  width: auto;
  clear: right;
  margin-bottom: 10px;
}


form#klantgegevens div#klantgegevens_bericht {
	display: block;
	padding-bottom: 15px;
}	
form#klantgegevens div#klantgegevens_bericht label{
  display:block;
  width: auto;
  clear:both;
}
form#klantgegevens div#klantgegevens_bericht textarea{
  display: block;
  width: 95%;
  height: auto;
  min-height: 50px;
}

div#av_accoord {
	display: block;
	padding-bottom: 15px;
}
div#av_accoord input {
  float:left;
  clear: none;
  width: auto;
  margin:auto;
  margin-right: 20px;
  margin-top: 10px;
}
div#av_accoord label {
  display: inline;
  width: auto;
  clear: right;
  margin-bottom: 10px;
}

div#av_accoord label a {
	text-decoration: underline;
}

div#av_accoord img{
  width: 20px; 
  vertical-align: middle;
}

div#registratie_accoord {
  display: block;
  width: 50%;
  height: auto;
  padding-top: 0;
  margin-left: 730px;
  margin-top: -30px;
}
div#registratie_accoord input {
  float:left;
  clear: none;
  width: auto;
  padding: auto;
  margin:auto;
  margin-right: 20px;
}
div#registratie_accoord label {
  color: blue;
  display: inline;
  width: auto;
  clear: right;
  margin-bottom: 10px;
}


/* -------------------------------------------------------------------------------------------------------- afrekenen stap 5(bevestiging) */
p#slotregel {
	font-size: 1.2em;
	text-align: center;
	margin-top: 2%;
}

/* -------------------------------------------------------------------------------------------------------- iDEAL ------------------ */
form#ideal-knop input#ideal-nu-betalen {
  width: 200px;
  height: 50px;
  font-size: 16px;
  color: #000000;
  background: transparent url('images/ideal_50_vrij.png') top right no-repeat;
  border: 1px solid gray;
  cursor: pointer;
}

/* -------------------------------------------------------------------------------------------------------- PayPal ------------------ */
form#paypal_form input#paypal-nu-betalen {
  display: block;
  padding-right: 160px;
  width: 307px;
  height: 50px;
  font-size: 16px;
  text-align: left;
  color: #000000;
  background: white url('images/paypal-logo.jpg') top right no-repeat;
  border: 1px solid gray;
  cursor: pointer;
}



/* -------------------------------------------------------------------------------------------------------- verzendkosten in de kop ---*/
div#verzendkosten {
  display: none;
  float: left;
  padding: 5px;
  margin-top: 10px;
  margin-left: 50px;
  border: 1px solid green; 
  border-radius: 5px;
  text-align: left;
}

div#verzendkosten p {
  font-size: 18px;
  font-weight: bold;
  color: #007f00;
  margin: 0;
  padding: 0;
  text-align: center;
}
div#verzendkosten p a{
  color: inherit; 
}
  
div#verzendkosten p.klein {
  font-size: 11px;  
}


div#verzendkosten table {
  margin: 0;
  padding: 0;
  line-height: 90%;
}


div#verzendkosten table tr td{
  padding-right: 15px;
}

div#verzendkosten table tr th{
  padding-right: 15px;
  font-size: 90%;
}

/* slideshow homepage */
.slidesjs-navigation {
  display: none; 
}

.slidesjs-pagination {
  display: none; 
}

div#home_slider {
	display: block;
	clear:both;
	background: var(--color-black);
  /* border-bottom: 1px solid lightgray;*/	
}


/* ----------------------------------------------------------------------------- mijn_gegevens */
img#mijn_gegevens_afbeelding {
  display: block;
  float: right;
	width: 150px;
	float: right;
	margin: 0 10px 10px 10px;
}


form#mijn_gegevens {
}

form#mijn_gegevens label {
  display: block;
  clear:left;
  float: left;
  width: 200px;
}

form#mijn_gegevens input{
	width: 90%;
	max-width: 300px;
	border-radius: 5px;
	padding: 4px;
}

form#mijn_gegevens select {
  width: auto;
}

div#cookie-permissie-schakelaar {
	background: #20221f;
	color: #6e816e;
	
	margin-top: -38px; 
	margin-top: 0; /* nieuw 20241221 */
}

/*-------------------------------------------------------------------------------------------------- wachten */
div#wachten {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: transparent url('images/wachten_achtergrond.png');
}
div#wachten img {
  position: absolute;
  top: 48%;
  left: 45%;
}

/* ------------------------------------------------------------------------------------------------- bericht */
div#bericht {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
  height: auto;
}
div#bericht div {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: white;
  height: auto;
  min-height: 50px;
  padding: 5px 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}  

div#bericht div.negatief {
  color: red;
  font-weight: bold;
  background: white;
  border: 2px solid red;
  border-top: none;
  box-shadow: 5px 5px 10px gray;
}

div#bericht div.positief {
  color: green;
  font-weight: bold;
  background: white;
  border: 2px solid green;
  border-top: none;
}

div#bericht div.waarschuwend {
  color: orange;
  font-weight: bold;
  background: white;
  border: 2px solid orange;
  border-top: none;
}

span#bericht_sluiten {
  display: block;
  clear: both;
  width: 100%;
  text-align: right;
  text-decoration: none; /* underline */
  cursor: pointer;
}

.noDesktop {
  display: none; 
}

.tabletOnly, .mobileOnly {
	display: none; 
}

img {
  max-width: 100%;
}
/* 20180323: De img in de fotoslider moet niet aangepast worden! */
img.lb-image {
	 max-width: none;
}


div.een_artikel_titel h1 {
	color: white;
}
div.een_artikel_omschrijving p{
	color: white;
}
div.een_artikel_prijs, div.een_artikel_nummer, div.artikelresultaat_titel, div.artikelresultaat_prijs, div.een_artikel_voorraad {
	color: white;
}
div.subcat_item a, span.subcatActive, div#bovensteCategorieNaam {
	color: white;
}
span#aantalArtikelen{
	color: white;
}
form#een_artikel_bestelformulier {
	color: white;
}

select#een_artikel_quantity {
	outline: 1px solid white;
	color: white;
	/*background-color: white;*/
}

a.een_artikel_foto_klein img {
display: inline-block;
    float: left;
    max-height: 10000px;
    max-width: 49.5%;
    margin: 1% 0 1% 0;
    margin: 0.5% 0 0 0.5%;
    /* outline: 4px solid red;*/
}	

div#page {
	/* max-width: 1200px; */
}

ul#subcat_item_mobile li {
	background: #505043;
}