@charset "UTF-8";
:root{
	--AddtoCartColor: #95BE06;
	--BuyNowColor: #FFC000;
	--ThemesBoxTitleColor: #000;
	--ThemesBoxTitleFont: "Roboto";
	--ThemesBoxSubTitleColor: #4f5362;
	--ThemesBoxSubTitleFont: "Roboto-Light";
	--ThemesProductsTitleColor: #443838;
	--ThemesProductsTitleFont: "MyriadPro-Regular";
	--ThemesProductsPriceColor: #000;
	--ThemesProductsPriceFont: "Roboto-Bold";
	--ThemesProductsDelPriceColor: #000;
	--ThemesProductsDelPriceFont: "Roboto";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Roboto-Medium";
	--ThemesHeaderBgColor: #E6BC9E;
	--ThemesHeaderTextColor: #1a1a1a;
	--ThemesHeaderIconColor: #000000;
	--ThemesHeaderIconBgColor: {$ThemesHeaderIconBgColor};
	--ThemesHeaderTipsColor :{$ThemesHeaderTipsColor};
	--ThemesNavBgColor: {$ThemesNavBgColor};
	--ThemesNavTextColor: #1a1a1a;
	--ThemesNavTextHoverColor: #1a1a1a;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor: #E6BC9E;
	--ThemesFooterTitleColor: #000000;
	--ThemesFooterTextColor: #4f5362;
	--ThemesFooterTextHoverColor: {$ThemesFooterTextHoverColor};
	--ThemesFooterLineColor: #f7f8f9;
    --ThemesFooterIconColor: #a7acb9;
	--ThemesCopyrightColor:#a8acb9;
	--ThemesFooterButtonColor:#ffffff;
	--ThemesFooterButtonBgColor:#333333;
	--ThemesFooterInputColor:#a8acb9;
	--ThemesFooterInputBgColor:#f7f7f7;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

	--ThemesBodyColor: #E6BC9E;
    --ThemesNavFont: Roboto-Regular;
    --ThemesFooterNavFont: Roboto-Regular;
	--ThemesCheckoutButtonBgColor: #000000;
	--ThemesCheckoutButtonTextColor: #ffffff;

	--ProductsSalesBgStyleColor: #000000;
	--ProductsSalesTextColor: #9E1A1A;

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: Roboto-Medium;
	--PreBackgroundColor: #E6BC9E;
}
body,html{ font-family: "Roboto-Medium",Arial;color: #333333;}
body.index {background-color: var(--ThemesBodyColor);}
.themes_article_title{color:#090909;font-family: 'Roboto';}
.themes_article_subtitle{color:#4f5362;font-family:"Roboto-Light";}
.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);}
.ly_pro_item .ly_pro_text .ly_pro_text_subTitle{color:#4f5362;  font-family: "Roboto-Medium";}
.ly_pro_item .ly_pro_tag .ly_pro_tag_item{color:#fff;background-color:#000;}
@media screen and (max-width:1000px){
	.ly_three_list .srcoll_list .srcoll_btn{background-color:#e5e5e5;}
	.ly_seven_list ul .srcoll_list .srcoll_btn{background-color:rgba(255,255,255,0.5);}
	.ly_adv_list li{border-bottom:solid 1px #fff;}
	.ly_product_more.ly_product_more a:hover {color: #fff; background-color: #000;}
}
@media screen and (min-width:1000px){
	.ly_one_item .ly_one_item_text .ly_one_item_btn:hover{background-color:#090909;color:#ffffff;}
}
/*首页视频弹窗*/
.video_con {	background:rgba(0,0,0,0.5);}
.video_con .video_con_in{background:#fff;}
.ly_product_more a {border: 1px solid #000; color: #fff; background-color: #000;}
.ly_product_more a:hover {color: #000; background-color: #fff;}
/* 产品详细购物车按钮 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:1740px; }
@media screen and (max-width: 1800px) {
	.container_screen{ max-width: 92%; }
}
@media screen and (max-width: 1000px) {
	.container_screen{ max-width: 100%; padding-left: 15px; padding-right: 15px; box-sizing: border-box; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}