@charset "UTF-8";
@font-face {
  font-family: "Century Schoolbook";
  src: url(../assets/fonts/century-schoolbook.woff2);
}
@font-face {
  font-family: "Albertus Nova";
  src: url(../assets/fonts/AlbertusNova-Black.otf);
  font-weight: 900;
}
@font-face {
  font-family: "Albertus Nova";
  src: url(../assets/fonts/AlbertusNova-Bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: "Albertus Nova";
  src: url(../assets/fonts/AlbertusNova-Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: "Albertus Nova";
  src: url(../assets/fonts/AlbertusNova-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: "Albertus Nova";
  src: url(../assets/fonts/AlbertusNova-Thin.otf);
  font-weight: 100;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  padding: 0;
  font-family: "din-2014", sans-serif;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

nav a {
  text-transform: uppercase;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}
.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container h6 {
  font-family: "din-2014", sans-serif;
  line-height: 1.1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "din-2014", sans-serif;
  line-height: 1.1;
}

p, a, div, ul, ol, li {
  font-family: "din-2014", sans-serif;
}

.swiper-slide {
  cursor: grab;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: #fff;
  font-size: 20px !important;
  background-color: #0094DA;
  font-size: 30px;
  padding: 10px 15px;
  border-radius: 100%;
}

@media only screen and (max-width: 1024px) {
  .desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 450px) {
  #wpadminbar {
    overflow-x: hidden;
  }
}
body.admin-bar .site-header {
  top: 32px;
}
body.admin-bar .offcanvas {
  top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar .offcanvas {
    top: 32px;
  }
}

.site-header {
  padding: 15px;
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  min-height: 150px;
}
@media only screen and (min-width: 1200px) {
  .site-header {
    min-height: 0;
  }
}
@media (min-width: 1200px) {
  .site-header .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}
.site-header .navbar > .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  align-items: center;
  padding: 0 15px;
}
@media only screen and (max-width: 450px) {
  .site-header .navbar > .container {
    padding: 0;
  }
}
.site-header .navbar .search-container {
  order: 3;
}
@media (min-width: 1024px) {
  .site-header .navbar .search-container {
    order: unset;
    margin-left: auto;
  }
}
.site-header .navbar .navbar-nav {
  --bs-nav-link-padding-y: 15px;
  --bs-nav-link-padding-x: 15px;
  --bs-nav-link-font-size: 29px;
  --bs-nav-link-color: #fff;
  --bs-nav-link-hover-color: #fff;
  --bs-navbar-active-color: #fff;
}
@media (min-width: 1200px) {
  .site-header .navbar .navbar-nav {
    --bs-nav-link-padding-y: 10px;
    --bs-nav-link-padding-x: 16px;
    --bs-nav-link-font-size: 16px;
    --bs-nav-link-color: #394658;
    --bs-nav-link-hover-color: #394658;
    --bs-navbar-active-color: #394658;
    flex-direction: row;
  }
}
.site-header .navbar .dropdown-menu {
  --bs-dropdown-min-width: 220px;
  --bs-dropdown-item-padding-y: 15px;
  --bs-dropdown-item-padding-x: 15px;
  --bs-dropdown-bg: transparent;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-font-size: 29px;
  --bs-dropdown-link-color: #fff;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: transparent;
  --bs-dropdown-link-hover-bg: transparent;
  position: absolute;
  text-align: center;
}
@media (max-width: 1199px) {
  .site-header .navbar .dropdown-menu {
    position: static !important;
    transform: none !important;
    inset: auto !important;
    margin: 0 !important;
  }
}
@media (min-width: 1200px) {
  .site-header .navbar .dropdown-menu {
    --bs-dropdown-item-padding-y: 8px;
    --bs-dropdown-item-padding-x: 16px;
    --bs-dropdown-bg: #f8f8f8;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-border-color: #e2e2e2;
    --bs-dropdown-border-radius: 6px;
    --bs-dropdown-font-size: 16px;
    --bs-dropdown-link-color: #394658;
    --bs-dropdown-link-hover-color: #394658;
    --bs-dropdown-link-active-color: #394658;
    text-align: left;
  }
}
.site-header .navbar .dropdown-menu[data-popper-placement=right-start] {
  margin-left: 2px !important;
}
.site-header .navbar .dropdown-menu[data-popper-placement=left-start] {
  margin-right: 2px !important;
}
.site-header .navbar .menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .site-header .navbar .menu-item a {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .site-header .navbar .menu-item a.nav-link.dropdown-toggle {
    padding-right: 0;
  }
}
.site-header .navbar .menu-item a .icon {
  display: block;
  width: 40px;
  height: 25px;
  margin: 0 5px 0 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M256 406.6l11.3-11.3 192-192L470.6 192 448 169.4l-11.3 11.3L256 361.4 75.3 180.7 64 169.4 41.4 192l11.3 11.3 192 192L256 406.6z'/%3E%3C/svg%3E");
}
@media (max-width: 1024px) {
  .site-header .navbar .menu-item a .icon {
    position: absolute;
    right: 15%;
  }
}
@media (min-width: 1200px) {
  .site-header .navbar .menu-item a .icon {
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23394658'%3E%3Cpath d='M256 406.6l11.3-11.3 192-192L470.6 192 448 169.4l-11.3 11.3L256 361.4 75.3 180.7 64 169.4 41.4 192l11.3 11.3 192 192L256 406.6z'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1200px) {
  .site-header .navbar .menu-item a.dropdown-item.dropdown-toggle .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%23394658'%3E%3Cpath d='M310.6 256l-11.3 11.3-192 192L96 470.6 73.4 448l11.3-11.3L265.4 256 84.7 75.3 73.4 64 96 41.4l11.3 11.3 192 192L310.6 256z'/%3E%3C/svg%3E");
  }
}
.site-header .offcanvas {
  text-align: center;
}
.site-header .offcanvas a {
  line-height: 1;
  text-transform: capitalize;
}
.site-header .offcanvas .container {
  display: flex;
  align-items: center;
  flex: 1;
  width: 100%;
  padding: 0 15px;
  overflow-y: auto;
}
.site-header .offcanvas .offcanvas-close {
  display: none;
}
.site-header .offcanvas.show .offcanvas-close {
  display: block;
}
.site-header .offcanvas-header {
  height: 67px;
  padding: 0 15px;
}
.site-header .offcanvas-body {
  justify-content: center;
}
.site-header .btn-menu-toggle {
  position: relative;
  width: 35px;
  height: 19px;
  margin: 0 15px 0 15px;
  cursor: pointer;
  z-index: 999999;
  transition: opacity 0.25s ease;
  background: transparent;
  border: 0;
}
@media (min-width: 1200px) {
  .site-header .btn-menu-toggle {
    display: none;
  }
}
.site-header .btn-menu-toggle:hover {
  opacity: 1;
}
.site-header .btn-menu-toggle.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.site-header .btn-menu-toggle.active .middle {
  opacity: 0;
  background: #fff;
}
.site-header .btn-menu-toggle.active .bottom {
  transform: translateY(-6px) translateX(0) rotate(-45deg);
  background: #fff;
}
.site-header .btn-menu-toggle span {
  background: #394658;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.site-header .btn-menu-toggle span:nth-of-type(2) {
  top: 8px;
}
.site-header .btn-menu-toggle span:nth-of-type(3) {
  top: 16px;
}

.sticky {
  position: fixed;
  top: -1px;
  width: 100%;
  z-index: 1000;
}

.site-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #0094DA;
  display: flex;
  align-items: center;
  width: auto;
}
@media only screen and (max-width: 450px) {
  .site-logo span {
    font-size: 17px;
  }
}
.site-logo .custom-logo-link {
  display: flex;
}
.site-logo img {
  width: 65px;
  height: auto;
}
@media (max-width: 768px) {
  .site-logo img {
    width: 40px;
  }
}
.site-logo a {
  font-family: "Albertus Nova", sans-serif;
  letter-spacing: 1.2px;
  text-decoration: none;
  color: #0094DA;
}

.is-search-form {
  width: 100%;
  position: absolute;
  top: 70px;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .is-search-form {
    width: 25%;
    position: relative;
    top: auto;
    left: auto;
  }
}
.is-search-form label {
  position: relative;
}
.is-search-form label:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../assets/images/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1200;
}
.is-search-form input.is-search-input {
  width: 100% !important;
  padding: 15px 25px 15px 45px !important;
  border: 1px solid #d4dbe5 !important;
  border-radius: 24px !important;
  height: 50px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 12px !important;
}
.is-search-form input.is-search-input::placeholder {
  margin-left: 30px;
}
.is-search-form input.is-search-submit {
  border-radius: 50px !important;
  background-color: #0094DA !important;
  outline: 0 !important;
  border: 0 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 999 !important;
  right: 10px !important;
  cursor: pointer;
}

div.is-ajax-search-details, div.is-ajax-search-result {
  height: auto;
  width: auto !important;
  max-width: 100%;
  position: absolute;
  z-index: 999999;
  background: white !important;
  color: #313131;
  margin-top: 5px;
  padding: 0 !important;
  border-radius: 15px;
}
@media (min-width: 1200px) {
  div.is-ajax-search-details, div.is-ajax-search-result {
    min-width: 400px;
  }
}
div.is-ajax-search-details .is-show-more-results, div.is-ajax-search-result .is-show-more-results {
  border: 1px solid #d4dbe5 !important;
  border-top: 0 !important;
  margin-top: 0 !important;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
div.is-ajax-search-details .is-search-sections .thumbnail img, div.is-ajax-search-result .is-search-sections .thumbnail img {
  object-fit: contain;
}

div.is-ajax-search-result {
  width: 97% !important;
}
@media only screen and (min-width: 1200px) {
  div.is-ajax-search-result {
    width: 400px !important;
  }
}
div.is-ajax-search-result .is-ajax-search-items {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 1px solid #d4dbe5 !important;
}

.site-footer {
  padding: 20px 0;
  text-align: center;
}
.site-footer .container {
  display: flex;
  justify-content: space-between;
  max-width: 1650px;
  margin: 0 auto;
  align-items: center;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .site-footer .container {
    flex-direction: column;
    gap: 20px;
  }
}
.site-footer .container:nth-child(2) {
  justify-content: center;
}
.site-footer .container .footer-logo a {
  font-family: "Albertus Nova", sans-serif;
  letter-spacing: 1.2px;
}
.site-footer .container .footer-logo img {
  max-width: 100px;
}
.site-footer .container .footer-logo .site-logo {
  width: fit-content;
}
.site-footer .container .footer-logo .site-logo .custom-logo-link {
  display: flex;
  width: fit-content;
}
.site-footer .container .footer-navigation {
  margin: 10px 0;
  padding-top: 2px;
}
.site-footer .container .footer-navigation .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 450px) {
  .site-footer .container .footer-navigation .footer-menu {
    flex-wrap: wrap;
  }
}
.site-footer .container .footer-navigation .footer-menu li {
  margin: 0 15px;
}
.site-footer .container .footer-navigation .footer-menu li a {
  font-family: "din-2014", sans-serif;
  text-decoration: none;
  color: #333;
}
.site-footer .container .social-icons {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  align-items: center;
}
.site-footer .container .social-icons .social-icon {
  margin: 0 10px;
}
.site-footer .container .social-icons .social-icon img {
  max-width: 24px;
}
.site-footer .copyright {
  margin-top: 60px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #394658;
}

.search-container {
  position: relative;
  display: flex;
  align-items: center;
  height: fit-content;
  width: 30%;
  margin-top: 0;
  padding: 0;
}
.search-container form {
  width: 100%;
}
.search-container #search-button {
  border-radius: 50px;
  background-color: #0094DA;
  outline: 0;
  border: 0;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  right: 10px;
  padding: 10px 20px;
}
@media only screen and (max-width: 1024px) {
  .search-container {
    width: 100%;
    margin-top: 15px;
  }
}
.search-container #search {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #d4dbe5;
  border-radius: 24px;
  z-index: 1100;
}
.search-container #search:focus-visible, .search-container #search:focus {
  outline: none;
}
.search-container #search:focus ~ label {
  display: none;
}
.search-container label {
  display: flex;
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1200;
  font-size: 12px;
  color: #394658;
  font-family: "din-2014", sans-serif;
}
.search-container label:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 1px;
  width: 16px;
  height: 16px;
  background: url(../assets/images/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1200;
}
.search-container #clear-button {
  padding: 10px;
  border: none;
  color: #0094DA;
  border-radius: 24px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
  background-color: #fff;
  font-weight: bold;
  display: none;
  z-index: 1100;
}
.search-container #clear-button :hover {
  background-color: #0094DA;
  color: #fff;
}
.search-container #clear-button span {
  font-weight: normal;
}
.search-container .search-results-container {
  position: absolute;
  background-color: #fff;
  border: 1px solid #d4dbe5;
  border-radius: 24px;
  width: 100%;
  padding-top: 50px;
  top: 0;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}
.search-container .search-results-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.search-container .search-results-container ul li {
  padding: 0;
  border-bottom: 1px solid #d4dbe5;
}
.search-container .search-results-container ul li a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px;
}
.search-container .search-results-container ul li a img {
  width: 37px;
  height: 50px;
  border-radius: 5px;
  object-fit: cover;
}
.search-container .search-results-container ul li a:hover {
  background-color: #0094DA;
  color: #fff;
}
.search-container .search-results-container p {
  padding: 10px;
  color: #999;
}
.search-container .search-results-container.active ~ label,
.search-container .search-results-container.active ~ #search-button {
  display: none;
}
.search-container .search-results-container.active + #search {
  position: relative;
  top: 10px;
  left: 20px;
  border: 0;
  padding: 0;
}
.search-container .search-results-container.active ~ #clear-button {
  padding: 0;
  top: 22px;
  right: 20px;
}
.search-container .more-info-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 10px 0;
}
.search-container .more-info-wrap .more-info {
  font-size: 13px;
  color: #0094DA;
}
.search-container .more-info-wrap button {
  background: none;
  color: #0094DA;
  border: none;
  cursor: pointer;
  font-size: 13px;
  text-decoration: underline;
  padding-bottom: 2px;
}

.search > .container {
  padding: 100px 0;
}
.search h1 {
  color: #0094DA;
  font-weight: 400;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .search h1 {
    font-size: 28px;
    margin-left: 10px;
  }
}
.search .results {
  margin-top: 30px;
}
.search .results .featured-books-container {
  justify-content: flex-start !important;
}

#btn-test {
  display: block; /* already done */
  opacity: 1 !important; /* Ensure it's fully opaque */
  z-index: 9999; /* Ensure it's on top of other elements */
  pointer-events: auto; /* Ensure pointer events are enabled */
  position: relative; /* Prevent positioning issues */
}

.filter-sort {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.filter-sort > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 15px;
}
.filter-sort > .container .filters-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.filter-sort > .container #filter {
  display: flex;
  align-items: center;
  gap: 15px;
}
.filter-sort > .container #filter > div {
  position: relative;
}
.filter-sort > .container #filter select {
  padding: 15px 50px 15px 15px;
  font-size: 14px;
  font-family: "din-2014", sans-serif;
  text-transform: uppercase;
  color: #394658;
  border: 1px solid rgba(102, 112, 127, 0.2);
  border-radius: 4px;
  appearance: none;
}
.filter-sort > .container #filter img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}
.filter-sort .filter-count b {
  color: #0094DA;
  font-weight: bold;
  font-size: 18px;
  font-family: "din-2014", sans-serif;
}
.filter-sort .filter-count span {
  color: #394658;
  font-size: 18px;
  font-family: "din-2014", sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.faq-container {
  margin-top: 50px;
}
.faq-container .faq-item {
  position: relative;
}
.faq-container .faq-item a {
  color: #0094DA;
}
.faq-container .faq-item:nth-child(1) {
  border-top: 1px solid #d4dbe5;
  border-bottom: 1px solid #d4dbe5;
}
.faq-container .faq-item:nth-child(2) {
  border-bottom: 1px solid #d4dbe5;
}
.faq-container .faq-item:nth-child(n+2) {
  border-bottom: 1px solid #d4dbe5;
}
.faq-container .faq-question {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  font-weight: bold;
  color: #0094DA;
  cursor: pointer;
  padding: 40px 0;
  position: relative;
}
.faq-container .faq-question .icon {
  width: 32px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.35s ease;
  z-index: -1;
}
.faq-container .faq-question .icon.active {
  transform: translateY(-50%) rotate(-180deg);
  transition: all 0.35s ease;
}
.faq-container .faq-answer {
  display: none;
  margin-top: 10px;
  color: #394658;
  line-height: 1.6;
}
.faq-container .faq-answer .content {
  padding-right: 20px;
}

.term-audio-books .banner .floating-book img {
  padding: 5px;
}

.banner-wrapper {
  margin: 0 30px;
  overflow: hidden;
}
@media only screen and (max-width: 450px) {
  .banner-wrapper {
    margin: 0 15px;
  }
}
.banner-wrapper.hero {
  margin: 0;
}
.banner-wrapper.hero.has-books-banner .banner {
  min-height: 520px;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.hero.has-books-banner .banner {
    min-height: 620px;
  }
}
@media only screen and (max-width: 450px) {
  .banner-wrapper.hero.has-books-banner .banner {
    min-height: 400px;
  }
}
.banner-wrapper.hero .banner {
  min-height: 520px;
  border-radius: 0px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.hero .banner {
    min-height: 300px;
    padding-top: 30px;
    padding-bottom: 265px;
  }
  .banner-wrapper.hero .banner.has-description {
    min-height: 620px;
  }
}
@media only screen and (max-width: 450px) {
  .banner-wrapper.hero .banner {
    justify-content: center;
    align-items: center;
    min-height: 0;
  }
  .banner-wrapper.hero .banner.has-description {
    min-height: 400px;
  }
}
.banner-wrapper.hero .banner .banner-text {
  gap: 25px;
}
@media only screen and (max-width: 450px) {
  .banner-wrapper.hero .banner .banner-text {
    height: 50%;
  }
}
.banner-wrapper.hero .banner .banner-description {
  font-weight: normal;
  font-size: 18px;
}
@media only screen and (max-width: 450px) {
  .banner-wrapper.hero .banner .related-posts {
    display: none;
  }
}
@media only screen and (min-width: 451px) {
  .banner-wrapper.hero .banner .related-posts {
    display: flex;
  }
}
.banner-wrapper .banner {
  width: 100%;
  background: #0094DA;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 0 40px;
  overflow: hidden;
  display: flex;
}
.banner-wrapper .banner.has-books-banner, .banner-wrapper .banner.has-description {
  min-height: 400px;
}
.banner-wrapper .banner .container {
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 450px) {
  .banner-wrapper .banner .container {
    flex-direction: column;
  }
}
.banner-wrapper .banner .container .banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 35%;
  color: white;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .banner-wrapper .banner .container .banner-text {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrapper .banner .container .banner-text {
    width: 100%;
  }
}
.banner-wrapper .banner .container .related-posts {
  align-items: center;
}
.banner-wrapper .banner .container .related-posts img {
  width: 100%;
  object-fit: cover;
}
.banner-wrapper .banner .container .banner-title {
  font-family: "Albertus Nova", sans-serif;
  font-size: 41px;
  margin: 0;
  line-height: 1.4;
  font-weight: normal;
}
@media only screen and (max-width: 450px) {
  .banner-wrapper .banner .container .banner-title {
    font-size: 24px;
  }
}
.banner-wrapper .banner .container .readmore__toggle {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
}
.banner-wrapper .banner .container .readmore__toggle:hover {
  text-decoration: underline;
}
.banner-wrapper .banner .container .banner-description {
  font-family: "din-2014", sans-serif;
  font-size: 18px;
  font-weight: normal;
}
.banner-wrapper .banner .container .banner-description a {
  color: #fff;
}

.keep-books {
  position: relative;
}
.keep-books .banner-floating-books {
  display: flex;
  flex-direction: column;
  transform: rotate(320deg);
  position: absolute;
  right: -100px;
  top: -500px;
}
@media only screen and (max-width: 1250px) {
  .keep-books .banner-floating-books {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .keep-books .banner-floating-books {
    right: -250px;
  }
}
@media only screen and (max-width: 920px) {
  .keep-books .banner-floating-books {
    right: -380px;
    top: -300px;
  }
}
@media only screen and (max-width: 450px) {
  .keep-books .banner-floating-books {
    right: -400px;
    top: -150px;
  }
}
.keep-books .banner-floating-books .floating-book {
  background: #111;
  height: 300px;
  padding: 1rem;
}
.keep-books .banner-floating-books .floating-book img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.keep-books .banner-floating-books .first-three {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.keep-books .banner-floating-books .last-two {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.home .banner-wrapper .banner {
  min-height: 520px;
}
@media only screen and (max-width: 767px) {
  .home .banner-wrapper .banner {
    min-height: 620px;
    padding-top: 30px;
    padding-bottom: 265px;
  }
}

.keep-books-alt .banner-floating-books {
  top: -480px;
  bottom: auto;
  right: 50px;
  transform: none;
}
@media only screen and (max-width: 1250px) {
  .keep-books-alt .banner-floating-books {
    top: -430px;
  }
}
@media only screen and (max-width: 1024px) {
  .keep-books-alt .banner-floating-books {
    top: -375px;
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .keep-books-alt .banner-floating-books {
    top: auto;
    bottom: 20px;
    left: auto;
    right: auto;
    width: 100%;
    align-items: center;
  }
}
.keep-books-alt .banner-floating-books .only-two {
  display: flex;
}
.keep-books-alt .banner-floating-books .only-two .floating-book {
  background: none;
  width: auto;
  height: auto;
}
.keep-books-alt .banner-floating-books .only-two .floating-book img {
  width: auto;
  height: auto;
  object-fit: unset;
}
@media only screen and (max-width: 1250px) {
  .keep-books-alt .banner-floating-books .only-two .floating-book img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .keep-books-alt .banner-floating-books .only-two .floating-book img {
    height: 250px;
  }
}
@media only screen and (max-width: 450px) {
  .keep-books-alt .banner-floating-books .only-two .floating-book img {
    height: 200px;
  }
}

.featured-books .featured-books-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.featured-books .featured-books-links a {
  font-size: 18px !important;
}
.featured-books > a {
  display: flex;
  text-decoration: none;
  color: #0094DA;
  padding-left: 30px;
  font-size: 18px;
  font-weight: bold;
}
.featured-books.audio-books {
  background-color: #346598;
  border-radius: 15px;
}
.featured-books.audio-books > a {
  color: #fff;
  font-size: 18px;
}
.featured-books.audio-books .featured-books-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  min-width: 0;
}
.featured-books.audio-books .featured-books-container .book-card {
  width: 15%;
}
@media only screen and (max-width: 1024px) {
  .featured-books.audio-books .featured-books-container .book-card {
    width: 100%;
  }
}
.featured-books.audio-books .product-title,
.featured-books.audio-books .product-author,
.featured-books.audio-books .product-author a,
.featured-books.audio-books .featured-books-header h2,
.featured-books.audio-books .featured-books-header a,
.featured-books.audio-books .product-price {
  font-family: "din-2014", sans-serif;
  color: #fff;
}
.featured-books.audio-books .product-title {
  font-weight: 600;
  font-size: 19px;
}
.featured-books.audio-books .product-author {
  font-weight: bold;
  font-size: 16px;
}
.featured-books.audio-books .product-author a {
  font-weight: 100;
  font-size: 16px;
}
.featured-books.audio-books .product-author a:hover {
  text-decoration: underline;
}
.featured-books.audio-books .featured-books-header h2,
.featured-books.audio-books .featured-books-header a {
  color: #fff;
}
.featured-books .featured-books-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 15px;
}
.featured-books .featured-books-header h2,
.featured-books .featured-books-header a {
  font-size: 25px;
  font-family: "din-2014", sans-serif;
  margin: 0;
  color: #0094DA;
  font-weight: bold;
  text-decoration: none;
}
.featured-books .featured-books-header h2:hover,
.featured-books .featured-books-header a:hover {
  text-decoration: underline;
}
.featured-books .featured-books-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-evenly;
  min-width: 0;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .featured-books .featured-books-container {
    overflow: hidden;
    margin-bottom: 30px;
    justify-content: flex-start;
    padding: 0;
    gap: 0;
  }
  .featured-books .featured-books-container .related-posts {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .featured-books .featured-books-container .related-posts {
    width: 100%;
  }
  .featured-books .featured-books-container .related-posts.audio-books {
    width: 100%;
  }
}
.featured-books .featured-books-container .related-posts > h2 {
  margin-bottom: 50px;
  color: #0094DA;
}

.book-card {
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px 15px;
}
@media only screen and (max-width: 1024px) {
  .book-card {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .book-card {
    padding: 15px;
  }
}
.book-card a {
  text-decoration: none;
  color: #394658;
}
.book-card a:hover {
  text-decoration: underline;
}
.book-card .product-image {
  width: 100%;
  height: 230px;
  margin-bottom: 10px;
  display: flex;
}
@media only screen and (max-width: 450px) {
  .book-card .product-image {
    min-height: 190px;
  }
}
.book-card .product-image img {
  max-width: 220px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
  align-self: flex-end;
}
@media only screen and (max-width: 1024px) {
  .book-card .product-image img {
    max-width: 100%;
  }
}
.book-card .product-image img:hover {
  transform: scale(1.1);
}
.book-card .product-details {
  margin-top: 10px;
}
.book-card .product-title,
.book-card .product-author a {
  font-family: "din-2014", sans-serif;
  text-align: center;
  color: #394658;
}
.book-card .product-title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .book-card .product-title {
    font-size: 16px;
  }
}
.book-card .product-author {
  font-size: 16px;
  margin-top: 25px;
}
.book-card .product-description {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.book-card .product-price {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #0094DA;
  margin-top: 20px;
  line-height: 1.1;
}

.banner-books-wrapper {
  display: flex;
  gap: 20px;
  padding: 50px 15px;
}
@media only screen and (max-width: 1250px) {
  .banner-books-wrapper {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 450px) {
  .banner-books-wrapper {
    gap: 60px;
  }
}
.banner-books-wrapper .banner-books {
  width: 25%;
  min-width: 0;
  text-decoration: none;
}
@media only screen and (max-width: 1250px) {
  .banner-books-wrapper .banner-books {
    width: 33%;
  }
  .banner-books-wrapper .banner-books:nth-child(3), .banner-books-wrapper .banner-books:nth-child(4) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 820px) {
  .banner-books-wrapper .banner-books {
    min-height: 275px;
    width: 48%;
  }
}
@media only screen and (max-width: 450px) {
  .banner-books-wrapper .banner-books {
    min-height: 0;
    width: 100%;
  }
  .banner-books-wrapper .banner-books:nth-child(3), .banner-books-wrapper .banner-books:nth-child(4) {
    margin-top: 0;
  }
}
.banner-books-wrapper .banner-books a {
  text-decoration: none;
}
.banner-books-wrapper .banner-books .banner-books-header {
  position: relative;
}
.banner-books-wrapper .banner-books .banner-books-header > h2 {
  font-family: "din-2014", sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-top: 25px;
  text-decoration: none;
  color: #394658;
}
.banner-books-wrapper .banner-books .banner-books-header > h2 a {
  display: block;
  color: #394658;
}
.banner-books-wrapper .banner-books .banner-books-header > h2 a:last-child {
  margin-top: 5px;
}
.banner-books-wrapper .banner-books .banner-books-header:before {
  width: 100%;
  height: 180px;
  content: "";
  position: absolute;
  top: -110px;
  left: 0;
  background-color: #d4dbe5;
  z-index: -1;
  border-radius: 10px;
}
.banner-books-wrapper .banner-books.audio-books .banner-book:nth-child(1) {
  margin-right: -40px;
  z-index: 1;
}
.banner-books-wrapper .banner-books.audio-books .banner-book:nth-child(3) {
  margin-left: -40px;
  z-index: 1;
}
.banner-books-wrapper .banner-books-container {
  display: flex;
  justify-content: center;
  max-width: 200px;
  margin: 0 auto;
  filter: drop-shadow(5px 3px 6px rgba(0, 0, 0, 0.1607843137));
}
.banner-books-wrapper .banner-books-container .banner-book {
  position: relative;
}
.banner-books-wrapper .banner-books-container .banner-book img {
  position: relative;
  bottom: 0;
  object-fit: cover;
  display: block;
}
.banner-books-wrapper .banner-books-container .banner-book:nth-child(1) {
  margin-right: -20px;
  z-index: 1;
}
.banner-books-wrapper .banner-books-container .banner-book:nth-child(1) {
  z-index: 2;
}
.banner-books-wrapper .banner-books-container .banner-book:nth-child(3) {
  margin-left: -20px;
  z-index: 1;
}
.banner-books-wrapper .banner-books-container .banner-book:nth-child(1) > img {
  width: 95px;
  height: 140px;
  bottom: -40px;
  z-index: 2;
  aspect-ratio: 0.79/1;
}
.banner-books-wrapper .banner-books-container .banner-book:nth-child(2) > img {
  z-index: 9;
  height: 180px;
  object-fit: contain;
}
.banner-books-wrapper .banner-books-container .banner-book:nth-child(3) > img {
  width: 95px;
  height: 140px;
  bottom: -40px;
  z-index: 2;
  aspect-ratio: 0.79/1;
}
@media only screen and (max-width: 820px) {
  .banner-books-wrapper .banner-books-container .banner-book:nth-child(3) > img {
    width: 105px;
  }
}
.home .author-slider {
  overflow: hidden;
}
.home .author-slider .swiper-slide {
  width: 145px !important;
}
.home .author-slider .author .author-image {
  width: 145px;
  height: 145px;
}
.home .author-slider .author .author-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.home .home-section {
  margin: 70px auto;
}
.home .home-section .related-posts-slider {
  position: relative;
}
.home .home-section .related-posts-slider .related-posts-button-next {
  position: absolute;
  top: 45%;
  right: 10px;
  transform: translateY(-50%);
}
.home .home-section.home-section-authors {
  margin: 0 10px;
}
.home .home-section.home-section-authors .banner-wrapper .banner {
  display: flex;
  align-items: center;
}
.home .home-section.home-section-authors .banner-wrapper .banner .container {
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .home .home-section.home-section-authors .banner-wrapper .banner .container {
    flex-direction: column;
  }
}
.home .home-section.home-section-authors .banner-wrapper .banner .container .banner-text {
  width: 40%;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .home .home-section.home-section-authors .banner-wrapper .banner .container .banner-text {
    width: 100%;
    margin-bottom: 50px;
  }
}
.home .home-section.home-reviews {
  width: 100%;
}
.home .home-section.home-reviews h2 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 50px;
}
.home .home-section.home-reviews .container {
  border-top: 1px solid #d4dbe5;
  padding: 120px 0 50px;
}
@media screen and (max-width: 1024px) {
  .home .home-section.home-reviews .container {
    padding: 120px 0;
  }
}
.home .home-section.home-reviews .container .home-reviews-slider {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home .home-section.home-reviews .container .home-reviews-slider {
    overflow: visible;
  }
}
.home .home-section.home-reviews .container .home-reviews-slider .swiper-slide {
  padding: 0 5%;
  min-height: 50px;
}
.home .home-section.home-reviews .container .home-reviews-slider .swiper-button-prev,
.home .home-section.home-reviews .container .home-reviews-slider .swiper-button-next {
  z-index: 99;
  top: 20px;
}
@media (max-width: 1024px) {
  .home .home-section.home-reviews .container .home-reviews-slider .swiper-button-prev,
  .home .home-section.home-reviews .container .home-reviews-slider .swiper-button-next {
    top: auto;
    bottom: -100px;
  }
}
.home .home-section.home-reviews .container .home-reviews-slider .swiper-button-prev {
  left: 15px;
}
@media (max-width: 1024px) {
  .home .home-section.home-reviews .container .home-reviews-slider .swiper-button-prev {
    left: 40%;
  }
}
.home .home-section.home-reviews .container .home-reviews-slider .swiper-button-next {
  left: auto;
  right: 15px;
}
@media (max-width: 1024px) {
  .home .home-section.home-reviews .container .home-reviews-slider .swiper-button-next {
    right: 40%;
  }
}
.home .home-section.home-reviews .container .home-reviews-slider .review-content {
  display: flex;
}
@media (max-width: 1024px) {
  .home .home-section.home-reviews .container .home-reviews-slider .review-content {
    flex-direction: column;
  }
}
.home .home-section.home-reviews .container .home-reviews-slider .review-content .review-meta {
  width: 30%;
  margin-right: 50px;
  margin-bottom: 0;
  text-align: left;
  padding-left: 5%;
}
@media (max-width: 1024px) {
  .home .home-section.home-reviews .container .home-reviews-slider .review-content .review-meta {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0;
  }
}
.home .home-section.home-reviews .container .home-reviews-slider .review-content .review-text {
  width: 70%;
  padding-right: 5%;
  text-align: left;
}
@media (max-width: 1024px) {
  .home .home-section.home-reviews .container .home-reviews-slider .review-content .review-text {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.home .home-section .banner-wrapper {
  margin: 0;
}
.home .home-section .banner-wrapper .banner {
  min-height: 400px;
  padding-bottom: 30px;
}
.home .home-section .banner-wrapper .banner .container .banner-text .banner-title {
  font-family: "din-2014", sans-serif;
}
@media screen and (max-width: 767px) {
  .home .home-section .banner-wrapper .banner .container .banner-text .banner-title {
    font-size: 28px;
  }
}
.home .home-section .banner-wrapper .banner .container .banner-text,
.home .home-section .banner-wrapper .banner .container .related-posts {
  width: 40%;
  height: auto;
}
@media (max-width: 767px) {
  .home .home-section .banner-wrapper .banner .container .banner-text,
  .home .home-section .banner-wrapper .banner .container .related-posts {
    width: 100%;
  }
}
.home .home-section .banner-wrapper .banner .container .related-posts {
  display: flex;
  width: 60%;
}
@media (max-width: 1024px) {
  .home .home-section .banner-wrapper .banner .container .related-posts {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home .home-section .banner-wrapper .banner .container {
    justify-content: space-evenly;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .home .home-section .banner-wrapper .banner {
    border-radius: 0;
  }
}
.home .featured-books.history .related-posts-slider .related-posts-button-next {
  top: 35%;
}
.home .featured-books.audio-books {
  padding: 50px;
  background: #0094DA no-repeat center/cover;
}
.home .featured-books.audio-books .book-card a {
  color: #fff;
}
.home .featured-books.audio-books .related-posts-slider .related-posts-button-next {
  top: 35%;
}
@media (max-width: 767px) {
  .home .featured-books.audio-books {
    border-radius: 0;
    padding: 50px 30px;
  }
}
.home .container > h2 {
  color: #0094DA;
  text-align: center;
  margin: 50px 0 25px;
}
.home .all-about-mage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 120px 0 145px;
  border-top: 1px solid #d4dbe5;
  border-bottom: 1px solid #d4dbe5;
}
@media (max-width: 1024px) {
  .home .all-about-mage {
    margin: 0 30px;
  }
}
@media (max-width: 450px) {
  .home .all-about-mage {
    padding: 50px 0;
  }
}
.home .all-about-mage h3 {
  font-family: "din-2014", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #0094DA;
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .home .all-about-mage h3 {
    font-size: 24px;
    text-align: center;
  }
}
.home .all-about-mage p {
  font-family: "din-2014", sans-serif;
  font-size: 18px;
  color: #394658;
  text-align: center;
}
.home .product-author,
.home .product-price {
  display: none;
}

#single-product .breadcrumb {
  color: #D4DBE5;
  font-size: 14px;
  margin-bottom: 30px;
}
#single-product .breadcrumb a {
  color: #D4DBE5;
}
#single-product .product-reviews {
  overflow: hidden;
  padding-bottom: 50px;
}
#single-product .product-reviews .swiper-slide {
  padding-right: 50px;
}
#single-product .container {
  margin-top: 30px;
  padding: 0 15px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #single-product .container {
    margin-top: 50px;
    padding-bottom: 0;
  }
}
#single-product .container .main-product-info {
  display: flex;
  justify-content: space-evenly;
}
@media only screen and (max-width: 767px) {
  #single-product .container .main-product-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#single-product .container .main-product-info .product-image {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: visible;
  width: 50%;
  max-height: 460px;
}
@media only screen and (max-width: 767px) {
  #single-product .container .main-product-info .product-image {
    width: 100%;
    margin-bottom: 30px;
  }
}
#single-product .container .main-product-info .product-image .product-image-overlay {
  position: relative;
}
#single-product .container .main-product-info .product-image .product-image-overlay img {
  width: 100%;
  max-width: 400px;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  #single-product .container .main-product-info .product-image .product-image-overlay img {
    margin-top: 0;
    padding-right: 10px;
  }
}
#single-product .container .product-short-info {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  #single-product .container .product-short-info {
    width: 100%;
  }
}
#single-product .container .product-short-info .new-edition {
  display: flex;
  margin-bottom: 30px;
}
#single-product .container .product-short-info .new-edition p {
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  padding: 6px 17px;
  background-color: #0094DA;
  border-radius: 4px;
}
#single-product .container .product-short-info h1 {
  font-size: 32px;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  color: #0094DA;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  #single-product .container .product-short-info h1 {
    font-size: 28px;
  }
}
#single-product .container .product-short-info .product-excerpt {
  padding-bottom: 30px;
  border-bottom: 1px solid #d4dbe5;
}
#single-product .container .product-short-info .product-excerpt p {
  font-size: 18px;
  line-height: 1.3;
  color: #394658;
}
#single-product .container .product-short-info .product-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #d4dbe5;
  gap: 15px;
}
#single-product .container .product-short-info .product-price strong {
  font-size: 29px;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  color: #0094DA;
}
#single-product .container .product-short-info .product-price .in-stock {
  color: #339969;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  gap: 5px;
  font-family: "din-2014", sans-serif;
}
#single-product .container .product-short-info .product-price .in-stock svg path {
  fill: #339969;
}
#single-product .container .product-short-info .product-price .out-of-stock {
  width: 60%;
  text-align: end;
}
#single-product .container .product-short-info .out-of-stock-forthcoming {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #d4dbe5;
  border-bottom: 1px solid #d4dbe5;
  padding: 15px 0;
}
#single-product .container .product-short-info .choose-store {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 30px;
  gap: 10px;
}
@media only screen and (max-width: 1400px) {
  #single-product .container .product-short-info .choose-store {
    flex-direction: column;
  }
}
#single-product .container .product-short-info .choose-store > div {
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 1400px) {
  #single-product .container .product-short-info .choose-store > div {
    width: 100%;
  }
}
#single-product .container .product-short-info .choose-store select {
  padding: 19px 50px 19px 15px;
  font-size: 14px;
  font-family: "din-2014", sans-serif;
  text-transform: uppercase;
  color: #394658;
  border: 1px solid rgba(102, 112, 127, 0.2);
  border-radius: 4px;
  width: 100%;
  appearance: none;
}
#single-product .container .product-short-info .choose-store img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#single-product .container .product-short-info .choose-store #order-now {
  padding: 20px 45px;
  background-color: #0094DA;
  color: #fff;
  border-radius: 4px;
  font-family: "din-2014", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  #single-product .container .product-short-info .choose-store #order-now {
    width: 100%;
  }
}
#single-product .container .product-short-info .share .share-buttons {
  position: relative; /* For positioning the dropdown */
  margin: 20px 0;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  #single-product .container .product-short-info .share .share-buttons {
    justify-content: center;
  }
}
#single-product .container .product-short-info .share .share-button {
  color: #0094DA;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 13px;
}
#single-product .container .product-short-info .share .share-options {
  position: absolute;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px;
  z-index: 10;
  display: none;
  gap: 10px;
  align-items: center;
}
#single-product .container .product-short-info .share .share-options a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #0094DA;
  text-decoration: none;
  font-size: 14px;
}
#single-product .container .product-short-info .share .share-options a:hover {
  text-decoration: underline; /* Underline on hover */
}
#single-product .container .spacer {
  width: 15%;
}
#single-product .container .about-the-author {
  padding-bottom: 50px;
}
#single-product .container .about-the-book {
  display: flex;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #single-product .container .about-the-book {
    flex-direction: column;
  }
}
#single-product .container .about-the-book .book-info,
#single-product .container .about-the-book .content {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #single-product .container .about-the-book .book-info,
  #single-product .container .about-the-book .content {
    width: 100%;
  }
}
#single-product .container .about-the-book .acf-field {
  display: flex;
  gap: 10%;
}
#single-product .container .about-the-book .acf-field > div {
  width: 30%;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  #single-product .container .about-the-book .acf-field > div {
    width: 100%;
  }
}
#single-product .container .about-the-book .acf-field .acf-title {
  border-right: 1px solid #d4dbe5;
}
#single-product .container .about-the-book .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#single-product .container .about-the-book .content .content-wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #single-product .container .about-the-book .content .content-wrapper {
    width: 100%;
  }
}
#single-product .container .about-the-book .content .content-wrapper h1,
#single-product .container .about-the-book .content .content-wrapper h2,
#single-product .container .about-the-book .content .content-wrapper h3,
#single-product .container .about-the-book .content .content-wrapper h4,
#single-product .container .about-the-book .content .content-wrapper h5,
#single-product .container .about-the-book .content .content-wrapper h6 {
  margin-bottom: 20px;
  color: #0094DA;
}
#single-product .container .about-the-book .content .content-wrapper p {
  margin-bottom: 15px;
}
#single-product .container .about-the-book .content .content-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  z-index: 1;
}
#single-product .container .about-the-book .content .content-wrapper.expanded::before {
  display: none;
  background: transparent;
}
#single-product .container .about-the-book .content .faq_toggle {
  padding: 13px 35px;
  color: #0094DA;
  background-color: #fff;
  border: 1px solid #0094DA;
  border-radius: 6px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: -35px;
  z-index: 2;
}
#single-product .container .about-the-book .content .faq_toggle:hover {
  padding: 10px 24px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#single-product .container .about-the-book .content .content-wrapper.expanded ~ .faq_toggle {
  bottom: -35px;
}
#single-product .container .reviews {
  padding-bottom: 30px;
}
#single-product .container .reviews div {
  margin-bottom: 10px;
}
#single-product .container .reviews div a {
  color: #0094DA;
}
#single-product .container .more-books {
  margin-top: 50px;
}
#single-product .container .more-books .related-posts h2 {
  color: #0094DA;
}
#single-product .container .more-books .related-posts .related-posts-title {
  margin-bottom: 50px;
}
#single-product .container .more-books .book-card {
  width: 100%;
}
#single-product .container .more-books .book-card a {
  color: #0094DA;
}
#single-product blockquote {
  font-style: italic;
  color: #394658;
  border-left: 4px solid #0094DA;
  margin: 1.5em 0;
  padding: 0.5em 10px;
  quotes: "“" "”";
}
#single-product blockquote:before {
  content: open-quote;
  font-size: 2em;
  line-height: 0;
  margin-right: 10px;
  vertical-align: -0.4em;
  color: #0094DA;
}
#single-product blockquote p {
  display: inline;
}

.single-book_author .banner {
  min-height: 200px;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.single-book_author .author-page {
  margin-bottom: 50px;
}
.single-book_author .author-page .more-authors-title {
  font-size: 25px !important;
  font-family: "din-2014", sans-serif;
  margin: 0;
  color: #369;
  font-weight: bold;
  padding: 50px 30px;
}
@media only screen and (max-width: 767px) {
  .single-book_author .author-page .more-authors-title {
    font-size: 20px !important;
  }
}
.single-book_author .author-page .author-wrapper {
  display: flex;
  width: 70%;
  justify-content: center;
  margin: 70px auto;
  gap: 80px;
}
@media only screen and (max-width: 767px) {
  .single-book_author .author-page .author-wrapper {
    flex-direction: column;
  }
}
.single-book_author .author-page .author-wrapper .author-name {
  color: #394658;
  font-size: 18px;
  margin-top: 15px;
}
.single-book_author .author-page .author-wrapper a {
  color: #0094DA;
  text-decoration: none;
}
.single-book_author .author-page .author-wrapper .author-image {
  width: 40%;
}
.single-book_author .author-page .author-wrapper .author-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  max-height: 300px;
  max-width: 300px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .single-book_author .author-page .author-wrapper .author-image {
    width: 100%;
  }
}
.single-book_author .author-page .author-wrapper .author-info {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .single-book_author .author-page .author-wrapper .author-info {
    width: 100%;
  }
}
.single-book_author .author-page .more-authors {
  width: 90%;
  margin: 0 auto;
}
.single-book_author .author-page .more-authors h2,
.single-book_author .author-page .more-authors a {
  font-size: 18px;
  color: #394658;
  text-decoration: none;
}
.single-book_author .author-page .more-authors h2 {
  margin-top: 20px;
}
.single-book_author .author-page .more-authors .swiper-slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.archive.post-type-archive-book_author .banner-description {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .archive.post-type-archive-book_author .banner-wrapper.hero .banner {
    padding-bottom: 30px;
  }
  .archive.post-type-archive-book_author .banner-wrapper.hero .banner.has-description {
    min-height: 400px;
  }
}
@media only screen and (max-width: 1024px) {
  .archive.post-type-archive-book_author .banner-description {
    width: 100%;
  }
}
.archive .audio-books {
  background: none;
}
.archive .audio-books.featured-books {
  margin: 0 auto;
}
.archive .audio-books.featured-books .product-title,
.archive .audio-books.featured-books .product-author,
.archive .audio-books.featured-books .product-author a {
  font-family: "din-2014", sans-serif;
  color: #394658;
}
.archive .audio-books.featured-books .product-price {
  color: #0094DA;
}
.archive .banner-books-wrapper {
  display: block;
}
@media only screen and (max-width: 450px) {
  .archive .banner-wrapper .banner {
    min-height: 200px;
  }
}
.archive .featured-books-container {
  justify-content: flex-start;
}
.archive .authors-archive {
  padding: 100px 15px;
}
.archive .authors-archive .list-authors {
  display: flex;
  flex-wrap: wrap;
}
.archive .authors-archive .list-authors > a {
  padding: 1%;
  width: 20%;
  color: #394658;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  .archive .authors-archive .list-authors > a {
    padding: 2%;
    width: 33%;
  }
}
@media only screen and (max-width: 1024px) {
  .archive .authors-archive .list-authors > a {
    width: 50%;
  }
}
@media only screen and (max-width: 450px) {
  .archive .authors-archive .list-authors > a {
    width: 100%;
  }
}
.archive .authors-archive .list-authors > a h2 {
  font-size: 18px;
}
.archive .authors-archive .list-authors .author-image img {
  height: 260px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 1400px) {
  .archive .authors-archive .list-authors .author-image img {
    height: 350px;
  }
}
@media only screen and (max-width: 1024px) {
  .archive .authors-archive .list-authors .author-image img {
    height: 400px;
  }
}
.archive .filter-count {
  display: flex;
  justify-content: flex-end;
}
.archive .filter-count span b {
  color: #0094DA;
}

.post-type-archive-book_author .banner-wrapper .banner .container {
  width: 100%;
}
.post-type-archive-book_author .banner-wrapper .banner .container .banner-text {
  width: 100%;
}

#page .banner {
  min-height: 525px;
}
@media (max-width: 768px) {
  #page .banner {
    min-height: 450px;
    align-items: flex-start;
  }
}
#page .keep-books .banner-floating-books {
  right: 200px;
}
@media (max-width: 1400px) {
  #page .keep-books .banner-floating-books {
    right: 5%;
  }
}
@media (max-width: 1250px) {
  #page .keep-books .banner-floating-books {
    top: -480px;
    right: 0;
  }
}
@media (max-width: 768px) {
  #page .keep-books .banner-floating-books {
    top: -340px;
  }
}
#page .keep-books .banner-floating-books .only-two {
  margin: 0 auto;
}
@media (max-width: 768px) {
  #page .keep-books .banner-floating-books .floating-book img {
    height: 280px;
  }
}
#page .container {
  padding: 100px 10px;
}
#page .container .banner-text {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #page .container {
    padding: 50px 15px;
  }
  #page .container .banner-title {
    text-align: center;
    font-size: 30px;
  }
  #page .container .banner-text {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  #page .container .banner-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #page .banner-wrapper.hero .banner {
    padding-top: 0;
    padding-bottom: 0;
  }
}