﻿.menu-shopCart {
    font-size: 1.54rem !important;
    background-color: RGB(252,168,30);
    padding: 21px 10px 21px 10px;
    margin-top: -14px;
}

.shopCart-title {
    box-sizing: border-box;
    width: 1200px;
    margin-top: 10px;
    background-position-x: -5px;
    /* border: 1px solid #ffffff; */
    border-bottom: 0;
    height: 60px;
    line-height: 60px;
    color: black;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    /* letter-spacing: 4px; */
    padding-left: 30px;
    border-radius: 20px 20px 0 0;
}
.shopCart {
    position: relative;
    width: 1178px;
    min-height: 500px;
    margin-top: -0px;
    margin-bottom: 40px;
    border: 1px solid #ffffff;
    background-color: white;
    padding: 10px;
    border-top: 1px solid #ffffff;
    border-radius: 0 0px 20px 20px;
    text-align: center;
}

.shopCart-btn {
    text-align: center;
}

.shopCart-login {
    text-align: center;
    width: 1178px;
    min-height: 500px;
    margin-top: -0px;
    margin-bottom: 40px;
    /* border: 1px solid #d569fd; */
    background-color: white;
    padding: 10px;
    /* border-top: 1px solid #ffffff; */
    border-radius: 0 0px 20px 20px;
}

    .shopCart-login a {
        font-size: 1.15rem;
        color: #e5322d;
    }


.shopCart table {
    border-collapse: collapse;
}

    .shopCart table thead {
        height: 28px;
        background: #03A9F4;
        border: 1px solid #03A9F4;
        color: white;
        font-weight: bold;
    }

    .shopCart table tfoot {
        height: 28px;
        text-align: right;
        background: #03A9F4;
        color: white;
    }

        .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: 115px;
        max-height: 115px;
    }

.watermark {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
    margin-left: 0px;
    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: 35px;
    height: 25px;
    border: 1px solid #efefef;
    outline: none;
    padding: 0 5px 0 5px;
    /* margin-left: 10px; */
    color: #000000;
}

.shopCart-total a {
    color: #000000;
    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 #efefef;
    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 #efefef;
    border-radius: 2px 2px;
    position: absolute;
    margin-top: 13px;
}

.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: 42px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    background: #f7696a;
    margin: 40px 20px 70px 20px;
}

.shopCart-order {
    background: #fabe00 !important;
}

td {
    border: 1px dashed #03A9F4;
    text-align: center;
    height: 50px;
}

.shopCart-btnxby a {
    display: inline-block;
    font-size: 14px;
    color: white;
    width: 186px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    background: #f7696a;
    margin: 40px 20px 70px 20px;
}