.edit-item-modal-content {
  background: #ffffff;
  padding-left: 40px;
  padding-right: 20px;
  padding-bottom: 25px;
  position: relative;
}
.modal-close-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  border: 1px solid #000000;
  color: #ffffff;
  text-align: center;
  background: #000000;
  border-radius: 50%;
  font-size: 17px;
  padding: 8px 8px 8px 8px;
  font-family: AvenirNext-Medium;
  cursor: pointer;
  z-index: 10;
  -ms-transition: color 200ms, background 200ms;
  -webkit-transition: color 200ms, background 200ms;
  transition: color 200ms, background 200ms;
}
.modal-close-btn:hover{
  color: #000000;
  background: #ffffff;
  border: 1px solid 000000;
  -ms-transition: color 200ms, background 200ms;
  -webkit-transition: color 200ms, background 200ms;
  transition: color 200ms, background 200ms;
}