.page-baohanh .container {
    max-width: 800px;
}
.form-baohanh {
    text-align: center;
    padding-top: 10%;
    position: relative;
}
.form-baohanh h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.form-baohanh form {
    display: flex;
    align-items: end;
}
.form-baohanh form label {
    text-align: left;
}
.form-baohanh form .submit input[type="submit"] {
    width: 160px;
    margin: 0;
    padding: 0;
}.bh_col.bh_label {
    background: #ededed;
    padding: 15px;
    line-height: 1;
}

.bh_row {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #fff;
}

.bh_col {
    padding: 15px;
    line-height: 1;
    background: #dddddd;
    width: 100%;
}

.bh_row:last-child .bh_col.bh_label {
    max-width: 100%  !important;
    flex-basis: 100%  !important;
}

.bh_row:last-child {
    border: none;
}

.bh_row h3 {
    margin-bottom: 0;
    padding: 20px;
}
.bh_table {
	background:transparent !important;
    border-radius: 10px;
    padding: 0px !important;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.form-baohanh form input#phone {
    margin-bottom: 0;
    width: 100%;
}.bh_row .bh_col.bh_label {
    font-weight: bold;
    color: #000;
    max-width: 40% !important;
    flex-basis: 40% !important;
}
.form-baohanh form .item {
    margin-right: 15px;
    width: calc(100% - 160px);
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table-bordered td:nth-child(1), .table-bordered th:nth-child(1) {
    width: 55px;
    text-align: center;
    font-weight: bold;
}
.table-bordered td:nth-child(2), .table-bordered th:nth-child(2) {
    width: 150px;
}
.table-bordered td:nth-child(4), .table-bordered th:nth-child(4) {
    width: 55px;
}
.table-bordered td:nth-child(4), .table-bordered th:nth-child(4) {
    width: 130px;
    text-align: center;
}
.table-bordered td, .table-bordered th{
	padding: 15px 10px;
}
.results-baohanh {
    margin-top: 6%;
    margin-bottom: 15%;
}
.table-bordered th:last-child, .table-bordered td:last-child {
    padding-right: 10px;
}
body{
    font-family:'Roboto',Arial;font-size:14px;
}
.printer{
    max-width:960px;
    padding:0 15px;
    margin:auto;line-height:1.5;
}
.print-btn {
    padding: 10px 10px;
    text-align: right;
    font-size:14px;
}
.print-btn a{
    color:#333;text-decoration:none;
}
.header-tb {
    margin-bottom: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-weight: 500;width:100%;
}
.header-tb td {
	padding: 10px 10px;
	vertical-align: middle;
	line-height:1.6;
		font-size:14px;
}
.header-tb td.logo {
	text-align: center;
}
	.header-tb td.logo img {
		max-width: 100%;
	}
.header-tb td.info {
	text-align: right;
}
.namcomany {
    font-size: 17px;
    color: #004e74;
    font-weight: bold;
}
.printer .text-center{
    text-align:center;
}
.printer .text-center h1{
    text-transform:uppercase;font-size:24px;font-weight:bold;
}
.regon{
    margin-top:15px;
}
.regon .regon-title{
        color: red;
    font-size: 16px;
    font-weight: bold;
	 margin-bottom: 15px;
}
.table_customer_detail td, .table_customer_detail th {
    border: none;
    font-size: 14px;
    color: #000;
    padding: 3px 0;
}
td.logo-shop {
    text-align: center;
}
.table_customer_detail {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
}.table_customer_detail tr{
     margin-bottom:4px;
 }
.td_customer_detail {
    width: 120px;
    line-height: 20px;
    font-weight: bold;
}
.title_customer {
    color: #004d47;
    font-weight: bold;
}
.price-num{
        font-size:1.5rem;
    line-height: 22px;
    font-weight: 600;
    height: 22px;
    margin-bottom: 3px;
    color: #e12519;
    position: relative;white-space:nowrap;
}
.absolute-footer, html {
    background-color: #fff !important;
}
.baohanh-main-content {
    padding-bottom: 30px;
}
.item-row {
    width: 100%;
    display: inline-block;
}
table.table-bordered.tbcart td.total {
    text-align: left;
    padding: 0 10px;
}
td.price-total .price-num {
    font-size: 20px;
}
td.price-total .price-num span.woocommerce-Price-amount.amount {
    color: #e12519;
}
@media screen and (max-width: 767px){
	.table-bordered td:nth-child(3), .table-bordered th:nth-child(3) {
		display: none;
	}
}
@media (min-width: 481px){
	.col-md-3 {
		width: 25%;
		float: left;
	}
	.col-md-9 {
		width: 75%;
		float: left;
	}
	tbody#showdata .col-md-9 {
		padding-left: 20px;
	}
}