
#dialogDefult {
  padding: 20px;
  background-color: yellow !important;
  color: red;
}
.page.account-page.order-list-page .page-title h1 {
  margin-top: 2%;
  text-align: center;
}

    .page.account-page.customer-info-page .page-body .fieldset .form-fields .inputs input#HouseNumber {
      width: 100%;
    }

.fieldset-company-details {
  display: none;
}

.block.block-account-navigation.desktop {
  top: 244px;
  left: 1215px;
  width: 274px;
  height: 760px;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
}

.block-account-navigation.block .list a {
  position: relative;
  display: block;
  padding: 15px 25px 15px 20px;
  max-width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  color: #212529;
  transition: all .2s ease;
  /*text-align: right;*/
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-bottom: 1px solid #EAEAEA;
}

  .block-account-navigation.block .list a:after {
    display: none;
  }

.fieldset-accept-Newsletter {
  display: none;
}

.block-account-navigation.block .list a.active {
  background-color: #F7F7F7;
  border: none;
  color: black;
  font-size: 16px;
  font-weight: bold;
}

.account-page {
  background-color: white;
  box-shadow: 0px 3px 6px #00000029;
}

.customer-info-page .page-body, .page.account-page.address-edit-page .page-body {
  border: none;
}

.section.address-item, .section.order-item {
  /*text-align: right;*/
  float: right;
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.address-list .address-item .title {
  padding: 0;
  margin-bottom: 0;
}

 .customer-info-page .buttons {
  text-align: left;
  position: initial;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.account-page .title {
  margin: 0;
  border-radius: 3px 3px 0 0;
  padding-top: 2%;
  margin-top: 2%;
  margin-bottom: 3px;
  height: 40px;
}
  .account-page .title strong {
    font-weight: 300;
  }

.button-2.delete-address-button {
  background-image: url('../../images/samples/delete.svg');
  background-color: white;
}

.button-2.edit-address-button {
  background-image: url('../../images/samples/edit-icon.png');
  background-color: white;
  margin: 0;
}

input#Address_HasElevator {
  display: none;
}

.edit-address {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
  grid-gap: 2%;
  row-gap: 6%;
}

  .edit-address .inputs {
    margin: 0;
  }

.address-edit-page .page-body {
  padding: 20px;
  width: 100%;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  background-color: #fff;
  max-width: 100%;
  padding-right: 0;
}

.html-account-page .page-title {
  padding-right: 0;
}


.edit-address .buttons {
  margin-top: 5%;
  text-align: right;
}

/*.order-item .title.bold-title {
  display: flex;
}*/

input.button-2.delete-address-button.account-page .button-2 {
  border: none;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  vertical-align: top;
  background-color: #f79132;
  font-size: 0px;
  color: white;
}

  input.button-2.delete-address-button.account-page .button-2 :hover {
    background-color: white;
  }


.button-2.edit-address-button {
  background-image: url('../../images/samples/edit.svg');
}

  input.button-2.order-details-button:hover {
    color: white;
  }

.button-2.edit-address-button, .button-2.delete-address-button {
  border: none;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  padding: 0;
}

.address-list .add-button.address-item:before {
  display: none;
}

.address-list .add-button.address-item {
  border: none;
  padding: 0;
}

.add-button.address-item {
  border: none;
  padding: 0;
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 4%;
}

input.button-1.add-address-button {
  line-height: 30px;
  font-size: 13px;
  height: 30px;
  border-radius: 3px;
}

.topLineAdresses .page.account-page.address-list-page .page-title h1, .page.account-page.address-list-page .page-title {
  padding: 0;
  font-size: 25px;
  margin-top: 2%;
  width: 100%;
  color: black;
}

.topLineAdresses {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.page.account-page.address-edit-page .page-body .page-title, .page.account-page.customer-info-page .page-title, .page.account-page.downloadable-products-page .page-title {
  float: right;
  padding: 0;
}

.page.account-page.order-list-page .page-title {
  text-align: right;
  padding-right: 0;
}

.add-button.address-item:before {
  display: none;
}

.order-item li {
  margin-bottom: 3px;
  font-size: 16px;
  color: #212529;
  line-height: 1.3;
}

.customer-info-page .page-body {
  padding-right: 4%;
  padding-left: 4%;
  padding-bottom: 3%;
}

/*.page.account-page.customer-info-page .page-title {
  margin-bottom: 0;
  padding-left: 10%;
}*/

td.download {
  width: 18%;
}

.page.account-page.change-password-page .inputs {
  text-align: right;
  margin-top: 11px;
}

.page.account-page.downloadable-products-page .page-body {
  margin-top: 8%;
}

@media (max-width: 500px) {
  .inputs_zip_address > label, .containHouseNumber_2 .inputs > label, .containHouseNumber_1 .inputs > label, .edit-address .inputs > label, .page.account-page.customer-info-page .fieldset .form-fields .inputs > label {
    display: inline-block;
    max-width: calc(100% - 10px);
    width: auto;
    font-size: 15px;
    margin: 0 0 8px;
    font-weight: bold;
    color: #444444;
    text-align: right;
    white-space: normal;
  }
  .account-page .edit-address {
    margin: 0;
  }

  .address-edit-page .page-body {
    padding: 10px;
    width: 100%;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    background-color: #fff;
    max-width: 100%;
  }

  .section.address-item, .section.order-item {
    height: 70% !important;
    text-align: right;
    float: right;
    display: flex;
    flex-direction: column;
    padding: 18px;
    width: 100%;
    box-shadow: 3px 3px #0000001A;
  }

    .section.address-item .info {
      margin: 0;
    }

  .customer-info-page .page-body {
    padding: 0;
  }

  .account-page {
    padding: 10px;
    box-shadow: none;
  }

  .page.account-page.address-list-page .page-title, .page.account-page.customer-info-page .page-title {
    display: none;
  }

  input#save-info-button, input.button-1.save-address-button {
    width: 100%;
    margin-top: 5%;
  }

  .select-navigation {
    padding: 10px 16px;
    background-color: #f6f6f6;
    text-align: center;
  }

    .select-navigation select {
      background-color: #fff;
      width: 100%;
    }

  .topLineAdresses {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 10px;
    justify-content: flex-end;
  }
}

li.reward-points {
  display: none;
}

