
:root{
	--AddtoCartColor: #FFFFFF;
	--BuyNowColor: #111111;
	--ThemesBoxTitleColor: #222222;
	--ThemesBoxTitleFont: "Opensans-Regular";
	--ThemesBoxSubTitleColor: #666666;
	--ThemesBoxSubTitleFont: "Opensans-Regular";
	--ThemesProductsTitleColor: #666666;
	--ThemesProductsTitleFont: "Opensans-Regular";
	--ThemesProductsPriceColor: #222;
	--ThemesProductsPriceFont: "Opensans-Regular";
	--ThemesProductsDelPriceColor: #999;
	--ThemesProductsDelPriceFont: "Opensans-Regular";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Opensans-Regular";
	--ThemesHeaderBgColor: #ffffff;
	--ThemesHeaderTextColor: #222222;
	--ThemesHeaderLineColor: {$ThemesHeaderLineColor};
	--ThemesHeaderIconColor: #48372b;
	--ThemesHeaderIconBgColor: {$ThemesHeaderIconBgColor};
    --ThemesHeaderTipsColor :{$ThemesHeaderTipsColor};
    --ThemesHeaderInputBorderColor:#e5e4e4;
    --ThemesHeaderInputBorderBgColor:#e5e4e4;
	--ThemesNavBgColor: {$ThemesNavBgColor};
	--ThemesNavTextColor: #222222;
	--ThemesNavTextHoverColor: #7ba84a;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor: #ffffff;
	--ThemesFooterTitleColor: #222222;
	--ThemesFooterTextColor: #666666;
	--ThemesFooterTextHoverColor: #7ba84a;
	--ThemesFooterLineColor: #dcdcdc;
	--ThemesFooterIconColor: #222222;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

	--ThemesBodyColor: #ffffff;
    --ThemesNavFont: Opensans-Regular;
    --ThemesFooterNavFont: Opensans-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: Opensans-Regular;
	--PreBackgroundColor: #F1F1F1;
	--ThemesSearchPlaceholderTipsText: #333;
}
body,html{font-family:'Opensans-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{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(--ThemesProductsPriceFont);}
.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);}
.products_detail_box .prod_info_form li.attr_show .btn_attr.selected{box-shadow: 0 0 0 1px var(--ThemesAttrOptionColor);}
.products_detail_box .prod_info_form li.attr_show .btn_attr:hover, .products_detail_box .prod_info_form li.attr_show .btn_attr.selected{box-shadow: 0 0 0 2px var(--ThemesAttrOptionColor);}
.default_search_style .iconfont,.default_account_style .iconfont,.default_shopping_cart_style .iconfont{color: var(--ThemesHeaderIconColor);}
.ly_notice{background-color:#8b9282;}
.ly_notice,.ly_notice a{color:#fff;}
.index_category .category_all a:after{background:#222;}
.index_category .category_all:hover a:after{background:#7ba84a;}
.index_category .cate_list .item .info{background:#fff;}
.index_category .cate_list .item .info .title{color:#222222;}
.index_fav .pro_list .img .product_discount_tags{background:#333333;color:#fff;}
.index_fav .pro_list .img .pro_menu>a,.index_products .pro_list .img .pro_menu>a{background-color:#fff;}
.index_fav .pro_list .img .pro_menu>a:hover,.index_products .pro_list .img .pro_menu>a:hover{background-color:#7ba84a;}
@media screen and (min-width:1000px){
	.index_category .category_all:hover a{color:#7ba84a;}
	.index_ad .info .shop_now:hover,#footer .default_foot_menu .menu_list dl dd a:hover{color:var(--ThemesFooterTextHoverColor);}
	.index_ad .info .shop_now:hover:after{background:#7ba84a;}
	.index_category .cate_list .item:hover .info .title{color:#7ba84a;}
	.ly_pro2_btn a:hover{color:#7ba84a;}
	.ly_pro2_btn a:hover::before{background-color:#7ba84a;}
	.ly_pro_btn a:hover{background-color: #5f8b2f;}
	.ly_pro_btn a:hover{color: #81A749;background-color: transparent;}
}
/* 产品详细购物车按钮 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: 1420px; }
@media screen and (max-width: 1460px) {
	.container_screen{ max-width: 1200px; }
}
@media screen and (max-width: 1240px) {
	.container_screen{ max-width: 1000px; }
}
@media screen and (max-width: 1020px) {
	.container_screen{ max-width: 750px; }
}
@media screen and (max-width: 750px) {
	.container_screen{ max-width: 92%; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}