/* 
Theme Name: Hello Elementor Child
Description: Hello Elementor Child is a child theme of Hello Elementor
Author: Niek André
Author URI: https://niekandre.nl/
Template: hello-elementor
Text Domain: hello-elementor-child
*/

/* Add your custom styles here */
/* 



body{
	background-color: #0260B4;
	color: white;
}

h1, h2, h3, h4{
	color: #ffed00;
}
.site-navigation ul li a{
	font-weight: 700;
	font-size: 1.1rem;
}
.site-navigation ul li a:hover{
	opacity:1;
}
.site-navigation ul li a:before{
content: "";
	 position: absolute;
	 z-index: -2;
	 left: 50%;
	 top: 40px;
	 right: 50%;
	 bottom: 50%;
	 background: #ffed00; 
	 height: 2px;
	 -webkit-transition-property: all;
	 transition-property: all;
	 -webkit-transition-duration: 0.3s;
	 transition-duration: 0.3s;
	 -webkit-transition-timing-function: ease-in-out;
	 transition-timing-function: ease-in-out;
}
.site-navigation ul li.current-menu-item a::before{
	 content: "";
	 position: absolute;
	 z-index: 2;
	 left: 15px;
	 right: 15px;
		opacity: 1!important;
		top:40px;
}
.site-navigation ul li a:hover:before {
	 right: 15px;
		left: 15px;
}
.site-navigation ul li a:hover{
	color: #ffed00;
}

button{
	background-color: #ffed00!important;
	color: black!important;
}

a{
	color:#ffed00;
}

.woocommerce div.product p.price{
	color: #ffed00;
	font-weight: 700;
}

.product_meta{
	display:none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background-color: #e6e3ff;
	color: black;
}

.woocommerce-checkout-payment{
	background-color: #ffffff66!important;
}

.woocommerce ul.products li.product .price{
	color: #ffed00;
}

.site-navigation-toggle i:before{
	color: #ffed00;
}

.xlwcty_wrap .xlwcty_order_info .xlwcty_userN, .xlwcty_wrap .xlwcty_circle i, .xlwcty_wrap .xlwcty_circle, .xlwcty_wrap .xlwcty_order_info .xlwcty_order_no{
	color:#ffed00;
}
.xlwcty_wrap .xlwcty_circle{
	border-color: #ffed00:
}
.xlwcty_wrap .xlwcty_Box.xlwcty_customer_info{
	color:black;
}
	
	 */

#mainNav .menu-item a.active{
	text-decoration-line: underline;
}

.productGrid .gridItem{
	transition: ease all .3s;
}
.productGrid .gridItem h4{
	opacity:0;
/* 	transition: ease .3s; */
}
.productGrid .gridItem:hover h4{
	opacity:1;
	transition: ease .3s;
}

