/*
    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;
}
.ml60{
    margin-left:60px;
}
.pl15{
    padding-left:15px;
}
.curPont{
    cursor:pointer;
}
.red{
    color:#ff0000;
}
.fontBold{
    font-weight:700;
}
.textCtr{
    text-align:center;
}
.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;
/*    border-top: 1px solid #ccc;*/
}
.shoppingTitle{
    min-height:45px;
    padding:0 15px;
}
.shoppingTitle ul{
    width:100%;
    border-bottom: 1px solid #ccc;    
}
.listUl li:first-child{
    border-top: none;
}
.alignCnt{
    display:flex;
    align-items:center;
}
.download_flexColu{
    display:flex;
    flex-flow:column;
    line-height: 25px;
}
.addTo{
    text-decoration: underline;
    cursor:pointer;
}
.addToCart button {
    font-size: 1.5em;
    min-width: 150px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    position: relative;
    background: #fa9632;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #fa9632;
    margin: 15px 0 20px 20px ;
}
.borderNone{
    border:none!important;
}