a {
    text-decoration: none !important;
}
.post-title a {
    color: #000;
    font-weight: 600;
}
a.post-title {
    color: #000;
}
.widget li:first-child {
    padding: 6px 0;
}
.product-dec p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0px;
}
a.btn-buy.fw-bold:hover {
    color: #fff;
}
.line4 {
	color:#c2272d;
	font-size:1.5em;
	text-align:center;
  display:flex;
  align-items:center;
  font-weight: bolder;
}
.line4:before,.line4:after {
	content:" ";
  flex:1 0 0%;
	height:1px;
  box-shadow:0 5px 0px #e4e4e4,0 -5px 0px #e4e4e4;
  background:#e4e4e4;
  margin:0 1.5rem;
}
.nav .nav-item button.active {
    background-color: transparent;
    color: #000 !important;
    font-weight: bold !important;
    padding: 5px;
  }
.text-menu{
    color:#717171!important;
}
  .nav .nav-item button.active::after {
    content: "";
    border-bottom: 4px solid #000;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 5px 5px 0 0;
  }
  .img-fuild{
    width: 120px;
    height: 100px;
    object-fit: cover;
}
.discount{
    position: relative;
}
.dis-per{
  position: absolute;
  background-color: #fbb72a;
  color: #fff;
  border-radius: 5px 0px 0px;
  width: 75px;
  font-size: 13px;
  font-weight: 700;
  padding: 0px 10px;
}
.product-price small {
  font-size: 80%;
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 5px;
}
.ama-logo{
  width: 100%;
    max-width: 60px;
	border-radius: 0px;
}
.btn-buy {
  background-color: #1db4ce;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
}
.explor h3{
  font-size: 18px;
  text-align: center;
}