@charset "utf-8";
.shopping-car-container {
	padding: 50px 40px;
}

.shopping-car-container .car-headers-menu {
	border-bottom: 1px solid #f5f5f5;
	padding: 0 15px;
}

.shopping-car-container .panel-body {
	padding: 15px 0;
}

#checkAll {
	vertical-align: text-bottom;
}

.shopping-car-container .car-menu {
	text-align: center;
}
/*
 商品区
 * */

.shopping-car-container .goods-content {
	margin-top: 15px;
}

.shopping-car-container .goods-content .goods-item {
	margin-top: 20px;
}

.shopping-car-container .goods-content .goods-item .car-goods-info {
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.shopping-car-container .goods-content .goods-item .goods-image-column img,
.shopping-car-container .goods-content .goods-item .goods-image-column span {
	display: block;
	float: left;
}

.shopping-car-container .goods-content .goods-item .goods-image-column span {
	width: calc(100% - 100px);
	box-sizing: border-box;
	text-indent: 2rem;
	line-height: 25px;
	padding: 10px;
}

.goods-price {
	color: red;
	font-weight: bolder;
}

.form-control {
	text-align: center;
}

.single-total {
	color: red;
	font-weight: bold;
}

.goods-params {
	color: darkgray;
}

.bottom-menu {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bottom-menu #checkAllBottom {
	vertical-align: text-bottom;
}

#deleteMulty {
	color: cornflowerblue;
	cursor: pointer;
	vertical-align: text-bottom;
}

.bottom-menu-include {
	background: #e5e5e5;
}

#selectGoodsCount {
	color: orangered;
	font-size: 16px;
	font-weight: bolder;
}

#selectGoodsMoney {
	color: orangered;
	font-size: 16px;
	font-weight: bolder;
}

#selectGoodsPost {
	color: orangered;
	font-size: 16px;
	font-weight: bolder;
}

.selectGoodsPost {
	color: orangered;
	font-size: 16px;
	font-weight: bolder;
}

#selectTaxation{
	color: orangered;
	font-size: 16px;
	font-weight: bolder;
}

.panel-default .submitData {
	background: orangered;
	font-size: 16px;
	color: white;
	cursor: pointer;
	font-weight: bolder;
	height: 58px;
	position: absolute;
	right: 0;
	top: 0;
}

.panel-default .submitDis {
	background: #B0B0B0;
	cursor: no-drop;
}

.shopping-car-container .panel-default {
	position: relative;
}

.cart_progress{ height:123px; background-color:#edecec; border-top:2px solid #2c92f4; position:relative;}
.cart_progress_bg{ width:830px; height:5px; background-color:#a0adcd; margin:65px auto 0 auto;}
.cart_progress_cont{ height:5px; display:block; background-color:#0380fe;}
.cart_progress_cont.w_one{ width:25%;}
.cart_progress_cont.w_two{ width:75%;}
.cart_progress_cont.w_three{ width:100%;}
.cart_progress_li{ position:absolute; top:10px; text-align:center;}
.progress_one{ left:120px; width:100px;}
.progress_two{ left:541px; width:100px;}
.progress_three{ left:950px; width:100px;}
.cart_progress_li span{ width:35px; height:45px; display:inline-block; background:url(../img/indent_plan_icon.png) no-repeat; text-align:center; line-height:35px; font-size:22px; color:#fff;}
.cart_progress_li p{ line-height:40px; font-size:18px; color:#67728e;}
.cart_progress_li.sel span{ background-position:0 -45px;}
.cart_progress_li.curve span{ background-position:0 -90px;}