<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * 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;
	}
.shipping_row {
    background-color: #F4F4F4;
    width: 500px;
    border-bottom: 1px solid #E7E7E7;
	cursor:pointer;
}
.selected_shipping_method {
	text-decoration: underline;
	font-weight: bold;
}
.pickup_point_name {
	font-weight: bold;
}
#adreslijst {
	margin:0;
	padding:0;
	list-style: none;
	max-height: 200px; 
	overflow-y: scroll;
}
#adreslijst li {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 0;
}
#adreslijst li:hover {
	background-color: #F4F4F4;
}
.shipmethod {
	margin: 10px;
}
.targetDiv {
    padding: 20px 30px;
    background-color: white;
}
.productname {
	font-size: 12px;
	padding-left: 3px;
}
.landoverig {
	display: none;
	width: 250px;
}
.landoverigshow {
	display: block !important;
	position: absolute;
	background-color: white;
	border-radius: 15px;
	padding: 20px;
}
.landoverig p{
	font-weight:bold;
}

#suggestielijst li a {
	display: block;
	text-decoration: none;
	color:black;
}
#suggestielijst li:hover a {
	color:white;
	display: block;
}
.korting_table tr td{
	text-align: left;
}
.korting_table tr td:last-child {
	text-align: right;
}
.korting_table {
	font-weight: bold;
	margin: 0 auto;
}
#ppplus {
	max-width: 600px;
	margin-top: -40px;
	margin-bottom: -40px;
}
.post_icon {
	width: 20px;
}
.mobile_hide {
	display: inline;
}
.pay_icon_order {
	width: 20px;
}
.account-area {
	background-color: #fffacd;
}
.account-area a {
	text-decoration: none;
}	
.order-table {
	margin-bottom: 15px;
}
.order-table tr td,
.order-table tr th {
	padding: 5px;
}
.order-table a {
	padding: 5px;
}
.my-account {
	margin: 0 5px 15px 5px;
}
.my-account a {
	margin: 0 20px;
}
.account-menu-header {
	margin: 5px;
}
.account-menu a {
	background-color:#fffacd;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #e8e8e8;
	
}
.account-menu a:hover {
	background-color: #ffffe0;
}
	
.reorder_table tr td {
	padding: 0 10px 0 0;
}
.top-button-box {
	margin-top: 10px;
	display: block;
}
.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;
}
.paybox {
		float: left;
		margin-right: 10px;
}
.infobox {
	font-weight: bold;
}

.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;
}
#menu-toggle {
  width: 50px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  background-color: green;
}

#menu-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 38px;
  background: white;
  border-radius: 9px;
  margin: 10p 5px;
  opacity: 1;
  left: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#menu-toggle span:nth-child(1) {
  top: 7px;
}

#menu-toggle span:nth-child(2) {
  top: 19px;
}

#menu-toggle span:nth-child(3) {
  top: 32px;
}

#menu-toggle.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#menu-toggle.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


#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;
}
.winkelwagenitem{
	border-top: none !important;
}
.winkelwagenitem img {
	float: left;
	margin-right: 5px;
	margin-top:2px;
}
#menu_icons {
	float:left;
	margin-top:45px;
	margin-left: 15px;
	width: 100%;
	vertical-align: bottom;
    display: table-cell;
}
.paymentmethodmenu {
	float: left;
	background-color: white;
	margin-right: 3px;
}
.paymentmethodmenu img {
	
}
#menu_icons img {
	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,
.ordertable2 tr
 {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.ordertable,
.ordertable2
 {
	text-align: left;
	
}

.ordertable2 {
	border: 3px solid black;
}

.ordertable2 tr
 {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
.ordertable tr:last-child {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
.ordertable2 tr td,
.ordertable2 tr th
{
	border-left: 1px solid black;
}
.ordertable tr td:last-child {
	border-left: 1px solid black;
}
.ordertable tr:hover,
.ordertable2 tr:hover {
	background-color: #b2d1ae !important;
}
.ordertable td a,
.ordertable2 td a
{
	text-decoration: none;
	color: black;
	font-weight: normal;
	width:100%;
	line-height: 48px;
	display: block;
}
.product-responsive td a
{
	text-decoration: none;
	color: black;
	font-weight: normal;
	width:100%;
	display: block;
}
.product-responsive tr td:last-child {
	padding: 5px;
}


#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) {
	.secondop_textarea {
		width: 400px;
	}
	.header_icons {
		display: none;
	}
	#nabesteltabel td:first-child {
		width: 100px;
	}
	#readmorebutton {
		display: none;
	}
	#sidebar-wrapper .list-group {
	 max-width: 16rem;
	}
	.fixed-table {
		width: 100%;
	}
	.fixed-table th {
		text-align: center !important;
	}
	.fixed-table td {
		text-align: center !important;
	}
	.ordertable,
	.ordertable2
	{
		min-width: 670px;	
	}
	.ordertable tr td,
	.ordertable2 tr td
	{
		
	}
	.container-fluid {
		padding-bottom: 50px;
	}
	.image-m {
		max-width: 400px;
	}
}
@media screen and (max-width: 800px) {
	.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,
	.ordertable2
	{
		width: 102%;
	}
	.mobile_hide {
		display: none;
	}
	.image-m {
		max-width: 300px;
	}
	.product-responsive tr td:last-child {
		max-width: 100px !important;
	}
	.product-responsive span {
		width: 100%;
		text-align: center;
	}
	.product-responsive span {
		display:block;
		float:left;
	}
}

.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: 5px; 
	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("../images/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;
}
.table_afrekenen {
	width: 100%;
}
		
}
#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;
	z-index: 1;
}
#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; }
  .container-fluid {
	  padding-left: 18rem;
  }

	.gegevens_tabel input[type=text],
	.gegevens_tabel input[type=email],
	.gegevens_tabel select {
	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;
	 }
	 	#top-menu ul li a {
		display: block;
		padding: 5px 10px;
		text-decoration: none;
	}
	 textarea {
		 width: 100% !important;
	 }
	 img {
		max-width: 300px; 
	 }
	.extra_show {
		display: block !important;
	}
	#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;
	  }
	.shopping-basket {
		display: none;
	}
	#exta_items {
		display: block;
		float: right;
	}
	#top-menu {
		display: none;
		background-color: none !important;

	}
	#top-menu ul {
		position: fixed;
		right: 0;
		top: 60px;
	}	
	#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,&lt;svg xmlns='http://www.w3.org/2000/svg' width='7' height='9' viewBox='-1 -1 2 2'&gt;&lt;circle r='1' /&gt;&lt;/svg&gt;") !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;
}
.jq-stars {
  display: inline-block !important;
  overflow:hidden;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
	width: 100%;
	height: 100%;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow( -2px -2px 2px #888 );
  filter: drop-shadow( -2px -2px 2px #888 );
}</pre></body></html>