.error_content {
  text-align: center;
  padding: 25vh 0;
}

.error_section {
  background-color: rgb(6 64 43 / 80%);
  padding: 70px 0px 40px;
  transition: var(--transition);
  color: rgb(255, 255, 255);
}

.btn_wrp.eror_pg_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

#offer_date span::after {
  content: ':';
  display: none;
}

#offer_date span.show-after::after {
  display: inline;
  /* or block, depending on your layout */
}

header .sales_btn_wrp {
  display: none;
}

.rating_star.customer_rating_sec {
  font-size: 12px;
}

.foot_link li a.current-menu-item {
  color: var(--button_color);
}

.post_details{
  padding-top: 100px;
  color: #000;
}
.post_details .post_content{
  padding-bottom: 30px;
}
.post_title{
  padding: 20px 0px 10px 0;
}
.post_details .thumbnail_img{
  text-align: center;
}
/* 
.post_details .prev_next_btn_wrap a{
  color: var(--primary_clr);
  font-weight: 600;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #f0f0f0;
  transition: background-color 0.3s ease, color 0.3s ease;
} */
.post_details .prev_next_btn_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.stry_btn.view_dtls_btn .site_btn:hover ,  .special_btn .site_btn:hover {
  background: transparent;
  border-color: #06402b;
  color: #06402b;
}
.stry_btn.view_dtls_btn .site_btn , .special_btn .site_btn {
  background: #06402b;
}

.product_listing{
  padding-top: 70px;
}
.row.bnrrow.product_list_single{
margin-bottom: 50px;
}
.product_listing .cat_title{
 text-align: center;
 color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.product_list_single_even {
  flex-direction: row-reverse;
}
.loadmore_btn.special_btn{
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .loadmore_btn.special_btn .site_btn {
    width: 50%;
  }
}