@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: 12px;
    padding: 22px 0px 0px 22px;
  }
  .orderProgress .desc {
    font-size: 16px;
    font-weight: bold;
    padding: 7px 0px 0px 22px;
  }
  .orderProgress .state {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
  }
  .orderProgress .state span {
    font-size: 50px;
    line-height: 80px;
  }
  .orderProgress .stateActive span {
    font-size: 70px;
  }
}

@media screen and (max-width: 1000px) {
  .header {
    margin-top: 40px;
  }
}

@media screen and (max-width: 800px) {
  .topNavigation {
    display: none;
  }
  .header {
    width: 100%;
    margin-top: 0px;
  }
  .navigation li.active {
    background: #666 !important;
    padding: 0px !important;
    margin: 0px;

  }
  .navigation li.ignore {
    display: block;
  }
  .navigation .divider {
    display: none;
  }
  .quicksearch {
    position: relative;
    top: 10px;
    background: transparent;
    color: black;
    margin: 0px 0px 20px;
  }
  .quicksearch input[type=text] {
    width: 50%;
  }

  .footer .shopInfo {
    margin: 0px 15px 10px 10px;
  }
}
