/**
 * @file
 * Subtheme specific CSS.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  font-family: "Inter", serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700; 
}
h1 {
  font-size: 36px;
  margin-bottom: 30px;
}
h2 {
  font-size: 28px;
  margin-bottom: 30px;
}
a {
  transition: all 0.2s ease-in-out;
}
.btn-check:focus + .btn,
.btn:focus,
button:focus {
  box-shadow: none;
}
.btn-check:active + .btn:focus,
.btn-check:checked + .btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
  box-shadow: none;
}
.btn-primary.show {
  color: white;
}
.btn-secondary {
  color: white;
}
.btn-secondary:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: white;
}
.form-control:focus, .form-select:focus {
  box-shadow: none;
}
.form-select {
  cursor: pointer;
  padding-right: 3.25rem;
  padding-left: 1rem;
  border: 1px solid #171717;
  border-radius: 2px;
}
.link-primary {
  text-decoration: none;
}
#header {
  background-color: white;
}
#header .wishlist-block {
  display: none;
}
#header .search-block a i,
#header .wishlist-block a i,
#header .cart-block a i {
  color: var(--bs-secondary);
}
#header .search-block a:hover i,
#header .wishlist-block a:hover i,
#header .cart-block a:hover i {
  color: var(--bs-primary);
}
.abi-header-top {
  background-color: #f8f8f8;
  min-height: 34px;
  font-size: 0.75rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  p {
    margin-bottom: 0;
  }
  svg {
    path {
      fill: var(--bs-link-color);
    }
  }
  a {
    text-decoration: none;
    color: var(--bs-body-color);
    &:hover {
      color: var(--bs-link-color);
    }
  }
  i {
    margin-right: 5px;
    &:before {
      color: var(--bs-link-color);
    }
  }
  .btn-sm {
    --bs-btn-font-size: 0.75rem;
    font-weight: 400;
  }
}
.abi-header-middle {
  display: flex;
  align-items: center;
  min-height: 120px;
}
.abi-header-bottom {
  border-top: 1px solid #ddd;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.search-bar {
  border-radius: 50px;
  background-color: #f8f9fa;
  padding: 8px 18px;
  width: 100%;
  max-width: 400px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  input {
    border: none;
    outline: none;
    background: transparent;
    flex-grow: 1;
  }
  select {
    border: none;
    background: transparent;
    font-weight: bold;
    outline: none;
    max-width: 136px;
  }
  .btn {
    padding: 0;
    border: none;
    i {
      color: var(--bs-body-color);
      &:before {
        color: var(--bs-body-color);
      }
    }
  }
}
.search-block {
  .btn {
    padding: 0;
    border: none;
    i {
      color: var(--bs-body-color);
      &:before {
        color: var(--bs-body-color);
      }
    }
  }
}
.icons {
  font-size: 1.2rem;
  margin-right: 22px;
  cursor: pointer;
}

.btn-outline-light {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
  color: #000;
}

.form-check-input:checked {
  background-color: #00b7ff;
  border-color: #00b7ff;
}

.navbar {
  background-color: #fff;
  --bs-navbar-nav-link-padding-x: 1.25rem;
}
.navbar-brand {
  max-width: 178px;
  display: inline-block;
}
.navbar-nav li a {
  font-weight: 700;
  color: #000;
  width: 100%;
  text-decoration: none;
}
.navbar-nav .nav-link.is-active, .navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: var(--bs-primary);
}
.navbar-toggler {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  background-color: #122122;
  border-radius: 0;
  padding: 11px 12px;
  margin: 0 10px;
  border-radius: 2px;
}
.navbar-toggler .text {
  font-size: 16px;
  color: white;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.navbar-toggler-icon {
  width: 26px;
  height: 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: none !important;
}
.navbar-toggler-icon span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.navbar-toggler.open .navbar-toggler-icon span:nth-child(1) {
  transform: rotate(45deg) translate(3px, 8px);
}
.navbar-toggler.open .navbar-toggler-icon span:nth-child(2) {
  opacity: 0;
}
.navbar-toggler.open .navbar-toggler-icon span:nth-child(3) {
  transform: rotate(-45deg) translate(3px, -8px);
}
.dropdown-menu {
  border: none;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
}
.dropdown-item {
  font-weight: 500;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--bs-primary);
}
.dropdown-toggle {
  white-space: nowrap;
  border: none;
  background-color: transparent;
}
.dropdown-toggle::after {
  width: 10px;
  height: 7px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNS41ODkyNSA2LjI1NTkyQzUuMjYzODMgNi41ODEzMyA0LjczNjE3IDYuNTgxMzMgNC40MTA3NSA2LjI1NTkyTDAuMjQ0MDc1IDIuMDg5MjZDLTAuMDgxMzU4MyAxLjc2MzgyIC0wLjA4MTM1ODMgMS4yMzYxOCAwLjI0NDA3NSAwLjkxMDc0M0MwLjU2OTUxNyAwLjU4NTMxIDEuMDk3MTUgMC41ODUzMSAxLjQyMjU5IDAuOTEwNzQzTDUgNC40ODgxN0w4LjU3NzQyIDAuOTEwNzQzQzguOTAyODMgMC41ODUzMSA5LjQzMDUgMC41ODUzMSA5Ljc1NTkyIDAuOTEwNzQzQzEwLjA4MTMgMS4yMzYxOCAxMC4wODEzIDEuNzYzODIgOS43NTU5MiAyLjA4OTI2TDUuNTg5MjUgNi4yNTU5MloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
  content: "";
  border: none;
  position: absolute;
  top: 17px;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-position: center;
}
.dropdown-toggle.show::after {
  transform: rotate(180deg);
}
ul.dropdown-menu li {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-size: 16px;
  font-weight: 700;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
ul.dropdown-menu li:hover {
  background-color: #f5f5f5;
}
ul.dropdown-menu li.active:hover {
  background-color: var(--bs-primary);
}
ul.dropdown-menu li a {
  font-weight: 700;
}
section {
  position: relative;
}

.hero-section {
  background: linear-gradient(135deg, #1e1a5d, #a40038);
  color: white;
  position: relative;
  min-height: 480px;
}
.hero-content {
  max-width: 500px;
}
.hero-content p {
  text-shadow: 0 4px 4px rgb(0 0 0 / 45%);
}
.hero-title {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: 0 4px 4px rgb(0 0 0 / 45%);
}
.hero-text {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.hero-btn {
  background-color: #ff5a70;
  border: none;
  padding: 12px 24px;
  font-size: 1.1rem;
  border-radius: 50px;
}
.hero-btn:hover {
  background-color: #ff3b57;
}
.hero-image-block img {
  position: relative;
  max-width: 473px;
  bottom: -80px;
}

.hero-image-block .field--name-field-media-image img {
  margin-bottom: 0;
}

.category-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  padding: 80px 0;
}
.category-card {
  width: 174px;
  height: 174px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.category-card:hover {
  transform: translateY(-5px);
  background-color: white;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}
.category-icon {
  width: 46px;
  height: auto;
  margin-bottom: 10px;
}
.category-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
}
.category-title a {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
  color: #000;
  text-decoration: none;
}

.category-container .field--type-entity-reference {
  margin-bottom: 0;
}

.background-text {
  position: absolute;
  left: 0;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.03);
  z-index: 0;
  white-space: nowrap;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.featured-section {
  padding: 40px 20px;
  text-align: center;
}
.product-card {
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0;
}
.product-card .book-cover {
  max-width: 200px;
}
.product-image {
  width: 100%;
  height: 330px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}
.product-image:hover {
  transform: scale(1.02);
}
.product-image img {
  width: 100%;
  height: auto;
}
.book-cover {
  width: 100%;
  height: auto;
}
.book-cover img {
  width: 100%;
  height: auto;
}
.product-title {
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 10px;
  min-height: 34px;
  line-height: 1.3;
}
.product-title.sm {
  font-size: 14px;
}
.product-title.md {
  font-size: 20px;
}
.product-title a {
  color: var(--bs-body-color);
  text-decoration: none;
}
.product-title a {
  font-size: 15px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.search-listing-wrapper h4 {
  min-height: auto;
}
.search-listing-wrapper h4 a {
  font-size: 18px;
  font-weight: bold;
}
.product-price {
  color: #00b7ff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.section-title {
  position: relative;
}
.section-title .btn-outline-light {
  position: absolute;
  z-index: 999;
  background-color: white;
  right: 0;
}

ul.js-facets-widget {
  padding-left: 0;
  list-style-type: none;
  position: relative;
  margin-bottom: 0 !important;
}
ul.js-facets-widget li {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  padding: 8px 2px;
}
ul.js-facets-widget li a {
  color: #000;
  text-decoration: none;
}
ul.js-facets-widget li a:hover {
  color: var(--bs-primary);
}
ul.js-facets-widget li.facets-reset {
    position: absolute;
    top: -50px;
    right: 0;
}

ul.js-facets-widget li.facets-reset a {
    color: var(--bs-primary);
}

ul.js-facets-widget .js-facet-deactivate {
  position: relative;
  color: var(--bs-link-color);
  font-weight: bold;
  margin-left: 5px;
  font-size: 12px;
  float: right;
  top: 2px;
}
.author-card {
  background: #f8f9fa;
  border-radius: 10px;
}
.author-photo {
  width: 100%;
  max-width: 200px;
}
.author-book-image {
  width: auto;
  height: 198px;
  overflow: hidden;
  background-color: #f5f5f5;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}
.author-book-image img {
  width: 100%;
  height: auto;
}
.author-book-title {
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
  min-height: 34px;
}
.author-book-title.sm {
  font-size: 14px;
}
.author-book-title.md {
  font-size: 20px;
}
.author-book-title a {
  color: var(--bs-body-color);
  text-decoration: none;
}
.author-book-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.book-title {
  font-size: 14px;
  font-weight: 700;
}
.book-year {
  font-size: 12px;
  color: gray;
}

.footer {
  color: white;
  padding: 40px 0;
}
.footer h5 {
  font-weight: 700;
  margin-bottom: 20px;
}
.footer p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}
.footer a {
  font-size: 14px;
  font-weight: normal;
  color: white;
  text-decoration: none;
}
.footer a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}
.footer ul.nav {
  padding: 0 12px;
}
.footer ul.nav li {
  display: inline-block;
  width: 100%;
}
.footer ul.nav li a {
  font-size: 14px;
  font-weight: normal;
  color: white;
  text-decoration: none;
  padding: 4px 0 4px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer ul.nav li a:hover {
  color: var(--bs-primary);
  text-decoration: none;
}
.site-footer {
  background: #152627 !important;
}
.site-footer .block {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
}
#views-exposed-form-product-terms-block-1 .js-form-item label, #views-exposed-form-book-search-page-1 .js-form-item label, #views-exposed-form-book-search-page-1 .js-form-item label, #views-exposed-form-book-search-block-1 .js-form-item label {
  display: none;
}
#views-exposed-form-product-terms-block-1 > div, #views-exposed-form-book-search-page-1 > div, #views-exposed-form-book-search-block-1 > div {
  gap: 20px;
  margin: 0 0 30px;
}
#views-exposed-form-book-search-page-1, #views-exposed-form-book-search-block-1 {
  display: flex;
}
#views-exposed-form-book-search-page-1 .js-form-item-keys, #views-exposed-form-book-search-block-1 .js-form-item-keys {
  display: none;
}
.social-icons a {
  font-size: 1.5rem;
  margin-right: 15px;
  color: white;
}
.bundle-product-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bundle-product-content .product-title a {
  font-size: 20px;
}
.bundles-slider .slick-slide img {
  display: block;
  background-color: #ddd;
  padding: 10px;
}

/* Full-page overlay effect */
.offcanvas-backdrop {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* Customizing Offcanvas */
.offcanvas-top {
  height: 200px;
  background: #fff;
}

.search-box {
  max-width: 600px;
  margin: auto;
}

.search-box input {
  height: 50px;
  font-size: 1.2rem;
}

.search-box button {
  height: 50px;
  font-size: 1.2rem;
}

nav.tabs {
  max-width: 1296px;
  margin: 1rem auto;
}

.cart-block--contents {
  width: 280px !important;
  margin-top: 14px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
}
.cart-block--contents.is-outside-horizontal {
  right: auto !important;
}
.cart-block--contents__inner {
  padding: 15px !important;
}
.cart-block--contents__items {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 350px;
  margin-bottom: 10px;
}
.cart-block--contents__items table {
  margin: 0;
}
.cart-block--contents__items tr {
  background: transparent;
}
.cart-block--contents__items td {
  border-bottom: 1px solid rgb(159 159 159 / 48%);
  border-collapse: collapse;
}
.cart-block--contents__items .views-field-quantity,
.cart-block--contents__items .views-field-total-price__number {
  font-weight: bold;
}
.cart-block--contents__items .views-field-title {
  font-style: italic;
}
.cart-block--contents__items .table > :not(caption) > * > * {
  padding: 0.5rem;
}
.cart-block--contents__links {
  margin: 5px 0;
  text-align: right;
}
.cart-block--contents__links a {
  border-radius: 40px;
  font-weight: bold;
  font-size: 14px;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff !important;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  text-decoration: none;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cart-block--contents__links a:hover {
  color: #fff;
  border-color: var(--bs-primary);
  background-color: var(--bb-primary-dark);
}

table {
  margin: 0 !important;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.03) !important;
}
tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #000;
}
.view-commerce-cart-form,
.commerce-checkout-flow {
  margin: 0 auto;
  background-color: var(--bs-dropdown-bg);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}
.commerce-checkout-flow {
  padding: 50px;
  margin-bottom: 120px;
}
.view-empty h5 {
  font-size: 18px;
  font-weight: 500;
}
.view-book-search {
  padding: 50px;
  min-height: 400px;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 15px;
  align-items: center;
}
.view-book-search .view-empty {
  min-height: 400px;
}
.view-commerce-cart-form table {
  margin: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
.commerce-checkout-flow table {
  margin: 0;
}
.commerce-checkout-flow table td {
  font-size: 13px;
  font-weight: 500;
}
.commerce-checkout-flow table tr > td:last-of-type {
  text-align: right;
}
.commerce-checkout-flow .checkout-pane-shipping-information > .fieldset-wrapper {
  background-color: #f9f9f9;
  padding: 20px 25px 25px;
  border: 1px solid #ddd;
  margin-bottom: 35px;
}
.commerce-checkout-flow .checkout-pane-payment-information > .fieldset-wrapper {
  background-color: #f9f9f9;
  padding: 20px 25px 25px;
  border: 1px solid #ddd;
  margin-top: 65px;
  font-size: 14px;
}
.commerce-checkout-flow .order-total-line__subtotal {
  margin-top: 20px;
}
.commerce-checkout-flow .order-total-line {
  font-size: 13px;
}
.view-commerce-cart-form .table > thead,
.commerce-checkout-flow .table > thead {
  background-color: var(--bs-secondary);
}
.view-commerce-cart-form .table > :not(caption) > * > * {
  padding: 20px 30px;
}
.view-commerce-cart-form .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: transparent;
}
.commerce-checkout-flow .table > :not(caption) > * > * {
  padding: 10px;
}
.checkout-pane legend span {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
.commerce-checkout-flow h3, .checkout-pane > legend span {
  font-size: 1.5rem;
  line-height: 1.2;
  border-left: 16px solid #f5576f;
  padding-left: 12px;
  margin-bottom: 20px;
  min-height: 28px;
}
.checkout-pane > legend span {
  display: inline-block;
  line-height: 1.2;
}
.commerce-checkout-flow legend {
  margin-bottom: 0;
}
.commerce-checkout-flow .checkout-pane-payment-information > legend span, .checkout-pane > legend span {
  font-weight: 700;
}
.commerce-checkout-flow .field--name-title {
  display: none;
}
.commerce-checkout-flow .field--type-entity-reference {
  margin: 0;
}
.commerce-checkout-flow .stripe-form .form-text,
.commerce-checkout-flow .form-select {
  border-radius: 0.375rem;
  margin: 2px 0;
  padding: 10px 15px;
  color: #3b3b3b;
  border: 1px solid #acacac;
  font-size: 0.929em;
  background-color: #fff;
}
.commerce-checkout-flow .stripe-form #card-number-element {
  width: 20em;
}
.commerce-checkout-flow .stripe-form #expiration-element {
  width: 6.75em;
}
.commerce-checkout-flow .stripe-form #security-code-element {
  width: 5em;
}
.commerce-checkout-flow .js-form-item label {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 700;
}
.commerce-checkout-flow .address {
  font-size: 14px;
  margin-bottom: 0;
}
fieldset[id^="edit-payment-information-payment-method"] {
  margin-bottom: 0 !important;
}
.commerce-checkout-flow .address-book-edit-button {
  background-color: #000;
  color: #ffff;
  width: 100px;
  margin-top: 15px;
}
input[id^="edit-shipping-information-recalculate-shipping"] {
  background-color: #ddd;
  color: #000;
  width: 100%;
  height: 43px;
  margin-bottom: 15px;
  margin-top: 25px;
}
.cart-block--contents__items {
  overflow-y: auto !important;
  max-height: 350px !important;
  margin-bottom: 10px;
}
.cart-block--contents__items table {
  margin: 0;
}
.cart-block--contents__items
  table.table-striped
  > tbody
  > tr:nth-of-type(odd)
  > * {
  --bs-table-accent-bg: transparent;
}
.cart-block--contents__items tr {
  background: transparent;
}
.cart-block--contents__items td {
  border-bottom: 1px solid rgb(159 159 159 / 48%);
  border-collapse: collapse;
}
.cart-block--contents__items .views-field-quantity,
.cart-block--contents__items .views-field-total-price__number {
  font-weight: bold;
}
.cart-block--contents__items .views-field-title {
  font-style: italic;
}
.cart-block--contents__items .table > :not(caption) > * > * {
  padding: 0.5rem;
}
.commerce-checkout-flow .field--name-shipping-method fieldset {
  margin-top: 20px;
}
.commerce-checkout-flow .btn-primary {
  margin: 0;
  font-size: 1.125rem;
  min-width: 122px;
  min-height: 48px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  border-radius: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.commerce-checkout-flow a.link--previous {
  color: var(--bs-body-color);
  background-color: white;
  border: 2px solid var(--bs-primary);
  margin: 0;
  font-size: 1.125rem;
  min-width: 122px;
  min-height: 48px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}
.commerce-checkout-flow a.link--previous:hover {
  color: #fff;
  background-color: var(--bs-primary);
}
.commerce-checkout-flow #edit-review-contact-information,
.commerce-checkout-flow #edit-review-payment-information {
  margin-bottom: 50px !important;
}
.js-form-item-login-returning-customer-password {
  margin-bottom: 30px !important;
}
#edit-login-register-register {
  margin: 20px auto 0;
}
#edit-login-returning-customer-forgot-password {
  font-size: 14px;
  text-decoration: none;
  margin: 0 15px;
}
.view-commerce-cart-form tbody tr,
.commerce-checkout-flow tbody tr {
  background: transparent;
}
.view-commerce-cart-form tbody td,
.commerce-checkout-flow tbody td {
  border-bottom: 1px solid rgb(0 0 0 / 11%);
  border-collapse: collapse;
}
.view-commerce-cart-form table th#view-total-price-number-table-column {
  text-align: center;
}
.view-commerce-cart-form td.views-field.views-field-edit-quantity,
.commerce-checkout-flow td.views-field.views-field-edit-quantity {
  width: 110px;
}
.view-commerce-cart-form .js-form-item.js-form-type-number,
.commerce-checkout-flow .js-form-item.js-form-type-number {
  margin-bottom: 0 !important;
}
.view-commerce-cart-form .quantity-edit-input,
.commerce-checkout-flow .quantity-edit-input {
  font-size: 14px;
  padding: 0.375rem 0.45rem 0.375rem 0.75rem;
}
.view-commerce-cart-form .form-actions,
.commerce-checkout-flow .form-actions {
  padding: 20px 20px 20px 0;
  text-align: right;
}
.commerce-checkout-flow .form-actions {
  display: flex;
  gap: 20px;
}
.checkout-complete {
  text-align: center;
}
.checkout-complete p {
  margin-bottom: 0 !important;
}
.checkout-pane-completion-message {
  margin-bottom: 0 !important;
}
.checkout-pane-completion-message {
  padding-top: 110px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI0Y1NTc2RiIgY2xhc3M9ImJpIGJpLWJhZy1jaGVjayIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC44NTQgOC4xNDZhLjUuNSAwIDAgMSAwIC43MDhsLTMgM2EuNS41IDAgMCAxLS43MDggMGwtMS41LTEuNWEuNS41IDAgMCAxIC43MDgtLjcwOEw3LjUgMTAuNzkzbDIuNjQ2LTIuNjQ3YS41LjUgMCAwIDEgLjcwOCAwIi8+CiAgPHBhdGggZD0iTTggMWEyLjUgMi41IDAgMCAxIDIuNSAyLjVWNGgtNXYtLjVBMi41IDIuNSAwIDAgMSA4IDFtMy41IDN2LS41YTMuNSAzLjUgMCAxIDAtNyAwVjRIMXYxMGEyIDIgMCAwIDAgMiAyaDEwYTIgMiAwIDAgMCAyLTJWNHpNMiA1aDEydjlhMSAxIDAgMCAxLTEgMUgzYTEgMSAwIDAgMS0xLTF6Ii8+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 80px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-commerce-cart-form tbody .views-field-total-price__number,
.commerce-checkout-flow tbody .views-field-total-price__number {
  text-align: right;
  font-weight: bold;
}
.view-commerce-cart-form .field--name-total-price,
.commerce-checkout-flow .field--name-total-price {
  padding: 30px 140px;
}
.view-commerce-cart-form .field--type-entity-reference,
.commerce-checkout-flow .field--name-total-price {
  margin-bottom: 0;
}
.commerce-checkout-flow .field--type-entity-reference a {
  color: #00b7ff;
}
.view-commerce-cart-form input[type="number"]::-webkit-inner-spin-button,
.view-commerce-cart-form input[type="number"]::-webkit-outer-spin-button,
.commerce-checkout-flow input[type="number"]::-webkit-inner-spin-button,
.commerce-checkout-flow input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}
.delete-order-item.btn-primary {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktdHJhc2giIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZD0iTTUuNSA1LjVBLjUuNSAwIDAgMSA2IDZ2NmEuNS41IDAgMCAxLTEgMFY2YS41LjUgMCAwIDEgLjUtLjVtMi41IDBhLjUuNSAwIDAgMSAuNS41djZhLjUuNSAwIDAgMS0xIDBWNmEuNS41IDAgMCAxIC41LS41bTMgLjVhLjUuNSAwIDAgMC0xIDB2NmEuNS41IDAgMCAwIDEgMHoiLz4KICA8cGF0aCBkPSJNMTQuNSAzYTEgMSAwIDAgMS0xIDFIMTN2OWEyIDIgMCAwIDEtMiAySDVhMiAyIDAgMCAxLTItMlY0aC0uNWExIDEgMCAwIDEtMS0xVjJhMSAxIDAgMCAxIDEtMUg2YTEgMSAwIDAgMSAxLTFoMmExIDEgMCAwIDEgMSAxaDMuNWExIDEgMCAwIDEgMSAxek00LjExOCA0IDQgNC4wNTlWMTNhMSAxIDAgMCAwIDEgMWg2YTEgMSAwIDAgMCAxLTFWNC4wNTlMMTEuODgyIDR6TTIuNSAzaDExVjJoLTExeiIvPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  background-color: transparent;
  width: 24px;
  height: 34px;
  border: none;
  margin: 0 auto;
  display: block;
  padding: 0;
}
.delete-order-item.btn-primary:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI0Y1NTc2RiIgY2xhc3M9ImJpIGJpLXRyYXNoIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGQ9Ik01LjUgNS41QS41LjUgMCAwIDEgNiA2djZhLjUuNSAwIDAgMS0xIDBWNmEuNS41IDAgMCAxIC41LS41bTIuNSAwYS41LjUgMCAwIDEgLjUuNXY2YS41LjUgMCAwIDEtMSAwVjZhLjUuNSAwIDAgMSAuNS0uNW0zIC41YS41LjUgMCAwIDAtMSAwdjZhLjUuNSAwIDAgMCAxIDB6Ii8+CiAgPHBhdGggZD0iTTE0LjUgM2ExIDEgMCAwIDEtMSAxSDEzdjlhMiAyIDAgMCAxLTIgMkg1YTIgMiAwIDAgMS0yLTJWNGgtLjVhMSAxIDAgMCAxLTEtMVYyYTEgMSAwIDAgMSAxLTFINmExIDEgMCAwIDEgMS0xaDJhMSAxIDAgMCAxIDEgMWgzLjVhMSAxIDAgMCAxIDEgMXpNNC4xMTggNCA0IDQuMDU5VjEzYTEgMSAwIDAgMCAxIDFoNmExIDEgMCAwIDAgMS0xVjQuMDU5TDExLjg4MiA0ek0yLjUgM2gxMVYyaC0xMXoiLz4KPC9zdmc+");
}
.view-commerce-cart-form table tr th {
  font-size: 16px;
}
.view-commerce-cart-form .field__item a,
.view-commerce-user-orders .field__item a {
  color: var(--bs-body-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}
.view-commerce-cart-form .field__item a:hover,
.view-commerce-user-orders .field__item a:hover {
  color: var(--bs-link-hover-color);
}
.view-commerce-cart-form .form-actions,
.view-commerce-user-orders .form-actions {
  padding: 30px;
  text-align: right;
  gap: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.view-commerce-cart-form .btn-primary:not(.delete-order-item) {
  font-size: 1.125rem;
  min-width: 122px;
  min-height: 48px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.view-commerce-cart-form,
.commerce-checkout-flow,
.view-my-account,
.view-my-downloads,
.view-my-wishlist,
.view-my-orders,
.view-my-orders,
.view-my-invoices {
  margin: 0 auto;
  min-height: 400px;
  background-color: white;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
}
.abi-content-block {
  margin: 0 auto;
  min-height: 400px;
  background-color: white;
  border-radius: 2px;
}
.abi-content-text h1 {
  font-size: 120px;
  font-weight: bold;
  color: var(--bs-primary);
  line-height: 1.2;
  margin-bottom: 0;
}
.view-my-account,
.view-my-downloads,
.view-my-wishlist,
.view-my-orders,
.view-my-invoices {
  padding: 50px;
}
.view-my-account a {
  text-transform: capitalize;
}
.view-my-wishlist .field--name-product-id a {
  color: var(--bs-body-color);
  text-decoration: none;
}
.view-my-account .js-form-item,
.view-my-wishlist .js-form-item {
  margin-top: 20px;
}
body.path-user .field--label-above .field__label {
  text-transform: capitalize;
}
body.path-user .field--label-above .field__item {
  width: auto;
  display: inline-block;
}
.user-profile-details .field--name-user-picture img {
  width: 120px;
  height: auto;
  border-radius: 10px;
}
.user-profile-details h4.label {
  font-size: 18px;
}
.user-profile ul.nav.flex-row a.nav-link--profile,
.user-downloads ul.nav.flex-row a.nav-link--downloads,
.user-wishlist ul.nav.flex-row a.nav-link--wishlists,
.user-orders ul.nav.flex-row a.nav-link--orders,
.user-invoices ul.nav.flex-row a.nav-link--invoices {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.user-profile ul.nav.flex-row a.nav-link--profile:before,
.user-downloads ul.nav.flex-row a.nav-link--downloads:before,
.user-wishlist ul.nav.flex-row a.nav-link--wishlists:before,
.user-orders ul.nav.flex-row a.nav-link--orders:before,
.user-invoices ul.nav.flex-row a.nav-link--invoices:before {
  position: absolute;
  content: "";
  background-color: #fff;
  left: 0;
  width: 100%;
  height: 30px;
  bottom: -28px;
}
.user-wishlist .btn-default,
.user-orders .btn-default,
.user-invoices .btn-default {
  border: 1px solid #000;
}
.wishlist-empty-page {
  min-height: 400px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 0;
  text-align: center;
  align-items: center;
  font-weight: bold;
}

#views-exposed-form-product-listing-block-2 {
  display: none;
}
.price-section {
  font-weight: 500;
  font-size: 14px;
}
.price-section .price-value {
  font-size: 16px;
}
.price-section p {
  margin-bottom: 0;
}
.price-value {
  color: #ff4d6d;
  font-size: 1rem;
}
.divider {
  border-left: 1px solid #ddd;
  height: 100%;
}
.product-cart-box {
  background: #fff;
  border-radius: 10px;
  padding: 28px 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.product-cart-box .js-form-type-checkbox {
  display: none;
}
.product-content {
  font-size: 16px;
}
.product-content strong {
  margin-top: 10px;
}
.price-text {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #ff4d6d;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-button {
  background: #ff4d6d;
  color: white;
  font-weight: bold;
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  border-radius: 5px;
}
.cart-button:hover {
  background: #e63b5d;
}
.cart-condition {
  font-size: 14px;
}
.cart-condition strong {
  color: #e63b5d;
}
.cart-condition span.condition {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.product-info-container .nav-tabs {
  gap: 5px;
}
.product-info-container .nav-tabs .nav-link {
  background-color: #f3f3f3;
  margin-bottom: 0;
  color: black;
  font-size: 18px;
  font-weight: bold;
  border: none;
  padding: 15px 30px;
  border-radius: 0;
}
.product-info-container .nav-tabs .nav-link.active {
  background-color: #ff4d6d;
  color: white;
}
.product-info-container .tab-content {
  padding: 40px 0;
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 18px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.nav-container .nav-link {
  color: #00b7ff;
  font-weight: bold;
  text-decoration: none;
}
.nav-container .nav-link:hover {
  color: var(--bs-primary);
}
.nav-container .icon svg {
  position: relative;
  top: -2px;
  transition: all 0.2s ease-in-out;
}
.nav-container .nav-link:hover .icon svg path {
  fill: var(--bs-primary);
}
.nav-container .nav-link:hover {
  text-decoration: none;
}
.commerce-order-item-add-to-cart-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.commerce-order-item-add-to-cart-form label {
  display: none;
}
.commerce-order-item-add-to-cart-form .js-form-item {
  margin-bottom: 0 !important;
}
.product-information {
  display: flex;
  flex-flow: column;
}
.product-information h2 {
  line-height: 1.3;
  margin-bottom: 5px;
}
.product-information a {
  font-weight: bold;
  color: #00b7ff;
}
.product-information [type="checkbox"]:not(:checked),
.product-information [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.product-information [type="checkbox"]:not(:checked) + label,
.product-information [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.product-information [type="checkbox"]:not(:checked) + label:before,
.product-information [type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 3px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  background: #fff;
  border-radius: 3px;
  background-color: #fff;
  border: 2px solid var(--bs-primary);
  outline: none;
}
.product-information [type="checkbox"]:checked + label:before {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.product-information [type="checkbox"]:not(:checked) + label:after,
.product-information [type="checkbox"]:checked + label:after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5299 0.410018C15.8189 0.683236 15.9876 1.06005 15.9989 1.4576C16.0101 1.85515 15.863 2.24089 15.5899 2.53002L7.08994 11.53C6.95218 11.6756 6.78663 11.7921 6.60308 11.8727C6.41953 11.9532 6.2217 11.9962 6.02127 11.999C5.82085 12.0018 5.62189 11.9644 5.43617 11.889C5.25044 11.8136 5.08171 11.7017 4.93994 11.56L0.439937 7.06002C0.174977 6.77567 0.0307308 6.39958 0.0375872 6.01097C0.0444436 5.62237 0.201868 5.2516 0.476694 4.97677C0.75152 4.70195 1.12229 4.54452 1.51089 4.53767C1.89949 4.53081 2.27559 4.67506 2.55994 4.94002L5.96994 8.34802L13.4099 0.470018C13.6832 0.181012 14.06 0.0123408 14.4575 0.00108937C14.8551 -0.010162 15.2408 0.136928 15.5299 0.410018Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 4px;
  left: 7px;
  font-size: 24px;
  line-height: 0.8;
  color: #2f5b4a;
  transition: all 0.2s;
  width: 16px;
  height: 12px;
}
.product-information [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.product-information [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#bundle-items {
  font-size: 14px;
}
#bundle-items h5 {
  margin-bottom: 20px;
}
.quantity-container {
  position: relative;
}
.quantity-container .form-number {
  width: 108px;
  height: 60px;
  border-radius: 0;
  border: 1px solid #bebebe;
  background-color: #fcfcfc;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  padding: 20px 36px 20px 6px;
  margin: 0;
}
.quantity-container input[type="number"]::-webkit-outer-spin-button,
.quantity-container input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.quantity-container input[type="number"] {
  -moz-appearance: textfield;
}
.quantity-input .form-control:disabled {
  width: 120px;
}
.quantity-input #edit-submit {
  height: 60px;
  border-radius: 2px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
#edit-quantity-wrapper {
  margin-right: 28px;
  margin-bottom: 0 !important;
}
.commerce-order-item-add-to-cart-form .form-actions {
  margin-bottom: 0 !important;
}
.quantity-container .quantity-btn {
  position: absolute;
  background-color: #dddddd;
  border: none;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity-container #increase-quantity {
  right: 3px;
  top: 3.5px;
}
.quantity-container #decrease-quantity {
  right: 3px;
  bottom: 3px;
}
.product-image-block {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.product-image-block img {
  width: 100%;
  height: auto;
}
.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.badge-info-outlined {
  color: white !important;
  background-color: rgb(68 187 108) !important;
  border: 1px solid rgb(68 187 108);
  font-size: 12px;
  font-weight: 500;
  padding: 2px 6px 3px;
  position: relative;
  margin-left: 5px;
  top: -2px;
}
.breadcrumb {
  justify-content: center;
  font-size: 12px !important;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNSA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQuODA0OSAzLjUyODZDNS4wNjUyMyAzLjc4ODkzIDUuMDY1MjMgNC4yMTEwNyA0LjgwNDkgNC40NzE0TDEuNDcxNTcgNy44MDQ3NEMxLjIxMTIyIDguMDY1MDkgMC43ODkxMDkgOC4wNjUwOSAwLjUyODc1NiA3LjgwNDc0QzAuMjY4NDA5IDcuNTQ0MzkgMC4yNjg0MDkgNy4xMjIyOCAwLjUyODc1NiA2Ljg2MTkzTDMuMzkwNyA0TDAuNTI4NzU2IDEuMTM4MDdDMC4yNjg0MDkgMC44Nzc3MzQgMC4yNjg0MDkgMC40NTU2MDEgMC41Mjg3NTYgMC4xOTUyNjdDMC43ODkxMDkgLTAuMDY1MDY2MyAxLjIxMTIyIC0wLjA2NTA2NjMgMS40NzE1NyAwLjE5NTI2N0w0LjgwNDkgMy41Mjg2WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==");
}
.breadcrumb a {
  font-size: 12px;
  text-decoration: none;
}
.cart-empty-page {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-box {
  padding: 50px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.abi-user-login {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.abi-user-login .btn:not(.js-hide.button) {
  font-size: 1.125rem;
  min-height: 48px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 50px auto 0;
  display: block;
}
.abi-user-login .login-footer {
  text-align: center;
  padding: 15px 0 0;
  font-size: 14px;
  line-height: 1.2;
}
.abi-user-login h1 {
  font-size: 30px;
  margin-bottom: 24px;
}
.abi-user-login .login-footer a {
  color: #00b7ff;
  text-decoration: none;
}
.abi-user-login .login-footer a:hover {
  text-decoration: underline;
}
.node__content {
  margin-top: 0;
}
.add-to-cart-link a {
  font-size: 1rem;
  font-weight: bold;
  min-width: 122px;
  min-height: 58px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 30px;
  background-color: var(--bs-primary);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: white;
  text-decoration: none;
  padding: 0.625rem 1.5rem;
}
.add-to-cart-link a:hover,
.add-to-cart-link a:focus {
  color: #fff;
  background-color: var(--bb-primary-dark);
}
.vocabulary-category a {
  color: var(--bs-body-color);
  text-decoration: none;
}
.path-frontpage .abi-header-bottom {
  margin-bottom: 0;
}
.path-taxonomy .view-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
  margin-bottom: 30px;
  border-bottom: 1px solid #171717;
}
.path-taxonomy .view-header h2 {
  margin-bottom: 20px;
}
.path-taxonomy .result-summary p {
  margin-bottom: 10px;
}
.path-taxonomy .listing-wrapper {
  margin-bottom: 60px;
}
.pagination {
  justify-content: center;
  padding: 0 0 80px;
  flex-wrap: wrap;
}
#payment-errors {
  margin-bottom: 20px;
}
.alert h2 {
  font-size: 22px;
  margin-bottom: 8px;
}
.alert svg {
  height: 40px;
}
.add-to-wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  width: 40px;
  height: 40px;
}
.add-to-wishlist-link {
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktaGVhcnQiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZD0ibTggMi43NDgtLjcxNy0uNzM3QzUuNi4yODEgMi41MTQuODc4IDEuNCAzLjA1M2MtLjUyMyAxLjAyMy0uNjQxIDIuNS4zMTQgNC4zODUuOTIgMS44MTUgMi44MzQgMy45ODkgNi4yODYgNi4zNTcgMy40NTItMi4zNjggNS4zNjUtNC41NDIgNi4yODYtNi4zNTcuOTU1LTEuODg2LjgzOC0zLjM2Mi4zMTQtNC4zODVDMTMuNDg2Ljg3OCAxMC40LjI4IDguNzE3IDIuMDF6TTggMTVDLTcuMzMzIDQuODY4IDMuMjc5LTMuMDQgNy44MjQgMS4xNDNxLjA5LjA4My4xNzYuMTcxYTMgMyAwIDAgMSAuMTc2LS4xN0MxMi43Mi0zLjA0MiAyMy4zMzMgNC44NjcgOCAxNSIvPgo8L3N2Zz4=");
  background-position: 52% 56%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 30px;
  position: absolute;
  z-index: 9999;
  text-indent: -9999px;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}
.add-to-wishlist-link:hover {
  background-color: var(--bs-primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-heart' viewBox='0 0 16 16'%3E%3Cpath d='m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143q.09.083.176.171a3 3 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15'/%3E%3C/svg%3E");
}
ul.nav.flex-row {
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-end;
}
ul.nav.flex-row li {
  margin-right: 4px;
}
ul.nav.flex-row li:last-child {
  display: none;
}
ul.nav.flex-row .nav-link {
  background-color: #f5f5f5;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  color: #000;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 14px 32px;
  margin-top: 4px;
  z-index: 98;
  position: relative;
}
ul.nav.flex-row .nav-link.is-active {
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
ul.nav.flex-row .nav-link.is-active:before {
  position: absolute;
  content: "";
  background-color: #fff;
  left: 0;
  width: 100%;
  height: 22px;
  bottom: -22px;
  z-index: 938;
}

.block-local-actions-block .action-links {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 50px;
}
.block-local-actions-block .action-links a {
  font-size: 14px;
}
.wishlist-item {
  display: grid;
  grid-template-columns: auto 130px 286px;
  grid-gap: 2px;
  margin: 0 0 30px;
}
.wishlist-item:last-child {
  margin: 0;
}
.wishlist-item > div {
  background-color: #f5f5f5;
  padding: 15px;
  font-size: 14px;
}
.wishlist-user-form {
  font-weight: bold;
}
.wishlist-item__entity {
  display: flex;
  align-items: center;
}
.wishlist-item__actions button {
  min-width: 128px;
  font-size: 14px;
}
.wishlist-user-form .field--type-entity-reference {
  margin: 0;
}
.wishlist-user-form .wishlist-item__entity {
  padding: 15px 25px;
}
.wishlist-user-form .wishlist-item__details {
  text-align: center;
}
.wishlist-user-form [id^="edit-items-"] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0 !important;
  gap: 10px;
  position: relative;
}
.wishlist-user-form [id^="edit-header"] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-direction: row;
  margin-bottom: 20px;
}
.view-my-downloads .view-grouping:not(:last-child) {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}
.view-my-downloads .view-grouping-header {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
.view-my-downloads table th,
.view-my-orders table th,
.view-my-invoices table th {
  text-transform: capitalize;
  background-color: #000;
  font-size: 15px;
}
.view-my-downloads table caption,
.view-my-orders table caption,
.view-my-invoices table caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #000;
  text-align: left;
  font-weight: 500;
}
.view-my-downloads .pagination {
  padding: 0 0 30px;
}
.view-my-downloads table th#view-field-remaining-downloads-table-column,
.view-my-downloads table th#view-field-order-table-column {
  width: 182px;
}
.view-my-downloads table td,
.view-my-orders table td,
.view-my-invoices table td {
  background-color: white;
}
.view-my-downloads table td.remaining-downloads p,
.view-my-downloads table td.views-field-field-remaining-downloads-1 p {
  margin: 0 !important;
}
.search-listing-wrapper .product-image {
  height: auto;
}
.container-cart h2 {
  font-size: 1.5rem;
  border-left: 16px solid #f5576f;
  padding-left: 12px;
  margin-bottom: 20px;
  line-height: 1;
}
.pagination .page-item {
  margin: 5px;
}
.pagination .page-item .page-link {
  padding: 6px 16px;
  border-radius: 3px;
}
.account-block .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.account-block .btn.dropdown-toggle:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.58925 6.25592C5.26383 6.58133 4.73617 6.58133 4.41075 6.25592L0.244075 2.08926C-0.0813583 1.76382 -0.0813583 1.23618 0.244075 0.910743C0.569517 0.58531 1.09715 0.58531 1.42259 0.910743L5 4.48817L8.57742 0.910743C8.90283 0.58531 9.4305 0.58531 9.75592 0.910743C10.0813 1.23618 10.0813 1.76382 9.75592 2.08926L5.58925 6.25592Z' fill='white'/%3E%3C/svg%3E%0A");
  margin-left: 8px;
  top: 21px;
  right: 20px;
}
.account-block .icons {
  font-size: 1.2rem;
  margin-right: 12px;
}
.ajax-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.result-summary {
  font-size: 14px;
  font-weight: bold;
}
.result-summary p {
  margin-bottom: 20px;
}
.author-of-the-week-section {
  margin-bottom: 50px;
}
.product-content-ad-block-1 {
  border-radius: 10px;
  margin-top: auto;
  width: 100%;
  overflow: hidden;
}
.related-products-section .btn-outline-light {
  z-index: 9;
}
.featured-products-section .all-products-slider .slick-prev,
.featured-products-section .all-products-slider .slick-next,
.featured-products-section .featured-slider .slick-prev,
.featured-products-section .featured-slider .slick-next,
.featured-products-section .bundles-slider .slick-prev,
.featured-products-section .bundles-slider .slick-next,
.related-products-section .all-products-slider .slick-prev,
.related-products-section .all-products-slider .slick-next,
.related-products-section .featured-slider .slick-prev,
.related-products-section .featured-slider .slick-next {
  top: calc(50% - 40px);
}
.featured-products-section .bundles-slider .slick-prev,
.featured-products-section .bundles-slider .slick-next {
  top: calc(50% - 40px);
}
.product-cart-box {
  width: auto;
  border-radius: 2px;
}
.price-text {
  line-height: 1;
  font-size: 28px;
}
.product-cart-box strong {
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 4px;
  display: block;
}
.quantity-input #edit-submit {
  padding-left: 22px;
  padding-right: 22px;
  height: 52px;
  font-size: 18px;
  gap: 14px;
}
.quantity-input #edit-submit svg {
  width: 24px;
  height: 24px;
}
.quantity-container .form-number {
  width: 86px;
  height: 50px;
  font-size: 20px;
  padding: 14px 36px 14px 6px;
}
.quantity-container .quantity-btn {
  width: 24px;
  height: 24px;
}
.quantity-container #increase-quantity {
  right: 2px;
  top: 2.5px;
}
.quantity-container #decrease-quantity {
  right: 2px;
  bottom: 2px;
}

.price-block-wrapper {
  display: flex;
}

.sidebar .block {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
  background-color: white !important;
  border-radius: 3px;
  padding: 15px 15px !important;
}

.sidebar h2 {
  border-bottom: 1px solid #e9e9e9 !important;
  padding-bottom: 12px !important;
}

.price-block {
  margin-right: 25px;
  height: 52px;
  margin-bottom: 0 !important;
}

.price-text.special-price {
  font-size: 19px;
  min-width: 132px;
}

.price-block.special-price {
  background-color: #ffffff;
  padding: 0;
  min-width: 120px;
}

.price-block.special-price strong {
  padding: 2px 10px;
  margin-bottom: 4px;
}

.special-price .price-text {
  font-size: 20px;
  padding: 0 10px;
  color: #00b7ff;
}

.price-block .price-block-icon svg {
  height: 20px;
  width: 20px;
  position: relative;
  top: -3px;
}

.slick-track {
  padding: 20px 0 20px !important;
}

.cart-block--summary,
.cart-block--summary__icon img,
.cart-block--summary__count {
  line-height: 1;
}

.product-cart-box-wrapper .badge-info-outlined {
  margin-left: 0;
  top: 0;
}

.list-grid-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 3rem 0;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 986;
}

.list-grid-menu .nav-item {
  margin-right: 10px;
}

.list-grid-menu .nav-link {
  background: none;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #555;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}

.list-grid-menu .nav-link.active {
  color: #f5576f;
  border-color: #f5576f;
  font-weight: 600;
}

.list-grid-menu .nav-link:hover {
  color: var(--bs-primary);
}

.list-grid-menu .nav-link i {
  font-size: 1.2rem;
}
.page-view-book-search .block-facet-blockcategory li.facets-reset .facet-item__count{
  display:none;
}
.page-view-book-search .block-facet-blockcategory li.facets-reset{
border-bottom:0px !important;
}
.page-view-book-search .block-facet-blockcategory li.facets-reset .facet-item__value{
  cursor: pointer;
  color: #000;
  text-decoration: none;
  padding: 4px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size:13px
}
.page-view-book-search .block-facet-blockcategory .content .facets-widget-links ul li{
border-bottom:1px solid #ccc;
}
.page-view-book-search .block-facet-blockcategory .content .facets-widget-links ul li .facet-item__value{
text-decoration:none;
color: #000;
}
.page-view-book-search .block-facet-blockcategory .content .facets-widget-links ul li{
  display:block;
  padding:0px;
}
.page-view-book-search .block-facet-blockcategory .content .facets-widget-links ul li label{
  display:flex;
  padding:8px 5px;
}
.page-view-book-search .block-facet-blockcategory .content .facets-widget-links ul li label .facet-item__value{
width:100%;
}
.page-view-book-search .block-facet-blockcategory .content .facets-widget-links ul li label.is-active {
  background-color: #ff9dac;
}
.page-view-book-search .block-facet-blockcategory .content .facets-widget-links ul li label:hover{
  background-color: #f3f0f0;
}
.page-view-book-search .block-facet-blockcategory .content .facets-widget-links ul li.facets-reset label:hover{
background-color:transparent;
}
.page-view-book-search .block-facet-blockcategory .content .facets-widget-links ul li .facet-item__value:hover{
background: #f3f0f0;
}

/**responsive**/
@media screen and (min-width: 780px),
  (orientation: landscape) and (min-device-height: 780px) {
  .layout-region-checkout-main,
  .layout-region-checkout-footer {
    float: left;
    box-sizing: border-box;
    width: 71%;
    padding-right: 2em;
    margin-top: 20px;
  }
}

@media (min-width: 1400px) {
  .background-text {
    top: -65px;
    font-size: 10rem;
  }
  .product-card {
    max-width: 628px;
  }
  .path-taxonomy .product-image {
    height: 410px;
  }
  .path-cart .container-cart,
  .view-commerce-cart-form {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .commerce-checkout-flow,
  .view-my-account,
  .view-my-downloads,
  .view-my-wishlist,
  .view-my-orders,
  .view-my-invoices,
  .view-my-cart,
  .view-book-search,
  .abi-content-block {
    max-width: 1200px;
  }
  .author-card {
    padding: 70px 50px;
  }
  .author-card-content {
    padding: 10px 10px 50px;
  }
  .quantity-input,
  .quantity-input #edit-actions {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .navbar {
    --bs-navbar-nav-link-padding-x: 1.125rem;
  }
  .navbar-expand-xl .navbar-nav .nav-item {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav .nav-item.dropdown {
    padding-right: calc(var(--bs-navbar-nav-link-padding-x) + 15px);
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-toggler .text {
    display: none;
  }
  .cart-block--contents {
    margin-left: -118px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .cart-block--contents {
    margin-left: -118px;
  }
  .background-text {
    top: 25px;
    font-size: 6rem;
  }
  .product-image {
    height: 498px;
  }
  .author-book-image {
    height: 160px;
  }
  .path-taxonomy .product-image {
    height: 347px;
  }
  .author-card {
    padding: 40px 30px;
  }
  .author-card-content {
    padding: 10px 10px 50px;
  }
  ul.nav.flex-row,
  .view-my-account,
  .view-my-downloads,
  .view-my-wishlist,
  .view-my-orders,
  .view-my-invoices,
  .view-my-cart {
    max-width: 1116px;
    margin: 0 auto;
    align-items: center;
  }
  .quantity-input #edit-submit svg {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
  #navbar-main .container {
    padding: 0;
  }
  .cart-block--contents {
    margin-left: -118px;
  }
  .account-block .icons {
    margin-right: 10px;
  }
  .background-text {
    top: -5px;
    font-size: 6rem;
  }
  .product-image {
    height: 400px;
  }
  .author-book-image {
    height: 628px;
  }
  .path-taxonomy .product-image {
    height: 634px;
  }
  .author-card {
    padding: 20px 16px;
  }
  .author-card-content {
    padding: 10px 10px 50px;
  }
  ul.nav.flex-row,
  .view-my-account,
  .view-my-downloads,
  .view-my-wishlist,
  .view-my-orders,
  .view-my-invoices,
  .view-my-cart {
    max-width: 936px;
    margin: 0 auto;
    align-items: center;
  }
}

@media (min-width: 992px) and (max-width: 1023.98px) {
  #navbar-main .container {
    padding: 0;
  }
  .cart-block--contents {
    margin-left: -118px;
  }
  .account-block .icons {
    margin-right: 10px;
  }
  .background-text {
    top: -5px;
    font-size: 6rem;
  }
  .product-image {
    height: 638px;
  }
  .author-book-image {
    height: 608px;
  }
  .path-taxonomy .product-image {
    height: 634px;
  }
  .author-card {
    padding: 40px 30px;
  }
  .author-card-content {
    padding: 10px 10px 50px;
  }
  ul.nav.flex-row,
  .view-my-account,
  .view-my-downloads,
  .view-my-wishlist,
  .view-my-orders,
  .view-my-invoices,
  .view-my-cart {
    max-width: 936px;
    margin: 0 auto;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cart-block--contents {
    margin-left: -118px;
  }
  ul.nav.flex-row .nav-link {
    padding: 18px 34px;
  }
  .background-text {
    top: -5px;
    font-size: 6rem;
  }
  .product-image {
    height: 468px;
  }
  .author-book-image {
    height: 442px;
  }
  .path-taxonomy .product-image {
    height: 463px;
  }
  .author-card {
    padding: 30px 26px;
  }
  .author-card-content {
    padding: 10px 10px 50px;
  }
  .commerce-checkout-flow,
  .view-my-account,
  .view-my-downloads,
  .view-my-wishlist,
  .view-my-orders,
  .view-my-invoices,
  .view-my-cart,
  .view-book-search,
  .abi-content-block {
    max-width: 720px;
  }
  ul.nav.flex-row,
  .view-my-account,
  .view-my-downloads,
  .view-my-wishlist,
  .view-my-orders,
  .view-my-invoices,
  .view-my-cart,
  .abi-content-block,
  .commerce-checkout-flow,
  .container-cart {
    margin: 0 auto;
    justify-content: center;
  }
  .slick-prev {
    left: -25px !important;
  }
  .slick-next {
    right: -25px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
  .cart-block--contents {
    margin-left: -118px;
  }
  .cart-block--contents.is-outside-horizontal {
    right: 12px !important;
  }
  .background-text {
    top: -5px;
    font-size: 6rem;
  }
  .product-image {
    height: auto;
  }
  .author-book-image {
    height: 328px;
  }
  .path-taxonomy .product-image {
    height: auto;
  }
  .author-card {
    padding: 20px 16px;
  }
  .author-card-content {
    padding: 10px 10px 50px;
  }
  ul.nav.flex-row,
  .view-my-account,
  .view-my-downloads,
  .view-my-wishlist,
  .view-my-orders,
  .view-my-invoices,
  .view-my-cart {
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
  }
  ul.nav.flex-row .nav-link {
    padding: 15px 18px;
  }
  ul.nav.flex-row,
  .view-my-account,
  .view-my-downloads,
  .view-my-wishlist,
  .view-my-orders,
  .view-my-invoices,
  .view-my-cart,
  .abi-content-block,
  .commerce-checkout-flow,
  .container-cart {
    margin: 0 11px;
  }
  .view-my-account,
  .view-my-downloads,
  .view-my-wishlist,
  .view-my-orders,
  .view-my-invoices,
  .view-my-cart {
    padding: 30px;
  }
  .wishlist-user-form [id^="edit-header"] {
    gap: 0;
    flex-direction: column;
  }
  .wishlist-user-form .wishlist-item__entity {
    justify-content: center;
  }
  .wishlist-item {
    grid-template-columns: 1fr;
  }
  .price-block {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .search-block {
    display: none;
  }
  .section-pd {
    padding: 120px 0;
  }
  .hero-section {
    padding: 50px 0;
  }
  .hero-title {
    font-size: 3rem;
  }
  .author-card-content {
    text-align: right;
  }
  .view-commerce-cart-form,
  .commerce-checkout-flow {
    margin: 30px auto 120px;
  }
  .view-my-account,
  .view-my-downloads,
  .view-my-wishlist,
  .view-my-orders,
  .view-my-invoices,
  .view-my-cart {
    margin: 0 auto 120px;
  }
  .abi-content-block {
    margin: 20px auto 90px;
  }
  .view-downloadable-products .view-content .col {
    flex: 1 0 50%;
  }
  .author-of-the-week-section {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .user-logged-in .account-block .btn {
    padding-right: 42px;
  }
  .user-logged-in .account-block .icons {
    margin-right: 10px;
  }
  .sidebar aside {
    position: sticky;
    top: 15px;
    margin-top: 0px;
    margin-bottom: 90px;
  }
  .sidebar_first {
    max-width: 260px;
  }
}

@media (max-width: 1199.98px) {
  .navbar-nav {
    margin: 0 10px;
  }
  .navbar-toggler{
    margin: 0 0px;
    border-radius:0px;
  }
  .navbar {
      --bs-navbar-padding-y: 0;
  }
  .navbar-nav li a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .product-information {
    margin-top: 30px;
  }
  .author-card-image {
    text-align: center;
  }
  .product-title a {
    font-size: 18px;
  }
  .author-book-title a {
    font-size: 18px;
  }
  .navbar-collapse .row.region.region-header-bottom{
    --bs-gutter-x: 0px;
  }
}

@media (max-width: 991.98px) {
  #navbar-main .container {
    padding: 0;
  }
  .navbar {
    --bs-navbar-padding-y: 0;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.05);
    z-index: 1000;
  }
  .navbar li {
    padding: 0 5px;
  }
  .abi-header-middle {
    min-height: 72px;
  }
  .search-bar.large {
    display: none;
  }
  .section-pd {
    padding: 50px 0;
  }
  .hero-section {
    padding: 50px 0;
    text-align: center;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-image-block {
    margin-top: 50px;
    text-align: center;
  }
  .hero-image-block .field--type-image {
    margin: 0 auto !important;
    display: inline-block;
    float: none !important;
  }
  .hero-image-block img {
    position: static;
    max-width: 100%;
    display: block;
    margin: 30px auto 0;
  }
  .hero-content {
    text-align: center;
    margin: 0 auto;
  }
  .product-info-container .nav-tabs .nav-link {
    font-size: 16px;
    padding: 12px 20px;
  }
  .view-commerce-cart-form .field--name-total-price,
  .commerce-checkout-flow .field--name-total-price {
    padding: 30px 10px;
  }
  .commerce-checkout-flow {
    padding: 25px;
  }
  .commerce-checkout-flow .btn-primary,
  .view-commerce-cart-form .btn-primary:not(.delete-order-item) {
    font-size: 16px;
    line-height: 1.2;
  }
  .commerce-checkout-flow #shipping-information-wrapper {
    margin-bottom: 30px;
  }
  .commerce-checkout-flow .btn-primary {
    margin: 0 auto;
    display: block;
  }
  .commerce-checkout-flow a.link--previous {
    justify-content: center;
    min-width: 160px;
    margin: 0 auto;
  }
  #edit-login-returning-customer-forgot-password {
    margin: 20px auto 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .view-my-account,
  .view-my-downloads,
  .view-book-search,
  .view-my-orders,
  .view-my-invoices,
  .view-my-cart,
  .view-my-wishlist {
    margin: 0 auto 60px;
  }
  .abi-content-block {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .abi-content-text {
    text-align: center;
  }
  .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .abi-user-login {
    max-width: 442px;
    margin: 0 auto;
  }
  .product-image-center a:first-child > div{
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .search-bar {
    height: 56px;
  }
  .view-book-search {
    padding: 20px 11px;
  }
  .account-block .btn {
    font-size: 1.125rem;
    min-width: auto;
    min-height: 36px;
    padding: 4px 9px;
  }
  .account-block .text {
    display: none;
  }
  .account-block .icons {
    margin: 0;
  }
  .account-block .dropdown-toggle::after {
    display: none;
  }
  .product-title {
    min-height: auto;
  }
  .commerce-checkout-flow .form-actions {
    justify-content: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #views-exposed-form-product-terms-block-1 > div {
    justify-content: center;
  }
  .product-cart-box-wrapper {
    gap: 20px;
    flex-wrap: wrap;
  }
}

@media (max-width: 575.98px) {
  section h2 {
    max-width: 66%;
    margin-bottom: 0;
    font-size: 24px;
  }
  .breadcrumb {
    font-size: 12px !important;
  }
  .navbar-brand img {
    max-width: 140px;
  }
  .navbar-toggler .text {
    font-size: 16px;
    font-weight: 500;
  }
  .search-bar select {
    max-width: 42px;
  }
  .cart-block--contents {
    margin-left: -214px;
  }
  .icons {
    margin-right: 10px;
  }
  .view-commerce-cart-form .form-actions {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .background-text {
    top: -5px;
    font-size: 3rem;
  }
  .product-image {
    height: auto;
  }
  .author-book-image {
    height: auto;
  }
  .path-taxonomy .product-image {
    height: auto;
  }
  ul.nav.flex-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-top: 10px;
  }
  ul.nav.flex-row .nav-link {
    font-size: 14px;
    padding: 12px 15px;
  }
  ul.nav.flex-row li.active {
    order: -1;
  }
  .view-my-account,
  .view-my-downloads,
  .view-my-wishlist,
  .view-my-orders,
  .view-my-invoices,
  .view-my-cart,
  .abi-content-block,
  .commerce-checkout-flow,
  .container-cart {
    margin: 0 11px 60px;
  }
  ul.nav.flex-row {
    margin: 0 11px;
  }
  .user-profile ul.nav.flex-row a.nav-link--profile,
  .user-downloads ul.nav.flex-row a.nav-link--downloads,
  .user-wishlist ul.nav.flex-row a.nav-link--wishlists,
  .user-orders ul.nav.flex-row a.nav-link--orders,
  .user-invoices ul.nav.flex-row a.nav-link--invoices {
    padding: 12px 15px;
  }
  .user-profile ul.nav.flex-row a.nav-link--profile:before,
  .user-downloads ul.nav.flex-row a.nav-link--downloads:before,
  .user-wishlist ul.nav.flex-row a.nav-link--wishlists:before,
  .user-orders ul.nav.flex-row a.nav-link--orders:before,
  .user-invoices ul.nav.flex-row a.nav-link--invoices:before {
    display: none;
  }
  .wishlist-item {
    grid-template-columns: 1fr;
  }
  .wishlist-user-form [id^="edit-header"] {
    gap: 0;
    flex-direction: column;
  }
  .wishlist-user-form .wishlist-item__entity {
    justify-content: center;
  }
  .view-my-account,
  .view-my-downloads,
  .view-my-wishlist,
  .view-my-orders,
  .view-my-invoices,
  .view-my-cart {
    padding: 20px 15px;
  }
  .product-card {
    flex-flow: column;
  }
  .product-card .book-cover {
    max-width: 100%;
  }
  .author-card {
    padding: 20px 16px;
  }
  .author-card-content {
    padding: 10px 10px 50px;
  }
  .product-title.sm {
    font-size: 16px;
    line-height: 1.4;
  }
  .quantity-container {
    margin-right: 20px;
  }
  .quantity-container .form-number {
    width: 90px;
  }
  .quantity-input #edit-submit {
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }
  .quantity-input #edit-submit svg {
    width: 22px;
    height: 22px;
  }
  #edit-quantity-wrapper {
    margin-right: 0;
  }
  .path-taxonomy section h2.allbooks-title{
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 390px) {
  .product-cart-box {
    text-align: center;
  }
  .quantity-container {
    margin-bottom: 20px;
  }
  .product-cart-box .d-flex {
    flex-direction: column;
  }
  .commerce-order-item-add-to-cart-form {
    flex-direction: column;
  }
  .quantity-input #edit-submit svg {
    width: 20px;
    height: 20px;
  }
  .background-text {
    top: 5px;
    font-size: 3rem;
  }
}
