.home-slider-sec .slider-wrap {
    margin: 0 auto;
}
.home-slider-sec .slick-list {
    overflow: visible;
    position: relative;
}
.home-slider-sec .home-slide .slider-image a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
    z-index: 9;
}
.home-slider-sec .home-slide.slick-active .slider-image a:before {
    opacity: 0;
}
.home-slider-sec .slide-title h3 {
    font-size: 3.375rem;
}
.home-slider-sec .slider-image .slide_img_desk {
    height: 365px;
}
.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: 12px;
    height: 12px;
    font-size: 0;
    border-radius: 50%;
    border: 0;
    background: #9B9B9B;
}
.home-slider-sec .slick-dots li.slick-active button {
    background: var(--primary_col);
}
.home-slider-sec .slide-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.home-slider-sec .banner-icon {
    height: 90px;
    margin-top: -41px;
    z-index: 9999;
    position: relative;
    border-radius: 0.5rem;
}
.home-slider-sec .home-slide .slide-content-wrap {
    display: none;
}
.home-slider-sec .home-slide.slick-active .slide-content-wrap {
    display: block;
}
.home-slider-sec button.slick-arrow {
    top: 32%;
    width: 36px;
    height: 36px;
    z-index: 99;
}
.home-slider-sec button.slick-arrow.slick-next {
    right: -7px;
}
.home-slider-sec button.slick-arrow.slick-prev {
    left: -7px;
}
.coupon-box .coupon-link-btn .coupon-btn {
    width: 40px;
    height: 40px;
}
.section-heading h3 {
    font-size: 2.25rem;
    color: var(--secondary_col);
}

.featured-stores .feat_store-logo {
    height: 117px;
    max-width: 165px;
}
.category-text-wrap h4.cat-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.featured-categories .categories-lists .feat_store a {
    width: 95px;
    height: 60px;
}
.featured-categories .categories-lists .featured_text {
    color: #4E6500;
}
.featured-categories .feat_cat_coupons_wrap .discount-logo {
    aspect-ratio: 1;    
}
.featured-categories .discount-description {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.featured-stores-wrap .slick-current + div + div + div + div:after  {
    opacity:0
}
a.discover_more_btn {
    transform: translateY(57px);
    transition: 0.5s all;
}
.newsletter-sec {
    margin: 0 auto;
    max-width: 1000px;
    margin-top: 3rem;
}
.store-logo-slide:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    right: 7px;
    background-color: #8002B7;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100px;
}
.cat-wrap {
    box-shadow: 0px 15px 30px 0px #0000001A;
    /* aspect-ratio: 3/2; */
}
.featured-categories {
    transform: translateY(-60px);
    z-index: 9;
    position: relative;
}
.category-text-wrap {
    height: 40px;
}

.category__stores__images__list__item {
    cursor: pointer;
    border-color: transparent !important;!i;!;
}
.category__stores__images__list__item.active {
    border-color: var(--secondary_col) !important;!i;!;!i;!;
}
.category__stores__images__list__item img {
    height: 75px;
    object-fit: contain;
    width: 120px;
}
.coupon-item {
    box-shadow: 0px 15px 30px 0px #0000001A;
    height: 190px;
    border-radius: 0px 64px 0px 0px;
    transition: 0.3s all;
}
.coupon-item:hover {
    box-shadow: 0px 15px 30px 0px #00000059;
}
.category_item__even .feat__category__image {
    border-radius: 60px 0px 0px 0px;
}
.category_item__odd .feat__category__image {
    border-radius: 0px 60px 0px 0px;
}
.feat__category__image > a {
    padding: 0.8rem 1.7rem;
    transition: 0.3s all;
}
.feat__category__image > a:hover {
    background: #fff !important;
    color: #000 !important;
}

/*Seasonal ticker*/
body .seasonal_ticker {background: #00751F;}
.seasonal_ticker,.seasonal_ticker a {
    color: #ffffff;
}
body .seasonal_ticker img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
/*Seasonal ticker*/

@media (min-width: 767px) {
    .categories-lists .cat-wrap:hover .feat_bottom_content .discover_more_btn {
        transform: translateY(0px);
    }
}

@media (max-width: 767px) {
    .home-slider-sec .slider-image a:before {
        display: none;
    }
    .home-slider-sec .banner-icon {
        position: absolute;
        top: 0;
        height: 60px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        left: 0;
        right: 0;
        width: 100px;
        margin: 0 auto;
    }
    .home-slider-sec .slick-list {
        overflow: hidden;
    }
    .home-slider-sec button.slick-arrow.slick-next {
        right: 0;
    }
    .home-slider-sec button.slick-arrow.slick-prev {
        left: 0;
    }

    .section-heading h3 {
        font-size: 1.25rem;
        margin-bottom: 0;
        font-weight: 700;
    }

    .categories-lists .row {
        flex-wrap: nowrap;
        padding-bottom: 0.5rem;
    }
    .categories-lists .col-md-3 {
        width: auto;
    }
    
    .category__stores__images__list {
        overflow-x: auto;
    }
    .category__stores__images__list__item {
        flex-shrink: 0;
        flex-grow: 1;
        flex-basis: max-content;
    }
    .category__stores__images__list__item img {
        height: 60px;
        width: 100px;
    }
    .category__item .feat__category__image {
        height: 250px;
    }
    .feat-cat-coupons-wrap {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .feat-cat-coupons-wrap > div {
        flex: 1 0 224px;
        flex-shrink: 0;
    }
    .featured-categories {
        margin-bottom: -31px;
    }
    .slide_img_mob {
        height: 236px;
    }
    .home-slider-sec .slide-text p {
        font-size: 14px;
    }
    .home-slider-sec .slide-title h3 {
        font-size: 1.5rem;
    }
    .newsletter-sec {
        margin-top: 0rem;
    }
    .store-logo-slide:after {
        right: 16px;
    }
    .cat-wrap {
        min-width: 190px;
    }
    .feat_bottom_content .text-secondary {
        font-size: 12px;
        line-height: 14px;
        margin-left: 10px;
    }
    .feat_bottom_content {
        overflow: unset !important;
    }
    a.discover_more_btn {
        width: 40px !important;
        height: 40px;
        margin: 0 auto;
        border-radius: 100px;
        left: 0;
        right: 0;
    }
    .store-logo-slide:after{
        display:none;
    }
}