@charset "UTF-8";

/*
Powered by ueeshop.com      http://www.ueeshop.com
广州联雅网络科技有限公司        020-83226791
*/
:root{
    --AddtoCartColor: #AF0D64;
    --BuyNowColor: #EA215C;
    --MainColor: #9c976f;
    --ThemesBoxTitleColor: #222;
    --ThemesBoxTitleFont: "OpenSans-Bold";
    --ThemesBoxSubTitleColor: #222;
    --ThemesBoxSubTitleFont: "Opensans-Regular";
    --ThemesProductsTitleColor: #0B0A0A;
    --ThemesProductsTitleFont: "Opensans-Regular";
    --ThemesProductsPriceColor: #B81818;
    --ThemesProductsPriceFont: "OpenSans-Bold";
    --ThemesProductsDelPriceColor: #999999;
    --ThemesProductsDelPriceFont: "OpenSans-Regular";
    --ThemesTextContentColor: #333;
    --ThemesTextContentFont: "Opensans-Regular";

    --ThemesHeaderBgColor: #B81818;
    --ThemesHeaderTextColor: #fff;
    --ThemesHeaderTipsColor: #e53935;
    --ThemesHeaderIconColor: #E8E8E6;
    --ThemesHeaderIconBgColor: #B81818;
    --ThemesHeaderInputBgColor: #FFFFFF;
    --ThemesNavBgColor: #B81818;
    --ThemesNavTextColor: #FFFFFF;
    --ThemesNavTextHoverColor: #FFFFFF;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
    --ThemesFooterBgColor: #333333;
    --ThemesFooterTitleColor: #FFFFFF;
    --ThemesFooterTextColor: #878888;
    --ThemesFooterTextHoverColor: #fff;
    --ThemesFooterButtonBgHoverColor: {$ThemesFooterButtonBgHoverColor};
    --ThemesFooterButtonBgColor:  #333333;
    --ThemesFooterButtonColor:  #fff;
    --ThemesFooterInputBorderColor: #FFFFFF;
    --ThemesFooterInputColor: #666;
    --ThemesFooterIconColor: #bbb;
    --ThemesCopyrightColor: #FFFFFF;
    --ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

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

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

	--ThemesSearchPlaceholderTipsText: #0B0A0A;
}
body.index {background-color: var(--ThemesBodyColor);}
@media (max-width: 1000px){
    .default_shopping_cart_style {background-color: transparent;}
}
/*******4.0 global-themes start*******/
/*font -color -family*/
body,html{font-family:'Opensans-Regular',Arial;color: #333;}/*全局*/
.themes_subtitle,.themes_subtitle a{font-family: 'OpenSans-Regular';color: #999999;}/*副标题*/
/*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);}
.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); }

/*******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);}
/* 产品详细购物车按钮 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)}
/* 字体 */
.OpenB{font-family:'OpenSans-Bold';}
.Open{font-family:'OpenSans-Regular';}
#banner_edit .banner_tab a{border:1px solid #cccccc;background:#cccccc;background-clip:content-box;}
#banner_edit .banner_tab a.on{background-color:transparent;}
.more_title{font-family:'OpenSans-Bold';}
.style_text span{font-family:'OpenSans-Bold';color:#fff;border-bottom:1px solid #fff;}
.hover_btn{background-color:rgba(0,0,0,0.5);}
.gallery_box .gallery_title .title{color:#555555;font-family:'Opensans-Regular';}
.gallery_box .gallery_title .title:hover{color:#808080;}
.color_6{color:#666;}
.bg_f6{background:#f6f6f6;}
.btn_210{background:#beb888;color:#fff;font-family:'OpenSans-Bold';}
.color_5{color:#555;}
.color_8{color:#888;}
.white{color:#fff;}
.btn0{background:#282d35;color:#fff;}
.btn59{background:#282d35;color:#fff;}
@media (max-width: 1000px ){
    .img.bg img{background-color:#e8e8e8;}
    .btn_175{background-color:#beb888;color:#fff;}
    .action_icon{background:transparent;border:none;}
    .hot{background-position:-134px top;background-size:361px auto;border-bottom:10px solid #f9f9f9;}
    .blog_li::after{background-color:#f9f9f9;}
    .bg_fa{background:#fafafa;}
    .bg_24{background-color:#242424;color:#fff;}
    .bg_black{background:#282c35;color:#fff;}
    .feature_li:hover{box-shadow:none;}
    .action_icon:hover img,.action_icon .is_in img{background-color:none;}
}
.global_swap_chain{ background:#252425;}
.global_swap_chain *{ color:#666;}
.global_swap_chain a{ color:#666;}

.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: 1200px) {
    .container_screen { max-width:1200px }
}
@media (min-width: 1441px) {
    .container_screen { max-width:1440px }
}
@media (max-width: 768px) {
    .container_screen { overflow-x:hidden }
}
@media (max-width: 1000px) {
    .container_screen { padding-left:20px; padding-right: 20px}
}
.themes_box_button{font-family: var(--ThemesButtonFont);}