.katalog-buku-single h2.price {
  font-weight: bold;
}
.katalog-buku-single table {
  margin-top: 20px;
}
.katalog-buku-single .flex {
  display: flex;
}
.katalog-buku-single .wrap-image {
  width: 30%;
}
.katalog-buku-single .wrap-content {
  width: 70%;
  padding-left: 20px;
}
.katalog-buku-single .related-products {
  margin-top: 60px;
}
.katalog-buku-single .list-post {
  display: flex;
  flex-wrap: wrap;
}
.katalog-buku-single .list-post h3 {
  font-size: 17px;
  font-weight: bold;
  color: #4a4a4a;
  margin-bottom: 10px;
}
.katalog-buku-single .list-post p {
  margin-bottom: 5px;
  color: #4a4a4a;
  font-size: 13px;
}
.katalog-buku-single .list-post .desc {
  margin-top: 20px;
}
.katalog-buku-single .list-post .btn {
  width: 50%;
  border-radius: 100px;
  background: #1f8efa;
  color: white;
  text-decoration: none;
  padding: 7px 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin-top: 50px;
  margin: auto;
  text-align: center;
  font-size: 14px;
}
.katalog-buku-single .list-post .book-desc {
  padding: 10px;
  min-height: 230px;
  padding-bottom: 110px;
}
.katalog-buku-single .list-post li {
  width: 23%;
  margin: 10px;
  border-radius: 7px;
  position: relative;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(203, 203, 203, 0.6);
}
.katalog-buku-single .list-post img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 581px) {
  .katalog-buku-single .list-post {
    justify-content: center;
    padding: 0 30px;
  }
  .katalog-buku-single .list-post li {
    width: 100%;
  }
  .katalog-buku-single .title-section {
    margin-left: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
