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

    --ThemesHeaderBgColor: #a8de21;
    --ThemesHeaderTextColor: #fff;
    --ThemesHeaderIconColor: #fff;
    --ThemesHeaderInputBorderColor: #888;
    --ThemesHeaderTipsColor: #f26229;
    --ThemesNavTextColor: #fff;
    --ThemesNavTextHoverColor: #f26229;
    --ThemesFooterBgColor: #a8de21;
    --ThemesFooterTitleColor: #fff;
    --ThemesFooterTextColor: #9c9c9c;
    --ThemesFooterTextHoverColor: #666;
    --ThemesFooterLineColor: #f26229;
    --ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
}

body,html{font-family: "MavenPro-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_account_style .iconfont ,
.default_shopping_cart_style .iconfont ,
.ly_moblie_menu .iconfont ,
.ly_moblie_search .iconfont {color: var(--ThemesHeaderIconColor);}

.default_foot_menu_style .menu_list dt::after {background-color: var(--ThemesFooterLineColor);}

/* style */
#header {background-color: var(--ThemesHeaderBgColor);}
.default_nav_style li a {color: var(--ThemesNavTextColor);font-family: "SairaExtraCondensed-Bold";}
.default_nav_style li a:hover {color: var(--ThemesNavTextHoverColor);}
.default_language_currency_style {color: var(--ThemesHeaderTextColor);font-family: "SairaExtraCondensed-Bold";}
.default_search_style {border-color: var(--ThemesHeaderInputBorderColor);}
.default_search_style .text {background-color: rgba(0,0,0,0);color: var(--ThemesHeaderInputBorderColor);}
.default_shopping_cart_style span {color: var(--ThemesHeaderTipsColor);font-family: "SairaExtraCondensed-Bold";}
.default_search_style .button {background-color: rgba(0,0,0,0);}
.default_account_style .global_account_sec .AccountButton_sec {color: transparent;}

.default_foot_menu_style .menu_list dt {color: var(--ThemesFooterTitleColor);font-family: "SairaExtraCondensed-Bold";}
.default_foot_menu_style .menu_list dt .iconfont {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);}
.ly_ft_text {color: var(--ThemesFooterTextColor);}

#footer {background-color: var(--ThemesFooterBgColor);}
@media screen and (max-width:1000px){
    .default_nav_style li a:hover {color: var(--ThemesNavTextColor);}
    .default_foot_menu_style .menu_list dd a:hover {color: var(--ThemesFooterTextColor);}
}
/* index */
.ly_category {background-color: #FFF;}
.ly_category_item a::before {background-color: #000;}
.ly_category_item .ly_category_item_text {color: #FFF;font-family: "SairaExtraCondensed-Bold";}
.ly_hc_item::before {background-color: #000;}
.ly_hc_item .ly_hc_item_text {color: #FFF;}
.ly_hc_item_text .ly_hc_item_title {font-family: "SairaExtraCondensed-Bold";}
.ly_subscribe  {background-color: #f6f6f6;}
.default_newsletter .newsletter_title .top_text  {font-family: "SairaExtraCondensed-Bold";color: #333;}
#newsletter_form .text {background-color: #eee;}
#newsletter_form .FontBgColor {background-color: #f26229;color: #FFF;font-family: "SairaExtraCondensed-Bold";}
.follow_us_list .iconfont {color: #333;}

.ly_sale {background-color: #f26229;color: #FFF;}
.ly_product_item .ly_product_name:hover .themes_products_title a,
.ly_product_item .ly_product_name:hover .themes_products_price,
.ly_product_item .ly_product_name:hover .themes_products_origin_price,
.ly_product_item .ly_product_name:hover .themes_products_origin_price a {color: #a8a8a8;}
.ly_product_item .ly_product_name .ly_product_item_price {font-family: "SairaExtraCondensed-Bold";}
.follow_us_list li a {border-color:  #333;}


.ly_bp_btn a{background-color:#222222;color:#fff;font-family:"SairaExtraCondensed-Bold";border: solid 1px #222222;}
@media  screen and (min-width:1000px) {
    .ly_bp_btn a:hover{color:#222222;background-color:transparent;}
}