/* Copia locale di https://preview.monforte.it/ordine-vito_css.css */

/* ------------------------------------------------------------------------------------------------------------------ INIZIO FONT */

/* Icone bootstrap */
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css');

/* METRIC Thin */
@font-face {
 font-family: 'Metric';
 src: url('https://svr.appcenter.it/wp-content/uploads/fonts/metric/Metric-Thin.otf') format('opentype');
 font-weight: 100;
 font-style: normal;
 font-display: swap;
}

/* METRIC Light */
@font-face {
 font-family: 'Metric';
 src: url('https://svr.appcenter.it/wp-content/uploads/fonts/metric/Metric-Light.otf') format('opentype');
 font-weight: 300;
 font-style: normal;
 font-display: swap;
}

/* METRIC Light Italic */
@font-face {
 font-family: 'Metric';
 src: url('https://svr.appcenter.it/wp-content/uploads/fonts/metric/Metric-LightItalic.otf') format('opentype');
 font-weight: 300;
 font-style: italic;
 font-display: swap;
}

/* METRIC Regular */
@font-face {
 font-family: 'Metric';
 src: url('https://svr.appcenter.it/wp-content/uploads/fonts/metric/Metric-Regular.otf') format('opentype');
 font-weight: 400;
 font-style: normal;
 font-display: swap;
}

/* METRIC Medium */
@font-face {
 font-family: 'Metric';
 src: url('https://svr.appcenter.it/wp-content/uploads/fonts/metric/Metric-Medium.otf') format('opentype');
 font-weight: 500;
 font-style: normal;
 font-display: swap;
}

/* METRIC Semibold */
@font-face {
 font-family: 'Metric';
 src: url('https://svr.appcenter.it/wp-content/uploads/fonts/metric/Metric-Semibold.otf') format('opentype');
 font-weight: 600;
 font-style: normal;
 font-display: swap;
}

/* METRIC Bold */
@font-face {
 font-family: 'Metric';
 src: url('https://svr.appcenter.it/wp-content/uploads/fonts/metric/Metric-Bold.otf') format('opentype');
 font-weight: 700;
 font-style: normal;
 font-display: swap;
}

/* Brownhill Script */
@font-face {
 font-family: 'Brownhill Script';
 src: url('https://svr.appcenter.it/wp-content/uploads/fonts/brownhill/BrownhillScript.woff') format('woff'),
 url('https://svr.appcenter.it/wp-content/uploads/fonts/brownhill/Brownhill Script.otf') format('opentype'),
 url('https://svr.appcenter.it/wp-content/uploads/fonts/brownhill/BrownhillScript.otf') format('opentype');
 font-weight: 400;
 font-style: normal;
 font-display: swap;
}
/* ------------------------------------------------------------------------------------------------------------------ FINE FONT */

/* ------------------------------------------------------------------------------------------------------------------ INIZIO ROOT */
:root {
 --font-primary: 'Metric', sans-serif;
 --font-secondary: 'Brownhill Script', cursive;
 --colore-testo: #4B4B4B;
 --colore-bianco: #FFFFFF;
 --colore-nero: #000000;
 --colore-grigioscuro: #4B4B4B;
 --colore-rosa: #FCECED;
 --colore-rosa-medio: #eb627e; /* #EB627E */
 --colore-rosascuro: #eb627e; /* #E34A6B */
 --colore-viola: #784995;
 --colore-gialloscuro: #F4B223;
 --colore-azzurrino: #94C1DB;
}
/* ------------------------------------------------------------------------------------------------------------------ FINE ROOT */

/* ------------------------------------------------------------------------------------------------------------------ INIZIO STRUTTURALI IMPORTANTI */
body, a, h1, h2, h3, h4, h5, h6, p {
 font-family: var(--font-primary), sans-serif !important;
 color: var(--colore-testo);
}

body:not(#boxed_layout), body:not(#boxed_layout) #main, section.page_content {
 background-color: var(--colore-rosa) !important;
}

.msg-success {
 background: url(https://svr.appcenter.it/wp-content/uploads/2026/03/sfondo-ordina-1.png);
 color: #fff;
 background-size: 100% 100%;
 background-repeat: no-repeat;
 font-family: var(--font-primary), sans-serif !important;
 font-size: 13px;
 margin-top: -13px;
 height: 100%;
 text-align: center;
}

.msg-warn {
 background: url(https://svr.appcenter.it/wp-content/uploads/2026/03/sfondo-ordina-1.png);
 color: #fff;
 background-size: 100% 100%;
 background-repeat: no-repeat;
 font-family: var(--font-primary), sans-serif !important;
 font-size: 20px;
 line-height: 20px;
 margin-top: -13px;
 padding: 40px 40px;
 height: 100%;
 text-align: center;
}
a {
 color: var(--colore-rosascuro) !important;
}
.btn-icon {
 background: none;
 border: none;
 cursor: pointer;
 font-size: 25px;
 padding: 0px 8px;
 border-radius: 0;
 opacity: 1;
 transition: opacity 0.15s;
}
/* ------------------------------------------------------------------------------------------------------------------ FINE STRUTTURALI IMPORTANTI */

/* ------------------------------------------------------------------------------------------------------------------ INIZIO HEADER */
.header:before {
 content: '';
 margin-bottom: 30px;
 background: url(https://svr.appcenter.it/wp-content/uploads/2025/12/svr_pink.svg);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center;
 height: 60px;
 width: 100%;
 display: block;
}

.header h1 {
 font-size: 50px;
 font-weight: 400;
 font-family: var(--font-secondary), sans-serif !important;
 color: var(--colore-grigioscuro);
 margin-top: -26px;
 margin-bottom: -50px;
}

.header h1:after {
 content: 'VITO';
 display: block;
 font-family: var(--font-primary), sans-serif !important;
 margin-top: -32px;
 font-weight: 600;
}

.header .date {
 background: url(https://svr.appcenter.it/wp-content/uploads/2026/03/sfondo-ordina-1.png);
 color: #fff;
 background-size: 100% 100%;
 background-repeat: no-repeat;
 font-family: var(--font-primary), sans-serif !important;
 font-size: 15px;
 line-height: 10px;
 padding: 10px 10px 6px 10px;
 height: 100%;
 text-align: center;
 width: 40%;
 margin: auto;
 margin-top: 28px;
 margin-bottom: 40px;
 max-width: 130px;
}

.header .user-info {
 font-size: 16px;
 color: var(--gray-500);
 margin-top: 8px;
}
/* ------------------------------------------------------------------------------------------------------------------ FINE HEADER */

/* ------------------------------------------------------------------------------------------------------------------ INIZIO CORPO PAGINA */
.form-group input {
 width: 100%;
 padding: 20px 10px 15px 10px;
 border: 0;
 border-bottom: 2px solid var(--colore-rosascuro);
 border-radius: 0;
 font-size: 20px;
 outline: none;
 transition: border-color 0.15s;
 font-family: var(--font-primary), sans-serif !important;
}

.form-group label {
 display: block;
 font-size: 18px;
 font-weight: 400;
 color: var(--colore-rosa-medio);
 margin-bottom: 0px;
 font-family: var(--font-primary), sans-serif !important;
}

.form-group input:focus {
 border: none !important;
 box-shadow: none !important;
 border-bottom: 2px solid var(--colore-viola) !important;
}

.card {
 background: #ffffff00;
 border-radius: 0 !important;
 box-shadow: none !important;
 padding: 24px 30px;
 margin-bottom: 0;
}

/* Keep dashboard cards transparent, but force solid surface for settings modal panel. */
.admin-lightbox__panel.card {
 background: var(--colore-bianco) !important;
}

.card h2 {
 font-size: 25px;
 margin-top: 20px;
 margin-bottom: 5px;
 color: var(--colore-rosa-medio);
 text-align: center;
}

.btn-primary {
 background: url(https://svr.appcenter.it/wp-content/uploads/2026/03/sfondo-ordina-1.png);
 color: #fff;
 background-size: 100% 100%;
 background-repeat: no-repeat;
 font-family: var(--font-primary), sans-serif !important;
 font-size: 20px;
 margin: auto;
 display: block;
 margin-top: 20px;
 height: 100%;
 text-align: center;
 max-width: 280px !important;
}
.btn-primary:hover:not(:disabled) {
 filter: grayscale(1) !important;
 background: url(https://svr.appcenter.it/wp-content/uploads/2026/03/sfondo-ordina-1.png);
 color: #fff;
 background-size: 100% 100%;
 background-repeat: no-repeat;
 font-family: var(--font-primary), sans-serif !important;
 font-size: 20px;
 margin-top: 20px;
 height: 100%;
 text-align: center;
}

button#loginBtn {
 padding: 14px 0 11px 0;
}

.btn-link {
 background: none;
 color: var(--colore-rosa-medio);
 font-size: 0.875rem;
 font-weight: 600;
 text-decoration: underline;
 border: none;
 cursor: pointer;
 padding: 8px 10px;
 width: auto;
}
.stat-row {
 display: flex;
 gap: 20px;
 margin: 0 auto 16px auto !important;
 width: fit-content;
}
.stat-card {
 flex: 1;
 background: #ffdddf;
 border-radius: 8px;
 padding: 12px;
 text-align: center;
 min-width: 160px;
 max-width: 240px;
}
.stat-card .num {
 font-size: 38px;
 line-height: 22px;
 font-weight: 700;
 color: var(--colore-rosa-medio);
 margin-top: 14px;
}
.btn-danger {
 background: url(https://svr.appcenter.it/wp-content/uploads/2026/03/sfondo-ordina-1.png);
 color: #fff;
 background-size: 100% 100%;
 background-repeat: no-repeat;
 font-family: var(--font-primary), sans-serif !important;
 font-size: 22px;
 line-height: 24px;
 font-weight: 400;
 margin: auto;
 display: block;
 margin-top: 0;
 height: 100%;
 text-align: center;
 border: 0;
 padding: 15px 0 11px 0;
 filter: grayscale(1);
 max-width: 280px !important;
}
.btn-danger:hover:not(:disabled) {
 filter: grayscale(0) !important;
 background: url(https://svr.appcenter.it/wp-content/uploads/2026/03/sfondo-ordina-1.png);
 color: #fff;
 background-size: 100% 100%;
 background-repeat: no-repeat;
 font-family: var(--font-primary), sans-serif !important;
 font-size: 22px;
 line-height: 24px;
 font-weight: 400;
 margin-top: 0;
 height: 100%;
 text-align: center;
 border: 0;
 padding: 15px 0 11px 0;
}
.btn-success {
 background: url(https://svr.appcenter.it/wp-content/uploads/2026/03/sfondo-ordina-1.png);
 color: #fff;
 background-size: 100% 100%;
 background-repeat: no-repeat;
 font-family: var(--font-primary), sans-serif !important;
 font-size: 22px;
 line-height: 24px;
 padding: 15px 15px 12px 15px;
 margin: auto;
 margin-top: -13px;
 height: 100%;
 text-align: center;
 margin-top: 40px;
 max-width: 280px !important;
 display: block;
 margin-bottom: 15px;
}
.admin-table td:first-child {
 font-weight: 700;
}
.msg-success {
 background: url(https://svr.appcenter.it/wp-content/uploads/2026/03/sfondo-ordina-1.png);
 color: #fff;
 background-size: 100% 100%;
 background-repeat: no-repeat;
 font-family: var(--font-primary), sans-serif !important;
 font-size: 22px;
 line-height: 24px;
 padding: 15px 15px 12px 15px;
 margin-top: -13px;
 height: 100%;
 text-align: center;
}
.sides-title {
 margin: 20px 0 8px;
 font-size: 42px;
 font-weight: 500;
 text-align: center;
 color: var(--colore-rosa-medio);
 font-family: var(--font-secondary), sans-serif !important;
}
.menu-item-toggle {
 display: flex;
 align-items: center;
 justify-content: center;
 color: var(--colore-testo);
 border: 0;
 text-align: center;
 position: relative;
 overflow: hidden;
 background: #00000000;
 background-image: url(http://svr.appcenter.it/wp-content/uploads/2026/03/sfondino_bianco.png) !important;
 background-size: 100% 100%;
 background-repeat: no-repeat;
 background-position: center;
 -webkit-mask-image: none;
 mask-image: none;
 padding: 17px 5px 10px 5px;
 font-size: 22px;
 line-height: 24px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 text-align: center;
 gap: 6px;
}
.menu-item-toggle.selected {
 border-color: #3cfbfb00;
 color: var(--colore-bianco);
 font-weight: 400;
 background: #00000000;
 background-image: url(https://svr.appcenter.it/wp-content/uploads/2026/03/sfondo-ordina.png) !important;
 background-size: 100% 100%;
 background-repeat: no-repeat;
 background-position: center;
 -webkit-mask-image: none;
 mask-image: none;
 padding: 15px 5px 10px 5px;
}

#orderForm li.dish-choice {
 display: flex;
 flex-direction: column;
 align-items: stretch;
 justify-content: flex-start;
 text-align: left;
 position: relative;
 overflow: visible;
 background: #00000000;
 background-image: url(http://svr.appcenter.it/wp-content/uploads/2026/03/sfondino_bianco.png) !important;
 background-size: 100% 100%;
 background-repeat: no-repeat;
 background-position: center;
 padding: 8px 4px 6px;
 border: 2px solid rgba(60, 251, 251, 0.28);
 border-radius: 10px;
 transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.2s ease;
}
#orderForm li.dish-choice--selected {
 border-color: #3cfbfb;
 color: var(--colore-bianco);
 background-image: url(https://svr.appcenter.it/wp-content/uploads/2026/03/sfondo-ordina.png) !important;
 box-shadow: 0 6px 22px rgba(60, 251, 251, 0.22);
}
#orderForm .dish-choice__hit {
 color: var(--colore-testo);
}
#orderForm .dish-choice--selected .dish-choice__hit {
 color: var(--colore-bianco);
}
#orderForm .dish-choice--selected .dish-choice__name {
 color: var(--colore-bianco);
}
#orderForm .dish-choice--selected .dish-choice__meta--ing,
#orderForm .dish-choice--selected .dish-choice__meta--all,
#orderForm .dish-choice--selected .dish-choice__meta--price {
 color: rgba(255, 255, 255, 0.9) !important;
}
#orderForm .dish-choice--selected .dish-choice__footer {
 border-top-color: rgba(255, 255, 255, 0.35);
}
#orderForm .dish-choice--selected .dish-choice__qty-lbl {
 color: rgba(255, 255, 255, 0.75);
}
#orderForm .dish-choice--selected .dish-choice__qty-num {
 color: #fff;
}
#orderForm .dish-choice--selected .dish-choice__dec,
#orderForm .dish-choice--selected .dish-choice__inc {
 border-color: rgba(255, 255, 255, 0.55);
 background: rgba(0, 0, 0, 0.18);
 color: #fff;
}
#orderForm .dish-choice--selected .dish-choice__dec:hover:not(:disabled),
#orderForm .dish-choice--selected .dish-choice__inc:hover:not(:disabled) {
 border-color: #fff;
 background: rgba(255, 255, 255, 0.2);
 box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

ul.order-summary {
 color: var(--colore-testo);
 border: 0;
 text-align: center;
 position: relative;
 overflow: hidden;
 background: #00000000;
 background-image: url(http://svr.appcenter.it/wp-content/uploads/2026/03/sfondino_bianco.png) !important;
 background-size: 100% 100%;
 background-repeat: no-repeat;
 background-position: center;
 -webkit-mask-image: none;
 mask-image: none;
 padding: 25px 5px 20px 5px;
 margin-bottom: 25px;
}
ul.order-summary li {
 font-size: 22px;
 line-height: 24px;
}
.admin-table th, .admin-table td {
 border-bottom: 1px solid var(--colore-rosa-medio);
}

/* ------------------------------------------------------------------------------------------------------------------ FINE CORPO PAGINA */

/* ------------------------------------------------------------------------------------------------------------------ INIZIO FOOTER */
div#big_footer #secondary_footer {
 display: none;
}
/* ------------------------------------------------------------------------------------------------------------------ FINE FOOTER */

/* ************************************************************************ */
/* ------------------------------------------------------------------------------------------------------------------ RESPONSIVE */
/* ************************************************************************ */

/* ------------------------------------------------------------------------------------------------------ DESKTOP - FULL RESOLUTION (orig. 1920)*/
@media only screen and (min-width: 1921px) {
.container {
 max-width: 1400px !important;
 margin: 0 auto;
 padding: 24px;
}

.card {
 float: left;
 width: calc(50% - 12px);
 margin: 0 0 24px 0 !important;
}

.card:nth-of-type(odd) {
 margin-right: 24px !important;
}

.container:has(.card):not(:has(.card ~ .card)) .card {
 float: none;
 display: block;
 width: 50% !important;
 margin: 0 auto 24px auto !important;
}
#orderForm ul.menu-list {
 display: grid;
 grid-template-columns: repeat(5, 1fr);
 gap: 8px;
}
}

/* ------------------------------------------------------------------------------------------------------------------ DESKTOP - STANDARD (orig. 1459)*/
@media only screen and (min-width: 1681px) and (max-width: 1920px) {
.container {
 max-width: 1400px !important;
 margin: 0 auto;
 padding: 24px;
}

.card {
 float: left;
 width: calc(50% - 12px);
 margin: 0 0 24px 0 !important;
}

.card:nth-of-type(odd) {
 margin-right: 24px !important;
}

.container:has(.card):not(:has(.card ~ .card)) .card {
 float: none;
 display: block;
 width: 50% !important;
 margin: 0 auto 24px auto !important;
}
#orderForm ul.menu-list {
 display: grid;
 grid-template-columns: repeat(5, 1fr);
 gap: 8px;
}
}

/* ------------------------------------------------------------------------------------------------------------------ DESKTOP - VECCHI (orig. 1680)*/
@media only screen and (min-width: 1478px) and (max-width: 1680px) {
.container {
 max-width: 1400px !important;
 margin: 0 auto;
 padding: 24px;
}

.card {
 float: left;
 width: calc(50% - 12px);
 margin: 0 0 24px 0 !important;
}

.card:nth-of-type(odd) {
 margin-right: 24px !important;
}

.container:has(.card):not(:has(.card ~ .card)) .card {
 float: none;
 display: block;
 width: 50% !important;
 margin: 0 auto 24px auto !important;
}
#orderForm ul.menu-list {
 display: grid;
 grid-template-columns: repeat(5, 1fr);
 gap: 8px;
}
}

/* ------------------------------------------------------------------------------------------------------ DESKTOP - VECCHI PORTATILI (orig. 1459)*/
@media only screen and (min-width: 1356px) and (max-width: 1477px) {
.container {
 max-width: 1400px !important;
 margin: 0 auto;
 padding: 24px;
}

.card {
 float: left;
 width: calc(50% - 12px);
 margin: 0 0 24px 0 !important;
}

.card:nth-of-type(odd) {
 margin-right: 24px !important;
}

.container:has(.card):not(:has(.card ~ .card)) .card {
 float: none;
 display: block;
 width: 50% !important;
 margin: 0 auto 24px auto !important;
}
#orderForm ul.menu-list {
 display: grid;
 grid-template-columns: repeat(5, 1fr);
 gap: 8px;
}
}

/* ------------------------------------------------------------------------------------------------------------------ DESKTOP - PORTATILI */
@media only screen and (min-width: 1200px) and (max-width: 1355px) {
.container {
 max-width: 1400px !important;
 margin: 0 auto;
 padding: 24px;
}

.card {
 float: left;
 width: calc(50% - 12px);
 margin: 0 0 24px 0 !important;
}

.card:nth-of-type(odd) {
 margin-right: 24px !important;
}

.container:has(.card):not(:has(.card ~ .card)) .card {
 float: none;
 display: block;
 width: 50% !important;
 margin: 0 auto 24px auto !important;
}
#orderForm ul.menu-list {
 display: grid;
 grid-template-columns: repeat(5, 1fr);
 gap: 8px;
}
}

/* ------------------------------------------------------------------------------------------------------------------ TABLET LANDSCAPE */
@media only screen and (min-width: 993px) and (max-width: 1199px) {
.container {
 max-width: 1400px !important;
 margin: 0 auto;
 padding: 24px;
}

.card {
 float: left;
 width: calc(50% - 12px);
 margin: 0 0 24px 0 !important;
}

.card:nth-of-type(odd) {
 margin-right: 24px !important;
}

.container:has(.card):not(:has(.card ~ .card)) .card {
 float: none;
 display: block;
 width: 50% !important;
 margin: 0 auto 24px auto !important;
}
#orderForm ul.menu-list {
 display: grid;
 grid-template-columns: repeat(5, 1fr);
 gap: 8px;
}
}

/* ------------------------------------------------------------------------------------------------------------------ TABLET PORTRAIT */
@media only screen and (min-width: 768px) and (max-width: 992px) {
}

/* ------------------------------------------------------------------------------------------------------ MOBILE LANDSCAPE + MOBILE HD FULL GRANDI */
@media only screen and (min-width: 401px) and (max-width: 767px) {
}

/* ------------------------------------------------------------------------------------------------------------------ MOBILE PORTRAIT */
@media only screen and (max-width: 400px) {
}
