:root{
    --AddtoCartColor: #1e71ce;
    --BuyNowColor: #ff5555;
    --ThemesBoxTitleColor: #FAF6F6;
    --ThemesBoxTitleFont: "OpenSans-Bold";
    --ThemesBoxSubTitleColor: #E0E2E5;
    --ThemesBoxSubTitleFont: "OpenSans-Bold";
    --ThemesProductsTitleColor: #404852;
    --ThemesProductsTitleFont: "Opensans-Regular";
    --ThemesProductsPriceColor: #000000;
    --ThemesProductsPriceFont: "OpenSans-Bold";
    --ThemesProductsDelPriceColor: #82888f;
    --ThemesProductsDelPriceFont: "OpenSans-Bold";
    --ThemesTextContentColor: #333;
    --ThemesTextContentFont: "Opensans-Regular";
    --ThemesBoardColor	: #0869E3;
    --ThemesBoardBgColor : #FDFDFE;	
    --ThemesHeaderBgColor:#DFE9F3;
    --ThemesHeaderTextColor: #020202;
    --ThemesHeaderIconColor: #2677e7;
    --ThemesHeaderIconSearchColor:#ffffff;
    --ThemesHeaderIconSearchBgColor:#1e71ce;
    --ThemesHeaderInputBorderColor:#1e71ce;
    --ThemesHeaderProductsCategoryColor:#1e71ce;
    --ThemesHeaderInputBgColor:#FFFFFF;
    --ThemesHeaderTipsColor:#ff5555;
    --ThemesNavTextColor: #040404;
    --ThemesNavTextHoverColor:#1e71ce;
	--ThemesNavLevel2TextColor: #E6DCDC;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
    --ThemesNavLevel2TextColor: #E6DCDC;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
    --ThemesFooterBgColor: #286ab4;
    --ThemesFooterTitleColor: #ffffff;
    --ThemesFooterTextColor: #9ec7f4;
    --ThemesFooterTextHoverColor:#ffffff;
    --ThemesFooterIconColor: #ffffff;
    --ThemesFooterButtonColor: #fff;
    --ThemesFooterButtonBgColor: #519aec;
    --ThemesFooterInputColor: #676767;
    --ThemesFooterInputBgColor: {$ThemesFooterInputBgColor};
    --ThemesFooterInputBorderColor: {$ThemesFooterInputBorderColor};
    --ThemesFooterLineColor: #2777d0;
    --ThemesReviewsStarColor: #000000;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

    --ThemesBodyColor: #FFFFFF;
    --ThemesNavFont: OpenSans-Bold;
    --ThemesFooterNavFont: OpenSans-Regular;
	--ThemesCheckoutButtonBgColor: #000000;
	--ThemesCheckoutButtonTextColor: #ffffff;
    
    --ProductsSalesBgStyleColor: #ff5555;
	--ProductsSalesTextColor: #fff;

	--ThemesAddToCartTextColor: #ffffff;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #1e71ce;
	--ThemesAddToCartBgHoverColor: #1e71ce;
	--ThemesAddToCartBorderColor: #00000000;
	--ThemesAddToCartBorderHoverColor: #00000000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #ff5555;
	--ThemesButtonFont: OpenSans-Bold;
	--PreBackgroundColor: #F1F1F1;
}
body.index {background-color: var(--ThemesBodyColor);}
.themes_products_sales{background-color: var(--ProductsSalesBgStyleColor); color:var(--ProductsSalesTextColor);}
.themes_box_title{color:var(--ThemesBoxTitleColor);font-family:var(--ThemesBoxTitleFont);}
.themes_box_subtitle{color:var(--ThemesBoxSubTitleColor);font-family:var(--ThemesBoxSubTitleFont);}
.themes_box_content{color: var(--ThemesTextContentColor);font-family: var(--ThemesTextContentFont);}
.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_article_title{color:#000000;font-family:"OpenSans-Bold";}
.themes_article_subtitle{color:#404852;font-family:"Opensans-Regular";}
body{color:#333;font-family:"Opensans-Regular",Arial;}
#banner{position:relative;}
.icon-star1.star_1:before,.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_banner{background-color:#f0f0f0;}
#banner_edit .banner_tab a.on{background-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: 1500px; }
.ly_carousel_1[data-screen="right_screen"]{ width: 100%; padding-left: 290px; box-sizing: border-box; }
.ly_carousel_1[data-screen="right_screen"] .carousel_wrapper { margin: 0 auto; max-width: 1210px; }
@media screen and (max-width: 1600px) {
    .container_screen{ width: 92%; }
    .ly_carousel_1[data-screen="right_screen"] .carousel_wrapper{ width: 90%; }
}
@media screen and (max-width: 1520px) {
    .container_screen{ max-width: 92%; }
}
@media screen and (max-width: 1000px) {
    .ly_carousel_1[data-screen="right_screen"]{ padding-left: 0; }
    .ly_carousel_1[data-screen="right_screen"] .carousel_wrapper{ width: 100%; }
    .container_screen{ width: 92vw; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}