.book-slider-item {
  text-align: center;
  height: 100%;
}
.book-slider-item .book-slider-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  align-items: center;
}
.book-slider-item .book-image-wrapper {
  background: #efefef;
  border-radius: 10px;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300px;
  position: relative;
  width:100%;
}
.book-slider-item .book-image-wrapper .book-image {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-height: 200px;
}
.book-slider-item .book-title {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 700;
}
.book-slider-item .book-title a {
  color: var(--clr-neutral-900);
}
.book-slider-item .book-author {
  margin-bottom: 0;
}
.book-slider-item .book-author a {
  color: var(--clr-neutral-900);
}
.book-slider-item .book-format {
  font-size: 0.8em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.book-slider-item .book-price {
  font-weight: 700;
}
.book-slider-item .book-rrp {
  font-weight: 400;
  color: #ccc;
  font-size: 0.9em;
  text-decoration: line-through;
}
.book-slider-item .book-wishlist-button {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 32px;
  font-size: 32px;
  line-height: 32px;
  color: #c00;
  cursor: pointer;
}
.book-slider-item .book-of-the-month-badge {
  width: 90px;
  height: 90px;
  background: #fff;
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 5px;
  border-radius: 50%;
}
.book-slider-item .star-rating-wrapper {
  line-height: 1.2;
  padding: 10px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-top: 10px;
  margin-bottom: 10px;
}
.book-slider-item .star-rating-wrapper .star-rating {
  font-size: 24px;
  color: var(--clr-primary-900);
  cursor: pointer;
}
.book-slider-item .star-rating-wrapper .star-rating-static {
  font-size: 24px;
  color: var(--clr-primary-900);
}
.book-slider-item .star-rating-wrapper .star-rating-message {
  height: 28px;
  line-height: 28px;
  display: none;
}
.book-slider-item .star-rating-wrapper .remove-rating {
  color: #666;
  font-size: 85%;
}
.book-slider-item .star-rating-wrapper .shelf-status {
  border-top: 1px solid #efefef;
  margin-top: 10px;
  padding-top: 10px;
}
.book-slider-item .star-rating-wrapper .no-rating {
  padding: 6px 0;
}




.genre-link {
  display: inline-block;
  background: #000;
  border: 1px solid #000;
  padding: 1px 5px;
  color: #fff;
  margin-top: 1rem;
  border-radius: 2px;
  font-size: 0.85em;
}
.genre-link:hover {
  text-decoration: none;
}

.genre-link-LRTOD {
  background: #ed6a25;
  border-color: #ed6a25;
}
.genre-link-LRTOD.inactive, .genre-link-LRTOD:hover {
  background: #fff;
  color: #ed6a25;
}

.genre-link-LR3 {
  background: #31b2ce;
  border-color: #31b2ce;
}
.genre-link-LR3.inactive, .genre-link-LR3:hover {
  background: #fff;
  color: #31b2ce;
}

.genre-link-LR5 {
  background: #ef7d08;
  border-color: #ef7d08;
}
.genre-link-LR5.inactive, .genre-link-LR5:hover {
  background: #fff;
  color: #ef7d08;
}

.genre-link-LR7 {
  background: #319a29;
  border-color: #319a29;
}
.genre-link-LR7.inactive, .genre-link-LR7:hover {
  background: #fff;
  color: #319a29;
}

.genre-link-LR9 {
  background: #3145b5;
  border-color: #3145b5;
}
.genre-link-LR9.inactive, .genre-link-LR9:hover {
  background: #fff;
  color: #3145b5;
}

.genre-link-LR12 {
  background: #c2180c;
  border-color: #c2180c;
}
.genre-link-LR12.inactive, .genre-link-LR12:hover {
  background: #fff;
  color: #c2180c;
}

.genre-link-LR14 {
  background: #8c0c08;
  border-color: #8c0c08;
}
.genre-link-LR14.inactive, .genre-link-LR14:hover {
  background: #fff;
  color: #8c0c08;
}

.genre-link-LRYA {
  background: #7f006c;
  border-color: #7f006c;
}
.genre-link-LRYA.inactive, .genre-link-LRYA:hover {
  background: #fff;
  color: #7f006c;
}

.book-page-age-themas .genre-link {
  margin-top: 0;
}



/*******************************************************************/
div.live-book-search-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1002;
}

div.live-book-search-wrapper div.live-book-search-results ul {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  background: #ffffff;
  border: 1px solid #efefef;
  z-index: 3;
  margin:0;
  padding:0;
}

div.live-book-search-wrapper div.live-book-search-results ul li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  overflow: auto;
  position: relative;
  display:flex;
  flex-direction: row;
}

div.live-book-search-wrapper div.live-book-search-results ul li .featured-label {
  background: #049372;
  padding: 2px 5px;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
}

div.live-book-search-wrapper div.live-book-search-results ul li .book-cover {
  flex-shrink: 0;
  margin-right:1rem;
}

div.live-book-search-wrapper div.live-book-search-results ul li .book-cover img {
  width: 50px;
}

div.live-book-search-wrapper div.live-book-search-results ul li .book-info {
  margin-right: 60px;
}
div.live-book-search-wrapper div.live-book-search-results ul li .book-info .book-detail {
  color:#333;
  font-size:0.85rem;
}

/************************/
div.related-books-list div.related-book-item {
  padding: 10px;
  border-bottom: 1px solid #efefef;
  overflow: auto;
}
div.related-books-list div.related-book-item .featured-label {
  background: #049372;
  padding: 2px 5px;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
  margin-left: 5px;
}
div.related-books-list div.related-book-item .book-cover {
  float: left;
  margin-right: 10px;
  width: 50px;
}
div.related-books-list div.related-book-item .book-info {
  margin-left: 60px;
}
div.related-books-list div.related-book-item .book-info .book-detail {
  color:#333;
  font-size:0.85rem;
}