:root{
    --AddtoCartColor: #95BE06;
    --BuyNowColor: #FFC000;
    --ThemesBoxTitleColor: #232323;
    --ThemesBoxTitleFont: "OpenSans-Bold";
    --ThemesBoxSubTitleColor: #555555;
    --ThemesBoxSubTitleFont: "Poppins-Regular";
    --ThemesProductsTitleColor: #333333;
    --ThemesProductsTitleFont: "Poppins-Regular";
    --ThemesProductsPriceColor: #232323;
    --ThemesProductsPriceFont: "Poppins-SemiBold";
    --ThemesProductsDelPriceColor: #a5a5a5;
    --ThemesProductsDelPriceFont: "Poppins-SemiBold";
    --ThemesTextContentColor: #222;
    --ThemesTextContentFont: "Poppins-Regular";

    --ThemesHeaderBgColor: #FFFFFF;
    --ThemesHeaderTextColor: #555;
    --ThemesBoardColor: #000;
    --ThemesHeaderIconColor: #000;
    --ThemesHeaderInputBorderColor: #e7e7e7;
    --ThemesNavBgColor: #232323;
    --ThemesNavTextColor: #fff;
    --ThemesNavTextHoverColor: #e4e4e4;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
    --ThemesHeaderTipsColor: #ffe5e5;
    --ThemesFooterBgColor: #232323;
    --ThemesFooterTitleColor: #fff;
    --ThemesFooterTextColor: #969696;
    --ThemesFooterTextHoverColor: #ababab;
    --ThemesFooterIconColor: #fff;
    --ThemesFooterButtonColor: #fff;
    --ThemesFooterButtonHoverColor: #3b3b3b;
    --ThemesFooterButtonBgColor: #3b3b3b;
    --ThemesFooterButtonBgHoverColor: #fff;
    --ThemesFooterInputBorderColor: #3b3b3b;
    --ThemesFooterInputColor: #b1b1b1;
    --ThemesFooterLineColor: #3b3b3b;
    --ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

    --ThemesBodyColor: #FFFFFF;
    --ThemesNavFont: Poppins-SemiBold;
    --ThemesFooterNavFont: Poppins-Regular;
	--ThemesCheckoutButtonBgColor: #000000;
	--ThemesCheckoutButtonTextColor: #ffffff;

    --ProductsSalesBgStyleColor: #000000;
	--ProductsSalesTextColor: #fff;

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: Poppins-SemiBold;
	--PreBackgroundColor: #F1F1F1;
	--ThemesSearchPlaceholderTipsText: #666;
}

body{color:#222;font-family:"Poppins-Regular",Arial;}
body.index {background-color: var(--ThemesBodyColor);}
.themes_article_title{font-family:"Poppins-SemiBold";color:#232323;}
.themes_article_subtitle{font-family:"Poppins-Regular";color:#555555;}
.themes_products_sales{background-color: var(--ProductsSalesBgStyleColor); color:var(--ProductsSalesTextColor);}
.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_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); }

#banner_edit .banner_tab a{background-color:transparent;border:solid 2px #ffffff;}
#banner_edit .banner_tab a.on,#banner_edit .banner_tab a.on:hover{background-color: #ffffff;}
.ly_cate_item::before{background-color:#232323;}
.ly_cate_item .ly_cate_item_text .ly_cate_item_title{color:#ffffff;}
.ly_cate_item .ly_cate_item_text .ly_cate_item_title::after{background-color:#ffffff;}
.ly_srcoll_btn{border-color:#232323;background-color:#ffffff;}
@media screen and (min-width:1000px){
    .ly_srcoll_btn:hover{background-color:#232323;}
    .ly_srcoll_btn.ly_unclick_unhover,.ly_srcoll_btn.ly_unclick_unhover:hover{border-color:#c4c4c4;background-color:#ffffff;}
    .ly_arr_btn:hover{border-color:#232323;background:#232323;color:#fff;}
}
/* 产品详细购物车按钮 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 { padding-left: 15px; padding-right: 15px; max-width: 1170px; }
@media screen and (max-width: 1260px) {
    .container_screen{ max-width: 92%; }
}
@media screen and (max-width: 1000px) {
    .container_screen{ max-width: 100%; padding-left: 4vw; padding-right: 4vw; box-sizing: border-box; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}