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


@media screen and (min-width: 992px) {
    .sticky-column {
        height: fit-content;
        top: 20vh;
        position: sticky;
    }
}



/* Customize Mobile Menu */
.menu-mobile-container ul.e-n-menu-heading {
    flex-wrap: wrap;
}
.menu-mobile-container .e-n-menu-wrapper li.e-n-menu-item {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.menu-mobile-container .e-n-menu-wrapper li.e-n-menu-item .e-n-menu-content.e-active {
    height: 100% !important;
    position: static !important;
}
.container-submenu-desktop {
    max-width: 60rem;
}

/* Canvas Menu styles */
.e-off-canvas__no-scroll .site-logo-header svg g {
    fill: white !important;
}
.e-off-canvas__no-scroll .icon-menu-mobile-toggle svg path {
    stroke: white !important;
}
.e-off-canvas__no-scroll .icon-menu-mobile-toggle-sticky svg path {
    stroke: white !important;
}
.e-off-canvas__no-scroll .header_main_sub_container {
    border-bottom: none !important;
}
.elementor-widget-off-canvas .e-off-canvas {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.menu-mobile-list-container li {
    border-bottom: 1px solid white;
}
.hamburger .line {
    transition: all 0.3s ease;
    transform-origin: center;
}
.hamburger .top {
transform-origin: 4px 50%;
}
.hamburger .bottom {
transform-origin: 4px 50%;
}

/* Menu open styles */
.icon-menu-mobile-toggle.open .line.top {
    transform: rotate(45deg) translate(-1px, 1px);
}
.icon-menu-mobile-toggle.open .line.middle {
    opacity: 0;
}
.icon-menu-mobile-toggle.open .line.bottom {
    transform: rotate(-45deg) translate(0px, -1px);
}
.icon-menu-mobile-toggle-sticky.open .line.top {
    transform: rotate(45deg) translate(-1px, 1px);
}
.icon-menu-mobile-toggle-sticky.open .line.middle {
    opacity: 0;
}
.icon-menu-mobile-toggle-sticky.open .line.bottom {
    transform: rotate(-45deg) translate(0px, -1px);
}


/* Hide the second header when the user is at the top of the page */
#header_main_sub_container {
    transition: transform 0.3s ease-in-out;
    transform: translateY(-120%);
}
#header_main_sub_container.hidden {    
    visibility: hidden;
    pointer-events: none; 
    display: flex !important;
}
/* When the user scrolls beyond 150px, show the header */
#header_main_sub_container.show {
    transform: translateY(0) !important;
    visibility: visible;
}
.hidden-info-product, .hidden-products-container {
    display: none;
}
.show-info-product, .show-products-container {
    display: flex;
}
.active-product {
    background-color: var(--e-global-color-primary) !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15) !important;
}
.active-product .elementor-heading-title {
    color: var(--e-global-color-d3a1b6c) !important;
}
