.shp-cart-empty .pro-title{
	padding: 0 10px;
	background: #fff;
	font-size: 16px;
	color: #333;
	height: 45px;
	line-height: 45px;
	position: relative;
}
.shp-cart-empty .pro-title .name{
	padding-left: 25px;
}
.shp-cart-empty .pro-title .pull-right{
	position: absolute;
	top:0;
	right: 10px;
	font-size: 16px;
	color: #333;
}
.shp-cart-empty .checkbox{
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	background: url(../images/ThisTption.png) no-repeat center center;
	background-size: 20px 20px;
	float: left;
	position: absolute;
	top:0;
	left: 10px;
	height: 100%;
	border:none;
}
.shp-cart-empty .checkbox:checked{
	width: 20px;
	height: 20px;
	background: url(../images/CheckTheStatus.png) no-repeat center center;
	background-size: 20px 20px;
	float: left;
	position: absolute;
	top:0;
	left: 10px;
	height: 100%;
}
ul{
	margin: 0;
	padding: 0;
}
ul li{
	list-style-type: none;
}
.shp-cart-empty .table-view{
	background: #fff;
}
.shp-cart-empty .view-cell-info{
	position: relative;
	max-height: 80px;
	overflow:hidden;
	padding-left: 36px;
}
.table-view-cell{
	position: relative;
	padding:10px;
}
.table-view-cell:before{
	position: absolute;
	right: 0;
	left: 36px;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background: #DDD;
	top: 0px;
}
.table-view-cell .media-object, .table-view-cell .media-object img{
	display: block;
	width: 80px;
	height: 80px;
	float: left;
}
.media-body-text{
	margin-left: 90px;
	position: relative;
}
.table-view-cell .msg-pro{
	font-size: 12px;
	color: #FD6643;
	border: 1px solid #FD6643;
	border-radius: 100px;
	margin-bottom: 10px;
	display: inline-block;
	height: 20px;
	line-height: 19px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 36px;
}
.table-view-cell .pro-info{
	float: left;
	width: 56%;
}
.table-view-cell .pro-info .pro-name{
	font-size: 14px;
	color: #323232;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.table-view-cell .pro-info .pro-size{
	font-size: 14px;
	color: #909090;
	line-height: 16px;
    margin-top: 10px;
}
.table-view-cell .order-nub{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
.table-view-cell .order-nub .price{
	font-size: 16px;
	color: #FF7733;
	line-height: 18px;
	margin-bottom: 8px
}
.table-view-cell .order-nub .nub{
	font-size: 14px;
	color: #323232;
	line-height: 18px;
	margin-bottom: 6px
}
.table-view-cell .order-nub .mui-btn{
	background: #FD6643;
	font-size: 14px;
	color: #FFFFFF;
	height: 30px;
	line-height: 15px;
	border:none;
}
.shp-cart-empty{
	position: relative;
	padding-bottom: 8px;
	background: #fff;
}
.shp-cart-empty:after{
	position: absolute;
	right: 0;
	left: 0;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background: #DDD;
	bottom: 0px;
}
.mui-bar.cart-btm-fixed{
	bottom: 0;
	height: 66px;
	background: #fff;
	-webkit-box-shadow:none;
    box-shadow:none;
    padding:0;
}
.fixed-bott{
	margin-bottom: 66px;
}
.cart-btm-fixed .go-order{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	max-width: 125px;
	min-width: 100px;
	float: right;
	font-size: 18px;
	color: #FFFFFF;
	background: #009BE7;
	line-height: 66px;
	text-align: center;
}
.cart-btm-fixed .dong-icn{
	float: left;
	line-height: 66px;
	font-size: 16px;
	color: #323232;
	margin-right: 15px;
}
.cart-btm-fixed .dong-icn .checkbox{
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	background: url(../images/ThisTption.png) no-repeat center center;
	background-size: 20px 20px;
	float: left;
	margin-left: 10px;
	margin-right: 9px;
	margin-top: 22px;
	border:none;
}
.cart-btm-fixed .dong-icn .checkbox:checked{
	width: 20px;
	height: 20px;
	background: url(../images/CheckTheStatus.png) no-repeat center center;
	background-size: 20px 20px;
	float: left;
	margin-left: 10px;
	margin-right: 9px;
	margin-top: 22px;
	border:none;
}
.cart-btm-fixed .love-heart{
	float: left;
	text-align: left;
	padding-top: 23px;
	font-size: 15px;
	color: #B5B5B5;
	padding-right: 5px;
}
.cart-btm-fixed .love-heart .price{
	font-size: 24px;
	color: #009BE7;
	margin-bottom: 5px;
}
.table-view-cell .order-del .mui-btn{
	width: 60px;
	background: #FD6643;
	border:none;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 0;
	height: 80px;
}
.table-view-cell .pro-norms{
	font-size: 14px;
	color: #888888;
	text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
    display: -webkit-box;
    background: url(../images/drop-down.png) no-repeat right 1px;
    padding-right: 15px;
    background-size: 20px 20px;
}
.table-view-cell .pro-info.info-edit{
	width: 100%;
    padding-right: 85px;
}
.pro-info .mui-numbox{
	border:none;
    border-radius:0;
    background:none;
    width: 100%;
    padding: 0 22px;
}
.pro-info .mui-numbox [class*=btn-numbox], .pro-info .mui-numbox [class*=numbox-btn]{
	width: 22px;
	background: #fff;
    line-height: 90%;
    height: 90%;
}
.pro-info .mui-btn-numbox-minus{
	color: #91c04a;
	font-size: 34px;
}
.pro-info .mui-btn-numbox-plus{
	color: #FD6643;
	font-size: 28px;
}
.pro-info .mui-numbox .mui-input-numbox, .pro-info .mui-numbox .mui-numbox-input{
	border-right:0!important;
    border-left:0!important;
    padding: 0 0px!important;
    font-size: 18px;
	color: #9B9B9B;
}
.table-view-cell .order-del{
	position: absolute;
	top: 0;
	right: 0;
}
.media-body-text.media-edit{
	display: none;
}
.mui-bar.alter-bar{
	background: #fff;
	-webkit-box-shadow:none;
    box-shadow:none;
    border-bottom: 1px solid #ddd;
    height: 44px;
    font-size: 18px;
	color: #333333;
}
.mui-bar.alter-bar .mui-icon, .mui-bar.alter-bar .mui-btn{
	color: #009BE7;
	border:none;
}

.babel_module_mask{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: none;
}
.module-mask-off{
	background: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
}
.module-mask-centent{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #F2F2F2;
}
.babel_module_mask .module-mask.attr{
	margin-top: 55px;
}
.babel_module_mask .mask-title{
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	color: #323232;
	padding: 0 11px;
	border-bottom: 1px solid #ddd;
}
.babel_module_mask .module-mask{
	background: #fff;
	margin-top: 11px;
}
.module-mask-ul li{
	line-height: 50px;
	height: 50px;
	font-size: 14px;
	color: #323232;
	padding: 0 10px;
	position: relative;
	overflow:hidden;
}
.module-mask-ul li:after{
	position: absolute;
	right: 0;
	left: 10px;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background: #DDD;
	bottom: 0px;
}
.module-mask-ul li .mui-btn{
	background: #FD6643;
	border-radius: 4px;
	width: 60px;
	height: 24px;
	font-size: 14px;
	color: #FFFFFF;
	border: none;
	margin-top: 13px;
	padding: 6px;
	line-height: 10px;
	position: absolute;
	top: 0;
	right: 10px;
}
.module-mask-scroll{
	max-height: 400px;
	overflow-y: auto;
}
.module-mask-ul .msg{
	font-size: 16px;
	color: #FD6643;
}
.module-mask-ul li span{
	margin-right: 5px;
}



