:root{
	--AddtoCartColor: #FFFFFF;
	--BuyNowColor: #000000;
	--ThemesBoxTitleColor: #222;
	--ThemesBoxTitleFont: "OpenSans-Bold";
	--ThemesBoxSubTitleColor: #888;
	--ThemesBoxSubTitleFont: "Opensans-Regular";
	--ThemesProductsTitleColor: #222;
	--ThemesProductsTitleFont: "OpenSans-Bold";
	--ThemesProductsPriceColor: #000;
	--ThemesProductsPriceFont: "OpenSans-Bold";
	--ThemesProductsDelPriceColor: #555;
	--ThemesProductsDelPriceFont: "Opensans-Regular";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "OpenSans-Bold";
	--ThemesHeaderBgColor: #ffffff;
	--ThemesHeaderTextColor: #333333;
	--ThemesHeaderInputBorderColor: #d8d8d8;
	--ThemesHeaderIconColor: #000000;
	--ThemesHeaderTipsColor :#ffba08;
	--ThemesNavBgColor: {$ThemesNavBgColor};
	--ThemesNavTextColor: #090003;
	--ThemesNavTextHoverColor: #ff0000;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor: #FFFFFF;
	--ThemesFooterTitleColor: #222222;
	--ThemesFooterTextColor: #000000;
	--ThemesFooterTextHoverColor: #FF0000;
	--ThemesFooterIconColor: #000000;
	--ThemesBoardColor:#20373a;
	--ThemesBoardBgColor:#f3f3f3;
	--ThemesFooterButtonBgColor:#FFFFFF;
	--ThemesFooterButtonColor :#FFFFFF;
	--ThemesFooterInputColor:#333333;
	--ThemesFooterInputBgColor:#FDFDFD;
	--ThemesFooterInputBorderColor:#e0e0e0;
	--ThemesReviewsStarColor: #F50505;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

	--ThemesBodyColor: #ffffff;
    --ThemesNavFont: OpenSans-Bold;
    --ThemesFooterNavFont: Opensans-Regular;
	--ThemesCheckoutButtonBgColor: #000000;
	--ThemesCheckoutButtonTextColor: #ffffff;
	
	--ProductsSalesBgStyleColor: #e3483d;
	--ProductsSalesTextColor: #fff;

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: OpenSans-Bold;
	--PreBackgroundColor: #F1F1F1;
	--ThemesSearchPlaceholderTipsText: #333;
}
body.index {background-color: var(--ThemesBodyColor);}
.themes_box_title { font-family: var(--ThemesBoxTitleFont); color: var(--ThemesBoxTitleColor); }
.themes_box_subtitle { font-family: var(--ThemesBoxSubTitleFont); color: var(--ThemesBoxSubTitleColor); }
.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_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: "OpenSans-Bold",Arial;color: #333; }
/* 内容开始 */
.ly_ad_banner .ad_banner_wrap .ad_banner_item .banner_text_intro {color:#ffffff;font-family: "OpenSans-Bold";}
.ly_ad_banner .ad_banner_wrap .ad_banner_item .banner_text_num {color:#ffffff;font-family: "OpenSans-Bold";} 
.category_list .category_item .category_name{border-bottom: 1px solid transparent;}
.wrap_section_gallery{background:#f7f7f7;}
.gallery_list .gallery_item:hover .hover_btn { background-color: rgba(0,0,0,.5); }
@media (min-width: 768px) and (max-width: 1000px) {
	.recipe_list .recipe_item .recipe_info_btn{background: #e3483d;color:#fff;}
}
@media screen and (max-width: 768px){
	.recipe_list .recipe_item .recipe_info_btn{background: #e3483d;color:#fff;}
}
/* hover start */
@media screen and (min-width:1024px){
	.category_list .category_item a:hover .category_name{color: #e3483d;border-bottom:solid 1px#e3483d ;}
	.category_list .category_item:hover .category_name {border-color:#000000;}
	.product_list .product_item .quickly_shop a:hover{background: #e3483d;color:#fff;}

} 
/* hover end */
.default_products_detail #addtocart_button{background-color:var(--AddtoCartColor);border-color:var(--BuyNowColor);color:#000;}
.default_products_detail #addtocart_button:hover{background-color:var(--BuyNowColor);color:#fff;}
.default_products_detail #buynow_button{background-color:var(--BuyNowColor);color:#fff;border-color:var(--BuyNowColor);}
.default_products_detail #buynow_button:hover{background-color:var(--AddtoCartColor);border-color:var(--AddtoCartColor);color:#000;}
/* 产品详细购物车按钮 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: 1556px; padding-left: 15px; padding-right: 15px; }

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