/** Shopify CDN: Minification failed

Line 106:0 Expected "*/" to terminate multi-line comment

**/
@charset "UTF-8";

#swiper1.swiper-container{
         width:100vw;
      height: 100%;
  	max-width:1090px;
    max-height:800px;   
	margin-left: auto;
    margin-right: auto;
   margin-top:55px;
  margin-bottom:25px;

 }

#swiper2,
#swiper-americano,
#swiper-macchinetta,
#swiper-fioretta,
#swiper-germina,
.swiper-container{

  		width:100vw;
	    height: 100%;
      max-width:1090px; 
      max-height:615px; 
  	margin-left: auto;
    margin-right: auto;
     margin-top:auto;

}



/*.swiper-slide {
    background-size: cover;
    background-position: center;
      display: flex;
  justify-content: center;
  align-items: center;
  height: auto;

    }*/



/*.c-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 0 15px;
}
*/



.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically 
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;*/

    }


.swiper-button-prev,
.swiper-button-next {
  color: #666;
  width: 20px;
  height: 35px;
  opacity: 0.3; 
} 
  
.swiper-pagination{
  position: static;
  padding-top: 15px;

} 
  
.swiper-pagination-bullet-active {
  background: #666;
}

/* .swiper-pagination-bullets {
  margin-top:10px;
}


