.megabtn{
background: #f5f5f5;
border: solid 2px #D0D3D8;
padding: 3px;
margin: 2px;
float:left;
min-width:40px;
}
.ma-selected{
	border:#43B754 solid 2px !important;
}
.ma-disabled{
	background-image: url(agotado.png) !important;
	background-repeat:no-repeat;
	color:red;
}
#attributes .attribute_list .form-control option.ma-disabled{color:red;}
.ma-noexist{
	background: white;
}
#primary_block a.color_pick { /*height:50px!important; width:50px!important*/}
.colorpicker-tooltip img {
    max-height: 300px;
    max-width: 300px;
}
 
