/* --- Mobile Menu --- */
#mobile-menu {
    position: fixed;
    left: -300px;
    font-family: 'Roboto', sans-seri;
    top: 0;
    width: 250px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 999999999999;
    height: 100%;
    overflow-y: scroll;
    background-color: rgba(245, 245, 245, 0.96);
}
#mobile-menu ul {
    display: block;
    border: none;
    list-style: none;
    padding-left: 0;
}
#mobile-menu ul li a {
    color: #151515;
    border: none;
    font-size: 14px;
    border-bottom: 1px solid rgba(210, 210, 210, 0.17);
    line-height: 45px !important;
    padding-left: 8px;
    display: block;
    letter-spacing: -0.5px;
    padding:0 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-family: 'Roboto', sans-seri;
    font-weight: 500;
}
#mobile-menu ul li a i {
    margin-right: 10px;
}
#mobile-menu ul li ul {
    background: none !important;
}
#mobile-menu ul li ul li a {
    position: relative;
    padding-left: 25px !important;
    font-weight: 400;
}
#mobile-menu ul li ul li a:before {
    content: "\f105";
    position: absolute;
    left: 12px;
    top: 0;
    line-height: 46px;
    width: 40px;
    height: 46px;
    display: block;
    color: #000000;
    font-weight: bold;
    font-family: "Font Awesome\ 5 Free";
}
#mobile-menu ul li ul li ul li a {
    position: relative;
    padding-left: 45px !important;
}
#mobile-menu ul li ul li ul li a:before {
    left: 22px;
}
#mobile-menu ul li ul {
    max-height: 0 !important;
    overflow: hidden;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
#mobile-menu ul li.acik > ul {
    max-height: 500px !important;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#mobile-menu ul li.menu-item-has-children a {
    position: relative;
    overflow: hidden;
}
#mobile-menu ul li.menu-item-has-children > a:after {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    width: 46px;
    height: 100%;
    background-color: #295133;
    text-align: center;
    content: "\f107";
    font-family: "Font Awesome\ 5 Free";
    font-weight: bold;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#mobile-menu ul li.menu-item-has-children.acik > a:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#mobile-menu ul li a:hover {
    background-color: #b0b0af;
    color:#fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#mobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}
#mobile-menu::-webkit-scrollbar {
    width: 1px;
    background-color: #fff;
}
#mobile-menu::-webkit-scrollbar-thumb {
    background-color: #b0b0af;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#mobile-menu.mobile-menu-active {
    left: 0 !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
html.mobile-menu-active {
    overflow: hidden;
}
body {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    left: 0%;
}
body.mobile-menu-active {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.menuKapa {
    width: 100%;
    position: fixed;
    right: 0;
    height: 100%;
    z-index: 999999999999;
    top: 0;
    background: rgba(32, 32, 32, 0.37);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.menuKapa.mobile-menu-active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}