/**
Theme Name: Maria Magdalena Essence
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maria-magdalena-essence
Template: astra
*/
/* Target alle inputvelden in Elementor WooCommerce checkout */
.elementor-element .woocommerce-checkout input.input-text,
.elementor-element .woocommerce-checkout textarea,
.elementor-element .woocommerce-checkout select {
    background-color: #ffffff !important; /* standaard wit */
    color: #000000 !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 6px !important;
    padding: 10px !important;
    box-shadow: none !important;
    outline: none !important;
    transition: all 0.2s ease !important;
}

/* Hover of focus/actief */
.elementor-element .woocommerce-checkout input.input-text:hover,
.elementor-element .woocommerce-checkout input.input-text:focus,
.elementor-element .woocommerce-checkout textarea:hover,
.elementor-element .woocommerce-checkout textarea:focus,
.elementor-element .woocommerce-checkout select:hover,
.elementor-element .woocommerce-checkout select:focus {
    background-color: #f0f0f0 !important; /* lichtgrijs bij hover/focus */
    border-color: #354468 !important;      /* accentkleur */
    box-shadow: 0 0 0 2px rgba(53,68,104,0.2) !important; /* subtiele glow */
}

/* Placeholder tekst lichtgrijs */
.elementor-element .woocommerce-checkout input::placeholder,
.elementor-element .woocommerce-checkout textarea::placeholder {
    color: #999999 !important;
    opacity: 1 !important;
}
/* Zorg dat ingevulde tekst altijd zwart is */
.elementor-element .woocommerce-checkout input.input-text,
.elementor-element .woocommerce-checkout textarea,
.elementor-element .woocommerce-checkout select {
    color: #000000 !important; /* tekst zwart */
}

/* Als placeholder nog zichtbaar is */
.elementor-element .woocommerce-checkout input::placeholder,
.elementor-element .woocommerce-checkout textarea::placeholder {
    color: #999999 !important;
    opacity: 1 !important;
}

/* Hover / focus */
.elementor-element .woocommerce-checkout input.input-text:hover,
.elementor-element .woocommerce-checkout input.input-text:focus,
.elementor-element .woocommerce-checkout textarea:hover,
.elementor-element .woocommerce-checkout textarea:focus,
.elementor-element .woocommerce-checkout select:hover,
.elementor-element .woocommerce-checkout select:focus {
    background-color: #f0f0f0 !important; /* lichtgrijs bij hover/focus */
}