html {
	width:100%;
	font-size: 62.5%; /* 16px * 0.625 = 10px, use rem (px / 10) to adapt user preference; */
}
body {
	// max-width:1920px;
	max-width:100%;
	text-align: center;
	background-color: #ffffff;
	margin: auto;
	font-family: 'Heebo', sans-serif;
	font-size: 1.6rem;
}
table {
  border-collapse: separate;
  border-spacing: 2rem .5rem;
}
td {
	vertical-align: top;
}
div,form,image,p {
	margin:0;
	padding:0;
	border:0;
}
img {
	max-width: 100%;
}
a {
	text-decoration:none;
	color:inherit;
	cursor:pointer;
}

a:hover,a:focus {
	/* text-decoration:none; */
	opacity:0.6;
}
button:hover {
	opacity:0.6;
}
h1,h2,h3,h4,h5 {
	margin:0;
}
h2 {
	font-size:2rem;
}
h3 {
	font-size:1.8rem;
}
br {
	line-height:.5rem;
}
ul {
	margin:0;
}
textarea {
	min-width:50rem;
	width:calc(100% - 2rem);
	height:10rem;
	resize:vertical;
	font-size: 1.6rem;
	padding:1rem;
}
label span {
	opacity:0.6;
	padding-left:2rem;
}

.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.label {
	color: #83817e;
}

hr {
	height: 0.1rem;
	opacity:60%;
}

.nobr {
	white-space:nowrap;
}

.topmargin {
	margin-top:1.5rem;
}

.notopmargin {
	margin-top:0	!important;
}
.nobottommargin {
	margin-bottom:0	!important;
}

.nopadding {
	padding:0	!important;
}
.flex_left {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	align-content:space-around;
	gap:1rem;
}

/* New website!! */

form#search {
	display:flex;
	color:#f5f5f5;
	padding:0px;
	border:1px solid currentColor;
	border-radius:25px;
	background-color:#f5f5f5;
	// background-color:red;
	margin-top:2.0rem;
	width:clamp(28rem, 28vw, 42rem);
}

form#search:focus-within {
	/* border: 1px solid #4a4040; */
	border: 1px solid #e3a80c;
}

input[type="search"] {
	border:none;
	background-color:#f5f5f5;
	margin:0px;
	padding: 0.8rem 1.3rem;
	color:#555;
	width:clamp(24rem, 24vw, 38rem);
	font-size:1.6rem;
	border:1px solid transparent;
	border-radius:25px;
}

input[type="search"]:focus {
	outline:none;
}

form#search button[type="submit"] {
	text-indent: -999px;
  overflow: hidden;
  width: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
	background-image: url("/images/search_button.svg");
	background-size:20px;
	background-color:#f5f5f5;
	background-position:center;
	background-repeat:no-repeat;
  cursor: pointer;
  opacity: 0.7;
}
form#search button[type="submit"]:hover {
	opacity: 1;
}

div.top_mobile {
	width:100%;
	display:none;
	justify-content:center;
}

form#search_mobile {
	display:flex;
	color:#f5f5f5;
	padding:0px;
	border:1px solid currentColor;
	border-radius:25px;
	background-color:#f5f5f5;
	// background-color:red;
	margin-top:-1.5rem;
	margin-bottom:1.6rem;
	width:28rem;
}

form#search_mobile:focus-within {
	/* border: 1px solid #4a4040; */
	border: 1px solid #e3a80c;
}

input[type="search"]:focus {
	outline:none;
}

form#search_mobile button[type="submit"] {
	text-indent: -999px;
  overflow: hidden;
  width: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
	background-image: url("/images/search_button.svg");
	background-size:20px;
	background-color:#f5f5f5;
	background-position:center;
	background-repeat:no-repeat;
  cursor: pointer;
  opacity: 0.7;
}
form#search_mobile button[type="submit"]:hover {
	opacity: 1;
}

button#login {
	margin-bottom:1rem;
	background-color:#4a4040;
	padding:0.5rem;	/* Fallback if min-height gets lower */
	min-height:3.8rem;
	color:#f9f9f9;
	font-weight:900;
	font-size:1.6rem;
	border-radius:25px;
	width:clamp(10rem, 16vw, 16rem);
	box-shadow:0.3rem 0.5rem 0.5rem rgb(74 74 64 / 0.3);
}
p#shopping_cart,p#personal {
	margin-top:.4rem;
	display: -webkit-flex;
  display: flex;
	align-items: center;
	justify-content: left;
}
p#shopping_cart span,p#personal span {
	margin-left:0.5rem;
	color:#4a4040;
	font-weight:900;
	font-size:1.6rem;
}
p#shopping_cart,p#personal  {
  filter: drop-shadow(0.3rem 0.5rem 0.5rem rgb(74 74 64 / 0.4));
}

div.top	{
	position: relative;
	margin: 0 auto;
	max-width: 144rem;
	min-height: clamp(11rem, 14vw, 14rem);
	display: -webkit-flex;
  display: flex;
	align-items: end;
	// justify-content: space-around;
	justify-content: space-between;
	transition: max-width 1s;
}
.topitem {
	text-align: left;
	margin-top: .8rem;
	margin-bottom: 3rem;
	margin-bottom: 1rem;
	margin-right: .6rem;
	padding:0;
}
img.topitem {
	margin-left: .6rem;
	margin-bottom:1rem;
	margin-top:0;
	width:25rem;
}
.topitem_mobile {
	text-align: left;
	margin-top: .8rem;
	margin-bottom: 3rem;
	margin-right: .8rem;
	padding:0;
	display:none;
}
p#speciaalzaak_top {
	margin:0;
	font-size: 1.8rem;
	font-weight: 900;
	color: #4a4040;
}
p#topbuttons {
	margin-top:1.6rem;
	font-size:1.6rem;
	font-weight:900;
	color:#e3a80c;
	display: -webkit-flex;
  display: flex;
	align-items: center;
	// align-items: left;
	flex-direction: row;
	// flex-direction: column;
	flex-wrap: wrap;
  filter: drop-shadow(0.3rem 0.5rem 0.5rem rgb(151 112 8 / 0.4));
}
p#topbuttons a {
	margin:1rem 2rem 0;
}
p#topbuttons img {
	margin-right:.5rem;
	vertical-align: middle;
}
p#topbuttons img#aanbiedingen {
	// margin-left:2rem;
}
p#toplinks,p#bottomlinks {
	margin:1rem;1.2rem;
	/* margin-right:1.2rem; */
	font-size:1.4rem;
	font-weight:bold;
	color:#83817e;
}
#toplinks span,#bottomlinks span {
	color:#e3a80c;
	margin-left:.6rem;
	margin-right:.6rem;
	font-weight:900;
	font-size:1.6rem;
}
div.topitem_mobile img {
	width: auto;
	height: 25px;
	margin-right:.2rem;
}

div.top_mobile	{
	position: relative;
	margin: 0 auto;
	// max-width: 144rem;
	// min-height: clamp(11rem, 14vw, 14rem);
	// display: -webkit-flex;
  // display: flex;
	// align-items: end;
	// justify-content: space-around;
	// justify-content: space-between;
	// transition: max-width 1s;
}

a#hamburger {
	margin-left: 10px;
}

div.navbar {
	position: relative;
	max-width: calc(100%+1.5rem);
	min-height: 4rem;
	background: #4a4040;
	// min-height: 150px;
	// background: url('/images/balk1.png'), #fff;
	display: -webkit-flex;
  display: flex;
	align-items: center;
	justify-content: space-around;
	transition: max-width 1s;
	margin:0;
	margin-left:-1.5rem;
	padding:0;
}

div.extra-level {
	text-align:left;
}

div.extra-level h2 {
	font-size: clamp(1rem, 1vw, 1.8rem);
	color: #e3a80c;
	display:inline;
}

a.link,span.link {
	text-decoration: underline;
}
div.extra-level a.nopadding {
	padding:0px 0px;
}

div.subnav, div.navbar a {
	color: #dedede;
	font-size: clamp(1.3rem, 1.3vw, 1.8rem);
	margin: 0 0.8rem;
	padding:0;
}
div.subnav {
	// float: left;
	// overflow: hidden;
}
div.subnav a {
	display:block;
	margin:0;
	// padding:14px 4px;
	padding:14px 0;
}
div.navbar a {
	// padding:14px 4px;
	padding:14px 0;
	margin:0;
}
div.navbar a:hover, .subnav:hover a {
	// background-color: orange;
	opacity: 1;
}
a.subnav-link {
	position: relative;
	cursor: default;
}
a.subnav-link:hover::after {
	content: " ";
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 8px;
	background: yellow;
}
div.subnav-content {
	display: none;
	position: absolute;
	left: 0;
	padding:10px 0px;
	padding-left:30px;
	background-color: #ffffff;
	width: calc(100% - 30px);
	z-index: 9;
}
div.subnav-content a {
	float: left;
	color: #83817e;
	text-decoration: none;
	// color: white;
}
div.subnav-content a:hover {
	opacity:0.6;
}
div.subnav-content div {
	float: left;
	// padding: 14px 4px;
	padding:14px 0;
}
div.subnav:hover div.subnav-content {
  // display: block;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	// justify-content: space-around;
	justify-content: start;
	gap: 0 30px;
	flex-wrap: wrap;
}

.hidden {
	display: none;
}

/* Fixed sidenav, full height */
div.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 2rem;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}

/* Main content */
div.main {
  // margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 2rem; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: green;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
.fa-caret-down:before {
	content: "\21A9";
	// content: "\25BC";
}

/************* Toggle, use anywhere ******************/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #e3a80c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #e3a80c;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/************* End of toggle ****************/

div.banner {
	background: repeat-x bottom url('/images/balk_white_top.png'), linear-gradient(#cfcfcf 50%, #888888);
	// background: url(/images/banner_img1.png) left bottom no-repeat, linear-gradient(#cfcfcf 50%, #888888);
	color:#4A4040;
	min-height:23rem;
}

div.service	{
	position: relative;
	margin: 0 auto;
	max-width: 124rem;
	min-height: clamp(6rem, 9vw, 9rem);
	background: #ffffff;
	display: -webkit-flex;
  display: flex;
	align-items: center;
	justify-content: space-around;
	transition: max-width 1s;
}
div.service_item {
	font-size: 1.6rem;
	font-weight: 900;
	color: #4a4040;
	margin: 0.8rem;
	padding:0;
}
div.service_item img {
	margin-left:0.6rem;
	margin-top:0.3rem;
}


div.main {
	position: relative;
	min-height:20rem;
	background: repeat-x bottom url('/images/balk_white_top.png'), repeat center url('/images/canvas.png'), #f5f5f5;
	// background-image: url("/images/canvas.png");
	/* background-size:20px; */
	// background-color:#f5f5f5;
	// background-position:center;
	// background-repeat:repeat;
	padding:2rem 1rem 40px;
}

div.companywrap	{
	background: repeat-x top url('/images/balk_white_bottom.png'),repeat-x bottom url('/images/balk1_top.png'),#5c5353;
	// background: repeat-x bottom url('/images/balk1_top.png'),#5c5353;
	background-color:#5c5353;
	position: relative;
	margin: 0;
	width: 100%;
}
div.company	{
	padding:5rem;
	min-height: clamp(11rem, 14vw, 14rem);
	max-width: 144rem;
	position: relative;
	margin: 0 auto;
	color: #ffffff;
	display: -webkit-flex;
  display: flex;
	align-items: start;
	justify-content: space-around;
	transition: max-width 1s;
	flex-wrap: wrap;
}
.companyitem {
	text-align: left;
	margin: 0.8rem;
	padding:0;
	font-size:1.4rem;
}
.companyitem b {
	font-size:1.6rem;
	font-weight:900;
}
.companyitem a {
	line-height:1.8;
	text-decoration:none;
	text-decoration-thickness:0.1rem;
	color:inherit;
}
#klantenservice_bottom a {
	text-decoration:underline;
}

.companyitem table {
	border-spacing: 0;
}
.companyitem td {
	padding-right:0.7rem;
}
img#logo_bottom {
	width:22rem;
}
button#contact,button#nieuwsbrief {
	margin-top:1.4rem;
	/* background-color:#ffffff; */
	background-color:#5c5353;
	background-color:#524848;
	/* background-color:#4a4040; */
	padding:0.5rem;	/* Fallback if min-height gets lower */
	min-height:4.8rem;
	/* color:#4a4040; */
	color:#fff;
	color:#e3a80c;
	font-weight:900;
	font-size:1.5rem;
	border-radius:25px;
	border:1px solid #e3a80c;
	width:clamp(12rem, 22vw, 22rem);
	box-shadow:0.3rem 0.5rem 0.5rem rgb(182 134 10 / 0.3); */
}

div.social {
	position: relative;
	margin: 0;
	/* width: 100%; */
	color: #ffffff;
	background-color:#4a4040;
	padding:1rem 2rem 4rem;
	// padding:4rem;
	// padding-top:1rem;
	font-size:1.6rem;
	font-weight:900;
	min-height: clamp(13rem, 16vw, 16rem);
	align-items: start;
	justify-content: space-around;
	transition: max-width 1s;
}
div.social p {
	margin-top:.5rem;
}
div.social p#speciaalzaak_bottom {
	// font-size:4rem;
	font-size: clamp(1.4rem, 3vw, 4rem);
	color:#e3a80c;
	line-height:0;
}
div.social img {
	margin:2.5rem 1rem;
}

div.bottom {
	position: relative;
	margin: 0 auto;
	width:100%;
	font-size:1.6rem;
	min-height: clamp(13rem, 16vw, 16rem);
}

div.product_container {
	margin:0 auto;
	max-width:146rem;
	display: -webkit-flex;
  display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap:2.5rem;
}
div.product_container_carrousel {
	width:clamp(300px,100vw,166rem);
	min-height:47rem;
	margin-bottom:1rem;
	position:relative;
}

div.product {
	position:relative;
	min-width:27rem;
	max-width:27rem;
	margin:0;
	padding:2rem;
	padding-top:5rem;
	padding-bottom:8.5rem;
	transition: max-width 1s;
	background-color:#ffffff;
	border-radius:25px;
	text-align:left;
}
div.product .img_left {
	position:absolute;
	left:2rem;
	top:2rem;
}
div.product .img_right {
	position:absolute;
	right:2rem;
	top:2.5rem;
	height:24px;
	opacity:0.7;
	cursor:zoom-in;
}
div.product_text {
	// margin-left:1.6rem;
	text-align:left;
	// min-width:50%;
}
div.product_text h3 {
	color:#a09e9c;
	font-size:1.6rem;
	font-weight:normal;
	margin-left:0;
	margin:0;
	padding:0;
}
div.product_text h2 {
	color:#858381;
	font-size:1.6rem;
	font-weight:bold;
	margin:0;
	margin-bottom:0.1rem;
}
div.product_text h1 {
	color:#858381;
	font-size:2rem;
	font-weight:bold;
	margin-bottom:0.1rem;
}
div.descr {
	// margin: 0;
	// margin-left: 14px;
	// max-width:100%;
	// margin-right:5px;
	margin-top:1.6rem;
	margin-bottom:1.6rem;
	font-size:1.6rem;
	max-width:60rem;
}
p.prijs {
	margin-block:0;
	margin:0;
	margin-bottom:0.1rem;
	font-size:1.8rem;
	font-weight:900;
	color:#8233bc;
	line-height:120%;
}
p.verzending {
	margin-top:1.2rem;
}
div.product_img {
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	min-height:20rem;
}
div.product_img img {
	padding-left:10px;
	max-width:20rem;
	max-height:20rem;
	display: block;
  margin-left: auto;
  margin-right: auto;
}
button.bekijken {
	position:absolute;
	left:9rem;
	bottom:3rem;
	background-color:#4a4040;
	padding:0.5rem;	/* Fallback if min-height gets lower */
	min-height:3.8rem;
	color:#f9f9f9;
	font-weight:900;
	font-size:1.6rem;
	border-radius:25px;
	width:13rem;
	box-shadow:0.3rem 0.5rem 0.5rem rgb(74 74 64 / 0.5);
}
div.navigation {
	margin:auto;
	margin-bottom:1.5rem;
	padding:0;
	max-width: 102.4rem;
	background-color:#fff;
	border-radius:25px;
	padding-top:1rem;
	padding-bottom:1rem;
}
div.navigation h1 {
	font-size:2.4rem;
}
div.path {
	font-size:1.8rem;
}
div.product_complete {
	display:grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto;
	grid-template-areas:
			"img_container product_text"
			"img_container product_variant"
			"order_buttons order_buttons";
	column-gap:2rem;
	text-align:center;
	margin:auto;
	padding:0;
	max-width: 102.4rem;
	background-color:#fff;
	border-radius:25px;
	padding-top:2.5rem;
	padding-bottom:2rem;
}
div.content {
	display:flex;
	// background-color:#fff;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	text-align:left;
	margin:auto;
	width:100%;
	padding:1rem 0;
	font-size:1.6rem;
	transition: max-width 1s;
	# border-radius:25px;
	gap:2rem;
}
div.text {
	margin-top:1rem;
	margin-bottom:1rem;
}
table#shopping_cart {
	background-color:#fff;
	border-radius:2.5rem;
}
th#aantal2 {
	display:none;
}
tr#bestellen td {
	padding: 1rem 0;
	text-align: center;
}
div.flex_down {
	display:flex;
	padding:0;
	// flex-direction:row;
	justify-content:flex-start;
	align-items:flex-start;
	// align-items:stretch;
	flex-wrap:wrap;
	gap:2rem;
}
div.standard {
	background-color:#fff;
	border-radius:25px;
	padding:1rem 1rem;
	vertical-align:top;
	font-size:1.6rem;
}
div.small {
	max-width:40rem;
}
div.larger {
	max-width:102.4rem;
}
div.standard table {
	border-spacing: .5rem .5rem;
}
div.kassakoopje div.product_complete {
	padding:0;
	column-gap:1.5rem;
	margin-top:1rem;
}
div.bedrag_te_laag {
	max-width:70rem;
	text-align:left;
	display: none;
}
div.bedrag_te_laag a {
	color: #83817e;
	font-weight: bold;
}
div.standard select#formaat_id {
	font-weight:900;
	font-size:1.6rem;
	background-color: #4a4040;
	color: #f9f9f9;
	padding: 0.5rem 1.2rem;
	border-radius: 25px;
	box-shadow: 0.3rem 0.5rem 0.5rem rgb(74 74 64 / 0.3);
	margin-bottom:1rem;
}
div.kassakoopje option#header {
	font-weight:900;
}
div.img_container {
	grid-area: img_container;
	position:relative;
	min-width:256px;
	// max-width:50%;
}
div.img_container_kassakoopje {
	grid-area: img_container;
	position:relative;
	// min-width:256px;
	// max-width:50%;
}
div.img_container a {
	cursor:zoom-in;
}
div.artgroep {
	margin-bottom:1.5rem;
	padding:2rem;
	width: 101.4rem;
	background-color:#fff;
	border-radius:25px;
}
div.artgroep a {
	color: #83817e;
}
ul.lightSlider li {
	background-color:#fff;
}
.swiper {
	width: 100%;
	height: 100% !important;
	position: absolute !important;
}
a.swiper-slide {
	width:1px;
	position:relative;
	/* display:none; */
}
/*******************
a.swiper-slide-active {
	display:block;
}
a.swiper-slide-next {
	display:none;
}
*********************/
/* Hide extra cloned image from swiper when adding product to basket */
.product-clone {
	display:none;
}
div.extra {
	// margin-top:2rem;
	// margin-left: calc(256px + 3.0rem);
}

table.extra {
	margin:0;
	// margin-top:10px;
	text-align:left;
	vertical-align:top;
	font-size:1.3rem;
}
table.extra th {
	font-size:16px;
}

table.extra td.kleurcode div {
	margin-top:2px;
	width:34px;
	height:34px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #000000;
}

table.extra td.input {
	max-width:140px;
	text-align:center;
}

div.product_variant {
	// margin-left:1.6rem;
	// text-align:left;
	width:100%;
	grid-area: product_variant;
	// display:flex;
	// align-items:center;
	// justify-content:left;
	// gap:1rem;
	// flex-wrap:wrap;
	position:relative;
	margin:auto;
	text-align:left;
}
div.plus-minus {
	display: flex;
	justify-content:left;
}

/* table.extra td.input img { */
img.plus,img.minus {
	height:36px;
	// float:left;
}
table.extra td.input img.plus {
	// float:right;
}
/* table.extra td.input img:hover { */
img.plus:hover,img.minus:hover {
	opacity:0.5;
}

div.order_buttons {
	grid-area: order_buttons;
	display:flex;
	margin-top:2.5rem;
	align-items:center;
	justify-content:center;
	gap:1rem;
	flex-wrap:wrap;
}

input.aantal[type="text"] {
	width:40px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:16px;
	height:28px;
	margin:2px;
	margin-left:7px;
	margin-right:7px;
	margin-top:2px;
	// float:left;
	text-align:right;
}
input.aantal:focus {
	border:1px solid #ff4840;
	color:#ff4840;
	outline:0;
}
button.plus {
	position:relative;
	width:auto;
	// height:3.4rem;
	background-color:#4a4040;
	padding:0.5rem 1.2rem;	/* Fallback if min-height gets lower */
	padding-right:42px;
	min-height:3.8rem;
	color:#f9f9f9;
	font-weight:900;
	font-size:1.6rem;
	border-radius:25px;
	box-shadow:0.3rem 0.5rem 0.5rem rgb(74 74 64 / 0.3);
}
button.cart {
	position:relative;
	width:auto;
	height:3.4rem;
	background-color:#4a4040;
	padding:0.5rem 2rem;	/* Fallback if min-height gets lower */
	min-height:3.8rem;
	color:#f9f9f9;
	font-weight:900;
	font-size:1.6rem;
	border-radius:25px;
	box-shadow:0.3rem 0.5rem 0.5rem rgb(74 74 64 / 0.3);
}
button.cart#show_more {
	margin-top:2.5rem;
	// margin:2.5rem 0;
}
button#main {
	width:18rem;
	background-color:#8233bc;
}
.invisible {
  display:none !important;
}
form.label_above {
	padding:1rem 0;
}
form#order_form {
	display:flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	text-align:left;
	background-color:#fff;
	border-radius:25px;
	padding:1rem 1rem;
	vertical-align:top;
	position:relative;
	padding-bottom:5rem;
}
div#delivery {
	margin-bottom:0rem;
}
div#order_button {
	position:absolute;
	bottom:2rem;
}
button#order_button {
	background-color:#8233bc;
}
form.label_above input[type=text],input[type=password],input[type=date],select {
	width: 100%;
  padding: .7rem 1rem;
  // margin: 8px 0;
	margin-bottom:1rem;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
	font-size:1.6rem;
}
form.label_above label {
	padding-left:.3rem;
	font-size:1.8rem;
	color:#83817e;
}
form.label_above button {
	margin-top:1rem;
}
form.label_above input[type=checkbox] {
	width:1.5em;
	height:1.5rem;
	accent-color:#e3a80c;
}
input#postcode,input#aflever_postcode {
	clear:left;
	max-width:9rem;
}
input#postcode {
}
input#huisnummer,input#aflever_huisnummer {
	max-width:7rem;
}
input#huisnummer_toevoeging,input#aflever_huisnummer_toevoeging {
	max-width:11rem;
}
textarea#opmerking {
	min-width:calc(100% - 2rem);
	height:4rem;
	resize:vertical;
}
input#kortingscode {
	max-width:12rem;
}
div#kortingscodes {
	float:right;
	margin:0rem;
	margin-left:1rem;
}
button#korting {
	margin-top:0;
}
div.extra_padding {
	padding:1rem 2rem;
}
div#login,div#forgot_password,div#forgot_info {
	max-width:40rem;
}
div#bedrijf {
	display:none;
}
div.ticket_msg {
	max-width:52rem;
}
div.ticket_msg img.user {
	clear:left;
	float:left;
	background-color:#bbbbbb;
	border:1px solid #bbbbbb;
	margin-right:12px;
	margin-bottom:0;
	width:48px;
}
tr.self {
	font-weight:bold;
}
td.small_screen,th.small_screen,tr.small_screen {
	display:none;
}
img#shop_image {
	max-width:50%;
	border-radius:25px;
}
div#shop_info {
	max-width:40%;
}
div#shop_info_bottom {
	display:flex;
	align-items: flex-start;
	justify-content: left;
	flex-wrap: wrap;
	gap:2rem;
}
img#cookieyes {
	background-color: #0056a7;
	border-radius: 25px;
	margin:0;
	padding:0;
	width:25px;
	height:25px;
}
div#cookieyes {
	float:right;
	margin-top:1.5rem;
}

@media screen and (max-width:1020px) {
	div.company {
		padding:5rem 0;
	}
}

@media screen and (max-width:998px) {
	p#speciaalzaak_top {
		display: none;
	}
	p#topbuttons {
		max-width: 198px;
	}
	div.extra_padding {
		padding:1rem 1rem;
	}
}

@media screen and (max-width:950px) {
	div.navbar {
		display: none;
	}
	div.verzendkosten {
		display: none;
	}
	div.top_full {
		display: none;
	}
	div.topitem_mobile {
		display: block;
	}
	p#topbuttons {
		display: none;
	}
	div.banner {
		display: none;
	}
	th#aantal1 {
		display:none;
	}
	th#aantal2 {
		display:block;
	}
	img#shop_image {
		max-width:100%;
	}
	div#shop_info {
		max-width:100%;
	}
	img.topitem {
		width:20rem;
		margin-bottom:1rem;
	}
}

@media screen and (max-width: 638px) {
	div.top {
		justify-content: space-between;
	}
	div.topitem {
		display: none;
	}
	div.service {
		display: none;
	}
	div.top_mobile {
		display:flex;
	}
	img.topitem {
		width:clamp(12.1rem, 40vw, 17.7rem);
		margin-bottom:3rem;
	}
	div.product_complete {
		grid-template-columns: 1fr;
		grid-template-areas:
				"img_container"
				"product_text"
				"product_variant"
				"order_buttons";
		text-align:left;
	}
	div.product_large {
		display:block;
	}
	div.extra {
		margin-top:0rem;
		margin-left:0rem;
	}
	.swiper {
		position: relative !important;
	}
	div.flex_down {
		flex-direction:row;
		align-items:stretch;
		justify-content:center;
	}
	textarea {
		min-width:80vw;
	}
	.swiper-pagination {
			display:none;
	}
	div.product_container_carrousel {
		min-height:42rem;
		margin-bottom:0;
		position:relative;
	}
}

@media screen and (max-width: 438px) {
	div.standard {
		margin-left:1rem;
		margin-right:1rem;
		max-width:95%;
	}
	/************
	div.standard textarea {
		width:20rem;
	}
	**********/
	th.small_screen,td.small_screen {
		display:table-cell;
	}
	th.wide_screen,td.wide_screen {
		display:none;
	}
	tr.small_screen {
		display:table-row;
	}
	div.product_container_carrousel {
		width:97vw;
	}
	table.extra {
		margin-left:-1rem;
		margin-right:-1rem;
		border-spacing:1rem;
	}
}

/* End of new website!! */


/**************************************

div.follow {
	font-size:20px;
	width:100%;
	text-align:left;
	padding-left:475px;
}

div#cart_number {
	position:absolute;
	left:22px;
	top:16px;
	width:22px;
	height:20px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	border-radius:50%;
	border:2px solid #ff4840;
	background-color:#ff4840;
	text-align:center;
	pointer-events: none;
	vertical-align:bottom;
	padding-top:2px;
	transition:.6s;
}

div.welcome {
	position: relative;
	display: none;
	margin-right: 0px;
	text-align:right;
	padding-right:0px;
}

div.welcome p {
	text-align:center;
}

div.login {
	position: relative;
	margin-top: 10px;
	margin-left: 15px;
	width: 160px;
	cursor: pointer;
}

div.login #login_text {
	position: absolute;
	left: 12px;
	top: 7px;
	font-size: 12px;
}

div.login a {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

a#login_trigger {
	display: none;
}
a#aanmelden_trigger {
	display: none;
}

div.vragen {
	position: relative;
	margin-top: 30px;
}

#vestiging {
	float: right;
	width:202px;
	height:90px;
	max-height:90px;
	margin-right: 18px;
	background-image: url(/images/vestiging.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	transition: max-height 1s;
}

div.tree {
	width: 100%;
}

div.info {
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	text-align: left;
	font-size: 12px;
}

div.info h3 {
	color: #777777;
	font-size: 18px;
}

div.info h4 {
	color: #777777;
	font-size: 14px;
	margin-bottom:0;
}

div.bericht {
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	text-align: left;
	font-size: 12px;
}

div.bericht table {
	border-spacing:10px 2px;
}

div.bericht span#contact_fields {
	display:none;
	width:100%;
}

div.bericht label {
	display:inline-block;
	margin-right:10px;
}

div.bericht label.fixed {
	width:89px;
	font-weight:bold;
	margin-top:10px;
	clear:left;
}

div.bericht label#message {
	width:150px;
}

div.bericht input#bestelling_id {
	width:70px;
}

div.bericht input#subject {
	width:300px;
}

div.bericht input#persoonsnaam {
	width:200px;
}

div.bericht input#email {
	width:200px;
}

div.bericht textarea {
	width:95%;
	height:200px;
	resize:vertical;
}

div.bericht textarea#message2 {
	width:100%;
	height:100px;
	resize:vertical;
}

div.bericht input#submit {
	margin-left:30px;
}

div.bericht input#submit2 {
	margin-left:10px;
}

div.ticket_msg {
	clear:left;
	margin-top:15px;
	padding:8px;
}

div.out {
	background-color:#eeeeff;
	border:0px;
	border-top:1px solid #ddddff;
	border-bottom:1px solid #ddddff;
}

tr.self {
	color:#aaaaaa;
}

div.ticket_msg img.user {
	clear:left;
	float:left;
	background-color:#bbbbbb;
	border:1px solid #bbbbbb;
	margin-right:12px;
	margin-bottom:10px;
	width:48px;
}

div.ticket_msg h3 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding-top:8px;
}

div.ticket_msg h4 {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	margin:0;
	margin-top:5px;

}

div.ticket_msg div {
	float:left;
}

form#reactie {
	padding-top:10px;
	padding-bottom:10px;
}

table.info th {
	color: #777777;
	padding-left: 10px;
}

table.info th.right {
	text-align: right;
}

table.info td {
	padding-left: 10px;
}

td.right {
	text-align: right;
}

div.winkel {
	position: relative;
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top:0;
	text-align: left;
}

div.winkel td {
	vertical-align: top;
}

div.winkel img {
	max-width:100%;
}

div.navigation {
	position: relative;
	width: 100%;
	min-height: 6px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	clear: left;
}

div.path {
	margin:0;
	float: left;
	padding-left: 22px;
	padding-top: 4px;
	color: #008fa9;
}
h1.artgroep {
	margin:0;
	padding:0;
	color: #008fa9;
	text-align:left;
	padding-left:22px;
}
h2.artgroep {
	font-size:16px;
	margin:0;
	padding:0;
	color: #008fa9;
	text-align:left;
	padding-left:22px;
	float:left;
}
div.path img {
	margin-left:5px;
	margin-right:2px;
}

div.page {
	margin:0;
	padding: 0;
	float: right;
	padding-right: 22px;
	padding-left: 20px;
	color: #008fa9;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
}
div.page div {
	margin-right: 6px;
	float: left;
	padding: 0;
	padding-top: 3px;
}
div.page div.arrow {
	padding: 0;
}
div.page a {
	color: #777777;
	font-size: 11px;
	text-decoration: none;
}
div.page a:hover {
	color: #ff8888;
	text-decoration: underline;
}

/*
div#product_container {
	position: relative;
	max-width: 606px;
	margin-left: 17px;
	margin-top: 10px;
	clear: left;
}

div.product {
	position: relative;
	float: left;
	width: 200px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-left: -1px;
	margin-top: 4px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
	min-height:340px;
}
This will work for firefox !!!
@-moz-document url-prefix() {
	div.product {
		min-height:340px;
	}
}
div.owl-stage div.product {
	border-right:0;
	border-left:0;
	max-width:100%;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
	min-height:0;
}

#column1 {
	border-left: 1px solid #cccccc;
}

div.product img {
	padding:0;
	max-width: 172px;
	max-height: 172px;
	margin-left: 14px;
	margin-bottom: 10px;
}

div.pinterest_button {
	position:absolute;
	right:38px;
	bottom:0px;
}

div.img_popup {
	position:absolute;
	right:0;
	bottom:0;
}

div.product h3 {
	margin:0;
	margin-left: 14px;
	max-width:100%;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}
div.product h3 a {
	text-decoration:none;
	color:#000000;
}
div.product h3 a:hover {
	text-decoration:none;
	color: #ff4840;
}

div.product h4 {
	margin:0;
	margin-left: 14px;
	max-width:100%;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

div.price {
	margin: 0;
	margin-left: 14px;
	max-width:100%;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #008fa9;
}

div.price_red {
	margin: 0;
	margin-left: 14px;
	max-width:100%;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #ff4840;
}

table.staffel {
	margin: 0;
	margin-left: 14px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #008fa9;
}

table.staffel td {
	text-align: right;
	padding-right: 10px;
}

div.staffel {
	margin: 0;
	margin-left: 14px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #008fa9;
}

div.descr {
	margin: 0;
	margin-left: 14px;
	max-width:100%;
	margin-right:5px;
	text-align: left;
	font-size: 11px;
}

div.descr a {
	font-size: 11px;
}

div.descr form {
	margin-top: 10px;
	padding-left: 0;
}

div.descr label {
	font-weight: bold;
	width: 200px;
	text-align: left;
}

div.descr input {
	margin-left: 8px;
}

div.descr select {
	margin:0;
	font-size:14px;
	width: 200px;
}

div.descr select#formaat_id {
	width: 260px;
}

div.descr #show_palet {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

div.product_more {
	max-width: 100%;
	margin-left: 13px;
	margin-right: 5px;
	vertical-align:bottom;
}
div.product_more svg {
	float:right;
}
button.show_product {
	margin-top:5px;
}
div.product_thumb {
	position: relative;
	padding:0;
	margin:0;
}
div.product_thumb a {
	position: relative;
}
div.product_image {
	position: relative;
	float: left;
	max-width: 256px;
	border-right: 1px solid #cccccc;
	margin-top: 4px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 5px;
	text-align: right;
}

div.product_text {
	grid-area: product_text;
	background-color:#fff;
	margin: 0;
	padding: 0;
	// margin-top: 4px;
	text-align: left;
}

div.product_text h1 {
	margin:0;
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}
div.product_text h1 a {
	font-size: 16px;
	text-decoration:none;
	color:#000000;
}
div.product_text h1 a:hover {
	text-decoration:none;
	color: #ff4840;
}

div.product_text h2 {
	margin:0;
	margin-left: 14px;
	width: 100%;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

div.product_text div.price {
	margin: 0;
	margin-left: 14px;
	width: 100%;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #008fa9;
}

div.product_text div.price_red {
	margin: 0;
	margin-left: 14px;
	width: 100%;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #ff4840;
}

div.product_text div.descr {
	margin: 0;
	margin-left: 14px;
	margin-top: 1.6rem;
	margin-bottom: 0px;
	width: 100%;
	text-align: left;
	font-size: 11px;
}

a#show_more {
	display:block;
	clear:left;
	margin-top:20px;
	margin-bottom:20px;
}


div.rubrieken {
	margin-top: 15px;
	margin-left: 22px;
	margin-botton: 15px;
	text-align: left;
	font-size: 14px;
}

div.rubrieken ul {
	list-style-type: none;
	list-style-type: disc;
	padding: 20px;
	padding-top: 0;
	margin-left: 0;
}

div.main_left {
	margin-top: 25px;
	margin-left: 40px;
	text-align:left;
	font-size: 12px;
}

div.main_left h3 {
	color: #ff4840;
	font-size: 14px;
	font-weight: bold;
	padding:0;
	margin:0;
	margin-top: 10px;
}

div.main_left a {
	color: #000000;
}

div.main_left a:hover {
	color: #ff4840;
}

div.main_left table {
	margin: 0;
}

div.main_left td.right {
	text-align: right;
	padding: 0;
	padding-right: 10px;
	font-weight: bold;
}

div.bestelling {
	float:left;
}
div.bestelling_info {
	float:right;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	display:block;
}
div.bestelling_info ul {
	list-style-type: disc;
	padding: 0px;
	padding-left:15px;
	padding-right:5px;
}
div#bestel_form {
	float:left;
}
div#bestel_form label.ui-state-active {
	color: #ff4840;
	font-weight:bold;
}
div#bestel_form label.ui-state-hover {
	color: #ff4840;
	background-color:#ffcfca;
}
div#bestel_form input.text {
	width: 200px;
}

div#bestel_form textarea.text {
	width: 400px;
	height: 60px;
}

div#bestel_form td {
	text-align: left;
	vertical-align: bottom;
}
div#bestel_form td.left {
	vertical-align: top;
	padding-top: 5px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}
div#bestel_form select {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:25px;
	background-color:#eaeaea;
	margin-bottom:2px;
}
div#bestel_form input.text,div#bestel_form textarea {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #aaa;
	height:20px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:2px;
}
div#bestel_form input.submit {
}
div#bestel_form input#cancel {
	display: none;
}
.ui-buttonset .ui-button {
	color:#000000;
}
div#bestel_form input#btw_nummer {
	width: 120px;
}
div#bestel_form input#postcode {
	width: 50px;
}
div#bestel_form input#straat{
	width: 150px;
}
div#bestel_form input#huisnummer {
	width: 40px;
}
div#bestel_form input#huisnummer_toevoeging {
	width: 70px;
}
div#bestel_form input#woonplaats {
	width: 135px;
}
div#bestel_form input#aflever_postcode {
	width: 50px;
}
div#bestel_form input#aflever_straat{
	width: 150px;
}
div#bestel_form input#aflever_huisnummer {
	width: 40px;
}
div#bestel_form input#aflever_huisnummer_toevoeging {
	width: 70px;
}
div#bestel_form input#aflever_woonplaats {
	width: 135px;
}
div#bestel_form div#ophaalpunt_desc {
	padding-top:4px;
	float: left;
}
div#bestel_form div#ophaalpunt_button {
	margin-left: 10px;
	float: left;
}
div#bestel_form a#betaal_info {
	margin-left: 60px;
}
div#bestel_form tr.afleveradres {
	display: none;
}
div#bestel_form tr.ophaalpunt {
	display: none;
}
div#bestel_form td#ophaalpunt {
	vertical-align:bottom;
}
div#bestel_form input#kortingscode{
	width: 100px;
}

div#nav_button {
	max-width: 100%;
	text-align:center;
	margin-top:10px;
}
div#button_right {
	float:right;
}

div#bestel_msg {
	font-size: 12px;
	color: red;
}

div#bestel_vervolg {
	clear: left;
	width: 100%;
	text-align: center;
	margin-top:15px;
	display: none;
}

div#bestel_extra {
	clear:left;
	width: 100%;
	display: none;
	text-align:left;
}

div#bestel_extra h5 {
	font-size: 12px;
	font-weight: normal;
	margin-left:20px;
}

div#control_text {
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
	border: 1px solid #cccccc;
	padding: 5px;
}

div.black_box {
	position: relative;
	float: left;
	width: 100%;
	height: 156px;
	max-height: 156px;
	background-image:url('/images/black_footer.jpg');
	background-repeat: repeat-x;
	padding: 0;
	font-size: 11px;
	color: #ffffff;
	transition:max-height 1s;
}

div.black_box_content {
	padding-top: 30px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	max-width: 1024px;
	padding-left:10px;
	transition:opacity 1s linear;
}

div.black_box_content div {
	position: relative;
	float: left;
	width: 25%;
	text-align: left;
}

div.black_box_content div#aanbiedingen {
	width:40%;
}

div.black_box_content div.spacer {
	float: left;
	position: relative;
	width: 5%;
}

div.black_box_content a {
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
}

div.black_box_content a.more {
	color: #ff4840;
	text-decoration: underline;
}

div.black_box_content a#more {
	color: #ff4840;
	text-decoration: underline;
}

div.black_box_content a:hover {
	color: #ff8888;
}

div.black_box_content h3 {
	color: #ff4840;
	font-size: 16px;
	margin: 0;
}

div.bottom_old {
	position: relative;
	max-width: 1024px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 30px;
	padding-bottom: 10px;
	clear: left;
	background-color: #ffffff;
	background-image:url('/images/slogan.png');
	background-repeat:no-repeat;
	background-position:center top;
	transition:1s;
}

span#bottom_middle {
	transition:opacity 1s;
}
span#privacy {
	display:none;
}

div.bottom_left {
	position: absolute;
	max-width: 320px;
	margin-bottom:20px;
	left:0;
	top: 4px;
	text-align: left;
	padding-left:5px;
	vertical-align: top;
	font-size: 14px;
	color: #777777;
	transition:1s;
}

div.copy {
	position: absolute;
	max-width: 300px;
	margin-bottom:20px;
	right:10px;
	top: 34px;
	text-align: right;
	vertical-align: top;
	transition:1s;
}

div.login_popup {
    display: none;
    position: fixed;
    top: 17%;
		left: 1200px;
    max-width: 700px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid black;
    padding: 12px;
		padding-top: 24px;
		font-size: 14px;
		z-index: 201;
}

div.login_popup h3 {
	font-size: 14px;
	font-weight: normal;
	color: #ff4840;
	margin-bottom: 0;
}

div.login_popup label {
	margin-right: 10px;
}

div.login_popup input.text {
	width: 120px;
}

div.login_popup #email {
	width:203px;
}

div.login_popup input.button {
	width: 80px;
}

div.login_left {
	position: relative;
	float: left;
	width: 50%;
	text-align: left;
}

div.login_right {
	position: relative;
	float: left;
	width: 49%;
	border-left: #000000 1px solid;
	text-align: right;
}

div.login_right h3 {
	margin-left: 20px;
	text-align: left;
}

div.login_right input {
	margin-top: 8px;
}

#palet {
	background-color: #cccccc;
	padding: 0;
	width: 500px;
}

#palet div.palet_item {
	margin: 5px;
	float: left;
	width: 36px;
	height: 36px;
	border: 1px solid #000000;
}

div#tree {
	max-height: 95%;
	max-width: 100%;
	padding: 0;
	margin-left: 0;
	background-color: #ffffff;
	color:#ffffff;
}

div#tree a {
	color:#ffffff;
}

table#merk {
	width:100%;
}
table#merk td {
	vertical-align:top;
}
table#merk td a {
	text-decoration:none;
	display:inline-block;
	margin-bottom:15px;
}

ul:focus {
	outline:none;
}

ul.fancytree-container {
	max-height: 100%;
	max-width: 100%;
	background-color: transparent;
	padding-left: 0;
}

span.fancytree-title {
	color: #000000;
	border: 1px solid transparent;
	background-color: transparent;
	text-decoration: none;
	font-size: 13px;
	margin:0;
	padding:0;
	vertical-align: super;
}
span.fancytree-title:hover {
	background-color: #ff8888;
}
span.fancytree-node {
	max-height:10px;
}
span.fancytree-node:hover {
	cursor: pointer;
}
img.fancybox-icon {
	padding:0;
	margin:0;
	bottom:5px;
}

span.fancytree-focused span.fancytree-title {
	background-color: #ff8888;
}

ul.fancytree-container li {
	border: 0;
	border-bottom: 1px solid #cccccc;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

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

ul.fancytree-container li ul li {
	border-bottom: 0;
	background-image: none;
	padding: 0;
	padding-left: 23px;
	padding-top:5px;
	padding-bottom:5px;
	font-style: italic;
}

ul.fancytree-container li ul li span.fancytree-title {
	font-size: 14px;
}

ul.login {
	list-style-type: disc;
	margin: 5px;
	padding: 10px;
}

// DateEntry styles
.dateEntry_control {
	vertical-align: middle;
	margin-left: 10px;
}
* html .dateEntry_control { // IE only
	margin-top: -4px;
}

/* Screen dependent styles */
@media screen and (max-width:1024px) {
	div#vestiging {
		margin-right:30px;
	}
}

@media screen and (max-width:1004px) {
  // Hide right part
	div.right {
		visibility:hidden;
		opacity:0;
		transition:visibility 0s linear 0.5s,opacity 0.5s linear;
		pointer-events: none;
	}
	div.bottom_left {
		top:50px;
	}
	div.copy {
		position: relative;
		max-width:100%;
		top:10px;
		margin-top:10px;
	}
	div.fixed_menu {
		visibility:visible;
		opacity:1;
		transition-delay:0s;
	}
}

@media screen and (max-width:853px) {
  // Hide left part
	div.left {
		margin-left:-100%;
		margin-top:-92px;
		border:1px solid #008fa9;
		max-width:220px;
		width:220px;
	}
	div.black_box {
		max-height:0;
		pointer-events: none;
		opacity:0;
	}
	div.black_box_content {
		opacity:0;
		pointer-events: none;
	}
	div#aanbiedingen,div#spacer_right {
		display:none;
		width:0;
		visibility:hidden;
		pointer-events: none;
	}
	div.black_box_content div {
		width:45%;
		padding-left:10px;
	}
	div#winkels {
		float:right;
		width:165px;
		padding-left:0;
		padding-right:10px;
	}
	div.fixed_menu div.fixed_navigation {
		visibility:visible;
		opacity:1;
		transition-delay:0s;
	}

	// When body class is 'active' show product groups
	body.active div.left {
		margin-left:0;
		transition:.6s;
		overflow:scrol;
	}
	body.active div.main_head,body.active div.bottom {
		margin-left:222px;
		margin-right:-222px;
		opacity:.3;
		pointer-events: none;
		overflow-x:hidden;
	}
	body.active div#vestiging {
		max-height:0;
		pointer-events: none;
		opacity:0;
	}
	body.active {
		background:#ffffff;
		overflow-x:hidden;
	}
	div.bestelling_info {
		max-height:0;
		pointer-events: none;
		opacity:0;
	}
	span#ophaal_info {
		display:none;
	}
}

@media screen and (max-width:676px) {
	div#vestiging {
		max-height:0;
		pointer-events: none;
		opacity:0;
	}
	div.follow {
		padding-left:40px;
	}
	span#bottom_middle {
		opacity:0;
		pointer-events: none;
		display:none;
	}
	span#privacy {
		display:block;
	}
	div.bottom {
		padding-top:10px;
		background-color:#ffffff;
	}
	div.bottom_left {
		top:30px;
	}
	div.main_left {
		margin-left:10px;
	}
	div#bestel_form a#betaal_info {
		margin-left:10px;
	}
	div#bestel_form div#buttons {
		text-align:left;
	}
	div#bestel_form input#submit {
		margin-left:50px;
	}
}

@media screen and (max-width:628px) {
}

@media screen and (max-width:560px) {
	div.fixed_button#weekaanbieding {
		max-width:0;
		border:0;
		display:none;
	}
	div#bestel_form textarea.text {
		width: 300px;
	}
}
@media screen and (max-width:500px) {
	div.fixed_button#winkels {
		max-width:0;
		border:0;
		display:none;
	}
	div.copy {
		padding-top:30px;
	}
}
@media screen and (max-width:440px) {
	div.fixed_button#klantenservice {
		max-width:0;
		border:0;
		display:none;
	}
}

@media screen and (max-width:429px) {
	div.product {
		max-width:100%;
	}
	div.product_thumb img {
		max-width:100%;
	}
}
***************************/
