/* index */

@font-face{
    font-family: erperium;
    src: url("../font/erperium.woff") format("woff"), url("../font/erperium.ttf") format("truetype");
}

body{
	min-width: 320px;
	background-color: rgb(238, 238, 238);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
}

a{
	color: #040033;
	text-decoration: none;
}

#snelInformatie, input, header, .tipToolBox, .generalNoteBg, #editLayer{
	display: none;
}

/* klantorders */

.moduleHeaderInfo, #addProduct, .split40, .cartMoreClick, .extraCartOptions{
	display: none;
}

.powerCart{
	width: 100%;
	height: auto;
	overflow: auto;
}

.cartPreview{
	width: 100%;
	height: 100%;
	float: left;
	overflow: auto;
}

.cartProduct, .cartImagePrev, .cartDescrPrev, .cartTotalPrev, .cartPricePrev{
	width: 20%;
	height: auto;
	float: left;
}

.cartProduct{
	width: 100%;
	min-height: 90px;
	margin: 20px auto;
	position: relative;
}

.cartImagePrev{
	width: 20%;
	height: auto;
}

.cartImage{
	width: auto;
	max-width: 100%;
	margin: auto auto auto 0px;
	display: block;
	padding: 4%;
	border: 1px solid #eee;
}

input#setProductValue{
	display: block;
	border: none;
	margin-top: 10px;
}

.cartDescrPrev{
	width: 40%;
}

.cartDescrPrev p{
	white-space:nowrap; 
    text-overflow: ellipsis;
	overflow: hidden;
	white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cartUrl{
	color: #3288c6;
	font-weight: bold;
}

.cartTotalPrev{
	
}

.totalProducts{
	max-width: 50px;
}

.totalProducts label{
	margin: 0px 0px 5px 0px;
}

.setProductValue{
	height: 30px;
    line-height: 30px;
}

.cartPricePrev{
	width: 20%;
	margin-top: 28px;
	float: left;
	font-weight: bold;
	text-align: right;
}

.cartTotal{
	width: 100%;
	height: 100%;
	float: left;
	background-color: #F7FBFF;
	border-top: 2px solid #3288c6;
}

.cartTotal h2{
	margin: 20px auto;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
	color: #3288c6;
}

.totalDescription, .totalValue{
	width: 50%;
	height: auto;
	margin-top: 20px;
	float: left;
}

.totalDescription{
	font-weight: bold;
}

.totalValue{
	text-align: right;
}