/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ background: #f6f6f6 !important; }

 /* Quitar margen inferior extra de product-tabs */
.product-tabs {
  margin-top: 2rem;
}

.btn-primary:hover {
  color: #fff;
  background-color: #002899;
  border-color: transparent;
}

/* Separador más notorio */
.container .my-4 > hr {
  opacity: .25;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}

/* Hover del botón principal */
.btn-primary:hover {
  color: #fff;
  background-color: #002899;
  border-color: transparent;
}


/* Solo en la ficha de producto, oculta el último item del breadcrumb (el nombre) */
#product .breadcrumb li:last-child {
  display: none !important;
}




.product-description.text-muted {
  color: #6c757d;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: .95rem;
}