@charset "UTF-8";

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

:root{
	--AddtoCartColor: #e31f26;
	--BuyNowColor: #000000;
	--ThemesBoxTitleColor: #333333;
	--ThemesBoxTitleFont: "Arial";
	--ThemesBoxSubTitleColor: ;
	--ThemesBoxSubTitleFont: "";
	--ThemesProductsTitleColor: ;
	--ThemesProductsTitleFont: "Opensans-Regular";
	--ThemesProductsPriceColor: #000;
	--ThemesProductsPriceFont: "Arial";
	--ThemesProductsDelPriceColor: #999;
	--ThemesProductsDelPriceFont: "Opensans-Regular";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Opensans-Regular";
	--ThemesHeaderBgColor: #0f0f0f;
	--ThemesHeaderTextColor: #888;
	--ThemesHeaderLineColor: #292929;
	--ThemesHeaderIconColor: ;
	--ThemesHeaderInputBorderColor: ;
	--ThemesHeaderTipsColor: ;
	--ThemesHeaderIconUserColor: #e31f26;
	--ThemesHeaderIconCartColor: #e31f26;
	--ThemesHeaderIconSearchColor: #e31f26;
	--ThemesNavBgColor: ;
	--ThemesNavTextColor: #fff;
	--ThemesNavTextHoverColor: #8d8788;
	--ThemesFooterBgColor: #2a2a2a;
	--ThemesFooterTitleColor: #fff;
	--ThemesFooterTextColor: #e0dce0;
	--ThemesFooterIconColor: #888;
	--ThemesFooterTextHoverColor: #fff;
	--ThemesFooterLineColor: #454545;
	--ThemesFooterButtonColor: #050505;
	--ThemesFooterButtonBgColor: #d80625;
    --ThemesFooterInputColor: #fff;
	--ThemesFooterInputBorderColor: #77777747;
	--ThemesCopyrightColor: #888;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
}

.themes_box_title{font-family:var(--ThemesBoxTitleFont); color:var(--ThemesBoxTitleColor);}/*标题*/
.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,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{background-color: #e31f26;color: #fff;}

/* 产品详细购物车按钮 start */
.default_products_detail #addtocart_button{background-color: transparent; border-width:1px; border-color:var(--AddtoCartColor); border-style:solid; 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-width:1px; border-color:var(--BuyNowColor); border-style:solid; color:var(--BuyNowColor);}

.shopping_add_to_cart .shopping_addtocart_add_btn{background-color:transparent; border-width:1px; border-color:var(--AddtoCartColor); border-style:solid; 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-width:1px; border-color:var(--BuyNowColor); border-style:solid; color:var(--BuyNowColor);}
/* 产品详细购物车按钮 end */
.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*******/

.nav_top{border-bottom-width:1px; border-bottom-color:var(--ThemesHeaderLineColor); border-bottom-style:solid; font-family:'Opensans-Regular'; color:var(--ThemesHeaderTextColor);}
.nav_top .yellow{color:#ffd900;}
.nav_top .inline{border-left-width:1px; border-left-color:var(--ThemesHeaderLineColor); border-left-style:solid;}
body .default_account_style a{color:var(--ThemesHeaderTextColor);}
.default_account_style .FontColor{color:var(--ThemesHeaderTextColor);}
.default_account_style .FontColor:hover{color:var(--ThemesHeaderTextColor);}

.bx_nav_one{background-color:var(--ThemesHeaderBgColor);}
.bx_nav ul li{font-family:'Whitney-Black'; color:var(--ThemesNavTextColor);}
.bx_nav ul li a{color:var(--ThemesNavTextColor);}
.bx_nav ul li .bx_nav_fd{background-color:#fff;}
.bx_nav ul li a:hover, .bx_nav_one .bx_nav ul li a.focus{color:var(--ThemesNavTextHoverColor);}

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

.default_search_style a{background-repeat:no-repeat; background-position:center center; background-size:contain;}
.default_search_style a .iconfont{color:var(--ThemesHeaderIconSearchColor);}

.header_favorite_btn{background-repeat:no-repeat; background-position:center center; background-size:contain;}
.header_favorite_btn .iconfont{color:var(--ThemesHeaderIconUserColor);}

.default_shopping_cart_style{background-repeat:no-repeat; background-position:center center; background-size:contain;}
.default_shopping_cart_style .iconfont{color:var(--ThemesHeaderIconCartColor);}

.language_box dd, .default_currency_style dd {background-color:#fff;}

.default_newsletter_form, .input_box2 {border-width:1px; border-color:var(--ThemesFooterInputBorderColor); border-style:solid;}
.default_newsletter_form input:nth-of-type(1), .input_box2 input {background-color: transparent; border:none; color:var(--ThemesFooterInputColor);}
.default_newsletter_form input.text{color:var(--ThemesFooterInputColor);}
.default_newsletter_form input::placeholder{color:var(--ThemesFooterInputColor);}
.default_newsletter_form button{background-repeat:no-repeat; background-position:center center; color:transparent; border:none; border-left-width:1px; border-left-color:var(--ThemesFooterInputBorderColor); border-left-style:solid; background-color:var(--ThemesFooterButtonBgColor);}
.default_newsletter_form button .iconfont{color:var(--ThemesFooterButtonColor);}
@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);}

/* footer */

.foot_left dt, .top_text, .menu_list dt {font-family:'Whitney-Black'; color:var(--ThemesFooterTitleColor);}

.foot_left dd, .sub_text, .menu_list dd a{color:var(--ThemesFooterTextColor);}
.menu_list dd i{color:#666;}
.menu_list dd a:hover{color:var(--ThemesFooterTextHoverColor);}
.foot_left dd:nth-of-type(2) a{color:#ffd900;}

.power_by::after{background-color:var(--ThemesFooterLineColor);}
.power_by .center_span{background-color:var(--ThemesFooterLineColor);}
.footer2 {color:var(--ThemesFooterTextColor);}
.footer2 a{color:var(--ThemesFooterTextColor);}
.global_swap_chain{background-color:var(--ThemesFooterLineColor); color:var(--ThemesFooterTextColor);}
.global_swap_chain a{color:var(--ThemesFooterTextColor);}

.follow_us_list li>a{color:var(--ThemesFooterIconColor);}

.foot_copyright .footer2, .foot_copyright .footer2 a{color:var(--ThemesCopyrightColor);}

/* footer */
@media (max-width:1000px ){
    .foot_left,
    .menu_list {border-bottom-width:1px; border-bottom-color:var(--ThemesFooterLineColor); border-bottom-style:solid;}
    .bg_black{ background-color:#282c35; color:#fff;}
}

.bg_2a{background-color:var(--ThemesFooterBgColor);}

body.index,body.themes_index{background-color:#f3f3f3;}

.button_next, .button_prev{border:1px solid #efefef;background-color:#fff;}

.title0 span::after{background-color:#e5fffc;}
.title0_p{font-family:'Opensans-Light';}

/* new arrival */
.nav_a{color:#888888;border-bottom:1px solid transparent;}
.nav_a:hover,
.nav_a.focus{color:#282d35;border-bottom-color:#282d35;}
.price_box{color:#000000;}
.arrival_a{  background-color:#fff;}
.arrival_a:hover{box-shadow:0px 0px 7px #ccc;}
.arrival_info h3{color:#333;}
.action_icon .cart_btn{background-repeat:no-repeat; background-position:center center; background-color:#E31F46;}
.action_icon .fav_btn{background-repeat:no-repeat; background-position:center center; background-color:#FFD900;}
.action_icon .fav_btn.is_in{background-repeat:no-repeat; background-position:center center; background-color:#FFD900;}

.ly_product_more a {font-family: "Whitney-Black"; color: #333;}
.ly_product_more a:hover {color: #e31f26;}
/* new arrival */
.container .view_li a .view_msg .view_main_title{color:#fff; font-family:'Whitney-Black';}
.container .view_li a .view_msg.view_item_2 .view_sub_title{color:#888888; font-family:'Opensans-Regular';}
.container .view_li a .view_msg.view_item_3 .view_sub_title{color:#ffffff; font-family:'Whitney-Black';}
.container .view_li a .view_msg.view_item_3 .view_content{color:#e31f26; font-family:'Whitney-Black';}
.container .view_li a .view_msg .shopnow{color:#fff; border-bottom:1px solid #fff;}

/* our blog */
.blog_li::after{background-color:#d8d8d8;}
.blog_left{color:#888888;background-color:#2a2a2a;}
.blog_left h3{color:#fff;font-family:'Whitney-Black';}
.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:'Whitney-Black';  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;box-sizing:border-box;background-color:#f1f1f1; }
    .input_btn{background-color:#111111;color:#fff; }

    .bg_black{background-color:#282c35;color:#fff;}

	.ly_product_more a:hover {color: #333;}

}
