.sidebar .news-cat.list-style{
   display: none;
   }
.sidebar .news-box.style7 {
   border-bottom: 1px solid #ededed;
   padding-bottom: 23px;
   }
.news-box.style7 .news-info .news-title{
   margin-top: 0px;
   }
.sidebar .news-box.style7 .news-info .news-title{
   font-size: 17px;
   margin-top: 0px;
   margin-bottom: 5px;
   }
   
.section-title.style1.mt-6.mb-20 {
   margin-top: 6px;
}



@media (max-width: 1192px){
   .sidebar .news-box.style7{
      flex-wrap:wrap;
   }
   .sidebar  .news-box.style7 .news-img{
      width:100%;
   }
   .sidebar  .news-box.style7 .news-info {
      width: 100%;
      margin-top:20px;
      margin-left: 0px;
   }
}

.sidebar .list-style {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
}
   .sidebar .tag-list li {
      display: flex;
      margin: 3px;
      align-items: center;
      justify-content: center;
   }
   .sidebar .tag-list li a {
      padding: 8px;
   }
  
   
@media (max-width: 900px){
   .sidebar .news-metainfo li {
      display: block;
   } 
}


.news-box.style7 .news-info .news-title a {
   color: #000;
   font-size: 14px;
   line-height: normal;
   }
.sidebar-widget.favorites_b2b {
   background: #fff !important;
   padding: 0px !important;
	margin-bottom: 40px !important;
}

.sidebar-widget.favorites_b2b .section-title.mb-30{
	margin-bottom: 10px !important;
}


.b_item_inf {
   display: flex;
   align-items: center;
}
.b_item{
   border-bottom: 1px solid #ededed;
   padding-bottom: 16px;
}
.b_item:last-child{
   border: none;
   padding-bottom: 0px;
}
.b_item_inf > .title a{
   font-size: 17px;
   font-family: 'Poppins', sans-serif;
}
.b_item_inf > .title {
   display: flex;
   flex-direction: column;
   word-break: break-word;
   width: 152px;
}
.b_item_inf img{
   border-radius: 100%;
   box-shadow: 0px 0px 2px 3px rgb(0 0 0 / 10%);
}


.sidebar_img_bb img{
   border-radius: 6px;
}

@media (max-width:600px){
	.news-box.style7 .news-info .news-title a{
		font-size:20px;
	}
}
