@media screen and (max-width: 512px) {
  .swipe {
    max-width: 100% !important;
  }
  .swipe img {
    max-width: 100% !important;
  }
}

@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: 70px;
  }
}


@media screen and (max-width: 800px) {
  .headerBar {
    padding-top: 0px;
  }
  .menuSearch {
    float: none;
  }
  #mainMenu ul li a,
  #mainMenu ul li.active span {
    margin-right: 10px;
    padding-top: 0px;
    padding-left: 0px;
  }
  
  .detail .text,
  .detail .images,
  .list .flowItem .text {
    width: 100%;
    max-width: 100%;
  }
  .list .flowItem .image {
    width: 100px;
  }
}

@media screen and (max-width: 500px) {
  #mainMenu .navLinkListe {
    display: none;
  }
}

@media screen and (max-width: 470px) {
  .cart thead tr {
    display: none;
  }
  .cart tbody td.index,
  .cart tbody td.desc,
  .cart tbody td.quantity,
  .cart tbody td.itemPrice,
  .cart tbody td.itemSum {
    border: none;
  }
  .list .tfoot td {
    border: none;
    border-top: #ebeaea 1px solid;
  }
}

@media screen and (max-width: 648px) {
  #minimized-trustbadge-98e3dadd90eb493088abdc5597a70810 {
    inset: auto 10px 10px auto !important;
  }
}


/*@media screen and (max-width: 900px) {
  .header .logo,
  .header .address,
  .headerBar {
    padding-left: 0px;
    width: 100%;
  }
  .headerBar .links {
    text-align: center;
  }
  
}

@media screen and (max-width: 800px) {
  body {
    background: white;
  }
  .header {
    padding: 0px;
  }
  .header .logo,
  .headerBar,
  .header .address {
    display: none;
  }
  .header .social {
    top: 3px;
  }
  .header .social img {
    width: 24px;
  }
  .navigation {
    float: none;
    width: 100%;
    padding: 0px;
  }
  .navigation .quicksearch {
    text-align: center;
    padding: 5px 10px;
    margin: 0px;
    color: white;
    border-top: solid 1px white;
  }
  .navigation .quicksearch input[type="text"] {
    width: 50%;
  }
  .navigation ul {
    border: none !important;
    margin: 0px;
  }
  .navigation ul > li,
  .navigation ul ul > li,
  .navigation ul ul ul > li {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    background: transparent;
    border: none;
    border-top: solid 1px white;
  }
  .navigation ul ul > li > div {
    padding-left: 20px;
  }
  .navigation ul ul ul > li > div {
    padding-left: 40px;
  }
  .navigation ul > li > div a,
  .navigation ul ul > li > div a {
    color: white;
  }
  .navigation li.active {
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
  }
  .navigation ul > li.active > div,
  .navigation ul ul > li.active > div,
  .navigation ul ul ul > li.active > div {
    color: white;
    background: #009;
    padding: 2px 10px;
  }
  .navigation li a {
    padding: 2px 10px;
  }
  .navigation ul ul > li.active > div {
    padding-left: 30px;
  }
  .navigation ul ul ul > li.active > div {
    padding-left: 50px;
  }
  .navigation .mobileNav {
    display: block;
  }
  .navigation .cartInfo {
    display: none;
  }
  .opened {
    max-height: 1000px !important;
  }
  .content {
    margin: 0px 15px 0px 15px;
    
  }

  .constraintsImage,
  .category,
  .keywords,
  .deliveryAddress,
  .payment {
    background-image: none;
  }
  .footer {
    margin: 0px 5px 10px 10px;
  }
}

@media screen and (max-width: 470px) {
  .orderHead .pane {
    border-right: #997 1px solid !important;
  }
}
*/
