/* ================================================================
   DOMINIO FRAMEWORK © 2025 Lomazzi Federico – Tutti i diritti riservati
   ---------------------------------------------------------------
   File:         custom.css
   Progetto:     Framework modulare per minisiti
   Descrizione:  Foglio di stile personalizzabile dai collaboratori.
   Autore:       Lomazzi Federico
   ---------------------------------------------------------------
   Questo file è dedicato a modifiche estetiche e sovrascritture locali.
   Non modificare styles.css senza consenso scritto.
   ================================================================ */   
   #cart-table {
	position: relative !important; 
	left: 1.2em !important;
	background-color: #FEFEFF !important; 
	top: -0.2em !important;
   }
   #cart-table > tbody > tr > td:nth-child(odd),
   #cart-table > tbody > tr > td:nth-child(even)   {	   
	   zoom: 1 !important;
	   padding: 0 0.65em !important;
   }
   #wishlist-count,
   #cart-count,
   #notify-count   {	
	   zoom: 0.8 !important; 
	   margin-top: 10px !important;
	   border: none !important; 
	   background-color: transparent !important;
	   color: red !important; 
	   box-shadow: none !important; 
	   margin-bottom: 0px !important; 
	   left: 3.0em !important; 	   
	   zoom: 1.0 !important;	   
   }
   
   #notify-count   {
	   top: -0.3em !important;
   }
   
   #cart-icon,
   #wishlist-icon,
   #home-icon,
   #login-icon,
   #offers-icon,
   #notify-icon
   {
	   color: #B9993D !important; 
	   text-shadow: none !important; 
	   filter: none !important;
	   font-size: 1.3em !important;
   }
   
   /* override per icone flat su navigation bar */
   #wishlist-toggle,
   #cart-toggle,
   #home-toggle,
   #notify-toggle,
   #offers-toggle,
   #login-toggle {
	 background: white !important; 
	 border-style: none !important;
	 box-shadow: none !important;
	 background-color: transparent !important;
   }	
   
   body > header {
	   padding-top: 0px !important;
   }
   /* Barra di navigazione */
   body > header > div.nav-top.d-flex.justify-content-end.align-items-center.px-3.py-2 {
	    border: none !important; 
		padding: 0px !important;
		margin-bottom: 10px !important;
   }
/* Inserire qui le personalizzazioni */