.my-account .account-nav {
  list-style: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  list-style: none;
  padding: 0;
  padding-top: 0px;
  padding-top: 2.5rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
}
.my-account .account-nav .menu-link {
  display: inline-block;
  position: relative;
  padding: 0.5em 0;
  color: #222222;
  line-height: 1.5em;
}
.my-account .account-nav .menu-link.menu-link_active {
  pointer-events: none;
  color: #c32929;
}

.my-account .page-content {
  padding-top: 2.5rem;
}
.my-account__dashboard p {
  width: 43.125rem;
  max-width: 100%;
}
.my-account__dashboard p a {
  color: red;
}

.my-account .orders-table {
  border: 1px solid #e4e4e4;
  width: 100%;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.my-account .orders-table thead th {
  background-color: #e4e4e4;
  padding: 1rem 1.875rem;
  text-transform: uppercase;
  font-size: 0.875rem;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.my-account .orders-table tbody td:first-child {
  text-decoration: underline;
}

.my-account .orders-table tbody td {
  border-top: 1px solid #e4e4e4;
  padding: 1.875rem;
}

.my-account .orders-table tbody td .btn {
  height: 3.125rem;
  font-size: 0.875rem;
}

.btn-primary {
  background-color: #000 !important;
  background: #000 !important;
  border-color: #1b1b1b !important;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1d1d1d !important;
  background: #1d1d1d !important;
  border-color: #1b1b1b !important;
}

.my-account .orders-table tbody td .btn {
  height: 3.125rem;
  width: 100%;
  border-radius: 0px;
}

.my-account__address-item__title h5, .my-account__address-item__title .h5 {
  font-size: 1.125rem;
  margin: 0;
}

.my-account__address-item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  font-weight: 500;
}

.my-account__address-list {
  display: flex;
  gap: 5.625rem;
}

.my-account__address-item {
  flex-grow: 1;
}/*# sourceMappingURL=account.css.map */