@keyframes blink {
    0% {
        color: #FED843;
    }
    50% {
        color: #FF2F2F;
    }
    100% {
        color: #FED843;
    }
}
/*Seasonal ticker*/
body .seasonal_ticker {background: #BE3B3B;}
.seasonal_ticker,.seasonal_ticker a {
    color: #FFFFFF;
    /* animation: blink 3s infinite; */
}
body .seasonal_ticker img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.search-icon {
  display: none;
}
.entry-content, .entry-content section:not(.homepage-header, .newsletter-sec) {
 /* overflow-x: hidden; */
}
.inner-container {
    max-width: 950px;
}
.homepage-header {
  background: linear-gradient(90deg, #5318EB 0%, #AB6EF9 100%);
}
.homepage-header:before {
  content: '';
  background: url(../images/Ellipse.png) no-repeat;
  width: 100%;
  position: absolute;
  top: 100%;
  height: 14em;
  z-index: -1;
  background-size: 100% 100%;
}
.homepage-header .homepage-header-wrap {
    max-width: 795px;
}
.homepage-header h1 {
  font-size: 3.75em;
  line-height: 1.15;
}
.homepage-header .search-field {
    box-shadow: 0px 8px 60px 0px #00000029;
}
.homepage-header-wrap > img {
  animation: animate_top 6s infinite;
}
.homepage-header-wrap > img.sticky-right-img {
  animation-delay: 3s;
}
.home-slider-sec .slider-wrap {
    max-width: 655px;
}
.home-slider-sec .home-slide {
  margin-left: 0.7em;
  margin-right: 0.7em;
}
.coupons-wrap .slick-slide,
.coupons-wrap .splide__slide {
  opacity: 0.5;
  transition: 0.4s;
}
.coupons-wrap .slick-active,
.coupons-wrap .splide__slide.is-active,
.coupons-wrap .splide__slide.is-prev,
.coupons-wrap .splide__slide.is-next {
  opacity: 1;
  transition: 0.4s;
}
.home-slider-sec .home-slide .slider-image {
  position: relative;
}
.home-slider-sec .home-slide .slider-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
  transition: all 0.3s;
}
.home-slider-sec .home-slide.slick-active .slider-image:before {
  opacity: 0;
}
.home-slider-sec .home-slide img {
  width: 100%;
}
.slick-list {
  overflow: visible;
}
.splide__track {
  overflow: visible;
}
.no-overflow .slick-list {
  overflow: hidden;
}
button.slick-arrow {
  width: 54px;
  height: 54px;
  font-size: 20px;
  z-index: 99;
}
.home-slider-sec button.slick-arrow {
  color: var(--primary_col);
  top: 26%;
}
.home-slider-sec .slider-content {
  opacity: 0;
  transition: 0.4s;
}
.home-slider-sec .slick-current.slick-active .slider-content {
  opacity: 1;
  transition: 0.4s;
}
.home-slider-sec .store-icon {
  width: 120px;
  height: 85px;
  padding: 0.6em;
  border: 1px solid #DBDBDB;
}
.home-slider-sec .store-icon img {
    width: 100%;
}
.home-slider-sec ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 13px;
}
.home-slider-sec ul.slick-dots li button {
  width: 13px;
  height: 13px;
  font-size: 0;
  border: 0;
  border-radius: 10px;
  background: #E2E2E2;
  transition: all 0.5s;
}
.home-slider-sec ul.slick-dots li.slick-active button {
  width: 60px;
  background: var(--primary_col);
  transition: all 0.5s;
}
.category-view-all a.btn {
    color: var(--secondary_col);
    border: 1px solid var(--secondary_col);
    padding-left: 6em;
    padding-right: 6em;
  transition: all 0.3s;
}
.category-view-all a.btn:hover {
  background: var(--secondary_col);
  color: #fff;
}

/* Coupon Box */
/* .coupons-wrap .slick-track {
  display: flex;
} */
.coupons-wrap .slick-slide {
  height: inherit;
  margin: 0 0.625em;
}
.coupon-box .discount-logo img {
    height: 156px;
    object-fit: contain;
    margin: auto;
    width: 156px;
}
.coupon-box .discount-percentage {
    font-size: 1.375rem;
}
.coupon-box .discount-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 4.6em;
}
.coupon-box .coupon-heading:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 1px;
    border: 1px dashed var(--primary_col);
    margin: auto;
}
.coupons-wrap button.slick-arrow {
  top: 39%;
}
.coupons-wrap button.slick-arrow.slick-prev {
  left: -20%;
}
.coupons-wrap button.slick-arrow.slick-next {
  right: -20%;
}
.coupon-box .coupon-meta {
    font-size: 0.875em;
    color: #525252;
}
.coupon-box .coupon-meta .expiration-date .date {
    color: #ff0000;
}
.coupon-box .coupon-meta .total_used .total_used_count {
    color: #279700;
}

/* Featured Stores */
.featured_stores .slick-track {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    text-align: center;
    /* gap: 71px; */
    /* margin-right: 5em; */
}
.featured_stores .slick-track .store_logo {
    margin-left: 2em;
    margin-right: 2em;
}
.featured_stores .slick-slide img {
  margin: auto;
}

/* Newsletter Section */
.newsletter-sec .section-wrap {
    background: #DABEFF;
}
.newsletter-sec input.newsletter_email {
    width: 23em;
}
.newsletter-sec .newsletter-head {
  color: #474747;
}
.newsletter-sec .newsletter-img {
    top: -20%;
    right: 2%;
    /* width: 23%; */
}

@media (max-width: 991px) {
  .newsletter-sec .newsletter-img {
    width: 30%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .newsletter-sec input.newsletter_email {
    width: 18em;
  }
}
@media (max-width: 768px) {
  .homepage-header .homepage-header-wrap {
    max-width: 100%;
    margin-left: 1em;
    margin-right: 1em;
  }
  .homepage-header h1 {
    font-size: 1.75em;
    line-height: 1.25;
  }
  section.home-slider-sec {
    margin-left: -0.8em;
  }
  .home-slider-sec .slider-wrap {
    padding-right: 0em;
  }
  .homepage-header:before {
    height: 6em;
  }
  .home-slider-sec ul.slick-dots {
    margin-top: 1em;
  }
  .home-slider-sec ul.slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .home-slider-sec ul.slick-dots li.slick-active button {
    width: 50px;
  }
  .coupon-sliders {
    padding-right: 27vw;
  }
  .newsletter-sec input.newsletter_email {
    width: 9em;
  }
  .slick-list{
      /* overflow:hidden; */
  }
  .featured_stores .slick-track {
      gap: 15px;
  }
}