@charset "UTF-8";

/*
Powered by ueeshop.com		http://www.ueeshop.com
广州联雅网络科技有限公司		020-83226791
*/
:root{
	--AddtoCartColor: #000;
	--BuyNowColor: #FFC000;
	--MainColor: #333;
	--ThemesBoxTitleColor: #000000;
	--ThemesBoxTitleFont: "Baloo-Regular";
	--ThemesBoxSubTitleColor: #666;
	--ThemesBoxSubTitleFont: "Baloo-Regular";
	--ThemesProductsTitleColor: #151414;
	--ThemesProductsTitleFont: "SourceSansPro-Semibold";
	--ThemesProductsPriceColor: #383838;
	--ThemesProductsPriceFont: "Montserrat-Regular";
	--ThemesProductsDelPriceColor: #bdbdbd;
	--ThemesProductsDelPriceFont: "Montserrat-Regular";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Opensans-Regular";

	--ThemesHeaderBgColor: #F0E3DD;
	--ThemesHeaderTextColor: #000;
	--ThemesHeaderTipsColor: #FFB6B6;
	--ThemesHeaderLineColor: #efefef;
	--ThemesBoardColor: #555;
	--ThemesHeaderIconColor: #000;
	--ThemesNavTextColor: #000;
	--ThemesNavTextHoverColor: #D09B8C;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor: #fff;
	--ThemesFooterTitleColor: #111;
	--ThemesFooterTextColor: #999;
	--ThemesFooterTextHoverColor: #666;
	--ThemesFooterIconColor: #111;
	--ThemesCopyrightColor: #ccc;
	--ThemesCopyrightBgColor: #1b1d20;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

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

	--ProductsSalesBgStyleColor: #D09B8C;
	--ProductsSalesTextColor: #fff;

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: Montserrat-Light;
	--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{font-family: "Montserrat-Regular";color:#383838;}/*标题*/
.themes_price{color: #222;}/*价格*/
/*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_products_sales{ background-color: var(--ProductsSalesBgStyleColor); color: var(--ProductsSalesTextColor);}
/* 新 */
.themes_box_title{color:var(--ThemesBoxTitleColor); font-family: var(--ThemesBoxTitleFont);}
.themes_box_subtitle{font-family: var(--ThemesBoxSubTitleFont);color: var(--ThemesBoxSubTitleColor);}
.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:"Montserrat-Ultra-Light";}
.themes_article_subtitle{font-family:"Montserrat-Ultra-Light";color: #666;}
.icon-star1.star_1:before,.review_star .half_star:after{ color: var(--ThemesReviewsStarColor);  }
.review_star .half_star:after{ color: var(--ThemesReviewsStarColor); }

/*******4.0 global-themes end*******/
/* 产品详细购物车按钮 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)}
/* 交换链接 */
.global_swap_chain{background: #1b1d20; color: #cccccc;}
.global_swap_chain a{color: #cccccc;}
/* banner轮播 */
.wrap_slider .slider_container .banner_text .subtext{font-family: "Montserrat-Regular";color:#fff;}
.wrap_slider .slider_container .banner_text .bigtext{font-family: 'Meddon-Regular';color:#fff;}
.wrap_slider .slider_container .slider_pagination .slider_pagination_dot{background-color: #e9e9e9;border: 2px solid #e9e9e9;}
.wrap_slider .slider_container .slider_pagination .slider_pagination_dot.active{background-color: transparent;}
/* 内容开始 */
.poster_list .poster_item .img_info .shop_now{background-color: #fff;color:#555555;font-family: "Montserrat-Light";}
.poster_list .poster_item:last-child .img_info .shop_now{background: transparent;color:#ffffff;;}
@media screen and (max-width: 1000px) {
	.poster_list .poster_item:last-child .img_info .shop_now{background: transparent;color:#ffffff;;}
}
/* 内容结束 */
.ly_pro_btn a{color:#555555;font-family:"Montserrat-Light";border-bottom-color:#555;}

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