.container {
  max-width: 680px;
  margin: 40px auto 80px;
  padding: 0 5px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
  margin-top: 20px;
}

.desc__text {
  color: #999;
  font-size: 12px;
}

.flex__inner {
  display: flex;
  flex-wrap: wrap;
}

.img__inner {
  margin: 0 auto;
}
.img__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.desc__inner {
  margin: 0 auto;
}

.favorite__icon,
.comment__icon {
  height: 100px;
  margin: 0 40px;
}
.favorite__icon img,
.comment__icon img {
  width: 50px;
  height: 50px;
}
.favorite__icon p,
.comment__icon p {
  text-align: center;
}
.favorite__icon button,
.comment__icon button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: none;
}

tr {
  display: block;
  margin: 20px 0;
}

th, td {
  font-weight: normal;
  margin: 0 4px;
  display: inline-block;
}

.category__table-text p {
  padding: 4px 12px;
  background-color: #fff;
  border: 1px solid #ff5555;
  color: #ff5555;
  border-radius: 20px;
  display: inline;
}

.comment__inner {
  margin-top: 20px;
}
.comment__content {
  background-color: #e5e5e5;
  padding: 8px 16px;
  margin: 20px 0;
}
.comment__text p {
  margin: 10px 20px;
}
.comment__image {
  width: 50px;
  height: 50px;
}
.comment__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 150px;
}

.form__inner-text textarea {
  width: 100%;
}
.form__inner-text button {
  display: block;
  padding: 10px 0;
  margin: 20px 0;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  border: none;
  background-color: #ff5555;
  width: 100%;
  color: #fff;
  font-weight: bold;
}
.form__inner-text button:hover {
  opacity: 0.75;
}

.buy__button--stock a {
  display: block;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  border: none;
  background-color: #ff5555;
  width: 100%;
  color: #fff;
  font-weight: bold;
}
.buy__button--stock a:hover {
  opacity: 0.75;
}
.buy__button--sold {
  display: block;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  border: none;
  background-color: #999;
  width: 100%;
  color: #fff;
  font-weight: bold;
}

@media (min-width: 768px) {
  .container {
    max-width: 1440px;
    padding-top: 80px;
  }
  .img__inner {
    width: 600px;
    height: 600px;
    padding-top: 50px;
  }
  .img__inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .desc__inner {
    width: 680px;
    padding: 20px 60px;
    font-size: 28px;
  }
  .desc__inner h2 {
    font-size: 45px;
  }
  .desc__inner h3 {
    font-size: 30px;
    margin-top: 40px;
  }
  .desc__inner th {
    font-weight: normal;
    font-size: 24px;
  }
  .desc__inner td {
    font-size: 24px;
  }
  .desc__text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .comment__text p {
    margin: 8px 20px;
  }
}/*# sourceMappingURL=detail.css.map */