/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1731569566
Updated: 2024-11-14 07:32:46

*/
body{
	overflow-x: hidden; 
}
a{
	text-decoration: none !important;
}
.page-header{display: none;}
.desktop_fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    background-color: #fff;
transition: all linear .5s;
}
.slick-list.draggable{
width: 100%;}
.slick-slide>div{padding: 10px;}
#product_slide .slick-slide .elementor-widget-container{
	height: 100%;
}
#product_slide .slick-track{
	display: flex;
}
.gallery {
	    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.elementor-image-gallery .gallery-columns-4 .gallery-item{
	width: 100%;
	        max-width: 100%;
}

input.weforms_submit_btn.wpuf_submit_870 {
    border: 0px;
}
.wpuf-name-field-wrap.format-first-last {
    display: flex;
    gap: 10px;
}
.wpuf-name-field-first-name, .wpuf-name-field-last-name {
    width: 50%;
}
.wpuf-fields label {
    font-weight: 500;
}
.required{
	color: red;
}
li.wpuf-el {
    margin-bottom: 20px;
}
.weforms_submit_btn.wpuf_submit_870 {
    background-image: linear-gradient(104deg, var(--e-global-color-primary) 0%, var(--e-global-color-2c7a741) 100%) !important;
    background: transparent;
    border: 0px !important;
    box-shadow: none !important;
	    text-shadow: none !important;
}