@media screen and (min-width: 955px) {
  footer {
    flex-direction: row;
    padding: 16px;
  }
  footer .footer_logo {
    order: 2;
  }
  footer .footer_menu {
    order: 1;
  }
  footer .footer_terms {
    order: 2;
  }
  .cart_icon_fixed {
    display: none;
  }
}

/*# sourceMappingURL=min_width_955px.css.map */
