/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Pos
 * @author    Webkul
 * @copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

* {
    box-sizing: inherit;
}
*::before, *::after {
    box-sizing: inherit;
}
body {
    color: #41362f;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.36;
}
.page-main-actions:not(._hidden), .page-actions._fixed {
    background: #f8f8f8 none repeat scroll 0 0;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    padding: 1.5rem 0;
    width: 100%;
}
.page-main-actions {
    margin: 0 0 3rem;
    content: "";
    display: table;
}
.page-actions {
    float: right;
    padding-right: 1.5rem;
}
.page-actions-buttons {
    display: flex;
    float: right;
    justify-content: flex-end;
}
#print{
    border: 1px solid;
    cursor:pointer;
    padding: 10px 25px;
}
#print span{
    font-size: 20px;
    margin-right: 10px;
}
td{
    padding: 10px !important;
    vertical-align: top;
}