.menu-container {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 0 8px;
    gap: 10px;
    background: #FFFFFF;
    border-width: 0px 0px;
    border-style: solid;
    border-color: #52057F;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
}
.menu-mobile {
    display: none;
    padding: 0px;
}
.menu{
    background:#f2f2f2;
    border-radius: 30px;
    padding: 2px 0;
}
.menu ul.desktop-view-menu {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.menu ul.desktop-view-menu:before,
.menu ul.desktop-view-menu:after {
    content: "";
    display: table;
}

.menu ul.desktop-view-menu:after {
    clear: both;
}

.menu ul.desktop-view-menu li {
    padding: 0;
    margin: 0;
}

.menu ul.desktop-view-menu li a {
    text-decoration: none;
    padding: 0.625rem 1rem;
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1rem;
    color: #080808;
    border-radius: 0px;
    position: relative;
}

.menu ul.desktop-view-menu li a:hover {
    color: var(--primary-color);
    /* background: var(--primary-color);
     border-radius: 30px; */
}

.menu ul.desktop-view-menu li a.active {
    /* background: var(--primary-color);
    border-radius: 30px; */
    color:var(--primary-color);
}

.menu ul.desktop-view-menu li>div {
    display: none;
    width: 100%;
    background: white;
    padding: 10px 20px 20px 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
        flex-direction: column;
        border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-box-shadow:0 3px 10px rgb(0 0 0 / 15%);
    -moz-box-shadow:0 3px 10px rgb(0 0 0 / 15%);
    box-shadow:0 3px 10px rgb(0 0 0 / 15%);
        margin:10px 0 0 0;
}

.vertical-tabs {
  position: relative;
  display: flex;
  gap: 20px;
}
.vertical-tabs ul.tabs {
  position: relative;
  margin: 0px;
  display: flex;
  flex-direction: column;
  width: 250px;
background: #f0f0f0;
    padding:20px 16px;
    border-radius: 24px;
  height: 49vh;
  overflow: hidden;
  overflow-y: auto;
}

.vertical-tabs ul.tabs li {
  position: relative;
  list-style: none;
  width: 100%;
  padding: 0;
}
.vertical-tabs ul.tabs li a {
  position: relative;
  display: flex;
  width: 100%;
  padding:8px 15px;
  text-decoration: none;
  text-align: left;
  background:transparent;
  border:0;
  color: #000;
  font-size:0.8rem;
  font-weight: 500;
  line-height: 0.9rem;
  align-items: center;
    justify-content: space-between;
}
.vertical-tabs ul.tabs li a:hover{
    color: #ed1b2e;
    background:transparent;
    border-radius: 100px;
}
.vertical-tabs ul.tabs li.active a {
  z-index: 2;
background: #ed1b2e;
color: #fff;
border-radius: 100px;
}
.vertical-tabs ul.tabs li a i{visibility: hidden;}
.vertical-tabs ul.tabs li a i img{width: 18px;}
.vertical-tabs ul.tabs li.active a i{visibility: visible;}

.vertical-tabs .tabs-content{width:80%;height:49vh;overflow: hidden;overflow-y: auto;}
.vertical-tabs .tabs-content .content {
  display: none;
  padding: 10px;
  width: 100%;
}
.vertical-tabs .tabs-content .content.active {
  display: flex;flex-direction: row;
}
.vertical-tabs .tabs-content .content ul{display: flex;flex-direction: column;flex-wrap: wrap;gap: 4px; margin: 0;width: 33%;}
.vertical-tabs .tabs-content .content ul li{width: 100%;line-height: 1.25rem;}
.vertical-tabs .tabs-content .content ul li a{font-size: 0.85rem;font-weight: 400;line-height: 1rem;display: inline-flex;gap: 5px;padding:5px 15px;border-radius: 20px;}
.vertical-tabs .tabs-content .content ul li a:hover{background: transparent;color: #ed1b2e;background:#FEDFDE;border-radius: 20px;}
.product-link.highlight{background:transparent;color:#ed1b2e;background:#FEDFDE;border-radius:20px;}
.product-link.bluretext{opacity:.35;transition:opacity .2s ease;}

.badge-green-nav {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 6px;
    gap: 10px;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #001d3c;
    color: var(--white-color);
    height: fit-content;
}

.badge-green-nav.main-category-n {
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    width: 50px;
    margin: 0 auto;
}

.nav-title {
    border-bottom: 1px solid #E7EBE2;
    padding: 0 0 10px;
}

.nav-title-other {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    border-bottom: 1px solid #E7EBE2;
    padding: 8px 10px 10px;
}

.nav-title-other a img {
    width: 6px;
}

.menu-top-part {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 110px;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 15px;
}

.menu-top-right-sec {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width:58%;
    gap: 15px;
}

.compatibility {
    display: flex;
    flex-direction: column;
    width: 58%;
    gap: 10px;
    justify-content: flex-start;
    background:#f0f0f0;
    border-radius: 8px 8px 0 0;
    padding:10px;
        height: 110px;
}

.compatibility h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    color: #000;
    margin: 0;
}

.compatibility-mobno {
    display: flex;
    flex-direction: row;
    gap: 6px;
    flex-wrap: wrap;
}

.compatibility-mobno span {
    background: var(--dark-color1);
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1rem;
    color: #fff;
    border-radius: 4px;
    padding: 3px 6px;
}

.header-category-img {
    width: 40%;
    height: 108px;
    display: flex;
    align-items: flex-end;
}

.header-category-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.compatibility-mobno .show-less {
    background: var(--secondary-color);
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.3rem;
    display: inline-flex;
    padding: 0 5px;
    width: auto;
    color: #000;
}

.compatibility-mobno .show-more {
    background: var(--secondary-color);
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.3rem;
    display: inline-flex;
    padding: 0 5px;
    width: auto;
    color: #fff;
}

.menu-search-sec {
    display: flex;
    flex-direction: row;
    /* max-width: 600px; */
    width:40%;
    /* align-items: center; */
    margin: 26px 0 0 0;
}

.menu-search-sec form {
    position: relative;
    width: 100%;
}

.menu-search-sec input {
    padding: 0 20px;
    background: #FFFFFF;
    border: 1px solid #E7EBE2;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.08);
    border-radius:30px;
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
    width: 100%;
    height: 45px;
    background: url(../images/icon-search.webp) no-repeat #fff;
    background-position: calc(100% - 20px) 10px;
}

.menu-search-sec-mobile input {
    padding: 0 15px;
    background: #FFFFFF;
    border: 1px solid #E7EBE2;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
    width: 100%;
    height: 45px;
    background: url(../images/icon-search.webp) no-repeat #fff;
    background-position: calc(100% - 10px) 10px;
}

.menu-search-sec button {
    background: transparent;
    border: 0;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 20px;
    height: 20px;
    padding: 0;
    display: flex;
    align-items: center;
}

.no-scroll, .remove-scroll {
    overflow: hidden;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
    display: none;
}

.overlay.active {
    display: block;
}



.menu ul.desktop-view-menu {
    display: flex;
    gap: 12px;
}

.menu ul.mobil-view-menu {
    display: none;
}



.other-brand-nav {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 50vh;
    /* max-height: 460px; */
}

.menu ul.desktop-view-menu li div.normal-sub ul.obn-left {
    display: flex;
    flex-direction: column;
    margin: 0;
    border-right: 0px solid #ccc;
    cursor: pointer;
    gap:1px;
    padding: 0 6px 0 0;
    overflow-y: auto;
    background: #f0f0f0;
    padding:20px 16px;
    border-radius: 24px;
  /* height: 50vh; */
  /* height: 100%; */
  /* max-height: 43vh; */
  overflow: hidden;
  overflow-y: auto;
  width: 250px;
}

.menu ul.desktop-view-menu li div.normal-sub ul.obn-left li {
    width: 100%;
    margin: 0;
    padding: 8px 15px;
    color: #363D44;
    /* font-size:1rem; */
    font-size:0.8rem;
    border-radius: 6px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 0.9rem;
}

.menu ul.desktop-view-menu li div.normal-sub ul.obn-left li:hover{
color: var(--primary-color);
}
.menu ul.desktop-view-menu li div.normal-sub ul.obn-left li.active {
    background: #ed1b2e;
    color: #fff;
    border-radius: 100px;
}
.menu ul.desktop-view-menu li div.normal-sub ul.obn-left li i{display: none;}
.menu ul.desktop-view-menu li div.normal-sub ul.obn-left li.active i{display: flex;}
.menu ul.desktop-view-menu li div.normal-sub ul.obn-left li.active i img{width: 18px;}
.menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu {
    width: 80%;overflow: hidden; margin: 0; overflow-y: auto;
     /*max-height: 43vh;
     height: 50vh; */
}
.menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div ul{
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 0;
}
    .menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div ul li{
width: 23.5%;
    padding: 10px 0;
    margin: 0;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1rem;
    }
    .menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div ul li ul{
        display: flex;flex-direction: column;flex-wrap: nowrap;scrollbar-width: none;
    }

        .menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div ul li ul li{
        width: 100%;padding: 0;
    }
            .menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div ul li ul li a{
               font-size:0.85rem;
    font-weight: 400;
    line-height: 1rem;
    display: inline-flex;
  gap: 5px;
  padding: 5px 15px;
            }
            .menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div ul li ul li a:hover{
               font-weight:400;
                color: #ed1b2e;
  background: #FEDFDE;border-radius: 20px;
            }

                .menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div .nav-title {
    border-bottom: 1px solid #E7EBE2;
    padding: 0 0 10px;
    position: relative;
    display: flex;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    margin: 0;
}
 .menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div .nav-title a{
padding: 5px 15px;
    background: var(--primary-color);
    color: #fff;
    width: fit-content;flex-wrap: nowrap;border-radius: 100px;
}
.menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div ul li.category-list_other ul{height: 100%;max-height: 246px;overflow: hidden;overflow-y: auto;gap: 4px;}

.menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Cricket.other-left-category ul, .menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div .Vivo.other-left-category ul{display: flex;flex-direction: row;gap: 15px;width: 100%;flex-wrap: wrap;align-content: flex-start;}


.menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Cricket.other-left-category ul li.category-list_other ul,
.menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Oppo.other-left-category ul li.category-list_other ul,
.menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Realme.other-left-category ul li.category-list_other ul,
.menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Honor.other-left-category ul li.category-list_other ul,
 .menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Vivo.other-left-category ul li.category-list_other ul{gap:8px;}

 .category-column{display:flex;flex-direction: column;width: 23.5%;}
 .Cricket.other-left-category, .Vivo.other-left-category, .Oppo.other-left-category, .Realme.other-left-category,
  .Honor.other-left-category{display:flex;flex-direction: row;gap: 15px;}

.menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Cricket.other-left-category .category-column ul,
.menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Vivo.other-left-category .category-column ul,
.menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Oppo.other-left-category .category-column ul,
.menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Realme.other-left-category .category-column ul,
.menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Honor.other-left-category .category-column ul{display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  flex-wrap: nowrap;
  align-content: flex-start;}
.menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Cricket.other-left-category .category-column ul li,
 .menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Vivo.other-left-category .category-column ul li,
  .menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Oppo.other-left-category .category-column ul li,
   .menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Realme.other-left-category .category-column ul li,
    .menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Honor.other-left-category .category-column ul li
 { width: 100%;}
.menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Cricket.other-left-category .category-column ul li ul,
 .menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Vivo.other-left-category .category-column ul li ul,
  .menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Oppo.other-left-category .category-column ul li ul,
   .menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Realme.other-left-category .category-column ul li ul,
    .menu ul.desktop-view-menu li div.normal-sub ul.other-brand-menu div.Honor.other-left-category .category-column ul li ul
 {height: auto;width: auto;max-height: 245px;height: 100%;}
  .menu > ul > li > div.normal-sub ul.other-brand-menu .other-left-category .category-list_other.category-title-bold {padding: 0;}
 .menu > ul > li > div.normal-sub ul.other-brand-menu .other-left-category .category-list_other.category-title-bold .nav-title{border: 0;}
.menu > ul > li > div.normal-sub ul.other-brand-menu .other-left-category .category-list_other.category-title-bold .nav-title a{
  background:none;font-weight: 700; color: var(--black-color);}


.cusscr::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.cusscr::-webkit-scrollbar
{
	width: 0px;
	background-color: #F5F5F5;
}

.cusscr::-webkit-scrollbar-thumb
{
	background-color: #b2b2b2;
}
.cusscr{
  scrollbar-width: none; /* Firefox */
}

/* Chrome */
.cusscr:-webkit-scrollbar {
  display: none;
}

@media (max-width: 1440px) {
.menu ul.desktop-view-menu li a {
        padding: 0.625rem 1rem;
    }
    .header-category-img{height: 101px;}
}

@media (max-width: 1340px) {

.menu ul.desktop-view-menu li a {
        padding: 0.625rem 1rem;
        font-size: 0.8rem;
    }
    .menu ul.desktop-view-menu {gap:10px;}
    /* .menu>ul>li>div.normal-sub ul.obn-left li{font-size: 0.8rem;} */

    .vertical-tabs .tabs-content{width: 75%;}
    /* .vertical-tabs .tabs-content .content ul li {
    width: 24.5%;} */
    .header-category-img{height: 76px;}
}

@media (max-width:1199px) {
     .menu ul.desktop-view-menu li a {
        font-size:0.79rem;padding: 8px 8px;
        /* padding:0.625rem 0.4rem; */
    }

    .menu-search-sec {
        width:45%;
    }
     .header-category-img{height: 72px;}
    .menu ul.desktop-view-menu {gap: 9px;}
    /* .menu>ul>li>div.normal-sub ul>li {width: 23.2%;}  */
/* .vertical-tabs .tabs-content .content ul li {
    width: 32.5%;
} */
.vertical-tabs .tabs-content{width: 72%;}
.vertical-tabs ul.tabs li.active a{padding:8px 15px;}
.compatibility-mobno span {
    font-size: 0.65rem;
    line-height: 1rem;
    padding: 3px 4px;
}
.compatibility-mobno{gap: 3px;}
}


@media (max-width: 991px) {
    .menu{padding: 0;}
    .menu>ul.desktop-view-menu {
        display: none;
    }

    .menu>ul.mobil-view-menu {
        display: block;
    }

    .menu-container {
        width: 100%;
        padding: 0;
        border: 0;
        z-index: 9;
    }

    .menu-mobile {
        display: block;
        height: 21px;
        margin: auto 0;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu-top-part {
        display: none;
    }

    .menu>ul {
        display: none;
    }

    .menu>ul>li {
        width: 100%;
        float: none;
        display: block;
    }

    .menu>ul>li a {
        padding: 0.625rem 1rem;
        width: 100%;
        display: block;
        font-size: 0.79rem;
        line-height: 1rem;
    }
.menu>ul>li a.active {
    background: var(--primary-color);
    color: var(--white-color);
}
    .menu>ul>li>ul {
        position: relative;
    }

    .menu>ul>li>ul.normal-sub {
        width: 100%;
        flex-direction: column;
    }

    .menu>ul>li>ul.normal-sub>li {
        width: 100%;
        padding: 0;
    }

    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }

    .menu>ul>li>ul>li>ul {
        position: relative;
    }

    .menu>ul>li>ul>li>ul>li {
        float: none;
    }

    .menu .show-on-mobile {
        display: block;
    }

    .menu>ul>li>div.normal-sub ul {
        width: 100%;
        flex-direction: column;
    }

    .menu>ul>li>div.normal-sub ul>li {
        width: 100%;
        padding: 0;
    }

    .menu>ul>li>div.normal-sub {
        height: auto;
        position: relative;
        box-shadow: none;
    }
.allcategory{width: 100%;}
    .menu>ul>li>div.normal-sub ul.other-brand-menu li ul {
        height: auto;
        overflow-y: auto;
    }
.menu>ul>li>div.normal-sub ul>li a{margin-bottom: 5px;}

    /* .navigation-wrapper{display: none;} */
    .mobi-iconbox {
        display: flex;
    }

    .menu .mobil-m {
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100%;
        z-index: 999;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        background-color: white;
        transition: all 0.5s ease-in-out;
        padding: 20px 10px;
        display: block;
    }

    .menu .mobil-m.show-on-mobile {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .nav-bar.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
    }


    .nav-bar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        height: 100%;
        z-index: 999;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        background-color: white;
        transition: all 0.5s ease;
        padding: 20px;
    }

    .nav-bar.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
    }

    .submenu {
        position: relative;
        top: 0rem;
        left: 2rem;
        width: 100%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: transparent;
        display: none;
        margin: 0px 0 0 0;
    }

    /* .burger {display: block;opacity: 1;visibility: visible;}
.overlay.active {display: block;opacity: 1;visibility: visible;} */

    .submenu {
        position: relative;
        top: 0rem;
        left: 2rem;
        width: 100%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: transparent;
        display: none;
        margin: 0px 0 0 0;
    }

    .burger {
        position: relative;
        display: none;
        cursor: pointer;
        user-select: none;
        width: 1.6rem;
        height: 1.15rem;
        opacity: 0;
        visibility: hidden;
        background: transparent;
    }

    .burger-line {
        position: absolute;
        display: block;
        right: 0;
        width: 100%;
        height: 3px;
        opacity: 1;
        border: none;
        outline: none;
        border-radius: 1rem;
        background: var(--dark-color1);
    }

    .burger-line:nth-child(1) {
        top: 0px;
    }

    .burger-line:nth-child(2) {
        top: 0.5rem;
    }

    .burger-line:nth-child(3) {
        top: 1rem;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 8;
        opacity: 0;
        visibility: hidden;
        transition: all 0.35s ease-in-out;
        background-color: rgba(0, 0, 0, 0.65);
    }

    .burger {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }



    .menu>ul>li>div.normal-sub ul>li ul {
        display: none;
        height: auto;
        border-bottom: 1px solid #E7EBE2;
        padding: 0px 20px 10px 20px;
        margin: 10px 0 0 0;
        max-height: 450px;
        left: 0;
        gap: 10px;
    }

    .menu>ul>li>ul.normal-sub>li ul {
        display: none;
    }

    .menu>ul>li a.menu-l {
        position: relative;
    }

    .menu>ul>li a.menu-l:before {
        content: "";
        position: absolute;
        right: 16px;
        top: 13px;
        background: url(../images/menu-arrow.svg) no-repeat 0 0;
        width: 9px;
        height: 14px;
    }

    .nav-title {
        padding: 0 10px 10px;
    }

    .menu>ul>li {
        border-bottom: 1px solid #ccc;
        padding: 5px 0;
    }

    .menu>ul>li>div.normal-sub ul>li .nav-title a {
        justify-content: space-between;
        background: #fff;
      color: #363D44;
    }

    .nav-title .plus-minus-icon {
        position: relative;
    }

    .nav-title .plus-minus-icon:after {
        flex-shrink: 0;
        margin: 0;
        background-image: none;
        background-repeat: inherit;
        background-size: inherit;
        transition: inherit;
    }

    .nav-title .plus-minus-icon:after,
    .nav-title .plus-minus-icon:before {
        position: absolute;
        height: 0.1rem;
        width: 12px;
        content: "";
        background: #52057f;
        right: 0;
        top: 7px;
        transition: all .3s linear 0s;
    }

    .nav-title .plus-minus-icon:before {
        transform: rotate(90deg);
    }

    .nav-title.active .plus-minus-icon:before {
        transform: rotate(360deg);
    }

    .other-sub-menu,
    .back-menu,
    .other-sub-4 {
        display: none !important;
    }

    .menu>ul>li>div.normal-sub ul.obn-left {
        display: none;
    }

    .menu>ul>li>div.normal-sub ul.other-brand-menu {
        width: 100%;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-y: auto;
        height: auto;
                gap: 10px;
                display: flex;
    }

    .badge-green-nav.main-category-n {
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
    }

    .menu-minus {
        background: url(../images/icon-minus.svg) no-repeat 0 0;
        width: 16px;
        height: 16px;
        display: inline-flex;
    }

    .menu-plus {
        background: url(../images/icon-add.svg) no-repeat 0 0;
        width: 16px;
        height: 16px;
        display: inline-flex;
    }
.menu>ul>li a.btn-qo{width: 90%;margin: 0 auto;}

.menu>ul>li>div.normal-sub ul.other-brand-menu li ul{padding: 0;}
.menu>ul>li>div.normal-sub ul>li ul li div.nav-title.innercategory{padding-top: 10px;}
.menu>ul>li>div.normal-sub ul>li ul li div.nav-title.innercategory a:hover{color: #fff;}
.menu>ul>li>div.normal-sub ul>li .nav-title a{margin: 0;padding: 4px 10px;display: flex;align-items: center;justify-content: space-between;}
.other-brand-nav{width: 100%;}
.menu>ul>li>div.normal-sub ul>li ul.submenu li div.nav-title.innercategory a{background: var(--primary-color);}
.other-brand-nav{height: auto;max-height: 400px;}

}


.backblack{position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 8;
        transition: all 0.35s ease-in-out;
        /* background-color: rgba(0, 0, 0, 0.65); */
    }
