


.hd-col .edit-cart{
	color: #f34c4c;
	margin-right: 10px;
	position: relative;
	z-index: 15;
}
.mui-bar-tab~.mui-content{
	padding-bottom: 60px;
}


.mui-checkbox input[type=checkbox]:before{
	font-size: 25px;
	color: #e4e3e6;
}
.mui-checkbox input[type=checkbox]:checked:before,
.mui-radio input[type=radio]:checked:before{
	color: #f34c4c;
}
.mui-checkbox input[type=checkbox]:checked:before{
	content: '\e442';
}






.shop-cart-list{
	padding-top: 10px;
}
.goods-content .gds-list-item{
	background-color: #fff;
	position: relative;
	margin-bottom: 10px;
}
.goods-content .gds-list-item:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 2px solid #e4e3e6;
	z-index: 5;
}
.goods-content .gds-list-item .gds{
	padding: 10px;
	padding-left: 53px;
	overflow: hidden;
	
}
.goods-content .gds-list-item .gds .img-box{
	max-width: 90px;
	height: 90px;
	float: left;
	margin-right: .5rem;
}
.goods-content .gds-list-item .gds .info{
	overflow: hidden;
	color: #333;
}
.goods-content .gds-list-item .gds .info .name{
	font-size: 1.3rem;
	line-height: 1.6rem;
	height: 3.2rem;
}
.goods-content .gds-list-item .gds .info .name a{
	display: block;
	color: #333;
}
.goods-content .gds-list-item .gds .info .styles{
	font-size: 1.3rem;
}
.goods-content .gds-list-item .gds .info .total{
	height: 30px;
	line-height: 15px;
	position: relative;
}
.goods-content .gds-list-item .gds .info .total .mui-icon-trash{
	display: none;
	float: right;
	line-height: 30px;
	color: #f34c4c;
}
.goods-content .gds-list-item .gds .info .price{
	display: inline-block;
	font-weight: bold;
	color: #f34c4c;
	font-size: 1.6rem;
	float: left;
}
.goods-content .gds-list-item .gds .info .price i{
	font-size: 1.2rem;
	font-style: normal;
	margin-right: 1px;
}
.goods-content .gds-list-item .gds .info .num-select{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	margin-top: 2px;
	
}
.goods-content .gds-list-item .gds .info .num-select .mui-numbox{
	height: 26px;
	margin: 0;
	padding: 0 30px;
	width: 100px;
	background-color: #fff;
	border-color: #e4e3e6;
}
.goods-content .gds-list-item .gds .info .num-select .mui-numbox button{
	width: 30px;
}
.goods-content .gds-list-item .gds .info .price del{
	display: block;
	color: #999;
	font-size: 1.2rem;
	font-weight: normal;
}
.goods-content .gds-list-item .gds p{
	margin: 0;
}
.goods-content .mui-checkbox input[type=checkbox]{
	left: 15px;
	top: 50%;
	margin-top: -12px;
	position: static;
}
.goods-content .gds-checked-box{
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -12px;
}
.goods-content .mui-numbox .mui-input-numbox{
	font-size: 1.4rem;
}









.btm-nav{
	max-width: 640px;
	min-width: 300px;
	margin: 0 auto;
	box-shadow: none;
	border-top: 1px solid #e4e3e6;
}
.btm-nav .mui-row{
	overflow: hidden;
	height: 50px;
}
.btm-nav .mui-table-view:before{
	height: 0;
}
.btm-nav .all-select{
	line-height: 50px;
}
.btm-nav .all-select span{
	font-size: 1.4rem;
	padding-left: 45px;
}
.btm-nav .all-select .mui-checkbox input{
	left: 15px;
}
.btm-nav .all-select .mui-checkbox input[type=checkbox]{
	top: 50%;
	margin-top: -13px;
}
.btm-nav .total{
	padding: 5px 0;
	padding-left: 10px;
	font-size: 1.4rem;
	line-height: 20px;
}
.btm-nav .total .pay-num{
	display: block;
	color: #666;
	font-size: 1.4rem;
}
.btm-nav .total .Cost{
	color: #666;
}
.btm-nav .total .price{
	font-weight: bold;
	font-size: 1.6rem;
	color: #f34c4c;
}
.btm-nav .total .price i{
	font-style: normal;
	font-size: 1.2rem;
	margin-right: 1px;
}
.btm-nav .submit{
	padding: 0;
	height: 50px;
	line-height: 20px;
	text-align: center;
}
.btm-nav .submit a{
	display: block;
	margin: 0;
	padding: 5px 0;
	background-color: #f34c4c;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}
.btm-nav .submit a#Settlement span i,
.btm-nav .submit a#delBtn span i{
	font-style: normal;
}
.btm-nav .submit a.del-btn{
	display: none;
}
.btm-nav .submit a.del{
	/*color: #333;*/
	background-color: #999;
}
.btm-nav .submit a span{
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
}
.btm-nav .submit.mui-table-view-cell a:not(.mui-btn).mui-active{
	background-color: #e22626;
}
.btm-nav .submit.mui-table-view-cell>a.del-btn:not(.mui-btn).mui-active{
	background-color: #aaa!important;
}





.no-item{
	text-align: center;
}
