@charset "UTF-8";

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

:root{
	--AddtoCartColor: #AF0D64;
	--BuyNowColor: #EA215C;
	--ThemesBoxTitleColor: #000;
	--ThemesBoxTitleFont: "Montserrat-Regular";
	--ThemesBoxSubTitleColor: #999;
	--ThemesBoxSubTitleFont: "Montserrat-Regular";
	--ThemesProductsTitleColor: #000;
	--ThemesProductsTitleFont: "Montserrat-Regular";
	--ThemesProductsPriceColor: 000;
	--ThemesProductsPriceFont: "Montserrat-Regular";
	--ThemesProductsDelPriceColor: #333;
	--ThemesProductsDelPriceFont: "Montserrat-Regular";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Montserrat-Regular";
	--ThemesHeaderBgColor: #fff;
	--ThemesHeaderTextColor: #333;
	--ThemesHeaderIconColor: #000;
	--ThemesHeaderTipsColor: #000;
	--ThemesNavBgColor: #fff;
	--ThemesNavTextColor: #000;
	--ThemesNavTextHoverColor: #767676;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor: #fff;
	--ThemesFooterTitleColor: #000;
	--ThemesFooterLineColor: #ddd;
	--ThemesFooterTextHoverColor:#000;
	--ThemesFooterIconColor: #000;
	--ThemesFooterTextColor: #666;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

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

	--ProductsSalesBgStyleColor: #111111;
	--ProductsSalesTextColor: #fff;

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

.footer{ background-color: var(--ThemesFooterBgColor); }
/*******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:#000000;font-family:"GothamBook-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-color: var(--ProductsSalesBgStyleColor); color:var(--ProductsSalesTextColor);}
.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_subtitle{color:#888;font-family:"Opensans-Regular";}
.themes_products_price{color:var(--ThemesProductsPriceColor);font-family:var(--ThemesProductsPriceFont);}
.themes_text_content{ color: var(--ThemesTextContentColor); font-family:var(--ThemesTextContentFont); }
.themes_products_origin_price{color: var(--ThemesProductsDelPriceColor);font-family: var(--ThemesProductsDelPriceFont);}
.themes_article_title{font-family: "GothamBook-Regular";color:#000;}
.themes_article_subtitle{font-family: 'Opensans-Regular';color: #888;}
.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)}
/*******4.0 global-themes end*******/
#banner_edit .banner_tab a.on{background-color: #000;}
.img_text .container{background:#fafafa;}
.text{background:#fafafa;}
.h2_title:before{background:#000;}
.span_more{color:#000;}
.span_more  span{font-family:"Heebo-Regular";}
.shop_item{background:#fafafa;}
.shop_hover{background:rgba(255,255,255,0.33);}
.more{color:#333;border-bottom:1px solid #ab5f2c;}
.menu_list dd a{color:var(--ThemesFooterTextColor);}
.more:hover, .menu_list:not(.menu_list_follow_us) dd a:hover{color: var(--ThemesFooterTextHoverColor);}
@media(max-width:1000px){
	.img_text .container{background:#fff;}
	.more{color:#242424;background:#f5f5f5;border-bottom:none;}
}

.container_screen { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }
@media (min-width: 768px) {
	.container_screen { max-width:740px; padding-left: 0; padding-right: 0}
}
@media (min-width: 992px) {
	.container_screen { max-width:960px }
}
@media (min-width: 1400px) {
	.container_screen { max-width:1250px }
}
@media (min-width: 1600px) {
	.container_screen { max-width:1450px }
}
@media screen and (max-width: 1000px) {
	.container_screen{ width: 94.5%; box-sizing: border-box; } 
}
.themes_box_button{font-family: var(--ThemesButtonFont);}