@media print {
  body {
    line-height: 1.5;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #000;
    background: none;
    font-size: 10pt;
  }
  nav#menu,
  header.navbar-header-right,
  section .checkoutleft,
  footer#footer,
  #page_bottom,
  header .step_box,
  header .mega-menu,
  .finish .teaser {
    display: none !important;
  }
  /*	BASKET
		------------------------ */
  .table {
    width: 100%;
  }
  .table .table_head,
  .table .table_row,
  .table .table_foot,
  .table .table_premium {
    margin: 0 !important;
    width: 100%;
  }
  .table .table_head {
    height: 15px;
    border: 1px solid;
    font-weight: 700;
    padding: 10px 0;
  }
  .table .table_row,
  .table .table_foot {
    height: 120px;
    border: 1px solid;
    border-top: 0 none;
    padding: 10px 0 0 0px;
  }
  .table .table_foot {
    height: 300px;
  }
  .table .thumb_image,
  .table .no_image {
    height: 57px;
    width: 57px;
    margin-left: 5px;
  }
  .table .table_row:after {
    clear: both;
    content: '';
    float: none;
  }
  .table .lastrow {
    border-bottom: 1px solid;
  }
  .table .grid_20,
  .table .grid_19,
  .table .grid_18,
  .table .grid_17,
  .table .grid_16,
  .table .grid_15,
  .table .grid_14,
  .table .grid_13,
  .table .grid_12,
  .table .grid_11,
  .table .grid_10,
  .table .grid_9,
  .table .grid_8,
  .table .grid_7,
  .table .grid_6,
  .table .grid_5,
  .table .grid_4,
  .table .grid_3,
  .table .grid_2,
  .table .grid_1 {
    float: left;
    display: inline;
    position: relative;
    margin: 0;
    padding: 0 1%;
  }
  .table .grid_20 {
    width: 98%;
  }
  .table .grid_19 {
    width: 93%;
  }
  .table .grid_18 {
    width: 88%;
  }
  .table .grid_17 {
    width: 83%;
  }
  .table .grid_16 {
    width: 78%;
  }
  .table .grid_15 {
    width: 73%;
  }
  .table .grid_14 {
    width: 68%;
  }
  .table .grid_13 {
    width: 63%;
  }
  .table .grid_12 {
    width: 58%;
  }
  .table .grid_11 {
    width: 53%;
  }
  .table .grid_10 {
    width: 48%;
  }
  .table .grid_9 {
    width: 43%;
  }
  .table .grid_8 {
    width: 38%;
  }
  .table .grid_7 {
    width: 33%;
  }
  .table .grid_6 {
    width: 28%;
  }
  .table .grid_5 {
    width: 23%;
  }
  .table .grid_4 {
    width: 18%;
  }
  .table .grid_3 {
    width: 13%;
  }
  .table .grid_2 {
    width: 8%;
  }
  .table .grid_1 {
    width: 3%;
  }
  .table .push_20 {
    left: 100%;
  }
  .table .push_19 {
    left: 95%;
  }
  .table .push_18 {
    left: 90%;
  }
  .table .push_17 {
    left: 85%;
  }
  .table .push_16 {
    left: 80%;
  }
  .table .push_15 {
    left: 75%;
  }
  .table .push_14 {
    left: 70%;
  }
  .table .push_13 {
    left: 65%;
  }
  .table .push_12 {
    left: 60%;
  }
  .table .push_11 {
    left: 55%;
  }
  .table .push_10 {
    left: 50%;
  }
  .table .push_9 {
    left: 45%;
  }
  .table .push_8 {
    left: 40%;
  }
  .table .push_7 {
    left: 35%;
  }
  .table .push_6 {
    left: 30%;
  }
  .table .push_5 {
    left: 25%;
  }
  .table .push_4 {
    left: 20%;
  }
  .table .push_3 {
    left: 15%;
  }
  .table .push_2 {
    left: 10%;
  }
  .table .push_1 {
    left: 5%;
  }
  #aggregation_left,
  #aggregation {
    width: 30%;
  }
  #aggregation_left {
    float: left;
    margin-left: 10% !important;
  }
  #aggregation {
    float: right;
    width: 15%;
  }
}
