:root{
    --AddtoCartColor: #e6e6e6;
    --BuyNowColor: #02fd00;
    --ThemesBoxTitleColor: #ffffff;
    --ThemesBoxTitleFont: "WorkSans-Bold";
    --ThemesBoxSubTitleColor: #cccccc;
    --ThemesBoxSubTitleFont: "WorkSans-Regular";
    --ThemesProductsTitleColor: #cccccc;
    --ThemesProductsTitleFont: "WorkSans-Regular";
    --ThemesProductsPriceColor: #ffffff;
    --ThemesProductsPriceFont: "WorkSans-Bold";
    --ThemesProductsDelPriceColor: #999999;
    --ThemesProductsDelPriceFont: "WorkSans-Bold";
    --ThemesTextContentColor: #ffffff;
    --ThemesTextContentFont: "WorkSans-Regular";

    --ThemesHeaderBgColor: #0e0e0e;
    --ThemesHeaderTextColor: #ffffff;
    --ThemesBoardColor: {$ThemesBoardColor};
    --ThemesHeaderIconColor: #ffffff;
    --ThemesHeaderInputBorderColor: {$ThemesHeaderInputBorderColor};
    --ThemesNavBgColor: {$ThemesNavBgColor};
    --ThemesNavTextColor: #ffffff;
    --ThemesNavTextHoverColor: #02fd00;
	--ThemesNavLevel2TextColor: #ffffff;
	--ThemesNavLevel2TextHoverColor: #02fd00;
	--ThemesNavLevel3TextColor: #ffffff;
	--ThemesNavLevel3TextHoverColor: #02fd00;
	--ThemesNavLevel4TextColor: #ffffff;
	--ThemesNavLevel4TextHoverColor: #02fd00;
    --ThemesHeaderTipsColor: #0eff0e;
    --ThemesFooterBgColor: #101010;
    --ThemesFooterTitleColor: #ffffff;
    --ThemesFooterTextColor: #cccccc;
    --ThemesFooterTextHoverColor: {$ThemesFooterTextHoverColor};
    --ThemesFooterIconColor: #666666;
    --ThemesFooterButtonColor: #fff;
    --ThemesFooterButtonHoverColor: {$ThemesFooterButtonHoverColor};
    --ThemesFooterButtonBgColor: #111111;
    --ThemesFooterButtonBgHoverColor: {$ThemesFooterButtonBgHoverColor};
    --ThemesFooterInputBorderColor: #888888;
    --ThemesFooterInputBgColor: #111111;
    --ThemesFooterInputColor:#cccccc;
    --ThemesCopyrightColor:{$ThemesCopyrightColor};
	--ThemesCopyrightBgColor:{$ThemesCopyrightBgColor};
    --ThemesReviewsStarColor: #ff8a23;
	--ThemesAttrOptionColor: #ffffff;
	--ThemesProductSoldFontColor: #e6e6e6;

    --ThemesBodyColor: #0e0e0e;
    --ThemesNavFont: WorkSans-Regular;
    --ThemesFooterNavFont: WorkSans-Regular;
	--ThemesCheckoutButtonBgColor: #000000;
	--ThemesCheckoutButtonTextColor: #02fd00;

    --ProductsSalesBgStyleColor: #ffc50b;
	--ProductsSalesTextColor: #181818;

	--ThemesAddToCartTextColor: #000000;
	--ThemesAddToCartTextHoverColor: #000000;
	--ThemesAddToCartBgColor: #e6e6e6;
	--ThemesAddToCartBgHoverColor: #e6e6e6;
	--ThemesAddToCartBorderColor: #e6e6e6;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #000000;
	--ThemesBuyNowBgColor: #02fd00;
	--ThemesButtonFont: WorkSans-Bold;
	--PreBackgroundColor: #262626;
}
body,html{font-family: "WorkSans-Regular";}
body.index {background-color: var(--ThemesBodyColor);}
.themes_box_title {color: var(--ThemesBoxTitleColor);font-family: var(--ThemesBoxTitleFont);}
.themes_box_subtitle {color: var(--ThemesBoxSubTitleColor);font-family: var(--ThemesBoxSubTitleFont);}
.themes_products_title ,.themes_products_title a {color: var(--ThemesProductsTitleColor);font-family: var(--ThemesProductsTitleFont);}
.themes_products_price {color: var(--ThemesProductsPriceColor);font-family: var(--ThemesProductsPriceFont);}
.themes_products_sales{background-color: var(--ProductsSalesBgStyleColor); color:var(--ProductsSalesTextColor);}
.themes_products_origin_price,.themes_products_origin_price a {color: var(--ThemesProductsDelPriceColor);font-family: var(--ThemesProductsDelPriceFont);}
.themes_text_content {color: var(--ThemesTextContentColor);font-family: var(--ThemesTextContentFont);}
.icon-star1.star_1:before,.review_star .half_star:after{ color: var(--ThemesReviewsStarColor);  }
.review_star .half_star:after{ color: var(--ThemesReviewsStarColor); }

.ly_email_one .top_text{ color: var(--ThemesBoxTitleColor); font-family: var(--ThemesBoxTitleFont); }
.ly_email_one .sub_text{ color: #595959; font-family: var(--ThemesBoxSubTitleFont); }
/* 产品详细购物车按钮 start */
.default_products_detail #addtocart_button{background-color: var(--ThemesAddToCartBgColor);border-width: 1px;border-style: solid;border-color: var(--ThemesAddToCartBorderColor);color: var(--ThemesAddToCartTextColor);}
.default_products_detail #addtocart_button:hover{background-color: var(--ThemesAddToCartBgHoverColor);color:var(--ThemesAddToCartTextHoverColor);border-color: var(--ThemesAddToCartBorderHoverColor);}
.default_products_detail #buynow_button{background-color: var(--ThemesBuyNowBgColor);border-width: 1px;border-style: solid;border-color: var(--ThemesBuyNowBgColor);color: var(--ThemesBuyNowTextColor);}
.default_products_detail #buynow_button:hover{background-color: var(--ThemesBuyNowBgColor);border-width: 1px;border-style: solid;border-color: var(--ThemesBuyNowBgColor);}
.shopping_add_to_cart .shopping_addtocart_add_btn{background-color: var(--ThemesAddToCartBgColor);border-style: solid;border-width: 1px;border-color: var(--ThemesAddToCartBorderColor);color: var(--ThemesAddToCartTextColor);}
.shopping_add_to_cart .shopping_addtocart_add_btn:hover{background-color: var(--ThemesAddToCartBgHoverColor);color:var(--ThemesAddToCartTextHoverColor);border-color: var(--ThemesAddToCartBorderHoverColor);}
.shopping_add_to_cart .shopping_addtocart_buy_btn{background-color: var(--ThemesBuyNowBgColor);border-width: 1px;border-style: solid;border-color: var(--ThemesBuyNowBgColor);color: var(--ThemesBuyNowTextColor);}
.shopping_add_to_cart .shopping_addtocart_buy_btn:hover{background-color: var(--ThemesBuyNowBgColor);}
/* 产品详细购物车按钮 end */
/*checkout按钮*/
.global_shopping_cart_box .checkout_btn button , body .product_price_container .button_info .btn_checkout{background-color: var(--ThemesCheckoutButtonBgColor);color:var(--ThemesCheckoutButtonTextColor)}
.global_shopping_cart_box .checkout_btn button:hover , body .product_price_container .button_info .btn_checkout:hover{color:var(--ThemesCheckoutButtonTextColor)}
.global_shopping_cart_box .checkout_btn .btn-loading{background-color: var(--ThemesCheckoutButtonBgColor);color:var(--ThemesCheckoutButtonBgColor)}
.global_shopping_cart_box .checkout_btn .btn-loading:hover,
.global_shopping_cart_box .checkout_btn .btn-loading:active{background-color: var(--ThemesCheckoutButtonBgColor);color:var(--ThemesCheckoutButtonBgColor)}

.container_screen{ width: 100%; max-width: 1440px; }
@media screen and (max-width: 1560px) {
    .container_screen { max-width: 1200px; }
}
@media screen and (max-width: 1240px) {
    .container_screen { max-width: 1000px; }
}
@media screen and (max-width: 1000px) {
    .container_screen { max-width: 92%; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}