:root {
  --f7-theme-color: #ff3b30;
  --f7-theme-color-rgb: 255,59,48;
  --f7-theme-color-shade: #ff1407;
  --f7-theme-color-tint: #ff6259;

  --f7-table-label-cell-padding-horizontal: 0px;
  --f7-table-cell-padding-vertical: 0px;;
  --f7-table-cell-padding-left: 0px;
  --f7-table-cell-padding-right: 0px;
  
  --f7-grid-gap: 3px;

  --f7-typography-padding: 5px;
  --f7-typography-margin: 5px;

  --f7-navbar-tablet-height: 35px;
  --f7-navbar-font-size: 13px;

  --f7-popup-tablet-height: 800px;
  --f7-list-item-padding-horizontal: 5px;
  --f7-list-item-media-margin: 5px;
}

body{
  background-color: #ffffff;
}
@media (min-width: 630px) and (min-height: 630px) {
  .popup:not(.popup-tablet-fullscreen) {
      /* top: 10%; */
  }
}

/* Left Panel right border when it is visible by breakpoint */
.panel-left.panel-in-breakpoint:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(0,0,0,0.1);
  content: '';
  z-index: 6000;
}

/* Hide navbar link which opens left panel when it is visible by breakpoint */
.panel-left.panel-in-breakpoint ~ .view .navbar .panel-open[data-panel="left"] {
  display: none;
}

/*
  Extra borders for main view and left panel for iOS theme when it behaves as panel (before breakpoint size)
*/
.ios .panel-left:not(.panel-in-breakpoint).panel-in ~ .view-main:before,
.ios .panel-left:not(.panel-in-breakpoint).panel-closing ~ .view-main:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(0,0,0,0.1);
  content: '';
  z-index: 6000;
}
.icon-cat{
  width: 40px;
  display: block;
  margin: 0px auto;
  filter: drop-shadow(5px 5px 15px var(--f7-theme-color));
}
.page-content{
  padding-top: 0px;
}
.catListMedia {
  padding-top: 0px;
  padding-bottom: 0px;
}
#contenedorCategorias .item-title{
  text-transform: uppercase !important;
}
.cardPlatoBtn{
  border-radius: 0px 0px 5px 5px;
}
.platoImageContainer{
  max-width: 100%;
  margin: 0px auto;
  height: 180px;
  display: block;
  clear: both;
  margin-bottom: -10px;
}
.platoNombreContainer span{
  display: block;
  align-items:center;
  padding:10px;
}
.platoNombreContainer p{
  display: block;
  border-bottom: 1px solid #401a1a;
}
.platoNombreContainer{
  height: 50px;
  padding: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  letter-spacing: -0.3px;
  border-bottom: 1px solid #401a1a;
  display: contents;
  text-shadow: 1px 2px 5px #000000;
}
.catHeaderCenter{
  text-transform: uppercase;
}
.preloader{
  width: auto;
  height: auto;
}
.preloader:before {
  content: "CARGANDO ...";
  color: #fff !important;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.pptitle {
  font-size: 8px;
  position: absolute;
  left: 24px;
  line-height: 10px;
  background-color: var(--f7-theme-color);
  border-radius: 10px;
  padding: 1px 5px;
  top: 0px;
  border: 1px solid #dddddd;
}
.pedidoPlatoValue{
  line-height: 40px;
  font-size: 20px !important;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
  margin-top: 4px !important;
  max-width: 100%;
}
.popup .link{
  text-shadow: 1px 2px 2px #000000;
  font-weight: bold;
  color: #fff;
}
.popup .popup-close {
  position: relative;
  padding: 2px 5PX 10px 25px;
  /* border-radius: 100px 0px 0px 1000px; */
  background-color: var(--f7-theme-color);
  border: 1px solid #ddd;
  z-index: 1000000;
  float: right;
  height: 34px;
  border-radius: 0px 10px 0px 100px;
}
.cardPlatoBtn, .card-outline.popup-open{
  background-color: var(--f7-theme-color);
  color:#fff;
  overflow: auto;
  min-height: 280px;
  border: 1px solid var(--f7-card-outline-border-color);
}
.card-content.card-content-padding {
  background-color: #fff;
  border-radius: 10px 10px 50px 50px;
  padding-bottom:1px !important;
  padding-left:0px !important;
  padding-right:0px !important;
  border: 1px solid #555;
  padding-top: 15px;
}
.platoPrecioTop {
  position: relative;
  left: 0;
  color: #fff;
  background-color: var(--f7-theme-color);
  font-weight: bold;
  float: left;
  z-index: 10000;
  border-radius: 0px 0px 100px 0px;
  padding: 2px 15PX 10px 5px;
  height:32px;
  margin-bottom: -20px;
}
.platoValoracion{
  text-align: center;
}
.platoValoracion i{
  color: var(--f7-theme-color);
  font-size:16px;
  display: inline-flex;
}
.card-footer .link{
  color: #fff !important;
  font-weight:bold;
}
.navbar-bg{
  background-color: var(--f7-theme-color) !important;
  /* border-radius: 0px 0px 0px 40px; */
}
.navbar-inner{color:#fff}
.navbar-inner a{color:#fff}
.xLogo {
  display: block;
  width: 40%;
  max-width: 300px;
  margin: 5% auto 10px auto;
}
.theme-dark .logo {
  display: block;
}
.demo-swiper{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.swiper-slide img{
  height: 100%;
  margin: 0px auto;
  display: block;
}
.page-content{
  /*background-color: #fffffD;*/
}
.colorBtn{
  min-height: 50px;
  margin: 5px;
  border: 1px solid #dddddd;
  padding: 1px;
}
#contenedorCategorias, .catHeaderCenter, .pedidoContent{
  padding-top: var(--f7-page-navbar-offset);
  color: var(--f7-theme-color);
  margin-top: 10px;
}
li.catItemContainer{
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

li.catItemContainer.panel-close.active {
  background-color: var(--f7-theme-color-shade);
  color: #fff;
  font-weight: bold;
}
li.catItemContainer.panel-close.active .icon-cat{
  filter: brightness(100);
}
.image-blurred-edge {
  box-shadow: 0px 0px 10px 2px white inset;
  background-attachment: initial;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  background-repeat: repeat-x;
}
#platoImagenContainer.image-blurred-edge {
  box-shadow: 0px 0px 10px 2px white inset;
  background-attachment: initial;
  background-position: center;
  background-size: contain;
  border-radius: 15px;
}
#platoImagenContainer .progressbar-infinite{
  position: relative;
  top: 100%;
}
.popup{
  padding: 0px !important;
}
.popup .block{
  margin-top:0px;
  overflow:auto;
  height:100%;
  width:100%;
  padding: 15px;
  max-width: 800px;
  margin: 0px auto;
}
#cuentaPopup tr th{
  background-color: var(--f7-theme-color);
  color: #fff;
  text-shadow: 1px 1px 1px #000000;
}
.data-table td, .data-table th{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.popup-close {
  position: relative;
  padding: 2px 5PX 10px 15px;
  /* border-radius: 100px 0px 0px 1000px; */
  background-color: var(--f7-theme-color-shade);
  border: 1px solid #ddd;
  z-index: 1000000;
  float: right;
  height: calc(var(--f7-navbar-height) + var(--f7-safe-area-top));
}
#catProgressbar{
  position: fixed;
  bottom: 0px;
  z-index: 1000000;
  background-color: #fff;
}
.popup {
  background: rgba(0,0,0,0.6);
}
.opcion-extra .list-group-title {
  display: block;
  height: auto !important;
}
.list-group-title {
  white-space: unset !important;
  margin-bottom: 5px;
}
.opcion-extra .list-group-title b {
  width: 100%;
  display: block;
  text-align: justify;
}
.opcion-extra .item-inner{
  margin: 0px !important;
  padding: 0px !important;
  min-height: 0px !important;
}
.opcion-extra .item-checkbox, .opcion-extra .item-radio {
  min-height: 0px;
}
.opcion-extra .icon-checkbox, .opcion-extra .icon-radio{
  margin-right: 5px !important;
}
.card-footer h4{
  text-shadow: 1px 2px 5px #000000;
  letter-spacing: -0.3px;
  font-size:14px;
}
.smart-select-popover .item-title{
  font-weight: bold;
}
.smart-select .item-after, .title.sliding, .panel .navbar-inner, .cartItemsContent{
  max-width: 100% !important;
  font-weight: bold;
  text-shadow: 1px 2px 5px #000000;
}
.cartItemsContent{
  background-color: #ffffff;
  border: 1px solid #999;
  color: var(--f7-theme-color);
  font-weight: bold;
}
h4.list-group-item-heading {
  margin: 0px;
}
.pedidoContent li{
  border: 1px solid;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  margin-bottom: 2px;
}
#cuentaDetails{
  position: fixed;
  bottom: 0px;
  width: 97%;
  margin: 5px;
}
.txtMoneda {
  text-transform: uppercase;
  letter-spacing: -0.90px;
  font-size: 70%;
  font-weight: bold;
}
.pedidoContent .list-group-item{
  font-size: 12px;
}
.pptitle.eliminarPP {
  right: 3px;
  left: auto;
  top: -9px;
  font-size: 10px;
  padding-top: 3px;
  padding-bottom: 4px;
  color: #fff !important;
  text-shadow: 1px 5px 5px #000000;
  z-index: 10000;
}
#enviarCuentaPopup h2.cuentaTitle{
  height: 47px;
  background-color: var(--f7-theme-color);
  text-shadow: 1px 5px 5px #000;
  color: #ffffff;
  padding-top: 5px;
  text-align: center;
  margin-top: 0px;
}
#enviarCuentaPopup .platoPrecioTop, #enviarCuentaPopup .popup-close{
  height: 50px;
  border: 1px solid #fff;
  background-color: var(--f7-theme-color-shade);
}
#enviarCuentaPopup .item-title {
  font-weight: bold;
  font-size: 14px;
}
.text-shadow-black{
  text-shadow: 1px 1px 1px #000000;
}
#enviarCuentaPopup{
  overflow: auto;
}
#enviarCuentaPopup .item-title .text-color-yellow{
  text-shadow: 1px 1px 1px #999999;
}
.smart-select-page .page-content .list{
  margin: 0px;
}
.smart-select-page .page-content{
  padding-top: calc(var(--f7-navbar-height) + var(--f7-safe-area-top) + var(--f7-searchbar-height));
}
.md #enviarCuentaPopup .checkbox i:after, .md #enviarCuentaPopup .icon-checkbox:after {
  font-size: 25px !important;
}
.metodosDePago .item-content i.icon-radio{
  display: block;
  margin: 0px auto !important;
}
.metodosDePago .item-content, .metodosDePago .item-inner{
  min-height: 30px;
  padding: 0px;
  display: block;
}
.estadoPago i.f7-icons{
  font-size: 14px;
}
#qrcodeTransfermovil{
  text-align:center;
}
.emailCashappAccount a{
  display: block;
  padding-top: 20px;
  font-weight: bold;
  font-size: 22px;
}
.emailZelleAccount{
  font-size: 20px;
  text-align: center;
  width: 100%;
  display: block;
  padding-top: 10px;
}
#bankAccountTransfermovil, #numeroConfirmacionTransfermovil{
  font-size: 22px;
  font-weight: bold;
  text-align:center;
}
#transfermovilTxt{
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}
.totalCuenta small{
  display: none;
}
.dialog .headerIcon{
  font-size: 75px;
  display: block;
  margin: 0px auto;
}
.metodosDePago .accordion-item input.input-with-value{
  font-size: 22px !important;
  font-weight: bold;
}
.metodosDePago .accordion-item .button span{
  letter-spacing: -0.4px;
}
#qrcodeTransfermovil img{
  margin: 0px auto;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
}
.timeline-item-divider{
  width: 50px;
  height: 50px;
}

.clienteDetalles .header {
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  display: block;
  margin-bottom: -15px;
  font-family: Sans-serif;
}
.bg-color-red.clienteDetalles .subtitle {
  background-color: #ff3b30;
}
.bg-color-green.clienteDetalles .subtitle {
  background-color: #4cd964;
}
.clienteDetalles .subtitle {
  font-size: 14px;
  position: relative;
  bottom: -8px;
  font-weight: bold;
  padding: 0px 5px;
  text-align: center;
  color: #fff;
  margin-bottom: 14px;
  margin: 0px auto;
  display: table;
}
.clienteDetalles .ruler {
  color: #fff;
  width: 100%;
  display: block;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.clienteTiempo, .valeId {
  font-size: 24px;
  font-weight: bold;
}
.detallesPedidoContent{
  margin-top: 35px;;
}
.detallesPedidoContent .card{
  box-shadow: none;
}
.metodosDePago .card .card-content{
  margin-top: 5px;
  margin-bottom: 10px;
}