/**
 * Copyright Â© 2013-2017 Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.page-print .logo {
    display: block;
    float: none;
    text-align: center;
    padding-bottom: 20px;
}
@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;
    }


}

.page-print .sales-order-view .order-date .label {display: none;}

.page-print .table-order-items .sku,
.page-print .table-order-items .qty,
.page-print .table-order-items th.price,
.page-print .table-order-items tbody td.price
{display: none}

.order-status {width: 540px;text-align:center;
    border: 1px solid #89bf89;
    padding: 5px;
    background-color: #3CC538;
    margin-bottom: 20px;
    display: block;
}

.page-print .table-order-items th.name,
.page-print .table-order-items td.name {width:439px;}

.page-print .table-order-items th.subtotal,
.page-print .table-order-items td.subtotal {width:102px;}

.page-print .table-order-items thead th, .page-print .table-order-items thead tr {color: #ffffff;    background-color: #2e2d44;}

.page-print .order-title {display: none;}
.page-print .table-order-items .table-caption {display: none;}
.page-print .order-date .label {border: none; padding-left: 0;color: #2e2d44;}
.page-print .actions-toolbar {display:none;}
.page-print {}
.page-print {}



.page-print .block-order-details-view .block-title {
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
}
.page-print .block-order-details-view .box {
    width: 100%;
    background: #fff;
    float: left;
    margin-bottom: 30px;
    border: 1px solid #2e2d44;
}
.page-print .block-order-details-view .box .box-title {
    width: 100%;
    color: #fff;
    background-color: #2e2d44;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
}
.page-print .block-order-details-view .box .box-content {
    padding: 10px;
}
.page-print .block-order-details-view .box address {
    margin-bottom: 0;
}
.page-print .block-order-details-view .box-order-shipping-method {
    display: none;
}
.page-print .block-order-details-view .box-order-billing-method table {
    margin-bottom: 0;
}
.page-print .block-order-details-view .box-order-billing-method table .table-caption {
    font-weight: bold;
    padding: 5px 0;
    color: #2e2d44;
}
.page-print .block-order-details-view .box-order-billing-method table th {
    padding-left: 0;
}
.page-print .block-order-details-view .box-order-billing-method table td,
.page-print .block-order-details-view .box-order-billing-method table th,
.page-print .block-order-details-view .box-order-billing-method table tr {
    border: none;
}

.page-print .table-order-items .item-options {
    padding-top: 5px;
    font-size: 13px;
    float: left;
    clear: both;
    width: 100%;
}

.page-print  .table-order-items .item-options dt {
    float: left;
    width: auto;
    font-weight: 600;
    padding: 1px 2px 1px 2px;
}
.page-print .table-order-items .item-options dd {
    padding: 1px 10px 1px 1px;
    float: left;
    width: auto;
}
.page-print .table-order-items .item-options dd:nth-child(2) {clear: right;padding-bottom: 7px;}
.page-print .table-order-items .item-options dt:nth-child(3) {clear: left;}
.page-print   a[href]:after {content: none !important; }
