body {
    font-family: Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: #06519C;
    background-image: url(sfondo_sito_2.jpg);
    background-size: cover;
    color: #fff;
    margin: 0;
    padding: 0;
  }
  
  
  /* Grow */
  .hvr-grow {
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: all;
      transition-property: all;
    }
    .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    
    /* Shrink - rimpicciolisci */
    .hvr-shrink {
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: transform;
      transition-property: all;
    }
    .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
      -webkit-transform: scale(0.94);
      transform: scale(0.94);
    }
    
  img {
      max-width: 100%;
  }
  
  .chakra-petch-regular {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .chakra-petch-bold {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  
  a:link {
      text-decoration: none;
      color: #fff;
  }
  h1, h2 {
      font-size: 2.8em;
      font-family: "Chakra Petch", sans-serif;
      font-weight: 400;
      font-style: normal;
      
  }
  
  h3, h4 {
      font-size: 2em;
      font-weight: normal;
  }
  a {
    color: #fff;
    text-decoration: none;
    transition: all 200ms;
  }
  a:hover {
    color: #b6e5ff;
  }
  
  p {
      font-size: 1.1em;
      line-height: 1.3;
  }
  .angoli-arrotondati {
    border-radius: 5px;
  }
  .flex-container {
      display: flex;
  }
  .contenitore-principale {
      max-width: 1100px;
      margin: 0 auto;
  }
  .space-between {
      justify-content: space-between;
  }
  header {
    padding: 20px 0;
  }

  header .barra-secondaria {
    justify-content: flex-end;
  }
  header .barra-secondaria a {
    margin-left: 30px;
    color: #d5d5d5;
  }
  header .barra-secondaria .carrello {
    color: #fff;
    font-size: 22px;
  }
  .logo-brand {
    justify-content: space-between;
    margin-top: 10px;
  }
  .logo-brand select, .logo-brand input {
    color: #fff;
    background: #06519C;
    padding: 35px 20px;
    border: none;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
    font-size: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 70px;
    transition: all 300ms;
  }
  #selectBrand {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-image: url(immagini/Arrow-select.png);
    background-repeat: no-repeat;
    background-position: 90%;
  }
  #selectBrand:hover {
    background-color: #033567;
  }
  #selectCategories {
    background-color: #0B8AE1;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url(immagini/Icona-categorie.png);
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: 25px;
  }
  #selectCategories:hover {
    background-color: #005994;
  }
  #searchBar {
    background-color: #077AC9;
    background-image: url(immagini/search.png);
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 35px;
    padding-right: 10px;
  }
  #searchBar:hover {
    background-color: #0065a9;
  }
  
  header .barra-principale {
    margin-top: 10px;
  }

  .cardgame-menu select {
    color: #fff;
    background: #06519C;
    padding: 35px 20px;
    border: none;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
    font-size: 1.2em;
    padding-right: 6%;
    transition: all 300ms;
    width: 100%;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .cardgame-menu div {
    width: 16.66%;
  }
  #CardGamesmenu {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }
  #Offers {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  }
  #BookMangamenu {
    background-color: #077AC9;
  }
  #Accesoriesmenu {
    background-color: #0B8AE1;
  }
  #FunkoToysmenu {
    background-color: #1C9EF6;
  }
  #Lego {
    background-color: #48B5FF;
  }
  #Offers {
    background-color: #70C5FF;
  }

  .contenitore_2_img {
    margin-top: 10px;
  }
  .most-selled .img-container {
    justify-content: space-between;
  }
  .most-selled .img-container div {
    flex-basis: 31%;
    height: auto;
    background-color: #1097f079;
    border-radius: 5px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
    padding: 5px;
  }
  .most-selled .img-container div img {
    max-width: 100%;
  }
  .colonna {
    flex-basis: 49%;
  }
  .due-colonne {
    justify-content: space-between;
  }
  .lista {
    margin: 0;
    padding: 0;
    margin-top: 20px;
  }
  .lista li {
    display: block;
    padding: 10px;
    background: #2782C0;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
    margin-bottom: 2px;
    border-radius: 5px;
  }
  .lista li:nth-child(2n+2) {
    background: #40BDFF;
  }

  hr {
    border: none;
    height: 1px;
    background: #ffffff53;
    margin: 20px 0;
  }
  .titolo_cta_email h2 {
    margin-top: 0;
  }
  .titolo_cta_email input {
    border: none;
    padding: 20px;
    min-width: 300px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
  }
  .titolo_cta_email button {
    border: none;
    padding: 20px;
    background: #0088e3;
    color: #fff;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
  }
  .sfumatura-nera {
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  }

  footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  footer .logo {
    max-width: 150px;
  }
  footer .icone-footer {
    font-size: 35px;
  }
  footer .icone-footer i {
    margin-right: 20px;
  }
  footer .contenitore-logo  {
    justify-content: space-between;
    border-bottom: solid 1px #ffffff64;
    margin-bottom: 20px;
  }