
/* GENERAL CONTENT */

.content_light
{
	background-color: #eeeeee;
}

.content_#ffffff{
	background-color: #ffffff;
}

.content_box_container
{
	_background-color: black;
	margin-left: auto;
	margin-right: auto;
	width: 1280px;
}


.content_box_small
{
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	float: left;
	width: 320px;
}

.content_box_large
{
	_background-color: blue;
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	float: left;
	width: 960px;
}

.content_box_wide
{
	_background-color: red;
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.producer_link
{
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}

A.producer_link:hover
{
	text-decoration: underline;
}

.map_overlay
{
	position: absolute;
	top: 455px;
	left: 10px;
	z-index: 99;
	width: 320px;
	height: 34px;
	display: none;

	background-color: #ffffff;
	color: #243b34;
	padding: 10px;
	font-size: 12px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(143,137,143,1);
	-moz-box-shadow: 4px 4px 5px 0px rgba(143,137,143,1);
	box-shadow: 4px 4px 5px 0px rgba(143,137,143,1);
}

BODY
{
	font-family: 'Lato', sans-serif;
	margin: 0px;
	color: #243b34;

	background-color: #243b34;
	font-size: 12pt;
}



.splash
{
  min-height: calc(100vh - 119px);
	background-image: url('https://balancefarming.eigenbodem.be/images/background/illustration_3.png');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
	padding-top: 12vh;
	font-size: 16pt;
	padding-left: 10px;
	padding-right: 10px;
}

.splash_details
{
	font-size: 11pt;
}
.map_container
{
		position: relative;
}

.map
{
	height: 500px;
	width: 100%;
}

.background
{
	background-color: #243b34;
	background-image: url('https://balancefarming.eigenbodem.be/images/sites/26/tile.png');
	background-repeat: repeat;
	background-attachment: fixed;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 0px;
	border-color: #eeeeee;
}
.top
{
	z-index: 8;
	position: sticky;
	top:0px;
		background-color: #243b34;
		background-image: url('https://balancefarming.eigenbodem.be/images/sites/26/tile.png');
		background-repeat: repeat;
		background-attachment: fixed;

		border-style: solid;
		border-color: #b87c52;
		border-width: 0px;
		border-bottom-width: 8px;
}

.footer
{
	color: #eeeeee;
background-color: #243b34;

}

.footer A
{
	text-decoration: none;
  color: #eeeeee;
}

.footer A:hover
{
	text-decoration: underline;

}

.footer_right
{
	float: right;
}

.footer_content
{
	font-size: 12pt;
	float: left;
	margin: 10px;
	width: 320px;
}

.footer_content_right
{
	font-size: 12pt;
	float: left;
	margin: 10px;
	width: 320px;
	text-align: right;
}

.footer_title
{
	font-size: 13pt;
	margin-bottom: 15px;
	font-weight: bold;
	color: #b87c52;
	letter-spacing: 1px;
}

.footer_item
{
	margin-left: 0px;
	margin-bottom: 5px;
}

.footer_user_name
{
	float: left;
	width: 200px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	color: #b87c52;
	font-weight: bold;
}

.footer_user_title
{
	float: left;
	width: 200px;
	font-size: 10pt;
}

.footer_user_image
{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.tickerreply_user_image
{
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

H1
{
	margin-top: 0px;
	padding-top: 10px;
	font-size: 16pt;
}

.label
{
	float: left;
	margin: 10px;
	width: 320px;
	height: 100px;
	font-size: 11pt;
	border-radius: 5px;
	color: #243b34;
	background-color: #ffffff;

	border-width: 1px;
	border-color: #243b34;
	border-style: solid;
	z-index: -1;
	vertical-align: center;

}

.label_no_pointer
{
	float: left;
	margin: 10px;
	width: 320px;
	height: 100px;
	font-size: 11pt;
	border-radius: 5px;
	color: #243b34;
	background-color: #ffffff;



	color: #eeeeee;
	background-color: #243b34;
	border-width: 1px;
	border-color: #243b34;
	border-style: solid;
	z-index: -1;
	vertical-align: center;
}

.label_wide
{
	float: left;
	margin: 10px;
	width: 1340px;
	font-size: 11pt;
	border-radius: 5px;
	color: #243b34;
	background-color: #ffffff;
	border-width: 1px;
	border-color: #243b34;
	border-style: solid;
	z-index: -1;
	vertical-align: center;
}

.label_highlight
{
	float: right;
	width: 145px;
	height: 80px;
	padding: 10px;
	margin: 10px;
	margin-left: 0px;
	text-align: center;
	color: #eeeeee;
	background-color: #243b34;
}


.label_image
{
	margin: 10px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.pointofsale_image
{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 10px;
}

.producer_image
{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 10px;
}


.label_left
{
	float: left;
	height: 100px;
	cursor: pointer;
}

.label_content
{
	float: left;
	margin: 10px;
	width: 198px;
	height: 80px;
}

.label_informational
{
	float: left;
	margin: 10px;
	height: 80px;
	padding: 10px;

	color: #243b34;
	width: 300px;

	border-radius: 5px;
	border-width: 1px;
	border-color: #eeeeee;
	border-style: solid;

	background-color: #eeeeee;
	font-size: 9pt;
}

.label_informational_small
{
	float: left;
	margin: 10px;
	height: 80px;
	padding: 10px;

	color: #243b34;
	width: 280px;

	border-radius: 5px;
	border-width: 1px;
	border-color: #eeeeee;
	border-style: solid;

	background-color: #eeeeee;
	font-size: 9pt;
}

.label_warning
{
	float: left
	margin: 10px;
	margin-bottom: 15px;
	width: 100%;
	padding: 10px;
	padding-left: 40px;

	color: #243b34;

	border-radius: 5px;
	border-width: 1px;
	border-color: #ff7575;
	border-style: solid;

	background-color: #eeeeee;
	background-image: url('https://balancefarming.eigenbodem.be/images/info.svg'); background-repeat: no-repeat;
background-size: 20px;
background-position: 10px center;
	font-size: 9pt;
	clear: both;
}


.top_wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 1362px;
	height: 111px;
 	background-image: url('https://balancefarming.eigenbodem.be/images/sites/26/logo.svg?'); background-repeat: no-repeat;

}

.menu
{
	float: right;
	width: 348px;
	width: 444px;
	padding-top: 15px;
}

.dropdown_menu_icon
{
	float: left;
	width: 95px;
	margin: 5px;
	margin-left: 8px;
	margin-right: 8px;
	top: 0px;
	cursor: pointer;
	color: #eeeeee;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	letter-spacing: 1px;
}

.cart_icon
{
	float: left;
	width: 95px;
	margin: 5px;
	margin-left: 8px;
	margin-right: 8px;
	top: 0px;
	cursor: pointer;
	color: #eeeeee;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	letter-spacing: 1px;
}


.dropdown_menu_icon:hover
{
		color: #b87c52;
}

.cart_icon:hover
{
		color: #b87c52;
}

.wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 1362px;
	z-index: -1;
}

.content_box
{
	padding-left: 10px;
	padding-right: 10px;
}

.content_image_left
{
	float: left;
	width: 322px;
	padding-top: 14px;
}

.content_image_right
{
	float: right;
	width: 322px;
	padding-top: 14px;
}

.content_left
{
	float: left;
	width: 1020px;
	padding-right: 50px;
}

.content_right
{
	float: right;
	width: 1020px;
	padding-left: 50px;
}





.middle
{
		background-color: #ffffff;
}

.footer_wrapper
{
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 1362px;
}


.subcategory_wrapper
{
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 1362px;
	z-index: -1;
}

.content_wide
{
padding-top: 20px;
	width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
	_background-color: blue;
}

.content_narrow
{
    width: 800px;

    padding-bottom: 50px;
}

.content_banner
{
	background-color: #eeeeee;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.content_banner_background
{
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.content_background
{

}


A
{
	color: #243b34;
}

* {
  box-sizing: border-box;
}

input[type=text]
{
  border-radius: 0;
  -webkit-appearance: none;
	color: #243b34;
	border-width: 1px;
	border-color: #243b34;
	border-style: solid;
}

input[type=password]
{
  border-radius: 0;
  -webkit-appearance: none;
	color: #243b34;
	border-width: 1px;
	border-color: #243b34;
	border-style: solid;
}

select
{
  border-radius: 0;
  -webkit-appearance: none;
	color: #243b34;
	border-width: 1px;
	border-color: #243b34;
	border-style: solid;
}

textarea
{
  border-radius: 0;
  -webkit-appearance: none;
	color: #243b34;
	border-width: 1px;
	border-color: #243b34;
	border-style: solid;
}

.discountcode_box
{
	width: 250px;
	height: 30px;
	border-width: 1px;
	border-color: #243b34;
	border-style: solid;
	text-align: left;
	color: #243b34;
	font-weight: bold;
}

.citysearch_box
{
	width: 250px;
	height: 30px;
	border-width: 1px;
	border-color: #243b34;
	border-style: solid;
	text-align: center;
	color: #243b34;
	font-weight: bold;
}

.lockercode_box
{
	width: 120px;
	height: 50px;
	border-width: 1px;
	border-color: #243b34;
	border-style: solid;
	text-align: center;
	color: #243b34;
	font-weight: bold;
	font-size: 18pt;
}

.citysearch_result
{
	width: 250px;
	margin: auto;
	font-size: 16px;
	text-align: left;
	padding: 5px;
	padding-left: 20px;
	  background-color: #243b34;
		color: #ffffff;
		border-width: 1px;
		border-color: #ffffff;
		border-style: solid;
		cursor: pointer;
}

.citysearch_result:hover
{
	background-color: #b87c52;
}

.searchbox
{
	width: 1340px;
	height: 30px;
	margin: 10px;
	padding: 5px;
border-width: 1px;
border-color: #eeeeee;
border-style: solid;
text-align: center;
}

.category_collapsed
{
	display: inline-block;
	margin: 10px;
	padding: 4px;
	width: 1340px;
	height: 30px;
	font-size: 10pt;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	color: #243b34;
	background-color: #eeeeee;
	border-width: 1px;
	border-color: #243b34;
	border-style: solid;
  background-repeat: no-repeat;
	background-position: center bottom;
	display: none;
}

.category
{
	display: inline-block;
	margin: 10px;
	padding: 4px;
	width: 150px;
	height: 80px;
	font-size: 10pt;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	color: #243b34;
	background-color: #eeeeee;
	border-width: 1px;
	border-color: #243b34;
	border-style: solid;
  background-repeat: no-repeat;
	background-position: center bottom;
}

.category_icon
{
	height: 55px;
	fill: #243b34;
	stroke: #243b34;
}


.pointofsale_label
{
	display: inline-block;
	display: relative;
	margin: 10px;

	padding: 5px;
	padding-left: 30px;
	padding-right: 30px;
	width: 1340px;
	height: 90px;
	font-size: 11pt;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	color: #243b34;
	background-color: #ffffff;
	border-width: 0px;
	border-color: #243b34;
	border-style: solid;
	z-index: -1;
	vertical-align: center;
}

.label_pointofsale_image
{
	margin-left: 30px;
}

.pointofsale_label_small
{
		float: left;
	margin: 10px;
	padding: 5px;
	padding-left: 30px;
	padding-right: 30px;
	width: 320px;
	height: 100px;
	font-size: 11pt;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	color: #243b34;
	background-color: #ffffff;
	border-width: 1px;
	border-color: #243b34;
	border-style: solid;
	z-index: -1;
	vertical-align: center;
}

.pointofsale_label_icon_small
{
		float: left;
	margin: 10px;
	padding: 5px;
	padding-left: 100px;
	padding-right: 30px;
	padding-top: 30px;
	width: 320px;
	height: 100px;
	font-size: 11pt;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	color: #243b34;
	background-color: #ffffff;
	border-width: 1px;
	border-color: #243b34;
	border-style: solid;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('https://balancefarming.eigenbodem.be/images/pointofsale_label.png');

}

.subcategory
{
	display: inline-block;
	margin: 3px;
	margin-left: 10px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11pt;
	color: #eeeeee;
	background-color: #243b34;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}

.back_button
{
	display: inline-block;
	float: right;
	margin: 3px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11pt;
	color: #eeeeee;
	background-color: #243b34;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}

.filter_button
{
	display: inline-block;
	float: right;
	margin: 3px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11pt;
	color: #eeeeee;
	background-color: #b87c52;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}

.dropdown_filter_checkbox
{

}

.dropdown_filter_checkbox_disabled
{
	color: #cccccc;
}

.filter_icon
{
	width: 25px;
	height: 25px;
	padding-right: 5px;
}

.product_detail_icon
{
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.button
{
	display: inline-block;
	background-color: #243b34;
	border-width: 1px;
	border-color: #eeeeee;
	border-style: solid;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
	text-decoration: none;
	margin-left: 20px;
	width: 150px;
	color: #eeeeee;
	cursor: pointer;
	font-size: 12pt;
}

.button_center_bottom
{
    position: fixed;
    bottom:0px;

    z-index: 99;
	display: inline-block;
	background-color: #243b34;
	border-width: 1px;
	border-color: #eeeeee;
	border-style: solid;
	text-align: center;
	border-radius: 5px;
	padding: 9px;
    margin-top: 20px;
    margin-bottom: 10px;
	text-decoration: none;
	width: 1362px;
    height: 50px;
	color: #eeeeee;
	cursor: pointer;
	font-size: 16pt;
}

.button_center
{
	display: inline-block;
	background-color: #243b34;
	border-width: 1px;
	border-color: #eeeeee;
	border-style: solid;
	text-align: center;
	border-radius: 5px;
	padding: 9px;
    margin-top: 20px;
    margin-bottom: 10px;
	text-decoration: none;
    width: 80%;
    height: 50px;
	color: #eeeeee;
	cursor: pointer;
	font-size: 16pt;
}

.button_light
{
	display: inline-block;
	background-color: #eeeeee;
	border-width: 1px;
	border-color: #243b34;
	border-style: solid;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
	text-decoration: none;
	width: 220px;
	color: #243b34;
	cursor: pointer;
	font-size: 12pt;
}

.button A
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.scroll_up_button
{

	border-radius: 5px;
	position: fixed;
	background-color: #243b34;
	padding: 10px; bottom: 20px; left: 25px;
	z-index: 99;
	cursor: pointer;
	display: none;
}

#popup_background
{
	height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
	opacity: 0.3;
	z-index: 50;
}

#popup
{
	top: 50%;
	left: 50%;
	width: 420px;
	height: 270px;
	margin-top: -135px;
	margin-left: -210px;
	border-radius: 20px;
	background-color: #243b34;
	color: #eeeeee;
	text-align: center;
	font-size: 12pt;
	line-height: 1.6;
	padding: 20px;
    font-weight: normal;

	padding-top: 30px;
	position: fixed;
	z-index: 99;
	background-image: url('https://balancefarming.eigenbodem.be/images/sites/26/tile.png');
	background-repeat: repeat;
	border-width: 4px;
	border-color: #eeeeee;
	border-style: solid;
}


.environment_label_dev
{
		position: relative;
		width: 187px;
		text-align: center;
		top: 40px;
		left: 25px;
		background-color: green;
		border-radius: 5px;
		padding: 10px;
		color: #eeeeee;
		font-weight: bold;
}

.environment_label_tst
{
	position: relative;
	width: 187px;
	text-align: center;
	top: 40px;
	left: 25px;
	background-color: red;
	border-radius: 5px;
	padding: 10px;
	color: #eeeeee;
	font-weight: bold;
}

.cookiebox
{
	border-radius: 5px;
	position: fixed; background-color: #eeeeee; color: #243b34;
	width: 600px; padding: 10px; bottom: 25px; left: 25px;
}


.productinfo
{
	border-radius: 5px;
	position: fixed;
	background-color: #eeeeee;
	color: #243b34;
	top: 215px;
		width: 1340px;
	bottom: 50px;
	margin: 10px;
	z-index: 9999999;
}

.product_v2
{
	position: relative;
	float: left;
	margin: 10px;
	margin-bottom: 5px;
	width: 207px;
	font-size: 10pt;
	text-align: center;
    background-repeat: no-repeat;
	background-position: center bottom;

	-webkit-user-select:none;
    -webkit-touch-callout:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
			cursor: pointer;



}

.product_large_v2
{
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 50px;
}

.product_large_v2 .productoffering_quantity_value{width: 208px;}
.product_large_v2 .price_measurement {width: 213px;}

.product_large_v2_right
{
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

.product_large_v2_productoffering
{
		float: right;
		margin-top: 60px;
		margin-bottom: 20px;
}

.product_large_v2_links
{
	margin-bottom: 30px;
	font-size: 10pt;
}

.product_large_v2 SPAN
{
	cursor: pointer;
	font-weight: bold;
}

.product_large_v2_allergens
{
	font-style: italic;
	font-size: 8pt;
	padding-top: 10px;
}

.product_large_v2 H1
{
	padding: 0px;
	color: #243b34;
	font-size: 14pt;
	line-height: 1em;
	text-transform: uppercase;
  text-overflow: ellipsis;
  word-wrap: break-word;
  line-height: 1.1em;
	margin-bottom: 20px;
}


.product_v2 A
{
	text-decoration: none;

}

.product_v2_image {
	position: relative;
	height: 207px;
	overflow: hidden;

	border-top-left-radius: 15px;
	border-top-right-radius: 15px;

	border-style: solid;
	border-color: #b87c52;
	border-width: 1px;
	border-bottom-width: 0px;

		overflow: hidden;

}

.product_v2_image IMG
{
	position: relative;
	width: 100%;
}

.product_v2_bottom {
	border-style: solid;
	border-color: #b87c52;
	border-width: 1px;
	border-top-width: 0px;
}

.product_v2_details
{
	display: block;
	position: relative;
	z-index: 0;
	padding: 10px;
	height: 120px;


}

.product_v2_details H1
{
	padding: 0px;
	color: #243b34;
	font-size: 10pt;
	line-height: 1em;
	text-transform: uppercase;
	display: block;/* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 2.2em;
  line-height: 1.1em;
	height: 30px;
	margin-bottom: 5px;
}

.product_label_left_top
{
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: #9ac250;
	color: white;
	padding: 4px 8px 4px 8px;
	border-radius: 5px;
	font-size: 8pt;
}

.product_label_right_top
{
	position: absolute;
	top: 15px;
	right: 15px;
	background-color: #b87c52;
	color: white;
	padding: 4px 8px 4px 8px;
	border-radius: 5px;
	font-size: 8pt;
}

.product_label_left_bottom
{
	position: absolute;
	bottom: 15px;
	left: 15px;
	background-color: #b87c52;
	color: white;
	padding: 4px 8px 4px 8px;
	border-radius: 5px;
	font-size: 8pt;
}

.product_label_right_bottom
{
	position: absolute;
	bottom: 15px;
	right: 15px;
	background-color: #70c42e;
	color: white;
	padding: 4px 8px 4px 8px;
	border-radius: 5px;
	font-size: 8pt;
}

.product_labels {
	position: absolute;
}
.product_label_large
{
	position: relative;
	float: left;
	background-color: #9ac250;
	color: white;
	padding: 4px 8px 4px 8px;
	border-radius: 5px;
	font-size: 8pt;
	margin-left: 15px;
	margin-top: 15px;
}

.price_main {
	font-weight: bold;
	font-size: 12pt;
}

.price_decimals {
	position: relative;
	font-weight: bold;
	top: -0.35em;
	font-size: 8pt;
	margin-left: 2px;
}

.price_measurement {
	position: absolute;
	display: inline-block;
	font-size: 11pt;
	width: 100px;
	padding: 4px;
	left: 53px;
	text-align: center;
}

.price_old_main
{
	font-size: 10pt; opacity: 0.8;
	text-decoration: line-through;
}

.price_old_decimals
{
		position: relative;
	font-size: 8pt; opacity: 0.8;
	top: -0.35em;
	text-decoration: line-through;
	margin-right: 5px;
}

.promo {
	color: #70c42e;
}

.product
{
	float: left;
	margin: 10px;
	margin-bottom: 5px;
	width: 320px;
	font-size: 10pt;
	text-align: center;
	color: #243b34;
	background-color: #eeeeee;
    background-repeat: no-repeat;
	background-position: center bottom;

	-webkit-user-select:none;
    -webkit-touch-callout:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
border-style: solid;
border-color: #b87c52;
border-width: 1px;
}

.product_large
{
	float: left;
	margin: 10px;
	margin-bottom: 5px;
	font-size: 10pt;
	text-align: center;
	color: #243b34;
	background-color: #eeeeee;
    background-repeat: no-repeat;
	background-position: center bottom;

	-webkit-user-select:none;
    -webkit-touch-callout:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;

	width: 1340px;
	clear: both;

	border-style: solid;
	border-color: #b87c52;
	border-width: 1px;
}

.product_title
{
	background-color: #eeeeee;
	padding: 5px;
	font-weight: bold;
	height: 40px;
	padding: 5px;
}

.product_title H1
{
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

.product_title_left_small
{
	float: left;
	width: 285px;
}

.product_title_left_large
{
	float: left;
	width: 1305px;
}
.product_title_icon
{
	position: relative;
	float: right;
	width: 20px;
}

.productdetail
{
	height: 100px;
	background-color: #ffffff;
}

.productdetail_large
{
	min-height: 400px;
	background-color: #ffffff;

}
.producttext
{
	padding: 10px;
}
.productimage_old
{
	width: 100px;
	height: 100px;
	margin-left: 10px;
	float: right;
	background-repeat: no-repeat;
	background-position: top right;
}

.productimage_large_old
{
	width: 320px;
	height: 320px;
	margin-left: 10px;
	float: right;
	    background-repeat: no-repeat;
	background-position: center center;

}

.productimage
{
	width: 100px;
	margin-left: 10px;
	float: right;
	cursor: pointer;
}

.productimage_large
{
	max-width: 300px;
	max-height: 320px;
	margin: 10px;
	float: right;
}



.productoffering_container
{
	position: relative;
	z-index: 0;
}

.productoffering_quantity_icon_left
{
	position: relative;
	float: left;
	width: 55px;
	height: 33px;
	top: 0px;
	cursor: pointer;
	color: #eeeeee;
	background-color: #243b34;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	font-size: 14pt;
	padding-top: 3px;
	touch-action: manipulation;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

.productoffering_quantity_icon_right
{
	position: relative;
	float: left;
	width: 55px;
	height: 33px;
	top: 0px;
	cursor: pointer;
	color: #eeeeee;
	background-color: #243b34;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	font-size: 14pt;
	padding-top: 3px;
	touch-action: manipulation;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.productoffering_quantity_value
{
	position: relative;
	float: left;
	width: 95px;
	height: 33px;
	top: 0px;
	color: #243b34;
	background-color: #ffffff;
	text-align: center;
	font-weight: bold;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #eeeeee #eeeeee #b87c52 #eeeeee;
	font-size: 14pt;
	-webkit-text-fill-color: #243b34;
	opacity: 1; /* required on iOS */

}

input.cart_quantity_value
{
	position: relative;
	float: left;
	width: 95px;
	height: 33px;
	top: 0px;
	color: #243b34;
	background-color: #ffffff;
	text-align: center;
	font-weight: bold;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #eeeeee #eeeeee #b87c52 #eeeeee;
	font-size: 14pt;
	-webkit-text-fill-color: #243b34;
	opacity: 1; /* required on iOS */

}

.productoffering_quantity_value:focus
{
	background-color: #eeeeee;
	outline: none;
}
.productoffering_warning
{
	display: none;
	position: absolute;
	float: right;
	z-index: 1001;
	background-color: #FF1A00;
	color: #eeeeee;
	top: -56px;
	width: 100%;
	padding: 3px;
	text-align: center;

}
.productoffering_selection
{
	float: right;
	width: 100px;
	height: 30px;
	top: 0px;
	color: #eeeeee;
	background-color: #243b34;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.dropdown_filter
{
	position: absolute;
	background-color: #ffffff;
	color: #243b34;
	width: 360px;
	padding: 10px;
	display: none;
	margin-top: 50px;
	margin-left: 990px;
	font-size: 11pt;
	z-index: 2;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(143,137,143,1);
	-moz-box-shadow: 4px 4px 5px 0px rgba(143,137,143,1);
	box-shadow: 4px 4px 5px 0px rgba(143,137,143,1);
}

.dropdown_menu
{
	position: fixed;
	background-color: #ffffff;
	color: #243b34;
	width: 360px;
	padding: 10px;
	margin-left: 990px;
	display: none;

	font-size: 12pt;
	z-index: 10;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(143,137,143,1);
	-moz-box-shadow: 4px 4px 5px 0px rgba(143,137,143,1);
	box-shadow: 4px 4px 5px 0px rgba(143,137,143,1);
}

.cart
{
	position: fixed;
	background-color: #ffffff;
	color: #243b34;
	width: 360px;
	padding: 10px;
	margin-left: 990px;
	display: none;
	font-size: 12pt;
	z-index: 10;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(143,137,143,1);
	-moz-box-shadow: 4px 4px 5px 0px rgba(143,137,143,1);
	box-shadow: 4px 4px 5px 0px rgba(143,137,143,1);
}

.cart_inner
{
	overflow: auto;
	height: 280px;
}

.cart_buttons
{
	float: right;
}



.logo
{
	float: left;
	width: 225px;
	height: 111px;
	cursor: pointer;
}

.shipping_option
{
	width: 800px;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
}









/



@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width:100%;
  }
}



/* FOR THE DROPDOWN BOXES */

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  padding: 0px;
  margin: 0px;
  float: right;
  width: 100%;
	margin-top: -66px;
}

.custom-select-disabled {
  position: relative;
  padding: 0px;
  margin: 0px;
  float: right;
  width: 100%;
	margin-top: -66px;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected-arrow {
	float: left;
  background-color: #ffffff;
 	height: 33px;
  width: 100%;
	cursor: pointer;
}

.hide {

}

.select-selected {
	float: left;
  background-color: #ffffff;
 	height: 33px;
  width: 100%;
}

.select-selected-disabled {
float: left;
  background-color: #ffffff;
 	height: 33px;
  width: 100%;
}

/* Style the arrow inside the select element: */
.select-selected-arrow:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #243b34 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected-arrow.select-arrow-active:after {
	border-color:  transparent transparent #243b34 transparent;
  top: 9px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected,.select-selected-disabled,.select-selected-arrow {
	position: relative;
  padding: 8px 10px;
  border: 0px solid;
  border-color: #eeeeee #b87c52 #eeeeee #b87c52;
	border-top-width: 1px;
	position: relative;
}

.select-selected-arrow,.select-selected-disabled {
	border-width: 0px;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}


.select-items div:hover, .same-as-selected {
  background-color: #eeeeee;
}
/* CUSTOM FOR THE HEADER */



/* The container must be positioned relative: */
.custom-select-header {
  position: relative;
   	float: right;
  padding: 0px;
  margin: 0px;
  z-index: 0;
  	margin: 5px;
	margin-right: 10px;
}

.custom-select-header select {
  display: none; /*hide original SELECT element: */
}

.select-selected-header {
float: left;
  background-color: #243b34;
 height: 33px;
  width: 200px;

	height: 50px;

	  	text-align: center;
  	padding-top: 15px;

	font-weight: bold;
}

/* Style the arrow inside the select element: */
.select-selected-header:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #ffffff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected-header.select-arrow-active:after {
  border-color: transparent transparent #ffffff transparent;
  top: 13px;
}

.price-red
{

}

@keyframes blinker {
    100% {
      opacity: 0;
    }
}
.delivery_icons_wrapper {
    text-align: center;
}

.delivery_icons_wrapper_center {
    width: 1350px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
    align-items: flex-end;
    margin-bottom: 10px;
}

.delivery_icon {
    width: 270px;
}

.delivery_icon_left {
    float: left;
}

.delivery_icon_right {
    float: left;
    font-size: 9pt;
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
}

/* MEDIUM (-340) */

@media only screen and (max-width:1380px) {
	.top_wrapper {width:1022px;}
	.wrapper {width:1022px;}
	.content_left{width: 680px;}
	.content_right{width: 680px;}
	.footer_wrapper {width:1022px;}
	.subcategory_wrapper {width:1022px;}
	.category_collapsed {width: 1000px;}
	.cart {margin-left: 650px;}
	.dropdown_menu {margin-left: 650px;}
	.dropdown_filter {margin-left: 650px;}
	.shipping_option {width: 700px;}
	.content_wide {width: 1000px;}
	.content_narrow {width: 700px;}
	.pointofsale_label {width: 1000px;}
	.label_wide {width: 1000px;}
	.product_large {width: 1000px;}
	.product_title_left_large {width: 965px;}
	.searchbox {width: 1000px;}
	.cart_inner {height: 280px;}
	.content_box_container{width: 960px;}
	.content_box_large{width: 640px;}
	.product_v2{width: 235px;}
	.product_v2_image{height: 235px;}
	input.productoffering_quantity_value{width: 123px;}
	.price_measurement {width: 127px;}
    .button_center_bottom {width: 1022px;}
    .delivery_icons_wrapper_center {width: 810px;}

/* SMALL (-340) */

@media only screen and (max-width:1040px) {
	.top_wrapper {width:682px;}
	.wrapper {width:682px;}
	.content_left{width: 340px;}
	.content_right{width: 340px;}
	.footer_wrapper {width:682px;}
	.subcategory_wrapper {width:682px;}
	.category_collapsed {width: 660px;}
	.cart {margin-left: 310px;}
	.dropdown_menu {margin-left: 310px;}
	.dropdown_filter {margin-left: 310px;}
	.shipping_option {width: 600px;}
	.content_wide {width: 100%;}
	.content_narrow {width: 600px;}
	.pointofsale_label {width: 660px;}
	.label_wide {width: 660px;}
	.product_large {width: 660px;}
	.product_title_left_large {width: 625px;}
	.searchbox {width: 660px;}
	.cart_inner {height: 150px;}
	.content_box_container{width: 640px;}
	.content_box_large{width: 320px;}
	.product_v2{width: 207px;}
	.product_v2_image{height: 207px;}
	input.productoffering_quantity_value{width: 95px;}
	.price_measurement {width: 100px;}
    .button_center_bottom {width: 682px;}
    .delivery_icons_wrapper_center {width: 540px;}
}

/* MOBILE (-340) */

@media only screen and (max-width:700px) {
	.menu {width: 106px; padding-top: 10px;}
	.dropdown_menu_icon {text-align: right; margin-top: 0px;}
	.cart_icon {text-align: right; margin-top: 0px;}
  	.top_wrapper {width:342px;}
	.wrapper {width:342px;}
	.content_left{width: 322px; padding: 0px;}
	.content_right{width: 322px; padding: 0px;}
	.footer_wrapper {width:342px;}
  	.subcategory_wrapper {width:342px;}
  	.category_collapsed {width: 320px;}
  	.product {width: 320px;}
 	.cart {width: 320px; margin-left: 10px;}
 	.dropdown_menu {width: 320px;margin-left: 10px;}
 	.dropdown_filter {width: 320px;margin-left: 10px;}
	.shipping_option {width: 315px;}
	.content_wide {width: 100%;}
	.content_narrow {width: 100%;}
	.cookiebox {width: 300px;}
  	.pointofsale_label {width: 320px;}
  	.label_wide {width: 320px;}
  	.product_large {width: 320px;}
	.product_title_left_large {width: 285px;}
	.searchbox {width: 320px;}
	.cart_inner {height: 280px;}
	.splash {background-image: url('https://balancefarming.eigenbodem.be/images/background/illustration_2.png');min-height: calc(100vh - 200px);}
	.footer_content_right {text-align: left;}
	.discountcode_box {width: 100px;}
	.content_box_container{width: 320px; text-align: center;}
	.content_box_large{width: 320px;}
	.product_v2{width: 320px;}
	.product_v2_image{height: 320px;}
	input.productoffering_quantity_value{width: 208px;}
	.price_measurement {width: 213px;}
    .button_center_bottom {width: 342px;}
    .delivery_icons_wrapper_center {width: 270px;}
}

#ticketmessage { width: 500px; }
