.cart_details {
	position: absolute;
	top: 55px;
	right: 0px;
	margin-left: 0px;	
	margin-top: 0px;
	background-color: rgb(255, 255, 255);
	background-repeat: no-repeat;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	padding: 0px;
	border-radius: 5px;
	width: 320px;
	height: auto;
	text-align: left;
	z-index: 99999 !important;
	display: none;
	visibility: hidden;
	max-height: 300px;
	overflow-y: hidden;
	padding-left: 0 !important;
}

.cart_details:hover {
	overflow-y: auto;
}

.small .cart_details {
	position: absolute;
	top: 65px;
}

.cart_details li {
	display: block !important;
	margin: 0px !important;
	padding: 0px !important;
	border-bottom: 1px solid rgb(244, 244, 244);
	width: 100%;
	height: auto !important;
	margin: 0 !important;
	padding: 5px !important;
}



.cart_details li:hover {
/* 	background-color: #eeeeee */
}



.cart_details li .info {
	display: block;
	padding: 10px;
}
.cart_details li .info img {
	float: left;
	margin-right: 10px;
}
.cart_details li .info .title {

	font-size: 16px;
	line-height: 18px;
	color: #404040;
	text-decoration: none;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;		
	font-weight: 700;
}

.cart_details li .info .prijs {
	color: #b7a500;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}

.cart_details li .info .prijs span.qty {
	position: relative;
	color: #babbbb;
	font-size: 13px;
	font-weight: bold;
}


.cart_details .btn-checkout {
	display: block;
	width: 100%;
	height: 60px !important;
	text-align: right;
	padding-right: 10px !important;
}

.cart_details .btn-checkout:hover {
	background-color: rgb(255, 255, 255);
}

.cart_details .btn-checkout .btn_bestel {
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 0;
}

.cart_details .checkout .button:hover {

}

/* Cart Items */


.cartbox {
	width: 100%;
	display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.09);
	margin: 10px 0px 0;
	padding: 1rem 1rem ;
	min-height: 60px;
	border-radius: 5px;
	-webkit-backface-visibility: hidden;
   	backface-visibility: hidden;
   	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.cartbox:hover {
	border-color: rgba(0, 0, 0, 0.3);
}
.cartbox .cartbox-image {
	position: relative;
	display: block;
	z-index: 2;
	overflow: hidden;
	border-radius: 0;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cartbox .cartbox-image img {

}
a.cartbox:hover .cartbox-image:after {
	opacity: 0.6;
}
.cartbox .cartbox-description {
	display: block;
	text-align: left !important;
	padding: 0rem 0 0;
	letter-spacing: 0px;
	width: 100%;
	position: relative;
}

.cartbox .cartbox-description .cartbox-title {
	position: relative;
	display: inline-block;
	font-size: 1.2em;
	line-height: 1.1;
	padding: 0em;
	margin: 0 0 10px 0px;
	font-weight: 700;
}

.cartbox .cartbox-description p  {
	display: block;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 400;
	color: #666;
	margin: 0;
}
.cartbox .cartbox-delete {
	z-index: 99;
	position: absolute;
	right:1rem;
	top: 1rem;
	font-size: 1.3rem;


	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.cartbox:hover .cartbox-delete {
	
}

.cart_product_prices {
	padding: 0.3rem 0;
	font-size: 1.1rem;
}



/* -------------------------------- 

Basic Style

-------------------------------- */



.section-shopping {
	padding-top: 0;
}
.section-shopping .text-wrapper {
	padding-right: 2em;
}

table.bestabel{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

table.bestabel th{
	width: 14%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 1px solid #ffffff;	
	font-weight: normal;
}

table.bestabel td{
	height: 40px;
	margin: 0px;
	padding: 0px;
	text-align: center;	
	border: 1px solid #ffffff;
	color: #ffffff;
}

.besnav{
	display: block;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #dee2eb;
	border-bottom: 1px solid #dee2eb;	
	text-align: center;
	font-size: 16px;
}



	

.cart_button_calculate { 
	display: inline-block;
	font-size: 1em;
	border-radius: 0px;
	font-weight: 400;
	text-decoration: none;
	margin: 15px 0px 0px 0px;
	float: left;
	position: relative;
	cursor: pointer;
	font-size: 0.86em;

	}

.cart_button_calculate:hover { 
	color: #ffffff;
	text-decoration: none;
	}		
	
.cart_button_calculate:hover i {
	right: 0px;
}

	
.cart_button { 
	font-size: 1em;
	border-radius: 0px;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 0px 25px;
	float: right;
	position: relative;
	cursor: pointer;

	}

.cart_button:hover { 
	color: #ffffff;
	text-decoration: none;
	}		
	
	
	

	

.cart_shop_more  {
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 10px 10px;
	padding-left:0;
	font-size: 0.96rem;
	letter-spacing: 1px;
	font-weight: 700;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
}
.cart_shop_more:hover {
	color: #4f5357 !important;
}




		
		
.totaal{
/* 	border-top: 1px solid #dee2eb; */
	display: block;
	padding: 10px 0px 30px 0px;
	margin: 20px 0px 0px 0px;
}

.totaal_bedrag{

	float: right;
	font-size: 26px;
	font-weight: 400;
	padding: 13px 0px 0px 0px;
}


.cart_product{
	display: block;
	width: 100%;
	padding: 10px 0px 5px 0px;
	border-bottom: 2px solid #eee;
	margin-bottom: 5px;
	
}

.cart_product_image {
	width: 20%; 
	height: 100px;
	float: left;
	border: 0px; 
	margin: 0px 2% 0px 0px;
	padding: 5px;
	text-align: left;
	background: #ffffff;
	
	}	
	
.cart_product_image img {
	max-height: 100%; 
	max-width: 100%;
	border: 0px; 
	margin: 0px 0px 0px 0px;
	background: #ffffff;	
	}

.cart_product_name{
	float: left;
	width: 28%;	
	margin: 0px 2% 0px 0px;	
	padding-top: 15px;
	color: #0e1027;
}		
.cart_product_name h5 {
	margin:0;
}

.cart_product_input_aantal{	
	float: left;
   	background: #ffffff;
	 	border: 2px solid #d1d5d8 !important;
    font-size: 16px;
    color: #464646;
		font-weight: 700;
    margin: 5px 0 0;
    padding: 4px 3px 5px 8px;
    height: 44px;
    width: 6%;
    min-width: 32px;
		
	
}

.cart_product_prices{
	float: left;
	width: 30%;
	margin: 7px 2% 0px 0px;	
	min-height: 80px;
	padding-top: 7px;
	color: #323e4a;
	font-weight: 700;
	font-size: 16px;
}

.cart_product_price{
	float: left;
	width: 49%;
	text-align: left;
	min-height: 80px;	
}


.cart_product_price_subtotal{
	position: relative;
	top: -3px;
	float: right;
	width: 49%;
	text-align: right !important;
	min-height: 40px;	
	font-weight: 700;
	font-size: 22px;
}


@media (max-width: 600px) {

	.cart_product{
		padding: 0px 0px 0px 0px;
	}

	.cart_product_price {
		width: 100%;
	}		
	
	.cart_product_image {
		display: none;
		visibility: hidden;
	}	
		
	.cart_product_name{
		width: 40%;
	}		
		
	
	.cart_product_price_subtotal{
		display: none;
		visibility: hidden;
	}
}


.cart_product_delete {
	width: 5%; 
	float: right;
	border: 0px; 
	font-size: 20px;
	margin: 8px 2% 0px 0px;
	text-align: right;
	min-height: 80px;
	color: #ffffff;
	padding-top: 6px;
	}	
	
.cart_product_delete img {
	max-height:18px; 
	max-width: 18px;
	border: 0px; 
	margin: 0px 0px 0px 0px;
	background: #ffffff;	
	float: right;
	}



table.specs {
	margin-bottom: 40px;
}
	
table.cart {
	width: 100%;
	position: relative;
	margin-left: -4px;
}

table.cart td{
	padding: 4px;
	margin: 0px;
}

tr.headers td{
	font-weight: 700;
}

tr.cart-subtotal td{
	border-top: 1px solid #dee2eb;
	padding-top: 10px;
	font-weight: bold;
}

tr.cart-endtotal td{
	border-top: 1px solid #dee2eb;
	padding-top: 10px;
	font-weight: bold;	
}


.lost_pw {
	font-size: 0.86em;
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}



.cart-endtotal .cart-value,
.cart-subtotal .cart-value {
	color:#16243e;
}

.cart-endtotal .cart-value {
	color:#16243e;
	font-size: 1.2em;
}

.cart-endtotal .cart-label {
	color: #16243e;
}

/* Cart devider */

.cart-devider {
	width: 2px;
	min-height: 400px;
	height: 100%;
	display: block;
	background: #eee;
	
}
	@media (max-width: 600px) {
		.cart-devider {
			width: 100%;
			min-height: 4px;
			height: 4px;
			display: block;
			background: #eee;
			margin: 20px 0;
			
		}
	}
/* Cart Footer */

.cart_footer {
	display: block;
	border-top: 4px solid #eee;
	padding-top: 20px;
}
	@media (max-width: 600px) {
		.cart_footer {
			
			margin: 20px 0;
			
		}
	}
