/* PopUp */

.pum-close:after{
  content: "×";
  font-size: 28px;
  line-height: 1;
}

.pum-close {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  width: 35px !important;
  height: 35px !important;
  font-size: 0 !important;
}

