.goHome, .goStore, .checkout {
  margin: 1em auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 45px;
  transition: .4s;
  text-align: center;
  background-color: #1B1464;
  color: #FCFFE9;
  font-weight: bold;
  font-size: 19px;
  border-radius: 5px;
}

#alert-age-input {
  color: #d21e1e;
}

.modal-check-age hr {
  margin: 1.25rem auto;
  width: 80%;
  border: 1px solid rgba(200, 220, 232, 0.45);
}

.modal-check-age input {
  padding: .1em;
  background-color: white;
  border: 1px solid rgba(200, 220, 232, 0.45);
}

.modaal-close:before,
.modaal-close:after {
  content: none;
}

@media screen and (max-width: 800px) {
  .nengappi {
    width: 130px;
    text-align: left;
    display: block;
    margin: auto;
  }
  .check .modaal-content-container {
    padding: 40px 20px 30px;
  }
  .check .modal-check-txt2 {
    margin-top: 0;
  }
  .check .modal-check-yesno > div, .check .modal-check-yesno > a {
    margin-bottom: 0;
  }
}
