﻿@charset "UTF-8";

/*
Powered by ueeshop.com		http://www.ueeshop.com
广州联雅网络科技有限公司		020-83226791
*/
:root{
	--AddtoCartColor: #1b1c1e;
	--BuyNowColor: #C79E72;
	--ThemesBoxTitleColor: #222;
	--ThemesBoxTitleFont: "Opensans-Regular";
	--ThemesBoxSubTitleColor: #666;
	--ThemesBoxSubTitleFont: "Opensans-Regular";
	--ThemesProductsTitleColor: #292929;
	--ThemesProductsTitleFont: "TwCenMT-Regular";
	--ThemesProductsPriceColor: #292929;
	--ThemesProductsPriceFont: "TwCenMT-Regular";
	--ThemesProductsDelPriceColor: #bbb;
	--ThemesProductsDelPriceFont: "Montserrat-Regular";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Opensans-Regular";
	--ThemesHeaderBgColor: #ffffff;
	--ThemesHeaderLineColor: #e9e9e9;
	--ThemesHeaderTextColor: #666666;
	--ThemesHeaderIconSearchColor: #666666;
	--ThemesHeaderIconUserColor: #666666;
	--ThemesHeaderIconCartColor: #666666;
	--ThemesHeaderIconFavoColor: #666666;
	--ThemesNavTextColor: #000000;
	--ThemesNavTextHoverColor:#666666;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor: #ffffff;
	--ThemesFooterTitleColor: #000000;
	--ThemesFooterTextColor: #888888;
	--ThemesFooterTextHoverColor: #000000;
	--ThemesFooterIconColor: #666666;
	--ThemesFooterInputColor: #888888;
	--ThemesFooterInputBorderColor: #888888;
	--ThemesFooterInputBgColor: #ffffff;
	--ThemesFooterButtonColor: #ffffff;
	--ThemesFooterButtonHoverColor: #ffffff;
	--ThemesFooterButtonBgColor: #f47b6d;
	--ThemesFooterButtonBgHoverColor: #f47b6d;

	--ThemesCopyrightColor: #888888;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

	--ThemesBodyColor: #ffffff;
	--ThemesNavFont: Poppins-Light;
	--ThemesFooterNavFont: Poppins-Light;
	--ThemesCheckoutButtonBgColor: #000000;
	--ThemesCheckoutButtonTextColor: #ffffff;

	--ProductsSalesBgStyleColor: #75615D;
	--ProductsSalesTextColor: #fff;

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

/*******4.0 global-themes start*******/
/*font -color -family*/
body.index {background-color: var(--ThemesBodyColor);}
body,html{font-family:'Opensans-Regular',Arial;color: #333;}/*全局*/
.themes_subtitle,.themes_subtitle a{color: #999;}/*副标题*/
/*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_products_sales{ background-color: var(--ProductsSalesBgStyleColor); color: var(--ProductsSalesTextColor); }

/* 新 */
.themes_box_title{color: var(--ThemesBoxTitleColor);font-family: var(--ThemesBoxTitleFont);}
.themes_box_subtitle{color: var(--ThemesBoxSubTitleColor);font-family: var(--ThemesBoxSubTitleFont);}
.themes_box_content{color: var(--ThemesTextContentColor);font-family: var(--ThemesTextContentFont);}
.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:'TwCenMT-Regular';}
.themes_article_subtitle{font-family:'TwCenMT-Regular';color: #666;}
.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);}
/*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)}
/* banner轮播 */
.wrap_slider .slider_container .slider_pagination .slider_pagination_dot{background-color: transparent;border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ffffff; color:#ffffff;font-family: "Twcenmt";}
/* 内容开始 */
/* 主标题 */
.right_product_pagination .right_product_pagination_dot{background: #bcbcbc;}
.right_product_pagination .right_product_pagination_dot_active{background: #000000;}
.shop_now_btn a{color:#292929;}
/* more newness 轮播 */
.swiper_list_item{background-color: #eeeeee;}
.ly_product_more {font-family:'TwCenMT-Regular';}
/* more sales */
.more_sales_list_title{color:#292929;}
.more_sales_list_btn{color: #292929;font-family: 'TwCenMT-Regular';}
/* 内容结束 */
/* 交换链接 */
.global_swap_chain,.global_swap_chain a{color: #888888;}
.ly_mask::before{background-color:#fff;}
@media screen and (min-width: 1000px) {
	.container_screen{ max-width: 1680px; }
}
@media screen and (max-width: 1000px) {
	.container_screen{ padding-left: 15px; padding-right: 15px; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}