
html, body {

	font-size: 1rem;}
body{
	right:0;
	position:relative;
	transition: 0.3s right ease;
}
body.menu-opened{
	right:80%;
	transition: 0.3s right ease;
}
body, h1, h2, h3, p, li {
    font-family: proxima-nova, sans-serif;
}
.custom-container {
    position: relative;
	z-index:98;
}
.custom-container .wrap{
    max-width: 600px;
    position: relative;
    margin: 0 auto;
	min-height:100vh;
	z-index:99;
	padding-bottom: 48px;
    box-sizing: border-box;
}
.text-right {
    text-align: right !important;
}

hr { margin:5px 0 !important;}


.btn-more,.btn-more:hover {
    font-size: 11px;
    color: #fff;
    background-color: #000044;
    border: none;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
}

.btn-more:hover {
    background-color: #6666aa;
}

a:hover { color: #000;}

/* Modali */
.modal.show{
    background: rgba(0,0,0,0.5);
}
.modal-backdrop.show{
	display:none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-header {
    border-bottom: 0;
    padding: 1rem;
    width: 100%;
    z-index: 9999;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.modal-header .close {
    font-size: 3rem;
    line-height: 0;
    padding: 0;
    height: 25px;
    margin-top: .1rem;
    margin-right: .1rem;
}
.modal-body {
    padding: 2.5rem 1.8rem;
}
.modal-body h4 {
    font-size: 1.2rem;
    font-weight: 700;
}
.modal-body .credits a {
    color: #9cbf6f !important;
}
.foodboard-logo {
    margin-top: 40px;
}
.foodboard-logo img {
    max-width: 60%;
}
.modal-body h4 {
    font-size: 1.2rem;
    font-weight: 700;
}
.lista-allergeni .allergene{
    float: left;
    width: 20%;
    height: 70px;
    padding: 0 .2rem;
    margin-bottom: .5rem;
    opacity: 0.2;
}
.lista-allergeni .allergene.on{
    opacity: 1;
	display:block;
}
.lista-allergeni svg{
    max-width:80%;
}
.lista-allergeni .allergene p {
    font-size: .6rem;
    font-weight: 600;
	line-height: .7rem;
}
/* Fine modali */

/* Header */
#my-header {
    padding: 20px 35px 0;
    position: relative;
}
.navbar-brand {
    font-size: 1.6rem;
    font-weight: 700;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
	max-width:80%;
	white-space:inherit;
}
.navbar-toggler {
    padding: .25rem 0 .25rem .75rem;
}
.navbar-toggler span.menu-line {
    width: 26px;
    height: 2px;
    background-color: #000000;
    position: relative;
    display: block;
    margin-bottom: 6px;
}
div#my-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    background-color: #ffffff;
    height: 100%;
    z-index: 100;
    opacity: 0;
    transition: all 0.3s ease;
    padding: 0;
	transform: translateX(100%);
}
div#my-menu.show {
    z-index: 10000;
    opacity: 1;
    transition: all 0.3s ease;
	transform: translateX(0%);
}
div#my-menu a.close-menu {
    position: absolute;
    right: 35px;
    top: 35px;
    color: #ffffff;
}
#my-menu .my-menu-header {
    padding: 28px 35px 0;
}
#my-menu .languages {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 2rem;
}
#my-menu .languages .lang-btn {
    display: inline-block;
    border-width: 0;
    margin-right: 10px;
    font-weight: 700;
}
#my-menu .languages .lang-btn a {
    padding-bottom: 10px;
    border: none;
    color: #404040;
    opacity: 0.7;
}
#my-menu .my-menu-body {
    max-height: 100%;
    max-width: 100%;
    overflow-y: auto;
    position: absolute;
    top: 100px;
    bottom: 100px;
	width:100%;
}
#my-menu .my-menu-body .inner {
    padding: 0 35px;
}
#my-menu .description {
    margin-bottom: 35px;
    font-size: 1.1rem;
    line-height: 1.25rem;
    font-weight: 400;
    border: 0;
}
#my-menu .my-menu-body ul {
    padding: 0;
    margin: 0;
    display: block;
}
#my-menu .my-menu-body li {
    list-style: none;
    font-size: 1.1rem;
    font-weight: 700;
    border-bottom: 1px solid #707070;
}

#my-menu .my-menu-body li a {
    display: block;
    padding: 15px 0;
    line-height: 1.25rem;
}
#my-menu .languages .lang-btn.current a {
    border-bottom: 2px solid #000;
    opacity: 1;
}
#my-menu .my-menu-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 35px;
}
.logo {
    margin: auto;
}
#my-menu .my-menu-footer .logo img {
    max-height: 75px;
}
/* Fine header */
/* Categorie */
.categorie-nav {
    margin-top: 5px;
    border-bottom: 3px solid #000000;
}
.categorie-nav .container-fluid {
    padding-left: 35px;
    padding-right: 0;
}
#myTab::-webkit-scrollbar {
  height: 5px;
}

/* Track */
#myTab::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#myTab::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
#myTab::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#myTab {
    width: 100%;
    margin-bottom: -3px;
    display: flex;
}
.tabbable.nav-pills {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}
#myTab .nav-link {
    padding: .5rem .5rem .5rem;
    font-size: 1.2rem;
}
#myTab .nav-link:first-child {
    padding-left: 0;
}
.nav-pills .nav-link {
    border-radius: 0;
    color: #404040;
    font-weight: 700;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #985941;
    background-color: transparent;
    border-bottom: 3px solid #985941;
}
.tabbable.nav-pills .nav-link {
    white-space: nowrap;
}
/* Fine categorie*/
/* Footer */
footer.site-footer {
    padding: 15px 35px;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(255,255,255,0) 100%);
	z-index:100;
}
.site-footer.menu-opened{
	z-index:1;
}
footer.site-footer p {
    margin: 0;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}
footer.site-footer a, footer.site-footer a:hover, footer.site-footer a:active, footer.site-footer a:focus {
    color: #9cbf6f !important;
}
/* Fine Footer */
/* Content */
img.watermark-fb {
    position: fixed;
    bottom: 35px;
    right: 35px;
	z-index:98;
	width:120px;
	height:120px;
	opacity:0.85;
}
.menu-container {
    position: relative;
    right: 0%;
    transition: all 0.5s ease;
	min-height:100vh;
}
.menu-container .overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    height: 100%;
    width: 0%;
    z-index: 99;
    opacity: 0;
	transition: background-color 0.3s ease, opacity 0.3s ease;
}
.menu-container .overlay.active {
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    opacity: 1;
}
.container.menu {
    padding: 35px;
}
.menu-item {
    margin-bottom: 30px;
}
.menu-item .col-sm-12:not(.col-immagine) {
    padding-right: 30px;
}
.menu-item .col-immagine {
    margin-bottom: 30px;
}
.menu-item .col-immagine img{
    width:100%;
}
.menu-item.description p {
    font-size: 1.1rem;
}
.menu-item h2.break {
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 60px;
}
.menu-item h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #b2b2b2;
    margin-bottom: .5rem;
	display:inline;
}
.menu-item p {
    color: #808080;
    margin-top: .6rem;
    margin-bottom: .6rem;
    line-height: 1.2rem;
}
.menu-item p.prezzo span.valuta{
    text-transform:uppercase;
}
.menu-item p span:after {
    content: "|";
    margin-left: 5px;
    margin-right: 5px;
    color: #404040;
}
.menu-item p span:last-child:after {
    content: "";
    margin-left: 0;
    margin-right: 0;
}
.menu-item .col-info {
    display: inline;
	position:absolute;
	top:2px;
	right:15px;
}
.menu-item .col-info .fas {
    font-size: 1.4rem;
}
.img-container{
	position: relative;
    width: 100%;
    padding-bottom: calc(100% / 1.5);
    float: left;
    height: 0;
}
.img-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
	background-position:center center;
}
/* Fine content */
@media (min-width: 992px){
	.navbar-expand-lg .navbar-toggler {
		display: block;
	}
	.navbar {
		justify-content: space-between;
	}
}
@media all and (max-width:992px){
	.custom-container .wrap{
		max-width:100%;
	}
	footer.site-footer p {
		font-weight: 400;
	}
}
@media all and (max-width:768px){
	#my-menu .my-menu-body {
		overflow-y: scroll;
	}
}

iframe.counterfoodboard {
	width: 0px;
	height: 0px;
	position: absolute;
	z-index: 0;
	left: -10px;
	bottom: -10px;
	overflow: hidden;
}

.theme-light #preloader {
    background-color: #FFF;
}

#preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99999;
    transition: all 150ms ease;
}
.no-preloader {
    opacity: 0;
    pointer-events: none;
    display: none;
}

#preloader .preload-img {
    max-height: 100px;
}

#preloader img {
    max-width: 200px;
    height: auto;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#preloader .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
}

:root {
    --bs-navbar-toggler-border-color: rgba(0, 1, 0, 0);

}

.theme-light .navbar {
    background-color: #fff;
    height: 60px;
}

.navbar-toggler {
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none !important;
    position: absolute;

}

.navbar-toggler.navbar-br {
    right: 20px;
    top: 10px;
}

.navbar-toggler.navbar-bl {
    left: 20px;
    width: 35px;
    background-image: url('/img/back-btn.png');
    background-size: contain;
    height: 26px;
    top: 19px;
    background-repeat: no-repeat;
}

#my-header {
    height: 60px;
    transition: all 350ms ease;
    background-color: #FFF;
    border-bottom: solid 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
    padding: 0;
}

.menu-container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.header-logo {
    background-size: contain;
    height: 50px;
    top: 5px;
    background-position: center center;
    width: 150px !important;
    left: 50%;
    margin-left: -75px;
    text-align: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
}

.card-menu {
    overflow: hidden;
    margin: 0px 16px 30px 16px;
    border-radius: 15px;
    border: none;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}

a.card {
    text-decoration: none !important;
}


h4.card-title {
    color: #2b2b2b;
    font-weight: bold;
    margin-bottom:0;
}

h5.card-title {
    color: #2b2b2b;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 2px;
    padding-bottom: 0;
}

p.card-text {
    color: #1c2024;
    font-size: 14px;
    margin-bottom: 5px !important;
}

.card-body-pb3  { padding-bottom: 3px !important;}

.section-title {
    font-weight: bold;
    margin: 20px 16px 20px 16px;
}

.section-text {
    font-weight: normal;
    margin: 5px 16px 20px 16px;
}

.figure {
    position: relative;
}

.figure-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    background-image: linear-gradient(rgba(100, 100, 100, .05), rgba(0, 0, 0, .6));
}

.figure-overlay h3 {
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 10px;
    font-weight: bold;
    font-size: 26px;
}

.navmenu {
    color: #000;
    text-decoration: none;
}

.icon-sm {
    width: auto;
    height: 20px;
    padding-right: 5px;
    vertical-align: sub;
}

.price {
    font-size: 16px !important;
}



.menu-box-bottom.menu-box-detached {
    bottom: 20px;
    left: 10px;
    right: 10px;
}

#page, .menu-box-detached {
    max-width: 700px;
    margin: auto;
}
.rounded-m {
    border-radius: 15px !important;
}
.menu-box-bottom {
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 300px;
    transform: translate3d(0, 115%, 0);
}
.menu {
    position: fixed;
    background-color: #FFF;
    z-index: 101;
    overflow: scroll;
    transition: all 350ms ease;
    -webkit-overflow-scrolling: touch;
}

.menu-active.menu {
    opacity: 1 !important;
    transition: all 350ms ease;
    pointer-events: all !important;
}

.bottom-rounded {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}