input {
  width: 150px;
  outline: none; /*避免點選會有藍線或虛線 */
}

.info {
  display: flex;
}

.info h2, h4 {
  color: #B09292;
}

.info p, .info span {
  color: grey;
  font-weight: bold;
}

.search {
  width: 80%;
  margin: 0 auto;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.searchBtn {
  background-image: url(../img/search.png);
  background-size: contain;
  width: 30px;
  height: 30px;
}

.donationSearch {
  background: white;
  padding: .2rem;
  border-radius: 10px;
  margin-right: 2rem;
  border: 1px solid lightgrey;
  width: 180px;
}

.donationSearch form {
  display: flex;
}

.donationSearch input {
  border: none !important;
  box-shadow: none !important;
}

#createDonate a {
  display: block;
}

.fa-search {
  color: lightgrey;
  cursor: pointer;
  font-size: 1.5rem;
}

#twzipcode select {
  padding: .7rem;
  width: 200px;
  border-radius: 10px;
  margin-right:2rem;
}

input[type="range"] {
  margin: auto;
  -webkit-appearance: none;
  background: #ddd;
  height: 10px;
  width: 190px;
  margin-bottom: .5rem;
  border-radius: 10px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: url('../img/donate.png');
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.confirmBtn {
  border-radius: 30px !important;
  border: none;
  padding: .5rem 2rem !important;
  color: white;
  background: #f09683;
}

.confirmBtn:hover {
  background: #e25555;
}

#box {
  display: flex;
  width: 50%;
  height: 50%;
  margin-right: 2rem;
}

#big {
  margin-right: 2rem;
  width: 80%;
  height: 80%;
}

#small {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
}

#small img {
  width: 50px;
  height: 50px;
  border: 1px solid #8d8d8d;
  margin-top: .2rem;
}

#donateItems {
  width: 50%;
}

#donateItems a {
  color: grey;
  font-weight: bold;
}

.fa-map-marker-alt {
  margin-right: .5rem;
}

@media screen and (max-width: 420px) {
  .jconfirm-box {
    width: 80% !important;
  }
  .info {
    flex-direction: column;
  }
  #box, #donateItems {
    width: 100% !important;
  }
  #big {
    margin-right: 1rem !important;
  }
  .confirm, #twzipcode select {
    margin-top: 1rem !important;
  }
  .format {
    justify-content: center !important;
  }
}