.body-no-scroll {
    overflow: hidden
}

.cart-title {
    height: 70px;
    padding: 0 0 10px 110px;
    background-color: #fff;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    color: #333;
}

.cart-body {
    height: 260px;
    overflow: auto;
}

.cart-body-nospec {
    height: 56px;
    overflow: auto;
}

.goods-thumb {
    position: absolute;
    left: 10px;
    top: -20px;
    border-radius: 7px;
    width: 90px;
    height: 90px;
}

.mask-filter-div {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 110;
    background-color: rgba(0, 0, 0, .7);
}

.cart-count {
    height: 56px;
    width: 100%;
    padding: 10px;
    text-align: inherit;
    line-height: 36px;
}

.product-box-shadow {
    position: absolute;
    transform: translate3d(0, 0, 0);
    transition: transform .2s cubic-bezier(0, 0, .25, 1), -webkit-transform .2s cubic-bezier(0, 0, .25, 1);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 111;
    width: 100%;
    background-color: #fff;
}

.products-base-info .current-price {
    line-height: 20px;
    color: #ff5e15;
}

.product-price-name {
    height: 40px;
    line-height: 40px;
    color: #e4393c;
    font-size: 10px;
}

.cartChoose {
    word-break: break-all;
    font-size: 12px;
    color: #333;
    line-height: 1.4em;
    padding-right: 10px;
}

.cartChoose span{
    color: #999;
}

.js-product-price {
    height: 40px;
    line-height: 40px;
    color: #e4393c;
    font-size: 16px;
    font-weight: 700;
}

.js-product-price-small {
    height: 40px;
    line-height: 40px;
    color: #e4393c;
    font-size: 10px;
}

.products-base-info .current-price .product-price-tag {
    padding: 0 5px;
    margin-left: 5px;
    line-height: 16px;
    font-size: 10px;
    border-radius: 2px;
    color: #ff5e15;
    border: 1px solid #ff5e15;
}

.products-base-info .old-price {
    display: block;
    margin: 5px 0 0 2px;
    font-size: 10px;
    line-height: 12px;
    color: #999;
    vertical-align: middle;
    text-decoration: line-through;
}

.cancel-img {
    float: right;
    margin-top: 9px;
    margin-right: 9px;
    height: 22px;
    width: 22px;
    background-image: url(../img/icon_close.png);
    background-size: 22px 22px;
}

.buy-num {
    box-sizing: border-box;
    border: none;
    display: block;
    margin: 0;
    width: 100%;
    height: 27px;
    color: #3d4145;
    padding: 0;
    font-size: 14px;
}

.buy-nums-name {
    display: inline-block;
    font-size: 12px;
}

.buy-nums {
    display: inline-block;
    float: right;
}

.plus .count-num {
    width: 50px;
}

.plus span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
    border: 1px solid #f8f8f8;
    margin-left: -1px;
    margin-top: 3px;
    text-align: center;
    color: #686868;
    cursor: pointer;
}

.plus .count-action {
    font-size: 25px;
    background-color: #f3f2f8;
}

.plus .count-action-minus {
    line-height: 25px;
}

.plus .count-action-add {
    line-height: 28px;
}

.buy-nums span input {
    text-align: center;
}

.plus-products-car, .product-buy {
    border-radius: 0px;
    border: none;
    border-left-style: none;
    color: #fff;
}

.plus-products-car {
    text-decoration: none;
    background: #ff9300;
}

.product-buy {
    text-decoration: none;
    background: #ff5e15;
}
.cart-bottom{
    height: 50px;
}

.cart-bottom-btn {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;

    -webkit-box-flex: 1;
}

.bottom-btn-left {
    width: 50%;
    position: absolute;
    bottom: 0;
}

.bottom-btn-right {
    right: 0;
    width: 50%;
    position: absolute;
    bottom: 0;
}

.spec-name {
    font-size: 12px;
    color: #333;
    margin: 0 10px;
    height: 33px;
    line-height: 33px;
}

.spec-choose {
    overflow: hidden;
    margin-bottom: -5px;
}


.spec-choose .active {
    background-color: #e4393c;
    color: #fff;
}

.spec-item {
    display: inline-block;
    padding: 0 15px;
    min-width: 20px;
    max-width: 270px;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    float: left;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #f3f2f8;
    color: #999;
}
.spec-able{
    color: #333;
}

.cart-bottom a:hover{
    color: #fff;
}
.cart-bottom a{
    text-decoration: none;
}
