/* 
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
*/

.elementor-posts-container > #post-2895, .elementor-posts-container > #post-1595{
	order: 9999;
}

.elementor-menu-cart__container, .elementor-menu-cart__main{
	display: none !important;
	visibility: hidden !important;
}

#afhalen{
	font-family: Ruluko;
	font-weight: 400;
	color: #733F20;
}

.header-2 {
 transform: translatey(-183px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
}


.elementor-sticky--effects.header-2  {
 height: auto!important;
 transform: translatey(0px);
}

.elementor-sticky--effects.header-1 {
 display: none!important;
}

.ecs-posts img{
	background-image: url('https://tenvelde.bureaupeters.dev/wp-content/uploads/2023/04/product-set-background.jpg');
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.h1kop *{
	font-size: 60px;
	line-height: 56px;
}

.dtext p{
	font-size: 20px; 
	line-height: 30px;
}


.jet-woo-builder-woocommerce-checkout > section.elementor-section-boxed.elementor-section{
	display: none;
}



@media only screen and (max-width: 1366px) {
	.header-2 {
		transform: translatey(-190px);
	}
}

@media only screen and (max-width: 1024px){
	.h1kop *{
		font-size: 40px !important;
		line-height: 45px !important;
	}

}

@media only screen and (max-width: 767px) {
	.header-2 {
		transform: translatey(-100px);
	}
	
	.h1kop *{
		font-size: 36px !important;
		line-height: 40px !important;
	}
	
	.dtext p, .dtext label{
		font-size: 16px !important;
		line-height: 24px !important;
	}
}

input[type="date"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
}

a:hover,
a:focus{
	outline: none !important;
}