.variations_colors_table {
    display: none;
}

.variations_colors_table.active {
    display: table;
}

.variation_colors {
    display: none;
}

.variation_colors.active {
    display: block;
}

.woocommerce div.product form.cart table.variations_colors_table th {
    line-height: 3.5rem;
}

.woocommerce table.variations_colors_table tr th {
    padding-right: 1rem;
}

.woocommerce table.variations_colors_table tr td select {
    height: 3.5rem;
    padding: 0.9rem 1.1rem;
    font-size: var(--wp--preset--font-size--small);
}

.woocommerce div.product table.variations_colors_table tr td select {
    margin: calc(var(--wp--style--block-gap)/ 4) 0;
}

.wc-variable-colors fieldset {
    padding: 0;
    border: 0;
    margin: 0;
    margin-bottom: 5px;
    margin-top: -5px;
    margin-left: -5px;
}

.wc-variable-colors input[type="radio"] {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.wc-variable-colors label {
    float: left;
    padding: 4px 10px;
    line-height: 1.5;
    margin: 5px;
    border: 3px solid var(--global-palette7, #eeeeee);
    transition: all .3s ease;
    font-weight: 400;
	cursor: pointer;
}

.wc-variable-colors label:hover{
    border-color: var(--global-palette6, #777777);
}

label.variation-color-img-wrap.active {
    border: 3px solid var(--global-palette6, #777777);
}

.variation-color-img-wrap img {
    width: 40px;
    height: 40px;
}