.banta-elementor-menu{
    position: relative;
    z-index: 51;
}
.banta-elementor-menu ul{
    margin: 0;
    padding: 0;
}
html[dir=ltr] .banta-elementor-menu ul{
    direction: ltr;
}
.banta-elementor-menu li{
    display: inline-block;
    position: relative;
}
.banta-elementor-menu ul > li{
    margin-left: 10px;
}
.banta-elementor-menu li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--colorText);
    font-weight: 400;
    font-size: 15px;
    position: relative;
    padding: 7px 0;
    transition: 350ms;
    z-index: 1;
    border-radius: 8px;
    text-align: right;
}
.banta-elementor-menu li a img{
    margin-bottom: 5px;
}
.banta-elementor-menu li a:before{
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    background: var(--colorPrimary);
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    transition: 350ms;
    z-index: -1;
    border-radius: 20px;
}
.banta-elementor-menu li:hover > a{
    color: var(--colorPrimary);
}
.banta-elementor-menu li.menu-item-has-children > a:after{
    content: "\e903";
    font-family: 'iconly' !important;
    display: inline-block;
    margin-right: 4px;
    vertical-align: bottom;
}
html[dir=ltr] .banta-elementor-menu li.menu-item-has-children > a:after{
    margin-right: 0;
    margin-left: 4px;
}
.banta-elementor-menu li.menu-item-has-children > a:before {
    border-bottom-left-radius: 0 !important;
}
.banta-elementor-menu li.menu-item-has-children:hover > a:after{
    transform: rotate(180deg);
}
.banta-elementor-menu li:hover > a:before{
    width: 100%;
}
.banta-elementor-menu li ul{
    position: absolute;
    width: 200px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.12);
    top: 100%;
    right: -20px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transition: 100ms;
    border-radius: 10px;
    z-index: 3;
}
.banta-elementor-menu .menu-items > li:hover > ul{
    visibility: visible;
    opacity: 1;
    right: -10px;
}
.banta-elementor-menu li ul li{
    display: block;
}
.banta-elementor-menu li ul li a{
    font-size: 14px;
}
.banta-elementor-menu li ul li.menu-item-has-children > a:after{
    content: "\e908"!important;
    color: var(--colorSecondary);
}
.banta-menu-backdrop{
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 50;
    background-color: #000;
    opacity: 0.8;
    -webkit-backdrop-filter: blur(2em);
    backdrop-filter: blur(2em);
}
@media (min-width: 992px) {
    .banta-menu-backdrop{
        display: none!important;
    }
}
.banta-el-menu-item-toggle{
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
    color: var(--colorText);
    width: 34px;
    height: 34px;
    border-radius: 10px;
}
.menu-items .banta-el-menu-item-toggle{
    top: 0;
    width: 40px;
    height: 40px;
}
.banta-elementor-menu li ul li a,
.banta-elementor-menu li:hover ul li a{
    padding: 6px 10px;
}
.banta-elementor-menu li ul li{
    margin:0;
}
.banta-elementor-menu li ul li a:before {
    background: rgba(var(--colorPrimaryRGB),.1) !important;
    left: auto !important;
    right: 0 !important;
    width: 0 !important;
    height: 100%;
    border-radius: 8px;
}
.banta-elementor-menu li ul li:hover > a:before {
    width: 100% !important;
}
.banta-elementor-menu li ul li:hover > a:after{
    color: var(--colorPrimary);

}
.banta-elementor-menu li ul li:hover > a {
    color: var(--colorPrimary);

}
.banta-elementor-menu li ul ul{
    top: 0;
    border: 0;
    right: calc(100% - 20px);
    z-index: 2;
}
.banta-elementor-menu .menu-items > li > ul li:hover > ul{
    opacity: 1;
    visibility: visible;
    right: calc(100% - 10px);
}
.banta-elementor-toggle{
    color: var(--colorSecondary);
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: end;
    font-size: 20px;
    cursor: pointer;
    display: none;
    flex-direction: column;
    border-radius: 7px;
    gap: 4px;
    padding-left: 10px;
}
.banta-elementor-toggle span{
    height: 2px;
    background: var(--colorSecondary);
    width: 16px;
    display: block;
    border-radius: 3px;
}
.banta-elementor-toggle span:nth-child(2){
    width: 22px;
}
.banta-elementor-toggle span:nth-child(3){
    width: 13px;
}
.banta-menu-heading{
    padding: 0 15px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: space-between;
    background: black;
    background: black;
    color: #fff;
}
.banta-menu-heading:after{
    content: '';
    background: var(--colorPrimary);
    background: linear-gradient(45deg, var(--colorPrimary), var(--colorSecondary));
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .3;
}
.banta-menu-heading-back{
    display: flex;
    width: 56px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background: rgba(255,255,255,0.16);
    color: #fff;
    cursor: pointer;
}

html[dir=ltr] .banta-menu-heading-back{
    transform: rotate(-180deg);
}
.banta-menu-heading-name{
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}
.banta-menu-heading img{
    height: auto;
    max-width: 100px!important;
    margin-left: auto;
}
.banta-menu-heading .btn-primary{
    background: #fff;
    width: 34px;
    height: 34px;
    padding: 0 8px;
}
.banta-menu-heading .btn-primary .iconlyBulk-Add-User{
    width: 24px;
    font-size: 16px;
}
.banta-menu-heading .btn-primary .iconlyBulk-Add-User .path2:before{
    margin-left: 2px;
}

html[dir=ltr] .banta-elementor-menu li ul{
    right: auto;
    left: 0;
}
html[dir=ltr] .banta-elementor-menu .menu-items > li > ul li:hover > ul{
    right: auto;
    left: calc(100% - 10px);
}
html[dir=ltr] .banta-elementor-menu .menu-items > li > ul ul{
    left: calc(100% - 20px);
}
html[dir=ltr] .banta-elementor-menu li.menu-item-has-children > a:after{
    margin: 0 0 0 4px!important;
}
html[dir=ltr] .banta-elementor-menu li ul li.menu-item-has-children > a:after{
    content: "\e90d"!important;
}
html[dir=ltr] .banta-elementor-menu li ul li a:before{
    left: 0!important;
    right: auto!important;
}

.menu-badge {
    position: absolute;
    top: -9px;
    color: var(--colorPrimary);
    padding: 0 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    right: 0;
    cursor: pointer;
    font-weight: normal;
    border: 1px solid;
    height: 15px;
    transition: 350ms;
}
.menu-item:hover .menu-badge{
    background: var(--colorPrimary);
    color: #fff;
}



/*mega menu*/
.banta-mega-menu{
    /*width: 500px!important;*/
    display: flex;
    flex-wrap: wrap;
    right: -10px!important;
    max-height: 400px;
    flex-direction: column;
    align-content: baseline;
    overflow-y: auto;
}
.banta-mega-menu::-webkit-scrollbar {
    width: 6px;
    height: 12px;
}

.banta-mega-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.banta-mega-menu::-webkit-scrollbar-thumb {
    background: #c9c9c9;
}

.banta-mega-menu::-webkit-scrollbar-thumb:hover {
    background: #737373;
}
.banta-mega-menu > .menu-item{
    flex-shrink: 0;
    margin-top: 10px !important;
    float: right;
    display: inline-block;
    width: 24%;
    padding-right: 15px;
    user-select: none;
}


.banta-mega-menu > .menu-item > ul{
    background: transparent !important;
    padding:0 8px 0 0 !important;
    border-radius: 0;
    width: 100%;
    box-shadow: none !important;
    position: static !important;
    transition: 200ms;

}
.banta-mega-menu-parent:hover .banta-mega-menu > .menu-item > ul{
    visibility: visible !important;
    opacity: 1 !important;
    padding:0 !important;
}
.banta-mega-menu-parent:hover .banta-mega-menu{
    right: 0!important;
}

.banta-mega-menu > .menu-item > a{
    font-weight: 600!important;
    color: var(--colorText) !important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}
.banta-mega-menu > .menu-item > a:hover{
    color: var(--colorPrimary) !important;
}
.banta-mega-menu > .menu-item > a:before{
    content: none!important;
}
.banta-mega-menu > li.menu-item > a:after, .banta-mega-menu > li.menu-item.menu-item-has-children > a:after {
    position: static;
    width: 3px;
    height: 17px;
    background: var(--colorPrimary);
    margin-left: 8px;
    content: '' !important;
}

.banta-mega-menu > .menu-item > ul li a{
    padding: 4px 13px!important;
}


.open-from-left
{
    left: 0!important;
    right: auto!important;
}
.open-from-right
{
    left: auto!important;
    right: 0!important;
}


.featured-attributes .featured-attributes-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.featured-attributes dl {
    display: grid;
    grid-template-columns: max-content auto;
    grid-gap: 5px 20px;
    margin: 0;
}

.featured-attributes dt {
    font-weight: 600;
}

.featured-attributes dd {
    margin: 0;
}




.banta-elementor-menu-footer{
    display: none;
}
@media (max-width: 992px) {
    .banta-menu-heading{
        display: flex!important;
    }
    .menu-badge {
        position: static!important;
        order: -1;
        height: 17px;
        align-self: center;
        margin-right: 5px;
    }

    .open-from-left-mobile
    {
        left: 0!important;
        right: auto!important;
    }
    .open-from-right-mobile{
        left: auto!important;
        right: 0!important;
    }

    .banta-el-menu-item-toggle{
        display: flex;
    }
    html[dir=ltr] .banta-el-menu-item-toggle{
        left: auto;
        right: 0;
        transform: rotate(180deg);
    }
    .banta-elementor-toggle{
        display: inline-flex;
    }
    .banta-elementor-menu-footer{
        background: #fff;
        height: 56px;
        position: absolute;
        bottom: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        z-index: 1;
        width: 100%;
        box-shadow: 0 -3px 15px rgba(var(--colorPrimaryRGB), 0.2);
        gap: 10px;
        border-top: 1px solid rgba(var(--colorPrimaryRGB), 0.3);
        background: var(--colorBg);
    }
    .banta-elementor-menu li.menu-item-has-children a:after,
    .banta-elementor-menu li ul li.menu-item-has-children > a:after{
        content: none!important;
        display: none!important;
    }
    .banta-elementor-menu li ul{
        width: 250px;
        top: 20px!important;
        right: 20px!important;
        left: auto;
        position: fixed;
        border-radius:20px;
        z-index: 2;
        padding: 66px 10px 10px 10px!important;
        height: calc(100% - 40px);
        visibility: hidden!important;
        opacity: 0!important;
        overflow-x: auto;
        background: var(--colorBg) !important;
    }
    .banta-elementor-menu-container{
        overflow-x: auto;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }
    .banta-elementor-menu ul.menu-items{
        padding: 66px 10px!important;
    }
    html[dir=ltr] .banta-elementor-menu li ul{
        right: auto!important;
        left: 10px!important;
    }
    .banta-elementor-menu li ul.open{
        visibility: visible!important;
        opacity: 1!important;
    }
    .banta-elementor-menu li ul ul{
        z-index: 2;
    }
    .banta-elementor-menu li a{
        color: var(--colorText)!important;
        justify-content: start!important;
    }
    .banta-elementor-menu li:hover a{
        color: var(--colorText);
    }
    .banta-elementor-menu li a:before{
        content: none;
    }
    .banta-elementor-menu{
        position: fixed;
        width: 250px;
        background: var(--colorBg);
        top: 20px;
        right: -250px;
        height: calc(100% - 40px);
        padding: 10px;
        visibility: hidden;
        opacity: 1;
        transition: 350ms;
        border-radius: 20px;
        box-shadow: 0 0 10px rgba(var(--colorPrimaryRGB), 0.3);
        overflow:hidden;
    }
    html[dir=ltr] .banta-elementor-menu{
        right: auto!important;
        left: -250px;
    }
    .banta-elementor-menu.open{
        opacity: 1;
        visibility: visible;
        right:20px;
    }
    html[dir=ltr] .banta-elementor-menu.open{
        left: 0;
    }
    .banta-elementor-menu li{
        display: flex!important;
        border-bottom: 1px solid #ededed;
        height: 40px;
        margin-bottom: 5px!important;
        margin-left: 0!important;
    }
    html[dir=ltr] .banta-elementor-menu li{
        direction: ltr;
    }
    .banta-elementor-menu ul > li:last-of-type{
        border-bottom: none;
    }
    .banta-elementor-menu li a{
        padding: 10px;
        font-size: 14px;
    }
    .banta-elementor-menu li a:focus,
    .banta-elementor-menu li a:active{
        color: var(--colorPrimary);
    }
}
