@charset "UTF-8";

/*
 * Powered by ueeshop.com		http://www.ueeshop.com
 * 广州联雅网络科技有限公司		020-83226791
 */

:root{
	--AddtoCartColor: #000;
	--BuyNowColor: #FFC000;
	--MainColor: #222;
	--ThemesBoxTitleColor: #111;
	--ThemesBoxTitleFont: "Colors-Of-Autumn";
	--ThemesBoxSubTitleColor: #222;
	--ThemesBoxSubTitleFont: "Oswald-Regular";
	--ThemesProductsTitleColor: #333;
	--ThemesProductsTitleFont: Oswald-Regular;
	--ThemesProductsPriceColor: #333;
	--ThemesProductsPriceFont: "Oswald-Bold";
	--ThemesProductsDelPriceColor: #bbb;
	--ThemesProductsDelPriceFont: "Oswald-Bold";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Opensans-Regular";

	--ThemesHeaderTextColor: #fff;
	--ThemesHeaderTipsColor: #b00;
	--ThemesHeaderIconColor: #fff;
	--ThemesHeaderInputBorderColor: #999;
	--ThemesNavBgColor: #191919;
	--ThemesNavTextColor: #fff;
	--ThemesNavTextHoverColor: #b00;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterButtonColor: #000;
	--ThemesFooterTitleColor: #fff;
	--ThemesFooterTextColor: #aaa;
	--ThemesFooterTextHoverColor: #b00;
	--ThemesFooterInputColor: #666;
	--ThemesFooterInputBgColor: #fff;
	--ThemesFooterLineColor: #333;
	--ThemesFooterIconColor: #fff;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

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

	--ProductsSalesBgStyleColor: #ffffff00;
	--ProductsSalesTextColor: #b00;

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: oswaldBold;
	--PreBackgroundColor: #F1F1F1;

	--ThemesSearchPlaceholderTipsText: #999;
}
body.index {background-color: var(--ThemesBodyColor);}
.header .default_shopping_cart .iconfont ,
.default_account_style .iconfont ,
.default_search_style .iconfont {color: var(--ThemesHeaderIconColor);}
@media screen and (max-width:1000px) {
	.header .header_menu_mb .iconfont {color: var(--ThemesHeaderIconColor);}
	.header .default_shopping_cart .iconfont,
	.mobile_search_area .iconfont {color: var(--ThemesHeaderIconColor);}
}
/*******4.0 global-themes start*******/
/* 旧 */
.themes_title{color:#222;}
.themes_subtitle,
.themes_subtitle a{color:#999;}
.themes_price{color:#222;}
.themes_btn{border:1px transparent solid; color:#333;}
.themes_bor{border-color:#e5e5e5; border-style:solid;}
.themes_bor_before:before{border-color:#e5e5e5; border-style:solid;}
.themes_sales,
.themes_products_sales{ background-color: var(--ProductsSalesBgStyleColor); color:var(--ProductsSalesTextColor); }
/* 新 */
body,html{font-family:'OpenSans', Arial; color:#333;}/*全局*/
.themes_dropdown{border: 0; border-radius: 2px;}
.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_title{font-family: "osWaldBold";}
.themes_article_subtitle{font-family: "Oswald-Regular";}
.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);}
/*******4.0 global-themes end*******/
/* 产品详细购物车按钮 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)}
.PriceColor, a.PriceColor{color:#c00;}
.OpenSans{font-family:'OpenSans';}
.bxweb{font-family:"bxweb"!important;}
.icon, [class^="icon-"], [class*=" icon-"]{font-family:'ZenIcon';}
input::-webkit-input-placeholder{font-family:"workSans";}
input::-moz-placeholder{font-family:"workSans";}
input:-ms-input-placeholder{font-family:"workSans";}
#hotActivity{background-color:#fff;}
#hotActivity .hot_row span{font-family:"oswaldBold"; color:#000;}
#hotActivity .hot_row span.font_red{color:#b00;}
#hotActivity .hot_row a{color:#000; font-family:"workSans"; border-bottom:1px solid #777;}
.global_swap_chain{background-color:#000; color:#666;}
.global_swap_chain a{color:#666;}
.sidebar{border:1px #e6e6e6 solid;}
.sidebar .b_title{border-bottom:1px #ccc dashed;}
.side_category{border:1px #d5d5d5 solid; background:#fff;}
.side_category .current{ color:#f60;}
.side_category .cate_title{background:#e6e6e6;}
.side_category .cate_menu dd.first>a{border-bottom:1px #d5d5d5 dotted; background-position:3px 13px;}
.side_category .cate_menu dl{border-bottom:1px #dadada solid;}
.popular_search{border:1px #d5d5d5 solid; background:#fff;}
.popular_search .title{background:#e8e8ea;}
#what_hot .pro_item:hover{background:#f7f7f7;}
#what_hot .pro_item>dt{border:1px solid #f2f2f2;}
#what_hot .pro_item a{color:#666;}
#special_offer .pro_item{border-bottom:1px #ddd solid;}
#special_offer .pro_item:hover{background:#f7f7f7;}
#special_offer .pro_item dt>.icon_discount{color:#fff;}
#special_offer .pro_item a{color:#666;}
#special_offer .pro_item del{color:#666;}
#special_offer .pro_item del .currency_data, #special_offer .pro_item del .price_data{color:#666;}

.media_list .media_item .shop_now{background-color:#fff;color:#333;}
@media screen and (min-width:1000px){
	.media_list .media_item .shop_now:hover{background-color:#b00; color:#fff;}
}
.container_screen{ max-width: 1440px; padding-left: 15px; padding-right: 15px; }
.themes_box_button{font-family: var(--ThemesButtonFont);}
