.elementor-1668 .elementor-element.elementor-element-951db78{--display:flex;}.elementor-1668 .elementor-element.elementor-element-951db78:not(.elementor-motion-effects-element-type-background), .elementor-1668 .elementor-element.elementor-element-951db78 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1668 .elementor-element.elementor-element-66e6724{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1668 .elementor-element.elementor-element-270dd88 .elementor-heading-title{font-family:"Lato", Sans-serif;font-size:44px;font-weight:600;color:var( --e-global-color-422861b );}.elementor-1668 .elementor-element.elementor-element-c77f3b4{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-3675139 *//* PAGINA CARRELLO - Gestisce il colore del pulsante procedi al pagamento - INIZIO */
.woocommerce a.button.alt {
  background-color: #F52003;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.woocommerce a.button.alt:hover {
  background-color: #D41902; /* Cambia con il colore desiderato */
  color: #ffffff; /* Cambia il colore del testo se necessario */
  transition: background-color 0.3s ease-in-out; /* Per un effetto più fluido */
}

/* PAGINA CARRELLO - Gestisce il colore del pulsante procedi al pagamento - FINE */



#coupon_code.input-text {
  width: 40%!important;
  max-width: 100%; /* Assicura che non superi il contenitore */
}

@media (max-width: 768px) {
  #coupon_code.input-text {
    width: 50%!important; /* Rende il campo più largo su schermi piccoli */
  }
}/* End custom CSS */