<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
	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-family: 'Tinos';
	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;

}</pre></body></html>