#cart_1 {
	position: absolute;
	height: 32px;
	width: 40px;
	top: 50%;
	margin-top: -16px;
	right: 22px;	
	z-index: 200;
}

#cart_1 .fa {
	color: #e3e2e2;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;	
}

#cart_1 .bullet {
	position: absolute;
	right: -2px;
	top: 1px;
	width:18px;
	height:18px;
	border-radius: 9px;
	font-size:11px;
	color:#fff;
	line-height:18px;
	font-weight: bold;
	text-align:center;
	background:#709ba6;
	z-index: 15;
}

#cart_1 .list {
	position: absolute;
	width: 300px;
	height: auto;
	right: -11px;
	top: -11px;
	z-index: 5;
	background-color: #FFFFFF;
	border: 1px solid #e3e2e2;
	padding-top: 40px;
	padding-bottom: 61px;
	display: none;
}

#cart_1:hover .list {
	display: inline-block;
}
#cart_1 .list .title {
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 50px;
	line-height: 50px;
	padding-left: 11px;
	color: #709ba6;
}

#cart_1 .list LI {
	height: 50px;
	font-size: 0;
	padding: 11px 11px 11px 11px;	
	vertical-align: top;
	border-bottom: 1px solid #f6f6f6;

}

#cart_1 .list LI figure {
	position: relative;
	width: 50px;
	height: 50px;
	text-align: left;
	margin: 0px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	float: left;
}

#cart_1 .list LI figure img {
	position: relative;
	max-height: 50px;
	vertical-align: top;
	box-sizing: border-box;
	border: 1px solid #d7dde0;
}

#cart_1 .list LI .name {
	position: relative;
	display: inline-block;
	color: #709ba6;
	width: 215px;
	vertical-align: top;
	font-size: 12px;
	margin-bottom: 2px;
}

#cart_1 .list LI .name:hover {
	text-decoration: underline;
}

#cart_1 .list LI .options {
	position: relative;
	display: inline-block;
	color: #535353;
	width: 215px;
	vertical-align: top;
	font-size: 12px;
}

#cart_1 .list a.order {
	position: absolute;
	bottom: 11px;
	left: 11px;
	right: 11px;
	background-color: #709ba6;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	cursor: pointer;
}

#cart_1 .list a.order:hover {
	text-decoration: underline;
}