html body .woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 100%;
}
html .woocommerce-MyAccount-content {
  padding: 0;
}
html .woocommerce-MyAccount-content table.woocommerce-table--order-details {
  background: #fff;
}
html .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot:first-of-type th.order-actions--heading + td {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
html .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot:first-of-type th.order-actions--heading + td a {
  text-transform: none;
  font-size: 16px;
  width: 100%;
  text-align: center;
  word-break: break-all;
  border-radius: 4px;
}
html .woocommerce-MyAccount-content .order-again {
  display: flex;
  justify-content: center;
}
html .woocommerce-MyAccount-content h2 {
  padding: 0 0 15px;
  font-weight: 700;
}
html body.woocommerce-account .dchild-my-account a {
  text-transform: none !important;
  font-size: 16px !important;
  width: 100%;
  text-align: center;
  word-break: break-all;
}
html body.woocommerce-account .dchild-my-account .woocommerce-Address-title a {
  text-align: left;
}
html body.woocommerce-account .sab-documents-download {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
html body.woocommerce-account .sab-documents-download h3 {
  text-align: center;
}
html .dchild-my-account .u-columns {
  display: flex;
  gap: 4em;
}
@media (max-width: 768px) {
  html .dchild-my-account .u-columns {
    flex-direction: column;
  }
}
html .dchild-my-account .u-columns:before {
  display: none;
}
html #customer_login:after {
  display: none !important;
}
html #customer_login form.login,
html #customer_login form.register {
  border-top: none;
  border-radius: 0 0 6px 6px;
  margin: 0;
  height: 100%;
  background: #fff;
}
html #customer_login form.login button:not(.show-password-input),
html #customer_login form.register button:not(.show-password-input) {
  width: 100%;
}
html #customer_login .woocommerce-form-login p.form-row {
  display: flex;
  flex-direction: column;
}
html #customer_login .u-column1,
html #customer_login .u-column2 {
  display: flex;
  flex-direction: column;
}
html #customer_login .u-column1 h2,
html #customer_login .u-column2 h2 {
  background: var(--color-primary);
  color: #fff;
  padding: 1em;
  border-radius: 6px 6px 0 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
}
html #customer_login p.woocommerce-LostPassword.lost_password a {
  display: flex;
  justify-content: center;
  padding: 14px;
  border-radius: 40px;
  border: 2px solid;
  margin-top: 15px;
}

html body.woocommerce-account .dchild-my-account .et_pb_text_inner > p:first-of-type {
  display: none;
}
html body.woocommerce-account .dchild-my-account .et_pb_text_inner > .woocommerce {
  display: flex;
  flex-direction: column;
}
html body.woocommerce-account .dchild-my-account .et_pb_text_inner > .woocommerce:before, html body.woocommerce-account .dchild-my-account .et_pb_text_inner > .woocommerce:after {
  display: none;
}

@media (max-width: 980px) {
  .woocommerce-MyAccount-content {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

html body.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
}
html body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  text-align: center;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
  border-radius: 0 !important;
  overflow: hidden;
}
@media (max-width: 980px) {
  html body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin-bottom: 0;
    text-align: center;
  }
}
html body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  background: var(--color-primary);
  display: inline-flex;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 7px;
  border-radius: 40px;
  transition: all 0.2s;
  padding: 0;
}
html body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #fff;
}
html body.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover:not(.is-active) {
  background: var(--color-link);
}
html body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
  background: var(--color-link);
}
html body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff !important;
}
html body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: flex;
  width: 100%;
  padding: 10px 15px;
}

html .woocommerce-MyAccount-content .woocommerce-info {
  color: var(--color-dark-petrol) !important;
  align-items: baseline;
  display: flex;
  flex-grow: 1;
  width: 100%;
  border-radius: 0.5rem;
  margin-bottom: 0;
  background: #fff !important;
  font-weight: 300;
  text-align: center;
}
html .woocommerce-MyAccount-content .woocommerce-info:not(:last-child) {
  border-bottom: 1px dotted;
}
html .woocommerce-MyAccount-content .woocommerce-info > *:first-child {
  display: inline-flex;
  flex-grow: 1;
  text-align: center;
  justify-content: center;
}
html .woocommerce-MyAccount-content .woocommerce-info a {
  letter-spacing: 0;
  transition: all 0.2s ease;
  background: var(--color-dark-petrol);
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  margin-left: 0.5rem;
  display: inline-flex;
  width: auto !important;
  font-weight: 400 !important;
}
html .woocommerce-MyAccount-content .woocommerce-info a:hover {
  background: var(--color-link);
}
@media (max-width: 767px) {
  html .woocommerce-MyAccount-content .woocommerce-info a {
    display: block;
  }
}
html .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  border-radius: 0.5rem;
  overflow: hidden;
}
html .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-info:first-child {
  border-radius: 0.5rem 0.5rem 0 0;
}
html .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-info:last-child {
  margin-bottom: 2rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
html body.woocommerce-account .woocommerce-MyAccount-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
html body.woocommerce-account .woocommerce-MyAccount-content > p {
  text-align: center;
  padding-bottom: 15px;
}
html body.woocommerce-account form button.button {
  margin-top: 15px;
}
@media (max-width: 768px) {
  html body.woocommerce-account form h2 {
    margin-top: 15px;
  }
  html body.woocommerce-account form button.button {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
}/*# sourceMappingURL=my-account.css.map */