:root{
	--ThemesBoxTitleColor: #282828;
	--ThemesBoxTitleFont: "Montserrat-Regular";
	--ThemesBoxSubTitleColor: #333;
	--ThemesBoxSubTitleFont: "Opensans-Regular";
	--ThemesProductsTitleColor: #333;
	--ThemesProductsTitleFont: "Montserrat-Regular";
	--ThemesProductsPriceColor: #000000;
	--ThemesProductsPriceFont: "Montserrat-Regular";
	--ThemesProductsDelPriceColor: #999999;
	--ThemesProductsDelPriceFont: "Montserrat-Regular";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Opensans-Regular";
	--ThemesHeaderBgColor: #000000;
	--ThemesHeaderTextColor: #ffffff;
	--ThemesHeaderIconColor: #ffffff;
	--ThemesNavTextColor: #ffffff;
	--ThemesNavTextHoverColor:#efefef;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor: #000000;
	--ThemesFooterTitleColor: #ffffff;
	--ThemesFooterTextColor: #cccccc;
	--ThemesFooterLineColor: #ffffff;
    --ThemesFooterIconColor: #ffffff;
    --ThemesCopyrightColor:#cccccc;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #FA6262;

	--ThemesBodyColor: #ffffff;
    --ThemesNavFont: Montserrat-Regular;
    --ThemesFooterNavFont: Montserrat-Regular;
	--ThemesCheckoutButtonBgColor: #000000;
	--ThemesCheckoutButtonTextColor: #ffffff;
	
	--ProductsSalesBgStyleColor: #000;
	--ProductsSalesTextColor: #eee;

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: Montserrat-Regular;
	--PreBackgroundColor: #F1F1F1;
}

body.index {background-color: var(--ThemesBodyColor);}

/* Base  Start*/
html,body{font-family:"Opensans-Regular";}
.themes_box_title{color: var(--ThemesBoxTitleColor);font-family:var(--ThemesBoxTitleFont); }
.themes_box_subtitle{color: var(--ThemesBoxSubTitleColor);font-family:var(--ThemesBoxSubTitleFont);}
.themes_products_title{font-family:var(--ThemesProductsTitleFont);color: var(--ThemesProductsTitleColor); }
.themes_products_price{font-family: var(--ThemesProductsPriceFont);color:var(--ThemesProductsPriceColor);}
.themes_products_origin_price{font-family: var(--ThemesProductsDelPriceFont);color: var(--ThemesProductsDelPriceColor);}
.themes_article_title{font-family: "Montserrat-Regular";color: #282828;}
.themes_article_subtitle{font-family: "Opensans-Regular";color: #282828;}
.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); }

.themes_products_sales{background-color: var(--ProductsSalesBgStyleColor); color:var(--ProductsSalesTextColor);}

body .market_prod_list .pro_item .pro_price del{color: #b0b0b0;}
body .market_prod_list .pro_item dt em{background-color: #000000;}
body .market_prod_list .pro_item .icon_discount_foot{border-color: #000000;border-bottom-color:transparent}
body .new_sidebar .pro_item .icon_discount{background-color: #000000;}
body .prod_info_actions .addtocart{border: solid 1px #000000;background-color: #Fff;color: #000000;}
body .prod_info_actions .buynow{border-color: #000000;background-color: #000000;color: #ffffff;}
body .signin_box_sec .signin{background-color: #000000;border:solid 1px #000000;color: #fff;}
body .signin_box_sec .signup{background-color: #fff;border: solid 1px #000000;color: #000000;}
body .signin_box_sec .signup:hover{color: #000000;}
@media screen and (max-width:1000px){
    .ly_i_video .ly_video_share{background-size:auto 100%;}
    .ly_i_video .ly_video_play{background-size:auto 100%;}
    .ly_i_new .ly_new_list .ly_new_item .ly_new_text_btn{border-width: 1px;}
    body .prod_info_action .addtocart{background-color: #fff;border:solid 1px #000000;color: #000000;}
}
.shop_hover_btn a{background-color: #000;}
.shop_hover_btn a:hover{background-color: #b6b6b6;}
.shop_hover_btn a.shop_cart{background-position:-54px 0;}
.shop_hover_btn a.add_favorite{background-position: right 0;}
#addtocart_button{background-color: #fff;color:#000;border:1px solid #000;}
#addtocart_button:hover{background-color: #000;color:#fff;border:1px solid #000;}
#buynow_button{background-color:#000;color:#fff;}
.shopping_add_to_cart .shopping_addtocart_add_btn{background-color: #fff;color:#000;border:1px solid #000;}
.shopping_add_to_cart .shopping_addtocart_add_btn:hover{background-color: #000;color:#fff;border:1px solid #000;}
.shopping_add_to_cart .shopping_addtocart_buy_btn{background-color:#000;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: 1600px; }
@media screen and (max-width: 1860px) {
	.container_screen{ padding-left: 0.3125vw; padding-right: 0.3125vw; }
}
@media screen and (max-width: 1000px) {
	.container_screen { padding-left: 4vw; padding-right: 4vw; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}