:root{
    --AddtoCartColor: #95BE06;
    --BuyNowColor: #FFC000;
    --ThemesBoxTitleColor: #232323;
    --ThemesBoxTitleFont: "Poppins-SemiBold";
    --ThemesBoxSubTitleColor: #555555;
    --ThemesBoxSubTitleFont: "Poppins-Regular";
    --ThemesProductsTitleColor: #333333;
    --ThemesProductsTitleFont: "Poppins-Regular";
    --ThemesProductsPriceColor: #232323;
    --ThemesProductsPriceFont: "Poppins-SemiBold";
    --ThemesProductsDelPriceColor: #a5a5a5;
    --ThemesProductsDelPriceFont: "Poppins-SemiBold";
    --ThemesTextContentColor: #222;
    --ThemesTextContentFont: "Poppins-Regular";

    --ThemesHeaderBgColor: #fff;
    --ThemesHeaderTextColor: #555;
    --ThemesBoardColor: #000;
    --ThemesHeaderIconColor: #000;
    --ThemesHeaderInputBorderColor: #e7e7e7;
    --ThemesNavBgColor: #232323;
    --ThemesNavTextColor: #fff;
    --ThemesNavTextHoverColor: #e4e4e4;
    --ThemesHeaderTipsColor: #ffe5e5;
    --ThemesFooterBgColor: #232323;
    --ThemesFooterTitleColor: #fff;
    --ThemesFooterTextColor: #969696;
    --ThemesFooterTextHoverColor: #ababab;
    --ThemesFooterIconColor: #fff;
    --ThemesFooterButtonColor: #fff;
    --ThemesFooterButtonHoverColor: #3b3b3b;
    --ThemesFooterButtonBgColor: #3b3b3b;
    --ThemesFooterButtonBgHoverColor: #fff;
    --ThemesFooterInputBorderColor: #3b3b3b;
    --ThemesFooterInputColor: #b1b1b1;
    --ThemesFooterLineColor: #3b3b3b;
    --ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
}

body{color:#222;font-family:"Poppins-Regular",Arial;}
.themes_article_title{font-family:"Poppins-SemiBold";color:#232323;}
.themes_article_subtitle{font-family:"Poppins-Regular";color:#555555;}
.themes_products_sales{font-family:"Poppins-Regular";background-color:#232323;color:#ffffff;border:solid 1px #232323;}

.themes_box_title {color: var(--ThemesBoxTitleColor);font-family: var(--ThemesBoxTitleFont);}
.themes_box_subtitle {color: var(--ThemesBoxSubTitleColor);font-family: var(--ThemesBoxSubTitleFont);}
.themes_products_title ,.themes_products_title a {color: var(--ThemesProductsTitleColor);font-family: var(--ThemesProductsTitleFont);}
.themes_products_price {color: var(--ThemesProductsPriceColor);font-family: var(--ThemesProductsPriceFont);}
.themes_products_origin_price,.themes_products_origin_price a {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); }


.default_search_style .iconfont,
.default_shopping_cart_style .iconfont,
.ly_header_menu_mb .iconfont,
.ly_moblie_search .iconfont {color: var(--ThemesHeaderIconColor);}

#header {background-color: var(--ThemesHeaderBgColor);}
.default_language_style dt,
.default_language_style .iconfont,
.default_currency_style dl dt,
.default_currency_style .iconfont {color:var(--ThemesBoardColor);font-family:"Poppins-Regular";}


.default_search_style .default_search_form .text{border-bottom:solid 1px var(--ThemesHeaderInputBorderColor);background-color:transparent;color:#555555;font-family:"Poppins-Regular";}
.default_search_style .default_search_form .button{background-color:transparent;}
.default_shopping_cart_style .text_0,
.default_account_style dl dt {color:var(--ThemesHeaderTextColor);}
.default_shopping_cart_style .cart_count{background-color:var(--ThemesHeaderTipsColor);color:var(--ThemesHeaderTextColor);}
.default_account_style dl dt a{color:var(--ThemesHeaderTextColor);}
#header .ly_header_nav{background-color:var(--ThemesNavBgColor);}
.default_nav_style li a{color:var(--ThemesNavTextColor);font-family:"Poppins-SemiBold";}
.default_nav_style li a::before{background-color:var(--ThemesNavTextHoverColor);}
#banner_edit .banner_tab a{background-color:transparent;border:solid 2px #ffffff;}
#banner_edit .banner_tab a.on,#banner_edit .banner_tab a.on:hover{background-color: #ffffff;}

#footer{background-color: var(--ThemesFooterBgColor);}
.default_foot_menu_style .menu_list dl dt,
.default_foot_menu_style .menu_list .iconfont{color:var(--ThemesFooterTitleColor);font-family:"Poppins-SemiBold";}
.default_foot_menu_style .menu_list dl dd a{color:var(--ThemesFooterTextColor);font-family:"Poppins-Regular";}
.default_foot_menu_style .menu_list dl dd a::before{background-color:var(--ThemesFooterTextHoverColor);}
.ly_share .ly_share_title{color:var(--ThemesFooterTitleColor);font-family:"Poppins-SemiBold";}

.follow_us_list .iconfont {color: var(--ThemesFooterIconColor);}
.default_newsletter_style .newsletter_title .top_text{color:var(--ThemesFooterTitleColor);font-family:"Poppins-SemiBold";}
.default_newsletter_style .default_newsletter_form .text{border:solid 1px var(--ThemesFooterInputBorderColor);background-color:rgba(0,0,0,0);color:var(--ThemesFooterInputColor);}
.default_newsletter_style .default_newsletter_form .text::-webkit-input-placeholder {color: var(--ThemesFooterInputColor);}
.default_newsletter_style .default_newsletter_form .text::-moz-placeholder {color: var(--ThemesFooterInputColor);}
.default_newsletter_style .default_newsletter_form .text::-ms-input-placeholder {color: var(--ThemesFooterInputColor);}
.default_newsletter_style .default_newsletter_form .text::placeholder {color: var(--ThemesFooterInputColor);}
.default_newsletter_style .default_newsletter_form .subscribe{background-color:var(--ThemesFooterButtonBgColor);color:var(--ThemesFooterButtonColor);font-family:"Poppins-SemiBold";}
#footer .ly_foot_bot{border-top:1px solid var(--ThemesFooterLineColor);}
.ly_copy{color:var(--ThemesFooterTextColor);font-family:"Poppins-Regular";}
.ly_cate_item::before{background-color:#232323;}
.ly_cate_item .ly_cate_item_text .ly_cate_item_title{color:#ffffff;font-family:"Poppins-SemiBold";}
.ly_cate_item .ly_cate_item_text .ly_cate_item_title::after{background-color:#ffffff;}
.ly_arr .ly_arr_text .ly_arr_title::after{background-color:#e0e0e0;}
.ly_arr .ly_arr_text .ly_arr_title span{background-color:#fff;}
.ly_pro_item .ly_pro_item_quick{background-color:rgba(0,0,0,0.8);color:rgba(255,255,255,0.7);font-family:"Poppins-SemiBold";}
.ly_arr_btn{border:solid 1px #000000;color:#232323;font-family:"Poppins-SemiBold";}
.ly_met .ly_met_text .ly_met_line{background-color:#232323;}
.ly_met .ly_met_text .ly_met_btn{border: solid 1px #232323;background-color:#232323;color:#ffffff;font-family:"Poppins-SemiBold";}
.ly_now .ly_now_text .ly_now_title::after{background-color:#e0e0e0;}
.ly_now .ly_now_text .ly_now_title span{background-color:#fff;font-family:"Poppins-SemiBold";}
.ly_ella .ly_ella_text .ly_ella_title::after{background-color:#e0e0e0;}
.ly_ella .ly_ella_text .ly_ella_title span{background-color:#fff;font-family:"Poppins-SemiBold";}
.ly_ella_item .ly_ella_item_text .ly_ella_item_btn{border-color:#232323;background-color:#232323;color:#fff;font-family:"Poppins-SemiBold";}
.ly_brand{border-top:solid 1px #ebebeb;}

.ly_srcoll_btn{border-color:#232323;background-color:#ffffff;}
@media screen and (max-width:1000px){
    .default_search_style .bg{background-color:transparent;}
    .default_search_style .bg::before{color: var(--ThemesHeaderIconColor);}
}
@media screen and (min-width:1000px){
    .ly_srcoll_btn:hover{background-color:#232323;}
    .ly_srcoll_btn.ly_unclick_unhover,.ly_srcoll_btn.ly_unclick_unhover:hover{border-color:#c4c4c4;background-color:#ffffff;}
    .default_newsletter_style .default_newsletter_form .subscribe:hover{border-color:var(--ThemesFooterButtonHoverColor);background-color:var(--ThemesFooterButtonBgHoverColor);color:var(--ThemesFooterButtonHoverColor);}
    .ly_ella_item .ly_ella_item_text .ly_ella_item_btn:hover{border-color:#232323;background-color:#fff;color:#232323;}
    .ly_arr_btn:hover{border-color:#232323;background:#232323;color:#fff;}
    .ly_met .ly_met_text .ly_met_btn:hover{border-color:#727272;background:#fff;color:#232323;}
    .default_foot_menu_style .menu_list dl dd:hover a{color: var(--ThemesFooterTextHoverColor);}
    .default_nav_style li>a:hover{color: var(--ThemesNavTextHoverColor);}
}

