/*
 * Custom code goes here.
 */

/* hide firstname and lastname alerts in checkout form */  
#customer-form input[name="firstname"]+span.form-control-comment, #customer-form input[name="lastname"]+span.form-control-comment {
    display: none;
}
/* fix for Chrome image rendering */ 
img {
 image-rendering: -webkit-optimize-contrast;
} 


.product-miniature .variant-links .color {
        width: 2.5rem;
    height: 2.5rem;
}

#product .product-actions .product-variants .color {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 2020px) {
    .products.row article.product-miniature.prod-box-grid {
        width: 20%;
    }
}