.img-wrapper {
	position: relative;
}
.img-wrapper:before {
	display: block;
	content: " ";
	width: 100%;
}
.img-wrapper > .img-col {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: contain;
	background-size: cover;
	border-radius: 0px;
	width: 100%;
	height: 100%;
}
.img-5-7.img-wrapper:before{
	padding-top: 71.4%;
}
/*
.Product_List_Text{
	height: 265px;
}
*/

.js-news-tag.active {
	color: #006742;
}
.SubCategory_List_Products {
	display: none;
}