#middleSlider{
	margin-bottom: 24px;
}
.barrer_el img {
	max-width: 100%;
	height: auto;
}
.column.sort {
	width: 100%;
}

#catalogLine .label {
	font-size: 12px;
}
.filter_button {
	display: none;
	float: right;
	padding: 0px 23px;
	height: 30px;
	border: 1px solid #f60a48;
	border-radius: 4px;
	line-height: 30px;
	cursor: pointer;
	background-color: #f60a48;
}
.filter_button_span {
	color: #fff;
	cursor: pointer;
}
.filter_button:hover {
	border: 1px solid #dd0030;
	background-color: #dd0030;
}
.sort_link {
	display: inline-block;
}
.sort_link .sort_item {
	padding-right: 5px;
}
.sort_link .sort_item a {
	text-decoration: none;
	font-size: 12px;
	color: black;
	border-bottom: 1px dashed #000;
}
.sort_link .sort_item a:hover {
	color: #ff2d5b;
	border-bottom: 1px dashed #ff2d5b;
}
.sort_link .sort_item a.selected {
	font-weight: bold;
}
#selectSortParams {
	display: none;
}

.fa-filter:before {
	background: url(/images/action_catalog/filter.png);
	content: " ";
	height: 30px;
	width: 30px;
	display: block;
	background-size: 130%;
	background-position: center;
}

@font-face {
	font-family: 'icomoon';
	src:  url('/local/templates/touch_demo/fonts/touch-icon/touch-icon.eot?b7cyf0');
	src:  url('/local/templates/touch_demo/fonts/touch-icon/touch-icon.eot?b7cyf0#iefix') format('embedded-opentype'),
	url('/local/templates/touch_demo/fonts/touch-icon/touch-icon.ttf?b7cyf0') format('truetype'),
	url('/local/templates/touch_demo/fonts/touch-icon/touch-icon.woff?b7cyf0') format('woff'),
	url('/local/templates/touch_demo/fonts/touch-icon/touch-icon.svg?b7cyf0#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.icon-t-cart-font {
	font-family: 'icomoon' !important;
	font-size: 26px !important;
}
.icon-t-cart {
	line-height: 22px;
}
.icon-t-cart:before {
	font-family: 'icomoon' !important;
	content: "\61";
	font-size: 26px !important;
}

.description_text {
	overflow: hidden;
	background-color: #fafafa;
}

.description_text.is-collapsed::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: linear-gradient(to bottom, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1));
	pointer-events: none;
}

#descriptionTextBtn {
	display: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	border: none;
	background-color: inherit;
	padding: 12px 12px 12px 0;
	margin-top: 20px;
	color: grey;
}

#descriptionTextBtn:hover {
	color: #FE3170;
}

@media all and (max-width: 1100px) {
	#selectSortParams, .filter_button {
		display: block;
	}
	/*#catalogLine .column:last-child .label{*/
	/*	display: none;*/
	/*}*/
	.sort_link, #smartFilter {
		display: none;
	}

}