.gs-navpop__item--account
{
  display:none !important;
}

.pg-popup {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pg-popup__box {
  width: auto;
  height: auto;
  max-width: 600px;
  min-width: 400px;
  background: #fff;
  border-radius: 20px;
  padding: 46px 28px;
  position: relative;
}

.pg-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pg-popup__close:hover {
  opacity: 1;
}
.pg-popup__close:before,
.pg-popup__close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #666;
}
.pg-popup__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pg-popup__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pg-popup__msg p {
  font-size: 18px;
  text-align: center;
}

.pg-popup__cont h4 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 60px;
  font-weight: 500;
  text-align: center;
}

.pg-popup__box * {
  color: #666;
}

.pg-popup__link {
  font-weight: bold;
  text-decoration: underline;
}

.pg-popup__iconbutton {
  margin: auto;
  max-width: 160px;
  height: auto;
  display: block;
  margin-bottom: 26px;
}
