@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: 13px;
    padding: 19px 0px 0px 15px;
  }
  .orderProgress .desc {
    font-size: 17px;
    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: 70px;
  }
}

@media screen and (max-width: 800px) {
  .content {
    margin: 0px;
    padding: 0px;
  }
  .mobileMenu {
    display: block;
    float: left;
    margin-right: 10px;    
    padding: 4px 7px;
    border: #aaa 1px solid;
    border-radius: 20px;
  }
  .mobileMenu a {
    display: block;
    background: transparent url(menu.png) center left no-repeat;
    border: none;
    text-indent: -9999em; white-space: nowrap; overflow: hidden;
    cursor: pointer;
    width: 18px;
    height: 18px;
    text-transform: uppercase;
  }
  .mobileMenu a:hover {
    background-position: -18px 0px;
  }
  .listMenu .quicksearch {
    margin-left: 40px;
  }
  .detail .image {
    /*width: 100%;*/
    float: none;
    padding: 0px 0px 15px;
  }
  .detail .description {
    padding-left: 0px;
  }
  .header .logo img {
    width: 230px;
  }
  .header .cartButton {
    top: 15px;
  } 
  .categories {
    width: inherit;
    float: none;
    background: #eee;
    padding: 10px 10px 5px;
  }
  .listMain {
    padding-left: 0px;
  }
  .offers .children .child {
    width: 23%;
  }
}

@media screen and (max-width: 430px) {
  .header .logo img {
    width: 170px;
  }
  .header .cartButton {
    top: 0px;
  }
  .menuSearch .quicksearch input[type="text"] {
    width: 80%;
  }
  .footer .media ul,
  .footer .media li {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 3px 0px;
  }
  .footer .media a {
    color: #e00024;
  }
}

@media screen and (max-width: 350px) {
  .menubar ul,
  .menubar li {
    display: block;
    text-align: center;
    padding: 3px 0px;
  }
}
