.header {
  background: #dd684f;
}
p {
	text-align: justify;
}
a { text-decoration: none; color: #000; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #c38d3f; }
.button:hover { text-decoration: none; color: #c38d3f; }
/* PAGINACION */ 

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  font-size: 1.1em;
  font-weight: bold;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #000;
  background-color: #ffffff;
  border: 1px solid #5a5a5a;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #5a5a5a;
  background-color: #eeeeee;
  border-color: #5a5a5a;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #5a5a5a;
  border-color: #5a5a5a;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #000;
  background-color: #ffffff;
  border-color: #5a5a5a;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.input-group button {
    margin-right: 5px;
}

/* Alinear verticalmente el botón con el input */
.input-group .btn {
    height: 38px; /* Ajusta según sea necesario */
}
  #miCheckbox {
    /* Cambia el color del fondo cuando el checkbox está seleccionado */
    background-color: #858585;
    /* Cambia el color del borde cuando el checkbox está seleccionado */
    border-color: #858585;
    /* Cambia el color de fondo cuando el checkbox NO está seleccionado */
    background-color: #ffffff;
    /* Cambia el color del borde cuando el checkbox NO está seleccionado */
    border-color: #858585;
    /* Otros estilos para mejorar la apariencia, como el redondeo de bordes */
    border-radius: 4px;
    padding: 8px;
  }

  #miCheckbox:checked {
    /* Cambia el color del fondo cuando el checkbox está seleccionado */
    background-color: #858585;
    /* Cambia el color del borde cuando el checkbox está seleccionado */
    border-color: #3498db;
    /* Cambia el color del texto cuando el checkbox está seleccionado */
    color: #ffffff;
  }
  *.icon-blue {
  color: #0088cc;
}
.mas_visto {
	 border-bottom: 2px solid #222 !important;
	color: #000;	
	font-weight: 900;
	font-size: 2em !important;
font-style: normal;
text-align: center;
margin-bottom: 10px;
font-weight: bold;
padding-bottom: 5px;
}
 .input-group-sm .btn {
    padding: 0.20rem 0.20rem !important;
    width: 20px !important;
    height: 20px !important;
}

.input-group-sm .form-control {
    width: 50px !important;
    height: 20px !important;
}
.image_number {
	position: absolute;
	bottom: -65px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #262626;
  font-size: 13px;	
	color: #fff;
}
/* Media query para dispositivos pequeños */
@media (max-width: 767px) {
    .input-group .btn {
        
        width: 30px;
        height: 30px;
    }

    .input-group .form-control {
        width: 30px;
        height: 30px;
    }
}
.product {
    position: relative;
    display: inline-block;
}


.product .oferta-superpuesta {
    display: block;
    width: 100%;
    height: auto;
    
}
.oferta-superpuesta {
    z-index: 9998;
    position: absolute;
    top: 0px; /* Ajusta la distancia desde la parte superior */
    left: 0px; /* Ajusta la distancia desde la parte izquierda */
    width: 80px !important; /* Ajusta el tamaño de la imagen de oferta */
    height: auto; /* Mantén las proporciones correctas */
    opacity: 0.9; /* Si quieres darle algo de transparencia */
}
.descuento-superior {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
    background-color: #ff4d4d;
    color: white;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}

.ticket {
  width: 80mm;
  margin: 20px auto;
  background: white;
  padding: 10px;
  font-family: Courier, monospace;
}
.nombre-negocio {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.subnombre {
    font-size: 16px; /* más pequeño */
    font-weight: normal;
}

