.print-btn-wrapper {
    background-color: #eaeaea;
    z-index: 1;
    border-bottom: 1px solid #dfdfdf;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    padding: 6px 8px;
    text-align: right;
}
.woocommerce-button.button.print-invoice {
    margin-left: 15px !important;
}
.print-btn {
    background-color: #000;
    color: #fecc35;
    font-size: 15px;
    border-radius: 5px;
    padding: 10px 22px;
    font-weight: 600;
    border: none;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
}

.fb_order_table, .inv-header-info {
    overflow: hidden;
}
.fb_order_table table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 25.6px;
    font-size: 1.6rem;
    margin: 64px 0;
    margin: 4rem 0;
    max-width: 100%;
    overflow: hidden;
}
.fb_order_table table th, .fb_order_table table td {
    padding: 8px 15px;
    font-size: 14px;
    text-align: left;
}
.fb_modal_content table th, .fb_modal_content table td {
    padding: 10px 18px;
    vertical-align: middle;
}
/*****/
.fb-invoice-template p,
.fb-invoice-template table,
.fb_modal_content .fb-invoice-template table ul li .meta-title,
.fb_modal_content .fb-invoice-template table ul li span,
.fb-invoice-template h5,
.fb-invoice-template .inv-address h4,
.fb_modal_content .fb-invoice-template p a,
.fb-invoice-template {
  color: #000 !important;
}

.thermal-printer-receipt .inv-address {
    float: left !important;
}
.thermal-printer-receipt table thead th, 
.thermal-printer-receipt table tfoot th, 
.thermal-printer-receipt table tbody td {
    text-align: left !important;
    padding: 2px 6px !important;
}
.thermal-printer-receipt .inv-header-info p {
    font-size: 16px;
    font-weight: 500;
}
.thermal-printer-receipt .fb-billing-address p b,
.thermal-printer-receipt .fb-shipping-address p b,
.thermal-printer-receipt h5 {
    font-size: 18px;
    font-weight: 700;
}
.thermal-printer-receipt table tbody td {
    font-size: 16px;
    font-weight: 500;
}
.thermal-printer-receipt table thead th, 
.thermal-printer-receipt table tfoot th {
    font-size: 16px;
    font-weight: bold;
}
.thermal-printer-receipt .fb_order_table {
    overflow: inherit;
}
.thermal-printer-receipt .fb_order_table table {
    margin: 15px 0px !important;
}
.fb-invoice-template img {
  margin-bottom: 10px;
}
.shortcode-note {
    display: none;
    font-weight: 500;
}
.open-invoice {
    background-color: #000;
    color: #fecc35;
    font-size: 14px;
    border-radius: 5px;
    padding: 6px 20px;
    font-weight: 600;
    border: none;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
}
.open-invoice:hover{
    color: #fff;
    background-color: #e58701;
    box-shadow: none;
}
#orderprintiframe {
    position: absolute;
    top: -9999px;
    left: -9999px;
    border: 0px;
    z-index: -1;
}
