.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;
}

@media (min-width: 768px) {
  .btn-large-dim {
    /*
    top: 40%;
    left: 40%;
    transform: translate(-40%, -40%);
    */
    margin-left: 18px !important;
    position: relative;
    vertical-align: top;
    display: inline-block;
    align-items: center;
    /*width: 15.1% !important;*/
    width: 124px !important;
    height: 124px !important;
    font-size: 30px !important;}
  .btn-large-dim-sm {
    /*width: 12.95% !important;*/
    width: 100px !important;
    height: 100px !important;
    font-size: 25px !important;
    margin-left: 17px !important;
    margin-right: 17px !important;}
  .tabs-vertical {
    min-width: 150px;
    max-width: 150px;}
  .u6 {
    margin-right:-20px !important;}
  .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, .btn-large-dim-sm {
    margin-left: 0px !important;
    position: relative;
    vertical-align: top;
    display: inline-block;
    height: 135px;
    width: 100%;
    overflow: hidden;
    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;}

  .u5-1 {
    margin-top:-25px !important;
    margin-left:-15px !important;
    margin-right:-15px !important;
    margin-bottom:-15px !important;}
  .u5-2 {
    margin-top:-25px !important;
    margin-left:-15px !important;
    margin-right:-15px !important;
  margin-bottom:-15px !important;}
  .u5 {
    padding: 0 !important;}

  .login-background {
    padding-bottom: 400px !important;
  }

  .moso {
    padding: 0px !important;
    padding-top: 30px !important;
  }

  .moso-2 {
    padding-top: 30px !important;
  }  
}

.span-a{
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.span-b{
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-transform: lowercase;
}
.status_mesa_2 {
  display: block;
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: upright;
  top: 5px;
  left: 5px;
  vertical-align: left;
  color: #007bff;
  line-height: 0.5;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  font-weight: 300;
  font-size: 8px;
}
.status_mesa_3 {
  display: block;
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: upright;
  top: 5px;
  left: 5px;
  vertical-align: left;
  color: #e7444c;
  line-height: 0.5;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  font-weight: 300;
  font-size: 8px;
}

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: 100;
  margin: 5px;
  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.btn-green.dim, button.btn-blue.dim, button.btn-reed.dim {
  border-radius: 20px;
  border: 4px solid #ffffff; 
}
button.btn-green.dim:hover, button.btn-blue.dim:hover, button.btn-reed.dim:hover {
  color: #fff;
  border-radius: 20px;
  border: 4px solid #ffffff; 
  -webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.17);
box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.17);
}
button.btn-green-round.dim, button.btn-reed-round.dim, button.btn-blue-round.dim {
  border-radius: 50%;
  border: 4px solid #ffffff; 
}
button.btn-green-round.dim:hover, button.btn-reed-round.dim:hover, button.btn-blue-round.dim:hover {
  color: #fff;
  border-radius: 50%;
  border: 4px solid #ffffff; 
  -webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.17);
box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.17);
}
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: var(--bs-heading-color) !important;*/
  /*font-size: 14px;*/
  /*font-weight: 500;*/
  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.5rem;
}
.descriptive-icon-2 span {
  display: block;
  margin: 0;
  line-height: 1.1;
}
html body .tr-left {
  border-left: 4px solid #b8b8ba !important;}
html body .tr-left:hover {
  background: #fbfcfc;
  border-left: 4px 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: 4px solid #b8b8ba !important;}
html body .tr-left-3:hover {
  border-left: 4px 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: 4px solid #b8b8ba !important;
  cursor: pointer}
html body .p-10i:hover {
  background: #fbfcfc;
  cursor: pointer;
  border-left: 4px solid #ff8101 !important;}
html body .comment-list {
  padding: 10px !important;
  border-left: none !important;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer}
html body .comment-list:hover {
  background: #fffde3;
  cursor: pointer;
  border-color: transparent!important;}
  /*
html body .comment-list {
  padding: 10px !important;
  border-left: 4px solid #b8b8ba !important;
  cursor: pointer}
html body .comment-list:hover {
  background: #fffde3;
  cursor: pointer;
  border-left: 4px solid #ff8101 !important;}
  */
html body .m-b-10n {
  margin-bottom: -10px; }
html body .m-b-5n {
  margin-bottom: -5px; }
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;
}
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 SUCCESS*/
.btn-green,.btn-green-round,
.btn-green.disabled, .btn-green-round.disabled {
  background: #13d056;
  border: 1px solid #13d056;
  -webkit-box-shadow: 0 0 2px 0 rgba(40, 190, 86, 0.14), 0 0 1px 1px rgba(97, 255, 45, 0.2), 0 0 0 1px rgba(40, 190, 72, 0.12);
    box-shadow: 0 0 2px 0 rgba(36, 226, 103, 0.14), 0 0 1px 1px rgba(27, 218, 42, 0.2), 0 0 0 1px rgba(28, 220, 70, 0.12);
-webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2); }
  .btn-green:hover, .btn-green-round:hover 
  .btn-green.disabled:hover, .btn-green-round.disabled:hover {
    background: #13d056;
    -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
    box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
    border: 1px solid #13d056; }
  .btn-green.active, .btn-success:focus,
  .btn-green-round.active, .btn-success:focus,
  .btn-green.disabled.active,
  .btn-green-round.disabled.active,
  .btn-green.disabled:focus, .btn-green-round.disabled:focus {
    background: #13d056;
    -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
    box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2); }

.btn-green:not(:disabled):not(.disabled).active, .btn-green:not(:disabled):not(.disabled):active, .show>.btn-green.dropdown-toggle {
    color: #fff;
    background-color: #13d056;
    border-color: #13d056;}
.btn-green-round:not(:disabled):not(.disabled).active, .btn-green-round:not(:disabled):not(.disabled):active, .show>.btn-green-round.dropdown-toggle {
    color: #fff;
    background-color: #13d056;
    border-color: #13d056;}

.btn-green:not(:disabled):not(.disabled).active,
.show>.btn-green.dropdown-toggle{
  background-color: #13d056;
  border-radius: 10px;
  border: 4px solid #ffffff; 
  box-shadow: 0 0 0 0.2rem rgba(255 215 10);
  transition: 0.2s ease-in;
}
.btn-green-round:not(:disabled):not(.disabled).active,
.show>.btn-green-round.dropdown-toggle{
  background-color: #13d056;
  border-radius: 50%;
  border: 4px solid #ffffff; 
  box-shadow: 0 0 0 0.2rem rgba(255 215 10);
  transition: 0.2s ease-in;
}
/* BOTON SUCCESS*/

/* BOTON INFO*/

.btn-blue, .btn-blue-round,
.btn-blue.disabled, .btn-blue-round.disabled {
  background: #007bff;
  border: 1px solid #007bff;
  -webkit-box-shadow: 0 0 2px 0 rgba(66, 165, 245, 0.14), 0 0 1px 1px rgba(66, 165, 245, 0.2), 0 0 0 1px rgba(66, 165, 245, 0.12);
  box-shadow: 0 0 2px 0 rgba(66, 165, 245, 0.14), 0 0 1px 1px rgba(66, 165, 245, 0.2), 0 0 0 1px rgba(66, 165, 245, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2); }
  .btn-blue:hover, .btn-blue-round:hover,
  .btn-blue.disabled:hover, .btn-blue-round.disabled:hover {
    background: #007bff;
    border: 1px solid #007bff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2); }
  .btn-blue.active, .btn-blue:focus,
  .btn-blue-round.active, .btn-blue-round:focus,
  .btn-blue.disabled.active, .btn-blue-round.disabled.active,
  .btn-blue.disabled:focus, .btn-blue-round.disabled:focus {
    background: #007bff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2); }

.btn-blue:not(:disabled):not(.disabled).active, .btn-blue:not(:disabled):not(.disabled):active, .show>.btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;}
.btn-blue-round:not(:disabled):not(.disabled).active, .btn-blue-round:not(:disabled):not(.disabled):active, .show>.btn-blue-round.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;}

.btn-blue:not(:disabled):not(.disabled).active,
.show>.btn-blue.dropdown-toggle{
  background-color: #007bff;
  border-radius: 10px;
  border: 4px solid #ffffff; 
  /*box-shadow: 0 0 0 0.2rem rgba(247,240,37,5);*/
  box-shadow: 0 0 0 0.2rem rgba(255 215 10);
  transition: 0.2s ease-in;
}

.btn-blue-round:not(:disabled):not(.disabled).active,
.show>.btn-blue-round.dropdown-toggle{
  background-color: #007bff;
  border-radius: 50%;
  border: 4px solid #ffffff; 
  /*box-shadow: 0 0 0 0.2rem rgba(247,240,37,5);*/
  box-shadow: 0 0 0 0.2rem rgba(255 215 10);
  transition: 0.2s ease-in;
}

/* BOTON BLUE*/

/* BOTON RED*/
.btn-reed, .btn-reed-round,
.btn-reed.disabled, .btn-reed-round.disabled {
  background: #e7444c;
  border: 1px solid #e7444c;
  -webkit-box-shadow: 0 0 2px 0 rgba(239, 83, 80, 0.14), 0 0 1px 1px rgba(239, 83, 80, 0.2), 0 0 0 1px rgba(239, 83, 80, 0.12);
  box-shadow: 0 0 2px 0 rgba(239, 83, 80, 0.14), 0 0 1px 1px rgba(239, 83, 80, 0.2), 0 0 0 1px rgba(239, 83, 80, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2); }
  .btn-reed:hover, .btn-reed-round:hover,
  .btn-reed.disabled:hover, .btn-reed-round.disabled:hover {
    background: #e7444c;
    -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
    box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
    border: 1px solid #e7444c; }
  .btn-reed.active, .btn-reed:focus,
  .btn-reed-round.active, .btn-reed-round:focus,
  .btn-reed.disabled.active,
  .btn-reed-round.disabled.active,
  .btn-reed.disabled:focus, .btn-reed-round.disabled:focus {
    background: #e7444c;
    -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
    box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2); }

.btn-reed:not(:disabled):not(.disabled).active, .btn-reed:not(:disabled):not(.disabled):active, .show>.btn-reed.dropdown-toggle {
    color: #fff;
    background-color: #e7444c;
    border-color: #e7444c;}

.btn-reed-round:not(:disabled):not(.disabled).active, .btn-reed-round:not(:disabled):not(.disabled):active, .show>.btn-reed-round.dropdown-toggle {
    color: #fff;
    background-color: #e7444c;
    border-color: #e7444c;}

.btn-reed:not(:disabled):not(.disabled).active,
.show>.btn-reed.dropdown-toggle{
  background-color: #e7444c;
  border-radius: 10px;
  border: 4px solid #ffffff; 
  box-shadow: 0 0 0 0.2rem rgba(255 215 10);
  transition: 0.2s ease-in;
}

.btn-reed-round:not(:disabled):not(.disabled).active,
.show>.btn-reed-round.dropdown-toggle{
  background-color: #e7444c;
  border-radius: 50%;
  border: 4px solid #ffffff; 
  box-shadow: 0 0 0 0.2rem rgba(255 215 10);
  transition: 0.2s ease-in;
}
/* BOTON RED*/

/* BOTON ORANGE */

.btn-orange,
.btn-orange.disabled {
  background: #ff693b;
  color: #ffffff;
  border: 1px solid #ff693b; }
  .btn-orange:hover,
  .btn-orange.disabled:hover {
    background: #ff4c15;
    color: #ffffff;
    border: 1px solid #ff4208; }
  .btn-orange.active, .btn-orange:focus,
  .btn-orange.disabled.active,
  .btn-orange.disabled:focus {
    background: #ff4c15;
  }

/* 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: 16px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 13px;
  background: #007bff;
  border-radius: 20px;
  /*border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;*/
  cursor: pointer;
  cursor: hand;
}

.btn-continuar {
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 13px;
  background: #1B84FF;
  border-radius: 20px;
  /*border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;*/
  cursor: pointer;
  cursor: hand;
}

.btn-confirmar {
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 13px;
  background: #fac918;
  border-radius: 20px;
  /*border-bottom-right-radius: .25rem;
  border-bottom-left-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: 16px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 13px;
  background: #F8285A;
  border-radius: 20px;
  /*border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;*/
  cursor: pointer;
  cursor: hand;
}

.btn-mozo-pos {
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 13px;
  background: #007bff;
  border-radius: 20px;
}
.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)}

  html body .input-pagos:hover {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.12)}

.pro_active {
  background: #feffbb;
  border-left-color: #d53939!important;
}

.cat_active {
  color: #ff5d21 !important;
}
.cat_active a, .cat_active a:hover, .cat_active a:focus{
  font-weight: 500 !important;
  color: #ff5d21 !important;
}

/*
.d-none {
    display: none !important;
}
*/

.total-box {
  background-color: #ffffff;
  border-top: solid 2px #e9e9e9;
  bottom: 0px;
  height: 100%;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6px;
    padding: 2px;
}

.grid-mesas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding: 10px;
}

.grid li, ul.grid-mesas li {
    list-style: none;
}
.grid li:before, ul.grid-mesas li:before {
    content: "";
    padding-top: 100%;
    display: inline-block;
    vertical-align: top;
}

.grid-prod {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding: 10px;
    /*
    margin-top: -150px;
    */
}
.grid li, ul.grid-prod li {
    list-style: none;
}
.grid li:before, ul.grid-prod li:before {
    content: "";
    padding-top: 100%;
    display: inline-block;
    vertical-align: top;
}

.producto {
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-size: 12px;
    background: #ffffff !important;
    border: 1px solid #e2e2e2;
    border-radius: 20px !important;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: auto !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06) !important;
}

.producto .product-img {
    height: 130px;       /* 👈 Puedes reducir aquí: 80px, 90px, etc. */
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.producto .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* Mantiene el recorte visual bonito */
    display: block;
    border-radius: 16px;
}

.producto .card-img-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    position: relative;
    text-align: center;
}

.producto .card-title {
    font-size: 13px;
    color: #212529 !important;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    word-break: break-word;
    height: 36px;              /* Altura fija */
    overflow: hidden;          /* Evita desbordamiento */
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    text-align: center;
}

.producto .presentacion-tag {
    position: static;
    background: #ffe600;
    color: #000 !important;
    font-size: 13px;
    margin-bottom: 8px;
    padding: 6px 12px;
    border-radius: 10px;
    width: 100%; /* <-- hace que ocupe todo el ancho disponible */
    max-width: 100%;              /* 👈 no supera el ancho del contenedor */
    box-sizing: border-box;       /* padding no se suma al ancho */
    text-align: center;
    display: block;               /* asegura que ocupe su línea completa */
    overflow-wrap: break-word;    /* si hay palabra larga, se parte */
    white-space: normal;          /* permite varias líneas si es necesario */
}

.producto .price-tag {
    position: static; /* Ya no lo posicionamos con absolute */
    background: #28a745;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 8px;
    border-radius: 10px;
    width: 100%; /* <-- hace que ocupe todo el ancho disponible */
    text-align: center;
    box-sizing: border-box; /* evita que el padding se sume al ancho */
}

@media (min-width: 576px) { 
    .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
      } 
    .grid-prod {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }         
    .grid-mesas {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }        
}

@media (min-width: 768px) { 
    .grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .grid-prod {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }         
    .grid-mesas {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }  
}

@media (min-width: 992px) { 
    .grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }   
    .grid-prod {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .grid-mesas {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }        
}

@media (min-width: 1200px) { 
    .grid {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
    }  
    .grid-prod {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }
    .grid-mesas {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }              
}

@media (min-width: 991px) {
  .p-w-t {
    width: 158px !important;}
    /*width: 136 !important;}*/
  .body-pos {
    overflow:hidden;}
  .btn-up, .btn-down, .btn-categorias{
    display: none;} 
}

@media (max-width: 991px) {
  .p-w-t {
    width: 47% !important;
  }
}

.btn-pedido {
  cursor: pointer;
}
.btn-pedido:hover {
  /*background-color: #13d056;*/
  border: 2px solid #ffffff; 
  box-shadow: 0 0 0 0.2rem rgba(255 215 10);
}
.btncategoria {
    width: 100%;
    height: 100%;
    border-radius: 22px;
    font-size: 14px;
}
.btncategoria .icon {
    display: block;
    font-size: 25px;
}

.mesa[data-v-7a365674] {
    border: 2px solid #fff;
    cursor: pointer;
    float: left;
    margin: 1%;
    overflow: hidden;
    padding-bottom: 18%;
    position: relative;
    transition: all .5s;
    width: 100%;

    /*height: 159.16px;*/
}

.mesa-add[data-v-7a365674] {
    height: 120px !important;
}

.mesa[data-v-7a365674]:hover {
    border: 3px dashed #5b348a;
    transition: all .5s;
}

.mesa.libre[data-v-7a365674] {
    background-color: #fafafa;
    border: 2px solid #fcfcfc !important;
    border-color: #ededed !important;
    border-radius: 10px;
    /*
    box-shadow: 0 6px 40px -20px rgba(0, 0, 0, .75);
    */
}

.mesa.seleccionada[data-v-7a365674] {
    border: 2px solid #5b348a;
}

.mesa.ocupada[data-v-7a365674] {
    border: 2px solid var(--bs-danger);
    border-radius: 10px;
}

.mesa.ocupada.atendida[data-v-7a365674] {
    background: #fff4f4;
    border-color: #f5848a;
}

.mesa.ocupada.pago[data-v-7a365674] {
    background: #f8fcfe;
    border-color: var(--bs-info);
}

.mesa>.informacion[data-v-7a365674] {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 10%;
    position: absolute;
    width: 100%;
}

.mesa>.informacion>.fila[data-v-7a365674] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mesa>.informacion>.fila-datos[data-v-7a365674] {
    display: grid;
    flex-direction: row;
    justify-content: space-between;
}

/*
.mesa>.informacion>* {
    flex: 1 100%;
}
*/

.mesa>.informacion .numero[data-v-7a365674]{
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1;
    text-align: left;
}

.mesa>.informacion .mensaje[data-v-7a365674] {
    align-self: left;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
}

.mesa>.informacion .tiempos[data-v-7a365674]
    align-items: flex-end;
}

.mesa>.informacion>*[data-v-7a365674] {
    flex: 1 100%;
}

.mw-90{max-width:90%!important}

.container-fluid-xl {
    max-width: 1500px !important;
    margin: 0 auto;
}

.container-fluid-lg {
    max-width: 1350px !important;
    margin: 0 auto;
}

.container-fluid-none {
    max-width: none !important;
    margin: 0 auto;
}

.w-1 {
    width: 1%!important
}

.w-3 {
    width: 3%!important
}

.w-5 {
    width: 5%!important
}

.w-9 {
    width: 9%!important
}

.w-10 {
    width: 10%!important
}

.w-11 {
    width: 11%!important
}

.w-12 {
    width: 12%!important
}

.w-13 {
    width: 13%!important
}

.w-15 {
    width: 15%!important
}

.w-16 {
    width: 16%!important
}

.w-17 {
    width: 17%!important
}

.w-35 {
    width: 35%!important
}

.w-99 {
    width: 99%!important
}

.round-48 {
    width: 48px;
    height: 48px;
}

.help-block {
  color: var(--bs-danger) !important;
  font-size: 12px !important;
}

/*
body {
  cursor: url("../images/cursor.png"), auto !important;
}

a {
    cursor: url("../images/puntero.png"), pointer !important;
}

button {
    cursor: url("../images/puntero.png"), pointer !important;
}
*/

@keyframes pulse-animation {
    0%   { transform: scale(1); opacity: 1; }
    50%  { transform: scale(1.1); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
}

.animate-pulse {
    animation: pulse-animation 0.3s ease;
    animation-iteration-count: 2; /* Se repite 2 veces */
}

@keyframes pulse-animation-2 {
    0%   { transform: scale(1); opacity: 1; }
    50%  { transform: scale(1.03); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
}

.animate-pulse-2 {
    animation: pulse-animation-2 0.3s ease;
    animation-iteration-count: 2; /* Se repite 2 veces */
}

.swal2-popup {
  border-radius: 20px !important; /* Aumenta el valor para más redondez */
}

/* =========================================================
   NUEVO ESTILO VISUAL - INSPIRADO EN DISEÑO DE REFERENCIA
   ========================================================= */

/* Variables Actualizadas con la nueva paleta */
.tb-st {
  --pos-amber:     #B97F1D; /* Tono miel más rico */
  --pos-amber-bg:  #FEF8E8; /* Fondo nota suave */
  --pos-amber-bdr: #FCD68A; /* Borde nota */
  
  --pos-accent-lime: #D9F99D; /* Color del botón '+' de referencia */
  --pos-accent-text: #3F6212; /* Texto sobre el lime */

  --pos-blue:      #2563EB; /* Azul moderno */
  --pos-blue-bg:   #EFF6FF;
  
  --pos-red:       #DC2626; /* Rojo vibrante para borrar */
  --pos-red-bg:    #FEE2E2;

  --pos-card-bg:   #ffffff;
  --pos-surface:   #F8FAFC; /* Fondo gris muy sutil */
  --pos-border:    #E2E8F0; /* Borde gris claro */
  --pos-text:      #0F172A; /* Texto casi negro */
  --pos-muted:     #64748B; /* Texto secundario */
  
  --pos-radius-card: 0px; /* Bordes muy redondeados como en referencia */
  --pos-radius-sm:   12px;
  --pos-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.08); /* Sombra suave */
}

/* Neutralizar estilos de tabla y espaciado */
table:has(.tb-st), .tb-st {
  border-collapse: separate !important; /* Necesario para sombras y bordes redondos */
  border-spacing: 0px !important; /* Espacio entre tarjetas */
  width: 100%;
}
.tb-st .pos-card-row > td {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

/* --- TARJETA PRINCIPAL (pos-card) --- */
.tb-st .pos-card {
  background: var(--pos-card-bg);
  /* Usamos un borde transparente o del color de fondo por defecto 
     para que al activarse no mueva el contenido */
  border-top: 1px solid var(--pos-border);
  border-bottom: 1px solid var(--pos-border);
  border-radius: var(--pos-radius-card);
  overflow: hidden;
  /* Transición más larga y fluida (Cubic-Bezier es la clave del toque premium) */
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

/* Efecto hover en la tarjeta */
.tb-st .pos-card-row:hover .pos-card {
  background: #FAFAFA;
  /* Movimiento casi imperceptible */
  transform: translateY(-3px);
  
  /* En lugar de cambiar el color del borde de golpe, 
     iluminamos la tarjeta con una sombra suave */
  border-color: #CBD5E1;
  border-left-color: var(--pos-amber-bdr);
  
  /* Sombra elegante y profunda */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

/* Evitar doble borde entre tarjetas (Ajustado) */
.tb-st .pos-card-row:not(:first-child) .pos-card {
  margin-top: -1px; /* Solución más limpia que quitar el borde */
}

/* --- CUERPO DE LA TARJETA (pos-card-body) --- */
.tb-st .pos-card-body {
  padding: 20px 24px;
}

/* Layout interno: Grid para alinear todo sin foto */
.tb-st .pos-grid-layout {
  display: grid;
  grid-template-columns: 1fr auto; /* Columna info | Columna total */
  gap: 16px;
  align-items: center;
}

.tb-st .pos-info-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Nombre del producto (h5 respetado) */
.tb-st h5.pos-name {
  font-size: .875rem !important;
  font-weight: 600 !important;
  color: var(--pos-text) !important;
  margin: 0 0 4px 0 !important;
  line-height: 1.2 !important;
  
}

/* Presentación y Precio Unitario (fila de atributos) */
.tb-st .pos-attr-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* Presentación del producto (span respetado) - Estilo de badge de referencia */
.tb-st .pos-pres-badge {
  display: inline-flex;
  align-items: center;
  background: #E6F1FB; 
  color: #185FA5;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 100px;
  border: 1px solid var(--pos-border);
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* Precio unitario sutil */
.tb-st .pos-unit-price {
  font-size: 13px;
  color: var(--pos-muted);
}

/* --- CONTROLES DE CANTIDAD (Estilo referencia) --- */
.tb-st .pos-qty-controls {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}

.tb-st .qty-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.2s;
}

.tb-st .qty-btn-minus {
  background-color: var(--pos-surface);
  color: var(--pos-text);
  border: 1px solid var(--pos-border);
}
.tb-st .qty-btn-minus:hover { background-color: #E2E8F0; }

.tb-st .qty-btn-plus {
  background-color: var(--pos-accent-lime);
  color: var(--pos-accent-text);
  font-weight: 600;
}
.tb-st .qty-btn-plus:hover { background-color: #BEF264; }

.tb-st .pos-qty-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--pos-text);
  min-width: 32px;
  text-align: center;
}

/* --- COLUMNA DERECHA: TOTAL Y BOTONES --- */
.tb-st .pos-total-col {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

/* Total Grande */
.tb-st .pos-total-wrap {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.tb-st .pos-total-label {
  font-size: 14px;
  color: var(--pos-muted);
}
.tb-st .pos-total-price {
  font-size: 18px;
  font-weight: 700;
  color: var(--pos-text);
  font-feature-settings: "tnum"; /* Números tabulares */
}

/* --- BOTONES DE ACCIÓN (Editar/Nota) --- */
.tb-st .pos-card-actions {
  display: flex;
  gap: 8px;
}

.tb-st .action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}

/* Botón Editar (Estilo Ghost Azul) */
.tb-st .btn-edit-inline {
  background-color: var(--pos-blue-bg);
  color: var(--pos-blue);
}
.tb-st .btn-edit-inline:hover { background-color: #DBEAFE; }

/* Botón Nota (Estilo Ghost Teal/Amber) */
.tb-st .btn-note-inline {
  background-color: var(--pos-amber-bg);
  color: var(--pos-amber);
}
.tb-st .btn-note-inline:hover { background-color: #FEF3C7; }

/* --- BOTÓN DE BORRAR (Esquina superior derecha) --- */
.tb-st .btn-del-corner {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s, 
  background-color 0.2s;
  z-index: 10;
}
.tb-st .btn-del-corner:hover {
  transform: scale(1.1) rotate(5deg);
  background-color: #B91C1C;
  color: #ffffff !important;
}

/* Toppings y Notas (Mismo estilo pero con bordes redondos del nuevo tema) */

/* Toppings */
.tb-st .pos-toppings {
  margin-top: 8px;
  padding: 8px 10px;
  background: var(--pos-surface);
  border-radius: var(--pos-radius-sm);
  display: flex; flex-direction: column; gap: 5px;
}

.tb-st .topping-row {
  display: flex; align-items: center; gap: 8px;
}

.tb-st .topping-qty {
  min-width: 22px; height: 22px;
  background: var(--pos-card-bg);
  border: 0.5px solid var(--pos-border);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 600; color: var(--pos-text);
  flex-shrink: 0;
}

.tb-st .topping-name  { font-size: 12px; color: var(--pos-muted); flex: 1; }
.tb-st .topping-price { font-size: 12px; font-weight: 600; color: var(--pos-text); white-space: nowrap; }

.tb-st .pos-note {
  margin-top: 8px;
  display: flex; align-items: flex-start; gap: 6px;
  padding: 6px 10px;
  background: var(--pos-amber-bg);
  border-radius: var(--pos-radius-sm);
  font-size: 12px; color: var(--pos-amber); line-height: 1.4;
}

.tb-st .pos-btn {
  flex: 1; border: none; background: none;
  cursor: pointer;
  padding: 10px 6px;
  display: flex; align-items: center; justify-content: center; gap: 5px;
  font-size: 12px; font-weight: 500;
  transition: background 0.12s;
  -webkit-tap-highlight-color: transparent;
}

.tb-st .pos-btn:not(:last-child) { border-right: 0.5px solid var(--pos-border); }
.tb-st .pos-btn:hover  { background: var(--pos-surface); }
.tb-st .pos-btn:active { background: #ebebeb; transform: scale(0.98); }

.tb-st .btn-edit { color: var(--pos-blue); }
.tb-st .btn-note { color: var(--pos-teal); }
.tb-st .btn-del  { color: var(--pos-red);  }

/* Panel inline de edición (Actualizado para el nuevo diseño) */
.tb-st .pos-inline-edit {
  background-color: var(--pos-surface);
  border-top: 1px solid var(--pos-border);
  padding: 16px 24px;
}

/* Contenedor de Nombre y Presentación */
.pos-name-container {
    display: flex;
    flex-wrap: wrap; /* Manda a segunda línea si es muy largo */
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding-right: 45px; /* Espacio para el botón X */
}

.pos-name {
    margin: 0 !important;
    word-break: break-word; /* Rompe palabras si son excesivamente largas */
}

/* Fila principal de controles y total */
.pos-main-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

/* Grupo de Nota y Precio a la derecha */
.pos-right-metrics {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-note-minimal {
    background: transparent;
    border: none;
    color: var(--pos-amber);
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 5px;
    transition: transform 0.2s;
}

.btn-note-minimal:hover { transform: scale(1.2); }

.pos-total-price {
    font-size: 22px;
    font-weight: 800;
    color: var(--pos-text);
}

/* Toppings formateados */
.topping-line {
    display: flex; 
    justify-content: space-between; 
    font-size: 12px;
    padding: 2px 0;
}

/* Botón editar discreto */
.btn-edit-discreet {
    margin-top: 10px;
    background: none;
    border: none;
    color: var(--pos-blue);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
}

/*
.tb-st .pos-actions {
  display: flex;
  border-top: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
}

.tb-st .pos-card-row:hover .pos-actions {
  max-height: 60px;
  border-top: 0.5px solid var(--pos-border);
}

@media (hover: none) {
  .tb-st .pos-actions {
    max-height: 60px !important;
    border-top: 0.5px solid var(--pos-border) !important;
  }
}
*/
/* Ocultar por defecto — sin cambios en desktop */

/*
.tb-st .pos-actions {
  display: flex;
  border-top: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
}

.tb-st .pos-card-row:hover .pos-actions,
.tb-st .pos-card-row.is-open .pos-actions {   
  max-height: 60px;
  border-top: 0.5px solid var(--pos-border);
}

@media (hover: none), (pointer: coarse) {
  .tb-st:hover .pos-card { opacity: 1; }
  .tb-st .pos-card-row:hover .pos-card {
    opacity: 1;
    border-left-color: var(--pos-amber-bdr);
    background: var(--pos-card-bg);
  }
  .tb-st .pos-card-row:hover .pos-actions { max-height: 0; border-top: none; }
}
*/


/* ── Lista de pedido guardado ──────────────────────────────────────────── */
.ped-saved-card {
  background: #ffffff;
  border-bottom: 0.5px solid rgba(0,0,0,0.10);
  border-radius: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  transition: opacity 0.15s, border-left-color 0.15s;
  overflow: hidden;
}

/* Hover: atenuar todas, resaltar la activa */

#list-detped:hover .ped-saved-card:hover    { opacity: 1; border-left-color: #1D9E75; background: #fffde2; }
#list-detped .ped-saved-card:hover .ped-saved-qty { background: #ffcf7e; color: #0F6E56; }
#list-detped .ped-saved-card:hover .ped-saved-name { color: #085041; }

#list-pedidos:hover .ped-saved-card:hover    { opacity: 1; border-left-color: #1D9E75; background: #fffde2; }
#list-pedidos .ped-saved-card:hover .ped-saved-qty { background: #ffcf7e; color: #0F6E56; }
#list-pedidos .ped-saved-card:hover .ped-saved-name { color: #085041; }

#list-pedidos-detalle:hover .ped-saved-card:hover    { opacity: 1; border-left-color: #1D9E75; background: #fffde2; }
#list-pedidos-detalle .ped-saved-card:hover .ped-saved-qty { background: #ffcf7e; color: #0F6E56; }
#list-pedidos-detalle .ped-saved-card:hover .ped-saved-name { color: #085041; }

.ped-saved-body { padding: 15px 11px 15px; }

.ped-saved-top {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.ped-saved-qty {
  min-width: 36px; 
  height: 36px;
  background: #FCE8C6; 
  color: #8A5A12;
  border-radius: 10px;
  display: flex; 
  align-items: center; 
  justify-content: center;
  font-size: 15px; 
  font-weight: 700;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
}

.ped-saved-info    { flex: 1; min-width: 0; }

.ped-saved-name-row {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 6px; margin-bottom: 4px;
}

.ped-saved-name {
  font-size: 15px; font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
  transition: color 0.15s;
}

.ped-saved-badge {
  display: inline-flex; align-items: center;
  background: #E6F1FB; color: #185FA5;
  font-size: 11px; font-weight: 600;
  padding: 2px 8px; border-radius: 100px;
  text-transform: uppercase; letter-spacing: 0.04em;
  white-space: nowrap;
}

.ped-saved-price-row {
  display: flex; align-items: baseline; gap: 6px;
  margin-bottom: 2px;
}

.ped-saved-total {
  font-size: 17px; font-weight: 600;
  color: #1a1a1a;
  white-space: nowrap;
  margin-left: auto;  /* ← empuja al extremo derecho */
  padding-top: 2px;
}
.ped-saved-sep   { font-size: 14px; color: rgba(0,0,0,0.10); }
.ped-saved-unit  { font-size: 12px; color: #6b6b68; }

.ped-saved-toppings {
  margin: 6px 0 0 0px;
  padding: 8px 10px;
  background: #f7f6f3;
  border-radius: 8px;
  display: flex; 
  flex-direction: column; 
  gap: 5px;
}

.ped-saved-note {
  margin: 6px 0 0 0px;
  display: flex; 
  align-items: flex-start; 
  gap: 6px;
  padding: 6px 10px;
  background: #fffde2;
  border-radius: 8px;
  font-size: 12px; 
  color: #BA7517; 
  line-height: 1.4;
}

/* Celular: siempre visible sin hover */
@media (hover: none) {
  #list-detped:hover .ped-saved-card { opacity: 1; }
  #list-pedidos:hover .ped-saved-card { opacity: 1; }
  #list-pedidos-detalle:hover .ped-saved-card { opacity: 1; }
}

/* Añadir detalle-pedidos-anulados a los hover ya existentes */
#detalle-pedidos-anulados:hover .ped-saved-card:hover    { opacity: 1; border-left-color: #f8285a; background: #fffde2; }
#detalle-pedidos-anulados .ped-saved-card:hover .ped-saved-qty  { background: #ffcf7e; color: #0F6E56; }
#detalle-pedidos-anulados .ped-saved-card:hover .ped-saved-name { color: #085041; }

/* Variante anulado */
.ped-saved-card.is-anulado                  { border-left: 3.5px solid #F5A5A5; }
.ped-saved-card.is-anulado .ped-saved-qty   { background: #FDEAEA; color: #A32D2D; }
.ped-saved-card.is-anulado .ped-saved-total { color: #f8285a; }


