@charset "UTF-8";
/*
Powered by ueeshop.com		http://www.ueeshop.com
广州联雅网络科技有限公司		020-83226791
*/
:root{
	--ThemesBoxTitleColor: #FFFFFF;
	--ThemesBoxTitleFont: "WorkSans-Bold";
	--ThemesBoxSubTitleColor: #FFFFFF;
	--ThemesBoxSubTitleFont: "AstaSans-Light";
	--ThemesProductsTitleColor: #000000;
	--ThemesProductsTitleFont: "Opensans-Regular";
	--ThemesProductsPriceColor: #000000;
	--ThemesProductsPriceFont: "Opensans-Regular";
	--ThemesProductsDelPriceColor: #000000;
	--ThemesProductsDelPriceFont: "Opensans-Regular";
	--ThemesTextContentColor: #000000;
	--ThemesTextContentFont: "AstaSans-Light";
	--ThemesHeaderBgColor: #000000;
	--ThemesHeaderTextColor: #FFFFFF;
	--ThemesHeaderIconColor: #FFFEFE;
	--ThemesHeaderTipsColor :#32FC38;
	--ThemesNavTextColor: #FFFFFF;
	--ThemesNavTextHoverColor: #32FC38;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #32FC38;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #32FC38;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #32FC38;
	--ThemesFooterBgColor: #000000;
	--ThemesFooterTitleColor: #32FC38;
	--ThemesFooterTextColor: #FFFFFF;
	--ThemesFooterTextHoverColor: #32FC38;
	--ThemesFooterLineColor: #000000;
	--ThemesFooterIconColor: #FFFFFF;
	--ThemesReviewsStarColor: #000000;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #000000;

	--ThemesBodyColor: #FFFFFF;
	--ThemesNavFont: AstaSans-Light;
	--ThemesFooterNavFont: AstaSans-Light;
	--ThemesCheckoutButtonBgColor: #000000;
	--ThemesCheckoutButtonTextColor: #FFFFFF;

	--ProductsSalesBgStyleColor: #32FC38;
	--ProductsSalesTextColor: #000000;

	--ThemesAddToCartTextColor: #FFFFFF;
	--ThemesAddToCartTextHoverColor: #32FC38;
	--ThemesAddToCartBgColor: #000000;
	--ThemesAddToCartBgHoverColor: #000000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000000;
	--ThemesButtonFont: AstaSans-Light;
	--PreBackgroundColor: #FFFFFF;
}
body.index {background-color: var(--ThemesBodyColor);}
body,html{font-family:'Opensans-Regular',Arial;color: #333;}/*全局*/
.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_products_sales{background-color: var(--ProductsSalesBgStyleColor); color:var(--ProductsSalesTextColor);}
.themes_text_content{ color: var(--ThemesTextContentColor);font-family: var(--ThemesTextContentFont);}
#header .pc_wrap.ly_pages{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); }

/* 产品详细购物车按钮 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)}
/* banner轮播 */
.wrap_slider .slider_container .slider_pagination .slider_pagination_dot{background-color: transparent;border-bottom: 1px solid #ffffff;color:#ffffff;font-family: "Twcenmt";}
/* 内容开始 */
.wrap_section_title .wrap_title_sub{color:#555555;text-decoration: #000;-webkit-text-decoration: #000;-webkit-text-decoration-color:#000;text-decoration-color:#000;}

.read_more_btn {color:#333333;font-family: "FuturaMdBT-Medium";background: #ffffff;}
.category_pagination .category_pagination_dot {background: #987969;}
.product_list {border: solid 1px #dbdbdb;}
.product_list .product_item .product_info_btns .product_btn_item{background-color: #fff;-webkit-box-shadow: 0px 1px 8px rgba(0,0,0,.1);box-shadow: 0px 1px 8px rgba(0,0,0,.1);}
.product_list .product_item .product_info_btns .product_btn_item:hover,.product_list .product_item .product_info_btns .product_btn_item.is_in{background-color: #000;}
.product_list .product_item .product_img_box a span{background-color: #000000;color: #ffffff;}
.wrap_product_item_poster .shop_now_btn {border:1.8px solid #555555;color:#333333;}
/* 内容结束 */
.contact_area .contact_title {color:#ffffff;font-family: "FuturaMdBT-Medium";}
.contact_list .contact_item a{color:#b4b4b4;font-family: "Opensans-Regular";}

.container_screen{ max-width: 1680px; padding-left: 15px; padding-right: 15px; }
.themes_box_button{font-family: var(--ThemesButtonFont);}