.catalog-section__description{
	padding:10px 0 20px;
}
.products-list-wrapper{margin-bottom:50px;}
.products-list{
	
}
.product-item{
	position: relative;
	box-sizing: border-box;
	padding:10px;
	transition: box-shadow .2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	height: 100%;
	border: 1px solid #f2f2f2;
	border-radius: 3px;
}
.product-item:before{
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: #fff;
}
.product-item .product-item__top, .product-item .product-item__bottom{
	z-index:10;
	position: relative;
}
.product-item:hover{z-index: 10}
.product-item:hover:before{
	left:-5px;
	bottom: -5px;
	top: -5px;
	right: -5px;
	box-shadow: 0 12px 40px rgba(0,0,0,.2);
	border:1px solid #ddd;
}
.product-item .justify-between{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.product-item__wrapper{
	position: relative;
}
.product-item__name{
	color: #C31924;
	font-size: 15px;
	padding-bottom: 2px;
	line-height: 1.2;
}
.product-item__name a{color: #C31924;
	text-decoration: none;}
.product-item__image{
	margin-top: 8px;
	overflow: hidden;
	position: relative;
	height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-item__image a{
	height: 100%;
}
.product-item__image img{max-height: 100%}
.has-sale-label .product-item__image:before{
	position: absolute;
	content: '';
	/*width: 38px;
	height: 40px;
	background: url(/local/static/images/sale-icon__.png) 50% 50% no-repeat;*/
	top: 0;
	right: 0;
	z-index:10;
	background: url(/local/static/images/product-discount.png) 50% 50% no-repeat;
	width: 37px;
	height: 30px;
}
.has-new-label .product-item__image:before{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	z-index:10;
	background: url(/local/static/images/new-product.jpg) 50% 50% no-repeat;
	background-size:contain;
	width: 50px;
	height: 26px;
}

.product-item__image img{max-width:100%;transition:transform .2s;/*max-height:170px;*/}
.product-item:hover img{
	transform: scale(1.1);
}
.product-item__params{
	font-size: 12px;
}
.product-item__price{
	font-size: 18px;
	color: #000;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	padding:5px 0;
}

.product-item__price span.price-title,
.product-item__price span.price-value{
	white-space: nowrap;
	display: inline-block;
}
.product-item__price span.price-value i{font-style: normal;
	font-size: 11px;}
.product-item__price span.price-title{
	display: none;
}
.product-item__price sup{
	vertical-align: top;
	top: 4px;
	left: -5px;
	font-size: 120%;
}
.old-price{
	color: #b5b5b5;
	font-size: 15px;
	text-decoration: line-through;
	text-decoration-color: #f91155;
	margin-left: 20px;
	white-space: nowrap;

}
.product-item__price span.price-integer{
	font-size: 19px;
	color: #414243;
	margin-left: 2px;
}
.has-sale-label .product-item__price span.price-integer{
	color: #f91155;
}
.product-item__price span.price-decimal{
	position: relative;
	top: -13px;
	right: 0;
	font-size: 16px;
}
.availability-info{
	font-size: 13px;
}

.action__wrapper{
	display: flex;
	margin-top: 12px;
	align-items:center;
	justify-content: space-between;
}
.action__wrapper a.add2cart{
	box-sizing: border-box;
	border-radius: 4px;
	padding:7px 0;
	width: 100%;
	height: 30px;
	display: flex;
	max-width: none;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #333;
	background: #fc0;
	margin-right: 12px;
}
.action__wrapper a.add2cart:hover{}

.action__wrapper a.add2cart.pre-order{background: #08918a;color:#fff;}

.compare-btn{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 38px;
	height: 30px;
	padding: 0;
	color: #9198a0;
	background: transparent;
	border: 2px solid #e6e8f0;
	border-radius: 4px;
	overflow: hidden;
	transition: border-color .3s,background .3s,color .3s;
	cursor: pointer;
}
.compare-btn:hover{border-color:#9198a0}

.compare-btn.compared{
	color: #e30611;
	border-color: #e30611;
}
.compare-btn.compared:hover{
	color: #c90000;
	border-color: #c90000;
}

.root-products{margin-bottom: 70px;}

.subsection-links{
	padding:20px 0 30px;
}

.filter-sections{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 18px;
}
.filter-sections a{
	flex: 0 0 auto;
	padding: 6px 12px;
	color: #001a34;
	margin: 0 6px 6px 0;
	box-sizing: border-box;
	font-size: 13px;
	border-radius: 16px;
	height: 32px;
	background: #f2f3f5;
	display: flex;
	align-items: center;
	text-decoration: none;
	white-space: nowrap;
}
.filter-sections a img{max-height:10px;border-radius:3px;display: block;}
.filter-sections a .colorbox{
	display: inline-block;
	padding: 4px;
	background: #fff;
	border: 1px solid #888;
	border-radius: 3px;
	position: relative;
}
.filter-sections a .colorbox:before{
	position: absolute;
	top: 2px;
	bottom: 2px;
	right: 2px;
	left: 2px;
	content: '';
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .5);
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer{
	height: 1px !important;}


.product-row__price{white-space: nowrap;}

.bx-pagination .bx-pagination-container ul li.bx-active span{background:#ec1d23}
.bx-pagination{margin-bottom:25px;}
.bx-pagination .bx-pagination-container ul li span{border-radius:4px;}
@media (min-width: 1100px){
	.filter-sections{flex-wrap: wrap;}
	.filter-sections.scroll-wrapper{}
}
@media screen and (max-width: 1100px){
	body{
		transition: all .5s ease;
		transition-delay: .1s;
	}
	body .bg-layout{
		display: block;
	}
	body.filter-open {
		transform: translate(calc(-100% + 60px));
		overflow: hidden;
		width: 100%;
		height: 100%;
		z-index: 0;
		position: fixed;
	}
	body.filter-open .bg-layout{
		opacity: 1;
		visibility: visible;
	}
	.workarea-sidebar{
		display: block !important;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		background-color: #fff;
		z-index: 1050;
		overflow: hidden;
		overflow-y: scroll;
		width: calc(100% - 60px) !important;
		max-width: 100%;
		transform: translate(100%);
		padding: 3px 20px 20px !important;
		float: none;
	}
	.workarea-sidebar > *:not(.bx_filter){display: none;}
}
@media screen and (max-width: 600px) and (min-width: 481px){
	.available-info span{position: relative;top:0;}
}
@media screen and (max-width: 480px){
	.available-info span{position: absolute !important}
}