﻿
.MShopCart_title{
    font-size:14px;
    width:95%;
    margin:0 auto;
    line-height:33px;
    height:33px;
}
/*.MShopCart_title input{
    position:relative;
    top:2px;
    display:inline-block;
}*/
.MShopCart_title span{
    color:#f94141;
}
.MShopCart_hr{
    height:5px;
    background-color:#eee;
    width:100%;
    border:none;
}
.MShopCart_Content_box .MShopCart_Content{
    padding:10px 0px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}
.MShopCart_Content_box .MShopCart_Merchant{
    color:#808080;
    padding:7px 2%;
    font-size:12px;
}
.MShopCart_Content_box .MShopCart_Content{
    overflow:hidden;
}
.MShopCart_Content_box .MShopCart_Content_img{
   float:left;
   /*width:143px;*/
}
/*.MShopCart_Content_box .MShopCart_Content_img input{
  float:left;
  margin:40px 20px;
}*/
.MShopCart_Content_box .MShopCart_Content .MShopCart_Content_img a{
    height:90px;
    width:90px;
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    float:left;
}
.MShopCart_Content_box .MShopCart_Content_text{
    float:left;
    width:100%;
    margin-left:8px;
    position:relative;
}
.MShopCart_Content_box .MShopCart_Content_text h3{
    font-size:14px;
    line-height:16px;
    height:16px;
    overflow:hidden;
}
    .MShopCart_Content_box .MShopCart_Content_text h3 a{
        color:black;
    }
    .MShopCart_Content_box .MShopCart_Content_text_Number {
        overflow: hidden;
        height: 26px;
        line-height: 26px;
        font-size:12px;
        margin: 18px 0px;
    }
.MShopCart_Content_box .MShopCart_Content_text_Number div{
    float:left;
}
.MShopCart_Content_box .MShopCart_Content_text_Number ul{
    float:left;
    border:1px solid #cdcdcd;
    border-radius:4px;
    background-color:#eee;
    margin-left:20px;
}
.MShopCart_Content_box .MShopCart_Content_text_Number li{
    float:left;
    width:28px;
    height:24px;
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
}
.MShopCart_Content_box .MShopCart_Content_text_Number li input{
    width:26px;
    border:none;
    border-left:1px solid #cdcdcd;
    border-right:1px solid #cdcdcd;
    background-color:#fff;
    height:24px;
    display:block;
    text-align:center;
}
.MShopCart_Content_box .MShopCart_Plus{
    background-image:url(/MobileShop/Resource/images/MShopCart_Plus.png );
}
.MShopCart_Content_box .MShopCart_Reduction{
    background-image:url(/MobileShop/Resource/images/MShopCart_Reduction.png );
}
.MShopCart_Content_box .MShopCart_Content_box_Price{
    display:block;
    color:#f94141;
    font-size:14px;
}
.MShopCart_Content_box .MShopCart_Delete{
    background-image:url(/MobileShop/Resource/images/MShopCart_Delete.png );
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    width:30px;
    height:30px;
    right:10px;
    bottom:10px;
    position:absolute;
    border-radius:15px;
}
.MShopCart_Content_box .MShoppingCar_Integral{
    font-size:12px;
    margin-right:20px;
    line-height:30px;
    float:right;
}
.MShopCart_Check_box{
    position:fixed;
    bottom:0px;
    width:100%;
    background-color:#fff;
}
.MShopCart_Empty{ 
    text-indent:20px;
    line-height:30px;
    height:30px;
    border-bottom:1px solid #eee;
    background-color:#fff;
}
.MShopCart_Calculation{
    margin:10px ;
    text-align:right;
}
    .MShopCart_Calculation span {
        float: left;
        color: gray;
    }
        .MShopCart_Calculation span:nth-last-of-type(1){
            color:red;
            font-size:16px;
        }
.MShopCart_CheckContinue {
    border-top: 1px solid lightgray;
    height: 50px;
    width: 100%;
    bottom: 0px;
}
.MShopCart_CheckContinue a{
    float:right;
}
    .MShopCart_CheckContinue .MShopCart_Check {
        background-color: #E5650C;
        width: 120px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: white;
    }
    .MShopCart_CheckContinue .MShopCart_Continue {
        line-height: 50px;
        color: #fff;
        text-decoration: none;
        background-color: #EEABA5;
        text-align:center;
        width: 120px;
    }
#clearcart {
    float: left;
    margin-left: 10px;
    background-image: url(/MobileShop/Resource/images/deletall.png);
    background-size: 100%;
    background-position: center;
    height: 50px;
    width: 20px;
    background-repeat: no-repeat;
}
@media screen and (min-width: 320px) and (max-width : 370px) {
    .MShopCart_Calculation{
    font-size:11px;
}
}
