/*
    Document   : override
    Created on : <date>
    Author     : <author>
    Description:
        This is where any of your application specific styles should be included
*/
.mt20{
    margin-top:20px;
}
.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;
    /*    padding: 20px 15px;*/
}
.addList ul{
    /*    padding:0 15px 5px;*/
}
.addList ul li{
    min-height:45px;
    background: #f4f4f4;
    margin-bottom: 20px;
    border-radius:8px;
    /*    padding: 20px 15px;*/
    /*    border-top: 1px solid #ccc;*/
}
.addList ul li:first-child{
    border-top: none;
}
.alignCnt{
    display:flex;
    align-items:center;
}
.flexColu{
    display:flex;
    flex-flow:column;
}
.addTo{
    text-decoration: underline;
    cursor:pointer;
}
.borderNone{
    border:none!important;
}
.sumInfom {
    margin-bottom: 30px;
}
.addList .sumInfom h5{
    height:30px;
    line-height:30px;
    background:#e3e3e3;
    padding:0 15px;
    border-radius:8px;
}
.addList .sumInfom .sumTitle{
    font-weight:700;    
}
.sumInfom p{
    font-weight:700;
    line-height:30px;
    padding:0 15px;
}
.fontNom{
    font-weight:normal;
}
.font14{
    font-size:14px;
}
.myOrdersPay{
    width:100px;
    height:35px;
    line-height:35px;
    background:#fa9632;
    border-radius:4px;
    border:none;
    color:#fff;
    /*    float: right;*/
    margin: 15px 0;
}
.orderPrice{
    color:#999;
    font-size:12px;
    height: 25px;
    line-height: 25px;
}
.orderListTitle{
    margin-bottom: 30px;
}
.orderSummary{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:15px 0;
}
.width100{
    width:100%;
}
.bderBom{
    /*    border-bottom:1px solid #ccc;*/
    padding-bottom:15px;
    padding-top:30px;
}
.fr{
    float:right;
}
.grayButon{
    background:#ccc!important;
}
.mr20{
    margin-right: 20px;
}
.disnone{
    display:none;
}
.pdl0{
    padding-left:0!important;
}
.orderPaidBut{
    width:800px;
    margin-left:99px;
}
.ordersPaid{
    width: 80%;
    height: 35px;
    line-height: 35px;
    background: #fff;
    /* border-radius: 4px; */
    border-bottom: 1px solid #fa9632;
    color: #333;
    /* float: right; */
    margin: 15px 0 35px;
    border: none;
    /*    border-bottom: 1px solid #fa9632;*/
    padding: 0;
}
.ordersPaidClick{
    border-bottom: 1px solid #fa9632;
    color:#fa9632;
}
.fontOra{
    color:#fa9632;
}
.width100{
    width:100%;
}
.w25{
    width:25px;
}
.w35{
    width:35px;
}
.w100{
    width:100px;
}
.w140{
    width:140px;
}
.w150{
    width:150px;
}
.ml15{
    margin-left:15px;
}
.h18{
    height:18px;
}
.txtCnt{
    text-align:center;
}
.disFlex{
    display:flex;
    align-items: center;
    justify-content: center;
}
.flexColu{
    display:flex;
    flex-direction: row;
}
.mb5{
	margin-bottom:5px;
}
.mr15{
	margin-right:15px;
}
.ftB{
	font-weight:bold;
}

