/* =============================================================
  COLOR PICKERS
============================================================= */
/*  Primary Color #7BAC34
============================================================= */
/* Colors */
a, .header-top > .store-logo > .logo > h1 > .text-logo,
.header-top > .store-logo > .logo > .text-logo,
.top-bar > .top-bar-section > ul > li.active > a,
.toolbar .breadcrumbs > li > a,
.cart-summary-box > .cart-summary-item > .summary-product-name,
#review-cart-totals > .table > tfoot > tr.totals.key > td.text-right,
#cart-summary > .cart-summary-subtotal > span:nth-child(2),
#cart-summary-trigger > .cart-summary-number {
  color: #7BAC34 !important ;
}

/* Borders */
.top-bar > .top-bar-section ul li.has-dropdown ul.dropdown,
#home-intro > .home-description,
.product-block.featured .product-block-info,
.product-page-thumbs > .product-image-thumb.active {
  border-color: #7BAC34 !important ;
}

/* Backgrounds */
.button, #cart-summary-trigger,
#navigation .top-bar > .top-bar-section > ul > li > a:hover,
#navigation .top-bar > .top-bar-section > ul > li:hover:not(.has-form) > a,
#navigation .top-bar > .top-bar-section ul li.has-dropdown ul.dropdown li a:hover,
.product-gallery-pager > .pager > li > a:hover,
.product-gallery-pager > .pager > li.active > a,
.product-block-anchor > .sale-discount {
  background-color: #7BAC34 !important ;
}
/* Backgrounds Header #FFFFFF */
header {
  background-color: #6f9b2e !important ;
}
.top-bar:before, .top-bar ul.right > li.has-form, .top-bar > .top-bar-section > ul > li > a, .top-bar ul.right > li.has-form > #search_mini_form .submit {
  background-color: #ffffff !important ;
}
/*Backgrounds Menu Active #F8F7F7*/
.top-bar > .top-bar-section > ul > li.active > a {
  background-color: #f8f7f7 !important ;
}

/*Backgrounds Toolbar #EAEAEA */
.toolbar > .toolbar-box {
	background-color: #eaeaea !important ;
}

/*  Secondary Color #6F9B2E
============================================================= */
/* Colors */
a:hover, a:focus,
.cart-summary-box > .cart-summary-item > .summary-product-name {
  color: #6F9B2E !important ;
}

/* Backgrounds */
.button:hover,
.button:focus,
#cart-summary-trigger {
  background-color: #6F9B2E !important ;
}
/*  Background Color #F8F7F7
============================================================= */
/* Backgrounds */
.container, .toolbar {
  background:#ffffff
}
/*  top Bar - Footer Bar Color #000000
============================================================= */
/* Backgrounds */
.tab-bar, .tab-bar > .middle.tab-bar-section, footer {
	background-color:#000000;
}
#store-languages-dropdown,
#store-currencies-dropdown {
	background-color:#000000 !important;
}
