.cart_info{
	background: #fff;
	margin-bottom: 10px;
    border-radius: 0px 0px 10px 10px;
	box-shadow: 1px 1px 5px #e9e8e8;
}
.cart_relation{
	background: #fff;
	margin-top: 10px;
    padding: 10px 0px;
    border-radius: 10px;
	
}
.iselect{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.cart_list .item:first-child{
    padding-top:.5rem;
}
.cart_list .item{
    padding:10px 5px;
	margin:5px 5px 10px 5px;
    box-sizing:border-box;
	background: #fff;
	border-bottom: 1px solid #ddd;	
}
.check{
	overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.check .btn_checkbox,#checkAlls .btn_checkbox{
    width:1.4rem;
    height:1.4rem;
	margin-right: 0.5rem;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100%;
    display: inline-block;
    vertical-align:top;
    border-radius:0.7rem;
    overflow:hidden;
}
.check .icon{
	float: left;
	margin: 0 5px;
}
.check input{
    width:30px;
    height:33px;
    opacity: 0;
}
#checkAlls input{
    width:30px;
    height:33px;
    opacity: 0;
}
.FontBgColor {
    background-color: #FF9500;
}
.cart_list .item .img{
    width:4.5rem;
    height:4.5rem;
    text-align:center;
}
.cart_list .item .img img{
    max-height:100%;
    vertical-align:middle;
	border-radius: 5px;
}
.cart_list .item .info{
    margin-left:1rem;
    width: 70%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.cart_list .item .name{
	margin-bottom: 5px;
	overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 1px;
}
.cart_list .item .name>a{
    font-size:.825rem;
    color:#333;
}
.cart_list .item .attr{
    padding:0;
    color:#bdbdbd;
}
.cart_list .item .rows{
	height: 25px;
    margin: 5px 0px;
    box-sizing: border-box;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.cart_list .item .ui_border_t{
    margin-top:.3125rem;
    padding:0;
}
.cart_list .item .rows.pt{
    padding:.625rem 0;
}
.cart_list .item .price{
    font-size:13px;
	font-weight:600;
    color:#444;
	width: 75%;
}
.font_style{
    color:#b0b0b0 !important;
}
.cart_list .item .d-cart{
	color: #999;
}
.cart-modify-icon,.cart-delete-icon{
	width:23px;
}
.cart_list .item .remark_box {
    padding: 0;
    height:35px;
}
.cart_list .item .remark_box input{
    width:100%;
    padding-left:2%;
    font-size:.75rem;
    background-color:#f4f4f4;
    border-color:#ededed;
    border-radius:0;
    box-sizing:border-box;
    height:35px;
}

.cart_total{
	font-size: 13px;
	line-height: 35px;
	position: relative;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
} 

.cart_total>div>span{
    color:#777;
}
.cart_total>div.total .title{
    font-size:1.125rem;
    font-weight:700;
    color:#333;
    margin-left:5%;
}
.cart_total>div.total .title strong{
    font-size: 1.125rem;
    font-weight:normal;
    color:#999;
}
.cart_total>div.total>span.p{
    font-size:1.125rem;
    font-weight:700;
}
.cart_btn,.checkout_cart_btn{
    padding:0px .625rem;
	margin-top: 10px;
}
.cart_btn .btn{
    width:100%;
    height:3rem;
    line-height:3rem;
    background-color:#FF9500;
    border:0;
    border-radius:.3125rem;
    color:#fff;
    font-size:1.25rem;
}
.divide_8px{
    height:.5rem;
    background-color:#f6f6f6;
}
.cart_recently{
    overflow: hidden;
    margin:0 .625rem 1rem;
}
.cart_recently .t{
    line-height:3.125rem;
    text-align:center;
    font-size:1rem;
    color:#5f5f5f;
}
.cart_rel{
    margin-right: -2px;
    padding: 5px 0px 10px 0px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2,48.3%);	
}
.cart_rel .item{
	box-sizing: border-box;
    background: #ffffff;
    box-shadow: 1px 1px 5px #e9e8e8;
    margin-bottom: 10px;
    border-radius: 10px;
}
.feed_hero{
	overflow-y: hidden;
    position: relative;
    background: #f7f7f7;
    margin: 1px;
}
.feed_hero .like_img{
	height: 0;
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}
.responsive {
    padding-top: 100%;
}
.cart_rel .item img{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    height: auto;
}
.cart_rel .item .cname{
	width: 100%;
    color: #333;
    overflow: hidden;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding: 5px 5px 0 5px;
}
.cart_rel .item .price{
	font-size: 1em;
    line-height: 1em;
    min-height: 1em;
    color: #484848;
    font-weight: 600;
    letter-spacing: -0.2px;
    margin: 2px 0 5px 0;	
	padding: 5px;
}
.blank40{
    height:2.5rem;
    overflow:hidden;
    font-size:0;
    clear:both;
}
.check_all{
    display:inline-block;
	margin:0 5px;	
}
.colorSize{
    height:16px;
    margin-bottom: 0.125rem;
}
.colorSize .color{
    width:100%;
    color:#bdbdbd;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	height: 19px;
}
.cart_total>div>span.checkTxt{
    font-size:14px;
    color:#333;
	//margin-right: 13%;
}
.color_size{
    border:1px dashed #ddd;
    padding:5px 10px;
    position: relative;
}
.full-reduction {
    width: 100%;
    height: auto;
    text-align: left;
    box-sizing: border-box;
	padding: 12px;
}

.update-cart{
	color: #999;
}

#update_order_list{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}
.cart_red{
	color: #cb2017!important;
}
.cart_tip{
	margin-top: 10px;
    text-align: left;	
}
.select_all{
	width:35%;
	float:left;	
	padding-left: 10px;
	display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.cart_total_price{
	width:60%;
	margin: 0px 10px 0px 0px;
	position: absolute;
	right:5px;
	top: 5px;
	line-height: 23px;
	color:#444;
	font-size: 13px;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
}
.cart_total_price .title{
	width:67%;
	text-align: right;
}
.cart_total_price .val{
	width:33%;
	text-align: right;
}
.cart_total_price div{
	width:90%;
}
.c_total_price{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;	
}
.cart_total_price .free_color{
	color:#ff5000;
}
.mj_msg{
	height: 23px;
    line-height: 23px;
	top: 3px;
    position: absolute;
	margin-left: 70px;
}
.c_fee{
	color: #fff;
	font-size:12px;		
	font-weight:500;
}
body .ctips .layui-layer-content{
	padding:5px;	
	height:22px !important;
	border-radius: 20px;
	z-index: 10;
}
.cart_cate_home {
	width: 20px;		
	margin-left: 10px;
	vertical-align: middle;
}
.free_icon{
	position: absolute;
	top: 5px;
	width: 120px;
	left: 75px;
}
.c_per_package_price {
	front-size:10px;color:#808080;text-decoration:line-through;
	margin-left: 5px;
}
.cart_total_price .subtotal{
	padding-left: 3px;
}

.free_tips{
	height: 0; 
	position:fixed;  
    bottom: 0px;
	overflow: hidden;
    -webkit-transition: height 0.6s;
    -moz-transition: height 0.6s;
    -o-transition: height 0.6s;
    transition: height 0.6s;	
    background: gainsboro;
    width: 100%;
	text-align: center;
    vertical-align: middle;
    z-index: 115;
}
.free_tips .free_top_text{
	position: absolute;
    top: 25%;
	height: 19px;
    line-height: 19px;
    width: 100%;
    text-align: center;
}

.free_tips .free_tips_close{
	width: 8%;
    height: 50%;
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 116;
}
.tips{
	background: #fff;
    overflow: hidden;
    padding: 10px 5px 0 5px;
    font-size: 12px;
    line-height: 25px;
}
.tips>ul {
    margin: 5px 5px 5px 20px;
}
.tips>h4 {
	font-size: 14px;
    position: relative;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    color: #3aa158;
}
.tips>h4:before {
    content: "";
    border-left: 3px solid #3aa158;
    margin-right: 10px;
}
.tips>h5 {
    font-size: 14px;
    position: relative;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
.tips>h5:before {
    content: "";
    border-left: 3px solid #54655b;
    margin-right: 10px;
}
.tips>ul>li {
    list-style-type: square;
}
