@charset "UTF-8";

/*
Powered by ueeshop.com		http://www.ueeshop.com
广州联雅网络科技有限公司		020-83226791
*/
:root{
	--ThemesBoxTitleColor: #121f38;
	--ThemesBoxTitleFont: "Opensans-Light";
	--ThemesBoxSubTitleColor: #c38c71;
	--ThemesBoxSubTitleFont: "Jost-Book";
	--ThemesProductsTitleColor: #000000;
	--ThemesProductsTitleFont: "OpenSans-Semibold";
	--ThemesProductsPriceColor: #cd8b6a;
	--ThemesProductsPriceFont: "Jost-Book";
	--ThemesProductsDelPriceColor: #8e8e8e;
	--ThemesProductsDelPriceFont: "Jost-Book";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Opensans-Regular";
    --AddtoCartColor: #AF0D64;
	--BuyNowColor: #EA215C;
	--ThemesHeaderBgColor: #ffffff;
	--ThemesHeaderTextColor: #333333;
	--ThemesHeaderIconColor: #4B515B;
	--ThemesBoardColor: #14E348;
	--ThemesBoardBgColor: #F34707;
	--ThemesHeaderTipsColor: #ffae90;
	--ThemesNavTextColor: #595f6a;
	--ThemesNavTextHoverColor: #c38c71;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor: #000C0DEB;
	--ThemesFooterTextColor: #F7F8FF;
	--ThemesFooterTextHoverColor: #c38c71;
	--ThemesFooterTitleColor: #E6E9EE;
	--ThemesFooterLineColor: #e4e4e4;
	--ThemesFooterIconColor: #848692;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

	--ThemesBodyColor: #ffffff;
	--ThemesNavFont: Jost-Book;
	--ThemesFooterNavFont: Jost-Book;
	--ThemesCheckoutButtonBgColor: #000000;
	--ThemesCheckoutButtonTextColor: #ffffff;

	--ProductsSalesBgStyleColor: #a2cbd5;
	--ProductsSalesTextColor: #fff;

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #00000000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: Georgia-Italic;
	--PreBackgroundColor: #F1F1F1;
}
/*******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:"Georgia-Italic";}
/*副标题*/
.themes_price{color:#cd8b6a;font-family:"Georgia-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);}