/*********** 2 GENERAL STRUCTURE ********/
/****************************************/

a {
  color: #292827;
  text-decoration: none;
}
/*** Button off ***/
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #C48D51;
  *background-color: #2a85a0;
}
.label-info,
.badge-info {
  background-color: #292827;
}
.horizontal-category ul{
  background:#585655 !important;
  margin-bottom:20px;
}
#accordion-categories-menu .last_active,#accordion-categories-menu .last_active:hover,#accordion-categories-menu .last_active:focus{
  color:#fff;
  background-color:#292827 !important;	
}
.accordion-filters a{
  text-decoration:none;  
  display:block;
  padding:0px;
  background:#292827 !important;	
  color:#fff;	
  font-weight:bold;    
}
/*** 2.3 tooltip color on price filter ***/
.slider .tooltip.top .tooltip-arrow {
  border-top-color: #292827 !important;
}
/*** 1.8 Horizontal categories ***/
.horizontal-category a:link,.horizontal-category a:visited{  
  color:#fff;
  padding:10px 20px;
  display:inline-block;
  font-weight:bold;
  border-right:1px solid #DFF2FF;
 background:#292827 !important;	  
}
.slider .tooltip-inner {
  background-color: #292827 !important;	
}

/*** Footer color ***/
 #footer{/*background:url('../img/footer-bg.png') repeat-x */
 background:#1d1c1c !important;
 padding:20px;
 color:#BFBFBF;
 border-top:5px solid 
 background:#292827 !important;
 margin-top:30px;
}

#product-sheet .price-container{
 color:#292827;	
 font-size: 22px;
 font-weight: 600;
 margin-bottom:10px;
}
.product-container-grid .product-img{
	padding:0px;
	position:relative;
}
.product-container-grid .product-img .img-thumb{
	*/ height:160px !important;*/ 
	position:relative;
	text-align:center;
	overflow:hidden;
}

.product-img img.lazy{
 height:180px !important;
 transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;*/ 
}

/*** 3.1 GRID VERSION ***/
.product-container-grid{
  border-bottom:2px solid transparent;  
  margin-bottom:10px;
  margin-top:5px;
  position:relative;
  background:#ffffff !important;
  height: ; 
}

/*         Product    original                    =>*/

.product-container-grid .product-detail-container{
  background:#EFEFEF !important;
  margin-top:0px;
  padding:5px;
}


.btn-info {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #292827, #292827);
}




