#sps_sch {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  #sfl {
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
    height: 47px;
    width: 40%;
    background: url(/img/shop/chevron-down.png) no-repeat;
    background-size: 22px 22px;
    background-position: right 20px top 13px;
    outline: none;
    max-width: 126px;
  }
  .sch_wr {
    margin-left: 10px;
    width: 70%;
    display: flex;
    column-gap: 10px;
    & input {
      height: 47px;
      padding-left: 10px;
      border: 1px solid #ddd;
      width: 90%;
      border-radius: 10px;
      box-sizing: border-box;
      outline: none;
      &:focus {
        border: none !important;
      }
    }

    button {
      height: 47px;
      border: 1px solid #ddd;
      width: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      box-sizing: border-box;
    }
  }
}

#sps {
  #sps_empty {
    text-align: center;
    padding: 50px 0;
  }
}

.item:last-child {
  border-bottom: none;
}
.review_item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1rem;
  margin-bottom: 20px;
}
.line1 {
  display: flex;
  gap: 16px;
  margin-bottom: 1rem;
}
.line2 {
  display: flex;
  gap: 16px;
}
.review_content img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .review_content img {
    width: 70px;
    height: 70px;
  }
}
