/**!
 * 阳光直采网上商城-购物车
 * date:2017-09-26
 * author: csxiang;
 */
.header .cart-text {
	float: left;
    font-size: 24px;
    margin-left: 40px;
    margin-top: 45px;
}

/* cart */
.cart-wrap {
	margin-bottom: 65px;
	min-height:650px;
}
.cart-all-text {
	display: inline-block;
	font-size: 17px;
	color: #b42829;
	padding-right: 5px;
	border-bottom: 2px solid #b42829;
}
.cart-thead {
    display: block;
    height: 32px;
    line-height: 32px;
    margin: 0 0 10px;
    padding: 5px 0;
    background: #f3f3f3;
    border: 1px solid #e9e9e9;
    border-top: 0;
    position: relative;
    font-size: 12px;
}
.cart-thead .colum {
	float: left;
}
.cart-thead .t-checkbox {
	height: 18px;
    line-height: 18px;
    padding-top: 7px;
    width: 150px;
    padding-left: 11px;
}
.cart-thead .t-checkbox .cart-checkbox {
	float: left;
    margin-right: 5px;
    outline: none;
}
.cart-thead .t-goods {
	width: 465px;
}
.cart-thead .t-price {
	width: 115px;
}
.cart-thead .t-quantity {
	width: 110px;
}
.cart-thead .t-sum {
	width: 115px;
}
.cart-thead .t-contract {
	width: 130px;
}
.cart-thead .t-opt {
	width: 90px;
}

/* cart-list */
.cart-item-list {
	margin-bottom: 20px;
}
.cart-tbody a {
	color: #666;
}
.cart-tbody a:hover {
	color: #f30213;
}
.cart-tbody .shop {
    height: 30px;
    line-height: 30px;
    padding-left: 11px;
    
}
.cart-tbody .shop .cart-checkbox {
	position: relative;
    z-index: 3;
    float: left;
    margin-right: 5px;
}
.cart-tbody .shop .cart-checkbox input {
	margin-right: 3px;
    position: relative;
    top: 1px;
}
   
.cart-tbody .shop .shop-txt {
    float: left;
  	min-width: 15%;
}
.cart-tbody .shop .shop-name {
    display: inline-block;
    max-width: 210px;
    overflow: hidden;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
}
.cart-tbody .shop .btn-imoff {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/mall/cartkefu.png) no-repeat;
    width: 12px;
    height: 14px;
    line-height: 100px;
    overflow: hidden;
    margin: 0 0 0 10px;
}
.cart-tbody .shop .shop-extra-r {
	float: right;
	font-weight: 400;
	font-size: 12px;
}
.cart-tbody .shop .contract-checkbox {
	float: left;
	/*margin-right: 40px;*/
	font-size: 12px;
	color: #b42829;;
}

/* 商品列表 */
.cart-tbody .item-list {
    border-style: solid;
    border-width: 2px 1px 1px;
    _border-width: 1px;
    border-color: #aaa #f1f1f1 #f1f1f1;
    background: #fff;
    font-size: 12px;
}
.cart-tbody .item-item {
    position: relative;
    padding: 0 10px 1px 40px;
    border-top: 1px solid #c5c5c5;
    line-height: 20px;
    _height: 116px;
    background: #fff;
}
.cart-tbody .item-item .cell {
    float: left;
    padding: 15px 0 10px;
}
.cart-tbody .item-item .p-checkbox {
    position: absolute;
    z-index: 3;
    left: 10px;
    top: 0;
    width: 30px;
    min-height: 10px;
    _height: 10px;
}
.cart-checkbox {
    position: relative;
    z-index: 3;
    float: left;
    margin-right: 5px;
}
.cart-checkbox input {
	position: relative;
    float: none;
    vertical-align: middle;
    /*_vertical-align: -1px;*/
    margin: 0 3px 0 0;
    padding: 0;
}
.cart-tbody .item-item .p-goods {
	width: 300px;
}
.cart-tbody .item-item .goods-item .p-name {
	height: 40px;
    line-height: 20px;
    overflow: hidden;
}
    
.cart-tbody .item-item .goods-item .p-img {
    float: left;
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    margin-right: 10px;
    background: #fff;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
.cart-tbody .item-item .goods-item .p-extend {
	margin-top: 10px;
	color: #999;
}
.cart-tbody .item-item .p-space {
	width: 205px;
}
.cart-tbody .item-item .p-price {
	width: 120px;
    padding-right: 40px;
    font-family: verdana;
    text-align: right;
    color: #b42829;
}
.cart-tbody .item-item .p-quantity {
	width: 80px;
	padding-left: 10px;
}
.cart-tbody .item-item .p-quantity .quantity-form {
    position: relative;
    overflow: hidden;
    height: 22px;
    width: 80px;
}
.cart-tbody .item-item .p-quantity .decrement,
.cart-tbody .item-item .p-quantity .increment {
    border: 1px solid #cacbcb;
    border-right: 0;
    height: 18px;
    line-height: 18px;
    padding: 1px 0;
    width: 16px;
    text-align: center;
    color: #666;
    margin: 0;
    background: #fff;
}
.cart-tbody .item-item .p-quantity .decrement {
    float: left;
}
.cart-tbody .item-item .p-quantity .itxt {
    position: absolute;
    left: 17px;
    top: 0;
    border: 1px solid #cacbcb;
    width: 42px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    padding: 1px;
    margin: 0;
    font-size: 12px;
    font-family: verdana;
    color: #333;
    -webkit-appearance: none;
}
.cart-tbody .item-item .p-quantity .increment {
    float: right;
    border: 1px solid #cacbcb;
    border-left: 0;
    color: #666;
}

.cart-tbody .item-item .p-sum {
    width: 120px;
    padding-right: 40px;
    text-align: right;
    font-family: verdana;
}
.cart-tbody .item-item .p-sum strong {
	color: #b42829;
    font-weight: bold;
}
.cart-tbody .item-item .p-contract {
    width: 100px;
    padding-left: 40px;
}
.cart-tbody .item-item .p-ops {
    width: 75px;
}
.cart-tbody .item-item .p-ops a {
	color: #666;
    display: block;
}
.cart-tbody .item-item .p-ops a:hover {
	color: #f30213;
}
.cart-tbody .item-item .p-price,
.cart-tbody .item-item .p-quantity,
.cart-tbody .item-item .p-sum,
.cart-tbody .item-item .p-contract,
.cart-tbody .item-item .p-ops {
	margin-top: 22px;
}

.contract-tips {
	height: 50px;
	line-height: 50px;
	background-color: #e7e7e7;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.contract-tips i {
	font-style: normal;
	font-size: 17px;
	color: #df2121;
}
/* cart-toolbar */
.cartfixed {
	position: fixed;
	bottom: 0px;
    z-index: 99999;
    width: 1190px;
}
.cart-toolbar {
	width: 1190px;
	position: relative;
}
.cart-toolbar .cart-toolbar-wrap {
	height: 50px;
    border: 1px solid #f0f0f0;
    background: #fff;
    margin-top: 30px;
    font-size: 12px;
}
.cart-toolbar-wrap .select-all {
    float: left;
    height: 18px;
    line-height: 18px;
    padding: 16px 0 16px 9px;
    white-space: nowrap;
}
.cart-toolbar-wrap .select-all .cart-checkbox {
	margin-top: -1px;
}
.cart-toolbar-wrap .operation {
    float: left;
    height: 50px;
    width: 310px;
    line-height: 50px;
}
.cart-toolbar-wrap .operation a {
    float: left;
    margin-left: 10px;
    color: #666;
}
.cart-toolbar-wrap .operation a:hover {
	color: #f30213;
}
.cart-toolbar-wrap .toolbar-right {
    position: absolute;
    height: 52px;
    right: 0;
    top: -1px;
    width: 610px;
}
.cart-toolbar-wrap .toolbar-right .normal {
    height: 52px;
}
.cart-toolbar-wrap .toolbar-right .normal .comm-right {
    float: right;
    width: 650px;
}
.cart-toolbar-wrap .btn-area {
    float: right;
}
.cart-toolbar-wrap .btn-area .submit-btn {
	display: block;
    position: relative;
    width: 96px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    background: #e54346;
    overflow: hidden;
}
.cart-toolbar-wrap .price-sum {
    float: right;
    height: 43px;
    line-height: 20px;
    margin: 7px 20px 0 10px;
    color: #666;
    width: auto;
    position: relative;
}
.cart-toolbar-wrap .price-sum div {
    white-space: nowrap;
}
.cart-toolbar-wrap .price-sum .txt {
    float: left;
    width: 50px;
    text-align: right;
    color: #999;
}
.cart-toolbar-wrap .price-sum .price {
    display: inline-block;
    text-align: right;
    font-family: verdana;
}
.cart-toolbar-wrap .price-sum .price em {
    font-size: 16px;
    color: #e4393c;
    font-weight: 700;
}
.cart-toolbar-wrap .amount-sum {
    float: right;
    color: #999;
    height: 44px;
    line-height: 20px;
    margin: 7px 0 0;
    cursor: pointer;
}
.cart-toolbar-wrap .amount-sum em {
    color: #e4393c;
    font-family: verdana;
    font-weight: 700;
    margin: 0 3px;
}

.cart-toolbar-wrap .btn-area .dobtn {
	display: block;
    position: relative;
    width: 96px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    background: #e54346;
    overflow: hidden;
    float: left;
    margin-left: 10px;
}