

a {
    color: black ;
    text-decoration: none ;
}


a:hover {
    color: black ;
    text-decoration: none ;
}

a:visited {
    color: black ;
    text-decoration: none ;
}



.lavoro {
	
	border: 1px solid red; 
	
}

.testo-bianco {
	
	color: white
	
}

.testo-bianco a{
	
	color: white
	
}

.testo-bianco a:hover{
	
	color: white
	
}

.testo-bianco a:visited{
	
	color: white
	
}




h2.margini_logo_menu {margin: 0; padding:0}


.top_menu_colore {
	
	background-color: white ;
	
	
}

.box_testo_logo {
display: flex;
align-items: center;
	
}

.colore_icone {
    
    color: #603813;
    
}



.contenitore_menu_colore {
	
	background-color: #292f53;
	border-bottom: 1px solid #e3b21c;
	
}

.altezze_menu_hp {
	padding-top: 0.25rem; 
	padding-bottom: 0.25rem
	}




.box-registrazione {
	
	padding-top: 8px;
	
}

.centratore_utente {
	
	margin-top: 8px;
	
}

 a.link_registrazione {

	 color: #603813;
}

 a:hover.link_registrazione {

	 color: #603813;
}


 a:visited.link_registrazione {

	 color: #603813;
}


.box-registrazione ul{
  padding: 0;
  list-style: none;
}
.box-registrazione li{
  margin: 0;
  float: left;
  padding: 8px 12px;
}

.btn-circle.btn-xl {
    width: 40px;
    height: 40px;
    border-radius: 35px
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}









.icone_shop { color: white}

.spazi-bottone-carrello {padding: 4px;}

span.woocommerce-Price-amount .amount{
	color: black
}



/* zoona HP */

.immgine_sfondo_hp {
	
	
	min-height: 850px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

	
.demo a {
  position: relative;
  left: 50%;
  top: 800px;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}


	
#section03 a {
  padding-top: 60px;
}
#section03 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#section03 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#section03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}





.box-testi-hp {
	
	padding:  16px 0;
	
}


/* zona home page */


.titolo_prodotto_no_archivio {
    
    color: black;
    font-family: 'Volkhov', serif;
    font-size: 2rem;
    text-transform: uppercase;
	
    
    
    
}


/* animazione scritte */


.ticker-wrap {
  width: 100%;
  overflow: hidden;
  height: 1.3rem;
  background-color: #ae1e21;
  box-sizing: content-box;
}

.glides {
  display: flex;
 white-space: nowrap;
}

.glides__track {
  display: flex;
  width: max-content;
  white-space: nowrap;
}

.glides__slide {
  flex-shrink: 0;
  padding: 0 2rem;
  font-size: 1rem;
  color: white;
  font-weight: bold;
  text-align: center;
  float:left;
}





/* carosello */




.carousel-container li{
}

ul{
  padding: 0;
  list-style: none;
}

li{
  margin: 0;
  /* float: left; */
  padding: 50px 0;
}

.card{
  
  margin-left: 0.25em;
  margin-right: 0.25em;
  
}

img.card {
    display: block;
    max-width: 100%;
    height: auto;

  }



.owl-wrapper{
  transform-style: preserve-3d;
}
.owl-item{
  transition: all 250ms ease-out;
  transform: translate3d(0px, 0px, 0px) scale(1);
  &.active{
    transform: translate3d(0px, 0px, -10px) scale(1) rotateY(25deg);
    + .active{
     transform: translate3d(0px, 0px, 10px) scale(1); 
      + .active{
       transform: translate3d(0px, 0px, 20px) scale(1); 
        + .active{
         transform: translate3d(0px, 0px, 10px) scale(1); 
          + .active{
           transform: translate3d(0px, 0px, -10px) scale(1) rotateY(-25deg); 
          }
        }
      }
    }
  }
}






/* menu */



.riposiziona {
position: relative;
    right: 120px;	
	
}



a.menu_donitalia {
	
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1rem;
	padding-top: 0rem;
	padding-bottom:  0rem;
	text-decoration: none;
}

a:visited.menu_donitalia {
	
	color: white;
	font-family: 'Montserrat', sans-serif;
		font-size: 1.1rem;
	padding-top: 0rem;
	padding-bottom:  0rem;
	text-decoration: none;	
}

a:hover.menu_donitalia  {
	
	color: white;
	font-family: 'Montserrat', sans-serif;
		font-size: 1.2rem;
	padding-top: 0rem;
	padding-bottom:  0rem;
	text-decoration: none;
}


a.menu_donitalia_nosub {
	
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1rem;
	padding-top: 0rem;
	padding-bottom:  0rem;
	text-decoration: none;
}

a:link.menu_donitalia_nosub {
	
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1rem;
	padding-top: 0rem;
	padding-bottom:  0rem;
	text-decoration: none;
}


a:visited.menu_donitalia_nosub {
	
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1rem;
	padding-top: 0rem;
	padding-bottom:  0rem;
	text-decoration: none;
}

a:hover.menu_donitalia_nosub {
	
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1rem;
	padding-top: 0rem;
	padding-bottom:  0rem;
	text-decoration: underline;
}




ul.navbar-nav > li:hover .menu_donitalia {
    background-color: #f9f9f9;
}
ul.navbar-nav > li:hover > a.menu_donitalia {
    color: #333;
    font-weight: 400;
}


/* link sotto menu */


.box-sotto-menu a.nav-link {
	
color: black;
	font-family: 'Montserrat', sans-serif;
		font-size: 1.1rem;
	padding-top: 0rem;
	padding-bottom:  0rem;
	text-decoration: none;
	
}

.box-sotto-menu a:visited.nav-link {
	
color: black;
	font-family: 'Montserrat', sans-serif;
		font-size: 1.1rem;
	padding-top: 0rem;
	padding-bottom:  0rem;
	text-decoration: none;
	
}

.box-sotto-menu a:hover.nav-link {
	
color: black;
	font-family: 'Montserrat', sans-serif;
		font-size: 1.1rem;
	padding-top: 0rem;
	padding-bottom:  0rem;
	text-decoration: underline;
	
}



/* bootstrap dropdown hover menu*/




/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
  background-color:white !important;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 768px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.15rem 0rem;
  margin:0 .25rem;
  color: white;
}

/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
  width: 50rem;
    max-width: 70rem;
 /*  
 left:10px;
  right:0;
 height of nav-item  */
  top:14px;
  
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  
}
  
 

  
  /* shows the dropdown menu on hover */
  
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
  
  .navbar .dropdown-menu {
    border-bottom: 1px solid rgba(0,0,0,.15);
	border-left: 1px solid rgba(0,0,0,.15);
	border-right: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }

}

.navbar .btn {padding-top: 0.175rem; padding-bottom: 0.175rem;}

#keyword {padding-top: 0.175rem; padding-bottom: 0.175rem;}


/*** ELIMINA LA FRECCIA VERTICALE NEL SUB MENU ***/

.dropdown-menu:before, 
.dropdown-menu:after {
     border: none !important;
     content: none !important;
}


.box-sotto-menu {
	

	    float: left;
	
}

.classe_zuccarelli {
	background-image: url('https://marcozuccarelli.it/donitalia/wp-content/themes/understrap/img/mini_cesto_antico.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	
	
	
}







/* cerca menu */

.reset_altezza {
/* height: calc(0.5rem + 2px); */
padding: 0rem .75rem;
}


.box_cerca {
	
	padding-top: 1px;
	padding-bottom: 2px;
	
	
}

.forma_risultati {

border: 1px solid grey;
width: 90%;
margin-left: 14px;
background-color: white;

	
}


.link_forma_risultati {
	
	margin: 8px;
	
}

.link_forma_risultati a {
	color: black;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1rem;
	padding-top: 0rem;
	padding-bottom:  0rem;
	text-decoration: none;
	} 

.link_forma_risultati a:hover {
	color: black;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1rem;
	padding-top: 0rem;
	padding-bottom:  0rem;
	text-decoration: none;
	text-decoration: underline
}

.link_forma_risultati a:visited {
	color: black;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1rem;
	padding-top: 0rem;
	padding-bottom:  0rem;
	text-decoration: none;
}

.img_cesti_cerca {width: 24px;}



/*zona footer */

.colore_footer {
	
background-color: #111110;	
	
	
}


.spazi_icone_top {
padding-top: 8px;
padding-bottom: 8px;
border-bottom: 1px solid #404040;	
}


a.icone_footer {
		color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1rem;
	padding-top: 0rem;
	padding-bottom:  0rem;
	text-decoration: none;
}

	
.icona_spazi {
	display: block;
	margin: 0 auto;
	
}	





.legali-footer {
	
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8rem;
	
}

a.legali-footer {
	
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8rem;
	
}

a:visited.legali-footer {
	
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8rem;
	
}

a:hover.legali-footer {
	
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8rem;
	text-decoration: underline;
	
}

/* area singoli post */


.box-post {
	
	min-height: 600px;	
	
	
}

h2.titolo_post {
	
	
	
}

.testo_post {
	
	
	
	
}


/* area singole pagine */


h1.titolo-pagina {
	
	
	
}

.box-pagina {
	min-height: 600px;
	
	
}


/* area singolo prodotto */


.out-of-stock { color:red}

.box_immagine_prodotto {
	
	margin-top: -20px;
}

.box_descrizione {
	
	margin-top: 20px;
	

}


h1.product_title  {
	
    color: #d5bf9f;
    font-family: 'Volkhov', serif;
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 30px;
	
}


.woocommerce-Price-amount {
	

font-family: 'Montserrat', sans-serif;
font-size: 1.4rem;
}

p.price span.woocommerce-Price-amount .amount{
	
	colore: green;
}



.colore_iva {
	color: grey;
	
}

.riferimento {color: white}

.formato {color: white}

.product_meta {margin-top: 32px; color: white}

.bottone-dorato {
	
	color: #271802;
    border-color: #d5bf9f;
	background-color: #d5bf9f;
	width: 100%;
	
}



.spazio-bottone-dorato {
	
	margin-top: 32px
	
}

.link_categorie a {
	
	color: white;
}

.link_categorie a:visited {
	
	color: white;
}


/* zona archivio */

.sfondo_paginecategorie {
	
background-color: #faf9f9;	
	
	}

.anno-cesto {
	
	font-size: 0.8rem;
	margin-bottom: 0;
        color: black;
}

a.link_titolo_prodotto {
	
color: black;	
font-family: 'Volkhov', serif;
font-size: 1.8rem;
text-transform: uppercase;
}

a:visited.link_titolo_prodotto {
color: black;	
font-family: 'Volkhov', serif;
font-size: 1.8rem;
text-transform: uppercase;
	
}

a:hover.link_titolo_prodotto {
color: black;	
text-decoration: underline;
font-family: 'Volkhov', serif;
font-size: 1.8rem;
text-transform: uppercase;
	
}

.bottone-dorato-archivio {
	
		color: #271802;
    border-color: #d5bf9f;
	background-color: #d5bf9f;
	width: 90%;
	margin:8px
}

input.bottone-dorato-archivio {
	
color: #271802 !important;
    border-color: #d5bf9f !important;
	background-color: #d5bf9f !important;
	margin:8px !important;
	
	 
}

ul.products li {
	

	
}


/* widget */

.ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #e91a15;
}

.ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #e91a15;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
margin-left: -.5em;}




.price_slider_wrapper {
  margin: 20px;
}
.price_slider_wrapper .ui-slider-range {
  margin-bottom: 21px;
  height: 5px !important;
  border-radius: 0 !important;
}
.price_slider_wrapper .ui-corner-all {
  margin-bottom: 20px;
  position: relative;
  top: 0;
}
.price_slider_wrapper .ui-slider-horizontal {
  height: 2px !important;
  border: none !important;
}
.price_slider_wrapper .ui-slider {
  border-radius: 0 !important;
}
.price_slider_wrapper .ui-slider .ui-slider-handle {
  cursor: pointer;
  width: 12px !important;
  height: 12px !important;
  top: -3px !important;
  outline: none !important;
  position: absolute !important;
  border: none !important;
  border-radius: 0 !important;
  margin-left: 0 !important;
}
.price_slider_wrapper .button {
  float: right;
  background-color: #262626;
  border-style: solid;
  border-width: 1px;
  border-color: #262626;
  color: white;
  height: auto;
}
.price_slider_wrapper .button:hover {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  color: white;
}
.price_slider_wrapper .button:focus {
  color: white;
}
.price_slider_wrapper .price_slider_amount {
  line-height: 2.642rem !important;
}
.price_slider_wrapper .price_slider_amount span {
  color: #1e1e1e;
  font-weight: bold;
}

/* carrello */

a.link_carrello {color: black}


.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: right;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.woocommerce table.shop_table td.product-quantity > div {
	
    position: relative;
    left: 50px;
	
}

@media screen and (min-width: 768px) {
	
.woocommerce table.shop_table td.product-quantity > div {
	
    position: relative;
    left: 100px;
	
    }
	
}

/* elementi vari della home page */


.fascia_omaggi {
    
    background-image: url('https://marcozuccarelli.it/donitalia/wp-content/themes/understrap/img/sfondo_promozioni_mobile.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 300px;
    
}


.box-scritta { min-height: 300px}

.testo_fascia_omaggi {
    
    
   font-size: 1rem; 
   color: #5e2f00;
   padding: 0 80px 0 120px;
    
    
}




@media (min-width: 768px) { 

    
  .fascia_omaggi {
    
    background-image: url('https://marcozuccarelli.it/donitalia/wp-content/themes/understrap/img/slider_quantita.png');
   min-height: 150px;
}  
   

.box-scritta { min-height: 150px}

.testo_fascia_omaggi {
    
    
   font-size: 2rem; 
   color: #5e2f00;
 padding: 0 ;
 
    
}
    
}


/* menu*/


.nav-item a:link {
	
	color: white
	
}

.navbar-nav a.nav-link {
    color: black;
}

@media (min-width: 768px) {  
	
	.navbar-nav a.nav-link {
    color: white;
}
	}

li.nav-item {
  margin: 0;
  padding: 4px; 
}


.sbordo_mobile {    
    min-width: 340px;
    margin-top: 16px;
    background-color: #d9d9d9;
	}


a.nav-link {  font-size: 1.4rem; color: black;}



@media (min-width: 768px) { 
a.nav-link {  font-size: 1.2rem;}
}




ul.flex-column a.nav-link { color: black}

ul.flex-column a.nav-link:visited { color: black}

ul.flex-column a.nav-link:hover { color: black}




/* componi il cesto */

.componi-cesto {background-color: #eeeced; padding: 32px 0 32px 0}

@media (min-width: 768px) { 

.componi-cesto {background-color: #eeeced; padding: 32px 0 32px 0}
}



@media (max-width: 768px) { 
    
    .row-mobile {
        
        padding: 0px;
    }

}

.box-componi {background-color: #d5bf9f}

.box-componi-testi {
    color: #5b1d1d;
    font-size: 2.5rem;
   padding: 60px 10px 30px 10px;
    text-align: center;
    font-family: 'Volkhov', serif;

    
}


@media (min-width: 768px) { 
    
    .box-componi-testi {
    
   color: #5b1d1d;
font-size: 3rem;
padding: 90px 30px;
text-align: center;
font-family: 'Volkhov', serif; 
    
}

}

/* search form */

/* search area box */
.wb-search-form {
  width: 100%;
  position: fixed;
  z-index: 999;
  min-height: 120px;
  background-color: #dee2e6;
  top: -200px;
  left: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow-x: hidden;
  overflow-y: show;
}

.search-form-on .wb-search-form {
  top: 0;
}

.sticky .wb-search-form {
  height: 80px;
}

.wb-search-form form {
  position: relative;
  z-index: 1;
}

.wb-search-form form input {
  width: 100%;
  border: 1px solid rgba(161, 230, 227, 0.05);
  background-color: #ffffffbb;
  height: 50px;
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
}

/* close button */
#closeBtn {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 9;
  
  margin-top: -15px;
  top: 50%;
  border-radius: 50%;
  right: 30px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  opacity: 0.5;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

#closeBtn:hover {
  opacity: 1;
}

#closeBtn > i {
  color: black;
  line-height: 30px;
  font-size: 28px;
}







/* cmparazione  prodotti */

.br_compare_button {
  display: block;
  margin-top: 16px;
  text-align: left;
}

.br_compare_button:hover {
  background-color: rgba(0,0,0,0) !important;
}


.entry-summary > a.br_compare_button { color: #d5bf9f; padding-top: 8px}

.entry-summary > a:visited.br_compare_button { color: #d5bf9f;}

.entry-summary > a:hover.br_compare_button { color: #d5bf9f;}

.card > a.br_compare_button { color: rgb(0, 0, 0); padding-top: 8px; text-align: center;}

.card > a.br_compare_button { color: rgb(0, 0, 0); padding-top: 8px; text-align: center;}

.card > a.br_compare_button { color: rgb(0, 0, 0); padding-top: 8px; text-align: center;}


.br_description_row { width: 64px !important}


/* personalizza cesto */

.app_page1 {
  margin: 0;
  overflow: hidden;
  height:100%;
}

@media (min-width: 768px){
  #left {


    overflow-y: scroll; 
  }

  #middle {
 


    overflow-y: scroll; 
  }
  
  #right {

    overflow-y: scroll;

  }
}

#left {
  background-color: white;
  text-align: center;
  height:100%;
}

#middle{
  background-color: white;
  text-align: center;
  height:100%;
}

#right {
  height:100%;
  background-color: white;
  text-align: center;
}


h4.preventivo_cesti {     
	font-family: Playfair Display, serif;
    font-size: 1.4rem;
    line-height: 1.1;
	padding-bottom: 16px;
	color: black;
	}


.tables_ui {
  display:inline-block;
  margin:2px 2%;
  border:2px solid #dddddd;
  border-spacing:0;
}


.tables_ui th{

 border: 1px solid #dddddd !important;
 
}

.tables_ui td{

 border: 1px solid #dddddd !important;
 
}






.tables_ui ul li {
  min-width: 200px;
}
.dragging li.ui-state-hover {
  min-width: 240px;
}
.dragging .ui-state-hover a {
  color:green !important;
  font-weight: bold;
}
.tables_ui th,td {
  text-align: right;
  padding: 2px 4px;
  /* border: 1px solid #dddddd; */
}
.t_sortable tr, .ui-sortable-helper {
  cursor: move;
}
.t_sortable tr:first-child {
  cursor: default;
}
.ui-sortable-placeholder {
  background: yellow;
}




/* pagina prodotto */

.altezza_background_prodotti {
	
background-size: 100% 600px;	
}


@media (min-width: 768px){ 

.altezza_background_prodotti {
	
background-size: 100% 660px;	
}

}




.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: black;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
	margin-left: 8px;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #d5bf9f;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;

}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #d5bf9f;
}




/* nuove regole */


.home {
    height: 88vh;
    position: relative;
}
video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-content {
    position: relative;
    padding-top: 150px;
    color: #fff;
    text-align: center;
}
h1 {
    font-family: Playfair Display, serif;
    font-size: 3rem;
    line-height: 1.1;
	padding-bottom: 16px;
}

.home p {
    font-size: clamp(25px, 4vw, 40px);
    margin-top: 10px;
}

.home-content button {
    display: block;
    font-size: clamp(14px, 1.5vw, 18px);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    margin: 50px auto 0;
    padding: 12px 20px;
    cursor: pointer;
}


.stock in-stock {color: white}

.br_new_compare_block .br_remove_compare_product_reload {

    display: initial;
	color: black !important;
}


.archivio_titolo_prodotto  {
	
	height: 80px;
	
	
}


/* float dei plugin compara */

.compara_rigth {
        position: fixed;
    right: 20px;
    bottom: 120px;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 1px 4px 0;
    border-radius: 50%;
    text-align: center;
    padding-top: 12px;


}



/* trucco per le qunaitta */


div.col.summary.entry-summary > p.stock.in-stock { display: none ; }

.woocommerce-shipping-destination  { display: none ; }


/* carrello */

#shipping_method li {
	
	clear: left;
	padding: 8px;
	text-align: left;
	font-weight: 400;
	
}




a.woocommerce-terms-and-conditions-link { font-weight: 700; color: black}

a:hover.woocommerce-terms-and-conditions-link { text-decoration: underline; color: black}

a:visited.woocommerce-terms-and-conditions-link { font-weight: 700; color: black}


.splide__pagination {
    bottom: .5em;
    left: 0;
    bottom: -30px;
    position: absolute;
    right: 0;
    z-index: 1;
}




.video_titolo {
	
	font-size: 5rem
	
}


@media (min-width: 768px){ 

.video_titolo {
	
	font-size: 8rem
	
}
}


.grecaptcha-badge { 
    visibility: hidden;
}


//contact form 7


.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="url"], 
.wpcf7-form input[type="password"], 
.wpcf7-form input[type="search"], 
.wpcf7-form input[type="number"], 
.wpcf7-form input[type="tel"], 
.wpcf7-form textarea {
    color: #1f252b;
    width: 100%;
    padding: 12px 16px;
    border-radius: 0;
    border: 0;
}

.wpcf7-form p {
    margin: 0 0 28px;
}

.wpcf7-text:focus, 
.wpcf7-textarea:focus {
    outline: 1px solid rgba(84, 222, 197, 0.9);
	border-color: #c3a686 !important;
	box-shadow: 0 0 0 .25rem rgb(195, 166, 134) !important; 
    outline-offset: 0;
}


.form-control:focus {
	border-color: #c3a686 !important;
	box-shadow: 0 0 0 .25rem rgb(195, 166, 134) !important; 
}


.btn-check:focus+.btn, .btn:focus, .woocommerce-info .btn-check:focus+a.button, .woocommerce-info a.button:focus, .woocommerce-notices-wrapper .woocommerce-message .btn-check:focus+a.button, .woocommerce-notices-wrapper .woocommerce-message a.button:focus, .wpcf7 .btn-check:focus+input[type=submit], .wpcf7 input[type=submit]:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(195, 166, 134) !important; 
}


/* settiman di consegna*/


#shipping_week_field > label:first-of-type {
    margin-bottom: 30px;
}


.woocommerce-input-wrapper input.input-radio {
	clear: both;
    float: left;
}

.woocommerce-input-wrapper label.radio.custom-control.custom-radio {
    float: left;
	    margin-top: -10px;
    padding-left: 6px;

}


@media screen and (min-width: 768px) {
	
	.woocommerce-input-wrapper input.input-radio {
   clear: both;
    float: left;
}

.woocommerce-input-wrapper label.radio.custom-control.custom-radio {
   margin-bottom: 10px;
    float: left;
    margin-top: -10px;
    margin-left: 8px;
}

}








/* Cornice dorata 2024 */

.bordo_giallo {
    border: 2px solid #e3b21c;
}



.divisore {
    border: none; /* Nessun bordo */
    height: 28px !important;
    margin: 0.5rem 0; /* Spazio sopra e sotto */
    position: relative;
	opacity: 0.75;
}

.divisore::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px; /* Linea sottile di 1px */
    background: linear-gradient(to right, transparent, #818078, transparent);
    transform: translateY(-50%); /* Centra verticalmente la linea */
}



.divisore::after {
    content: "";
    display: block;
    background: #fcfcfa url('https://www.donitalia.com/wp-content/themes/understrap/img/divisore.svg') no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 40px;
    margin-top: -10px;
}


h4.titoletti_widget {
	
	color: #710418;
	font-size: 1.3rem;
	
}


#box-testi-prodotto {
	
	background-color: #f9f9f9;
	padding: 8px;
	
	
}


#area-widget-msg-prodotti {
	
	margin-top: 24px;
}


.riduzione_testo { font-size: 0.8rem}



.panettone-tags{
    list-style: none;
    padding: 0;
   margin: 8px 4px 0 0;
    text-align: left;
}

.panettone-tag {
   display: inline-block;
  background-color: #ae1e21;
  padding: 5px 10px;
  margin: 3px;
  border-radius: 3px;
  font-size: 11px;
  color: white;
}

.pandoro-tag {
   display: inline-block;
  background-color: #e3b21c;
  padding: 5px 10px;
  margin: 3px;
  border-radius: 3px;
  font-size: 11px;
  color: white;
}

.no-tags {
    font-style: italic;
    color: #999;
    text-align: center;
    margin-top: 10px;
}

.archivio_titolo_panettone {
	
	height: 80px;
    font-size: 1.7rem;
	
}


/* pasqua 2025 */


.sfondo_pasqua {
	
	    background-image: url('https://www.donitalia.com/wp-content/uploads/2025/01/pasqua_2025.jpg');
    background-repeat: no-repeat;
 
    background-size: cover;
    min-height: 300px;
    
	
}

.foto_colomba {
	
	width: 256px;
	
}


/* Wrapper per gestire layout inline su desktop e block su mobile */
.footer-img-text {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

/* Immagine: inline su desktop, block su mobile */
.img-footer {
  max-height: 40px;
  margin-right: 10px;
}

.footer-text {
  font-size: 1.5rem;
    font-style: italic;
    font-weight: 400;
}

/* Responsive: su mobile l'immagine va sopra */
@media (max-width: 576px) {
  .footer-img-text {
    display: block;
  }

  .img-footer {
    display: block;
    margin: 0 auto 10px auto;
    max-height: 60px;
  }

  .footer-text {
    font-size: 1rem;
    font-style: italic;
    font-weight: 400;
    display: block;
  }
}



.titolo-anniversario {
  color: #000;
  font-size: 1.4rem;
  font-family: 'Playfair Display SC', serif;
}

.scatola-regalo-section,
.variazioni-alimentari-section {
  margin-top: 32px;
  margin-bottom: 16px;
}




.scroll-grid-wrapper {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden; /* ← blocca lo scroll orizzontale */
  border: 1px solid #ddd;
  padding: 8px;
  box-sizing: border-box;
}

.scroll-grid-wrapper .row {
  margin-right: 0;
  margin-left: 0;
}

.scroll-grid-wrapper .col-9,
.scroll-grid-wrapper .col-3 {
  padding-right: 0;
  padding-left: 0;
}

.scroll-grid-wrapper input {
  width: 100%;
  min-width: 0; /* ← evita che l'input forzi larghezza */
}