@charset "UTF-8";

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

/*******4.0 global-themes start*******/

:root{
    --AddtoCartColor: #AF0D64;
    --BuyNowColor: #EA215C;
    --ThemesBoxTitleColor: #222;
    --ThemesBoxTitleFont: "Heebo-Bold";
    --ThemesBoxSubTitleFont: "Heebo-Thin";
    --ThemesProductsTitleColor: #333;
    --ThemesProductsTitleFont: "Heebo";
    --ThemesProductsPriceColor: #333;
    --ThemesProductsPriceFont: "Heebo-Bold";
    --ThemesProductsDelPriceColor: #999;
    --ThemesProductsDelPriceFont: "Heebo-Regular";
    --ThemesTextContentColor: #333;
    --ThemesTextContentFont: "Heebo";
    --ThemesHeaderBgColor: #fff;
    --ThemesHeaderTextColor: #333;
    --ThemesHeaderLineColor: {$ThemesHeaderLineColor};
    --ThemesHeaderIconColor: #000;
    --ThemesNavBgColor: {$ThemesNavBgColor};
    --ThemesNavTextColor: #333;
    --ThemesNavTextHoverColor: #666666;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
    --ThemesFooterBgColor: #101010;
    --ThemesFooterTitleColor: #fff;
    --ThemesFooterTextColor: #999999;
    --ThemesFooterTextHoverColor: #fff;
    --ThemesFooterLineColor: #000000;
    --ThemesCopyrightColor: #999;
    --ThemesCopyrightBgColor: #101010;
    --ThemesFooterIconColor: #999999;
    --ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

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

    --ProductsSalesBgStyleColor: #ca381e;
	--ProductsSalesTextColor: #fff;

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

/*font -color -family*/
body.index {background-color: var(--ThemesBodyColor);}
body,html{font-family:'Opensans-Regular',Arial;color:#333;}

/*全局*/
.themes_title{color:#111111;font-family:"Heebo";}

/*价格*/
/*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_seckill
.themes_products_sales{background-color: var(--ProductsSalesBgStyleColor); color:var(--ProductsSalesTextColor);}
.themes_box_title{font-family: var(--ThemesBoxTitleFont);color: var(--ThemesBoxTitleColor);}
.themes_box_subtitle{font-family: var(--ThemesBoxSubTitleFont);color: var(--ThemesBoxSubTitleColor);}
.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: "Heebo";color:#222;}
.themes_article_subtitle{font-family: "Heebo";color: #666;}
.icon-star1.star_1:before,.review_star .half_star:after{ color: var(--ThemesReviewsStarColor);  }
.review_star .half_star:after{ color: var(--ThemesReviewsStarColor); }

/* 产品详细购物车按钮 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)}
/*******4.0 global-themes end*******/
/* body{font-family:"Heebo";} */
.title h2{font-size:70px;font-weight:bold;}
.title p{font-size:40px;}
.product_title{font-family:"Heebo";color:#111111;}
.product_img .mouse>a{background-color:#111;}
.product_img .mouse a:first-child:before{background:#595959;}
.list_button>a{border:1px #999 solid;color:#999;}
@media (min-width:1000px){
	.product_title>a:hover{color:#666;}
	.product_img .mouse>a:hover{background-color:#999;}
	.list_button>a:hover{background-color:#111;border-color:#111;color:#fff;}
}
.shop_social_title span:before{background:#111;}
.hover_btn{background-color:rgba(255,255,255,0.47);}
.click_me span:first-child{font-size:14px;}
.click_me .add{background:#111111;color:#fff;font-size:16px;}
@media(max-width:1000px){
	.title h2{font-size:24px;}
	.title p{font-size:17px;}
	.product_title{font-family:"Heebo-Regular";}
	.tab_nav li a{font-size:14px;}
	.product_discount{font-size:10px;}
	.product_title{font-size:14px;}
}


.container_screen { max-width: 1440px; }
@media (min-width: 768px){
    .container_screen { max-width: 740px; }
}
@media (min-width: 992px){
    .container_screen { max-width: 960px; }
}
@media (min-width: 1200px){
    .container_screen { max-width: 1200px;}
}
@media screen and (max-width: 1000px) {
    .container_screen{ padding-left: 15px; padding-right: 15px; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}