/* type: background[background-color] color font-family border[border-color]*/
:root{
    --AddtoCartColor: #FFFFFF;
    --BuyNowColor: #000000;
    --MainColor: #000000;
    --ThemesBoxTitleColor: #FFFFFF;
    --ThemesBoxTitleFont: "Poppins-SemiBold";
    --ThemesBoxSubTitleColor: #888;
    --ThemesBoxSubTitleFont: "Poppins-Regular";
    --ThemesProductsTitleColor: #333;
    --ThemesProductsTitleFont: "Poppins-Regular";
    --ThemesProductsPriceColor: #000;
    --ThemesProductsPriceFont: "Poppins-Regular";
    --ThemesProductsDelPriceColor: #bdbdbd;
    --ThemesProductsDelPriceFont: "Poppins-Regular";
    --ThemesTextContentColor: #333;
    --ThemesTextContentFont: "Poppins-Regular";

    --ThemesHeaderBgColor: #fff;
    --ThemesHeaderTextColor: #FFFFFF;
    --ThemesHeaderIconColor: #333;
    --ThemesNavTextColor: #000000;
    --ThemesNavTextHoverColor: #8d8788;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
    --ThemesFooterBgColor: #fff;
    --ThemesFooterLineColor: #e8e8e8;
    --ThemesFooterTitleColor: #2e3642;
    --ThemesFooterButtonColor: #424853;
    --ThemesFooterInputBorderColor: #2e3642;
    --ThemesFooterInputColor: #bababa;
    --ThemesFooterTextColor: #8c8c8c;
    --ThemesFooterTextHoverColor: #333333;
    --ThemesFooterIconColor: #bbbbbb;
    --ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

    --ThemesBodyColor: #ffffff;
    --ThemesNavFont: Poppins-Regular;
    --ThemesFooterNavFont: Poppins-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: Poppins-Regular;
	--PreBackgroundColor: #F1F1F1;
}
body.index {background-color: var(--ThemesBodyColor);}
.default_nav_style li a {color:var(--ThemesNavTextColor);}
.default_nav_style li:hover a {color: var(--ThemesNavTextHoverColor);}
.default_language_currency_style dt {color:var(--ThemesHeaderTextColor);}
.header_menu_mb .iconfont,
.default_search_style .iconfont,
.default_account_style .iconfont,
.default_shopping_cart_style .iconfont {color: var(--ThemesHeaderIconColor);}
.themes_products_sales{background-color: var(--ProductsSalesBgStyleColor); color:var(--ProductsSalesTextColor);}
#header.ly_inside {background-color: var(--ThemesHeaderBgColor);}
@media screen and (max-width:1000px){
    #header {background-color: var(--ThemesHeaderBgColor);}
    .default_nav_style li:hover a{color:var(--ThemesNavTextColor);}
}
.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_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); }

body{font-family:"Poppins-Regular"; color: #333333; }
.default_account_style .global_account_sec .AccountButton_sec{color: transparent;}
.default_products_detail #addtocart_button{background-color: transparent;border: 1px solid var(--BuyNowColor);color: #000;}
.default_products_detail #addtocart_button:hover{background-color: var(--BuyNowColor);color:var(--AddtoCartColor);}
.default_products_detail #buynow_button{background-color: var(--BuyNowColor);color: #fff;}
.default_products_detail #buynow_button:hover{background-color: var(--BuyNowColor);border: 1px solid var(--BuyNowColor);color: #fff;}
.shopping_add_to_cart .shopping_addtocart_add_btn{background-color: transparent;border: 1px solid var(--BuyNowColor);color: #000;}
.shopping_add_to_cart .shopping_addtocart_add_btn:hover{background-color: var(--BuyNowColor);color:var(--AddtoCartColor);}
.shopping_add_to_cart .shopping_addtocart_buy_btn{background-color: var(--BuyNowColor);color: #fff;}
.shopping_add_to_cart .shopping_addtocart_buy_btn:hover{background-color: var(--BuyNowColor);border: 1px solid var(--BuyNowColor);color: #fff;}
.ly_arrival .ly_arrival_box .ly_arrival_pro .ly_arrival_pro_text .ly_arrival_pro_title{color:#2e3642}
.ly_arrival .ly_arrival_box .ly_arrival_pro .ly_arrival_pro_text .ly_arrival_pro_btn a{border:solid 1px #000;color:#000}
.ly_bastpro .ly_bastpro_list .ly_bastpro_item .ly_bastpro_item_text{font-family:Poppins-Regular}
.view_more .btn_more {color: #000; border: 1px solid #000}
.view_more .btn_more:hover{color: #fff; background-color: #000;}
body .brand_shopbox .prod_info_actions .addtocart, .prod_info_actions .addtocart,body .prod_info_actions .addtocart{background-color: #000;color: #fff;border:solid 1px #000;}
body .brand_shopbox .prod_info_actions .buynow,body .prod_info_actions .buynow{background-color: #fff;color: #000;border: solid 1px #000;}
@media screen and (max-width:1000px){
    body .prod_info_action .addtocart{background-color: #fff;color: #000000;border: solid 1px #000000;}
}
.ly_arrival .ly_arrival_box .ly_arrival_pro .ly_arrival_pro_text .ly_arrival_pro_btn a:hover{background-color: #000000;color: #ffffff;}
@media screen and (max-width:1000px){
    .header_menu_mb span{background-color:#000}
    .ly_arrival .ly_arrival_box .ly_arrival_pro .ly_arrival_pro_text .ly_arrival_pro_btn a:hover{border: solid 1px #000;color: #000;background-color: #ffffff;}
    .view_more .btn_more:hover{color: #000; background-color: #fff;}
}
@media screen and (min-width:1024px){
    body .prod_info_actions .addtocart:hover{background-color: #fff;color: #000;}
}
.ly_pro_btn a .iconfont{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: 1200px; }
@media screen and (max-width: 1300px) {
    .container_screen{ max-width: 100%; padding-left: 4vw; padding-right: 4vw; box-sizing: border-box; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}