[data-component-id="woo_onepage:footer"] {
  /* @todo Add your styles here. */
  @media (max-width: 768px) {
    .footer-width {
      width: 100%;
    }
  }

  @media (min-width: 768px) {
    .footer-width {
      width: 50%;
    }
  }

  .language-switcher-language-url select {
    border: none;
    margin-top: 7px;
    font-size: 0.8rem;
    color: darkgrey;
  }

  .language-switcher-language-url  nav .is-active {
    display : none;
  }


}
