.bestSeller{
  background: #FBF8F3;
  padding: 120px 0px
}
.headingSection{
  margin: 0px 0px 24px;
}
.bestList{
  list-style: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
  height: 304px
}
.bestList .slick-slider{
  text-align: left;
}
.bestContent {
    margin-top: 50px;
}
.listS {
    height: 264px !important;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.2s all ease-in-out;
    background-position: center;
    background-size: cover;
    position: relative;
}
.metaCardProd {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 20px;
    text-align: left;
}
p.prezzo {
    font-size: 24px;
    margin: 10px 0px 5px;
}
.arrowCardProd{
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.listS.slick-slide.slick-current.slick-active.slick-center {
    height: 304px !important;
}
.listS a {
    position: relative;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
}
p.titprod {
    font-size: 30px;
    margin: 0px;
    color: #fff;
    line-height: 30px;
}
.slick-slider {
    margin:0px;
}
.slick-slide {
    padding:12px;
    text-align:center;
    margin-right:12px;
    margin-left:12px;
}
ul.slick-dots {
    position: absolute;
    bottom: -70px;
}
ul.slick-dots li {
    border: 1px solid #59665A;
    border-radius: 50%;
    overflow: hidden;
}
ul.slick-dots li.slick-active{
  background-color: #59665A;
}

.overlayCardBest {
    background: linear-gradient(55deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



/* SMARTPHONE */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.slick-slide {
    margin-right: 6px;
    margin-left: 6px;
}
.bestList {
    height: 200px;
}
.titleHome {
    font-size: 33px;
}
h1.titleHome, .subHome {
    text-align: center;
}
}
