/* 
Theme Name: Hello Elementor Child 1
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*
    Add your custom styles here
*/

.woocommerce-store-notice, p.demo_store {
	position: fixed;
	top: auto;
	bottom: 1em;
	left: 1em;
	right: 1em;
	width: auto;
	background-color: var( --e-global-color-accent );
	border-radius: 5px;
}

.elementor-section.elementor-top-section {
	padding: 1em;
}

@media screen and (min-width: 768px) {
	
	
	
}

@media screen and (min-width: 1024px) {
	
	.elementor-section.elementor-top-section {
		padding: 4em 5em;
	}
	
	.elementor-location-header .elementor-section.elementor-top-section {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	
}

.first-payment-date {
	display: none;
}

.cart.cart_group.bundle_form.layout_grid {
	display: flex;
	flex-direction: column;
}

.cart.cart_group.bundle_form.layout_grid .products.bundled_products {
	order: 2;
}

.cart.cart_group.bundle_form.layout_grid .cart.bundle_data {
	order: 1;
	margin-bottom: 2em;
}