@media screen and (min-width: 800px) {
  .orderProgress {
    background: transparent url(progress.png) top left no-repeat;
    position: relative;
    width: 800px;
    height: 84px;
    margin: 0px 0px 10px;
  }
  .orderProgress li {
    position: absolute;
    top: 0px;
    width: 230px;
    height: 84px;
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
  }
  .orderProgress .step1 {
    left: 0px;
  }
  .orderProgress .step2 {
    left: 270px;
  }
  .orderProgress .step3 {
    left: 540px;
  }
  .orderProgress .step {
    display: block;
    font-size: 14px;
    padding: 19px 0px 0px 15px;
  }
  .orderProgress .desc {
    font-size: 20px;
    font-weight: bold;
    padding: 7px 0px 0px 15px;
  }
  .orderProgress .state {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
  }
  .orderProgress .state span {
    font-size: 50px;
    line-height: 84px;
  }
  .orderProgress .stateActive span {
    font-size: 110px;
  }
}

@media screen and (max-width: 800px) {
  .menuSearch {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .content {
    margin-top: 15px;
  }
}


@media screen and (max-width: 470px) {
  .list tbody td.picfile,
  .list tbody td.price,
  .list tbody td.order {
    border: none;
  }
  .listView tbody .desc {
    padding: 10px 4px;
  }
  .cart thead th.quantity {
    display: none;
  }
  .cart tbody .index,
  .cart tbody .desc,
  .cart tbody .quantity,
  .cart tbody .price {
    border: none;
  }
  .cart tbody .quantity,
  .cart tbody td.price {
    padding: 10px 5px 15px;
    height: 55px;
  }
  .cart tbody tr {
    border-bottom: solid 1px #e0dede;
  }
  .cart .tfoot td {
    border: none;
  }
  .cart tbody tr {
    margin: 10px 0px;
  }
  .cart .tfoot td.shipTo {
    border-bottom: solid 1px #e0dede;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .cart .tfoot td {
    padding: 10px 5px 15px;
    height: initial;
  }
}
