ul.main_header_menu {
    list-style: none;
    display: flex;
    align-items: baseline;
    margin: 0 !important;
    letter-spacing: 0;
}
header.major > :first-child:after{
  display: none;
}
@media (max-width:767px){
    ul.main_header_menu {
      position: absolute;
      top: 39px;
      left: 2%;
      padding-left: 0;
      margin-top: 16px !important;
  }
}
#menu .links li a {
    color: #fff;
}
.heading_section h2 {
    color: #000;
    margin-bottom: 10px;
    font-size: 26px;
}
header.major {
    text-align: center;
}
#banner > .inner .content{
  justify-content: center;
}
input.icon.solid.fa-search {
    max-width: 540px;
    margin: auto;
}
section.p-0 {
    padding: 0em 0 1em 3em !important;
}
.buttonMore{
  display: block !important;
  margin-top: 15px;
  text-align: end;
}
.buttonMore a.button.next.scrolly {
    background: #2a2f4a;
}
.single_post_header {
    display: flex;
    justify-content: normal;
    align-items: center;
}
.post-meta {
    display: grid;
    padding-left: 20px;
}
.thumbnail_image img {
    border-radius: 20px;
}
/* book box card style start */
.container_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
  gap: 1rem;
  padding: 0px;
}
.card {
  width: 100%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  font-family: "Segoe UI", sans-serif;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(
    to right,
    rgba(169, 3, 41, 1) 0%,
    rgba(196, 72, 72, 1) 44%,
    rgba(170, 34, 56, 1) 100%
  );
  color: #fff;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.tilt {
  overflow: hidden;
}
.img {
  height: 200px;
  overflow: hidden;
}
.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.card:hover .img img {
  transform: scale(1.05);
}
.info {
  padding: 20px;
}
.cat {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #71717a;
  margin-bottom: 5px;
}
.title {
  font-size: 18px;
  font-weight: 700;
  color: #18181b;
  margin: 0 0 10px;
  letter-spacing: -0.5px;
}
.desc {
  font-size: 13px;
  color: #52525b;
  line-height: 1.4;
  margin-bottom: 12px;
}
.feats {
  display: flex;
  gap: 6px;
  margin-bottom: 15px;
}
.feat {
  font-size: 10px;
  background: #f4f4f5;
  color: #71717a;
  padding: 3px 8px;
  border-radius: 10px;
  font-weight: 500;
}
.bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.price {
  display: flex;
  flex-direction: column;
}
.old {
  font-size: 13px;
  text-decoration: line-through;
  color: #a1a1aa;
  margin-bottom: 2px;
}
.new {
  font-size: 20px;
  font-weight: 700;
  color: #18181b;
}
.btn {
  background: linear-gradient(45deg, #18181b, #27272a);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.btn:hover {
  background: linear-gradient(45deg, #27272a, #3f3f46);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: 0.5s;
}
.btn:hover:before {
  left: 100%;
}
.icon {
  transition: transform 0.3s;
}
.btn:hover .icon {
  transform: rotate(-10deg) scale(1.1);
}
.meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f4f4f5;
  padding-top: 12px;
}
.rating {
  display: flex;
  align-items: center;
  gap: 2px;
}
.rcount {
  margin-left: 6px;
  font-size: 11px;
  color: #71717a;
}
.stock {
  font-size: 11px;
  font-weight: 600;
  color: #22c55e;
}
@media (max-width: 400px) {
  .card {
    width: 90%;
  }
  .title {
    font-size: 16px;
  }
  .img {
    height: 180px;
  }
  .bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .price {
    margin-bottom: 5px;
  }
  .btn {
    width: 100%;
    justify-content: center;
  }
}

/* footer style design css */
#footer {
  font-size: 18px;
  color: #fff;
  padding: 40px 20px;
}
.inner_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.div-col {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}

.div-col h4 {
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}

.div-col a {
  color: #bbb;
  text-decoration: none;
}

.div-col a:hover {
  text-decoration: underline;
}
.content_details :is(h1, h2, h3, h4, h5, h6) {
  color: #000;
}

.wrapper_row {
  display: flex;
  flex-wrap: wrap; 
}

.content_wrapper {
  flex: 0 0 75%;
  max-width: 75%;
}

.sidebar {
  flex: 0 0 25%;
  max-width: 25%;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .content_wrapper,
  .sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.single_page #wrapper{
  padding-top: 80px;
}
.banner_section img{
  width: 100%;
  height: auto;
}

.search-box {
	display: flex;
	align-items: center;
  max-width: 540px;
  margin: auto;
	position: relative;
}

.search-input {
  color: #fff !important;
}

.search-submit {
    position: absolute;
    right: 5px;
    background: none;
    border: none;
    color: #ffffff !important;
    font-size: 18px;
    cursor: pointer;
    box-shadow: none;
}
.search-submit:hover{
  box-shadow: none;
}

/* Full-width banner container */
.b-banners-banner {
	width: 100%;
	background: linear-gradient(to right, #f2f2f2, #e6e6e6);
	padding: 40px 20px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
}

/* Inner content container */
.banner__container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 15px;
  align-items: center;
}

/* Breadcrumb nav */
.banner__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #555;
}

.banner__breadcrumb-item {
	margin-right: 8px;
	position: relative;
}

.banner__breadcrumb-item a {
	text-decoration: none;
	color: #0073aa;
	transition: color 0.3s ease;
}

.banner__breadcrumb-item a:hover {
	color: #005177;
}

/* Separator between breadcrumbs */
.banner__breadcrumb-item::after {
	content: "/";
	margin-left: 8px;
	color: #999;
}

.banner__breadcrumb-item:last-child::after {
	content: '';
}

/* Visually hidden breadcrumb (current page) */
.banner__breadcrumb-item.active {
	color: #222;
	font-weight: bold;
}

/* Banner title */
.banner__title {
	font-size: 36px;
	margin: 0;
	color: #111;
}

.pagination {
    text-align: center;
    margin-top: 30px;
}

.pagination .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
        font-size: 14px;
}

.pagination .page-numbers.current {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.pagination .page-numbers:hover {
    background-color: #eee;
}
/* === SIDEBAR WRAPPER === */
.sidebar {
    padding: 0 10px;
    background: #f9f9f905;
}

/* === GENERAL WIDGET CONTAINER === */
.sidebar .widget {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.sidebar .widget:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* === WIDGET TITLES === */
.sidebar .widget h2,
.sidebar .widget .wp-block-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #3a3a3a;
    padding-bottom: 6px;
    color: #333;
}

/* === LINKS INSIDE WIDGET === */
.sidebar .widget ul li {
    list-style: none;
    margin-bottom: 10px;
}

.sidebar .widget ul li a {
    text-decoration: none;
    color: #2a2a2a;
    font-size: 16px;
    display: inline-block;
    padding: 4px 0;
    transition: all 0.3s ease;
}

.sidebar .widget ul li a:hover {
    color: #1e73be;
    padding-left: 6px;
}

/* === SEARCH WIDGET === */
.sidebar .widget_search input[type="search"] {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 6px 0 0 6px;
    outline: none;
    height: 64px;
}

.sidebar .widget_search button {
    padding: 0px 10px;
    background-color: #1e73be;
    color: white;
    border: none;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 18px;
}

.sidebar .widget_search button:hover {
    background-color: #155d9c;
}

/* === RECENT COMMENTS PLACEHOLDER === */
.sidebar .no-comments {
    font-style: italic;
    color: #777;
}

/* === RESPONSIVE FIXES === */
@media (max-width: 768px) {
    .sidebar {
        padding: 15px;
        border-left: none;
        border-top: 1px solid #ddd;
    }
}

.content_wrapper {
    padding: 0 25px;
}