.variations .value select {
    display: none !important; /* Hide dropdown */
}

table.variations th.label {
    text-align: center;
    padding: 3px 0px 4px 0px;
    width: 62px;
    FONT-SIZE: 18px;
}

.color-swatches {
    display: inline-flex;
    padding: 0;
    margin: 0px 0;
    flex-wrap: wrap;
}

.color-swatches li {
    list-style: none;
    padding: 2px 7px 0px 7px;
    border: 2px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    background: #f9f9f9;
    margin-right: 6px;
}

.color-swatches li:hover {
    border-color: #000;
    background: #eee;
}

.color-swatches li.selected {
    border-color: #FC9E00;
    background: #FC9E00;
    font-weight: bold;
    color: #fff;
}
