.promotion-strip h3 {
    font-size: 1.9em;
    font-weight: 600;
}

.home-slider-sec .home-slide {
    opacity: 0.5;
    transition: 1s;
    position: relative;
}
.home-slider-sec .home-slide.slick-active {
    opacity: 1;
    transition: 1s;
}
.home-slider-sec  .banner-icon {
    max-width: 165px;
    height: 76px;
    background: #fff;
    border-radius: 4px 26px 26px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-slider-sec .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 1em;
}
.home-slider-sec .slick-dots li button {
    width: 14px;
    height: 14px;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    /* background: #9B9B9B; */
    box-shadow: 0px 1px 4px 0px #00000026,        /* Outer shadow */
  inset 0px 1px 4px 1px #00000040;  /* Inset shadow */
}
.home-slider-sec .slick-dots li.slick-active button {
    background: var(--green_col);
}
.home-slider-sec .slider-image a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(13% 0%, 0% 100%, 0% 0%);
    -webkit-clip-path: polygon(13% 0%, 0% 100%, 0% 0%);
    background: #fff;
    left: -2px;
}
.home-slider-sec button.slick-arrow {
    top: 39%;
    width: 36px;
    height: 36px;
    z-index: 99;
    border: 0;
}
.home-slider-sec button.slick-arrow.slick-next {
    right: -18px;
}
.home-slider-sec button.slick-arrow.slick-prev {
    left: -18px;
}
.home-slider-sec .slider-left-bg{
    background: var(--primary-bg);
    /* overflow: hidden; */
    /* border-top-right-radius: 60px; */
    /* border-bottom-right-radius: 60px; */
    position: relative;
    z-index: 9;
}
.home-slider-sec .slider-left-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 14%;
    background: var(--primary-bg);
    z-index: 999;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
.home-slider-sec .slide-link a {
    color: #000;
    padding: 0.7em 3em;
    border-radius: 6px;
    background: #01EB7A;
}
.store-icon {
    width: 130px;
    top: -37px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 62px;
}
.store-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.featured_coupon .background_image {
    height: 234px;
}

.featured_coupon .background_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured_coupon {
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 4px;
}
.section-bg {
    position: relative;
}
.section-bg:after {
    width: 100%;
    height: var(--section-bg-height);
    background: #f4f6f8;
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
}
section.newsletter-section .container .newsletter_wrap {
    background-image: url(../images/newsletter-bg.webp);
    height: 300px;
    background-size: 100%;
    background-position: center;
    position: relative;
    width: 100%;
}
section.newsletter-section .container .newsletter_wrap:after {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(1, 161, 83, 0.7), rgba(1, 161, 83, 0.7));
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 0;
}
.section-heading h3 {
    position: relative;
    padding-bottom: 0.5em;
}
.section-heading h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: var(--green_col);
    margin: 0 auto;
    left: 0;
    right: 0;
}
.newsletter-heading {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 36px;
}
.btn2, .btn2:hover {
    border: 1px solid #01A153;
}
.list-group-item {
  border: none;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.card-header {
  font-size: 1.1rem;
  background: #EDEDFC !important;
  border-top: 4px solid #01A153 !important;
}
.list-store-logo {
    width: 104px;
}
.store-list-item {
    height: 108px;
}
.product_card_title {
    font-size: 1.25rem;
    line-height: 28px;
    vertical-align: middle;
    min-height: 55px;
}
.product_card_image {
    height: 230px;
}
.product_card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_card_content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.white-gradient {
    background-image: linear-gradient(to top, #fff 10%, transparent);
    height: 80px;
    position: absolute;
    bottom: -6px;
    width: 100%;
    left: 0;
}
.store-list-item:hover {
    background: #f1f6fb;
}


.feat_cats .categories-wrap li a {
    color: var(--primary_col);
    background: #EDEDFC;
    border-radius: 30px;
    padding: 0.7em 1.3em;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}
.feat_cats .categories-wrap li a:hover {
    background: var(--primary_col);
    color: #fff;
}
.newsletter-column {
    z-index: 99;
    position: relative;
}

.feat_stores {
    background: #F5F7F9;
}
.feat_stores li a {
    width: 96px;
    height: 96px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #fff;
    border-radius: 50%;
    padding: 0.8em;
}

@media (max-width: 500px) {
    section.newsletter-section .container .newsletter_wrap{
        height: auto;   
    }
    .newsletter-heading {
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 26px;
        font-weight: 500;
    }
}