      
@page { margin: 2cm }
@media all and (orientation:portrait) {
 /* Style adjustments for portrait mode goes here */
.not-free-shipping {display:none;}
.cart-collaterals {display:none;}
.widget-static-block {display:none;}
.footer-container  {display:none;}
.widget-global-lck365nr3f {display:none;}
.cart-table-wrap {width:100%}
body {
   background: white;
   font-size: 12pt;
   /* Change text colour to black (useful for light text on a dark background) */
}
}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */
.not-free-shipping {display:none;}
.cart-collaterals {display:none;}
.widget-static-block {display:none;}
.footer-container  {display:none;}
.widget-global-lck365nr3f {display:none;}
.cart-table-wrap {width:100%}
body {
   background: white;
   font-size: 12pt;
   /* Change text colour to black (useful for light text on a dark background) */
}
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)
  Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media only screen and (max-width: 600px) {
.cart-table-wrap {width:100%}

}




