.shopping-cart {
    width: 100%;
    background: #f5f5f5;
    padding: 10px 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: calc(100vh - 413px);
}
.shopping-content{
    width: 1200px;
}
.shopping-content thead th {
    height: 45px;
    line-height: 45px;
    color: #333333;
    font-size: 14px;
}
.shopping-content table td {
    vertical-align: middle!important;
}
table.shopping-td-void.shopping-order-tb {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
}
.shopping-tr-title{
    box-sizing: border-box;
    background-color: #ffffff;
}
.shopping-select-one{
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.shopping-select-one div:first-child{
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}
.shopping-select-one div:first-child img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
    height: 16px;
}
.shopping-th-one{
    width: 100px !important;
}
.shopping-th-one-list{
    display: flex;
    align-items: center;
}
.shopping-select-title{
    margin-left: 100px;
}
.shopping-th-two{
    width: 200px !important;
}
.shopping-th-three {
    width: 100px !important;
}
.shopping-msg-list{
    display: flex;
    align-items: center;
}
.shopping-sep-row{
    height: 20px;
    background-color: #f5f5f5;
}
.shopping-sep-row-two{
    height: 10px;
    background-color: #f5f5f5;
}
.shopping-sep-row-two-three{
    height: 20px;
    background-color: #f5f5f5;
}
.shopping-select-row{
    cursor: pointer;
    margin-left: 20px;
    width: 16px;
    height: 16px;
}
.shopping-select-row img {
    width: 100%;
    height: 100%;
}
.shopping-msg{
    cursor: pointer;
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.shopping-msg-img{
    width: 90px;
    height: 90px;
}
.shopping-msg .el-image {
    width: 90px;
    height: 90px;
}
.shopping-msg-right{
    padding: 5px 0px 10px 0px;
    display: flex;
    height: 90px;
    flex-direction: column;
    /*justify-content: space-between;*/
    margin-left: 20px;
    width: 196px !important;
}
.shopping-msg-right-top{
    font-size: 14px;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    line-height: 20px;
}
.shopping-msg-right-top-one {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.shopping-msg-right-center{
    /*display: flex;*/
    /*align-items: center;*/
    font-size: 14px;
    color: #999;
}
.shopping-msg-right-center-one{
    width: 196px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.shopping-msg-right-center-two{
    margin-left: 10px;
    width: 12px;
    height: 12px;
}
.shopping-msg-right-center-two img {
    width: 100%;
    height: 100%;
}
.shopping-tr-bd td {
    height: 120px !important;
}
.shopping-th-td{
    text-align: center;
}
.shopping-tr-two{

    height: 66px;
    background-color: #ffffff;
}
.shopping-tr-two-left{
    margin-left: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}
.shopping-tr-two-left div:nth-child(1) {
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.shopping-tr-two-left div:nth-child(1) img {
    width: 100%;
    height: 100%;
}
.shopping-tr-two-left div:nth-child(2) {
    margin: 0px 20px 0px 10px;
}
.shopping-tr-two-left div:nth-child(3) {
    cursor: pointer;
}
.shopping-tr-two-right{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.shopping-tr-two-right-two{
    margin-left: 20px;
    height: 66px;
    width: 133px;
    line-height: 66px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: var(--themeColor);
    cursor: pointer;
}
.shopping-tr-two-right-one{
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    color: #333;
}
.shopping-txt-one{
    color: var(--themeColor);
}
.shopping-txt-two{
    font-size: 20px;
    font-weight: bold;
    color: var(--themeColor);
}
.shopping-price{
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.shopping-price-one{
    font-size: 14px;
    color: var(--themeColor);
}
.shopping-input-number{
    width: 120px !important;
    line-height: 21px !important;
}
.shopping-input-number .el-input-number__decrease{
    width: 24px !important;
    background-color: #ffffff;
}
.shopping-input-number .el-input-number__decrease, .el-input-number__increase{
    width: 24px !important;
    background-color: #ffffff;
}
.shopping-input-number .el-input__inner {
    height: 24px !important;
}
.shopping-fix-btm{
    z-index: 9999999;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 66px;
    background-color: #fff;
}
.shopping-fix-btm-content{
    width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.shopping-fix-btm-content-left{
    display: flex;
    align-items: center;
    width: 50%;
}
.shopping-fix-btm-content-left div:nth-child(1) {
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.shopping-fix-btm-content-left div:nth-child(1) img {
    width: 100%;
    height: 100%;
}
.shopping-fix-btm-content-left div:nth-child(2) {
    margin: 0px 20px 0px 10px;
}
.shopping-fix-btm-content-left div:nth-child(3) {
    cursor: pointer;
}
.shopping-fix-btm-content-right{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.shopping-tr-two-right-t{
    margin-left: 20px;
    height: 66px;
    width: 133px;
    line-height: 66px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: var(--themeColor);
    cursor: pointer;
}
.shopping-tr-two-right-o{
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    color: #333;
}
.shopping-txt-o{
    color: var(--default-color);
}
.shopping-txt-t{
    font-size: 20px;
    font-weight: bold;
    color: var(--default-color);
}