/* Colores para precio */

.product-price {
  color: #506040 !important;
}

.price {
  color: #506040 !important;
}

.precio {
	color: #506040 !important;
}



/*Colores para links*/


a:link {
  color: #3f4d34; !imp	/* Medium Sea Green */
  text-decoration: none;
}

/* Visitado */
a:visited {
  color: #5FA777; 		/* Cadmium Green */
}

/* Hover  */
a:hover {
  color: #66CDAA; 		/* Medium Aquamarine */
}

/* clicking */
a:active {
  color: #32cd32; 		/* Lime Green */
}

/*animation*/
a {
  transition: color 0.3s ease;
  font-weight: 500;
}

/*li aqui*/

.hidden-sm-donw
{
	color:#fff !important;
}

.whishlist-button-add
{
 color:#fff !important;
}

cart-products-count
{
	color:#fff!important;
}


.product-images > li.thumb-container .thumb.selected,.product-images > li.thumb-container .thumb:hover 
{
  border: #3f4d34 3px solid;
}

.tabs .nav-tabs .nav-link.active,.tabs .nav-tabs .nav-link:hover {
  border: 0;
  border-bottom: #3f4d34 3px solid;
}


/*Links del footer*/
.account-list a:hover
{
	color: #3f4d34 !important ;
}

.footer-container li a:hover
{
	color: #3f4d34 !important ;
}

/*Link del telefono y boton de inicion de sesion*/

#header a:hover
{
	color: #3f4d34;
}

.collapse-icons: hover
{
	color : #66CDAA !important;
}

.twitter.icon-gray, .pinterest.icon-gray,: hover
{
	color: #3f4d34 !important;
}

/*hide subcategories*/

 #subcategories
{
	display: none !important;
}