.productButtons  > ul#boschprodeals
{
    flex: 0 1 100%;
} 

.productButtons 
{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.productButtons  > a
{
    flex: 1 0 50%;
} 

.productButtons > *:not(:first-child) {
    margin-left: 0 !important;
}

.productButtons > a.flex-container{
	margin: 0px !important;
}

.estiloBoschProdeals {
	font-size: 14px;
	margin-bottom: 10px;
}