.variantBoxSelector .simple-variant-item-container{
    width: 31%;
}
table.VariantGroup.colorSelector {
    margin-top: 20px;
}
.variantBoxSelector {
    display: flex;
    flex-wrap: wrap;
    margin: 1% -1%;
    padding: 5px;
    margin:0;
    border: 1px solid #ddd;
    border-top: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    align-items: stretch;
}
.simple-variant-item-container:hover {
    background-color: #fff;
}
.colorSelector td.VariantGroupLabel {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #0085b7;
    color: white;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.VariantGroup:not(.colorSelector) td.VariantGroupLabel {
    padding-left:0px;
}
.simple-variant-image-active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    color:#3b3b3b;
}
.simple-variant-item-container:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}