.totalRow{display:none;}
.simpleCart_items{
	overflow-y:auto;
	overflow-x:hidden;
	height:auto;
	width:90%;
	margin-bottom:20px;
	font-size: 14px;
	padding: .5rem;
	color: #222;
}
.itemContainer{
clear:both;
width:229px;
padding:11px 0;
font-size:11px;
font-weight: bold;
}
.itemImage{
	float:left;
	width:60px;
}
.item-name{
	float:left;
	width:33%;
}
.item-price{
	float:left;
	width:45px;
}
.item-quantity{
	float:left;
	width:25px;
	vertical-align:middle;
}
.itemQuantity input{
	width:20px;
	border:1px solid #ccc;
	padding:3px 2px;
}
.item-increment a, .item-decrement a{
	position: relative;
	top: -5px;
	color: #283583;
	font-size: 18px;
	font-weight: bold;
	min-width: 12px;
	text-align: center;
	border-radius: 50%;
	float: left;
	text-decoration: none;
}
.simpleCart_decrement {margin-right: 5px;}
a.simpleCart_increment {
	position: relative;
	left: -12px;
}
.itemTotal{
	float:left;
	color:#c23f26;
	margin-top:-6px
}

.item-remove a {
	position: relative;
	top: -1.125rem;
	color: #ff0000;
	float: right;
}
a.item_add:visited {color: #ccc}
.itemRow { border-bottom: 2px dotted #ccc }
aside a, aside a:visited {
	color: white;
}
span.label {
	text-align: right;
	position: relative;
	right: -55px;
	font-family: Helvetica;
	font-size: 11px;
	background-color: #ccc;
	font-weight: 400;
	margin-bottom: .5rem;
	color: #000;
}
#mobileShoppingCart a {
	color: #ccc;
}
#bericht { 
	display: none;
	margin-right: 45px;
	text-align: right;
}
.simpleCart_items img {max-width: 50px;}
.item-thumb {
	margin-right: 1rem;
	max-width: 60px; 
}
.headerRow .item-quantity {
	margin-left: .8rem;
	margin-right: 1.2rem;
}
.headerRow .item-total { margin-left: 2rem;}
