






















#upsell { border-bottom: 1px solid #ddd;}
#upsell h2 { text-align:center; font-size: 24px; margin-bottom: 10px; }
#upsells {
	display: -webkit-box;      
  	display: -moz-box;       
  	display: -ms-flexbox;      
	display: -webkit-flex;
 	display: flex;
	justify-content: flex-start;
	align-items: top;
}

#upsells .product { 
	width: 25%;
	border: 2px solid white;
}

@media screen and (max-width: 768px) {
 #upsells .product { 
	width: 50%; 
 }
}



















#upsell { border-bottom: 1px solid #ddd;}
#upsell h2 { text-align:center; font-size: 24px; margin-bottom: 10px; }
#upsells {
	display: -webkit-box;      
  	display: -moz-box;       
  	display: -ms-flexbox;      
	display: -webkit-flex;
 	display: flex;
	justify-content: flex-start;
	align-items: top;
}

#upsells .product { 
	width: 25%;
	border: 10px solid white;
    padding-bottom: 40px;
}
#upsells .swatch { margin: 0;padding-top: 10px; }
#upsells .prod-caption { padding-bottom: 0; }
#upsells .header,
#upsells .selected { display: none; }
#upsells .add { padding: 5px 10px; margin: 0px auto; font-size: 12px; width: 60%; }



#upsells .flex { align-items: center; }
#upsells .flex .swatch { flex-grow: 1; }

@media screen and (max-width: 768px) {
 #upsells .product { 
	width: 50%; 
 }
}



