:root{
    --AddtoCartColor: #95BE06;
    --BuyNowColor: #FFC000;
    --ThemesBoxTitleColor: #000;
    --ThemesBoxTitleFont: "Arial";
    --ThemesBoxSubTitleColor: #000;
    --ThemesBoxSubTitleFont: "Arial";
    --ThemesProductsTitleColor: #000;
    --ThemesProductsTitleFont: "Arial";
    --ThemesProductsPriceColor: #000;
    --ThemesProductsPriceFont: "Arial";
    --ThemesProductsDelPriceColor: #888;
    --ThemesProductsDelPriceFont: "Arial";
    --ThemesTextContentColor: #000;
    --ThemesTextContentFont: "Arial";

    --ThemesHeaderTextColor: #ffffff;
    --ThemesHeaderIconColor: #ffffff;
    --ThemesNavTextColor: #000000;
    --ThemesNavTextHoverColor: #d6002b;
    --ThemesFooterBgColor: #fff;
    --ThemesFooterTitleColor: #222;
    --ThemesFooterTextColor: #888;
    --ThemesFooterTextHoverColor: #ababab;
    --ThemesFooterIconColor: #272727;
    --ThemesCopyrightColor:#555;
    --ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
}

body,html{font-family: "RobotoCondensed-Regular";}
.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,
.default_account_style .iconfont,
.ly_moblie_menu .ly_moblie_menu_icon .iconfont{color:var(--ThemesHeaderIconColor);}
.default_language_currency_style {color:var(--ThemesHeaderTextColor);}
.default_shopping_cart_style span {color:var(--ThemesHeaderTextColor);}
.default_nav_style li a {color:var(--ThemesNavTextColor);}
.default_nav_style li a:hover {color:var(--ThemesNavTextHoverColor);}
.ly_ft_text {color: var(--ThemesCopyrightColor);}

#footer {background-color: var(--ThemesFooterBgColor);}
.default_foot_menu_style .menu_list dt {color: var(--ThemesFooterTitleColor);}
.default_foot_menu_style .menu_list dd a {color: var(--ThemesFooterTextColor);}
.default_foot_menu_style .menu_list dd a:hover {color: var(--ThemesFooterTextHoverColor);}
.follow_us_list li .iconfont {color: var(--ThemesFooterIconColor);}
.default_foot_menu_style .menu_list .iconfont {color: var(--ThemesFooterTitleColor);}


#header .ly_header_top {background-color: #000;}
.ly_inside {background-color: #000;}
.ly_top_text {color: #FFFFFF;}

.ly_index {background-color: transparent;}
.ly_index .ly_header_top {background-color: #000;}




/* index */
.ly_product_category {background-color: #f5f5f5;}
.ly_pc_item a::before {border: 1px solid #f5f5f5;background-color: #111111;}
.ly_pc_item .ly_pc_item_text {color: #FFF;font-family: "Roboto-BoldItalic";}

.ly_product_first {background-color: #fff;}
.srcoll_btn_prev, 
.srcoll_btn_next {background-color: #FFF;}

.ly_sale {background-color: #c41919;}
.ly_product_img span,
.ly_product_item .ly_product_img .ly_quick_view {color: #FFF;}
.ly_quick_view {background-color: #000;}

.ly_main_text {background-color: #f0eeed;}

.ly_sn_SubTitle,
.ly_sn_Content  {color: #FFF;}
.ly_sn_Title {font-family: "Roboto-BoldItalic";color: #FFF;}
.ly_show_now .ly_sn_button {border: 2px solid #FFF;color: #FFF;}

.ly_sb_title {font-family: "Roboto-BoldItalic";}
.ly_support_business .ly_sn_button {border: 2px solid #333;color: #333;}

.ly_product_second {background-color: #fff;}

.top_text {font-family: "Roboto-BoldItalic";color: #FFF;}
.ly_em_title {font-family: "Roboto-BoldItalic";color: #FFF;}
.default_newsletter_form .text:active {background-color: transparent;color: #FFF;}
.default_newsletter_form {color: #FFF;border-color: #FFF;}
.default_newsletter_form input {color: #FFF;}
.default_newsletter_form .text::placeholder {color: #FFF;}

.ly_pro_tools .ly_pro_tools_item{background-color:#000;}
.ly_pro_tools .ly_pro_tools_item .iconfont{color:#fff;}
.default_newsletter_form .FontBgColor .iconfont{color: #fff;}
.ly_pf_btn a{font-family:"RobotoCondensed-Regular";color:#171717;border:solid 2px #171717;}
@media screen and (min-width:1000px) {
    .ly_pf_btn a:hover{background-color: #171717;color: #fff;}
    .ly_support_business .ly_sn_button:hover {background-color: #333;color: #FFF;}
}