/* 
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: 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
*/
.site-main {
    max-width:1340px !important;
    margin: 0 auto;
}

.home .breadcrumbs-header {
    display: none !important;
}

@media only screen and (max-width:767px) {
    .elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
        padding: 30px 10px !important;
    }
}

body .tiered-pricing--active td {
    background-color: #1e2c42 !important;
}

@media only screen and (max-width:767px) {
    .shop-spalten .elementor-column {
        width: 100% !important;
    }
}


.woocommerce-de_price_taxrate {
    font-size: 0;
}

.woocommerce-de_price_taxrate:after {
    content: "inkl. MwSt. zzgl. Versandkosten";
    font-size: 14px;
}


.jet-filters-pagination__current {
    font-weight: 800 !important;
}

.woocommerce-notices-wrapper {
    display: none !important;
}

.woocommerce .quantity .qty {
    width: 100px !important;
    text-align: center;
}

.elementor-jet-single-add-to-cart .cart .quantity {
    max-width: 100px !important;
}

.woocommerce_de_versandkosten {
    display: none !important;
}

.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main {
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    overflow: visible;
    transform: translateY(0);
    transition: .3s;
    height: 70vh !important;
    padding-bottom: 30px !important;
}

.opensidebar {
    cursor: pointer !important;
}

.gfield_required {
    color: #1e2c42 !important;
}

.gform_button {
    background: #1e2c42 !important;
    color: #fff !important;
    padding: 10px 30px !important;
    Border: none !important;
    border-radius: 0 !important;
}