
.mega-menu img:not([draggable]) {
    width: 100% !important
}
.submenu2 li{
    margin-left:15px;
    width:90% !important;
    margin-top:5px;
}
.mobil {
    display: none;
}
.web {
    display: block;
}
.mobil-p-menu {
   padding:200px 0px 50px 0px;
}
.tab-menu {
    background-color: #e1e1e1;
    padding: 0 28px;
}

    .tab-menu .nav-link.active {
        background-color: var(--white-color);
        color: var(--secondary-color);
    }
.tab-pane .submenu {
    position: static !important;
    width: 100% !important;
}

.mobilmenu-div .m-menu-baslik {
    position: absolute;
    bottom: 0px;
}

.mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}
    .mobile-menu ul li {
        list-style-type: none;
    }
.mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 6px 0;
    font-size: 16px;
    font-family: var(--title-font);
    text-transform: capitalize;
    color: var(--body-color);
    line-height: 26px;
    font-weight: 400;
}
.main-menu {
    text-align: end;
}
.dropdown-toggle:after {
    margin-top: -38px !important;
    margin-left: 20.255em!important;
    position:absolute
}

.menu a:hover {
    color: red;
}

.mobilmenu-div img {
    width: 60px;
}

.mobilmenu-div h4 {
    font-size: 15px
}

.mobilmenu-div {
    text-align: center;
    padding-top:20px;
}

.menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}


.menu {
    background: #eee;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 20px;
    min-height: 115px;
}

    .menu li {
        text-align: center !important;
    }

    .menu > ul {
        display: flex;
        align-items: center;
    }

        .menu > ul > li {
            padding: 10px 0px;
            position: relative;
            /*     height: 60px;
            display: flex;*/
            align-items: center;
        }

            .menu > ul > li > a {
                display: block;
                height: 40px;
                line-height: 40px;
                font-size: 16px;
                font-weight: 500;
                padding: 0 15px;
                color: #333;
                border-radius: 40px;
            }

    .menu > ul > li:hover > a::after {
        transform: rotate(180deg);
    }

            .menu > ul > li:hover > .mobilmenu-div h4 {
                color: var(--secondary-color) !important;
            }
            .menu > ul > li.products-brand-item--selected > .mobilmenu-div h4 {
                color: var(--secondary-color) !important;
            }
.menu ul li a {
    font-size: 13px;
    white-space: nowrap;
    position: relative;
    -o-transition: color .2s linear,background .2s linear;
    -moz-transition: color .2s linear,background .2s linear;
    -webkit-transition: color .2s linear,background .2s linear;
    transition: color .2s linear,background .2s linear
}
    .menu ul ul.submenu, .yan-menu ul ul.submenu li ul.submenu {
        width: 200%;
        display: none;
        position: absolute;
        top: 100%;
        z-index: 1;
/*        background: #3e3e3e;
*/    }
    .menu > ul > li.active > ul.submenu,
    .menu > ul > li:hover > ul.submenu {
        display: block;
        left: 0;
        z-index: 20;
    }

    .tab-pane .submenu {
        display: block;
    }
.products-brand-submenu {
    padding: 0;
}

.products-brand-submenu > li.products-category-item {
    display: block;
    width: 100%;
}

.products-brand-submenu > li.products-category-item > a {
    display: block;
}

.products-category-children {
    display: block;
    position: static;
    width: 100%;
    margin: 0;
    padding: 0;
}

.products-category-children > li {
    display: block;
    width: 100%;
}

.products-category-children > li > a {
    display: block;
    padding-left: 24px !important;
    background: #5a5a5a !important;
    font-size: 12px !important;
}

.mobil .products-brand-submenu,
.mobil .products-category-children {
    display: block;
    position: static !important;
    width: 100% !important;
}
.menu ul ul.submenu2, .yan-menu ul ul.submenu2 li ul.submenu2 {
    width: 100%;
    display: none;
    position: static !important;
}
    .menu ul ul.submenu2 li a {
        background: #3e3e3e !important;
        border-bottom: 1px solid #b50007;
        padding-left: 15px !important;
    }
    .menu ul ul.submenu li:hover > a {
        border-left-color: red;
        background: #3e3e3e;
    }
    .menu ul ul.submenu2 li:hover > a {
        border-left-color: red;
        background: #747474 !important;
    }
.menu ul ul.submenu li {
    clear: both;
    width: 100%
}
    .menu ul ul.submenu li a {
        padding-right: 12px;
        font-size: 13px;
        line-height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
        padding-left: 5px;
        width: 100%;
        float: left;
        color: #fff;
        background: #000000;
        border-top: none;
        position: relative;
        border-left: solid 6px transparent;
        -o-transition: border .2s linear;
        -moz-transition: border .2s linear;
        -webkit-transition: border .2s linear;
        transition: border .2s linear
    }

    .menu .submenu-indicator {
        top:72px;
        float: right;
        right: 35px;
        position: absolute;
        line-height: 19px;
        font-size: 17px;
        -o-transition: transform .3s linear;
        -moz-transition: transform .3s linear;
        -webkit-transition: transform .3s linear;
        -ms-transition: transform .3s linear
    }
.menu .submenu .submenu-indicator {
    top: 0!important;
    right: 5px !important;
  
}
.menu ul ul.submenu .submenu-indicator {
    line-height: 33px
}
.menu ul ul.submenu2 .submenu-indicator {
    line-height: 33px
}


    .menu .submenu-indicator-minus > .submenu-indicator {
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
/*.menu .submenu-indicator {
 display:none;
}*/
.yan-menu, .yan-menu  {
    font-family: 'Open Sans',sans-serif;
box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 0
}

.yan-menu {
    float: left;
    position: relative;
    padding-bottom:15px;
}

    .yan-menu .yan-menu-footer, .yan-menu .yan-menu-header {
        width: 100%;
        height: 50px;
        padding-left: 22px;
        float: left;
        line-height: 50px;
        font-weight: 600;
        color: #f0f0f0;
        background: #414956
    }

    .yan-menu ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .yan-menu ul li {
            width: 100%;
            display: block;
            float: left;
            position: relative
        }

            .yan-menu ul li a {
                width: 100%;
                padding: 14px 22px;
                float: left;
                text-decoration: none;
                color: #f0f0f0;
                font-size: 13px;
                background: #414956;
                white-space: nowrap;
                position: relative;
                overflow: hidden;
                -o-transition: color .2s linear,background .2s linear;
                -moz-transition: color .2s linear,background .2s linear;
                -webkit-transition: color .2s linear,background .2s linear;
                transition: color .2s linear,background .2s linear
            }

    .yan-menu > ul > li.active > a, .yan-menu > ul > li:hover > a {
        color: #fff;
        background: #3b424d
    }

    .yan-menu > ul > li > a {
        border-bottom: solid 1px #3b424d
    }

    .yan-menu ul li a i {
        width: 34px;
        float: left;
        line-height: 18px;
        font-size: 16px;
        text-align: left
    }

    .yan-menu .submenu-indicator {
        float: right;
        right: 22px;
        position: absolute;
        line-height: 19px;
        font-size: 20px;
        -o-transition: transform .3s linear;
        -moz-transition: transform .3s linear;
        -webkit-transition: transform .3s linear;
        -ms-transition: transform .3s linear
    }

    .yan-menu ul ul.submenu .submenu-indicator {
        line-height: 16px
    }
    .yan-menu .submenu-indicator-minus{
        background:#404040
    }
    .yan-menu .submenu-indicator-minus > .submenu-indicator {
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .yan-menu ul ul.submenu, .yan-menu ul ul.submenu li ul.submenu {
        width: 100%;
        display: none;
        position: static
    }

        .yan-menu ul ul.submenu li {
            clear: both;
            width: 100%
        }

            .yan-menu ul ul.submenu li a {
                width: 100%;
                float: left;
                font-size: 11px;
                background: #383838;
                border-top: none;
                position: relative;
                border-left: solid 6px transparent;
                -o-transition: border .2s linear;
                -moz-transition: border .2s linear;
                -webkit-transition: border .2s linear;
                transition: border .2s linear
            }

            .yan-menu ul ul.submenu li:hover > a {
                border-left-color: #414956
            }

        .yan-menu ul ul.submenu > li > a {
            padding-left: 30px
        }

        .yan-menu ul ul.submenu > li > ul.submenu > li > a {
            padding-left: 45px
        }

        .yan-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
            padding-left: 60px
        }

        .yan-menu ul li .yan-menu-label, .yan-menu ul ul.submenu li .yan-menu-label {
            min-width: 20px;
            padding: 1px 2px 1px 1px;
            position: absolute;
            right: 18px;
            top: 14px;
            font-size: 11px;
            font-weight: 800;
            color: #555;
            text-align: center;
            line-height: 18px;
            background: #f0f0f0;
            border-radius: 100%
        }

        .yan-menu ul ul.submenu li .yan-menu-label {
            top: 12px
        }

.ink {
    display: block;
    position: absolute;
    background: rgba(255,255,255,.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.animate-ink {
    -webkit-animation: ripple .5s linear;
    -moz-animation: ripple .5s linear;
    -ms-animation: ripple .5s linear;
    -o-animation: ripple .5s linear;
    animation: ripple .5s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5)
    }
}

.blue.yan-menu .yan-menu-footer, .blue.yan-menu .yan-menu-header, .blue.yan-menu ul li a {
    background: #4A89DC
}

.blue.yan-menu > ul > li.active > a, .blue.yan-menu > ul > li:hover > a {
    background: #3e82da
}

.blue.yan-menu > ul > li > a {
    border-bottom-color: #3e82da
}

.blue.yan-menu ul ul.submenu li:hover > a {
    border-left-color: #3e82da;
    background: #3b3b3b;
}

.yan-menu .yan-menu-footer, .yan-menu .yan-menu-header, .yan-menu ul li a {
    background: #7c7c7c
}

.yan-menu > ul > li.active > a, .yan-menu > ul > li:hover > a {
    background: #404040
}

.yan-menu > ul > li > a {
    border-bottom-color: #bbbbbb
}

.yan-menu ul ul.submenu li:hover > a {
    border-left-color: red;
    background: #3b3b3b;
}

.red.yan-menu .yan-menu-footer, .red.yan-menu .yan-menu-header, .red.yan-menu ul li a {
    background: #ED5565
}

.red.yan-menu > ul > li.active > a, .red.yan-menu > ul > li:hover > a {
    background: #DA4453
}

.red.yan-menu > ul > li > a {
    border-bottom-color: #DA4453
}

.red.yan-menu ul ul.submenu li:hover > a {
    border-left-color: #DA4453;
    background: #3b3b3b;
}

.white.yan-menu .yan-menu-footer, .white.yan-menu .yan-menu-header, .white.yan-menu ul li a {
    background: #fff;
    color: #555
}

.white.yan-menu > ul > li.active > a, .white.yan-menu > ul > li:hover > a {
    background: #f0f0f0
}

.white.yan-menu > ul > li > a {
    border-bottom-color: #f0f0f0
}

.white.yan-menu ul ul.submenu li:hover > a {
    border-left-color: #f0f0f0;
    background: #3b3b3b;
}

.white.yan-menu ul ul.submenu li a {
    color: #f0f0f0
}

.white.yan-menu > ul > li > a > .ink {
    background: rgba(0,0,0,.1)
}

.black.yan-menu .yan-menu-footer, .black.yan-menu .yan-menu-header, .black.yan-menu ul li a {
    background: #292929
}

.black.yan-menu > ul > li.active > a, .black.yan-menu > ul > li:hover > a {
    background: #222
}

.black.yan-menu > ul > li > a {
    border-bottom-color: #222
}

.black.yan-menu ul ul.submenu li:hover > a {
    border-left-color: #222;
    background: #3b3b3b;
}

.content {
    width: 260px; 
    margin: 100px auto;
}

.filterinput {
    background-color: rgba(249, 244, 244, 0);
    border-radius: 15px;
    width: 90%;
    height: 30px;
    border: thin solid #FFF;
    text-indent: 0.5em;
    font-weight: bold;
    color: #FFF;
}
#menu-ul a {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}


/******BÃœYÃœK MENÃœ******/
 .sticky-wrapper {
    position: absolute;
    width: 100%;
    top: 0px;
    background-color: #fff;
}
 .sub-menu span{
     padding-left:10px;
 }
    .main-menu ul.sub-menu, .main-menu ul.mega-menu {
        background: #e1e1e1
    }
    .main-menu ul.mega-menu > li > h3 {
        text-align: center;
        font-size:15px;
    }
.main-menu ul.mega-menu > li > a{
    text-align:center
}
.mega-menu .logo {
    text-align:center;
    position: absolute;
    max-width: 100px;
    z-index: 50;
    left:30%;
    padding-top:20px;
}
.menu-title {
    bottom: -15px;
    position: absolute;
    background: var(--secondary-color);
    color: #fff;
    width: 100%;
    z-index: 50;
    font-size:15px;
}
.b {
    display: none;
}

.mega-menu li:hover .b {
    display: block
}

.mega-menu li:hover .a {
    display: none
}
.mega-menu li:hover .menu-title {
background:rgba(0, 0, 0, 0.4)
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {
    .mega-menu .logo {
        left: 25%;
    }

    .menu-title {
        font-size: 13px !important;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .mega-menu .logo {
        left: 25%;
        max-width: 80px;
    }

    .menu-title {
        font-size: 10px !important;
    }
}
@media screen and (min-width: 989px) and (max-width: 1200px) {
    .mega-menu .logo {
        left: 18%;
        max-width: 80px;
    }

    .menu-title {
        display: none;
    }
}
