/* 
Theme Name: Hello Elementor Child
Theme URI: https://www.caffebabyluna.it
Description: Hello Elementor Child 
Author: Caffè Baby Luna
Author URI: https://www.caffebabyluna.it
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
*/

a.reset_variations {
  background-color: transparent;
  text-decoration: none;
  color: #000000;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000000;
    font-size: 1.25em;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #A47444;
}

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

.woocommerce-message::before {
    content: "\e015";
    color: #A47444;
}

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

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


.woocommerce-store-notice, p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #A47444;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgb(0 0 0 / 20%);
    display: none;
}