body {
	font-family: 'Nunito', sans-serif;
}

@font-face {
	font-family: 'Halimun';
	src: url("../fonts/HalimunRegular.woff2") format('woff2'), url("../fonts/HalimunRegular.woff") format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.bg-app {
	background-color: #003044;
	color: #003750;
}

.bg-white {
	background-color: #ffffff;
	color:#003750;	
}

.bg-blue
{
	/*	background-color: #FF8811;*/
	background-color: transparent;
	color: #fff;
}

.sidenav
{
	height: 100%;
	width: 209px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	overflow-x: hidden;
	background-color: #002A37;
	padding-bottom: 12px;
	margin-top: 53px;
}

	.sidenav a {
		letter-spacing: 0.5px;
		padding-top: 15px;
		padding-bottom: 15px;
		text-decoration: none;
		font-size: 16px;
		/*		font-weight: bold;*/
		color: #edf0f5;
		display: block;
		border-bottom: 0px solid #fff;
	}

.sidenav-active {
	background-color: #FF8811;
	color: #fff !important;
/*	border-radius: 10px;
	margin-left: 4px;
	margin-right: 4px;*/
	margin-top: 2px;
}

.sidenav-menu-day {
    background-color: #ff6a00;
    color: #000 !important;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.main
{
	margin-top: 7px;
	margin-left: 209px;
	font-size: 27px;
	padding: 5px;
	background-color: #003044;
	/* margin-top: 28px; */
	padding-top: 14px;
}

.card-footer {
	background-color: #003750;	
	color: #fff;  
}

.nav-footer {
	/*	height: 60px*/
	background-color: #003044;
	/*	color: #fff;
	border-top: 4px solid #000000;*/
}


.btn-experience {
	background-color: #003044;
	border:3px solid #ff6a00;
	border-radius:10px;

}

.btn-conferma-ordine {
	background-color: #ff8811;
	border-radius: 10px;
	border: 3px solid #ff8811;
	color: #fff;
	width:100%;
}

.btn-ordini-precedenti {
	background-color: #d5dfe5;
	border: 3px solid #d5dfe5;
	color: #003044;
	border-radius: 10px;
	width: 370px;
}

.btn-annulla-ordine {
	background-color: #003044;
	border: 3px solid #fff;
	color: #fff;
	border-radius: 10px;
	width: 100%;
}

.btn-riepilogo-ordine {
	background-color: transparent;
	border: 3px solid #fff;
	border-radius: 10px;
	min-width: 380px;
}

.img-cart {
	border-radius: 15px;
	border: 2px solid #fff;
	max-width: 100px;
	min-height: 80px;
	object-fit: cover;
}


.btn-footer {
	width: 150px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* categorie-scrolling */
.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;

}
.scrolling-wrapper .card-cat {
  display: inline-block;
  margin: 10px;
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.scrolling-wrapper-flexbox .card-cat {
  flex: 0 0 auto;
  margin-right: 6px;
}

.card-cat {
  border: 2px solid #a6192d;
  width: 240px;
  height: 160px;
  background: yellow;
  text-align: center;
}

.card-cat-active{
  background: red!important;
}

.scrolling-wrapper, .scrolling-wrapper-flexbox {
  height: 200px;
  margin-bottom: 20px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.scrolling-wrapper::-webkit-scrollbar, .scrolling-wrapper-flexbox::-webkit-scrollbar {
  display: none;
}

.font-articolo {
	font-size: 20px;
	text-align: center;
	color: #ff8811;
	font-family: 'Halimun', sans-serif;
	text-transform: lowercase;
	padding: 0px 2px 0px 2px;
}

.font-prezzo {
	font-size: 20px;
	color: #ff8811;
	font-weight:700;
	margin-top: 7px;
	margin-bottom: 0px;
	font-family:'Nunito', sans-serif;
}


.font-badge{
	font-size: 11px;
	color: #ffffff;
}

.text-format-align
{
	height: 56px;
	margin: 0px;
	padding: 0px;
	line-height: 1.9;
}

.color-price
{
	background-color: #000000 !important;
}

.img-prodotto-home
{
	display: block;
	max-height: 250px;
	width: 100%;
	object-fit: cover;
	min-height: 160px;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 20px;
/*	background-color: #181d2d;*/
/*	box-shadow: 4px 6px 9px -1px;*/

}

.card-body
{
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 128px;
/*	padding: 5px 10px 0px 10px;*/
}

.format-icon-number
{
	padding-left: 9px;
	padding-right: 9px;
	left: 39px;
	background-color: #002a37 !important;
	border-radius: 20px;
	font-size: 18px;
	bottom: 6px;
	color: #fff;
	font-weight: 500;
	min-width: 40px;
	text-align: center;
}

.format-icon-number-cart {
	padding-left: 9px;
	padding-right: 9px;
	left: 45px;
	background-color: #fff !important;
	border-radius: 20px;
	font-size: 20px;
	bottom: 6px;
	color: #003044;
	font-weight: 500;
	min-width: 41px;
	text-align: center;
}

.format-icon-number-count
{
	padding-left: 9px;
	padding-right: 9px;
	right: 11px;
	background-color: #20A39E !important;
	border-radius: 14px;
	font-size: 15px;
	bottom: 29px;
	color: #fff;
	font-weight: 100;
}

.format-cart-order-remove
{
	padding-left: 10px;
	padding-right: 10px;
	left: 1px;
	margin-top: 10px;
	bottom: 7px;
	width: 45px;
}

.format-cart-order-add
{
	padding-left: 10px;
	padding-right: 10px;
	left: 72px;
	margin-top: 10px;
	bottom: 7px;
	width: 45px;
}

.login-display
{
	text-align: center;
	font-size: 30px !important;
	border: none !important;
	border-bottom: 1px solid #f2f2f2 !important;
	background-color: transparent !important;
	padding-bottom: 20px;
	color: #2e6831;
	font-weight: bold;
}

.login-key
{
	padding-top: 18px !important;
	padding-bottom: 26px !important;
	text-align: center;
	vertical-align: bottom !important;
	font-size: 36px !important;
	border-bottom: 1px solid #f2f2f2;
	color: #000;
}

.login-key-ok
{
	line-height: 0 !important;
	color: green;
	padding-top: 10px !important;
	padding-bottom: 10px !important
}

.login-key-cancel
{
	line-height: 0 !important;
	color: #da2128;
	padding-top: 10px !important;
	padding-bottom: 10px !important
}

.content-icon-button
{
	float: left;
	width: 33%;
	text-align: center;
	margin-top: 0px;
	font-weight: bold;
}

.button-grid-calc
{
	line-height: 24px;
	min-height: 80px;
	max-height: 80px;
	width: 98%;
	overflow: hidden;
}

.font-prezzo-card
{
	font-size: 17px;
	color: #ff8811;
	font-weight: 700;
	margin-top: 7px;
	margin-bottom: -2px;
	font-family: 'Nunito', sans-serif;
}