/* 
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
*/

/* Add your custom styles here */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #0c6d47 !important;
    color: #fff;

}
:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #0c6d47 !important;
    color: #fff;
}
a {
    color: #0d6c48;
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout {
    background-color: #0d6c48;
    color: var(--checkout-button-text-color, #fff);
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
    background-color: var(--checkout-button-hover-background-color, #fff);
    color: var(--checkout-button-hover-text-color, #0c6d47);
	border: 1px solid #0c6d47;
}
.product_meta {
	display:none;
}
.easypack_show_geowidget {
    max-width: 300px;
}

.woocommerce div.product form.cart {
    margin-top: 2em;
}
.woocommerce div.product form.cart .button {
    min-height: 42px;
    width: 80%;
}