/*Global*/
.theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-mini-cart .theme-minicart-icon svg path {
    fill: black;
}

/*Desktop*/
@media (min-width: 992px) {
    .zpheader-style-08 .theme-header .theme-neobrutalism-header .theme-navigation-and-icons ul[data-zs-menu-container] li a {
        font-size: 18px;
    }
        /*Floating Menu style*/
     .theme-header-animate {
        border-radius: 40px;
        margin: 20px auto;
        width: 80%;
        max-width: 1240px;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        margin-top: 15px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
    }
  .theme-header-fixed {
        width: 90%;
        max-width: 1240px;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 30px;
    }
    .zpheader-style-01 .theme-header .zpcontainer {
        padding: 32px;
    }
    body.theme-body-overflowhidden {
    overflow: visible;
}
    .zpheader-style-08.theme-header-animate.theme-header-fixed .theme-header {
    backdrop-filter: none;
    padding-block-start: 0;
    box-shadow: none;
}
  .zpheader-style-08 .theme-header {
    padding-block-start: 30px;
}
    .zpheader-style-08 {
    backdrop-filter: none;
}
    .theme-header {
    background: none;
}
    .theme-header-topbar {
    background: none;
}
       .zpheader-style-08 .theme-header .theme-neobrutalism-header .theme-navigation-and-icons ul[data-zs-menu-container] li a {
        font-size: 18px;
        font-weight: bold;
    }
 .zpheader-style-08 .theme-header .theme-neobrutalism-header .theme-navigation-and-icons ul[data-zs-menu-container] li.theme-menu-selected a, .zpheader-style-08 .theme-header .theme-neobrutalism-header .theme-navigation-and-icons ul[data-zs-menu-container] li:hover a, .zpheader-style-08 .theme-header .theme-neobrutalism-header .theme-navigation-and-icons ul[data-zs-menu-container] li:focus-within a {
    font-weight: bold;
}
    .zpheader-style-08 .theme-header .theme-neobrutalism-header .theme-navigation-and-icons ul[data-zs-menu-container] li a:first-child:hover, .zpheader-style-08 .theme-header .theme-neobrutalism-header .theme-navigation-and-icons ul[data-zs-menu-container] li a:first-child:focus-within {
        box-shadow: 4px 4px 0px 0px #3333cc;
    }
        .zpmm .zpmm-inner .zpmm-element.zpmm-text {
        padding-inline: 9px;
    }
}

/*Mobile*/
@media (max-width: 991px) {
    .theme-header-topbar {
    padding-block-start: 0;
    transition: 0.2slinear;
    padding-inline-start: 0;
    padding-inline-end: 0;
    background: none;
}
    .zpheader-style-08>.theme-header-topbar {
    padding-block-start: 0;
    padding-block-end: 0;
}
    .zpheader-style-08.theme-header-fixed {
    padding: 10px;
    background-color: rgb(242, 245, 249);
}
    .zpheader-style-08 {
    backdrop-filter: none;
}
    .theme-header {
    background: none;
}
    .zpheader-style-08.theme-header-animate.theme-header-fixed .theme-header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: transparent;
    padding-block-start: 0;
}
    .zpheader-style-08 .theme-header {
    padding: 24px;
}
    /*Bold headings in MM*/
    .zpmm .zpmm-inner .zpmm-element.zpmm-title a .zpmm-element-menu-content {
    font-weight: bold;
}
    }