
:root {
    --ThemesReviewsStarColor: #f5c542;
    --theme-bg: #010101;
    --theme-surface: #1f1f1f;
    --theme-surface-2: #1a1a1a;
    --theme-border: #2a2a2a;
    --theme-text: #f4f4f4;
    --theme-text-2: #cccccc;
    --theme-text-muted: #b7b7b7;
    --theme-text-soft: #8e8e8e;
    --theme-link: #d9d9d9;
    --theme-accent: #f2c94c;
}
body,body .editor_txt{background: var(--theme-bg);color: var(--theme-text);}
body a{color: var(--theme-link);}
body #cookies_agreement{border: 1px solid var(--theme-border);background: var(--theme-surface);}
body .themes_products_title{color: var(--theme-text);}
body .editor_txt{color: var(--theme-text);}
body .editor_txt strong{color: var(--theme-text);}
body .editor_txt span{color: var(--theme-text-muted);}
body .visual_box .total_review{color: var(--theme-text-muted);}
body .prod_info_form li.attr_show .attr_box{color: var(--theme-text-soft);}
body .products_detail_box .detail_right .detail_share{border-top: 1px solid var(--theme-border);}
body .default_products_detail #buynow_button,
body .default_products_detail #buynow_button:hover{border-color: var(--theme-border);background: var(--theme-surface-2);color: var(--theme-text);}
body #distribution_box .pro_distribution_box{background-color: var(--theme-surface);border: 1px solid var(--theme-border);}
body #distribution_box .pro_distribution_box .share_title{color: #000;filter: invert(1) brightness(2);}
body #distribution_box .pro_distribution_box .share_content a{color: var(--theme-link);}
body #distribution_box .pro_distribution_box .share_content a:hover{color: var(--theme-accent);}
body .ly_descriotion_1[data-visual-id] .detail_description ul.desc_title{background: var(--theme-surface-2);border-color: var(--theme-border);}
body .ly_descriotion_1[data-visual-id] .detail_description ul.desc_title li{color: var(--theme-text);}
body .products_detail_box .detail_right .detail_favorites .favorite_btn .text,
body .products_detail_box .detail_right .detail_favorites .favorite_btn .iconfont{color: var(--theme-text);}

body .products_review{border-top: 1px solid var(--theme-border);}
body .default_products_review1 .reviews_menu{border-bottom: 1px solid var(--theme-border);}
body .products_review .reviews_list_box .list_item .item_name span{color: var(--theme-text-2);}
body .default_products_review1[data-visual-id] .products_review .review_title{color: var(--theme-text);}
body .default_products_review1[data-visual-id] .products_review .review_toolbar{background: var(--theme-surface-2);}
body .products_review .review_toolbar .toolbar_star .total_review{color: var(--theme-text);}
body .products_review .reviews_list_box .list_item{border-bottom: 1px solid var(--theme-border);}
body .default_products_review1[data-visual-id] .products_review .review_toolbar .toolbar_btn{color: var(--theme-text);background: var(--theme-surface-2);}
