@charset "UTF-8";
@media print {
    a {
        color: #181818;
    }
    .logo {
        display: block;
        text-align: center;
        font-size: 50px;
    }
    .icon_logo:before {
        content: "\E013";
    }
    .icon:before {
        display: inline-block;
        height: 1em;
        text-align: center;
        line-height: 1;
        font-family: "icons";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
    }
    .page-print .page-main>.logo {
        display: block;
        text-align: center;
        font-size: 50px;
    }
    .invoice {
        color: black;
    }
    .page-print .top-header, .modals-wrapper, #launcher, #backtotop,.invoice>.table-order-items caption {
        display: none;
    }
    .block-order-details-view .block-content {
        display: table;
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }
    .block-order-details-view .block-content {
        border: 1px solid #BDBDBD;
    }
    .block-order-details-view .block-content>* {
        display: table-cell;
        border: 1px solid #BDBDBD;
        vertical-align: top;
    }
    .block-order-details-view .block-content>* {
        padding: 1em;
    }
    .table-wrapper>.table {
        width: 100%;
        table-layout: auto;
    }
    table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }
    .invoice>.table-order-items thead th, .order-items>.table-order-items thead th, .order-items-shipment>.table-order-items thead th, .table-wrapper.balance-history table th, .table-wrapper.additional-addresses table th, .table-wrapper.returns table th, .table-wrapper.orders-history table th, .table-wrapper.orders-recent table th, #used-coupons-list-table th, .aw-rma-list th, .aw-rma__select-order-table th {
        text-transform: uppercase;
        font-weight: bold;
        background-color: #F2F2F2;
        box-shadow: inset 0 -11px 0 0 #fff;
    }
    .invoice>.table-order-items thead th, .order-items>.table-order-items thead th, .order-items-shipment>.table-order-items thead th, .table-wrapper.balance-history table th, .table-wrapper.additional-addresses table th, .table-wrapper.returns table th, .table-wrapper.orders-history table th, .table-wrapper.orders-recent table th, #used-coupons-list-table th, .aw-rma-list th, .aw-rma__select-order-table th, .table-wrapper.balance-history table td, .table-wrapper.additional-addresses table td, .table-wrapper.returns table td, .table-wrapper.orders-history table td, .table-wrapper.orders-recent table td, #used-coupons-list-table td, .aw-rma-list td, .aw-rma__select-order-table td {
        padding: 1em 1em 2em 1em;
    }
    .invoice>.table-order-items tfoot th, .order-items>.table-order-items tfoot th, .order-items-shipment>.table-order-items tfoot th {
        padding-right: 20px;
        text-align: right;
    }
    .invoice>.table-order-items th, .order-items>.table-order-items th, .order-items-shipment>.table-order-items th, .invoice>.table-order-items td, .order-items>.table-order-items td, .order-items-shipment>.table-order-items td {
        padding: 0.5em;
    }
    .table-wrapper>.table td, .table-wrapper>.table th {
        text-align: left;
        vertical-align: top;
    }
    #order-shipping-fees,  tfoot {
        background-color: #E1E1E1;
    }
    i, em {
        font-style: italic;
    }
    .box-content {
        color: #0b0b0b;
    }
    thead>tr>th {
        color: #DCDCDC;
    }
    a, ins {
        text-decoration: none;
    }
    tbody>tr{
        border: 0.5px solid #BDBDBD;
    }
    @font-face{
        font-family:"icons";src:url("../fonts/icons/icons.eot?1619793348");src:url("../fonts/icons/icons.eot?1619793348#iefix") format("eot"),url("../fonts/icons/icons.woff2?1619793348") format("woff2"),url("../fonts/icons/icons.woff?1619793348") format("woff"),url("../fonts/icons/icons.ttf?1619793348") format("truetype"),url("../fonts/icons/icons.svg?1619793348#icons") format("svg")
    }

    .logo .icon.icon_logo {
        display: none;
    }

    .icon.icon_logo{
        color: #1F2F70;
        font-size: 70px;
        display: block;
    }

    .icon:before {
        display: block;
        text-align: right;
    }

    .cms-infos p , .cms-infos p span {
        margin-bottom: 0 !important;
        line-height: initial !important;
    }

    .table-order-items.invoice .thead {
        background: #1F2F70;
        color: white;
        font-size: 14px;
    }

    .data.table.table-order-items.invoice, table, tbody, tr, th {
        border: 0 !important;
    }

    .lac-notification.clearfix, #modal_language_choice {
        display: none;
    }

}
