@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: #555;
    --ThemesBoxSubTitleFont: "Opensans-Regular";
    --ThemesProductsTitleColor: #222;
    --ThemesProductsTitleFont: "Opensans-Regular";
    --ThemesProductsPriceColor: #222;
    --ThemesProductsPriceFont: "Opensans-Regular";
    --ThemesProductsDelPriceColor: #999;
    --ThemesProductsDelPriceFont: "Opensans-Regular";
    --ThemesTextContentColor: #333;
    --ThemesTextContentFont: "Opensans-Regular";

    --ThemesHeaderBgColor: #fcfafc;
    --ThemesHeaderPcBgColor:#fcfafc;
    --ThemesHeaderTextColor: #050505;
    --ThemesHeaderTipsColor: #0d0c0d;
    --ThemesHeaderLineColor: #050505;
    --ThemesHeaderIconColor: #030203;
    --ThemesNavTextColor: #080708;
    --ThemesNavTextHoverColor: #bbb;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
    --ThemesFooterBgColor: #346bae;
    --ThemesFooterLineColor: #fff;
    --ThemesFooterTitleColor: #fff;
    --ThemesFooterTextColor: #fff;
    --ThemesFooterTextHoverColor: #00bcd1;
    --ThemesFooterIconColor: #fff;
    --ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

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

    --ProductsSalesBgStyleColor: #00cfe6;
	--ProductsSalesTextColor: #fff;

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: Opensans-Regular;
	--PreBackgroundColor: #F1F1F1;
}
.bx_pt10 {background-color: var(--ThemesFooterBgColor);}
/*******4.0 global-themes start*******/
/* 旧 */
/*font -color -family*/
.themes_title{color:#222;}/*标题*/
.themes_subtitle, .themes_subtitle a{color:#555;}/*副标题*/
.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);}

/* 新 */
body.index {background-color: var(--ThemesBodyColor);}
body,html{font-family:'OpenSans', Arial; color:#333;}/*全局*/
.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{font-family:var(--ThemesProductsPriceFont);color: var(--ThemesProductsPriceColor);}
.themes_article_title{font-family: 'OpenSans';color:#222;}
.themes_article_subtitle{font-family: 'OpenSans';color: #555;}
.themes_products_origin_price{color: var(--ThemesProductsDelPriceColor);font-family: var(--ThemesProductsDelPriceFont);}
.themes_text_content{ color: var(--ThemesTextContentColor); font-family:var(--ThemesTextContentFont); }
.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*******/
.PriceColor, a.PriceColor{color:#c00;}
.blue{color:#2e3192;}
.btn0{background:#222; color:#fff;}
.white{color:#fff;}
.border_white{background:#fff; border:1px #eee solid;}
.index_pro .pro_item{background:#fff;}
.index_pro .pro_item .pro_img .themes_sales{background:#00cfe6; color:#fff; font-family:'OpenSans';}
.index_pro .pro_item .pro_img .action_btns a{background-color:#346bae;}
.index_pro .pro_item .pro_img .action_btns a:hover{background-color:#00cfe6;}
.index_pro .pro_item .pro_content .pro_name{font-family:'OpenSans';}
.index_pro .pro_item .pro_content .pro_name a:hover{color:#8e8e8e;}
.index_pro .view_more{color:#092432; border:1px solid #17303e;}
.box_access{background:#fff;}
.block_h3{color:#fff;}
.block_a, .block_a>a{color:#fff;}
.block_a:hover, .block_a>a:hover{color:#00bcd1;}
@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;}
@media screen and (min-width:1000px){
    .index_pro .view_more:hover{color: #fff; background-color: #00bcd1; border-color: #00bcd1;}
}
.headerWrapper{background-color: var(--ThemesHeaderBgColor);}
.index .headerWrapper{background-color: transparent;}
.container_screen { max-width: 92%; -webkit-box-sizing: border-box; box-sizing: border-box }
@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 (min-width: 1440px) {
    .container_screen {max-width:1440px }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}