/* 
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-cart, .woocommerce-checkout{
	font-family: "Open Sans";
}
.woocommerce-MyAccount-navigation ul li a, .woocommerce-MyAccount-content a{
	font-family: "Open Sans";
	color: #ff9800;
}
.woocommerce-MyAccount-content p{
	font-family: "Open Sans";
}
.coupon button, .wc-proceed-to-checkout .checkout-button, #place_order, .checkout_coupon button{
	background-color:#030303!important;
	color:#ff9800!important;
	text-transform:uppercase!important;
	font-family: "Josefin Sans"!important;
}
.place-order, .payment_methods, .woocommerce-form-coupon-toggle .woocommerce-info{
	background-color:#ff9800;
	color:#fff!important;
}
.place-order a, .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon{
	color:#030303;
}
.woocommerce-product-details__short-description ul li, .woocommerce-product-details__short-description p{
	font-family: "Open Sans";
	color:#626161;
}
.elementor-2 .elementor-element.elementor-element-7670c22 .eael-product-grid .woocommerce ul.products li.product .woocommerce-loop-product__title{
	margin-top:20px;
}