  .centra div p{
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .titolo-no-corsivo{
        text-align: center;
      }
      @media only screen and (max-width: 667px){
        .piccola_descrizione_categoria {
          width: 90% !important;
          margin-left: 5% !important;
          /* padding: 4em 0 !important; */
        }
      }
  @media only screen and (max-width: 667px) {
    .img-produttori.new_graph {
      height: 100px !important;
    }
    .img-produttori.new_graph .nome-corsivato{
      height: 100px !important;
      margin-top: 0;
    }
  }
.boll.ventitre svg{
  height: 20px !important;
  width: 20px !important;
  margin-bottom: 10px;
}
.boll.ventitre svg path{
  transition: all 0.5s;
  fill: #FFF !important;
}
.boll.ventitre.reverse svg path{
  transition: all 0.5s;
  fill: var(--verde-sm-new) !important;
}


@media only screen and (max-width: 667px){
.nr0 {
  padding: 0;
}
}

  .mh0 {
    max-height: 0;
    transition: all 0.5s;
    overflow: hidden;
    padding: 0 !important;
  }
  .mh10 {
    max-height: 10em;
    padding: 1em 0 !important;
  }
        .tooltip2 .tooltiptext2{
          margin-left: 0 !important;
          transform: translateX(-50%);
          width: fit-content !important;
        }
        .flex-center {
        display: flex;
        justify-content: initial !important;
      }
      .notShow{
        display: none;
      }
      .notFoundMSG{
        display: flex;
        justify-content: center;
        margin: 2em 0;
      }
      
  .titolo-no-corsivo a{
    font-family: var(--fonttitoli) !important;
    text-shadow: none !important;
  }
  .contenitore-lista,
  .contenitore-lista a{
    color: #FFF;
  }
  .contenitore-lista a:hover{
    color:#fff;
    text-decoration:none;
  }
  .layer_new{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
  }
  .icons-container{
    position:absolute;
    top: 0;
    right: 0;
    display: flex !important;
    justify-content: right !important;
    align-items: flex-end !important;
    max-height: 4em;
  }
  .icons-container img{
    width: 3em;
    margin-right: 0;
    background: var(--verde-sm-new);
    border-radius: 7px;
    padding: 0.5em;
  }
  .layer_new .img{
    height: 5em;
    width: 5em;
    max-width: 100%;
    max-height: 100%;
    display: block;
    background-size:contain;
    background-color: white;
    border-radius: 100%;
  }
.flex-center span{
  color: #FFF;
}  
  .likesTo__group{
    display: flex !important;
    position: relative;
    margin-left: -1.2rem;
    cursor: pointer;
    width: initial !important;
height: initial !important;
  }
  .likesTo:hover{
    top: -1rem;
    z-index: 99;
    width: 60px !important;
    height: 60px !important;
  }
  
  .likesTo{
    width: 50px !important;
    height: 50px !important;
    object-fit: cover !important;
    object-position: top;
    border-radius: 50%;
    border: 2px solid var(--verde-sm);
    position: relative;
    top: 0;
    transition: all 0.5s;
    display: inline-flex !important;
    background-color: #FFF;
    justify-content: center;
    align-items: center;
  }
  .doppio_bordo{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--verde-sm);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 100%;
    color: #FFF;
    position: absolute;
    top: 2px;
    left: 2px;
  }
  
  @media screen and (max-width: 767px) {
  /* .likesTo{
    display: none !important;
  } */
  }
  .flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flex-center span{
    width: initial !important;
    font-weight: 100 !important;
  }
  .flex-center-size{
    height: 60px;
  }
  .flex-center span:first-child{
    padding-right: 1.5em;
  } 
  .flex-center span:last-child{
    padding-left: 0.7em;
  }
  </style>

<style>
  .img-domanda {
    width: 2em;
    padding: 0.5em;
    padding-right: 0em;
    margin-left: 1em;
  }
  .follower_count {
    padding: 0em;
  }
  .tooltip2 {
    position: relative;
    display: inline-block;
  }
  .tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 27em;
    background-color: rgba(51, 51, 51, 0.9);
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 50%;
    margin-left: -151px;
    font-size: 12px;
    padding: 1em;
  }
  .tooltip2:not(:hover) .tooltiptext2 {
    display: none;
  }
  .tooltip2 .tooltiptext2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
  }
  .tooltip2:hover .tooltiptext2 {
    visibility: visible;
    display: inline-block;
  }
  .btn.btn-xs {
    border-radius: 5px !important;
  }
 /*TELEFONO JUSTIN*/
@media only screen and (min-width : 230px) and (max-width :480px) {
.img-domanda {
width: 1.5em;
padding: 0em;
padding-right: 0em;
margin-left: 0em;
}
.tooltip2 .tooltiptext2 {
  display: inline-block;
  visibility: hidden;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  text-align: left;
  position: absolute;
  z-index: 1;
  transition: all 0.5s;
  width: 23em;
  border-radius: 6px;
  padding: 1em;
  bottom: 130%;
  margin-left: inherit;
  left: -11.5em;
}
  .tooltip2 .tooltiptext2::after {
  content: "";
  position: absolute;
  top: 100%;
  /* left: 5%; */
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  left: calc(11.5em + 10px);
  }
}

#breadcrumb_secondario .btn_cart {
  white-space: nowrap;
}