.subcategory-list{

}

.subcategory-list > h3{
	font-size: 16px;
	text-transform: uppercase;
	color: #f00;
	text-decoration: underline;
	margin: 0;
	margin-bottom: 10px;

}

.subcategory-list > ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.banner-jos {
	margin-bottom: 0;
}

.subcategory-list > ul li{
	text-align: left;
	font-size: 15px;
	margin: 4px 0;
	padding: 2px 0;
	width: 33%;
	float: left;
}




.category-banner{
  margin: 5px 0;
}

.active-filters {
    margin-bottom: 15px;
    padding: 6px 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
  }
  
  .active-filters strong {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    color: #333;
    font-weight: 600;
  }
  
  .filter-tag {
    display: inline-flex;
    align-items: center;
    margin: 4px 6px 4px 0;
    padding: 6px 12px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 12px;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
  }
  
  .filter-tag:hover {
    background: #f0f0f0;
    border-color: #bbb;
  }
  
  .filter-tag-text {
    margin-right: 6px;
  }
  
  .remove-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background: #e0e0e0;
    border-radius: 50%;
    color: #666;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    transition: all 0.2s ease;
    flex-shrink: 0;
  }
  
  .filter-tag:hover .remove-filter {
    background: #dc3545;
    color: #fff;
  }

  