.variations .wc_ea_button {text-decoration: none; vertical-align:middle;text-align:center; display:block;margin: 0 auto; outline: none;}
.variations .wc_ea_button_wrapper {float: left; display: flex; flex-direction: column; align-items: center;}
.variations .wc_ea_color {font-size: 0;}
.variations .wc_ea_text:hover { text-decoration: none; }
.variations .wc_ea_button.disabled {cursor:default; }
.variations .wc_ea_image {color: transparent;}
.variations .wc_ea_image.selected.masked:after{ background-color: rgba(0,0,0,0.2); }
.variations .wc_ea_color.selected.checkmark:after { background: url('../img/checkmark.png') center center no-repeat ; }
.variations .wc_ea_color.selected.checkmark { background: url('../img/checkmark.png') center center no-repeat ; }
.variations .wc_ea_image.selected.checkmark { position:relative; }
.variations .wc_ea_image.selected.checkmark:after { content: ''; top: 0; right: 0; bottom: 0; left: 0; position: absolute; background-image: url('../img/checkmark.png'); background-position: center center; background-repeat: no-repeat; }
.variations .wc_ea_container { display: inline-block; }
