.woocommerce-account p {
  text-transform: none;
}

.woocommerce-account div#page {
  padding-top: 0;
}

.woocommerce-account.woocommerce-lost-password.logged-in .woocommerce {
  display: flex;
  flex-direction: column;
}
.woocommerce-account.woocommerce-lost-password.logged-in .woocommerce form {
  max-width: 900px;
  margin: auto;
}

.woocommerce-account.woocommerce-lost-password.logged-in .woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  margin-left: 50px;
}

.woocommerce-account.woocommerce-lost-password
  .woocommerce
  span.password-input {
  margin-top: 10px;
}

.woocommerce-account.logged-in .woocommerce {
  min-height: 100vh;
  flex-direction: row;
}

.woocommerce-account button.button {
  width: 100%;
  margin-top: 50px;
  padding-block: 31px 29px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce {
  border-bottom: 1px solid;
}
/* ---------------------------------
           NAVIGATION
--------------------------------- */

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  padding-inline: 32px;
  background: #f2f2f2;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation h2 {
  margin-bottom: 0;
}

.woocommerce-account.logged-in .woocommerce > * {
  padding-top: 136px;
}

.woocommerce-account.logged-in .woocommerce > :last-child {
  padding-inline: 42px;
  width: 100%;
}

.woocommerce-MyAccount-navigation-link {
  padding-block: 36px 34px;
  list-style: none;
  border-bottom: dashed 1px #000;
}

.woocommerce-MyAccount-navigation-link:first-of-type {
  border-top: dashed 1px #000;
}

.woocommerce-MyAccount-navigation-link.is-active a span,
.woocommerce-MyAccount-navigation-link a:hover span {
  text-decoration: underline;
}

.woocommerce-MyAccount-navigation-link a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.woocommerce-MyAccount-navigation-link a::after {
  content: '>';
}

.woocommerce-account .woocommerce .responsive-account-menu {
  padding-bottom: 2px;
  display: none;
  appearance: none;
  border: none;
  border-bottom: solid black 1px;
  background-color: transparent;
  font-size: 16px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .woocommerce-account.logged-in .woocommerce > :last-child {
    padding-inline: 24px;
  }

  .woocommerce-account.logged-in .woocommerce {
    position: relative;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -105%;
    z-index: 2;
    transition: left 0.5s ease-in-out;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation.opened {
    left: 0;
  }

  .woocommerce-account .woocommerce .responsive-account-menu {
    display: block;
  }
}

/* ---------------------------------
            NOTICES
--------------------------------- */

.woocommerce-account.logged-in .woocommerce-notices-wrapper {
  margin-bottom: 24px;
}

/* ---------------------------------
            ACCOUNT
--------------------------------- */

.woocommerce-account.logged-in .woocommerce-form-fieldset {
  margin-top: 4em;
  border: none;
}

/* ---------------------------------
            ADDRESS
--------------------------------- */

.woocommerce-account .woocommerce-Address {
  margin-bottom: 50px;
}

.woocommerce-account .woocommerce-Address-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.woocommerce-account .woocommerce-Address-title::after,
.woocommerce-account .woocommerce-Address-title::before {
  display: none !important;
}

.woocommerce-account .woocommerce-Address-title a {
  padding: 14px 18px 12px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
}

/* ---------------------------------
            ORDERS
--------------------------------- */

.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders {
  border: none;
}

.woocommerce-account .woocommerce-orders-table__row {
  padding-block: 43px 39px;
  display: flex;
  align-items: center;
  gap: 42px;
  border-bottom: dashed 1px #000;
}

.woocommerce-account .woocommerce-orders-table__row:first-of-type {
  border-top: dashed 1px #000;
}

.woocommerce-account .woocommerce-orders-table__cell-order-number {
  flex: 1;
}

.woocommerce-account .custom-view-button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  color: #000;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

.woocommerce-account
  .woocommerce-customer-details
  .woocommerce-column--billing-address {
  margin-bottom: 2em;
}

.woocommerce-account .woocommerce table.shop_table tfoot :is(th, td) {
  font-weight: 400;
}

.woocommerce-account .woocommerce-customer-details--phone,
.woocommerce-account .woocommerce-customer-details--email {
  font-size: 16px;
}

.woocommerce-account mark {
  background-color: transparent;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .woocommerce-account .woocommerce-orders-table__row {
    gap: 16px;
  }

  .woocommerce-account .custom-view-button {
    width: 24px;
    height: 24px;
    font-size: 17px;
  }
}

/* ---------------------------------
            DONATIONS
--------------------------------- */

.woocommerce-account .woocommerce-donations-list {
  padding-top: 30px;
}

.woocommerce-account .woocommerce-donations-item {
  padding-block: 43px 39px;
  display: flex;
  align-items: center;
  gap: 42px;
  border-bottom: dashed 1px #000;
}

.woocommerce-account .woocommerce-donations-item p {
  margin: 0;
}

.woocommerce-account .woocommerce-donations-item:first-of-type {
  border-top: dashed 1px #000;
}

.woocommerce-account .woocommerce-donations-date {
  width: 25%;
}

.woocommerce-account .woocommerce-donations-target {
  flex: 1;
}

/* ---------------------------------
           FOOTER
--------------------------------- */

.woocommerce-account footer#colophon {
  padding-top: 0;
  border: none;
}

/* ---------------------------------
           INSCRIPTION
--------------------------------- */

div#customer_login {
  display: flex;
  flex-direction: row;
  padding: 0;
  /* border-bottom: 1px solid; */
}
div#customer_login .u-column1.col-1 {
  margin: 20px;
  padding-top: 80px;
}
div#customer_login .u-column2.col-2 {
  background-repeat: no-repeat;
  background-position: center;
}

div#customer_login h2 {
  margin-bottom: 0;
  margin-top: 20px;
}
