.search-container {
  background-color: white;

  padding: 10px 0;
}
.search-input {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 6px 12px;
  width: 100%;
}
.search-input:focus {
  outline: none;
  border-color: #aaa;
}
.search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
}

.icon {
  color: #fa1515;
}

button.fav-button {
  all: unset;
}

.store-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.store-name {
  font-weight: 500;
}
.store-feedback {
  color: #666;
  font-size: 0.9rem;
}
.contact-btn {
  background-color: #6c757d;
  color: white;
  border: none;
  padding: 6px 12px;
  font-size: 0.9rem;
}
.results-count {
  color: #666;
  font-size: 0.9rem;
  margin: 15px 0;
}
.product-card {
  background-color: white;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 15px;
  margin-bottom: 15px;
}
.product-image {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.product-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-info {
  margin-bottom: 5px;
  font-size: 0.9rem;
}
.info-label {
  font-weight: 500;
  margin-right: 5px;
}
.product-table {
  width: 100%;
  margin-top: 15px;
  font-size: 0.9rem;
}
.product-table th {
  color: #666;
  font-weight: 500;
  padding: 8px 4px;
  border-bottom: 1px solid #e0e0e0;
}
.product-table td {
  /* padding: 8px 4px; */
  /* border-bottom: 1px solid #e0e0e0; */
}
.favorite-btn {
  background: none;
  border: none;
  color: #aaa;
  font-size: 1.2rem;
}
.favorite-btn:hover {
  color: #dc3545;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.profile-sidebar {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu li {
  border-bottom: 1px solid #f1f1f1;
}
.sidebar-menu li:last-child {
  border-bottom: none;
}
.sidebar-menu a {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s;
  border-radius: 10px;
}
.sidebar-menu a:hover,
.sidebar-menu a.active {
  background-color: #70a558;
  color: white;
}
.sidebar-menu i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.info-card {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
}

.line {
  border-bottom: 1px solid #4b4a4a6e;
}

.table-header {
  font-weight: 600;
}
.section-title {
  font-weight: 600;
  margin-bottom: 15px;
}
.seller-info {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.seller-info p {
  margin-bottom: 8px;
}

.table-responsive {
  margin-bottom: 20px;
}
.section-title {
  font-weight: 500;
  margin-bottom: 15px;
}

.product-info {
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.card {
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.heading {
  color: green;
  font-size: 1.8rem;
  cursor: pointer;
}

table,
thead,
tbody,
th,
td {
  border: 0 !important;
}

tr {
  border-bottom: 1px solid #ddd !important;
}

.table {
  margin-bottom: 0 !important;
}
.responsive-image {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 10px;
  /* padding: 10px; */
}
