@charset "UTF-8";

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

:root{
    --AddtoCartColor: #95BE06;
    --BuyNowColor: #FFC000;
    --MainColor: #333;
    --ThemesBoxTitleColor: #222;
    --ThemesBoxTitleFont: Opensans-Regular;
    --ThemesBoxSubTitleColor: #222;
    --ThemesBoxSubTitleFont: "Opensans-Regular";
    --ThemesProductsTitleColor: #333;
    --ThemesProductsTitleFont: "Opensans-Regular";
    --ThemesProductsPriceColor: #c00;
    --ThemesProductsPriceFont: "Opensans-Regular";
    --ThemesProductsDelPriceColor: #999999;
    --ThemesProductsDelPriceFont: "Opensans-Regular";
    --ThemesTextContentColor: #333;
    --ThemesTextContentFont: "Opensans-Regular";

    --ThemesHeaderBgColor: #000000;
    --ThemesHeaderPcBgColor: #000000;

    --ThemesHeaderTextColor: #FFFFFF;
    --ThemesHeaderLineColor: #ffffff26;
    --ThemesHeaderTipsColor: #fff;
    --ThemesHeaderIconColor: #fff;
    --ThemesNavTextColor: #FFFFFF;
    --ThemesNavTextHoverColor: #bbb;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
    --ThemesFooterBgColor: #FFFFFF;
    --ThemesFooterTitleColor: #000000;
    --ThemesFooterTextColor: #000000;
    --ThemesFooterLineColor: #eee;
    --ThemesFooterIconColor: #000000;
    --ThemesCopyrightColor:#000000;
    --ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;
    
    --ThemesBodyColor: #ffffff;
	--ThemesNavFont: Opensans-Regular;
	--ThemesFooterNavFont: Opensans-Regular;
	--ThemesCheckoutButtonBgColor: #000000;
	--ThemesCheckoutButtonTextColor: #ffffff;

    --ProductsSalesBgStyleColor: #333;
	--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);}
#footer {background-color: var(--ThemesFooterBgColor);}
.default_foot_menu .menu_list dt{color: var(--ThemesFooterTitleColor);}
.default_foot_menu .menu_list dd>a{color: var(--ThemesFooterTextColor);}
#footer .copyright {color: var(--ThemesCopyrightColor);}
#footer .follow_us_list li>a>i {color: var(--ThemesFooterIconColor);}
.bx_nav ul li a:hover {color: var(--ThemesNavTextHoverColor);text-decoration: none;}
@media screen and (max-width:1000px) {
    .default_foot_menu .menu_list dt::before{background-color: var(--ThemesFooterTitleColor);}
}
/*******4.0 global-themes start*******/
/*font -color -family*/
body,html{font-family:'Opensans-Regular', Arial; color:#333;}/*全局*/
.themes_title{color:#222;}/*标题*/
.themes_subtitle, 
.themes_subtitle a{color:#333;}/*副标题*/
.themes_price{color:#222;}/*价格*/
/*button -border -font*/
.themes_btn{border:1px transparent solid; 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_popups{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,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: 'Opensans-Regular';color:#222;}
.themes_article_subtitle{font-family: 'Opensans-Regular';color:#333;}
.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);}
/*******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)}
.PriceColor, a.PriceColor{color:#c00;}
.blue{color:#2e3192;}
.btn0{background:#222; color:#fff;}
.white{color:#fff;}
.bg_black{background:#0b0b0b; color:#fff;}
.border_white{background:#fff; border:1px #eee solid;}
.block_h3{color:#333;}
.block_a, .block_a>a{color:#666;}
.block_a:hover, .block_a>a:hover{color:#333;}
.powered_by a{color:#fff;}
@media (max-width:1000px) {
    .share_s{border-bottom:1px #343434 solid;}
    .block_h3{color:#fff;}
    .block_h3::before{background:#fff;}
    .block_h3::after{font-family:"bxweb"!important;}
    .block_a_box{border-top:1px rgba(196,196,196,.14) solid;}
}
.sidebar{border:1px #e6e6e6 solid;}
.sidebar .b_title{border-bottom:1px #ccc dashed;}
.side_category{border:1px #d5d5d5 solid; background:#fff;}
.side_category .current{color:#f60;}
.side_category .cate_title{background:#e6e6e6;}
.side_category .cate_menu dd.first>a{border-bottom:1px #d5d5d5 dotted; background-position:3px 13px;}
.side_category .cate_menu dl{border-bottom:1px #dadada solid;}
.popular_search{border:1px #d5d5d5 solid; background:#fff;}
.popular_search .title{background:#e8e8ea;}
#what_hot .pro_item:hover{background:#f7f7f7;}
#what_hot .pro_item>dt{border:1px solid #f2f2f2;}
#what_hot .pro_item a{color:#666;}
#special_offer .pro_item{border-bottom:1px #ddd solid;}
#special_offer .pro_item:hover{background:#f7f7f7;}
#special_offer .pro_item dt>.icon_discount{color:#fff;}
#special_offer .pro_item a{color:#666;}
#special_offer .pro_item del{color:#666;}
#special_offer .pro_item del .currency_data, #special_offer .pro_item del .price_data{color:#666;}
.pagination.circle .bullet{border:3px transparent solid; background-color:#ccc;}
.pagination.circle .bullet.active{background-color:transparent; border-color:#ccc;}
.button_prev.btn_cirlce, .button_next.btn_cirlce{background-color:#fff;}
.button_prev.btn_cirlce:hover, .button_next.btn_cirlce:hover{background-color:#2e3192;}

.container_screen{width:100%; margin:0 auto; padding-right:10px!important; padding-left:10px!important; -webkit-box-sizing:border-box; box-sizing:border-box;}
@media (min-width:768px) {
    .container_screen{max-width:740px; padding-right:0!important; padding-left:0!important;}
}
@media (min-width:992px) {
    .container_screen{max-width:960px;}
}
@media (min-width:1200px) {
    .container_screen{max-width:1200px;}
}
@media (min-width:1440px) {
    .container_screen{max-width:1440px;}
}
.themes_box_button{font-family: var(--ThemesButtonFont);}