.elementor-13847 .elementor-element.elementor-element-d032901{--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;}body.elementor-page-13847:not(.elementor-motion-effects-element-type-background), body.elementor-page-13847 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for shortcode, class: .elementor-element-7a2acea *//* Pulsante Carrello e Checkout - colore personalizzato */
.woocommerce-cart .button, 
.woocommerce-checkout .button, 
.woocommerce-cart .checkout-button, 
.woocommerce-checkout .checkout-button {
    background-color: #d2d800 !important; /* sfondo giallo */
    color: #000000 !important;           /* testo nero */
    border: none !important;             /* rimuove bordi */
}/* End custom CSS */
/* Start custom CSS *//* Sfondo scuro a tutta larghezza sotto la header solo nella pagina carrello */
body.woocommerce-cart::before {
  content: "";
  display: block;
  position: absolute;
  top: 0; /* parte subito sotto la header sticky */
  left: 0;
  width: 100%;
  height: 150px; /* altezza della barra */
  background-color: #111; /* colore scuro */
  z-index: 0;
}

/* Sposta il contenuto sotto la barra se necessario */
body.woocommerce-cart #main {
  position: relative;
  z-index: 1;
  margin-top: 100px; /* stessa altezza della barra */
}/* End custom CSS */