.newsdetail-share {
  display: flex;
  font-size: 20px;
  align-items: center;
  gap: 20px;
  clear: both;
}


.newsdetai-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0px;
}

.newsdetail-top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px; 
	flex-wrap: wrap;
	gap: 20px;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}

.newsdetail-top-item{
	display: flex;
	flex-direction: column;
	min-width: 200px;
}

.newsdetail-top .newsdetail-top-name{
	font-weight: bold;
}
.products.showcase.owlslider{
	margin-top: 30px;
}
.products.showcase.owlslider .item .name{
	font-size: 16px;
}
.products.showcase.owlslider .item .price{
	font-size: 18px;
}
.products.showcase.owlslider .item .buy{
	margin: 10px 0;
}
.products.showcase.owlslider .owl-nav{
	text-align: right;
}
.products.showcase.owlslider .item{
	padding: 0 !important;
}
.products.showcase.owlslider .item .pic{
	padding: 10px;
}