/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_PosCustomReceipt
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
 .receipt-description img {
    display   : inline;
    max-width : 100%;
}
.invoice-custom-logo {
    margin: 0 auto;
}
.invoice-order-id-label {
    float: unset !important;
}
.invoice-header {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}