._feature_product_style1 {
    .__inline-62{
        background: white;
        border-radius: 7px;
    }


    /* ===============================
       FEATURE SECTION
    =============================== */


    .feature-product-title {
        text-align: center;
        font-size: 22px;
        margin-top: 15px;
        font-weight: 700;
    }

    /* ===============================
       TEXT
    =============================== */



    .view-all-text {
        font-size: 14px;
        font-weight: 600;
        color: #000;
    }

    .view-all-text:hover {
        color: #000;
    }
}



._feature_product_style1 .slick-dots li button {
  background: #dedede;
  padding: 6px !important;
  border-radius: 50%;
}

._feature_product_style1 .slick-dots li.slick-active button {
  background: var(--primary-color);
}

._feature_product_style1 .slick-dots {
  bottom: 0px;
}
