﻿.menu-shopCart {
    color: #e5322d !important;
    background: #ffffff;
}

.shopCart-title {
    width: 1200px;
    height: 60px;
    line-height: 75px;
    border-bottom: 1px solid #e5322d;
}

    .shopCart-title span {
        position: absolute;
        font-size: 17px;
        margin-left: 32px;
    }

.shopCart-login {
    text-align: center;
    margin-top: 20px !important;
}

    .shopCart-login a {
        font-size: 16px;
        color: #e5322d;
    }

        .shopCart-login a:hover {
            color: #e5322d;
        }

.shopCart-body {
    width: 1160px;
    min-height: 500px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .shopCart-body table thead {
        background: #e5e5e5;
    }

    .shopCart-body table tfoot {
        text-align: right;
        background: #e5e5e5;
    }

        .shopCart-body table tfoot span {
            margin: 0 20px 0 20px;
        }

    .shopCart-body tbody td {
        width: 100px;
        height: 95px;
    }

.shopCart-img {
    position: relative;
}

    .shopCart-img img {
        max-width: 100px;
        max-height: 75px;
    }

.watermark {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 220px;
    height: 165px;
    margin-left: -50px;
    overflow: hidden;
    z-index: 2;
    opacity: 0.5;
    transform: scale(0.56);
    -ms-transform: scale(0.56);
    -webkit-transform: scale(0.56);
}

.shopCart-name {
    white-space: initial !important;
}

.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;
    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: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    background: #e73e2d;
    margin: 20px 20px 0 20px;
}
