.seller-info .img-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.seller-info .img-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seller-text .dropdown-menu {
  max-width: 100%;
  word-wrap: break-word;
}

.btn-social {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.banner-seller {
  border-radius: 8px;
  overflow: hidden;
}

.no-products {
  text-align: center;
  padding: 40px;
  color: #999;
}


