.woocommerce-page .site.grid-container {
  max-width: var(--max-content-width);
  padding: var(--woocommerce-page-top-padding) var(--content-padding) 115px
    var(--content-padding);
}

.woocommerce-account {
  background-color: var(--neutral-1);
}

.woocommerce-account .entry-title {
  display: none;
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 38px;
  line-height: 64px;
  color: var(--neutral-5);
}

.woocommerce-account.logged-in .entry-title {
  display: block;
}

.woocommerce-account h2 {
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 38px;
  text-align: center;
  color: var(--neutral-5);
  line-height: 64px;
}

.woocommerce-account table.shop_table {
  padding: 30px;
  border: none;
  background-color: var(--color-white);
}

.woocommerce-account table.shop_table th {
  padding: 20px 3px;
  background-color: transparent;
  font-family: var(--main-font);
  font-size: 18px;
  line-height: 28px;
  color: var(--neutral-5);
}

@media (max-width: 1200px) {
  .woocommerce-account table.shop_table th {
    font-size: 16px;
  }
}

.woocommerce-account table.shop_table th::after {
  content: '';
  display: block;
  margin-top: 11px;
  margin-bottom: 3px;
  width: 16px;
  height: 2px;
  background: var(--color-secundary) none repeat scroll 0 0;
}

.woocommerce-account table.shop_table td {
  padding: 20px 3px;
  background-color: transparent;
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--neutral-5);
}

@media (max-width: 1200px) {
  .woocommerce-account table.shop_table td {
    font-size: 14px;
  }
}

.woocommerce-account table.shop_table_responsive tr:nth-child(2n) td {
  background: transparent;
}

.woocommerce-account a.woocommerce-button {
  display: block;
  border: 1px solid var(--neutral-5);
  border-radius: 40px;
  padding: 9px 27px;
  background-color: transparent;
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 16px;
  color: var(--neutral-5);
  text-align: center;
}

.woocommerce-account a.button,
.woocommerce-account a.edit {
  border: 1px solid var(--neutral-5);
  border-radius: 40px;
  padding: 9px 27px;
  background-color: transparent;
  line-height: 19px;
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 16px;
  color: var(--neutral-5);
  text-align: center;
}

.woocommerce-account a.woocommerce-button:hover,
.woocommerce-account a.button:hover,
.woocommerce-account a.edit:hover {
  background-color: rgba(var(--neutral-5-rgba), 0.2);
  color: var(--neutral-4);
}

.woocommerce-account .woocommerce-customer-details {
  padding: 30px;
  background-color: var(--color-white);
}

.woocommerce-account .woocommerce-customer-details h2,
.woocommerce-account .woocommerce-Address h3,
.woocommerce-edit-address h3 {
  margin-bottom: 25px;
  padding: 0;
}

.woocommerce-account .woocommerce-customer-details address {
  border: none;
  margin-top: 30px;
  padding: 0;
  font-family: var(--main-font);
  font-size: 16px;
  line-height: 30px;
  color: var(--neutral-5);
}

.woocommerce-account
  .woocommerce-customer-details
  .woocommerce-customer-details--phone {
  margin-top: 35px;
}

.woocommerce-account
  .woocommerce-customer-details
  .woocommerce-customer-details--phone,
.woocommerce-account
  .woocommerce-customer-details
  .woocommerce-customer-details--email {
  color: var(--neutral-5);
}

.woocommerce-account
  .woocommerce-customer-details
  .woocommerce-customer-details--phone::before {
  content: '';
  position: relative;
  display: inline-block;
  margin-bottom: -1px;
  width: 15px;
  height: 15px;
  background: url(/trustbiz/wp-content/themes/trustbiz/assets/images/tel-icon.svg)
    no-repeat center / cover;
}

.woocommerce-account
  .woocommerce-customer-details
  .woocommerce-customer-details--email::before {
  content: '';
  position: relative;
  display: inline-block;
  margin-bottom: -2px;
  width: 16px;
  height: 13px;
  background: url(/trustbiz/wp-content/themes/trustbiz/assets/images/mail-icon.svg)
    no-repeat center / cover;
}

.woocommerce-edit-address .woocommerce-MyAccount-content h3 {
  padding-left: 0;
  margin-bottom: 20px;
}

.woocommerce-edit-address address {
  margin-top: 25px;
  font-style: normal;
  color: var(--neutral-3);
}

.woocommerce-account #add_payment_method #payment .payment_box {
  padding: 0 !important; /** Stripe overwrite **/
}

.woocommerce-MyAccount-content {
  position: relative;
  background-color: var(--color-white);
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  margin: 0;
  padding: 30px 30px 0 30px;
  background-color: var(--color-white);
  text-transform: capitalize;
  text-align: left;
  font-family: var(--main-font);
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  color: var(--neutral-5);
}

.woocommerce-MyAccount-content p {
  background-color: transparent;
  font-style: normal;
  color: var(--neutral-3);
}

.woocommerce-MyAccount-content .woocommerce-Address-title {
  margin-bottom: 30px;
}

.woocommerce-MyAccount-content .gpc-woocommerce-company-name {
  color: var(--neutral-5);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

.woocommerce-MyAccount-content address {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.woocommerce-view-order .woocommerce-MyAccount-content,
.woocommerce-view-subscription .woocommerce-MyAccount-content {
  padding: 0;
  background-color: transparent;
}

.woocommerce-edit-address .woocommerce-MyAccount-content,
.woocommerce-payment-methods .woocommerce-MyAccount-content,
.woocommerce-edit-account .woocommerce-MyAccount-content,
.woocommerce-add-payment-method .woocommerce-MyAccount-content {
  padding: 30px;
}

.woocommerce-custom-notices-wrapper {
  padding: 30px 30px 15px 30px;
}

.woocommerce-custom-notices-wrapper__text {
  margin-bottom: 78px;
}

.woocommerce-custom-notices-wrapper__logout {
  text-decoration: underline;
}

.woocommerce-order-details__title {
  padding-bottom: 30px;
}

.woocommerce-orders-table__header-order-actions,
.woocommerce-orders-table__cell-order-actions::before {
  display: none;
}

.woocommerce-view-order .order-details__status {
  position: absolute;
  margin: 65px 30px;
}

.woocommerce-view-order .order-details__status mark {
  background-color: transparent;
  font-style: normal;
  color: var(--neutral-3);
}

.woocommerce-view-subscription
  .shop_table.subscription_details
  tr
  td:first-child {
  min-width: 180px;
  font-weight: 700;
}

.woocommerce-view-subscription .subscription_details a.button {
  margin-bottom: 10px;
  font-size: 14px;
}

@media (min-width: 1300px) {
  .woocommerce-view-subscription .subscription_details a.button {
    margin-bottom: 0;
    font-size: 16px;
  }
}

.woocommerce-payment-methods table.shop_table {
  padding: 0;
}

.woocommerce-payment-methods table.shop_table .payment-method-actions::after,
.woocommerce-payment-methods table.shop_table .payment-method-actions::before {
  display: none;
}

@media (max-width: 1200px) {
  .woocommerce-payment-methods a.button {
    width: 100%;
  }
}

.woocommerce-MyAccount-content .woocommerce-message.woocommerce-message--empty,
.woocommerce-MyAccount-content .woocommerce-message.no_subscriptions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  margin-bottom: 0;
}

.woocommerce-MyAccount-content .woocommerce-message.woocommerce-message--empty .woocommerce-Button,
.woocommerce-MyAccount-content .woocommerce-message.no_subscriptions .woocommerce-Button {
    padding: 9px 27px;
    border: 1px solid var(--neutral-5);
    margin-left: auto;
    background-color: transparent;
    line-height: 19px;
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 16px;
    color: var(--neutral-5);
    border-radius: 40px;
    text-align: center;
}
