.pro-unit {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-right: 10px;
}
.tongcong{
	font-weight: bolder;
    font-size: 16px;
}
.giatien{
	font-weight: bolder;
	font-size: 16px;
	color: #fb0000;
}
.table-wrap{
  width:100%;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.table-wrap thead{
  background: #333333;
  font-weight: bold;
}
.table-wrap td{padding: 5px 10px;border-right: 1px solid #eee;}
.table-wrap th{
  padding: 7px 3px;
}
.table-wrap tbody tr{
  background: #f9f9f9;
}
.table-wrap tbody tr:nth-of-type(2n+1){
  background: #f4f4f4;
}
.table-wrap thead td {
    padding: 10px;
    color: #FFF;
}

.red{
    color: #e30000;
}

.btn-wrap{
    display: inline-block;
    vertical-align: middle;
}
.btn-wrap .btn-plus,
.btn-wrap .btn-min {
    border: 1px solid #b5b5b5;
    float: left;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    background: #fff;
    font-size: 20px;
}

.btn-wrap input[type="text"] {
    height: 30px;
    float:  left;
    width: 45px;
    box-sizing: border-box;
    border-radius: 0;
    text-align: center;
    margin: 0;
    box-shadow: none;
    padding: 0 5px;
    border: 1px solid #b5b5b5;
    border-left: 0;
    border-right: 0;
    background: #FFF;
    color: #000;
}


.total-box {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 3px #d0d0d0;
    margin-bottom: 20px;
}

.total-row .title {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    float: left;
}

.total-row .value {
    display: inline-block;
    float: right;
    text-align: right;
    line-height: 30px;
}

.total-row {
    padding: 5px 0;
}

.total-line {
    border-top: 1px solid #eee;
}
.btn-payment {
    padding: 10px;
    text-align: center;
    color: #FFF;
    display: block;
    border-radius: 4px;
    border: 1px solid #ff7800;
    outline-color: #ccc;
    background: #ffa95d;
    text-transform: uppercase;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#ffa95d),to(#ffa95d));
    background: -webkit-linear-gradient(#ffa95d,#ff7800);
    background: -moz-linear-gradient(#ffa95d,#ff7800);
    background: -ms-linear-gradient(#ffa95d,#ff7800);
    background: -o-linear-gradient(#ffa95d,#ff7800);
    background: linear-gradient(#ffa95d,#ff7800);
    -webkit-transistion: all .5s linear;
    -moz-transistion: all .5s linear;
    -ms-transistion: all .5s linear;
    -o-transistion: all .5s linear;
    transistion: all .5s linear;
    margin-bottom: 15px;
}
.btn-payment:hover {
    background: #ffa95d;
    color: #FFF;
}


.row-checkout-item{
    margin: 10px 0;
}


.item_voucher {
    display: inline-block;
    padding: 3px 8px;
    background: #00ce1a;
    border-radius: 3px;
    padding-right: 32px;
    color: #FFF;
    position: relative;
}

.item_voucher span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 18px;
    padding: 2px;
    width: 25px;
    background: #00bd18;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    text-align: center;
}
