body {
	color: #2c3e50;
	background: #ecf0f1;
	padding: 0 1em 1em;
}
body.site {
	padding: 0px !important;
}
h1 {
	margin: 0;
	line-height: 2;
	text-align: center;
}
h2 {
	margin: 0 0 0.5em;
	font-weight: normal;
}
.principal-accordion input {
	/*position: absolute;*/
	position: fixed;
	opacity: 0;
	z-index: -1;
}
.row {
	display: flex;
}
.row .col {
	flex: 1;
}
.row .col:last-child {
	margin-left: 1em;
}
@media (max-width: 767px) {
	.row, .thumbnails {
		margin-left: -15px;
	}
}
/* Accordion styles */
.tabs {
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
	margin-bottom: 0;
}
.pm-carta-featured + .pm-carta-categories {
	margin-top: 0;
}

/* Featured accordion: every product is already featured; hide redundant chef tag. */
.pm-tab-content--featured .pm-product-tags [data-tag-slug='chef-recommendation'],
.pm-tab-content--featured .pm-product-featured-badge {
	display: none;
}

.menu-del-dia .pm-daily-menu-section {
	margin: 0;
	padding: 0;
	text-align: center;
}
.menu-del-dia .pm-daily-menu-section-hr {
	margin: 0.5rem 0 0;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.menu-del-dia .pm-daily-menu-section-hr + .pm-daily-menu-section > h3 {
	margin-top: 0.85rem;
}
.menu-del-dia .pm-daily-menu-section:first-child > h3 {
	margin-top: 0.35rem;
}
.menu-del-dia .menu-price.container {
	padding-top: 0.85rem;
}
.menu-del-dia .pm-daily-menu-dish {
	padding: 0.5rem 0;
	font-size: 18px;
	line-height: 1.35;
}
.menu-del-dia .pm-daily-menu-dish:not(:last-child) {
	margin-bottom: 0.75rem;
}
.menu-del-dia .pm-daily-menu-dish__nombre {
	margin: 0;
}
.menu-del-dia .pm-daily-menu-dish__allergens {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-top: 0.45rem;
	margin-bottom: 0;
}
.menu-del-dia .pm-daily-menu-dish__etiquetas {
	justify-content: center;
	margin-top: 0.4rem;
	margin-bottom: 0;
}
.menu-del-dia .pm-daily-menu-dish--with-allergens:not(:last-child) {
	margin-bottom: 0.95rem;
}
.menu-del-dia .pm-daily-menu-dish--con-meta:not(:last-child) {
	margin-bottom: 0.95rem;
}
.menu-del-dia .pm-daily-menu-section > h3 {
	margin: 0 0 0.35rem;
}
.menu-del-dia .tab-content > div > hr.pm-daily-menu-section-hr:last-child {
	display: none;
}

.principal-accordion.tabs > .tab {
	margin: 0;
	padding: 0;
}
.tab {
	width: 100%;
	color: white;
	overflow: hidden;
	margin: 0;
}
.tab-label {
	display: flex;
	justify-content: space-between;
	padding: 1em;
	background: #1a252f;
	font-weight: bold;
	cursor: pointer;
	margin: 0;
}
.tab-label:hover {
	background: #1a252f;
}
.tab-label::after {
	content: "\276F";
	width: 1em;
	height: 1em;
	text-align: center;
	transition: all 0.35s;
}
/* Override template.css (.tab-content { overflow: visible }) */
.principal-accordion .tab-content {
	max-height: 0;
	padding: 0;
	margin: 0;
	color: #2c3e50;
	background: white;
	transition: max-height 0.35s;
	overflow: hidden !important;
}
.tab-content {
	max-height: 0;
	padding: 0;
	color: #2c3e50;
	background: white;
	transition: max-height 0.35s;
	overflow: hidden !important;
}
.tab-close {
	display: flex;
	justify-content: flex-end;
	padding: 1em;
	font-size: 0.75em;
	background: #2c3e50;
	cursor: pointer;
}
.tab-close:hover {
	background: #1a252f;
}
/*input:checked + .tab-label {*/
/*background: #1a252f;*/
/*}*/
/*input:checked + .principal-tab {*/
/*background-image: linear-gradient(#1a252f, #2e5f90);*/

/*}*/
/*input:checked + .sub-tab {*/
/*background-image: linear-gradient(#2e5f90, #5f87a7);*/

/*}*/
/*.sub-tab {*/
/*background: #2e5f90;*/
/*}*/
input:checked + .tab-label::after {
	transform: rotate(90deg);
}
.principal-accordion input:checked ~ .tab-content,
input:checked ~ .tab-content {
	max-height: 999999999999999vh;
	padding: 0 5px;
}
label.tab-label {
	margin-bottom: 0 !important;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	padding: 15px;
	text-transform: capitalize;
}
/* Visual separator between accordion category headers */
.principal-accordion label.tab-label {
	border-bottom: 1px solid #fff;
}
.principal-accordion.tabs > .tab > .tab-label {
	margin-bottom: 0 !important;
	border-bottom: 1px solid #fff;
}
.header {
	margin-bottom: 15px;
}
.pm-site-description {
	display: block;
	text-decoration: none;
	cursor: default;
	line-height: 1.35;
	text-align: center;
	margin: 15px 15px 18px;
	font-size: var(--pm-site-desc-size, inherit);
}
.pm-header-inner__brand-wrap {
	float: none;
	display: block;
	text-align: center;
}
.pm-header-brand {
	text-decoration: none;
	cursor: default;
}
.pm-toolbar-bottom-left {
	float: left;
}
.pm-toolbar-bottom-right {
	float: right;
}
.footer .container {
	text-align: center;
}
#back-top {
	font-size: 20px;
}
.tab-label.tab-label--themed {
	background-color: var(--tab-bg);
}
.tab-label.tab-label--themed:hover {
	background-color: var(--tab-bg);
}
.pm-category-intro {
	text-align: center;
}
.pm-category-intro__image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}
.pm-category-intro__text {
	text-align: center;
}
.pm-category-intro hr {
	margin: 4px 0;
}
.menu-del-dia .tab-content__inner {
	text-align: center;
}
.menu-del-dia .menu-price.container {
	text-align: center;
}
.menu-del-dia .menu-price h3 {
	color: #000;
}
.menu-del-dia .menuareareatexto.container {
	text-align: center;
	padding: 20px 0 0;
}
.menu-del-dia .menuareareatexto p {
	margin-bottom: 30px;
}
#qr .modal-content,
#localinfo .modal-content {
	text-align: center;
}
#qr .modal-header h2,
#localinfo .modal-header h2 {
	font-weight: bold;
	margin-top: 0.5em;
}
#qr .pm-modal-info__label,
#localinfo .pm-modal-info__label {
	font-size: larger;
}
#qr .modal-body a {
	font-size: 15px;
}
#localinfo .pm-share-links {
	justify-content: center;
	margin: 0.25rem 0 0.5rem;
}
#localinfo .pm-share-instagram-placeholder {
	opacity: 0.35;
}
#list .pm-list-is-hidden {
	display: none;
}
.bar-fixed-top .pm-google-translate-wrap {
	margin-left: 2px;
	flex-shrink: 0;
	position: relative;
}
.pm-google-translate-engine {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	opacity: 0;
	pointer-events: none;
}

/* Google Translate: collapse top feedback bar and hover tooltips. */
body .VIpgJd-ZVi9od-ORHb-OEVmcd,
body .VIpgJd-ZVi9od-ORHb,
iframe.goog-te-banner-frame,
iframe.goog-te-banner-frame.skiptranslate,
#goog-gt-tt,
.goog-te-balloon-frame,
iframe.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover {
	height: 0 !important;
	max-height: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
	pointer-events: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	box-shadow: none !important;
	display: none !important;
	opacity: 0 !important;
}
.goog-text-highlight {
	background: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border: none !important;
}
body > .skiptranslate:has(iframe.goog-te-banner-frame),
body > .skiptranslate:has(.goog-te-banner-frame),
body > .skiptranslate:has(#goog-gt-tt),
body > .skiptranslate:has(.goog-te-balloon-frame) {
	height: 0 !important;
	max-height: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
	pointer-events: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
body.site {
	top: 0 !important;
	margin-top: 0 !important;
	position: static !important;
}
/*@media (max-width: 768px) {*/
/*.header .brand {*/
/*margin: 20px 0px;*/
/*}*/
/*}*/
.brand:hover{
	text-decoration: none;
	color:#000;
}
.body .container {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 5px 5px 7px 5px;
	border: 0px solid rgba(0,0,0,0);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.chzn-single {
	border-radius: 0px !important;
	height: 35px !important;
	line-height: 30px !important;
	background: #fff !important;
	font-size: 15px !important;
	font-weight: bold !important;
}
form.formulario-idioma {
	margin-bottom: 0px;
}
li.active-result {
	line-height: 30px !important;
}
.chzn-container-single .chzn-single div {
	top: 6px;
}
.chzn-container .chzn-results li.highlighted {
	background: #ecf0f1;
	color: black;
}
.bar-fixed-bottom {
	background: black;
	position: fixed;
	width: 100%;
	bottom: -2px;
	z-index: 1020;
}
.body {
	--pm-toolbar-height: 43px;
}
.bar-fixed-top {
	background: black;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1020;
	overflow: visible;
}
.bar-fixed-top .header-search {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0 0 0 5px;
	min-height: var(--pm-toolbar-height);
	box-sizing: border-box;
	overflow: visible;
}
.bar-fixed-top .header-search::before,
.bar-fixed-top .header-search::after {
	display: none;
}
.bar-fixed-top .header-search > .pull-left,
.bar-fixed-top .header-search > .pull-right,
.bar-fixed-top .header-search > .mod-languages {
	float: none;
	margin-top: 0;
	margin-bottom: 0;
}
.bar-fixed-top .header-search > .pull-right:not(:has(~ .pull-right)) {
	order: 1;
	margin-left: auto;
}
.bar-fixed-top .header-search > .pull-right:has(~ .pull-right):not(:has(~ .pull-right ~ .pull-right)) {
	order: 2;
}
.bar-fixed-top .header-search > .pull-right:has(~ .pull-right ~ .pull-right) {
	order: 3;
}
.bar-fixed-top .header-search > .pull-right {
	display: flex;
	align-items: center;
}
.bar-fixed-top .header-search .mod-languages ul {
	margin-bottom: 0;
}

/* Toolbar language switcher */
.bar-fixed-top .pm-lang-switcher {
	margin-left: 2px;
	flex-shrink: 0;
}
.bar-fixed-top .pm-google-translate-wrap .pm-lang-switcher {
	margin-left: 0;
}
.bar-fixed-top .pm-lang-switcher .pretext,
.bar-fixed-top .pm-lang-switcher .posttext {
	display: none;
}
.bar-fixed-top .pm-lang-switcher .pm-lang-switcher__group {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
	border-radius: 6px;
}
.bar-fixed-top .pm-lang-switcher__trigger {
	-webkit-appearance: none;
	appearance: none;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 6px 10px;
	min-height: 32px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.2;
	font-family: inherit;
	color: rgba(255, 255, 255, 0.96);
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 6px;
	box-shadow: none;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.bar-fixed-top .pm-lang-switcher__trigger:hover,
.bar-fixed-top .pm-lang-switcher__trigger:focus,
.bar-fixed-top [data-pm-lang-switcher].pm-lang-switcher--open .pm-lang-switcher__trigger {
	color: #fff;
	background: rgba(255, 255, 255, 0.22);
	border-color: rgba(255, 255, 255, 0.42);
	outline: none;
	box-shadow: none;
}
.bar-fixed-top .pm-lang-switcher__chevron {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 1px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	opacity: 0.9;
	transition: transform 0.2s ease;
}
.bar-fixed-top [data-pm-lang-switcher].pm-lang-switcher--open .pm-lang-switcher__chevron {
	transform: rotate(180deg);
}
.bar-fixed-top .pm-lang-switcher__label-short {
	display: none;
}
.bar-fixed-top .pm-lang-switcher__backdrop {
	display: none;
}
.bar-fixed-top .pm-lang-switcher__menu {
	display: none !important;
	list-style: none;
	margin: 0;
	padding: 4px;
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	z-index: 1035;
}
.bar-fixed-top [data-pm-lang-switcher].pm-lang-switcher--open .pm-lang-switcher__menu {
	display: block !important;
}
.bar-fixed-top .pm-lang-switcher__flag {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}
.bar-fixed-top .pm-lang-switcher__flag-img {
	width: 18px;
	height: auto;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.bar-fixed-top .pm-lang-switcher__menu {
	min-width: 10rem;
	border: none;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}
.bar-fixed-top .pm-lang-switcher__menu > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bar-fixed-top .pm-lang-switcher__menu > li > a,
.bar-fixed-top .pm-lang-switcher__menu > li > .pm-lang-switcher__option {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 8px 12px;
	border-radius: 7px;
	font-size: 13px;
	font-weight: 500;
	color: #2c3e50;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.15s ease, color 0.15s ease;
}
.bar-fixed-top .pm-lang-switcher__menu > li > .pm-lang-switcher__option {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	font-family: inherit;
	cursor: pointer;
	border: none;
	background: transparent;
	text-align: left;
}
.bar-fixed-top .pm-lang-switcher__menu > li > a:hover,
.bar-fixed-top .pm-lang-switcher__menu > li > a:focus,
.bar-fixed-top .pm-lang-switcher__menu > li > .pm-lang-switcher__option:hover,
.bar-fixed-top .pm-lang-switcher__menu > li > .pm-lang-switcher__option:focus {
	background: var(--pm-template-color, #007c8f);
	color: #fff;
}
.bar-fixed-top .pm-lang-switcher__menu > li.lang-active > a,
.bar-fixed-top .pm-lang-switcher__menu > li.lang-active > .pm-lang-switcher__option {
	background: rgba(0, 0, 0, 0.05);
	color: var(--pm-template-color, #007c8f);
	font-weight: 600;
}
.bar-fixed-top .pm-lang-switcher__menu > li.lang-active > a:hover,
.bar-fixed-top .pm-lang-switcher__menu > li.lang-active > a:focus,
.bar-fixed-top .pm-lang-switcher__menu > li.lang-active > .pm-lang-switcher__option:hover,
.bar-fixed-top .pm-lang-switcher__menu > li.lang-active > .pm-lang-switcher__option:focus {
	background: var(--pm-template-color, #007c8f);
	color: #fff;
}
.bar-fixed-top .pm-lang-switcher > ul.lang-inline {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}
.bar-fixed-top .pm-lang-switcher > ul.lang-inline li {
	display: inline-block;
	margin: 0;
}
.bar-fixed-top .pm-lang-switcher > ul.lang-inline a {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.95);
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.bar-fixed-top .pm-lang-switcher > ul.lang-inline li.lang-active a {
	background: #fff;
	color: var(--pm-template-color, #007c8f);
	border-color: #fff;
}
.bar-fixed-top .pm-lang-switcher > ul.lang-inline a:hover,
.bar-fixed-top .pm-lang-switcher > ul.lang-inline a:focus {
	background: rgba(255, 255, 255, 0.24);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.4);
}
.bar-fixed-top .pm-lang-switcher > ul.lang-inline li.lang-active a:hover,
.bar-fixed-top .pm-lang-switcher > ul.lang-inline li.lang-active a:focus {
	background: #fff;
	color: var(--pm-template-color, #007c8f);
}
.bar-fixed-top .pm-lang-switcher .formulario-idioma {
	margin: 0;
}
.bar-fixed-top .pm-lang-switcher .formulario-idioma .chzn-container {
	min-width: 7.5rem;
	font-size: 12px;
}
.bar-fixed-top .pm-lang-switcher .chzn-single {
	height: 32px !important;
	line-height: 28px !important;
	padding: 0 28px 0 10px !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	color: rgba(255, 255, 255, 0.96) !important;
	background: rgba(255, 255, 255, 0.14) !important;
	border: 1px solid rgba(255, 255, 255, 0.28) !important;
	border-radius: 6px !important;
	box-shadow: none !important;
}
.bar-fixed-top .pm-lang-switcher .chzn-container-single .chzn-single div {
	top: 4px;
}
.bar-fixed-top .pm-lang-switcher .chzn-container .chzn-drop {
	border-radius: 8px;
	border: none;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}
.bar-fixed-top .pm-lang-switcher .chzn-container .chzn-results li.highlighted {
	background: var(--pm-template-color, #007c8f);
	color: #fff;
}
.bar-fixed-top .pm-lang-switcher .formulario-idioma select {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
@media (max-width: 767px) {
	.bar-fixed-top .pm-lang-switcher__label-full {
		display: none;
	}
	.bar-fixed-top .pm-lang-switcher__label-short {
		display: inline;
	}
	.bar-fixed-top .pm-lang-switcher__trigger {
		padding: 6px 8px;
		min-width: 44px;
		justify-content: center;
	}
	.bar-fixed-top .pm-lang-switcher__flag {
		display: none;
	}
	.bar-fixed-top [data-pm-lang-switcher].pm-lang-switcher--open .pm-lang-switcher__backdrop {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 1030;
		background: rgba(0, 0, 0, 0.35);
	}
	.bar-fixed-top [data-pm-lang-switcher].pm-lang-switcher--open .pm-lang-switcher__menu {
		display: block !important;
		position: fixed;
		left: 12px;
		right: 12px;
		top: calc(var(--pm-toolbar-height) + 8px);
		width: auto;
		min-width: 0;
		max-width: none;
		padding: 6px;
		border-radius: 12px;
		z-index: 1035;
	}
	.bar-fixed-top .pm-lang-switcher__menu > li > a {
		padding: 12px 14px;
		font-size: 15px;
	}
}

.bar-fixed-top + .container .header[role="banner"] {
	padding-top: var(--pm-toolbar-height);
}
.pm-toolbar-logo a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 9px;
	margin-right: 5px;
	line-height: 0;
}
.pm-toolbar-logo img {
	width: 35px;
	height: 35px;
	object-fit: contain;
	display: block;
}
.modal-backdrop {
	z-index: 1040;
}
div.modal.fade {
	z-index: 1050;
}
.show-cart li {
	display: flex;
}
.card {
	margin-bottom: 20px;
}
.card-img-top {
	width: 200px;
	height: 200px;
	align-self: center;
}
.modal .modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.25rem;
	border-bottom: 1px solid #eee;
}
.modal .modal-header .modal-title,
.modal .modal-header h2,
.modal .modal-header h3,
.modal .modal-header h4 {
	margin: 0;
	flex: 1;
}
.modal .modal-header .close {
	float: none;
	margin: 0 0 0 auto;
	padding: 0;
	opacity: 1;
	font-size: 1.5rem;
	line-height: 1;
	flex-shrink: 0;
}
.modal .modal-header .close:hover,
.modal .modal-header .close:focus {
	opacity: 0.75;
}
#direccion .modal-body {
	margin-top: 0px;
	margin-bottom: 0px;
}
#allergens .modal-body {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.75em;
}
img.img-aler {
	max-width: 30px;
	margin: 5px;
}
select {
	width: 80px;
	border-radius: 0px;
	margin-bottom: 0px;
	height: 35px;
	font-weight: bold;
	border: 0px solid #ccc;
	text-indent: 10px;
}
a.chzn-single {
	border: 0px solid #ccc;
}
.chzn-container-active.chzn-with-drop .chzn-single {
	border: 0px solid #ccc;
}
.chzn-container-single .chzn-single {
	border: 0px solid #ccc;
}
.chzn-container-single .chzn-single span {
	overflow: visible;
}
.chzn-single span {
	margin-top: 2px;
}
.btn {
	font-weight: bold;
	font-size: 13px;
	border: 0px solid #bbb;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.btn-group {
	font-weight: bold;
	font-size: 13px;
	border: 0px solid #bbb;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
}
.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
}
footer.footer {
	margin-top: 10px;
}
.btn-default {
	background-color: #fff;
}
#list .modal-body {
	margin-top: 0;
	margin-bottom: 0;
}
#list .pm-list-dialog {
	max-width: 640px;
	max-height: calc(100vh - 1rem);
	margin: 0.5rem auto;
}
#list .modal-content {
	position: relative;
	max-height: calc(100vh - 1rem);
	display: flex;
	flex-direction: column;
}
#list .pm-list-header {
	padding: 0.5rem 0.75rem;
	flex-shrink: 0;
}
#list .pm-list-header .modal-title {
	font-size: 1rem;
	line-height: 1.3;
}
#list .pm-list-modal-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	overflow: hidden;
	padding: 0.5rem 0.75rem;
}
#list .pm-list-cart-scroll {
	flex: 1 1 auto;
	min-height: 0;
	max-height: min(42vh, 320px);
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #eee;
}
#list .pm-list-bottom {
	flex-shrink: 0;
}
#list .pm-list-footer {
	padding: 0.4rem 0.75rem;
	flex-shrink: 0;
}
#list .show-cart {
	width: 100%;
}
#list .pm-list-item {
	padding: 0.45rem 0;
	border-bottom: 1px solid #f0f0f0;
}
#list .pm-list-item:last-child {
	border-bottom: none;
}
#list .pm-list-item-name {
	font-size: 0.8rem;
	line-height: 1.25;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.35rem;
	word-break: break-word;
}
#list .pm-list-item-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
}
#list .pm-list-item-price {
	font-size: 1rem;
	font-weight: bold;
	white-space: nowrap;
	min-width: 3rem;
	text-align: center;
}
#list .pm-list-item-qty {
	width: auto;
	max-width: 7.5rem;
	flex: 0 0 auto;
}
#list .pm-list-item-qty .form-control {
	width: 2.2rem;
	min-width: 2.2rem;
	height: 1.75rem;
	font-size: 0.85rem;
	padding: 0;
}
#list .pm-list-item-qty .btn {
	height: 1.75rem;
	padding: 0 0.45rem;
	font-size: 0.85rem;
	line-height: 1.75rem;
}
#list .pm-list-item-row .delete-item {
	padding: 0 0.5rem;
	height: 1.75rem;
	line-height: 1.75rem;
	font-size: 0.8rem;
}
#list .pm-list-item-total {
	font-size: 1rem;
	font-weight: bold;
	white-space: nowrap;
}
#list .pm-list-item-note-row {
	margin-top: 0.35rem;
	text-align: left;
}
#list .pm-list-item-note-label {
	display: block;
	font-size: 0.72rem;
	font-weight: 600;
	margin-bottom: 0.15rem;
	color: #666;
}
#list .pm-list-item-note {
	height: 1.85rem;
	font-size: 0.82rem;
	padding: 0.2rem 0.45rem;
}
#list .pm-list-empty {
	text-align: center;
	font-size: 0.9rem;
	color: #666;
	padding: 1rem 0.5rem;
	margin: 0;
}
#list .pm-list-totals {
	margin-top: 0.35rem;
	text-align: center;
}
#list .pm-list-total-row {
	font-size: 0.9rem;
	margin-bottom: 0.15rem;
	line-height: 1.3;
}
#list .pm-list-total-final {
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 0.25rem;
	margin-bottom: 0;
}
#list .pm-list-party-row {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	margin-top: 0.45rem;
	margin-bottom: 0;
}
#list .pm-list-party-qty {
	margin: 0 auto;
}
#list .pm-list-split-row,
#list .pm-list-comensales-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	font-size: 0.85rem;
	margin-top: 0.35rem;
	margin-bottom: 0;
}
#list .pm-list-split-row {
	font-weight: bold;
}
#list .pm-list-comensales-input {
	width: 2.2rem !important;
	min-width: 2.2rem;
	height: 1.75rem;
	display: inline-block;
	padding: 0;
	font-size: 0.85rem;
	text-align: center;
}
#list .pm-list-comensales-qty {
	width: auto;
	max-width: 7.5rem;
	flex: 0 0 auto;
}
#list .pm-list-tools {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.35rem;
	margin-top: 0.5rem;
}
#list .pm-list-tools .btn {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.25rem 0.45rem;
	font-size: 0.75rem;
	line-height: 1.2;
}
#list .pm-list-btn-icon,
.pm-list-toolbar-clear .pm-list-btn-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	flex-shrink: 0;
}
#list .pm-list-btn-icon svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
	display: block;
}
.pm-list-toolbar-clear .pm-list-btn-icon--outline svg {
	width: 1.125em;
	height: 1.125em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
	display: block;
}
#list .pm-list-disclaimer {
	font-size: 0.7rem;
	text-align: center;
	color: #888;
	margin: 0.35rem 0 0;
	line-height: 1.25;
}
#list .pm-list-module-text {
	font-size: 0.8rem;
	text-align: center;
	font-weight: bold;
	margin-top: 0.35rem;
	line-height: 1.25;
}
#pm-list-clear-confirm .pm-list-confirm-dialog {
	max-width: 420px;
}
.pm-list-clear-confirm-overlay {
	display: none;
	position: absolute;
	inset: 0;
	z-index: 30;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	background: rgba(0, 0, 0, 0.45);
}
.pm-list-clear-confirm-overlay.pm-list-clear-confirm-overlay--visible {
	display: flex;
}
.pm-list-clear-confirm-panel {
	width: 100%;
	max-width: 420px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.pm-list-clear-confirm-panel .pm-list-confirm-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.75rem 1rem;
	border-bottom: 1px solid #eee;
}
.pm-list-clear-confirm-panel .pm-list-confirm-title {
	margin: 0;
	font-size: 1rem;
	line-height: 1.3;
	flex: 1;
}
.pm-list-clear-confirm-panel .pm-list-confirm-header .close {
	float: none;
	margin: 0;
	padding: 0;
}
#pm-list-clear-confirm .pm-list-confirm-body,
.pm-list-clear-confirm-panel .pm-list-confirm-body {
	padding: 1rem 1.25rem 0.5rem;
}
#pm-list-clear-confirm .pm-list-confirm-message,
.pm-list-clear-confirm-panel .pm-list-confirm-message {
	margin: 0;
	font-size: 1rem;
	line-height: 1.45;
}
#pm-list-clear-confirm .pm-list-confirm-footer,
.pm-list-clear-confirm-panel .pm-list-confirm-footer {
	display: flex;
	justify-content: flex-end;
	gap: 0.5rem;
	padding: 0.5rem 1rem 1rem;
}
.pm-list-toast {
	position: fixed;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%) translateY(20px);
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 14px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 2000;
}
.pm-list-toast.pm-list-toast-visible {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}
.total-count.pm-list-pulse {
	animation: pm-list-pulse 0.6s ease;
}
@keyframes pm-list-pulse {
	0% { transform: scale(1); }
	50% { transform: scale(1.4); color: #F44336; }
	100% { transform: scale(1); }
}
.pm-list-fly {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	pointer-events: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #007bff;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.28);
	will-change: transform, opacity;
}
.pm-list-fly .fas {
	font-size: 12px;
	line-height: 1;
}
.add-to-cart.pm-list-tap {
	animation: pm-list-tap 0.35s ease;
}
@keyframes pm-list-tap {
	0% { transform: scale(1); }
	45% { transform: scale(0.82); }
	100% { transform: scale(1); }
}
[data-target="#list"].pm-list-landed {
	animation: pm-list-landed 0.45s ease;
}
@keyframes pm-list-landed {
	0% { transform: scale(1); }
	35% { transform: scale(1.06); box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.35); }
	100% { transform: scale(1); box-shadow: none; }
}
@media (prefers-reduced-motion: reduce) {
	.pm-list-fly,
	.add-to-cart.pm-list-tap,
	[data-target="#list"].pm-list-landed {
		animation: none !important;
	}
}
.pm-list-fly {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	pointer-events: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #007bff;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.28);
	will-change: transform, opacity;
}
.pm-list-fly .fas {
	font-size: 12px;
	line-height: 1;
}
.add-to-cart.pm-list-tap {
	animation: pm-list-tap 0.35s ease;
}
@keyframes pm-list-tap {
	0% { transform: scale(1); }
	45% { transform: scale(0.82); }
	100% { transform: scale(1); }
}
[data-target="#list"].pm-list-landed {
	animation: pm-list-landed 0.45s ease;
}
@keyframes pm-list-landed {
	0% { transform: scale(1); }
	35% { transform: scale(1.06); box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.35); }
	100% { transform: scale(1); box-shadow: none; }
}
@media (prefers-reduced-motion: reduce) {
	.pm-list-fly,
	.add-to-cart.pm-list-tap,
	[data-target="#list"].pm-list-landed {
		animation: none !important;
	}
}
@media print {
	.modal-backdrop,
	.bar-fixed-top,
	.bar-fixed-bottom,
	footer {
		display: none !important;
	}
}

.form-control {
	padding: 0rem 0rem;
	height: calc(2em + 0rem + 0px);
	font-size: 1rem;
	font-weight: bold;
	color: #F44336;
	border: 1px solid #ced4da;
	border-radius: 0rem;
	text-align: center;
}
a:link{text-decoration: none}

a:active{text-decoration: none}

a:visited{text-decoration: none}

a:hover{text-decoration: none}

h3#ventanaModalLabel {
	font-weight: bold;
}
#allergens .pm-allergens-legend-table {
	margin-bottom: 0;
}

#allergens .pm-allergens-legend-table td {
	padding: 8px;
	border-top: 1px solid #ddd;
	vertical-align: middle;
}

#allergens .pm-allergens-modal__intro {
	margin: 0 0 0.75em;
	line-height: 1.45;
	font-size: 0.95em;
}

#allergens .pm-allergens-modal__footnote {
	margin: 0;
	padding-top: 8px;
	border-top: 1px solid #ddd;
	font-size: 0.85em;
	line-height: 1.4;
	color: #666;
}

#my-info .pm-my-info-modal__header {
	position: relative;
	justify-content: center;
	padding: 1.25rem 3rem 1rem;
	border-bottom: 1px solid #eee;
}

#my-info .pm-my-info-modal__header .close {
	position: absolute;
	right: 1.25rem;
	top: 1rem;
	margin: 0;
}

#my-info .pm-my-info-modal__logo {
	display: block;
	width: 120px;
	max-width: 45vw;
	height: auto;
	margin: 0 auto;
}

#my-info .pm-my-info-modal__body {
	padding: 1.25rem 1.5rem 1rem;
	text-align: center;
}

#my-info .pm-my-info-modal__title {
	margin: 0 0 1rem;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.35;
}

#my-info .pm-my-info-modal__contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#my-info .pm-my-info-modal__contact-item + .pm-my-info-modal__contact-item {
	margin-top: 0.65rem;
}

#my-info .pm-my-info-modal__contact-label {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #666;
	margin-bottom: 0.15rem;
}

#my-info .pm-my-info-modal__contact-value {
	font-size: 1rem;
	font-weight: 600;
	word-break: break-word;
}

#my-info .pm-my-info-modal__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	padding: 1rem 1.25rem 1.25rem;
	border-top: 1px solid #eee;
}

#my-info .pm-my-info-modal__footer .btn {
	flex: 1 1 9rem;
	max-width: 100%;
	margin: 0;
	white-space: normal;
}
.btn-group + .btn-group {
	margin-left: 3px;
}
.modal-content {
	border-radius: 0rem;
}

/*div#productos {*/
/*padding: 0px 34px 15px 15px;*/
/*}*/

/*Alergenos*/
.product-allergens div.lupin {
	background-image: url(../images/allergens/icons/lupin.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.product-allergens div.celery {
	background-image: url(../images/allergens/icons/celery.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.product-allergens div.sulphites {
	background-image: url(../images/allergens/icons/sulphites.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.product-allergens div.peanuts {
	background-image: url(../images/allergens/icons/peanuts.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.product-allergens div.crustaceans {
	background-image: url(../images/allergens/icons/crustaceans.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.product-allergens div.tree-nuts {
	background-image: url(../images/allergens/icons/tree-nuts.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.product-allergens div.gluten {
	background-image: url(../images/allergens/icons/gluten.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.product-allergens div.eggs {
	background-image: url(../images/allergens/icons/eggs.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.product-allergens div.milk {
	background-image: url(../images/allergens/icons/milk.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.product-allergens div.molluscs {
	background-image: url(../images/allergens/icons/molluscs.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.product-allergens div.mustard {
	background-image: url(../images/allergens/icons/mustard.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.product-allergens div.fish {
	background-image: url(../images/allergens/icons/fish.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.product-allergens div.sesame {
	background-image: url(../images/allergens/icons/sesame.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.product-allergens div.soy {
	background-image: url(../images/allergens/icons/soy.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
/* End allergens */

.pm-product-list hr,
#productos hr {
	margin: 20px 0px 0px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 0px solid #fff;
}

.product-line.row,
.pm-product-card {
	scroll-margin-top: 5.5rem;
	scroll-margin-bottom: 1.5rem;
}
.product-line.row {
	align-items: flex-start;
}

/* Product row with thumbnail: fixed 4-column grid (thumb | info | price2 | price1). */
/* Primary price is always the rightmost column; secondary sits to its left. */
.pm-product-card {
	--pm-product-thumb: 4.5rem;
	--pm-product-price: 4.4rem;
	margin: 0;
	padding: 0.85rem 0.65rem 0.85rem 0.75rem;
	background: #fff;
}
.pm-product-card.row {
	display: block;
	margin-left: 0;
	margin-right: 0;
}
.pm-product-card__inner {
	display: grid;
	grid-template-columns:
		var(--pm-product-thumb)
		minmax(0, 1fr)
		var(--pm-product-price)
		var(--pm-product-price);
	column-gap: 0.55rem;
	align-items: start;
	width: 100%;
}
.pm-product-card__media {
	width: var(--pm-product-thumb);
	min-width: var(--pm-product-thumb);
	padding-top: 0;
	line-height: 0;
}
.pm-product-card__thumb {
	display: block;
	width: var(--pm-product-thumb);
	height: var(--pm-product-thumb);
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0.65rem;
	overflow: hidden;
	background: #f2f4f6;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	line-height: 0;
}
button.pm-product-card__thumb {
	cursor: pointer;
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}
button.pm-product-card__thumb:active {
	transform: scale(0.98);
}
button.pm-product-card__thumb:focus {
	outline: 2px solid var(--pm-template-color, #007c8f);
	outline-offset: 2px;
}
.pm-product-card__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pm-product-card__thumb--empty {
	visibility: hidden;
	pointer-events: none;
	box-shadow: none;
	background: transparent;
}
.pm-product-card__content,
.pm-product-card__content.info-product {
	min-width: 0;
	padding: 0 !important;
	text-transform: capitalize;
}
/* Cancel template h5 { margin: 9px 0 } so title lines up with thumb top. */
.pm-product-card__content .title-product {
	margin: 0;
	padding: 0;
}
.pm-product-card__content .title-product > h5 {
	margin: 0;
	padding: 0;
	line-height: 1.35;
}
.pm-product-card__content .pm-product-tags {
	margin-top: 0.3rem;
	margin-bottom: 0;
}
.pm-product-card__content .pm-product-heading {
	align-items: flex-start;
}
.pm-product-card__content .pm-product-title {
	font-size: 0.9375rem;
	line-height: 1.35;
	font-weight: 400;
	color: #2c3e50;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pm-product-card__content .pm-product-info-btn {
	margin-top: 0;
	width: 1.75rem;
	height: 1.75rem;
	min-width: 1.75rem;
}
.pm-product-card__content .pm-product-info-btn .fas {
	font-size: 1.15rem;
}
.pm-product-card__content .product-allergens {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.2rem;
	margin-top: 0.35rem;
	min-height: 0;
	overflow: visible;
}
.pm-product-card__content .product-allergens::after {
	display: none;
}
.pm-product-card__content .product-allergens > div[role='img'],
.pm-product-card__content .product-allergens > .pm-allergen-text {
	float: none !important;
	margin: 0 !important;
}
/* Fixed price columns (grid tracks); ignore Bootstrap .col-* widths. */
.pm-product-card.product-line .price1,
.pm-product-card.product-line .price2,
.product-line.pm-product-card .price1,
.product-line.pm-product-card .price2,
.pm-product-card .pm-product-card__price-slot {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: var(--pm-product-price) !important;
	max-width: var(--pm-product-price) !important;
	min-width: var(--pm-product-price) !important;
	flex: none !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
	box-sizing: border-box;
}
.pm-product-card__price-slot--empty {
	visibility: hidden;
	pointer-events: none;
	min-height: 1px;
}
.pm-product-card .price1 .pm-price-value,
.pm-product-card .price2 .pm-price-value {
	font-size: 1rem;
}
.pm-product-card.product-line .price1 .pm-price-calc,
.pm-product-card.product-line .price2 .pm-price-calc,
.pm-product-card .pm-product-card__price-slot .pm-price-calc {
	margin-top: 0.35rem;
	margin-bottom: 0;
}
.pm-product-card__hr {
	display: none;
}
.pm-product-list .pm-product-card + hr.pm-product-card__hr,
.pm-product-list .pm-product-card + hr {
	display: none;
}
.pm-product-list .pm-product-card {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pm-product-list .pm-product-card:last-child {
	border-bottom: 0;
}
@media (min-width: 768px) {
	.pm-product-card {
		--pm-product-thumb: 5.25rem;
		--pm-product-price: 4.6rem;
		padding: 0.9rem 0.85rem 0.9rem 1rem;
	}
	.pm-product-card__inner {
		column-gap: 0.75rem;
	}
	.pm-product-card__thumb {
		border-radius: 0.75rem;
	}
}
@media (max-width: 767px) {
	.pm-product-card {
		--pm-product-thumb: 4.25rem;
		--pm-product-price: 4.15rem;
		padding: 0.75rem 0.45rem 0.75rem 0.5rem;
	}
	.pm-product-card__inner {
		column-gap: 0.45rem;
	}
}
.pm-product-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.5rem;
}
.pm-product-title {
	flex: 1 1 auto;
	min-width: 0;
	font-weight: 400;
	color: #2c3e50;
}
a.pm-product-title {
	text-decoration: none;
}
a.pm-product-title:hover,
a.pm-product-title:focus {
	text-decoration: underline;
}
.color-title-product {
	color: #2c3e50;
}
.pm-product-info-btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin: -0.15rem -0.1rem 0 0;
	border-radius: 50%;
	color: #c62828;
	text-decoration: none;
}
.pm-product-info-btn .fas {
	font-size: 1rem;
	line-height: 1;
}
.pm-product-info-btn:hover,
.pm-product-info-btn:focus {
	color: #b71c1c;
	background: rgba(198, 40, 40, 0.08);
	outline: 2px solid rgba(198, 40, 40, 0.45);
	outline-offset: 2px;
	text-decoration: none;
}
.pm-product-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem;
	margin-bottom: 0.35rem;
}
/* Chef suggestion uses the same tag badge style as the rest (no uppercase). */
.pm-product-featured-badge {
	display: inline-block;
	padding: 0.12rem 0.55rem;
	font-size: 0.62rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.03em;
	border-radius: 999px;
	color: #00695c;
	background: rgba(0, 105, 92, 0.14);
}
.pm-product-modal-content {
	text-align: left;
	overflow: hidden;
}
.pm-product-modal-body {
	text-align: left;
	padding: 0;
}
.pm-product-modal-hero {
	margin: 0;
	background: #f3f0ea;
}
.pm-product-modal-hero__img {
	display: block;
	width: 100%;
	height: auto;
	max-height: min(42vh, 280px);
	object-fit: cover;
	object-position: center;
}
.pm-product-modal-main {
	padding: 0.85rem 1rem 1rem;
}
.pm-product-modal-category {
	margin: 0 0 0.55rem;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.3;
	color: #6b7280;
}
.pm-product-modal-description {
	display: block;
	width: 100%;
	margin: 0 0 0.85rem;
	padding: 0;
	font-size: 0.95rem;
	line-height: 1.45;
	text-align: left;
	color: #2c3e50;
}
.pm-product-modal-description:empty {
	display: none;
	margin: 0;
	padding: 0;
}
.pm-product-modal-allergens {
	margin: 0 0 0.85rem;
	min-height: 0;
	overflow: visible;
}
.pm-product-modal-allergens::after {
	display: none;
}
.pm-product-modal-allergens__title {
	margin: 0 0 0.4rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #6b7280;
}
.pm-product-modal-allergens__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pm-product-modal-allergens__item {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.82rem;
	line-height: 1.2;
	color: #374151;
}
.pm-product-modal-allergens__item > div[role='img'],
.pm-product-modal-allergens__item > .pm-allergen-text {
	float: none !important;
	margin: 0 !important;
	flex-shrink: 0;
}
.pm-product-modal-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
	margin: 0 0 0.75rem;
}
.pm-product-modal-meta .pm-product-tags {
	justify-content: flex-start;
	margin-bottom: 0;
}
.pm-product-modal-prices {
	margin-top: 0.25rem;
}
.pm-product-modal-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.75rem 1rem;
	border-top: 1px solid #ece7df;
	background: #faf9f7;
}
.pm-product-modal-footer__price {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	min-width: 0;
}
.pm-product-modal-footer__label {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #6b7280;
}
.pm-product-modal-footer__amount {
	font-size: 1.15rem;
	line-height: 1.2;
	color: #1f2937;
}
.pm-product-modal-add {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	flex-shrink: 0;
	margin: 0;
	white-space: nowrap;
}
.pm-product-modal-add .fa-calculator {
	font-size: 0.9em;
}
.pm-product-tag-badge {
	display: inline-block;
	padding: 0.12rem 0.55rem;
	font-size: 0.62rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.03em;
	border-radius: 999px;
	color: #00838f;
	background: rgba(0, 131, 143, 0.14);
}
.pm-product-tag-badge--0 {
	color: #2e7d32;
	background: rgba(46, 125, 50, 0.14);
}
.pm-product-tag-badge--1 {
	color: #1565c0;
	background: rgba(21, 101, 192, 0.14);
}
.pm-product-tag-badge--2 {
	color: #6a1b9a;
	background: rgba(106, 27, 154, 0.14);
}
.pm-product-tag-badge--3 {
	color: #c62828;
	background: rgba(198, 40, 40, 0.14);
}
.pm-product-tag-badge--4 {
	color: #ef6c00;
	background: rgba(239, 108, 0, 0.14);
}
.pm-product-tag-badge--5 {
	color: #00838f;
	background: rgba(0, 131, 143, 0.14);
}
.pm-product-tag-badge--6 {
	color: #4e342e;
	background: rgba(78, 52, 46, 0.14);
}
.pm-product-tag-badge--7 {
	color: #ad1457;
	background: rgba(173, 20, 87, 0.14);
}
.pm-product-tag-badge--8 {
	color: #558b2f;
	background: rgba(85, 139, 47, 0.14);
}
.pm-product-tag-badge--9 {
	color: #4527a0;
	background: rgba(69, 39, 160, 0.14);
}
.pm-product-tag-badge--10 {
	color: #827717;
	background: rgba(130, 119, 23, 0.14);
}
.pm-product-tag-badge--11 {
	color: #00695c;
	background: rgba(0, 105, 92, 0.14);
}
.pm-category-empty {
	padding: 1rem 0.75rem 1.25rem;
	text-align: center;
}
.pm-category-empty__skeleton {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	max-width: 280px;
	margin: 0 auto 0.85rem;
	opacity: 0.55;
}
.pm-category-empty__line {
	display: block;
	height: 0.72rem;
	border-radius: 999px;
	background: linear-gradient(90deg, #ececec 0%, #f7f7f7 45%, #ececec 90%);
	background-size: 200% 100%;
	animation: pm-category-empty-shimmer 1.4s ease-in-out infinite;
}
.pm-category-empty__line--title {
	width: 78%;
	align-self: flex-start;
}
.pm-category-empty__line--price {
	width: 28%;
	align-self: flex-end;
}
.pm-category-empty__text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.45;
	color: #666;
}
@keyframes pm-category-empty-shimmer {
	0% { background-position: 100% 0; }
	100% { background-position: -100% 0; }
}
@media (prefers-reduced-motion: reduce) {
	.pm-category-empty__line {
		animation: none;
		background: #ececec;
	}
}
.product-line .price1,
.product-line .price2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	align-self: flex-start;
	padding-top: 0.85rem;
	text-align: center;
}
.product-line.pm-product-card .price1,
.product-line.pm-product-card .price2 {
	padding-top: 0;
}
.product-line .price1 p,
.product-line .price2 p {
	margin: 0;
	text-align: center;
	line-height: 1.25;
}
.product-line .price1 .price-type1,
.product-line .price2 .price-type2,
.product-line .price1 [class*="price-type"],
.product-line .price2 [class*="price-type"] {
	margin-top: 0.15rem;
}
.product-line .price1 .pm-price-calc,
.product-line .price2 .pm-price-calc {
	margin-top: 0.45rem;
	margin-bottom: 0;
	overflow: visible;
	width: auto;
	align-self: center;
}
.product-line .price1 .pm-price-calc .add-to-cart,
.product-line .price2 .pm-price-calc .add-to-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	padding: 0;
	border-radius: 50%;
	box-sizing: border-box;
}
.product-line .price1 .pm-price-calc .add-to-cart .fas,
.product-line .price2 .pm-price-calc .add-to-cart .fas {
	font-size: 0.8rem;
	line-height: 1;
}
.pm-list-add-wrap {
	margin: 10px 0 0 0;
	overflow: visible;
}

.pm-product-list,
div#productos {
	margin-top: -4px;
	margin-bottom: 0;
	padding: 0;
}

.price1, .price2 {
	padding: 0px 10px 0px 0px;
}
/* Primary buttons use header color (restored after template refactor) */
body.site .btn-primary,
body.site .btn-primary:hover,
body.site .btn-primary:focus,
body.site .btn-primary:active,
body.site .btn-primary:not(:disabled):not(.disabled):active,
body.site .btn-primary:not(:disabled):not(.disabled).active {
	background-color: var(--pm-template-color, #007c8f);
	border-color: var(--pm-template-color, #007c8f);
}
body.site .btn-primary:hover,
body.site .btn-primary:focus {
	filter: brightness(0.92);
}
.add-to-cart {
	border-radius: 50%;
	padding: 0.15rem .40rem;
	position: relative;
}
.add-to-cart.pm-list-in-cart {
	background-color: #218838 !important;
	border-color: #1e7e34 !important;
	box-shadow: 0 0 0 2px rgba(33, 136, 56, 0.45);
}
.pm-list-wrap-in-cart .add-to-cart {
	transform: scale(1.05);
}
.pm-list-add-wrap.pm-list-wrap-in-cart {
	overflow: visible;
}
.pm-list-cart-badge {
	position: absolute;
	top: -7px;
	right: -7px;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	font-size: 10px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
	background: #F44336;
	color: #fff;
	border-radius: 999px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	pointer-events: none;
}
.total-count {
	font-weight: 700;
	white-space: nowrap;
}
.pm-list-toolbar-btn .pm-list-toolbar-icon {
	margin-right: 0.35rem;
}
.pm-list-toolbar-btn .pm-list-toolbar-label,
.pm-list-toolbar-btn .pm-list-toolbar-arrow {
	white-space: nowrap;
	font-weight: 400;
}
.pm-list-toolbar-btn .pm-list-toolbar-label {
	margin-right: 0.35rem;
}
.pm-list-toolbar-btn .pm-list-toolbar-arrow {
	display: none;
	margin-right: 0.35rem;
}
.pm-list-toolbar-btn.pm-list-toolbar-has-items .pm-list-toolbar-arrow {
	display: inline;
}
.pm-list-toolbar-btn.pm-list-toolbar-has-items .pm-list-toolbar-icon {
	color: #218838;
}
.pm-list-toolbar-btn.pm-list-toolbar-has-items {
	box-shadow: inset 0 0 0 1px rgba(33, 136, 56, 0.45);
}
@media (max-width: 767px) {
	.pm-list-toolbar-btn.pm-list-toolbar-has-items {
		padding: 8px 6px !important;
	}
	.pm-list-toolbar-btn.pm-list-toolbar-has-items .pm-list-toolbar-label,
	.pm-list-toolbar-btn.pm-list-toolbar-has-items .pm-list-toolbar-arrow {
		display: none;
	}
	.pm-list-toolbar-btn.pm-list-toolbar-has-items .total-count {
		margin-left: 0.35rem;
		font-size: 0.92rem;
	}
}
.info-product {
	padding: 0 15px 0 25px;
	text-transform: capitalize;
}
@media (max-width: 767px) {
	/*.info-product {*/
	/*padding: 0px 0px 0px 10px;*/
	/*}*/
	.pm-product-list hr,
	#productos hr {
		margin: 15px 0px 0px 0px;
	}
}
h5 {
	font-size: 16px;
	line-height: 17px;
	font-weight: inherit;
}
div.menu-price {
	color: red;
	font-size: 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
div.menu-price h3 {
	font-size: 1rem;
	margin: 0 0 0.35em 0;
}
div.menu-price .menu-price-amount {
	display: block;
	line-height: 1.1;
	margin: 0;
}
div.menu-price > p,
div.menu-price > .pm-list-add-wrap {
	display: block;
	margin: 0.65em 0 0 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1;
	overflow: visible;
}
div.menu-price .pm-list-add-wrap .add-to-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	padding: 0;
	border-radius: 50%;
	box-sizing: border-box;
}
div.menu-price .pm-list-add-wrap .add-to-cart .fas {
	font-size: 0.8rem;
	line-height: 1;
}
.col-2 {
	-ms-flex: 0 0 15.2%;
	flex: 0 0 16%;
}
.site-title {
	line-height: 54px;
}

@media (min-width: 1200px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: auto;
	}
}

b, strong {
	font-size: 16px;
}

/* Asistente IA de carta */
.pm-ai-modal-dialog {
	max-width: 640px;
}
.pm-ai-modal-content {
	border: 0;
}
.pm-ai-modal-header .modal-title {
	font-weight: bold;
	margin: 0;
	font-size: 1.25rem;
}
.pm-ai-modal-body {
	padding: 0;
	display: flex;
	flex-direction: column;
	min-height: 360px;
	max-height: 70vh;
}
.pm-ai-modal-body > .pm-ai-assistant {
	flex: 1;
	min-height: 0;
}
.pm-ai-chat-messages {
	flex: 1;
	overflow-y: auto;
	padding: 1rem 1.25rem;
	background: #f8f9fa;
}
.pm-ai-message {
	display: flex;
	gap: 0.65rem;
	margin-bottom: 0.85rem;
	align-items: flex-start;
}
.pm-ai-message-user {
	flex-direction: row-reverse;
}
.bar-fixed-top .header-search .pm-list-toolbar-btn,
.bar-fixed-top .header-search .pm-ai-toolbar-btn,
.bar-fixed-top .header-search .pm-list-toolbar-clear {
	padding: 8px 10px !important;
	margin-right: 5px;
	min-height: 38px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.bar-fixed-top .header-search .pm-list-toolbar-btn {
	margin-right: 2px;
}
.pm-ai-toolbar-btn {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	z-index: 0;
	gap: 0.35rem;
	border-color: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background-color: #fff !important;
	color: #333;
}
.pm-ai-toolbar-btn::before {
	content: '';
	position: absolute;
	inset: -150%;
	background: conic-gradient(
		from 0deg,
		transparent 0deg 288deg,
		rgba(59, 130, 246, 0.15) 300deg,
		#60a5fa 318deg,
		#2563eb 336deg,
		rgba(59, 130, 246, 0.15) 348deg,
		transparent 360deg
	);
	animation: pm-ai-border-glow 2.6s linear infinite;
	z-index: -2;
}
.pm-ai-toolbar-btn::after {
	content: '';
	position: absolute;
	inset: 2px;
	background: #fff;
	border-radius: 0;
	z-index: -1;
}
.pm-ai-toolbar-btn:hover,
.pm-ai-toolbar-btn:focus {
	border-color: transparent !important;
	box-shadow: none !important;
	background-color: #fff !important;
	color: #1d4ed8;
	outline: none;
}
.pm-ai-toolbar-btn:hover::before,
.pm-ai-toolbar-btn:focus::before {
	animation-duration: 1.75s;
}
.pm-ai-toolbar-btn:focus-visible {
	outline: 2px solid rgba(37, 99, 235, 0.45);
	outline-offset: 1px;
}
@keyframes pm-ai-border-glow {
	to {
		transform: rotate(360deg);
	}
}
@media (prefers-reduced-motion: reduce) {
	.pm-ai-toolbar-btn::before {
		animation: none;
		opacity: 0;
	}
}
.pm-ai-btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	line-height: 0;
	position: relative;
	z-index: 1;
	color: #2563eb;
}
.pm-ai-btn-icon svg {
	width: 1.125em;
	height: 1.125em;
}
.pm-ai-btn-label {
	display: inline-block;
	font-weight: 400;
	font-size: inherit;
	letter-spacing: 0.01em;
	line-height: inherit;
	position: relative;
	z-index: 1;
	color: inherit;
	white-space: nowrap;
}
@media (max-width: 360px) {
	.pm-ai-btn-label {
		display: none;
	}
	.bar-fixed-top .header-search .pm-ai-toolbar-btn {
		min-width: 38px;
		padding-left: 9px !important;
		padding-right: 9px !important;
	}
}
.pm-ai-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #2c3e50;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	border-radius: 4px;
	vertical-align: middle;
}
.pm-ai-badge-lg {
	width: 28px;
	height: 28px;
	font-size: 11px;
	margin-right: 0.5rem;
}
.pm-ai-avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}
.pm-ai-avatar-assistant {
	background: #2c3e50;
}
.pm-ai-avatar-user {
	background: #0088cc;
	position: relative;
}
.pm-ai-avatar-user::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	background: #fff;
	border-radius: 50%;
}
.pm-ai-avatar-user::after {
	content: '';
	position: absolute;
	bottom: 6px;
	left: 50%;
	width: 18px;
	height: 9px;
	margin-left: -9px;
	background: #fff;
	border-radius: 9px 9px 0 0;
}
.pm-ai-send-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}
.pm-ai-send-icon svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
	display: block;
}
.pm-ai-info-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	border: 1.5px solid currentColor;
	border-radius: 50%;
	font-size: 10px;
	font-weight: 700;
	font-style: italic;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1;
	vertical-align: -0.1em;
	margin-right: 0.35em;
}
.pm-ai-message-user .pm-ai-avatar-user {
	background: #0088cc;
}
.pm-ai-message-bubble {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 0.75rem 0.9rem;
	max-width: 82%;
	line-height: 1.45;
	font-size: 15px;
}
.pm-ai-message-user .pm-ai-message-bubble {
	background: #0088cc;
	color: #fff;
	border-color: #0088cc;
}
.pm-ai-suggestions {
	padding: 0.75rem 1.25rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.pm-ai-suggestion {
	border-radius: 999px !important;
	font-size: 12px !important;
	font-weight: normal !important;
	white-space: normal;
	text-align: left;
}
.pm-ai-nav-link {
	display: inline-block;
	margin: 0.35rem 0.25rem 0 0;
	border-radius: 999px !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.25;
	vertical-align: middle;
}
.pm-ai-message-assistant .pm-ai-message-bubble .pm-ai-nav-link {
	background-color: var(--pm-template-color, #007c8f);
	border-color: var(--pm-template-color, #007c8f);
}
.pm-ai-message-user .pm-ai-message-bubble .pm-ai-nav-link {
	background-color: #fff;
	color: var(--pm-template-color, #007c8f);
	border-color: #fff;
}
.pm-ai-disclaimer {
	padding: 0.65rem 1.25rem;
	font-size: 12px;
	color: #6c757d;
	border-top: 1px solid #eee;
	background: #fff;
}
.pm-ai-chat-compose {
	padding: 0.75rem 1.25rem;
	border-top: 1px solid #eee;
	background: #fff;
}
.pm-ai-modal-footer {
	border-top: 1px solid #eee;
	padding: 0.75rem 1.25rem 1rem;
	background: #fff;
	text-align: right;
}
.pm-ai-chat-form {
	display: flex;
	gap: 0.5rem;
	width: 100%;
	margin: 0;
}
.pm-ai-chat-input {
	flex: 1;
	text-align: left !important;
	color: #2c3e50 !important;
	padding: 0.5rem 0.75rem !important;
	height: auto !important;
	border-radius: 0 !important;
}
.pm-ai-chat-mic,
.pm-ai-chat-send {
	border-radius: 0 !important;
	min-width: 48px;
	padding: 0.5rem 0.75rem !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.pm-ai-chat-mic.pm-ai-chat-mic-active {
	background: #dc3545 !important;
	border-color: #dc3545 !important;
	color: #fff !important;
}
.pm-ai-mic-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}
.pm-ai-mic-icon svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
	display: block;
}
.pm-ai-chat-mic.pm-ai-chat-mic-active .pm-ai-mic-icon svg {
	animation: pm-ai-mic-pulse 1.2s infinite ease-in-out;
}
@keyframes pm-ai-mic-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.55; }
}
.pm-ai-dots span {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 2px;
	background: #adb5bd;
	border-radius: 50%;
	animation: pm-ai-bounce 1.2s infinite ease-in-out;
}
.pm-ai-dots span:nth-child(2) {
	animation-delay: 0.15s;
}
.pm-ai-dots span:nth-child(3) {
	animation-delay: 0.3s;
}
@keyframes pm-ai-bounce {
	0%, 80%, 100% { transform: scale(0.6); opacity: 0.5; }
	40% { transform: scale(1); opacity: 1; }
}

/* AI assistant tabs: chat + recommender */
.pm-ai-assistant {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
	height: 100%;
}
.pm-ai-tabs {
	display: flex;
	gap: 0;
	border-bottom: 1px solid #dee2e6;
	background: #fff;
	flex-shrink: 0;
}
.pm-ai-tab {
	flex: 1;
	border: 0;
	border-bottom: 2px solid transparent;
	background: transparent;
	padding: 0.7rem 0.75rem;
	font-size: 0.9rem;
	font-weight: 500;
	color: #6c757d;
	cursor: pointer;
}
.pm-ai-tab:hover {
	color: #333;
	background: #f8f9fa;
}
.pm-ai-tab--active {
	color: #2563eb;
	border-bottom-color: #2563eb;
}
.pm-ai-assistant__panel {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
	overflow: hidden;
}
.pm-ai-assistant__panel[hidden] {
	display: none !important;
}
.pm-ai-assistant__panel--recommend {
	overflow-y: auto;
	background: #f8f9fa;
	padding: 1rem 1.25rem 1.25rem;
}
.pm-ai-recommend__intro {
	margin: 0 0 0.85rem;
	font-size: 0.9rem;
	color: #6c757d;
	line-height: 1.4;
}
.pm-ai-recommend__form {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}
.pm-ai-recommend__field {
	margin: 0;
}
.pm-ai-recommend__field span {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	margin-bottom: 0.3rem;
	color: #495057;
}
.pm-ai-recommend__filters {
	margin: 0;
	padding: 0;
	border: 0;
}
.pm-ai-recommend__filters legend {
	font-size: 0.8rem;
	font-weight: 600;
	margin-bottom: 0.45rem;
	color: #495057;
}
.pm-ai-recommend__options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.3rem;
}
.pm-ai-recommend__filter {
	display: flex;
	align-items: center;
	gap: 0.3rem;
	margin: 0;
	padding: 0.22rem 0.35rem;
	border: 1px solid #dee2e6;
	border-radius: 3px;
	background: #fff;
	cursor: pointer;
	font-size: 0.68rem;
	line-height: 1.15;
	color: #333;
	font-weight: 400;
	min-width: 0;
}
.pm-ai-recommend__filter input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.pm-ai-recommend__filter .img-aler {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}
.pm-ai-recommend__filter-label {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-width: 0;
}
.pm-ai-recommend__filter--on {
	border-color: #2563eb;
	background: #eff6ff;
	box-shadow: inset 0 0 0 1px #2563eb;
}
.pm-ai-recommend__submit {
	align-self: flex-end;
}
.pm-ai-recommend__results {
	margin-top: 1rem;
}
.pm-ai-recommend__empty {
	margin: 0;
	color: #6c757d;
	font-size: 0.9rem;
}
.pm-ai-recommend__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}
.pm-ai-recommend__item {
	background: #fff;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	padding: 0.75rem 0.85rem;
}
.pm-ai-recommend__item-header {
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
	align-items: baseline;
}
.pm-ai-recommend__name {
	font-weight: 600;
	color: #212529;
	text-align: left;
}
.pm-ai-recommend__name--link {
	border: 0;
	background: none;
	padding: 0;
	cursor: pointer;
	color: #2563eb;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.pm-ai-recommend__price {
	font-weight: 600;
	white-space: nowrap;
	color: #495057;
}
.pm-ai-recommend__desc {
	margin: 0.35rem 0 0;
	font-size: 0.85rem;
	color: #6c757d;
	line-height: 1.35;
}
.pm-ai-recommend__allergens {
	margin-top: 0.4rem;
}
.pm-ai-recommend__affinity {
	margin: 0.4rem 0 0;
	font-size: 0.75rem;
	color: #6c757d;
}

@media (max-width: 767px) {
	.pm-ai-modal-body {
		min-height: 300px;
		max-height: 65vh;
	}
	.pm-ai-message-bubble {
		max-width: 88%;
	}
	.pm-ai-recommend__options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.25rem;
	}
	.pm-ai-recommend__filter {
		font-size: 0.65rem;
		padding: 0.18rem 0.3rem;
	}
	.pm-ai-recommend__filter .img-aler {
		width: 14px;
		height: 14px;
	}
	.pm-ai-tab {
		font-size: 0.82rem;
		padding: 0.65rem 0.4rem;
	}
}

/* Toolbar and header */
.pm-toolbar-container {
	padding: 0;
	background-color: var(--pm-template-color, #007c8f);
}
.bar-fixed-top .header-search {
	background-color: var(--pm-template-color, #007c8f);
}
.pm-toolbar-btn {
	padding: 8px 10px;
	font-weight: 100;
}
.pm-toolbar-tripadvisor-btn svg {
	width: 1.1em;
	height: 1.1em;
	vertical-align: -0.15em;
}
.pm-list-toolbar-arrow {
	font-size: smaller;
}
.pm-header-logo-img {
	text-decoration: none;
	cursor: default;
	max-height: 150px;
	margin: auto;
	display: block;
}
.pm-header-site-title {
	font-size: 40px;
	color: var(--pm-acordeon-cat-color, #00b1cc);
	background: #fff;
	text-shadow: 2px 2px 0 #fff, 5px 4px 0 rgba(0, 0, 0, 0.15);
}
.pm-category-header-image {
	display: block;
	margin: 0 auto;
	margin-top: -4px;
	padding-top: 4px;
}
.pm-category-header-rule {
	margin: 4px 0;
}
.pm-category-header-alt {
	text-align: center;
	margin-top: -4px;
	padding-top: 11px;
}
.pm-price-type {
	font-size: 11px;
}
.pm-price-info-icon {
	color: red;
}
.pm-product-list {
	margin-top: -4px;
	margin-bottom: 0;
	padding: 0;
}