/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
Author: Alice Zampieri
*/

/* Qui puoi mettere il CSS del tuo shortcode */

.acf-checklist{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .5rem;
  padding-left: 0;
  list-style: none;
}

.acf-checklist__item{
  display: flex;
  align-items: flex-start;
  gap: .6rem;
}

.acf-checklist__icon{
  line-height: 1.2;
  font-weight: 600;
}

.acf-checklist__text{
  line-height: 1.4;
}

.acf-checklist li{margin:0px !important;}

#azRegularPrice{font-family:Aboreto, Arial;font-weight:600;color:var(--e-global-color-secondary);text-decoration:line-through var(--e-global-color-secondary);font-size:20px;}

#azDiscountPercent{font-family:Aboreto, Arial;font-weight:600;color:#aa2916!important;text-decoration:none;font-size:24px;}

#azSalePrice{font-family:Aboreto, Arial;font-weight:900;color:var(--e-global-color-text);text-decoration:none;font-size:42px;}
