@charset "utf-8";

/*
  Color System - Based on #b8ca97
  =================================
  #b8ca97  → Base sage green (primary hue)
  #485d2c  → Deep forest green (primary text on light backgrounds, WCAG AA 5.97:1)
  #5a7a3d  → Medium green (hover states, links, interactive elements)
  #3d4d24  → Darkest green (max contrast text, headings on light backgrounds)
  #a0b87e  → Muted sage (decorative borders, pseudo-elements, separators)
  #c8d8a8  → Light sage (subtle decorative elements, disabled states)
*/

/* Decorative backgrounds & borders (previously #485F68) */
.nav-separator:before , .nav-separator:after , nav:after , .bold-separator:before , .bold-separator:after , #submit:hover , .to-top-holder:before , .ic__days .ic__day_state_current , .ic__days .ic__day_state_selected  , .ic__days .ic__day:hover  ,   .scroll-nav li a.actscroll:before ,  .scroll-nav ul:before, .scroll-nav ul:after , footer:after  , .hot-desc  , .content-pagination a.current-page , .content-pagination a:hover , .shopping-cart-link-count  , .quantity input.qty , .order-count   , .hero-title h4:before , .hero-title h4:after , .current-page , .pagination a:hover {
	background:#a0b87e;
}

/* Primary foreground - text, icons, interactive elements (previously #e60012) */
nav li  a.act-link , nav li  a:hover , .nav-social h3  , .nav-social li a:hover  , .parallax-section h3 , .section-title h3 , .team-slider h3 , #submit , #submit-res , .link , .tooltip , .hero-link a:hover  , #twitter-feed li a , .twitter-holder  .customNavigation a:hover , #subscribe  .subscribe-button , .twitter-holder  .customNavigation a.twit-link   , .footer-contacts li a:hover , .footer-social ul li a:hover , .subscribe-message i , .section-icon  , .testimonials-holder h4 a ,  .chefinfo , .team-social  li a:hover , .team-modal h5 , .popup-modal-dismiss:hover , .promotion-price , .big-number a , .testimonials-holder .customNavigation a:hover , .testimonials-slider ul li , .menu-item a:hover , .product-cats li a , .product-price a , .shopping-cart-link   , .subnav a:hover span  , .product-rating  , .product-item-price span ,  .quantity a , .product-meta span a , .tabs-menu .current a   , .order-money ,  .product-name a:hover  , .product-name , .coupon-holder button:hover , .cart-totals  button , .search-submit , .post-tags li a:hover, .tagcloud li a:hover , .post-link:hover , .slides-navigation a:hover , .post-meta i , .gallery-filters  a.gallery-filter-active , .box-item i , .fullheight-carousel-holder .customNavigation a:hover , .carousel-link-holder  h4 , #success_page p strong{
	color: #485d2c;
}

/* Border accent (previously #e60012) */
.hot-deal:before {
	border:2px  solid #485d2c;
}

/* Double border accent (previously #e60012) */
.team-modal:before  , .half-circle{
	border:4px  double #485d2c;
}

/* Decorative border (previously #485F68) */
 .half-circle {
	 border:3px  solid #a0b87e;}
