@media only screen and (min-width: 320px) and (max-width: 767px){

.top-search-form form .form-control  {
max-width: 150px !important;
width: 150px !important;
margin-right: 15px !important;
margin-left: 8px !important;
}
  
}

#articoloQuantita{
  border-radius: revert; 
}

#popUpInformazioni {
 

    animation-name: example;
    animation-duration: 3s;  
    animation-fill-mode: forwards;
  }
  
  @keyframes example {
  
    from {top: 0px;
    }
    to {top: 150px;
    }
  }

  html{

    background: transparent;
        
    }

    #titoloCookie:hover,#titoloCookie:focus{
      color: #0056b3;
      text-decoration:none;
    }   
    
    #titoloFacebook:hover,#titoloFacebook:focus{
      color: #0056b3;
      text-decoration:none;
    }

.single-hero-slide
{
  background-position: left;
}

.card .card-body
{
  padding: 0.5rem;
}
.skiptranslate
{
  display:none;
}