.axs_swatch input[type="radio"] {
    display: none;
}

.axs_swatch .swatch-element {
    display: inline-block;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    margin: 0 10px 10px 0;
    position: relative;
}
.axs_swatch input:checked+label, .axs_swatch label.selected {
    background: #000;
    color: #fff;
    border-color: transparent;
}

.axs_swatch_label{
	border-radius: 2px;
    display: inline-block;
    position: relative;
    min-width: 50px!important;
    margin: 0 0 10px;
    border: #ccc 1px solid;
    background-color: #ddd;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    padding: 14px!important;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #000;
    background: #f0f0f0;
}