/*
 * 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;
} 


.input-color
{   
    height: 5.625rem;
    width: 5.625rem;
}

.input-color .texture,                              
#product .product-actions .product-variants .color 
{
    height: 5rem;
    width: 5rem;
}