/**
 * Main CSS file for Shoptimizer Child Theme
 * 
 * This file is enqueued on every page, following the same approach
 * as the parent theme's main.css file.
 * 
 * Add global styles that should apply site-wide here.
 */
 footer a:not(.button):hover {
	color: black;
}

.purchasable [data-widget_type="woocommerce-product-title.default"] {
	margin-top: auto;
}
.hide-subscription-info .wcsatt-sub-options,
.hide-subscription-info .wcsatt-sub-discount,
.hide-subscription-info .wcsatt-sub-price{
	display: none;
}
#newsletter-signup-form input:-webkit-autofill,
#newsletter-signup-form input:-webkit-autofill:hover,
#newsletter-signup-form input:-webkit-autofill:focus,
#newsletter-signup-form textarea:-webkit-autofill,
#newsletter-signup-form textarea:-webkit-autofill:hover,
#newsletter-signup-form textarea:-webkit-autofill:focus,
#newsletter-signup-form select:-webkit-autofill,
#newsletter-signup-form select:-webkit-autofill:hover,
#newsletter-signup-form select:-webkit-autofill:focus {
  -webkit-transition-delay: 99999s;
}
#newsletter-signup-form .elementor-field-textual:focus{
    color:#fff;
}
.elementor-add-to-cart .e-loop-add-to-cart-form-container .added_to_cart.wc-forward {
	display: none !important;
}