.language_swtcher {
    position: absolute;
    right: 0px;
    top: 8px;
    z-index: 9999;
    /*    border: 1px solid gainsboro;
    border-radius: 60px;
    padding: 5px 0px 6px 10px;*/
    font-size: 14px;
    width: 42px;
}

.language_swtcher .dropdown-menu {
    left: auto !important;
    top: 8px !important;
    right: 0 !important;
    transform: translate3d(0, 22px, 0px) !important;
    min-width: 43px;
    border-radius: 20px;
}

.language_swtcher .dropdown-item {
    padding: 10px 5px 10px 12px;
    font-size: 14px;
}

.menu_img {
/*    max-width: 100%;
    position: absolute;
    border-radius: 250px;*/
    max-width: 100%;
    border-radius: 4px;
}

.menu_img_container {    
/*    width: 90%;
    padding: 45% 0;
    object-fit: contain;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;*/
    
    object-fit: contain;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    text-align: center !important;
    margin: 15px 0;
}

.temp2-d-none {
    display: none !important;
}

.section_background .header_search_box.border-bottom.right {
    border: 1px solid var(--c3) !important;
    border-radius: 4px;
    padding: 0px 11px;
    height: 52px;
}

.section_background .header_search_box.right .search-input-type .input-group i {
    color: var(--c3) !important;
}
/*.mega-dropdown-menu>li:nth-child(2n+1):not(:first-child) {
    background: var(--MegaMenuBG2) !important;
}
.mega-dropdown-menu>li:nth-child(2n) {
    background: var(--MegaMenuBG1) !important;
}*/
/*.mega-dropdown-menu>li:nth-child(n):not(:first-child) {
    background: var(--bgText2-0) !important;
}
.mega-dropdown-menu>li:nth-child(odd) {
    background: var(--bgText2-07) !important;
}*/
.navbar-main .mega-dropdown-menu {
    background: var(--bgText2-0);
    /*    justify-content: center;*/
}




@media (min-width: 992px) {
    .left-sidebar {
        position: sticky;
        top: 130px;
    }

    .navbar-main .mega-dropdown-menu {
        width: 100vw !important;
        max-width: 100vw !important;
        height: calc(100vh - 180px);
        max-height: calc(100vh - 180px);
    }

    .mega-dropdown-menu>li.col-3 {
        max-width: 16.66%;

    }

    .mega-dropdown-menu>li:nth-child(2) {
        margin-left: auto;
    }

    .mega-dropdown-menu>li:last-child {
        margin-right: auto;
    }
    .col-lg-9.product-list-section {
        flex: 0 0 79%;
        max-width: 79%;
    }
}

@media (min-width: 1441px) {
    .mega-dropdown-menu>li.col-3 {
        max-width: 12.5%;

    }
}

@media (min-width: 1850px) {
    .mega-dropdown-menu>li.col-3 {
        max-width: 10%;

    }
}


@media (max-width: 991px) {
    .mobile_language_swtcher {
        display: inline-block;
        position: relative;
        border: 1px solid gainsboro;
        border-radius: 60px;
        padding: 4px 0px 4px 0px;
        font-size: 14px;
        width: 42px;
        float: right;
    }

    .mobile_language_swtcher>a {
        padding: 0;
        font-size: 16px;
    }

    .mobile_language_swtcher .dropdown-menu {
        left: auto !important;
        top: auto !important;
        bottom: 58px !important;
        right: 0 !important;
        transform: translate3d(0, 22px, 0px) !important;
        min-width: 43px;
        border-radius: 20px;
    }

    .mobile_language_swtcher .dropdown-item {
        padding: 10px 5px 10px 12px;
        font-size: 14px;
    }

    .navbar-main {
        scroll-snap-type: y mandatory;
    }

    .navbar-main .social-icons {
        position: sticky;
        bottom: 0;
    }

    .navbar-main .mobile_menu_user {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .navbar-main .mega-dropdown-menu {
        background: var(--bg2);
        justify-content: initial;

    }

    .navbar-main .mega-dropdown-menu>li:nth-child(n) {
        background: transparent !important;
    }

    .menu_img_container {
        display: none;
    }
}