
	@media (max-width: 768px) {
		body .default_products_list1 .list_category{display: flex;align-items: center;gap: 10px;justify-content: space-between;width: 100%;}
		body .default_products_list1 .list_category .category_name{flex: 1;}
		body .default_products_list1 .list_category .list_sort{width: 35%;margin: 0;}
		body .default_products_list1 .list_category .clear{display: none;}
	}
