/* tr:nth-child(even) {background-color: #ffffff;} */
  table{
    max-width: 95%;
  }


  @media only screen and (max-device-width: 600px) {  
  table{max-width: 55%;
     background-attachment: scroll;
    min-height: 400px;
  }
}

@media only screen and (max-width: 1200px) {
  body {
    /*background-color: lightblue;*/
    overflow-y: scroll;
     background-attachment: scroll;
    min-height: 400px;
        }
  .footer-widget{
        margin-left: 33px;

  }
   .inner-box{overflow-x: scroll;}
  .cart-table{margin-left: 165%;}
  .testimonial-section {
    margin-left: 0%;
}
}