/*
 Theme Name:   Flatsome Child
 Theme URI:    https://example.com
 Description:  Child theme for Flatsome
 Author:       Thảo
 Author URI:   https://example.com
 Template:     flatsome
 Version:      1.0.0
*/

.category-list .category-item {
  margin-bottom: 8px;
}

#show-more-categories,
#reset-filters {
  margin-top: 10px;
  padding: 6px 12px;
  background: #eee;
  border: 1px solid #ccc;
  cursor: pointer;
}

.filter-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 5px;
}

.toggle-icon {
  font-size: 18px;
}

.filter-content label {
  display: block;
  margin: 5px 0;
}


.filter-heading {
  margin-left: 50px;
  margin-top: 30px;
  font-size: 28px;
  font-weight: 600;
  color: #222;
  border-left: 5px solid #0073aa;
  padding-left: 15px;
  letter-spacing: 1px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}





