﻿.menu-shopCart {
    font-size: 1.54rem !important;
}

/*.shopCart-title {
    width: 1400px;
    height: 40px;
    font-size: 1.54rem;
    margin-top: 50px;
}*/

.shopCart-login {
    min-height: 500px;
    text-align: center;
    margin-top: 80px !important;
}

    .shopCart-login a {
        font-size: 1.15rem;
        color: #e5322d;
    }

.shopCart {
    width: 1400px;
    min-height: 500px;
    text-align: center;
    margin-top: 30px;
}

    .shopCart table {
        border-collapse: collapse;
    }

        .shopCart table thead {
            height: 28px;
            background: #e5e5e5;
            border: 1px solid #808080;
        }

        .shopCart table tfoot {
            height: 28px;
            text-align: right;
            background: #e5e5e5;
        }

            .shopCart table tfoot span {
                margin: 0 20px 0 20px;
            }

    .shopCart tbody td {
        width: 120px;
        height: 120px;
    }

.shopCart-img {
    position: relative;
}

    .shopCart-img img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        max-width: 160px;
        max-height: 120px;
    }

.watermark {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 320px;
    height: 240px;
    margin-left: -80px;
    overflow: hidden;
    z-index: 2;
    opacity: 0.5;
    transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
}

.shopCart-total input {
    width: 46px;
    height: 25px;
    border: 1px solid #808080;
    outline: none;
    padding: 0 5px 0 5px;
    margin-left: -20px;
}

.shopCart-total a {
    color: black;
    text-decoration: none;
}

    .shopCart-total a:hover {
        background-color: #dddddd;
    }

.shopCart-plus {
    display: inline-block;
    width: 20px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    background-color: #efefef;
    border: 1px solid #808080;
    border-radius: 2px 2px;
    position: absolute;
}

.shopCart-reduct {
    display: inline-block;
    width: 20px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    background-color: #efefef;
    border: 1px solid #808080;
    border-radius: 2px 2px;
    position: absolute;
    margin-top: 13px;
}

/*.shopCart-total input {
    width: 46px;
    height: 24px;
    border: 1px solid #808080;
    outline: none;
    padding: 0 2px 0 2px;
    float: left;
}*
    
.shopCart-total a {
    display: inline-block;
    font-family: "宋体";
    font-size: 24px;
    color: black;
    text-decoration: none;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    float: left;
}

.shopCart-reduct {
    margin-left: 10px;
}*/

.shopCart-delete {
    display: inline-block;
    font-size: 14px;
    color: white;
    text-decoration: none;
    padding: 5px 11px 5px 11px;
    background: #e73e2d;
}

    .shopCart-delete:hover {
        color: white;
    }

.shopCart-btn a {
    display: inline-block;
    font-size: 14px;
    color: white;
    width: 86px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    background: #f7696a;
    margin: 40px 20px 70px 20px;
}

.shopCart-order {
    background: #fabe00 !important;
}
