	.content_text_details img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.textwidget img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    margin: 1em auto;
}
.bp_star_review {
    display: none;
}

.news_title a {
    color: #121212;
}
.news_title {
    font-size: 24px;
}
.bp_product_more_item {
    display: none;
}
.cls_img_product_focus img {
    
    height: 70px;
    object-fit: cover;
}
.bp_product_item {
    margin-bottom: 20px;
}
#m_s1_109649 .title_h1{
    display: none;
}
   .gallery-tmd {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
      }

      .gallery-item {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .gallery-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
      }

      .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.5s ease;
      }

      .gallery-item:hover img {
        transform: scale(1.05);
      }

      .caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        color: white;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .gallery-item:hover .caption {
        opacity: 1;
      }

      @media (max-width: 768px) {
        .gallery {
          grid-template-columns: 1fr;
        }
      }

      @media (min-width: 768px) and (max-width: 1024px) {
        .gallery {
          grid-template-columns: repeat(2, 1fr);
        }
      }

      @media (min-width: 1024px) {
        .gallery {
          grid-template-columns: repeat(2, 1fr);
        }

       
      }
      .content_text_details > ul {
          padding: 0;
      }
      .content_text_details > ul > li > ul > li {
          list-style: circle;
      }
