.highlight{
	padding:6px 0;
	background-color:#ddd;
}

.cart-item img{
	width:auto;
	max-width:100%;
	max-height:100px;
	text-align:center;
}

.cart-item.row{
	border-bottom:1px solid #ddd;
	margin:2px 0;
	padding:2px 0;
}
.cart-item.row:last-child{
	border-bottom: none;
}

.cart-item .inc-qty, .cart-item .dec-qty{
	position:relative;
	cursor:pointer;
	top:4px;
}

.cart-item input[type=number]{
	width:40px;
	border:1px solid #ccc !important;
}

.cart-item .item-remove{
	cursor:pointer;
}

.item-qty{
	padding:0;
}
