.woocommerce h2 {
  margin-bottom: 0 !important;
  margin-top: 30px;
  text-align: center;
}
.woocommerce h3 {
  margin-bottom: 10px !important;
}
.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active a {
  color: white !important;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper-no-data .woocommerce-Button.wc-forward {
  display: none;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-Address {
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper mark {
  background-color: var(--c4) !important;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .subscription_details a:hover {
  color: white !important;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .subscription_details a.cancel, .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .subscription_details a.change_payment_method, .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .subscription_details a.subscription_renewal_early, .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .subscription_details a.reactivate {
  display: none;
}
.woocommerce .woocommerce-MyAccount-content table {
  padding: 10px;
  border: 1px solid var(--c4) !important;
  margin-bottom: 10px !important;
}
.woocommerce .woocommerce-MyAccount-content form.woocommerce-form-login {
  width: 400px;
  border: 1px solid var(--c4) !important;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions {
  display: flex;
  gap: 5px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a:hover {
  color: white !important;
}
.woocommerce .woocommerce-form.woocommerce-form-login.login {
  max-width: 500px;
  margin: 20px auto;
}
.woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button {
  display: none;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-MyAccount-content table {
    padding: 10px;
    border: 2px solid var(--c4) !important;
  }
  .woocommerce .woocommerce-MyAccount-content table tbody {
    background-color: var(--c4);
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .woocommerce .woocommerce-MyAccount-content table tbody tr {
    background-color: white;
  }
}
