.center_blog_1li1 ul li a {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.center_blog_1li1 {
  padding-top: 330px;
}

.tags li a {
  margin: 0 10px 15px 0;
}

.blog_pg1r4i2 {
  padding-top: 45px;
}

/*********************blog_end****************/

/* =========================
   BLOG DETAILS HEADER
========================= */

#header .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

#header .site-logo {
  display: block;
  width: 140px !important;
  max-width: 140px !important;
  height: auto !important;
  max-height: 85px !important;
  object-fit: contain;
}

/* =========================
   BLOG DETAIL NAVBAR ACTIONS
========================= */

.blog-navbar-actions {
  align-items: center;
}

.blog-navbar-actions .blog-search-item {
  width: 255px;
}

#blog-product-search {
  overflow: hidden;
  border: 1px solid #149253 !important;
  border-radius: 30px;
  box-shadow: 0 2px 9px rgba(20, 146, 83, 0.18);
}

#blog-product-search .form-control {
  height: 40px;
  padding-left: 15px;
  box-shadow: none !important;
}

#blog-product-search .form-control:focus {
  box-shadow: none !important;
}

#blog-product-search button {
  height: 40px;
}

.blog-navbar-actions .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.blog-navbar-actions .nav-link:hover {
  color: #149253 !important;
}

#header #cart-count {
  position: absolute;
  top: -8px;
  right: -7px;
  z-index: 3;

  display: none;
  align-items: center;
  justify-content: center;

  min-width: 22px;
  height: 22px;
  padding: 0 6px;

  color: #fff;
  background: #149253;
  border-radius: 50px;

  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

/* =========================
   BLOG RECOMMENDED PRODUCTS
========================= */

#blog-related-products {
  align-items: stretch;
}

#blog-related-products > [class*="col-"] {
  display: flex;
}

#blog-related-products .list_h2i {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
}

#blog-related-products .list_h2i1 {
  height: 185px;
  overflow: hidden;
}

#blog-related-products .list_h2i1i,
#blog-related-products .grid,
#blog-related-products figure,
#blog-related-products figure a {
  display: block;
  width: 100%;
  height: 100%;
}

#blog-related-products .list_h2i1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

#blog-related-products .list_h2i2 {
  display: flex;
  flex: 1;
  flex-direction: column;
}

#blog-related-products .list_h2i2 h6:last-child {
  margin-top: auto !important;
}

#blog-related-products .add-cart-btn {
  width: 100%;
  cursor: pointer;
}

/* =========================
   BLOG COMMENTS AND REPLIES
========================= */

#leave-reply,
#comments-section {
  scroll-margin-top: 110px;
}

.blog-reply-btn,
#submit-blog-comment,
#blog-subscribe-button {
  cursor: pointer;
}

.blog-reply-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  padding: 11px 14px;

  color: #0f6f42;
  background: #eaf8f1;
  border: 1px solid #9fd7bb;
  border-radius: 5px;

  font-size: 14px;
}

.blog-reply-notice[hidden] {
  display: none !important;
}

.blog-cancel-reply {
  padding: 0;
  color: #a12323;
  background: transparent;
  border: 0;

  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;

  cursor: pointer;
}

.blog-comment-avatar {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 82px;
  height: 82px;

  color: #fff;
  background: #149253;
  border-radius: 50%;

  font-size: 30px;
  font-weight: 700;
}

.blog-comment-reply-label {
  display: inline-block;
  padding: 4px 9px;

  color: #0f6f42;
  background: #eaf8f1;
  border-radius: 4px;

  font-size: 12px;
  font-weight: 600;
}

#blog-comment-form .form-control {
  box-shadow: none !important;
}

#blog-comment-form .form-control:focus {
  border: 1px solid #149253 !important;
}

.blog-form-message,
.blog-subscribe-message {
  display: none;
  width: 100%;
  padding: 10px 13px;

  border: 1px solid transparent;
  border-radius: 5px;

  font-size: 13px;
  line-height: 1.5;
}

.blog-form-message:not(:empty),
.blog-subscribe-message:not(:empty) {
  display: block;
}

.blog-form-message.success,
.blog-subscribe-message.success {
  color: #087044;
  background: #e9f8f1;
  border-color: #9bd8ba;
}

.blog-form-message.error,
.blog-subscribe-message.error {
  color: #a32121;
  background: #fff0f0;
  border-color: #efb2b2;
}

/* =========================
   LOCAL SUBSCRIPTION FORM
========================= */

#footer-subscribe-form .form-control {
  min-height: 42px;
  box-shadow: none !important;
}

#footer-subscribe-form .form-control:focus {
  border: 1px solid #149253 !important;
}

#footer-subscribe-form button {
  min-width: 52px;
  min-height: 42px;
}

#blog-subscribe-button {
  display: inline-block;
}

/* =========================
   BLOG SIDEBAR PROMO
========================= */

.blog_pg1r4i {
  height: 250px;
  overflow: hidden;
}

.blog_pg1r4i1 img {
  height: 300px !important;
  object-fit: cover;
}

.blog_pg1r4i2 {
  height: 300px !important;
}

/* =========================
   BLOG PAGINATION
========================= */

.blog-page-content {
  display: none;
}

.blog-page-content.active {
  display: block;
}

.pages a.pagination-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

/* =========================
   MOBILE
========================= */

@media screen and (max-width: 767px) {
  #header .site-logo {
    width: 115px !important;
    max-width: 115px !important;
    max-height: 70px !important;
  }

  .blog-navbar-actions {
    align-items: stretch;
    margin-top: 12px;
  }

  .blog-navbar-actions .blog-search-item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }

  .blog-navbar-actions > .nav-item:not(.blog-search-item) {
    display: inline-flex;
    width: auto;
  }

  #blog-related-products .list_h2i1 {
    height: 220px;
  }

  .blog-comment-avatar {
    width: 65px;
    height: 65px;
    margin: 0 auto 12px;

    font-size: 24px;
  }

  .blog-reply-notice {
    align-items: flex-start;
    flex-direction: column;
  }

  .center_blog_1li1 {
    padding-top: 5%;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .center_blog_1li1 h3 {
    font-size: 16px;
  }

  .center_blog_1r {
    margin-top: 15px;
  }

  .center_blog_1rir {
    margin-top: 15px;
  }

  .blog_pg1lir {
    margin-top: 15px;
  }

  .blog_pg1r {
    margin-top: 15px;
  }

  .blog_pg1r1 {
    padding: 15px !important;
  }

  .blog_pg1r2 h5,
  .blog_pg1r3 h5 {
    text-align: center;
  }

  .blog_pg1r3i .pe-0 {
    padding-right: 12px !important;
  }

  .blog_pg1r3ir {
    margin-top: 15px;
  }

  .blog_pg1r3ir h5 {
    text-align: left;
  }

  .blog_pg1r4i2 {
    padding: 15px !important;
  }

  .blog_pg1r4i1 img {
    min-height: 220px;
  }

  .blog_dt h3,
  .blog_1dt1i1 {
    text-align: center;
  }

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

  .blog_1dt2ir {
    margin-top: 15px;
    text-align: center;
  }

  .blog_1dt2ir p,
  .blog_dt3 p {
    text-align: left;
  }

  .blog_dt3 {
    text-align: center;
  }

  .blog_dt3il {
    margin-top: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .center_blog_1li1 {
    padding-top: 40%;
  }

  .blog_pg1r4i2 {
    padding-top: 20% !important;
  }

  .blog_1dt2ir {
    margin-top: 0;
    text-align: left;
  }
}

/* =========================
   TABLET
========================= */

@media (min-width: 768px) and (max-width: 991px) {
  .center_blog_1li img {
    min-height: 535px;
  }

  .center_blog_1ril h5 {
    font-size: 14px;
  }

  .center_blog_1ril ul li a {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 12px;
  }

  .blog_pg1lir h6 {
    font-size: 13px;
  }

  .blog_pg1lir h4 {
    font-size: 18px;
  }

  .blog_pg1lir p {
    font-size: 13px !important;
  }

  .blog_pg1r1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .blog_pg1r1 p {
    font-size: 14px !important;
  }

  .blog_pg1r4i1 img {
    min-height: 270px;
  }

  .blog_pg1r4i2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .blog_1dt1i1r .social_tag li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .blog-navbar-actions .blog-search-item {
    width: 190px;
  }

  #blog-related-products .list_h2i1 {
    height: 165px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .center_blog_1li img {
    min-height: 535px;
  }

  .blog_pg1r4i1 img {
    min-height: 270px;
  }

  .blog-navbar-actions .blog-search-item {
    width: 220px;
  }
}

@media (min-width: 1201px) and (max-width: 1310px) {
}
/* =========================
   BLOG DETAIL IMAGES
========================= */

.blog-article-image {
  display: block;
  width: 100%;
  max-height: 480px;

  border-radius: 10px;

  object-fit: cover;
  object-position: center;
}

.blog-featured-image {
  display: block;
  width: 100%;
  height: 90px;

  border-radius: 5px;

  object-fit: cover;
  object-position: center;
}

.blog-admin-avatar {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 88px;
  height: 88px;

  color: #ffffff;
  background: #149253;

  border: 4px solid #e5f6ed;
  border-radius: 50%;

  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .blog-article-image {
    max-height: 320px;
  }

  .blog-featured-image {
    height: 180px;
  }

  .blog-admin-avatar {
    width: 70px;
    height: 70px;

    margin: 0 auto 15px;

    font-size: 25px;
  }
}