@charset "UTF-8";

/*
Powered by ueeshop.com		http://www.ueeshop.com
广州联雅网络科技有限公司		020-83226791
*/
:root{
	--ThemesBoxTitleColor: {$ThemesBoxTitleColor};
	--ThemesBoxTitleFont: "{$ThemesBoxTitleFont}";
	--ThemesBoxSubTitleColor: {$ThemesBoxSubTitleColor};
	--ThemesBoxSubTitleFont: "{$ThemesBoxSubTitleFont}";
	--ThemesProductsTitleColor: {$ThemesProductsTitleColor};
	--ThemesProductsTitleFont: "{$ThemesProductsTitleFont}";
	--ThemesProductsPriceColor: {$ThemesProductsPriceColor};
	--ThemesProductsPriceFont: "{$ThemesProductsPriceFont}";
	--ThemesProductsDelPriceColor: {$ThemesProductsDelPriceColor};
	--ThemesProductsDelPriceFont: "{$ThemesProductsDelPriceFont}";
	--ThemesTextContentColor: {$ThemesTextContentColor};
	--ThemesTextContentFont: "{$ThemesTextContentFont}";
    --AddtoCartColor: {$AddtoCartColor};
	--BuyNowColor: {$BuyNowColor};
	--ThemesHeaderBgColor: {$ThemesHeaderBgColor};
	--ThemesHeaderTextColor: {$ThemesHeaderTextColor};
	--ThemesHeaderIconColor: {$ThemesHeaderIconColor};
	--ThemesBoardColor: {$ThemesBoardColor};
	--ThemesBoardBgColor: {$ThemesBoardBgColor};
	--ThemesHeaderTipsColor: {$ThemesHeaderTipsColor};
	--ThemesNavTextColor: {$ThemesNavTextColor};
	--ThemesNavTextHoverColor: {$ThemesNavTextHoverColor};
	--ThemesNavLevel2TextColor: {$ThemesNavLevel2TextColor};
	--ThemesNavLevel2TextHoverColor: {$ThemesNavLevel2TextHoverColor};
	--ThemesNavLevel3TextColor: {$ThemesNavLevel3TextColor};
	--ThemesNavLevel3TextHoverColor: {$ThemesNavLevel3TextHoverColor};
	--ThemesNavLevel4TextColor: {$ThemesNavLevel4TextColor};
	--ThemesNavLevel4TextHoverColor: {$ThemesNavLevel4TextHoverColor};
	--ThemesFooterBgColor: {$ThemesFooterBgColor};
	--ThemesFooterTextColor: {$ThemesFooterTextColor};
	--ThemesFooterTextHoverColor: {$ThemesFooterTextHoverColor};
	--ThemesFooterTitleColor: {$ThemesFooterTitleColor};
	--ThemesFooterLineColor: {$ThemesFooterLineColor};
	--ThemesFooterIconColor: {$ThemesFooterIconColor};
	--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};
}
/*******4.0 global-themes start*******/
/*font -color -family*/
body.index {background-color: var(--ThemesBodyColor);}
body,html{font-family:'Opensans-Regular',Arial;color:#333;}
/*全局*/
.themes_title{color:#121f38;font-family:"Opensans-Light";}
/*标题*/
.themes_subtitle,.themes_subtitle a{color:#c38c71;font-family:"Opensans-Regular";}
/*副标题*/
.themes_price{color:#cd8b6a;font-family:"Opensans-Regular";}
/*价格*/
/*button -border -font*/
.themes_btn{border:1px solid transparent;color:#333;}
/*border -color -style*/
.themes_bor{border-color:#e5e5e5;border-style:solid}
.themes_bor_before:before{border-color:#e5e5e5;border-style:solid}
/*bg*/
.themes_sales,
.themes_products_sales{background: var(--ProductsSalesBgStyleColor); color: var(--ProductsSalesTextColor);font-family:"Opensans-Regular";}
/*******4.0 global-themes end*******/
.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:"Opensans-Regular";}
.themes_article_subtitle{font-family:"Opensans-Regular";color: #666;}
.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)}
/* 头部 */
#header .pc_wrap{background:var(--ThemesHeaderBgColor);}
#top_header{background:var(--ThemesBoardBgColor);}
#top_header .g_text{color:var(--ThemesBoardColor);font-family:"Opensans-Regular";}
.default_language_style:after{background:var(--ThemesHeaderLineColor);}
.default_language_style dt,.default_currency_style dl dt strong{color:var(--ThemesHeaderTextColor);}
.default_language_currency_style dt{color:var(--ThemesHeaderTextColor);}
#header .default_shopping_cart_style .cart_count{color:var(--ThemesHeaderBgColor);font-family:"arial";background-color:var(--ThemesHeaderTipsColor);}
#header .head_nav_bg{background:var(--ThemesHeaderBgColor);}
#header .default_nav_style li>a{color:var(--ThemesNavTextColor);}
#header .default_nav_style li.active>a:after{background:var(--ThemesNavTextHoverColor);}
#header .default_nav_style li:hover>a:after{background:var(--ThemesNavTextHoverColor);}
#header .default_nav_style li.active>a{color:var(--ThemesNavTextHoverColor);}
#header .default_nav_style li:hover>a{color:var(--ThemesNavTextHoverColor);}
.icon-search1, 
.icon-member2, 
.icon-shoppingcart1,
.icon-mb_menu1{color:var(--ThemesHeaderIconColor);}
/* 手机端顶部栏 */
@media screen and (max-width:1000px){
	#header{background: var(--ThemesHeaderBgColor);}
	#header .mobile_header_bg{background:var(--ThemesHeaderBgColor);}
	#header .header_menu_mb{-webkit-tap-highlight-color:rgba(0,0,0,0);}
	#header .header_menu_mb span{background:#000000;}
	#header .mobile_shopcar_area .shopcar_num_m{color:var(--ThemesHeaderBgColor);background:var(--ThemesHeaderTipsColor);font-family:"arial"}
}
/* banner轮播 */
.wrap_slider .slider_container .slider_pagination .slider_pagination_dot{background-color:rgba(0,0,0,.4);}
.wrap_slider .slider_container .slider_pagination .slider_pagination_dot.active{background-color:#7dd1ca;}
/* 内容开始 */
.instagram_list .instagram_item:after{background-color: rgba(0,0,0,0.8);}


.global_swap_chain{background:#f3f7f8;color:#717171;text-align:center;}
.global_swap_chain a{color:#717171;}
.container_screen{ max-width: 1456px; padding-left: 15px; padding-right: 15px; }
.themes_box_button{font-family: var(--ThemesButtonFont);}