/* 
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-branding {
    display: none;
}


.entry-title {
    display: none;
}

.page-header {
    display: none;
}


/* Hinweise auf Produktseite nach Änderung Warenkorb "Warenkorb aktualisiert..." */

.product-template-default.single-product .woocommerce-message,
.product-template-default.multi-product .woocommerce-message{
    padding: 0.25em 2em 0.25em 3.5em;
  	position: absolute;
	z-index: 99;
	left: 0px;
	top: 0vh;
	border-color: #EBE9CF;
	color: #FFFFFF;
	background: #C9A050;
	width: 100%;
}

.product-template-default.single-product .woocommerce-message::before,
.product-template-default.multi-product .woocommerce-message::before{
    color: #fff;
	top: 0.25em;
}


.woocommerce-message {
  border-top-color: #C9A050;
}

.woocommerce-message::before {
  color: #C9A050;
}

.woocommerce-info {
  border-top-color: #C9A050;
}

.woocommerce-info::before {
  color: #C9A050;
}

.woocommerce-error::before {
  content: "\e016";
  color: #C9A050;
}

.woocommerce-error {
  border-top-color:#C9A050;
}