.cart_box {
	height: 100%;
	overflow-y: auto;
    height: 303px;
}
.cart_top {
	height: 135px;
	overflow: hidden;
}
.cart_img_wrapper {
	float: left;
	width: 135px;
	height: 100%;
	text-align: center;
}
.cart_img_wrapper img {
	max-width: 90%;
	max-height: 90%;
	margin: 5% auto;
}
.cart_p_wrapper {
	float: left;
	width: 295px;
	padding-left: 5px;
	box-sizing: border-box;
}
.cart_p_wrapper p {
	margin: 20px 0px;
	text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.cart_middle {
	height: 110px;
}
dd {
	-webkit-margin-start: 10px;
	-ms-margin-start: 10px;
}
.cart_middle p {
	margin: 5px 0px;
	padding-left: 10px; 
	box-sizing: border-box;
}
.cart_specs span {
	display: inline-block;
	width: 50px;
	height: 25px;
	line-height: 25px;
	background: #ffffff;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 0px 8px;
	text-align: center;
	cursor: pointer;
}
.cart_specs span.spec_choosed {
	color: #ffffff;
	background: rgb(255,102,0);
	border-color: rgb(255,102,0);
}
.qty_wrapper {
	display: inline-block;
	width: 112px;
	height: 25px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.qty_minus, .qty_plus {
	display: inline-block;
	width: 35px;
	height: 100%;
	text-align: center;
	cursor: pointer;
}
.qty_input{
	width: 40px;
	height: 100%;
	line-height: 25px;
	padding: 0px;
	outline: none;
	border: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
}
.cart_add_button {
	height: 45px;
	color: #ffffff;
	background: rgb(46,88,166);
	text-align: center;
	line-height: 45px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	cursor: pointer;
}
.spec-qty.spec-choose {
	/*margin-bottom: 79px;*/
}
#showPrice {
	display: inline-block;
}
.product-stock {
    font-size: 17px;
}
.quantity-choose dl {
	height: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
    box-sizing: border-box;
}
.quantity-choose dl dt, .quantity-choose dl dd {
	float: left;
}
.quantity-choose dd {
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.quantity-choose dl dt {
	margin-top: 7px;
}
.qty-minus{
	width: 22px;
	margin-right: 5px;
	background: url(../images/qty-minus.png) no-repeat;
	background-size: cover;
	margin-left: 10px;
}
.qty-input{
	width: 35px;
	margin-left: 0px;
	text-align: center;
	line-height: 30px;
	border: 1px solid rgb(221,221,221)
}
.qty-input input {
	width: 95%;
	height: 70%;
	outline: none;
	border: none;
	text-align: center;
}
.select_style {
	height: 100%;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.qty-add{
	width: 22px;
	margin-left: 5px;
	background: url(../images/qty-add.png) no-repeat;
	background-size: cover;
}
.spec_list {
	overflow: hidden;
	padding-left: 10px;
    box-sizing: border-box;
}
.gs_name {
	float: left;
}
.goods_sp a {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 50px;
	float:left;
	margin-right: 5px;
	border: 1px solid rgb(204,204,204);
	color: #666;
}
.goods_sp a img {
	max-width: 100%;
	max-height: 100%;
}
.goods_sp a.checkeds{
	color: #ffffff;
	background: rgb(255,102,0);
	border-color: rgb(255,102,0);
}
.nocheckeds{
	background: blue;
}