

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

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.8em;
	padding-left: 0.9em !important;
	padding-right: 0.9em !important;
	}

.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;
	letter-spacing: 0 !important;
	}

.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;
}
.cart_shop_more i {
	position: relative;
	-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;
}
.cart_shop_more:hover i {
	right: -3px;
}



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

.totaal_bedrag{
	float: right;
	font-size: 20px;
	font-weight: bold;
	padding: 23px 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: 12%; 
	height: 80px;
	float: left;
	border: 0px; 
	margin: 0px 2% 0px 0px;
	padding: 5px;
	text-align: center;
	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%;
	min-height: 80px;		
	margin: 0px 2% 0px 0px;	
	padding-top: 5px;
	color: #323e4a;
}		


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

	
}

.cart_product_prices{
	float: left;
	width: 35%;
	margin: 0px 2% 0px 0px;	
	min-height: 80px;
	padding-top: 5px;
	color: #323e4a;	
	
}

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


.cart_product_price_subtotal{
	float: right;
	width: 49%;
	text-align: right !important;
	min-height: 80px;	
	font-weight: 700;
}


@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: 0px 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: #f49929;
	cursor: pointer;
}



.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;
			
		}
	}
