
.page.account-page.customer-info-page .page-body .fieldset .form-fields {
    display: grid;
    justify-items: start;
    grid-template-columns: 49% 49%;
    width: 100%;
    gap: 9% 2%;
}
.page.account-page.order-list-page .page-title h1 {
    font-size: 30px;
    margin-top: 2%;
    text-align: right;
    color: black;
    font-weight: 600;
}
.account-page .title strong {
    color: white;
    text-align: right;
    float: right;
}
.account-page {
    padding: 16px;
}

.customer-info-page .page-body {
    padding-top: 7%;

}

.account-page .title {
    margin: 3% 0;
    padding: 18px;
    font-size: 18px;
    border-radius: 3px 3px 0 0;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
    height: 40px;
}

input#save-info-button, input.button-1.save-address-button {
    width: 50%;
    float: right;
}
.page.account-page.customer-info-page .page-body .fieldset .form-fields .inputs {
    width: 100%;
    margin-top: 0;
}
input.button-1.add-address-button {
    line-height: 30px;
    font-size: 13px;
    height: 30px;
    border-radius: 3px;
}
input.button-2.order-details-button {
    color: white;
}

.section.order-item {
    box-shadow: 3px 3px 10px #0000001a;
  border: none;
}


.order-details-page .page-title {
  margin: 0 0 40px;
  overflow: hidden;
  width: 100%;
  float: left;
  text-align: left;
}

.page.order-details-page .Order-Summary-Title {
  background-color: #EAEAEA;
  height: 50px;
  color: black;
  /*padding: 5% 0 10% 0;*/
}

.page.order-details-page .page-title h1 {
  display: none;
}

.order-details-page .page-title {
  margin: 0 0 40px;
  overflow: hidden;
  width: 150%;
}


