@charset "UTF-8";

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

:root{
	--AddtoCartColor: #AF0D64;
	--BuyNowColor: #EA215C;
	--MainColor: #f3664b;
	--ThemesBoxTitleColor: #000000;
	--ThemesBoxTitleFont: "OpenSans-Bold";
	--ThemesBoxSubTitleColor: #828282;
	--ThemesBoxSubTitleFont: "Ptsans-Regular";
	--ThemesProductsTitleColor: #333333;
	--ThemesProductsTitleFont: "Ptsans-Regular";
	--ThemesProductsPriceColor: #f3664b;
	--ThemesProductsPriceFont: "Arial";
	--ThemesProductsDelPriceColor: #7d7d7d;
	--ThemesProductsDelPriceFont: "Arial";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Opensans-Regular";
	--ThemesHeaderBgColor: #fff;
	--ThemesHeaderTextColor: #555;
	--ThemesHeaderIconColor: #000;
	--ThemesHeaderIconBgColor: {$ThemesHeaderIconBgColor};
	--ThemesHeaderTipsColor: #f3664b;
	--ThemesNavTextColor: #555;
	--ThemesNavTextHoverColor: #000;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor: #202020;
	--ThemesFooterTitleColor: #fff;
	--ThemesFooterTextColor: #a0a0a0;
	--ThemesFooterTextHoverColor: #fff;
	--ThemesFooterLineColor: #303030;
	--ThemesFooterIconColor: #a0a0a0;
	--ThemesCopyrightColor:{$ThemesCopyrightColor};
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

	--ThemesBodyColor: #ffffff;
	--ThemesNavFont: Montserrat-Bold;
	--ThemesFooterNavFont: Ptsans-Regular;
	--ThemesCheckoutButtonBgColor: #000000;
	--ThemesCheckoutButtonTextColor: #ffffff;

	--ProductsSalesBgStyleColor: #F3664B;
	--ProductsSalesTextColor: #fff;

	--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);}
#header {background-color: var(--ThemesHeaderBgColor);color: var(--ThemesHeaderTextColor);}
#header .operation_activities a{color: var(--ThemesHeaderTextColor);}
#header .default_currency_style dt i,
#header .default_language_style dt i {color: var(--ThemesHeaderIconColor);}
/*******4.0 global-themes start*******/
/*font -color -family*/
body,html{font-family:'Opensans-Regular',Arial;color: #333;}/*全局*/
.themes_title{color:#000000;font-family: "Twcenmt";}/*标题*/
.themes_subtitle,.themes_subtitle a{font-family: "trebuchet ms";color:#7d7d7d;}/*副标题*/
.themes_price{color:#f3664b;font-family: "trebuchet ms";}/*价格*/
.themes_sales,
.themes_seckill,
.themes_products_sales{background-color: var(--ProductsSalesBgStyleColor); color:var(--ProductsSalesTextColor);font-family: "trebuchet ms";}/*秒杀*/
/*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*/
/*******4.0 global-themes end*******/
.themes_dropdown{border-color:#dddddd; -webkit-box-shadow:0 0 15px 0 rgba(153,153,153,0.5); box-shadow:0 0 15px 0 rgba(153,153,153,0.5);}
.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: "Ptsans-Regular";color:#000;}
.themes_article_subtitle{font-family: "Ptsans-Regular";color:#828282;}
.icon-star1.star_1:before,.review_star .half_star:after{ color: var(--ThemesReviewsStarColor);  }
.review_star .half_star:after{ color: var(--ThemesReviewsStarColor); }
.products_detail_box .prod_info_form li.attr_show .btn_attr.selected{box-shadow: 0 0 0 1px var(--ThemesAttrOptionColor);}
.products_detail_box .prod_info_form li.attr_show .btn_attr:hover, .products_detail_box .prod_info_form li.attr_show .btn_attr.selected{box-shadow: 0 0 0 2px var(--ThemesAttrOptionColor);}
/* 产品详细购物车按钮 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)}

#header .default_currency_style,#header .default_language_style{color:var(--ThemesHeaderTextColor);font-family: "Ptsans-Regular";}
#header .head_top_selects .short_line{background-color: #c2c2c2;}
#header .shopcar_area .icon-shoppingcart2 {color:var(--ThemesHeaderIconColor);}
#header .default_shopping_cart_style .cart_count{background: var(--ThemesHeaderTipsColor);color:var(--ThemesHeaderBgColor);}
#header .default_nav_style li>a{color: var(--ThemesNavTextColor);}
#header .default_nav_style li>a:hover{color: var(--ThemesNavTextHoverColor);}
#header .head_top_rbar .rbar_inner .icon_group_item .iconfont,
#header .default_search_style .iconfont,
#header .default_account_style .iconfont {color:var(--ThemesHeaderIconColor);}
.default_language_currency_style dt{color:var(--ThemesHeaderTextColor);font-family: "Ptsans-Regular";}
#header .default_search_style .default_search_form {border-bottom:1px solid #afafaf;}
#header .default_search_style .default_search_form input.text{color:#333;font-family: "Ptsans-Regular";}
#header .default_search_style .default_search_form input::-webkit-input-placeholder{color:#aaaaaa;font-family: "Ptsans-Regular";}
#header .default_search_style .default_search_form input::-moz-placeholder{color:#aaaaaa;font-family: "Ptsans-Regular";}
#header .default_search_style .default_search_form input:-ms-input-placeholder{color:#aaaaaa;font-family: "Ptsans-Regular";}
@media screen and (max-width: 1000px) {
	#header .header_menu_mb {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
	#header .header_menu_mb span {background: #626262;}
	#header .mobile_shopcar_area .shopcar_num_m {background: var(--ThemesHeaderTipsColor);color: var(--ThemesHeaderBgColor);font-family: "Ptsans-Regular"}
}
/* banner轮播 */
#banner_edit .banner_tab a{background-color: transparent;border-bottom: 1px solid #ffffff;color:#ffffff;font-family: "Twcenmt";}
#banner_edit .banner_tab a.on{border-bottom-color: #f00;background: none;color: #f00;}
/* 内容开始 */
.wrap_section {background: #fff;}
.banner_list .banner_item>a {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.banner_list .banner_item .hover_mask{background:rgba(255,255,255,.5);}
.instagram_list .instagram_item .hover_btn{background-color:rgba(0,0,0,0.9);}
.global_swap_chain{background: #202020; color: #a0a0a0;}
.global_swap_chain a{color: #a0a0a0;}
@media screen and (max-width: 1000px) {
	#header .mobile_search_area .iconfont ,
	#header .header_menu_mb .iconfont ,
	#header .mobile_shopcar_area .iconfont {color: var(--ThemesHeaderIconColor);}
}
.container_screen{ padding-left: 30px; padding-right: 30px; max-width: 1740px; box-sizing: border-box; }
@media screen and (max-width: 1000px) {
	.container_screen{ padding-left: 15px; padding-right: 15px; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}