@media only screen and (max-width: 800px) {

  .customer-info>div {
    flex-direction: column;
  }

  .customer-name,
  .customer-address {
    margin-right: 0;
  }

  .accordion {
    max-width: 100%;
    padding: 5px;
    margin: 5px auto 5px auto;
  }

  .quantity-input {
    width: 25px;
  }

  .breadcrumb_text,
  .breadcrumb_dot {
    display: none;
  }

  #breadcrumb {
    width: 70vw;
    min-width: 100px;
    max-width: 85vw;
  }

  .breadcrumb_text_desktop {
    display: none;
  }

  .breadcrumb_active .breadcrumb_text_mobile {
    display: inline;
  }

  .breadcrumb_active .breadcrumb_number {
    display: none;
  }

  .breadcrumb_text,
  .breadcrumb_step p {
    font-size: 12px;
  }

  .breadcrumb_separator img {
    height: 18px;
  }


  .breadcrumb_step p {
    margin-top: 5px;
  }

  .breadcrumb_step img {
    height: 35px;

  }

  #header-logo {
    background-image: url(../images/geneva_logo_mobile.png);
    max-width: 100vw;
    background-size: cover;
  }

  .header-body {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 90vw;
    margin: auto;
    min-width: 0;
  }

  .header-title-your {
    display: none;
  }

  .lang-card {
    flex-direction: var(--display-type-header);
    justify-content: space-between;
  }

  .lang-card-element {
    width: 140px;
    min-width: 0;
  }

  .language-selector {
    align-self: flex-end;
    text-align: right;
    margin-bottom: 15px;
  }

  .header-title {
    font-size: 23px;
    line-height: 32px;
    letter-spacing: 0px;
    align-self: flex-start;
    min-width: 0;
    margin-top: 53px;
    margin-bottom: 25px;
    margin-left: 0px;
  }

  /**
  * =====================================
  * Content Home Page
  * =====================================
  */

  .body-content {
    flex-direction: column;
    width: 90vw;
    min-width: 0;
  }

  .body-panel {
    width: 100%;
    max-width: 400px;
  }

  .body-content {
    padding-top: 0px;
  }

  .left-body-panel-desc {
    font-size: var(--font-size-16);
    line-height: var(--line-spacing-20);
  }

  #back-button a {
    padding-left: 0px;
  }

  /**
  * =====================================
  * HEADER with back button and more button + language menu
  * =====================================
  */

  .header-body-buttons {
    flex-direction: column-reverse;
    width: 90vw;
  }

  .more-lang-buttons {
    justify-content: space-between;
  }

  /**
  * =====================================
  * Footer
  * =====================================
  */
  #footer {
    width: 90vw;
    font-size: var(--font-size-12);
    line-height: var(--line-spacing-14);
  }

  /**
  * =====================================
  * Titles
  * =====================================
  */
  h1 {
    font-size: var(--font-size-20);
    font-family: var(--font-family-roboto-medium);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-spacing-25);
    font-style: var(--font-style-normal);
  }

  h2 {
    font-size: var(--font-size-16);
    line-height: var(--line-spacing-20);
  }

  h3 {
    font-size: var(--font-size-16);
    line-height: var(--line-spacing-19);
  }
}