/* Regroup CSS rules for most "account" pages */

a:focus {
  text-decoration: none !important;
  color: inherit;
  outline: none;
}

#identity #main,
#my-account #main,
#address #main,
#history #main,
#password #main {
  margin: 50px 0;
  padding: 0 2rem;
}

#my-account .breadcrumb,
#identity .breadcrumb,
#address .breadcrumb,
#history .breadcrumb,
#password .breadcrumb {
  display: none;
}

#identity label:not(.custom-checkbox label) {
  font-weight: 400;
  font-size: 15px
}

#identity label.required::after {
  content: '*';
  color: red;
}

#identity .custom-checkbox {
  font-size: 13px;
  color: #878787;
}

#identity .custom-checkbox em {
  font-size: 13px;
  font-style: italic;
  font-family: "Barlow Semi Condensed";
  font-weight: 400;
}

#identity .custom-checkbox label:not(label em) {
  font-weight: 500;
}

#my-account #content .links a,
#my-account #content .links a:hover i {
  color: #000;
}