﻿div#MoreBuy {
    max-width: initial !important;
    width: 1180px !important;
    margin:0 auto;
}
.mbItem {
    flex: 0 0 25%;
    margin-bottom: 1rem;
}
.MBtitle>img {
    width: 100%;
}
.MBtitle{
    margin-bottom:10px;
}
.numitem {
    display: flex;
    border: 1px solid #000;
    width: 100%;
    height: 22px;
    align-items:center;
}
.numitem>.subbtn, .numitem>.addbtn {
    flex: 0 0 20px;
    text-align: center;
}
.numdv {
    flex: 0 0 calc(100% - 40px);
}
.numdv>input {
    width: 100%;
    border: 0;
    text-align: center;
    height:20px;
    font-size:12px;
}
.sbHolder {
    box-sizing: initial;
}
.cmbSize {
    width: 100%;
    border-color: #000;
    height: 22px;   
     background: #fff;
    font-size:12px
}
.linebtm {
    border-bottom: 1px solid #CCC;
    width: 100%;
    margin: 15px 0 10px;
}
.mbbtm {
    width: 95%;
    align-items: center;
    margin: 15px 0 0 5%;
}
.mbbtm>div {
    display: inline-block;
}
.mbName{
    margin:10px 0;
    text-align:center;
    font-size:12px;
}
.mbiSizeNum{
    margin-bottom:5px;
}
.btnMoreAdd {
    width:60px;
    height: 40px;
    line-height: 40px;
    background: #f0f0f0;
    border: 1px solid #CCC;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px !important;
    text-align:center;
    color:#000;
}
.mbprice {
    width:calc(100% - 64px);
}
.mbprice>div {
    display: inline-block;
    font-size: 12px;
}
.offerprice {
    color: #c30d23;
}
.gocart {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display:none;
}
.gocart>div {
    display: block !important;
    margin-top: calc((100vh - 236px)/2);
}
.gocartback {
    background: #000;
    position: fixed;
    opacity: .6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0 !important;
    z-index:-1;
}
.gocartpic>img {
    width: 100%;
    max-width: 329px;
}
.gocartpic {
    text-align: center;
}
.gocartpic>div {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight:bold;
}
.MBcontent {
    display: flex;
    flex-wrap:wrap;
}
.oriprice {
    text-decoration: line-through;
}