.container {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: white;
}

.grid-container {
  width: 80%;
  margin: 30px auto;
  color: #000;

  overflow: hidden; /* clearfix */
  background-color: white;

  display: flex;
  flex-wrap: wrap;
}

.product-container {
  width: 75%;
  height: calc(100% - 125px);
  margin: 0 auto 50px auto;
  background-color: white;

  position: relative;
}

.icon-grid {
  position: absolute;
  top: 35px;
}

.grid-2 {
  right: 7%;
}

.grid-4 {
  right: 4.5%;
}

.grid-container.small {
  width: 50%;
}

.grid-container a{
  color: #000;
  text-decoration: none;
}

.col {
  float: left;
}

.col-2 {
  width:50%;
}

.col-3 {
  width:33.3333%;
}

.col-4 {
  width:25%;
}

.col-5 {
  width:20%;
}

.img-prodotto {
  width: 100%;
  padding: 10px;
}

.hover {
  position: relative;
}

.white-box {
  position: absolute;
  opacity: 0;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color:rgba(255,255,255,.85);

  transition: .3s;
}

.white-box:hover {
  opacity: 1;
}

.preview-title {
  position: absolute;
  top: 35%;
  left: 0px;
  right: 0px;
  text-align: center;

  font-family: 'gothambook';
  font-weight: 700;
  font-size: 18px;
}

.preview-icon {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.description {
  position: absolute;
  right: 0;
  top: 40%;
  width: 30%;
  font-size: 13px;
  padding: 10px 20px;
  line-height: 18px;
}

.inner-description {
  padding-bottom: 50px;
}

.header-product {
  font-family: "gothammedium";
  font-size: 17px;
  color: #000;
  padding-bottom: 7px;
}

.header-product.uppercase {
  text-transform: uppercase;
}

.text-description {
  font-size: 13px;
  
}

.text-description.uppercase {
  text-transform: uppercase;
}

.header-description {
  font-family: 'gothammedium';
  font-size: 16px;
  color: #000;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.header-description.uppercase {
  text-transform: uppercase;
}

.cover-image {
  padding-top: 50px;
  display: block; 
  margin: 0 auto;
  width: 470px;
}

.text-general {
  font-size: 13px;
  
  line-height: 20px;

  width: 470px;

  margin: 0 auto;
  padding: 50px 0 ;
}

.text-general a{
  text-decoration: none;
  color:#000;
}


.general-content {
  padding-top: 10px;
}

/*@media only screen and (max-width: 480px) {

  .product-container {
    width: 100%;
   height: 100%;
  }
  
  
.description {
  position: static;
  float: left;
  width: 100%;
  font-size: 13px;
  padding: 50px 20px;
  line-height: 18px;
}

  .text-general {
    width: 100%;
    padding: 50px 20px ;
  }

  .cover-image {
    padding-top: 50px;
    display: block; 
    margin: 0 auto;
    width: 100%;
  }

  .col-3 {
    width: 100%;
  }

}

@media only screen and (max-width: 480px) {
  .grid-2 {
    display: none;
  }

  .grid-4 {
    display: none;
  }

  .col-4 {
    width: 50%;
  }
}*/

@media only screen and (max-width: 1048px) {

  .product-container {

  }

  .grid-2 {
    display: none;
  }

  .grid-4 {
    display: none;
  }

  .product-container {
    width: 100%;
    height: auto;
  }


  .description {
    position: static;

    width: 100%;
    font-size: 13px;
    padding: 50px 20px;
    line-height: 18px;
  }

  .text-general {
    width: 100%;
    padding: 50px 20px ;
  }

  .cover-image {
    padding-top: 50px;
    display: block; 
    margin: 0 auto;
    width: 100%;
  }

  .col-3 {
    width: 100%;
  }

  .col-4 {
    width: 50%;
  }

    .col-5 {
    width: 100%;
  }
}

@media only screen and (max-width: 1600px) {
  .description {
    top: 25%;
  }

  .grid-2 {
    right: 80px;
  }

  .grid-4 {
    right: 40px;
  }
}