.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


html,body{
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color:  white!important;
    width: 100%;
    height: 100%;


}


      
img{
    max-width: auto;
    height: 400px;
    display: block;
    border-radius: 5px;
}
h3{
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
    font-family: Montserrat;
}
.carousel-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color:#fff;
    overflow: hidden;
	margin-top: -10px;
}
.carousel-wrapper .carousel{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}
.carousel-wrapper .carousel .carousel-cell{
    font-family: Montserrat;
	border: 0px solid green;
    border-radius: 5px;
    padding: 15px;
    background-color: #ffffff;
    width: 20%;
    height: auto;
    min-width: 320px;
    margin: 0 40px;
    transition: transform 500ms ease;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.479);
}
.carousel-wrapper .carousel .carousel-cell .more{
    display: block;
    opacity: 0;
    margin: 5px -120 15px 0;
    text-align: center;
    font-size: 12px;
    color: #6b6a6a;
    text-decoration: none;
    transition: opacity 300ms ease;
}
.carousel-wrapper .carousel .carousel-cell .more:hover,
.carousel-wrapper .carousel .carousel-cell .more:active,
.carousel-wrapper .carousel .carousel-cell .more:visited,
.carousel-wrapper .carousel .carousel-cell .more:focus{
    color: #6b6a6a;
    text-decoration: none;
    font-family: Montserrat;
}
.carousel-wrapper .carousel .carousel-cell .line{
 }
.carousel-wrapper .carousel .carousel-cell .price{
    color:red;
    position: absolute;
    font-weight: 700;
    margin:;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    transition: opacity 300ms ease 300ms;
}
.carousel-wrapper .carousel .carousel-cell .price sup{
    top: 2px;
    position: absolute;
}
.carousel-wrapper .carousel .carousel-cell.is-selected{
    transform: scale(1.2);
}
.carousel-wrapper .carousel .carousel-cell.is-selected .line{
    height: 35px;
}
.carousel-wrapper .carousel .carousel-cell.is-selected .price,
.carousel-wrapper .carousel .carousel-cell.is-selected .more{
    opacity: 1;
}
.carousel-wrapper .flickity-page-dots{
    display: inline-block;
}
.carousel-wrapper .flickity-viewport,
.carousel-wrapper .flickity-slider{
    overflow: visible;
}
@media only screen and (max-width:760px){
    .carousel-wrapper .carousel .carousel-cell{
        width:350px;
        height: auto;
        padding-left: 20px;
    }
    img{
        width: 350px;
        height: 350px;
    }
	h3{
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
    font-family: Cabin;
}
}
