@charset "UTF-8";

/*
Powered by ueeshop.com		http://www.ueeshop.com
广州联雅网络科技有限公司		020-83226791
*/
:root{
	--ThemesBoxTitleColor: #615452;
	--ThemesBoxTitleFont: "Opensans-Regular";
	--ThemesBoxSubTitleColor: #615452;
	--ThemesBoxSubTitleFont: "Opensans-Regular";
	--ThemesProductsTitleColor: #615452;
	--ThemesProductsTitleFont: "Opensans-Regular";
	--ThemesProductsPriceColor: #cc947e;
	--ThemesProductsPriceFont: "OpenSans-Bold";
	--ThemesProductsDelPriceColor: #aaa;
	--ThemesProductsDelPriceFont: "Opensans-Regular";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Opensans-Regular";
	--ThemesHeaderBgColor: #fff;
	--ThemesHeaderLineColor: #e1e1e1;
	--ThemesHeaderTextColor: #333;
	--ThemesHeaderIconColor: #333;
	--ThemesHeaderTipsColor: #db3e3e;
	--ThemesBoardColor: #7d6c67;
	--ThemesBoardBgColor: #eddad2;
	--ThemesHeaderInputBorderColor: #e3e3e3;
	--ThemesNavTextColor: #333;
	--ThemesNavTextHoverColor: #cc947e;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor: #f6ece8;
	--ThemesFooterLineColor: #e0d9d7;
	--ThemesFooterIconColor: #615452;
	--ThemesFooterTitleColor: #615452;
	--ThemesFooterTextColor: #99827c;
	--ThemesFooterButtonColor: #fff;
	--ThemesFooterButtonBgColor: #cc947e;
	--ThemesFooterInputColor: #333;
	--ThemesFooterInputBgColor: #f7f7f7;
	--ThemesFooterInputBorderColor: #f6ece8;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

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

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: OpenSans-Bold;
	--PreBackgroundColor: #F1F1F1;
	
	--ThemesSearchPlaceholderTipsText: #333;

}
body.index {background-color: var(--ThemesBodyColor);}
body,html{font-family:'Opensans-Regular',Arial;color: #333;}/*全局*/

.themes_article_title,.themes_article_title a{color:#615452;font-family:'OpenSans-Regular';}
.themes_products_sales{background-color: var(--ProductsSalesBgStyleColor); color:var(--ProductsSalesTextColor);}


.themes_box_title,
.themes_box_title a{color: var(--ThemesBoxTitleColor);font-family: var(--ThemesBoxTitleFont);}
.themes_box_subtitle{color: var(--ThemesBoxSubTitleColor);font-family: var(--ThemesBoxSubTitleFont);}
.themes_products_title,.themes_products_title a{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); }
.products_detail_box .prod_info_form li.attr_show .btn_attr.selected{box-shadow: 0 0 0 1px var(--ThemesAttrOptionColor);}
.products_detail_box .prod_info_form li.attr_show .btn_attr:hover, .products_detail_box .prod_info_form li.attr_show .btn_attr.selected{box-shadow: 0 0 0 2px var(--ThemesAttrOptionColor);}
/* 产品详细购物车按钮 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)}
.copyright{color: var(--ThemesFooterTextColor);font-family: 'OpenSans-Regular';}
.copyright a{color: var(--ThemesFooterTextColor);}
.themes_prod .pic .mark{background: rgba(0,0,0,0.1);}

.home_Best_Sellers .more_style a,
.home_news .more_style a {color: #222; border: 1px solid #222; background-color: #fff;}
.home_Best_Sellers .more_style a:hover,
.home_news .more_style a:hover {color: #fff; border-color: #cc947e; background-color: #cc947e;}

.collect_car_style a{background: #FFF;}
.home_about_style .more_style a{background: #cc947e;color: #FFF;border: solid 1px #cc947e;}
.default_account_style:after{background: var(--ThemesHeaderLineColor);}
@media (min-width: 1025px) {
	.collect_car_style a:hover{
		background-color: #cc947e;
	}
	.collect_car_style a:hover{
		color: #fff;
	}
}

.container_screen { max-width: 1280px; padding-left: 20px; padding-right: 20px; }
.themes_box_button{font-family: var(--ThemesButtonFont);}