#em-boutiques-content .bo-garden {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	min-height: unset !important;
}

#em-boutiques-content .bo-garden:after {
	content: '';
	display: block;
	width: 32.592593%;
}

#em-boutiques-content .bo-con {
	position: static !important;
	top: auto !important;
	left: auto !important;
	margin: 0 0 10px 0 !important;
	width: 32.592593% !important;
}

#em-boutiques-content .bo-box {
	background: #fff !important;
	width: 100% !important;
	padding: 10px !important;
	box-sizing: border-box !important;
	position: relative !important;
	border: none !important; /* Remove this line to keep the light gray borders. */
}

#em-boutiques-content .bo-wrap {
	position: relative !important;
	padding-top: 100% !important;
}

#em-boutiques-content .bo-img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%,-50%) !important;
}

@media screen and (max-width: 767px) {
	
	#em-boutiques-content .bo-garden:after {
		display: none;
	}

	#em-boutiques-content .bo-con {
		margin: 0 auto 10px !important;
		width: 100% !important;
	}
	

#em-boutiques-sidebar {
	background: #000;}


/* Controls color of the title above the Boutiques links.*/
#template-em-boutiques-instashop #em-boutiques-title {
	color: #ecd0c4;}

/* Controls color of all links in the sidebar.*/
#em-boutiques-sidebar a {
  color: #fff;}


/* Controls color of the border/small line between the Boutiques links and Retailers links.*/
#template-em-boutiques-instashop #em-retailers-list:before {
	background: #fff;}


/* Controls color of the "Retailers" section title (e.g. "Fave Shops").*/
#em-boutiques-sidebar #em-retailers-list h2 {
	color: #ecd0c4;}
	
/* 
First follow the instructions here: https://empressthemes.com/help/theme-customization-tips-ideas/what-is-this-section/how-do-i-change-the-color-of-one-menu-item-like-red-for-the-holidays/.
Then add this code in your Dashboard by going to Appearance > Customize > Additional CSS. Copy and paste everything below!
*/

li.holiday-red > a {
 color: #BB0000;
	
}


li.mobile-white > a {
 color: #FFFFFF; /* substitute your color of choice */ 
}