@charset "UTF-8";

/*
 * Powered by ueeshop.com		http://www.ueeshop.com
 * 广州联雅网络科技有限公司		020-83226791
 */

:root{
	--AddtoCartColor: {$AddtoCartColor};
	--BuyNowColor: {$BuyNowColor};
	--ThemesBoxTitleColor: {$ThemesBoxTitleColor};
	--ThemesBoxTitleFont: "{$ThemesBoxTitleFont}";
	--ThemesBoxSubTitleColor: {$ThemesBoxSubTitleColor};
	--ThemesBoxSubTitleFont: "{$ThemesBoxSubTitleFont}";
	--ThemesProductsTitleColor: {$ThemesProductsTitleColor};
	--ThemesProductsTitleFont: "{$ThemesProductsTitleFont}";
	--ThemesProductsPriceColor: {$ThemesProductsPriceColor};
	--ThemesProductsPriceFont: "{$ThemesProductsPriceFont}";
	--ThemesProductsDelPriceColor: {$ThemesProductsDelPriceColor};
	--ThemesProductsDelPriceFont: "{$ThemesProductsDelPriceFont}";
	--ThemesTextContentColor: {$ThemesTextContentColor};
	--ThemesTextContentFont: "{$ThemesTextContentFont}";
	--ThemesHeaderBgColor: {$ThemesHeaderBgColor};
	--ThemesHeaderTextColor: {$ThemesHeaderTextColor};
	--ThemesHeaderLineColor: {$ThemesHeaderLineColor};
	--ThemesHeaderIconColor: {$ThemesHeaderIconColor};
	--ThemesHeaderInputBorderColor: {$ThemesHeaderInputBorderColor};
	--ThemesHeaderTipsColor: {$ThemesHeaderTipsColor};
	--ThemesHeaderIconUserColor: {$ThemesHeaderIconUserColor};
	--ThemesHeaderIconCartColor: {$ThemesHeaderIconCartColor};
	--ThemesHeaderIconSearchColor: {$ThemesHeaderIconSearchColor};
	--ThemesNavBgColor: {$ThemesNavBgColor};
	--ThemesNavTextColor: {$ThemesNavTextColor};
	--ThemesNavTextHoverColor: {$ThemesNavTextHoverColor};
	--ThemesNavLevel2TextColor: {$ThemesNavLevel2TextColor};
	--ThemesNavLevel2TextHoverColor: {$ThemesNavLevel2TextHoverColor};
	--ThemesNavLevel3TextColor: {$ThemesNavLevel3TextColor};
	--ThemesNavLevel3TextHoverColor: {$ThemesNavLevel3TextHoverColor};
	--ThemesNavLevel4TextColor: {$ThemesNavLevel4TextColor};
	--ThemesNavLevel4TextHoverColor: {$ThemesNavLevel4TextHoverColor};
	--ThemesFooterBgColor: {$ThemesFooterBgColor};
	--ThemesFooterTitleColor: {$ThemesFooterTitleColor};
	--ThemesFooterTextColor: {$ThemesFooterTextColor};
	--ThemesFooterIconColor: {$ThemesFooterIconColor};
	--ThemesFooterTextHoverColor: {$ThemesFooterTextHoverColor};
	--ThemesFooterLineColor: {$ThemesFooterLineColor};
	--ThemesFooterButtonColor: {$ThemesFooterButtonColor};
	--ThemesFooterButtonBgColor: {$ThemesFooterButtonBgColor};
    --ThemesFooterInputColor: {$ThemesFooterInputColor};
	--ThemesFooterInputBorderColor: {$ThemesFooterInputBorderColor};
	--ThemesCopyrightColor: {$ThemesCopyrightColor};
	--ThemesReviewsStarColor: {$ThemesReviewsStarColor};
	--ThemesAttrOptionColor: {$ThemesAttrOptionColor};
	--ThemesProductSoldFontColor: {$ThemesProductSoldFontColor};

	--ThemesBodyColor: {$ThemesBodyColor};
	--ThemesNavFont: {$ThemesNavFont};
	--ThemesFooterNavFont: {$ThemesFooterNavFont};
	--ThemesCheckoutButtonBgColor: {$ThemesCheckoutButtonBgColor};
	--ThemesCheckoutButtonTextColor: {$ThemesCheckoutButtonTextColor};

	--ProductsSalesBgStyleColor: {$ProductsSalesBgStyleColor};
	--ProductsSalesTextColor: {$ProductsSalesTextColor};

	--ThemesAddToCartTextColor: {$ThemesAddToCartTextColor};
	--ThemesAddToCartTextHoverColor: {$ThemesAddToCartTextHoverColor};
	--ThemesAddToCartBgColor: {$ThemesAddToCartBgColor};
	--ThemesAddToCartBgHoverColor: {$ThemesAddToCartBgHoverColor};
	--ThemesAddToCartBorderColor: {$ThemesAddToCartBorderColor};
	--ThemesAddToCartBorderHoverColor: {$ThemesAddToCartBorderHoverColor};
	--ThemesBuyNowTextColor: {$ThemesBuyNowTextColor};
	--ThemesBuyNowBgColor: {$ThemesBuyNowBgColor};
	--ThemesButtonFont: {$ThemesButtonFont};
	--PreBackgroundColor: {$PreBackgroundColor};
}

.themes_box_title{font-family:var(--ThemesBoxTitleFont); color:var(--ThemesBoxTitleColor);}/*标题*/
.themes_box_subtitle{font-family:var(--ThemesBoxSubTitleFont); color:var(--ThemesBoxSubTitleColor);}/*标题*/
.themes_products_title{color:var(--ThemesProductsTitleColor); font-family:var(--ThemesProductsTitleFont);}
.themes_products_price{font-family:var(--ThemesProductsPriceFont); color:var(--ThemesProductsPriceColor);}/*价格*/
.themes_products_origin_price{color:var(--ThemesProductsDelPriceColor); font-family:var(--ThemesProductsDelPriceFont);}
.themes_text_content{color:var(--ThemesTextContentColor); font-family:var(--ThemesTextContentFont);}

/*******4.0 global-themes start*******/
/*font -color -family*/
body.index {background-color: var(--ThemesBodyColor);}
body,html{font-family:'Opensans-Regular',Arial;color: #333;}/*全局*/
/*button -border -font*/
.themes_btn{border:1px solid transparent;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_sales,
.themes_products_sales{background-color: var(--ProductsSalesBgStyleColor); color:var(--ProductsSalesTextColor);}

/* 产品详细购物车按钮 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)}
.icon-star1.star_1:before,.review_star .half_star:after{ color: var(--ThemesReviewsStarColor);  }
.review_star .half_star:after{ color: var(--ThemesReviewsStarColor); }

/*******4.0 global-themes end*******/
@media (max-width:1000px) {
    .default_shopping_cart_style .text_0{background-repeat:no-repeat; background-position:center center; background-size:contain; color:transparent;}
}
#prod_detail .detail_right.absolute_righter{background-color:transparent;}
.editor_txt{background-color:transparent;}
#signup .register .input_box .input_box_txt{background-color:#f3f3f3;}
#signup .verification_button{background-color:#f3f3f3;}
#signup .verification_button.successed{color:#333;}
#signup .register .signup,#customer .info .sign_btn a{background-color:#000;}
.default_language_currency_style dt{color:var(--ThemesHeaderTextColor);}
.button_next, .button_prev{border:1px solid #efefef;background-color:#fff;}
.title0 span::after{background-color:#e5fffc;}
.title0_p{font-family:'Opensans-Light';}
.nav_a{color:#888888;border-bottom:1px solid transparent;}
.nav_a:hover,
.nav_a.focus{color:#282d35;border-bottom-color:#282d35;}
.blog_li::after{background-color:#d8d8d8;}
.blog_left{color:#888888;background-color:#2a2a2a;}
.blog_left h3{color:#fff;font-family:'OpenSans-Bold';}
.btn_block{border:1px solid #7b7b7b;color:#888;}
.btn_block:hover{background-color:#7b7b7b;  color:#fff;}
.blog_info .time{color:#fff;}
.blog_info h3{  font-family:'OpenSans-Bold';  color:#fff;}
.blog_info p{color:#888;}
.btn_blog{background-color:#ee3e44;color:#fff;}
.blog_right{background-color:#2a2a2a;color:#888888;}
.hover_btn{background-color:rgba(0, 0, 0, 0.25);}
.bg_white{background-color:#fff;}
.color_5{color:#555;}
.color_8{color:#888;}
.white{ color:#fff;}
.btn0{background-color:#282d35;color:#fff;}
.btn59{background-color:#282d35;color:#fff;}
@media (max-width:1000px ){
    .view_li .btn0{background-color:transparent;border-bottom:1px solid #282d35;color:#282d35; }
    .arrival_num{border:1px solid transparent; }
    .arrival_a .img.bg{background-color:rgba(19, 19, 19, 0.05); }
	.arrival_a:hover{box-shadow:unset;}
    .bx_p17:nth-of-type(1) .img img,
    .bx_p17:nth-of-type(2) .img img{background-color:#e8e8e8; }
    .action_icon{background-color:transparent;border:none;}
    .hot{background-position:-134px top;background-size:361px auto;border-bottom:10px solid #f9f9f9;}
    .blog_li::after{background-color:#f9f9f9; }
    .input_box input{border:none;background-color:#f1f1f1; }
    .input_btn{background-color:#111111;color:#fff; }
    .bg_black{background-color:#282c35;color:#fff;}
	.ly_product_more a:hover {color: #333;}
}

.container_screen { width: 100%; padding-left: 10px; padding-right: 10px; -webkit-box-sizing: border-box; box-sizing: border-box }
@media (min-width: 768px) {
	.container_screen { max-width:740px; padding-left: 0; padding-right: 0 }
}
@media (min-width: 992px) {
	.container_screen { max-width:960px }
}
@media (min-width: 1100px) {
	.container_screen { max-width:1000px }
}
@media (min-width: 1200px) {
	.container_screen { max-width:1100px }
}
@media (min-width: 1240px) {
	.container_screen { max-width:1200px }
}
@media (min-width: 1480px) {
	.container_screen { max-width:1440px }
}
@media (min-width: 1700px) {
	.container_screen { max-width:1440px}
}
@media (min-width: 1900px) {
	.container_screen { max-width:1666px }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}