/* Estilo del tiempo con el ícono */
.tiempo-preparacion-mostrador {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 5px 10px;
    background-color: #f1f1f1;
    border-radius: 10px;
    display: inline-flex; /* Usamos inline-flex para permitir el alineamiento del ícono con el texto */
    align-items: center;  /* Centra el ícono y el texto verticalmente */
    margin-top: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: auto;
    transition: background-color 0.3s, transform 0.2s ease;
}

/* Estilo del ícono dentro del contenedor de tiempo */
.tiempo-preparacion-mostrador i.ti-timer {
    margin-right: 8px; /* Espaciado entre el ícono y el texto */
}

/* Efectos de color */
.tiempo-preparacion-mostrador.red {
    background-color: #f13c0b; /* Rojo pastel */
    color: #fff;
}

.tiempo-preparacion-mostrador.yellow {
    background-color: #f3e50d; /* Amarillo pastel */
    color: #fff;
}

.tiempo-preparacion-mostrador.warning {
    background-color: #28d05a; /* Verde claro pastel */
    color: #333;
}

/* Otros estilos de hover y de transición */
.tiempo-preparacion-mostrador:hover {
  
    transform: scale(1.05);
}





.tb-st {
	font-size: 13px;
	color: #6b6b6b;
}
.boxpres {
  background: #FADBD8;
}
.prod-left {
  width: 55%;
  padding: 0px;
}
.prod-rigth {
  height: 800px;
  margin-left:55%;
  background: #fbfbfb;
}

  .btn-large-dim {
    width: 29.78% !important;
    height: 80px !important;
    font-size: 20px !important;
    color: #21c1d6;
  }
  @media (min-width: 992px) and (max-width: 1199.98px) { 
    .btn-large-dim {
      width: 20.78% !important;
      height: 80px !important;
      font-size: 20px !important;
        color: #21c1d6;
    }
      
  }
@media (min-width: 1200px) {
  .btn-large-dim {
    width: 12.78% !important;
    height: 80px !important;
    font-size: 20px !important;}
  .tabs-vertical {
    min-width: 150px;
    max-width: 150px;}
  .u4-1 {
    margin-top:-20px !important;
    margin-left:-25px !important;
    margin-right:-25px !important;}
  .u4-2 {
    margin-top:-25px !important;
    margin-left:-26px !important;
    margin-right:-25px !important;}
  .u4 {
    padding: 4px !important;}
}

@media (max-width: 767px) {
  .btn-large-dim {
    width: 100% !important;
    height: 80px !important;
    font-size: 20px !important;}
  .tabs-vertical {
    min-width: 50px;}
  .u4-1 {
    margin-top:-25px !important;
    margin-left:-15px !important;
    margin-right:-15px !important;
    margin-bottom:-15px !important;}
  .u4-2 {
    margin-top:-25px !important;
    margin-left:-15px !important;
    margin-right:-15px !important;
  margin-bottom:-15px !important;}
  .u4 {
    padding: 0 !important;}
  .login-background {
    padding-bottom: 400px !important;
  }
}

.span-a{
  display: block;
  font-size: 10px;
  font-weight: 400;
}
.span-b{
  display: block;
  font-size: 9px;
  font-weight: 400;
}

btn.estilogreen {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin: 5px !important;
  padding: 7px 0px;
  color: #21c1d6;
}
btn.estilogreen:active {
  top: 0px;
  color: #21c1d6;
}
btn.modobluereed {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  position: relative;
  cursor: pointer;
  border-radius: 18px;
  font-weight: 600;
  margin: 5px !important;
  padding: 7px 0px;
  color: #fff;
}
btn.modobluereed:active {
  top: 0px;
  color: #fff;
}




button.dim {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin: 5px !important;
  padding: 7px 0px;
  color: #fff;
}
button.dim:active {
  top: 0px;
  color: #fff;
}
button.btn-primary.dim {
  box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px #999999;
}
button.btn-primary.dim:active {
  box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px #999999;
}
button.btn-primary.dim:focus {
  box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #f79d3c;
}
button.btn-primary.dim:visited {
  box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #f79d3c;
}
button.btn-default.dim {
  box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999999;
}
button.btn-default.dim:active {
  box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999999;
}
button.btn-warning.dim {
  box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999999;
}
button.btn-warning.dim:active {
  box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999999;
}

button.dim:before {
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  display: block;
  padding-top: 10px;
}
button.dim:active:before {
  top: 7px;
}
.btn:focus {
  outline: none !important;
}
.price {
  color: #797872;
  font-size: 15px;
  float: right; }
.descriptive-icon-2 {
  color: #666666;
}
.descriptive-icon-2 .icon, .descriptive-icon-2 .text {
  display: table-cell;
}
.descriptive-icon-2 span:first-child {
  font-weight: 700;
  font-size: 1.8rem;
}
.descriptive-icon-2 span {
  display: block;
  margin: 0;
  line-height: 1.1;
}

/* BOTON SUCCESS*/
.btn-green,
.btn-green.disabled {
  background: transparent; /* Fondo transparente */
  border: 1px solid #21c1d6; /* Borde más delgado azul */
  border-radius: 18px; /* Bordes ligeramente redondeados */
  width: 100px; /* Ancho fijo */
  height: 100px; /* Altura fija */
  display: inline-flex; /* Centrado del texto */
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif; /* Fuente */
  font-size: 18px; /* Tamaño del texto */
  font-weight: bold;
  color: #21c1d6; /* Color del texto */
  text-decoration: none; /* Elimina subrayado si es un enlace */
  text-align: center; /* Asegura que el texto esté centrado */
  transition: 0.2s ease-in; /* Transición suave */
  margin: 5px; /* Margen de 5px añadido */
}

.btn-green:hover,
.btn-green.disabled:hover {
  background: #21c1d6; /* Fondo azul claro al pasar el mouse */
  color: #fff; /* Texto en blanco */
  transform: translateY(-3.5px); /* El botón sube hacia arriba */
}

.btn-green.active,
.btn-green:focus,
.btn-green.disabled.active,
.btn-green.disabled:focus {
  background: #21c1d6;
  color: #fff; /* Texto blanco */
}

.btn-green:not(:disabled):not(.disabled).active,
.show>.btn-green.dropdown-toggle {
  background-color: #21c1d6;
  color: #fff; /* Color del texto */
  border-radius: 18px; /* Mantiene las esquinas redondeadas */
  border: 1px solid #ffffff; /* Borde blanco más delgado en estado activo */
  transition: 0.2s ease-in;
  margin: 5px; /* Asegura el margen también en estado activo */
}

/* BOTON INFO*/
.btn-blue, 
.btn-blue.disabled {
  background: #1e88e5; /* Fondo azul sólido */
  border: 1px solid #1e88e5; /* Borde del mismo color que el fondo */
  border-radius: 18px; /* Bordes más curvos */
  width: 100px; /* Ancho fijo */
  height: 100px; /* Altura fija */
  
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif; /* Fuente */
  font-size: 18px; /* Tamaño del texto */
  font-weight: bold;
  color: #fff; /* Texto blanco */
  text-decoration: none; /* Elimina subrayado si es un enlace */
  text-align: center; /* Asegura que el texto esté centrado */
  transition: 0.2s ease-in; /* Transición suave */
  margin: 5px; /* Margen de 5px */
}

.btn-blue:hover,
.btn-blue.disabled:hover {
  background: #1e88e5; /* Fondo azul sólido al pasar el mouse */
  border: 1px solid #1e88e5; /* Borde consistente */
  color: #fff; /* Texto blanco */
}

.btn-blue.active, 
.btn-blue:focus,
.btn-blue.disabled.active,
.btn-blue.disabled:focus {
  background: #1e88e5; /* Fondo azul sólido */
  color: #fff; /* Texto blanco */
}

.btn-blue:not(:disabled):not(.disabled).active,
.btn-blue:not(:disabled):not(.disabled):active,
.show>.btn-blue.dropdown-toggle {
  background-color: #1e88e5; /* Fondo azul sólido */
  border-radius: 18px; /* Bordes más curvos */
  border: 1px solid #1e88e5; /* Borde consistente */
  color: #fff; /* Texto blanco */
  transition: 0.2s ease-in;
}
.monto-parpadeante {
    animation: parpadeo 1s infinite; /* La animación durará 2 segundos y se repetirá infinitamente */
}

@keyframes parpadeo {
    0% {
        opacity: 1; /* Al inicio es completamente visible */
    }
    50% {
        opacity: 0; /* Al 50% de la animación, el elemento es invisible */
    }
    100% {
        opacity: 1; /* Vuelve a ser completamente visible al final */
    }
}

/* BOTON BLUE*/

/* BOTON RED*/
.btn-reed,
.btn-reed.disabled {
  background: #fc4b6c; /* Fondo rojo sólido */
  border: 1px solid #fc4b6c; /* Borde rojo */
  border-radius: 18px; /* Bordes más curvos */
  width: 100px; /* Ancho fijo */
  height: 100px; /* Altura fija */
 
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif; /* Fuente */
  font-size: 18px; /* Tamaño del texto */
  font-weight: bold;
  color: #fff; /* Texto blanco */
  text-decoration: none; /* Elimina subrayado si es un enlace */
  text-align: center; /* Asegura que el texto esté centrado */
  transition: 0.2s ease-in; /* Transición suave */
  margin: 5px; /* Margen de 5px */
}

.btn-orange {
  background-color: #45bcf3; /* Color azul (puedes cambiarlo si es necesario) */
  color: white; /* Texto blanco */
  
  padding: 10px 18px; /* Espaciado interior */
  font-size: 14px; /* Tamaño de la fuente */
  cursor: pointer; /* Aparece el puntero al pasar sobre el botón */
  border-radius: 7px; /* Bordes redondeados */
  transition: background-color 0.3s ease; /* Transición suave en el cambio de color */
}

.btn-orange:hover {
  background-color: #45bcf3; /* Mantiene el mismo color de fondo al pasar el mouse */
  color: white; /* Mantiene el color blanco en el texto */
  /* No es necesario agregar ningún cambio de color aquí, ya que quieres que el texto se mantenga blanco */
}


.btn-reed:hover,
.btn-reed.disabled:hover {
  background:  #fc4b6c; /* Fondo rojo más oscuro al pasar el mouse */
  border: 1px solid #fc4b6c; /* Borde consistente */
  color: #fff; /* Texto blanco */
}

.btn-reed.active, 
.btn-reed:focus,
.btn-reed.disabled.active,
.btn-reed.disabled:focus {
  background: #fc4b6c; /* Fondo rojo más oscuro */
  color: #fff; /* Texto blanco */
}

.btn-reed:not(:disabled):not(.disabled).active,
.btn-reed:not(:disabled):not(.disabled):active,
.show>.btn-reed.dropdown-toggle {
  background-color: #fc4b6c; /* Fondo rojo más oscuro */
  border-radius: 25px; /* Bordes más curvos */
  border: 1px solid #fc4b6c; /* Borde consistente */
  color: #fff; /* Texto blanco */
  transition: 0.2s ease-in;
}



html body .tr-left {
  border-left: 2px solid #b8b8ba !important;}
html body .tr-left:hover {
  background: #fbfcfc;
  border-left: 2px solid #ff8101 !important;}
html body .tr-left-2 {
  border-left: 3px solid #b8b8ba !important;}
html body .tr-left-2:hover {
  background: #fbfcfc;
  border-left: 3px solid #ff8101 !important;}
html body .tr-left-3 {
  padding: 10px !important;
  border-left: 2px solid #b8b8ba !important;}
html body .tr-left-3:hover {
  border-left: 2px solid #b8b8ba !important;}
html body .tr-left-4 {
  border-left: 2px solid #b8b8ba !important;}
html body .tr-left-4:hover {
  background: #fbfcfc;
  border-left: 2px solid #00afe9 !important;
  cursor: pointer;}
html body .tr-left-5 {
  border-left: 2px solid #b8b8ba !important;}
html body .tr-left-5:hover {
  background: #fbfcfc;
  border-left: 2px solid #34d16e !important;
  cursor: pointer;}
html body .p-10i {
  padding: 10px !important;
  border-left: 2px solid #b8b8ba !important;
  cursor: pointer}
html body .p-10i:hover {
  background: #fbfcfc;
  cursor: pointer;
  border-left: 2px solid #ff8101 !important;}
html body .comment-list {
  padding: 10px !important;
  border-left: 2px solid #b8b8ba !important;
  cursor: pointer}
html body .comment-list:hover {
  background: #fffde3;
  cursor: pointer;
  border-left: 2px solid #ff8101 !important;}
html body .m-b-10n {
  margin-bottom: -10px; }
html body .font-13 {
  font-size: 13px; }
html body .m-b-20i {
  margin-bottom: -20px !important; }
html body .m-t-17i {
  margin-bottom: -17px !important; }
/*ARTICULOS*/
.product-list {
  padding: 0px;
  text-align: left;
}



@media (min-width: 992px) and (max-width: 1199.98px) {
  .p-w-t {
    width: 30.48% !important;}
}
@media (min-width: 1200px) { 
  .p-w-t {
    width: 15.48% !important;}
  .body-pos {
    overflow:hidden;}
  .btn-up, .btn-down, .btn-categ {
    display: none;
  } 
}
@media (min-width: 576px) {
  .btn-categ {
    display: none;
  } 
}
@media (max-width: 991px) {
  .p-w-t {
    width: 46.72% !important;
  }
}
/* Contenedor de productos (el contenedor debe usar display: flex para ordenar los productos horizontalmente) */
.product-container {
   display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

#list-productos {
    display: flex;
    flex-wrap: wrap; /* Esto asegura que los productos se envuelvan cuando superen el límite de la fila */
    gap: 10px; /* Espacio entre los productos */
    justify-content: flex-start; /* Alinea los productos al principio */
    margin: 0 auto; /* Centra el contenedor si es necesario */
}

.product {
    position: relative;
    display: block;
    flex-basis: 23%; /* Controla el tamaño de cada producto, con espacio entre ellos */
    height: 130px; /* Altura fija para todos los productos */
    border-radius: 15px;
    overflow: hidden; /* Evita que los elementos sobresalgan */
  
    transition: all 0.3s ease; /* Transición al hacer hover */
}

/* Si el número de productos supera el límite, asegúrate de que la última fila no tenga mucho espacio extra */
.product:nth-child(4n) {
    margin-right: 0; /* Asegura que no haya un margen extra en la última columna */
}

.product:hover {
    border: 1px solid #34d16e; /* Cambia el borde al hacer hover */
}

/* Media Queries para pantallas más pequeñas */
@media (max-width: 1200px) {
    .product {
        flex-basis: 48%; /* Dos productos por fila en pantallas medianas */
    }
}

@media (max-width: 1200px) {
    .product {
        flex-basis: 48%; /* Un solo producto por fila en pantallas pequeñas */
    }
}

/* Estilos para la imagen */
.product .product-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* La imagen ocupa todo el ancho */
  height: 100%; /* La imagen ocupa toda la altura */
  background: white;
  text-align: center;
}

.product .product-img img {
  width: 100%; /* La imagen ocupa todo el ancho del contenedor */
  height: 100%; /* La imagen ocupa toda la altura del contenedor */

  vertical-align: top; /* Alineación de la imagen */
}

/* Etiquetas de precio */

.product .price-tag{
  position: absolute;
  top: 110px;
  right: 50px;
  color: white;
  line-height: 13px;
  padding: 5px;
  border-radius: 18px;
  font-weight: 400;
}

.product .pres-tag {
  position: absolute;
  top: 50%; /* Centra verticalmente */
  left: 50%; /* Centra horizontalmente */
  transform: translate(-50%, -0%); /* Ajusta el centro del elemento al medio exacto */
  color: white;
  line-height: 13px;
  padding: 10px 20px; /* Aumenta el relleno para darle más espacio */
  border-radius: 18px; /* Bordes curvados */
  font-weight: 400;
  background: #747FDB; /* Fondo azul */
  text-align: center; /* Asegura que el texto esté alineado en el centro */
  white-space: nowrap; /* Evita que el texto se divida en varias líneas */
}



.product .pres-tag {
  background: #747FDB; /* Fondo azul */
  top: 60px; /* Mueve un poco más abajo */
}


.product .price-tag {
  background: #34d16e; /* Fondo verde */
}
/* Nombre del producto */
.product .product-nam {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  color: #636363;
  background: rgba(255, 255, 255, 0.4); /* Fondo semitransparente */
  padding: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


/* Descripción del producto */
.product .product-des {
  bottom: 0;
  left: 0;
  right: 0;
  color: #636363;
  background: rgba(255, 255, 255, 0.7); /* Fondo semitransparente */
  padding: 5px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


.total-box {
  background-color: #ffffff;
  border-top: solid 2px #e9e9e9;
  bottom: 0px;
  height: 100%;
}
.product-name {
  font-size: 13px;
  padding: 0;
  display: inline-block;
  font-weight: bold;
  width: 80%;
  text-overflow: ellipsis;
  margin: 0px;
}
.price {
  padding: 0;
  font-weight: 500;
  float: right;
  font-size: 13px;
}
em {
  color: #777;
  font-weight: bold;
  font-style: normal;
}
.boxpres {
  background-color: #FADBD8;
}
.cenver{
  display: table-cell;
  vertical-align: middle;
}
.bg-t{
  background: transparent !important;
}
.bg-header{
  background: #f9fbf8 !important;
}


/* BOTON ORANGE */

.btn-orange,
.btn-orange.disabled {
  background: #ea5b5d;
  color: #ffffff;
  border: 1px solid #ea5b5d; }
  .btn-orange:hover,
  .btn-orange.disabled:hover {
    background: #e74241;
    color: #ffffff;
    border: 1px solid #e74241; }
  .btn-orange.active, .btn-orange:focus,
  .btn-orange.disabled.active,
  .btn-orange.disabled:focus {
    background: #e74241;
  }

/* BOTON ORANGE */

.table-head th{
  color: #455a64 !important;
  font-weight: 500 !important;
  background: #f9fbf8 !important;
  border-left: 0px !important;
}

.table-head th:hover{
  border-left: 0px !important;
}

.btn-pagar-pos {
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  background: #65d26f;
  border-bottom-right-radius: .25rem;
  cursor: pointer;
  cursor: hand;
}

.btn-dividir-pos {
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  background: #3f3f3f;
  border-bottom-left-radius: .25rem;
  cursor: pointer;
  cursor: hand;
}

.btn-cancelar-pos {
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  background: #fc4b6c;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  cursor: pointer;
  cursor: hand;
}

.btn-mozo-pos {
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  background: #65d26f;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.justify-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-icon {
  font-size: 25px !important;}
.menu-nav {
  padding: 9px 12px !important;}
.bg-efectivo {
  background-color: #dfffbc !important; }
.bg-tarjeta {
  background-color: #cbdeff !important; }
.bg-descuento {
  background-color: #ffeacb !important; }
.label-open {
  border-radius: 0px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  transform: rotate(-5deg)
}
.label-close {
  border-radius: 0px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  transform: rotate(5deg)
}
.form-control { 
  box-shadow: none !important;}
.form-control:focus {
  border-color: #ced4da !important;}
.dropdown-item.active, .dropdown-item:active {
  background-color: #617572;}
.bg-gris {
  background-color: #f9fbf8 !important; }
.card-shadow {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.12)}