/* =============================================================== BUTTONS FOR NAVBAR  =============================================================== */
.btn-outline-verde, .btn-outline-verde:visited
{
	/*background: none;*/
	xbackground: #fff !important;
	color: rgba(15, 158, 74, 1);
	xborder-color: rgba(15, 158, 74, 1);
}

.btn-outline-verde:hover, .btn-outline-verde:focus, .btn-outline-verde:active
{
	color: #fff ;
	background: rgba(15, 158, 74, 1) !important;
}

.btn-trans-verde, .btn-trans-verde:visited
{
	color: rgba(15, 158, 74, 1);
}

.btn-trans-verde:hover, .btn-trans-verde:focus, .btn-trans-verde:active
{
	color: #fff ;
	background: rgba(15, 158, 74, 1) !important;
}

.btn-white-verde, .btn-white-verde:visited
{
	background: #fff !important;
	color: rgba(15, 158, 74, 1);
	border-color: rgba(15, 158, 74, 1);
}

.btn-white-verde:hover, .btn-white-verde:focus, .btn-white-verde:active
{
	color: #fff ;
	background: rgba(15, 158, 74, 1) !important;
}




.link-outline-verde, .link-outline-verde:visited
{
	background: none;
	color: rgba(15, 158, 74, 1);

}

.link-outline-verde:hover, .link-outline-verde:focus, .link-outline-verde:active
{
	border-bottom: 2px solid #0F9E4E;
}

.a-outline-verde
{
	font-size: 1.3em;
}

.a-outline-verde:hover, .a-outline-verde:focus, .a-outline-verde:active
{
	color: #0F9E4A !important;
}
.a-outline-bianco
{
	color: #0F9E4A !important;
}
.a-outline-bianco:hover, .a-outline-bianco:focus, .a-outline-bianco:active
{
	color: #FFF !important;
}

.fa,
.fas
{
	font-family: 'FontAwesome';
}

/*ul li a.cart:hover {
text-decoration: none;
}*/
a.cart:hover
{
	text-decoration: none;
}

/*ul li a.cart .cart-basket {
font-size: 1.0em;
text-align: center;
font-weight: bold;
position: absolute;
top: -10px;
right: -10px;
width: 26px;
height: 26px;
color: #fff;
background-color: #F1980C;
border-radius: 50%;
}*/
a.cart .cart-basket
{
	font-size: 1.0em;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 26px;
	height: 26px;
	color: #fff;
	background-color: #F1980C;
	border-radius: 50%;
}





/* =============================================================== CLASS TO USE IMG AS ICON  =============================================================== */
i.fa-food-basket
{
	content: "";
	margin-top: 15px;
	width: 50px;
	height: 50px;
	display: inline-block;
	background-size: cover;
}
i.fa-food-basket
{
	background-image: url('img/food-basket.png');
}
.fa-food-basket
{
	content: "";
	margin-top: 15px;
	width: 50px;
	height: 50px;
	display: inline-block;
	background-size: cover;
}
.fa-food-basket_small
{
	content: "";
	margin-top: 15px;
	width: 25px;
	height: 25px;
	display: inline-block;
	background-size: cover;
}


/* =============================================================== PASTA IMAGES TO REPLACE RADIO BUTTONS  =============================================================== */
label.radioImgLabel
{
	display: inline-block
}
label.radioImgLabel > input.radioImg
{
	/* HIDE RADIO */
	visibility: hidden; /* Makes input not-clickable */
	position: absolute; /* Remove input from document flow */
}
label.radioImgLabel > input.radioImg + img
{
	/* IMAGE STYLES */
	cursor: pointer;
	border: 2px solid transparent;
	xheight: 100px;
	xwidth: 100px;
}
label.radioImgLabel > input.radioImg:checked + img
{
	/* (RADIO CHECKED) IMAGE STYLES */
	border: 4px solid #00C550;
	xheight: 100px;
	xwidth: 100px;
}





/*.DoubleOption
{
display: none;
}*/



/* =============================================================== RESPONSIVE TABLE AS IN INVOICE  =============================================================== */

.tableStack
{
	border-spacing: 0;
	width: 100%;
}
.stackOnMobile
{
	position: relative;
	float: left;
	clear: both;
	min-width: 100%;
	margin: 6px 0px;
}
tr.tr_input td
{
	text-align: left;
}
.labelOnMobile
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 30px;
	font-weight: bold;
	text-align: left;
}
.hideOnMobile
{
	display: none;
}
.hideOnScreen
{
	display: none;
}
.hideOnMonitor
{
	display: none;
}






/*
Extra small devices (portrait phones, less than 576px)
*/

@media (min-width: 320px)
{
	/*
	MQ__XS__xxx
	*/
	/*.MQ__ShowSpan
	{
	display: table-cell;
	vertical-align: top;
	border-bottom: 1px solid #000;
	}*/
	.MQ__PMZero
	{
		padding: 0px;
	}
	.MQ__P20
	{
		padding: 20px 0px;
	}
	.MQ__QtyAmntSpan
	{
		display: none;
	}
	.MQ__Qty
	{
		text-align: right;
		padding-right: 15px !important;
		xbackground-color: green;
	}

	.newNavBtn
	{
		min-width: 100% !important;
		max-width: 100% !important;
	}


}

@media (max-width: 575.8px)
{
	.hideOnSmall
	{
		display: none;
	}



}

@media (min-width: 576px)
{

	.newNavBtn
	{
		min-width: 160px !important;
		max-width: 160px !important;
	}
}


/*
Small devices (landscape phones, less than 768px)
*/

@media (min-width: 768px)
{
	/*
	MQ__SM__xxx
	*/
	.hideOnLarge
	{
		display: none;
	}

}

@media (max-width: 991.8px)
{
	.MQ__HideTableTitle
	{
		display: none;
	}




}
@media (min-width: 500px) and (max-width: 991.8px)
{
	.MQ__HideSpan
	{
		display: none;
	}
	.MQ__Qty
	{
		text-align: center;
		xbackground-color: cyan;
	}
	.MQ__Amount
	{
		text-align: center !important;
		xbackground-color: cyan;
	}
	.MQ__QtyAmntSpan
	{
		display: table-cell;
		vertical-align: top;
		color: #999;
		font-style: italic;
		xborder-bottom: 1px solid #999;
	}
}

/*
Medium devices (tablets, less than 992px)
*/

@media (min-width: 992px)
{
	/*
	MQ__MD__xxx
	*/

	.MQ__HideSpan
	{
		display: none;
	}
	.MQ__QtyAmntSpan
	{
		display: none;
	}
	.MQ__Qty
	{
		text-align: center;
		padding-right: 0 !important;
		xbackground-color: yellow;
	}


}

/*
Large devices (desktops, less than 1200px)
*/

@media (min-width: 1200px)
{
	/*
	MQ__LG__xxx
	*/
}

/*
Extra large devices (large desktops)
No media query since the extra-large breakpoint has no upper bound on its width
*/



/* ================== IMAGE TO ICON ================== */
.icon
{
	width: 60px;
	height: 60px;
	margin-right: 15px
}

.icon-content
{
	padding-bottom: 20px
}

@media screen and (max-width: 992px)
{
	.icon-content
	{
		width: 50%
	}
}


/* ================== MODAL BACKDROP MASK ================== */

#page-maskMio
{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0,0,0,0.8);
}







label.activeSelection
{
	background: #019D49;
	color: #FFFFFF;
}




/** { font-family: Helvetica, Arial, sans-serif; }*/

.promoBox
{
	display: inline-block;
	position: relative;
	margin: 5px;
	padding: 10px;
	width: 300px;
	border: 2px solid #ddd;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;

	background: #ffffff;
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -o-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -ms-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(135deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );

	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

.promoBox aside
{
	position: absolute;
	width: 230px;
	right: 0;
	margin: 0 -65px 0 0;
	-webkit-transform: rotate(35deg);
	-khtml-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;

	color: #fff;
	background: #4f85bb;
	background: -moz-linear-gradient(-45deg, #4f85bb 0%, #4f85bb 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4f85bb), color-stop(100%,#4f85bb));
	background: -webkit-linear-gradient(-45deg, #4f85bb 0%,#4f85bb 100%);
	background: -o-linear-gradient(-45deg, #4f85bb 0%,#4f85bb 100%);
	background: -ms-linear-gradient(-45deg, #4f85bb 0%,#4f85bb 100%);
	background: linear-gradient(135deg, #4f85bb 0%,#4f85bb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#4f85bb',GradientType=1 );

}

.promoBox aside p
{
	padding: 10px 80px 10px 80px;
	margin: 0;
}
.promoBox h4
{
	font-size: 25px;
	margin: 0;
	padding: 0 35% 10px 0;
	line-height: 25px;
	border-bottom: 1px solid #ddd;

}
.promoBox p
{
	font-size: 12px;
}




.promoBox.success-box
{
	background: #9dd53a;
	background: -moz-linear-gradient(-45deg, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a));
	background: -webkit-linear-gradient(-45deg, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
	background: -o-linear-gradient(-45deg, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
	background: -ms-linear-gradient(-45deg, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
	background: linear-gradient(135deg, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=1 );
	border-color: #9dd53a;
	color: #fff;
}
.promoBox.success-box h4
{
	color: #225b9c;
	border-color: #ccfc5a;
}

/* COLOR: Ribbon
\* --------------------------------- */
.promoBox.info-ribbon aside
{
	background: #1e5799;
	background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8));
	background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
	background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
	background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
	background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}



