/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 19 2025 | 09:27:54 */
/*
CSS shop.cype.com

Updated
2025-12-19
*/


/*
Message problems start

Examples:
 https://shop.cype.com/es/mi-cuenta/subscriptions/
 https://shop.cype.com/es/mi-cuenta/payment-methods/
*/
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.woocommerce-Button,
.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce .woocommerce-MyAccount-content-wrapper .button {
	color: var(--forms-buttons-normal-text-color, #fff);
	padding: 12px 32px;
	border-radius: var(--forms-buttons-border-radius, 3px);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.woocommerce-Button:hover {
    background-color: var(--ast-global-color-1);
    border-color: var(--ast-global-color-1);
}

.woocommerce.woocommerce-message a.button {
	border-radius: var(--forms-buttons-border-radius, 3px);
}
/*
Message problems end
*/