

.headerSection.hiddenHeader > .elementor-container img {
    height: 80px !important
}

.headerSection.hiddenHeader {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25) !important;
}

.headerSection .elementor-sub-item.elementor-item-active {
    background-color: #fff;
}

@media screen and (max-width: 1620px) and (min-width: 1441px) {
    .headerSection.sticky_header .elementor-container,
    .headerSection.stickyHeader .elementor-container {
        max-width: 1340px !important;
    }
    .headerSection.sticky_header .elementor-nav-menu li a,
    .headerSection.stickyHeader .elementor-nav-menu li a {
        font-size: 22px !important;
    }

    .headerSection.sticky_header .elementor-nav-menu {
        margin-inline: 20px !important;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {
    .headerSection  {
        padding-bottom: 0 !important;
    }

    .headerSection > .elementor-container {
        max-width: 1100px !important;
    }
    .headerSection > .elementor-container  a {
       font-size: 18px !important;
    }

    .headerSection > .elementor-container img {
        height: 80px !important
    }

    .headerSection > .elementor-container  .elementor-widget-theme-site-logo,
    .headerSection > .elementor-container  .elementor-widget-image  {
        margin-bottom: 0;
    }

    .headerSection .elementor-column {
        padding: 0;
    }

    .headerSection .elementor-nav-menu--main .elementor-nav-menu a, 
    .headerSection  .elementor-nav-menu--main .elementor-nav-menu a.highlighted, 
    .headerSection .elementor-nav-menu--main .elementor-nav-menu a:focus, 
    .headerSection  .elementor-nav-menu--main .elementor-nav-menu a:hover {
        padding: 13px 10px;
    }

}


@media screen and (max-width: 1024px) and (min-width: 768px) { 
    .headerSection > .elementor-container {
        max-width: 880px !important;
    }
    .headerSection > .elementor-container img {
        max-height: 60px !important;
        margin-bottom: 10px;
    }
    .stickyHeader {
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25) !important;
    }
}



@media (max-width: 1024px) {
    .cart-header svg {
        margin-top: -6px;
        height: 18px;
    }
    .headerSection .elementor-nav-menu--dropdown {
        height: auto !important;
    }
    .headerSection   a.elementor-item {
        background: #fff !important;
    }
    .headerSection   a.elementor-item.highlighted {
        background: #DA291C !important;
    }
    .headerSection .elementor-nav-menu--dropdown {
        top: 30px !important;
    }

    .headerSection   a.elementor-item-active {
        background-color: #DA291C !important;
        color: #fff !important;
    }
}


@media (max-width: 767px) {
    .headerSection .has-submenu.highlighted, 
    .sticky_header .has-submenu.highlighted {
        background-color: #DA291C !important;
    }

    .headerSection > .elementor-container img {
        max-height: 60px !important;
        margin-bottom: 10px;
    }
    .stickyHeader {
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25) !important;
    }

}