:root{
    --AddtoCartColor: #1f2021;
    --BuyNowColor: #1f2021;
    --MainColor: #000;
    --ThemesBoxTitleColor: #1f2021;
    --ThemesBoxTitleFont: "微软雅黑";
    --ThemesBoxSubTitleColor: #1f2021;
    --ThemesBoxSubTitleFont: "微软雅黑";
    --ThemesProductsTitleColor: #1f2021;
    --ThemesProductsTitleFont: "微软雅黑";
    --ThemesProductsPriceColor: #1f2021;
    --ThemesProductsPriceFont: "微软雅黑";
    --ThemesProductsDelPriceColor: #999;
    --ThemesProductsDelPriceFont: "微软雅黑";
    --ThemesTextContentColor: #333;
    --ThemesTextContentFont: "微软雅黑";

    --ThemesHeaderTextColor: #fff;
    --ThemesHeaderIconColor: #fff;
    --ThemesNavTextColor: #FFFFFF;
    --ThemesNavTextHoverColor: #ffffffbf;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
    --ThemesFooterBgColor: #000000;
    --ThemesFooterLineColor: #FFFFFF;
    --ThemesFooterTitleColor: #FFFFFF;
    --ThemesFooterTextColor: #FFFFFF;
    --ThemesFooterIconColor: #950000;
    --ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

    --ThemesBodyColor: #FFFFFF;
    --ThemesNavFont: 微软雅黑;
    --ThemesFooterNavFont: 微软雅黑;
	--ThemesCheckoutButtonBgColor: #F80000;
	--ThemesCheckoutButtonTextColor: #ffffff;

    --ProductsSalesBgStyleColor: #ffffff0;
	--ProductsSalesTextColor: #a56600;

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #FFFEFE;
	--ThemesButtonFont: 微软雅黑;
	--PreBackgroundColor: #F1F1F1;
}
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_text_content{ color: var(--ThemesTextContentColor); font-family: var(--ThemesTextContentFont); }
.themes_products_sales{background-color: var(--ProductsSalesBgStyleColor); color:var(--ProductsSalesTextColor);}
.icon-star1.star_1:before,.review_star .half_star:after{ color: var(--ThemesReviewsStarColor);  }
.review_star .half_star:after{ color: var(--ThemesReviewsStarColor); }

/* 产品详细购物车按钮 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)}
body{font-family:"Montserrat-Regular";color: #333333;}
/* index start */
.ly_banner .ly_banner_pager span{border:solid 2px #fff;}
body #banner_edit .banner_tab a{border: solid 2px #fff;background-color: unset;}
body #banner_edit .banner_tab a.on{background-color: #fff;}
.ly_banner .ly_banner_pager span.active{background-color:#fff;}
.ly_parkone .ly_i_wrapper_1000 a{color:#a56600;}
.ly_parktwo .ly_parktwo_list li .ly_parktwo_item_text{color:#fff;}
#header{background-color: #000000;}
body .ly_i_header#header{background-color: unset;}
.ly_i_title::after{background-color:#1f2021;}
.default_language_currency_style{color: var(--ThemesHeaderTextColor);font-family:Montserrat-Regular;}
.default_shopping_cart_style .text_0{color:transparent;}
.prod_info_actions .addtocart{background-color: #1f2021;}
#float_chat .float_list>a{background-color: #1f111f;}
@media screen and (max-width:1920px) and (min-width:1000px){
	.ly_banner .ly_banner_pager span:hover{background-color: #ffffff;}
    .ly_parkfour .ly_parkfour_text .ly_parkfour_text_btn .ly_parkfour_text_addCart:hover{border-color:#1f2021;background-color:transparent;background-color:#1f2021;color:#ffffff;}
    .ly_parkfour .ly_parkfour_text .ly_parkfour_text_btn .ly_parkfour_text_buyNow:hover{border-color:#1f2021;background-color:#ffffff;background-color:#ffffff;color:#1f201f;}
	.ly_parkfour .ly_parkfour_text .ly_parkfour_text_fullDetail:hover{color:#1f2021;}
}
@media screen and (max-width:1000px){
    .header_menu_mb span{background-color:#ffffff;}
    body .prod_info_action .addtocart{
        background-color: #1f2021;
        border-color: #fff;
    }
    .ly_view_more .ly_btn_more:hover {color: #1f2021; background-color: #fff;}
}
.container_screen{ max-width: 1000px; }
@media screen and (max-width: 1100px) {
    .container_screen{ max-width: 100%; padding-left: 4vw; padding-right: 4vw; box-sizing: border-box; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}