/*dark mode*/

body.dark {
    background-color: #121212; !important;
    background: #121212; !important;
    transition: .2s all linear;
}

body.dark .c-btn-ab a {
    background: var(--bg-body-dark);
    box-shadow: 0 0 42px 0 rgba(36, 47, 92, 0.34) !important;
}
body.dark .c-header--comma .header .org-nav{
    box-shadow: unset;
    background: #1e1e1e !important;
}
body.dark a, body.dark p, body.dark h6, .h6, body.dark h5, body.dark .h5, body.dark h4, body.dark .h4, body.dark h3, .h3, body.dark h2, .h2, body.dark h1, body.dark .h1, body.dark ul, body.dark span, body.dark li {
    color: #c2c2c2 !important;
}

body.dark .c-s-content, body.dark .c-comment .user-comment, body.dark .c-comment .user-reply-comment .user {
    box-shadow: 0 0 42px 0 rgb(16 16 16 / 34%);
    background: #1e1e1e;
}

body.dark .c-comment .user-reply-comment {
    box-shadow: 0 0 42px 0 rgba(36, 47, 92, 0.34);
}
body.dark span , body.dark p , body.dark h6, body.dark h5 , body.dark a {
    color: #c2c2c2 !important;
}
body.dark .bottom-footer .c-image-footer, body.dark .box-menu, body.dark .top-footer .c-image-footer, body.dark .sidebar .bg-t-s, body.dark .sidebar .c-cat-blog {
    background-color: #1e1e1e !important;
    /*filter: drop-shadow(0px 4px 50px rgba(66, 66, 66, 0.22));*/
    box-shadow: 0 0 25px 0 rgb(49 44 147 / 4%);
}
body.dark .c-footer-type-one{
    background-color: #1e1e1e;
}
body.dark .c-footer-type-one .bottom-footer .box-menu{
    background-color: #1e1e1e;
    box-shadow: 0 0 10px 10px rgba(180, 180, 180, 0.04)
}
body.dark .c-header--digikala .c-search-box form input{

}
body.dark .box{
    background: #1e1e1e;
    box-shadow: unset;
}
body.dark .sidebar .bg-t-s .box .bottom {
    background-color: #1e1e1e;
}

body.dark .sidebar .bg-t-s .box {
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 40%);
}

body.dark .c-comment .user-comment .user {
    background: #50597a;
}

body.dark .top-footer .menu-footer {
    background-color: var(--bg-body-dark);
}
body.dark input {
    background: #2d2d2d !important;
    border-color: #404040 !important;
    color: #e0e0e0 !important;
}
body.dark header{
    background: #1e1e1e;
}

body.dark .default-product-card{
    background: #1e1e1e;
}
/*dark mode*/