/*=============*/
/* Mi cuenta  boton no hay descargas*/
/*=============*/
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button {
    background-color: var(--infos-bg-color-btnsInfo);
    color: var(--infos-color-btnsInfo);
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover {
    background-color: var(--infos-bg-color-btnsInfoHover);
    color: var(--infos-color-btnsInfoHover);
}