.s-shopcart-page
{
    margin: auto auto;
    width: 1200px;
    
}
.s-shopcart-page
{
    margin-top: 15px;
    
}
.s-shopcart-page .s-checkbox
{
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
}
.s-shopcart-page .s-checkbox-selected
{
    background: url("../images/check-selected.png");
    background-size: 100% 100%;
}
.s-shopcart-page .s-checkbox-unselect
{
    background: url("../images/check-unselect.png");
    background-size: 100% 100%;
}
.s-shopcart-page .s-check-text
{
    color: #202020;
}
.s-shopcart-page .s-shopcart-header
{
    background: #f1f1f1;
    height: 50px;
    display: flex;
    align-items: center;
}
.s-shopcart-page .s-goods-checkbox
{
    width: 80px;
    display: flex;
    align-items: center;
}
.s-shopcart-page .s-goods-info
{
    min-width: 220px;
    flex: 1;
}

.s-shopcart-page .s-goods-price
{
    width: 160px;
    display: flex;
    align-items: center;
}

.s-shopcart-page .s-goods-quantity
{
    width: 180px;
    display: flex;
    align-items: center;
     
}

.s-shopcart-page .s-goods-subtotal
{
    width: 160px;
    display: flex;
    align-items: center;
     
}
.s-shopcart-page .s-goods-op
{
    width: 120px;
    display: flex;
    align-items: center;    
}
/**********************************************/

.s-shop-view
{
    margin-top: 15px;
    border: #ebebeb solid 1px;
}

.s-shop-view .s-shop-header
{
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom: #ebebeb solid 1px;
}
/**********************************************/
.s-goods-item-view
{
    display: flex;
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}
.s-goods-info
{
   display: flex; 
}
.s-goods-info .s-goods-image
{
    width: 80px;
    height: 80px;
    border: #ebebeb solid 1px;
}
.s-goods-info .s-goods-image img
{
    width: 80px;
    height: 80px;
}
.s-goods-info .s-goods-name
{
    width: 60%;
    padding: 10px;
    
}
.s-goods-info .s-goods-spec
{
   flex: 1;
   padding: 10px;
}

 
.s-goods-item-view .s-quantity
{
    width: 130px;
    height: 30px;
    border: #ebebeb solid 1px;
    
}
.s-goods-item-view .s-quantity .s-icon
{
    width: 30px;
    height: 30px;
    float: left;
    background: #fafafa;
    text-align: center;
    line-height: 30px;
}
.s-goods-item-view .s-quantity .s-icon a
{
    display: block;
    width: 30px;
    height: 30px;
    color: #000000;
}
.s-goods-item-view .s-quantity .s-input-holder
{
    width: 70px;
    height: 30px;
    float: left;
    background: #fafafa;
    border-left: #ebebeb solid 1px;
    border-right: #ebebeb solid 1px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
}
.s-goods-item-view .s-quantity .s-input-holder input
{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0;
    background: #fafafa;
}
.s-goods-item-view .s-quantity .s-input-holder input:focus
{
    background: #ffffff;
}

/**********************************************/

.s-settlement-toolbar
{
    height: 60px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.s-settlement-toolbar .s-settlement-amount
{
     
    height: 60px;
    line-height: 60px;
}
.s-settlement-toolbar .s-settlement-amount .s-amount-label
{
    font-size: 14px;
    
}
.s-settlement-toolbar .s-settlement-amount .s-amount-value
{
    font-size: 18px;
    color: #ff0000;
}

.s-settlement-toolbar   .s-settlement-btn
{
    font-size: 16px;
   background-color: #ff0000;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    margin-top: 5px;
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
}

.s-settlement-toolbar   .s-settlement-btn a
{
    color: #ffffff;
    font-size: 16px;
}
