@charset "UTF-8";

/*
Powered by ueeshop.com		http://www.ueeshop.com
广州联雅网络科技有限公司		020-83226791
*/
:root{
	--ThemesBoxTitleColor: #555;
	--ThemesBoxTitleFont: "Baloo-Regular";
	--ThemesBoxSubTitleColor: #666;
	--ThemesBoxSubTitleFont: "Baloo-Regular";
	--ThemesProductsTitleColor: #555;
	--ThemesProductsTitleFont: "Montserrat-Bold";
	--ThemesProductsPriceColor: #ff7a8b;
	--ThemesProductsPriceFont: "Montserrat-Regular";
	--ThemesProductsDelPriceColor: #aaaaaa;
	--ThemesProductsDelPriceFont: "Montserrat-Light";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Opensans-Regular";
	--AddtoCartColor: #000;
	--BuyNowColor: #FFC000;
	--MainColor: #65c4bc;
	--ThemesHeaderBgColor: #ffffff;
	--ThemesHeaderTextColor: #999999;
	--ThemesHeaderLineColor: #eeeded;
	--ThemesHeaderIconColor: #000000;
	--ThemesBoardColor: #ffffff;
	--ThemesBoardBgColor: #65c4bc;
	--ThemesHeaderIconUserColor: #545454;
	--ThemesHeaderIconUserBgColor: #E2D34F;
	--ThemesHeaderIconCartColor: #545454;
	--ThemesHeaderIconCartBgColor: #B3E2DB;
	--ThemesHeaderIconSearchColor: #ffffff;
	--ThemesHeaderIconSearchBgColor: #ff7a8b;
	--ThemesHeaderInputBorderColor: #eae8e8;
	--ThemesHeaderTipsColor: #ff7a8b;
	--ThemesNavTextColor: #555555;
	--ThemesNavTextHoverColor: #65c4bc;
	--ThemesFooterBgColor: #ffffff;
	--ThemesFooterTextColor: #888888;
	--ThemesFooterTextHoverColor: #65c4bc;
	--ThemesFooterTitleColor: #555555;
	--ThemesFooterIconColor: #888888;
	--ThemesCopyrightBgColor: #f8f8f8;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
}

/*******4.0 global-themes start*******/
/*font -color -family*/
body,html{font-family:'Opensans-Regular',Arial;color: #333;}/*全局*/
.themes_title{color: #555;font-family: "Baloo-Regular";}/*标题*/
.themes_subtitle,.themes_subtitle a{color:#aaaaaa;font-family: "Montserrat-Light";}/*副标题*/
/*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: #fdbecf; color:#555555; font-family: "Baloo-Regular";}
/*******4.0 global-themes end*******/

.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: "Montserrat-Bold";}
.themes_article_subtitle{font-family: "Montserrat-Regular";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(--AddtoCartColor);}
.default_products_detail #addtocart_button:hover{background-color: transparent;border-width: 1px;border-style: solid; border-color: var(--AddtoCartColor);color: var(--AddtoCartColor);}
.default_products_detail #buynow_button{background-color: var(--BuyNowColor);}
.default_products_detail #buynow_button:hover{background-color: transparent;border-width: 1px;border-style: solid; border-color: var(--BuyNowColor);color: var(--BuyNowColor);}

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

/* 头部 */
#header .head_wrap_bg { background: var(--ThemesBoardBgColor); }
#header .head_middle{background: var(--ThemesHeaderBgColor);}
#header .head_top .head_top_tips {color:#fff;font-family: "Montserrat-Regular";}
/* 切换汇率 */
#header .default_currency_style,
#header .default_language_style{color:var(--ThemesBoardColor);font-family: "Montserrat-Regular";}
#header .default_currency_style dl i,
.default_currency_style dl dt i:before, .default_language_style dt i:before{border-top-color:transparent;}
/* 搜索框 */
#header .default_search_style {background:#f7f7f7; border:1px solid var(--ThemesHeaderInputBorderColor);}
#header .default_search_style .default_search_form input.text{color:#333;background: transparent;font-family: "Montserrat-Regular";}
#header .default_search_style .default_search_form .button{background-color:var(--ThemesHeaderIconSearchBgColor);color:var(--ThemesHeaderIconSearchColor)}
#header .default_search_style .default_search_form input::-webkit-input-placeholder{color:var(--ThemesHeaderTextColor);font-family: "Montserrat-Light";}
#header .default_search_style .default_search_form input::-moz-placeholder{color:var(--ThemesHeaderTextColor);font-family: "Montserrat-Light";}
/* 会员账号 */
#header .default_account_style {color:var(--ThemesHeaderTextColor);font-family: "Montserrat-Light";}
#header .default_account_style .FontColor{font-family: "Montserrat-Light";color:var(--ThemesHeaderTextColor);}
#header .head_rbar .short_grey_line{background: #dcdcdc;}

/* 购物车 */
#header .default_shopping_cart_style .text_0{color:var(--ThemesHeaderTextColor);font-family: "Montserrat-Light";}
#header .default_shopping_cart_style .cart_count{color:var(--ThemesHeaderBgColor);font-family: "Montserrat-Light";background-color: var(--ThemesHeaderTipsColor);}
.default_currency_style dl dt .icon-arrow1:before{content: unset;}
.default_language_style dt .icon-arrow1{color:var(--ThemesBoardColor);}
.icon-search4,.icon-mb_menu1,.icon-shoppingcart3{color:var(--ThemesHeaderIconColor);}
/* 导航栏 */
#header .head_nav_bg {background: var(--ThemesHeaderBgColor);}
#header .head_bottom {border-top-width:1px;border-top-style: solid; border-top-color:var(--ThemesHeaderLineColor);}
#header .default_nav_style li>a{color:var(--ThemesNavTextColor);font-family: "Baloo-Regular";}
#header .default_nav_style li.active>a{color:var(--ThemesNavTextHoverColor);}
#header .default_nav_style li:hover>a{color:var(--ThemesNavTextHoverColor);}

.icon-member4{color: var(--ThemesHeaderIconUserColor);background: var(--ThemesHeaderIconUserBgColor);}
.default_shopping_cart_style  .icon-shoppingcart3{color: var(--ThemesHeaderIconCartColor);background: var(--ThemesHeaderIconCartBgColor);}
/* 手机端顶部栏 */
.default_language_currency_style dt{color:var(--ThemesBoardColor);font-family: "Montserrat-Regular";}
@media screen and (max-width: 1000px) { /*当屏幕尺寸小于1000px时，应用下面的CSS样式*/
	#header .mobile_header_bg {background: var(--ThemesHeaderBgColor);}
	#header .header_menu_mb {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
	#header .header_menu_mb span {background: #000000;}
	#header .mobile_shopcar_area .shopcar_num_m {color:var(--ThemesHeaderBgColor);background: var(--ThemesHeaderTipsColor);font-family: "arial"}
	.icon-shoppingcart3{background: transparent;}
}


/* banner轮播 */
.wrap_slider .slider_container .slider_pagination .slider_pagination_dot{background-color: rgba(0,0,0,.4);}
.wrap_slider .slider_container .slider_pagination .slider_pagination_dot.active{background-color: #7dd1ca;}

/* 内容开始 */

.wrap_section_category .category_item .category_inner .category_main_title{color:#333333;font-family:"Baloo-Regular";}
.wrap_section_category .category_item .category_inner .category_sub_title{color:#555555;font-family:"Montserrat-Light";}
.wrap_section_category .category_item .category_inner .category_btns{color:#999999;font-family:"Montserrat-Light";}
.wrap_section_top{border:3px dashed #e5e5e5;}
.tab_list .tab_item a{color:#888888;font-family:"Montserrat-Regular";background-color:#fff;}
.tab_list .tab_item.current a{background-color:var(--MainColor);color:#fff;}
.product_list .product_item .product_info_box{background:#fafafa;}
.product_list .product_item .product_info_box .product_info_more{border-top:1px solid #f2f2f2;}
.product_list .product_item .product_info_box .product_info_more .product_btns .product_btn_item{background-color:#ff7a8b;-o-transition:all .2s;transition:all .2s;-webkit-transition:all .2s;}
.product_list .product_item .product_tag_box .product_tag_item_new{background:#dce086;}

.ly_product_more a {font-family: 'Montserrat-Regular'; color: #fff; background-color: #65c4bc; border-radius: 22px;}
.ly_product_more a:hover {background-color: #ff7a8b;}

@media screen and (min-width: 1000px) {
	.product_list .product_item .product_info_box .product_name{-o-transition:all .2s;transition:all .2s; -webkit-transition:all .2s;}
	.product_list .product_item .product_info_box .product_info_more .product_btns .product_btn_item{-o-transition:all .2s;transition:all .2s; -webkit-transition:all .2s;}
	.product_list .product_item:hover .product_info_box .product_info_more .product_btns .product_btn_item{background-color:var(--MainColor);}
}
/* 内容结束 */



/* 邮件订阅 */
#footer .newsletter_area_bg {background: #9ad8d3;}
#footer .default_newsletter_style .newsletter_title .top_text{font-family: "Baloo-Regular";color:#ffffff;}
#footer .default_newsletter_style .default_newsletter_form input.text{color:#ffffff;background: #7dd1ca;font-family: "Montserrat-Regular";border:1px solid #72cbc4}
#footer .default_newsletter_style .default_newsletter_form input::-webkit-input-placeholder{color:#ffffff;font-family: "Montserrat-Light";}
#footer .default_newsletter_style .default_newsletter_form input::-moz-placeholder{color:#ffffff;font-family: "Montserrat-Light";}
#footer .default_newsletter_style .default_newsletter_form input:-ms-input-placeholder{color:#ffffff;font-family: "Montserrat-Light";}
#footer .default_newsletter_style .default_newsletter_form .FontBgColor{background-color: #ff7a8b;color:#ffffff;font-family: "Baloo-Regular";}
#footer .default_newsletter_style .default_newsletter_form:after{background-color: #ff697c;}


#footer .about_us_area .about_us_title{color:#555555;font-family: "Baloo-Regular";}
#footer .about_us_area .about_desc {color:#888888;font-family: "Montserrat-Light";}


#footer .default_foot_menu_style .menu_list>dl>dt{color:var(--ThemesFooterTitleColor);font-family: "Baloo-Regular";}
#footer .default_foot_menu_style dl dd a{color:var(--ThemesFooterTextColor);font-family: "Montserrat-Light";}
@media screen and (min-width: 1000px) {
	#footer .default_foot_menu_style dl dd a:hover{color:var(--ThemesFooterTextHoverColor);}
}

#footer .footer_bottom {background: var(--ThemesCopyrightBgColor);}
#footer .footer_bottom p,#footer .footer_bottom a{font-family: "Montserrat-Light";color: var(--ThemesFooterTextColor);}

#footer .footer_bg{background-color: var(--ThemesFooterBgColor);}
.follow_us_list li>a>i{color: var(--ThemesFooterIconColor);}
@media screen and (max-width: 1000px) {
	#header,#header .ly_header_wrap{background: var(--ThemesHeaderBgColor);}
	#footer .newsletter_area_bg {background-color: #f7f7f7;}
	#footer .default_newsletter_style .newsletter_title .top_text {color: #555;}
	#footer .default_newsletter_style .default_newsletter_form input.text {color: #999;background-color: #fff;}
	#footer .default_newsletter_style .default_newsletter_form input::-webkit-input-placeholder{color:#999;}

	#footer .footer_top {background-color: var(--ThemesFooterBgColor);}
	#footer .about_us_area .about_us_title::before,
	#footer .default_foot_menu_style .menu_list > dl > dt::before{background-color: var(--ThemesFooterTitleColor);}
	#footer .default_newsletter_style .default_newsletter_form input.text{border:1px solid transparent;}

    .ly_product_more a:hover {background-color: #65c4bc;}
}
.product_list .product_item .product_info_box .product_info_more .product_btns .product_btn_item .iconfont{color: #fff;}
