.my_cart{
	width: 100%;
	height: 64px;
	background-color: #ffffff;
	margin-top: 25px;
}
.cart_title{
	font-size: 20px;
	color: #323232;
	line-height: 64px;
	margin-left: 35px;
}
.cart_border{
	width: 100%;
	margin-top: 10px;
}
.order_gift{
	width: 100%;height: 115px;
	background-color: #ffffff;
	margin-bottom: 10px;
}
.gift_border{
	width: 1015px;
	height: 70px;
	background-color: #f5f5f5;
	margin-left: 68px;
}
.gift_icon{
	position: relative;
    top: -19px;
    left: 31px;
}
.gift_box{
	width: 710px;
	height: 40px;
	margin-left: 32px;
}
.gift_product{
	width: 40px;
	height: 20px;
	border:1px solid #0095ff;
	color: #0095ff;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
	float: left;
}
.gift_img{
	float: left;
	margin-left: 60px;
}
.gift_title{
	font-size: 14px;
	float: left;
	line-height: 40px;
	margin-left: 20px;
}
.gift_number{
	float: right;
	line-height: 40px;
}
.continue_gouwu{
	width: 100px;
	height: 30px;
	float: left;
	margin-left: 37px;
	margin-top: 18px;
}
.cart-img{
	float: left;line-height: 30px;
	cursor: pointer;
}
.continue_title{
	font-size: 14px;
	line-height: 30px;
	float: right;
	color: #323232;
}
.del_product{
	font-size: 20px;
	color: #323232;
}
.del_border{
	width: 100%;
	height: 64px;
	background-color: #ffffff;
	margin-top: 10px;
	border-bottom: 1px solid #bfbfbf;
}
.product-title{
	font-size: 14px;
	line-height: 64px;
	float: left;
	margin-left: 40px;
}
.product-border{
	width: 270px;
	height: 64px;
	float: right;
	margin-right: 60px;
}
.product-border1{
	width: 328px;
	height: 64px;
	float: right;
}
.product-border ul li{
	font-size: 14px;
	color: #323232;
	line-height: 64px;
}

.product-box{
	width: 100%;
	height: 90px;
	background-color:#ffffff;
}
.again_buy{
	width: 90px;
	height: 30px;

}
.product-del{
	font-size: 14px;
	line-height: 64px;
	float: left;
	margin-left: 80px;
}

.product-del:first-of-type{
	margin-left: 0px;

}
.btn-default:hover{
	background-color: #0195ff;
	color:#ffffff;
	border:1px solid #0195ff;
}