@charset "UTF-8";
/*
Powered by ueeshop.com		http://www.ueeshop.com
广州联雅网络科技有限公司		020-83226791
*/
:root{
	--AddtoCartColor: {$AddtoCartColor};
	--BuyNowColor: {$BuyNowColor};
	--ThemesBoxTitleColor: {$ThemesBoxTitleColor};
	--ThemesBoxTitleFont: "{$ThemesBoxTitleFont}";
	--ThemesBoxSubTitleColor: {$ThemesBoxSubTitleColor};
	--ThemesBoxSubTitleFont: "{$ThemesBoxSubTitleFont}";
	--ThemesProductsTitleColor: {$ThemesProductsTitleColor};
	--ThemesProductsTitleFont: "{$ThemesProductsTitleFont}";
	--ThemesProductsPriceColor: {$ThemesProductsPriceColor};
	--ThemesProductsPriceFont: "{$ThemesProductsPriceFont}";
	--ThemesProductsDelPriceColor: {$ThemesProductsDelPriceColor};
	--ThemesProductsDelPriceFont: "{$ThemesProductsDelPriceFont}";
	--ThemesTextContentColor: {$ThemesTextContentColor};
	--ThemesTextContentFont: "{$ThemesTextContentFont}";
	--ThemesHeaderBgColor: {$ThemesHeaderBgColor};
	--ThemesHeaderTextColor: {$ThemesHeaderTextColor};
	--ThemesHeaderLineColor: {$ThemesHeaderLineColor};
	--ThemesHeaderIconColor: {$ThemesHeaderIconColor};
	--ThemesHeaderInputBorderColor: {$ThemesHeaderInputBorderColor};
	--ThemesHeaderTipsColor: {$ThemesHeaderTipsColor};
	--ThemesNavBgColor: {$ThemesNavBgColor};
	--ThemesNavTextColor: {$ThemesNavTextColor};
	--ThemesNavTextHoverColor: {$ThemesNavTextHoverColor};
	--ThemesNavLevel2TextColor: {$ThemesNavLevel2TextColor};
	--ThemesNavLevel2TextHoverColor: {$ThemesNavLevel2TextHoverColor};
	--ThemesNavLevel3TextColor: {$ThemesNavLevel3TextColor};
	--ThemesNavLevel3TextHoverColor: {$ThemesNavLevel3TextHoverColor};
	--ThemesNavLevel4TextColor: {$ThemesNavLevel4TextColor};
	--ThemesNavLevel4TextHoverColor: {$ThemesNavLevel4TextHoverColor};
	--ThemesFooterBgColor: {$ThemesFooterBgColor};
	--ThemesFooterTitleColor: {$ThemesFooterTitleColor};
	--ThemesFooterTextColor: {$ThemesFooterTextColor};
	--ThemesFooterIconColor: {$ThemesFooterIconColor};
	--ThemesFooterTextHoverColor: {$ThemesFooterTextHoverColor};
	--ThemesFooterLineColor: {$ThemesFooterLineColor};
	--ThemesReviewsStarColor: {$ThemesReviewsStarColor};
	--ThemesAttrOptionColor: {$ThemesAttrOptionColor};
	--ThemesProductSoldFontColor: {$ThemesProductSoldFontColor};

	--ThemesBodyColor: {$ThemesBodyColor};
	--ThemesNavFont: {$ThemesNavFont};
	--ThemesFooterNavFont: {$ThemesFooterNavFont};
	--ThemesCheckoutButtonBgColor: {$ThemesCheckoutButtonBgColor};
	--ThemesCheckoutButtonTextColor: {$ThemesCheckoutButtonTextColor};

	--ProductsSalesBgStyleColor: {$ProductsSalesBgStyleColor};
	--ProductsSalesTextColor: {$ProductsSalesTextColor};

	--ThemesAddToCartTextColor: {$ThemesAddToCartTextColor};
	--ThemesAddToCartTextHoverColor: {$ThemesAddToCartTextHoverColor};
	--ThemesAddToCartBgColor: {$ThemesAddToCartBgColor};
	--ThemesAddToCartBgHoverColor: {$ThemesAddToCartBgHoverColor};
	--ThemesAddToCartBorderColor: {$ThemesAddToCartBorderColor};
	--ThemesAddToCartBorderHoverColor: {$ThemesAddToCartBorderHoverColor};
	--ThemesBuyNowTextColor: {$ThemesBuyNowTextColor};
	--ThemesBuyNowBgColor: {$ThemesBuyNowBgColor};
	--ThemesButtonFont: {$ThemesButtonFont};
	--PreBackgroundColor: {$PreBackgroundColor};

	--ThemesSearchPlaceholderTipsText: {$ThemesSearchPlaceholderTipsText};
}
/*******4.0 global-themes start*******/
/* 旧 */
.themes_title{color: #000;}
.themes_subtitle,.themes_subtitle a{color: #bbb;}
.themes_price{color: #000;}
.themes_btn{border:1px solid transparent;color: #333;}
.themes_bor{border-color: #e5e5e5;border-style: solid}
.themes_bor_before:before{border-color: #e5e5e5;border-style: solid}
.themes_products_sales{ background-color: var(--ProductsSalesBgStyleColor); color: var(--ProductsSalesTextColor); }
/* 新 */
body.index {background-color: var(--ThemesBodyColor);}
body,html{font-family:'SourceSansPro-Regular',Arial;color: #333;}
.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(--ThemesProductsDelPriceFont);}
.themes_text_content{ color: var(--ThemesTextContentColor);font-family: var(--ThemesTextContentFont);}
.themes_article_subtitle{color: #666;}
.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);}
/* 产品详细购物车按钮 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);}
/*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)}
/* 产品详细购物车按钮 end */
/*===================Common Style============================*/
.fontWrap{ color: #333; font-family: "SourceSansPro-Regular","微软雅黑";}
.fontS{ font-family: "SourceSansPro-Semibold","微软雅黑";}
#banner_edit .banner_tab a{background: #d8d9d9;}
#banner_edit .banner_tab a.on{background: #f8f8f8;border:4px solid #3554fd;}
/*============================Header============================*/
/*============================Index============================*/
.ixPart1 .text .line{ background: #3554fd;}
.ixPart1 .text .t3{ color: #000; border: 1px solid #000;}

.container_screen{ max-width: 1200px; }
@media screen and (max-width: 1250px) {
	.container_screen{ max-width: 100%; }
}
@media screen and (min-width: 1001px) and (max-width: 1249px) {
	.container_screen{ max-width: 92% }
}
@media screen and (max-width: 1000px) {
	.container_screen{ padding-left: 15px; padding-right: 15px; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}