.product-flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.purchase-button-container {
	margin: 5px;
}

#show-selection {
       display:none;
}


div.tec-purchase-button {
    display: inline-block;
    padding: 11px 33px;
    border-radius: 13px;
    background-color: #cc0000;
    color: white; 
}

div.tec-purchase-button:hover {
	background-color: #ee0000;
}

.page #mainContent div.tec-purchase-button a {
	color: white !important;
	text-decoration: none !important;
}

#price-button:hover {
    
}

#selection-container {
    margin-top: 5px;
    display:none;        
}

#country-selection {
    font-size: 125%;
}