.tfbookslider-plugin-wrapper {
  max-width: unset !important;
  width: unset !important;
  margin-top: unset !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: unset !important;
  position: relative;
  background-color: var(--tfbookslider-bg-color);
}
.tfbookslider-plugin-wrapper .tfbookslider-top-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
}
.tfbookslider-plugin-wrapper .tfbookslider-top-controls a {
  text-decoration: none;
}
.tfbookslider-plugin-wrapper .tfbookslider-top-controls a:hover, .tfbookslider-plugin-wrapper .tfbookslider-top-controls a:active, .tfbookslider-plugin-wrapper .tfbookslider-top-controls a:focus {
  text-decoration: none;
}
.tfbookslider-plugin-wrapper .tfbookslider-top-controls button {
  color: var(--tfbookslider-text-color);
  font-size: 20px;
  background: none;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
}
.tfbookslider-plugin-wrapper .tfbookslider-top-controls button svg {
  width: 25px;
  margin-right: 15px;
  transition: 0.4s ease;
}
.tfbookslider-plugin-wrapper .tfbookslider-top-controls button:hover, .tfbookslider-plugin-wrapper .tfbookslider-top-controls button:active, .tfbookslider-plugin-wrapper .tfbookslider-top-controls button:focus {
  text-decoration: none;
}
.tfbookslider-plugin-wrapper .tfbookslider-top-controls button:hover svg, .tfbookslider-plugin-wrapper .tfbookslider-top-controls button:active svg, .tfbookslider-plugin-wrapper .tfbookslider-top-controls button:focus svg {
  /*transform: rotate(180deg);*/
	color: var(--tfbookslider-primary-color);
}
.tfbookslider-plugin-wrapper .tfbookslider-top-controls button {
	transition: 0.4s ease;
}
.tfbookslider-plugin-wrapper .tfbookslider-top-controls button:hover {
	color: var(--tfbookslider-primary-color);
}
@media (max-width: 699.98px) {
  .tfbookslider-plugin-wrapper .tfbookslider-top-controls {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.tfbookslider-plugin-wrapper .tfbookslider-book-details {
  padding: 20px;
  border-top: 3px solid var(--tfbookslider-primary-color);
}
.tfbookslider-plugin-wrapper .tfbookslider-book-details .book-data {
  display: flex;
  flex-direction: column;
  max-width: 450px;
  text-align: left;
  margin: 0 auto;
  border-left: 3px solid var(--tfbookslider-primary-color);
  padding-left: 20px;
  margin-left: calc(50% - 128px);
}
.tfbookslider-plugin-wrapper .tfbookslider-book-details .book-data .title {
  color: var(--tfbookslider-primary-color);
  font-weight: bold;
  font-size: 20px;
}
.tfbookslider-plugin-wrapper .tfbookslider-book-details .book-data .series {
  color: #7a7a7a;
  font-size: 15px;
  font-weight: bold;
}
.tfbookslider-plugin-wrapper .tfbookslider-book-details .book-data .excerpt {
  color: var(--tfbookslider-text-color);
  margin-top: 15px;
  font-size: 18px;
}
.tfbookslider-plugin-wrapper .tfbookslider-book-details .book-data a {
  color: var(--tfbookslider-text-color);
  font-size: 18px;
}
@media (max-width: 699.98px) {
  .tfbookslider-plugin-wrapper .tfbookslider-book-details {
    display: none;
  }
}
.tfbookslider-plugin-wrapper .swiper-container {
  position: relative;
}
.tfbookslider-plugin-wrapper .swiper-container:after, .tfbookslider-plugin-wrapper .swiper-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 100%;
  background-image: linear-gradient(to right, var(--tfbookslider-bg-color), transparent 55%);
  pointer-events: none;
  z-index: 9;
}
.tfbookslider-plugin-wrapper .swiper-container:after {
  right: 0;
  left: unset;
  transform: rotate(180deg);
}
.tfbookslider-plugin-wrapper .tfbookslider-nav {
  z-index: 99;
  transform: translateY(-50%);
  width: 10vw;
  height: 10vw;
}
.tfbookslider-plugin-wrapper .tfbookslider-nav:hover:after {
  opacity: 0.8;
}
.tfbookslider-plugin-wrapper .tfbookslider-nav:after {
  font-size: 6vw;
  color: var(--tfbookslider-primary-color);
  transition: 0.4s ease;
}
.tfbookslider-plugin-wrapper .tfbookslider-wrapper .tfbookslider-slide-perspective {
  width: 60px;
  height: 400px;
}
@media (max-width: 699.98px) {
  .tfbookslider-plugin-wrapper .tfbookslider-wrapper .tfbookslider-slide-perspective {
    width: 40px;
    height: 266px;
  }
}
.tfbookslider-plugin-wrapper .tfbookslider-wrapper .tfbookslider-slide {
  position: absolute;
  width: 256px;
  height: 100%;
  margin-right: 10px;
}
.tfbookslider-plugin-wrapper .tfbookslider-wrapper .tfbookslider-slide .tfbookslider-slide-cover {
  width: 100%;
  height: 100%;
  position: relative;
  backface-visibility: hidden;
}
.tfbookslider-plugin-wrapper .tfbookslider-wrapper .tfbookslider-slide .tfbookslider-slide-cover img {
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
}
.tfbookslider-plugin-wrapper .tfbookslider-wrapper .tfbookslider-slide .tfbookslider-slide-spine {
  height: 100%;
  width: 60px;
  position: absolute;
  backface-visibility: hidden;
  top: 0;
}
.tfbookslider-plugin-wrapper .tfbookslider-wrapper .tfbookslider-slide .tfbookslider-slide-spine img {
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
}
@media (max-width: 699.98px) {
  .tfbookslider-plugin-wrapper .tfbookslider-wrapper .tfbookslider-slide {
    width: 170px;
  }
  .tfbookslider-plugin-wrapper .tfbookslider-wrapper .tfbookslider-slide .tfbookslider-slide-spine {
    width: 40px;
  }
}

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

.tfbookslider-plugin-wrapper .tfbookslider-book-details .book-data .title,
.tfbookslider-plugin-wrapper .tfbookslider-book-details .book-data .series {
	text-transform: uppercase;
}
.tfbookslider-plugin-wrapper .tfbookslider-book-details .book-data a {
	text-decoration:underline;
}
.tfbookslider-plugin-wrapper .tfbookslider-book-details .book-data a:hover {
	color: var(--tfbookslider-primary-color);
    text-decoration: none;
}
.tfbookslider-plugin-wrapper .tfbookslider-top-controls button svg {
	transition:none;
}
.tfbookslider-plugin-wrapper .tfbookslider-top-controls button:hover svg,
.tfbookslider-plugin-wrapper .tfbookslider-top-controls button:active svg,
.tfbookslider-plugin-wrapper .tfbookslider-top-controls button:focus svg {
	color:inherit;
}