.yith_wccl_value img{
    width: 75px;
    height: 75px;
}
.select_option .yith_wccl_value {
    border: 2px solid #fff;
    display: block;
    min-width: 27px;
    height: 27px;
    text-decoration: none;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    
    width: 80px !important;
    height: 80px !important;
}

/* Oculta el componente HTML con la clase wd-swatch que contiene la opción de suscripción */
div.wd-swatch[data-value="con_suscripcion"] {
    display: none;
}

/* 
 $(".wcsatt-options-product").children("li").eq(0).find('input').prop("checked", true).trigger("click");
            $(".wcsatt-options-product").children("li").eq(0).find('input').attr('checked',ANYTHING_THAT_IS_NOT_FALSE);
*/