@charset "UTF-8";

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

:root{
	--ThemesBoxTitleColor: #333;
	--ThemesBoxTitleFont: "PlayfairDisplay-Regular";
	--ThemesBoxSubTitleColor: #7c7c7c;
	--ThemesBoxSubTitleFont: "Opensans-Light";
	--ThemesProductsTitleColor: #333333;
	--ThemesProductsTitleFont: "Opensans-Regular";
	--ThemesProductsPriceColor: #333333;
	--ThemesProductsPriceFont: "Opensans-Light";
	--ThemesProductsDelPriceColor: #9d9d9d;
	--ThemesProductsDelPriceFont: "Opensans-Light";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Opensans-Regular";
	--ThemesHeaderBgColor: #ffffff;
	--ThemesHeaderTextColor: #888888;
	--ThemesHeaderIconColor: #626262;
	--ThemesHeaderTipsColor: #875c54;
	--ThemesNavTextColor: #636363;
	--ThemesNavTextHoverColor: #9e7a73;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor: #ffffff;
	--ThemesFooterTextColor: #7c7c7c;
	--ThemesFooterTextHoverColor: #9e7a73;
	--ThemesFooterButtonBgColor: #333333;
	--ThemesFooterButtonColor: #ffffff;
	--ThemesFooterTitleColor: #333333;
	--ThemesFooterIconColor: #000000;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

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

	--ProductsSalesBgStyleColor: #c8c8c8;
	--ProductsSalesTextColor: #fff;

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: Opensans-Light;
	--PreBackgroundColor: #F1F1F1;
}
/*******4.0 global-themes start*******/
body.index {background-color: var(--ThemesBodyColor);}
body,html{font-family:'Opensans-Regular',Arial;color: #333;}/*全局*/
.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_sales{background: #c8c8c8;font-family: "Opensans-Regular";color:#ffffff;}
.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);}
.icon-star1.star_1:before,.review_star .half_star:after{ color: var(--ThemesReviewsStarColor);  }
.review_star .half_star:after{ color: var(--ThemesReviewsStarColor); }

/* 头部 */
#header .pc_wrap{background-color: var(--ThemesHeaderBgColor);}
#header .short_line {background: #bababa;}
#header .default_currency_style #default_currency_current {color:var(--ThemesHeaderTextColor);}
#header .default_currency_style,
#header .default_language_style{color:var(--ThemesHeaderTextColor);font-family: "Opensans-Regular";}
.default_language_currency_style dt{color:var(--ThemesHeaderTextColor);}
#header .default_nav_style li>a{color:var(--ThemesNavTextColor);}
#header .default_nav_style li.active>a{color:var(--ThemesNavTextHoverColor);}
#header .default_nav_style li:hover>a{color:var(--ThemesNavTextHoverColor);}
#header .default_shopping_cart_style .cart_count{background: var(--ThemesHeaderTipsColor);color:var(--ThemesHeaderBgColor);font-family:arial }
.icon-search1, 
.icon-member2, 
.icon-shoppingcart2,
.icon-mb_menu1{color:var(--ThemesHeaderIconColor);}
#header .default_currency_style dt .icon-arrow1,#header .default_language_style dt .icon-arrow1{color:var(--ThemesHeaderIconColor);}
/* 手机端顶部栏 */
@media screen and (max-width: 1000px) { /*当屏幕尺寸小于1000px时，应用下面的CSS样式*/
	#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{background: var(--ThemesHeaderTipsColor);color:var(--ThemesHeaderBgColor);font-family: "arial";}
}
/* 产品详细购物车按钮 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)}
/* 内容开始 */
.wrap_section_category .category_item::before{background:rgba(246,248,249,.3);}
.wrap_category_left .category_item:nth-child(2) .category_info .category_info_desc{color:#666666;}
.wrap_category_right .category_item .category_info .category_info_desc{color:#666666;}
.wrap_section_category .category_item .category_info .category_info_btn .shop_now{border:1.3px solid #ccc;color:#999;}
.section_happen_bg{background:#f5f7f8;}
.wrap_happen_slider .slider_item .wrap_info .wrap_info_date{color:#9d9d9d;font-family:"Opensans-Light";}
.wrap_happen_slider .slider_item .wrap_info .wrap_info_desc{color:#666060;font-family:"Opensans-Light";}
.wrap_happen_slider .slider_item_active .wrap_info{background:#fff;}
.wrap_happen_slider .slider_item:hover .wrap_info{background:#fff;}
@media screen and (max-width: 1000px){
	.wrap_happen_slider .slider_item .wrap_info{background:#fff;}
}
/* 内容结束 */
.global_swap_chain{color: #888888;}
.global_swap_chain a{color: #888888;}

.container_screen{ max-width: 1712px; }
@media screen and (max-width: 1000px) {
	.container_screen { padding-left: 15px; padding-right: 15px; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}