.page-customer-account #content {
  padding: unset !important;
}
.custom-card {
  border: 1px solid #e6e5e5;
  padding: 40px !important;
  box-shadow: 5px 5px 10px 3px #edecec;
}

.my-account-gretting {
  background: #f0f0ee;
  padding: 30px;
  color: #181818;
  margin-bottom: 30px;
}

.my-account-gretting div {
  padding-bottom: 10px;
}

.my-account-gretting-label {
  font-size: 14px !important;
}

.my-account-gretting-username {
  font-family: "Brolimo";
  font-weight: 700;
  font-size: 20px;
}

.my-account-nav-item {
  background: #f0f0ee;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 0px;
}

.my-account-nav-item--link {
  padding: 1rem;
  width: 100%;
  display: block;
  color: #181818;
}

.my-account-nav-item--link:hover,
.my-account-nav-item--link:focus,
.my-account-nav-item--link:active {
  color: #7f2c2e;
  text-decoration: unset !important;
}

.my-account-nav .link-item-text {
  font-size: 14px !important;
}

.link-item-text {
  margin-left: 10px;
}

.my-account-nav-item.active {
  border-left: solid 4px #7f2c2e;
}

.my-account-nav-item.active .link-item-text {
  font-weight: 600;
}

.my-account-content-title {
  text-transform: uppercase;
  color: #58595b;
}

.my-account-content-header .material-icons {
  color: #58595b !important;
}

.custom-radio input[type="radio"]:checked + span {
  background-color: #181818;
}

.my-account-content-header .material-icons {
  font-size: 50px;
  margin-bottom: 15px;
  color: #000000 !important;
}

.page-addresses .address {
  border: solid 1px #c0c0c0;
  color: #181818;
}

.address-body {
  padding: 20px;
}

.address-body h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.page-addresses .address .address-footer {
  border-top: solid 1px #c0c0c0;
  margin: 0px 15px;
}

.page-addresses .address .address-body address {
  line-height: 22px;
}

.wishlist-container-header > h1 {
  font-family: "Montserrat" !important;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  color: #58595b;
}

.wishlist-add-to-new,
.wishlist-list-item-title {
  color: #7f2c2e !important;
}

a.wishlist-add-to-new:hover,
.wishlist-list-item-title:hover {
  color: #181818 !important;
}

@media (max-width: 991px) {
  .my-account-gretting {
    padding: 25px;
  }
  .my-account-nav-item--link {
    padding: 15px 25px;
  }
}
/*** registration form ***/
.page-content__registration {
  max-width: 875px !important;
  margin: auto;
}

.customer-form-container .form-group.row {
  margin: 0 !important;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .customer-form-container {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
  }

  .customer-form-container .form-group.row {
    width: calc(50% - 12.5px) !important;
  }
}

.customer-form-container .form-group.row.form-row--customer_privacy,
.customer-form-container .form-group.row.form-row--psgdpr,
.customer-form-container .form-group.row.form-row--newsletter {
  width: 100% !important;
}

.customer-form-container .form-control-label {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 !important;
}

.customer-form-container .form-group.row .col-md-8 {
  width: 100% !important;
  padding: 0 !important;
}

.customer-form-container .form-control-container {
  width: 100%;
  display: block;
}

.customer-form-container .radio-inline {
  margin-right: 1rem;
}

.customer-form-container .form-group-id_gender,
.customer-form-container .form-group-psgdpr,
.customer-form-container .form-group-customer_privacy,
.customer-form-container .form-group-newsletter,
.customer-form-container .form-control-comment {
  width: 100% !important;
}

.customer-form-container .custom-checkbox em {
  display: block;
  margin-left: 29px;
  color: #999;
}

.js-customer-form .form-footer {
  text-align: right !important;
  padding-right: 25px;
}

.order-history-table {
  border: solid 1px #ccc !important;
  font-size: 13px;
}

.order-history-table th,
.order-history-table td {
  border-top: solid 1px #ccc !important;
  border-bottom: solid 1px #ccc !important;
}

.order-history-table th:last-child,
.order-history-table td:last-child {
  border-right: solid 1px #ccc !important;
}
.order-history-table th:first-child,
.order-history-table td:first-child {
  border-left: solid 1px #ccc !important;
}

.order-history-table thead {
  white-space: nowrap !important ;
}

.order-history-table tbody {
  color: #000000 !important;
}

.order-history-table .order-actions a {
  font-weight: 600;
}

.my-account-content-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.customer-loyalty-id-container {
  color: #58595b;
  background: #e0ded8;
  padding: 10px 15px;
  font-weight: 700;
}
