#kure-customer-store-selection-container {
  position: fixed;
  background: rgba(39, 39, 39, 0.95);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

#ji-store-selection-popup {
  text-align: center;
  padding: 40px 20px;
  max-width: 90%;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  background: transparent;
  box-shadow: unset;
  border: none;
  border-radius: 0;
}

/*#ji-store-selection-popup .img img {*/
/*  max-width: 170px;*/
/*  height: 80px;*/
/*}*/
#ji-store-selection-popup h4 {
  margin-bottom: 0;
}

#ji-store-selection-popup h2.stores-title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 25px;
}

.mb25 {
  margin: 25px;
}

.stores {
  width: 275px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 490px) {
  #ji-store-selection-popup {
    padding: 30px 20px;
    top: 44%;
  }

  #ji-store-selection-popup .img {
    margin-bottom: 25px !important;
    margin-top: 30px;
  }

  #ji-store-selection-popup h2 {
    font-size: 22px;
  }

  #ji-store-selection-popup h2.stores-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  #ji-store-selection-popup h4 {
    font-size: 16px;
  }
}
