#page-content{padding-top:30px;}
.whatsapp:hover { color: #7aea9b !important; }
header .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 114px;
  padding: 10px 0;
}

header .logo-container a { height: 100% !important;}
header .logo-container img { height: 100% !important;}


.esconder{display: none;}


footer .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
footer .logo-container a { width: 70%; padding-top: 30px; }
footer .logo-container img { width: 100% }

.product-item .precio-viejo{  color: #a6a6a6; font-size: 14px; text-decoration: line-through; float: left; width: auto; padding-right: 10px; }

.precio-box{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
}

tbody .product-quantity{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 146px;
  padding: 10px 0;
  border:  none !important;
  border-bottom:  1px solid #eee !important;
}

tbody .product-remove{
   display: flex;
  justify-content: center;
  align-items: center;
  height: 146px;
  padding: 10px 0;
  border:  none !important;
  border-bottom:  1px solid #eee !important;
}

.productos_home{ padding-top: 20px; }

.productos_home .categorias_box{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}


.product-info .product-title{ padding: 0 10px; }

.productos_home .categorias_box button{
  margin: 0px 15px;
  font-weight: bold;
  font-size: 13px;
}

.productos_home .categorias_box button:hover{
  color: #08c;
}

.productos_home .categorias_box button.active{
  color: #08c;
}


.invertir-color {
     -webkit-filter: invert(60%);
    filter: invert(60%);
}



@media (max-width: 1200px) {

  .productos_home .categorias_box{
  display: inline-block;
  justify-content: center;
  text-align: center;
}


}

   



