/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* winkelwagen op scroll */
.elementor-menu-cart__toggle .elementor-button:hover svg {
    fill: #ffffff !important;
}
.elementor-1063 .elementor-element.elementor-element-e1c6505.elementor-sticky--effects .elementor-button {
    color: #465E46!important;
    background-color: transparent !important;
}
.elementor-849 .elementor-element.elementor-element-a7616d2 {
    padding: 0 !important;
}
form.cart {
    flex-wrap: wrap !important;
}
form.cart p {
    margin: 0 0 25px;
    width: 100%;
}
form.cart p label {
    margin-bottom: 10px;
}
form.cart .quantity { 
    float: none;
    width: 3.631em;
}
form.cart .single_add_to_cart_button {
    width: auto !important;
    margin: 0 0 0 auto !important;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    form.cart .single_add_to_cart_button {
        margin: 0 0 0 2rem !important;
    }
} 