@charset "UTF-8";

/*
Powered by ueeshop.com		http://www.ueeshop.com
广州联雅网络科技有限公司		020-83226791
*/
:root{
	--ThemesBoxTitleColor: #444444;
	--ThemesBoxTitleFont: "Montserrat-Regular";
	--ThemesBoxSubTitleColor: #888888;
	--ThemesBoxSubTitleFont: "Montserrat-Ultra-Light";
	--ThemesProductsTitleColor: #444444;
	--ThemesProductsTitleFont: "Montserrat-Light";
	--ThemesProductsPriceColor: #75686A;
	--ThemesProductsPriceFont: "Montserrat-Regular";
	--ThemesProductsDelPriceColor: #aaaaaa;
	--ThemesProductsDelPriceFont: "Montserrat-Light";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Opensans-Regular";
	--ThemesHeaderBgColor: #ffffff;
	--ThemesHeaderTextColor: #888888;
	--ThemesHeaderLineColor: #e2e2e2;
	--ThemesHeaderIconColor: #545454;
	--ThemesBoardColor: #ffffff;
	--ThemesBoardBgColor: #262626;
	--ThemesHeaderTipsColor: #fe718a;
	--ThemesNavTextColor: #333333;
	--ThemesNavTextHoverColor: #fe718a;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor: #262626;
	--ThemesFooterTextColor: #888888;
	--ThemesFooterTextHoverColor: #fe718a;
	--ThemesFooterTitleColor: #ffffff;
	--ThemesFooterLineColor: #3c3c3c;
	--ThemesFooterIconColor: #bcbbbb;
	--ThemesFooterButtonColor: #212121;
	--ThemesReviewsStarColor: #FDAC1C;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;
	
	--ThemesBodyColor: #FFFFFF;
	--ThemesNavFont: Montserrat-Light;
	--ThemesFooterNavFont: Montserrat-Light;
	--ThemesCheckoutButtonBgColor: #000000;
	--ThemesCheckoutButtonTextColor: #ffffff;

	--ProductsSalesBgStyleColor: #fe718a;
	--ProductsSalesTextColor: #fff;

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: Montserrat-Regular;
	--PreBackgroundColor: #F1F1F1;
}
body.index {background-color: var(--ThemesBodyColor);}
body,html{font-family:'Opensans-Regular',Arial;color: #333;}/*全局*/
.themes_subtitle,.themes_subtitle a{color:#aaaaaa;font-family:"Montserrat-Light";}/*副标题*/
.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,
.themes_products_sales{ background-color: var(--ProductsSalesBgStyleColor); color: var(--ProductsSalesTextColor);font-family: "Montserrat-Regular";}
.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); }

/* 头部 */
/* 产品详细购物车按钮 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)}
/* 内容开始 */
.product_slider_pagination .product_slider_pagination_dot{background: #999999;}
.product_slider_pagination .product_slider_pagination_dot_active{border:3px solid #999999;background: transparent;}
.blog_list .blog_item .blog_info_date{color:#999999;font-family: "Montserrat-Light";}
.blog_list .blog_item .blog_info_desc{color:#333333;font-family: "Montserrat-Light";}
/* 内容结束 */
.container_screen{ max-width: 1716px; }
@media screen and (max-width: 1000px) {
	.container_screen { padding-left: 15px; padding-right: 15px; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}