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




footer nav li ul {
    display: none!important;
}

a {
    color: #000000;
}

.prodListTitle h1 {
    color: #1C244B;
    font-family: "Poppins", Sans-serif;
    font-size: 65px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    word-spacing: 0em;
    text-align: center;

}





/**** Ausklappbare Short Descriptions an Produkten******/
.priceBox .elementor-widget-shortcode {
    color: #7e8993;
}
.priceBox .elementor-widget-shortcode a{
     color: #494c4f;
 }

.short-excerpt {
    display: inline-block;
}

.full-excerpt {
    display: none; /* Anfangs ist der vollständige Text versteckt */
}

.read-more {
    text-decoration: none;

}

.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row {
    width: 100%;
}

.shop_table.woocommerce-checkout-review-order-table {
    padding: 1rem;
}

.woocommerce-checkout .checkbox-legal {
    border: solid 2px #941717;
    padding: 5px 8px!important;
}

.product .wc-gzd-additional-info span{
    font-size: 14px!important;
}

#place_order,
 .wc-block-checkout__actions_row .wc-block-components-button {
    border-color: rgb(83, 170, 14);
    background: rgb(83, 170, 14);
    color: #fff;
    transition: all 250ms linear!important;
}

#place_order:hover,
.wc-block-checkout__actions_row .wc-block-components-button:hover {
    border-color: #000;
    background: #000;
    color: #fff;
}

#place_order {
    width: 100%;
    margin-top: 2rem;
}
.read-more:hover {
    color: #0073e6;
}

.product p.wc-gzd-additional-info {
    font-size: 12px;
    color: #999;
}

.custom-sku,
.product p.wc-gzd-additional-info a {
    font-size: 12px;
    color: #999;
}



/**** ENDE Ausklappbare Short Descriptions an Produkten******/
.text-bold {
    font-weight: bold;
    font-size: 18px;
}

.related.products h2 {
    color: #000!important;
    font-size: 26px!important;
}
@media all and (min-width: 993px) {
    .single-product .woocommerce-notices-wrapper {
        max-width: 1400px;
        margin: 0 auto;
    }
}
@media all and (max-width: 992px) {
    #daLogo {
        position: relative;
        margin: 0;
        padding: 0;
        left: auto;
        margin-right: auto;
    }
    #daLogo .elementor-widget-container {
        box-shadow: none;
        margin: 0;
        padding: 0;

    }
    #header_pop .elementor-button-link .elementor-button-text {
        display: none;
    }
    #daHeader  {
        position: relative;
    }
    #daHeader #daSearch {
        position: absolute;
        bottom: 19px;
        max-width: 62%;
    }
    #daHeader .elementor-menu-toggle {

        padding: 0.64rem;
    }

    .product_title,
    .products .woocommerce-loop-product__title,
    .prodListTitle h1 {
        hyphens: auto;
        word-break: break-word;
    }

    .woocommerce-cart-form tr {
        tr
    }
}