:root{
	--AddtoCartColor: #FFFFFF;
	--BuyNowColor: #1C5AA4;
	--ThemesBoxTitleColor: #282d35;
	--ThemesBoxTitleFont: "Poppins-Regular";
	--ThemesBoxSubTitleColor: #282d35;
	--ThemesBoxSubTitleFont: "Poppins-Regular";
	--ThemesProductsTitleColor: #000;
	--ThemesProductsTitleFont: "Poppins-Light";
	--ThemesProductsPriceColor: #333;
	--ThemesProductsPriceFont: "Poppins-Regular";
	--ThemesProductsDelPriceColor: #999;
	--ThemesProductsDelPriceFont: "Poppins-Regular";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Poppins-Light";
	--ThemesHeaderBgColor: #ffffff;
	--ThemesHeaderTextColor: #000000;
	--ThemesHeaderIconColor: #000000;
	--ThemesHeaderTipsColor :#ffba00;
	--ThemesNavTextColor: #282d35;
	--ThemesNavTextHoverColor: #0058a3;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor: #484848;
	--ThemesFooterTitleColor: #ffffff;
	--ThemesFooterTextColor: #ffffff;
	--ThemesFooterTextHoverColor: #9f9e9e;
	--ThemesFooterIconColor: #000000;
	--ThemesBoardBgColor:#58595b;		
	--ThemesBoardColor:#ffffff;					
	--ThemesHeaderIconUserColor	:#333333;	
	--ThemesHeaderIconCartColor:#0057a1;		
	--ThemesHeaderIconSearchColor:#333230;	
	--ThemesHeaderInputBorderColor:#c2c6ca;	
	--ThemesCopyrightBgColor:#ffffff;		
	--ThemesCopyrightColor:#888888;	
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

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

	--ProductsSalesBgStyleColor: #ffba00;
	--ProductsSalesTextColor: #fff;

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: Arial;
	--PreBackgroundColor: #F1F1F1;
	--ThemesSearchPlaceholderTipsText: #888;
}
body.index {background-color: var(--ThemesBodyColor);}
.themes_box_title { font-family: var(--ThemesBoxTitleFont); color: var(--ThemesBoxTitleColor); }
.themes_box_subtitle{color: var(--ThemesBoxSubTitleColor);font-family: var(--ThemesBoxSubTitleFont);}
.themes_products_title { font-family: var(--ThemesProductsTitleFont); color:var(--ThemesProductsTitleColor); }
.themes_products_price { font-family: var(--ThemesProductsPriceFont); color: var(--ThemesProductsPriceColor); }
.themes_products_origin_price { font-family: var(--ThemesProductsDelPriceFont); color:var(--ThemesProductsDelPriceColor); }
.themes_article_title { font-family: "Arial"; color:#333333; }
.themes_text_content{ color: var(--ThemesTextContentColor); font-family:var(--ThemesTextContentFont); }
.themes_products_sales{background-color: var(--ProductsSalesBgStyleColor); color:var(--ProductsSalesTextColor);}
.icon-star1.star_1:before,.review_star .half_star:after{ color: var(--ThemesReviewsStarColor);  }
.review_star .half_star:after{ color: var(--ThemesReviewsStarColor); }

body{font-family: "Arial";}
.ly_slider .slider_container .slider_pagination .slider_pagination_dot{background-color: rgba(0,0,0,.3);}
.ly_slider .slider_container .slider_pagination .slider_pagination_dot.active{background-color: #fb3f89;}
.section_title .section_title_sub {color:#888888;font-family: "Opensans-Regular";}
.wrap_section_ad a::after{background-color: #fff;}
.wrap_section_ad:hover a::after{background-color: #254961;}
.wrap_section_about .about_box_mask{background-color: #fff;}
.wrap_section_about .about_box_mask:hover{background-color: #254961;}
.blog_list .blog_item .blog_img::after{background-color: #fff;}
.product_item .product_img::after{background-color: #fff;}
.product_item:hover .product_img::after{background-color: #254961;}
.default_products_detail #addtocart_button{background-color:transparent;border-color:var(--AddtoCartColor);color:#6c757d;}
.default_products_detail #addtocart_button:hover{background-color:var(--BuyNowColor);color:#fff;border-color:transparent;}
.default_products_detail #buynow_button{background-color:var(--BuyNowColor);border-color:var(--BuyNowColor);color:#fff;}
.default_products_detail #buynow_button:hover{background-color:var(--BuyNowColor);border-color:var(--BuyNowColor);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{ max-width: 1580px; padding-left: 15px; padding-right: 15px; }

.themes_box_button{font-family: var(--ThemesButtonFont);}