*,
*::after,
*::before {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Poppins", "Montserrat", sans-serif;
  text-align: center;
  background-color: #f8f6ef;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #625d5d;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}



/* header css start */
/* .logo-wrapper img {
  width: 100px;
}

.main-head-wrap .menu-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  background-color: #f8f6ef;
  padding: 26px 40px;
  align-items: center;
} */

.header-cart-search-user-wrap.mobile-cart-search-user {
  /* display: none; */
}

.offer-box::-webkit-scrollbar {
  width: 3px; /* Makes the scrollbar very thin */
}

.offer-box::-webkit-scrollbar-thumb {
  background-color: transparent; /* Makes the thumb invisible */
}

/* For Firefox */
.offer-box {
  scrollbar-width: thin; /* Makes the scrollbar thin */
}

.header-cart-search-user-wrap.desktop-cart-search-user {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.rachnaye-books-view-all-wrap a {
  font-size: 16px;
  font-weight: 600;
}

.rachnaye-books-list img {
  min-height: auto;
  height: 245px;
  object-fit: contain;
  width: 100%;
}

.accordion-content ul li a {
  padding: 4px 0;
  color: #030303;
  font-size: 13px;
}

.main-head-wrap .logo-wrapper a {
  display: flex;
  color: #fff;
  font-size: 20px;
}

.rachnaye-books-title h5 {
  font-size: 20px;
}

.main-head-wrap .menu-wrapper .phone-wrap-menu {
  display: none;
}

.main-head-wrap .hamburger-wrap {
  display: none;
}

.main-head-wrap .hamburger-wrap .hamburger {
  /* height: 30px;
  width: 30px;
  display: flex;
  flex-flow: column nowrap;
  position: fixed;
  top: 30px;
  right: 20px;
  cursor: pointer;
  z-index: 20; */
}

.main-head-wrap .hamburger-wrap .hamburger .line {
  /* height: 2px;
  margin-bottom: 5px;
  width: 100%;
  display: block;
  border-radius: 3px;
  transition: all 0.2s ease;
  background-color: #000; */
}

/* overlay sidebar start */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in-out;
}

.overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}

/* overlay sidebar end */
/* menu on click to open hamburger */
.main-head-wrap .hamburger-wrap .hamburger.menu-open .line:first-child {
  /* background: #fff;
  transform: rotate(45deg);
  margin-bottom: 2px;
  margin-top: 5px; */
}

.main-head-wrap .hamburger-wrap .hamburger.menu-open .line:nth-child(2) {
  opacity: 0;
  transform: translateX(-16px);
}

.main-head-wrap .hamburger-wrap .hamburger.menu-open .line:nth-child(3) {
  /* background: #fff;
  transform: translateX(-3px) translateY(-8px) rotate(-45deg); */
}

/* menu on click to open hamburger */

.main-head-wrap nav.main-menu ul.navbar-wrap {
  display: flex;
  list-style-type: none;
  position: relative;
}

.main-head-wrap nav.main-menu ul.navbar-wrap li {

  position: relative;
}

.main-head-wrap nav.main-menu ul.navbar-wrap li a {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.main-head-wrap nav.main-menu ul.navbar-wrap li a.active,
.main-head-wrap nav.main-menu ul.navbar-wrap li a:hover {
  color: #005c67;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
}

.announcement-bar {
  position: fixed;
  background-color: #005c67;
  color: #fff;
  z-index: 2;
  top: 100px;
  left: 0;
  width: 100%;
  padding: 13px;
}

.search-icon-wrap {
  /* background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  align-items: center;
  display: flex;
  cursor: pointer; */
}

.search-icon-wrap:hover {
  background-color: #ff5c3e;
  transition: 01s ease;
  -webkit-transition: 01s ease;
  -moz-transition: 01s ease;
  -ms-transition: 01s ease;
  -o-transition: 01s ease;
}

.search-icon-wrap:hover svg path {
  stroke: #fff;
  transition: 01s ease;
  -webkit-transition: 01s ease;
  -moz-transition: 01s ease;
  -ms-transition: 01s ease;
  -o-transition: 01s ease;
}

.cart-icon-wrap {
  /* background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  align-items: center;
  display: flex;
  cursor: pointer; */
}

.cart-icon-wrap:hover {
  background-color: #ff5c3e;
  transition: 01s ease;
  -webkit-transition: 01s ease;
  -moz-transition: 01s ease;
  -ms-transition: 01s ease;
  -o-transition: 01s ease;
}

.cart-icon-wrap:hover svg path {
  stroke: #fff;
  transition: 01s ease;
  -webkit-transition: 01s ease;
  -moz-transition: 01s ease;
  -ms-transition: 01s ease;
  -o-transition: 01s ease;
}

.user-icon-wrap {
  /* background-color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  align-items: center;
  display: flex;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; */
}

.user-icon-wrap:hover {
  background-color: #ff5c3e;
  transition: 01s ease;
  -webkit-transition: 01s ease;
  -moz-transition: 01s ease;
  -ms-transition: 01s ease;
  -o-transition: 01s ease;
}

.user-icon-wrap:hover svg path {
  stroke: #fff;
  transition: 01s ease;
  -webkit-transition: 01s ease;
  -moz-transition: 01s ease;
  -ms-transition: 01s ease;
  -o-transition: 01s ease;
}

.hidden {
  display: none;
}

/* Style the overlay */
#search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-container {
  width: 50%;
  display: flex;
  align-items: center;
}

span.arrow {
  font-size: 20px;
  position: absolute;
  top: -3px;
}

.main-head-wrap nav.main-menu ul.navbar-wrap .dropdown .submenu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20%);
  transition: all 0.5s;
  position: absolute;
  width: 150px;
  top: 100%;
  left: -22px;
  padding: 10px 0px 10px 0;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.11);
  z-index: 10;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.main-head-wrap nav.main-menu ul.navbar-wrap .dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  max-height: 500px;
}

/* header css end */
/* desktop search start */
.desktop-search-bar-wrap {
  display: none;
  position: absolute;
  top: -50px;
  left: 345px;
  width: 63%;
  background-color: white;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: top 0.5s ease, opacity 0.5s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.desktop-search-input {
  width: calc(100% - 40px);
  padding: 8px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 9px;
}

.desktop-close-search {
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 0 10px;
}

.desktop-search-icon-wrap svg {
  cursor: pointer;
}

/* When active, display the search bar */
.desktop-search-bar-active {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 28px;
  opacity: 1;
}

/* desktop search end */
/* shop css tart */
.shop-main {
  background-color: #f8f6ef;
}

section.shop-page-layout {
  display: flex;
	flex:1
}

section.shop-page-layout .two-col-layout-row {
  display: flex;
  padding: 20px;
  width: 100%;
}

.left-col-sidebar {
  padding-right: 10px;
  width: 20%;
  overflow-y: auto;
  position: sticky;
  top: 25%;
  height: 100vh;
  /* z-index: 10; */
}

/* shop css end */

/* mobile filter toolbar css start */
.toolbar {
  display: none;
  justify-content: flex-end;
  align-items: center;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
}

.sort-filter {
  cursor: pointer;
  border-left: 1px solid #ddd;
}

.view-options {
  display: flex;
  gap: 10px;
}

.view-options button {
  width: 20px;
  height: 20px;
  background-color: #ddd;
  border: none;
  cursor: pointer;
}

.filter {
  padding: 10px 0;
}

.filter button {
  padding: 12px 36px;
  background-color: #f4f4f4;
  border: none;
  font-size: 14px;
  cursor: pointer;
}

/* mobile filter toolbar css end */

/* sidebar css start */
.sidebar-filter-title {
  margin-bottom: 20px;
}

.sidebar-filter-title h4 {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -ms-border-radius: 15px 15px 15px 15px;
  -o-border-radius: 15px 15px 15px 15px;
}

.logos-books-item .slide-content p {
  font-size: 17px !important;
  color: black;
  font-weight: 500;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.detailelement p {
  font-size: 22px !important;
  font-weight: 500;
}

.accordion {
  margin-bottom: 10px;
}

.accordion-content.price-content {
  margin-bottom: 10px;
  height: 120px;
  overflow-y: auto;
  /* Add vertical scrolling */
  overflow-x: hidden;
  /* Prevent horizontal scrolling */
  scrollbar-width: thin;
  /* For Firefox: makes the scrollbar thin */
  scrollbar-color: #ccc #f1f1f1;
  /* For Firefox: colors the scrollbar */
}

.accordion-content {
  margin-bottom: 10px;
  height: 200px;
  overflow-y: auto;
  /* Add vertical scrolling */
  overflow-x: hidden;
  /* Prevent horizontal scrolling */
  scrollbar-width: thin;
  /* For Firefox: makes the scrollbar thin */
  scrollbar-color: #ccc #f1f1f1;
  /* For Firefox: colors the scrollbar */
}

/* Chrome, Edge, Safari custom scrollbar */
.accordion-content::-webkit-scrollbar {
  width: 8px;
  /* Width of the scrollbar */
}

.accordion-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Background of the scrollbar track */
  border-radius: 4px;
  /* Rounded track */
}

.accordion-content::-webkit-scrollbar-thumb {
  background: #ccc;
  /* Color of the scrollbar thumb */
  border-radius: 4px;
  /* Rounded thumb */
}

.accordion-content::-webkit-scrollbar-thumb:hover {
  background: #aaa;
  /* Darker color on hover */
}

.accordion-header.active {
  background-color: #ff5c3e;
  border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
  color: #fff;
}

.accordion-header .icon {
  font-size: 20px;
}

.accordion-content {
  display: none;
  padding: 10px;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  text-align: left;
}

.accordion-content.price-content {
  padding: 0px;
}

.filter-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

button.clear-filter {
  background-color: #ff5c3e;
  border: unset;
  padding: 5px 20px;
  text-align: right;
  color: #fff;
  border-radius: 5px;
  text-align: right;
}

.accordion-content ul {
  list-style-type: none;
  padding-left: 10px;
}

.accordion-content ul li {
  padding: 4px 0;
  color: #030303;
  font-size: 13px;
}

.accordion-content ul li:hover {
  text-decoration: underline;
  cursor: pointer;
}

.right-col-sidebar {
  padding: 50px 0px 0 20px;
  width: 100%;
  overflow-y: auto;
}

.logos-books-item {
  text-align: center;
}

/* price filter css start */
.wrapper {
  padding: 20px 10px 21px;
}

header h2 {
  font-size: 24px;
  font-weight: 600;
}

header p {
  margin-top: 5px;
  font-size: 16px;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 10px 0;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
  font-size: 13px;
}

.field input {
  width: 100%;
  height: fit-content;
  padding: 5px;
  outline: none;
  font-size: 10px;
  margin-left: 4px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 40px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.slider {
  height: 5px;
  position: relative;
  background: rgb(0 0 0);
} 

.slider .progress {
  height: 100%;
  left: 0%;
  right: 25%;
  top: 0px;
  position: absolute;
  border-radius: 5px;
    background: rgb(0 117 255);
}
input[type="range"]::-webkit-slider-container, input[type="range"]::-webkit-media-slider-container {
	border: none !important;
}
 
.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 0px;
  top: -5px;
  background: none;
  pointer-events: none;
  /* -webkit-appearance: none;
  -moz-appearance: none; */
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block;
}

.b-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.b-btn.paypal i {
  color: blue;
}

.b-btn:hover {
  text-decoration: none;
  font-weight: bold;
}

.b-btn i {
  font-size: 20px;
  color: yellow;
  margin-top: 2rem;
}

/* price filter css end */

/* sidebar css end */
.slick-initialized .slick-slide {
  display: block;
  align-items: center;
  justify-content: center;
}

.brands-book-slider {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 0 10px;
  justify-content: center;
}

.logos-books-item.slick-slide {
  display: grid;
  justify-content: center;
  align-items: center;
}

.slide-content {
  margin-top: 10px;
}

.slick-next {
  right: -12px;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 26px;
  line-height: 1;
  opacity: 0.75;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.short-stories-wrap {
  /* background: linear-gradient(267.98deg,
      rgba(33, 48, 50, 0.95) -16.14%,
      rgba(0, 92, 103, 0.95) 138.25%); */
  padding: 10px 0;
  margin: 20px 10px 0;
}

.short-stories-slider {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 0 50px;
  justify-content: center;
}

.slick-next {
  right: 7px !important;
}

.slick-prev {
  left: -2px !important;
  z-index: 20;
}

.brands-book-slider .slick-list {
  margin: 0 0px !important;
}

.short-stories-item {
  background-color: #005c67;
  margin: 10px;
  padding: 12px 12px;
  border-radius: 12px;
}

.short-stories-item p {
  font-size: 13px !important;
  font-weight: 700;
  color: #f8f6ef;
}

.short-stories-wrap .slick-prev {
  left: -50px !important;
}

.short-stories-wrap .slick-next {
  right: -40px !important;
}

.short-stories-wrap .slick-initialized .slick-slide {
  width: max-content !important;
}

/* book listing css start */
.book-listing-wrapper {
  margin: 15px 0;
}

.book-listing-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 10px;
  gap: 10px;
}

.book-listing-wrap-title {
  text-align: left;
}

.book-listing-wrap-title h4 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.sort-by select {
  outline: none;
  border: unset;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 16px;
}

select {
  font-size: 20px;
}

.book-main-item {
  text-align: left;
  position: relative;
}

.select-book-checkbox {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.select-book-checkbox input[type="checkbox"] {
  padding: 10px;
  width: 25px;
  height: 25px;
}

.book-title h4 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.writer-title h4 {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.book-price-rating {
  display: grid;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  /*gap: 50px;*/
}

.books-price-item {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}

.button-row-wrap .buy-offer-button {
  background-color: #ffeeb2;
  border: 1px solid #ffd233;
  padding: 10px 9px;
  font-size: 12px;
  border-radius: 6px;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.button-row-wrap .add-to-cart {
  background-color: #ff5c3e;
  border: 1px solid #ff5c3e;
  padding: 10px 30px;
  font-size: 14px;
  color: #fff;
  width: 100%;
  margin-top: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  cursor: pointer;
}

.book-main-item img {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.book-main-item .fix-height {
  min-height: 234px;
  max-height: 234px;
}


.books-grid-wrapper-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

/*.modal {*/
/*  display: none;*/
/*  position: fixed;*/
/*  z-index: 1000;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  overflow: auto;*/
/*  background-color: rgb(0, 0, 0);*/
/*  background-color: rgba(0, 0, 0, 0.4);*/
/*}*/

/*.modal-content {*/
/*  background-color: #fefefe;*/
/*  margin: 15% auto;*/
/*  padding: 20px;*/
/*  border: 1px solid #888;*/
/*  width: 40%;*/
/*  border-radius: 8px;*/
/*}*/

.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* book listing css end */

/* offer deals css start */
.offer-content {
  display: none;
  position: absolute;
  top: 90%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  padding: 16px;
  width: 100%;
  border-radius: 8px;
  z-index: 1;
}

.offer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.offer-icon {
  font-size: 20px;
}

.offer-title {
  font-weight: bold;
  font-size: 18px;
}

.offer-close-button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.offer-body {
  background-color: #fff3c1;
  padding: 10px;
  border: 2px solid #4a90e2;
  border-radius: 8px;
}

.offer-body p {
  font-size: 10px;
  text-align: justify;
  margin-bottom: 8px;
}

.offer-subtitle {
  font-weight: bold;
  margin-bottom: 8px;
}

/* offer deals css end */

/* sticky bundle cart css start */
.sticky-books-cart-wrap {
  background-color: #fff;
  padding: 10px;
  display: grid;
  grid-template-columns: 3fr 1fr !important;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  display: none;
  z-index: 2;
}

.books-checkbox-select-item {
  display: flex;
  justify-content: start;
  gap: 20px;
}

.bundle-button-row-wrap .add-to-cart {
  background-color: #ff5c3e;
  border: 1px solid #ff5c3e;
  padding: 16px 10px;
  font-size: 25px;
  color: #fff;
  width: 100%;
  margin-top: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  cursor: pointer;
}

/* sticky bundle cart css end */

/* pagination css start */
div#pagination-container {
  margin-top: 50px;
}

.simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #eee;
}

.simple-pagination .current {
  color: #fff;
  background-color: #ff7182;
  border-color: #ff7182;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: #e04e60;
}

/* pagination css end */

/* rachnaye book listing css start */
.rachnaye-books-listing-wrapper {
  margin-top: 50px;
}

.rachnaye-books-title-wrap-view-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rachnaye-book-listing-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 20px 25px;
  margin: 30px 0;
}

/* media query start for mobile */
@media screen and (max-width: 767px) {
  /* Prevent horizontal overflow on mobile */
  body, html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }

  section.shop-page-layout {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }

  section.shop-page-layout .container {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  section.shop-page-layout .row {
    /* margin-left: 0; */
    /* margin-right: 0; */
    /* width: 100%;
    max-width: 100%; */
  }

  section.shop-page-layout [class*="col-"] {
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    width: 100%;
    max-width: 100%;
  }

  section.main-shop-banner {
    margin-top: 59px;
  }

  header p {
    margin-top: 5px;
    font-size: 14px;
  }

  .logo-wrapper a svg {
    width: 150px;
  }

  .main-head-wrap .menu-wrapper .phone-wrap-menu {
    display: block;
  }

  .user-icon-wrap {
    /* background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; */
  }

  span.arrow svg path {
    color: #fff;
    fill: #fff;
  }

  .search-icon-wrap {
    /* background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    align-items: center;
    display: flex;
    cursor: pointer;
    width: 35px;
    height: 35px;
    justify-content: center; */
  }

  .cart-icon-wrap {
    /* background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    align-items: center;
    display: flex;
    width: 35px;
    height: 35px; */
  }

  span.arrow {
    font-size: 20px;
    position: absolute;
    top: 12px;
    right: 0;
    color: #fff;
  }

  li.list-item-wrap.dropdown {
    margin: 0 0px 0 0 !important;
  }

  .main-head-wrap nav.main-menu ul.navbar-wrap .dropdown .submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20%);
    transition: max-height 0.5s ease, opacity 0.5s, visibility 0s 0s,
      transform 0.5s;
    overflow: hidden;
    position: unset;
    width: 100%;
    top: 44px;
    left: 0;
    padding: 10px 0;
    background-color: #005c69;
    border: unset;
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.11);
    z-index: 10;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease, opacity 0.5s, visibility 0s 0s,
      transform 0.5s;
    -moz-transition: max-height 0.5s ease, opacity 0.5s, visibility 0s 0s,
      transform 0.5s;
    -ms-transition: max-height 0.5s ease, opacity 0.5s, visibility 0s 0s,
      transform 0.5s;
    -o-transition: max-height 0.5s ease, opacity 0.5s, visibility 0s 0s,
      transform 0.5s;
  }

  .announcement-bar {
    position: fixed;
    top: 68px;
    background-color: #005c67;
    color: #fff;
    width: 100%;
    padding: 10px;
    z-index: -1;
  }

  .header-cart-search-user-wrap.mobile-cart-search-user {
    /* display: flex;
    gap: 5px; */
  }

  .header-cart-search-user-wrap.desktop-cart-search-user {
    display: none;
  }

  .main-head-wrap .menu-wrapper .phone-wrap-menu .phone-icon-menu {
    display: flex;
    font-size: 18px;
  }

  .main-head-wrap .hamburger-wrap {
    display: block;
    /* margin: 0 0 0 20px; */
  }

  .main-head-wrap .hamburger-wrap .hamburger {
    /* justify-content: center;
    align-items: center;
    top: 22px; */
  }

  /* .main-head-wrap nav.main-menu {
    background-color: #000000;
    width: 250px;
    height: 100vh;
    transition: 0.85s;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    right: -100%;
  } */

  /* sidebar open on click to show */
  .main-head-wrap nav.main-menu.menu-open {
    right: 0;
    transition: 0.35s;
  }

  /* sidebar open on click to show */
  .main-head-wrap nav.main-menu ul.navbar-wrap {
    display: block;
    width: 100%;
    padding: 100px 10px;
  }

  /* .main-head-wrap nav.main-menu ul.navbar-wrap li {
    margin: 0 0px 0 0;
    padding: 15px 0 10px 15px;
    border-bottom: 1px solid #ffffff;
    text-align: left;
  } */

  /* .main-head-wrap nav.main-menu ul.navbar-wrap li a {
    color: hsla(0, 0%, 100%, 0.5019607843137255);
  } */

  .main-head-wrap nav.main-menu ul.navbar-wrap li a .list-item:before {
    content: ".";
    position: absolute;
    top: 4px;
    left: 5px;
    color: #ffffff;
    font-size: 25px;
  }

  .main-head-wrap .header-social-icon ul.header-social-icon-wrap {
    display: none;
  }

  /* mobile search css start */
  .search-bar-wrap {
    display: none;
    position: absolute;
    top: 75px;
    left: 10px;
    width: 94%;
    background-color: white;
    border-radius: 10px;
    padding: 7px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .search-input {
    width: calc(100% - 40px);
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  .close-search {
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 0 10px;
  }

  .search-icon-wrap svg {
    cursor: pointer;
  }

  /* When active, display the search bar */
  .search-bar-active {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* mobile search css end */
  /* header media query css end */
  .toolbar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 85px;
  }

  .left-col-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    width: 60%;
    /* Adjust width as needed */
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    transform: translateX(-100%);
    /* Hide off-screen */
    transition: transform 0.3s ease-in-out;
    /* Smooth slide animation */
    z-index: 1001;
    /* Ensure it sits above other content */
  }

  .left-col-sidebar.active {
    transform: translateX(0);
    /* Slide into view */
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    z-index: 0;
    /* Below the sidebar */
  }

  .overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* section page book css start */
  section.shop-page-layout .two-col-layout-row {
    display: flex;
    padding: 20px 10px;
    width: unset;
  }

  .right-col-sidebar {
    padding: 50px 0px 0 0px;
    width: unset;
    overflow-y: auto;
  }

  .books-grid-wrapper-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

.short-stories-item {
        background-color: #005c67;
        margin: 4px;
        padding: 10px 10px;
        border-radius: 7px;
    }

  .short-stories-wrap {
    /* background: linear-gradient(267.98deg,
        rgba(33, 48, 50, 0.95) -16.14%,
        rgba(0, 92, 103, 0.95) 138.25%); */
            padding: 6px 0;
        margin-top: 10px;
  }

    .book-listing-top-row {
        display: block;
        margin-bottom: 10px;
        margin-top: 7px;
    }

  .book-listing-wrap-title h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
  }

  .sidebar-filter-title h4 {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
  }

  .accordion-header {
    font-size: 20px;
  }

  .accordion-content {
    border: 1px solid #ddd;
  }

  .book-listing-wrap-title {
    text-align: center;
    margin-top: 20px;
  }

  .book-listing-wrapper {
    margin: 0px 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .books-grid-wrapper-layout {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .book-listing-wrapper .row {
    /* margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%; */
  }

  .book-listing-wrapper [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 100%;
  }

  .wrapper {
    padding: 0px 5px 10px;
  }

  .price-input {
    width: 100%;
    display: block;
    margin: 0px 0 25px;
  }

  .sort-by select {
    margin-top: 0;
    background-color: #f4f4f4;
  }

  select {
    font-size: 16px;
  }

  .brands-book-slider {
    margin: 0 5px;
  }

  .book-img {
    margin: 5px;
  }

  .short-stories-item p {
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .book-price-rating {
    display: block;
  }

  .button-row-wrap .buy-offer-button {
    background-color: #ffeeb2;
    border: 1px solid #ffd233;
    padding: 10px 10px;
    font-size: 12px;
    border-radius: 6px;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    cursor: pointer;
  }

  .bundle-button-row-wrap .add-to-cart {
    background-color: #ff5c3e;
    border: 1px solid #ff5c3e;
    padding: 10px 10px;
    font-size: 18px;
    color: #fff;
    width: 100%;
    margin-top: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    cursor: pointer;
  }

  .sort-by-filter {
    /* display: none; */
  }

  .short-stories-slider .slick-prev {
    left: -25px;
  }

  .short-stories-slider .slick-next {
    right: -25px;
  }

  .slick-prev {
    left: -22px !important;
  }

  .slick-next {
    right: -15px !important;
  }
.logos-books-item .book-img img {
        height: auto !important;
    }
	.logos-books-item .slide-content p {
		font-size: 14px !important;
	} 
	.slide-content {
    margin-top: 6px;
}
.short-stories-slider {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0px 2px;
    justify-content: center;
}




















}

.main-shop-banner {
  margin-top: 6.5rem;
}

.books-grid-wrapper-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px 25px;
  justify-content: normal;
  align-items: normal;
}

.books-grid-wrapper-layout {
  position: relative;
  /* Ensure proper positioning for child elements */
  height: auto;
  /* Full height of the wrapper */
}

.book-description::-webkit-scrollbar {
  width: 8px;
  /* Width of the vertical scrollbar */
  height: 8px;
  /* Height of the horizontal scrollbar */
}

.book-description::-webkit-scrollbar-track {
  background: transparent;
  /* Background of the scrollbar track */
}

.book-description::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Thumb color */
  border-radius: 4px;
  /* Rounded corners for the scrollbar thumb */
  border: 2px solid transparent;
  /* Space around the thumb */
}

.book-description::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Thumb color on hover */
}

.book-main-item {
  position: relative;
  /* Ensure proper positioning for individual book items */
}

.book-main-item:hover .book-description {
  display: block;
  /* Show the description on hover */
}

.sticky-books-cart-wrap .books-image-selected img {
  border: 1px solid #9b9b9b;
  margin-bottom: 6px;
  max-height: 150px;
  text-align: center;
}

.books-image-selected {
  width: 60px;
}

.books-image-selected .title {
  font-size: 13px;
}

.books-image-selected .price {
  font-size: 13px;
  font-weight: 600;
}

.book-grid {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
}

.book-grid .writer-title {
  margin-top: 0px;
  background: #fff;
  display: grid;
  padding: 4px 4px;
  border-radius: 5px;
  border: 1px solid #ff5c3e;
  align-items: center;
  justify-content: center;
  width: 100px;
}

.book-grid .writer-title h4 {
  font-size: 14px;
  font-weight: 500;
  color: #ff5c3e;
}

.book-main-item .book-title h4 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 25px;
}

.book-main-item .book-description p {
  color: #646464;
  font-size: 14px;
}

.avgReadingTime {
  display: flex;
  font-size: 13px;
}

.avgReadingTime img {
  height: 12px;
  width: 12px;
  text-align: center;
  margin: 2px 5px 2px 0px;
}

.book-main-item .book-description {
  margin-bottom: 10px;
  margin-top: 5px;
}

.out-of-stock {
  color: #8d8d8d;
  font-weight: 500;
  margin-top: 7px;
  text-align: center;
  background: #dddddd;
  padding: 4px 10px;
  font-size: 13px;
}

.logos-books-item {
  padding: 0px 10px 0 0;
}

.logos-books-item .book-img img {
  border-radius: 10px;
  height: 150px;
  /* object-fit: contain; */
  width: 100%;
}

.hover-description {
  max-height: 200px; /* Adjust height as needed */
  overflow-y: auto;
  padding-right: 10px; /* Prevent content from hiding behind scrollbar */
}

/* Modern thin scrollbar for Webkit browsers (Chrome, Edge, Safari) */
.hover-description::-webkit-scrollbar {
  width: 6px; /* Thin scrollbar */
}

.hover-description::-webkit-scrollbar-thumb {
  background: #888; /* Scrollbar color */
  border-radius: 10px;
}

.hover-description::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darker color on hover */
}

/* Optional: Hide scrollbar track */
.hover-description::-webkit-scrollbar-track {
  background: transparent;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1600px;
  }
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-left: 80px;
  padding-right: 80px;
}

@media only screen and (max-width: 1280px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }

.sticky-books-cart-wrap {
    grid-template-columns: auto !important;
}

.books-checkbox-select-item{
    gap: 3px;
}

.rachnaye-books-listing-wrapper {
    margin-top: 0px;
}

}

/* Books Page - Tabs Section */
.books-tabs-section {
    margin-top: 100px;
    padding: 32px 0px 0;
    background-color: #f8f6ef;
    text-align: left;
}

.books-tabs-section .books-tabs-wrapper {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 25px;
    scrollbar-width: none;
}

.books-tabs-section .books-tabs-wrapper::-webkit-scrollbar {
    display: none;
}

.books-tabs-container {
    display: inline-flex;
    gap: 4px;
    align-items: stretch;
    max-width: 100%;
    border-radius: 999px;
    background-color: #fff;
    padding: 6px;
    /* min-width: 100%; */
}

.books-tab {
    background-color: transparent;
    color: #4a4a4a;
    border: none;
    padding: 12px 40px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    border-radius: 999px;
    position: relative;
    white-space: nowrap;
    font-family: "Poppins", "Montserrat", sans-serif;
}

.books-tab.active {
    background-color: #ff7957;
    color: #fff;
    font-weight: 600;
}

.books-tab:hover:not(.active) {
    background-color: rgba(255, 121, 87, 0.1);
    color: #1c1c1c;
}

/* Books Tab Content Wrapper */
.books-tab-content-wrapper {
    background-color: #f8f6ef;
}

/* Books Tab Content */
.books-tab-content {
    display: none;
    padding: 0;
}

.books-tab-content.active {
    display: block;
}

.item-img-model.flex{
  justify-content: space-between;
}

@media (max-width: 576px) {
    .books-tabs-section {
        padding: 20px 0px 0;
        margin-top: 45px;
    }

    .books-tabs-container {
        width: 100%;
        min-width: auto;
        gap: 6px;
    }

    .books-tab {
        flex: 1 1 50%;
        text-align: center;
        padding: 10px 0;
        font-size: 14px;
    }
}

/* Bundles Section */
.bundles-slider-wrap {
    padding: 10px 0px 15px;
    background-color: #f8f6ef;
    position: relative;
}

.bundles-slider {
    visibility: hidden;
}

.bundles-slider.slick-initialized {
    visibility: visible;
}

.bundles-slider .bundle-slide {
    padding: 0 10px;
}

.bundle-card {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: transform 0.3s ease;
}


.bundle-card-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    overflow: hidden;
}

/* Bundle images in header - square with little radius */
.item-img-model .bundle-image {
    border-radius: 8px !important;
}

/* Author/Writer images in header - fully round */
.item-img-model .author-writer-image {
    /* border-radius: 50% !important; */
}

/* Default for other category images in header - fully round */
.item-img-model .category-header-image:not(.bundle-image):not(.author-writer-image) {
    /* border-radius: 50% !important; */
}

.bundle-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bundle-card-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #1f1f1f;
    line-height: 1.4;
    text-align: left;
}

.bundles-slider .slick-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.bundles-slider .slick-prev:before {
  content: "‹";   /* thinner left arrow */
  color: #fff;
  font-size: 24px;
  font-weight: 200;
}

.bundles-slider .slick-next:before {
  content: "›";   /* thinner right arrow */
  color: #fff;
  font-size: 24px;
  font-weight: 200;
}

.bundles-slider .slick-prev,
.bundles-slider .slick-next {
    width: 36px;
    height: 36px;
    background: #939393 !important; /* Rounded gray background */
    border-radius: 50%;             /* Makes it a circle */
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.bundles-slider .slick-prev:before,
.bundles-slider .slick-next:before {
    color: #ffffff !important;   /* White arrow */
    font-size: 22px !important;
    font-weight: 300 !important; /* Makes the arrow lighter/thinner */
    opacity: 1 !important;       /* Ensures full visibility */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-bottom: 6px;
}


.bundles-slider .slick-prev,
.bundles-slider .slick-next {
    top: 50%;
    transform: translateY(-50%);
}

.bundles-slider .slick-prev {
    left: -10px;
}

.bundles-slider .slick-next {
    right: -10px;
}

.bundles-slider .slick-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.bundles-empty {
    padding: 30px 15px;
    background-color: #f8f6ef;
    text-align: center;
    color: #777;
}

/* Themes Section */
.themes-tags-container {
    width: 100%;
}

.themes-tags-scroll-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 12px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    max-height: calc((48px + 14px) * 2);
}

.themes-tags-scroll-wrapper::-webkit-scrollbar {
    height: 6px;
}

.themes-tags-scroll-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.themes-tags-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #c5c5c5;
    border-radius: 3px;
}

.themes-tags-scroll-wrapper::-webkit-scrollbar-thumb:hover {
    background: #a2a2a2;
}

.themes-tags-wrapper {
    display: grid;
    grid-template-columns: repeat(8, minmax(min-content, max-content));
    grid-auto-flow: row;
    gap: 14px 16px;
    align-content: flex-start;
    width: max-content;
    min-width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    overflow: visible;
}

.theme-tag {
    background-color: #F2C436;
    color: #1f1f1f;
    padding: 12px 18px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: inline-flex;
    flex: 0 1 auto;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none;
}

.theme-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    color: black;
}

/* Responsive Design */
@media screen and (max-width: 767px) {
    .books-tabs-container {
        flex-direction: row;
    }

    .books-tab {
        width: 100%;
        border-radius: 15px !important;
    }

    .bundle-card {
        width: 100%;
        height: auto;
    }

    .bundles-slider-wrap{
      padding: 0;
    }

    .themes-tags-scroll-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        max-height: calc((40px + 10px) * 2);
    }

    .themes-tags-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 12px;
        min-width: 100%;
        overflow: visible;
        align-items: flex-start;
    }

    .theme-tag {
        font-size: 14px;
        padding: 8px 16px;
        flex-shrink: 0;
        white-space: nowrap;
        min-height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        box-sizing: border-box;
    }
}
