.book-detail-more-info {
  margin-bottom: 50px;
}

.container-details-book {
  width: 1200px;
  margin: auto;
  margin-top: 80px;
}

.row-details-book {
  width: 100%;
  display: flex;
  margin: auto;
}

.first-books-detail {
  margin-right: 60px;
  width: 50%;
  height: 600px;
  background-color: #f9f8f8;
  border-radius: 15px;
  margin-top: 90px;
}

.img-detail-book {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: auto;
}

.img-detail-book>img {
  width: 70%;
  height: 80%;
  object-fit: cover;
}

.name-details-book>p>a {
  text-decoration: none;
}

.name-details-book>p {
  font-size: 28px;
  color: rgb(26, 77, 128);
}

.name-details-book>p>span {
  color: rgb(69, 101, 229);
}

.seccond-books-detail {
  margin-top: 90px;
  width: 50%;
}

.container {
  width: 1200px !important;
}

.free-detail-book {
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  background-color: blueviolet;
  border-radius: 6px;
  color: white;
}

.title-details-book {
  margin-top: 30px;
}

.title-details-book>h2 {
  color: navy;
  margin-bottom: 15px;
  font-size: 30px;
}

.title-details-book>i {
  color: rgb(221, 213, 56);
  font-size: 15px;
}

.title-details-book>p {
  margin-top: 40px;
  font-size: 20px;
  color: gray;
}

.author-detail-book {
  display: flex;
  align-items: center;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 550;
  color: rgb(109, 44, 169);
}

.author-detail-book>p {
  margin-left: 10px;
}

.info-details-book {
  margin-top: 45px;
  font-size: 20px;
  font-weight: 550;
  color: darkblue;
}

.info-details-book>p>span {
  color: gray;
  margin-left: 20px;
  font-weight: 400;
}

.info-details-book>p {
  margin-bottom: 15px;
}

.btn-detail-book-download> a {
  padding: 7px 20px;
  color: white;
  background-color: darkblue;
  font-size: 17px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 30px;
  font-weight: 550;
}

.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}

.book-same {
  text-align: center;
  font-size: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.col-4-4 {
  width: 18%;
}

.cart-book-same {
  background-color: rgb(236, 236, 236);
  padding-bottom: 15px;
  border-radius: 20px;
  overflow: hidden;
}

.img-book-same>img {
  width: 100%;
  height: 300px;
}

.gold {
  color: gold;
}

.detail-book-cart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  align-items: center;
  padding-top: 10px;
}

.down {
  background-color: dodgerblue;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 10px;
  color: white;
}