/* where the shopping cart starts to scroll - wrap it */
  @media (max-width: 575px) { 
    .ShoppingCartHeader { display: none; }
    .ShoppingCart { float: left; clear: both; padding-bottom: 0px !important;}
    .ShoppingCartPrice { display: none; padding: 0px !important; }
    .table>tbody>tr>td { border-top: 0px !important; }
    .table>tbody>tr { border-bottom: 1px solid #ccc !important; }
    .ShoppingCartQuantity { margin-left: 105px; padding-top: 0px !important;  } 
    .ShoppingCartSpacer { display: none; }
    .mobile-cart-details { display: block !important; }
    .CartWishList {display: none; }
    .CartUpdateItemArea  {  height: 50px; }
    .CartUpdateItemArea > div { vertical-align: top !important; }
    .Personalizations { padding-top: 15px; }
  }


  /* Landscape phone to portrait tablet */
  @media (max-width: 767px) { 
    .ShoppingCart { font-size: 14px; }
    .ShoppingCart .thumbnail { width: 25%; }
    .ShoppingCart .ItemName { overflow: hidden; }
    .mobile-cart-details { display: none; }

  }
