/* -- Order Progress -- */
@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: transparent !important;
    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;
  }
}

/* Mobile layout */
@media screen and (max-width: 1170px) {
  
  .infoPage {
    background: transparent;
  }
 .featured .items .layout4 {
    width: 15%;
  }

}


@media screen and (max-width: 1090px) {
  
  .footer .inner {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .footer .leftSeparator {
    order: 1;
  }
  .footer .centerPanel {
    order: 2;
    width: 60%;
    padding-bottom: 30px;
  }
  .footer .rightSeparator {
    order: 3;
  }
  .footer .leftPanel {
    order: 4;
  }
  .footer .rightPanel {
    order: 5;
  }
  .footer .leftPanel,
  .footer .rightPanel {
    width: 50%;
    border-top: #a2918f 1px solid;
    padding: 20px 0px 0px;
  }
  .footer .separator .line {
    border: none;
  }
  
}

@media screen and (max-width: 940px) {
  .header .bannerBox  {
    display: none;
  }
}

@media screen and (max-width: 825px) {
  .section .inner {
    position: relative;
    max-width: 100%;
  }
  .header .inner {
    padding: 0px;
  }
  .header .navigation {
    position: static;
    right: 0px;
    top: 0px;
    border-top: white 1px solid;
    border-top: #ccc 1px solid;
    background: #eee;
  }
  .header .navigation > ul > ul,
  .header .navigation > ul > li {
    display: block;
  }
  .header .navigation ul,
  .header .navigation li {
    border: none;
    margin: 0px;
    padding: 0px;
    display: block;
  }
  .header .navigation div {
    border-bottom: white 1px solid;
    border-bottom: #dbd3d8 1px solid;
  }
  .header .navigation ul ul ul li > div > a,
  .header .navigation ul ul ul li.active > div {
    padding-left: 25px;
  }
  .header .navigation li.active {
    background: transparent;
  }
  .header .navigation li.active > div {
    padding: 5px 10px;
    background: #999;
    color: white;
  }
  .opened {
    max-height: 3000px !important;
  }
  /*.header .menuSearch,*/
  .navigationBanner {
    display: none;
  }
  .header .mobileHeader {
    background: #333;
  }
  .header .mobileHeader h1 {
    text-transform: uppercase;
  }
  .header .actionBanner {
    position: static;
    padding: 5px 0px;
    background: #46161e;
    overflow: auto;
  }  
  .header .upsBox,
  .header .shippingBox,
  .header .bannerBox  {
    display: none;
  }
  /*.header .shippingBox {
    display: block;
    background: #46161e;
    position: static;
    text-align: center;
    padding: 6px 10px 3px;
  }
  .header .shippingBox p {
    display: inline;
    font-size: 16px;
  }*/
  .header .menuSearch {
    /*background: #dbd3d8;*/
    background: white;
    position: static;
    padding: 5px 5px 5px;
  }
  .header .menuSearch .advSearch {
    display: none;
  }
  .header .menuSearch input[type="submit"] {
    height: 20px;
    background-size: contain;
  }
  .header .menuSearch input[type="text"] {
    font-size: 13px;
    max-width: 65%;
  }
  .header .menuSearch {
    text-align: center;
  }
  
 .featured .items .layout4 {
    width: 40%;
  }
  
  .detail .article {
    /*display: block;*/
    flex-wrap: wrap;
  }
  .detail .picture {
    padding: 0px 0px 30px;
    width: 100%;
    order: 1;
    text-align: left;
  }
  .detail .articleDetails {
    order: 2;
  }
  
}

@media screen and (max-width: 630px) {
  
  .footer .leftPanel,
  .footer .rightPanel {
    width: 100%;
  }
  .footer .leftPanel {
    padding-bottom: 20px;
  }
  
}
  
@media screen and (max-width: 600px) {
  .prevNumber .outlineButton, 
  .nextNumber .outlineButton {
    /*border: none;
    background: transparent;*/
    padding-bottom: 15px;
  }
  .detailBackLink .outlineButton {
    padding: 11px 20px 10px;
  }
}

@media screen and (max-width: 550px) {
 
 .featured .items .layout1,
 .featured .items .layout2,
 .featured .items .layout4 {
    width: 100%;
  }
  
  .infoPage .infoForm table {
    width: 100%;
  }
  .infoPage .infoForm input[type="text"], .infoPage .infoForm select {
    width: 95%;
  }
  .infoPage .infoForm textarea {
    width: 95%;
  }
  .footer .inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .centerPanel {
    padding: 0px 0px 30px;
    width: 80%;
  }
  .footer .quickSignUp {
    text-align: left;
  }
  .footer .leftPanel {
    border-bottom: #a2918f 1px solid;
  }
  .footer .rightPanel {
    width: 80%;
    border: none;
  }
  .footer .leftSeparator {
    order: 6;
  }
}

@media screen and (max-width: 520px) {
  .infoPage figure.right,
  .infoPage figure.background {
    float: none;
    width: 100%;
    clear: both;
    text-align: center;
  }
}

@media screen and (max-width: 470px) {
  .featured .items .item {
    overflow: visible;
    padding-top: 10px;
  }
  
  .contact td,
  .desiderata td {
    display: block;
  }
  .contact input[type="text"],
  .contact select,
  .contact textarea,
  .desiderata input[type="text"],
  .desiderata textarea {
    width: 90%;
  }

  .detail td.picture {
    padding: 20px 0px;
  }
  .detail .picture img {
    max-width: 100%;
  }
  .detail .image {
    display: block;
  }
  
  .listFeatured .flowItem .image,
  .list .flowItem .image {
    float: none;
  }
  .listFeatured .flowItem .text,
  .list .flowItem .text {
    padding: 10px 0px 0px 0px;
  }
  .listControl .itemsPerPage {
    text-align: left;
  }

  .cart .tfoot td.shipTo {
    padding: 4px 5px 8px;
  }
  
  /*
  .footer {
    padding: 10px 0px;
  }
  .footer .inner {
    display: block;
  }  
  .footer .leftPanel, 
  .footer .centerPanel, 
  .footer .rightPanel {
    width: 100%;
    padding: 20px 0px;
  }
  .footer .separator {
    display: none;
  }  
  .footer .quickSignUp {
    text-align: left;
  }*/
  .copyright .inner {
    display: block;
  }
  .copyright .copyrightYear p {
    padding-bottom: 10px;
  }
  .copyright .copyrightYear p,
  .copyright .socialMedia p {
    text-align: center;
  }
}

@media screen and (max-width: 470px) {
  .tilesCatalog {
    margin: 0px;
  }
  .tilesCatalog .tile {
    margin: 0px 0px 40px 0px;
  }
  .featuredCatalogs .signup {
    margin-bottom: 20px;
  }
  .actionBanner .actionButton {
    margin-bottom: 10px;
  }
  .news {
    margin-right: 0px;
  }
  .page_shipping_ .infoPage tr {
    display: block;
    margin-bottom: 10px;
  }
  .page_shipping_ .infoPage td {
    display: block;
    width: 100%;
    white-space: normal;
  }
  .impressum td {
    display: block;
  }

  .footer .separator {
    display: none;
  }  
  .footer .centerPanel,
  .footer .rightPanel {
    width: 100%;
  }
}

@media screen and (max-width: 350px) {
  .infoPage figure.right, 
  .infoPage figure.background {
    width: 100%;
  }
  .footer .centerPanel p br {
    display: none;
  }
  .footer .centerPanel input {
    max-width: 90%;
  }
}