
.box.saved-items {
	margin-top: 15px;
	border: 1px solid lightgrey;
	padding:10px;
}

.product-actions {
	width:15%;
	float: left;
}

.product-images {
	width:8%;
	float: left;
}

.product-details {
	width:65%;
	float: left;
}

.product-price {
	width:10%;
	text-align:right;
	float: left;
}

.actions {
	clear:both;
}

.element {
	clear:both;
}
