/*PERSONALIZZAZIONE HEADER*/

#header-logo {
	width: 250px;
}
    
    
header 
{
    width: 100%;
    height: 70px;
    padding-top :0px ;
    margin-top: 0px;
    font-family: "Arial", sans-serif;
    background-color: darkblue;
    position:sticky;
	top : 0px;
    z-index:200;	
}

header  a 
{
	float: right;
	display: block;
	color: white;
	text-align: center;
	padding: 4px 8px;
	text-decoration: none;
	font-size: 17px;
}


.clsHeaderPrimoA
{
	margin-right : 20px;
}

header  a:hover {
    border-bottom	: 1px solid cyan;
	color 	: cyan;
	opacity : 1; 
}


header  form {
	float: right;
	padding: 4px 8px;
    display: block;
}

header  input { 
	padding	 : 1px;
	margin 	 : 1px;
	font-size: 13px;
	margin-right : 10px;
	text-align:center;
	height : 20px;
}


#imgHeaderCarrello {
    width: 50px;
    height: 50px;
    padding: 1px;
    margin-top: 0px;
	background-color :yellow;
}
#spnHeaderConteggioArticoli {
	background-color: red;
	color: black;
	border-radius: 25px;
    font-size: 20px;
	position:absolute;
	padding:3px;
	right:15px;
}

    
/* FINE PERSONALIZZAZIONE HEADER*/



/* PERSONALIZZAZIONE FOOTER*/
#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
 

.footer-basic {
  	padding: 5px 0;
  	background-color: darkblue;
  	color: white;
	margin-top: 0px;
	width:100%;
	position:absolute;
	bottom: 50;
	text-align:center;
}


.footer-basic a {
  	font-size:20px;
  	margin-right: 10px;
	margin-left: 10px;
  	display:inline-block;
  	text-align:center;
  	color:white;
}

.footer-basic a:hover {
  	opacity:0.7;
}



/* fine PERSONALIZZAZIONE FOOTER*/