/* Favorite modal */
.modal-favorite_action .modal-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 100%;
  max-width: 700px;
  border-radius: 10px;
  padding: 15px;
}

.modal-favorite_action .modal-header {
  border-bottom: none;
  font-size: 25px;
  text-align: center;
  color: #000;
  padding: 35px 0 15px;
  position: relative;
}

.modal-favorite_action .modal-header-close {
  max-width: 25px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  cursor: pointer;
}

.modal-favorite_action .modal-footer-ttl,
.modal-favorite_action .modal-footer-txt {
  font-weight: 500;
}

.modal-favorite_action .modal-footer-ttl {
  font-size: 16px;
}

.modal-favorite_action .modal-footer-txt {
  font-size: 12px;
}

.modal-favorite_action .modal-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
/* End favorite modal */