:root{
    --AddtoCartColor: #95BE06;
    --BuyNowColor: #FFC000;
    --ThemesBoxTitleColor: #152935;
    --ThemesBoxTitleFont: "Opensans-Regular";
    --ThemesBoxSubTitleColor: #000000;
    --ThemesBoxSubTitleFont: "Opensans-Regular";
    --ThemesProductsTitleColor: #152935;
    --ThemesProductsTitleFont: "Opensans-Regular";
    --ThemesProductsPriceColor: #E4A576;
    --ThemesProductsPriceFont: "OpenSans-Semibold";
    --ThemesProductsDelPriceColor: #F4D4BD;
    --ThemesProductsDelPriceFont: "OpenSans-Semibold";
    --ThemesTextContentColor: #152935;
    --ThemesTextContentFont: "Opensans-Regular";

    --ThemesHeaderTextColor: #152935;
    --ThemesHeaderIconColor: #152935;
    --ThemesNavTextColor: #152935;
    --ThemesFooterBgColor: #F6F5F0;
    --ThemesFooterTitleColor: #152935;
    --ThemesFooterTextColor: #152935;
    --ThemesFooterIconColor: #152935;
    --ThemesFooterButtonColor: #E4A576;
    --ThemesFooterButtonBgColor: #E4A576;
    --ThemesFooterInputColor: #bbb;
    --ThemesFooterInputBgColor: #eee;
    --ThemesFooterInputBorderColor: #698EA2;
    --ThemesFooterLineColor: #152935;
    --ThemesReviewsStarColor: #152935;
	--ThemesAttrOptionColor: #152935;

    --ThemesBodyColor: #FFFFFF;
    --ThemesNavFont: Opensans-Regular;
    --ThemesFooterNavFont: Opensans-Regular;
	--ThemesCheckoutButtonBgColor: #152935;
	--ThemesCheckoutButtonTextColor: #152935;
    
	--ProductsSalesBgStyleColor: #000000;
	--ProductsSalesTextColor: #fff;

	--ThemesAddToCartTextColor: #152935;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #F6F5F078;
	--ThemesAddToCartBgHoverColor: #152935;
	--ThemesAddToCartBorderColor: #152935;
	--ThemesAddToCartBorderHoverColor: #152935;
	--ThemesBuyNowTextColor: #FFFFFF;
	--ThemesBuyNowBgColor: #E4A576;
	--ThemesButtonFont: Opensans-Regular;
	--PreBackgroundColor: #F1F1F1;
}

body{color:#333;font-family:NunitoSans-Regular,Arial;}
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_products_sales{background-color: var(--ProductsSalesBgStyleColor); color:var(--ProductsSalesTextColor);}
.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);}
.themes_article_title{color:#000;font-family:NunitoSans-Regular}
.themes_article_subtitle{color:#333;font-family:NunitoSans-Light}
.ly_blog_item .ly_blog_item_text .ly_blog_item_btn{border-bottom:solid 1px #555;color:#555;}
/* 产品详细购物车按钮 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: 1623px; padding-left: 30px; padding-right: 30px; }
@media screen and (max-width: 1700px) {
    .container_screen { max-width: 92%; } 
}
@media screen and (max-width: 1000px) {
    .container_screen { max-width: 100%; box-sizing: border-box; padding-left: 4vw; padding-right: 4vw; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}