/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 label .color, .variant-links .color, .custom-checkbox input[type="checkbox"]+span.color {
    width: 4.125rem !important;
    height: 2.125rem  !important;
    background-size: cover  !important;
    }
    
    .color-detail {
    width: 95%;
    height: 20rem;
    display: block;
    background-size: cover;
    border: 1px solid grey;
    max-width:30rem;
}

.product-variants label {
    margin-bottom: 0;
}

.product-variants>.product-variants-item ul li {
    margin-right: 0.1rem;
}

.product-variants-item {
    display: flex;
    flex-direction: column;
}