/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*.page-print strong.logo a {
  display: block;
  float: none;
  text-align: left;
  -webkit-print-color-adjust: exact;
  background:#4B9146 !important;
  margin-left:20px;
  padding:5px 10px;
  border-radius:4px;
  width:280px;
  height:70px;
}*/
.page-print .logo-content img {
    position: relative;
    top: -50px;	
	left:0;
	padding:0;
}
.page-print h1.logo-content {
	margin:20px 0 0 10px;
}
.page-print h1.logo-content {
    height: 70px;
}
.page-print a.back.action, .page-print a:hover.back.action {
	display:none;
}
.page-print .orderdetails-title.page-titletxt .order-width h4, .page-print .page-titletxt .order-width {
	font-size:13px;
}
.page-print .order-width{
	display: inline-block;
    vertical-align: top;
    text-overflow: unset;
    white-space: normal;
    overflow: visible;
    margin-right: 10px;
    word-break: break-all;
}
.table-order-items tfoot tr td  {
	text-align: right;
}
.block.block-order-details-view .block-title:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 100px;
    position: absolute;
    left: 0;
    bottom: -1px;
	background:#000;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
  .upload-edit-payment-content {
    display:none !important;
    }
}
.page-print .addressField {
    margin: 20px 0 0 76px;
	display:block;
	line-height:18px;
}
.page-print .addressField img {
	margin:5px 0 10px 0;
}
.page-print .page-title-wrapper .order-date {
	display:none;
}
.page-print .table-wrapper.order-items table.table-order-items th.col.name{
	width:16%
}
.page-print .table-wrapper.order-items table.table-order-items th.col.sku {
    width: 10%;
}
.page-print .table-wrapper.order-items table.table-order-items th.col.price {
    width: 10%;
}
.page-print .table-wrapper.order-items table.table-order-items th.col.qty {
    width: 7%;
}
.page-print .table-wrapper.order-items table.table-order-items th.col.discount {
    width: 10%;
	text-align:right;
}
.page-print .table-wrapper.order-items table.table-order-items th.col.subtotal {
    width: 12%;
}
.page-print .table-wrapper.order-items table.table-order-items th.col.vat {
    width: 6%;
}
.page-print .table-wrapper.order-items table.table-order-items th.col.estimated-vat {
    width: 10%;
	text-align:right;
}
.page-print .table-wrapper.order-items table.table-order-items th.col.net-price {
    width: 14%;
	text-align:right;
}