.container {
    width: 85%;
}
.container-shop-cart,
.shop-cart-option,
.shop-cart-table{
    margin-top: 30px;
}
.shop-cart-search-header{
    display: flex;
    margin-bottom: -1px;
}
.shop-cart-search-title {
    width: 126px;
    text-align: center;
    line-height: 48px;
    border-bottom: 1px solid #c1c1c1;
    cursor: pointer;
}
.shop-cart-search-title-curr {
    border: 1px solid #c1c1c1;
    border-bottom: 0px;
    border-radius: 5px 5px 0 0;
}
.shop-cart-search-header-separate {
    border-bottom: 1px solid #c1c1c1;
    width: 100%;
}
.shop-cart-option button {
    background-color: #5d89a7;
    border-radius: 5px;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
}
.shop-cart-option-left {
    float: right;
}
.shop-cart-option-left button {
    margin-left: 20px;
    width: 144px;
}
.shop-cart-table-item {
    margin-top: 15px;
}
.shop-cart-table-item-header span{
    margin-right: 30px;
}

.shopCartTable {
    width: 100%;
    margin-top: 10px;
}
.shopCartTable td,
.shopCartTable th {
    padding: 5px 8px;
    line-height: 1.5;
    text-align: center;
    color: #000;
    vertical-align: middle;
    border: 1px solid #a8a8a8;
}
.shopCartTable th {
    height: 33px;
    line-height: 33px;
    background-color: #f5f5f5;
    color: #000 !important;
    border-bottom: 1px !important;
    font-weight: 400;
}
/*.shopCartTable tr td:nth-child(2) {*/
/*    width: 600px;*/
/*}*/

/*.shopCartTable tr td:nth-child(n) {*/
/*    border-top: 0px;*/
/*}*/

.shopCartTable td span {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background-color: red;
    border-radius: 5px;
}
.shopCartTable th input,
.shopCartTable td input {
    zoom: 200%;
}
.shopCartTable td span a{
    color: #fff !important;
}
