:root{
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Arial";
	--ThemesBoxTitleColor: #333333;
	--ThemesBoxTitleFont: "Arial";
	--ThemesBoxSubTitleColor: "#333";
	--ThemesBoxSubTitleFont: "Barbaro-Roman";
	--ThemesProductsTitleColor: #333;
	--ThemesProductsTitleFont: "Arial";
	--ThemesProductsPriceColor: #c00;
	--ThemesProductsPriceFont: 'Arial';
	--ThemesProductsDelPriceColor: #999;
	--ThemesProductsDelPriceFont: "Arial";
	--AddtoCartColor: #1b81c5;
	--BuyNowColor: #f98903;
	--ThemesHeaderBgColor : #fff;
	--ThemesHeaderTextColor : #333;
	--ThemesHeaderIconColor : #404040;
	--ThemesBoardColor : #aeaeae;
	--ThemesBoardBgColor : #474b4e;
	--ThemesHeaderIconSearchColor : #fff;
	--ThemesHeaderIconSearchBgColor : #f98903;
	--ThemesHeaderTipsColor : #0489bd;
	--ThemesHeaderProductsCategoryColor : #0489bd;
	--ThemesHeaderInputBorderColor : #ddd;
	--ThemesNavTextColor : #333;
	--ThemesNavTextHoverColor: #333;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor : #fff;
	--ThemesFooterIconColor : #000;
	--ThemesFooterTitleColor : #4D4D4D;
	--ThemesFooterTextColor : #333;
	--ThemesCopyrightColor : #aaaaaa;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

	--ThemesBodyColor: #ffffff;
    --ThemesNavFont: Arial-regular;
    --ThemesFooterNavFont: Arial-regular;
	--ThemesCheckoutButtonBgColor: #000000;
	--ThemesCheckoutButtonTextColor: #ffffff;
	
	--ProductsSalesBgStyleColor: #c62727;
	--ProductsSalesTextColor: #fff;

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: Arial-regular;
	--PreBackgroundColor: #F1F1F1;
	--ThemesSearchPlaceholderTipsText: #333;
}
/*******4.0 global-themes start*******/
body,html{ color: var(--ThemesTextContentColor);font-family:var(--ThemesTextContentFont);}
body.index {background-color: var(--ThemesBodyColor);}
.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_products_sales{background-color: var(--ProductsSalesBgStyleColor); color:var(--ProductsSalesTextColor);}
.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);}
/*******4.0 global-themes end*******/
.banner{background: #e4e4e4;}
.home_pro{background: #FFF;}
.home_pro .pro_top_title{font-size: 24px;}
.home_pro .pro_top_title span:after{border-right: 1px #a3dcc9 solid;border-bottom: 1px #a3dcc9 solid;}
.home_pro .themes_prod{border: 1px #e3e3e3 solid;border-left: 0;}
.home_pro .themes_prod.bor_top0{border-top: 0 !important;}
.home_pro h4{font-size: 16px;}
.home_pro .price .themes_products_price{font-size: 20px;}
.home_pro .price del{color: #999;font-size: 14px;}
.home_pro .price .di_in{background-color: #1b81c5;}
.home_pro .pro_left_info .pro_left_info_title{font-family: 'Barbaro-Roman'; color:#fff;font-size: 42px;}
.home_pro .pro_left_info .pro_left_info_subtitle{color:#fff;font-size: 22px;}
.home_ad .home_ad_info .home_ad_title{font-size: 35px;color:#21405f;}
.home_ad .home_ad_info .home_ad_subtitle{font-size: 22px;color:#1c888b;}
.home_pro .img .pro_tab .pro_tab_item{color:#fff; background-color:#c62727; }
/* 产品详细购物车按钮 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 */
.index_effext_ad:before,.index_effext_ad:after {background: rgba(0,0,0,0.06) none repeat scroll 0 0;}
@media (max-width: 767px) {
	.m_info .items{font-size: 14px;}
	.home_ad .home_ad_info .home_ad_title{font-size: 28px;}
	.home_ad .home_ad_info .home_ad_subtitle{font-size: 18px;}
}
@media (max-width: 424px) {
	.home_pro .pro_top_title{font-size: 16px;}
	.home_pro h4{font-size: 14px;}
	.home_pro .price .themes_products_price{font-size: 14px;color: #d60000;}
	.home_pro .price del{font-size: 12px;}
	.home_ad .home_ad_info .home_ad_title{font-size: 24px;}
	.home_ad .home_ad_info .home_ad_subtitle{font-size: 14px;}
	.home_pro .pro_left_info .pro_left_info_title{font-size: 36px;}
	.home_pro .pro_left_info .pro_left_info_subtitle{font-size: 18px;}
}
body .default_cate_nav_style .cate_nav_list .cate_nav_box{background-color: #474b4e;}
body .default_cate_nav_style .cate_nav_list .cate_nav_box>li a{color: #fff;}
body .default_cate_nav_style .cate_nav_list .cate_nav_box>li:hover,body .default_cate_nav_style .cate_nav_list .cate_nav_box>li.hover{background-color: #fff;}
body .default_cate_nav_style .cate_nav_list .cate_nav_box>li:hover a,body .default_cate_nav_style .cate_nav_list .cate_nav_box>li.hover a{color: #333;}
/*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)}
.container_screen{ max-width: 1200px; padding-left: 15px; padding-right: 15px; }
.themes_box_button{font-family: var(--ThemesButtonFont);}