        .bp_pd_sub {
    display: none;
}
.bp_news_info {
    display: none;
}
.blog-sidebar,.product-sidebar  {
        padding: 15px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
}
.blog-sidebar .bp_block_item .row {
  margin: 0;
}
.blog-sidebar .cls_img_hot_news img {
  height: 90px;
  object-fit: cover;
}
.blog-sidebar .news_title {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.sidebar-title {
  margin-bottom: 10px;
}
.sidebar-title h2 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
a {
    color: #333333;
}
.product-sidebar .bp_product_item  {
    margin-bottom: 10px;
}
.bp_product_item .row {
    margin: 0;
}
.product_title {
    font-weight: 500;
}
.cls_img_product_focus img {
    height: 60px ;
    object-fit: cover;
}
.title_h1 {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
}
.content_text_details h2 {
    font-size: 20px;
    font-weight: 700;
}
.content_text_details p {
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .blog-sidebar .cls_img_hot_news img {
        height: auto;
    }
    .cls_img_product_focus img {
        height: auto;
}
}

