:root{
	--ThemesBoxTitleColor: #222222;
	--ThemesBoxTitleFont: "Poppins-Regular";
	--ThemesBoxSubTitleColor: #555555;
	--ThemesBoxSubTitleFont: "Poppins-Light";
	--ThemesProductsTitleColor: #555555;
	--ThemesProductsTitleFont: "Poppins-Regular";
	--ThemesProductsPriceColor: #b75479;
	--ThemesProductsPriceFont: "Poppins-Regular";
	--ThemesProductsDelPriceColor: #999999;
	--ThemesProductsDelPriceFont: "Poppins-Regular";
	--ThemesTextContentColor: #333;
    --ThemesTextContentFont: "Poppins-Light";
    --ThemesBoardBgColor: #333333;
    --ThemesBoardColor: #ffffff;
	--ThemesHeaderBgColor: #f0d5df;
	--ThemesHeaderTextColor: #000000;
	--ThemesHeaderIconColor: #1f1b1d;
	--ThemesNavBgColor: #ffffff;
	--ThemesNavTextColor: #222222;
	--ThemesNavTextHoverColor: #222222;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesHeaderInputBorderColor: #bfbfbf;
	--ThemesFooterBgColor: #ffffff;
	--ThemesFooterTitleColor: #222222;
	--ThemesFooterTextColor: #555555;
	--ThemesFooterTextHoverColor: #a94a58;
	--ThemesFooterLineColor: #e6e6e6;
	--ThemesFooterIconColor: #000000;
	--ThemesFooterButtonBgColor: #000000;
	--ThemesFooterButtonColor: #ffffff;
	--ThemesFooterButtonBgHoverColor: #333333;
	--ThemesFooterButtonHoverColor: #ffffff;
	--ThemesFooterInputBorderColor: #dddddd;
	--ThemesFooterInputColor: #aaaaaa;
	--ThemesFooterInputBgColor: #ffffff;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;
	--ThemesCopyrightColor: {$ThemesCopyrightColor};
	--ThemesCopyrightBgColor: {$ThemesCopyrightBgColor};

	--ThemesBodyColor: #ffffff;
    --ThemesNavFont: Poppins-Regular;
    --ThemesFooterNavFont: Poppins-Regular;
	--ThemesCheckoutButtonBgColor: #000000;
	--ThemesCheckoutButtonTextColor: #ffffff;
	
	--ProductsSalesBgStyleColor: #000000;
	--ProductsSalesTextColor: #ffffff;

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #E1CECE;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: Opensans-Regular;
	--PreBackgroundColor: #F1F1F1;
	--ThemesSearchPlaceholderTipsText: #888;
}

body,html{font-family:'OpenSans-Semibold';color: #333;}
body.index {background-color: var(--ThemesBodyColor);}
.themes_box_title,
.themes_box_title a{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_origin_price{ 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); }

.themes_products_sales{background-color: var(--ProductsSalesBgStyleColor); color:var(--ProductsSalesTextColor);}

/* 首页 */
#banner_edit .banner_tab a.on,#banner_edit .banner_tab a:hover{background-color: #000;}
.ly_stylebox .ly_showbox .ly_s_item:hover .ly_bg { background-color: rgba(0,0,0,.5); }
@media screen and (max-width: 1000px) { 
    .ly_itembox .ly_sa_item .ly_itemimg .ly_rebate { background: #fff;}
    .ly_titlebox .ly_guide { color: #555555; }
}
/* 产品详细购物车按钮 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{ max-width: 86.18%; }
@media screen and (max-width: 1000px) {
	.container_screen{ width: 92%; } 
}
.themes_box_button{font-family: var(--ThemesButtonFont);}