.woocommerce-account .woocommerce-MyAccount-content p {
  margin-bottom: 14px;
}
.woocommerce-account .addresses .title .edit {
  text-align: center;
  text-decoration: none;
  font-style: normal;
  text-shadow: none;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ecf0f1;
  padding: 1vw 2vw;
  color: #ecf0f1;
  border-radius: 2px;
  background: transparent;
  transition: all 300ms ease;
  background-color: #ebe9eb;
  color: #333333;
  border-width: 0px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 12px;
  text-transform: none;
}
.woocommerce-account .addresses .title .edit:before,
.woocommerce-account .addresses .title .edit:after {
  display: none;
}
.woocommerce-account .addresses .title .edit:active {
  position: relative;
  top: 1px;
}
.woocommerce-account .addresses .title .edit:hover {
  background: #ecf0f1;
  color: #000000;
}
.woocommerce-account .addresses .title .edit:hover {
  border-radius: 5px;
  border-style: solid;
  border-top-left-radius: none;
  background-color: rgba(0, 0, 0, 0.2);
}
