@charset "UTF-8";

/*
Powered by ueeshop.com		http://www.ueeshop.com
广州联雅网络科技有限公司		020-83226791
*/
:root{
    --AddtoCartColor: #000;
    --BuyNowColor: #FFC000;
    --ThemesBoxTitleColor: #2d2d2d;
    --ThemesBoxTitleFont: "Opensans-Regular";
    --ThemesBoxSubTitleColor: #666;
    --ThemesBoxSubTitleFont: "Opensans-Regular";
    --ThemesProductsTitleColor: #777;
    --ThemesProductsTitleFont: "Opensans-Regular";
    --ThemesProductsPriceColor: #555;
    --ThemesProductsPriceFont: "OpenSans-Semibold";
    --ThemesProductsDelPriceColor: #888;
    --ThemesProductsDelPriceFont: "Opensans-Regular";
    --ThemesTextContentColor: #333;
    --ThemesTextContentFont: "Opensans-Regular";
    --ThemesHeaderTextColor:#F6EDED;
    --ThemesHeaderBgColor:#fff;
    --ThemesHeaderIconUserColor:#000;
    --ThemesHeaderIconCartColor:#000;
    --ThemesHeaderIconSearchColor:#000;
    --ThemesHeaderTipsColor:#fb4729;
    --ThemesNavTextColor:#FAF0F0;
    --ThemesNavTextHoverColor:#64bbb2;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
    --ThemesHeaderIconColor:#000;

    --ThemesFooterBgColor:#262626;
    --ThemesFooterLineColor:#393939;
    --ThemesFooterIconColor:#bbbbbb;
    --ThemesFooterTitleColor:#fff;
    --ThemesFooterTextColor:#999;
    --ThemesFooterTextHoverColor:#fff;
    --ThemesFooterButtonColor:#fff;
    --ThemesFooterButtonHoverColor:#fff;
    --ThemesFooterButtonBgColor:#64bbb2;
    --ThemesFooterButtonBgHoverColor:#64bbb2;
    --ThemesFooterInputColor:#b1b1b1;
    --ThemesFooterInputBgColor:#3b3b3b;
    --ThemesFooterInputBorderColor:#3b3b3b;
    --ThemesCopyrightColor:#999999;
    --ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

    --ThemesBodyColor: #ffffff;
	--ThemesNavFont: Opensans-Regular;
	--ThemesFooterNavFont: Opensans-Regular;
	--ThemesCheckoutButtonBgColor: #000000;
	--ThemesCheckoutButtonTextColor: #ffffff;

    --ProductsSalesBgStyleColor: #ffffff00;
	--ProductsSalesTextColor: #52b8e0;

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: Gadugi-Regular;
	--PreBackgroundColor: #F1F1F1;

}
/*******4.0 global-themes start*******/
/*font -color -family*/
body.index {background-color: var(--ThemesBodyColor);}
body,html{font-family:Gadugi-Regular; color:#333;}/*全局*/
.themes_title{color:#555;}/*标题*/
/*button -border -font*/
.themes_btn{border:1px transparent solid; color:#333;}
/*border -color -style*/
.themes_bor{border-color:#e5e5e5; border-style:solid;}
.themes_bor_before:before{border-color:#e5e5e5; border-style:solid;}
/*bg*/
.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_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_subtitle{color: #666;}
.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);}
/*******4.0 global-themes end*******/

/* 产品详细购物车按钮 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);}

.header .navBar li a{color: var(--ThemesNavTextColor);}
.default_language_style dt i{color:var(--ThemesHeaderIconColor);}
.default_currency_style dl i{color:var(--ThemesHeaderIconColor);}
/* 产品详细购物车按钮 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)}
/***************************Header(start)***************************/
/* 产品详细购物车按钮 end */
/***************************Header(end)***************************/
/***************************Index(start)***************************/
.index_Slider .text3 a{color:#fff; background:#64BBB2; border-radius:30px;}
.mobSlider .img .text .t1{color:#2e2e2e;}
.mobSlider .img .text .t2{color:#333;}
.mobSlider .img .text .t3 a{background:#64BBB2; border-radius:30px; color:#fff;}



.topCon .more a{color:#333; border:2px #888 solid;}
.topCon .more a:hover{color:#64bbb2;border:2px solid #64bbb2;}
/***************************Index(end)***************************/
/***************************媒体查询(start)***************************/
@media screen and (max-width:1000px){
    .headerFixed{background-color: var(--ThemesHeaderBgColor);}
	.topCon .more a:hover{color:#333; border:2px #888 solid;}
    .header{background: var(--ThemesHeaderBgColor);}
    .headerWrapper{background: var(--ThemesHeaderBgColor);}
}
/***************************媒体查询(end)***************************/
.ly_pro_addcart{background-color:#64bbb2;}
.ly_pro_addcart i{color:#fff;}

.container_screen{ width: 100%; padding-left: 6.3%; padding-right: 6.3%; box-sizing: border-box; }
@media screen and (max-width: 1366px) {
    .container_screen{ padding-left: 40px; padding-right: 40px; }
}
@media screen and (max-width: 1280px) {
    .container_screen{ padding-left: 20px; padding-right: 20px; }
}
@media screen and (max-width: 1000px) {
    .container_screen{ padding-left: 15px; padding-right: 15px; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}