body .product-item-markers{
top:0;
left:0;
}

/***SECTION***/
.catalog-section-container .catalog-section{
	margin-top: 32px;	
}

.container-ws .catalog-section,
.smart-filter-view-left .container .catalog-section-container .catalog-section{
	display: flex;
	flex-wrap: wrap;
}

.smart-filter-view-left .container .catalog-section-container .catalog-section{
	margin-left: -12px;
	margin-right: -12px;
}

/***SECTION_MORE***/
.catalog-section-more{
	padding-bottom: 22px;
}

.container-ws .catalog-section-more{
	padding: 0;
}

.catalog-section-more .btn{
	width: 100%;
	height: 48px;
}

/***SECTION_DESC***/
.catalog-section-desc{
	margin-top: 46px;
}

/***PHONES***/
@media(max-width: 991px){
	/***SECTION***/
	.catalog-section:before{
		height: 1px;
		display: block;
		margin: 0 -18px;
		content: "";
		background: #e8edef;
	}

	.catalog-section-list + .catalog-section:before{
		content: none;
	}
	
	.catalog-section-container .catalog-section{
		margin: 0;	
	}

	.catalog-section-links + .catalog-section,
	.catalog-section-filter-links + .catalog-section{
		margin-top: 18px;
	}

	.catalog-section-prev + .catalog-section{
		margin-top: 32px;
	}
	
	.container-ws .catalog-section,
	.smart-filter-view-left .container .catalog-section-container .catalog-section{
		display: block;
	}

	.smart-filter-view-left .container .catalog-section-container .catalog-section{
		margin-left: 0;
		margin-right: 0;
	}
	
	/***SECTION_MORE***/
	.catalog-section-more{
		margin: 0 -18px;
		padding: 0;
	}

	.catalog-section-more .btn{
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
	}

	/***SECTION_DESC***/
	.catalog-section-desc{
		margin-top: 14px;
	}
}



.col-xs-12.col-md-3.detail-xs-5{
    width: 20%;
}

.col-xs-12.col-md-3.detail-xs-5 .product-item-image-wrapper {
    height: 200px;
}

@media(min-width:1440px){
	.col-xs-12.col-md-3.detail-xs-5 .product-item-image-wrapper {
		height: 250px;
	}
}
@media(min-width:1600px){
	.col-xs-12.col-md-3.detail-xs-5 .product-item-image-wrapper {
		height: 330px;
	}
}

@media(min-width:2200px){
	.col-xs-12.col-md-3.detail-xs-5 .product-item-image-wrapper {
		height: 500px;
	}
}

@media(max-width: 991px){
	.col-xs-12.col-md-3.detail-xs-5{
		width: 100%;
	}
	.col-xs-12.col-md-3.detail-xs-5 .product-item-image-wrapper {
		height: 112px;
	}
}