/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * 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.
 */

/*added by nilson - jul 2026*/
.elementor-1598 .elementor-element.elementor-element-1a82f064 .elementskit-navbar-nav>li>a {
    text-transform: uppercase !important;
}
.elementor-1598 .elementor-element.elementor-element-1a82f064 .elementskit-navbar-nav .elementskit-submenu-panel>li>a {
     text-transform: uppercase;
}
.wpo_youtube_preview_container .wpo_youtube_preview {
    height: 226px !important;
}
.tagged_as{display:block;}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1350px!important;
}

/*#home-content h3 {padding-top:7px;}*/
#home-content p {margin-block-end: 0.4rem!important;}

/*product list page content block*/
.prd-details li {
	padding-bottom: 5px;
}

/*search css*/
.header-search-form {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 280px;
    width: 100%;
}

.header-search-input {
    width: 100%;
    height: 44px;
    padding: 0 48px 0 15px;
    border: 1px solid #ff595a;
    border-radius: 4px;
    outline: none;
    background: #fff;
}

.header-search-input:focus {
    border-color: #222;
}

.header-search-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search-button i {
    font-size: 16px;
}
[type="button"]:focus, [type="button"]:hover, [type="submit"]:focus, [type="submit"]:hover, button:focus, button:hover {
	background-color: #ff595a!important;
	color: #fff;
	text-decoration: none;
}

