/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: DAP IT-Solutions
Author URI: https://dap.ch/
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

*/

@charset "utf-8";

.elementor-kit-6 h1,
.elementor-kit-6 h2,
.elementor-kit-6 h3,
.elementor-kit-6 h4,
.elementor-kit-6 h5,
.elementor-kit-6 h1, 
h1, h2. h3. h4, h5, h6 {
    color: var(--e-global-color-text);
    font-family: "Yantramanav", Sans-serif;}

.h1 p.elementor-heading-title {
	color: var(--e-global-color-text);
    font-family: "Yantramanav", Sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    font-style: normal;
}

.elementor-sticky .elementor-widget-image img {transform: scale(0.75); transform-origin: left;}

/*WooCommerce*/
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {color: #00B8F0 !important;}
/*Woo Widget Price Filter*/
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    width: 1.5em;
    height: 1.5em;
    background-color: #00B8F0 !important;} 
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    font-size: 1rem;
    background-color: #00B8F0 !important;}
/*Single Product Elementor Template*/
table.variations th,
table.variations td {padding:3px}

/*Cart & Checkout*/
.wc-block-components-button {
	border: 2px solid var(--e-global-color-primary);
	color: var(--e-global-color-primary);}
.wc-block-components-button:hover {background-color: var(--e-global-color-accent);}
/*.components-button .wc-block-components-button .wp-element-button .wc-block-components-checkout-place-order-button .contained {display: none !important}*/

/*Footer*/
.elementor-location-footer table td {border: none; padding: 5px 0}
.elementor-location-footer table a {color: #fff}

/*Products Overview*/
@media all and (max-width: 1199px) {
    .elementor-widget-wc-archive-products .products {grid-template-columns: repeat(2, 1fr) !important;}
}
@media all and (max-width: 767px) {
    .elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}