#userAccount .address {
    margin: 0 auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#userAccount .address::after {
    clear: both;
    content: " ";
    display: table;
}

#userAccount .address .page-heading {
    display: grid;
    grid-template-columns: 40% 60%;
}

#userAccount .address .page-heading>div {
    justify-self: end;
    display: flex;
    grid-gap: 10px;
    justify-items: center;
}

#userAccount .address .page-heading .address-edit {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    justify-self: center;
}

#userAccount .address .full-address {
    margin: 0;
    font-size: 14px;
    white-space: pre-line;
}

#userAccount .address .form-boxed .data {
    border: 1px solid #eee;
    background-color: #fbfbfb;
    border-radius: 2px;
    padding: 20px 10px;
    margin-bottom: 20px;
}

#userAccount .address .default-checkbox,
#userAccount .address .default-checkbox-icon {
    display: inline-block;
}

#userAccount .address .modal-dialog {
    max-width: 367px;
}
#userAccount .address .modal-header {
    padding: 15px 15px 0 15px;
    border-top: none;
    border-bottom: none;
}
#userAccount .address .modal-body {
    padding: 0 15px;
}
#userAccount .address .modal-body p {
    margin-bottom: 15px;
}
#userAccount .address .modal-footer {
    border-top: none;
    border-bottom: none;
}

#userAccount .address-modalDelete {
    position: absolute!important;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%,-50%)!important;
    margin: 0!important;
    overflow: hidden!important;
    padding: 20px!important;
    max-width: 367px;
}

#userAccount .address-modalDelete .head {
    padding:0 0 20px;
}

#userAccount .address-modalDelete .modal-title {
    margin-bottom: 0;
    font-size: 22px;
}

#userAccount .address-modalDelete .infotext-delete {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding-bottom: 20px;
}

#userAccount select.country,
#userAccount select.region {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 40px !important;
    margin-bottom: 0;
    font-size: 18px;
    border-color: #bfbfbf;
    border-width: 1px;
    width: 90%;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2335b2b6%27%20height%3D%2724%27%20viewBox%3D%270%200%2024%2024%27%20width%3D%2724%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M12%2018l-4-5h8l-4%205z%27/%3E%3Cpath%20d%3D%27M0%200h24v24H0z%27%20fill%3D%27none%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: -2px;
    border-radius: 2px;
    margin-right: 2rem;
    padding-right: 2rem;
    background-color: #fff;
  }

  #userAccount select.country option,
  #userAccount select.region option {
    background: #f3f3f3;
  }

  #userAccount select.country:focus,
  #userAccount select.region:focus {
    outline: none !important;
    box-shadow: none !important;
  }