.baskCont{
    width: 100%;
    margin: 30px 10px 0;
    border: 1px solid#999999;
}
.cartCont{
    min-height: 300px;
}
.BCDatA{
    width: 100%;
    display: table-row;
    color: white !important;
    font-weight: bold;
}
.BCDatA div{
    border: 2px solid black;
    background: black;
}
.BCDatB{
    width:100%;
    height: 40px;
    display: table-row;
}
.BCDatB:hover{
    background: #F2F2F2 !important;
}
.BCDNam, .BCDBr, .BCDDesc, .BCDQ, .BCDPr, .BCDDost, .BCDSum, .BCDDate, .BCDEx, .BCDSup, .BCDZak{
    height:22px;
    display: table-cell;
    text-align:center;
    vertical-align:middle;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    padding:2px 7px;
}
.BCDPr>span{
    display: none;
}
.BCDNam{
    width: 15%;
}
.BCDatB .BCDNam{
    color: #c20216;
    font-weight: bold;
    text-align:left;
}
.BCDatB .BCDSum, .BCDatS .BCDSum{
    color: #c20216;
    font-weight: bold;
}
.BCDBr{
    width: 12%;
    font-weight: bold;
}
.BCDatB .BCDBr, .BCDatB .BCDDesc{
    color: black;
    text-align:left;
}
.BCDDesc{
    width: 18%;
}
.BCDSup{
    width: 10%;
}
.BCDQ{
    width: 10%;
    min-width: 80px;
}
.BCDPr, .BCDZak{
    width: 8%;
}
.BCDDost{
    width: 4%;
}
.BCDSum{
    width: 14%;
}
.BCDDate{
    width: 14%;
}
.BCDEx{
    width: 5%;
}
.BCDatA .BCDEx{
    background: #F0F0F0;
}
.BCDatS{
    width: 100%;
    padding-top:20px;
    font-weight: bold;
}

.BCDBrHid{
    color: black;
    font-weight: bold;
}
.cartItemEmpty{
    font-size: 20px;
    font-weight: bold;
    color: #c20216;
}
.cartTxtEmpty, .baskTit{
    width: 100%;
    margin: 10px auto;
    font-size: 20px;
    font-weight: bold;
    color: #c20216;
    text-align: center;
}
.cartTxtEmpty{
    margin: 20px auto 50px;
}
/* input[type='checkbox']{
    width: 16px;
    height: 16px;
    background-color: whitesmoke;
    margin: 10px auto 0;
    display: block;
}*/

.BCDatBut{
    width: 70%;
    height: 40px;
    margin:30px auto;
}
.baskButCont{
    width: 33%;
    height: 40px;
    float:left;
}
/*.baskButCont div{
    width: 98px;
    height: 28px;
    background-color: blue;
    font-weight: bold;
    color: white;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    margin: 0 auto;
    padding: 2px;
    border: 1px solid #999999;
    display:none;
}*/
.baskButCont div{
    width: 112px;
    margin: 0 auto;
    line-height: 1;
    padding: 3px;
    font-weight: bold;
    font-size: 14px;
    font-family: sans-serif;
    display: none;
}

#BBGo{
    display:block;
}
#BBPay{
    width: 80px;
}
.baskTr{
    width: 360px;
    margin: 0 auto;
    padding: 5px 0;
}
.baskCity, .baskCity1{
    display:none;
}
.cityBaskBut{
    width: 66px;
    height: 15px;
    background-color: #FF9900;
    font-weight: bold;
    color: blue;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    margin: 7px auto;
    padding: 2px;
    border: 1px solid #999;
}
.baskCityCont{
    min-height: 90px;
    border: 1px solid #999;
    border-radius: 4px;
    padding:5px;
    margin-bottom: 30px;
}
.usDostId{
    font-weight: bold;
    color: #009933;
    font-size: 14px;
    text-align: center;
    display:block;
}
.usDostId label{
    color: black;
}
.quantPlus, .quantMinus{
    max-width: 32px;
    height: 26px;
    cursor: pointer;
    background-color: #c20216;
    border-radius: 3px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 8px;
    display: none;
}
.quantNumber{
    max-width: 33px;
    padding: 0 0 0 3px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: white;
}
.quantInput{
    width: 44px;
    height: 26px;
    border: none;
    outline:none;
}
.contQuantControl{
    width: 134px;
    margin: 0 auto;
    padding: 4px 0;
}
.contQuantControl:hover>div{
    display: block;
}
.dNone{
    display: none;
}
.BCContBut{
    width: 100px;
    display: block;
    margin: 15px auto;
    padding: 0 10px;
}
@media(max-width: 991px){
    .BCDNam, .BCDBr, .BCDDesc, .BCDQ, .BCDPr, .BCDDost, .BCDSum, .BCDDate, .BCDEx, .BCDSup, .BCDZak{
        padding:4px;
    }
    .dpTitleTR td {
        padding: 4px 4px !important;
    }
}
@media(max-width: 768px){
    .contQuantControl {
        width: 114px;
    }
    .BCDBrHid{
        display: block !important;
    }
    .BCDBr, .BCDDesc, .BCDDate, .BCDSup, .BCDZak{
        display: none;
    }
    .BCDNam{
        width: 40%;
    }
    .BCDQ{
        width: 7%;
    }
    .BCDPr{
        width: 19%;
    }
    .BCDDost{
        width: 7%;
    }
    .BCDSum{
        width: 20%;
    }
    .BCDEx{
        width: 7%;
    }
    .BCDatBut{
        width: 98%;
    }
    .baskButCont div{
        width: 100px;
    }
    .baskTr{
        width: 190px;
    }
    .usOrdDate input{
        margin:0 2px;
    }
    .butInfoOrd{
        right: 0;
    }
    .contDateOrd{
        width:326px;
    }
    .trAdres{
        padding:5px 10px;
    }
    .adresNam{
        font-size: 15px;
    }
    .adresOButD, .adresOButM{
        margin: 6px;
    }
    .regTd{
        margin: 30px auto;
    }
}
@media(max-width: 768px){
    .BCDDost{
        display: none;
    }
    .BCDPr>span{
        display: block;
        color: #c20216;

    }
    .quantNumber {
        max-width: 27px;
    }
    .contQuantControl {
        width: 104px;
    }
    .quantPlus, .quantMinus {
        max-width: 30px;
    }
    .BCDNam{
        max-width: 80px;
        overflow: hidden;
        font-size: 14px;
    }
}
