#btn-menu {
    font-weight: bold;
    right: 0;
    text-decoration: none !important;
    background: #484848;
    padding: 4px 13px;
    border-radius: 3px;
    font-size: 19px;
    margin: 15px;
    display: inline-block;
    color: #fff;
}


.sidebar-menu-section {
}

.sidebar-menu {
    position: fixed;
    z-index: 999999999;
    background: #fff;
    width: 315px;
    height: 100%;
    top: 0;
    right: -400px;
    transition: all 0.2s;
}


.sidebar-overlay {
    background-color: #323232;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.92);
    position: fixed;
    right: 0px;
    top: 0px;
    display: none;
}

.show-menu {
    right: 0 !important;
}

.lock-body {
    overflow: hidden;
}

.sidebar-title {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin: auto;
    padding-bottom: 5px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.sidebar-logo {
    display: block;
    margin: 15px auto;
}

.sidebar-menu.show-menu {
    padding: 0px 15px;
    overflow: scroll;
}

.sidebar-menu ul {
    list-style-type: none;
    padding: 0;
}

.sidebar-menu li a {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    padding: 15px 10px;
    margin-bottom: 5px;
    color: #323232;
    text-decoration: none !important;
    border-radius: 3px;
}

.bgblue {
    background-color: #323232;
}

.sidebar-contact {
    position: static;
    bottom: 20px;
    font-size: 15px;
    text-align: center;
    display: block;
    width: 100%;
    text-align: center;
    right: 0;
}

.menu-item li ul {
    padding-right: 10px;
    display: none;
}

.sidebar-menu {
    /*background: #fff url(../images/cart-bg.webp);*/
    background-position: bottom center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.sidebar-social li {
    display: inline-block;
}

    .sidebar-social li a {
        font-size: 20px;
        font-weight: bold;
    }

.sidebar-menu li a.active {
    background: #5a5a5a;
    color: #fff;
}

@media (max-width: 768px) {
    .main-menu {
        display: none;
    }
}
@media (min-width: 768px){
    #mobile-menu-section {
        display: none;
    }
}
