.table_cart{border-collapse: collapse;width:100%;}
.table_cart td, .table_cart th{border-bottom:1px solid #d1d1d1;padding:10px;}
.table_cart th.stt{/* text-align:left; */}
.table_cart td{text-align:center;}
.table_cart th{font-size:16px;font-weight:normal;color:#ee0a0a;}
.table_cart .thumbnail{width:80px;}
.table_cart td.name{font-size:18px;color:#111;text-align:center;}
.table_cart td.price,.table_cart td.price-row{font-size:15px;color:#313131;}
.table_cart .quantity{width:80px;}
.table_cart .textbox{position:relative;width:50px;margin:auto;}
.table_cart .txt{width:100%;border:1px solid #1a72b9;box-sizing:border-box;padding:6px 10px;}
.table_cart .btnSave{position:absolute;width:25px;top:4px;right:2px;}
.table_cart .btnSave:before{content:"\f0c7";font-family:fontawesome;display:inline-block;color:#919191;font-size:20px;font-weight:900}
.table_cart .btnDelete:before{content:"\f2ed";font-family:fontawesome;display:inline-block;color:#313131;font-size:30px;font-weight:300}
.total{margin-top:20px;text-align:right;}
.total .lbTotal{font-size:18px;color:#1a72b9}
.button.text-right{text-align:right;margin-top:20px;}
.infoForm{overflow:hidden;margin-top:20px;}
.btnReturn,.btnContinue{font-size:15px;background-color:#f9c90a;padding:8px 10px;color:#fff;text-decoration:none;border-radius:5px;position:relative;padding-left:30px;border-bottom:3px solid #846b08;display:inline-block}
.btnReturn:before,.btnContinue:before{content:"\f0a5";font-family:fontawesome;position:absolute;left:10px;top:10px;font-weight:300}
.btnContinue{background-color:#1a72b9;color:#fff;border-bottom:3px solid #0a4371;cursor:pointer;}
.btnContinue:before{content:"\f019 "}
.btnContinue{background-color:#1a72b9;color:#fff;}

@media only screen
  and (max-width :1023px){
    .table_cart .hinhanh{display:none;}
}
@media only screen
  and (max-width :479px){
    .table_cart .hinhanh{display:none;}
    .table_cart th{font-size:13px;}
    .table_cart td.name{font-size:15px;}
    .table_cart .price,.table_cart .price-row,.table_cart .stt{display:none;}
}