:root{
	--AddtoCartColor: #AF0D64;
	--BuyNowColor: #EA215C;
	--ThemesBoxTitleColor: #1F1F1F;
	--ThemesBoxTitleFont: "PlayfairDisplay-Regular";
	--ThemesBoxSubTitleColor: #2D2D2D;
	--ThemesBoxSubTitleFont: "Montserrat-Regular";
	--ThemesProductsTitleColor: #2D2D2D;
	--ThemesProductsTitleFont: "Montserrat-Regular";
	--ThemesProductsPriceColor: #D98FA3;
	--ThemesProductsPriceFont: "Montserrat-Regular";
	--ThemesProductsDelPriceColor: #A8A8A8;
	--ThemesProductsDelPriceFont: "Montserrat-Light";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Poppins-Regular";
	--ThemesBoardColor: #2D2D2D;
	--ThemesBoardBgColor: #F8E6EA;
	--ThemesHeaderBgColor: #FFF8FA;
	--ThemesHeaderTextColor: {$ThemesHeaderTextColor};
	--ThemesHeaderLineColor: {$ThemesHeaderLineColor};
	--ThemesHeaderIconColor: #2D2D2D;
	--ThemesHeaderIconBgColor: {$ThemesHeaderIconBgColor};
	--ThemesHeaderTipsColor: #A9A1A4;
	--ThemesNavBgColor: {$ThemesNavBgColor};
	--ThemesNavTextColor: #2D2D2D;
	--ThemesNavTextHoverColor: #D98FA3;
	--ThemesNavLevel2TextColor: #4A4A4A;
	--ThemesNavLevel2TextHoverColor: #D98FA3;
	--ThemesNavLevel3TextColor: #666666;
	--ThemesNavLevel3TextHoverColor: #D98FA3;
	--ThemesNavLevel4TextColor: #888888;
	--ThemesNavLevel4TextHoverColor: #D98FA3;
	--ThemesFooterBgColor: #FFF8FA;
	--ThemesFooterTitleColor: #2D2D2D;
	--ThemesFooterTextColor: #7B7477;
	--ThemesFooterTextHoverColor: #D98FA3;
	--ThemesFooterLineColor: {$ThemesFooterLineColor};
	--ThemesFooterIconColor: #B88B95;
	--ThemesFooterInputBorderColor: #E8D7DC;
	--ThemesFooterButtonColor: #FFFFFF;
	--ThemesFooterButtonBgColor: #F98FA3;
	--ThemesFooterButtonHoverColor: #FFF8FA;
	--ThemesFooterButtonBgHoverColor: #C97D92;
	--ThemesFooterInputColor: #2D2D2D;
	--ThemesFooterInputBgColor: #FFFDFD;
	--ThemesReviewsStarColor: #D98FA3;
	--ThemesAttrOptionColor: #D98FA3;
	--ThemesProductSoldFontColor: #B88B95;
	--ThemesCopyrightColor: {$ThemesCopyrightColor};
	--ThemesCopyrightBgColor: {$ThemesCopyrightBgColor};

	--ThemesBodyColor: #FFF8FA;
    --ThemesNavFont: Montserrat-Regular;
    --ThemesFooterNavFont: Montserrat-Regular;
	--ThemesCheckoutButtonBgColor: #1F1F1F;
	--ThemesCheckoutButtonTextColor: #FFFFFF;

	--ProductsSalesBgStyleColor: #ffadb4;
	--ProductsSalesTextColor: #fff;

	--ThemesAddToCartTextColor: #FFFFFF;
	--ThemesAddToCartTextHoverColor: #FFF8FA;
	--ThemesAddToCartBgColor: #D98FA3;
	--ThemesAddToCartBgHoverColor: #C97D92;
	--ThemesAddToCartBorderColor: #C98FA3;
	--ThemesAddToCartBorderHoverColor: #C97D92;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #1F1F1F;
	--ThemesButtonFont: Montserrat-Regular;
	--PreBackgroundColor: #F98FA3;
}

body.index {background-color: var(--ThemesBodyColor);}

.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_article_title{color:#000000;font-family:"Opensans-Regular";}
.themes_article_subtitle{color:#666666;font-family:"Opensans-Regular";}
.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); }
.themes_products_sales{background-color: var(--ProductsSalesBgStyleColor); color:var(--ProductsSalesTextColor);}

/* 产品详细购物车按钮 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)}
body {font-family: "Opensans-Regular";}
/* banner轮播 */
.ly_slider .slider_container .slider_pagination .slider_pagination_dot{background-color: rgba(0,0,0,.3);}
.ly_slider .slider_container .slider_pagination .slider_pagination_dot.active{background-color: #fb3f89;}
/* 内容开始 */
.lear_more_btn a {color:#ffffff;background-color: #000000;}
/* Shop By CATEGORY */
.section_bg {background: -webkit-linear-gradient(#fddadd 0,#fddadd 340px,#fff 340px,#fff 100%);background: -o-linear-gradient(#fddadd 0,#fddadd 340px,#fff 340px,#fff 100%);background: linear-gradient(#fddadd 0,#fddadd 340px,#fff 340px,#fff 100%);}
/*  Our Blog start*/
.instagram_list .instagram_item .hover_mask {background: rgba(0,0,0,.34);}
.instagram_list .instagram_item .mask_info p{color:#ffffff;font-family:"Opensans-Regular";}
@media (min-width: 768px) and (max-width: 1000px) {
	.section_bg {background: -webkit-linear-gradient(#fddadd 0,#fddadd 340px,#fff 340px,#fff 100%);background: -o-linear-gradient(#fddadd 0,#fddadd 340px,#fff 340px,#fff 100%);background: linear-gradient(#fddadd 0,#fddadd 340px,#fff 340px,#fff 100%);}
}
@media screen and (max-width: 768px){
	.section_bg {background: -webkit-linear-gradient(#fddadd 0,#fddadd 162px,#fff 162px,#fff 100%);background: -o-linear-gradient(#fddadd 0,#fddadd 162px,#fff 162px,#fff 100%);background: linear-gradient(#fddadd 0,#fddadd 162px,#fff 162px,#fff 100%);}
}
/* hover start */
@media screen and (min-width:1024px){
	.category_item a:hover .category_title{color:#ffadb9;}
	.default_newsletter_style .default_newsletter_form .FontBgColor:hover{color:var(--ThemesFooterButtonHoverColor);background-color:var(--ThemesFooterButtonBgHoverColor);}
}
/* hover end */
body .market_prod_list .pro_item dt em{background-color: #ffadb4;}
/* other end*/

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