.max-height-250 {
	max-height: 160px;
	overflow: hidden;
	transition: 1s all;
}
.max-height-250.open {
	max-height: 2400px;
}
.toogle-open, .label-category, .assort-cat {
	cursor: pointer;
}