/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
body {
  overflow-x: hidden;
  background-color: #ffffe0;
  font-size: 13px;
  color: #000000;
  font-family: verdana;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 16px;
}
a {
	text-decoration: underline;
	color: #00008a;
	}
.reorder_table tr td {
	padding: 0 10px 0 0;
}
	
.payment_methods .ideal {
	display: inline-block;
	background: white;
	height: 76px;
}
.payment_methods .paymentimage {
	display: inline-block;
	border: 1px solid black;
	background-color: white;
	padding: 5px;
}
.header_icons,
.cart_wrap {
	float: left;
}
.left-menu,
.left-menu-sub {
	margin:0;
	padding:0 !important;
	
}
.left-menu-sub li {
    list-style: none;
}
.left-menu-sub li {
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: none;
	list-style: none;
	width: 100%;
	
}
.left-menu-sub li a {
	padding: 5px 10px;
	display: block;
	background-color: #FFFFE0;
	color: #00008a;
	font-weight: bold;
	text-decoration: none;
}
#top-menu {
	float: left; 
	clear: both;
	min-height: 30px;
	width: 100%;
}
#top-menu ul {
	margin: 0;
	padding: 0;
}
#top-menu ul li {
	float: left;
	list-style: none;
}
#top-menu ul li a {
	font-weight: bold;
	color: white;
	display: block;	
	color: #ffd700;
	padding: 5px 10px;
}
.winkelwagenitem{
	border-top: none !important;
}
.winkelwagenitem img {
	float: left;
	margin-right: 5px;
}
#menu_icons {
	float:left;
	margin-top:45px;
	margin-left: 15px;
	width: 100%;
	vertical-align: bottom;
    display: table-cell;
	height: 100px;
}
#menu_icons img {

	width: 60px;
	margin-right: 10px;
}
.the-content a {
	font-weight: bold;
}

#payments {
	display: none !important;
}
.reactie {
	width: 90%;
	overflow-y:scroll; 
	height:400px;
	background-color:white;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid black;
}
.reactie_title {
	font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}

.reactie_post span {
	display: block;
}
.reactie ul {
	margin: 0;
	padding: 0;
}
.reactie_antwoord {
	border-top: 1px dashed black;
	font-style: italic;
}
.reactie_antwoord_title {
	font-weight: bold;
	margin: 10px 0;
}
.reactie .reactie_naam {
    margin-bottom: 10px;
}
.reactie ul li {
	list-style: none;
	padding-bottom: 10px;
}
.reactie .reactie_vraag {
	font-weight: bold;
}
.reactie .product_naam {
	margin-bottom: 10px;
	font-weight: bold;
}

.defaultpayment {
	display:block;
}
.onderstreept {
	text-decoration: underline;
	font-weight: bold;
}
.product {
	width: 200px;
	text-align: center;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.product img {
	height: 130px;
	margin: 0 auto;
}
.product h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
}
.product .info {
	display: block;
	margin-bottom: 5px;
}
.products {
	width: 100%;
	float: left;
	clear: both;
	margin: 15px;
}
.ordertable tr {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.ordertable {
	text-align: left;
}

.ordertable tr:last-child {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
.ordertable tr td:last-child {
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.ordertable tr:hover  {
	background-color: #b2d1ae !important;
}
.ordertable td a {
	text-decoration: none;
	color: black;
	font-weight: normal;
	width:100%;
	line-height: 48px;
	display: block;
}
.ordertable2 tr
 {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.ordertable2
 {
	text-align: left;
}

.ordertable2 tr
 {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
.ordertable2 tr td,
.ordertable2 tr th
{
	border-left: 1px solid black;
}
.ordertable2 tr:hover {
	background-color: #b2d1ae !important;
}
.ordertable2 td a
{
	text-decoration: none;
	color: black;
	font-weight: normal;
}
#nabesteltabel tr:hover{
	background-color: #b2d1ae !important;
}
#nabesteltabel a {
	display: block;
	text-decoration: none;
	color: black;
}
@media screen and (min-width: 1918px) {
	#top-menu ul li a {
		padding: 5px 30px;
	}
}
@media screen and (max-width: 1918px) and (min-width: 801px) {
	#top-menu ul li a {
		padding: 5px 10px;
	}
}

@media screen and (min-width: 800px) {
	#nabesteltabel td:first-child {
		width: 100px;
	}
	#readmorebutton {
		display: none;
	}
	#sidebar-wrapper .list-group {
	 max-width: 16rem;
	}
	.fixed-table {
		min-width: 500px;
	}
	.fixed-table th {
		text-align: center !important;
	}
	.fixed-table td {
		text-align: center !important;
	}
	.ordertable {
		min-width: 500px;
		
	}
	.ordertable tr td {
	}
	.container-fluid {
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 800px) {
	.second_opinion {
		width: 100%;
	}
	.second_opinion input[type=text],
	.second_opinion input[type=email]{
		width: 100%;
	}
	.product {
		width: 45% !important;
		margin-right: 10px !important;
	}
	#more {
		display: none;
	}
	.fixed-table {
		width: 102%;
	}
	.fixed-table th {
		text-align: center !important;
	}
	.fixed-table td {
		text-align: left !important;
	}
	.ordertable {
		width: 100%;
	}
	#nabesteltabel td {
		padding: 10px 0px;
	}
}
.product .prijs {
	display: block;
	padding: 5px 10px;
	background-color: #1abc02;
	color: white;
	font-weight: bold;
	border-radius: 5px;
}
.product .prijs a {
	display: block;
	color: white;
	text-decoration: none;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
    background-color: green;
    color: white;
    border: none;
	padding: 5px 10px;
}
.verzendinfoland {
	padding: 0;
}
.verzendinfoland li {
	list-style: none;
	padding: 0;
	float: left;
	margin-right: 15px;
}
.verzendinfoland li a img {
	height: 60px;
}
.no-gutters {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.navbar-toggler {
	padding: 0;
}
.winkelwagen {
	margin-right: 15px; 
	height: 25px;
	float: left;
}
.togglemenu {
	font-family: FontAwesome;
    content: "\f095";
	display: inline-block;
}
.winkelwagen_teller {
	color: black;
	background-color: #ffd700;
	border-radius: 5px;
	height: 20px;
	width: 20px;
	font-weight: bold;
	padding: 1px 3px;
	margin: 0 0 -10px 3px;
}
#suggesstion-box ul {
	position: absolute;
	width: 100%;
	padding: 0;
}
#suggesstion-box ul li {
	background-color: white;
	width: 100%;
	padding: 10px;
	cursor: pointer;
	font-weight: bold;
	list-style: none;
}
#suggesstion-box ul li:hover {
	background-color: #2e4630;
	color: white;
}
.search_spacer {
	background-color: white;
	width:100%;
	height: 25px;
}
#zoek {
	float: left; 
	border: 0;
	width: 190px;
	padding: 0 0 0 5px;
	
}
.zoekbutton {
	background-image: url("../search_icon.png") !important;
	background-repeat: no-repeat !important;
	background-size: 18px !important;
	content: "" !important;
	background-color: #ffd700 !important;
	background-position: center !important;
	border: none !important;
	float: left !important;
	padding: 0 20px !important;
}
#logo {
	border: 1px solid black;
}
@media screen and (max-width: 800px) {
.browser-isnt-shit {
	-webkit-transition: margin .25s ease-out !important;
  -moz-transition: margin .25s ease-out !important;
  -o-transition: margin .25s ease-out !important;
  transition: margin .25s ease-out !important;
		}
}
#suggesstion-box ul {
	top: 26px;
}
#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -17rem;
  background-color: #fffacd;
    position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 17rem;

}
#topmenuu {
	float: left;
	width: 100%;
	
}
.toggled #sidebar-wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden !important;
	    transition: width 2s, height 2s, background-color 2s, transform 2s;

}
.toggled .container-fluid {
	display: none;
}

#footer ul {
	margin:0;
	padding:0;
}
#footer ul li {
	list-style: none;
}

#sidebar-wrapper .sidebar-heading {
  height: 30px;
  font-size: 1.2rem;
  width:100%;
  position: fixed;
}



#page-content-wrapper {
  min-width: 100vw;

}
#sidebar-heading {
	float: left;
}
#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
  margin-top: 30px;
}

#search {
	height: 31px;
	z-index: 2;
	margin: auto;
}
.navbar {
	background-color: #2e4630;
}
#exta_items i {
	margin-top: 5px;
}
@media (min-width:992px) and (max-width:1919){
	#top-menu ul li a {
		padding: 5px 0 !important;
	}
	
}
@media (min-width: 992px) {
	.top-padding {
		padding-top: 70px;
	}
	#top-menu {
		position: fixed;
		margin-left: 17rem;
	}
	.zoekbutton {
		height: 25px !important;
	}
  #sidebar-wrapper {
    margin-left: 0;
overflow-y: scroll;
    height: 100vh;
	position: fixed;
  }
 _:-ms-lang(x), .container-fluid {padding-left: 19rem !important; }
  .gegevens_tabel input[type=text],
	.gegevens_tabel input[type=email] {
	width: 260px;
  }
	#zoek {
		line-height: 25px;
		height: 25px;
	}
	#search {
		margin: 2px;
		position: fixed;
	}
	.sidebar-heading {
		background-color: #2e4630;
	}
	
  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
  #top-menu {
	background-color: #2e4630;
  }
  #exta_items {
	  display: none;
  }
  #footer {
	position:fixed;	
	bottom:0;
	width: 100%;
	background-color: #2e4630;
	margin-left: -15px;
	}
	#footer ul li a {
		display: block;
		padding: 5px 30px;
		color: white;
		font-weight: bold;
	}
	#footer ul li {
		float: left;
	}
	.navbar {
		padding: 0 !important;
	}
	  
}
.exta_items {
	display: none;
}
@media (max-width: 992px) {
	 #suggesstion-box ul {
		top: 43px;
	 }
	 .top-padding {
		padding-top: 60px;
	}
	 #top-menu li img {
		 margin-top:-15px;
	 }
	 textarea {
		 width: 100% !important;
	 }
	 img {
		max-width: 300px; 
	 }
	.extra_show {
		display: block !important;
	}
	.shopping-basket {
		display: none;
	}
	#search {
		width: 200px;
		left:0;
		right: 0;
		margin-top:8px;
		position: fixed;
	}
	#zoek {
		line-height: 43px;
		width: 9em !important;
	}
	.zoekbutton {
		height: 43px;
	}

	.gegevens_tabel input[type=text],
	.gegevens_tabel input[type=email] 	{
		width: 230px;
		border: 1px solid black;
	  }
	#exta_items {
		display: block;
		float: right;
	}
	#top-menu {
		display: none;
		background-color: none !important;

	}
	#top-menu ul {
		position: fixed;
		right: 0;
		top:50px;
	}	
	#top-menu ul li {
		float: none !important;
		width: 2rem;
		background-color:#2e4630;
		width: 300px;
	}
	#footer {
		margin-left:-15px;
		margin-right:-15px;
	}
	#footer ul li {
		background-color: #2e4630;
	}
	#footer ul li a {
		display: block;
		padding: 5px 50px;
		text-decoration: none;
		font-weight: bold;
		color: #ffd700;
	}
	.navbar {
		position: fixed;
		width:100%;
	}
	
}


.bg-dierendokter {
	background-color: #fff59a;
	color: #00008a;
	font-weight: bold;
}

.bg-dierendokter:hover {
	background-color: #fff281;
}


.nowinkelwagenitem {
    list-style-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='7' height='9' viewBox='-1 -1 2 2'><circle r='1' /></svg>") !important;
}
.left-menu li a {
	color: #00008a;
	font-weight: bold;
	text-decoration: underline;
}
.menu-title {
	border-left: none !important;
	border-right: none !important;
	
	padding:15px 0 0 15px;
	font-weight: bold;
	list-style: none;
	font-size: 12px;
}
.bg-huis {

}
.bar1, .bar2, .bar3 {
  width: 25px;
  height: 3px;
  background-color:  white;
  margin: 6px 0;
  transition: 0.4s;
}