.px-0{
    padding-left: 0;
    padding-right: 0;
  }
  .my-4em{
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .my-2em{
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .box-esterno-grey2{
    background-color: #F5F5F5;
    border-top: 1px solid #e9efee;
  }
  .box-esterno-grey{
    
    padding-inline: 0 !important;
  }
  .overflow_mobile-h{
    overflow: hidden;
  }
  .overflow_mobile2{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-inline: 0 !important;
  }
  .overflow_mobile{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
  }
  .bordo-immagini-interessi {
      border-radius: 50%;
      border: 2px solid #FFF;
      width: 120px;
      height: 120px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .immagini-interessi {
      padding-bottom: 5em;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .immagini-interessi a{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-decoration: none;
  }
  .immagini-interessi img {
      transition: all 0.5s;
      width: 7em;
      height: 7em;
      object-fit: cover;
      border-radius: 50%;
      background-color: white;
  }

  .immagini-interessi p {
      font-size: 16px;
      color: #fff;
      text-align: center;
  }
  .immagini-interessi img:not(.img_utenti){
      padding: 1em;
      object-fit: contain;
  }

  .immagini-interessi img:hover {
      opacity: 0.7;
  }
  .immagini-interessi.only_text h3{
    transition: all 0.5s;
    width: 105px;
    height: 105px;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: #FFF;
    color: #333;
    border-radius: 100%;
    text-transform: uppercase;
  }
  .immagini-interessi.only_text h3:hover {
      opacity: 0.7;
  }
  .img-produttori{
    left: 15%;
    margin-left: 1em;
    margin-right: 1em;
  }
  .img-produttori .layer,
  .img-produttori img,
  .img-produttori .nome-corsivato{
    width: 70%;
  }

  /*Only desktop*/
  @media only screen and (min-width:481px) {
    .overflow_mobile2{
      margin: 0;
    }
  }

  @media only screen and (min-width : 230px) and (max-width :480px) {
    .img-produttori{
      left: 0;
      margin-left: 0;
      margin-right: 0;
    }
    .img-produttori .layer,
    .img-produttori img,
    .img-produttori .nome-corsivato{
      width: 100%;
    }

    .box_prodotto_new-container{
      min-width: 90%;
    }
    .overflow_mobile{
        overflow-x: auto;
        justify-content: flex-start;
        gap: 1em;
    }
    .overflow_mobile .immagini-interessi:last-child {
      margin-right: 1em;
    }
    .immagini-interessi.only_text h3{
      width: 70px;
      height: 70px;
      max-width: 100%;
      max-height: 100%;
    }
    .immagini-interessi img {
      width: 70px;
      height: 70px;
      padding: 0.5em;
    }
    .immagini-interessi p {
      font-size: 14px;
    }
    
    .bordo-immagini-interessi {
      width: 80px;
      height: 80px;
    }
    .selezione-small .container-image img{
      max-width: calc(100vw - calc(15px * 6));
      object-fit: cover;
    }
  }

  .selezione{
      height: 300px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      margin:0;
  }
  .selezione p:not(:empty){
      margin: 1em 0;
      height: 4em;
  }
  .selezione .curata{
      margin: 0 0 1em 0;
      font-weight: 600;
  }
  .selezione .btn_cart_new{
      margin: 0;
      width: 100%;
  }
  .selezione .container-image{
      position: relative;
      border-radius: 5px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      cursor: pointer;
      cursor: hand;
      margin-bottom: 30px;
  }
  .selezione .container-image::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.15) 40%,rgba(0,0,0,0.65) 100%); 
  }
  .selezione .container-image img{
      max-height: 100%;
      height: 300px;
  }
  .selezione .container-image a{
    position: absolute;
    bottom: 1em;
    left: 1em;
    z-index: 1;
    text-decoration:none;
  }
  .selezione .container-image h3{
      color: #FFF;
      font-family: var(--fonttitoli);
      font-size: 24px;
      font-weight: 600;
  }
  .selezione .container-image span{
      color: #FFF;
      font-family: var(--fonttitoli);
      font-size: 18px;
      font-weight: 300;
  }
  .selezione-small{
    height: 280px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 0 2em 0;
    cursor: pointer;
    cursor: hand;
  }
  .selezione-small .container-image {
      border-radius: 5px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
  }
  .selezione-small .container-image img{
      max-height: 100%;
      height: 200px;
  }
  .selezione-small p.nome {
    margin-top: 0.5em;
    color: #333;
    font-size: 18px;
    font-weight: 700;
  }
  .selezione-small p {
    font-size: 14px;
  }
  .fix-h1 p{
    line-height: 1.4;
    width: 50%;
  }

  
  .fork-cont svg{
    display: block;
    margin: 0 auto;
  }
  .fork-cont svg .cls_freccetta0{
    fill: #000 !important;
  }
    .fork-cont ,
    .fork-cont p{
      color: #000 !important;
    }

    
  .selezione .container-image picture{
    width: 100%;
    }
    .selezione .container-image picture *{
      width: 100%;
    }


    
    .box-esterno-grey {
      padding-inline: var(--border-custom);
    }
    .piccola_descrizione_categoria.top_text,
    .piccola_descrizione_categoria.top_text p{
      /* text-overflow: ellipsis; */
      overflow: hidden;
      display: -webkit-box;
      /* -webkit-line-clamp: 3; */
      -webkit-box-orient: vertical;
      color: #333;
      font-size: 16px;line-height: 1.3;text-align: left;

      font-family: var(--fontprincipale);
      font-weight: 300;
      font-size: 15px;
      margin-bottom: 1em;
    }
    .piccola_descrizione_categoria.top_text *{
      color: #333 !important;
    }
    .piccola_descrizione_categoria.top_text h2{
      font-size: 25px;
      text-align: left;
    }
    .piccola_descrizione_categoria.top_text p a {
      background: rgba(172,221,208,.5);
      top: 3px;
      border-radius: 18px 3px;
      color: var(--verdescuro) !important;
    }
    .piccola_descrizione_categoria.top_text p a:hover {
      color: var(--verdechiaro) !important;
    }
    
    .nome-corsivato .hide_top_text{
      display: none !important;
    }
    .nome-corsivato.open{
      height: fit-content !important;
      padding-bottom: 2.5em;
    }
    .nome-corsivato.open .hide_top_text{
      display: block !important;
    }
    .nome-corsivato.open .piccola_descrizione_categoria.top_text,
    .nome-corsivato.open .piccola_descrizione_categoria.top_text p{
      overflow: initial;
      display: block;
    }