/* ================================================================================== */
/* == Print Styles ================================================================== */
/* ================================================================================== */

* { background: transparent !important; color: #000 !important; box-shadow:none !important; text-shadow: none !important; transition:none!important; font-family: Arial, sans-serif; }
a, a:visited { text-decoration: underline; }
/*a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }*/
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; }
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 1cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }

html, body { padding: 0 !important; margin: 0 !important; }

#header #account-header, #footer .right { display: none; }
#header { margin-bottom: 30px; }
#footer { margin-top: 30px; }
#header .container, #footer .container { max-width: none; padding: 0; }

.main-content { margin: 0 !important; max-width: none !important; width: 100% !important; }
.main-content .block { padding: 0 !important; margin: 0 !important; max-width: none !important; width: 100% !important; }

TABLE { width: 100%; text-align: left; margin: 15px 0; font-size: 14px; text-shadow: 0 1px 1px rgba(255,255,255,0.1); border-top: 1px solid #E9EBEF; }
TABLE THEAD { text-transform: uppercase; font-size: 13px; }
TABLE THEAD TH { padding: 14px 0 12px 0; }
TABLE TR { }
TABLE TD, TABLE TH { padding: 18px 15px 16px 0; border: none; border-bottom: 1px solid #E9EBEF; }
TABLE TD:last-child, TABLE TH:last-child { padding-right: 0; }

.order-container {  }
.order-container .order-title { overflow: hidden; border-bottom: 1px solid #d3d7de; margin-bottom: 10px; }
.order-container .order-title h1 { float: left; margin: 0; }
.order-container .order-title .date { float: right; margin-top: 7px; }
.order-container .addresses { overflow: hidden; }
.order-container .addresses .address { float: left; margin-right: 50px; }

.order-container #items { }
.order-container #items h2 { display: none; }
.order-container #item-list { margin: 0 0 30px 0; width: 100%; }
.order-container #item-list td,
.order-container #item-list th { border-right: none; border-left: none; }
.order-container #item-list .item-photo { max-width: 42px; display: block; }
.order-container #item-list td.preview { padding-left: 0; }
.order-container #item-list td.quantity,
.order-container #item-list .th-quantity { text-align: center;  min-width: 80px; padding-right: 0; }
.order-container #item-list td.price,
.order-container #item-list .th-price { text-align: center;  min-width: 80px; padding-right: 0; }
.order-container #item-list td.total,
.order-container #item-list .th-total { text-align: right;  min-width: 50px;}
.order-container #item-list td.title h3 { margin: 0; line-height: normal; }
.order-container table { margin-bottom: 0 !important; }

.order-container #address-billing { margin-bottom: 40px; }
.order-container address { line-height: 1.25em; }

.order-container #gift-details { margin: 40px 0; }
.order-container #totals h2 { display: none; }
.order-container #totals div,
.order-container #gift-details div { line-height: 1.4em; }
.order-container #totals #grand-total { border-top: 1px solid #d3d7de; border-bottom: 1px solid #d3d7de; overflow: hidden; height: 70px; line-height: 70px; font-weight: 600; margin-top: -1px; margin-bottom: 10px; }
.order-container #totals #grand-total strong { float: left; }
.order-container #totals #grand-total .cart-grand-total { font-size: 32px; float: right; margin-top: 2px; font-weight: bold; }
.order-container #gift-details .gift-message { font-style: italic; margin-top: 1em; }
.order-container #totals .subtotal-item { line-height: 25px; text-align: right;}
.order-container #totals .subtotal-item:first-of-type {  margin-top: 15px;}
.order-container #totals .subtotal-item:last-of-type { margin-bottom: 15px;}
