if($brend) $where .= " AND brend = '{$brend}'";
if($camera) $where .= " AND camera = '{$camera}";
$query = "SELECT * FROM `products` WHERE category_id = '1'{$where} ORDER BY `rate` DESC";
#data option {
display: none;
}
#data option[value="0"] {
display: block;
}