@charset "UTF-8";
:root{
	--ThemesBoxTitleColor: #000000;
	--ThemesBoxTitleFont: "Heebo-Medium";
	--ThemesBoxSubTitleColor: #333333;
	--ThemesBoxSubTitleFont: "Heebo-Light";
	--ThemesProductsTitleColor: #333333;
	--ThemesProductsTitleFont: "Heebo-Medium";
	--ThemesProductsPriceColor: #ff5f00;
	--ThemesProductsPriceFont: "Heebo-Medium";
	--ThemesProductsDelPriceColor: #999999;
	--ThemesProductsDelPriceFont: "Heebo-Regular";
	--ThemesTextContentColor: #333333;
	--ThemesTextContentFont: "Heebo-Regular";
	--ThemesHeaderBgColor: #D9D6D6;
	--ThemesHeaderLineColor: #efefef;
	--ThemesHeaderTextColor: #333;
	--ThemesHeaderIconColor: #333;
	--ThemesHeaderIconSearchColor: #fff;
	--ThemesHeaderIconSearchBgColor: #080808;
	--ThemesBoardColor: #ababab;
	--ThemesBoardBgColor: #272A2E;
	--ThemesHeaderTipsColor: #fc381a;
	--ThemesHeaderProductsCategoryColor: #080808;
	--ThemesHeaderInputBgColor: #f0f1f4;
	--ThemesNavTextColor: #333;
	--ThemesNavTextHoverColor: #0069ff;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor: #272A2E;
	--ThemesFooterLineColor: #444;
	--ThemesFooterIconColor: #bbb;
	--ThemesFooterTitleColor: #fff;
	--ThemesFooterTextColor: #fff;
	--ThemesFooterTextHoverColor: #0069ff;
	--ThemesCopyrightColor: #999;
	--ThemesCopyrightBgColor: #1b1d20;
	--ThemesReviewsStarColor: #000000;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

	--ThemesBodyColor: #F5F5F5;
	--ThemesNavFont: Heebo-Medium;
	--ThemesFooterNavFont: Heebo-Medium;
	--ThemesCheckoutButtonBgColor: #000000;
	--ThemesCheckoutButtonTextColor: #FFFFFF;

	--ProductsSalesBgStyleColor: #f33c3c;
	--ProductsSalesTextColor: #fff;

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: Heebo-Medium;
	--PreBackgroundColor: #F1F1F1;
	
	--ThemesSearchPlaceholderTipsText: #333;
}
body.index {background-color: var(--ThemesBodyColor);}
body,html{font-family:'Heebo-Regular',Arial;color:#333;}
.themes_products_sales{ background-color: var(--ProductsSalesBgStyleColor); color: var(--ProductsSalesTextColor);}
.themes_article_title,.themes_article_title a{color:#333333;font-family:"Heebo-Medium";}
.themes_article_subtitle{color:#666666;font-family:"Heebo-Regular";}
.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); }

.wrap_section_tablets .ly_product_more {color: #666;}
.wrap_section_tablets .ly_product_more:hover {color: #ff5f00;}
/* banner轮播 */
.wrap_slider .slider_container .slider_wrap .slider_item .text_box .bold_text{color:#222;font-family:"Heebo-Light";}
.wrap_slider .slider_container .slider_wrap .slider_item .text_box .small_text{color:#222;font-family:"Heebo-Medium";}
#banner_edit .banner_tab a{background-color:#e9e9e9;border:2px solid transparent;}
#banner_edit .banner_tab a.on{background-color:transparent;border-color:#e9e9e9;}
/* 内容开始 */
.tablets_list .tablets_item .item_box{background:#fff;}
.tablets_list .tablets_item .discount_tags .discount_tag_item{background:#f33c3c;color:#fff;font-family:"Heebo-Medium";}
@media screen and (max-width:1000px){
.tablets_list .tablets_item .tablets_item_info{background:#fff;}
.mobile_slider_pagination .slider_pagination_dot{background-color:#aaaaaa;border:1px solid transparent;}
.mobile_slider_pagination .slider_pagination_dot.active{border-color:#aaaaaa;background-color:transparent;}
.show_more_btn{color:#333333;font-family:"Heebo-Regular";border:1px solid #333;}
}
/* 内容结束 */
/* 产品详细购物车按钮 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)}

.container_screen{ max-width: 1280px; }
@media screen and (min-width: 1000px) and (max-width: 1366px) {
	.container_screen{ padding-left: 20px; padding-right: 20px; }
}
@media screen and (max-width: 1000px) {
	.container_screen{ padding-left: 15px; padding-right: 15px; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}