/*
 Theme Name:   Hello Elementor Child
 Description:  Child theme for Hello Elementor
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/
body {
	overflow-x: hidden;
}

body:has(.elementor-menu-toggle.elementor-active) {
  overflow: hidden;
}

nav ul.elementor-nav-menu li.contact-link {
  display:none
}

@media screen and (max-width:1024px) {
 nav ul.elementor-nav-menu li.contact-link {
  display: block;
 }
}

.home-product-slider .elementor-swiper .elementor-main-swiper {
	padding-top:10px;
}

.elementor-form input:is(:-webkit-autofill, :autofill),
.elementor-form textarea:is(:-webkit-autofill, :autofill),
.elementor-form select:is(:-webkit-autofill, :autofill) {
	background: white;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: unset !important;
  -webkit-text-fill-color: #FFFFFF alternate !important;
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
  transition: background-color 5000s ease-in-out 0s;
};