:root{
    --AddtoCartColor: #000000;
    --BuyNowColor: #1f2021;
    --ThemesBoxTitleColor: #79425f;
    --ThemesBoxTitleFont: "PlayfairDisplay-Italic";
    --ThemesBoxSubTitleColor: #000;
    --ThemesBoxSubTitleFont: "Opensans-Light";
    --ThemesProductsTitleColor: #000;
    --ThemesProductsTitleFont: "EBGaramond-Regular";
    --ThemesProductsPriceColor: #000;
    --ThemesProductsPriceFont: "Opensans-Regular";
    --ThemesProductsDelPriceColor: #888;
    --ThemesProductsDelPriceFont: "Opensans-Regular";
    --ThemesTextContentColor: #000;
    --ThemesTextContentFont: "OpenSans-Semibold";

    --ThemesHeaderBgColor: #FFFFFF;
    --ThemesHeaderIconColor: #222;
    --ThemesHeaderTextColor: #222;
    --ThemesHeaderLineColor: #e5e4e4;
    --ThemesHeaderInputBorderColor: #e5e4e4;
    --ThemesNavTextColor: #222;
    --ThemesNavTextHoverColor: #79425f;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
    --ThemesFooterBgColor: #212121;
    --ThemesFooterTitleColor: #fff;
    --ThemesFooterTextColor: #bbb;
    --ThemesFooterTextHoverColor: #79425f;
    --ThemesFooterLineColor: #4d4d4d;
    --ThemesFooterIconColor: #bbb;
    --ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

    --ThemesBodyColor: #ffffff;
    --ThemesNavFont: Karla-Bold;
    --ThemesFooterNavFont: OpenSans-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: OpenSans-Regular;
	--PreBackgroundColor: #F1F1F1;
	--ThemesSearchPlaceholderTipsText: #999;
}
body,html{font-family: "Cormorant-Regular";}
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 ,.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,.themes_products_origin_price a {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); }
.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_part_title {font-family: "Cormorant-Medium";}
.ly_shop_now{color: #FFF;background-color: #79425F;}
.ly_cate_header .ly_learn_more:before {background-color: #202020;}
.ly_em_subtitle {color: #a9a9a9;}
body #banner #banner_edit .banner_tab a {background-color: transparent;border-color: #FFF;}
body #banner #banner_edit .banner_tab .on {background-color: #FFF;}
@media screen and (max-width:1000px){
    .ly_cate_header .ly_learn_more:hover,
    .ly_shop_now:hover{color: var(--ThemesFooterTextColor);}
}
/* 产品详细购物车按钮 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: 1000px) {
    .container_screen{ max-width: 92%; }
}

.themes_box_button{font-family: var(--ThemesButtonFont);}