@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: ;
    --ThemesBoxSubTitleFont: "";
    --ThemesProductsTitleColor: #333;
    --ThemesProductsTitleFont: "Opensans-Regular";
    --ThemesProductsPriceColor: #d7bf75;
    --ThemesProductsPriceFont: "OpenSans-Bold";
    --ThemesProductsDelPriceColor: #999999;
    --ThemesProductsDelPriceFont: "阿里妈妈刀隶体";
    --ThemesTextContentColor: #333;
    --ThemesTextContentFont: "Opensans-Regular";

    --ThemesHeaderBgColor: #292929;
    --ThemesHeaderTextColor: #fff;
    --ThemesHeaderTipsColor: #e53935;
    --ThemesHeaderIconColor: #fff;
    --ThemesHeaderIconBgColor: #9c976f;
    --ThemesHeaderInputBgColor: #393939;
    --ThemesNavBgColor: #fff;
    --ThemesNavTextColor: #000;
    --ThemesNavTextHoverColor: #8d8788;
    --ThemesFooterBgColor: #252425;
    --ThemesFooterTitleColor: #beb888;
    --ThemesFooterTextColor: #878888;
    --ThemesFooterTextHoverColor: #fff;
    --ThemesFooterButtonBgHoverColor: ;
    --ThemesFooterButtonBgColor:  #908b6a;
    --ThemesFooterButtonColor:  #fff;
    --ThemesFooterInputBorderColor: #beb888;
    --ThemesFooterInputColor: #666;
    --ThemesFooterIconColor: #bbb;
    --ThemesCopyrightColor: #666666;
    --ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
}

.headerWrapper{ background-color: var(--ThemesHeaderBgColor); }
.default_search_style input.text {background-color: var(--ThemesHeaderInputBgColor);color: var(--ThemesHeaderTextColor);}
.default_search_style input.text::placeholder {color: #ddd;}
.default_account_style,
.default_shopping_cart_style {background-color: var(--ThemesHeaderIconBgColor);}
.hamburger .iconfont,
.default_account_style .iconfont,
.default_search_style .iconfont,
.default_shopping_cart_style .iconfont {color: var(--ThemesHeaderIconColor);}
.default_language_currency_style dt {background-color: var(--ThemesHeaderIconBgColor);color: var(--ThemesHeaderTextColor);}
.cart_count{background-color: var(--ThemesHeaderTipsColor);color: var(--ThemesHeaderTextColor);}
.bx_nav {background-color: var(--ThemesNavBgColor);}
.bx_nav ul {font-family: 'OpenSans-Bold';}
.bx_nav ul li a{ color: var(--ThemesNavTextColor);}
.bx_nav ul li .bx_nav_fd{background-color:#ffffff;}
.bx_nav ul li .bx_nav_fd a{font-family: 'GreyGoose_Bold';}
.bx_nav ul li a:hover,.bx_nav_one .bx_nav ul li a.focus{color: var(--ThemesNavTextHoverColor);}

.footer,
.footer2 {background-color: var(--ThemesFooterBgColor);}
.top_text::before, .menu_list dt::before
.default_newsletter_form{border: 1px solid var(--ThemesFooterInputBorderColor);}
.default_newsletter_style input:first-of-type{border: none;background: transparent;color: var(--ThemesFooterTextColor);}
.default_newsletter_style .subscribe{color: var(--ThemesFooterButtonColor);background-color: var(--ThemesFooterButtonBgColor);border: none !important;}
.top_text::before, .menu_list dt::before {background-color: var(--ThemesFooterTitleColor);}
.top_text,
.default_foot_menu_style .menu_list dt {color: var(--ThemesFooterTitleColor);}
.sub_text,
.default_foot_menu_style .menu_list dd a{color: var(--ThemesFooterTextColor);}
.default_foot_menu_style .menu_list dd:hover a{color: var(--ThemesFooterTextHoverColor);}
.default_newsletter_form {border-color: var(--ThemesFooterInputBorderColor);}
.footer2 p {color: var(--ThemesCopyrightColor);}
.footer .follow_us_list .iconfont {color: var(--ThemesFooterIconColor);}
.default_newsletter_style input:first-of-type,
.default_newsletter_style input:first-of-type::placeholder {color: var(--ThemesFooterInputColor);}
@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{background: #75a48b;color: #fff;font-family: 'OpenSans-Bold';}

.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_title{font-family: 'OpenSans-Bold';}
.themes_article_subtitle{font-family: 'OpenSans-Regular';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: transparent;border: 1px solid var(--AddtoCartColor);color: var(--AddtoCartColor);}
.default_products_detail #addtocart_button:hover{background-color: var(--AddtoCartColor);color:#fff;}
.default_products_detail #buynow_button{background-color: var(--BuyNowColor);}
.default_products_detail #buynow_button:hover{background-color: transparent;border: 1px solid var(--BuyNowColor);color: var(--BuyNowColor);}

.shopping_add_to_cart .shopping_addtocart_add_btn{background-color: transparent;border: 1px solid var(--AddtoCartColor);color: var(--AddtoCartColor);}
.shopping_add_to_cart .shopping_addtocart_add_btn:hover{background-color: var(--AddtoCartColor);color:#fff;}
.shopping_add_to_cart .shopping_addtocart_buy_btn{background-color: var(--BuyNowColor);}
.shopping_add_to_cart .shopping_addtocart_buy_btn:hover{background-color: transparent;border: 1px solid var(--BuyNowColor);color: var(--BuyNowColor);}
/* 产品详细购物车按钮 end */


.default_language_style dd,
.currency_box dd{
    background-color: #fff;
}

@media (min-width: 1000px){
    .default_search_style input.text{border:none;color:#ddd;}

}

.text_0{color: transparent;}



.default_account_style .global_account_sec .AccountButton_sec{ color:#999;}

.hamburger .line{background-color:#fff;}


/* footer */


/* 字体 */
.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';}
.feature_li{background:#fff;}
.feature_li::after{background:#666;}
.feature_li:hover{box-shadow:0px 0px 7px #ccc;}
.action_icon a{background-color:#818181;}
.action_icon a .iconfont{color:#fff;}
.action_icon:hover a,.action_icon a.is_in{background-color:#beb888;}
.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';}
.btn_175{border:1px solid #beb888;color:#beb888;font-family:'OpenSans-Bold';}
.btn_175:hover{background:#beb888;color:#fff;}
.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;}