/*
 Theme Name:   Nortada Theme
 Description:  A child theme for Hello Elementor
 Author:       Nortada
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  my-child-theme
*/


.woocommerce-mini-cart__empty-message {
    color: #FEF0C3 !important;
}

.botaoanimado:hover .elementor-button-text {
    color: #FBB255 !important;
}

.botaoanimado:hover path {
    fill: #FBB255 !important;
}

a.added_to_cart.wc-forward[title="Ver carrinho"] {
    display: none !important;
}

.woocommerce-error li {
	color: #FEF0C3 !important;
}

.woocommerce-notices-wrapper .woocommerce-error{
    background-color: #191D63;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 10;
    position: relative;
}

//Font Cart
.elementor-menu-cart__product-name,.elementor-menu-cart__product-price {
    font-size: 18px !important;
}
