.fchomefeatured .products-section-title {
    text-align: center;
    margin-bottom: 1.5rem;
}

.blaze-pagination button {
    font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
  }
  
  .blaze-pagination button:before {
      font-family: slick;
      font-size: 6px;
      line-height: 20px;
      /*position: absolute;*/
      top: 0px;
      left: 0px;
      width: 20px;
      height: 20px;
      content: "•";
      text-align: center;
      opacity: 0.25;
      color: rgb(0, 0, 0);
      -webkit-font-smoothing: antialiased;
  }
  
  .blaze-pagination button.active:before {
    opacity: .75;
    color: #000;
  }
  
/*
.fchomefeatured .products  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}


.fchomefeatured .product-miniature  {
    margin: 0 0.8125rem;
}

.fchomefeatured .thumbnail-container  {
    position: relative;
    margin-bottom: 1.563rem;
    height: 318px;
    width: 250px;
    background: #fff;
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
}

.fchomefeatured .thumbnail-container .product-thumbnail {
    position: relative;
    height: calc(100% - 70px);
}

.fchomefeatured .product-thumbnail  {
    display: block;
}
*/