

.S2i_add_descriptionCategory ._more 
{
	text-decoration: underline;
	cursor: pointer;
}

.S2i_add_descriptionCategory .cat_desc
{
	position: relative;
}

.S2i_add_descriptionCategory .cat_desc .desc.mini
{
	max-height: 200px;
	overflow: hidden;
}


.S2i_add_descriptionCategory .cat_desc .desc_fade
{
	position: absolute;
	height: 80px;
	bottom: 0px;
	z-index: 20;
	opacity: 1;
	width: calc(100% - 25px);
	background: rgba(250, 250, 250, 0.4);
	background: linear-gradient(to bottom, rgba(250, 250, 250, 0.2) 0%, rgba(250, 250, 250, 1) 75%, rgba(250, 250, 250, 1) 100%);
}