@charset "UTF-8";

/*
Powered by ueeshop.com		http://www.ueeshop.com
广州联雅网络科技有限公司		020-83226791
*/
:root{
	--ThemesBoxTitleColor: #000000;
	--ThemesBoxTitleFont: "Poppins-SemiBold";
	--ThemesBoxSubTitleColor: #111111;
	--ThemesBoxSubTitleFont: "Poppins-Light";
	--ThemesProductsTitleColor: #000000;
	--ThemesProductsTitleFont: "Montserrat-Regular";
	--ThemesProductsPriceColor: #080808;
	--ThemesProductsPriceFont: "Opensans-Regular";
	--ThemesProductsDelPriceColor: #999999;
	--ThemesProductsDelPriceFont: "Opensans-Regular";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Opensans-Regular";
	--BuyNowColor: #111111;
	--AddtoCartColor: #dab88b;
	--ThemesHeaderBgColor: #6B1759;
	--ThemesHeaderTextColor: #ffffff;
	--ThemesHeaderIconColor: #ffffff;
	--ThemesHeaderTipsColor: #ffffff;
	--ThemesNavTextColor: #ffffff;
	--ThemesNavTextHoverColor: #FFFFFF;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor: #ffffff;
	--ThemesFooterTextColor: #111111;
	--ThemesFooterTextHoverColor: #951494;
	--ThemesFooterTitleColor: #111111;
	--ThemesFooterLineColor: #eeeeee;
	--ThemesFooterIconColor: #000000;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #951494;
	--ThemesProductSoldFontColor: #eb3e3e;

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

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: Poppins-Medium;
	--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_price{color:#d3ad69;font-family: "Poppins-Medium";}/*价格*/
/*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-color:#f178ac; color:#fff;}
.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{color:#333333;font-family: "Poppins-Regular";}
.themes_article_subtitle{color:#999999;font-family: "Poppins-Regular";}
.icon-star1.star_1:before,.review_star .half_star:after{ color: var(--ThemesReviewsStarColor);  }
.review_star .half_star:after{ color: var(--ThemesReviewsStarColor); }

/*******4.0 global-themes 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)}
/* 内页颜色  start*/
.themes_products_del_price{color: #000000;}
body .market_prod_list .pro_item dt em{background-color: #DAB88B;}
body .market_prod_list .pro_item .icon_discount_foot{border-color:#DAB88B;border-bottom-color: transparent;}
body .prod_info_actions .addtocart{background-color: #000000;color: #fff;}
body .prod_info_actions .buynow{background-color: #DAB88B;color: #000000;}
body .prod_description .pd_title .current span{color: #DAB88B;}
body .prod_description .pd_title .current span:before{background-color: #DAB88B;}
@media screen and (max-width:1000px){
	.pro_item .price .discount{background-color: #DAB88B; }
	.pro_item .price .discount>em{    border-left: .5rem #DAB88B solid;}
	body .prod_detail_box .detail_title{color: #DAB88B;}
	body .prod_info_action .addtocart{background-color: #000000;color: #fff;}
	body .prod_info_action .buynow{background-color: #DAB88B;color: #000000;}
}
/* 内页颜色 end */
/* 手机端顶部栏 */
@media screen and (max-width: 1000px) { /*当屏幕尺寸小于1000px时，应用下面的CSS样式*/
	#float_chat .float_list>a{background-color: #DAB88B;}
}
/* 轮播 */
.wrap_slider .slider_container .slider_btns .slider_btn_left{background-image: url(../images/icon_left.png);}
.wrap_slider .slider_container .slider_btns .slider_btn_right{background-image: url(../images/icon_right.png);}
.wrap_slider .slider_container .slider_pagination .slider_pagination_dot{background: #dcdcdc;}
.wrap_slider .slider_container .slider_pagination .slider_pagination_dot.active{background: #dab88b;}
#banner_edit .banner_tab a{background-color: #dcdcdc;}
#banner_edit .banner_tab a.on{background-color: #dab88b;}
/* 内容开始 */
.category_list .category_item .category_info_title{color:#ffffff;}
.category_list .category_item .category_info_subtitle{color:#fff;}
.category_list .category_item .category_info_othertitle{color:#ffffff;}
.category_list .category_item .category_info_tag_txt {color:#d02f29;font-family: "Poppins-Bold";}
.category_list .category_item:last-child .category_info_subtitle{color:#dab88b;}
.tab_list .tab_item a{color:#ffffff;font-family: "Poppins-Light";background-color: #000000;}
.tab_list .tab_item.tab_item_active a{background-color: #dab88b;color:#111111;}
.tab_list .tab_item:hover a{background-color: #dab88b;color:#111111;}
.product_list .product_item .product_info_other {border-top:1px solid #e4e4e4;}
.product_list .product_item .product_btn_item {background-color: #010101;}
.product_list .product_item .product_btn_item .iconfont{color: #fff;}
.product_list .product_item:hover .product_btn_item {background-color: #d3ad69;}
.product_more a {background-color: #000; color: #fff;}
.product_more a:hover {background-color: #dab88b; color: #000;}

/* Stay tuned for Updates------------------ */
.blog_list .blog_info_date {color:#dab88b;font-family: "JosefinSans-Regular";}
.instagram_list .instagram_item .hover_mask{background-color: rgba(0,0,0,.5);}
.instagram_list .instagram_item .hover_mask_inner .hover_txt{color:#ffffff;font-family: "Poppins-Medium"}
/* 内容结束 */
body #chat_window .chat_box .menu a{background-color: #dab88b;}
/* 内页产品标题start */
.pro_item .name a,.prod_info_name{color:#222222;font-family:"Poppins-Light";}
/* 产品详细购物车按钮 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 */
.products_detail_box .detail_right .detail_actions .button#buynow_button{background-color: #111111;border: solid 1px #111111;color: #ffffff;}
/* 内页产品标题 end */
@media screen and (max-width: 1000px) {
	.tab_list .tab_item:hover a{    background-color: #000000;color: #ffffff;}
	.product_list .product_item:hover .product_btn_item{background-color: #010101;}
}

.container_screen{ max-width: 1200px; padding-left: 15px; padding-right: 15px; }
.themes_box_button{font-family: var(--ThemesButtonFont);}