.catalog-items-wr {
	background: #F7F6F6;
}

.catalog-section-wrap {
	border-top: 2px solid #979797;
}
.catalog-section .productCard {
	width: 100%;
}

@media(max-width: 1600px) and (min-width: 1400px) {
	.catalog-section-filter {
		width: 260px !important;
	}
	.catalog-element-list {
		width: calc(100% - 260px) !important;
	}
}
@media(max-width: 1023px) {
	.catalog-items-wr {
		width: calc(100% + 3rem);
		margin: 0 -1.5rem;
	}
	.catalog-section .productCard {
		padding-bottom: 0;
		padding-top: 16px;
	}
	.catalog-section .product-item-info-container {
		margin-bottom: 0;
	}
	.catalog-section .productCard .icons {
		top: 5px;
	}
	.catalog-section .productCard .info {
		margin-bottom: 16px;
	}
	.catalog-section .productCard [class*="btnIcon"].md {
		padding: 8px 10px;
	}
}

