/*
    Document   : override
    Created on : <date>
    Author     : <author>
    Description:
        This is where any of your application specific styles should be included
*/
.mr5{
    margin-right:5px;
}
.mar5{
    margin:5px 5px 0;
    display:inline-block;
}
.ml3{
    margin-left:3px;
}
.mr20{
    margin-right:20px;
}
.ml150{
    margin-left:150px;
}
.mt50{
    margin-top:50px;
}
.pt50{
    padding-top:50px;
}
.ml60{
    margin-left:60px;
}
.pl15{
    padding-left:15px;
}
.curPont{
    cursor:pointer;
}
.red{
    color:#ff0000;
}
.fontBold{
    font-weight:700;
}
.textCtr{
    text-align:center;
}
.textLeft{
    text-align:left;
}
.textRgt{
    text-align:right;
}
.addToCart{
    /*    padding:0 0 80px;*/
}
.addToCart h2{
    margin:30px 0;
    font-weight:700;
}
.addList{
    width:800px;
    margin:0 auto;
    background:#f4f4f4;
    border-radius:8px;
    margin-bottom:15px;
}
.addList h4{
    height:30px;
    line-height:30px;
    background:#fa9632;
    padding:0 15px;
    border-radius:8px 8px 0 0;
    color:#fff;
}
.addList .listUl{
    padding:0 15px;
}
.addList ul li{
    min-height:45px;
    justify-content: center;
    align-items: center;
}
.listUl li{
    border-top: 1px solid #ccc; 
}
.shoppingTitle{
    min-height:45px;
    padding:0 15px;
}
.shoppingTitle ul li:first-child{
    border-top:none;
}
.shoppingTitle ul{
    width:100%;
    /*    border-bottom: 1px solid #ccc;    */
}
.listUl li:first-child{
    /*    border-top: none;*/
}
.alignCnt{
    display:flex;
    align-items:center;
}
.flexColu{
    display:flex;
    flex-flow:column;
    line-height: 25px;
}
.addTo{
    text-decoration: underline;
    cursor:pointer;
}
.addToCart button {
    font-size: 16px;
    min-width: 100px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    position: relative;
    background: #fa9632;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #fa9632;
    margin: 15px 0 60px 20px ;
}
.borderNone{
    border:none!important;
}
.width100{
    width:100%;
}
#vCodeTxt{
    padding-bottom:60px;
}
.ftB{
    font-weight:bold;
}
.ft15{
    font-size:15px;
}
#vCodeTxt p{
    height:30px;
    line-height:30px;
}
.ft11{
    font-size:11px;
}
.ftG{
    color:#999;
}
.ml20{
    margin-left:20px;
}
.bderBom{
    /*    border-bottom:1px solid #ccc;*/
    padding-bottom:15px;
    padding-top:30px;
}
.fr{
    float:right;
}
.orderPrice{
    color:#999;
    font-size:12px;
    height: 25px;
}
.deleteBut{
    width:50px;
    height:25px;
    line-height:25px;
    background:#fa9632;
    border-radius:4px;
    border:none;
    color:#fff;
    /*    float: right;*/
}
.manage{
    font-size: 1.5em;
    min-width: 100px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    position: relative;
    background: #fa9632;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #fa9632;
    margin: 15px 0 60px 20px ;
}
.ac_addList {
    width: 800px;
    margin: 0 auto;
    background: #f4f4f4;
    border-radius: 8px;
    margin-bottom: 15px;
}
#manageCodeCont .oj-listview-cell-element{
    width:100%;
    display: flex;
}
.padL0{
    padding-left:0!important;
}
 .oj-flex ul{
    padding-left:0!important;
}
.ac_addList ul li{
    min-height:45px;
    background: #f4f4f4;
/*    margin-bottom: 20px;*/
    border-radius:8px;
    /*    padding: 20px 15px;*/
    /*    border-top: 1px solid #ccc;*/
}