.app-content{
	min-height: 500px;
	border-top: 1px solid #DDD;
	padding-top: 10px;
}

/* Equal height product grid only inside #latest-products */
.products-listing {
	display: flex;
	flex-wrap: wrap;
}

.products-listing > [class*="col-"] {
	display: flex;
	flex-direction: column;
}

.products-listing .product-item {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.products-listing .product-img {
	flex: 0 0 auto;
	height: 220px; /* fixed height for all images */
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f9f9f9; /* optional background */
}

.products-listing .product-img img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* crops and fills nicely */
}

.products-listing .product-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	Xjustify-content: space-between;
	padding-top: 10px;
}

.nav-item.has-dropdown.mega-dropdown .dropdown-menu {
	width: 80%;
	left: 10%;
	right: auto;
	padding: 20px 30px;
}

.navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu {
	background-color: var(--global--color-white);
	padding: 0;
	width: 710px;
}

.app-content{
	min-height: 500px;
}