/*
  Theme Name:   Bricks Child Theme
  Theme URI:    https://bricksbuilder.io/
  Description:  Use this child theme to extend Bricks.
  Author:       Bricks
  Author URI:   https://bricksbuilder.io/
  Template:     bricks
  Version:      1.0
  Text Domain:  bricks
*/

html {
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.woocommerce-mini-cart__buttons .wc-forward:first-child {
  display: none !important;
}

#sortButton,
#searchOptions,
.filter-category-dropdown-close {
  color: var(--dark);
  background: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

header {
  position: relative;
  z-index: 20;
}

#brxe-xpqomp a.brxe-text-link {
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
}

#brxe-xpqomp a.brxe-text-link:hover,
.book-menu-trigger:hover,
.bibles-menu-trigger:hover {
  position: relative;
  color: var(--light) !important;
  background-color: var(--accent);
  border-radius: 0 !important;
}

#brxe-xpqomp a.brxe-text-link:hover::before,
.book-menu-trigger:hover::before,
.bibles-menu-trigger:hover::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 1000px;
  height: 100%;
  background: var(--accent);
  display: block;
}

#brxe-xpqomp a.brxe-text-link:hover::after,
.book-menu-trigger:hover::after,
.bibles-menu-trigger:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 1000px;
  height: 100%;
  background: var(--accent);
  display: block;
}

.relative {
  position: relative;
}

.text-center {
  text-align: center !important;
}

.page-body ul {
  list-style: disc;
  margin-left: 35px;
}

.alignwide {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

.woocommerce-LoopProduct-link .woocommerce-loop-product__title,
.woocommerce-LoopProduct-link .price,
.product.type-product .product_type_simple,
.product.type-product .add_to_cart_button {
  display: none;
}

main#brx-content {
  overflow: hidden;
}

.rec-book {
  position: relative;
  width: 300px;
}

.rec-book img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.book-image,
.book-img-small {
  position: relative;
  z-index: 0;
}

.book-image img,
.book-img-small img {
  z-index: 20;
}

.house-picks .blaze-slide {
  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;
}

.book-image::before,
.book-img-small::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 97%;
  height: 94%;
  -webkit-box-shadow: -1px 12px 13px 0px rgba(3, 7, 18, .30);
  box-shadow: -1px 12px 13px 0px rgba(3, 7, 18, .30);
}

.book-image::after,
.book-img-small::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 97%;
  height: 94%;
  -webkit-box-shadow: -2px 2px 2px 0px rgba(3, 7, 18, 0.06),
    -10px 9px 8px 0px rgba(3, 7, 18, 0.08),
    -22px 20px 17px 0px rgba(3, 7, 18, 0.15),
    -14px 15px 20px 0px rgba(3, 7, 18, 0.25);
  box-shadow: -2px 2px 2px 0px rgba(3, 7, 18, 0.06),
    -10px 9px 8px 0px rgba(3, 7, 18, 0.08),
    -22px 20px 17px 0px rgba(3, 7, 18, 0.15),
    -14px 15px 20px 0px rgba(3, 7, 18, 0.25);
}

.book-image .sale-badge {
  position: absolute;
  top: -29px;
  left: -12px;
  background: url(https://www.harvesthousepublishers.com/wp-content/themes/bricks-child/assets/images/ribbon-sale.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  width: 145px;
  height: 58px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .book-image .sale-badge {
    top: -25px;
    left: -8px;
    font-size: 1.2rem;
    width: 95px;
    height: 45px;
  }
}

.book-search-input {
  border: 0 none !important;
  border-radius: 10px;
}

.book-search-input:focus {
  outline: none;
  box-shadow: 0px 0px 2px var(--primary);
}

.book-img {
  position: relative;
  height: 340px;
}

.book-img-small {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 325px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.book-img-small img {
  width: auto;
  height: 100%;
}

.full-book-img {
  position: relative;
  height: auto;
}

@media screen and (max-width: 767px) {
  .filter-woo.filters-active {
    margin-bottom: 5px;
  }

  .product-hero {
    margin-top: 0 !important;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .full-book-img {
    height: 325px;
  }

  .single-product .full-book-img img {
    height: 100% !important;
    width: auto !important;
  }
}

.woocommerce-pagination ul.page-numbers,
.bricks-pagination ul.page-numbers {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.woocommerce-pagination span.page-numbers,
.bricks-pagination span.page-numbers,
.woocommerce-pagination a.page-numbers {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  padding: 5px 10px;
  border-radius: 50%;
  -webkit-transition: cubic-bezier(1, 0, 0, 1) 0.3s;
  -o-transition: cubic-bezier(1, 0, 0, 1) 0.3s;
  transition: cubic-bezier(1, 0, 0, 1) 0.3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.woocommerce-pagination .page-numbers.current,
.bricks-pagination .page-numbers.current {
  background: var(--accent);
  color: var(--light);
}

.woocommerce-pagination .page-numbers.next:hover,
.woocommerce-pagination .page-numbers.prev:hover,
.bricks-pagination .page-numbers.next:hover,
.bricks-pagination .page-numbers.prev:hover {
  color: var(--accent);
}

.woocommerce-pagination a.page-numbers:hover {
  font-weight: 700;
}

.product-rating {
  font-size: 16px;
  color: #333;
}

.star {
  color: gold;
  font-size: 20px;
  margin-right: 2px;
}

.star.empty {
  color: #ccc;
}

.black-text-link {
  color: var(--dark);
  font-weight: 700;
}

.text-link {
  cursor: pointer;
  color: var(--accent);
  font-weight: 500;
  text-decoration: underline;
  font-style: italic;
}

.product-description p {
  margin-bottom: 16px;
  font-size: 1.5rem;
  letter-spacing: 0px;
}

.product-description ul {
  margin-bottom: 16px;
  padding-left: 35px;
  list-style: disc;
}

.product-description ul li {
  font-size: 1.5rem;
  letter-spacing: 0.95px;
}

.house-picks {
  position: relative;
}

.house-picks::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100vw;
  background: var(--bg-body);
  z-index: -1;
  pointer-events: none;
}

.house-picks::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100vw;
  background: var(--bg-body);
  z-index: -1;
  pointer-events: none;
}

/* Accordion base styles */
.filter-accordion {
  width: 100%;
  /* Adjust width as needed */
}

.filter-accordion-item {
  margin-bottom: 10px;
  /* Space between accordion items */
}

.filter-accordion-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--secondary);
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  background: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.filter-accordion-content {
  background-color: var(--light);
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  max-height: 0;
  /* Initially hide content */
  padding-left: 10px;
  /* Indent content for better visibility */
}

.filter-accordion-content.open {
  max-height: 100%;
}

.filter-accordion-content ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.filter-accordion-content li {
  padding: 0;
  font-size: 1.2rem;
  font-weight: 400;
  cursor: pointer;
}

.filter-accordion-content li:hover {
  color: var(--accent);
}

.filter-accordion-content li:last-child {
  border-bottom: none;
  /* Remove border from the last item */
}

.tax-product_cat .filter-woo .filter-accordion-button {
  width: 25px;
}

.tax-product_cat .filter-accordion-item>.checkbox-container label,
.search-container .filter-accordion-item>.checkbox-container label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-accordion-item>.checkbox-container,
.search-container .filter-accordion-item>.checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.filter-accordion-item>.checkbox-container label,
.search-container .filter-accordion-item>.checkbox-container label {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}

.filter-accordion-item>.checkbox-container input[type="checkbox"],
.filter-accordion-content-subcategories .checkbox-container input[type="checkbox"] {
  accent-color: var(--accent);
  -webkit-accent-color: var(--accent);
}

.filter-accordion-content-subcategories {
  padding-top: 14px;
}

.filter-accordion-content-subcategories .checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

/* .filter-accordion-content-subcategories .checkbox-container input {
  
} */
.filter-accordion-content-subcategories .checkbox-container label {
  color: var(--secondary);
  font-size: 1.2rem;
  font-weight: 500;
}

.filter-accordion-item-subcategory.current {
  font-weight: 700;
  color: var(--accent);
}

.filter-accordion-button.current-category {
  font-weight: 700;
  color: var(--accent);
}

.active-filters {
  width: 100%;
  margin-top: 20px;
  display: none;
  /* Hidden by default */
}

.active-filters-content {
  border: 1px solid #dbdbdb;
  background: #f7f7f7;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.active-filters-content h2 {
  font-size: 1.4rem;
  width: 155px;
  padding-top: 8px;
}

.active-filters-content h2 .show-all {
  display: none;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--secondary);
  cursor: pointer;
}

.active-filters-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin-left: 20px;
}

.active-filter-tag {
  background: #d9d9d9;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  letter-spacing: 0.035em;
}

.active-filter-tag:hover {
  background: #000;
  color: var(--light);
}

.active-filter-tag .remove {
  width: 16px;
  height: 16px;
  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;
  border-radius: 50%;
}

.active-filter-tag .remove:hover,
.active-filter-tag:hover .remove {
  background: rgba(0, 0, 0, 0.1);
}

.active-filters-clear {
  background: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
}

button.ajax_add_to_cart.add_to_cart_button {
  background: var(--accent);
  color: var(--light);
  padding: 10px 15px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  border-radius: 5px;
}

button.ajax_add_to_cart.add_to_cart_button.loading {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.custom-product-interactions .added_to_cart.wc-forward {
  display: none;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}
.woocommerce-no-products-found {
  padding: 60px 0;
}
.woocommerce-no-products-found .woocommerce-info {
  color: var(--accent);
  font-weight: 700;
  text-align: center;
  display: block;
}

.woocommerce-checkout #brx-content,
.woocommerce-cart #brx-content {
  padding-top: 60px;
}

.woocommerce-checkout #brx-content h1,
.woocommerce-cart #brx-content h1 {
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px solid var(--border-light);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.woocommerce-checkout #brx-content .wc-block-components-checkout-place-order-button,
.woocommerce-cart #brx-content .wc-block-cart__submit-button,
.button.coming-soon {
  background: var(--accent) !important;
  color: var(--light) !important;
  padding: 10px 20px;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  border-radius: 5px;
}
.button.coming-soon {
  pointer-events: none;
}

/* Author Channel */
#authorChannel .page-numbers {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.7;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#authorChannel .page-numbers.current,
#authorChannel .page-numbers:hover {
  color: var(--light);
  background-color: var(--accent);
}

body.home #brxe-ujoiii,
body.tax-product_cat #brxe-ujoiii {
  background: var(--bg-body);
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  color: var(--accent) !important;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .house-picks .blaze-track {
    padding-top: 20px;
  }
}

.search-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  gap: 18px;
  padding: 6px 10px;
  position: relative;
  z-index: 20;
}

.search-filter .search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-filter .search-bar {
  /* width: -webkit-fill-available; */
  width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-filter .search-bar input {
  width: 100%;
  border: 0;
  -webkit-appearance: none;
}

/* Placeholder Text */
.search-filter .search-bar input::-webkit-input-placeholder {
  color: #989898;
  font-weight: 500;
}

.search-filter .search-bar input::-moz-placeholder {
  color: #989898;
  font-weight: 500;
}

.search-filter .search-bar input:-ms-input-placeholder {
  color: #989898;
  font-weight: 500;
}

.search-filter .search-bar input::-ms-input-placeholder {
  color: #989898;
  font-weight: 500;
}

.search-filter .search-bar input::placeholder {
  color: #989898;
  font-weight: 500;
}

.search-filter .search-filter-wrapper {
  min-width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-filter .filter-sort-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.search-filter #filterButton {
  display: block;
  width: 17px;
  height: 17px;
}

#searchOptions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.search-filter .search-filter-container {
  position: relative;
  border-left: 1px solid #989898;
  padding-left: 14px;
}

.search-filter .filter-category-dropdown {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -30px;
  right: -24px;
  width: 300px;
  height: auto;
  background: var(--light);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 200;
  border-radius: 10px;
  padding: 30px 25px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-filter .filter-category-dropdown.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 40;
}

.search-filter .filter-category-dropdown-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-light);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.search-filter .filter-category-dropdown-header .filter-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

#bookSearchForm {
  position: relative;
}

#submitBookSearch {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 5px 15px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: var(--accent);
  color: #FFF;
  letter-spacing: 0.025em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#submitBookSearch.show {
  opacity: 1;
  visibility: visible;
}

#filterButton {
  background: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.filter-woo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  gap: 32px;
  margin-bottom: 6px;
}

.filter-woo .filter-sort-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  background: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.filter-woo #sortOptions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.filter-woo .filter-category-dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -30px;
  right: -24px;
  width: 300px;
  height: auto;
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 200;
  border-radius: 10px;
  padding: 30px 25px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.filter-woo .filter-category-dropdown.open {
  opacity: 1;
  visibility: visible;
}

.filter-woo .filter-category-dropdown-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-light);
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.filter-woo .filter-accordion-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

#applyFilters {
  background: var(--accent);
  color: var(--light);
  padding: 10px 10px;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  border-radius: 5px;
  margin-left: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#applyFilters.show {
  opacity: 1;
  visibility: visible;
}

#view-all-books {
  position: relative;
  overflow: hidden;
}

#view-all-books .view-all-books-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#view-all-books .container-wrapper {
  position: relative;
  z-index: 10;
  padding: 35px 30px 30px;
}

#view-all-books .container-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

#view-all-books .left-content {
  width: 100%;
  /* max-width: 400px; */
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

#view-all-books .left-content .pre-title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--secondary);
}

#view-all-books .left-content .title {
  color: var(--dark);
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.035em;
  font-weight: 500;
}

#view-all-books .left-content .btn-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

#view-all-books .right-content {
  width: 100%;
  max-width: 450px;
}

#view-all-books .right-content .book-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 35px;
}

#view-all-books .right-content .right-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#view-all-books .right-content .product-link {
  display: block;
  width: 100%;
  height: 100%;
}

.product-archive {
  margin: 40px auto 80px
}

.product-layout {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 40px;
  align-items: start;
  max-width: 1220px;
  margin: 0 auto;
}

.product-hero {
  display: grid;
  grid-template-rows: auto auto;
  gap: 40px;
  width: 100%;
  margin: 50px auto 0;
}

.product-related-content {
  position: sticky;
  top: 20px;
  align-self: start;
  background: var(--bg-body);
  border: 1px solid var(--border-light);
  border-radius: 4px;
  padding: 20px;
  overflow: hidden;
  margin-top: 50px;
}
.product-description-inside {
  display: block;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.product-description-outside {
  display: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 769px) {
  .product-layout.wrap-mode {
    display: grid;
    grid-template-columns: 1fr 310px;
    grid-template-rows: auto auto;
    gap: 40px;
    max-width: 1220px;
    margin: 0 auto;
  }

  .product-layout.wrap-mode .product-single {
    grid-column: 1;
    grid-row: 1;
  }

  .product-layout.wrap-mode .product-related-content {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    top: initial;
    align-self: start;
  }

  .product-layout.wrap-mode .product-description {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .product-layout.wrap-mode .product-description-inside {
    display: none;
  }

  .product-layout.wrap-mode .product-description-outside {
    display: block;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .product-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-layout.wrap-mode .product-hero {
    margin-right: 0;
  }

  .product-layout.wrap-mode .product-related-content {
    float: none;
    width: 85%;
    margin: 0 auto 25px;
    position: relative;
  }
}
.single-product .about-author {
  margin-top: 20px !important;
}

/* 
.product-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 50px auto 0;
  gap: 40px;
}

.product-related-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 310px;
  background: var(--bg-body);
  border: 1px solid var(--border-light);
  border-radius: 4px;
  padding: 20px;
  overflow: hidden;
} */

.product-related-content.no-related-content {
  opacity: 0;
}

.product-related-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 14.63px;
  letter-spacing: 0.15em;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-light);
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.product-related-content .media-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin-top: -20px;
  margin-bottom: 25px;
}

.product-related-content .media-files div {
  width: 100%;
  border-bottom: 1px solid var(--border-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.product-related-content .media-files a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.035em;
}

.related-products-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* REMOVE BEFORE LAUNCH */
.related-products-wrapper .related-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.related-products-wrapper .related-product .related-product-img {
  width: 100%;
  max-width: 25%;
  margin-right: 20px;
}

.related-products-wrapper .related-product .related-product-img a {
  position: relative;
  display: block;
  height: 100%;
  width: auto;
}

.related-products-wrapper .related-product .related-product-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.2rem;
}

.related-products-wrapper .related-product .related-product-title a {
  font-size: 1.2rem;
  color: var(--accent);
  font-weight: 600;
}

.product-single {
  width: 100%;
  display: -ms-grid;
  display: grid;
  max-width: 870px;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  gap: 40px;
}

.product-single .product-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 25px;
}

.product-single .product-image .book-image img {
  height: auto;
  width: 100%;
}

.product-single .download-details {
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 auto;
  margin-top: 25px;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-single .download-details .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 5px;
}

.product-single .download-details .row a {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent);
  /* font-style: italic; */
  /* text-decoration: underline; */
}

.product-single .product-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 0;
}

.product-single .product-details .product-details-content {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.product-single .product-details .product-title {
  font-size: 2.4rem !important;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: left !important;
}

.product-single .product-details .product-sub-title {
  font-size: 1.5rem !important;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left !important;
  text-transform: none !important;
  color: var(--dark) !important;
}

.product-single .authors {
  font-size: 1.5rem !important;
  font-weight: 500;
  color: var(--accent);
}

.product-single .author-link {
  color: var(--accent) !important;
  text-decoration: underline !important;
  font-weight: 700;
}

.product-single .product-rating-overview {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-light);
  width: 100%;
  font-size: 1.5rem !important;
}

.product-single .rating-overview-count {
  margin-left: 16px;
  text-decoration: underline !important;
  font-weight: 700;
}

.product-single .write-review-link {
  margin-left: 16px;
  color: var(--accent) !important;
  text-decoration: underline !important;
  font-weight: 700;
  font-style: italic !important;
}

.product-single .editions {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  border-top: 1px solid var(--border-light);
  padding-top: 30px;
  margin-top: 5px;
  gap: 40px;
}

.product-single .editions .editions-item {
  padding: 8px 16px;
  border-radius: 16px;
  /* max-width: 188px; */
  -webkit-box-shadow: 0px 4px 4px 0px var(--dark)1A inset;
  box-shadow: 0px 4px 4px 0px var(--dark)1A inset;
  opacity: 0.75;
  border: 1px solid var(--border-light);
}

.product-single .editions .editions-item.selected {
  border: 1px solid var(--accent);
  opacity: 1;
}

.product-single .editions .editions-item .edition-title {
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--secondary);
  text-transform: none !important;
}

.product-single .editions .editions-item .edition-price {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
}

.product-single .editions .editions-item.selected .edition-price {
  color: var(--accent);
}

.product-single .editions .editions-item.selected .edition-price del {
  opacity: .75;
  color: #636363;
  font-size: 1.8rem;
}

.product-single .additional-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--secondary);
  /* margin-top: 24px; */
  /* margin-bottom: 16px; */
  gap: 16px;
}

.product-single .custom-product-interactions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 32px;
  padding: 10px 0;
}

.product-single .product-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-weight: 500;
}

.product-single .product-add-to-cart .quantity {
  max-width: 70px;
}

.youtube-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}

.youtube-links .youtube-link a {
  position: relative;
  display: block;
}

.youtube-links .youtube-link a .yt-play-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  border: 3px solid #515151a1;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%;
}

.product-description {
  /* max-width: 1040px; */
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  /* padding: 0 !important; */
}

.product-description.brxe-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-author {
  border-top: 1px solid var(--border-light);
  width: 100%;
  margin-top: 46px;
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: left;
  margin-bottom: 40px;
}

.about-author .about-author-title {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: left;
}

.author-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 80px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.author-slide .author-image {
  width: 100%;
  max-width: 484px;
}

.author-slide .author-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.author-slide .author-info .author-info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.author-slide .author-info .author-books {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-width: 230px;
}

.author-slide .author-info .author-name {
  font-size: 2rem;
  font-weight: 500;
  color: var(--secondary);
  text-transform: uppercase !important;
  letter-spacing: 1px;
}

.author-slide .author-info .author-bio {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--secondary);
  letter-spacing: 0px;
}

.author-slide .author-info .see-all-books-by {
  margin-top: 20px;
  font-size: 1.8rem;
  color: var(--secondary);
  font-weight: 500;
  font-style: italic;
  text-align: end;
  letter-spacing: 0px;
}

.pd-accordion-wrapper {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  padding: 15px 30px;
  border: 1px solid var(--border-light);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.pd-accordion-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--secondary);
  cursor: pointer;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
}

.pd-accordion-trigger .trigger-icon {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.pd-accordion-trigger.active .trigger-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pd-accordion-content {
  display: none;
  margin-top: 20px;
}

.pd-accordion-content.active {
  display: block;
}

.pd-accordion-content .detail-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

#__GBS_Button0 {
  position: relative;
  display: block;
}

#__GBS_Button0[style="display: none; cursor: pointer;"] {
  display: block !important;
}

#__GBS_Button0 img {
  display: none !important;
}

#__GBS_Button0:after {
  content: "Open Book Preview";
  font-size: 1.5rem;
  font-weight: 700;
  /* font-style: italic; */
  /* text-decoration: underline; */
  color: var(--accent);
  right: 0;
  position: absolute;
}

#__GBS_Button1 {
  position: relative;
  display: block;
}

#__GBS_Button1 img {
  display: none !important;
}

#__GBS_Button1:after {
  content: "Open Book Preview";
  font-size: 1.5rem;
  font-weight: 700;
  /* font-style: italic; */
  /* text-decoration: underline; */
  color: var(--accent);
  right: 0;
  position: absolute;
}

.author-slider {
  margin-top: 34px;
}

.author-slider .swiper {
  width: 100%;
  padding: 0 30px;
}

.author-slider .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.author-read-more {
  margin-top: 16px;
}

.author-book-img {
  max-width: 200px;
}

.author-book-image {
  position: relative;
  z-index: 0;
}

.author-book-image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 97%;
  height: 97%;
  -webkit-box-shadow: -1px 12px 13px 0px rgba(3, 7, 18, .30);
  box-shadow: -1px 12px 13px 0px rgba(3, 7, 18, .30);
}

.author-book-image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 97%;
  height: 97%;
  -webkit-box-shadow: -2px 2px 2px 0px rgba(3, 7, 18, 0.06),
    -10px 9px 8px 0px rgba(3, 7, 18, 0.13),
    -22px 20px 17px 0px rgba(3, 7, 18, 0.19);
  box-shadow: -2px 2px 2px 0px rgba(3, 7, 18, 0.06),
    -10px 9px 8px 0px rgba(3, 7, 18, 0.13),
    -22px 20px 17px 0px rgba(3, 7, 18, 0.19);
}

.related-products-wrapper .related-product .related-product-img a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 97%;
  height: 97%;
  -webkit-box-shadow: -1px 12px 13px 0px rgba(3, 7, 18, .30);
  box-shadow: -1px 12px 13px 0px rgba(3, 7, 18, .30);
}

.related-products-wrapper .related-product .related-product-img a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 97%;
  height: 97%;
  -webkit-box-shadow: -2px 2px 2px 0px rgba(3, 7, 18, 0.06),
    -10px 9px 8px 0px rgba(3, 7, 18, 0.13),
    -7px 7px 10px 0px rgba(3, 7, 18, 0.19);
  box-shadow: -2px 2px 2px 0px rgba(3, 7, 18, 0.06),
    -10px 9px 8px 0px rgba(3, 7, 18, 0.13),
    -7px 7px 10px 0px rgba(3, 7, 18, 0.19);
}

.author-book-link-block {
  display: block;
  color: var(--accent) !important;
  text-decoration: underline !important;
}

.author-name-link {
  color: var(--accent) !important;
  text-decoration: underline !important;
}

.author-slider-navigation,
.house-picks-slider-navigation {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 56px;
}

.author-slider-navigation button,
.house-picks-slider-navigation button {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

section.house-picks {
  background-color: var(--bg-body);
  width: 100%;
  overflow: hidden;
}

section.house-picks .brxe-container {
  width: 100%;
  padding: 56px 0;
}

.house-picks-title {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: left;
  padding: 0 30px;
}

section.house-picks .blaze-track {
  margin-right: -15px;
  margin-left: 15px;
}

/* section.house-picks .author-slider {
  margin-left: -43px;
  margin-right: -43px;
} */

.woocommerce-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding: 10px 0 !important;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--secondary);
  letter-spacing: 0.75px;
  gap: 14px;
}

.abc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  border-top: 1px solid var(--border-light);
  padding-top: 15px;
  border-bottom: 1px solid var(--border-light);
  padding-bottom: 15px;
}

.alphabet-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.authors-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.authors-title-wrapper h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.2px
}

.authors-title-wrapper h1 span {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--secondary);
  text-transform: none;
  letter-spacing: 0.75px;
}

.authors-title-wrapper h1 span .letter {
  color: var(--accent);
  font-weight: 700;
}

.authors-view-type-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.authors-view-type-wrapper button {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.authors-view-type-wrapper .grid-button svg rect {
  fill: var(--secondary);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.authors-view-type-wrapper .list-button svg line {
  stroke: var(--secondary);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.authors-view-type-wrapper .grid-button.active svg rect {
  fill: var(--accent);
}

.authors-view-type-wrapper .list-button.active svg line {
  stroke: var(--accent);
}

.authors-grid-wrapper {
  display: none;
  margin: 35px 0;
}

.authors-grid-wrapper.active {
  display: block;
}

.authors-grid-wrapper-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.authors-grid-wrapper .author-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.authors-grid-wrapper .author-item h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2a2a2a;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}

.authors-list-wrapper {
  display: none;
  margin: 35px 0;
}

.authors-list-wrapper.active {
  display: block;
}

.authors-list-wrapper-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.authors-list-wrapper .author-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.authors-list-wrapper .author-item h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2a2a2a;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}

.authors-grid-pagination-wrapper,
.authors-list-pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}

.authors-grid-wrapper,
.authors-list-wrapper {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  -o-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}

.authors-grid-wrapper.active,
.authors-list-wrapper.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.all-authors-link.active {
  color: var(--accent);
  font-weight: 700;
}

#brxe-vrucej .gform_wrapper .ginput_container input[type="text"],
#brxe-vrucej .gform_wrapper .ginput_container input[type="email"],
#brxe-vrucej .gform_wrapper .ginput_container input[type="number"],
#brxe-vrucej .gform_wrapper .ginput_container input[type="tel"],
#brxe-vrucej .gform_wrapper .ginput_container input[type="tel"],
#brxe-vrucej .gform_wrapper .ginput_container textarea {
  border: 1px solid #9e9e9e !important;
  background-color: var(--bg-body) !important;
}

#brxe-wylpao {
  position: relative;
}


/* #brxe-wylpao::before {
  content: "";
  background: url("assets/images/book-overlay.png");
  width: 1086px;
  height: 292px;
  display: block;
  position: absolute;
  top: -70px;
  left: -210px;
  opacity: 0.60;
} */

.page-id-5680 .brxe-yrxrpr {
  padding-top: 35px;
  padding-bottom: 50px;
}

.page-id-5680 .brxe-wtbzfo.brxe-block {
  padding-bottom: 0 !important;
}

.page-id-5680 .brxe-jntond {
  height: 100%;
}

body.search .search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  /* padding-top: 35px; */
  padding-bottom: 35px;
  max-width: 1330px !important;
}

body.search .search-container .search-sidebar {
  width: 20%;
  margin-right: 5%;
}

body.search .search-container .search-sidebar h1 {
  font-family: "Montserrat";
  font-weight: 700;
  color: var(--primary);
  font-style: normal;
  text-transform: uppercase;
  font-size: var(--text-l);
  letter-spacing: 1.2px;
  text-align: left;
}

body.search .search-container .search-sidebar .search-sidebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 40px;
}

body.search .search-container .search-sidebar .search-sidebar-content h4 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 22px;
  color: var(--secondary);
  margin: 0 0 5px;
}

body.search .search-container .search-sidebar-search,
body.search .search-container .search-sidebar-search input {
  width: 100%;
}

body.search .search-container .search-sidebar-search .search-box .icon-search {
  position: absolute;
  right: 10px;
  top: 0;
  width: 15px;
  height: 100%;
  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;
}

body.search .search-container .search-sidebar-filters {
  width: 100%;
}

body.search .search-container .search-sidebar-more-filters {
  display: block;
  width: 100%;
}

body.search .search-container .search-sidebar-more-filters h4 {
  margin-bottom: 15px !important;
}

body.search .search-container .search-results {
  width: 75%;
}

body.search .search-container .search-results h2 {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
  color: var(--secondary);
}

body.search .search-results-grid .product-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  max-width: 205px;
  margin: 20px 0;
}

body.search .search-results-grid .product-meta .product-title {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  color: var(--secondary);
  line-height: 20px;
  margin-bottom: 6px;
}

body.search .search-results-grid .product-meta .authors,
body.search .search-results-grid .product-meta .isbn {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  color: var(--secondary);
  padding: 0;
  margin: 0;
}

body.search .search-results-grid .product-meta .authors a {
  color: var(--accent);
  text-decoration: underline;
}

body.search .search-results-grid .author-image {
  width: 100%;
  max-width: 78%;
  /* height: 275px; */
}

body.search .search-results-grid .author-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

body.search .search-results-grid .author-meta .author-name {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  color: var(--secondary);
}

body.search .search-results-pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recent-searches li,
.recent-searches-mobile li {
  list-style: none;
  margin-bottom: 15px;
}

.recent-searches li a,
.recent-searches-mobile li a {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 1px;
}

.woocommerce-mini-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  overflow: visible !important;
}

.woocommerce-mini-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 40px;
  width: 100%;
}

.woocommerce-mini-cart-item .mini-cart-item-image {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.woocommerce-mini-cart-item .mini-cart-item-image .author-book-image {
  display: block;
}

.woocommerce-mini-cart-item .mini-cart-item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.woocommerce-mini-cart-item .mini-cart-item-content .mini-cart-item-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--secondary);
  margin: 0;
  letter-spacing: 1.05px;
}

.woocommerce-mini-cart-item .mini-cart-item-content .mini-cart-item-remove {
  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;
  width: 20px;
}

.woocommerce-mini-cart-item .mini-cart-item-content .quantity {
  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;
  background: var(--light);
  border-radius: 50px;
  padding: 0px 15px;
  border: 1px solid var(--accent) !important;
  gap: 10px;
  margin-top: 15px;
}

.woocommerce-mini-cart-item .mini-cart-item-content .quantity input {
  border: 0;
  background: none;
  width: auto;
  text-align: center;
}

.woocommerce-mini-cart-item .mini-cart-item-content .quantity .increment,
.woocommerce-mini-cart-item .mini-cart-item-content .quantity .decrement {
  border: 0;
  background: none;
  width: auto;
  font-weight: 700;
  color: var(--accent);
}

.widget_shopping_cart_content.updating-cart {
  position: relative;
  pointer-events: none;
  opacity: 0.7;
}

.widget_shopping_cart_content.updating-cart::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: #3C6C58;
  border-radius: 50%;
  animation: mini-cart-spinner 0.6s linear infinite;
}

@keyframes mini-cart-spinner {
  to {
      transform: rotate(360deg);
  }
}


.woocommerce-mini-cart-item .mini-cart-item-content .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce-mini-cart-item .mini-cart-item-content .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mini-cart-total {
  display: block;
  width: 100%;
  text-align: center;
  border-top: 4px solid var(--light);
  margin-top: 40px;
  padding: 20px 0;
}

.mini-cart-total .woocommerce-mini-cart__total {
  text-align: left;
}

.mini-cart-total .woocommerce-mini-cart__buttons .button.checkout {
  border-radius: 8px;
  background: var(--accent);
  color: var(--light);
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  padding: 15px 30px;
  text-transform: uppercase;
}

.mini-cart-total .mini-cart-total-note {
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 600;
  color: var(--accent);
}

.mini-cart-total .total strong {
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: var(--accent);
}

.woocommerce .woocommerce-info {
  border: 0px;
  background: none;
  margin: 0px;
  padding-left: 22px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.woocommerce-info .show-coupon {
  float: none !important;
  color: var(--accent);
  font-weight: 400 !important;
}

.coupon-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.coupon-form .form-row.form-row-first {
  width: 65%;
  margin-right: 20px;
  margin-left: 20px
}

#coupon_code.input-text {
  border-radius: 4px;
}

.coupon-form .form-row.form-row-last {
  float: left;
  width: 34%;
}

.coupon-form .form-row.form-row-last .button {
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat";
  color: var(--light);
  background: var(--accent);
  border-radius: 8px;
  position: absolute;
  padding-top: 10px;
  text-decoration: none;
}

.woocommerce-billing-fields h3,
#order_review_heading {
  font-size: 1.8rem;
  color: var(--secondary);
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.woocommerce-checkout-review-order-table thead {
  display: none;
}

.woocommerce-checkout #order_review {
  border: 0 none !important;
}

.product-order-meta {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: var(--bg-body);
  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;
  border-bottom: 20px solid var(--light)
}

.product-order-meta .product-image {
  position: relative;
  width: 195px;
  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;
  padding: 25px 0;
  height: 100%;
}

.product-order-meta .product-image img {
  height: 100%;
  width: auto;
  -webkit-box-shadow: -2px 2px 2px 0px rgba(3, 7, 18, 0.06),
    -10px 9px 8px 0px rgba(3, 7, 18, 0.08),
    -16px 14px 12px 0px rgba(3, 7, 18, 0.15);
  box-shadow: -2px 2px 2px 0px rgba(3, 7, 18, 0.06),
    -10px 9px 8px 0px rgba(3, 7, 18, 0.08),
    -16px 14px 12px 0px rgba(3, 7, 18, 0.15);
}

.product-order-meta .product-image .product-quantity {
  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;
  position: absolute;
  top: -10px;
  right: -20px;
  width: 44px;
  height: 44px;
  background: var(--light);
  color: var(--secondary);
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 4px 0px var(--dark)1A inset;
  box-shadow: 0px 4px 4px 0px var(--dark)1A inset;
  border: 1px solid var(--border-light);
}

.product-order-meta .product-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-order-meta .product-title>span {
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--secondary);
  letter-spacing: 1px;
  display: block;
  width: 100%;
}

.checkout.woocommerce-checkout {
  display: flex;
  gap: 60px;
}
.woocommerce-checkout #customer_details {
  flex: 1;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
  width: 420px;
}
.checkout.woocommerce-checkout .cart_item {
  position: relative;
  width: 100%;
  height: 200px;
}

.product-image-wrapper {
  position: relative;
  height: auto;
  width: 90px;
}

#order_review button[name="woocommerce_checkout_place_order"] {
  border-radius: 8px;
  background: var(--accent);
  color: var(--light);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  max-height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#order_review ul.woocommerce-shipping-methods li {
  margin: 0;
}

.woocommerce-checkout #payment .payment_methods .payment_box {
  background: var(--bg-body) !important;
}

.checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  margin-bottom: 25px;
}

.cart-discount .woocommerce-remove-coupon {
  font-size: 1.2rem;
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.025em;
}

.woocommerce-form-login-toggle {
  background: var(--bg-body);
  border-radius: 8px;
  margin: 0 0 25px;
  padding: 5px;
}

.woocommerce-form-login-toggle .woocommerce-info {
  color: var(--secondary);
}

.woocommerce-input-wrapper input,
.woocommerce-input-wrapper select,
.woocommerce-input-wrapper textarea,
.select2-container--default .select2-selection--single {
  border-radius: 4px !important;
  border: 1px solid var(--border-light) !important;
  background-color: var(--bg-body) !important;
}

.brxe-woocommerce-account-page .woocommerce-info {
  color: var(--accent);
}

.brxe-woocommerce-account-page .woocommerce-info .button {
  background: var(--accent);
  color: var(--light);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.7px;
  border-radius: 8px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-orders tbody td a {
  background: var(--accent);
  color: var(--light);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.7px;
  border-radius: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  line-height: 60px;
  padding: 0 30px;
  font-size: 1.4rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.woocommerce-account .woocommerce-Addresses .edit,
.woocommerce-account .woocommerce .woocommerce-EditAccountForm .button {
  background: var(--accent);
  color: var(--light);
  padding: 8px 20px;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin: 10px 0;
}

.woocommerce address {
  font-style: normal;
  font-size: 1.8rem;
  margin: 5px 20px;
  letter-spacing: 0.035em;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-orders tbody td a.cancel {
  background-color: #b81919;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active {
  color: var(--light);
  background: var(--accent);
}

.woocommerce-EditAccountForm .woocommerce-form-row input,
.woocommerce-EditAccountForm .woocommerce-form-row textarea {
  border-radius: 4px !important;
  border: 1px solid #9e9e9e !important;
  background-color: var(--bg-body) !important;
}

section.tax-imprint {
  background: var(--bg-body);
}

section.tax-imprint .brxe-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.taxonomy-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2.5em;
  -moz-column-gap: 2.5em;
  column-gap: 2.5em;
}

.taxonomy-header .tax-image {
  width: 33%;
  -webkit-column-gap: 0.7em;
  -moz-column-gap: 0.7em;
  column-gap: 0.7em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.taxonomy-header .tax-image .tax-image-inner {
  padding: 45px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.taxonomy-header .tax-content {
  width: 67%;
  row-gap: 0.8em;
  max-width: 643px;
}

.taxonomy-header .tax-content h1 {
  margin-bottom: 20px;
  font-weight: 600;
}

.taxonomy-header .tax-content p {
  font-size: 1.4rem;
  letter-spacing: 0.035em;
}

.tax-books .brxe-container {
  max-width: 1340px;
  padding-top: 0;
  padding-bottom: 50px;
}

.pagination-controls {
  margin: 25px 0;
  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;
}

.tax-books-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 120px;
  margin: 10px 0 0;
  padding: 0;
}

.tax-books-grid .product {
  height: 400px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 21%;
  flex: 1 0 21%;
  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;
}

.tax-books-grid .product a.book-image {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tax-books-grid .product a.book-image span.no-image-title,
#view-all-books .right-content .book-track a.book-image span.no-image-title,
.category-product-image span.no-image-title,
.cover-parent .no-image-title,
.book-img-small span.no-image-title,
.author-book-img span.no-image-title {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 15px;
  z-index: 21;
  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;
  text-align: center;
  padding: 0 15px;
  font-weight: 600;
  font-size: 14px;
  color: #555555;
  border-radius: 20px;
  opacity: 1;
  /* transition: opacity 0.3s ease-in-out; */
  pointer-events: none;
}

.cover-parent.large-cover .no-image-title {
  bottom: 50px;
  padding: 0 25px;
}

.cover-parent.small-cover .no-image-title {
  font-size: 12px;
  bottom: 15px;
  padding: 0;
}

.tax-books-grid .product a.book-image:hover span.no-image-title,
#view-all-books .right-content .book-track a.book-image:hover span.no-image-title,
.category-product-image:hover span.no-image-title,
.cover-parent:hover span.no-image-title {
  opacity: 1;
}

.woocommerce-account .woocommerce-form-login:not([class^=brxe-]) .woocommerce-button,
.woocommerce-account .woocommerce-form-register:not([class^=brxe-]) .woocommerce-button {
  background: var(--accent);
  color: var(--light);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.7px;
  border-radius: 8px;
}

.woocommerce-account .woocommerce-form-login:not([class^=brxe-]) input,
.woocommerce-account .woocommerce-form-register:not([class^=brxe-]) input {
  border-radius: 4px !important;
  border: 1px solid var(--border-light) !important;
  background-color: var(--bg-body) !important;
}

.woocommerce-account .woocommerce-form-login:not([class^=brxe-]) input:-webkit-autofill,
.woocommerce-account .woocommerce-form-register:not([class^=brxe-]) input:-webkit-autofill,
.woocommerce-account .woocommerce-form-login:not([class^=brxe-]) textarea:-webkit-autofill,
.woocommerce-account .woocommerce-form-register:not([class^=brxe-]) textarea:-webkit-autofill,
.woocommerce-account .woocommerce-form-login:not([class^=brxe-]) select:-webkit-autofill,
.woocommerce-account .woocommerce-form-register:not([class^=brxe-]) select:-webkit-autofill,
.woocommerce-account .woocommerce-form-login:not([class^=brxe-]) select:-webkit-autofill:hover,
.woocommerce-account .woocommerce-form-register:not([class^=brxe-]) select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--bg-body) inset !important;
  -webkit-background-clip: text;
  /* This is a bonus from here: https://github.com/nextui-org/nextui/issues/1346#issuecomment-1855635162*/
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.woocommerce-privacy-policy-text p {
  font-size: 1.2rem;
}

.woocommerce-privacy-policy-text p a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: underline;
}

.woocommerce-LostPassword.lost_password a {
  color: var(--accent);
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: underline;
}

.woocommerce-account form label {
  color: inherit;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.035em;
  font-size: 1.4rem;
}

.woocommerce .woocommerce-form-login {
  margin: 0 0 35px;
}

.woocommerce .woocommerce-account-fields {
  margin-top: 15px;
}

.woocommerce .woocommerce-form-login label,
.woocommerce .woocommerce-billing-fields label,
.woocommerce .woocommerce-shipping-fields label {
  color: inherit;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .2px;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.woocommerce .woocommerce-billing-fields input:-webkit-autofill,
.woocommerce .woocommerce-shipping-fields input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--bg-body) inset !important;
  -webkit-background-clip: text;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.woocommerce .woocommerce-form-login input {
  border-radius: 4px !important;
  border: 1px solid var(--border-light) !important;
  background-color: var(--bg-body) !important;
}

.woocommerce .woocommerce-form-login input:-webkit-autofill,
.woocommerce .woocommerce-form-login input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--bg-body) inset !important;
  -webkit-background-clip: text;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.woocommerce .woocommerce-form-login button[type="submit"] {
  background: var(--accent);
  color: var(--light);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.7px;
  border-radius: 8px;
}

.woocommerce .woocommerce-form-login .lost_password {
  margin-top: -10px;
}

.woocommerce .woocommerce-form-login .lost_password a {
  color: var(--accent);
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: underline;
}

.bricks-pagination a.prev,
.bricks-pagination a.next {
  display: inline-block;
  width: 10px;
  height: 7px;
  text-indent: -9999px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bricks-pagination a.prev {
  display: inline-block;
  width: 6px;
  height: 7px;
  margin-right: 10px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNSA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC4xNDA0NTYgMy44MDM4OUwzLjU1NzA3IDYuODc0MjVDMy43NTU5OCA3LjA0MTkyIDQuMDYwMiA3LjA0MTkyIDQuMjQ3NDEgNi44NzQyNUM0LjQzNDYyIDYuNzA2NTkgNC40MzQ2MiA2LjQyMzY1IDQuMjQ3NDEgNi4yNTU5OUwxLjE3MDEyIDMuNUw0LjI0NzQxIDAuNzQ0MDEyQzQuNDM0NjIgMC41NjU4NjggNC40MzQ2MiAwLjI5MzQxMyA0LjI0NzQxIDAuMTI1NzQ4QzQuMDYwMiAtMC4wNDE5MTYyIDMuNzU1OTggLTAuMDQxOTE2MiAzLjU1NzA3IDAuMTI1NzQ4TDAuMTQwNDU2IDMuMTg1NjNDLTAuMDQ2NzU1OSAzLjM2Mzc3IC0wLjA0Njc1NTkgMy42MzYyMyAwLjE0MDQ1NiAzLjgwMzg5WiIgZmlsbD0iIzQzNDI0NCIvPjwvc3ZnPg==');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bricks-pagination a.next {
  display: inline-block;
  width: 10px;
  height: 7px;
  margin-left: 10px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNSA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMy4yNDczNiAzLjE5NjExTDAuODMwNzUxIDAuMTI1NzQ5QzAuNjMxODM5IC0wLjA0MTkxNTkgMC4zMjc2MiAtMC4wNDE5MTU5IDAuMTQwNDA4IDAuMTI1NzQ5Qy0wLjA0NjgwMzIgMC4yOTM0MTMgLTAuMDQ2ODAzMiAwLjU3NjM0NyAwLjE0MDQwOCAwLjc0NDAxMkwzLjIxNzcgMy41TDAuMTQwNDA4IDYuMjU1OTlDLTAuMDQ2ODAzMiA2LjQzNDEzIC0wLjA0NjgwMzIgNi43MDY1OSAwLjE0MDQwOCA2Ljg3NDI1QzAuMzI3NjIgNy4wNDE5MiAwLjYzMTgzOSA3LjA0MTkyIDAuODMwNzUxIDYuODc0MjVMMy4yNDczNiAzLjgxNDM3QzQuNDM0NTcgMy42MzYyMyA0LjQzNDU3IDMuMzYzNzcgMy4yNDczNiAzLjE5NjExWiIgZmlsbD0iIzQzNDI0NCIvPjwvc3ZnPg==');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bricks-pagination {
  margin-top: 45px;
}

#brxe-iayfud button[type="submit"],
#brxe-otosle button[type="submit"] {
  margin-left: -55px;
}

.filter-mobile-only {
  display: none;
}

.house-picks-title-wrapper {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .no-image-title {
    font-size: 12px !important;
    padding: 0;
    opacity: 1 !important;
  }
}

.tax-books-grid .product a.book-image img {
  width: auto;
  height: 100%;
}

/* @media screen and (max-width: 1500px) {
  .product-description {
    padding: 0 30px;
  }
} */

@media screen and (max-width: 1360px) {
  .checkout.woocommerce-checkout {
    padding-left: 20px;
    padding-right: 20px;
  }
  #view-all-books .container-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .left-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  #view-all-books .left-content {
    padding-right: 40px;
  }

  .tax-books-grid {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .tax-books-grid .product {
    height: 350px;
  }
}

@media screen and (max-width: 1260px) {
  #brxe-kjwtht {
    min-height: 400px !important;
  }
  #brxe-wylpao {
    max-width: 500px;
  }
}

@media screen and (max-width: 1024px) {
  .product-single .product-details {
    margin-top: 10px;
  }

  .about-author,
  .about-author .about-author-title {
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  .abc-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
  }

  #view-all-books .container-content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #view-all-books .right-content {
    margin-top: 80px;
  }

  .product-single {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .author-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .author-slide .author-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  body.search .search-container .search-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--light);
    z-index: 100;
    padding: 20px 30px;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    pointer-events: none;
  }

  body.search .search-container .search-sidebar.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.search .search-container .search-results {
    width: 100%;
  }

  .tax-books-grid .product {
    height: 225px;
  }

  .active-filters-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .active-filters-header {
    width: 100%;
  }

  .active-filters-content h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .active-filters-content h2 .show-all {
    display: block;
  }

  .active-filters-list {
    margin-left: 0;
    display: none;
  }

  .active-filters-content.active .active-filters-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
  }

  .active-filters-clear {
    display: none;
  }

  .active-filters-content.active .active-filters-clear {
    display: block;
    margin: 15px 0;
    font-size: 1.4rem;
    text-decoration: underline;
  }
  .checkout.woocommerce-checkout {
    flex-direction: column;
  }
  .woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100%;
  }
}

.alphabet-dropdown {
  display: none;
}

.mobile-only {
  display: none !important;
}

.three-item-slider a.book-image img {
  height: auto !important;
  width: 100% !important;
}

.product-archive.brxe-container h1 {
  font-size: 24px;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 835px) {
  #brxe-wylpao {
    max-width: 400px;
  }
  #brxe-kjwtht {
    min-height: 300px !important;
  }
  #brxe-avxlin {
    background-position: -70px 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .checkout.woocommerce-checkout {
    padding-left: 0;
    padding-right: 0;
  }
  #brxe-avxlin {
    background-position: initial !important;
  }

  #brxe-kjwtht {
    padding-top: 0 !important;
    padding-right: 0;
    padding-bottom: 0 !important;
    padding-left: 0;
    min-height: 220px !important;
  }

  .filter-accordion-item>.checkbox-container label,
  .filter-accordion-content-subcategories .checkbox-container label {
    font-size: 16px;
  }

  .filter-accordion-content-subcategories .checkbox-container {
    margin: 5px 0;
  }

  .filter-woo .filter-category-dropdown {
    width: 100vw;
  }

  .filter-mobile-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 13px 0 0 !important;
  }

  .filter-woo #sortOptions {
    color: var(--dark) !important;
  }

  .product-related-content.no-related-content {
    display: none;
  }

  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  #view-all-books .container-wrapper {
    padding-bottom: 0;
  }

  #view-all-books .right-content .book-track {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    height: 200px;
    padding-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .alphabet-links {
    display: none;
    /* Hide desktop links on mobile */
  }

  .alphabet-dropdown {
    display: block;
    /* Show dropdown on mobile */
  }

  .brxe-container.no-padding {
    padding: 0 !important;
  }

  body.home #brxe-ujoiii {
    background: transparent;
  }

  #view-all-books .right-content {
    overflow-x: scroll;
    margin-top: 0;
  }

  .product-description {
    margin-top: 20px;
    /* text-align: center; */
  }

  .about-author {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .filter-woo {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 35px 0;
  }

  .product-archive.brxe-container h1 {
    font-size: 18px;
    left: 0 !important;
    width: 100%;
    text-align: center;
  }

  .authors-grid-wrapper-inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .authors-grid-wrapper .author-item h2 {
    font-size: 1.2rem;
  }

  .authors-title-wrapper h1 {
    max-width: 200px;
    font-size: 2rem;
  }

  /* section.house-picks .author-slider {
    margin-left: 0;
    margin-right: 0;
  } */

  #view-all-books .left-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  #view-all-books .left-content .title {
    font-size: 15px;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
  }

  #view-all-books .left-content p {
    font-size: 15px;
    line-height: 20px;
  }

  #view-all-books .left-content {
    max-width: 100%;
  }

  .brxe-woocommerce-mini-cart .cart-detail li .remove {
    opacity: 1 !important;
  }

  .woocommerce-mini-cart-item {
    gap: 20px;
  }

  .woocommerce-mini-cart-item .mini-cart-item-image {
    max-width: 60px;
  }

  .product-related-content {
    margin: 0 auto 25px;
    width: 85%;
  }

  .woocommerce-checkout article#brx-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address label {
    font-size: 16px !important;
  }

  .product-order-meta .product-image {
    width: 115px;
  }

  .product-order-meta .product-title {
    padding: 0 20px;
  }

  .product-order-meta .product-title>span {
    font-size: 1.6rem;
  }

  #brxe-vrucej .gform-theme--foundation .gform_fields {
    row-gap: 20px;
  }

  #brxe-phoyja #gform_6 #field_6_1 {
    grid-column: 1/-1 !important;
  }

  /* .product-single .product-details {
    margin-top: 45px;
  } */
  .product-single {
    gap: 20px;
  }

  .brxe-container.product-archive {
    margin-bottom: 35px;
  }

  .product-details-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .product-single .download-details .row a {
    font-size: 1.2rem;
  }

  #__GBS_Button1::after,
  #__GBS_Button0::after {
    font-size: 1.2rem;
  }

  /* .product-single .product-details .product-title {
    text-align: center !important;
  }

  .product-single .product-details .product-sub-title {
    text-align: center !important;
  } */

  .editions .mobile-only {
    font-size: 1.3rem;
  }

  .product-description {
    text-align: left;
  }

  /* .product-description p {
    text-align: center;
  } */

  .product-hero {
    gap: 20px;
  }

  .authors-list-wrapper-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .authors-list-wrapper .author-item h2 {
    border-bottom: 1px solid #2a2a2a;
  }

  #brxe-imjyrn .gform_wrapper .gform_heading h2 {
    max-width: 250px;
  }

  .woocommerce-checkout .shop_table td,
  .woocommerce-checkout .shop_table th {
    padding: 10px !important;
    border-bottom: 1px solid var(--border-light);
  }

  .woocommerce-checkout #payment {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .woocommerce-checkout #customer_details {
    margin-bottom: 25px;
  }

  .breadcrumb-section {
    position: relative;
  }

  .breadcrumb-wrapper {
    margin: 40px auto 0;
    margin-bottom: 25px;
    overflow: scroll;
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
  }

  .woocommerce-breadcrumb {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto !important;
    padding: 10px 20px !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .woocommerce-breadcrumb a {
    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;
  }

  .woocommerce-breadcrumb>svg {
    width: 5px;
    min-width: 5px;
  }

  .breadcrumb-title {
    padding-right: 60px;
  }

  .woocommerce-breadcrumb {
    border: 0 none !important;
  }

  .breadcrumb-wrapper::after {
    content: "";
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 75px;
    height: 47.5px;
    z-index: 1;
  }

  body.search .search-results-grid .author-image {
    height: 205px;
  }

  .taxonomy-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .taxonomy-header .tax-image {
    width: 100%;
  }

  .taxonomy-header .tax-image .tax-image-inner {
    padding: 0 0 25px;
  }

  .taxonomy-header .tax-content {
    width: 100%;
  }

  .tax-books-grid {
    row-gap: 60px;
  }

  .tax-books-grid .product {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 46%;
    flex: 1 0 46%;
  }

  .product-description ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style-position: inside;
    margin: 0;
    padding: 0;
  }

  .product-single .product-image .book-image img {
    height: 100%;
    width: auto;
  }

  .brxe-wtbzfo .brxe-nbhazb.brxe-container {
    padding-left: 0;
    padding-right: 0;
  }

  .tax-books-grid .product a.book-image span.no-image-title,
  #view-all-books .right-content .book-track a.book-image span.no-image-title,
  .category-product-image span.no-image-title,
  .cover-parent .no-image-title {
    line-height: 1.5;
    font-size: 1.1rem !important;
    padding: 0 !important;
    top: 15px;
    left: 9px;
    right: 9px;
    background-color: #e7e7e7;
  }

  .products.columns-4 {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .woocommerce-pagination .page-numbers li {
    margin: 0 !important;
  }

  .woocommerce-pagination ul.page-numbers,
  .bricks-pagination ul.page-numbers {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    max-width: 100%;
    gap: 10px;
    font-size: 1.2rem !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .bricks-pagination a.prev {
    margin-top: 14px;
  }

  .bricks-pagination a.next {
    margin-top: 13px;
  }

  .product-single .download-details {
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: initial;
    top: initial;
  }

  .product-single .download-details.desktop-only {
    display: none;
  }

  .product-single .product-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* .product-single .download-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    margin-bottom: 20px;
  }

  #__GBS_Button0:after {
    position: relative;
  } */

  .checkout.woocommerce-checkout .cart_item {
    overflow: hidden;
  }

  .woocommerce-checkout .shop_table tbody tr td {
    position: relative;
  }

  .product-order-meta {
    width: 90vw;
  }

  .product-image-wrapper {
    position: relative;
    height: auto;
    width: 100%;
    padding: 15px;
    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;
    overflow: hidden;
  }

  .product-order-meta .product-image .product-quantity {
    top: 0;
    right: 0;
  }

  .woocommerce-checkout .shop_table tbody tr td.product-total {
    display: none;
  }

  .woocommerce-checkout .shop_table tbody tr td {
    border: 0 none;
  }

  .coupon-form .form-row.form-row-first,
  .woocommerce .woocommerce-info {
    margin-left: 0;
    padding-left: 0;
  }

  .product-single .custom-product-interactions {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }

  .woocommerce-pagination ul.page-numbers {
    gap: 0px;
  }

  .woocommerce-pagination span.page-numbers,
  .bricks-pagination span.page-numbers,
  .woocommerce-pagination a.page-numbers {
    font-size: 1.2rem !important;
    width: 30px;
    height: 30px;
  }

  .product-add-to-cart.coming_soon,
  .button.coming-soon {
    width: 100%;
  }

  .button.coming-soon {
    padding: 17px 15px !important;
  }

  .author-slide .author-info .author-books {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .house-picks-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
  }

  .house-picks-title-wrapper .house-picks-title {
    max-width: 250px;
    padding: 0;
  }

  .house-picks-title {
    font-size: 2.1rem;
    font-weight: 700;
  }

  .author-slide .author-info .see-all-books-by {
    text-align: center;
  }

  .author-slider {
    max-width: 100%;
  }
}

#brxe-qukuoa .brxe-nbhazb,
#brxe-hiwvop .brxe-nbhazb {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.search .search-results-grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 40px;
  margin-top: 40px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}


body.search .search-results-grid .search-result-item .book-image img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 100%;
}

body.search .search-results-grid .search-result-item .no-image-title {
  line-height: 1.5;
  font-size: 1.1rem !important;
  padding: 0 !important;
  position: absolute;
  top: 15px;
  left: 9px;
  right: 9px;
  background-color: #e7e7e7;
  text-align: center;
}

body.search .search-results-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

body.search .search-results-header-grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.search .search-results-header-grid .active-filters {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

body.search .search-results-grid .search-result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 55px 0 45px;
  border: 1px solid var(--border-light);
  border-radius: 4px;
  background: #f7f7f7;
  gap: 10px;
  max-width: 100%;
  width: auto;
}

body.search .search-results-grid .search-result-item .book-image {
  position: relative;
  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: 313px;
  width: auto;
}

@media screen and (max-width: 1023px) {
  body.search .search-results-grid .search-result-item .book-image {
    height: 225px;
  }

  body.search .search-results-grid .search-result-item {
    max-width: 400px;
  }

  body.search .search-results-header-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  body.search .search-results-grid {
    margin-top: 0;
  }

  .search-results-header .active-filters {
    margin-bottom: 20px;
  }

  body.search .search-results-header-grid .active-filters {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  body.search .search-results-grid .search-result-item {
    padding-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  body.search .search-results-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  body.search .search-results-grid .search-result-item .book-image {
    height: 165px;
  }
}

@media screen and (max-width: 420px) {
  body.search .search-results-grid .search-result-item {
    padding: 20px 0 0;
  }

  body.search .search-results-grid .search-result-item .book-image {
    height: 135px;
  }
}