#popup-modal {
  position: fixed;
  min-height: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

#popup-container {
  position: absolute;
  transform: translate(-50%, 0);
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 500px;
  height: 860px;
  background: #fff;
  bottom: 0;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: none;
}

#popup-container::-webkit-scrollbar {
  display: none;
}

#popup-header {
  padding: 18px 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #DADADA;
}

#popup-header-left {
  /* font-family: 'Hiragino Kaku Gothic Pro'; */
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}

#popup-header-right {}

#popup-header-right img {
  height: 35px;
  width: 35px;
}

#popup-content {
  padding: 18px;
}

#popup-close-button {
  max-width: 336px;
  width: 100%;
  /* font-family: 'Hiragino Kaku Gothic Pro'; */
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: block;
  background: #000;
  color: #fff;
  line-height: 50px;
}

#popup-close-button-footer {
  margin: 30px 0 0;
}

.popup-product {
  margin: 0 0 30px;
}

.popup-content-image {
  display: flex;
  margin: 0 0 15px;
}

.popup-content-image-left {}

.popup-content-image-left img {
  width: 100px;
  height: 100px;
}

.popup-content-image-right {
  flex-grow: 2;
  padding: 0 0 0 18px;
  font-size: 13px;
  font-weight: 100;
  /* font-family: 'Hiragino Kaku Gothic Pro'; */
}

.popup-content-size {}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content-size-ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
}

.popup-content-size-li {
  padding: 10px;
  margin: 0;
  list-style: none;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #DADADA;
  margin-top: -1px;
  margin-left: -1px;
  width: 46%;
  border-bottom: solid 1px #dadada;
}

.size-text {
  /* font-family: 'Hiragino Kaku Gothic Pro'; */
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

.size-icon img {
  height: 20px;
  width: 20px;
}