/* Print Styles */
* {
  font-family: 'AxisStd-Regular', sans-serif;
  background: transparent !important;
  color: #000 !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  background: white;
  font-size: 12pt; }

.side-nav,
.toggle-nav,
.main-nav,
.secondary-nav,
.sub-nav,
.site-message,
.site-footer,
.button-group,
.button-feedback {
  display: none; }

.container {
  width: auto;
  margin: 0 5%;
  padding: 0;
  border: 0;
  float: none !important;
  color: black;
  background: transparent none; }

.content {
  padding-top: 1em; }

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none; }

a:link, a:visited {
  color: #b20215;
  background: transparent;
  font-weight: bold;
  text-decoration: underline; }

.responsive-table {
  width: 100%;
  margin-bottom: 20px; }
  .responsive-table.header-only {
    margin-bottom: 0; }
  .responsive-table .hidden-title {
    display: none;
    color: #000;
    font-weight: bold;
    margin-bottom: 3px; }
  .responsive-table .header-link {
    cursor: pointer; }
  .responsive-table .table-head, .responsive-table .table-foot {
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 0; }
    .responsive-table .table-head.border-none, .responsive-table .table-foot.border-none {
      border: none; }
    .responsive-table .table-head div, .responsive-table .table-foot div {
      font-size: 8pt;
      display: inline-block;
      font-weight: 400;
      color: #000;
      padding-right: 15px;
      vertical-align: top; }
    .responsive-table .table-head .rt-group, .responsive-table .table-foot .rt-group {
      vertical-align: top; }
  .responsive-table .table-foot {
    font-weight: bold; }
  .responsive-table ul {
    margin-bottom: 20px; }
    .responsive-table ul li {
      position: relative;
      padding: 15px 0;
      border-bottom: 1px solid #000;
      font-size: 0; }
    .responsive-table ul .cell {
      display: inline-block;
      font-size: 8pt;
      vertical-align: top;
      padding-right: 15px;
      color: #000; }
    .responsive-table ul.rt-row-bordered li {
      border-bottom: 1px solid #000; }
      .responsive-table ul.rt-row-bordered li:last-child {
        border-bottom: none; }

/*  Invoice Page  */
h1 {
  font-size: 12pt;
  text-align: center; }

h2 {
  font-size: 12pt;
  padding-bottom: 10px;
  border-bottom: 1px solid #000; }

p {
  font-size: 8pt;
  margin: 0 0 10px; }

img {
  max-width: 100%; }

.thank-you p {
  font-size: 10pt;
  text-align: center; }

.order-about {
  margin-bottom: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  .order-about:after {
    content: " ";
    display: block;
    clear: both; }
  .order-about > div {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
    margin-bottom: 20px; }
    .order-about > div:last-child {
      width: 31.42857%;
      float: right;
      margin-right: 0; }
  .order-about p {
    font-size: 8pt;
    margin-bottom: 5px; }

.cart-invoice .table-head, .cart-invoice .table-foot {
  border-color: #000; }

.cart-invoice .image {
  width: 20%; }
  .cart-invoice .image img {
    width: 50%; }

.cart-invoice .product {
  width: 34%; }
  .cart-invoice .product p {
    font-size: 8pt;
    margin-bottom: 5px; }
  .cart-invoice .product a {
    display: none; }

.cart-invoice .price {
  width: 18%; }

.cart-invoice .qty {
  width: 10%; }

.cart-invoice .total-amount {
  width: 18%;
  text-align: right; }

.cart-invoice .table-foot div {
  font-size: 8pt; }

.cart-invoice .table-foot ul {
  margin-bottom: 0; }

.cart-invoice .table-foot li {
  border: none;
  padding: 5px 0; }
  .cart-invoice .table-foot li:last-child {
    padding-bottom: 0; }

.promotion-name {
  margin-left: 54%;
  width: 31%;
  line-height: 1.3em; }

.promotion-amount {
  text-align: right;
  width: 15%; }

.invoice-order-total {
  margin: 20px 0 0 54%; }
  .invoice-order-total table {
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    width: 100%; }
  .invoice-order-total tfoot td {
    padding: 20px 0 20px; }
  .invoice-order-total tr td {
    font-size: 8pt; }
    .invoice-order-total tr td:last-child {
      text-align: right;
      padding-right: 15px; }
  .invoice-order-total .points {
    text-align: right; }

.invoice-header {
  border-bottom: 1px solid #000;
  padding-bottom: 15px; }
  .invoice-header .logo {
    margin: 0 40px 0 0; }
  .invoice-header .page-title {
    font-size: 12pt;
    margin-top: 11px;
    display: inline-block; }

.delivery-statement section {
  padding: 15px 0;
  *zoom: 1; }
  .delivery-statement section:before, .delivery-statement section:after {
    display: table;
    content: ""; }
  .delivery-statement section:after {
    clear: both; }
  .delivery-statement section.bordered {
    border-bottom: 1px solid #000; }
  .delivery-statement section.bordered-thick {
    border-bottom: 4px solid #000; }
  .delivery-statement section h2 {
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    font-size: 10pt; }
  .delivery-statement section p {
    font-size: 8pt;
    font-weight: 300;
    line-height: normal; }
    .delivery-statement section p.instructions {
      padding-bottom: 15px;
      border-bottom: 1px solid #000;
      margin-bottom: 15px; }

.delivery-statement .date {
  width: 31.42857%;
  float: left;
  margin-right: 2.85714%; }
  .delivery-statement .date p {
    font-size: 10pt; }

.delivery-statement .order-info {
  width: 65.71429%;
  float: right;
  margin-right: 0; }
  .delivery-statement .order-info p {
    margin-bottom: 5px; }
    .delivery-statement .order-info p span {
      display: inline-block;
      width: 150px;
      font-family: "Proxima Nova W01", Arial, sans-serif;
      text-align: right;
      margin-right: 15px; }

.delivery-statement .order-total {
  display: table;
  float: left;
  margin-top: 15px; }
  .delivery-statement .order-total > div {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 10px;
    font-size: 8pt;
    font-weight: 300; }
    .delivery-statement .order-total > div:first-child {
      padding-left: 0; }
    .delivery-statement .order-total > div:last-child {
      padding-right: 0; }
  .delivery-statement .order-total strong {
    font-weight: normal;
    font-family: "Proxima Nova W01", Arial, sans-serif;
    display: block;
    margin-bottom: 5px; }

.delivery-statement .points-total {
  font-weight: 300;
  float: right;
  margin-top: 15px;
  font-size: 8pt; }
  .delivery-statement .points-total strong {
    font-weight: normal;
    font-family: "Proxima Nova W01", Arial, sans-serif;
    display: block;
    margin-bottom: 5px; }

.responsive-table.delivery-statement-purchase {
  margin-bottom: 0; }
  .responsive-table.delivery-statement-purchase .table-head {
    border-bottom: 1px solid #000;
    padding-bottom: 15px; }
    .responsive-table.delivery-statement-purchase .table-head div {
      font-size: 10pt;
      font-weight: bold; }
  .responsive-table.delivery-statement-purchase ul {
    margin: 15px 0 0; }
    .responsive-table.delivery-statement-purchase ul li {
      border-bottom: none;
      padding: 10px 0; }
    .responsive-table.delivery-statement-purchase ul .cell {
      font-size: 8pt;
      font-weight: 300; }
  .responsive-table.delivery-statement-purchase .item-number {
    width: 18%; }
  .responsive-table.delivery-statement-purchase .product {
    width: 35%; }
  .responsive-table.delivery-statement-purchase .qty {
    width: 25%; }
  .responsive-table.delivery-statement-purchase .subtotal {
    width: 22%; }

.delivery-order-info {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: right; }
  .delivery-order-info > div {
    display: inline-block;
    text-align: left; }
  .delivery-order-info p {
    margin-bottom: 5px; }
    .delivery-order-info p span {
      display: inline-block;
      width: 150px;
      font-family: "Proxima Nova W01", Arial, sans-serif;
      text-align: right;
      margin-right: 15px; }

.responsive-table.delivery-statement-return {
  margin-bottom: 0; }
  .responsive-table.delivery-statement-return .table-head {
    border-bottom: 1px solid #000;
    padding-bottom: 15px; }
    .responsive-table.delivery-statement-return .table-head div {
      font-size: 10pt;
      font-weight: bold; }
  .responsive-table.delivery-statement-return ul {
    margin: 15px 0 0; }
    .responsive-table.delivery-statement-return ul li {
      border-bottom: none;
      padding: 10px 0; }
    .responsive-table.delivery-statement-return ul .cell {
      font-size: 8pt;
      font-weight: 300; }
  .responsive-table.delivery-statement-return .item-number {
    width: 18%; }
  .responsive-table.delivery-statement-return .product {
    width: 35%; }
  .responsive-table.delivery-statement-return .qty {
    width: 12%; }
  .responsive-table.delivery-statement-return .reason {
    width: 35%; }

.print-address p {
  text-align: right;
  margin-bottom: 2px;
  font-size: 6pt; }

.page-break {
  display: block;
  page-break-before: always; }

