/* 
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
*/
.woocommerce-message{
	border-top-color:#7e6884;
	font-family:Signika, sans-serif;

}
.woocommerce-message::before{
	color:#7e6884;
}
.woocommerce-info{
border-top-color:#7e6884;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button{
	/*background-color:#C2D6D5 !important;
	color:#fff !important;*/
	
}
.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td, .elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td{
	/*font-family: Signika, sans-serif !important; */
}

/*
    thank you message on order page
*/
.custom-thanks {
	font-family: "Signika", Sans-serif;
    font-size: 50px;
    line-height: 2em;
	text-align: center;
}



