/* currency selection container */
#ShopSuey_HTMLOverlay_CurrencySelection {
	text-align: center;
}

	/* header */
	#ShopSuey_HTMLOverlay_CurrencySelection > h5 {
		font-size: 35px;
	}

	/* link / flag containers */
	#ShopSuey_HTMLOverlay_CurrencySelection > a {
		display: inline-block;
		padding: 20px;
		opacity: .8;
		transition: all .35s ease 0s;
	}
		
		/* link / flag container hover */
		#ShopSuey_HTMLOverlay_CurrencySelection > a.flag-icon:hover {
			opacity: 1;
			transition: all .35s ease 0s;
		}
	
		/* flags */
		#ShopSuey_HTMLOverlay_CurrencySelection > a > span.flag-icon {
			width: 350px !important;
			height: auto !important;
			line-height: 20;
		}