/* WF:40aeb3be90e4526b @qrflay.com 2026-04 */
/* [00-general] */
.qr-search-wrap i.fas.fa-search.search-icon,
.page-control-panel div#pwa-wf-fab,
div#bap-filter-overlay span.bap-count,
.post-type-project div#postimagediv,
button#menu-item-upload,
div#mceu_64{
 display:none !important;
}
@media (max-width:678px){
.bap-footer .bap-hint{
 display:none !important;
}
div#bap-filter-overlay .bap-footer{
 flex-direction:column!important;
 align-items:stretch !important;
}
 div#bap-filter-overlay .bap-reset-btn,
 div#bap-filter-overlay button#bap-filter-apply{
 padding:1em !important;
}
}
body .mi-plugin-checkbox-container{
 display:flex;
 align-items:center;
 gap:8px;
 justify-content:center;
}
td.title.column-title.has-row-actions.column-primary.page-title{
 height:5em !important;
 margin:1em 0 !important;
}
@media screen and (max-width:782px){
.wp-list-table .toggle-row,
td.author.column-author,
#the-list td[data-colname="Categorías"],
#the-list td[data-colname="Etiquetas"],
#the-list td[data-colname="Comentarios"],
#the-list td[data-colname="Fecha"]{
 display:none !important;
}
}
@media screen and (max-width:782px){
 .iedit td{
 display:block !important;
}
}
tbody#the-list{
 background:rgb(10,102,130,0.2) !important;
}
body{
 line-height:2.2em !important;
}
.page-control-panel .et_pb_code{
 top:-2em!important;
}
body h1,body h2,body h3,body h4,body h5,body h6,body #content-category a,
html h1,html h2,html h3,html h4,html h5,html h6,html #content-category a{
 font-weight:300 !important;
}
body p,body a,
html p,html a{
 font-weight:400 !important;
}
.logged-in.page-control-panel .carrito-pedidos-flotante{
 display:none !important;
 opacity:0 !important;
}
@media (max-width:976px){
 body #wpcontent .tablenav.top>div:nth-child(2),
 body #wpcontent .tablenav.bottom,
 #wpcontent th.manage-column.column-mi_plugin_checkbox,
 body #wpcontent th#mi_plugin_checkbox{
 display:block !important;
 opacity:1 !important;
 margin-top:0 !important;
}
}
label.xoo-el-form-label,
a.xoo-el-lostpw-tgr{
 color:#fff !important;
}
label.xoo-el-form-label:hover,
a.xoo-el-lostpw-tgr:hover{
 color:#cabc98 !important;
}
p.tel-movil a,
p.tel-fijo a{
 color:#fff !important;
 background:#0000003d !important;
 border-radius:5px;
 padding:0 1em;
}
.horarios-wf p{
 background:#0000003d;
 padding:0;
 margin:.5em;
 border-radius:5px;
}
.horarios-wf em{
 color:#d0caf1;
 font-size:16px;
}
/* [wf-agregar-al-pedido] */
.wf-precio-display{
 display:flex;
 flex-direction:column;
 align-items:center;
 width:100%;
 padding:10px 0;
}
.wf-precio-unico{
 color:#ffffff;
 font-weight:bold;
 font-size:18px;
 text-align:center;
 border:solid 1px;
 border-radius:5px;
 padding:.1em .5em;
}
.wf-precios-multiples{
 background:transparent;
 display:flex;
 flex-wrap:wrap;
 justify-content:center;
 width:100%;
 gap:.7em 1em;
}
.wf-precio-item{
 text-align:center;
 color:#ffffff;
 font-size:18px;
 border:solid 1px;
 border-radius:5px;
 padding:.1em .5em;
}
.wf-precio-label{
 font-weight:bold;
 margin-right:8px;
}
.wf-precio-valor{
 font-weight:bold;
}
.selector-precios-pedido{
 display:flex;
 flex-direction:column;
 align-items:center;
 margin-top:.5em;
}
.selector-precios-pedido.modo-activo .opciones-precio{
 margin-bottom:10px;
 border-radius:5px;
 background:transparent;
 display:flex;
 flex-wrap:wrap;
 justify-content:center;
 width:100%;
}
.selector-precios-pedido.modo-activo .opcion-precio{
 margin:5px 15px;
 border-radius:3px;
}
.selector-precios-pedido.modo-activo .opcion-precio label{
 display:flex;
 align-items:center;
 cursor:pointer;
 padding:5px;
 transition:background 0.3s;
 font-size:18px;
}
.selector-precios-pedido.modo-activo .opcion-precio label:hover{
 background:rgba(255,255,255,0.1);
}
.selector-precios-pedido.modo-activo .opcion-precio input[type="radio"]{
 margin-right:10px;
 cursor:pointer;
}
.selector-precios-pedido.modo-activo .label-precio{
 font-weight:bold;
 margin-right:15px;
 min-width:120px;
 color:#ffffff;
 font-size:16px;
}
.selector-precios-pedido.modo-activo .valor-precio{
 color:#ffffff;
 font-weight:bold;
}
.selector-precios-pedido.modo-activo .btn-agregar-pedido{
 background:#0a6680;
 color:white;
 border:none;
 padding:10px 20px;
 border-radius:5px;
 cursor:pointer;
 transition:all 0.3s ease;
 width:60%;
 font-size:18px;
 font-family:"Josefin Sans",-apple-system,BlinkMacSystemFont,sans-serif;
 box-shadow:none !important;
 display:block;
}
@media (max-width:667px){
 .selector-precios-pedido.modo-activo .btn-agregar-pedido{
 width:90%;
 margin-top:.5em;
}
}
.selector-precios-pedido.modo-activo .btn-agregar-pedido:hover{
 background:#0d7a99;
 transform:translateY(-2px);
}
.selector-precios-pedido.modo-activo .btn-agregar-pedido.agregado{
 background:#4CAF50;
}
.carrito-pedidos-flotante{
 position:fixed;
 bottom:6em;
 right:.5em;
 z-index:9999991;
}
.btn-lista-pedidos{
 background:#333;
 color:white;
 border:none;
 border-radius:50%;
 width:60px;
 height:60px;
 font-size:24px;
 cursor:pointer;
 box-shadow:0 4px 12px rgba(0,0,0,0.2);
 display:flex;
 align-items:center;
 justify-content:center;
 position:relative;
 transition:all 0.3s ease;
}
.btn-lista-pedidos:hover{
 background:#0a6680;
 transform:scale(1.1);
}
.carrito-contador{
 position:absolute;
 top:-5px;
 right:-5px;
 background:#ff3838;
 color:white;
 border-radius:50%;
 width:24px;
 height:24px;
 font-size:14px;
 font-weight:bold;
 display:flex;
 align-items:center;
 justify-content:center;
}
button:focus{
 outline:none;
 background-color:#0a6680!important;
}
.modal-pedidos{
 position:fixed;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background:rgba(0,0,0,0.7);
 z-index:9999999;
 display:none;
 align-items:center;
 justify-content:center;
 padding:20px;
 box-sizing:border-box;
}
.modal-contenido{
 background:#333;
 width:100%;
 max-width:800px;
 height:auto;
 max-height:90vh;
 border-radius:10px;
 overflow:hidden;
 display:flex;
 flex-direction:column;
 box-shadow:0 10px 30px rgba(0,0,0,0.3);
 margin:0 auto;
}
body .modal-comanda{
 z-index:99999991 !important;
}
@media (min-width:769px){
 .modal-contenido{
 width:60%;
 max-height:85vh;
}
}
@media (max-width:768px){
 .modal-pedidos{
 padding:0;
 align-items:stretch;
}
 .modal-contenido{
 width:100%;
 height:100%;
 max-height:100vh;
 border-radius:0;
 max-width:100%;
}
}
.modal-header{
 background:#333;
 color:white;
 padding:5px 20px;
 display:flex;
 justify-content:space-between;
 align-items:center;
 flex-shrink:0;
 box-shadow:0px 12px 18px -6px rgba(0,0,0,0.3);
}
.modal-header h3{
 margin:0;
 font-size:1.3em;
 color:white;
 padding:0 !important;
}
.cerrar-modal{
 background:none;
 border:none;
 color:white;
 font-size:28px;
 cursor:pointer;
 line-height:1;
 padding:0;
 width:30px;
 height:30px;
 display:flex;
 align-items:center;
 justify-content:center;
 border-radius:50%;
}
.modal-body{
 padding:20px;
 overflow-y:auto;
 flex-grow:1;
 -webkit-overflow-scrolling:touch;
 background:rgba(0,48,59,0.95);
}
.lista-pedidos-vacia{
 text-align:center;
 color:#666;
 padding:40px 0;
 display:block;
}
.lista-pedidos{
 list-style:none;
 padding:0;
 margin:0;
 display:none;
}
.lista-pedidos li.grupo-tag-header{
 display:flex;
 align-items:center;
 gap:8px;
 padding:10px 0 6px;
 border-bottom:none;
 border-top:1px solid rgba(201,168,76,0.25);
 margin-top:6px;
}
.lista-pedidos li.grupo-tag-header:first-child{
 margin-top:0;
 border-top:none;
}
.grupo-tag-icono{
 font-size:16px;
 line-height:1;
}
.grupo-tag-nombre{
 font-size:12px;
 font-weight:700;
 text-transform:uppercase;
 letter-spacing:0.1em;
 color:#c9a84c;
}
.lista-pedidos li{
 display:flex;
 align-items:center;
 padding:15px 0;
 border-bottom:1px dashed grey;
}
.lista-pedidos li.grupo-tag-header + li{
 border-top:none;
}
.item-media{
 margin-right:15px;
 position:relative;
 flex-shrink:0;
 width:60px;
 height:60px;
 overflow:hidden;
 border-radius:5px;
}
.item-media video,
.item-media img{
 width:100%;
 height:100%;
 object-fit:cover;
 display:block;
}
.video-indicator{
 position:absolute;
 top:2px;
 right:2px;
 background:rgba(0,0,0,0.7);
 color:white;
 border-radius:50%;
 width:18px;
 height:18px;
 display:flex;
 align-items:center;
 justify-content:center;
 font-size:9px;
 z-index:2;
}
.item-container{
 display:flex;
 width:100%;
}
.item-contenido{
 flex-grow:1;
 min-width:0;
}
.item-inferior{
 display:flex;
 align-items:center;
 justify-content:flex-end;
}
.item-controles{
 display:flex;
}
.item-titulo{
 font-weight:bold;
 margin-bottom:5px;
 word-break:break-word;
 font-size:14px;
 color:#fff;
 display:-webkit-box;
 -webkit-box-orient:vertical;
 -webkit-line-clamp:2;
 line-clamp:2;
 overflow:hidden;
 line-height:1.2em;
}
.item-precio-info{
 font-size:12px;
 color:#fff;
 margin-bottom:3px;
 min-width:30%;
}
.item-precio{
 color:#00303b;
 font-weight:bold;
 font-size:14px;
}
.item-cantidad{
 display:flex;
 align-items:center;
 margin:0 15px;
 flex-shrink:0;
}
.btn-cantidad{
 background:#f0f0f0;
 border:none;
 width:30px;
 height:30px;
 border-radius:50%;
 cursor:pointer;
 display:flex;
 align-items:center;
 justify-content:center;
 font-weight:bold;
 font-size:16px;
 color:#333;
}
.btn-cantidad:hover{
 background:#e0e0e0;
}
.cantidad-numero{
 margin:0 10px;
 min-width:30px;
 text-align:center;
 color:#fff;
 font-weight:bold;
}
.btn-eliminar{
 background:#ff6b6b;
 color:white;
 border:none;
 width:30px;
 height:30px;
 border-radius:50%;
 cursor:pointer;
 display:flex;
 align-items:center;
 justify-content:center;
 flex-shrink:0;
 font-size:18px;
}
.btn-eliminar:hover{
 background:#ff5252;
}
.resumen-pedido{
 padding:0 20px;
 background:#022830;
 border-top:1px solid rgba(255,255,255,0.1);
 flex-shrink:0;
 display:none;
 box-shadow:0px -12px 18px -6px rgba(0,0,0,0.3);
}
.resumen-linea{
 display:flex;
 justify-content:space-between;
 align-items:center;
 padding:0;
 color:rgba(255,255,255,0.75);
 font-size:14px;
}
.resumen-linea + .resumen-linea{
 border-top:1px dashed rgba(255,255,255,0.1);
}
.resumen-total-linea{
 padding-top:0 !important;
 border-top:1px solid rgba(255,255,255,0.3) !important;
 color:#fff !important;
 font-size:17px;
 font-weight:bold;
}
.resumen-concepto{
 letter-spacing:0.02em;
}
.resumen-monto{
 font-weight:600;
 font-variant-numeric:tabular-nums;
}
.resumen-total-linea .resumen-monto{
 font-size:18px;
 color:#c9a84c;
}
.resumen-imp-inc-linea{
 justify-content:center;
}
.resumen-imp-inc-texto{
 font-size:12px;
 font-style:italic;
 color:rgba(255,255,255,0.5);
 letter-spacing:0.03em;
 text-align:center;
}
.modal-footer{
 padding:20px;
 display:flex;
 justify-content:center;
 background:#03313b;
 border-top:1px solid grey;
 flex-shrink:0;
}
body .pedido-min-aviso{
 background:#ff6b6b !important;
 border-top:1px solid rgba(201,168,76,0.3);
 color:#fff !important;
 font-size:14px !important;
 text-align:center;
 padding:10px 16px;
 line-height:1.5;
 flex-shrink:0;
 display:none;
}
body .pedido-min-aviso strong{
 font-weight:bold !important;
 color:#333!important;
 padding:.1em .3em;
 border-radius:100px;
 background:#f0f0f0;
 border:#000 dashed 1px;
}
.generar-pedido:disabled,
.generar-pedido[disabled]{
 background:#2a2a2a !important;
 color:#555 !important;
 border-color:#444 !important;
 cursor:not-allowed !important;
 transform:none !important;
 box-shadow:none !important;
}
.vaciar-pedido{
 background:#ff6b6b;
 color:white;
 border:none;
 padding:12px 24px;
 border-radius:5px;
 cursor:pointer;
 font-size:14px;
 font-weight:bold;
 letter-spacing:.1em;
}
.vaciar-pedido:hover{
 background:#ff5252;
}
@media (max-width:480px){
 .modal-header{
 padding:5px 15px !important;
 box-shadow:0px 12px 18px -6px rgba(0,0,0,0.3);
}
 .modal-header h3{
 font-size:1.1em;
 padding:0 !important;
}
 .modal-body{
 padding:15px;
}
 .lista-pedidos li{
 flex-wrap:nowrap !important;
 padding:12px 0;
}
 .modal-footer{
 padding:15px;
}
 .vaciar-pedido{
 padding:10px 20px;
 font-size:13px;
}
 .resumen-pedido{
 padding:0px 15px;
}
}
@media (min-width:481px) and (max-width:768px){
 .modal-contenido{
 margin:20px;
 max-height:90vh;
 border-radius:10px;
}
 .modal-pedidos{
 align-items:center;
}
}
.comanda-linea-decorativa{
 font-size:18px;
 color:#c9a84c;
 margin:10px 0;
 letter-spacing:6px;
 text-align:center;
}
.comanda-gracias{
 font-size:16px;
 font-style:italic;
 color:#7a6a50;
 margin-top:12px;
 letter-spacing:1px;
 text-align:center;
}
.comanda-mesa-numero-display{
 display:flex;
 align-items:center;
 gap:10px;
 padding:12px 16px;
 background:#fdfaf4;
 border:1.5px solid #c9a84c;
 border-radius:8px;
}
.mesa-icono{
 font-size:22px;
}
.mesa-texto{
 font-size:18px;
 font-family:"Georgia",serif;
 color:#1a1a1a;
}
.mesa-texto strong{
 color:#c9a84c;
 font-size:20px;
}
.comanda-mesa-toggle-wrap{padding:4px 0;}
.comanda-acordeon.sin-formulario{
 border:none !important;
 border-radius:0 !important;
 background:transparent !important;
}
.comanda-acordeon.sin-formulario .comanda-acordeon-trigger{
 display:none !important;
}
.comanda-acordeon.sin-formulario .comanda-acordeon-body{
 max-height:none !important;
 padding:0 !important;
 border-top:0 !important;
 overflow:visible !important;
}
.comanda-mesa-comensales{
 display:flex;
 flex-direction:column;
 gap:6px;
}
.comanda-mesa-aviso{
 display:flex;
 gap:10px;
 align-items:flex-start;
 padding:12px 14px;
 background:#fff8e1;
 border:1.5px solid #c9a84c;
 border-radius:8px;
 font-family:"Georgia",serif;
}
.comanda-mesa-aviso span{
 font-size:18px;
 flex-shrink:0;
 line-height:1.4;
}
.comanda-mesa-aviso p{
 font-size:13px;
 color:#7a6a50;
 margin:0;
 line-height:1.5;
}
.comanda-rgpd-texto{
 font-size:11px;
 color:#aaa;
 font-style:italic;
 text-align:center;
 margin:0;
 line-height:1.5;
 font-family:sans-serif;
 padding:0 4px;
}
.comanda-mesa-section{
 margin-top:24px;
 padding:16px;
 background:#fff;
 border:2px solid #c9a84c;
 border-radius:12px;
 display:flex;
 flex-direction:column;
 gap:16px;
 text-align:left;
}
.comanda-mesa-section .comanda-wa-input-cambio{
 max-width:180px;
}
@media (max-width:480px){
 .comanda-mesa-section{
 padding:12px;
 gap:12px;
}
 .mesa-texto{
 font-size:16px;
}
 .mesa-texto strong{
 font-size:18px;
}
 .comanda-mesa-aviso p{
 font-size:12px;
}
 .mesa-toggle-texto{
 font-size:13px;
}
}
.wf-toggle-restaurante{
 padding:5px;
 border-top:1px dashed rgba(201,168,76,0.35);
 background:#022830;
 flex-shrink:0;
}
.wf-toggle-restaurante .switch label{
 display:flex;
 align-items:center;
 gap:5px;
 font-size:14px;
 color:#e4655a;
 font-weight:600;
 cursor:pointer;
 line-height:1.4;
 margin:0;
}
.wf-toggle-restaurante .switch label #wfToggleTexto{
 flex:1;
}
.wf-toggle-restaurante .switch label #wfToggleTexto:before{
 content:"🍽️ ";
 font-size:18px;
}
.comanda-guardar-numero{
 display:flex;
 align-items:center;
 gap:10px;
 padding:10px 14px;
 background:#fff8e1;
 border:1.5px dashed #c9a84c;
 border-radius:8px;
 font-family:"Georgia",serif;
 font-size:13px;
 color:#7a6a50;
 line-height:1.5;
 margin:0;
 text-align:left;
}
/* [wf-boton-de-whatsapp] */
.floating-wpp,
.floating-wpp:hover{
 bottom:3.5em;
}
/* [wf-campos-de-acf-backend] */
@media (max-width:980px){
 .acf-field.acf-field-taxonomy.acf-field-68cb356a2240d.-r0,
 .acf-field.acf-field-number.acf-field-68cbd82d1c631.-c0,
 .acf-field.acf-field-number.acf-field-62ed51b91b00f.-c0,
 .acf-field.acf-field-number.acf-field-62ed5f8b7b503,
 .acf-field.acf-field-number.acf-field-62ed5f897b502,
 .acf-field.acf-field-number.acf-field-63a362ba61d82,
 .acf-field.acf-field-number.acf-field-63a362d961d83,
 .acf-field.acf-field-number.acf-field-62ee92cead8a7.-c0,
 .acf-field.acf-field-number.acf-field-62ee92fbad8a8,
 .acf-field.acf-field-number.acf-field-643c16642215b.-r0,
 .acf-field.acf-field-number.acf-field-64b9b86dd4235.-c0,
 .acf-field.acf-field-taxonomy.acf-field-68cb356a2240d.-c0.switch,
 .acf-field.acf-field-taxonomy.acf-field-68d9c1eac1c7b.switch,
 .acf-field.acf-field-select.acf-field-65d061ea8e6ec.-c0,
 .acf-field.acf-field-color-picker.acf-field-68dcc4f5e8ca9.-c0,
 .acf-field.acf-field-color-picker.acf-field-68dcefba0e65c,
 .acf-field.acf-field-text.acf-field-68d9d1146da98.-c0,
 .acf-field.acf-field-number.acf-field-68d9d1356da99,
 .acf-field.acf-field-image.acf-field-689f3295c2cba.-c0,
 .acf-field.acf-field-image.acf-field-689f2b1ee1638,
 .acf-field.acf-field-image.acf-field-68a3081794214.-c0,
 .acf-field.acf-field-image.acf-field-68a3080e94213,
 .acf-field.acf-field-image.acf-field-68caa4a21c451.-c0,
 .acf-field.acf-field-image.acf-field-68caa4b61c452,
 .acf-field.acf-field-color-picker.acf-field-68dcf7ca26818.-c0,
 .acf-field.acf-field-color-picker.acf-field-68dcf7db26819,
 .acf-field.acf-field-number.acf-field-68dcd0464e4f4.-c0,
 .acf-field.acf-field-number.acf-field-68dcd0b24e4f5,
 .acf-field.acf-field-number.acf-field-64b9b86dd4235.-r0{
 width:100% !important;
}
}
body .acf-field .acf-label label{
 font-size:16px !important;
 color:#333 !important;
 font-weight:600 !important;
}
div[data-name="descripcion_del_plato"] textarea{
 min-height:8em;
}
@media(max-width:678px){
 div[data-name="descripcion_del_plato"] textarea{
 min-height:15em;
}
}
.acf-input span.select2-selection.select2-selection--multiple *{
 height:auto;
}
div#major-publishing-actions{
 position:fixed;
 bottom:0;
 width:80%;
 left:15%;
 z-index:99999;
}
body .acf-icon.small,body .acf-icon.-small{
 width:28px;
 height:28px;
 line-height:14px;
 font-size:24px;
}
.acf-checkbox-list.acf-bl{
 display:flex;
 flex-wrap:wrap;
 gap:10px;
 list-style:none;
 padding:0;
 margin:0;
}
.acf-checkbox-list.acf-bl li{
 margin:0;
 padding:0;
}
.acf-checkbox-list.acf-bl label{
 display:flex;
 padding:3px 5px;
 border:1px solid #999;
 border-radius:5px;
 background:#f9f9f9;
 cursor:pointer;
 transition:all 0.3s ease;
 height:100%;
 box-sizing:border-box;
 align-items:center;
 color:#333;
 font-size:14px;
}
.acf-checkbox-list.acf-bl label:hover{
 background:#f0f0f0;
 border-color:#ccc;
}
.acf-checkbox-list.acf-bl input[type="radio"]:checked + .lever + span{
 font-weight:bold;
 color:#007cba;
}
.acf-checkbox-list.acf-bl input[type="radio"]:checked ~ span{
 font-weight:bold;
 color:#007cba;
}
body .acf-bl:before{
 display:none !important;
}
body .acf-field.acf-field-checkbox.acf-field-65d061ea8e6ec.switch .acf-input.switch{
 width:100% !important;
 overflow-y:auto !important;
 height:auto !important;
 border:solid 2px lightgrey !important;
 border-radius:3px !important;
 padding:1em .5em;
}
body .acf-field.acf-field-checkbox.acf-field-65d061ea8e6ec.switch{
 width:100% !important;
 min-height:auto !important;
}
.acf-tab-wrap{
 background:#ffffff;
 border-bottom:1px solid #e1e5e9;
 padding:0 16px;
 position:relative;
 box-shadow:0 2px 8px rgba(0,0,0,0.05);
}
.acf-tab-wrap::after{
 content:'';
 position:absolute;
 bottom:0;
 left:0;
 right:0;
 height:3px;
 opacity:0.8;
}
.acf-tab-group{
 display:flex;
 list-style:none;
 overflow-x:auto;
 overflow-y:hidden;
 scrollbar-width:thin;
 scrollbar-color:#c1c9d6 transparent;
 padding:12px 0;
 gap:6px;
 scroll-behavior:smooth;
 -webkit-overflow-scrolling:touch;
 margin-bottom:0 !important;
}
.acf-tab-group::-webkit-scrollbar{
 height:6px;
}
.acf-tab-group::-webkit-scrollbar-track{
 background:#f1f3f6;
 border-radius:10px;
}
.acf-tab-group::-webkit-scrollbar-thumb{
 background:#c1c9d6;
 border-radius:10px;
}
.acf-tab-group::-webkit-scrollbar-thumb:hover{
 background:#a8b1c2;
}
.acf-tab-group li{
 flex-shrink:0;
 position:relative;
}
.acf-tab-button{
 display:inline-block;
 padding:10px 20px;
 text-decoration:none;
 color:#5a6577;
 font-weight:500;
 font-size:14px;
 border-radius:8px;
 background:#f8f9fa;
 border:1px solid #e8ecef;
 transition:all 0.25s ease;
 white-space:nowrap;
 position:relative;
 overflow:hidden;
}
.acf-tab-button::before{
 content:'';
 position:absolute;
 top:0;
 left:-100%;
 width:100%;
 height:100%;
 transition:left 0.5s;
}
.acf-tab-button:hover{
 background:#edf2ff;
 transform:translateY(-2px);
 box-shadow:0 4px 8px rgba(79,109,245,0.15);
 color:#4f6df5;
 border-color:#d0d9ff;
}
.acf-tab-button:hover::before{
 left:100%;
}
.acf-tab-group li.active .acf-tab-button{
 background:linear-gradient(135deg,#4f6df5,#3a56d4);
 color:black;
 border-color:#3a56d4;
 box-shadow:0 4px 12px rgba(79,109,245,0.3);
}
.acf-tab-group li.active::after{
 content:'';
 position:absolute;
 bottom:-13px;
 left:50%;
 transform:translateX(-50%);
 width:6px;
 height:6px;
 background:#4f6df5;
 border-radius:50%;
 z-index:1;
}
@media (max-width:768px){
 .acf-tab-button{
 padding:8px 16px;
 font-size:13px;
}
 .acf-tab-wrap{
 padding:0 12px;
}
}
@media (max-width:480px){
 .acf-tab-button{
 padding:7px 14px;
 font-size:12px;
}
 .acf-tab-group{
 gap:4px;
}
}
/* [wf-categorias-grid] */
.wf-catgrid-wrapper{position:relative;width:100%;}
.wf-catgrid{
 display:grid;
 gap:12px;
 padding:10px 0;
 grid-template-columns:repeat(var(--wf-cols-d,3),1fr);
}
.wf-catgrid-card{
 position:relative;
 overflow:hidden;
 border-radius:12px;
 cursor:pointer;
 aspect-ratio:1 / 1;
 background:#111;
 outline:none;
 transition:transform 0.3s ease,box-shadow 0.3s ease;
}
.wf-catgrid-card:hover,
.wf-catgrid-card:focus-visible{
 transform:scale(1.03);
 box-shadow:0 8px 30px rgba(0,0,0,0.5);
}
.wf-catgrid-card:focus-visible{outline:2px solid #c9a84c;outline-offset:2px;}
.wf-catgrid-card-media{position:absolute;inset:0;overflow:hidden;}
.wf-catgrid-card-media video,
.wf-catgrid-card-media img{
 width:100%;height:100%;object-fit:cover;display:block;transform-origin:center center;
}
.wf-catgrid-card-overlay{
 position:absolute;inset:0;
 display:flex;align-items:center;justify-content:center;
 background:linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.35) 100%);
 z-index:2;padding:15px;transition:background 0.3s ease;
}
.wf-catgrid-card:hover .wf-catgrid-card-overlay{
 background:linear-gradient(0deg,rgba(0,0,0,.5) 0%,rgba(0,0,0,.1) 40%,rgba(0,0,0,.25) 100%);
}
.wf-catgrid-card-title{
 color:#fff;font-size:clamp(14px,2.5vw,24px);font-weight:700;
 text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.7);
 margin:0;line-height:1.3;letter-spacing:0.02em;
}
.wf-catgrid-overlay{
 position:fixed;
 top:0;left:0;width:100%;height:100%;
 z-index:99999;
 background:#1a1a1a;
 display:flex;
 flex-direction:column;
 transform:translateX(-100%);
 opacity:0;visibility:hidden;pointer-events:none;
 transition:transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s cubic-bezier(0.4,0,0.2,1),visibility 0s 0.4s;
}
.wf-catgrid-overlay--abierto{
 transform:translateX(0);
 opacity:1;visibility:visible;pointer-events:auto;
 transition:transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s cubic-bezier(0.4,0,0.2,1),visibility 0s 0s;
}
.wf-catgrid-overlay--cerrando{
 transform:translateX(100%);
 opacity:0;visibility:visible;pointer-events:none;
 transition:transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.35s cubic-bezier(0.4,0,0.2,1),visibility 0s 0.45s;
}
.wf-catgrid-close{
 position:absolute;
 top:3px;right:12px;
 z-index:100;
 background:rgba(0,0,0,0.8);color:#fff;
 border:2px solid #fff;border-radius:50%;
 width:44px;height:44px;font-size:26px;
 cursor:pointer;
 display:flex;align-items:center;justify-content:center;
 padding:0;margin:0;
 transition:all 0.2s ease;
 box-shadow:0 2px 10px rgba(0,0,0,0.4);
 outline:none;line-height:1;
 font-family:Arial,sans-serif;
 -webkit-tap-highlight-color:transparent;
 user-select:none;
}
.wf-catgrid-close:hover{background:rgba(255,255,255,0.2);transform:scale(1.05);}
.wf-catgrid-close:active{transform:scale(1.1);}
.wf-catgrid-close:focus{box-shadow:0 0 0 3px rgba(255,255,255,0.3),0 2px 10px rgba(0,0,0,0.4);}
.wf-catgrid-sticky-bar{
 flex-shrink:0;
 background:#1a1a1a;
 padding:10px 64px 8px 14px;
 border-bottom:1px solid rgba(255,255,255,0.1);
 z-index:10;
}
.wf-catgrid-filters{
 display:flex;gap:8px;
 overflow-x:auto;
 -webkit-overflow-scrolling:touch;
 scrollbar-width:none;
 scroll-behavior:smooth;
 mask-image:linear-gradient(90deg,transparent 0%,#000 2%,#000 98%,transparent 100%);
 -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 2%,#000 98%,transparent 100%);
 padding:2px 0;
}
.wf-catgrid-filters::-webkit-scrollbar{display:none;}
.wf-catgrid-filter-btn{
 display:inline-flex;align-items:center;
 padding:7px 18px;border-radius:22px;
 border:1px solid rgba(255,255,255,0.3);
 background:rgba(255,255,255,0.08);
 color:#ddd;font-size:13px;font-weight:500;
 cursor:pointer;white-space:nowrap;flex-shrink:0;
 transition:all 0.3s ease;
}
.wf-catgrid-filter-btn:hover{
 background:rgba(255,255,255,0.15);color:#fff;
}
.wf-catgrid-filter-btn.current{
 background:rgba(65,116,72,0.25);
 border-color:rgba(65,116,72,0.5);
 color:#b8d8bc;
 font-weight:600;
}
.wf-catgrid-filter-btn.active{
 background:rgb(65,116,72);
 color:#fff;
 border-color:rgb(65,116,72);
 font-weight:600;
 box-shadow:0 2px 8px rgba(65,116,72,0.4);
}
.wf-catgrid-overlay-scroll{
 flex:1;
 overflow-y:auto;
 overflow-x:hidden;
 -webkit-overflow-scrolling:touch;
}
.wf-group-separator{
 display:flex;
 align-items:center;
 gap:12px;
 padding:14px 4px 8px;
}
.wf-group-separator{
 grid-column:1 / -1;
}
.wf-group-separator-text{
 color:rgba(255,255,255,0.5);
 font-size:13px;
 font-weight:600;
 text-transform:uppercase;
 letter-spacing:0.08em;
 white-space:nowrap;
}
.wf-group-separator::after{
 content:'';
 flex:1;
 height:1px;
 background:rgba(255,255,255,0.1);
}
.wf-catgrid-overlay-items{
 display:flex;
 flex-direction:column;
 gap:12px;
 padding:12px 14px 100px;
}
.wf-catgrid-overlay-items article.dp-dfg-item{
 background:#00303b;
 border-radius:10px;
 overflow:hidden;
 border:1px solid rgba(255,255,255,0.1);
 transition:opacity 0.25s ease;
}
.wf-list-top{
 display:flex;
 gap:0;
 min-height:200px;
}
.wf-list-media{
 flex-shrink:0;
 width:150px;
 height:200px;
 margin:.2em;
 overflow:hidden;
 background:#000;
 border-radius:10px;
}
.wf-list-media img,
.wf-list-media video{
 width:100% !important;
 height:100% !important;
 object-fit:cover !important;
 display:block !important;
}
.wf-list-info{
 flex:1;
 min-width:0;
 display:flex;
 flex-direction:column;
 justify-content:flex-start;
 padding:10px 5px;
}
.wf-list-info .dp-dfg-header{
 padding:0 !important;
}
body .wf-list-info .dp-dfg-header h4{
 padding:0 !important;
 font-size:20px !important;
}
body .wf-list-info .dp-dfg-header p span{
 font-size:16px !important;
 line-height:1.2 !important;
}
.wf-list-info .entry-title{
 font-size:15px;
 line-height:1.3;
 margin:0 0 6px;
 color:#fff;
 font-weight:700;
}
.wf-list-info .dp-dfg-cf-descripcion_del_plato{
 margin-bottom:6px !important;
}
.wf-list-info .dp-dfg-cf-descripcion_del_plato .dp-dfg-custom-field-value{
 font-size:16px !important;
 line-height:1.2 !important;
 color:rgba(255,255,255,0.7);
}
.wf-list-info .alergenos-toggle-btn{
 font-size:12px !important;
 padding:3px 10px !important;
 margin-left:0 !important;
}
.wf-list-bottom{
 padding:10px !important;
}
.wf-list-bottom .opciones-precio{
 display:grid !important;
 grid-template-columns:1fr 1fr;
 gap:6px;
 margin-bottom:8px !important;
}
body .wf-list-bottom .opcion-precio{
 margin:0 !important;
 width:100%;
 max-width:100%;
}
.wf-list-bottom .opcion-precio label{
 font-size:13px;
}
.wf-list-bottom .btn-agregar-pedido{
 width:100%;
 text-align:center;
 box-sizing:border-box;
}
.wf-list-bottom .categoria-descripcion{
 margin-bottom:6px;
}
.wf-list-bottom .categoria-descripcion p{
 font-size:12px;
 color:rgba(255,255,255,0.6);
 margin:0;
 line-height:1.4;
}
.wf-list-bottom .wf-contenedor-video-oculto{
 display:none !important;
}
.wf-catgrid-overlay--abierto .dp-dfg-item{
 animation:wf-listIn 0.3s ease both;
}
@keyframes wf-listIn{
 from{opacity:0;transform:translateX(-15px);}
 to{opacity:1;transform:translateX(0);}
}
.wf-catgrid-overlay--abierto .dp-dfg-item:nth-child(1){animation-delay:0.08s;}
.wf-catgrid-overlay--abierto .dp-dfg-item:nth-child(2){animation-delay:0.11s;}
.wf-catgrid-overlay--abierto .dp-dfg-item:nth-child(3){animation-delay:0.14s;}
.wf-catgrid-overlay--abierto .dp-dfg-item:nth-child(4){animation-delay:0.17s;}
.wf-catgrid-overlay--abierto .dp-dfg-item:nth-child(5){animation-delay:0.20s;}
.wf-catgrid-overlay--abierto .dp-dfg-item:nth-child(6){animation-delay:0.23s;}
.wf-catgrid-overlay--abierto .dp-dfg-item:nth-child(7){animation-delay:0.26s;}
.wf-catgrid-overlay--abierto .dp-dfg-item:nth-child(8){animation-delay:0.29s;}
.wf-catgrid-overlay--abierto .dp-dfg-item:nth-child(9){animation-delay:0.32s;}
.wf-catgrid-overlay--abierto .dp-dfg-item:nth-child(10){animation-delay:0.35s;}
.wf-catgrid-overlay--abierto .wf-group-separator{
 animation:wf-sepIn 0.3s ease both;
}
@keyframes wf-sepIn{
 from{opacity:0;}
 to{opacity:1;}
}
.wf-alerg-modal{
 position:fixed;
 top:0;left:0;width:100%;height:100%;
 z-index:9999990;
 display:flex;
 align-items:center;justify-content:center;
 opacity:0;visibility:hidden;pointer-events:none;
 transition:opacity 0.25s ease,visibility 0s 0.25s;
}
.wf-alerg-modal--visible{
 opacity:1;visibility:visible;pointer-events:auto;
 transition:opacity 0.25s ease,visibility 0s 0s;
}
.wf-alerg-modal-bg{
 position:absolute;inset:0;
 background:rgba(0,0,0,0.7);
 -webkit-backdrop-filter:blur(4px);
 backdrop-filter:blur(4px);
}
.wf-alerg-modal-box{
 position:relative;
 background:#00303b;
 border:1px solid rgba(255,255,255,0.15);
 border-radius:14px;
 padding:20px;
 max-width:360px;
 width:90%;
 max-height:80vh;
 overflow-y:auto;
 z-index:2;
 box-shadow:0 10px 40px rgba(0,0,0,0.5);
}
.alergenos-p{
 font-size:16px;
 line-height:1.2;
 margin:0 0 1em 0;
}
.wf-alerg-modal-close{
 position:absolute;top:10px;right:12px;
 background:transparent;color:#aaa;border:none;
 font-size:24px;cursor:pointer;line-height:1;
 padding:4px;transition:color 0.2s;
}
.wf-alerg-modal-close:hover{color:#fff;}
.wf-alerg-modal-title{
 color:#fff;font-size:16px;font-weight:700;
 margin:0 0 14px;text-align:center;
}
.wf-alerg-modal-body{
 display:flex;
 flex-wrap:wrap;
 gap:12px;
 justify-content:center;
 background:#00303b;
}
.wf-alerg-modal-body .wf-alerg-img{
 display:flex;
 flex-direction:column;
 align-items:center;
 gap:4px;
 width:60px;
}
.wf-alerg-modal-body .wf-alerg-img img{
 width:40px;height:40px;object-fit:contain;
 border-radius:50%;background:rgba(255,255,255,0.1);
 padding:4px;
}
.wf-alerg-modal-body .wf-alerg-label{
 font-size:10px;color:rgba(255,255,255,0.8);
 text-align:center;line-height:1.2;
}
@media (min-width:1024px){
 .wf-catgrid{grid-template-columns:repeat(var(--wf-cols-d,3),1fr);}
 .wf-catgrid-overlay-items{
 display:grid;
 grid-template-columns:1fr 1fr;
 gap:14px;
 padding:14px 20px 100px;
}
 .wf-group-separator{grid-column:1 / -1;}
}
@media (min-width:601px) and (max-width:1023px){
 .wf-catgrid{grid-template-columns:repeat(var(--wf-cols-t,2),1fr);}
}
@media (max-width:600px){
 .wf-catgrid{
 grid-template-columns:repeat(var(--wf-cols-m,1),1fr);
 gap:10px;
}
 .wf-catgrid-card-title{font-size:18px;}
 .wf-catgrid-close{top:3px;right:8px;width:38px;height:38px;font-size:22px;}
 .wf-catgrid-sticky-bar{padding:8px 52px 6px 10px;}
 .wf-catgrid-filter-btn{padding:6px 14px;font-size:12px;}
 .wf-list-top{min-height:170px;}
 .wf-list-info{padding:8px 5px;}
 .wf-list-info .entry-title{font-size:14px;}
 .wf-list-info .dp-dfg-custom-field-value{font-size:11px !important;}
 .wf-catgrid-overlay-items{padding:10px 10px 100px;gap:10px;}
 .wf-list-bottom .opciones-precio{
 grid-template-columns:1fr 1fr;
 gap:4px;
}
 .wf-group-separator{padding:12px 2px 6px;}
 .wf-group-separator-text{font-size:12px;}
}
@media (prefers-reduced-motion:reduce){
 .wf-catgrid-overlay{
 transition:opacity 0.15s ease,visibility 0s !important;
 transform:none !important;
}
 .wf-catgrid-overlay--abierto,
 .wf-catgrid-overlay--cerrando{transform:none !important;}
 .wf-catgrid-card{transition:none !important;}
 .wf-catgrid-img{animation:none !important;}
 .wf-catgrid-overlay--abierto .dp-dfg-item{animation:none !important;}
 .wf-catgrid-overlay--abierto .wf-group-separator{animation:none !important;}
}
/* [wf-estilos-wp-ultimate-waas] */
@media(max-width:678px){
 .page-register .container{
 margin:0 auto;
 max-width:1280px;
 width:98% !important;
}
}
.page-id-15 .entry-title.main_title{
 color:#00313b !important;
 text-shadow:1px 1px 0px rgba(249,244,233,0.5);
}
.wu-pb-4.wu-flex.wu-items-center h2{
 color:#00313b !important;
 font-size:1.5rem !important;
 font-weight:700;
}
.wu-pb-4.wu-flex.wu-items-center{
 padding:1em;
}
.wu-ml-auto a.button{
 background:#0a6681 !important;
 color:#f9f4e9 !important;
 border-radius:8px !important;
 padding:8px 15px !important;
 font-size:12px !important;
 text-transform:uppercase;
 transition:all 0.3s ease;
}
.wu-ml-auto a.button:hover{
 background:#00313b !important;
 transform:scale(1.05);
}
.wu-tgl-ios + .wu-tgl-btn{
 background:#e2ddd3 !important;
}
.wu-tgl-ios:checked + .wu-tgl-btn{
 background:#0a6681 !important;
}
.wu-text-xs.wu-block.wu-text-center.wu--mt-4,
.xoo-el-lostpw-tgr{
 color:#0a6681 !important;
 text-decoration:none !important;
 font-weight:600;
 transition:color 0.3s;
}
.wu-text-xs.wu-block.wu-text-center.wu--mt-4:hover,
.xoo-el-lostpw-tgr:hover{
 color:#00313b !important;
 text-decoration:underline !important;
}
.xoo-el-inmodal{
 background-color:#f9f4e9 !important;
 border-radius:20px !important;
 border:1px solid #0a6681;
}
.wp-block-search__input{
 border:2px solid #e2ddd3 !important;
 border-radius:8px 0 0 8px !important;
}
.wp-block-search__button{
 background-color:#0a6681 !important;
 color:#f9f4e9 !important;
 border-radius:0 8px 8px 0 !important;
 transition:background 0.3s;
}
.wp-block-search__button:hover{
 background-color:#00313b !important;
}
.wp-block-heading{
 color:#00313b !important;
 border-bottom:2px solid #0a6681;
 padding-bottom:5px;
 font-size:1.2rem !important;
}
.wu-login-form.wu-element{
 background:#f9f4e9;
 border-radius:20px;
 box-shadow:0 15px 35px rgba(0,49,59,0.15);
 max-width:450px;
 margin:40px auto;
 border:1px solid rgba(10,102,129,0.1);
 overflow:hidden;
}
.entry-title.main_title{
 text-align:center;
 font-family:'Open Sans',sans-serif;
 font-weight:700;
 color:#00313b;
 margin-bottom:30px;
 text-transform:uppercase;
 letter-spacing:1.5px;
}
.wu-styling input[type="text"],
.wu-styling input[type="password"],
.form-control.wu-w-full{
 background-color:#ffffff !important;
 border:2px solid #e2ddd3 !important;
 border-radius:10px !important;
 padding:0 .5em !important;
 transition:all 0.3s ease;
 font-size:16px;
 color:#00313b;
 margin:0 !important;
}
body select#field-billing_country,
body select#field-billing_state_select{
 display:block !important;
}
.wu-styling input:focus{
 border-color:#0a6681 !important;
 background-color:#fff !important;
 box-shadow:0 0 8px rgba(10,102,129,0.2);
 outline:none;
}
label.wu-block.wu-my-4{
 padding:2em !important;
 margin:0;
 text-align:center;
 border:dashed 2px #00313b;
 border-radius:10px;
 cursor:pointer;
}
.wu-my-1.wu-text-2xs.wu-uppercase{
 color:#0a6681;
 margin-bottom:8px;
 font-size:0.75rem;
 font-weight:700 !important;
 letter-spacing:0.8px;
}
#wu-step-user div#wrapper-field-next_step{
 width:50%;
}
.page-register div#wrapper-field-next_step{
 width:100%;
}
body span.wu-flex.wu-my-1.wu-mt-2{
 display:flex !important;
 justify-content:center !important;
}
div#wrapper-field-next_step_site_go_back,
div#wrapper-field-next_step_user_go_back{
 display:flex;
 align-items:center;
 margin-right:1em;
}
#wp-submit,.wu-submit-field button,
a.button.wu-go-back{
 background:linear-gradient(135deg,#0a6681 0%,#00313b 100%) !important;
 color:#f9f4e9 !important;
 border:none !important;
 border-radius:10px !important;
 padding:16px 25px !important;
 font-weight:700 !important;
 text-transform:uppercase !important;
 cursor:pointer;
 transition:all 0.3s ease !important;
 box-shadow:0 4px 12px rgba(0,49,59,0.2) !important;
 width:100%;
 display:block !important;
 text-align:center;
}
@media(max-width:667px){
 #wp-submit,.wu-submit-field button,
 a.button.wu-go-back{
 background:linear-gradient(135deg,#0a6681 0%,#00313b 100%) !important;
 color:#f9f4e9 !important;
 border:none !important;
 border-radius:10px !important;
 padding:10px !important;
 font-weight:700 !important;
 text-transform:uppercase !important;
 cursor:pointer;
 transition:all 0.3s ease !important;
 box-shadow:0 4px 12px rgba(0,49,59,0.2) !important;
 width:100%;
 display:block !important;
 text-align:center;
 font-size:14px;
}
}
#wp-submit:hover{
 transform:translateY(-1px);
 box-shadow:0 6px 18px rgba(0,49,59,0.3) !important;
 filter:brightness(1.1);
}
#wrapper-field-lost-password-instructions .wu-my-0{
 color:#00313b;
 font-style:italic;
 font-size:0.9rem;
 padding:0 10px;
}
#sidebar{
 background:#f9f4e9;
 padding:20px;
 border-radius:15px;
 border:1px solid rgba(10,102,129,0.1);
}
.page-id-15 ul#wp-ultimo-form-wp-ultimo\/login-form{
 padding:1em !important;
}
.page-id-15 .container{
 width:95% !important;
}
article#post-14 .entry-content{
 background-color:#f9f4e9 !important;
 border:2px solid #e2ddd3 !important;
 border-radius:10px !important;
 padding:0 .5em !important;
 transition:all 0.3s ease;
 font-size:16px;
 color:#00313b;
 margin:0 !important;
 display:flex;
 justify-content:center;
 align-items:center;
}
article#post-14 .entry-content p{
 padding:2em 0 !important;
 font-size:18px;
}
.wu-styling{
 width:100%;
}
a.button.wu-go-back{
 padding:10px 15px !important;
}
@media (max-width:678px){
 a.button.wu-go-back{
 padding:5px 15px !important;
}
}
table#wu-order-summary-table a.wu-no-underline{
 padding:.5em 1em !important;
 background:#ff6363;
 border-radius:10px;
 color:white;
 font-size:12px;
}
.wu-p-4.wu-bg-yellow-200{
 background-color:#faf5eb !important;
 border-left:4px solid #0a6681 !important;
 color:#00313b !important;
 border-radius:8px;
 font-weight:500;
}
.wu-p-4.wu-bg-yellow-200 a{
 color:#0a6681 !important;
 text-decoration:underline;
 font-weight:700;
}
body article#post-14 .entry-content p{
 padding:0 !important;
}
button#wu-inline-login-submit-email{
 background:linear-gradient(135deg,#0a6681 0%,#00313b 100%) !important;
}
[id^="wu-product-"]{
 border:2px solid #e2ddd3 !important;
 transition:all 0.3s ease !important;
 background:#fff !important;
}
[id^="wu-product-"]:hover{
 border-color:#0a6681 !important;
 background:#fcfbf8 !important;
}
span#server-size-0-label,
.wu-font-semibold.wu-text-gray-900{
 font-size:22px !important;
}
p.sm\:wu-inline{
 color:red;
}
[id^="wu-product-"]:has(input:checked){
 border-color:#0a6681 !important;
 background:rgba(10,102,129,0.05) !important;
 box-shadow:0 0 10px rgba(10,102,129,0.1) !important;
}
body .wu-styling:is(.wu-border-blue-500){
 border-color:red !important;
}
[id^="wu-product-"] .wu-text-gray-900{
 color:#00313b !important;
 font-weight:700 !important;
}
@media(max-width:678px){
 .wu-relative.wu-flex.wu-rounded-lg.wu-border.wu-border-gray-300.wu-bg-white.wu-border-solid.wu-shadow-sm.wu-px-6.wu-py-4.wu-items-center.wu-justify-between{
 display:flex;
 flex-direction:column;
}
}
#wu-order-summary-table{
 border-collapse:separate;
 border-spacing:0;
 border-radius:12px;
 overflow:hidden;
 border:1px solid #e2ddd3;
}
#wu-order-summary-table thead th{
 background-color:#00313b !important;
 color:#f9f4e9 !important;
 padding:12px !important;
 text-transform:uppercase;
 font-size:0.8rem;
}
#wu-order-summary-table tbody td,
#wu-order-summary-table tfoot td{
 padding:12px !important;
 color:#00313b;
 background:#fff;
}
#wu-order-summary-table tfoot tr:last-child td{
 background-color:#f9f4e9 !important;
 font-weight:800;
 font-size:1.1rem;
 border-top:2px solid #0a6681;
}
ul.wu-p-0.wu-m-0.wu-mt-2.wu-list-none.wu-order-summary-additional-info.wu-text-sm{
 font-size:18px;
 color:red;
}
label.wu-block.active[for="field-billing_address_line_1"]{
 font-size:0 !important;
}
label.wu-block.active[for="field-billing_address_line_1"] span{
 font-size:14px !important;
}
label.wu-block.active[for="field-billing_address_line_1"]:before{
 font-size:14px !important;
 content:"NIF/CIF";
}
#wu-your-site-block{
 background:#00313b !important;
 color:#f9f4e9 !important;
 padding:15px !important;
 border-radius:10px;
 margin-top:10px;
}
#wu-your-site{
 color:#f2d479;
 font-family:monospace;
}
select.form-control{
 background-color:#ffffff !important;
 border:2px solid #e2ddd3 !important;
 border-radius:10px !important;
 color:#00313b !important;
}
#checkout-btn{
 background:linear-gradient(135deg,#0a6681 0%,#00313b 100%) !important;
 color:#f9f4e9 !important;
 border:none !important;
 border-radius:12px !important;
 padding:10px 40px !important;
 font-size:1.2rem !important;
 font-weight:700 !important;
 width:100%;
 cursor:pointer;
 box-shadow:0 5px 15px rgba(0,49,59,0.3) !important;
 transition:transform 0.2s !important;
}
div#wrapper-field-checkout{
 width:100% !important;
}
#checkout-btn:hover{
 transform:translateY(-2px);
 filter:brightness(1.1);
}
#pass-strength-result{
 border-radius:6px !important;
 text-align:center;
 font-weight:600;
}
body .p-PaymentMethodSelector,
body .p-Grid.u-mt-grid,
body div#card-panel .FadeWrapper{
 display:none !important;
 opacity:0 !important;
}
.wu-thank-you{
 background-color:#ffffff;
 border-radius:15px;
 padding:5px;
 box-shadow:0 10px 30px rgba(0,49,59,0.05);
}
.wu-thank-you h3,
.wu-thank-you h4{
 color:#00313b !important;
 font-weight:800 !important;
 text-transform:uppercase;
 letter-spacing:1px;
}
#wu-thank-you-message-block{
 border-bottom:2px dashed #e2ddd3;
 padding-bottom:20px;
 margin-bottom:20px;
}
.wu-thank-you-message{
 color:#0a6681;
 font-size:1.1rem;
 line-height:1.6;
 background:#f9f4e9;
 padding:20px !important;
 border-radius:10px;
 border-left:5px solid #0a6681;
}
.wu-thank-you-info{
 background-color:#00313b !important;
 border-radius:12px;
 margin:20px 0 !important;
}
.wu-thank-you-info li span.wu-uppercase{
 color:rgba(249,244,233,0.7) !important;
 font-weight:400;
}
.wu-thank-you-info li span.wu-font-bold{
 color:#f9f4e9 !important;
 font-size:1.2rem !important;
}
#wu-sites .wu-bg-gray-100{
 background-color:#fcfbf8 !important;
 border:1px solid #e2ddd3 !important;
 transition:all 0.3s ease;
}
#wu-sites h5{
 color:#00313b !important;
 font-weight:700;
}
.wu-bg-purple-200{
 background-color:#0a6681 !important;
 color:#f9f4e9 !important;
 padding:4px 10px !important;
}
.dashicons-wu-loader{
 color:#0a6681 !important;
}
#wu-thank-you-order-details table{
 border-radius:10px;
 overflow:hidden;
 border:1px solid #e2ddd3;
}
#wu-thank-you-order-details thead.wu-bg-gray-100{
 background-color:#0a6681 !important;
}
#wu-thank-you-order-details thead th{
 color:#f9f4e9 !important;
 font-weight:600;
}
#wu-thank-you-order-details tbody td{
 border-bottom:1px solid #f0efeb;
 color:#00313b;
}
#wu-thank-you-order-details tfoot{
 background-color:#f9f4e9 !important;
}
#wu-thank-you-order-details tfoot th{
 color:#00313b !important;
 font-size:1.1rem;
}
.wu-thank-you-billing-address{
 background-color:#fcfbf8 !important;
 border:1px dotted #0a6681 !important;
 color:#00313b !important;
}
@keyframes spin{
 from{transform:rotate(0deg);}
 to{transform:rotate(360deg);}
}
.wu-spin{
 animation:spin 1s linear infinite;
}
.wu-powered-by{
 color:black;
}
/* [wf-formulario-de-registro] */
.xoo-el-form-container.xoo-el-form-inline{
 max-width:700px;
 margin:10px auto;
 padding:1em;
 background-color:#f9f4e9 !important;
 border:2px solid #e2ddd3 !important;
 border-radius:10px !important;
 transition:all 0.3s ease;
 font-size:16px;
 color:#00313b;
}
button.button.btn.xoo-el-action-btn.xoo-el-register-btn,
button.button.btn.xoo-el-action-btn.xoo-el-login-btn{
 background:linear-gradient(135deg,#0a6681 0%,#00313b 100%) !important;
 color:#f9f4e9 !important;
 border:none !important;
 border-radius:10px !important;
 padding:16px 25px !important;
 font-weight:700 !important;
 text-transform:uppercase !important;
 cursor:pointer;
 transition:all 0.3s ease !important;
 box-shadow:0 4px 12px rgb(0 49 59 / .2) !important;
 width:100%;
 text-align:center;
}
li.xoo-el-reg-tgr.xoo-el-active,
li.xoo-el-login-tgr.xoo-el-active{
 background:linear-gradient(135deg,#0a6681 0%,#00313b 100%) !important;
 color:#f9f4e9 !important;
 border:none !important;
 border-radius:10px 10px 0 0 !important;
 margin:5px !important;
 padding:16px 25px !important;
 font-weight:700 !important;
 text-transform:uppercase !important;
 cursor:pointer;
 transition:all 0.3s ease !important;
 box-shadow:0 4px 12px rgb(0 49 59 / .2) !important;
 text-align:center;
}
li.xoo-el-reg-tgr,
li.xoo-el-login-tgr{
 background:linear-gradient(135deg,#514121 0%,#64655c 100%) !important;
 color:#f9f4e9 !important;
 border:none !important;
 border-radius:10px 10px 0 0 !important;
 margin:5px !important;
 padding:16px 25px !important;
 font-weight:700 !important;
 text-transform:uppercase !important;
 cursor:pointer;
 transition:all 0.3s ease !important;
 box-shadow:0 4px 12px rgb(0 49 59 / .2) !important;
 text-align:center;
}
 body .xoo-aff-group label{
 line-height:1.7em;
}
body input.xoo-aff-required.xoo-aff-checkbox_single.xoo-aff-field,
body input.xoo-aff-required.xoo-aff-checkbox_single.xoo-aff-field:hover{
 position:relative !important;
 opacity:1 !important;
 cursor:pointer !important;
}
label.xoo-el-form-label span,
a.xoo-el-lostpw-tgr{
 color:#00313b !important;
}
@media (max-width:678px){
 .xoo-aff-group.xoo-el-login-btm-fields{
 display:flex;
 position:relative;
 margin-bottom:14px;
 flex-wrap:wrap;
 gap:2em;
}
li.xoo-el-reg-tgr.xoo-el-active,
li.xoo-el-login-tgr.xoo-el-active{
 padding:10px 25px !important;
 height:2.5em;
}
li.xoo-el-reg-tgr,
li.xoo-el-login-tgr{
 padding:10px 25px !important;
 height:2.5em;
}
}
/* [wf-mascara-ondulada-animada] */
.borde-wf{
 display:inline-block;
 position:relative;
 overflow:hidden;
 border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;
 animation:morphing 10s infinite;
}
.borde-wf img{
 width:100%;
 height:auto;
 display:block;
 transform:scale(1.1);
}
@keyframes morphing{
 0%{
 border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;
}
 25%{
 border-radius:58% 42% 75% 25% / 76% 46% 54% 24%;
}
 50%{
 border-radius:50% 50% 33% 67% / 55% 27% 73% 45%;
}
 75%{
 border-radius:33% 67% 58% 42% / 63% 68% 32% 37%;
}
 100%{
 border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;
}
}
/* [wf-popup-de-traducciones] */
.gt_black_overlay{
 height:100vh !important;
}
.gt_float_switcher .gt_options{
 max-height:80vh !important;
}
.gt_float_switcher{
 border-radius:5px !important;
 border:solid 3px #986D0E !important;
}
.gt_float_switcher .gt-selected .gt-current-lang{
 padding:.1em .3em !important;
}
a.gt_switcher-popup.glink.nturl.notranslate,
a.gt_switcher-popup.glink.nturl.notranslate span{
 color:white !important;
 font-weight:bold;
}
.gt_white_content{
 max-height:90vh !important;
 height:auto !important;
 margin-top:0 !important;
 top:50% !important;
 border-radius:10px;
 background-color:rgba(0,48,59,0.95) !important;
}
.gt_white_content a{
 color:#fff !important;
 font-weight:bolder;
}
a.gt_switcher-popup.glink.nturl.notranslate span{
 font-size:0px;
}
/* [wf-popup-reseas-de-google] */
.popup-resenas-overlay{
 position:fixed;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background-color:rgba(0,0,0,0.7);
 display:flex;
 justify-content:center;
 align-items:center;
 z-index:999999;
 opacity:0;
 visibility:hidden;
 transition:opacity 0.3s ease,visibility 0.3s ease;
}
.popup-resenas-overlay.activo{
 opacity:1;
 visibility:visible;
}
.popup-resenas-contenedor{
 background:white;
 border-radius:10px;
 width:90%;
 max-width:500px;
 position:relative;
 box-shadow:0 5px 30px rgba(0,0,0,0.3);
 transform:translateY(-20px);
 transition:transform 0.3s ease;
}
.popup-resenas-overlay.activo .popup-resenas-contenedor{
 transform:translateY(0);
}
.popup-resenas-cerrar{
 position:absolute;
 top:10px;
 right:15px;
 font-size:24px;
 background:none;
 border:none;
 cursor:pointer;
 color:#999;
 transition:color 0.3s;
 z-index:2;
}
.popup-resenas-cerrar:hover{
 color:#333;
}
.popup-resenas-header{
 padding:30px 30px 20px;
 text-align:center;
 border-bottom:1px solid #eee;
}
.popup-resenas-header h2{
 margin:0 0 10px;
 color:#333;
 font-size:24px;
}
.popup-resenas-header p{
 margin:0;
 color:#666;
 font-size:16px;
 line-height:1.3em;
}
.popup-resenas-body{
 padding:30px;
}
.popup-resenas-opciones{
 display:flex;
 flex-direction:column;
 gap:15px;
}
.popup-resenas-btn{
 padding:12px 24px;
 border:none;
 border-radius:5px;
 font-size:16px;
 font-weight:600;
 cursor:pointer;
 transition:all 0.3s ease;
 width:100%;
}
.popup-resenas-btn-primario{
 background-color:#4CAF50;
 color:white;
}
.popup-resenas-btn-primario:hover{
 background-color:#45a049;
 transform:translateY(-2px);
 box-shadow:0 2px 10px rgba(0,0,0,0.1);
}
.popup-resenas-btn-secundario{
 background-color:#f8f9fa;
 color:#333;
 border:1px solid #ddd;
}
.popup-resenas-btn-secundario:hover{
 background-color:#e9ecef;
 transform:translateY(-2px);
 box-shadow:0 2px 10px rgba(0,0,0,0.1);
}
.popup-resenas-email-form{
 animation:slideDown 0.3s ease;
}
.popup-resenas-email-form h3{
 margin:0 0 10px;
 color:#333;
 font-size:18px;
}
.popup-resenas-email-form p{
 margin:0;
 color:#666;
 font-size:16px;
 line-height:1.5;
}
.popup-resenas-email-form input{
 width:100%;
 padding:12px;
 border:2px solid #ddd;
 border-radius:5px;
 font-size:16px;
 margin-bottom:15px;
 transition:border-color 0.3s;
 box-sizing:border-box;
}
.popup-resenas-email-form input:focus{
 outline:none;
 border-color:#4CAF50;
}
.popup-resenas-email-form .popup-resenas-btn{
 margin-bottom:10px;
}
.popup-resenas-mensaje{
 margin-top:15px;
 padding:10px;
 border-radius:5px;
 font-size:14px;
 text-align:center;
}
.popup-resenas-mensaje.success{
 background-color:#d4edda;
 color:#155724;
 border:1px solid #c3e6cb;
}
.popup-resenas-mensaje.error{
 background-color:#f8d7da;
 color:#721c24;
 border:1px solid #f5c6cb;
}
.popup-resenas-mensaje.info{
 background-color:#d1ecf1;
 color:#0c5460;
 border:1px solid #bee5eb;
}
@keyframes slideDown{
 from{
 opacity:0;
 transform:translateY(-20px);
}
 to{
 opacity:1;
 transform:translateY(0);
}
}
@media (max-width:768px){
 .popup-resenas-contenedor{
 width:98%;
 margin:0px;
}
 .popup-resenas-header{
 padding:20px 20px 15px;
 margin-top:3em;
}
 .popup-resenas-header h2{
 font-size:20px;
}
 .popup-resenas-body{
 padding:20px;
}
}
.popup-resenas-aviso-duplicado{
 background-color:#fff3cd;
 border:1px solid #ffc107;
 color:#856404;
 padding:12px 15px;
 border-radius:5px;
 font-size:15px;
 line-height:1.5;
 margin-bottom:15px;
 text-align:center;
}
p.estrellas-wf{
 font-size:24px;
}
/* [wf-qr-generador] */
div#wpkqcg-page-meta-box-qrcodemetabox tr td:last-child,
div#wpkqcg-page-meta-box-qrcodemetabox h2{
 display:none !important;
 opacity:0 !important;
}