.cart {
	float: right;
	margin-top: 12px;
	border: 1px solid rgb(203, 203, 203);
	width: 100%;
	text-align: left;
	padding: 6px 5px 4px;
	border-radius: 4px;
	box-sizing: border-box;
	position: absolute;
	right: 22%;
	top: 95px;
	width: 233px;
	background: #fff;
}
.cart img {
   display: inline-block;
   vertical-align: middle;
	width: 37px;
	height: 28px;
	margin-right:12px;
}
.cart a {
	color: #d81d1f;
	text-decoration: underline;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
    font: bold 14px Tahoma;
}
.cart a:hover {
    color: #d81d1f;
}