/*
	Copyright :: www.jwsdesign.nl - 2022
	
*/


/* Base ________________________________________________________________________ Base*/

* {
	margin: 0;
	padding: 0;
 	font-family: "Open Sans",Arial, Verdana, sans-serif;
	outline: none;
}

html, body {
	margin: 0px;
	height: 100%;
}

body {
	font-size:12px;
	line-height:15px;
	/* background:url(../images/bg_filler1.png); */
	/* background-color: #498A1A; */
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	text-align: center;
}


#login_main_container {
	padding-top:0px;
	width:100%;
	height: 100%;
	text-align:left;
	margin-bottom: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;	
	background:url("../img_layout/login_background.jpg");
	background-repeat: no-repeat;
	background-size: cover;

}


#login_container {
	display: block;
	height: 100%;
	width: 25%;
	float: right;
	min-width: 300px;
	background-color: white;	
	text-align: center;
	padding: 25px;
	box-sizing: border-box;
}

	#login_container .login_logo {
		width: 100%;
	}

	
#login_container .form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 300px;
  margin: 0;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#login_container .form img {
	width: 100%;
	margin-bottom: 20px;
}

#login_container .form p{
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	text-align: left;
	margin: 0px 0px 20px 0px
}


#login_container .form input[type=text],input[type=password] {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
#login_container .form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #098f51;
  float: left;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
#login_container .form button:hover,.form button:active,.form button:focus {
  background: #666666;
}
#login_container .form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
#login_container .form .message a {
  color: #4CAF50;
  text-decoration: none;
}
#login_container .form .register-form {
  display: none;
}

#login_container .form_login_remember {
	display: block;
	text-align: left;
	margin-bottom: 15px;
}


/* HEADER __________________________________________________________ */

#header	{
	position: fixed;
	height: 80px;
	top: 0;
	z-index: 99;
	display: table;
	width: 100%;
	padding-bottom: 10px;
	background-color: #F4F4F4;
	border-bottom: 1px solid #A2A2A2;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	
}

#header_container {
	display: flex;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

#header_logo {
	display: block;
	float: left;
}

	#header_logo img {
		height: 70px;
	}

#header_content {
	flex-basis: max-content;
	flex-grow: 1;
	margin-top: 10px;
}
	
#header_userinfo {
	display: block;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
	
#header_user {
	float: left;
	margin-right: 20px;
	cursor: pointer;
}


	#header_user img{
		height: 40px;
		float: left;
	}
	#header_user div {
		float: left;
		margin-left: 10px;
	}
	
	#header_user span{
		display: block;
		width: 100%;
		height: 20px;
		float: left;
		text-align: left;
	}
	
	#header_user .user_name {
		font-weight: bold;
	}
	
	#header_user .user_name_client i{
		font-size: 20px;
		cursor: pointer;
		margin-left: 3px;
		margin-top: -5px;
	}
	
#user_info_dropdown {
	text-align: right;
	display: none;
	width: 260px;
	position: fixed;
	top: 65px;
	margin-left: 0px !important;
	background-color: #FFF;
	border: 1px solid #A2A2A2;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
	float: none !important;
	-webkit-box-shadow: -1px 1px 54px -3px rgba(8,8,8,0.5);
	-moz-box-shadow: -1px 1px 54px -3px rgba(8,8,8,0.5);
	box-shadow: -1px 1px 54px -3px rgba(8,8,8,0.5);

}
	#user_info_dropdown h3{ 
	margin: 10px 0px 10px 0px;
	}
	#user_info_dropdown span{
		display: block;
		width: 100%;
		height: auto;
		line-height: 32px;
		border-bottom: 1px solid #EFEFEF;
 
	}
	
	#user_info_dropdown a{
		text-decoration: none;
		color: #000;
	}
	#user_info_dropdown a:hover{
		text-decoration: underline;
	}

	
#header_user_logout {
	float: left;
	display: block;
	width: 50px;
	height: 40px;
	border-left: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
	text-align: center;
	line-height: 40px;
}
	#header_user_logout img {
	height: 30px;
	margin-top: 5px;
	}
	


#header_basket {
	float: left;
	display: block;
	height: 40px;
	  	background-image: url("../img_layout/shoppingbasket.svg");
		background-size: 30px;
  		background-repeat: no-repeat;
  		background-position-x: 5px;
  		background-position-y: 5px;
}

	#header_basket a{ color: #000; }
	#header_basket a:hover{ text-decoration: underline; }
	#header_basket .circle_basket_counter {
		border-radius: 50%;
		width: 15px;
		height: 15px;
		padding: 3px;
		background: #49A74F;
		color: white;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		float: left;
		margin-top: -4px;
		margin-left: 26px;
		border: 2px solid white;
	}	
	
	#header_basket .header_basket_bedrag {
		margin-left: 60px;
		display: block;
		width: 85px;
		text-align: left;
	}
	
	
	#header_basket .basket_bedrag_hidden {
		display: none !important;	
	}
	
	#header_basket .basket_producten{
		display: block;
		width: 100%;
		height: 20px;
		float: left;
		text-align: left;	
	}
	
	#header_basket .basket_bedrag{
		display: block;
		width: 100%;
		height: 20px;
		float: left;
		text-align: left;	
		font-weight: bold;
	}
	
#basket_info_dropdown {
	text-align: right;
	display: none;
	width: 340px;
	position: fixed;
	top: 60px;
	margin-left: -210px;
	background-color: #FFF;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	-webkit-box-shadow: -1px 1px 54px -3px rgba(8,8,8,0.5);
	-moz-box-shadow: -1px 1px 54px -3px rgba(8,8,8,0.5);
	box-shadow: -1px 1px 54px -3px rgba(8,8,8,0.5);
	
}

	#basket_info_dropdown span{
		display: block;
		height: 36px;
		line-height: 32px;
		background-color: #000;
		color: #FFF;
		text-align: left;
		padding: 10px;
		
	}

#basket_info_dropdown_art {
	display: block;
	width: 100%;
	max-height: 300px;
	overflow-y: scroll;
}

#basket_info_dropdown hr{
	border: 1px solid #CCC;
	margin: 5px 0px 5px 0px;
}

#basket_info_dropdown .basket_info_dropdown_tbl{
	font-size: 11px;
}

#basket_info_dropdown .basket_info_dropdown_tbl_artikel{
	font-size: 13px;
	font-weight: bold;
}

#basket_info_dropdown .basket_info_dropdown_tbl tr{ text-align: left; vertical-align: top;}
#basket_info_dropdown .basket_info_dropdown_tbl .row_even {	background-color: #FFF;  }
#basket_info_dropdown .basket_info_dropdown_tbl .row_even td{ outline: 2px solid #FFF;  padding: 5px 0px; }
#basket_info_dropdown .basket_info_dropdown_tbl .row_oneven {	background-color: #F3F3F3;  }
#basket_info_dropdown .basket_info_dropdown_tbl .row_oneven td{ outline: 2px solid #F3F3F3; padding: 5px 0px; }

#basket_info_dropdown .basket_info_dropdown_tbl .tr_header{ font-weight: bold; }
#basket_info_dropdown .basket_info_dropdown_button1 
		{ display: block; 
		  color: white; 
		  text-align: center; 
		  background-color: #000; 
		  line-height: 38px; 
		  height: 40px;
		  width: 48%;
		  float: left;
		  border: 1px solid white;
		  padding: 0px;
		}
#basket_info_dropdown .basket_info_dropdown_button2 
		{ display: block; 
		  color: white; 
		  text-align: center; 
		  background-color: #4AA850; 
		  line-height: 38px; 
		  height: 40px;
		  width: 48%;
		  float: right;
		  border: 1px solid white;
		  padding: 0px;
		}

	
/* Webshop Filter _____________________________________________________________________ */
#webshop_filter {
	display: block;
	width: 100%;
	height: 40px;
}

#webshop_filter input{
	height: 32px;
	border: 0px;
	padding: 0px 5px 0px 5px;
	margin: 4px 0px 4px 0px;
}

#webshop_filter #webshop_filter_title,
#webshop_filter #webshop_filter_webshopgrp,
#webshop_filter #webshop_filter_potsize,
#webshop_filter #webshop_filter_height,
#webshop_filter #webshop_filter_search_kweker,
#webshop_filter #webshop_filter_search
{
	height: 40px;
	background-color: #F4F4F4;
	line-height: 38px;
	font-size: 14px;
	padding: 0px 10px 0px 10px;
	box-sizing: border-box;
	
}
	#webshop_filter_title {
		display: block;
		width: 100px;
		background-color: black !important;
		color: white;
		float: left;
		margin-right: 10px;
		font-weight: bold;
		cursor: pointer;
		
	}
	
	#webshop_filter_title i{
		font-size: 16px;
		margin-right: 5px;
	}
	
	#webshop_filter_webshopgrp {
		float: left;
		width: 20%;
	}
	#webshop_filter_webshopgrp img { height: 20px; margin: 0px 5px -4px 0px }
	
	#webshop_filter_webshopgrp select{
		height: 32px;
		border: 0px;
		margin-left: 10px;
	}
	
	#webshop_filter_webshopgrp .boldoption {
    font-weight: bold;
	}
	
	#webshop_filter_webshopgrp .selectoption {
		color: darkgreen;
	}
	
	#webshop_filter_potsize {
		float: left;
		width: 20%;
		min-width: 300px;
	}
	#webshop_filter_potsize img { height: 20px; margin: 0px 5px -4px 0px }
	#webshop_filter_potsize input { width: 50px; margin-left: 10px;}

	#webshop_filter_height {
		float: left;
		width: 20%;
		min-width: 300px;
	}
	#webshop_filter_height img { height: 20px; margin: 0px 5px -4px 0px }
	#webshop_filter_height input { width: 50px; margin-left: 10px;}

	#webshop_filter_search_kweker {
		display: flex;
		float: left;
	}
	#webshop_filter_search_kweker #search_kweker_chosen {
		margin-top: 4px;		
	}
	#webshop_filter_search_kweker #search_kweker_chosen a{
		height: 32px;
		line-height: 28px;
		border: 0px;
		box-shadow: none;
		margin-right: 3px;
	}
	
	
	#webshop_filter_search_kweker select{
		height: 32px;
		border: 0px;
	}	
	
	#webshop_filter_search {
		display: flex;
		flex-basis: max-content;
		flex-grow: 1;
		justify-content: flex-end;
	}
	
	#webshop_filter_search i,
	#webshop_filter_height i,
	#webshop_filter_potsize i,
	#webshop_filter_search_kweker i
	{
		display: inline-block;
		height: 32px;
		width: 32px;
		background-color: white;
		font-size: 20px;
		line-height: 30px;
		margin: 4px 4px 4px 0px;
		text-align: center;
		cursor: pointer;
	}

	
	
/* Webshop container_____________________________________________________________________*/
#main-container {
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: row;
	padding-top:100px;
	width:100%;
	max-width: 1600px;
	text-align:left;
	margin-bottom: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;	
}

	#main-container.main-container-basket {
	justify-content: space-between !important;	
	}

#webshop_hoofd_grp_block {
	display: block;
	float: left;
	width: 280px;
	/* border: 2px solid green; */
	border: 1px solid #A1A1A1;
	margin: 10px;
	padding: 10px 10px 0px 10px;
	box-sizing: border-box;
	font-size: 16px;	
}

	#webshop_hoofd_grp_img {
	display: block;
	width: 100%;
	max-width: 280px;
	height: 280px;
	background-image: url(/img_layout/test_plaatje.jpg);
	background-size: contain;	
	background-repeat: no-repeat;
	background-position: center; 
	}
	
	#webshop_hoofd_grp_oms {
		display: block;
		text-align: center;
		background-color: #4AA850;
		height: 40px;
		line-height: 38px;
		color: #FFF;
		margin: 0px -10px 0px -10px;
	}
	
	#webshop_hoofd_grp_block.webshop_hoofd_grp_highlight {
	box-shadow: rgba(0, 0, 0, 2.35) 0px 7px 20px;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
    border: 2px solid green;
	
	}
	
#promo_header {
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 24px;
	line-height: 48px;
	font-weight: bold;
	background-color: #F4F4F4;	
	margin-top: 10px;
	margin-bottom: 10px;
}

#product-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	float: left;
	margin-top: 10px;
	justify-content: space-around;
}

#webshop_product_detail {
	display: block;
	float: left;
	width: 280px;
	/* border: 2px solid green; */
	border: 1px solid #A1A1A1;
	margin: 10px;
	padding: 10px 10px 0px 10px;
	box-sizing: border-box;
	font-size: 16px;	
}

#webshop_product_detail_image {
	display: block;
	width: 100%;
	max-width: 280px;
	height: 280px;
	background-image: url(/img_layout/test_plaatje.jpg);
	background-size: contain;	
	background-repeat: no-repeat;
	background-position: center; 
}

#webshop_product_detail .add_to_favorites{
	float: right;
	display: block;
	width: 32px;
	height: 32px;
	background-color: #8d8d8d;
	color: white;
	font-size: 20px;
	border-radius: 4px;
	text-align: center;
	margin-bottom: -32px;
	top: 0px;
	right: 0px;
	z-index: 1;
	position: relative;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0,0.2);
}
	#webshop_product_detail .add_to_favorites .fa{
	line-height: 32px;
	}
	
	#webshop_product_detail .add_to_favorites_active{
	background-color: #4aa850;
	}

#webshop_product_detail #webshop_product_detail_promoprijs {
	display: inline-block;
	background-color: #4aa850;
	padding: 10px;
	margin: 10px -11px -38px 0px;
	height: 18px;
	line-height: 18px;
	float: right;
	font-size: 20px;
	min-width: 80px;
	color: #FFF;
	text-align: center;
	filter: drop-shadow(-1px 1px 5px #999);
	border: 1px solid #4aa850;
}


#webshop_product_detail #webshop_product_detail_laagprijs,
#webshop_product_detail #webshop_product_detail_ccprijs
 {
	display: block;
	background-color: #4aa850;
	margin-top: -28px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	min-width: 100px;
	width: 45%;
	color: #FFF;
	text-align: center;
}

#webshop_product_detail #webshop_product_detail_laagprijs {
	filter: drop-shadow(0px 2px 2px #999);
	float: left;
}
#webshop_product_detail #webshop_product_detail_ccprijs {
	filter: drop-shadow(0px 2px 2px #999);
	float: right;
}
	#webshop_product_detail #webshop_product_detail_laagprijs span,
	#webshop_product_detail #webshop_product_detail_ccprijs span{
	font-size: 14px;
	}



#webshop_product_detail_content {
	display: block;
	width: 100%;
	background-color: #F3F3F3;	
	margin-left: -10px;
	padding: 10px;
}

#webshop_product_detail_tekst {
	display: block;
	height: 44px;
	overflow: hidden;
	font-weight: bold;
	border-bottom: 1px solid #787878;
	margin-top: 3px;
	
}

#webshop_product_detail_maten {
	display: block;
	height: 42px;
	text-align: center;
	margin: 5px 0px 0px 0px;
	border-bottom: 1px solid #787878;

}
	#webshop_product_detail_potsize,
	#webshop_product_detail_height {
		display: block;
		width: 39%;
		float: left;
	}
	
	#webshop_product_detail_add_comment {
		display: block;
		width: 20%;
		float: right;
		text-align: right;
	}
	
	#webshop_product_detail_potsize img{ 
		height: 24px;
		margin-right: 5px;
		vertical-align: middle;
		padding: 4px 0px 4px 0px;		
	}
	
	#webshop_product_detail_height img{ 
		height: 32px;
		margin-right: 5px;
		vertical-align: middle;
	}
	
	#webshop_product_detail_add_comment img{
		height: 36px;
	}
	
#webshop_product_detail_prijzen {
	display: block;
	height: 40px;
	margin-top: 10px;
	border-bottom: 1px solid #787878;
}
	#webshop_product_detail_prijzen div{
	margin-bottom: 5px;
	}
	#webshop_product_detail_prijzen .plus_min_button { display: block; width: 30px; height: 30px; float: left; background-color: black; color: #FFF; line-height: 26px; font-size: 24px; text-align: center; cursor: pointer;}
	#webshop_product_detail_prijzen .detail_aantal { display: block; width: 55%; float: left; }
	#webshop_product_detail_prijzen .detail_aantal input { width: 60px; height: 30px; border: 0px; background-color: #FFF; float: left; font-size: 18px; text-align: center;}
	#webshop_product_detail_prijzen .detail_aantal_stuks { display: block; width: 18%; float: left; line-height: 30px; text-align: center;}
	#webshop_product_detail_prijzen .detail_prijs { display: block; width: 27%; float: left; text-align: right; line-height: 30px; }
	#webshop_product_detail_prijzen .detail_prijs_doorstreept { text-decoration: line-through; text-decoration-color: red; text-decoration-thickness: 2px; }

#webshop_product_detail_laag_kar_buttons {
	display: block;
	height: 40px;
	margin-top: 10px;
}

	#webshop_product_detail_laag_kar_buttons span {
		display: block; 
		width: 45%;
		height: 32px;
		background-color: #4AA850;
		text-align: center;
		line-height: 32px;
		color: #FFF;
		font-weight: bold;
		font-size: 13px;
		cursor: pointer;
	}
	#webshop_product_detail_laag_kar_buttons .order_laag {
		float: left;
	}
	#webshop_product_detail_laag_kar_buttons .order_cc {
		float: right;
	}
	
#webshop_product_detail_extra {
	display: block;
	height: 30px;
	margin-top: 5px;
	font-size: 12px;
}

	#webshop_product_detail_extra a {
		color: #000;
		text-decoration: none;
	}	
	#webshop_product_detail_extra a:hover{
		text-decoration: underline;
	}

	#webshop_product_detail_extra .icon_grower{
	height: 20px;
	}
	
	#webshop_product_detail_extra .icon_admin_edit{
	height: 36px;
	float: right;
	}

#webshop_product_detail_extra2 {
	display: block;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	border-top: 1px solid #787878;
}

	#webshop_aantal_inkoop_extra {
		display: block;
		width: 32%;
		float: left;
		text-align: center;
		margin-top: 3px;
	}
	#webshop_aantal_inkoop_extra span{
		display: block;
		width: 100%;
		text-align: center;
		font-weight: bold;
		font-size: 10px;
	}
	
	#webshop_aantal_inkoop_extra input { width: 60px; height: 30px; border: 1px solid #787878; background-color: #FFF; font-size: 18px; text-align: center;	}

#webshop_product_detail_extra3 {
	display: block;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 30px;
	padding: 5px;
	box-sizing: content-box;
	background-color: #FFF;
}

	#webshop_product_detail_extra3 .icon_admin_edit{
	height: 30px;
	float: right;
	}

/* Basket _________________________________________________________________________________ */	
#basket_route_tabs {
	display: block;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

	#basket_route_tabs .basket_route_tab{
	display: inline-block;
	min-width: 160px;
	text-align: center;
	height: 27px;
	line-height: 25px;
	background-color: silver;
	border: 2px solid green;
	margin-right: 5px;
	cursor: pointer;
	}
	
	#basket_route_tabs .basket_route_activetab{
	background-color: #4AA850;
	color: #FFFFFF;
	}

.basket_header2 {
	margin: 10px 0px 0px 0px;
}

.basket_header2 {
	margin: 10px 0px 10px 0px;
}

#basket_row {
	display: block;
	width: 100%;
	min-height: 140px;
	margin: 5px 320px 5px 0px;
	padding: 10px;
	box-sizing: border-box;
}
	#basket_row.even{
		background-color: #F4F4F4;
	}
	
	#basket_row.oneven{
		background-color: #FFF;
	}

#basket_row_reorder {
	display: block;
	width: 65%;
	min-width: 280px;
	min-height: 40px;
	margin: 5px 5px 5px 0px;
	padding: 5px 10px 10px 10px;
	box-sizing: border-box;
	border: 0px solid black;
	float: right;
}

	#basket_row_reorder.even {
		background-color: #FFF;
	}

	#basket_row_reorder.oneven {
		background-color: #F4F4F4;
	}
	
#basket_row_reorder2 {
	display: block;
	width: 65%;
	min-width: 280px;
	min-height: 40px;
	margin: 5px 5px 5px 0px;
	padding: 5px 10px 10px 10px;
	box-sizing: border-box;
	border: 1px solid black;
	float: right;
}


#basket_row_image {
	display: block;
	float: left;
	width: 100%;
	max-width: 150px;
	height: 120px;
	background-image: url(/img_layout/test_plaatje.jpg);
	background-size: contain;	
	background-repeat: no-repeat;
	background-position: center; 
	background-color: #FFF;
	border: 1px solid #EFEFEF;
	margin-right: 10px;
}

#basket_block1 {
	display: block;
	float: left;
	width: 35%;
	min-width: 325px;
	height: 100%;
	font-size: 13px;
}

#basket_block1 .product_art_omschrijving {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}

#basket_block1 .product_art_potmaat { float: left; margin-top: 15px; margin-right: 10px;}
#basket_block1 .product_art_hoogte { float: left; margin-top: 15px; }


#basket_block1 .product_art_opmerkingen {
	float: left;
	display: block;
	width: 90%;
	margin-top: 15px;
	font-weight: bold;
}
#basket_block1 .product_art_opmerkingen textarea{
	width: 100%;
	height: 40px;
	padding: 1px 3px;
	box-sizing: border-box;
}

#basket_block1 .product_art_kwekerinfo {
	float: left;
	display: block;
	width: 90%;
	margin-top: 10px;
	font-weight: bold;
}

	#basket_block1 .icon_grower{
	height: 20px;
	}
	
	#basket_block1 .product_art_kwekerinfo a {
		color: #000;
		text-decoration: none;
	}	
	#basket_block1 .product_art_kwekerinfo a:hover{
		text-decoration: underline;
	}


#basket_block2 {
	display: block;
	float: right;
	width: 35%;
	min-width: 325px;
	font-size: 16px;
	line-height: 28px;
}

#basket_block2 .basket_aantal,
#basket_block2 .basket_totaal
 {
	display: block;
	float: left;
	margin-top: 50px;
}

#basket_block2 .basket_aantal { text-align: right;	width: 50%;  }
#basket_block2 .basket_totaal  {text-align: right;	width: 30%; }

	#basket_block2 .plus_min_button { display: block; width: 40px; height: 30px; float: left; background-color: #FFF; color: #000; line-height: 20px; font-size: 18px; text-align: center; cursor: pointer;}
	#basket_block2 .plus_min_button_left { border-top-left-radius: 25px; border-bottom-left-radius: 25px; }
	#basket_block2 .plus_min_button_right { border-top-right-radius: 25px; border-bottom-right-radius: 25px; }
	#basket_block2 .plus_min_button i{ margin-top: 6px; }
	#basket_block2 .detail_aantal { display: block; width: 55%; float: left; }
	#basket_block2 .basket_aantal input { width: 40px; height: 30px; border: 0px; background-color: #FFF; float: left; font-size: 18px; text-align: center;}
	#basket_block2 .detail_aantal_stuks { display: block; width: 18%; float: left; line-height: 30px; text-align: center;}
	#basket_block2 .basket_aantal_pbak {margin-left: 10px; }
	#basket_block2 #Prijs_detail { width: 80%; height: 30px; border: 0px; background-color: #FFF; float: right; font-size: 18px; text-align: right; border-radius: 15px; padding-right: 10px; box-sizing: border-box;}
	
	#basket_row.oneven .plus_min_button_left { background-color: #F4F4F4;  }
	#basket_row.oneven .plus_min_button_right { background-color: #F4F4F4; }
	#basket_row.oneven input { background-color: #F4F4F4;}
	#basket_row.oneven #Prijs_detail { background-color: #F4F4F4;}
	
	
	#basket_row_reorder .plus_min_button { display: block; width: 40px; height: 30px; float: left; background-color: #F4F4F4; color: #000; line-height: 20px; font-size: 18px; text-align: center; cursor: pointer;}
	#basket_row_reorder .plus_min_button_left { border-top-left-radius: 25px; border-bottom-left-radius: 25px; }
	#basket_row_reorder .plus_min_button_right { border-top-right-radius: 25px; border-bottom-right-radius: 25px; }
	#basket_row_reorder .plus_min_button i{ margin-top: 6px; }
	#basket_row_reorder input { width: 40px; height: 30px; border: 0px; background-color: #F4F4F4; float: left; font-size: 18px; text-align: center;}


	#basket_row_reorder.oneven .plus_min_button_left { background-color: #FFF;  }
	#basket_row_reorder.oneven .plus_min_button_right { background-color: #FFF; }
	#basket_row_reorder.oneven input { background-color: #FFF;}

	
#basket_block2 .basket_delete
 {
	display: block;
	float: right;
	width: 15%;
	margin-top: 50px;
}
	#basket_block2 .basket_delete i
 	{
		font-size: 20px;
		color: #000;
		margin-top: 4px;
	}

#basket_block2 .basket_delete_button { display: block; width: 30px; height: 30px; float: left; background-color: #FFF; color: #000; line-height: 26px; font-size: 20px; text-align: center; cursor: pointer; border-radius: 25px;}
#basket_block2 .basket_delete_button a{ text-decoration: none; color: black; }

/*
#basket_total_confirmation {
	display: block;
	width: 100%;
	min-height: 120px;
	background-color: #F3F3F3;
	float: left;
    box-sizing: border-box;
    padding: 10px;
	font-size: 14px;
	line-height: 20px;
	margin: 10px;
}	
*/

#basket_total_confirmation {
	display: block;
	position: sticky;
	top: 148px;
    box-sizing: border-box;
    padding: 20px;
	width: 300px;
	min-height: 650px;
	background-color: #F4F4F4;
	float: right;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: -608px;
}	

	#basket_total_confirmation h2{
	border-bottom: 1px solid #999;
	padding-bottom: 15px;
	}

	#basket_total_confirmation td{
		padding: 5px 0px 5px 0px;
	}
	#basket_total_confirmation hr{
		margin: 10px 0px;
	}
	
#basket_total_confirmation_right {
	display: block;
	width: 100%;
	max-width: 300px;
	float: right;
}

#basket_total_confirmation_left {
	display: block;
	width: 100%;
	max-width: 500px;
	float: left;
}

	.basket_confirm_bedrag,
	.basket_confirm_aantal_fust {
		display: block;
		width: 51%;
		float: right;
		border-bottom: 1px solid black;
		font-size: 20px;
		line-height: 32px;
		margin-top: 5px;
	}
	.basket_confirm_aantal_fust {
		text-align: right;
	}
	
	.basket_confirm_bedrag {
		text-align: right;
		font-weight: bold;
		font-size: 24px;
	}
	
	#basket_total_confirmation textarea[name="Basket_info_opmerkingen"] {
		width: 100%;
		height: 140px;
		padding: 5px;
		box-sizing: border-box;
		text-align: left;
		margin-bottom: 20px;
	}

	#basket_total_confirmation input[type="submit"] {
		display: block;
		width: 100%;
		height: 40px;
		margin-top: 10px;
		margin-bottom: 5px;
		font-weight: bold;
		color: white;
		background-color: #4AA850;
		border: 0px;
	}
	
	#basket_total_confirmation a.button,
	#basket_total_confirmation span.button
	{
		display: block;
		float: left;
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 5px;
		font-weight: bold;
		color: white;
		background-color: #4AA850;
		border: 0px;
		cursor: pointer;
	}
	#basket_total_confirmation span.button i
	{
		margin-right: 5px;
		font-size: 18px;
	}
	.basket_total_confirmation_footer {
		font-size: 11px;
		line-height: 12px;
	}	
	
	
#basket_total_confirmation h2{
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0px;
}

#basket_total_confirmation h4{
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px;
}

	#basket_total_confirmation input {
		height: 24px;
		font-size: 16px;
	}

#basket_order_calculation {
	display: none;
	float: left;
	min-width: 400px;
	width: 100%;
	border: 0px solid green;
	min-height: 40px;
	font-size: 14px;
	background-color: #eeeeee;
    line-height: 40px;
	padding: 15px;
	margin: 5px 320px 5px 0px;
}

#basket_order_calculation div{
	min-width: 220px;
	float: left;
}


	#basket_order_calculation div input{
	min-width: 80px;
    height: 30px;
    max-width: 80px;
    text-align: right;
    padding: 0px 10px;
    box-sizing: border-box;
    border: 0px;
    border-radius: 0px;
    margin-left: 10px;
	}

	#basket_order_calculation div select,
	#basket_create_recommendation div select,
	#basket_create_special_offer div select,
	#basket_create_quote div select {
	min-width: 100px !important;
	max-width: 140px !important;
	height: 30px;
	border-radius: 0px;
	border: 0px;
	padding: 0px 10px;
	line-height: 24px;
	 margin-left: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
		
	 background-image:
	    linear-gradient(45deg, transparent 50%, gray 50%),
	    linear-gradient(135deg, gray 50%, transparent 50%),
	    linear-gradient(to right, #ccc, #ccc);
	  background-position:
	    calc(100% - 20px) calc(1em + -2px),
	    calc(100% - 15px) calc(1em + -2px),
	    calc(100% - 2.0em) 0.1em;
	  background-size:
	    5px 5px,
	    5px 5px,
	    1px 1.5em;
	  background-repeat: no-repeat;
	}

#basket_create_recommendation {
	display: none;
	float: left;
	min-width: 400px;
	width: 100%;
	border: 0px solid green;
	min-height: 40px;
	font-size: 14px;
	background-color: #eeeeee;
    line-height: 40px;
	padding: 15px;
	margin: 5px 320px 5px 0px;
}

	
#basket_create_special_offer,
#basket_create_quote{
	display: none;
	float: left;
	min-width: 400px;
	width: 100%;
	border: 0px solid green;
	min-height: 40px;
	font-size: 14px;
	background-color: #eeeeee;
    line-height: 40px;
	padding: 15px;
	margin: 5px 320px 5px 0px;
}

#basket_create_recommendation div,
#basket_create_special_offer div,
#basket_create_quote div{
	min-width: 250px;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}

	#basket_create_recommendation div select,
	#basket_create_special_offer div select,
	#basket_create_quote div select {
	max-width: unset !important;
	width: -webkit-fill-available;
	margin-left: 0px;
	}

	#basket_create_special_offer #special_offer_till,
	#basket_create_quote #special_offer_till {
		width: 120px;
		height: 30px;
		border-radius: 0px;
		border: 0px;
		text-align: center;
		padding: 0px 10px;
		
	}
	
	
	#basket_order_calculation span.button,
	#basket_create_quote span.button
	{
		display: block;
		float: left;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-bottom: 5px;
		font-weight: bold;
		color: white;
		background-color: #4AA850;
		border: 0px;
		padding: 0px 30px;
		box-sizing: border-box;
	}
	
	#basket_create_quote span.button {
		margin-right: 15px;
	}
	
	#basket_order_calculation span.button i,
	#basket_create_quote span.button i{
		margin-left: 10px;
		font-size: 18px;
	}

/* END Basket _________________________________________________________________________________ */	

/* Portal _________________________________________________________________________________ */	
#portal_menu {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-bottom: 1px solid black;
}

#portal_menu_item {
	display: block;
	float: left;
	margin: 10px;
	background-color: #000;
	color: white;
	font-size: 18px;
	width: 50%;
	max-width: 300px;
	min-width: 180px;
	height: 18px;
	text-align: center;
	padding: 20px;
	box-sizing: content-box;
}

#portal_menu_item.menu_selected {
	background-color: #666;	
}

#portal_menu_item span {
	display: block;
	width: 100%;
	height: 25%;
	min-height: 45px;
}	

#portal_menu_item span i{
	margin-right: 5px;
}

#portal_company_data h1,h2{
	display: block;
	width: 100%;
	float: left;
}
#portal_company_data h1 { margin: 10px 0px 20px 0px; }
#portal_company_data h2 { margin: 15px 0px 10px 0px; }
#portal_company_data h2 i { float: right; font-size: 20px; color: #000; }

#tbl_portal_company_data {
	font-size: 14px;
	width: 100%;
}

#tbl_portal_company_data td{
	padding: 2px;
	vertical-align: top;
}

#tbl_portal_company_data .tbl_portal_company_data_td1{
	width: 35%;
}

	#tbl_portal_company_data input{
	border: 1px solid black;
	padding: 3px;
	box-sizing: border-box;
	width: 100%;
	}
	
	#tbl_portal_company_data input[type="submit"]{
		font-weight: bold;
		padding: 5px;
	}
	
	#tbl_portal_company_data #password_strength {
		display: block;
		height: 20px;
		width: 100%;
	}

#container_tbl_portal_details {	
	width: 98%; 
	margin: auto;
	}
	
#tbl_portal_details {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  margin: 10px;
}

#tbl_portal_details th,#tbl_portal_details td {
  padding: 12px 8px;
}

#tbl_portal_details th {
	background-color: #666;
	color: white;
}

#tbl_portal_details .fa {
	font-size: 16px;
	margin-right: 5px;
}
/* #tbl_portal_details tr:nth-child(even){background-color: #f2f2f2} */

#tbl_portal_details .even{
	background-color: #f2f2f2;
}

#tbl_portal_details .oneven{
	
}

#tbl_portal_details .active{
	background-color: #006600 !important;
	color: white;
	font-weight: bold;
}


#tbl_portal_details .subdetail_line{
	display: none;
}

#tbl_portal_details .subdetail_line2 td {
	border-bottom: 1px solid #EFEFEF;
}

#tbl_portal_details .subdetail_line2 input[name="Aantal"]{
	border: 1px solid green;
	padding: 3px;
	text-align: right;
	Width: 40px;
}

#portal_client_orders {
	display: block;
	width: 22%;
	min-width: 240px;
	float: left;
	background-color: #F4F4F4;
	padding: 10px;
	margin: 10px;
	box-sizing: border-box;
	font-size: 18px;
}
	#portal_client_orders span{
		display: block;
		width: 100%;
		height: 40px;
		font-size: 18px;
	}
	
	#portal_client_orders_btn {
	display: block;
	background-color: #000;
	padding: 10px 20px;
	float: right;
	cursor: pointer;
	color: #FFF;

	}
/* END Portal _________________________________________________________________________________ */	


/* Webshop message _________________________________________________________________________________ */	

#webshop_message_alert {
	padding: 15px;
	font-family: "Open Sans",Arial, Verdana, sans-serif;
	font-size: 14px;

}

#webshop_message_alert h2 {
	display: inline-block;
    width: auto;
    margin: 20px;
    background-color: green;
    padding: 20px;
    color: white;
    font-size: 18px;
    float: none;
}

#webshop_message_alert div{
	display: flow-root;
    width: 100%;
	line-height: 24px;
}

#webshop_message_footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: -1;
	opacity: 30%;
}

#webshop_message_footer img{
	width: fit-content;
}
	
/* END Webshop message _________________________________________________________________________________ */	

/* Artikel edit _________________________________________________________________________________ */	


#tbl_artikel_edit {
	font-size: 14px;
	width: 95%;
  margin-left: auto;
  margin-right: auto;
}

#tbl_artikel_edit td{
	padding: 2px;
	vertical-align: top;
}
/* END Artikel edit _________________________________________________________________________________ */	

/* Pagination _________________________________________________________________________________ */
#pagination {
	display: block;
	width: 100%;
	margin: 10px 0px 0px 0px;
}
	#pagination a{
		display: inline-block;
		width: 26px;
		height: 26px;
		line-height: 26px;
		text-align: center;
		background-color: #4AA850;
		color: #FFF;
		text-decoration: none;
	}

#pagination a.pagination_activepage{
	background-color: #000;
	color: #FFF;
	width: 30px;
	height: 30px;
	line-height: 28px;
}


.pagination_activepage {
	font-weight: bold;
	font-size: 18px;
	
}

/* END Pagination _________________________________________________________________________________ */


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 10px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #000; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 0px; /* Rounded corners */
  font-size: 24px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


/* Chosen aanpassingen ____________________________________________________________________________*/
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #4AA850), color-stop(90%, #4AA850));
  background-image: -webkit-linear-gradient(#4AA850 20%, #4AA850 90%);
  background-image: -moz-linear-gradient(#4AA850 20%, #4AA850 90%);
  background-image: -o-linear-gradient(#4AA850 20%, #4AA850 90%);
  background-image: linear-gradient(#4AA850 20%, #4AA850 90%);
  color: #fff;
}

.chosen-container-single .chosen-drop {
	margin-top: -3px;
}


/* mobile elemenenten verbergen  _________________________________________________________________ */
#m_login_container {
	display: none;
}

#m_header_logo {
	display: none;
}

#m_mobile_menu {
	display: none;
}

#m_webshop_filter_button {
	display: none;
}

#m_webshop_filter {
	display: none;
}

#m_basket_total_confirmation{
	display: none;
}

@media only screen and (max-width: 900px) {
	#basket_block2 {
		float: left;
	}

	
}


@media only screen and (max-width: 600px) {
	#basket_row_image {
		width: 100%;
		max-width: 100%;
		height: 180px;
		margin-right: 0px;	
	}


}



@media only screen and (max-width: 820px) {
#login_container {
	display: none;
}

#login_main_container {
	background:url("../img_layout/login_background_old.jpg");
	background-repeat: no-repeat;
	background-size: cover;

}

#m_login_container {
	display: block;
	padding: 25px;
	box-sizing: border-box;
	text-align: center;
}

#m_login_container .m_login_logo {
    width: 60%;
	max-width: 360px;
	margin: 35px 0px 35px 0px;
}

#m_login_container .form a {
	text-decoration: none;
	color: white;
}

#m_login_container .form p{
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	color: white;
	margin: 20px 0px 40px 0px;
}

#m_login_container .form input[type=text],
#m_login_container .form input[type=password] {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%; 
  max-width: 360px;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
}

#m_login_container .form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #098f51;
  border: 0;
  padding: 15px 25px;
  min-width: 50%;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  margin: 20px 0px 35px 0px;
}


#header_user .user_name,
#header_user .user_email,
#header_user_logout,
#header_basket .basket_producten,
#header_basket .basket_bedrag {
	display: none;
	}

#header_userinfo {
	margin-top: 28px;
}

#header_user {
	margin-right: 2px;
}

#header_basket {
	width: 50px; 
}

#webshop_filter {
	display: none;
}


#m_webshop_filter_button {
	font-family: "Open Sans Bold";
	font-size: 20px;
	display: block;
	height: 40px;
	line-height: 40px;
	float: right;
	padding: 0px 10px 0px 40px;
	background-color: #F4F4F4;
  	background-image: url("../img_layout/icon_filter.svg");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position-x: 10px;
	background-position-y: 12px;

}

#m_webshop_filter {
	display: none;
	width: 100%;
	z-index: 100;
	position: fixed;
	top: 90px;
}

#m_webshop_filter div{
	display: flow-root;
	min-height: 40px;
	font-family: "Open Sans Bold";
	font-size: 14px;
	line-height: 40px;
	text-align: left;
	padding: 10px 15px;
}


#m_webshop_filter div span{
	display: block;
	width: 18px;
	text-align: right;
	float: left;
	margin-right: 5px;
}

#m_webshop_filter div select{
	width: 220px;
	float: right;
	height: 36px;
	margin-top: 6px;
	border: 0px;
	padding: 0px 10px;
	box-sizing: border-box;

}

#m_webshop_filter div input{
	width: 220px;
	float: right;
	height: 36px;
	margin-top: 0px;
	margin-bottom: 8px;
	border: 0px;
	padding: 0px 10px;
	box-sizing: border-box;
}

	#m_webshop_filter_top {
		background-color: #000;
		color: #FFF;
	}
	
	#m_webshop_filter_top img {
		float: left;
		height: 20px;
		margin-top: 9px;
		margin-right: 10px;
	}
	
	#m_webshop_filter_top  img.m_webshop_filter_top_close{
		float: right;
		height: 30px;
		margin-top: 10px;
		margin-right: 0px;
	}
	
	#m_webshop_filter_webshopgrp {
		background-color: #F4F4F4;
	}
	
	#m_webshop_filter_potsize {
		background-color: #FFF;
	}
	
	#m_webshop_filter_potsize input{
		background-color: #F4F4F4;
	}
	
	#m_webshop_filter_height {
		background-color: #F4F4F4;
	}
	
	#m_webshop_filter_search {
		background-color: #FFF;
		box-shadow: 0px 8px 10px #000;
	}
	
	#m_webshop_filter_search span{
		dispplay: block;
		background-color: #F4F4F4;
		width: 36px !important;
		height: 36px !important;
		float: right !important;
		text-align: center !important;
		margin-right: 1px !important;
		border-right: 1px solid silver;
	}
	
	#m_webshop_filter_search span i{
		font-size: 16px;
		line-height: 36px;
	}

	#m_webshop_filter_search input{
		width: 100%;
		float: right;
		height: 36px;
		margin-top: 0px;
		margin-bottom: 8px;
		border: 0px;
		padding: 0px 10px;
		box-sizing: border-box;
		background-color: #F4F4F4;
	}
	
	#m_webshop_filter_webshopgrp img{
		height: 20px;
		margin-top: 12px;
	}

	#m_webshop_filter_potsize img {
		height: 14px;
		margin-top: 14px;
	}
	
	#m_webshop_filter_height img {
		height: 20px;
		margin-top: 10px;
	}
	
	#m_webshop_filter_reset {
		float: right;
		width: 100%;
		padding: 0px !important;
	}
	
	#m_webshop_filter_reset span,
	#m_webshop_filter_reset button {
		display: block;
		height: 36px;
		float: right;
		background-color: #F4F4F4;
		border: 0px;
		padding: 0px 20px;
	}
	
	#m_webshop_filter_reset button {
		margin-right: 5px;
		background-color: #4AA851;
		color: #FFF;
	}
	
	#m_webshop_filter_filler {
		background-color: #333;
		position: absolute;
		height: 800px;
		width: 100%;
		opacity: 0.6;
	}
}



@media only screen and (max-width: 420px) {
#header_logo {
	display: none;
}


#m_header_logo {
	display: block;
}

#m_header_logo img {
		height: 70px;
		margin-top: 10px;
	}

#m_mobile_menu_button {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0px 10px 0px 10px;
  	background-image: url("../img_layout/mobile_menu.svg");
	background-size: 40px;
	background-repeat: no-repeat;
}


#m_mobile_menu {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000;
	z-index: 999;
}

#m_mobile_menu_close {
	display: block;
	padding: 25px;
	text-align: right;
}	

	#m_mobile_menu_close img{
		height: 32px;	
	}
	
#m_mobile_menu_items {
	display: block;
	width: 90%;
	margin: 40px auto;
	font-size: 18px;
}

	#m_mobile_menu_items span{
		display: block;
			height: 50px;
		line-height: 40px;
		color: #CCC;
	}
	
	#m_mobile_menu_items .mobile_menu_home a{
		color: #FFF;
	}
	
	#m_mobile_menu_items .mobile_menu_home p{
		border-bottom: 2px solid #4aa851;		
		display: inline-block;
		line-height: 28px;
	}
	
	#m_mobile_menu_items a{
		text-decoration: none;
		color: #CCC;
	}
	
#m_mobile_menu_items2 {
	display: block;
	position: fixed;
	bottom: 175px;
	width: 70%;
	margin: 40px auto;
	margin-left: 15%;
}
	#m_mobile_menu_items2_detail {
	display: block;
	float: left;
	width: 33%;
	}
	
	#m_mobile_menu_items2_detail img {
		width: 40px;
	}
	
	#m_mobile_menu_items2 .basket{
		display: block;
		height: 40px;
	  	background-image: url("../img_layout/mobile_menu_shoppingbasket.svg");
		background-size: 40px;
  		background-repeat: no-repeat;
		background-position: right;
	}
	
	#m_mobile_menu_items2 .basket .circle_basket_counter {
		border-radius: 50%;
		width: 15px;
		height: 15px;
		padding: 3px;
		background: #49A74F;
		color: white;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		float: right;
		margin-top: -8px;
		margin-right: -5px;
		border: 2px solid white;
	}	
	
#m_mobile_menu hr{
	width: 80%;
	color: #CCC;
	margin: 20px auto;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #666;
}	
#m_mobile_menu .logo{
	display: block;
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 40px;

}

	#m_mobile_menu .logo img{
		margin-top: 20px;
		width: 60%;
	}

#main-container {
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: column;
	padding-top:100px;
	width:90%;
	max-width: 1600px;
	text-align:left;
	margin-bottom: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;	
}

	#main-container.main-container-basket {
	flex-wrap: nowrap !important;
	}

#webshop_hoofd_grp_block {
	width: 100%;
	float: none;
	margin: 10px auto;
}


#pagination {
	width: 90%;
}

#product-container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 90%;
	float: none;
	margin-top: 10px;
	justify-content: space-around;
}

#webshop_product_detail {
	width: 100%;
	float: none;
	margin: 10px auto;
}

#webshop_product_detail_image {
	max-width: none;
}

#webshop_hoofd_grp_img {
	max-width: none;
}

#basket_block1 {
	display: contents;
	float: left;
	width: none;
	min-width: none;
	height: none;
}

	#basket_block1 .product_art_opmerkingen{
		width: 100%;
	}
	
#basket_row_image {
	width: 120px;
	max-width: none;
	height: 120px;
	margin-right: 8px;	
	}


#basket_total_confirmation{
	display: none;
}



#m_basket_total_confirmation {
	display: block;
	position: unset;
	top: 148px;
    box-sizing: border-box;
    padding: 20px;
	min-height: 400px;
	background-color: #F4F4F4;
	float: right;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	width: 100%;

}	

	#m_basket_total_confirmation h2{
	border-bottom: 1px solid #999;
	padding-bottom: 15px;
	}

	#m_basket_total_confirmation td{
		padding: 5px 0px 5px 0px;
	}
	#m_basket_total_confirmation hr{
		margin: 10px 0px;
	}
	
#basket_total_confirmation_right {
	display: block;
	width: 100%;
	max-width: 300px;
	float: right;
}

#basket_total_confirmation_left {
	display: block;
	width: 100%;
	max-width: 500px;
	float: left;
}

	.basket_confirm_bedrag,
	.basket_confirm_aantal_fust {
		display: block;
		width: 51%;
		float: right;
		border-bottom: 1px solid black;
		font-size: 20px;
		line-height: 32px;
		margin-top: 5px;
	}
	.basket_confirm_aantal_fust {
		text-align: right;
	}
	
	.basket_confirm_bedrag {
		text-align: right;
		font-weight: bold;
		font-size: 24px;
	}
	
	#m_basket_total_confirmation textarea[name="Basket_info_opmerkingen"] {
		width: 100%;
		height: 140px;
		padding: 5px;
		box-sizing: border-box;
		text-align: left;
		margin-bottom: 20px;
	}

	#m_basket_total_confirmation input[type="submit"] {
		display: block;
		width: 100%;
		height: 40px;
		margin-top: 10px;
		margin-bottom: 5px;
		font-weight: bold;
		color: white;
		background-color: #4AA850;
		border: 0px;
	}
	.basket_total_confirmation_footer {
		font-size: 11px;
		line-height: 12px;
	}	
	
	
#m_basket_total_confirmation h2{
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0px;
}

#m_basket_total_confirmation h4{
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px;
}

	#m_basket_total_confirmation input {
		height: 24px;
		font-size: 16px;
	}


}