									/* ------------------------===============================================----------------------------- */
															/* ---------------->>> COLOR CSS <<<------------- */
									/* ------------------------================================================---------------------------- */ 
	
/* =================================================================== 
						GENERAL
======================================================================*/									
.text-color, a.text-color, a.reply-link, a.reply-link:before {
	color:#90624b;
}
a:focus, a:hover,a.btn-link:hover,a.btn-link:focus,
.btn-link.letter-spacing.typo-grey:hover,.btn-link.letter-spacing.typo-grey:focus {
    color: #fff;
}
.theme-bg {
	background-color: #90624b;
}
.theme-overlay,
.isotope-grid .img-wrapper .overlay {
	background-color:rgba(173, 208, 104,0.9);
}
.icon-list > li:before {
	color: #90624b;
}

/* =================================================================== 
						Form
======================================================================*/	
.form-control:focus,button.btn:focus {
	border-color: #90624b;
}
/* =================================================================== 
						BUTTON
======================================================================*/
.btn.btn-default,.navbar-default .navbar-nav > li > a.btn.btn-default {
    background-color: #add068;
}	
.btn.btn-default:hover,.btn.btn-default:focus {
	background-color:#90624b;
}
/* =================================================================== 
						BREADCRUMB
======================================================================*/
.breadcrumb > li > a {
    color: #90624b;
}
/* =================================================================== 
						PAGINATION
======================================================================*/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover,.pagination >li> a:hover {
	background-color: #add068;
	color:#fff;
	border-color: #add068;
}
/* =================================================================== 
						BLOG
======================================================================*/
p.post-category {
	color: #90624b;
}
p.latest-post-category {
    background: #add068;
}
.post .quote-post, .link-post {
    background: #add068;
}
/* =================================================================== 
						ACCORDION
======================================================================*/
.panel-group .panel-title > a {
	background-color: #add068;
}
/* =================================================================== 
						TAB
======================================================================*/

.product-review-tab .nav-pills>li.active>a, .product-review-tab .nav-pills>li.active>a:focus, .product-review-tab .nav-pills>li.active>a:hover {
	color:#90624b;
}
/* =================================================================== 
						OWL SLIDER
======================================================================*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #add068;
}
/* =================================================================== 
						NAVIGATION MENU
======================================================================*/
.navbar-default .navbar-nav > li:hover > a,.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
	color:#90624b;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #90624b;
}
.dropdown-menu {
	border-color: #90624b;
}
.dropdown-menu > li > a.active,.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #90624b;
    color: #fff;
}
.header-type-4,.header-type-4 .navbar-default {
	background: #90624b;
}
.icon-box .icon-wrapper i {
	color:#90624b;
}	
.cart-toggle .cart-count {
	color:#90624b;
}
/* =================================================================== 
						SECTION TITLE
======================================================================*/
.bottom-line:after {
	background: #90624b;
}
/* =================================================================== 
						ICON GRID
======================================================================*/
.icon-grid.icon-grid-bg:hover {
	background: #90624b;
}
.icon-grid i.icon-circle {
	color: #90624b;
}
/* =================================================================== 
					CHECK BOX
======================================================================*/

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #add068;
    border-color: #add068;
}

.cart-form button.btn {
	color:#90624b;;
}
.cart-button-inline a {
	color:#add068;
}
.shop-page-area .inner-shop-top-right ul > li.active {
	background-color:#add068;;
}

/* =================================================================== 
					OPEN POSITION
======================================================================*/
.table.table-position > thead > tr > th {
	background: #90624b;
}
/* =================================================================== 
						WIDGET
======================================================================*/
.sidebar .widget-title:after {
	background: #90624b;
}
.brochures-widget ul > li > a:hover,.brochures-widget ul > li > a:focus {
	background: #90624b;
}
.tags a {
	color:#90624b;
}
.tags li.active a,.tags a.active,.tags a:hover {
    background: #add068;
	color:#fff;
}

/* =================================================================== 
						FOOTER
======================================================================*/
footer .input-group-btn > .btn:hover,footer .input-group-btn > .btn:focus {
	 color: #90624b;
}

/* =================================================================== 
						SOCIAL FOOTER BOTTOM
======================================================================*/

.social-icons li a i {
	color: #8bc53e;
}
.author-social li a {
	color: #90624b;
}
/* =================================================================== 
						PRODUCT PAGE
======================================================================*/
.single-cat li.active {
    color: #add068;
}
/*price filter*/
.ui-slider .ui-slider-range {
	background-color: #90624b;
}
/* =================================================================== 
						PRODUCT PAGE SIDEBAR
======================================================================*/

.filter-by-price .filter-circle .filter-bar {
	background-color: #90624b;
}
/* =================================================================== 
						CART PAGE
======================================================================*/
.remove-btn:hover span:before {
	background-color: #add068;
}

/* =================================================================== 
						SECONDARY COLOR
======================================================================*/
.theme-bg .text-color {
	color:#edc216;
}

/******************************************************************************
  Max Width "767px"
*******************************************************************************/

@media screen and (max-width: 767px){
	.dropdown-menu > li > a.active, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
		color: #90624b !important;
	}
}