.nav-menu-fropdown-filter .menu-filter-container {
    position: absolute;
    top: -23px;
    left: -30vw;
    z-index: 9999;
    width: 70vw;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
header#header .nav-menu-fropdown-filter li:first-child{
    margin-left: 0 !important;
}
.mega-filter {
    display: flex;
    width: 600px;
    background: #fff;
    color: #000000;
}

.mega-parent {
    width: 40%;
    border-right: 1px solid #eee;
}

.mega-parent ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-parent li {
    padding: 10px 15px;
    cursor: pointer;
}

.mega-filter li:hover {
    color: currentColor;
}
.mega-filter li a:hover {
    color: currentColor;
}
.mega-filter li{
    padding-bottom: 3px;
}
.mega-child {
    width: 60%;
    padding: 10px 15px;
}

.child-group {
    display: none;
    list-style: none;
    padding: 0;
}
.child-group.show{
    display: block;
}
.child-group li {
    margin-bottom: 6px;
}
.shop-category-filter ul{
list-style:none;
padding:0;
margin:0;
}

.parent-item{
padding:10px;
border-bottom:1px solid #eee;
position:relative;
}

.child-category{
display:none;
padding-left:15px;
}

.parent-item:hover .child-category{
display:block;
}

.child-category li{
padding:6px 0;
}