.product_options_image_swatch .product_option{
    display:inline-block;
    border:2px solid transparent;
    width:30%;
    margin:1%;
    box-sizing: border-box;
    opacity:0.9;
}

.product_options_image_swatch .product_option:hover{
    cursor:pointer;
    border-color:#eeeeee;
    opacity:1;

}

.product_options_image_swatch .product_option.selected{
    border-color:#000000;
}



.product_options_image_swatch .product_option.selected{
    opacity:1;
}