.full-screen.common-popup {
  z-index: 302!important;
  width: 96vmin;
  height: 91vmin;
  border-radius: 2.4vmin;
}
.full-screen.common-popup.basic {
  width: 100vmin;
  height: 100vmin;
  border-radius: 0;
}
.full-screen.common-popup .close-icon {
  position: absolute;
  right: 3.24vmin;
  z-index: 400;
  box-sizing: border-box;
  width: 4.32vmin;
  height: 4.32vmin;
}
.full-screen.common-popup .bg {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.full-screen.common-popup.red {
  overflow: hidden;
  position: fixed;
  background: transparent !important;
}
.full-screen.common-popup.red .close-icon {
  top: 18vmin;
}
.full-screen.common-popup.orange {
  background: transparent !important;
  height: 75%;
}
.full-screen.common-popup.orange .close-icon {
  top: 4vmin;
}
.full-screen.common-popup.orange .bg {
  bottom: 0;
  left: 0;
}
.full-screen.common-popup.white {
  background: #fff;
  height: 75%;
  width: 40%;
}
.full-screen.common-popup.white .close-icon {
  top: 4.32vmin;
  right: 4.32vmin;
}
.full-screen.common-popup.white .bg {
  top: 0;
  height: 32.4vmin;
}
.full-screen.common-popup.address-collection-popup {
  -webkit-overflow-scrolling: auto;
  overflow: auto;
}
