@media print {

  body.povisionlabel-printout-index {
    max-width: 435px;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    margin: 30px auto;
    min-width: inherit;
    width: 100%;
    background: #fff;
}
.print-label-info {
    font-weight: bold;
    padding: 10px 10px 10px 20px;
    font-size: 7px;
}
.print-label-barcode {
    position: absolute;
    right: 0;
    top: 0;
}
.print-label-barcode {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: -90px;
    margin-top: 2px;
}

.print-label-barcode img {
    max-width: 200px;
    width: 100%;
    height: 60px;
}
.store-logo {
    text-align: right;
}
.store-logo img {
	max-width: 200px;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    height: auto;
}
.store-logo img {
	max-width: 130px;
    width: 100%;
}
.order-totals .order-total-section {
    margin-top: 50px !important;
}
.order-details-items .table-wrapper tbody tr.simple-product, .order-details-items .table-wrapper tbody tr.planned-product {
    background-color: #f4f4f4 !important;
    vertical-align: middle;
    -webkit-print-color-adjust: exact; 
}
.order-total-section, .bafore-total-charged-on-checkout {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.order-total-section .monthly-charges {
    padding: 15px;
}
.order-total-section .one-time-charges {
    padding: 15px;
}
.order-total-section, .block.items-in-cart, .bafore-total-charged-on-checkout {
    position: relative;

    margin-bottom: 32px;
}
.order-total-section .monthly-charges, .bafore-total-charged-on-checkout .monthly-charges {
    border-right: 2px solid #EFEFEF; 
}
.order-total-section .one-time-charges, .bafore-total-charged-on-checkout .one-time-charges {
    border-left: 2px solid #EFEFEF;
}
.order-total-section .monthly-charges, .bafore-total-charged-on-checkout .monthly-charges, .order-total-section .one-time-charges {width: 50%; float: left;} 
.order-details-items .order-totals .col-sm-7{width: 62%; float: left;} 
.order-details-items .order-totals .col-sm-5{float: left; width: 38%;}
.order-totals .totals-summary table { 
    background-color: #f4f4f4 !important;
    -webkit-print-color-adjust: exact; 
    padding: 20px;
    display: block;
}
.page-print table {
    margin: 30px 0;
}

.order-details-items .table-wrapper tfoot tr th.mark {
    color: rgba(0, 0, 0, 0.85);
    -webkit-print-color-adjust: exact; 
    -moz-print-color-adjust: exact; 
    font-size: 14px !important;
    font-weight: 500;
    line-height: 22px;
}
.order-details-items .table-wrapper tfoot tr td {
    color: #FF5D01;
    -webkit-print-color-adjust: exact; 
    -moz-print-color-adjust: exact;
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
}
.order-details-items .table-wrapper tr td{border: none;}
.block-order-details-view .block-content .col-sm-6{width: 50%; float: left;}
.order-details-items .table-wrapper .totals-summary tfoot tr:not(.subtotal) th{padding-left: 0 !important; font-size: 19px;}

.block-order-details-view .block-title h4 {
    color: #222;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
}

/*-----------------22-7-2020------------*/
.order-details-items .table-wrapper tbody tr td.col.item {
    padding-left: 5px;
    padding-right: 5px;
}
.order-details-items .table-wrapper tbody tr.simple-product .product-item-details, .order-details-items .table-wrapper tbody tr.planned-product .product-item-details {
    margin-left: 10px;
    }

.order-details-items .table-wrapper thead tr th.price { 
    width: 196px !important;
    font-size: 11px !important; 
}
.order-details-items .table-wrapper tbody tr td.col.price.onetime {
    width: 250px;
}
.order-details-items .table-wrapper tbody tr.simple-product .product-important-detail, .order-details-items .table-wrapper tbody tr.planned-product .product-important-detail {
    padding-right: 10px;
    text-align: left;
}

.order-details-items .table-wrapper tbody tr.item-options-container td .product-item-image {
    margin-right: 10px;
}
.order-details-items .table-wrapper tbody tr.simple-product .product-selected-time .active-time .content, .order-details-items .table-wrapper tbody tr.planned-product .product-selected-time .active-time .content {
    font-size: 12px;
}
.order-details-items .table-wrapper tbody tr.item-options-container td .product-item-name {
    font-size: 14px;
}
.order-total-section .one-time-charges {
    padding: 20px 5px;
}
.order-total-section .monthly-charges {
    padding: 20px 5px;
}
.order-details-items .table-wrapper tfoot tr.total-charged th {
    padding: 0px !important;
}
.order-total-section .title, .bafore-total-charged-on-checkout .title {
    font-size: 16px;
    font-weight: 600;

}
.order-details-items .table-wrapper .totals-summary tfoot tr.total-charged th {
    font-size: 14px;
    padding-left: 0px !important;
}


.order-details-items .table-wrapper tbody tr.item-options-container td.col.item {
    padding-left: 10px;
}

tr.planned-product td {
    background-color:#f4f4f4 !important ;
}
tr.simple-product td {
    background-color:#f4f4f4 !important ;
}
.order-details-items .table-wrapper tbody tr.simple-product, .order-details-items .table-wrapper tbody tr.planned-product{
    background-color: transparent !important;
}

.planned-product td.col.item {
    background-color: #F4F4F3 !important;
}
.planned-product td.col.price.onetime{
   background-color: #F4F4F3 !important;  
}
.planned-product td.col.price.monthly{
   background-color: #F4F4F3 !important;  
}


#order-item-row-2921 td.col.item{
   background-color: #F4F4F3 !important;   
       height: 70px;
}

#order-item-row-2921 td.col.price.onetime{
   background-color: #F4F4F3 !important;   
}
#order-item-row-2921 td.col.price.monthly{
   background-color: #F4F4F3 !important;   
}

.page-print table#my-orders-table {
    margin-bottom: 400px !important;
}
.invoice > table.data {
    margin-bottom: 400px !important;
}
.ordered > table.data {
    margin-bottom: 400px !important;
}
}