/* 购物车（空）*/
.shopping-cart .widget-square.widget-pos {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 20px 0 20px 20px;
}

.shopping-cart .text-heading {
    font-size: 14px;
    color:#666;
}

.shopping-cart .text-body {
    font-size: 14px;
    color:#666;
}

/* 购物车（有物品）*/
.shopping-cart .ul-format {
    margin-top: 7px;
    padding-left: 25px;
}

/* 组件（左）*/
.shopping-cart .left-padding{
    padding-left: 0;
    padding-right: 10px;
}

.shopping-cart .left-widget {
    padding-right: 20px;
    padding-left: 20px;
    color: #666;
}

/* 组件（右）*/
.shopping-cart .right-padding {
    padding-left: 0;
    padding-right: 0;
}

.shopping-cart .right-widget {
    padding: 20px;
    color: #666;
}

.shopping-cart .summary {
    font-size: 16px;
    font-weight: bold;
    width: 250px;
    margin-bottom: 10px;
}

.shopping-cart .summary .branket {
    font-size: 15px;
    font-weight: normal;
}

.shopping-cart .btn-group {
    margin-top: 5px;
    margin-bottom: 15px;
}

.shopping-cart .btn-space{
    height: 35px;
}

.shopping-cart .btn-format {
    display: block;
    margin: auto;
    width: 130px;
}

.shopping-cart .link {
    width: 200px;
}

.shopping-cart .subtotal {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #787878;
    text-align: right;
}

.shopping-cart .cart-name {
    font-size: 14px;
    width: 400px;
    color: #000000;
    word-wrap: break-word;
}
.shopping-cart table tr td {
    vertical-align: top;
}

.shopping-cart table tr:first-child td {
    padding: 0 5px 3px;
}
.shopping-cart table tr td:first-child .cart-name a {
    font-size: 14px;
}
.shopping-cart table tr:first-child {
    color: #909090;
}
.shopping-cart table tr td:first-child {
    /** color: #b1b1b1; **/
    color: #777;
    font-size: 12px;
}

.shopping-cart table tr td:first-child a{
    font-size: 12px;
}
.shopping-cart table tr td.quantity > * {
    margin: 0 10px;
}
.shopping-cart .shopping-title {
    font-size: 18px;
    color: #5d5d5d;
}
.shopping-cart .shopping-later-title {
    /*font-size: 16px;*/
}
.shopping-cart .shadow {
    box-shadow: 0 5px 6px #E04993;
    height: 6px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.shopping-cart .subtotal-float {
    width: 250px;
    float: right;
}
.shopping-cart .subtotal-float .subtotal{
    text-align: left;
    margin-bottom: 10px;
}
.shopping-cart .subtotal-float .btn-space {
    border-top: 1px solid #CCCCCC;
    text-align: center;
    height: 20px;
    margin-top: 20px;
}
.shopping-cart .subtotal-float .btn-space > div {
    background: none repeat scroll 0 0 #F2F2F2;
    margin: -11px auto auto;
    width: 25px;
}
.shopping-cart .subtotal-float .subtotal-tips {
    margin: 10px 0 20px;
    font-size: 12px;
}
.shopping-cart .input-group .btn, .shopping-cart input[type='number'], .shopping-cart input[type='text'], .shopping-cart input.qty {
    padding: 0 5px;
}
.shopping-cart input[type='number'],.shopping-cart input[type='text'], .shopping-cart input.qty {
    min-width: 30px;
    height: 22px;
    text-align: center;
}
.shopping-cart #pageNum {
    color: #999;
}

.shopping-cart #pageNum .btn{
    width: 100px;
    margin-left: 10px;
}