/* 
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: together concept Werbeagentur GmbH
Author URI: https://together-concept.de
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-breadcrumb {
	display:none;
}

.product_meta {
	display:none;
}

.woocommerce button.button.alt {
    background-color: #000000;
    color: #fff;
}

.woocommerce button.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 0px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

input[type=text],
input[type=password] {
	border-radius: 0px !important;
	margin-top: 10px !important;
}

.log_forms input[type=text], input[type=password] {
    width: 100%;
    padding: 20px !important;
    border: 0px solid #ffffff !important;
    margin-top: 20px !important;
}