@media screen and (min-width: 85em) {
  body.woocommerce-account .woocommerce {
    display: grid;
    grid-template-columns: 25% 75%;
  }
  body.woocommerce-account .woocommerce .woocommerce-notices-wrapper {
    grid-column: 1/2 span;
  }
  body.woocommerce-account .woocommerce .woocommerce-notices-wrapper + h2 {
    grid-column: 1/2 span;
    display: block;
    padding-left: 25%;
    padding-right: 25%;
    text-align: center;
  }
  body.woocommerce-account .woocommerce .woocommerce-form-login {
    grid-column: 1/2 span;
    width: 100%;
    padding-left: 25%;
    padding-right: 25%;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    order: 0;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    border-width: 0 1px 0 0;
    margin: 0 2rem 0 0;
    padding: 0 2rem 0 0;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content > p:first-of-type {
    margin-top: 0;
  }
  body.woocommerce-account .woocommerce .woocommerce-EditAccountForm fieldset {
    margin: 0;
    padding: 0 var(--gvsj_gutter_width);
  }
}

/*# sourceMappingURL=woocommerce-myaccount--large.css.map */
