* {
  font-family: "Noto Sans TC", sans-serif; }

.single-item img {
  object-fit: cover; }

.slick-track {
  display: flex !important; }

.slick-slide {
  height: inherit !important; }

main {
  margin: 70px 0 80px 0; }

form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0 24px; }
  form h5 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 36px;
    color: #434343;
    margin: 0; }
  form .content {
    position: relative; }
  form .store {
    margin-top: 24px;
    border-bottom: 1px solid #bebebe;
    color: #434343;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 32px;
    padding-bottom: 24px;
    position: relative; }
  form .store::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6'%3E%3Cpath id='Icon_material-arrow-drop-down' data-name='Icon material-arrow-drop-down' d='M10.5,15l6,6,6-6Z' transform='translate(-10.5 -15)'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0px;
    padding-right: 24px;
    transition: transform 0.3s ease;
    transform-origin: 50% 100%; }
  form .store.rotated::after {
    transform: rotate(180deg) scaleX(-1); }
  form .store_list {
    display: none;
    overflow-y: auto;
    height: 30vh;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    box-shadow: 0px -5px 10px #0000000d; }
    form .store_list li {
      list-style-type: none;
      color: #434343;
      font-weight: 400;
      font-size: 16px;
      letter-spacing: 1.6px;
      line-height: 32px;
      padding: 16px;
      background: #ffffff;
      border-top: 1px solid #bebebe; }
    form .store_list li:hover {
      background: #2c4d65;
      color: #fefefe; }
    form .store_list li.selected {
      background-color: #2c4d65;
      color: #fefefe; }
  form .store_list.active {
    display: block; }
  form input[type="submit"] {
    margin: 80px 0 0 0;
    padding: 15px 47px;
    border-radius: 32px;
    border: 1px solid #f7f7f7;
    color: #f7f7f7;
    background: #2c4d65;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 24px; }

.slick-dots {
  bottom: -32px !important; }

.slick-dots li {
  margin: 0 !important; }

.slick-dots li button:before {
  font-size: 30px !important;
  color: #434343 !important; }

/*# sourceMappingURL=select_store.css.map */
