@charset "UTF-8";

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

:root{
	--AddtoCartColor: #FFFFFF;
	--BuyNowColor: #000000;
	--ThemesBoxTitleColor: #333;
	--ThemesBoxTitleFont: "OpenSans-Bold";
	--ThemesBoxSubTitleColor: #666666;
	--ThemesBoxSubTitleFont: "OpenSans-Bold";
	--ThemesProductsTitleColor: #333;
	--ThemesProductsTitleFont: "Opensans-Regular";
	--ThemesProductsPriceColor: #bd7855;
	--ThemesProductsPriceFont: "OpenSans-Bold";
	--ThemesProductsDelPriceColor: #666;
	--ThemesProductsDelPriceFont: "Opensans-Regular";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Opensans-Regular";
	--ThemesHeaderBgColor: #fff;
	--ThemesHeaderTextColor: #333;
	--ThemesHeaderLineColor: {$ThemesHeaderLineColor};
	--ThemesHeaderIconColor: {$ThemesHeaderIconColor};
	--ThemesHeaderInputBorderColor: {$ThemesHeaderInputBorderColor};
	--ThemesHeaderTipsColor: #bd7855;
	--ThemesHeaderIconUserColor: #3d3d3d;
    --ThemesHeaderIconCartColor: #3d3d3d;
    --ThemesHeaderIconSearchColor: #3d3d3d;
	--ThemesNavBgColor: {$ThemesNavBgColor};
	--ThemesNavTextColor: #333;
	--ThemesNavTextHoverColor: #8d8788;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor: #202020;
	--ThemesFooterTitleColor: #fff;
	--ThemesFooterTextColor: #666;
	--ThemesFooterIconColor: #000;
	--ThemesFooterTextHoverColor: #fff;
    --ThemesFooterLineColor: {$ThemesFooterLineColor};
    --ThemesFooterInputColor: {$ThemesFooterInputColor};
	--ThemesFooterInputBgColor: {$ThemesFooterInputBgColor};
	--ThemesFooterInputBorderColor: {$ThemesFooterInputBorderColor};
	--ThemesCopyrightColor: #666;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

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

	--ProductsSalesBgStyleColor: #ffffff00;
	--ProductsSalesTextColor: #333;

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: Opensans-Regular;
	--PreBackgroundColor: #F1F1F1;
}
body.index {background-color: var(--ThemesBodyColor);}
body, html{font-family:'Opensans-Regular',Arial;color:#333;}
.themes_box_title,
.themes_box_title a{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{ 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);}
/* 产品详细购物车按钮 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)}
.themes_article_title,.themes_article_title a{color: #333;font-family: 'Ope nsans-Regular';}
.themes_article_subtitle{color:#bd7855;font-family:'OpenSans-Bold';}
.icon-star1.star_1:before,.review_star .half_star:after{ color: var(--ThemesReviewsStarColor);  }
.review_star .half_star:after{ color: var(--ThemesReviewsStarColor); }

@media (max-width:1000px ){
	.bg_black{background:#282c35;color:#fff;}
}
.pa_text{color:#cccccc;font-family:'OpenSans-Bold';}
.pa_text .active{color:#bd7855;}
.ly_copy, .ly_copy a{color:var(--ThemesCopyrightColor);}
/* about us 开始 */
.about p{color:#666666;}
.about a{border-bottom: solid 2px #bd7855; color: #bd7855;}
/* about us 结束 */
/* stay with us 开始 */
.color_5{color:#555;}
.color_8{color:#888;}
.white{color:#fff;}
.btn0{background:#282d35;color:#fff;}
.btn59{background:#282d35;color:#fff;}
.global_swap_chain{background-color:#202020;color:#666666;}
.global_swap_chain a{color:#666666;}
.global_swap_chain a:hover{color:#fff;}
@media (max-width:1000px ){
	.about{background-size:contain;}
	.arrival_num{border:1px solid transparent;}
	.bx_p17:nth-of-type(1) .img img,.bx_p17:nth-of-type(2) .img img{background-color:#e8e8e8;}
	.action_icon{background:transparent;border:none;}
	.blog_li::after{background-color:#f9f9f9;}
	.input_btn{background:#111111;color:#fff;}
	.bg_fa{background:#fafafa;}
	.bg_black{background:#282c35;color:#fff;}
}

.container_screen { width: 100%; padding-left: 15px; padding-right: 15px; -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:920px}
}
@media (min-width: 1240px) {
	.container_screen { max-width:1180px }
}
@media (min-width: 1480px) {
	.container_screen { max-width:1400px }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}