.block-books {
  margin-bottom: 150px;
}
.block-books .books_wrap {
  overflow: hidden;
}
.block-books .owl-filter-bar {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #B83D00;
  width: 250px;
  height: 48px;
  left: 7vw;
  border: 1px solid #B83D00;
  z-index: 99;
}
.block-books .owl-filter-bar span {
  font-size: 20px;
  display: block;
  height: 46px;
  padding: 10px;
  line-height: 26px;
  font-weight: bold;
  position: relative;
  color: #B83D00;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.block-books .owl-filter-bar span:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 17px;
  right: 13px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 3px solid #B83D00;
  border-width: 0 4px 4px 0;
}
.block-books .owl-filter-bar .options {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 46px;
  background: #fff;
  display: none;
  border: 1px solid #B83D00;
  padding: 5px 0;
}
.block-books .owl-filter-bar .options a {
  padding: 5px 10px;
  font-size: 18px;
  display: block;
  color: #381300;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.block-books .owl-filter-bar .options a.active {
  background: #136F91;
  color: #fff;
}
.block-books .owl-filter-bar.active span {
  background: #B83D00;
  color: #fff;
}
.block-books .owl-filter-bar.active span:after {
  color: #fff;
}
.block-books .owl-filter-bar.active .options {
  display: block;
}
.block-books .details {
  float: left;
  width: 65%;
  padding-left: 7vw;
  padding-right: 10vw;
  padding-top: 100px;
  position: relative;
}
.block-books .details .item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
  padding: 5px;
}
.block-books .details .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.block-books .details .owl-nav {
  position: absolute;
  bottom: 0;
  left: 350px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-books .details .owl-nav button.owl-prev,
.block-books .details .owl-nav button.owl-next {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
  position: relative;
}
.block-books .details .owl-nav button.owl-prev span,
.block-books .details .owl-nav button.owl-next span {
  display: block;
  border: 4px solid #B83D00;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.block-books .details .owl-nav button.owl-prev.disabled,
.block-books .details .owl-nav button.owl-next.disabled {
  opacity: 0;
}
.block-books .details .owl-nav button.owl-prev span {
  border-width: 6px 0 0 6px;
}
.block-books .details .owl-nav button.owl-next span {
  border-width: 0 6px 6px 0;
  right: 0px;
}
.block-books .details .owl-nav.disabled {
  display: none;
}
.block-books .book_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.block-books .book_header h4 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
  margin-right: 30px;
  margin-bottom: 10px;
}
.block-books .book_header .target {
  color: #B83D00;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.block-books .gradient {
  position: relative;
  margin-bottom: 30px;
}
.block-books .gradient:after {
  position: absolute;
  content: "";
  height: 100px;
  left: 0px;
  right: 20px;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(255, 255, 255)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
}
.block-books .desc {
  overflow: auto;
  max-height: 60vh;
  padding-right: 20px;
  padding-bottom: 30px;
}
.block-books .desc p:first-child {
  margin-top: 0;
}
.block-books .button_wrap {
  margin-top: auto;
}
.block-books .button_wrap .wp-block-button a {
  min-width: 250px;
}
.block-books .covers {
  float: left;
  width: 35%;
  overflow: hidden;
  padding-top: 100px;
}
.block-books .covers > div {
  width: 27vw;
}
.block-books .covers img {
  width: auto;
  max-width: 100%;
}
.block-books .covers .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.block-books .covers .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-books .covers .owl-item {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.6;
  opacity: 1;
}
.block-books .covers .owl-item.current, .block-books .covers .owl-item.active {
  opacity: 1;
}
@media (max-width: 989.98px) {
  .block-books .details {
    width: 100%;
  }
  .block-books .covers {
    width: 100%;
    padding-left: 7vw;
  }
  .block-books .covers > div {
    width: 70vw;
  }
}
@media screen and (max-width: 500px) {
  .block-books .button_wrap {
    padding-bottom: 70px;
  }
  .block-books .details .owl-nav {
    left: 10px;
    bottom: -60px;
  }
}
/*# sourceMappingURL=books.css.map */