body.dark-mode {
    background-color: #121212;
    color: #eaeaea;
}

body.dark-mode *:not(.post_featured.hover_shop .icons>a .icon-animation , .custom_links_list li a span , .color_label span.elementor-icon-list-text) , .post_featured.hover_shop .icons .tinv-wraper>.tinvwl_add_to_wishlist_button , div.product form.cart .tinv-wraper > .tinvwl_add_to_wishlist_button , .select2-results__option--highlighted , body.dark-mode .select_container:after , body.dark-mode .woocommerce .woocommerce-cart-form table.shop_table .cart-coupon-inner:before , .payment_methods input[type="radio"] + label:before , .categories_list_info:not(.categories_list_info *){
    color: #fff !important;
	fill:#fff !important;
}
body.dark-mode section:not(footer section) , body.dark-mode span.sc_layouts_menu_stretch_bg , body.dark-mode .sc_layouts_menu_nav > li > ul ul,body.dark-mode .sc_layouts_menu_nav > li ul:not(.sc_item_filters_tabs) , body.dark-mode .page_content_wrap , body.dark-mode  select.orderby.filled.fill_inited option , body.dark-mode .shop_table_checkout_review , body.dark-mode #payment .place-order,body.dark-mode #payment .wc_payment_methods, body.dark-mode span.select2-dropdown.select2-dropdown--above , body.dark-mode a.button.continue_shopping , body.dark-mode .woocommerce .order_details.woocommerce-thankyou-order-details, body.dark-mode .shop_table_order_details{
	background-color:#000 !important;
}
body.dark-mode .menu_hover_zoom_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:after , body.dark-mode .add_to_cart_wrap .button:after , body.dark-mode div.wpcf7 .form-style-1 .style-line .line:before ,body.dark-mode input[type="checkbox"] + .wpcf7-list-item-label:hover:before ,body.dark-mode input[type="checkbox"] + .wpcf7-list-item-label:before, body.dark-mode .trx_addons_woocommerce_search_type_filter .sc_form_field.sc_form_field_price div.ui-slider .ui-slider-range , body.dark-mode .trx_addons_woocommerce_search_type_filter .sc_form_field.sc_form_field_price div.ui-slider .ui-slider-handle{
	border-color:#fff !important;
	background-color:#fff !important;
}
body.dark-mode input[type="radio"] + .wpcf7-list-item-label:before, .dark-mode .select2-container--default .select2-results__option[aria-selected="true"]{
	background-color:#fff !important;
	color:#000 !important;
}
body.dark-mode .select2-results__option--highlighted{
	color:#000 !important;
}
body.dark-mode .woocommerce table.shop_table th, body.dark-mode button.apply_coupon{
	background-color: #000 !important;
	border-color:#fff !important;
}
body.dark-mode figure.elementor-image-box-img img {
    filter: invert(1);
}

.dark-toggle {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #333;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 8px;
	z-index:999;
}
body.dark-mode .dark-toggle{
	background:#fff !important;
}
body.dark-mode .dark-toggle img{
	filter:brightness(0);
}
.dark-toggle img{
	filter:brightness(0) invert(1);
}
