/*font-color code changes*/
#LogoContainer a, #LogoContainer a span,
#TopMenu li a:hover,
.cycle-pager span.cycle-pager-active,
a,
h1, h2, h3, h4, h5, h6,
.CartRemoveLink,
.EstimateShippingButtons a,
.EstimateShipping a,
.CartCode h2,
.AlternativeCheckout a, .KeepShopping a, .WrappingOptions a,
.Message a,
#QuickViewProductDetails .addToCart a{
    color: #f4ac2a;
}

h1{
    color: #f4ac2a;
}

.ProductPrice, .ProductList em,
.Content #PageContent h3,
#fastCartContainer .ProductPriceRating em{
    color: #000000;
}

.backtotop{
    margin-bottom: 8px;
    color: #000000;
}
.fastCartSummaryBox .actionLink a,
.CustomizeItemLink,
.actions .btn, .boldLink{
    color: #f4ac2a !important;
}



/*background-color code changes*/
#HeaderLower li.ActivePage a, #HeaderLower li.ActivePage a:hover,
#HeaderLower li a:hover,
#HeaderLower ul li.over a,
.FeaturedProductLabel,
.SideNav h2, #sidr-right h2{    
    background: #f4ac2a;
}

.ProductList li .ProductActionAdd a, .btn, input[type="submit"], input[type="button"], .QuickSearchAllResults a,
.CategoryPagination li.ActivePage{    
    background: #f4ac2a !important;
}
.SubCategoryList li a:hover{
    background: #f4ac2a;
}

.SideNav, .category-list li ul{
    background: #000000;
}






/*border-color code changes*/
#Header #HeaderLower{
   border-bottom: 1px solid #f4ac2a;
}
#FooterUpper{
   border-top: 1px solid #f4ac2a;
}



/*images replacement*/
.Content .ProductList li .ProductActionAdd a{
    background: url(//cdn2.bigcommerce.com/server3800/ig80xq/templates/__custom/images/cart-new.png?t=1566223430) no-repeat !important;
}
.Content .ProductList li .ProductActionAdd a:hover {
    background: url(//cdn2.bigcommerce.com/server3800/ig80xq/templates/__custom/images/cart-new.png?t=1566223430) 0 -42px !important;
}
.Content .ProductList li .ProductWishlistContaint a.ProductWishList{
    background:url(//cdn2.bigcommerce.com/server3800/ig80xq/templates/__custom/images/wishlist-new.png?t=1566223430) no-repeat !important;
}
.Content .ProductList li .ProductWishlistContaint a.ProductWishList:hover {
    background:url(//cdn2.bigcommerce.com/server3800/ig80xq/templates/__custom/images/wishlist-new.png?t=1566223430) no-repeat !important;
    background-position: 0 -42px !important;    
}


/*common style*/
#SitemapContent h3 {
    color: #f4ac2a;
    border-bottom: 1px dotted #f4ac2a;
}
#SitemapContent li{
   color: #f4ac2a;
}
#SitemapContent p span a{
   color: #f4ac2a;
}
.ProductTinyImageList li.selected{
    border: solid #f4ac2a 1px !important;
}




