﻿:root{
	--ThemesBoxTitleColor: #000;
	--ThemesBoxTitleFont: "Opensans-Regular";
	--ThemesBoxSubTitleColor: #555;
	--ThemesBoxSubTitleFont: "Opensans-Regular";
	--ThemesProductsTitleColor: #222;
	--ThemesProductsTitleFont: "Opensans-Regular";
	--ThemesProductsPriceColor: #222;
	--ThemesProductsPriceFont: "Opensans-Regular";
	--ThemesProductsDelPriceColor: #999;
	--ThemesProductsDelPriceFont: "Opensans-Regular";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Opensans-Regular";
	--ThemesHeaderBgColor: #ffffff;
	--ThemesHeaderTextColor: #222222;
	--ThemesHeaderIconColor: #000000;
	--ThemesNavTextColor: #2b2b2b;
	--ThemesNavTextHoverColor: #8d8788;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor: #000000;
	--ThemesFooterTitleColor: #ffffff;
	--ThemesFooterTextColor: #666666;
	--ThemesFooterTextHoverColor: #808080;
	--ThemesFooterLineColor: #2b2b2b;
	--ThemesFooterIconColor: #ffffff;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

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

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: GothamBook-Regular;
	--PreBackgroundColor: #F1F1F1;
}
body,html{font-family:'GothamBook-Regular',Arial;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);}
#header{background-color:var(--ThemesHeaderBgColor) ;}
.icon-star1.star_1:before,.review_star .half_star:after{ color: var(--ThemesReviewsStarColor);  }
.review_star .half_star:after{ color: var(--ThemesReviewsStarColor); }
.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);}
.ly_productbox .ly_box .ly_p_item:first-child { background: rgba(255,255,255,0.8); }
.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_publicbox .ly_pt_info .ly_info .ly_baseline { background: #909090; }
.ly_public_title a { color: #555;}
.ly_public_title a::after{background-color:#555;}
.ly_bannerbox .ly_text { background: rgba(255,255,255,0.8); }
.ly_bannerbox .ly_text .ly_a .ly_textbox .ly_texttitle { color: #000; font-family: 'CrimsonText-Roman'; }
.ly_bannerbox .ly_text .ly_a .ly_textbox .ly_textbrief { color: #000; font-family: 'GothamBook-Regular'; }
.ly_bannerbox .ly_text .ly_a .ly_textbox .ly_now { border: 1px solid #000; color: #000; font-family: 'GothamBook-Regular'; }
.ly_productbox .ly_probtn { background: rgba(255,255,255,0.8); }
.ly_category .ly_c_item .ly_shopinfo .ly_shoptitle a { color: #000; }
.ly_category .ly_c_item .ly_shopinfo .ly_shopnow { color: #555;}
.ly_category .ly_c_item .ly_shopinfo .ly_shopnow::before{background-color: #111111;}
/* 产品详细购物车按钮 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.3%; }
@media screen and (max-width: 1000px) {
	.container_screen{ max-width: 94%; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}