@media screen and (max-width:500px){
  /* html.ios-fix, html.ios-fix body{
    overflow-x: hidden;
  }

  .table tbody .card-views .card-view{
    margin-bottom:15px;
  }

  .fixed-table-body .card-view .title{
    display: block;
  } */

  #firstnav .sidebar-toggle{
    width:75px;
  }

  .main-header .sidebar-toggle:before{
      content:'MENU \00A0\00A0 \f0c9';
      display: block;
      width:100%;
  }

  .commonsearch-table .form-group > label,.commonsearch-table .form-group > div{
    width:100%!important;
  }

  .fixed-table-toolbar .toolbar .country{
    padding:0;
    margin-top:10px;
  }

  .fixed-table-toolbar .toolbar .btn-freight{
    margin-top:10px;
  }

  .fixed-table-toolbar .toolbar .freight-notice{
    display: block;
    margin-top:10px;
  }

  .fixed-table-toolbar .toolbar .freight-notice2{
    float:none!important;
    display: block;
  }
}