@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) {
  .headaddress,
  .socionet,
  .newarrivals {
    display: none;
  }
  .constraintsImage,
  .category,
  .keywords,
  .deliveryAddress,
  .payment {
    background-image: none;
  }
  .quicksearch {
    color: white;
    text-align: center;
    border-top: white 1px solid;
    padding: 5px 10px;
    margin: 0px;
  }
  .navigation li.active {
    background: red;
    color: white;
  }
  .navigation li.active div {
    color: white;
    font-weight: bold;
  }
  .opened {
    max-height: 800px;
  }
  .cartInfo {
    display: none;
  }
  .footer {
    margin: 0px 5px 10px 10px;
  }
  .indexLogo {
    display: block;
    float: right;
    padding: 5px;
  }
  .serviceTable td {
    display: block;
  }
  .serviceTable tr {
    display: block;
    margin-bottom: 25px;
  }
  .contact {
    margin-bottom: 20px;
  }
  .contact td {
    display: block;
  }
  .contact tr {
    display: block;
    margin-bottom: 15px;
  }
  .contact input[type="text"],
  .contact textarea {
    width: 95%;
  }
  .category, .keywords {
    column-count: 1;
  }
  .list th.image {
    display: none;
  }
  .newsletter td {
    display: block;
  }
  .newsletter tr {
    display: block;
    margin-bottom: 15px;
  }
  .newsletter input[type="text"],
  .newsletter textarea {
    width: 95%;
  }
  .newsletter .intgeb {
    column-count: 1;
  }
  .exBanner img {
    max-width: 100%;
  }
}

@media screen and (max-width: 470px) {
  .indexLogo {
    display: block;
    float: none;
    text-align: center;
  }
}
