.menu-tpv {
  position: fixed;
  width: 100%;
  padding-bottom: 10px;
  z-index: 1000;
}
.menu-tpv .enlace-menu {
  padding-top: 5px;
  display: inline-block;
  padding-left: 10px;
}

.footer-tpv {
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  position: fixed;
  bottom: 0px;
  height: 50px;
  background: #eee;
  z-index: 10000000;
}
.footer-tpv .btn-escape {
  margin-right: 10px;
}
.footer-tpv .btn-escape img {
  float: left;
  display: inline-block;
  margin-left: 15px;
}
.footer-tpv .btn-escape label {
  float: left;
  display: inline-block;
  padding-top: 5px;
  margin-left: 10px;
  color: #4f6584;
}
.footer-tpv .navegar {
  float: left;
  display: inline-block;
  margin-left: 20px;
}
.footer-tpv .navegar > a {
  margin-left: 8px;
}
.footer-tpv .barra-buscar {
  float: left;
  display: inline-block;
  height: 40px !important;
  overflow: hidden;
}
@media (min-width: 1368px) and (max-width: 2000px) {
  .footer-tpv .barra-buscar {
    margin-left: 24%;
  }
}
@media (min-width: 768px) and (max-width: 1368px) {
  .footer-tpv .barra-buscar {
    margin-left: 18%;
  }
}
@media (min-width: 450px) and (max-width: 768px) {
  .footer-tpv .barra-buscar {
    margin-left: 8%;
  }
}
@media (min-width: 300px) and (max-width: 450px) {
  .footer-tpv .barra-buscar {
    margin-left: 2%;
  }
}
.footer-tpv .barra-buscar form {
  display: inline-block;
}
.footer-tpv .barra-buscar .tpv-icono-home {
  float: left;
  margin-right: 8px;
  margin-top: 3px;
}
.footer-tpv .barra-buscar .input-buscar {
  width: 250px !important;
  float: left;
}
.footer-tpv .barra-buscar .lupa {
  float: left;
  margin-left: 10px;
  margin-top: 2px;
}
.footer-tpv .carrito-tpv {
  float: right;
  display: inline-block;
}
.footer-tpv .carrito-tpv .icono-borrar-pedido {
  float: left;
  font-size: 1.5em;
  margin-right: 10px;
  margin-top: 5px;
  color: #a0acb9;
}
.footer-tpv .carrito-tpv .icono-borrar-pedido:hover {
  color: #1d5b9f;
  cursor: pointer;
}
.footer-tpv .carrito-tpv .boton-resumen {
  width: 100px;
  height: 50px;
  background-image: url(../images/tpv/btn_carrito.png);
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  font-weight: bold;
  color: white;
  text-align: right;
  box-sizing: border-box;
  padding-top: 3px;
  padding-right: 30px;
}

/*# sourceMappingURL=tpv.css.map */
