.seasonal-strip-sec .seasonal-title .red {
    color: #c9141f
}

.seasonal-strip-sec .seasonal_stores_icons img {
    max-width: 85px
}

.home-slider-sec .home-slide .slide-bg {
    background-size: cover!important;
    background-position-y: center!important
}
.slide-bg img {
    aspect-ratio: 486/155;
}

/*.home-slider-sec .cust-bann-content:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 100%;*/
/*    top: 0;*/
/*    height: 100%;*/
/*    background: var(--cust2);*/
/*    width: 172px;*/
/*    border-top-right-radius: 400px;*/
/*    border-bottom-right-radius: 400px*/
/*}*/

.home-slider-sec .store-icon {
    width: 174px;
    height: 80px;
    border-radius: 5px 50px 50px 5px
}

.home-slider-sec .store-icon img {
    height: 80%;
    object-fit: contain;
    padding: .5em
}

.home-slider-sec button.slick-arrow {
    width: 44px;
    height: 44px;
    font-size: 20px;
    z-index: 99;
    color: var(--primary_col);
    top: 40%
}

.home-slider-sec button.slick-next {
    right: -10px
}

.home-slider-sec button.slick-prev {
    left: -10px
}

.newsletter-section {
    background: #defdf1
}

.newsletter-section .nl-capt {
    max-width: 19em
}

.newsletter-section input[type=email] {
    width: 100%;
    border: 1px solid #adadad;
    border-radius: 28px 0 0 28px
}

.newsletter-section .submit-field button {
    border-radius: 0 28px 28px 0
}

.featured_coupons {
    background: var(--custbg)
}

.featured_coupons .background_image img {
    height: 303px;
    object-fit: cover;
    object-position: center
}

.featured_coupons .background_image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}

.featured_coupons .background_image:after {
    content: '';
    width: 100%;
    height: 29%;
    border-top: 86px solid transparent;
    border-right: 196px solid #fff;
    z-index: 99;
    position: absolute;
    bottom: 0;
    right: 0
}
.promo_banner a img {
    display: block;
    width: 100%;
}
.featured-item a {
    background-color: var(--custbg2);
    display: block;
    padding: 20px;
    padding-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #D2ECFE;
}
.featured-items .featured-item .img-wrap {
    height: 6.64em;
}
.cust-news-letter {
    margin-top: 0px !important;
}

@media (max-width: 1399px) {
    .featured_coupons .background_image:after {
        border-top:87px solid transparent;
        border-right: 165px solid #fff
    }
}

@media (max-width: 1199px) {
    .featured_coupons .background_image:after {
        border-top:60px solid transparent;
        border-right: 138px solid #fff;
        height: 19%
    }

    

}

@media (max-width: 963px) {
    .featured_coupons .background_image img {
        height:233px
    }

    .featured_coupons .background_image:after {
        border-top: 50px solid transparent;
        border-right: 131px solid #fff
    }

    
}

@media (max-width: 767px) {
    .seasonal-strip-sec .seasonal_stores_icons img {
        width:100%
    }

    .seasonal-strip-sec .seasonal-icon {
        width: 23%
    }

    .seasonal-strip-sec .seasonal-title {
        width: 80%;
    }

    .seasonal-strip-sec .seasonal_stores_icons {
        width: 66%
    }

    .seasonal-strip-sec .seasonal_cta {
        width: 30%
    }

    

    .home-slider-sec .store-icon {
        width: 154px;
        height: 70px
    }

    .featured_coupons .background_image:after {
        border-top: 74px solid transparent;
        border-right: 174px solid #fff;
        height: 25%
    }
}
