.footer {
	margin-top: 50px;
}

.shoppingcart-body {
	background-color: transparent;
}

.shoppingcart-body .shoppingcart-title {
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	font-weight: 600;
	color: #2250B1;
	margin: 30px 0 15px 0;
}

.shoppingcart-title .layui-breadcrumb a{
	height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
    visibility: visible;
}

.shoppingcart-title .layui-breadcrumb a cite{
	height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #2250B1;
    visibility: visible;
}


.panel {
	/* margin-bottom: 20px; */
	margin: -1px;
	background-color: #fff;
	border: 1px solid transparent;
	/* border-radius: 4px; */
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-default {
	border-color: #ddd;
}

.panel-body {
	padding: 15px;
}

.layui-row {
	padding: 10px 0;
	background: #EEF3FD;
	border: 1px solid #DADADA;
	margin: -1px;
}

/* .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;
	margin-left: 5px;
}

.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: 120px;
	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-table .goods-title {
	font-weight: 600;
	color: #4D4D4D;
	line-height: 20px;
	height: 20px;
	padding-left: 15px;
}

.goods-table .goods-info span {
	color: #4D4D4D;
	width: 95% !important;
	height: 80px;
	overflow: hidden !important;
	text-overflow: ellipsis;
	text-indent: 0 !important;
	padding: 10px 0 0 15px !important;
	line-height: 18px !important;
}

.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: #fff;
}

#selectGoodsCount {
	color: orangered;
	font-size: 16px;
	font-weight: bolder;
}

#selectGoodsMoney {
	color: orangered;
	font-size: 16px;
	font-weight: bolder;
}

.panel-default .submitData {
	background: #345EB7;
	font-size: 16px;
	color: white;
	cursor: pointer;
	font-weight: bolder;
	height: 53px;
	position: absolute;
	right: 0;
	top: -1px;
}

.panel-default .submitDis {
	background: #B0B0B0;
	cursor: no-drop;
}

.shopping-car-container .panel-default {
	position: relative;
}
