/*
Theme Name: Webshoptema Beamii
Theme URI: https://beamii.dk
Author: Beamii ApS
Author URI: https://beamii.dk
Description: Minimal WooCommerce & Elementor klar webshop-tema lavet af Beamii ApS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webshoptema-beamii
*/
.elementor-button.elementor-button--view-cart.elementor-size-md {
    display: none !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout-message,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment .payment_box,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text {
    color: #ffffff !important;
    font-weight: 400 !important;
}

a.added_to_cart.wc-forward {
    display: none !important;
}

html, body {
    overflow-x: hidden !important; /* Fjern horisontal scroll */
    overflow-y: auto !important;   /* Tillad vertikal scroll */
}

#orddd-lite-checkout-fields {
    color: #fff !important;
}

#e_deliverydate {
    width: 100% !important;
    max-width: 300px !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
    font-family: inherit !important;
    background-color: #f8f8f8 !important;
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    transition: all 0.2s ease-in-out !important;
    cursor: pointer !important;
    color: #fff !important;
}

#e_deliverydate:focus {
    outline: none !important;
    border-color: #0073aa !important;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2) !important;
}

#e_deliverydate::placeholder {
    color: #999;
    font-style: italic;
    /* !important ikke understøttet i ::placeholder i alle browsere */
}
.elementor-button.elementor-button--view-cart.elementor-size-md {
    display: none !important;
}


.woocommerce-input-wrapper {
    display: flex !important;
    justify-content: start !important;
    align-items: center !important;
    margin-bottom: 16px !important;
}